@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 img {
  width: 80%;
}

@media screen and (max-width:960px){
  #service11_con01 {
    margin-top: 60px;
  }

}
@media screen and (max-width:640px){
  #service11_con01 {
    margin: 60px auto 100px;
  }
  #service11_con01 .inner {
    box-sizing: border-box;
  }
  #service11_con01 h2 {
  margin: 50px auto 20px;
}
}


#service11_con02 {
  position: relative;
  text-align: center;
  background: #d9e9e1;
  padding: 80px 0 100px;
}
#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;
  font-size: clamp(16px, 2vw, 32px);
  letter-spacing: 4px;
  line-height: 1.3;
  color: #006e38;
  font-weight: bold;
}
#service11_con02 .con02_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service11_con02 .con02_flex p {
  text-align: left;
  width: 50%;
}
#service11_con02 .con02_flex img {
  width: 80%;
}
.footer_img {width: 100%; margin-bottom: 120px;}

@media screen and (max-width:640px){
  #service11_con02 {
    padding: 40px 0 50px;
  }
  #service11_con02 .con02_flex {
  display: block;
  }
  #service11_con02 .con02_flex p {
  width: 100%;
  margin-bottom: 20px;
  }
  #service11_con02 .con02_flex img {
  width: 100%;
  }
  .footer_img {margin-bottom: 60px;}

}
















