@charset "UTF-8";
/* ---------------------------
数値（共通）
--------------------------- */
/* ---------------------------
  カラー（共通）
--------------------------- */
/* ---------------------------
  スムーズスクロール ＆ スクロール規制（共通）
--------------------------- */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* ---------------------------
  その他
--------------------------- */
/* --- リンクホバー --- */
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/* --- PCのみ表示 --- */
.pc-view {
  display: block;
}
@media screen and (max-width: 800px) {
  .pc-view {
    display: none;
  }
}

/* --- SPのみ表示 --- */
.sp-view {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp-view {
    display: block;
  }
}

/* --- to-topボタン --- */
.to-top {
  position: fixed;
  right: 50px;
  bottom: 70px;
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 60px;
  height: 60px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .to-top {
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 50px;
  }
}
.to-top.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#pagePath {
  margin-bottom: 0;
}

/* ----------------------------------------
  トップ/banner-g
---------------------------------------- */
.banner-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  margin: 30px auto 110px;
  width: 1000px;
  max-width: 90%;
}
@media screen and (max-width: 800px) {
  .banner-g {
    gap: 10.7vw;
    margin-bottom: 8.5vw;
  }
}
.banner-g__inner {
  width: 100%;
  display: block;
}
.banner-g__inner:first-child .banner-g__item {
  padding: 24px 90px 100px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .banner-g__inner:first-child .banner-g__item {
    padding: 7.5vw 5.3vw 26.7vw;
  }
}
.banner-g__inner:nth-child(2) .banner-g__item {
  color: #fff;
  background: #5cb531;
  padding: 40px 56px;
}
@media screen and (max-width: 800px) {
  .banner-g__inner:nth-child(2) .banner-g__item {
    padding: 10.7vw 6.4vw 27.5vw;
  }
}
.banner-g__inner:nth-child(3) .banner-g__item {
  color: #fff;
  background: url(../img/index/renewal/top-banner.png) center center/cover no-repeat;
  padding: 83px 34px 66px;
}
@media screen and (max-width: 800px) {
  .banner-g__inner:nth-child(3) .banner-g__item {
    background: url(../img/index/renewal/top-banner-sp.png) center center/cover no-repeat;
    padding: 13.3vw 5.9vw 41.6vw;
  }
}
.banner-g__item {
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  letter-spacing: 0.05em;
}
.banner-g__item--icon {
  width: 140px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 800px) {
  .banner-g__item--icon {
    width: 32.5vw;
  }
}
.banner-g__item--text {
  width: 333px;
}
@media screen and (max-width: 800px) {
  .banner-g__item--text {
    width: 69.3vw;
  }
}
.banner-g__middle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 36px auto 0;
}
@media screen and (max-width: 800px) {
  .banner-g__middle {
    top: 13.6vw;
  }
}
.banner-g__text1 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-top: 21px;
}
@media screen and (max-width: 800px) {
  .banner-g__text1 {
    font-size: 4.8vw;
    margin-top: 6.4vw;
  }
}
.banner-g__text2 {
  font-size: 20px;
  font-weight: 600;
  color: #5cb531;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .banner-g__text2 {
    font-size: 3.2vw;
  }
}
.banner-g__text3 {
  font-size: 40px;
  font-weight: 100;
}
@media screen and (max-width: 800px) {
  .banner-g__text3 {
    font-size: 7.5vw;
  }
}
.banner-g__text4 {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .banner-g__text4 {
    font-size: 4.8vw;
  }
}
.banner-g__text5 {
  font-size: 40px;
  font-weight: 300;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .banner-g__text5 {
    font-size: 7.5vw;
    margin-top: 10.4vw;
  }
}
.banner-g__text6 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 22px;
}
@media screen and (max-width: 800px) {
  .banner-g__text6 {
    font-size: 5.9vw;
    margin-top: 5.9vw;
  }
}
.banner-g__bottom {
  position: absolute;
  right: 50px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 800px) {
  .banner-g__bottom {
    gap: 3.7vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    bottom: 10.7vw;
  }
}
.banner-g__bottom p {
  font-size: 21px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .banner-g__bottom p {
    font-size: 4.3vw;
  }
}
.banner-g__bottom img {
  width: 18px;
}
@media screen and (max-width: 800px) {
  .banner-g__bottom img {
    width: 3.7vw;
  }
}

