@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* 英字フォント */
/* 日本語タイトル */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  共通設定
---------------------------------------- */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #fafafa;
  color: #333333;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
  }
}

body.no-scroll {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
ol,
th,
td {
  padding: 0;
  margin: 0;
  /* font-size: initial; */
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

section {
  padding: 5.5555555556vw 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 21.3333333333vw 0;
  }
}

.inner {
  width: 100%;
  padding: 0 2rem;
  padding: 0 1.3888888889vw;
  margin-left: auto;
  margin-right: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 4.2666666667vw;
  }
}

.wrapper {
  max-width: 83.3333333333vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.center {
  text-align: center;
}

/* ----------------------------------------
  コンポーネント
---------------------------------------- */
/* ---------------------------------↓編集済み */
/* ---------------------------
  タイトル
--------------------------- */
.ttl {
  color: #666666;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5vw;
	/*font-size: 1.1111111111vw;*/
  padding-bottom: 0.2777777778vw;
  border-bottom: 0.1388888889vw solid #666666;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* ---------------------------------↓未編集 */
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 4.2666666667vw;
    padding-bottom: 1.0666666667vw;
    border-bottom: 0.5333333333vw solid #666666;
  }
}
.ttl.smart {
  gap: 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .ttl.smart {
    gap: 1.6rem;
  }
}
.ttl.smart .ttl__deco {
  height: 1px;
}
.ttl__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2rem;
}

/* ---------------------------
  下層ページMV
--------------------------- */
.page-mv__inner {
  position: relative;
}
.page-mv__background {
  margin-left: auto;
  overflow: hidden;
  width: 83.3333333333vw;
  height: 17.3611111111vw;
  border-bottom-left-radius: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .page-mv__background {
    margin-right: -4.2666666667vw;
    width: 83.2vw;
    height: 66.6666666667vw;
    border-bottom-left-radius: 26.6666666667vw;
  }
}
.page-mv__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-mv__ttl {
  position: absolute;
  left: 1.3888888889vw;
  bottom: 1.3888888889vw;
  padding: 0 0.8333333333vw;
  background: #ffffff;
  font-size: 2.2222222222vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
	line-height: 1.9;
  /*line-height: 1.4;*/
  letter-spacing: 0.0888888889vw;
	border-radius: 0.5vw;
	/*background: rgba(255, 255, 255, 0.9);*/
}
@media screen and (max-width: 767px) {
  .page-mv__ttl {
    bottom: 5.3333333333vw;
    left: 5.3333333333vw;
    padding: 0 3.2vw;
    font-size: 8.5333333333vw;
    letter-spacing: 0.3413333333vw;
	 border-radius: 1.5vw;
  }
}

/* ---------------------------
  パンくずリスト
--------------------------- */
.breadcrumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.breadcrumbs__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__inner {
    padding: 5.3333333333vw;
  }
}
.breadcrumbs__inner > span:last-of-type {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumbs span {
  font-weight: 500;
  line-height: 2;
  font-size: 0.8333333333vw;
  letter-spacing: 0.0666666667vw;
}
@media screen and (max-width: 767px) {
  .breadcrumbs span {
    font-size: 3.2vw;
    letter-spacing: 0.256vw;
  }
}
.breadcrumbs span + span::before {
  margin: 0 1.1111111111vw;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(../img/common/icon-breadcrumb-arrow.svg) no-repeat center center/contain;
  width: 0.5555555556vw;
  height: 1.1111111111vw;
  translate: 0 -0.1041666667vw;
}
@media screen and (max-width: 767px) {
  .breadcrumbs span + span::before {
    margin: 0 4.2666666667vw;
    width: 2.1333333333vw;
    height: 4.2666666667vw;
    translate: 0 -0.4vw;
  }
}

/* ---------------------------------↓編集済み */
/* ---------------------------
  ボタン
--------------------------- */
.btn a {
  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: 1.3888888889vw;
  padding: 1.1111111111vw 2.2222222222vw 1.1111111111vw 2.7777777778vw;
  border-radius: 5.5555555556vw;
  border: 0.0694444444vw solid #14a83c;
  background: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #14a83c;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 4.2666666667vw;
    gap: 5.3333333333vw;
    padding: 4.2666666667vw 8.5333333333vw 4.2666666667vw 10.6666666667vw;
    border-radius: 21.3333333333vw;
    border: 0.2666666667vw solid #14a83c;
  }
}
.btn a:hover .btn__arrow {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.btn__arrow {
  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;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 69.375vw;
  background: #14a83c;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .btn__arrow {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 266.4vw;
  }
}
.btn__arrow img {
  width: 0.9027777778vw;
  height: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .btn__arrow img {
    width: 3.4666666667vw;
    height: 2.6666666667vw;
  }
}
.btn__download {
  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;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 69.375vw;
  background: #14a83c;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .btn__download {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 266.4vw;
  }
}
.btn__download img {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .btn__download img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.btn__download {
  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;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 69.375vw;
  background: #14a83c;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .btn__download {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 266.4vw;
  }
}
.btn__download img {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .btn__download img {
    width: 6.4vw;
    height: 6.4vw;
  }
}

/* ---------------------------------↓未編集 */
/* ---------------------------
  ページ紹介文
--------------------------- */
.page-intro {
  padding: 4.1666666667vw 0;
}
@media screen and (max-width: 767px) {
  .page-intro {
    padding: 16vw 0;
  }
}
.page-intro p {
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  .page-intro p {
    letter-spacing: 0.3413333333vw;
  }
}

