@charset "UTF-8";
body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  background: #fafafa;
}

.section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section {
    margin-top: 60px;
  }
}

.inner {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1520px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}

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

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

.heading {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .heading {
    margin-bottom: 20px;
  }
}

.heading__ja {
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.8px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .heading__ja {
    font-size: 46px;
    letter-spacing: 5px;
  }
}

.heading__ja-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .heading__ja-1 {
    font-size: 22px;
    letter-spacing: 1.28px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 15px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__logo a img {
  width: 100px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    width: 135px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.header__link {
  font-weight: 700;
  letter-spacing: 0.48px;
}

.header__button {
  font-weight: 700;
  letter-spacing: 0.48px;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 60px;
  border: 2px solid #111;
  background: #fafafa;
}

.header__open {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #111;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #1b5e20, #2e7d32);
  color: #fff;
  z-index: 50;
  padding: 86px 40px 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__link {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: right;
  font-weight: 700;
  letter-spacing: 0.48px;
}

.drawer-content__button {
  margin-top: 14px;
  text-align: right;
}

.credit {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 5px;
  line-height: 1.4;
}

.mv {
  border-radius: 20px;
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  background: #2e7d32;
}
@media screen and (min-width: 768px) {
  .mv {
    border-radius: 30px;
    max-width: calc(100% - 60px);
  }
}

.mv__inner {
  padding: 50px 20px 255px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    padding-block: 110px;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mv__lead1,
.mv__lead2 {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.2px;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .mv__lead1,
  .mv__lead2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 46px;
    letter-spacing: 3.8px;
    padding: 12px 16px;
  }
}

.mv__lead2 {
  margin-top: 12px;
  letter-spacing: 5.37px;
}
@media screen and (min-width: 768px) {
  .mv__lead2 {
    font-size: 48px;
    margin-top: 18px;
  }
}

.mv__description {
  text-align: center;
  letter-spacing: 0.48px;
  font-weight: 700;
  margin-top: 26px;
  line-height: 1.8;
  color: #fdfdfd;
}
@media screen and (min-width: 768px) {
  .mv__description {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.54px;
    margin-top: 20px;
  }
}

.mv__button,
.cta__button {
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__button,
  .cta__button {
    text-align: left;
    margin-top: 30px;
  }
}
.mv__button a,
.cta__button a {
  text-align: center;
  letter-spacing: 0.48px;
  font-weight: 700;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 60px;
  border: 2px solid #fff;
  letter-spacing: 1.37px;
  background: #ffd700;
  color: #1b5e20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mv__button a:hover,
.cta__button a:hover {
  background: #fff;
  color: #1e1e1e;
}

.mv__image {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__image {
    width: 67.3076923077%;
    text-align: right;
    bottom: -88px;
  }
}
.mv__image img {
  width: 345px;
}
@media screen and (min-width: 768px) {
  .mv__image img {
    width: 700px;
  }
}

.about__inner {
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding: 80px 40px;
  }
}
.about__inner .about__title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__inner .about__title {
    font-size: 46px;
  }
}
.about__inner .about__list {
  list-style: none;
  line-height: 1.8;
  color: #333;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .about__inner .about__list {
    letter-spacing: 3px;
  }
}
.about__inner .about__item {
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .about__inner .about__item {
    font-size: 22px;
  }
}
.about__inner .about__item strong {
  font-weight: bold;
  color: #1b5e20;
}

.program__boxes {
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .program__boxes {
    margin-top: 60px;
    gap: 40px;
  }
}

.program-box {
  border-radius: 24px;
  background: #fff;
  padding: 10px 20px 24px;
}
@media screen and (min-width: 768px) {
  .program-box {
    padding: 20px 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .program-box.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.program-box__image {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (min-width: 768px) {
  .program-box__image {
    width: 38.0434782609%;
  }
}
.program-box__image img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .program-box__image img {
    width: 350px;
  }
}

.program-box__image.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.program-box__body {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .program-box__body {
    margin-top: 0;
    width: 56.5217391304%;
  }
}

.program-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .program-box__head {
    gap: 28px;
  }
}

.program-box__number {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
  color: #2e7d32;
}
@media screen and (min-width: 768px) {
  .program-box__number {
    font-size: 110px;
  }
}

.program-box__title {
  font-weight: 700;
  letter-spacing: 1.6px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .program-box__title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

.program-box__text {
  line-height: 200%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .program-box__text {
    margin-top: 16px;
    font-size: 15px;
  }
}

.cta {
  background: #2e7d32;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.cta__text {
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  color: #fdfdfd;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}

.cta__button {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__button {
    text-align: center;
    margin-top: 30px;
  }
}
.cta__button a {
  text-align: center;
  letter-spacing: 0.48px;
  font-weight: 700;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 60px;
  border: 2px solid #fff;
  letter-spacing: 1.37px;
  background: #ffd700;
  color: #1b5e20;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.faq {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq__intro {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #333;
}

.faq__list {
  max-width: 720px;
  margin-inline: auto;
  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.2rem;
}

.faq__item {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  padding: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq__item[open] {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq__question {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 1.5em;
}

.faq__question::after {
  content: "+";
  position: absolute;
  right: 0.5em;
  font-size: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq__item[open] .faq__question::after {
  content: "-";
}

.faq__answer {
  margin-top: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.access {
  padding: 48px 0;
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 72px 0;
  }
}
.access__content {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .access__content {
    padding: 0;
  }
}
.access__text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .access__text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.access__map {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.access__map iframe {
  display: block;
  width: 100%;
  height: 250px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 400px;
  }
}

/* =========================
   Contact（中央寄せ・px版）
   ========================= */
#contact.contact {
  padding: 32px 0;
  text-align: center;
}

.contact__content {
  background: #fff;
  padding: 24px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

.contact__text {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 16px;
}

.contact__link {
  font-size: 19px;
  color: #2e7d32;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact__link {
    font-size: 21px;
  }
}

.contact__link:hover {
  opacity: 0.8;
}

.footer {
  background: #2e7d32;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer__inner {
  width: 300px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    width: auto;
  }
}

.footer__copyright {
  color: #fdfdfd;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.96px;
}

.pagetop {
  position: fixed;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 16px;
    bottom: 10px;
  }
}
.pagetop img {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .pagetop img {
    width: 76px;
  }
}