<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  overflow-x: clip;
}

.inner {
  max-width: 925px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 90%;
    width: 100%;
  }
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.c-green {
  color: #01bc45;
}

.c-orange {
  color: #ff5a00;
}

.f-42 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .f-42 {
    font-size: 35px;
    font-size: 9.138381201vw;
  }
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.tb-hidden {
  display: block;
}
@media screen and (max-width: 1024px) {
  .tb-hidden {
    display: none;
  }
}

.description {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-size: 18px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  .description {
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}

.title {
  text-align: center;
}
.title .sec-ttl {
  font-size: 4.2rem;
  line-height: 1.4523809524;
  font-weight: 900;
  font-size: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title .sec-ttl {
    font-size: 3rem;
    line-height: 1.5;
    font-size: 30px;
    font-size: 7.8328981723vw;
  }
}
.title .ttl {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #01bc45;
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  .title .ttl {
    font-size: 60px;
    font-size: 15.6657963446vw;
  }
}
.title .sub {
  margin-top: -10px;
  font-weight: 900;
  font-size: 24px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .title .sub {
    font-size: 20px;
    font-size: 5.2219321149vw;
  }
}
.title.deco .sec-ttl {
  position: relative;
  padding-bottom: 16px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .title.deco .sec-ttl {
    padding-bottom: 4.1775456919vw;
  }
}
.title.deco .sec-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 604px;
  height: 31px;
  background: url(../images/top/deco.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .title.deco .sec-ttl::after {
    width: 100%;
    height: 8.0939947781vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}
header .header-text {
  font-weight: 500;
  font-size: 11px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  header .header-text {
    font-size: 8px;
    font-size: 2.088772846vw;
  }
}
header #header-contact {
  background-color: #75b560;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 3.2307692308;
  font-size: 13px;
  max-width: 153px;
  width: 100%;
  height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  header #header-contact {
    font-size: 13px;
    font-size: 3.3942558747vw;
    height: 10.9660574413vw;
    max-width: 36.5535248042vw;
  }
}
header #header-contact img {
  width: 12px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  header #header-contact img {
    width: 3.1331592689vw;
    height: 2.3498694517vw;
  }
}