/* ---------------------------
  ページ内リンク
--------------------------- */
.page-link {
  padding: 10rem 0;
}
.page-link__container {
  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: 10rem;
}
@media screen and (max-width: 767px) {
  .page-link__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.page-link .btn {
  padding-top: 0;
}

/* ---------------------------
  ページネーション
--------------------------- */
.pagination {
  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: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .pagination {
    gap: 1.3333333333vw;
  }
}

.page-numbers {
  padding: 0.8333333333vw;
  color: #666666;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    padding: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
.page-numbers.current {
  color: #14a83c;
}

.page-icon {
  width: 0.4861111111vw;
}
@media screen and (max-width: 767px) {
  .page-icon {
    width: 1.8666666667vw;
  }
}

/* ---------------------------------↓編集済み */
/* ---------------------------
  サイトロゴ
--------------------------- */
.logo {
  position: absolute;
  content: "";
  top: 1.1111111111vw;
  left: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .logo {
    top: 4.2666666667vw;
    left: 4.2666666667vw;
  }
}
.logo a {
  width: 10.9722222222vw;
  height: 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .logo a {
    width: 26.6666666667vw;
    height: 25.3333333333vw;
  }
}

/* ---------------------------
  ヘッダー
--------------------------- */
main {
  padding-top: 7.2222222222vw;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 21.3333333333vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  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;
}
.header__inner {
  width: 100%;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.2222222222vw;
  background: #fafafa;
  padding-left: 2.7777777778vw;
  padding-right: 2.7777777778vw;
  border-bottom-left-radius: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .header__nav-lists {
    display: none;
  }
}
.header__nav-list {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5555555556vw;
  padding: 1.1111111111vw 0;
}
.header__nav-icon {
  width: 2.2222222222vw;
  height: 2.2222222222vw;
}
.header__nav-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  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: 0.2777777778vw;
  text-align: center;
}
.header__nav-down {
  width: 1.1111111111vw;
  height: 1.1111111111vw;
}
.header__nav-btn a {
  padding: 1.3888888889vw 1.6666666667vw;
  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: 0.6944444444vw;
  background: #14a83c;
  border-radius: 6.9444444444vw;
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.mega-menu {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu:hover .mega-menu__title::after {
  -webkit-transform: translateY(calc(50% + 16px)) scaleX(1);
          transform: translateY(calc(50% + 16px)) scaleX(1);
}
.mega-menu:hover .mega-menu__content {
  opacity: 1;
  visibility: visible;
}
.mega-menu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fafafa;
  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: 4rem;
  gap: 1.3888888889vw;
  padding: 2.7777777778vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #7a7a7a;
  border-radius: 2rem;
  border-radius: 1.3888888889vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu__ttl {
  position: relative;
}
.mega-menu__list {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu__list:hover {
  opacity: 1;
  color: #14a83c;
}

@media screen and (max-width: 767px) {
  .toggle-wrapper {
    padding: 4.2666666667vw;
    background-color: #fafafa;
    border-bottom-left-radius: 6.4vw;
  }
}

.toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .toggle {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #14a83c;
    cursor: pointer;
    width: 12.8vw;
    height: 12.8vw;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
  .toggle__line {
    display: block;
    -webkit-transition: translate 0.5s, rotate 0.5s;
    transition: translate 0.5s, rotate 0.5s;
    height: 0.5333333333vw;
    width: 4.2666666667vw;
    background: #ffffff;
  }
  .toggle__line:nth-of-type(1) {
    translate: 0 2.1333333333vw;
  }
  .toggle__line:nth-of-type(3) {
    translate: 0 -2.1333333333vw;
  }
}

/* ---------------------------------↓未編集 */
/* ---------------------------
  ドロワートグル
--------------------------- */
.toggle.is-active .toggle__line:nth-of-type(1) {
  translate: 0 0.2666666667vw;
  rotate: -45deg;
}
.toggle.is-active .toggle__line:nth-of-type(2) {
  display: none;
}
.toggle.is-active .toggle__line:nth-of-type(3) {
  translate: 0 -0.2666666667vw;
  rotate: 45deg;
}

/* ---------------------------
  ドロワー
--------------------------- */
:root:has(.drawer.js-open) {
  overflow: hidden;
}

.drawer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #fafafa;
  /*スクロールバーは非表示*/
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.drawer.js-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer__lists {
  padding: 32vw 4.2666666667vw;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.drawer__lists ul {
  background: #fafafa;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.drawer__lists li {
  width: 100%;
  text-align: center;
}
.drawer__lists a {
  color: #333333;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.drawer__btn a {
  padding: 1.6rem 2.4rem;
  background: #14a83c;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
}

/* ---------------------------
  cta
--------------------------- */
.cta {
  padding: 0;
}
.cta__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 77.7777777778vw;
  padding: 4.1666666667vw 6.25vw 4.1666666667vw 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta__wrapper {
    max-width: 100%;
    padding: 21.3333333333vw 0;
  }
}
.cta__wrapper::before {
  content: "";
  position: absolute;
  background: #fff5ea;
  width: 100vw;
  height: 100%;
  border: 0.0694444444vw solid #ed6d01;
  display: block;
  top: 0;
  right: 0;
  border-radius: 0 6.9444444444vw 0 0;
}
@media screen and (max-width: 767px) {
  .cta__wrapper::before {
    border-radius: 0 26.6666666667vw 0 0;
    border: 0.2666666667vw solid #ed6d01;
  }
}
.cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 10;
  gap: 2.7777777778vw;
  padding-left: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .cta__container {
    gap: 12.8vw;
    padding-left: 0;
  }
}
.cta__copy {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .cta__copy {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__deco {
    display: none;
  }
}
.cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .cta__content {
    padding-right: 0;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__content.cta__content--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta__tel {
  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.8333333333vw;
}
@media screen and (max-width: 767px) {
  .cta__tel {
    gap: 3.2vw;
  }
}
.cta__tel a {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.7777777778vw;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #14a83c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .cta__tel a {
    font-size: 10.6666666667vw;
    gap: 2.1333333333vw;
  }
}
.cta__tel span {
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .cta__tel span {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.cta__tel-time {
  width: 100% !important;
  height: auto !important;
}
.cta .btn a {
  background: #14a83c;
  color: #ffffff;
}
.cta .btn__arrow {
  background: #ffffff;
}
.cta__logo {
  position: relative;
  z-index: 10;
  width: 14.7916666667vw;
  height: 14.0277777778vw;
}
@media screen and (max-width: 767px) {
  .cta__logo {
    width: 26.6666666667vw;
    height: 25.3333333333vw;
    position: absolute;
    top: 8.5333333333vw;
    right: 7.4666666667vw;
  }
}

.cta.cta--recruit .cta__wrapper {
  background: #fff5ea;
  border: 0.0694444444vw solid #ed6d01;
  border-radius: 2.7777777778vw;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .cta.cta--recruit .cta__wrapper {
    border-width: 0.2666666667vw;
    border-radius: 10.6666666667vw;
  }
}
.cta.cta--recruit .cta__wrapper::before {
  content: none;
}
.cta.cta--recruit .cta__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.cta.cta--recruit .cta__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
  letter-spacing: 0.0888888889vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta.cta--recruit .cta__copy {
    font-size: 4vw;
    letter-spacing: 0.3413333333vw;
  }
}
.cta.cta--recruit .cta__tel {
  gap: 0;
}
.cta.cta--recruit .cta__tel-charge {
  margin-top: 0.8333333333vw;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cta.cta--recruit .cta__tel-charge {
    margin-top: 3.2vw;
  }
}
.cta.cta--recruit .cta__tel-time {
  margin-top: 0.2777777778vw;
}
@media screen and (max-width: 767px) {
  .cta.cta--recruit .cta__tel-time {
    margin-top: 1.0666666667vw;
  }
}

.cta.cta--contact {
  padding-top: 2.7777777778vw;
  padding-bottom: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .cta.cta--contact {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.cta.cta--contact .cta__wrapper {
  background: #fff5ea;
  border: 0.0694444444vw solid #ed6d01;
  border-radius: 2.7777777778vw;
  padding-left: 1.1111111111vw;
  padding-right: 1.1111111111vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 53.3333333333vw;
}
@media screen and (max-width: 767px) {
  .cta.cta--contact .cta__wrapper {
    border-width: 0.2666666667vw;
    border-radius: 10.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    max-width: unset;
  }
}
.cta.cta--contact .cta__wrapper::before {
  content: none;
}
.cta.cta--contact .cta__container-wrapper {
  display: block grid;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .cta.cta--contact .cta__container-wrapper {
    gap: 16vw;
  }
}
.cta.cta--contact .cta__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.cta.cta--contact .cta__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  .cta.cta--contact .cta__copy {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
  }
}
.cta.cta--contact .cta__tel {
  gap: 0;
  color: #666666;
}
.cta.cta--contact .cta__tel-charge {
  margin-top: 0.8333333333vw;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cta.cta--contact .cta__tel-charge {
    margin-top: 3.2vw;
  }
}
.cta.cta--contact .cta__tel-time {
  margin-top: 0.2777777778vw;
}
@media screen and (max-width: 767px) {
  .cta.cta--contact .cta__tel-time {
    margin-top: 1.0666666667vw;
  }
}

/*--------------------------------- ↓編集済み */
/* ---------------------------
  フッター
--------------------------- */
.footer {
  padding: 5.5555555556vw 0 1.3888888889vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 21.3333333333vw 0 22.4vw;
  }
}
.footer__wrapper {
  max-width: 75vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    max-width: 100%;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 57.5vw;
  width: 100%;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .footer__container {
    gap: 12.8vw;
    max-width: 100%;
  }
}
.footer__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3888888889vw;
  letter-spacing: 0.0555555556vw;
}
@media screen and (max-width: 767px) {
  .footer__ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.2133333333vw;
  }
}
.footer__info {
  color: #666666;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  .footer__info {
    letter-spacing: 0.3413333333vw;
  }
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.1111111111vw 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .footer__menu ul {
    width: 95%;
    gap: 4.2666666667vw;
  }
}
.footer__menu li {
  font-size: 1.1111111111vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .footer__menu li {
    font-size: 4.2666666667vw;
  }
}
.footer__menu li.sns {
  width: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .footer__menu li.sns {
    width: 8.5333333333vw;
  }
}
.footer__menu li.sns img {
  width: 100%;
  height: auto;
}
.footer .copyright {
  font-size: 0.8333333333vw;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0.0166666667vw;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 3.2vw;
    letter-spacing: 0.064vw;
  }
}

.insta {
  border-radius: 999px;
  padding: 0 0.2777777778vw 1.6666666667vw 0.2777777778vw;
  width: 8.6111111111vw;
  background: #f9f4e7;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 1.3888888889vw;
  bottom: 13.8888888889vw;
  z-index: 100;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}
.insta:not(.is-animated) {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .insta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 0;
    padding: 0;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.insta__icon {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .insta__icon {
    width: 8vw;
    height: 8vw;
    margin: 4.2666666667vw;
  }
}
.insta__txt {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .insta__txt {
    font-size: 4.2666666667vw;
  }
}
.insta:hover {
  cursor: pointer;
}

.pagetop {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  gap: 0.8333333333vw;
  right: 2.7777777778vw;
  bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 2.1333333333vw;
    bottom: 22.4vw;
    gap: 3.2vw;
  }
}
.pagetop__circle {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #f3e5d0;
  border-radius: 999px;
  padding: 0.6944444444vw;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .pagetop__circle {
    padding: 2.6666666667vw;
    display: grid;
    place-items: center;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.pagetop__icon {
  display: inline-block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .pagetop__icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.pagetop__txt {
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagetop__txt {
    font-size: 3.2vw;
  }
}
.pagetop:hover {
  cursor: pointer;
}

/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* 英字フォント */
/* 日本語タイトル */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ---------------------------------↓編集済み */
/* ----------------------------------------
  TOPページ
---------------------------------------- */
#top {
  background: #fafafa;
}

/* ---------------------------
  メインビジュアル
--------------------------- */
/* スライダー */
.swiper {
  width: 100%;
}
.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 45.1388888889vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 173.3333333333vw;
  }
}
.mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.mv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.mv__swiper {
  height: 45.1388888889vw;
  width: 83.3333333333vw;
  margin-right: initial;
}
@media screen and (max-width: 767px) {
  .mv__swiper {
    width: 83.4666666667vw;
    height: 173.3333333333vw;
  }
}
.mv__swiper-slide img {
  border-radius: 0 0 0 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .mv__swiper-slide img {
    border-radius: 0 0 0 16vw;
  }
}
.mv__content {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  text-align: center;
}
.mv__ttl {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.7777777778vw;
  z-index: 2;
  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.1111111111vw;
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    left: 2.1333333333vw;
    gap: 4.2666666667vw;
    top: initial;
    bottom: 21.3333333333vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv__ttl span {
  padding: 0 0.8333333333vw;
  background: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2222222222vw;
  /*line-height: 1.4;*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .mv__ttl span {
    padding: 0 2.1333333333vw;
    font-size: 8.5333333333vw;
  }
}

/* ---------------------------
  園について
--------------------------- */
#top .about {
  padding: 8.3333333333vw 0;
}
@media screen and (max-width: 767px) {
  #top .about {
    padding: 21.3333333333vw 0;
  }
}
#top .about__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6.9444444444vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
#top .about__wrapper::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #e6efe6;
  display: block;
  top: 0;
  right: 0;
  border-radius: 0 6.9444444444vw 6.9444444444vw 0;
  border: 0.0694444444vw solid #14a83c;
}
@media screen and (max-width: 767px) {
  #top .about__wrapper::before {
    border-radius: 0 26.6666666667vw 26.6666666667vw 0;
    border: 0.2666666667vw solid #14a83c;
  }
}
#top .about__images {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 39.1666666667vw;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  #top .about__images {
    width: 100%;
    gap: 5.3333333333vw;
    padding-top: 10.6666666667vw;
  }
}
#top .about__images::before {
  /* 雲 */
  position: absolute;
  content: "";
  background: url(../img/top/crowd.png) no-repeat center center/cover;
  width: 18.125vw;
  height: 7.9166666667vw;
  top: -3.4027777778vw;
  left: -9.8611111111vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #top .about__images::before {
    width: 40.5333333333vw;
    height: 17.8666666667vw;
    top: 3.2vw;
    left: -20.2666666667vw;
  }
}
#top .about__images::after {
  /* スイカ */
  position: absolute;
  content: "";
  background: url(../img/top/watermeron.png) no-repeat center center/cover;
  width: 10.4166666667vw;
  height: 11.8055555556vw;
  left: 1.8055555556vw;
  bottom: -2.0138888889vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #top .about__images::after {
    width: 23.2vw;
    height: 26.4vw;
    left: initial;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: initial;
  }
}
#top .about__img1 {
  width: 27.7777777778vw;
  height: auto;
  aspect-ratio: 4/3;
  margin-right: 11.3888888889vw;
}
@media screen and (max-width: 767px) {
  #top .about__img1 {
    width: 64.8vw;
    margin-right: auto;
  }
}
#top .about__img1 img {
  border-radius: 1.3888888889vw;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #top .about__img1 img {
    border-radius: 5.3333333333vw;
  }
}
#top .about__img2 {
  width: 18.5416666667vw;
  height: auto;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  #top .about__img2 {
    width: 43.2vw;
    margin-right: 4.2666666667vw;
  }
}
#top .about__img2 img {
  border-radius: 1.3888888889vw;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #top .about__img2 img {
    border-radius: 5.3333333333vw;
  }
}
#top .about__content {
  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.3333333333vw;
  padding: 5.5555555556vw 0;
  width: 34.7222222222vw;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #top .about__content {
    width: 100%;
    gap: 12.8vw;
    padding: 0 4.2666666667vw 10.6666666667vw 0;
  }
}
#top .about__content p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #top .about__content p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
  }
}
#top .about__copy {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6666666667vw;
  color: #14a83c;
}
@media screen and (max-width: 767px) {
  #top .about__copy {
    font-size: 6.4vw;
  }
}
#top .about__content::before {
  /* オレンジ */
  position: absolute;
  content: "";
  background: url(../img/top/orange.png) no-repeat center center/cover;
  width: 6.6666666667vw;
  height: 7.3611111111vw;
  right: 4.8611111111vw;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #top .about__content::before {
    width: 15.4666666667vw;
    height: 17.3333333333vw;
    top: initial;
    bottom: 0;
    right: 10.6666666667vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#top .about__content::after {
  /* いちご */
  position: absolute;
  content: "";
  background: url(../img/top/strawberry.png) no-repeat center center/cover;
  width: 5.4861111111vw;
  height: 6.5277777778vw;
  right: 0.9236111111vw;
  top: 4.8611111111vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #top .about__content::after {
    width: 13.0666666667vw;
    height: 15.2vw;
    top: initial;
    bottom: 22.6666666667vw;
    right: 4vw;
  }
}

