@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Noto+Sans+JP:wght@400;500&display=swap';
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
/* utility
  ----------------------------------------------------------------- */
body {
  font-family: yakuhanjp, "Helvetica Neue", arial, "Hiragino Sans", meiryo, sans-serif;
  color: #222;
  font-size: clamp(14px, 13.2431886983px + 0.2018163471vw, 16px);
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.container {
  padding-right: 6.6666666667vw;
  padding-left: 6.6666666667vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1000px;
  }
}

.u-sm {
  display: block;
}
@media (min-width: 1024px) {
  .u-sm {
    display: none;
  }
}

.u-md {
  display: none;
}
@media (min-width: 768px) {
  .u-md {
    display: block;
  }
}
@media (min-width: 1024px) {
  .u-md {
    display: none;
  }
}

.u-lg {
  display: none;
}
@media (min-width: 1024px) {
  .u-lg {
    display: block;
  }
}

.u-xl {
  display: none;
}
@media (min-width: 1280px) {
  .u-xl {
    display: block;
  }
}

.u-z30 {
  z-index: 30;
}

.u-z40 {
  z-index: 40;
}

.u-img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ボタン
  ----------------------------------------------------------------- */
.c-btn {
  display: inline-grid;
  grid-template-columns: auto auto 1fr;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inline-size: 240px;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  color: #7BC900;
  background-color: #fff;
  border: 2px solid #7BC900;
  border-radius: 100vmax;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn::before {
  content: "";
}
.c-btn::after {
  display: inline-block;
  justify-self: end;
  inline-size: 0.5em;
  aspect-ratio: 1;
  content: "";
  -webkit-border-before: 2px solid;
          border-block-start: 2px solid;
  -webkit-border-end: 2px solid;
          border-inline-end: 2px solid;
  rotate: 45deg;
  translate: 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (any-hover: hover) {
  .c-btn:-moz-any-link:hover {
    color: #fff;
    background-color: #7BC900;
  }
  .c-btn:any-link:hover {
    color: #fff;
    background-color: #7BC900;
  }
}
.c-btn:focus-visible {
  color: #fff;
  background-color: #7BC900;
}

.c-btn--small {
  grid-template-columns: auto auto 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  inline-size: auto;
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  font-size: clamp(12px, 11.2431886983px + 0.2018163471vw, 14px);
}

.c-btn--center {
  grid-template-columns: 1fr auto 1fr;
}

.c-btn--large {
  grid-template-columns: 1fr auto 1fr;
  inline-size: 320px;
  padding-block: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #7BC900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 14.4863773966px + 0.4036326942vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .c-btn--large {
    inline-size: 460px;
    padding-block: 1.375rem;
  }
}
@media (any-hover: hover) {
  .c-btn--large:-moz-any-link:hover {
    opacity: 0.4;
  }
  .c-btn--large:any-link:hover {
    opacity: 0.4;
  }
}
.c-btn--large:focus-visible {
  opacity: 0.4;
}

/* 見出し
  ----------------------------------------------------------------- */
.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  padding-top: 0.1875rem;
}
@media (min-width: 768px) {
  .c-heading {
    padding-top: 0.9375rem;
  }
}

