@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: url(../img/bg.webp) repeat-y left top;
  background-size: 100% auto;
  min-height: 100vh;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .hidden-tab {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-pc {
    display: none;
  }
}
.heading {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.heading::before {
  content: "";
  width: 53px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/icon_ten.svg") no-repeat left center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .heading {
    font-size: 40px;
    gap: 24px;
  }
}

.heading__news::before {
  content: "";
  width: 59px;
  height: 40px;
  background: url("../img/icon_news.webp") no-repeat left center/contain;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  min-width: 280px;
  height: 56px;
  padding: 12px 15px 12px 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 1px solid #fff;
  background: #ff8181;
  color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
}
.button.nav__button {
  min-width: 200px;
  height: 48px;
}
.button::after {
  content: "";
  background: url("../img/icon_arrow_pink.svg") no-repeat right center/contain;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.button:hover {
  background-color: #ff6161;
}

.inner {
  padding-inline: 20px;
}

.section {
  padding-block: 70px;
}

.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head__sub {
  display: block;
  font-family: "Sacramento", cursive;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .head__sub {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .head__sub {
    font-size: 20px;
  }
}
.head__sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffb3a8;
  margin-top: 8px;
}

.head__main {
  display: inline-block;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .head__main {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .head__main {
    font-size: 36px;
  }
}

.head__caption {
  display: inline-block;
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .head__caption {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .head__caption {
    font-size: 20px;
  }
}

.section-heading3__title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section-heading3__title {
    text-align: left;
    font-size: 24px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section-heading3__title {
    font-size: 26px;
    text-align: left;
    margin-top: 0;
  }
}

.section-heading4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section-heading4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .section-heading4 {
    font-size: 24px;
  }
}

.section__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section__content {
    margin-top: 64px;
  }
}

.section__description {
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section__description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .section__description {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header {
    height: 86px;
  }
}

.header__inner {
  height: inherit;
  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-left: 6 px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header__inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .header__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-block: 10px;
  }
}

.header__logo a img {
  width: 67px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header__logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__logo a:hover {
    opacity: 0.6;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  text-align: right;
  height: 100vh; /* ビューポート全体の高さ */
  overflow-y: auto; /* 縦方向にスクロール可能 */
  top: 0;
  right: 0;
  background: #f9f3e8;
  color: #333;
  z-index: 50;
  padding: 80px 40px 60px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.header__nav.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1280px) {
  .header__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: transparent;
    width: 100%;
    height: auto;
    overflow-y: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    position: static;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header__lists {
  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;
  text-align: center;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .header__lists {
    -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;
    gap: 47px;
  }
}

.header__list {
  text-align: center;
}

.header__link {
  display: inline-block;
  padding-block: 8px;
  font-size: 18px;
  padding: 6px 10px;
  width: 230px;
  border-radius: 6px;
}
.header__link:hover {
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header__link {
    font-size: 16px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1280px) {
  .header__link {
    font-size: 16px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    width: auto;
    padding: 0;
  }
  .header__link:hover {
    opacity: 0.6;
  }
}

.header__link--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__link--parent::after {
  content: "";
  background: url("../img/icon_arrow_gray.svg") no-repeat right center/contain;
  width: 6px;
  height: 12px;
  margin-left: 6px;
  color: #333;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__sublists {
  opacity: 1;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .header__sublists {
    position: absolute;
    top: 100%;
    left: -48px;
    background-color: #f9f3e8;
    z-index: 1000;
    width: 240px;
    padding: 8px 12px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

@media screen and (min-width: 1280px) {
  .header__list:hover .header__sublists {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.header__list {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .header__list.is-open {
    opacity: 1;
  }
  .header__list:hover .header__sublists {
    opacity: 1;
  }
}

.header__sublist {
  text-align: left;
}
.header__sublist .header__link {
  font-size: 15px;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.header__sublist .header__link:hover {
  background: #fff;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .header__sublist {
    margin-left: 0;
  }
}

.nav__button {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .nav__button {
    margin-top: 0;
  }
}

.drawer-icon {
  width: 30px;
  height: 18px;
  position: relative;
  z-index: 51;
}
@media screen and (min-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.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: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: #96d149;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 8px;
}
.drawer-icon__bar:nth-child(3) {
  top: 16px;
}

.main {
  overflow: hidden;
}

.main__contents {
  padding-top: 0;
  gap: 40px;
}

.fv {
  position: relative;
  height: 935px;
  background: url("../img/sp/fv.webp") no-repeat center top/contain;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv {
    background: url("../img/fv.webp") no-repeat left top/contain;
    height: 630px;
  }
}
@media screen and (min-width: 1280px) {
  .fv {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background: url("../img/fv.webp") no-repeat left top/contain;
    height: 714px;
  }
}

.fv__contents {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  padding: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv__contents {
    top: 50%;
    left: auto;
    right: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .fv__contents {
    top: 90px;
    left: auto;
    right: 60px;
    -webkit-transform: none;
            transform: none;
    width: 782px;
    height: 531px;
    gap: 30px;
  }
}

.fv__title {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__title {
    font-size: 38px;
  }
}

.fv__text {
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv__text {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .fv__text {
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
}

.fv__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv__cta {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .fv__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    gap: 16px;
  }
}

.fv__button {
  text-align: center;
}

.concept {
  padding-inline: 20px;
  text-align: center;
}

.concept__logo {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  margin-top: 20px;
}

.concept__message {
  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;
  margin-top: 20px;
}

.concept__text {
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  .concept__text {
    font-size: 18px;
  }
}

.service {
  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;
  background: url(../img/bg_lightbrown.webp) repeat-y left top;
  background-size: 100% auto;
}

.service__inner {
  width: calc(100% - 40px);
  height: 880px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .service__inner {
    height: 860px;
  }
}
@media screen and (min-width: 1280px) {
  .service__inner {
    max-width: 1280px;
    height: 900px;
  }
}

.service-card {
  display: grid;
  min-height: 360px;
  grid-template-areas: "img" "title" "text";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.service-card__image {
  grid-area: img;
  text-align: center;
  width: 96px;
  height: 96px;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  display: block;
}

.service-card__title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  color: #96d149;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  grid-area: title;
}

.service-card__subtitle {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}

.service-card__text {
  grid-area: text;
}

.service-card__title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.service-card__description {
  font-size: 14px;
  margin-top: 10px;
}

/* ================================
   CSS
=============================== */
.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
  overflow: visible;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-navigation {
  position: absolute;
  top: -45px;
  width: 112px;
  height: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .swiper-navigation {
    top: 50%;
    right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .swiper-navigation {
    top: 50%;
    right: auto;
    width: 100%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: 100%;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -56px;
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  margin-inline: 9px;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #c8bbb6;
}

.swiper-slide {
  max-width: 280px;
  margin-right: 18px;
}

.card__swiper {
  overflow: visible;
}
@media screen and (min-width: 1280px) {
  .card__swiper {
    max-width: 1280px;
  }
}

.card__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.flow {
  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;
}

.flow__image {
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .flow__image {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.facility {
  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 (min-width: 768px) and (max-width: 1280px) {
  .facility {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .facility {
    gap: 40px;
  }
}

.facility__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: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .facility__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .facility__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.facility__body-inner {
  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 (min-width: 768px) and (max-width: 1280px) {
  .facility__body-inner {
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .facility__body-inner {
    gap: 20px;
  }
}

.facility__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.facility__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .facility__image {
    min-width: 260px;
    width: 37.5%;
  }
}
@media screen and (min-width: 1280px) {
  .facility__image {
    width: 386px;
  }
}

.facility__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .facility__gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .facility__gallery {
    grid-template-columns: 1fr 1fr 1fr;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.facility__gallery-image {
  aspect-ratio: 1/1;
}
.facility__gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .facility__gallery-image {
    aspect-ratio: 4/3;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .facility__gallery-image {
    aspect-ratio: 4/3;
    border-radius: 20px;
  }
}

.teacher__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .teacher__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.teacher-card {
  text-align: center;
  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;
}

.teacher-card__contents {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.teacher-card__image {
  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;
}

.teacher-card__text {
  text-align: left;
}

.teacher-card__incharge {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.teacher-card__name {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px;
  -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;
  gap: 20px;
  background: url(../img/bg_lightpink.webp) repeat-y left top;
  background-size: 100% auto;
}

.cta__inner {
  display: grid;
  grid-template-areas: "img" "title" "text" "btn" "sns";
  max-width: 100%;
  overflow: hidden;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cta__inner {
    grid-template-columns: 420px auto;
    gap: 10px 30px;
    grid-template-areas: "img title" "img text" "img btn" "img sns";
  }
}
@media screen and (min-width: 1280px) {
  .cta__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 460px auto;
    gap: 8px 30px;
    grid-template-areas: "img title" "img text" "img btn" "img sns";
  }
}

.cta__image {
  grid-area: img;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cta__image {
    min-width: 420px;
  }
}
@media screen and (min-width: 1280px) {
  .cta__image {
    width: 420px;
  }
}

.cta__head {
  grid-area: title;
  align-self: center;
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cta__head {
    text-align: left;
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .cta__head {
    text-align: left;
    font-size: 26px;
    padding-top: 30px;
  }
}

.cta__text {
  grid-area: text;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cta__text {
    margin-top: 2px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .cta__text {
    margin-top: 20px;
    font-size: 16px;
    margin-top: 0;
  }
}

.cta__buttons {
  grid-area: btn;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cta__buttons {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .cta__buttons {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.cta__sns {
  grid-area: sns;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cta__sns {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .cta__sns {
    text-align: left;
  }
}

.resident__inner {
  margin-top: 20px;
  display: grid;
  grid-template-areas: "img" "title" "text" "btn" "sns";
  max-width: 100%;
  overflow: hidden;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .resident__inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 320px auto;
    gap: 6px 20px;
    grid-template-areas: "img title" "img text" "img btn" "img sns";
  }
}
@media screen and (min-width: 1280px) {
  .resident__inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 392px auto;
    gap: 0 30px;
    grid-template-areas: "img title" "img text" "img btn" "img sns";
  }
}

.resident__image {
  grid-area: img;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.resident__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .resident__image {
    min-width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .resident__image {
    width: 386px;
  }
}

.resident__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: 20px;
}

.resident__head {
  grid-area: title;
  align-self: center;
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .resident__head {
    text-align: left;
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .resident__head {
    text-align: left;
    font-size: 22px;
  }
}

.resident__text {
  grid-area: text;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .resident__text {
    margin-top: 2px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .resident__text {
    margin-top: 2px;
    font-size: 16px;
    margin-top: 0;
  }
}

.resident__buttons {
  grid-area: btn;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .resident__buttons {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .resident__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.resident__button {
  text-align: center;
}

.resident__sns {
  grid-area: sns;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .resident__sns {
    margin-top: 14px;
  }
}

.price {
  background: url(../img/bg_lightgreen.webp) repeat-y left top;
  background-size: 100% auto;
  text-align: center;
}

.price__inner {
  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;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .price__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .price__inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.price__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1280px) {
  .price__image {
    width: 386px;
  }
}

.price__table {
  width: 320px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  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;
  gap: 20px;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .price__table {
    width: 460px;
  }
}
@media screen and (min-width: 1280px) {
  .price__table {
    width: 600px;
  }
}

.price__row {
  display: grid;
  grid-template-columns: 80px auto;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  padding-bottom: 5px;
}
.price__row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #aaa;
}

.price__title {
  text-align: left;
  font-weight: 500;
}

.price__text {
  text-align: right;
  font-weight: 400;
}

.price__caution {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.access__inner {
  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;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .access__inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -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;
    margin-top: 40px;
    gap: 40px;
  }
}

.access__map {
  width: 100%;
  text-align: center;
}

iframe {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  iframe {
    height: 460px;
  }
}
@media screen and (min-width: 1280px) {
  iframe {
    height: 500px;
  }
}

.access__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: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .access__body {
    min-width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .access__body {
    min-width: 420px;
    gap: 0;
  }
}

.access__logo {
  width: 99px;
  height: 118px;
}

.access__lists {
  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;
}

.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c8bbb6;
  padding-bottom: 10px;
}

.access__text {
  font-size: 15px;
}

.qa__inner {
  margin-top: 20px;
  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 (min-width: 768px) and (max-width: 1280px) {
  .qa__inner {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .qa__inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.qa__question {
  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;
}
.qa__question.is-open .qa__question-title::after {
  content: "−";
}
.qa__question .qa__question-title {
  position: relative;
  cursor: pointer;
}
.qa__question .qa__question-title::after {
  content: "＋";
  float: right;
}
.qa__question .qa__question-text {
  display: none;
}
.qa__question .qa__question-text.is-open {
  display: block;
}

.qa__question-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .qa__question-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__question-title {
    font-size: 20px;
  }
}

.qa__q {
  color: #96d149;
  font-weight: 500;
}

.qa__question-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.qa__a {
  color: #ff8181;
  font-size: 20px;
  font-weight: 500;
  margin-top: -4px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .breadcrumb {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumb {
    padding-left: 60px;
  }
}

.contents__wrapper {
  position: relative;
}

.contents__head {
  position: absolute;
  width: 136px;
  height: auto;
  top: 119px;
  right: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: right;
}

.contents__fv-image {
  width: 100%;
  height: 186px;
}
.contents__fv-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents__inner {
  width: calc(100% - 40px);
  margin-inline: auto;
  padding: 60px 20px;
  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 (min-width: 768px) and (max-width: 1280px) {
  .contents__inner {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1280px) {
  .contents__inner {
    width: calc(100% - 160px);
  }
}

.contents__description {
  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 (min-width: 768px) and (max-width: 1280px) {
  .contents__description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .contents__description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.contents__image {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .contents__image {
    min-width: 260px;
  }
}
@media screen and (min-width: 1280px) {
  .contents__image {
    width: 392px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.contact {
  padding-block: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .contact {
    padding-block: 100px;
  }
}

.contact__inner {
  padding-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .contact__inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .contact__inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__text {
  text-align: center;
}

.contact__tel {
  text-align: center;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .contact__tel--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    border: 1px solid #777;
    background: #fff;
    padding: 8px;
  }
}

.contact__tel-number {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .contact__tel-number {
    margin-top: 0;
  }
}

.contact__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #96d149;
  border-radius: 20px;
  border: 1px solid #777;
  background: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .contact__number {
    font-size: 40px;
    gap: 16px;
    width: calc(100% - 160px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .contact__number {
    font-size: 42px;
    gap: 16px;
    background: none;
    border: none;
  }
}

.contact__button {
  text-align: center;
  margin-top: 20px;
}

.contact__text {
  text-align: center;
  margin-top: 20px;
}
.contact__text .is-required {
  color: #e7728e;
}

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

.contact__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: 8px;
}

.contact__footer {
  margin-top: 30px;
}

.contact__privacy {
  text-align: center;
}

.contact__submit {
  text-align: center;
  margin-top: 30px;
  position: relative;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.contact__submit::after {
  content: "";
  background: url("../img/icon_arrow_pink.svg") no-repeat center/contain;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.contact__goback {
  text-align: center;
}

.goback {
  display: inline-block;
  background: transparent;
  border: none;
  color: #96d149;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 20px;
}

.contact__sns {
  text-align: center;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  height: 68px;
  border: 1px solid #777;
  font-size: 16px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: #96d149 auto 1px;
}

.wpcf7-list-item {
  display: block;
  line-height: 1;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}

.wpcf7-list-item input[type=checkbox] {
  display: none;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  line-height: 22px;
}
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #777;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 1.3px;
  top: 4px;
  width: 19.4px;
  height: 14.6px;
  background: url(../img/icon_check.svg) no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* ✅ チェック時にアイコン表示 */
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-spinner {
  display: none;
}

textarea {
  font-family: "Noto Serif JP";
  width: 100%;
  height: 200px;
  background: #fff;
  color: #333;
  border-radius: 10px;
  resize: vertical;
  font-size: 16px;
  padding: 12px 16px;
}
textarea:focus {
  outline: #96d149 auto 1px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  textarea {
    padding: 16px 16px 16px 16px;
    height: 240px;
  }
}

.contact-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .contact-control__input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.contact-control__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-label__required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  width: 56px;
  height: 24px;
  background-color: #ff8181;
  border-radius: 10px;
}

.form-text {
  width: 100%;
  height: 68px;
  border: 1px solid #777;
  font-size: 16px;
  border-radius: 10px;
  background-color: #fff;
}
.form-text:focus {
  outline: #96d149 auto 1px;
  -webkit-box-shadow: 5px 6px 16px 0px #96d149 96, 96, 96, 0.32;
          box-shadow: 5px 6px 16px 0px #96d149 96, 96, 96, 0.32;
}

.form-textarea {
  width: 100%;
  height: 222px;
  border: 1px solid #777;
  font-size: 16px;
  border-radius: 10px;
  background-color: #fff;
}
.form-textarea:focus {
  outline: #96d149 auto 1px;
  -webkit-box-shadow: 5px 6px 16px 0px #96d149 96, 96, 96, 0.32;
          box-shadow: 5px 6px 16px 0px #96d149 96, 96, 96, 0.32;
}

.form-checkbox__text a {
  color: #96d149;
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .policy {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .policy {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.policy__items {
  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;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .policy__items {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .policy__items {
    margin-top: 80px;
  }
}

.policy__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: 12px;
}

.policy__title {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 1.1px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .policy__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .policy__title {
    font-size: 24px;
  }
}

.footer {
  padding-block: 60px 20px;
  background: url("../img/bg_lightgreen.webp") no-repeat left top;
  background-size: 100% 100%;
}

.footer__inner {
  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;
  padding-bottom: 40px;
  font-size: 14px;
  -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 (min-width: 1280px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.footer__logo a img {
  width: 93px;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__logo a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__logo a img:hover {
    opacity: 0.6;
  }
}

.footer__lists {
  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;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__lists {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__lists {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.footer__list--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__list--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .footer__list--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__list--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__list--center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .footer__list--center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__list--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__list--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .footer__list--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__information {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.footer__information-manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.footer__information-name {
  font-size: 12px;
}

.footer__information-text {
  font-size: 12px;
}

.footer__information-url {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer__information-url:hover {
  opacity: 0.6;
}

.footer__information-fax {
  font-size: 32px;
  font-weight: 500;
}

.footer__sns-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.footer__sns-link:hover {
  opacity: 0.6;
}

.footer__policy {
  text-align: center;
  font-size: 12px;
}

.footer__copyright {
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}
.footer__copyright small {
  color: #888;
  font-size: inherit;
}

.footer__link-policy {
  color: #333;
  border-bottom: 1px solid currentColor; /* アンダーラインをborderで再現 */
  padding-bottom: 1px; /* テキストと下線の間の余白 */
}

.footer__links {
  width: 137px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.footer__link:hover {
  opacity: 0.6;
}

.footer__copy {
  color: #888;
  font-size: 12px;
}

.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 10px;
  z-index: 100;
}
.pagetop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.footer__fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10000;
}

.fixed-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 16px;
  color: #fff;
  text-decoration: none;
}

.fixed-button--tel {
  background-color: #96d149;
}

.fixed-button--contact {
  background-color: #ff8181;
}

@media (min-width: 768px) {
  .footer__fixed-buttons {
    display: none;
  }
}