/* ---------------------------
  menu
--------------------------- */
.menu {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .menu__inner {
    padding: 0;
  }
}
.menu__wrapper {
  max-width: 94.4444444444vw;
}
@media screen and (max-width: 767px) {
  .menu__wrapper {
    max-width: 100%;
  }
}
.menu__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.1666666667vw;
  padding: 8.3333333333vw 5.5555555556vw;
  border-radius: 4.1666666667vw;
  border: 0.0694444444vw solid #f5c84c;
  width: 100%;
  background: #fdf6e3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu__container {
    grid-template-columns: 1fr;
    gap: 16vw;
    padding: 21.3333333333vw 4.2666666667vw;
    border-radius: 5.3333333333vw;
    border: 0.2666666667vw solid #f5c84c;
  }
}
.menu__icon {
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (max-width: 767px) {
  .menu__icon {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.menu__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1111111111vw;
  padding: 0.8333333333vw 1.1111111111vw;
  background: rgba(255, 255, 255, 0.9);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.1111111111vw;
  margin-top: 0.5555555556vw;
  margin-left: 0.5555555556vw;
  font-size: 1.3888888889vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .menu__ttl {
    gap: 4.2666666667vw;
    padding: 3.2vw 4.2666666667vw;
    border-radius: 4.2666666667vw;
    font-size: 5.3333333333vw;
    margin-top: 2.1333333333vw;
    margin-left: 2.1333333333vw;
  }
}
.menu__card {
  border-radius: 1.3888888889vw;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .menu__card {
    border-radius: 5.3333333333vw;
  }
}
.menu__card a {
  width: 100%;
  height: 100%;
}
.menu__card:nth-of-type(1) {
  background: url(../img/top/menu.png) no-repeat center center/cover;
}
.menu__card:nth-of-type(2) {
  background: url(../img/top/lunch.jpg) no-repeat center center/cover;
}
.menu__card:nth-of-type(3) {
  background: url(../img/top/flow.jpg) no-repeat center center/cover;
}
.menu__card:nth-of-type(4) {
  background: url(../img/top/childcare.jpg) no-repeat center center/cover;
}
.menu__card:nth-of-type(5) {
  background: url(../img/top/local-care.jpg) no-repeat center center/cover;
}
.menu__card:nth-of-type(6) {
  background: url(../img/top/limited.jpg) no-repeat center center/cover;
}
.menu__container::before {
  /* バナナ */
  position: absolute;
  content: "";
  background: url(../img/top/banana.png) no-repeat center center/cover;
  width: 6.3194444444vw;
  height: 6.9444444444vw;
  right: 0;
  top: -2.2222222222vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .menu__container::before {
    width: 16.2666666667vw;
    height: 17.8666666667vw;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: initial;
    left: 0;
  }
}
.menu__container::after {
  /* りんご */
  position: absolute;
  content: "";
  background: url(../img/top/apple.png) no-repeat center center/cover;
  width: 8.4027777778vw;
  height: 8.8888888889vw;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .menu__container::after {
    width: 23.2vw;
    height: 24.5333333333vw;
  }
}

/* ---------------------------
  写真ギャラリー
--------------------------- */
.gallery {
  overflow: hidden;
  padding: 11.1111111111vw 0;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding: 26.6666666667vw 0;
  }
}
.gallery__swiper {
  overflow: visible;
}
.gallery__swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.gallery__swiper-slide {
  width: 29.5833333333vw;
  height: 22.2222222222vw;
}
@media screen and (max-width: 767px) {
  .gallery__swiper-slide {
    width: 91.4666666667vw;
    height: 68.5333333333vw;
  }
}
.gallery__swiper-slide img {
  border-radius: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .gallery__swiper-slide img {
    border-radius: 5.3333333333vw;
  }
}
.gallery__swiper-slide.is-even {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .gallery__swiper-slide.is-even {
    margin-top: 10.6666666667vw;
  }
}

/* ---------------------------
  入園見学・求人について
--------------------------- */
.info {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .info__inner {
    padding: 0;
  }
}
.info__wrapper {
  max-width: 94.4444444444vw;
}
@media screen and (max-width: 767px) {
  .info__wrapper {
    max-width: 100%;
  }
}
.info__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.1666666667vw;
  padding: 8.3333333333vw 5.5555555556vw;
  border-radius: 4.1666666667vw;
  border: 0.0694444444vw solid #ee86a1;
  width: 100%;
  background: #fdeff5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info__container {
    grid-template-columns: 1fr;
    gap: 16vw;
    padding: 21.3333333333vw 4.2666666667vw;
    border-radius: 5.3333333333vw;
    border: 0.2666666667vw solid #ee86a1;
  }
}
.info__icon {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .info__icon {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.info__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1111111111vw;
  padding: 0.8333333333vw 1.1111111111vw;
  background: rgba(255, 255, 255, 0.9);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.1111111111vw;
  margin-top: 0.5555555556vw;
  margin-left: 0.5555555556vw;
  font-size: 1.6666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .info__ttl {
    gap: 4.2666666667vw;
    padding: 3.2vw 4.2666666667vw;
    border-radius: 4.2666666667vw;
    font-size: 5.3333333333vw;
    margin-top: 2.1333333333vw;
    margin-left: 2.1333333333vw;
  }
}
.info__card {
  border-radius: 1.3888888889vw;
  aspect-ratio: 1.425;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .info__card {
    border-radius: 5.3333333333vw;
    aspect-ratio: 1;
  }
}
.info__card a {
  width: 100%;
  height: 100%;
}
.info__card:nth-of-type(1) {
  background: url(../img/top/admission-information.jpg) no-repeat center center/cover;
}
.info__card:nth-of-type(2) {
  background: url(../img/top/recruit.jpg) no-repeat center center/cover;
}
.info__container::before {
  /* もも */
  position: absolute;
  content: "";
  background: url(../img/top/peach.png) no-repeat center center/cover;
  width: 8.1944444444vw;
  height: 8.75vw;
  right: 0;
  top: -3.3333333333vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .info__container::before {
    width: 21.3333333333vw;
    height: 22.6666666667vw;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: initial;
    left: 0;
  }
}
.info__container::after {
  /* ぶどう・のいちご */
  position: absolute;
  content: "";
  background: url(../img/top/grape-berry.png) no-repeat center center/cover;
  width: 13.125vw;
  height: 10.2777777778vw;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .info__container::after {
    width: 34.1333333333vw;
    height: 26.6666666667vw;
  }
}

/* ---------------------------
  お知らせ
--------------------------- */
#top .news {
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #top .news {
    padding-bottom: 21.3333333333vw;
  }
}
#top .news__wrapper {
  gap: 3.3333333333vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  #top .news__wrapper {
    padding: 0;
    gap: 12.8vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top .news__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top .news__posts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#top .news__post {
  width: 100%;
  border-bottom: 0.0694444444vw solid #666666;
  padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 0;
  gap: 2.2222222222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #top .news__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
    padding: 5.3333333333vw 4.2666666667vw 5.3333333333vw 0;
  }
}
#top .news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1111111111vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #top .news__head {
    gap: 4.2666666667vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
