@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/guide/mainimg.webp) center center no-repeat;
  background-size: cover;
}

.h4box {
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
.h4box:before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #00a273;
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  border-radius: 50px;
  z-index: 0;
}
.h4box h4 {
  font-size: 28px;
  font-weight: bolc;
  position: relative;
  z-index: 1;
  padding-left: 35px;
  color: #00a273;
  font-weight: bold;
}
.h4box h4:first-letter {
  color: #fff;
  font-size: 1.2em;
}

h5 {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
  color: #fff;
}
h5:after {
  content: "";
  background: url(../images/common/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%);
}

.pagenavbox {
  margin-top: 60px;
}
.pagenavbox ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 60px;
}
.pagenavbox ul li a {
  display: block;
  background-color: #00a273;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  position: relative;
}
.pagenavbox ul li a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #fff;
}

.sectionsubinner {
  margin-bottom: 60px;
}
.sectionsubinner:last-child {
  margin-bottom: 0px;
}

.planbox {
  margin-top: 60px;
  background-color: #00a273;
  padding: 80px 60px 40px 60px;
  border-radius: 20px;
}

#section01 .fullbox {
  background: url(../images/guide/s01_img01.webp) left center no-repeat;
  background-size: cover;
  aspect-ratio: 2000/1122;
  padding: 60px;
  margin-bottom: 120px;
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section01 .fullbox .flowlistbox {
  width: 40%;
  margin: 0 0 0 auto;
}
#section01 .contactboxover .itembox {
  background-color: #00a273;
  padding: 40px;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 30px 1fr;
  grid-template-columns: 0.8fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
  color: #fff;
  margin-bottom: 40px;
}
#section01 .contactboxover .itembox .contactttl {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.2em;
  text-align: center;
}
#section01 .contactboxover .itembox .contactitem p {
  line-height: 1.6;
}
#section01 .contactboxover .itembox ul {
  margin-left: 20px;
}
#section01 .contactboxover .itembox ul li {
  text-align: left;
  list-style: disc;
  margin-bottom: 5px;
}
#section01 #plan02{
  margin-bottom:120px;
}
#section02 {
  padding-bottom: 120px;
}
#section02 .imgbox {
  margin-bottom: 90px;
}
#section02 .readtxt {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
  color: #00a273;
  font-weight: bold;
}
#section02 p {
  text-align: center;
}
#section02 p i {
  width: 35px;
  height: 30px;
  margin: 0 10px 0 0;
  display: inline-block;
  background: url("../images/common/icon_caution.svg") no-repeat center;
  background-size: contain;
  vertical-align: text-bottom;
}
#section02{
  a.txtboldlink{
  color: #00a273;
  font-weight: bold;
  }
}
@media screen and (max-width: 1530px) {
  #section01 .fullbox .flowlistbox {
    width: 30vw;
  }
}
@media screen and (max-width: 842px) {
  .h3box h3 {
    font-size: 7vw;
  }
  .h3box .h3bgtxt {
    font-size: 17vw;
  }
  .pagenavbox ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .fullbox_sp {
    margin: 40px 0;
  }
  .planbox {
    padding: 80px 40px 60px 40px;
  }
  h5 {
    font-size: 1.2em;
  }
  #section01 {
    padding-top: 80px;
  }
  #section01 .flowboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #section01 .flowboxover .flowtxt {
    text-align: center;
  }
  #section01 .flowboxover .flowtxt img {
    width: 70vw;
    margin: 0 auto;
  }
  #section01 .fullbox.pc_block {
    display: none;
  }
  #section01 .contactboxover .itembox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #section02 {
    padding-top: 40px;
  }
  #section02 .imgbox {
    width: 70vw;
    margin: 0 auto 20px auto;
  }
  #section02 .readtxt {
    font-size: 20px;
  }
}