@charset "utf-8";

#lower_pageMV h1{
  margin-bottom: 45px;
  padding-bottom: 25px;
}
#lower_pageMV h1 img{
  width: 75%;
}

@media screen and (max-width:960px){
	#lower_pageMV .lower_page_title{
    padding: 30px 20px 0 0;
  }
	#lower_pageMV h1{
    width: 90%; padding-bottom: 15px; margin-bottom: 20px;
  }
  #lower_pageMV h1 img{
    width: 100%;
  }
}
@media screen and (max-width:640px){
	#lower_pageMV h1{
    width: 100%;
  }
	#lower_pageMV .lower_page_title{padding: 30px 0 0 0;}
}

.lower_page_title p span {
  display: block;
  max-width: 438px;
  margin-bottom: 20px;
}
@media screen and (max-width:960px){
  .lower_page_title p span {
    max-width: 90%;
  }
}
@media screen and (max-width:640px){
  .lower_page_title p span {
    max-width: 80%;
  }
}


#service11_con01 {
  position: relative;
  margin: 120px auto 170px;
  text-align: center;
}
#service11_con01 .inner {
  box-sizing: content-box;
}
#service11_con01 .bk_green::before {
  content: "";
    background: #d9e9e1;
    display: block;
    position: absolute;
    top: -60px;
    right: -385px;
    z-index: -1;
    width: 480px;
    height: 280px;
}
#service11_con01 .bk_green::after {
  content: "";
    background: #d9e9e1;
    display: block;
    position: absolute;
    top: 393px;
    left: -385px;
    z-index: -1;
    width: 600px;
    height: 380px;
}
#service11_con01 h2 {
  margin: 100px auto 40px;
  font-size: clamp(16px, 2vw, 30px);
  letter-spacing: 4px;
  line-height: 1.3;
  color: #006e38;
  font-weight: bold;
}
#service11_con01 .con01_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#service11_con01 .con01_flex > div {
	width: calc(100% / 3 - 15px);
}
#service11_con01 .con01_flex p {
	margin-top: 30px;
}
#service11_con01 .con01_flex img {
  width: 80%;
}

@media screen and (max-width:960px){
  #service11_con01 {
    margin-top: 60px;
  }
#service11_con01 .con01_flex {
  align-items: flex-start;
}
#service11_con01 .con01_flex > div {
	width: calc(100% / 2 - 15px);
}
#service11_con01 .con01_flex > div:nth-child(n+3) {
	margin-top: 30px;
}

}
@media screen and (max-width:640px){
  #service11_con01 {
    margin: 60px auto 100px;
  }
  #service11_con01 .inner {
    box-sizing: border-box;
  }
#service11_con01 .con01_flex > div {
	width: 100%;
}
#service11_con01 .con01_flex > div+div {
	margin-top: 30px;
}
  #service11_con01 h2 {
  margin: 50px auto 20px;
}
}


#service11_con02 {
  position: relative;
  text-align: center;
  background: #d9e9e1;
  padding: 80px 0 100px;
}
#service11_con02 .inner {
	max-width: 760px;
}
#service11_con02 .bk_green::after {
      content: "";
    background: #d9e9e1;
    display: block;
    position: absolute;
    top: -1055px;
    right: -385px;
    z-index: -1;
    width: 301px;
    height: 460px;
}
#service11_con02 h2 {
	margin: 0 auto 40px;
	padding: 15px;
	background: #006e38;
	font-size: clamp(16px, 2vw, 32px);
	letter-spacing: 4px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: bold;
}
#service11_con02 h3 {
  margin: 0 auto 40px;
  font-size: clamp(15px, 2vw, 28px);
  letter-spacing: 4px;
  line-height: 1.3;
  color: #006e38;
  font-weight: bold;
}
#service11_con02 .contactTelWrap {
	position: relative;
}
#service11_con02 .contactTelWrap::after {
	content: "";
	position: absolute;
	bottom: -10px;
	right: -10px;
	display: block;
	background: #006e38;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#service11_con02 .contactTel {
	position: relative;
	padding: 15px 5px;
	background: #ffffff;
	border: 1px solid #006e38;
	color: #006e38;
	text-align: center;
	z-index: 1;
}
#service11_con02 .contactTel p {
	margin-bottom: 5px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}
#service11_con02 .contactTel a {
	position: relative;
	display: inline-block;
	font-size: 56px;
	color: #006e38;
	letter-spacing: .05em;
	line-height: 1;
	pointer-events: none;
}
#service11_con02 .contactTel .icnTel{
	display: inline-block;
	vertical-align: bottom;
	fill: #006e38;
	width: 80px;
	height: 46px;
}
.footer_img {width: 100%; margin-bottom: 120px;}


@media screen and (max-width:960px){
	#service11_con02 .contactTel a { font-size: 36px; pointer-events: auto;}
	#service11_con02 .contactTel .icnTel{
		width: 46px;
		height: 32px;
	}
}
@media screen and (max-width:640px){
  #service11_con02 {
    padding: 40px 0 50px;
  }
  .footer_img {margin-bottom: 60px;}

}
