#top .news__time {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #top .news__time {
    font-size: 4.2666666667vw;
  }
}
#top .news__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#top .news__bottom {
  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;
  width: 100%;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  #top .news__bottom {
    gap: 4.2666666667vw;
  }
}
#top .news__ttl {
  font-weight: 500;
  font-size: 1.1111111111vw;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top .news__ttl {
    font-size: 4.2666666667vw;
    -webkit-line-clamp: 2;
  }
}
#top .news__arrow {
  width: 0.9027777778vw;
  height: 0.6944444444vw;
  display: block;
  aspect-ratio: 13/10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top .news__arrow {
    width: 3.4666666667vw;
    height: 2.6666666667vw;
  }
}
#top .news__post:hover .news__arrow {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
#top .news .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #top .news .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ---------------------------------↓未編集 */
#about .mission {
  padding-top: 2.7777777778vw;
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #about .mission {
    padding-top: 10.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
#about .mission__wrapper {
  padding: 0 4.1666666667vw;
  gap: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  #about .mission__wrapper {
    padding: 0;
    gap: 12.8vw;
  }
}
#about .mission__image {
  border-radius: 1.3888888889vw;
  width: 100%;
  aspect-ratio: 1080/607.5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #about .mission__image {
    border-radius: 5.3333333333vw;
  }
}
#about .mission__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#about .mission__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: 3.3333333333vw;
  width: 40.8333333333vw;
}
@media screen and (max-width: 767px) {
  #about .mission__body {
    gap: 12.8vw;
    width: 100%;
  }
}
#about .mission__title {
  -ms-flex-item-align: center;
      align-self: center;
}
#about .mission__text {
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #about .mission__text {
    letter-spacing: 0.0888888889vw;
  }
}
#about .mission__list {
  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.5555555556vw;
}
@media screen and (max-width: 767px) {
  #about .mission__list {
    gap: 2.1333333333vw;
  }
}
#about .mission__item {
  font-weight: 700;
  margin-left: 2.7777777778vw;
  padding-left: 2.0833333333vw;
  font-size: 1.3888888889vw;
  letter-spacing: 0.0555555556vw;
  color: #14a83c;
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .mission__item {
    margin-left: 0;
    padding-left: 4vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.2133333333vw;
  }
}
#about .mission__item::before {
  position: absolute;
  content: "•";
  left: 0.8333333333vw;
  top: 0vw;
}
@media screen and (max-width: 767px) {
  #about .mission__item::before {
    top: 0vw;
    left: 0;
  }
}
#about .mission__wrapper--message {
  margin-top: 6.9444444444vw;
  padding: 0 4.1666666667vw;
  gap: 4.1666666667vw;
  -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: start;
}
@media screen and (max-width: 767px) {
  #about .mission__wrapper--message {
    -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;
    margin-top: 21.3333333333vw;
    padding: 0;
    gap: 8vw;
  }
}
#about .mission__message-image {
  width: 31.1111111111vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.3888888889vw;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #about .mission__message-image {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
}
#about .mission__message-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#about .mission__message-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: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  #about .mission__message-body {
    gap: 12.8vw;
  }
}
#about .mission__message-title {
  font-weight: 700;
  color: #14a83c;
  font-size: 1.6666666667vw;
  letter-spacing: 0.0666666667vw;
}
@media screen and (max-width: 767px) {
  #about .mission__message-title {
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
#about .greeting {
  padding: 0;
}
#about .greeting__wrapper {
  border: 0.0694444444vw solid #14a83c;
  border-radius: 4.1666666667vw;
  background: #e6efe6;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4.1666666667vw;
  padding: 5.5555555556vw 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #about .greeting__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0.2666666667vw solid #14a83c;
    border-radius: 8vw;
    gap: 8vw;
    padding: 8vw 4.2666666667vw;
  }
}
#about .greeting__image {
  width: 22.0833333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 3/4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #about .greeting__image {
    width: 100%;
  }
}
#about .greeting__text {
  margin-top: 3.3333333333vw;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #about .greeting__text {
    margin-top: vw-sp(48);
    letter-spacing: 0.3413333333vw;
  }
}
#about .greeting__name {
  margin-top: 1.3888888889vw;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #about .greeting__name {
    margin-top: 5.3333333333vw;
    letter-spacing: 0.0888888889vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #about .greeting__name {
    letter-spacing: 0.3413333333vw;
  }
}
#about .overview {
  padding: 6.9444444444vw 0;
}
@media screen and (max-width: 767px) {
  #about .overview {
    padding: 21.3333333333vw 0;
  }
}
#about .overview__wrapper {
  padding: 0 10.4166666667vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #about .overview__wrapper {
    padding: 0;
    gap: 10.6666666667vw;
  }
}
#about .overview__text {
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #about .overview__text {
    letter-spacing: 0.3413333333vw;
  }
}
#about .overview__table {
  width: 100%;
}

#local-care .club {
  padding: 2.7777777778vw 0 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #local-care .club {
    padding: 0 0 26.6666666667vw;
  }
}
#local-care .club__wrapper {
  padding: 0 1.3888888889vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #local-care .club__wrapper {
    padding: 0;
    gap: 10.6666666667vw;
  }
}
#local-care .club__image {
  width: 100%;
  aspect-ratio: 1160/652.5;
  border-radius: 1.3888888889vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #local-care .club__image {
    border-radius: 5.3333333333vw;
  }
}
#local-care .club__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#local-care .club__text {
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #local-care .club__text {
    letter-spacing: 0.3413333333vw;
  }
}
#local-care .club__table {
  width: 100%;
}
#local-care .publication {
  padding: 6.9444444444vw 0 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #local-care .publication {
    padding: 26.6666666667vw 0 16vw;
  }
}
#local-care .publication__wrapper {
  padding: 0 2.7777777778vw;
  -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: start;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #local-care .publication__wrapper {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
#local-care .publication__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  #local-care .publication__content {
    gap: 8.5333333333vw;
  }
}
#local-care .publication__text {
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #local-care .publication__text {
    letter-spacing: 0.3413333333vw;
  }
}
#local-care .publication__image {
  width: 27.7777777778vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #local-care .publication__image {
    width: 100%;
  }
}
#local-care .tel {
  padding: 4.1666666667vw 0 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #local-care .tel {
    padding: 16vw 0;
  }
}
#local-care .tel__wrapper {
  width: 62.5vw;
  margin: 0 auto;
  padding: 3.3333333333vw 4.1666666667vw;
  border-radius: 4.1666666667vw;
  border: 0.0694444444vw solid #14a83c;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #local-care .tel__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8vw 4.2666666667vw;
    border-radius: 8vw;
    border: 0.2666666667vw solid #14a83c;
    gap: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #local-care .tel__wrapper {
    width: 100%;
  }
}
#local-care .tel__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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: 32px;
}
#local-care .tel__num {
  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.8333333333vw;
}
@media screen and (max-width: 767px) {
  #local-care .tel__num {
    gap: 3.2vw;
  }
}
#local-care .tel__num a {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.7777777778vw;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #14a83c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  #local-care .tel__num a {
    font-size: 10.6666666667vw;
    gap: 2.1333333333vw;
  }
}
#local-care .tel__num span {
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  #local-care .tel__num span {
    width: 6.4vw;
    height: 6.4vw;
  }
}
#local-care .tel__num-time {
  width: 100% !important;
  height: auto !important;
}
#local-care .tel__image {
  width: 22.9861111111vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #local-care .tel__image {
    width: 100%;
  }
}

#document .document {
  padding: 2.7777777778vw 0 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #document .document {
    padding: 2.7777777778vw 0 26.6666666667vw;
  }
}
#document .document__wrapper {
  gap: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #document .document__wrapper {
    gap: 16vw;
  }
}
#document .document__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #document .document__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
  }
}
#document .document__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25vw;
          flex: 0 0 25vw;
  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;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #document .document__item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 4.2666666667vw;
  }
}
#document .document__item:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  #document .document__item:nth-of-type(2) {
    width: 100%;
  }
}
#document .document__desc {
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #document .document__desc {
    letter-spacing: 0.3413333333vw;
  }
}