/* ----------------------------------------
  トップ/製品情報
---------------------------------------- */
.product-info__inner {
  width: 834px;
  max-width: 90%;
  margin: 55px auto 0;
}
@media screen and (max-width: 800px) {
  .product-info__inner {
    margin: 8vw auto 0;
  }
}
.product-info__item {
  width: 100%;
  margin-top: 18px;
}
.product-info__item.column-one .product-info__item--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15%;
}
@media screen and (max-width: 800px) {
  .product-info__item.column-one .product-info__item--block {
    gap: 7%;
  }
}
.product-info__item.column-one .product-info__item--block.gap-custom {
  gap: 5%;
}
.product-info__item.column-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.product-info__item.column-two .product-info__item--flex-box {
  width: 49.5%;
  text-align: center;
}
.product-info__item.column-two .product-info__item--flex-box .product-info__head,
.product-info__item.column-two .product-info__item--flex-box .product-info__text {
  text-align: left;
}
.product-info__item--block {
  background: #fff;
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.16);
  padding: 30px 0 50px;
}
@media screen and (max-width: 800px) {
  .product-info__item--block {
    padding: 4vw 2.7vw;
  }
}
.product-info__item--parts {
  text-align: center;
}
.product-info__item--parts p {
  font-size: 15px;
  font-weight: 200;
}
@media screen and (max-width: 800px) {
  .product-info__item--parts p {
    font-size: 4vw;
  }
}
.product-info__item--parts img {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .product-info__item--parts img {
    margin-top: 5.3vw;
  }
}
.product-info__item--parts img.img1 {
  width: 80px;
  margin-top: 42px;
}
@media screen and (max-width: 800px) {
  .product-info__item--parts img.img1 {
    width: 14.7vw;
    margin-top: 9.1vw;
  }
}
.product-info__item--parts img.img2 {
  width: 75px;
  margin-top: 36px;
}
@media screen and (max-width: 800px) {
  .product-info__item--parts img.img2 {
    width: 13.6vw;
    margin-top: 8.3vw;
  }
}
.product-info__item--parts img.img3 {
  width: 75px;
}
@media screen and (max-width: 800px) {
  .product-info__item--parts img.img3 {
    width: 13.6vw;
  }
}
.product-info__item--parts img.img4 {
  width: 79px;
}
@media screen and (max-width: 800px) {
  .product-info__item--parts img.img4 {
    width: 21.1vw;
  }
}
.product-info__item--parts img.img5 {
  width: 78px;
  margin-top: 26px;
}
@media screen and (max-width: 800px) {
  .product-info__item--parts img.img5 {
    width: 20.8vw;
    margin-top: 6.9vw;
  }
}
.product-info__item--parts img.img6 {
  width: 80px;
}
@media screen and (max-width: 800px) {
  .product-info__item--parts img.img6 {
    width: 21.3vw;
  }
}
.product-info__item--parts img.img7 {
  width: 75px;
}
@media screen and (max-width: 800px) {
  .product-info__item--parts img.img7 {
    width: 20vw;
  }
}
.product-info__head {
  font-size: 19px;
  font-weight: 400;
  margin-top: 21px;
  display: block;
}
@media screen and (max-width: 800px) {
  .product-info__head {
    font-size: 3.7vw;
  }
}
.product-info__text {
  font-size: 13px;
  font-weight: 200;
  margin-top: 3px;
}
@media screen and (max-width: 800px) {
  .product-info__text {
    font-size: 2.9vw;
    margin-top: 0.8vw;
  }
}

