@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=M+PLUS+Rounded+1c&family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --text-color: #005b43;
  --main-color: #1ca867;
  --pink: #d74e71;
  --orange: #ef8615;
  --bk: #000;
  --wh: #fff;
}

@font-face {
  font-family: "DIN2014";
  src: url("../fonts/din-2014.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.under499 {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* -------------------------
 * 共通
 * ------------------------- */
.under__main {
  padding-top: 140px;
  padding-bottom: 20rem;
  position: relative;
}
@media (max-width: 1500px) {
  .under__main {
    padding-top: 210px;
  }
}
@media screen and (max-width: 1200px) {
  .under__main {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 1024px) {
  .under__main {
    padding-top: 110px;
  }
}
@media screen and (max-width: 834px) {
  .under__main {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .under__main {
    padding-bottom: 3rem;
  }
}
.under__main::after {
  background: url(../img/common/under-bg.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 80%;
  aspect-ratio: 2652/1804;
  top: 0px;
  right: 0px;
  z-index: -1;
}

/* マーク付きリスト */
.mark-list {
  padding-left: 18px;
  position: relative;
  line-height: 1.8;
}
.mark-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  aspect-ratio: 1;
  background-color: var(--main-color);
  border-radius: 50%;
}

/* 改行 */
.br-640 {
  display: none;
}
@media screen and (max-width: 640px) {
  .br-640 {
    display: block;
  }
}

.no-br-640 {
  display: block;
}
@media screen and (max-width: 640px) {
  .no-br-640 {
    display: none;
  }
}

.br-499 {
  display: none;
}
@media screen and (max-width: 499px) {
  .br-499 {
    display: block;
  }
}

.no-br-499 {
  display: block;
}
@media screen and (max-width: 499px) {
  .no-br-499 {
    display: none;
  }
}

.br-376 {
  display: none;
}
@media screen and (max-width: 376px) {
  .br-376 {
    display: block;
  }
}

/* 角丸 */
.bdrs-10 {
  border-radius: 10px;
}

/* 見出しドット装飾 */
.ttl--slash-symbol {
  font-size: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  .ttl--slash-symbol {
    font-size: 2.2rem;
  }
}
.ttl--slash-symbol::after, .ttl--slash-symbol::before {
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 3.4rem;
  aspect-ratio: 76/128;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .ttl--slash-symbol::after, .ttl--slash-symbol::before {
    width: 2rem;
  }
}
.ttl--slash-symbol::after {
  background: url(../img/common/ttl-right.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -4rem;
}
@media screen and (max-width: 834px) {
  .ttl--slash-symbol::after {
    right: -2.4rem;
  }
}
.ttl--slash-symbol::before {
  background: url(../img/common/ttl-left.webp) no-repeat center;
  background-size: contain;
  left: -4rem;
}
@media screen and (max-width: 834px) {
  .ttl--slash-symbol::before {
    left: -2.4rem;
  }
}

/* -------------------------
 * 背景
 * ------------------------- */
.under {
  background-image: -webkit-gradient(linear, left top, right top, from(#f1f7eb), to(#fff));
  background-image: linear-gradient(to right, #f1f7eb, #fff);
}

/* -------------------------
 * フォント
 * ------------------------- */
.ff-poppins {
  font-family: "Poppins";
}

.fwb {
  font-weight: 900;
}

.fwm {
  font-weight: 600;
}

.f17 {
  line-height: 1.7;
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .f17 {
    font-size: 1.6rem;
  }
}

.text--yellow {
  color: #fff600;
}

.text--orange {
  color: #ef8615;
}

.text--underline span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, yellow));
  background: linear-gradient(transparent 80%, yellow 80%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-y: 90%;
}

/* -------------------------
 * MV
 * ------------------------- */
.under-mv__page-ttl {
  text-align: center;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1024px) {
  .under-mv__page-ttl {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .under-mv__page-ttl {
    margin-bottom: 3rem;
  }
}

.under-mv--with-img {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1024px) {
  .under-mv--with-img {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .under-mv--with-img {
    margin-bottom: 6rem;
  }
}

.under-mv--no-img {
  margin-bottom: 18rem;
}
@media screen and (max-width: 1024px) {
  .under-mv--no-img {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .under-mv--no-img {
    margin-bottom: 5rem;
  }
}

.under-mv__page-ttl--en {
  color: var(--main-color);
  font-size: clamp(40px, 5.5vw, 110px);
  font-weight: 600;
}

.under-mv__page-ttl--jp {
  font-size: 18px;
}

.under-mv__img {
  width: 93%;
  margin-left: auto;
}
.under-mv__img img {
  border-radius: 10px 0 0 10px;
}

/* -------------------------
 * セクション
 * ------------------------- */
.under__bg--green {
  background: url(../img/common/check-bg.webp) no-repeat center center/cover;
}

.under__bg--green-check {
  background-color: #208d67;
  background-image: linear-gradient(to right, #379976 1px, transparent 1px), linear-gradient(to bottom, #379976 1px, transparent 1px);
  background-size: 30px 30px;
}

.under__bg--light-green-check {
  background-color: #2daf73;
  background-image: linear-gradient(to right, #42b781 1px, transparent 1px), linear-gradient(to bottom, #42b781 1px, transparent 1px);
  background-size: 30px 30px;
}

.under__bg--pink-check {
  background-color: #ffe1e4;
  background-image: linear-gradient(to right, #fff0f2 1px, transparent 1px), linear-gradient(to bottom, #fff0f2 1px, transparent 1px);
  background-size: 30px 30px;
}

.under__section-ttl-wrap {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .under__section-ttl-wrap {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .under__section-ttl-wrap {
    margin-bottom: 3rem;
  }
}
.under__section-ttl-wrap--left {
  text-align: left;
}
.under__section-ttl-wrap--white {
  color: #fff;
}
.under__section-ttl-wrap--green .under__section-ttl--en {
  color: var(--main-color);
}
.under__section-ttl-wrap--green .under__section-ttl--ja {
  color: var(--text-color);
}
.under__section-ttl-wrap--dark-green .under__section-ttl--en {
  color: var(--text-color);
}
.under__section-ttl-wrap--dark-green .under__section-ttl--ja {
  color: var(--text-color);
}

.under__section-ttl--en {
  font-size: 6rem;
  font-family: "Poppins";
  font-weight: 500 !important;
}
@media screen and (max-width: 834px) {
  .under__section-ttl--en {
    font-size: 4rem;
  }
}

.under__section-ttl--ja {
  font-size: 1.6rem;
  font-weight: 600;
}

.under__section-catch {
  color: #fff;
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .under__section-catch {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}

.under__section-lead {
  color: #fff;
  text-align: center;
  max-width: 87rem;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 834px) {
  .under__section-lead {
    margin-bottom: 3rem;
    text-align: left;
  }
}

.under__section-lead--wide {
  max-width: 100rem;
}

/* -------------------------
 * cta
 * ------------------------- */
.under-cta {
  padding-top: 15rem;
}
@media screen and (max-width: 1024px) {
  .under-cta {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .under-cta {
    padding-top: 6rem;
  }
}

.under-cta__inner {
  border-radius: 10px;
  padding: 4rem 5%;
}
@media screen and (max-width: 640px) {
  .under-cta__inner {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .under-cta__inner {
    padding: 2rem;
  }
}

.under-cta__ttl {
  font-size: 4.4rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .under-cta__ttl {
    font-size: 2.5rem;
  }
}

.under-cta__txt {
  margin-block: 2rem 2rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .under-cta__txt {
    font-size: 1.6rem;
    text-align: left;
  }
}

.under-cta__btn {
  max-width: 530px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  font-size: 2.6rem !important;
}
@media screen and (max-width: 640px) {
  .under-cta__btn {
    font-size: 2rem !important;
  }
}
.under-cta__btn .s-txt {
  font-size: 1.8rem !important;
  display: block !important;
}
@media screen and (max-width: 640px) {
  .under-cta__btn .s-txt {
    font-size: 1.4rem !important;
  }
}

/* -------------------------
 * 404
 * ------------------------- */
.not-found p {
  text-align: center;
}

.not-found__btn {
  margin: 3rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .not-found__btn {
    width: auto;
  }
}/*# sourceMappingURL=under02.css.map */