#donation .usage {
  padding: 2.7777777778vw 0;
}
@media screen and (max-width: 767px) {
  #donation .usage {
    padding: 10.6666666667vw 0;
  }
}
#donation .usage__wrapper {
  gap: 1.3888888889vw;
  padding: 4.1666666667vw 0;
  width: 59.7222222222vw;
  border-radius: 4.1666666667vw;
  border: 0.0694444444vw solid #14a83c;
  background: #e6efe6;
}
@media screen and (max-width: 767px) {
  #donation .usage__wrapper {
    gap: 5.3333333333vw;
    padding: 16vw 4.2666666667vw;
    width: 100%;
    border-radius: 16vw;
    border: 0.2666666667vw solid #14a83c;
  }
}
#donation .usage__text {
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #donation .usage__text {
    letter-spacing: 0.3413333333vw;
  }
}
#donation .usage__list {
  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;
}
#donation .usage__item {
  letter-spacing: 0.0888888889vw;
  padding-left: 1.7361111111vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  #donation .usage__item {
    padding-left: 6.6666666667vw;
    letter-spacing: 0.3413333333vw;
  }
}
#donation .usage__item::before {
  position: absolute;
  content: "・";
  top: -0.0694444444vw;
  left: 0.3472222222vw;
}
@media screen and (max-width: 767px) {
  #donation .usage__item::before {
    top: -0.2666666667vw;
    left: 1.3333333333vw;
  }
}
#donation .apply {
  padding: 4.1666666667vw 0 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #donation .apply {
    padding: 16vw 0 26.6666666667vw;
  }
}
#donation .apply__wrapper {
  gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #donation .apply__wrapper {
    gap: 10.6666666667vw;
  }
}
#donation .apply__text {
  text-align: center;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #donation .apply__text {
    letter-spacing: 0.3413333333vw;
  }
}

#childcare .map {
  padding: 0;
}
#childcare .map__image {
  inline-size: 58.6111111111vw;
}
@media screen and (max-width: 767px) {
  #childcare .map__image {
    inline-size: 100%;
  }
}
#childcare .program {
  padding: 4.1666666667vw 0 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #childcare .program {
    padding: 16vw 0 26.6666666667vw;
  }
}
#childcare .program__wrapper {
  gap: 3.3333333333vw;
  width: 66.1111111111vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__wrapper {
    gap: 12.8vw;
    width: 100%;
  }
}
#childcare .program__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__column {
    gap: 10.6666666667vw;
  }
}
#childcare .program__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1666666667vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  #childcare .program__grid {
    display: grid;
    grid-template-columns: 26.6666666667vw auto;
    grid-template-areas: "image image" "season list";
  }
}
#childcare .program__grid::before, #childcare .program__grid::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
}
#childcare .program__grid:nth-of-type(1)::after {
  width: 3.4513888889vw;
  height: 4.0972222222vw;
  background: url(../img/childcare/decor-right-1.webp) no-repeat center center/contain;
  top: 0.3472222222vw;
  translate: 29.5833333333vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__grid:nth-of-type(1)::after {
    width: 13.2533333333vw;
    height: 15.7333333333vw;
    top: -10.6666666667vw;
    translate: 34.7222222222vw;
  }
}
#childcare .program__grid:nth-of-type(1)::before {
  width: 4.1480555556vw;
  height: 4.57875vw;
  background: url(../img/childcare/decor-right-2.webp) no-repeat center center/contain;
  top: 13.6805555556vw;
  translate: 34.7222222222vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__grid:nth-of-type(1)::before {
    width: 15.9285333333vw;
    height: 17.5824vw;
    top: 40vw;
    translate: 32vw;
  }
}
#childcare .program__grid:nth-of-type(2)::after {
  width: 7.3611111111vw;
  height: 8.0936111111vw;
  background: url(../img/childcare/decor-left-1.webp) no-repeat center center/contain;
  top: -6.9444444444vw;
  translate: -38.8888888889vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__grid:nth-of-type(2)::after {
    width: 28.2666666667vw;
    height: 31.0794666667vw;
    top: 29.8611111111vw;
    translate: -54.1666666667vw;
  }
}
#childcare .program__grid:nth-of-type(2)::before {
  width: 7.7777777778vw;
  height: 10.3561805556vw;
  background: url(../img/childcare/decor-right-3.webp) no-repeat center center/contain;
  top: 13.3333333333vw;
  translate: 31.1111111111vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__grid:nth-of-type(2)::before {
    width: 7.7777777778vw;
    height: 10.3561805556vw;
  }
}
#childcare .program__grid:nth-of-type(3)::before {
  width: 8.1944444444vw;
  height: 6.2327777778vw;
  background: url(../img/childcare/decor-left-2.webp) no-repeat center center/contain;
  top: 12.8472222222vw;
  translate: -38.8888888889vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__grid:nth-of-type(3)::before {
    width: 31.4666666667vw;
    height: 23.9338666667vw;
    top: 41.6vw;
    translate: 16vw;
  }
}
#childcare .program__grid:nth-of-type(4)::before {
  width: 5.4861111111vw;
  height: 6.4605555556vw;
  background: url(../img/childcare/decor-right-4.webp) no-repeat center center/contain;
  top: 10.625vw;
  translate: 33.4027777778vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__grid:nth-of-type(4)::before {
    width: 21.0666666667vw;
    height: 24.8085333333vw;
    top: 51.4666666667vw;
    translate: 25.0666666667vw;
  }
}
#childcare .program__season {
  width: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__season {
    width: 21.3333333333vw;
    grid-area: season;
    margin-left: 5.3333333333vw;
    align-self: start;
  }
}
#childcare .program__image {
  width: 27.7777777778vw;
  aspect-ratio: 16/9;
  border-radius: 1.3888888889vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #childcare .program__image {
    width: 100%;
    grid-area: image;
    border-radius: 5.3333333333vw;
  }
}
#childcare .program__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#childcare .program__list {
  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.2777777778vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__list {
    grid-area: list;
    gap: 1.0666666667vw;
  }
}
#childcare .program__item {
  padding-left: 1.7361111111vw;
  letter-spacing: 0.0888888889vw;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #childcare .program__item {
    padding-left: 6.6666666667vw;
    white-space: normal;
  }
}
#childcare .program__item::before {
  position: absolute;
  content: "・";
  top: -0.0694444444vw;
  left: 0.3472222222vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__item::before {
    top: -0.2666666667vw;
    left: 1.3333333333vw;
  }
}
#childcare .program__row {
  padding: 4.1666666667vw 1.8055555556vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16vw 0 8.5333333333vw;
    gap: 8vw;
  }
}
#childcare .program__row-item {
  width: 27.7777777778vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__row-item {
    width: 100%;
  }
}
#childcare .program__row-image {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.3888888889vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #childcare .program__row-image {
    border-radius: 5.3333333333vw;
  }
}
#childcare .program__row-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#childcare .program__content {
  text-align: center;
}
#childcare .program__text {
  letter-spacing: 0.0888888889vw;
  margin-top: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  #childcare .program__text {
    margin-top: 2.1333333333vw;
    letter-spacing: 0.3413333333vw;
  }
}
#childcare .program__extra {
  margin-top: -3.3333333333vw;
  -ms-flex-item-align: start;
      align-self: start;
}
@media screen and (max-width: 767px) {
  #childcare .program__extra {
    margin-top: 0;
  }
}

#flow .flow {
  padding: 2.7777777778vw 0 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #flow .flow {
    padding: 10.6666666667vw 0 26.6666666667vw;
  }
}
#flow .flow__wrapper {
  gap: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #flow .flow__wrapper {
    gap: 16vw;
  }
}
#flow .flow__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #flow .flow__buttons {
    gap: 4vw;
  }
}
#flow .flow__button {
  padding: 0.8333333333vw 4.0277777778vw;
  border-radius: 1.3888888889vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0888888889vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  #flow .flow__button {
    padding: 3.2vw 15.4666666667vw;
    border-radius: 5.3333333333vw;
    letter-spacing: 0.3413333333vw;
  }
}
#flow .flow__button::after {
  position: absolute;
  content: "";
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  right: 1.5277777778vw;
  top: 50%;
  translate: 0 -50%;
  background: url(../img/common/anchor-arrow-pink.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #flow .flow__button::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 5.8666666667vw;
  }
}
#flow .flow__button--pink {
  color: #ee86a1;
  border: 0.0694444444vw solid #ee86a1;
}
@media screen and (max-width: 767px) {
  #flow .flow__button--pink {
    border: 0.2666666667vw solid #ee86a1;
  }
}
#flow .flow__button--green {
  color: #14a83c;
  border: 0.0694444444vw solid #14a83c;
}
@media screen and (max-width: 767px) {
  #flow .flow__button--green {
    border: 0.2666666667vw solid #14a83c;
  }
}
#flow .flow__button--green::after {
  background: url(../img/common/anchor-arrow-green.svg) no-repeat center center/contain;
}
#flow .flow__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: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #flow .flow__body {
    gap: 26.6666666667vw;
  }
}
#flow .flow__block {
  padding: 4.1666666667vw;
  border-radius: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #flow .flow__block {
    padding: 10.6666666667vw 4.2666666667vw;
    border-radius: 8vw;
  }
}
#flow .flow__block--baby {
  border: 0.0694444444vw solid #ee86a1;
  background: #fdeff5;
}
@media screen and (max-width: 767px) {
  #flow .flow__block--baby {
    border: 0.2666666667vw solid #ee86a1;
  }
}
#flow .flow__block--kids {
  border: 0.0694444444vw solid #14a83c;
  background: #e6efe6;
}
@media screen and (max-width: 767px) {
  #flow .flow__block--kids {
    border: 0.2666666667vw solid #14a83c;
  }
}
#flow .flow__label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 1.6666666667vw;
  letter-spacing: 0.0666666667vw;
}
@media screen and (max-width: 767px) {
  #flow .flow__label {
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
#flow .flow__label--baby {
  color: #ee86a1;
}
#flow .flow__label--kids {
  color: #14a83c;
}
#flow .flow__list {
  margin-top: 2.7777777778vw;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #flow .flow__list {
    margin-top: 10.6666666667vw;
    gap: 10.6666666667vw;
  }
}
#flow .flowItem {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 6.25vw minmax(0, 1fr);
  grid-template-areas: "img time text";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.7777777778vw;
     -moz-column-gap: 2.7777777778vw;
          column-gap: 2.7777777778vw;
  padding-inline: 3.8194444444vw;
}
@media screen and (max-width: 767px) {
  #flow .flowItem {
    padding: 0;
    grid-template-columns: 18.6666666667vw minmax(0, 1fr);
    row-gap: 5.3333333333vw;
    grid-template-areas: "img img" "time text";
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
  }
}
#flow .flowItem__img {
  width: 27.7777777778vw;
  grid-area: img;
}
@media screen and (max-width: 767px) {
  #flow .flowItem__img {
    width: 100%;
  }
}
#flow .flowItem__time {
  width: 6.25vw;
  grid-area: time;
}
@media screen and (max-width: 767px) {
  #flow .flowItem__time {
    width: 18.6666666667vw;
  }
}
#flow .flowItem__text {
  grid-area: text;
  font-size: 1.3888888889vw;
  letter-spacing: 0.1111111111vw;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #flow .flowItem__text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.4266666667vw;
    white-space: normal;
  }
}
#flow .flowItem__text--mgl {
  margin-left: -75px;
}
@media screen and (max-width: 767px) {
  #flow .flowItem__text--mgl {
    margin-left: revert;
  }
}
#flow .flowItem:nth-child(odd) {
  grid-template-areas: "text time img";
}
#flow .flowItem:nth-child(odd) .flowItem__text {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #flow .flowItem:nth-child(odd) {
    grid-template-areas: "img img" "time text";
  }
  #flow .flowItem:nth-child(odd) .flowItem__text {
    text-align: revert;
  }
}