.boxInner.renew {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 834px;
  max-width: 90%;
  margin: 47px auto 0;
}
@media screen and (max-width: 800px) {
  .boxInner.renew {
    margin: 5.3vw auto 0;
  }
}
.boxInner.renew .newsBox {
  width: 100% !important;
  padding: 48px 260px !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
@media screen and (max-width: 800px) {
  .boxInner.renew .newsBox {
    padding: 8vw 5.3vw !important;
    font-size: 3.7vw !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .boxInner.renew .newsBox h2 {
    margin-bottom: 5.3vw !important;
  }
}
.boxInner.renew .newsBox h2 img {
  width: 40vw !important;
}
.boxInner.renew .bannerBox {
  width: 700px !important;
  max-width: 100% !important;
  margin: 110px auto 0 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 30px !important;
}
@media screen and (max-width: 896px) {
  .boxInner.renew .bannerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.3vw !important;
  }
}
.boxInner.renew .bannerBox .lBox {
  width: 60% !important;
  max-width: 100% !important;
}
@media screen and (max-width: 896px) {
  .boxInner.renew .bannerBox .lBox {
    width: 100% !important;
  }
}
.boxInner.renew .bannerBox .lBox .banner img {
  width: 90%;
}
.boxInner.renew .bannerBox .lBox .sdgs img {
  width: 85%;
}
@media screen and (max-width: 896px) {
  .boxInner.renew .bannerBox .lBox .sdgs img {
    width: 100% !important;
  }
}
.boxInner.renew .bannerBox .rBox {
  width: 49.5% !important;
  max-width: 100% !important;
}
@media screen and (max-width: 896px) {
  .boxInner.renew .bannerBox .rBox {
    width: 100% !important;
  }
}
.boxInner.renew .bannerBox .rBox p {
  font-size: 13px !important;
  font-weight: 300 !important;
}
@media screen and (max-width: 800px) {
  .boxInner.renew .bannerBox .rBox p {
    font-size: 3.5vw !important;
  }
}
.boxInner.renew .bannerBox .rBox p.ttl {
  font-size: 15px !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 800px) {
  .boxInner.renew .bannerBox .rBox p.ttl {
    font-size: 4vw !important;
  }
}

/* ----------------------------------------
  サステナブル、採用/FV
---------------------------------------- */
.section-head {
  text-align: center;
}
.section-head p:first-child {
  color: #9f796b;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .section-head p:first-child {
    font-size: 3.2vw;
  }
}
.section-head p:nth-child(3) {
  font-size: 32px;
  font-weight: 300;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .section-head p:nth-child(3) {
    font-size: 4.8vw;
    margin-top: 3.7vw;
  }
}
.section-head h3 {
  font-size: 50px;
  font-weight: 300;
  color: #5cb531;
}
@media screen and (max-width: 800px) {
  .section-head h3 {
    font-size: 8.5vw;
  }
}

.s-fv {
  background: #fff;
  padding: 98px 0 0;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .s-fv {
    padding: 12.8vw 0 0;
  }
}
.s-fv__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 90%;
}
.s-fv__title h2 {
  font-size: 40px;
  color: #5cb531;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .s-fv__title h2 {
    font-size: 5.9vw;
  }
}
@media screen and (max-width: 800px) {
  .s-fv__title h2.lh-custom {
    text-align: center;
    line-height: 1;
  }
}
.s-fv__title p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .s-fv__title p {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 800px) {
  .s-fv__title p.mt-custom {
    margin-top: 3.2vw;
  }
}
.s-fv__icon {
  width: 141px;
  margin-top: 28px;
}
@media screen and (max-width: 800px) {
  .s-fv__icon {
    margin-top: 5.1vw;
    width: 41.9vw;
  }
}
.s-fv__text1 {
  font-size: 4.3vw;
  font-weight: 200;
  margin-top: 4.5vw;
  text-align: center;
}
.s-fv__text2 {
  font-size: 29px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  color: #5cb531;
  margin-left: 10px;
  font-weight: 600;
  margin-top: 43px;
}
@media screen and (max-width: 800px) {
  .s-fv__text2 {
    margin: 16vw auto 0;
    font-size: 4.3vw;
  }
}
.s-fv__text3 {
  font-size: 56px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .s-fv__text3 {
    font-size: 8.5vw;
    text-align: center;
  }
}
.s-fv__text4 {
  font-size: 56px;
  font-weight: 300;
  margin-top: 83px;
}
.s-fv__text4.center {
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 800px) {
  .s-fv__text4.center {
    line-height: 1.5;
  }
}
.s-fv__text4.center span {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  .s-fv__text4.center span {
    font-size: 7.5vw;
  }
}
.s-fv__text4.center span.mt20 {
  font-size: 56px;
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .s-fv__text4.center span.mt20 {
    font-size: 8.5vw;
    margin-top: 1.3vw;
  }
}
.s-fv__text4.mt73 {
  margin-top: 73px;
}
@media screen and (max-width: 800px) {
  .s-fv__text4.mt73 {
    margin-top: 17.1vw;
  }
}
@media screen and (max-width: 800px) {
  .s-fv__text4 {
    font-size: 8.5vw;
    text-align: center;
  }
}
.s-fv__text5 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 36px;
  color: #5cb531;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .s-fv__text5 {
    font-size: 4.3vw;
    margin-top: 16vw;
  }
}
.s-fv__band {
  font-size: 32px;
  font-weight: 300;
  background: #5cb531;
  color: #fff;
  text-align: center;
  margin-top: 90px;
  padding: 35px 0;
}
@media screen and (max-width: 800px) {
  .s-fv__band {
    margin-top: 21.3vw;
    font-size: 6.4vw;
    padding: 5.3vw 0;
  }
}
.s-fv__explanation {
  width: 732px;
  max-width: 90%;
  margin: 0 auto;
  padding: 120px 0 160px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .s-fv__explanation {
    font-size: 4.3vw;
    padding: 10.7vw 0 21.3vw;
  }
}