.c-heading__pic {
  position: relative;
  top: -0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .c-heading__pic {
    top: -0.9375rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}
.c-heading__pic img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-heading__text {
  position: relative;
  font-weight: 400;
  font-size: clamp(22px, 19.7295660949px + 0.6054490414vw, 28px);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-heading__text::after {
  display: block;
  padding-left: 0.1875rem;
  font-size: clamp(10px, 8.8647830474px + 0.3027245207vw, 13px);
  line-height: 1 !important;
  color: #7BC900;
  text-transform: uppercase;
  content: attr(data-en);
  letter-spacing: 0.1em;
}

.c-heading--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  text-align: center;
}
.c-heading--center .c-heading__pic {
  top: 0;
}

/* h2のタイトル
  ----------------------------------------------------------------- */
.c-title {
  padding-bottom: 1em;
  font-weight: 400;
  text-align: center;
  font-size: clamp(22px, 19.7295660949px + 0.6054490414vw, 28px);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-title span {
  display: inline-block;
  border-bottom: 2px solid #7BC900;
}

/* CSSテキストアニメーション
  ----------------------------------------------------------------- */
.js-animation-smooth {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.js-animation-smooth.js-active {
  clip-path: inset(0);
}

.js-animation-smooth2 {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.8s 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.js-animation-smooth2.js-active {
  clip-path: inset(0);
}

/* ページャー（WP-PageNavi）
  ----------------------------------------------------------------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  font-family: "Montserrat", sans-serif;
  color: #7BC900;
  text-align: center;
  border-radius: 50%;
}
.wp-pagenavi a {
  -webkit-transition: color 0.8s cubic-bezier(0.2, 1, 0.2, 1), background-color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: color 0.8s cubic-bezier(0.2, 1, 0.2, 1), background-color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (any-hover: hover) {
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #7BC900;
  }
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #7BC900;
}
.wp-pagenavi .page {
  margin-top: 0;
}

/* フッター
  ----------------------------------------------------------------- */
.l-footer {
  padding-top: 6.25rem;
}
@media (min-width: 768px) {
  .l-footer {
    padding-top: 7.5rem;
  }
}

.l-footer__container {
  padding-top: 3rem;
  border-top: 1px solid #7BC900;
  padding-right: 6.6666666667vw;
  padding-left: 6.6666666667vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-footer__container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .l-footer__container {
    max-width: 1380px;
  }
}
@media (min-width: 1024px) {
  .l-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__group {
  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;
}
@media (min-width: 1024px) {
  .l-footer__group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__logo {
  display: block;
  -webkit-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.l-footer__logo img {
  width: 100%;
  max-width: 8.125rem;
}
@media (min-width: 1280px) {
  .l-footer__logo img {
    max-width: 11.625rem;
  }
}
@media (any-hover: hover) {
  .l-footer__logo:hover {
    opacity: 0.4;
  }
}
.l-footer__logo:focus-visible {
  opacity: 0.4;
}

.l-footer__text {
  padding-top: 2rem;
}

.l-footer__text + .c-btn {
  margin-top: 2rem;
}

.l-fnav {
  display: none;
}
@media (min-width: 1024px) {
  .l-fnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.l-fnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}

.l-gnav__item {
  padding-left: 1.75rem;
  border-left: 1px solid #7BC900;
}

.l-fnav__text {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.l-fnav__text::before {
  display: inline-block;
  justify-self: end;
  inline-size: 0.5em;
  aspect-ratio: 1;
  content: "";
  -webkit-border-before: 2px solid #7BC900;
          border-block-start: 2px solid #7BC900;
  -webkit-border-end: 2px solid #7BC900;
          border-inline-end: 2px solid #7BC900;
  rotate: 45deg;
  translate: 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (any-hover: hover) {
  .l-fnav__text:hover {
    color: #7BC900;
  }
}
.l-fnav__text:focus-visible {
  color: #7BC900;
}

.l-footer__copyright {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  color: #d3d3d3;
  text-align: center;
  text-wrap: balance;
}

/* ヘッダー
  ----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(34, 34, 34, 0.1);
          box-shadow: 0 0 1rem rgba(34, 34, 34, 0.1);
}

.l-header__container {
  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;
  padding: 0.625rem 2rem;
}
@media (min-width: 1024px) {
  .l-header__container {
    padding: 1rem 2rem;
  }
}

.l-header__logo {
  width: 8.125rem;
  margin: 0;
  line-height: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (min-width: 1280px) {
  .l-header__logo {
    width: 11.625rem;
  }
}
.l-header__logo img {
  vertical-align: baseline;
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: 0.4;
  }
}
.l-header__logo:focus-visible {
  opacity: 0.4;
}

.l-gnav {
  display: none;
}
@media (min-width: 1024px) {
  .l-gnav {
    display: block;
  }
}

.l-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-gnav__text {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.l-gnav__text::before {
  display: inline-block;
  justify-self: end;
  inline-size: 0.5em;
  aspect-ratio: 1;
  content: "";
  -webkit-border-before: 2px solid #7BC900;
          border-block-start: 2px solid #7BC900;
  -webkit-border-end: 2px solid #7BC900;
          border-inline-end: 2px solid #7BC900;
  rotate: 45deg;
  translate: 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (any-hover: hover) {
  .l-gnav__text:hover {
    color: #7BC900;
  }
}
.l-gnav__text:focus-visible {
  color: #7BC900;
}

.l-gnav__item.is-current .l-gnav__text,
.l-dnav__item.is-current .l-dnav__text,
.l-fnav__item.is-current .l-fnav__text {
  color: #7BC900;
}

.l-gnav__item.is-current .c-btn,
.l-dnav__item.is-current .c-btn,
.l-fnav .c-btn.is-current {
  color: #fff;
  background-color: #7BC900;
}

.l-header__btn {
  position: relative;
  width: 30px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
@media (min-width: 1024px) {
  .l-header__btn {
    display: none;
  }
}

.l-header__line {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #7BC900;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header__line::before, .l-header__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #7BC900;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header__line::before {
  top: 10px;
}
.l-header__line::after {
  bottom: 10px;
}

.l-header__btn.is-active .l-header__line {
  background-color: transparent;
}
.l-header__btn.is-active .l-header__line::before, .l-header__btn.is-active .l-header__line::after {
  top: 50%;
  opacity: 1;
  translate: y -50%;
}
.l-header__btn.is-active .l-header__line::before {
  rotate: 45deg;
}
.l-header__btn.is-active .l-header__line::after {
  rotate: -45deg;
}

.l-dnav {
  position: fixed;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-dnav .c-btn {
  inline-size: 260px;
}
@media (min-width: 576px) {
  .l-dnav .c-btn {
    inline-size: 280px;
  }
}

.l-dnav.is-active {
  visibility: visible;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.l-dnav__overlay {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.9);
}

.l-dnav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  height: 100dvh;
  list-style-type: none;
}

.l-dnav__text {
  font-size: clamp(16px, 14.4863773966px + 0.4036326942vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* リスト
  ----------------------------------------------------------------- */
.l-item {
  position: relative;
  border-bottom: 1px solid #7BC900;
}
.l-item:first-of-type .l-item__link {
  padding-top: 0;
}

.l-item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2em 0;
}
@media (min-width: 768px) {
  .l-item__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 0;
  }
}
@media (any-hover: hover) {
  .l-item__link:-moz-any-link:hover .l-item__pic {
    background-color: #7BC900;
  }
  .l-item__link:any-link:hover .l-item__pic {
    background-color: #7BC900;
  }
  .l-item__link:-moz-any-link:hover .l-item__icon {
    background-color: #fff;
  }
  .l-item__link:any-link:hover .l-item__icon {
    background-color: #fff;
  }
  .l-item__link:-moz-any-link:hover .l-item__icon::before, .l-item__link:-moz-any-link:hover .l-item__icon::after {
    background-color: #fff;
  }
  .l-item__link:any-link:hover .l-item__icon::before,
  .l-item__link:any-link:hover .l-item__icon::after {
    background-color: #fff;
  }
  .l-item__link:-moz-any-link:hover .l-item__btn {
    color: #fff;
    background-color: #7BC900;
  }
  .l-item__link:any-link:hover .l-item__btn {
    color: #fff;
    background-color: #7BC900;
  }
}
.l-item__link:focus-visible .l-item__pic {
  background-color: #7BC900;
}
.l-item__link:focus-visible .l-item__icon {
  background-color: #fff;
}
.l-item__link:focus-visible .l-item__icon::before,
.l-item__link:focus-visible .l-item__icon::after {
  background-color: #fff;
}
.l-item__link:focus-visible .l-item__btn {
  color: #fff;
  background-color: #7BC900;
}

@media (min-width: 768px) {
  .l-item__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-item__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #7BC900;
  font-size: clamp(12px, 11.2431886983px + 0.2018163471vw, 14px);
  line-height: 1;
  letter-spacing: 0.02em;
}

.l-item__title {
  padding-top: 0.5em;
}
@media (min-width: 768px) {
  .l-item__title {
    padding-top: 0;
  }
}

.l-item__pic {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: background-color 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-item__icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #7BC900;
  border-radius: 9999px;
}
.l-item__icon::before, .l-item__icon::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  content: "";
  background-color: #7BC900;
  border-radius: 9999px;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.l-item__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-item__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-item__btn {
  display: grid;
}

/* 下層ページのヘッダー
  ----------------------------------------------------------------- */
.l-page-header {
  position: relative;
  margin-bottom: 6.25rem;
}
@media (min-width: 768px) {
  .l-page-header {
    margin-bottom: 7.5rem;
  }
}

.l-ph__bg {
  position: absolute;
  z-index: 0;
  width: 90vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #E6FAC6;
  border-radius: 0 100vmax 100vmax 0;
}

.l-ph__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 6.6666666667vw;
  padding-left: 6.6666666667vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-ph__container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .l-ph__container {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .l-ph__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

/* テーブル
  ----------------------------------------------------------------- */
.l-table {
  position: relative;
  width: 41.25rem;
  padding: 1rem;
  border-top: 1px solid #C0F271;
  border-right: 1px solid #C0F271;
  border-left: 1px solid #C0F271;
}
@media (min-width: 768px) {
  .l-table {
    width: 55rem;
  }
}

.l-table__thead tr {
  color: #7BC900;
  background: rgba(192, 242, 113, 0.1);
  border-bottom: 1px solid #C0F271;
}
.l-table__thead th {
  padding: 0.25rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid #C0F271;
}
.l-table__thead th:not(:first-of-type) {
  border-left: 1px solid #C0F271;
}

.l-table__tbody tr:nth-child(odd) {
  background: #fff;
}
.l-table__tbody tr:nth-child(even) {
  background: rgba(192, 242, 113, 0.1);
}
.l-table__tbody tr td:nth-child(1) {
  max-width: 15.3125rem;
}
.l-table__tbody tr td:nth-child(2) {
  max-width: 16.5625rem;
}
.l-table__tbody tr td:nth-child(3) {
  max-width: 9.375rem;
}
.l-table__tbody td {
  padding: 0.625rem 1.125rem;
  text-align: left;
  border-bottom: 1px solid #C0F271;
}
.l-table__tbody td:not(:first-of-type) {
  border-left: 1px solid #C0F271;
}

.l-table__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.25rem;
}
@media (min-width: 1024px) {
  .l-table__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .l-table__btns .c-btn--large {
    inline-size: 360px;
  }
}
@media (min-width: 1024px) {
  .l-table__btns .c-btn--large {
    inline-size: 460px;
  }
}

/* トップページ
  ----------------------------------------------------------------- */
.t-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5.3333333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.8125rem;
  padding-bottom: 12.8vw;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .t-mv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 4.625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 4.25rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1536px) {
  .t-mv {
    gap: 12.5rem;
  }
}
.t-mv::before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 64vw;
  margin-left: 6.6666666667vw;
  content: "";
  background-color: #E6FAC6;
  border-radius: 100vmax 0 0 100vmax;
}
@media (min-width: 1024px) {
  .t-mv::before {
    top: 4.375rem;
    height: 32.75rem;
    margin-left: 7.5rem;
  }
}
@media (min-width: 1536px) {
  .t-mv::before {
    height: 49.125rem;
    margin-left: 18.75rem;
  }
}

.t-mv__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(26px, 17.6750756811px + 2.2199798184vw, 48px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .t-mv__title {
    padding-right: 7.5rem;
  }
}
@media (min-width: 1536px) {
  .t-mv__title {
    padding-right: 15rem;
  }
}
.t-mv__title span {
  position: relative;
}
.t-mv__title span::before {
  position: absolute;
  bottom: 1px;
  z-index: -1;
  width: 100%;
  height: 9px;
  content: "";
  background-color: #fff;
  border-radius: 100vmax;
}

.t-mv__photo {
  position: relative;
  width: 100%;
  height: 64vw;
  margin-right: 6.6666666667vw;
}
@media (min-width: 1024px) {
  .t-mv__photo {
    left: 0;
    height: 32.75rem;
    margin-top: 9.25rem;
    margin-right: 0;
  }
}
@media (min-width: 1536px) {
  .t-mv__photo {
    height: 49.125rem;
  }
}
.t-mv__photo img {
  -o-object-position: top;
     object-position: top;
  border-radius: 0 100vmax 100vmax 0;
}

.t-news {
  padding-top: 17.0666666667vw;
}
@media (min-width: 768px) {
  .t-news {
    padding-top: 7.5rem;
  }
}
.t-news .c-btn.u-lg {
  display: none;
}
@media (min-width: 1024px) {
  .t-news .c-btn.u-lg {
    display: inline-grid;
  }
}
.t-news .l-list {
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .t-news .l-list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(100% - 19rem);
    padding-top: 0;
  }
}
.t-news .c-btn.u-sm {
  display: inline-grid;
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .t-news .c-btn.u-sm {
    display: none;
  }
}
.t-news .c-btn--large {
  position: relative;
  left: 50%;
  margin-top: 4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .t-news .c-btn--large {
    left: auto;
    margin-top: 7.5rem;
    -webkit-transform: none;
            transform: none;
  }
}

.t-news__container {
  padding-right: 6.6666666667vw;
  padding-left: 6.6666666667vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .t-news__container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .t-news__container {
    max-width: 1144px;
  }
}

@media (min-width: 1024px) {
  .t-news__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}

.t-news__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}

.t-news__btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .t-news__btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.t-about {
  position: relative;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .t-about {
    margin-top: 7.5rem;
  }
}
.t-about .container {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .t-about .container {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }
}
.t-about .c-btn {
  margin-top: 2em;
}

.t-about__bg {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #E6FAC6;
  border-radius: 0 80px 80px 0;
}
@media (min-width: 1024px) {
  .t-about__bg {
    width: 97vw;
    border-radius: 0 100vmax 100vmax 0;
  }
}

.t-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .t-about__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.625rem;
  }
}

@media (min-width: 1024px) {
  .t-about__pic {
    width: 21.875rem;
  }
}

.t-about__pic img {
  border-radius: 20px;
}

.t-about__text {
  text-align: left;
}
@media (min-width: 1024px) {
  .t-about__text {
    width: calc(100% - 24.5rem);
  }
}

.t-prevent {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .t-prevent {
    padding-top: 7.5rem;
  }
}
.t-prevent .container {
  text-align: center;
}
.t-prevent .c-btn {
  margin-top: 2em;
}

.t-prevent__text {
  padding-top: 1.5em;
  text-align: left;
}

/* ページ
  ----------------------------------------------------------------- */
.page {
  margin-top: 3.8125rem;
}
@media (min-width: 1024px) {
  .page {
    margin-top: 4.25rem;
  }
}

.p-about p + p,
.p-prevention p + p {
  padding-top: 1.5em;
}
.p-about p span,
.p-prevention p span {
  font-weight: 500;
  color: #7BC900;
}

.p-news h1 {
  font-weight: 400;
  font-size: clamp(16px, 14.4863773966px + 0.4036326942vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-news .c-btn {
  margin-top: 4em;
}

.p-news__heading {
  margin-bottom: 3em;
  border-bottom: 1px solid #E6FAC6;
}

.p-news__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #7BC900;
  font-size: clamp(12px, 11.2431886983px + 0.2018163471vw, 14px);
  line-height: 1;
  letter-spacing: 0.02em;
}

.p-news__body p + img,
.p-news__body img + p,
.p-news__body p + p,
.p-news__body img + img {
  margin-top: 1.5em;
}

.p-download .l-item:nth-last-of-type(-n+3) {
  display: none;
}