#lunch .lunch {
  padding: 2.7777777778vw 0 6.9444444444vw;
  gap: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch {
    padding: 10.6666666667vw 0 26.6666666667vw;
    gap: 26.6666666667vw;
  }
}
#lunch .lunch__image {
  width: 100%;
}
#lunch .lunch__image img {
  border-radius: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__image img {
    border-radius: 5.3333333333vw;
  }
}
#lunch .lunch__wrapper {
  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;
  gap: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__wrapper {
    gap: 16vw;
  }
}
#lunch .lunch__policy {
  margin-top: 6.9444444444vw;
  padding: 2.7777777778vw 0;
  width: 44.5138888889vw;
  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;
  gap: 2.7777777778vw;
  border-radius: 4.1666666667vw;
  border: 0.0694444444vw solid #14a83c;
  background: #e6efe6;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__policy {
    padding-top: 26.6666666667vw;
    padding: 10.6666666667vw 0;
    width: 100%;
    gap: 10.6666666667vw;
  }
}
#lunch .lunch__list {
  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.5555555556vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__list {
    gap: 2.1333333333vw;
  }
}
#lunch .lunch__item {
  font-weight: 700;
  padding-left: 2.0833333333vw;
  font-size: 1.3888888889vw;
  letter-spacing: 0.0555555556vw;
  color: #14a83c;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__item {
    margin-left: 0;
    padding-left: 4vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.2133333333vw;
  }
}
#lunch .lunch__item::before {
  position: absolute;
  content: "•";
  left: 0.8333333333vw;
  top: 0vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__item::before {
    top: 0vw;
    left: 0;
  }
}
#lunch .lunch__lead {
  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.3888888889vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__lead {
    gap: 5.3333333333vw;
  }
}
#lunch .lunch__lead-main {
  text-align: center;
  color: #14a83c;
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.0666666667vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__lead-main {
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
#lunch .lunch__lead-text {
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__lead-text {
    letter-spacing: 0.3413333333vw;
  }
}
#lunch .lunch__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
#lunch .lunch__card {
  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;
  gap: 1.1111111111vw;
  width: 27.7777777778vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__card {
    gap: 4.2666666667vw;
    width: 100%;
  }
}
#lunch .lunch__card-head {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__card-head {
    border-radius: 5.3333333333vw;
  }
}
#lunch .lunch__card-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#lunch .lunch__card-title {
  text-align: center;
  color: #14a83c;
  font-size: 1.1111111111vw;
  font-weight: 700;
  letter-spacing: 0.0444444444vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__card-title {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
  }
}
#lunch .lunch__card-text {
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #lunch .lunch__card-text {
    letter-spacing: 0.3413333333vw;
  }
}

#news .news {
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #news .news {
    padding: 10.6666666667vw 0 26.6666666667vw;
  }
}
#news .news__wrapper {
  padding: 4.1666666667vw 2.7777777778vw;
  border-radius: 2.7777777778vw;
  background-color: #ffffff;
  border: 0.0694444444vw solid #14a83c;
  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;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #news .news__wrapper {
    border-radius: 5.3333333333vw;
    border: 0.2666666667vw solid #14a83c;
    padding: 10.6666666667vw 4.2666666667vw;
    gap: 16vw;
  }
}
#news .news__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #news .news__filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5.3333333333vw;
  }
  #news .news__filters .catTag {
    width: 100%;
    text-align: center;
  }
}
#news .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#news .news__card-link {
  padding: 2.0138888889vw 2.7777777778vw;
  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.3194444444vw;
  border-bottom: 0.0694444444vw solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  #news .news__card-link {
    padding: 4vw 0;
    gap: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #d9d9d9;
  }
}
@media screen and (min-width: 768px) {
  #news .news__card-link:hover .news__card-bottom::after {
    translate: 1.1111111111vw -50%;
  }
}
#news .news__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #news .news__card-head {
    gap: 4.2666666667vw;
  }
}
#news .news__card-date {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0222222222vw;
}
@media screen and (max-width: 767px) {
  #news .news__card-date {
    letter-spacing: 0.0853333333vw;
  }
}
#news .news__card-bottom {
  position: relative;
}
#news .news__card-bottom::after {
  position: absolute;
  content: "";
  width: 0.9027777778vw;
  height: 0.6944444444vw;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  background-color: #14a83c;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media screen and (max-width: 767px) {
  #news .news__card-bottom::after {
    width: 3.4666666667vw;
    height: 2.6666666667vw;
  }
}
#news .news__card-title {
  width: 95.67307%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #news .news__card-title {
    font-size: 4.2666666667vw;
  }
}
#news .news__empty {
  padding: 6.9444444444vw 0;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  #news .news__empty {
    padding: 26.6666666667vw 0;
    font-size: 6.4vw;
  }
}

#limited .limited {
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #limited .limited {
    padding: 10.6666666667vw 0 26.6666666667vw;
  }
}
#limited .limited__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #limited .limited__wrapper {
    -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: 16vw;
  }
}
#limited .limited__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4.1666666667vw 2.7777777778vw;
  border-radius: 2.7777777778vw;
  background-color: #ffffff;
  border: 0.0694444444vw solid #14a83c;
}
@media screen and (max-width: 767px) {
  #limited .limited__main {
    border-radius: 5.3333333333vw;
    border: 0.2666666667vw solid #14a83c;
    padding: 10.6666666667vw 4.2666666667vw;
    gap: 16vw;
  }
}
#limited .limited__list {
  padding-bottom: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #limited .limited__list {
    padding-bottom: 4.1666666667vw;
    gap: 10.6666666667vw;
  }
}
#limited .limited__card {
  width: calc(50% - 1.3888888889vw);
}
@media screen and (max-width: 767px) {
  #limited .limited__card {
    width: 100%;
  }
}
#limited .limited__head {
  border-radius: 1.3888888889vw;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 0.7638888889vw;
}
@media screen and (max-width: 767px) {
  #limited .limited__head {
    margin-bottom: 2.9333333333vw;
  }
}
#limited .limited__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#limited .limited__time {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.0222222222vw;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #limited .limited__time {
    letter-spacing: 0.0853333333vw;
  }
}
#limited .limited__title {
  margin-top: 0.2777777778vw;
  letter-spacing: 0.0888888889vw;
  font-size: 1.1111111111vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #limited .limited__title {
    margin-top: 1.0666666667vw;
    letter-spacing: 0.3413333333vw;
    font-size: 4.2666666667vw;
  }
}
#limited .sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4.1666666667vw 2.7777777778vw 0 0;
}
@media screen and (max-width: 767px) {
  #limited .sidebar {
    padding: 10.6666666667vw 0 0 0;
  }
}
#limited .sidebar__section {
  padding: 0;
  width: 20.8333333333vw;
}
@media screen and (max-width: 767px) {
  #limited .sidebar__section {
    width: 80vw;
  }
}
#limited .sidebar__title {
  padding: 0.2777777778vw 2.2222222222vw;
  font-size: 1.1111111111vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.0888888889vw;
  border-radius: 1.1111111111vw;
  border: 0.0694444444vw solid #14a83c;
  background: #e6efe6;
}
@media screen and (max-width: 767px) {
  #limited .sidebar__title {
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 8.5333333333vw;
    letter-spacing: 0.3413333333vw;
  }
}
#limited .sidebar__list {
  margin-top: 2.2222222222vw;
  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.3888888889vw;
}
@media screen and (max-width: 767px) {
  #limited .sidebar__list {
    margin-top: 8.5333333333vw;
    gap: 5.3333333333vw;
  }
}
#limited .sidebar__item {
  padding: 0 1.3888888889vw;
  letter-spacing: 0.0888888889vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #limited .sidebar__item {
    padding: 0 5.3333333333vw;
    letter-spacing: 0.3413333333vw;
  }
}