/* --- agenda --- */
.agenda {
  background: #f8f5f4;
}
.agenda__inner {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  padding: 120px 0 130px;
}
@media screen and (max-width: 800px) {
  .agenda__inner {
    padding: 12.8vw 0 15.5vw;
    width: 90%;
  }
}
.agenda__head--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .agenda__head--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.agenda__head--item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .agenda__head--item:nth-child(n+2) {
    margin-top: 6.4vw;
  }
}
.agenda__head--left {
  color: #9f796b;
  font-size: 16px;
  font-weight: 600;
  width: 20%;
  margin-top: 9px;
}
@media screen and (max-width: 800px) {
  .agenda__head--left {
    font-size: 3.2vw;
  }
}
.agenda__head--right {
  width: 80%;
}
.agenda__head--right a {
  color: #5cb531;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.agenda__head--right a::after {
  position: absolute;
  content: "";
  top: 12px;
  right: -30px;
  background: url(../img/common/right-arrow-green.png) center center/cover no-repeat;
  width: 14px;
  height: 16px;
}
@media screen and (max-width: 800px) {
  .agenda__head--right a::after {
    width: 2.1vw;
    height: 2.7vw;
    top: 2.1vw;
    right: -35;
  }
}
.agenda__head--right a.major {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .agenda__head--right a.major {
    font-size: 4.3vw;
  }
}
.agenda__head--right a.minor {
  font-size: 20px;
  font-weight: 400;
  margin-top: 23px;
}
@media screen and (max-width: 800px) {
  .agenda__head--right a.minor {
    font-size: 3.5vw;
  }
}
.agenda__head--right a.minor::after {
  top: 8px;
}

