@charset "UTF-8";
article {
	background-image: url(../../assets/img/pattern02.png);
	background-repeat: repeat;
	padding-bottom: 3em;
}
.att_wrapper, .sec_service, .sec_introduction {
	width: 85%;
	margin: 0 auto;
}
.sec_tit_h2 {
	text-align: center;
	margin: 7em 0 2em ;
}
/* main_top */
.main_add {
	width: 100%;
	height: 25%;
	padding: 2em 0;
	opacity: 0.8;
	float: bottom;
} 
.absolute_mail {
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	z-index: 100;
	background-color: #6a8956;
	padding: 1em 0;
}
.absolute {
	position: absolute;
	top: 24em;
	left: 18em;
	width: 35%;
	z-index: 100;
}
/* sec＿attention */
.sec_attention {
	padding: 3em 0 0;
}
.att_wrapper {
	margin-top: 2em;
}
.sec_attention ul{
	margin: 0 auto;
	width: 100%;
}
.sec_attention h2 {
	width: 60%;
	margin: 0 auto;
}
.sec_attention  p{
	text-align: left;
	margin: 0 auto;
}
.sec_attention li {
	position: relative;
}
.sec_attention li::after {
	position: absolute;
	top: 80%;
	left:1%;
	transform:translateY(-80%);
	content: '';
	width: 90px;
	height: 90px;
	border: solid 8px #ef9c2e;
	border-radius:100%;
	opacity: 0.5;
}
/* sec＿service */
.ser_wrapper dl a {
	height: 100%;	
	display: block;	
}
.ser_wrapper dl a :hover {
	background: #F4FCED;
}
.ser_wrapper div {
	border: solid 1px #6a8956;
	display: flex;
	padding: 0.45em 0em 0.28em 0.1em;
	position:relative;
	box-shadow: 2px 2px 2px #6a8956;
	width: 100%;
	border-radius: 0.2em;/*角の丸み*/
	background-color: #fff;
	background-image: url(../../assets/img/pattern04.png);
	background-repeat: repeat;
}	
.ser_wrapper img {
	width: 40%;
	height: 3em;
}	
.ser_wrapper h3 {
	position:absolute;
	top: 50%;
	transform: translateY(-40%);
	left:  35%;
}
@supports (-ms-ime-align:auto){
/* sec＿service */
.ser_wrapper div {
	position:relative;
	height: 4em;
}	
.ser_wrapper img {
	width: 50%;
	height: 5em;
	margin: -1em 0 0 0.5em;
}
}
@-moz-document url-prefix(){
/* sec＿service */
.ser_wrapper div {
	position:relative;
	height: 4em;
}	
.ser_wrapper img {
	width: 50%;
	height: 5em;
	margin: -1em 0 0 0.5em;
}
}
/* sec_introduction */
.sec_introduction h3 {
	font-size: 1.5em;
	margin: 1em 0;
}
.intro_wrapper {
	
}
.intro_img img{
	width: 90%;
	margin: 2em auto 0;	
}
.circle_intoro p {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 2em 0;
  line-height: 1.7em;
}
.circle_intoro {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #6a8956;/*背景色*/
  margin: 0em auto 1em;
}
.intro_wrapper {
	background:#fff;
	border: solid 0.15em #F4FCED;/*…線*/
	box-shadow: 0 0 0 0.3em #fff;
	/* border-radius: 4px;/*角の丸み*/
	text-align: center;	
	background-image: url(../../assets/img/pattern04.png);
	background-repeat: repeat;
}
/* PC Document *//* PC Document *//* PC Document *//* PC Document *//* PC Document *//* PC Document */
@media screen and (min-width:751px){
.main_img_s {
	width: 80%;
	margin: 0 auto;
}
.sec_attention, .sec_service, .sec_introduction {
	width: 60%;
	margin: 0 auto;
}
.absolute {
	position: absolute;
	top: 42em;
	left: 48em;
	width: 20%;
	z-index: 100;
}
.main_add {
	width: 75%;
	}
.sec_attention h2 {
	margin-top: 1em;
}
.att_wrapper {
	width: 100%;
}
.sec_attention li::after {
	top: 100%;
	left:1%;
}
.ser_wrapper h3 {
	transform: translateY(-40%);
}
.intro_wrapper {
	display: flex;
}
.intro_img {
	width:65%;
	margin: auto;
	margin: 0 auto 2em;	
}
.intro_wrapper dl {
	width:30%;
	margin: 4em 1em 0em;	
}
.circle_intoro {
	margin-top: 1em;
}
}
@media screen and (min-width:750px){
#nav-open {
    display:none;
}
.contact_tet dd img {
	width: 20%;	
}
}