#single .single {
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #single .single {
    padding-bottom: 26.6666666667vw;
  }
}
#single .single__wrapper {
  padding: 2.7777777778vw 2.7777777778vw 5.5555555556vw;
  border-radius: 2.7777777778vw;
  background-color: #ffffff;
  border: 0.0694444444vw solid #14a83c;
}
@media screen and (max-width: 767px) {
  #single .single__wrapper {
    padding: 10.6666666667vw 10.6666666667vw 21.3333333333vw;
    border-radius: 5.3333333333vw;
    border: 0.2666666667vw solid #14a83c;
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
#single .single__post {
  width: 100%;
}
#single .single__head {
  padding-top: 1.3888888889vw;
  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.4861111111vw;
}
@media screen and (max-width: 767px) {
  #single .single__head {
    padding-top: 0;
    gap: 1.8666666667vw;
  }
}
#single .single__thumbnail {
  width: 34.7222222222vw;
}
@media screen and (max-width: 767px) {
  #single .single__thumbnail {
    width: 100%;
  }
}
#single .single__thumbnail img {
  border-radius: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  #single .single__thumbnail img {
    border-radius: 5.3333333333vw;
  }
}
#single .single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #single .single__meta {
    gap: 4.2666666667vw;
  }
}
#single .single__meta:has(> *:only-child) {
  margin: 0.5555555556vw 0;
}
@media screen and (max-width: 767px) {
  #single .single__meta:has(> *:only-child) {
    margin: 2.1333333333vw 0;
  }
}
#single .single__time {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.0222222222vw;
}
@media screen and (max-width: 767px) {
  #single .single__time {
    letter-spacing: 0.0853333333vw;
  }
}
#single .single__title {
  padding-bottom: 1.3888888889vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 1.75;
  letter-spacing: 0.0666666667vw;
  border-bottom: 0.1388888889vw solid #14a83c;
}
@media screen and (max-width: 767px) {
  #single .single__title {
    padding-bottom: 5.3333333333vw;
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
    border-bottom: 0.5333333333vw solid #14a83c;
  }
}
#single .single__body {
  padding: 2.7777777778vw 0 5.5555555556vw;
  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.3888888889vw;
}
@media screen and (max-width: 767px) {
  #single .single__body {
    padding: 10.6666666667vw 0 10.6666666667vw;
    gap: 5.3333333333vw;
  }
}
#single .single__body figure {
  width: 34.7222222222vw;
}
@media screen and (max-width: 767px) {
  #single .single__body figure {
    width: 100%;
  }
}
#single .single__body p {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #single .single__body p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
  }
}
#single .single__body h2 {
  padding: 0.5555555556vw 1.3888888889vw;
  font-size: 1.3888888889vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.0277777778vw;
  color: #ffffff;
  background: #14a83c;
}
@media screen and (max-width: 767px) {
  #single .single__body h2 {
    padding: 2.1333333333vw 5.3333333333vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.1066666667vw;
  }
}
#single .single__body h3 {
  padding-left: 1.3888888889vw;
  font-size: 1.3888888889vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.0277777778vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  #single .single__body h3 {
    padding-left: 5.3333333333vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.1066666667vw;
  }
}
#single .single__body h3::before {
  position: absolute;
  content: "";
  width: 0.2777777778vw;
  height: 100%;
  top: 0;
  left: 0;
  background: #14a83c;
}
#single .single__body h4 {
  font-size: 1.3888888889vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.0277777778vw;
}
@media screen and (max-width: 767px) {
  #single .single__body h4 {
    font-size: 5.3333333333vw;
    letter-spacing: 0.1066666667vw;
  }
}
#single .single__bottom {
  width: 100%;
  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;
}
@media screen and (max-width: 767px) {
  #single .single__bottom {
    display: grid;
    grid-template-areas: "back" "next" "prev";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.6666666667vw;
  }
}
#single .single__button {
  position: relative;
}
@media screen and (max-width: 767px) {
  #single .single__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#single .single__button::before {
  position: absolute;
  content: "";
  width: 0.4861111111vw;
  height: 0.9722222222vw;
  top: 50%;
  translate: 0 -40%;
}
@media screen and (max-width: 767px) {
  #single .single__button::before {
    width: 1.8666666667vw;
    height: 3.7333333333vw;
  }
}
#single .single__button--next {
  padding-left: 1.1805555556vw;
}
@media screen and (max-width: 767px) {
  #single .single__button--next {
    padding-left: 4.5333333333vw;
    grid-area: next;
  }
}
#single .single__button--next::before {
  background: url(../img/common/icon-arrow-prev.svg) no-repeat center center/contain;
  left: 0;
}
@media screen and (max-width: 767px) {
  #single .single__button--back {
    grid-area: back;
  }
}
#single .single__button--prev {
  padding-right: 1.1805555556vw;
}
@media screen and (max-width: 767px) {
  #single .single__button--prev {
    padding-right: 4.5333333333vw;
    grid-area: prev;
  }
}
#single .single__button--prev::before {
  background: url(../img/common/icon-arrow-next.svg) no-repeat center center/contain;
  right: 0;
}

#admission-information .visit {
  padding-top: 2.7777777778vw;
  padding-bottom: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #admission-information .visit {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
#admission-information .visit__media {
  position: relative;
  display: block grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 512fr 554fr;
  gap: 3.75vw;
  padding-left: 5.5555555556vw;
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #admission-information .visit__media {
    grid-template-columns: 1fr;
    gap: 8vw;
    padding: 10.6666666667vw 10.6666666667vw;
  }
}
#admission-information .visit__media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -8.3333333333vw 0 0;
  border-top-left-radius: 5.5555555556vw;
  border-bottom-left-radius: 5.5555555556vw;
  border-top: 0.0694444444vw solid #ee86a1;
  border-bottom: 0.0694444444vw solid #ee86a1;
  border-left: 0.0694444444vw solid #ee86a1;
  background: #fdeff5;
}
@media screen and (max-width: 767px) {
  #admission-information .visit__media::before {
    inset: 0 -4.2666666667vw 0 0;
    border-top-left-radius: 10.6666666667vw;
    border-bottom-left-radius: 10.6666666667vw;
  }
}
#admission-information .visit__media-body {
  display: grid;
  gap: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  #admission-information .visit__media-body {
    gap: 6.4vw;
  }
}
#admission-information .visit__media-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #admission-information .visit__media-text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
  }
}
#admission-information .faq {
  padding-top: 4.1666666667vw;
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #admission-information .faq {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}
#admission-information .faq__contents {
  margin-top: 4.1666666667vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #admission-information .faq__contents {
    margin-top: 16vw;
  }
}
#admission-information .faq__list {
  display: grid;
  gap: 2.7777777778vw;
  max-width: 59.7222222222vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #admission-information .faq__list {
    gap: 10.6666666667vw;
    max-width: revert;
  }
}
#admission-information .faq__details {
  display: grid;
  padding: 2.2222222222vw 2.7777777778vw;
  gap: 1.3888888889vw;
  border-radius: 1.3888888889vw;
  border: 0.0694444444vw solid #14a83c;
  background: #e6efe6;
}
@media screen and (max-width: 767px) {
  #admission-information .faq__details {
    padding: 4.2666666667vw 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
#admission-information .faq__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #admission-information .faq__summary {
    gap: 5.3333333333vw;
  }
}
#admission-information .faq__question-icon {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #14a83c;
  font-size: 2.7777777778vw;
  line-height: 1;
  letter-spacing: 0.0555555556vw;
}
@media screen and (max-width: 767px) {
  #admission-information .faq__question-icon {
    font-size: 10.6666666667vw;
    letter-spacing: 0.2133333333vw;
  }
}
#admission-information .faq__question-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #14a83c;
  font-size: 1.3888888889vw;
  line-height: 1.75;
  letter-spacing: 0.0555555556vw;
}
@media screen and (max-width: 767px) {
  #admission-information .faq__question-text {
    font-size: 5.3333333333vw;
    letter-spacing: 0.2133333333vw;
  }
}
#admission-information .faq__answer-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #admission-information .faq__answer-text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
  }
}
#admission-information .faq__answer-text a {
  color: #14a83c;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#recruit .appeal {
  padding-top: 2.7777777778vw;
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #recruit .appeal {
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}
#recruit .appeal__contents {
  margin-top: 4.1666666667vw;
  padding-left: 2.7777777778vw;
  padding-right: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #recruit .appeal__contents {
    margin-top: 16vw;
    padding-left: 0;
    padding-right: 0;
  }
}
#recruit .appeal__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  #recruit .appeal__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
  }
}
#recruit .appeal__card {
  display: grid;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #recruit .appeal__card {
    gap: 4.2666666667vw;
  }
}
#recruit .appeal__card-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.7733990148;
  border-radius: 1.3888888889vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #recruit .appeal__card-img img {
    border-radius: 5.3333333333vw;
  }
}
#recruit .appeal__card-content {
  display: grid;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #recruit .appeal__card-content {
    gap: 0;
  }
}
#recruit .appeal__card-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #14a83c;
  text-align: center;
  font-size: 1.6666666667vw;
  line-height: 2;
  letter-spacing: 0.0666666667vw;
}
@media screen and (max-width: 767px) {
  #recruit .appeal__card-title {
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
#recruit .appeal__card-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #recruit .appeal__card-text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
  }
}
#recruit .requirements {
  padding-top: 4.1666666667vw;
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #recruit .requirements {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}
#recruit .requirements__wrapper {
  padding-left: 10.4166666667vw;
  padding-right: 10.4166666667vw;
  max-width: 83.3333333333vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #recruit .requirements__wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
#recruit .requirements__table {
  margin-top: 2.7777777778vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #recruit .requirements__table {
    margin-top: 10.6666666667vw;
  }
}