/* --- action --- */
.action {
  padding: 160px 0 0;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .action {
    padding: 17.1vw 0 0;
  }
}
.action__inner {
  width: 894px;
  max-width: 90%;
  margin: 0 auto;
}
.action__inner.w100 {
  width: 100%;
  max-width: 100%;
}
.action__inner.w710 {
  width: 710px;
  max-width: 90%;
}
.action__inner.w1000 {
  width: 1000px;
  max-width: 90%;
}
.action__inner.w916 {
  width: 916px;
  max-width: 90%;
}
.action__inner.w939 {
  width: 939px;
  max-width: 90%;
}
.action__inner.pd-custom {
  padding: 160px 0 200px;
}
@media screen and (max-width: 800px) {
  .action__inner.pd-custom {
    padding: 17.1vw 0 32vw;
  }
}
.action__inner.bg-gray {
  background: rgba(159, 121, 107, 0.07);
}
.action__inner.bg-white {
  background: #fff;
}
.action__inner.pt160 {
  padding-top: 160px;
}
@media screen and (max-width: 800px) {
  .action__inner.pt160 {
    padding-top: 17.1vw;
  }
}
.action__inner.pb150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 800px) {
  .action__inner.pb150 {
    padding-bottom: 21.3vw;
  }
}
.action__inner.pb160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 800px) {
  .action__inner.pb160 {
    padding-bottom: 21.3vw;
  }
}
.action__inner.pb240 {
  padding-bottom: 240px;
}
@media screen and (max-width: 800px) {
  .action__inner.pb240 {
    padding-bottom: 32vw;
  }
}
.action__head.mt160 {
  margin-top: 160px;
}
@media screen and (max-width: 800px) {
  .action__head.mt160 {
    margin-top: 21.3vw;
  }
}
.action__head.pt160 {
  padding-top: 160px;
}
@media screen and (max-width: 800px) {
  .action__head.pt160 {
    padding-top: 21.3vw;
  }
}
.action__head.mt240 {
  margin-top: 240px;
}
@media screen and (max-width: 800px) {
  .action__head.mt240 {
    margin-top: 42.7vw;
  }
}
.action__head h3.color-b {
  color: #211816;
}
.action__head h3.fz32 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .action__head h3.fz32 {
    font-size: 4.8vw;
  }
}
.action__text {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 60px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .action__text {
    font-size: 3.7vw;
    margin-top: 8.5vw;
  }
}
.action__text.center {
  text-align: center;
}
.action__text.mt16 {
  margin-top: 16px;
}
@media screen and (max-width: 800px) {
  .action__text.mt16 {
    margin-top: 5.3vw;
  }
}
.action__text.mt48 {
  margin-top: 48px;
}
@media screen and (max-width: 800px) {
  .action__text.mt48 {
    margin-top: 8.5vw;
  }
}
.action__text.fz28 {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  .action__text.fz28 {
    font-size: 4.8vw;
  }
}
.action__text.fz28.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .action__text.fz28.mt40 {
    margin-top: 8.5vw;
  }
}
.action__text.fz28.fw600 {
  font-weight: 600;
}
.action__text.fz32 {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .action__text.fz32 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .action__text.fz32.sp-fw18 {
    font-size: 4.8vw;
  }
}
.action__text.fz36 {
  font-size: 36px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .action__text.fz36 {
    font-size: 5.9vw;
  }
}
.action__text.fz46 {
  font-size: 46px;
}
@media screen and (max-width: 800px) {
  .action__text.fz46 {
    font-size: 6.9vw;
  }
}
.action__text.fz50 {
  font-size: 50px;
}
@media screen and (max-width: 800px) {
  .action__text.fz50 {
    font-size: 7.5vw;
  }
}
.action__text.green {
  color: #5cb531;
}
.action__text.mt30 {
  margin-top: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .action__text.mt30 {
    margin-top: 5.6vw;
  }
}
.action__text.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .action__text.mt40 {
    margin-top: 6.4vw;
  }
}
.action__text.mt45 {
  margin-top: 45px;
}
@media screen and (max-width: 800px) {
  .action__text.mt45 {
    margin-top: 5.6vw;
  }
}
.action__text.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  .action__text.mt120 {
    margin-top: 12.8vw;
  }
}
.action__text.w732 {
  width: 732px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.action__text.lh15 {
  line-height: 1.5;
}
.action__text.number {
  font-size: 64px;
  text-align: center;
  color: #5cb531;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .action__text.number {
    font-size: 12.8vw;
  }
}
.action__text.ul {
  position: relative;
}
.action__text.ul::after {
  display: none;
}
@media screen and (max-width: 800px) {
  .action__text.ul::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #211816;
    display: block;
  }
}
.action__text.w90 {
  max-width: 90%;
  margin: 0 auto;
}
.action__text.w723 {
  width: 723px;
  max-width: 90%;
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  .action__text.w723 {
    margin-top: 21.1vw;
  }
}
.action__text.w723.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .action__text.w723.mt60 {
    margin-top: 12.8vw;
  }
}
.action__text.w723.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .action__text.w723.mt80 {
    margin-top: 12.8vw;
  }
}
.action__text.w772 {
  width: 772px;
  max-width: 90%;
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  .action__text.w772 {
    margin-top: 12.8vw;
  }
}
.action__text.w916 {
  width: 916px;
  max-width: 90%;
  margin: 80px auto 0;
}
@media screen and (max-width: 800px) {
  .action__text.w916 {
    margin-top: 11.2vw;
  }
}
.action__text.bg-green {
  background: #5cb531 !important;
  color: #fff;
  padding: 30px 0 !important;
  border-radius: 20px;
}
.action__text.border {
  border-top: 5px solid #5cb531;
  border-bottom: 5px solid #5cb531;
  font-weight: 600;
  width: 872px;
  max-width: 90%;
  margin: 157px auto 0;
  padding: 20px 0;
}
@media screen and (max-width: 800px) {
  .action__text.border {
    font-size: 3.7vw;
    margin-top: 32vw;
  }
}
.action__text .fw500 {
  font-weight: 500;
}
.action__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 115px;
}
@media screen and (max-width: 800px) {
  .action__subtitle {
    gap: 4vw;
    margin-top: 12.8vw;
  }
}
.action__subtitle img {
  height: 42px;
  width: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .action__subtitle img {
    height: 10.4vw;
    margin-bottom: 2.1vw;
  }
}
.action__subtitle p {
  color: #5cb531;
  font-size: 27px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .action__subtitle p {
    font-size: 6.4vw;
    white-space: nowrap;
  }
}
.action__subtitle--under {
  font-size: 28px;
  text-align: center;
  font-weight: 300;
  margin-top: 12px;
}
@media screen and (max-width: 800px) {
  .action__subtitle--under {
    font-size: 4.8vw;
    margin-top: 3.2vw;
  }
}
.action__figure1 {
  width: 756px;
  max-width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 800px) {
  .action__figure1 {
    margin-top: 12.8vw;
  }
}
.action__figure2 {
  width: 475px;
  max-width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  .action__figure2 {
    margin-top: 9.1vw;
  }
}
.action__figure3 {
  width: 807px;
  max-width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 800px) {
  .action__figure3 {
    margin-top: 17.1vw;
  }
}
.action__figure4 {
  width: 823px;
  max-width: 90%;
  margin: 74px auto 0;
}
@media screen and (max-width: 800px) {
  .action__figure4 {
    margin-top: 12.8vw;
  }
}
.action__figure5 {
  width: 723px;
  max-width: 90%;
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  .action__figure5 {
    margin-top: 12.5vw;
  }
}
.action__figure6 {
  width: 939px;
  max-width: 90%;
  margin: 80px auto 0;
}
@media screen and (max-width: 800px) {
  .action__figure6 {
    margin-top: 17.1vw;
  }
}
.action__figure7 {
  width: 772px;
  max-width: 90%;
  margin: 80px auto 0;
}
@media screen and (max-width: 800px) {
  .action__figure7 {
    margin-top: 12.8vw;
  }
}
.action__pic {
  width: 480px;
  max-width: 90%;
  margin: 80px auto 0;
}
.action__partition {
  display: block;
  width: 100%;
  height: 5px;
  background: #5cb531;
  margin: 121px 0 60px;
}
.action__partition.mt64 {
  margin-top: 64px;
}
@media screen and (max-width: 800px) {
  .action__partition.mt64 {
    margin-top: 10.7vw;
  }
}
@media screen and (max-width: 800px) {
  .action__partition {
    margin: 17.1vw 0 10.7vw;
  }
}
.action__message {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .action__message {
    font-size: 5.3vw;
  }
}
.action__bottom {
  font-size: 14px;
  width: 580px;
  max-width: 100%;
  margin-top: 80px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .action__bottom {
    margin-top: 10.7vw;
    font-size: 3.5vw;
  }
}
.action__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .action__flex {
    margin-top: 6.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.action__flex img {
  width: 46%;
}
@media screen and (max-width: 800px) {
  .action__flex img {
    width: 100%;
  }
  .action__flex img:nth-child(2) {
    margin-top: 6.4vw;
  }
}
.action__flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 77px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .action__flex2 {
    margin: 10.7vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 80%;
  }
}
.action__flex2--item {
  width: 32%;
  border-radius: 10px;
  border: 1px solid #5cb531;
}
@media screen and (max-width: 800px) {
  .action__flex2--item {
    width: 100%;
    margin-top: 5.3vw;
  }
}
.action__flex2--top {
  background: #5cb531;
  color: #fff;
  text-align: center;
  height: 208px;
  border-radius: 10px 10px 0 0;
  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;
  font-weight: 300;
}
@media screen and (max-width: 1080px) {
  .action__flex2--top {
    height: 16.3vw;
  }
}
@media screen and (max-width: 800px) {
  .action__flex2--top {
    height: 26.7vw;
  }
}
.action__flex2--top p {
  font-size: 32px;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .action__flex2--top p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 800px) {
  .action__flex2--top p {
    font-size: 6.4vw;
  }
}
.action__flex2--bottom {
  height: 185px;
  color: #5cb531;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 208px;
  font-weight: 300;
}
@media screen and (max-width: 1080px) {
  .action__flex2--bottom {
    height: 230px;
  }
}
@media screen and (max-width: 800px) {
  .action__flex2--bottom {
    height: 39.2vw;
  }
}
.action__flex2--bottom p {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .action__flex2--bottom p {
    font-size: 4.3vw;
  }
}
.action__flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 19px;
  margin-top: 28px;
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  .action__flex3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    margin-top: 7.2vw;
  }
}
.action__flex3.first {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .action__flex3.first {
    margin-top: 16vw;
  }
}
.action__flex3 img {
  width: 48px;
  height: 43px;
}
@media screen and (max-width: 800px) {
  .action__flex3 img {
    width: 10.1vw;
    height: 9.1vw;
  }
}
.action__flex3 p {
  font-size: 28px;
  color: #5cb531;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  .action__flex3 p {
    line-height: 1.5;
    font-size: 4.3vw;
  }
}
.action__flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 916px;
  max-width: 90%;
  margin: 80px auto;
}
@media screen and (max-width: 800px) {
  .action__flex4 {
    margin-top: 12.8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.8vw;
  }
}
.action__flex4 p {
  font-size: 42px;
  font-weight: 600;
  width: 324px;
  height: 152px;
  background: #5cb531;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 152px;
}
@media screen and (max-width: 800px) {
  .action__flex4 p {
    font-size: 8vw;
    width: 66.1vw;
    margin: 0 auto;
    height: 23.5vw;
    line-height: 23.5vw;
  }
}
.action__flex5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;
}
@media screen and (max-width: 800px) {
  .action__flex5 {
    gap: 7.7vw;
    margin-top: 8.5vw;
  }
}
.action__flex5 a {
  width: 214px;
}
@media screen and (max-width: 800px) {
  .action__flex5 a {
    width: 40.5vw;
  }
}
.action__banner {
  margin: 160px auto 160px;
  width: 510px;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 800px) {
  .action__banner {
    margin: 12.8vw auto 17.1vw;
  }
}
.action .bg-green {
  background: #eef3e4;
  padding: 160px 0;
}
@media screen and (max-width: 800px) {
  .action .bg-green {
    padding: 17.1vw 0 33.3vw;
  }
  .action .bg-green.pb-custom {
    padding-bottom: 21.3vw;
  }
}
.action__box {
  border: 1px solid #5cb531;
  width: 393px;
  max-width: 100%;
  border-radius: 10px;
  margin: 40px auto 0;
}
@media screen and (max-width: 800px) {
  .action__box {
    margin-top: 10.7vw;
  }
}
.action__box.first {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .action__box.first {
    margin-top: 10.7vw;
  }
}
.action__box.first .action__box--top {
  padding: 14px 0 21px;
}
@media screen and (max-width: 800px) {
  .action__box.first .action__box--top {
    padding: 4vw 0 8vw;
  }
}
@media screen and (max-width: 800px) {
  .action__box {
    width: 85.3vw;
  }
}
.action__box--top {
  border-radius: 10px 10px 0 0;
  font-size: 40px;
  font-weight: 300;
  background: #5cb531;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 21px 0;
}
@media screen and (max-width: 800px) {
  .action__box--top {
    font-size: 8.5vw;
    padding: 8vw 0;
  }
}
.action__box--top span {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  .action__box--top span {
    font-size: 4.8vw;
  }
}
.action__box--bottom {
  font-size: 18px;
  font-weight: 300;
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 24px 40px 20px;
  color: #5cb531;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .action__box--bottom {
    padding: 6.7vw 10.7vw;
    font-size: 4.3vw;
  }
}
.action__btn {
  width: 558px;
  max-width: 100%;
  margin: 120px auto 0;
  display: block;
}
@media screen and (max-width: 800px) {
  .action__btn {
    margin-top: 32vw;
  }
}
.action__btn2 {
  width: 558px;
  max-width: 100%;
  margin: 120px auto 0;
  display: block;
}
@media screen and (max-width: 800px) {
  .action__btn2 {
    margin-top: 21.3vw;
    width: 71.5vw;
  }
}
.action__charm {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  .action__charm {
    margin-top: 17.1vw;
  }
}
.action__charm--item {
  margin-top: 86px;
}
@media screen and (max-width: 800px) {
  .action__charm--item {
    margin-top: 17.1vw;
  }
}
.action__occupation {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  .action__occupation {
    margin-top: 17.1vw;
  }
}
.action__occupation--btn {
  margin-top: 30px;
  display: block;
  width: 360px;
}
@media screen and (max-width: 800px) {
  .action__occupation--btn {
    margin-top: 6.4vw;
    width: 71.5vw;
  }
}