footer {
  background-color: #24a252;
  padding: 45px 0 12px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 11.7493472585vw 0 3.1331592689vw;
  }
}
footer .footer-company {
  margin: 0 auto;
  max-width: 925px;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  footer .footer-company {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-company {
    margin-bottom: 7.8328981723vw;
    max-width: 95%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 7.8328981723vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-company .footer-adress img {
    height: auto;
  }
}
footer .footer-company .footer-adress p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer-company .footer-adress p {
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}
footer .footer-company .footer-contact .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  footer .footer-company .footer-contact .column {
    gap: 3.9164490862vw;
    margin-bottom: 2.3498694517vw;
  }
}
footer .footer-company .footer-contact .column .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 43px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer-company .footer-contact .column .num {
    font-size: 35px;
    font-size: 9.138381201vw;
  }
}
footer .footer-company .footer-contact .column a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-company .footer-contact .f_contact {
  background-color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #01bc45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 153px;
  width: 100%;
  border-radius: 999px;
  height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
footer .footer-company .footer-contact .f_contact img {
  width: 12px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  footer .footer-company .footer-contact .f_contact img {
    width: 3.1331592689vw;
    height: 2.3498694517vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-company .footer-contact .f_contact {
    font-size: 15px;
    font-size: 3.9164490862vw;
    height: 10.9660574413vw;
    gap: 1.3054830287vw;
    max-width: 52.2193211488vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-company .footer-adress,
  footer .footer-company .footer-contact {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .copy {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .copy {
    font-size: 12px;
    font-size: 3.1331592689vw;
  }
}

/*メインビジュアル*/
.section-mv {
  width: 100%;
  height: 41.7vw;
  background-image: url(../images/main.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 850px) {
  .section-mv {
    height: 159.5vw;
    background-image: url(../images/main_sp.png);
    background-size: contain;
  }
}
.section-mv .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 338px;
  height: 72px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-mv .btn {
    width: 88.2506527415vw;
    height: 18.7989556136vw;
    bottom: 7.8328981723vw;
  }
}

.sec02 .inner {
  padding-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .sec02 .inner {
    padding-bottom: 23.498694517vw;
  }
}
.sec02 .inner .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec02 .inner .title {
    margin-bottom: 7.8328981723vw;
  }
}
.sec02 .inner .title .sec-ttl {
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .sec02 .inner .title .sec-ttl {
    margin-bottom: 7.8328981723vw;
  }
}
.sec02 .inner .title .description {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-size: 18px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  .sec02 .inner .title .description {
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}

.sec03 {
  background-color: #fafcf9;
}
.sec03 .inner {
  padding: 90px 0 101px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner {
    padding: 23.498694517vw 0;
  }
}
.sec03 .inner .title {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .title {
    margin-bottom: 7.8328981723vw;
  }
}
.sec03 .inner .title .ttl {
  font-size: 3.5rem;
  line-height: 1.7714285714;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .title .ttl {
    font-size: 3rem;
    line-height: 1.5;
    font-size: 30px;
    font-size: 7.8328981723vw;
  }
}
.sec03 .inner .title .ttl .c-green {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .title .ttl .c-green {
    font-size: 40px;
    font-size: 10.4438642298vw;
  }
}
.sec03 .inner .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item {
    gap: 10.4438642298vw;
  }
}
.sec03 .inner .grid-item .item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec03 .inner .grid-item .item .text .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item .text .num {
    margin-bottom: 5.2219321149vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item .text .num img {
    width: 20%;
    height: auto;
  }
}
.sec03 .inner .grid-item .item .text .num .item-ttl {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  font-size: 28px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item .text .num .item-ttl {
    font-size: 2.4rem;
    line-height: 1.5833333333;
    font-size: 24px;
    font-size: 6.2663185379vw;
  }
}
.sec03 .inner .grid-item .item .text .description {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sec03 .inner .grid-item .item .img {
    max-width: 238px;
    width: 100%;
  }
}
.sec03 .inner .grid-item .item.nogrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec03 .inner .grid-item .item:first-child {
  gap: 36px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:first-child {
    gap: 7.8328981723vw;
  }
}
.sec03 .inner .grid-item .item:first-child .text {
  max-width: 498px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:first-child .text {
    max-width: none;
  }
}
.sec03 .inner .grid-item .item:first-child .text .num {
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:first-child .text .num {
    gap: 5.2219321149vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(2) {
  gap: 48px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 7.8328981723vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(2) .text {
  max-width: 512px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(2) .text {
    max-width: none;
  }
}
.sec03 .inner .grid-item .item:nth-child(2) .text .num {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(2) .text .num {
    gap: 5.2219321149vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(2) .text .description {
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .sec03 .inner .grid-item .item:nth-child(2) .text .description {
    word-break: normal;
  }
}
.sec03 .inner .grid-item .item:nth-child(3) {
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(3) {
    gap: 7.8328981723vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(3) .text .num {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(3) .text .num {
    gap: 5.2219321149vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(3) .support {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 15px;
}
@media screen and (max-width: 1024px) {
  .sec03 .inner .grid-item .item:nth-child(3) .support {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 3.9164490862vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(3) .support .box {
  padding: 27px 0 26px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec03 .inner .grid-item .item:nth-child(3) .support .box {
    padding: 27px 25px 26px 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(3) .support .box {
    padding: 6.5274151436vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(3) .support .box .text .box-ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(3) .support .box .text .box-ttl {
    font-size: 18px;
    font-size: 4.6997389034vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(3) .support .box .text .box-ttl .small {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(3) .support .box .text .box-ttl .small {
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}
@media screen and (max-width: 1024px) {
  .sec03 .inner .grid-item .item:nth-child(3) .support .box .img {
    max-width: none;
    width: auto;
  }
}
.sec03 .inner .grid-item .item:nth-child(3) .support .box:first-child .text .description {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(3) .support .box:first-child .text .description {
    margin-top: 0.7832898172vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(4) {
  gap: 120px;
}
@media screen and (max-width: 1024px) {
  .sec03 .inner .grid-item .item:nth-child(4) {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(4) {
    gap: 7.8328981723vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(4) .text .num {
  word-break: keep-all;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .sec03 .inner .grid-item .item:nth-child(4) .text .num {
    word-break: normal;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(4) .text .num {
    gap: 5.2219321149vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(5) {
  gap: 44px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(5) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 7.8328981723vw;
  }
}
.sec03 .inner .grid-item .item:nth-child(5) .text {
  max-width: 485px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(5) .text {
    max-width: 100%;
  }
}
.sec03 .inner .grid-item .item:nth-child(5) .text .num {
  word-break: keep-all;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .sec03 .inner .grid-item .item:nth-child(5) .text .num {
    word-break: normal;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .inner .grid-item .item:nth-child(5) .text .num {
    gap: 5.2219321149vw;
  }
}

.sec04 .inner {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .sec04 .inner {
    padding: 23.498694517vw 0;
  }
}
.sec04 .inner .title {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .title {
    margin-bottom: 7.8328981723vw;
  }
}
.sec04 .inner .wrap {
  border-radius: 20px;
  background: #fff;
  border: 8px solid #ccdfc6;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap {
    border-radius: 5.2219321149vw;
    margin-bottom: 13.0548302872vw;
    border-width: 2.088772846vw;
  }
}
.sec04 .inner .wrap .w_inner {
  max-width: 845px;
  width: 90%;
  margin: auto;
  padding: 40px 0 42px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner {
    max-width: 90%;
    padding: 7.8328981723vw 0;
  }
}
.sec04 .inner .wrap .w_inner .v_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2219321149vw;
    margin-bottom: 7.8328981723vw;
  }
}
.sec04 .inner .wrap .w_inner .v_head .text .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #75b560;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_head .text .num {
    font-size: 20px;
    font-size: 5.2219321149vw;
  }
}
.sec04 .inner .wrap .w_inner .v_head .text .v-ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4642857143;
  font-size: 28px;
  text-align: left;
  color: #222;
  padding-bottom: 10px;
  display: inline-block;
  background-image: repeating-linear-gradient(to right, #00b16a 0 3px, transparent 2px 5px);
  background-repeat: repeat-x;
  background-size: auto 3px;
  background-position: left bottom;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_head .text .v-ttl {
    font-size: 24px;
    font-size: 6.2663185379vw;
    padding-bottom: 2.6109660574vw;
    margin-bottom: 2.6109660574vw;
  }
}
.sec04 .inner .wrap .w_inner .v_head .text .name {
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  color: #222;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_head .text .name {
    font-size: 18px;
    font-size: 4.6997389034vw;
    margin-bottom: 4.4386422977vw;
  }
}
.sec04 .inner .wrap .w_inner .v_head .text .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_head .text .element {
    gap: 2.6109660574vw;
  }
}
.sec04 .inner .wrap .w_inner .v_head .text .element li {
  display: grid;
  grid-template-columns: 198px auto;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_head .text .element li {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2.6109660574vw;
  }
}
.sec04 .inner .wrap .w_inner .v_head .text .element li .e-ttl {
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  color: #75b560;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_head .text .element li .e-ttl {
    font-size: 16px;
    font-size: 4.1775456919vw;
    text-align: left;
  }
}
.sec04 .inner .wrap .w_inner .v_head .text .element li .e-detail {
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_head .text .element li .e-detail {
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}
.sec04 .inner .wrap .w_inner .v_body .y_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  background: #ffffc6;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #333;
  margin-bottom: 37px;
}
@media screen and (max-width: 1024px) {
  .sec04 .inner .wrap .w_inner .v_body .y_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_body .y_ttl {
    display: block;
    height: auto;
    font-size: 20px;
    font-size: 5.2219321149vw;
    margin-bottom: 7.8328981723vw;
    padding: 2.6109660574vw 0;
  }
}
.sec04 .inner .wrap .w_inner .v_body .y_ttl .c-orange {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .sec04 .inner .wrap .w_inner .v_body .y_ttl .c-orange {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_body .y_ttl .c-orange {
    font-size: 30px;
    font-size: 7.8328981723vw;
  }
}
.sec04 .inner .wrap .w_inner .v_body .y_ttl small {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .sec04 .inner .wrap .w_inner .v_body .y_ttl small {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_body .y_ttl small {
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}
.sec04 .inner .wrap .w_inner .v_body .item {
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_body .item {
    margin-bottom: 7.8328981723vw;
  }
}
.sec04 .inner .wrap .w_inner .v_body .item:last-child {
  margin-bottom: 0;
}
.sec04 .inner .wrap .w_inner .v_body .item .item-ttl {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #01bc45;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_body .item .item-ttl {
    font-size: 18px;
    font-size: 4.6997389034vw;
  }
}
.sec04 .inner .wrap .w_inner .v_body .item .description {
  text-align: left;
}
.sec04 .inner .wrap .w_inner .v_body .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_body .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.8328981723vw;
    margin-bottom: 7.8328981723vw;
  }
}
.sec04 .inner .wrap .w_inner .v_body .img {
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_body .img {
    max-width: none;
  }
}
.sec04 .inner .wrap .w_inner .v_body .img img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_body .img img {
    margin-bottom: 2.6109660574vw;
  }
}
.sec04 .inner .wrap .w_inner .v_body .img small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: #777;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap .w_inner .v_body .img small {
    font-size: 13px;
    font-size: 3.3942558747vw;
  }
}
.sec04 .inner .wrap:last-child {
  margin-bottom: 0;
}
.sec04 .inner .wrap:last-child .v_body .img {
  max-width: 366px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner .wrap:last-child .v_body .img {
    max-width: none;
  }
}

.sec05 .inner {
  padding: 40px 0 94px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec05 .inner {
    padding: 23.498694517vw 0;
  }
}
.sec05 .inner .title {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .sec05 .inner .title {
    margin-bottom: 7.8328981723vw;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .inner img {
    width: 100%;
    height: auto;
  }
}
.sec05 .inner .column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 45px;
}
@media screen and (max-width: 768px) {
  .sec05 .inner .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec05 .inner .column small {
  display: block;
  grid-column: 1/3;
  grid-row: 2;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #777;
}
@media screen and (max-width: 768px) {
  .sec05 .inner .column small {
    font-size: 12px;
    font-size: 3.1331592689vw;
  }
}
.sec05 .mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec05 .mb10 {
    margin-bottom: 2.6109660574vw;
  }
}
.sec05 .mb26 {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .sec05 .mb26 {
    margin-bottom: 6.2663185379vw;
  }
}

.sec06 {
  background-color: #75b560;
}
.sec06 .inner {
  padding: 82px 0 72px;
}
@media screen and (max-width: 768px) {
  .sec06 .inner {
    padding: 23.498694517vw 0;
  }
}
.sec06 .inner .title {
  margin-bottom: 37px;
  position: relative;
  position: 5;
}
@media screen and (max-width: 768px) {
  .sec06 .inner .title {
    margin-bottom: 7.8328981723vw;
  }
}
.sec06 .inner .title .ttl {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 42px;
}
@media screen and (max-width: 1024px) {
  .sec06 .inner .title .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .inner .title .ttl {
    font-size: 30px;
    font-size: 7.8328981723vw;
  }
}
.sec06 .inner .title::before {
  content: "SUPPORT";
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 10rem;
  line-height: 1.32;
  font-size: 100px;
  text-align: center;
  color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec06 .inner .title::before {
    font-size: 60px;
    font-size: 15.6657963446vw;
    bottom: 15.6657963446vw;
  }
}
.sec06 .inner .grid-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .sec06 .inner .grid-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 3.1331592689vw;
    margin-bottom: 6.2663185379vw;
  }
}
.sec06 .inner .grid-item .item {
  padding: 35px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .sec06 .inner .grid-item .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .inner .grid-item .item {
    padding: 7.8328981723vw 3.9164490862vw;
    gap: 3.9164490862vw;
    border-radius: 2.6109660574vw;
  }
}
.sec06 .inner .grid-item .item .text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-size: 18px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 768px) {
  .sec06 .inner .grid-item .item .text {
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}
.sec06 .inner .catch {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .sec06 .inner .catch {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .inner .catch {
    font-size: 20px;
    font-size: 5.2219321149vw;
  }
}

.sec07 .inner {
  padding: 84px 0 83px;
}
@media screen and (max-width: 768px) {
  .sec07 .inner {
    padding: 23.498694517vw 0;
  }
}
.sec07 .inner .title {
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .sec07 .inner .title {
    margin-bottom: 7.8328981723vw;
  }
}
.sec07 .inner .grid-item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 31px;
}
@media screen and (max-width: 768px) {
  .sec07 .inner .grid-item {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.8328981723vw;
  }
}
.sec07 .inner .grid-item .item {
  border-radius: 20px;
  background: #fff;
  border: 3px solid #ccdfc6;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec07 .inner .grid-item .item {
    border-radius: 5.2219321149vw;
    border-width: 0.7832898172vw;
    height: 31.3315926893vw;
  }
}
.sec07 .inner .grid-item .item:last-child::after {
  content: none;
}
.sec07 .inner .grid-item .item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 14px solid #8bb47e;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% + 8px);
}
@media screen and (max-width: 768px) {
  .sec07 .inner .grid-item .item::after {
    border-top: 2.8720626632vw solid transparent;
    border-bottom: 2.8720626632vw solid transparent;
    border-left: 3.6553524804vw solid #8bb47e;
    left: calc(100% + 2.6109660574vw);
  }
}
.sec07 .inner .grid-item .item .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #01bc45;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec07 .inner .grid-item .item .num {
    font-size: 16px;
    font-size: 4.1775456919vw;
    margin-bottom: 2.088772846vw;
  }
}
.sec07 .inner .grid-item .item .detail {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  .sec07 .inner .grid-item .item .detail {
    font-size: 18px;
    font-size: 4.6997389034vw;
  }
}
.sec07 .inner .grid-item .item .detail small {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sec07 .inner .grid-item .item .detail small {
    font-size: 12px;
    font-size: 3.1331592689vw;
  }
}

.sec08 {
  background-color: #fafcf9;
}
.sec08 .inner {
  padding: 94px 0 88px;
}
@media screen and (max-width: 768px) {
  .sec08 .inner {
    padding: 23.498694517vw 0;
  }
}
.sec08 .inner .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 21px;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .title {
    margin-bottom: 5.2219321149vw;
  }
}
.sec08 .inner .title .sub {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .title .sub {
    padding: 0 5.2219321149vw;
  }
}
.sec08 .inner .title .sub::before, .sec08 .inner .title .sub::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #1a1311;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .title .sub::before, .sec08 .inner .title .sub::after {
    width: 0.5221932115vw;
    height: 7.8328981723vw;
  }
}
.sec08 .inner .title .sub::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sec08 .inner .faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .faq {
    gap: 5.2219321149vw;
  }
}
.sec08 .inner .faq .faq-item {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #75b560;
  padding: 14px 16px 15px;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .faq .faq-item {
    border-radius: 2.6109660574vw;
    padding: 2.6109660574vw 3.9164490862vw;
  }
}
.sec08 .inner .faq .faq-item .faq-question {
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  display: grid;
  grid-template-columns: 40px auto;
  gap: 11px;
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .faq .faq-item .faq-question {
    border-radius: 2.6109660574vw 2.6109660574vw 0 0;
    grid-template-columns: 10.4438642298vw auto;
    gap: 2.8720626632vw;
  }
}
.sec08 .inner .faq .faq-item .faq-question span {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: #75b560;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .faq .faq-item .faq-question span {
    width: 10.4438642298vw;
    height: 10.4438642298vw;
    font-size: 22px;
    font-size: 5.7441253264vw;
  }
}
.sec08 .inner .faq .faq-item .faq-question p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-size: 18px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .faq .faq-item .faq-question p {
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}
.sec08 .inner .faq .faq-item .faq-answer {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 11px;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease, margin-top 0.4s ease;
  transition: opacity 0.4s ease, margin-top 0.4s ease;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .faq .faq-item .faq-answer {
    grid-template-columns: 10.4438642298vw auto;
    gap: 2.8720626632vw;
  }
}
.sec08 .inner .faq .faq-item .faq-answer .faq-label {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #dce1da;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .faq .faq-item .faq-answer .faq-label {
    width: 10.4438642298vw;
    height: 10.4438642298vw;
    font-size: 22px;
    font-size: 5.7441253264vw;
  }
}
.sec08 .inner .faq .faq-item .faq-answer .faq-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.sec08 .inner .faq .faq-item .faq-answer .faq-content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  font-size: 16px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .faq .faq-item .faq-answer .faq-content p {
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}
.sec08 .inner .faq .faq-item.active .faq-answer {
  opacity: 1;
  margin-top: 20px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media screen and (max-width: 768px) {
  .sec08 .inner .faq .faq-item.active .faq-answer {
    margin-top: 5.2219321149vw;
  }
}
.sec08 .inner .faq .faq-item.active .faq-content {
  max-height: 1000px;
  opacity: 1;
}

.sec09 .inner {
  padding: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .sec09 .inner {
    padding: 23.498694517vw 0;
  }
}
.sec09 .inner .title {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec09 .inner .title {
    margin-bottom: 7.8328981723vw;
  }
}
.sec09 .inner .tel_box {
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .sec09 .inner .tel_box {
    margin-bottom: 7.8328981723vw;
  }
}
.sec09 .inner .tel_box .catch {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  .sec09 .inner .tel_box .catch {
    font-size: 22px;
    font-size: 5.7441253264vw;
    margin-bottom: 5.2219321149vw;
  }
}
.sec09 .inner .tel_box .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec09 .inner .tel_box .column {
    gap: 2.6109660574vw;
  }
  .sec09 .inner .tel_box .column img {
    width: 11.7493472585vw;
    height: auto;
  }
}
.sec09 .inner .tel_box .column .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sec09 .inner .tel_box .column .num {
    font-size: 35px;
    font-size: 9.138381201vw;
  }
}
.sec09 .inner .tel_box .column a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.sec09 .inner .sub-ttl {
  background-color: #ef8b45;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 2.5;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .sec09 .inner .sub-ttl {
    font-size: 24px;
    font-size: 6.2663185379vw;
  }
}
.sec09 .inner form.wpcf7-form {
  margin: 0;
  width: 100%;
}
.sec09 .inner table.contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: none;
}
.sec09 .inner table.contact tr {
  border-bottom: 1px solid #ccc;
  min-height: 90px;
}
@media screen and (max-width: 768px) {
  .sec09 .inner table.contact tr {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec09 .inner table.contact tr:last-child {
  border-bottom: none;
}
.sec09 .inner table.contact tr th,
.sec09 .inner table.contact tr td {
  vertical-align: middle;
  border: none;
}
.sec09 .inner table.contact tr th {
  background-image: none;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #222;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 285px;
  padding: 21px 0;
}
@media screen and (max-width: 768px) {
  .sec09 .inner table.contact tr th {
    font-size: 16px;
    font-size: 4.1775456919vw;
    padding-right: 0;
    width: auto;
    padding: 5.2219321149vw 0;
  }
}
.sec09 .inner table.contact tr th .hissu,
.sec09 .inner table.contact tr th .nini {
  margin-right: 0;
  border-radius: 999px;
  max-width: 52px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec09 .inner table.contact tr th .hissu,
  .sec09 .inner table.contact tr th .nini {
    max-width: 13.5770234987vw;
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}
.sec09 .inner table.contact tr td {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .sec09 .inner table.contact tr td {
    width: 100%;
  }
}
.sec09 .inner table.contact textarea,
.sec09 .inner table.contact input[type=text],
.sec09 .inner table.contact input[type=password],
.sec09 .inner table.contact input[type=search],
.sec09 .inner table.contact input[type=email],
.sec09 .inner table.contact input[type=url],
.sec09 .inner table.contact input[type=number],
.sec09 .inner table.contact input[type=tel],
.sec09 .inner table.contact input[type=date],
.sec09 .inner table.contact input[type=datetime],
.sec09 .inner table.contact input[type=datetime-local],
.sec09 .inner table.contact input[type=month],
.sec09 .inner table.contact input[type=time],
.sec09 .inner table.contact input[type=week],
.sec09 .inner table.contact .wpcf7-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 43px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .sec09 .inner table.contact textarea,
  .sec09 .inner table.contact input[type=text],
  .sec09 .inner table.contact input[type=password],
  .sec09 .inner table.contact input[type=search],
  .sec09 .inner table.contact input[type=email],
  .sec09 .inner table.contact input[type=url],
  .sec09 .inner table.contact input[type=number],
  .sec09 .inner table.contact input[type=tel],
  .sec09 .inner table.contact input[type=date],
  .sec09 .inner table.contact input[type=datetime],
  .sec09 .inner table.contact input[type=datetime-local],
  .sec09 .inner table.contact input[type=month],
  .sec09 .inner table.contact input[type=time],
  .sec09 .inner table.contact input[type=week],
  .sec09 .inner table.contact .wpcf7-select {
    width: 100%;
    height: 11.227154047vw;
    font-size: 16px;
    font-size: 4.1775456919vw;
  }
}
.sec09 .inner table.contact textarea {
  min-height: 143px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sec09 .inner table.contact textarea {
    min-height: 37.3368146214vw;
    width: 100%;
  }
}
.sec09 .inner button.btn.btn-large.btn-primary {
  background-color: #75b560;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 999px;
  width: 240px;
  padding: 16px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sec09 .inner button.btn.btn-large.btn-primary {
    font-size: 16px;
    font-size: 4.1775456919vw;
    width: 62.6631853786vw;
    padding: 4.1775456919vw 0;
  }
}

.sec10 .inner {
  padding-bottom: 145px;
}
@media screen and (max-width: 768px) {
  .sec10 .inner {
    padding-bottom: 37.8590078329vw;
  }
}
.sec10 .inner .title {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .title {
    margin-bottom: 7.8328981723vw;
  }
}
.sec10 .inner .title .sec-ttl {
  font-weight: 900;
  font-size: 35px;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .title .sec-ttl {
    font-size: 24px;
    font-size: 6.2663185379vw;
  }
}
.sec10 .inner .title .sec-ttl .c-green {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .title .sec-ttl .c-green {
    font-size: 35px;
    font-size: 9.138381201vw;
  }
}
@media screen and (max-width: 768px) {
  .sec10 .inner .table-wrap {
    overflow-x: scroll;
    width: 100%;
  }
}
.sec10 .inner .table-wrap table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .table-wrap table {
    overflow: hidden;
    width: 400%;
  }
}
.sec10 .inner .table-wrap table tr {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .table-wrap table tr {
    display: table-row;
  }
}
.sec10 .inner .table-wrap table tr:first-child {
  height: 56px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .table-wrap table tr:first-child {
    height: 14.6214099217vw;
  }
}
.sec10 .inner .table-wrap table tr th {
  vertical-align: middle;
  background-color: #91b187;
  font-size: 12px;
  font-weight: 400;
  width: 111px;
  color: #fff;
}
.sec10 .inner .table-wrap table tr th:nth-child(n+3) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .table-wrap table tr th {
    font-size: 12px;
    font-size: 3.1331592689vw;
    width: 2%;
  }
}
.sec10 .inner .table-wrap table tr th.first-h {
  background-color: #7b8b76;
  color: #ffffff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .table-wrap table tr th.first-h {
    font-size: 12px;
    font-size: 3.1331592689vw;
    width: 2%;
  }
}
.sec10 .inner .table-wrap table tr th.highlight {
  width: 121px;
  font-size: 14px;
  background-color: #01bc45;
  color: #fff;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .table-wrap table tr th.highlight {
    font-size: 14px;
    font-size: 3.6553524804vw;
    width: 1%;
  }
}
.sec10 .inner .table-wrap table tr th.second-h {
  background-color: #333333;
  color: #fff;
  font-size: 12px;
  width: 145px;
  padding: 11px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .table-wrap table tr th.second-h {
    font-size: 12px;
    font-size: 3.1331592689vw;
    width: 2%;
    padding: 2.8720626632vw 0;
  }
}
.sec10 .inner .table-wrap table tr td {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .table-wrap table tr td {
    font-size: 12px;
    font-size: 3.1331592689vw;
  }
}
.sec10 .inner .table-wrap table tr td.highlight {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-size: 13px;
  color: #222222;
  border-right: 3px solid #01bc45;
  border-left: 3px solid #01bc45;
}
@media screen and (max-width: 768px) {
  .sec10 .inner .table-wrap table tr td.highlight {
    font-size: 13px;
    font-size: 3.3942558747vw;
  }
}
.sec10 .inner .table-wrap table tr:last-child .highlight {
  border-bottom: 3px solid #01bc45;
}/*# sourceMappingURL=renew.css.map */</pre></body></html>