#contact label {
  cursor: pointer;
}
#contact label:has([type=checkbox]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  #contact label:has([type=checkbox]) {
    gap: 5.3333333333vw;
  }
}
#contact label:has([type=radio]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  #contact label:has([type=radio]) {
    gap: 3.2vw;
  }
}
#contact ::-webkit-input-placeholder {
  color: #666666;
}
#contact ::-moz-placeholder {
  color: #666666;
}
#contact :-ms-input-placeholder {
  color: #666666;
}
#contact ::-ms-input-placeholder {
  color: #666666;
}
#contact ::placeholder {
  color: #666666;
}
#contact :is([type=text],
[type=email],
[type=tel],
[type=url],
[type=password]) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
  border-radius: 1.3888888889vw;
  background: #ffffff;
  padding: 1.1111111111vw 2.2222222222vw;
  width: 100%;
  border: unset;
}
@media screen and (max-width: 767px) {
  #contact :is([type=text],
  [type=email],
  [type=tel],
  [type=url],
  [type=password]) {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
    border-radius: 5.3333333333vw;
    padding: 4.2666666667vw 8.5333333333vw;
  }
}
#contact :is([type=checkbox], [type=radio]) {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: unset;
}
#contact [type=checkbox] {
  position: relative;
  border: 0.0694444444vw solid #333333;
  background: #ffffff;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  #contact [type=checkbox] {
    border-width: 0.2666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
#contact [type=checkbox]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  background-image: url("../img/common/icon_check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #contact [type=checkbox]:checked::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
#contact [type=radio] {
  position: relative;
  border: 0.0694444444vw solid #333333;
  background: #ffffff;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #contact [type=radio] {
    border-width: 0.2666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
#contact [type=radio]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  background: #333333;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #contact [type=radio]:checked::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#contact textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
  border-radius: 1.3888888889vw;
  background: #ffffff;
  padding: 1.1111111111vw 2.2222222222vw;
  width: 100%;
  border: unset;
  min-height: 17.3611111111vw;
  word-break: break-all;
  field-sizing: content;
}
@media screen and (max-width: 767px) {
  #contact textarea {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
    border-radius: 5.3333333333vw;
    padding: 4.2666666667vw 8.5333333333vw;
    min-height: 66.6666666667vw;
  }
}
#contact [type=submit] {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0444444444vw;
  border-radius: calc(infinity * 1px);
  background: #14a83c;
  color: #ffffff;
  padding: 1.6666666667vw 6.9444444444vw 1.6666666667vw 2.7777777778vw;
  border: 0.0694444444vw solid #14a83c;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #contact [type=submit] {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1706666667vw;
    padding: 6.4vw 26.6666666667vw 6.4vw 10.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
#contact [type=submit]:disabled {
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
  color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
  opacity: 0.8;
  cursor: not-allowed;
}
#contact [type=submit] + .wpcf7-spinner {
  position: absolute;
  left: 100%;
  top: 50%;
  translate: 0 -50%;
}
#contact .btn:has(> [type=submit]) {
  position: relative;
}
#contact .btn:has(> [type=submit])::before {
  position: absolute;
  right: 2.2222222222vw;
  top: 50%;
  translate: 0 -50%;
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #contact .btn:has(> [type=submit])::before {
    right: 8.5333333333vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
#contact .btn:has(> [type=submit])::after {
  position: absolute;
  right: 3.4375vw;
  top: 50%;
  translate: 0 -50%;
  width: 0.9027777778vw;
  height: 0.6944444444vw;
  content: "";
  background-image: url("../img/common/icon_cta-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #contact .btn:has(> [type=submit])::after {
    right: 13.2vw;
    width: 3.4666666667vw;
    height: 2.6666666667vw;
  }
}
#contact .btn:has(> [type=submit]:disabled)::after {
  background-image: url("../img/common/icon_cta-arrow-gray.png");
}
#contact .contact-form {
  padding-top: 4.1666666667vw;
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}
#contact .contact-form .contents__wrapper {
  max-width: 53.3333333333vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form .contents__wrapper {
    max-width: unset;
  }
}
#contact .contact-form__contents {
  padding-left: 1.1111111111vw;
  padding-right: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__contents {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
#contact .contact-form__items {
  display: grid;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__items {
    gap: 10.6666666667vw;
  }
}
#contact .contact-form__label {
  display: grid;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__label {
    gap: 4.2666666667vw;
  }
}
#contact .contact-form__label-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__label-text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
    gap: 6.4vw;
  }
}
#contact .contact-form__label-text::after {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.8333333333vw;
  line-height: 2;
  letter-spacing: 0.0666666667vw;
  border-radius: calc(infinity * 1pc);
  background: #e95050;
  padding: 0 1.3888888889vw;
  content: "必須";
}
@media screen and (max-width: 767px) {
  #contact .contact-form__label-text::after {
    font-size: 3.2vw;
    letter-spacing: 0.256vw;
    padding: 0 5.3333333333vw;
  }
}
#contact .contact-form__fieldset {
  display: grid;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__fieldset {
    gap: 4.2666666667vw;
  }
}
#contact .contact-form__legend {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__legend {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
    gap: 6.4vw;
  }
}
#contact .contact-form__legend::after {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.8333333333vw;
  line-height: 2;
  letter-spacing: 0.0666666667vw;
  border-radius: calc(infinity * 1pc);
  background: #e95050;
  padding: 0 1.3888888889vw;
  content: "必須";
}
@media screen and (max-width: 767px) {
  #contact .contact-form__legend::after {
    font-size: 3.2vw;
    letter-spacing: 0.256vw;
    padding: 0 5.3333333333vw;
  }
}
#contact .contact-form__policy {
  height: 17.3611111111vw;
  width: 100%;
  padding: 1.1111111111vw 2.2222222222vw;
  border-radius: 1.3888888889vw;
  background: #ffffff;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__policy {
    height: 66.6666666667vw;
    padding: 4.2666666667vw 8.5333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#contact .contact-form__policy-contents {
  display: block grid;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__policy-contents {
    gap: 8.5333333333vw;
  }
}
#contact .contact-form__policy-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__policy-text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
  }
}
#contact .contact-form__acceptance {
  margin-top: 2.6388888889vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__acceptance {
    margin-top: 10.1333333333vw;
  }
}
#contact .contact-form__acceptance .wpcf7-list-item {
  margin-left: unset;
}
#contact .contact-form__acceptance label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__acceptance label {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
  }
}
#contact .contact-form__submit {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__submit {
    margin-top: 10.6666666667vw;
  }
}
#contact .contact-form__input.-subject {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0.0888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  #contact .contact-form__input.-subject {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3413333333vw;
    gap: 8.5333333333vw;
  }
}
#contact .contact-form__input.-subject .wpcf7-list-item {
  margin-left: unset;
}

.table {
  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.5555555556vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table {
    gap: 2.1333333333vw;
  }
}
.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  letter-spacing: 0.0888888889vw;
}
@media screen and (max-width: 767px) {
  .table__row {
    letter-spacing: 0.3413333333vw;
  }
}
.table__term {
  padding: 0.5555555556vw 1.1111111111vw;
  width: 13.8888888889vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  color: #ffffff;
  background: #14a83c;
}
@media screen and (max-width: 767px) {
  .table__term {
    padding: 2.1333333333vw;
    width: 24vw;
  }
}
.table__desc {
  padding: 0.5555555556vw 1.1111111111vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .table__desc {
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.table a {
  color: #14a83c;
  letter-spacing: 0.0888888889vw;
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
}
@media screen and (max-width: 767px) {
  .table a {
    letter-spacing: 0.3413333333vw;
  }
}
@media screen and (min-width: 768px) {
  .table a {
    -webkit-transition: opacity 0.3;
    transition: opacity 0.3;
  }
  .table a:hover {
    opacity: 0.7;
  }
}

.line {
  inline-size: 83.3333333333vw;
  border-bottom: 0.0694444444vw solid #666666;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .line {
    inline-size: calc(100% - 8.5333333333vw);
    margin: 0 auto;
  }
}

.catTag {
  display: inline-block;
  padding: 0.6944444444vw 2.2222222222vw;
  border-radius: 1.3888888889vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1;
  letter-spacing: 0.0666666667vw;
}
@media screen and (max-width: 767px) {
  .catTag {
    padding: 2.1333333333vw 2.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.256vw;
  }
}

.catTag--all {
  color: #14a83c;
  border-radius: 1.3888888889vw;
  border: 0.0694444444vw solid #14a83c;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .catTag--all {
    border-radius: 5.3333333333vw;
    border: 0.2666666667vw solid #14a83c;
  }
}
.catTag--all.is-current {
  background-color: #14a83c;
  color: #ffffff;
}

.catTag--event {
  color: #ed6d01;
  border-radius: 1.3888888889vw;
  border: 0.0694444444vw solid #ed6d01;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .catTag--event {
    border-radius: 5.3333333333vw;
    border: 0.2666666667vw solid #ed6d01;
  }
}
.catTag--event.is-current {
  background-color: #ed6d01;
  color: #ffffff;
}

.catTag--club {
  color: #e60013;
  border-radius: 1.3888888889vw;
  border: 0.0694444444vw solid #e60013;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .catTag--club {
    border-radius: 5.3333333333vw;
    border: 0.2666666667vw solid #e60013;
  }
}
.catTag--club.is-current {
  background-color: #e60013;
  color: #ffffff;
}

.catTag--letter {
  color: #7c5aa3;
  border-radius: 1.3888888889vw;
  border: 0.0694444444vw solid #7c5aa3;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .catTag--letter {
    border-radius: 5.3333333333vw;
    border: 0.2666666667vw solid #7c5aa3;
  }
}
.catTag--letter.is-current {
  background-color: #7c5aa3;
  color: #ffffff;
}