@charset "UTF-8";
/*スマホメニューの色*/
/*スマホメニューの色*/
.h3box {
  position: relative;
  margin-bottom: 60px;
}
.h3box h3 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #00a273;
}
.h3box .h3bgtxt {
  font-family: "Poppins", sans-serif;
  font-size: 95px;
  font-weight: 500;
  color: rgba(0, 162, 115, 0.09);
  position: relative;
  bottom: -0.6em;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: -100px;
}

#mainimgbox {
  background: url(../images/service/mainimg.webp) center center no-repeat;
  background-size: cover;
}

h4 {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
h4:after {
  content: "";
  background: url(../images/service/h4img.svg) 0 0 no-repeat;
  width: 80px;
  height: 40px;
  background-size: contain;
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section01 .sectioninner {
max-width: 1060px;
}
#section01 .imgbox img {
  width: 80%;
}
#section01 .secondbox {
  margin-top: 120px;
}
#section01 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
#section01 .itemboxover .linkttl span:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/common/arrow-entry.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
}
#section01 .itemboxover a {
  background-color: #00a273;
  padding: 66px 0 40px 0;
  border-radius: 10px;
  display: block;
  height: 100%;
  color: #fff;

}
#section01 .itemboxover .linkttl {
  font-size: 1.4em;
  margin-bottom: 50px;
}
#section01 .itemboxover .linksubtxt{
  display: grid;
justify-items: center;
align-items: center;
}
#section01 .itemboxover p {
  text-align: center;
}
#section01 .leftimgbox {
  max-width: 300px;
  margin: -90px 0;
}
#section01 .leftimgbox img {
  margin-left: -200px;
}

#section02 .rightimgbox {
  position: relative;
}
#section02 .rightimgbox img {
  max-width: 300px;
  position: absolute;
  right: -200px;
  top: -300px;
}
#section02 .bgbox {
  background: #E9F7F2;
  padding: 60px 0;
  margin-top: 40px;
}
#section02 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
#section02 .itemboxover .itembox {
  background-color: #fff;
  padding: 60px 20px;
  border-radius: 10px;
}
#section02 .itemboxover .itembox .linkttl {
  font-size: 1.4em;
  margin-bottom: 20px;
  color: #00a273;
  font-weight: bold;
}
#section02 .itemboxover .itembox p {
  text-align: center;
  line-height: 1.6;
}

#section03 .itemboxover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
}
#section03 .itemboxover .itembox {
  width: 20.4081632653%;
}
#section03 .itemboxover .itembox .imgbox img {
  width: 80%;
}
#section03 .itemboxover .itembox p {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
}

#section04 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 60px;
  margin-top: 60px;
}
#section04 p{
  letter-spacing: 0.06em;
}
#section04 .itemboxover .itembox p {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9em;
}

@media screen and (max-width: 1500px) {
  #section01 .leftimgbox img {
    margin-left: 0px;
  }
  #section02 .rightimgbox img {
    max-width: 260px;
    right: -9vw;
  }
}
@media screen and (max-width: 1290px) {
  #section01 {
    padding-bottom: 20px;
  }
  #section02 {
    padding-top: 0;
  }
  #section02 .rightimgbox {
    margin-bottom: 80px;
  }
  #section02 .rightimgbox img {
    position: static;
  }
}
@media screen and (max-width: 990px) {
  #section01 .leftimgbox {
    margin: 0;
  }
  #section01 .secondbox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 842px) {
  .h3box {
    margin-bottom: 30px;
  }
  .h3box h3 {
    font-size: 7vw;
  }
  .h3box .h3bgtxt {
    font-size: 17vw;
  }
  #section01 {
    padding-top: 60px;
  }
  #section01 .secondbox {
    margin-top: 80px;
  }
  #section01 .imgbox img {
    width: 100%;
  }
  #section01 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  #section01 .itemboxover a {
    padding: 30px 10px;
  }
  #section01 .leftimgbox {
    margin-bottom: 40px;
  }
  #section01 .leftimgbox img {
    width: 40vw;
  }
  #section02 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  #section03 {
    padding-top: 0;
  }
  #section03 .itemboxover .itembox {
    width: 38.4615384615%;
  }
  #section04 {
    padding-top: 0;
  }
  #section04 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .leaflet-left .leaflet-control {
    margin-left: 0;
    margin-top: 0px;
  }
}