@charset "UTF-8";
/* 英文 */
@font-face {
  font-family: "Comic Neue";
  src: url("../fonts/ComicNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comic Neue";
  src: url("../fonts/ComicNeue-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 和文 */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  color: #604c40;
  background: #fffff9;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  font-size: 14px;
  letter-spacing: 0.84px;
}
@media (min-width: 390px) {
  body {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  body {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  body {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  body {
    letter-spacing: 0.874px;
  }
}
@media (min-width: 430px) {
  body {
    letter-spacing: 0.966px;
  }
}
@media (min-width: 500px) {
  body {
    letter-spacing: 1.12px;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

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

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  55% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  80% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  55% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  80% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes poyon-sp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  55% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes poyon-sp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  55% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.appeal__img-main {
  display: block;
  -webkit-animation: float-main 4s ease-in-out infinite;
          animation: float-main 4s ease-in-out infinite;
}

@-webkit-keyframes float-main {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes float-main {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.ly_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.ly_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ly_main {
  display: block;
  z-index: 0;
  position: relative;
  width: 500px;
  margin-left: 472px;
  margin-right: auto;
  background-color: #fffff9;
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  .ly_main {
    margin-left: calc(100vw - 500px);
  }
}
@media screen and (max-width: 972px) {
  .ly_main {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}

.ly_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 472px;
  height: 100lvh;
}
@media screen and (max-width: 1000px) {
  .ly_left {
    width: calc(100vw - 500px);
    min-width: 200px;
  }
}
@media screen and (max-width: 972px) {
  .ly_left {
    display: none;
  }
}

.ly_right {
  display: grid;
  position: fixed;
  top: -6px;
  right: 0;
  place-items: center center;
  width: calc(100vw - 472px - 500px);
  min-width: 100px;
  height: 100lvh;
}
@media screen and (max-width: 1267px) {
  .ly_right {
    display: none;
  }
}

.side__img {
  width: 100%;
  max-width: 473px;
}
.side__img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1445px) {
  .ly_main {
    margin-left: auto;
    margin-right: auto;
  }
  .ly_left {
    left: calc(50% - 250px - 472px);
    width: 472px;
    max-width: 472px;
    max-height: 100vh;
  }
  .ly_right {
    left: auto;
    right: calc(50% - 250px - 472px);
    width: 472px;
    max-width: 472px;
    max-height: 100vh;
  }
}
/* --- inner --- */
.inner {
  padding-inline: 20px;
}
@media (min-width: 390px) {
  .inner {
    padding-inline: 20.8px;
  }
}
@media (min-width: 430px) {
  .inner {
    padding-inline: 23px;
  }
}
@media (min-width: 500px) {
  .inner {
    padding-inline: 26.667px;
  }
}

/* --- btn --- */
.btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 335px;
  width: 100%;
  height: 48px;
  background-color: #fe909d;
  border-radius: 9999px;
}
@media (min-width: 390px) {
  .btn__link {
    max-width: 348.4px;
  }
}
@media (min-width: 430px) {
  .btn__link {
    max-width: 385.25px;
  }
}
@media (min-width: 500px) {
  .btn__link {
    max-width: 446.667px;
  }
}
@media (min-width: 390px) {
  .btn__link {
    height: 49.92px;
  }
}
@media (min-width: 430px) {
  .btn__link {
    height: 55.2px;
  }
}
@media (min-width: 500px) {
  .btn__link {
    height: 64px;
  }
}

.btn__link::after {
  content: "";
  position: absolute;
  right: 40px;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../img/deco_arrow-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 9px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 390px) {
  .btn__link::after {
    right: 41.6px;
  }
}
@media (min-width: 430px) {
  .btn__link::after {
    right: 46px;
  }
}
@media (min-width: 500px) {
  .btn__link::after {
    right: 53.333px;
  }
}
@media (min-width: 390px) {
  .btn__link::after {
    width: 20.8px;
  }
}
@media (min-width: 430px) {
  .btn__link::after {
    width: 23px;
  }
}
@media (min-width: 500px) {
  .btn__link::after {
    width: 26.667px;
  }
}
@media (min-width: 390px) {
  .btn__link::after {
    height: 20.8px;
  }
}
@media (min-width: 430px) {
  .btn__link::after {
    height: 23px;
  }
}
@media (min-width: 500px) {
  .btn__link::after {
    height: 26.667px;
  }
}
@media (min-width: 390px) {
  .btn__link::after {
    background-size: 9.36px 9.36px;
  }
}
@media (min-width: 430px) {
  .btn__link::after {
    background-size: 10.35px 10.35px;
  }
}
@media (min-width: 500px) {
  .btn__link::after {
    background-size: 12px 12px;
  }
}

.btn__label {
  border-radius: 9999px;
  position: relative;
  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: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn__label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff7786;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  -webkit-transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms, -webkit-transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms, -webkit-transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms, -webkit-transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.btn__link:hover .btn__label::before {
  border-radius: 50% 50% 0 0/0 0 0 0;
  -webkit-transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms, -webkit-transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms, -webkit-transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms;
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms, -webkit-transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn__text {
  z-index: 100;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 390px) {
  .btn__text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .btn__text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .btn__text {
    font-size: 18.667px;
  }
}

/* --- detail-btn(詳しく見る) --- */
.detail-btn {
  display: inline-block;
}

.detail-btn__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding-block: 12px;
  padding-inline: 64px 68px;
  border: 2px solid rgba(255, 163, 105, 0.9);
  border-radius: 9999px;
  color: rgba(255, 163, 105, 0.9);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 390px) {
  .detail-btn__link {
    gap: 8.32px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link {
    gap: 9.2px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link {
    gap: 10.667px;
  }
}
@media (min-width: 390px) {
  .detail-btn__link {
    padding-block: 12.48px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link {
    padding-block: 13.8px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link {
    padding-block: 16px;
  }
}
@media (min-width: 390px) {
  .detail-btn__link {
    padding-inline: 66.56px 70.72px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link {
    padding-inline: 73.6px 78.2px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link {
    padding-inline: 85.333px 90.667px;
  }
}
@media (min-width: 390px) {
  .detail-btn__link {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link {
    font-size: 18.667px;
  }
}

.detail-btn__text {
  font-size: 14px;
  display: inline-block;
  margin-left: -9px;
}
@media (min-width: 390px) {
  .detail-btn__text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .detail-btn__text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .detail-btn__text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .detail-btn__text {
    margin-left: -9.36px;
  }
}
@media (min-width: 430px) {
  .detail-btn__text {
    margin-left: -10.35px;
  }
}
@media (min-width: 500px) {
  .detail-btn__text {
    margin-left: -12px;
  }
}

/* --- orange-btn --- */
.orange__btn {
  margin-top: 112px;
}
@media (min-width: 390px) {
  .orange__btn {
    margin-top: 116.48px;
  }
}
@media (min-width: 430px) {
  .orange__btn {
    margin-top: 128.8px;
  }
}
@media (min-width: 500px) {
  .orange__btn {
    margin-top: 149.333px;
  }
}
.orange__btn .btn__label::before {
  background: rgba(255, 145, 77, 0.9);
}
.orange__btn .btn__link {
  max-width: none;
  background: rgba(255, 163, 105, 0.9);
}
.orange__btn .btn__link::after {
  background-image: url(../img/deco_arrow-orange.svg);
  right: 40px;
  width: 17px;
  height: 17px;
}
@media (min-width: 390px) {
  .orange__btn .btn__link::after {
    right: 41.6px;
  }
}
@media (min-width: 430px) {
  .orange__btn .btn__link::after {
    right: 46px;
  }
}
@media (min-width: 500px) {
  .orange__btn .btn__link::after {
    right: 53.333px;
  }
}
@media (min-width: 390px) {
  .orange__btn .btn__link::after {
    width: 17.68px;
  }
}
@media (min-width: 430px) {
  .orange__btn .btn__link::after {
    width: 19.55px;
  }
}
@media (min-width: 500px) {
  .orange__btn .btn__link::after {
    width: 22.667px;
  }
}
@media (min-width: 390px) {
  .orange__btn .btn__link::after {
    height: 17.68px;
  }
}
@media (min-width: 430px) {
  .orange__btn .btn__link::after {
    height: 19.55px;
  }
}
@media (min-width: 500px) {
  .orange__btn .btn__link::after {
    height: 22.667px;
  }
}

/* 通常時のアイコン */
.detail-btn__link::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url("../img/deco_arrow-detail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
}
@media (min-width: 390px) {
  .detail-btn__link::after {
    right: 22.88px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link::after {
    right: 25.3px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link::after {
    right: 29.333px;
  }
}
@media (min-width: 390px) {
  .detail-btn__link::after {
    width: 24.96px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link::after {
    width: 27.6px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link::after {
    width: 32px;
  }
}
@media (min-width: 390px) {
  .detail-btn__link::after {
    height: 24.96px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link::after {
    height: 27.6px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link::after {
    height: 32px;
  }
}
@media (min-width: 390px) {
  .detail-btn__link::after {
    background-size: 15.6px 15.6px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link::after {
    background-size: 17.25px 17.25px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link::after {
    background-size: 20px 20px;
  }
}
@media screen and (min-width: 376px) {
  .detail-btn__link::after {
    right: 46px;
  }
}

/* hover用のアイコンを::beforeで重ねる */
.detail-btn__link::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url("../img/deco_arrow-detail-after.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 5;
}
@media (min-width: 390px) {
  .detail-btn__link::before {
    right: 22.88px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link::before {
    right: 25.3px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link::before {
    right: 29.333px;
  }
}
@media (min-width: 390px) {
  .detail-btn__link::before {
    width: 24.96px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link::before {
    width: 27.6px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link::before {
    width: 32px;
  }
}
@media (min-width: 390px) {
  .detail-btn__link::before {
    height: 24.96px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link::before {
    height: 27.6px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link::before {
    height: 32px;
  }
}
@media (min-width: 390px) {
  .detail-btn__link::before {
    background-size: 15.6px 15.6px;
  }
}
@media (min-width: 430px) {
  .detail-btn__link::before {
    background-size: 17.25px 17.25px;
  }
}
@media (min-width: 500px) {
  .detail-btn__link::before {
    background-size: 20px 20px;
  }
}
@media screen and (min-width: 376px) {
  .detail-btn__link::before {
    right: 46px;
  }
}

.voice__item:hover .detail-btn__link {
  background-color: rgba(255, 163, 105, 0.9);
  color: #fff;
}

.voice__item:hover .detail-btn__link::before {
  opacity: 1;
}

.voice__item:hover .detail-btn__link::after {
  opacity: 0;
}

/* --- ページタイトル --- */
.page-title {
  position: relative;
  margin-top: 62px;
}
@media (min-width: 390px) {
  .page-title {
    margin-top: 64.48px;
  }
}
@media (min-width: 430px) {
  .page-title {
    margin-top: 71.3px;
  }
}
@media (min-width: 500px) {
  .page-title {
    margin-top: 82.667px;
  }
}

.page-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  width: 100%;
  aspect-ratio: 375/122;
  background-image: url("../img/deco_title_back-ground.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 390px) {
  .page-title::after {
    top: -37.44px;
  }
}
@media (min-width: 430px) {
  .page-title::after {
    top: -41.4px;
  }
}
@media (min-width: 500px) {
  .page-title::after {
    top: -48px;
  }
}

.page-title__text {
  color: #8f705d;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 390px) {
  .page-title__text {
    font-size: 24.96px;
  }
}
@media (min-width: 430px) {
  .page-title__text {
    font-size: 27.6px;
  }
}
@media (min-width: 500px) {
  .page-title__text {
    font-size: 32px;
  }
}

.section__title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.1px;
  z-index: 1;
}
@media (min-width: 390px) {
  .section__title {
    font-size: 22.88px;
  }
}
@media (min-width: 430px) {
  .section__title {
    font-size: 25.3px;
  }
}
@media (min-width: 500px) {
  .section__title {
    font-size: 29.333px;
  }
}
@media (min-width: 390px) {
  .section__title {
    line-height: 31.2px;
  }
}
@media (min-width: 430px) {
  .section__title {
    line-height: 34.5px;
  }
}
@media (min-width: 500px) {
  .section__title {
    line-height: 40px;
  }
}
@media (min-width: 390px) {
  .section__title {
    letter-spacing: 1.144px;
  }
}
@media (min-width: 430px) {
  .section__title {
    letter-spacing: 1.265px;
  }
}
@media (min-width: 500px) {
  .section__title {
    letter-spacing: 1.467px;
  }
}
.section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  aspect-ratio: 174/46;
  background-image: url(../img/deco_dots.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 390px) {
  .section__title::after {
    bottom: -16.64px;
  }
}
@media (min-width: 430px) {
  .section__title::after {
    bottom: -18.4px;
  }
}
@media (min-width: 500px) {
  .section__title::after {
    bottom: -21.333px;
  }
}
@media (min-width: 390px) {
  .section__title::after {
    width: 62.4px;
  }
}
@media (min-width: 430px) {
  .section__title::after {
    width: 69px;
  }
}
@media (min-width: 500px) {
  .section__title::after {
    width: 80px;
  }
}

.top-info {
  z-index: 1;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
}
@media (min-width: 900px) {
  .top-info {
    display: block;
  }
}

.top-info__link-area {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top-info__link-area:hover {
  opacity: 0.8;
}

.top-info__title {
  font-size: 10px;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 390px) {
  .top-info__title {
    font-size: 10.4px;
  }
}
@media (min-width: 430px) {
  .top-info__title {
    font-size: 11.5px;
  }
}
@media (min-width: 500px) {
  .top-info__title {
    font-size: 13.333px;
  }
}

.top-info__title span {
  font-size: 20px;
  display: block;
}
@media (min-width: 390px) {
  .top-info__title span {
    font-size: 20.8px;
  }
}
@media (min-width: 430px) {
  .top-info__title span {
    font-size: 23px;
  }
}
@media (min-width: 500px) {
  .top-info__title span {
    font-size: 26.667px;
  }
}

.top-info__sections {
  padding-top: 70px;
  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: 56px;
}

.top-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  width: 100%;
  max-width: 385px;
}

.top-info__row--bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}

.top-info__row--bottom-right > :nth-child(2) .top-info__label {
  font-family: "Comic Neue", cursive;
  font-size: 24px;
}

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

.top-info__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}
.top-info__heading img {
  width: 30px;
  height: 30px;
}

.top-info__heading:hover img {
  -webkit-animation: poyon 0.6s ease-out 1;
          animation: poyon 0.6s ease-out 1;
}
@media screen and (max-width: 500px) {
  .top-info__heading:hover img {
    -webkit-animation: poyon-sp 0.6s ease-out 1;
            animation: poyon-sp 0.6s ease-out 1;
  }
}

.top-info__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.top-info__heading:hover .top-info__label,
.top-info__heading:focus-visible .top-info__label {
  color: #fe909d;
}

.top-info__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: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top-info__item {
  text-align: left;
  list-style: none;
}

.top-info__item:hover .top-info__link {
  color: #fe909d;
}

.top-info__link {
  position: relative;
  color: #604c40;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  padding-left: 42px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.top-info__link::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/deco_dot-pink.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top__btn {
  margin-top: 78px;
  max-width: 380px;
  width: 100%;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__btn .btn__link {
  height: 100%;
  padding-block: 10px;
  padding-inline: 40px;
  border-radius: 40px;
  position: relative;
}
@media (min-width: 390px) {
  .top__btn .btn__link {
    padding-block: 10.4px;
  }
}
@media (min-width: 430px) {
  .top__btn .btn__link {
    padding-block: 11.5px;
  }
}
@media (min-width: 500px) {
  .top__btn .btn__link {
    padding-block: 13.333px;
  }
}
@media (min-width: 390px) {
  .top__btn .btn__link {
    padding-inline: 41.6px;
  }
}
@media (min-width: 430px) {
  .top__btn .btn__link {
    padding-inline: 46px;
  }
}
@media (min-width: 500px) {
  .top__btn .btn__link {
    padding-inline: 53.333px;
  }
}
.top__btn .btn__label {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 380px;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.top__btn .btn__link::after {
  right: 40px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-image: url("../img/deco_arrow-pink.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
.top__btn .btn__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 1.44px;
  margin-left: -14px;
}

.hero {
  position: relative;
  padding-top: 26px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45px;
  top: 3px;
  left: 0;
  background-image: url("../img/deco_top_garland.webp");
  background-repeat: repeat-x;
  background-position: -9px top;
  background-size: 103px auto;
  pointer-events: none;
}
@media (min-width: 390px) {
  .hero::before {
    height: 46.8px;
  }
}
@media (min-width: 430px) {
  .hero::before {
    height: 51.75px;
  }
}
@media (min-width: 500px) {
  .hero::before {
    height: 60px;
  }
}
@media screen and (min-width: 500px) {
  .hero::before {
    top: 4px;
    background-size: 140px auto;
  }
}

.hero__head {
  margin-top: -7px;
}

.hero__catch {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  padding-left: 28px;
  letter-spacing: 0.2px;
  /* に */
  /* じ */
  /* の */
  /* は */
  /* し */
  /* 保 */
  /* 育 */
  /* 園 */
}
@media (min-width: 390px) {
  .hero__catch {
    padding-left: 29.12px;
  }
}
@media (min-width: 430px) {
  .hero__catch {
    padding-left: 32.2px;
  }
}
@media (min-width: 500px) {
  .hero__catch {
    padding-left: 37.333px;
  }
}
@media (min-width: 390px) {
  .hero__catch {
    letter-spacing: 0.208px;
  }
}
@media (min-width: 430px) {
  .hero__catch {
    letter-spacing: 0.23px;
  }
}
@media (min-width: 500px) {
  .hero__catch {
    letter-spacing: 0.267px;
  }
}
@media screen and (min-width: 500px) {
  .hero__catch {
    font-size: 12px;
  }
}
.hero__catch .hero__title {
  margin-top: 2px;
  display: block;
  font-size: 20px;
  padding-left: 41px;
}
@media (min-width: 390px) {
  .hero__catch .hero__title {
    margin-top: 2.08px;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title {
    margin-top: 2.3px;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title {
    margin-top: 2.667px;
  }
}
@media (min-width: 390px) {
  .hero__catch .hero__title {
    font-size: 20.8px;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title {
    font-size: 23px;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title {
    font-size: 26.667px;
  }
}
@media (min-width: 390px) {
  .hero__catch .hero__title {
    padding-left: 42.64px;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title {
    padding-left: 47.15px;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title {
    padding-left: 54.667px;
  }
}
.hero__catch .hero__title span {
  display: inline-block;
  position: relative;
}
.hero__catch .hero__title span:first-child {
  right: 0;
}
@media (min-width: 390px) {
  .hero__catch .hero__title span:first-child {
    right: 0;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title span:first-child {
    right: 0;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title span:first-child {
    right: 0;
  }
}
.hero__catch .hero__title span:nth-child(2) {
  right: 8px;
}
@media (min-width: 390px) {
  .hero__catch .hero__title span:nth-child(2) {
    right: 8.32px;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title span:nth-child(2) {
    right: 9.2px;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title span:nth-child(2) {
    right: 10.667px;
  }
}
.hero__catch .hero__title span:nth-child(3) {
  right: 15px;
}
@media (min-width: 390px) {
  .hero__catch .hero__title span:nth-child(3) {
    right: 15.6px;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title span:nth-child(3) {
    right: 17.25px;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title span:nth-child(3) {
    right: 20px;
  }
}
.hero__catch .hero__title span:nth-child(4) {
  right: 20px;
}
@media (min-width: 390px) {
  .hero__catch .hero__title span:nth-child(4) {
    right: 20.8px;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title span:nth-child(4) {
    right: 23px;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title span:nth-child(4) {
    right: 26.667px;
  }
}
.hero__catch .hero__title span:nth-child(5) {
  right: 28px;
}
@media (min-width: 390px) {
  .hero__catch .hero__title span:nth-child(5) {
    right: 29.12px;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title span:nth-child(5) {
    right: 32.2px;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title span:nth-child(5) {
    right: 37.333px;
  }
}
.hero__catch .hero__title span:nth-child(6) {
  right: 34px;
}
@media (min-width: 390px) {
  .hero__catch .hero__title span:nth-child(6) {
    right: 35.36px;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title span:nth-child(6) {
    right: 39.1px;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title span:nth-child(6) {
    right: 45.333px;
  }
}
.hero__catch .hero__title span:nth-child(7) {
  right: 37px;
}
@media (min-width: 390px) {
  .hero__catch .hero__title span:nth-child(7) {
    right: 38.48px;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title span:nth-child(7) {
    right: 42.55px;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title span:nth-child(7) {
    right: 49.333px;
  }
}
.hero__catch .hero__title span:last-child {
  right: 42px;
}
@media (min-width: 390px) {
  .hero__catch .hero__title span:last-child {
    right: 43.68px;
  }
}
@media (min-width: 430px) {
  .hero__catch .hero__title span:last-child {
    right: 48.3px;
  }
}
@media (min-width: 500px) {
  .hero__catch .hero__title span:last-child {
    right: 56px;
  }
}

.footer {
  position: relative;
  padding-top: 26px;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 45px;
  background-image: url("../img/deco_top_garland.webp");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 103px auto;
  pointer-events: none;
}

.ly_footer {
  position: relative;
  width: 100%;
  background: #fffff9;
  padding-bottom: 0;
}

.ly_footer__nav {
  position: relative;
  background: #fffff9;
  padding-block: 46px 26px;
  padding-inline: 20px;
  overflow: hidden;
}
@media (min-width: 390px) {
  .ly_footer__nav {
    padding-block: 47.84px 27.04px;
  }
}
@media (min-width: 430px) {
  .ly_footer__nav {
    padding-block: 52.9px 29.9px;
  }
}
@media (min-width: 500px) {
  .ly_footer__nav {
    padding-block: 61.333px 34.667px;
  }
}
@media (min-width: 390px) {
  .ly_footer__nav {
    padding-inline: 20.8px;
  }
}
@media (min-width: 430px) {
  .ly_footer__nav {
    padding-inline: 23px;
  }
}
@media (min-width: 500px) {
  .ly_footer__nav {
    padding-inline: 26.667px;
  }
}

.ly_footer__nav::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: url("../img/deco_top_garland.webp");
  background-repeat: repeat-x;
  background-position: -20px top;
  background-size: 103px auto;
  pointer-events: none;
}
@media (min-width: 390px) {
  .ly_footer__nav::before {
    top: -3.12px;
  }
}
@media (min-width: 430px) {
  .ly_footer__nav::before {
    top: -3.45px;
  }
}
@media (min-width: 500px) {
  .ly_footer__nav::before {
    top: -4px;
  }
}
@media (min-width: 390px) {
  .ly_footer__nav::before {
    height: 46.8px;
  }
}
@media (min-width: 430px) {
  .ly_footer__nav::before {
    height: 51.75px;
  }
}
@media (min-width: 500px) {
  .ly_footer__nav::before {
    height: 60px;
  }
}
@media screen and (min-width: 500px) {
  .ly_footer__nav::before {
    background-size: 140px auto;
  }
}

.nav__sub-list {
  max-height: 0;
  overflow: hidden;
  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;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.nav__item--accordion[open] .nav__sub-list {
  max-height: 250px;
}

.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 8px 9px;
  padding-inline: 10px;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 390px) {
  .nav__item {
    padding-block: 8.32px 9.36px;
  }
}
@media (min-width: 430px) {
  .nav__item {
    padding-block: 9.2px 10.35px;
  }
}
@media (min-width: 500px) {
  .nav__item {
    padding-block: 10.667px 12px;
  }
}
@media (min-width: 390px) {
  .nav__item {
    padding-inline: 10.4px;
  }
}
@media (min-width: 430px) {
  .nav__item {
    padding-inline: 11.5px;
  }
}
@media (min-width: 500px) {
  .nav__item {
    padding-inline: 13.333px;
  }
}

.nav__item:nth-child(2) .nav__summary {
  padding-block: 12px 10px;
}
@media (min-width: 390px) {
  .nav__item:nth-child(2) .nav__summary {
    padding-block: 12.48px 10.4px;
  }
}
@media (min-width: 430px) {
  .nav__item:nth-child(2) .nav__summary {
    padding-block: 13.8px 11.5px;
  }
}
@media (min-width: 500px) {
  .nav__item:nth-child(2) .nav__summary {
    padding-block: 16px 13.333px;
  }
}

.nav__item:nth-child(3) .nav__summary {
  padding-block: 12px 10px;
}
@media (min-width: 390px) {
  .nav__item:nth-child(3) .nav__summary {
    padding-block: 12.48px 10.4px;
  }
}
@media (min-width: 430px) {
  .nav__item:nth-child(3) .nav__summary {
    padding-block: 13.8px 11.5px;
  }
}
@media (min-width: 500px) {
  .nav__item:nth-child(3) .nav__summary {
    padding-block: 16px 13.333px;
  }
}

.nav__item:nth-child(4) .nav__summary {
  padding-block: 12px 10px;
}
@media (min-width: 390px) {
  .nav__item:nth-child(4) .nav__summary {
    padding-block: 12.48px 10.4px;
  }
}
@media (min-width: 430px) {
  .nav__item:nth-child(4) .nav__summary {
    padding-block: 13.8px 11.5px;
  }
}
@media (min-width: 500px) {
  .nav__item:nth-child(4) .nav__summary {
    padding-block: 16px 13.333px;
  }
}

.nav__item:nth-child(5) {
  padding-block: 13px 9px;
}
@media (min-width: 390px) {
  .nav__item:nth-child(5) {
    padding-block: 13.52px 9.36px;
  }
}
@media (min-width: 430px) {
  .nav__item:nth-child(5) {
    padding-block: 14.95px 10.35px;
  }
}
@media (min-width: 500px) {
  .nav__item:nth-child(5) {
    padding-block: 17.333px 12px;
  }
}

.nav__item:last-child {
  padding-block: 13px 9px;
}
@media (min-width: 390px) {
  .nav__item:last-child {
    padding-block: 13.52px 9.36px;
  }
}
@media (min-width: 430px) {
  .nav__item:last-child {
    padding-block: 14.95px 10.35px;
  }
}
@media (min-width: 500px) {
  .nav__item:last-child {
    padding-block: 17.333px 12px;
  }
}

.nav__item:has(details) {
  padding: 0;
  border-bottom: none;
}

.nav__item:hover .nav__icon img,
.nav__summary:active .nav__icon img,
.nav__summary:hover .nav__icon img {
  -webkit-animation: poyon 0.6s ease-out 1;
          animation: poyon 0.6s ease-out 1;
}
@media screen and (max-width: 500px) {
  .nav__item:hover .nav__icon img,
  .nav__summary:active .nav__icon img,
  .nav__summary:hover .nav__icon img {
    -webkit-animation: poyon-sp 0.6s ease-out 1;
            animation: poyon-sp 0.6s ease-out 1;
  }
}

.nav__item:hover .nav__text {
  color: #fe909d;
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #604c40;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 390px) {
  .nav__link {
    gap: 8.32px;
  }
}
@media (min-width: 430px) {
  .nav__link {
    gap: 9.2px;
  }
}
@media (min-width: 500px) {
  .nav__link {
    gap: 10.667px;
  }
}

.nav__icon {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
@media (min-width: 390px) {
  .nav__icon {
    width: 26px;
  }
}
@media (min-width: 430px) {
  .nav__icon {
    width: 28.75px;
  }
}
@media (min-width: 500px) {
  .nav__icon {
    width: 33.333px;
  }
}
@media (min-width: 390px) {
  .nav__icon {
    height: 26px;
  }
}
@media (min-width: 430px) {
  .nav__icon {
    height: 28.75px;
  }
}
@media (min-width: 500px) {
  .nav__icon {
    height: 33.333px;
  }
}

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

.nav__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.84px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 390px) {
  .nav__text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .nav__text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .nav__text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .nav__text {
    letter-spacing: 0.874px;
  }
}
@media (min-width: 430px) {
  .nav__text {
    letter-spacing: 0.966px;
  }
}
@media (min-width: 500px) {
  .nav__text {
    letter-spacing: 1.12px;
  }
}

.nav__toggle {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: transparent;
}
@media (min-width: 390px) {
  .nav__toggle {
    width: 20.8px;
  }
}
@media (min-width: 430px) {
  .nav__toggle {
    width: 23px;
  }
}
@media (min-width: 500px) {
  .nav__toggle {
    width: 26.667px;
  }
}
@media (min-width: 390px) {
  .nav__toggle {
    height: 20.8px;
  }
}
@media (min-width: 430px) {
  .nav__toggle {
    height: 23px;
  }
}
@media (min-width: 500px) {
  .nav__toggle {
    height: 26.667px;
  }
}

.nav__toggle img {
  display: block;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

/* toggleを一回転させる */
.nav__item--accordion[open] .nav__toggle img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.nav__item--accordion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav__summary {
  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%;
  padding-block: 9px 10px;
  padding-inline: 10px;
  border-bottom: 1px solid #d9d9d9;
  list-style: none;
  cursor: pointer;
  -webkit-transition: border-bottom-color 0.2s ease, border-bottom-style 0.2s ease;
  transition: border-bottom-color 0.2s ease, border-bottom-style 0.2s ease;
}
@media (min-width: 390px) {
  .nav__summary {
    padding-block: 9.36px 10.4px;
  }
}
@media (min-width: 430px) {
  .nav__summary {
    padding-block: 10.35px 11.5px;
  }
}
@media (min-width: 500px) {
  .nav__summary {
    padding-block: 12px 13.333px;
  }
}
@media (min-width: 390px) {
  .nav__summary {
    padding-inline: 10.4px;
  }
}
@media (min-width: 430px) {
  .nav__summary {
    padding-inline: 11.5px;
  }
}
@media (min-width: 500px) {
  .nav__summary {
    padding-inline: 13.333px;
  }
}

.nav__summary:hover .nav__text,
.nav__summary:active .nav__text {
  color: #fe909d;
}

.nav__summary:hover .nav__icon img {
  -webkit-animation: poyon 0.6s ease-out 1;
          animation: poyon 0.6s ease-out 1;
}
@media screen and (max-width: 500px) {
  .nav__summary:hover .nav__icon img {
    -webkit-animation: poyon-sp 0.6s ease-out 1;
            animation: poyon-sp 0.6s ease-out 1;
  }
}

/* details が開いたときだけボーダーを点線に */
.nav__item--accordion[open] .nav__summary {
  border-bottom: 1px dotted #d9d9d9;
}

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

.nav__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 390px) {
  .nav__label {
    gap: 8.32px;
  }
}
@media (min-width: 430px) {
  .nav__label {
    gap: 9.2px;
  }
}
@media (min-width: 500px) {
  .nav__label {
    gap: 10.667px;
  }
}

.nav__sub-item {
  padding-block: 13px;
  padding-inline: 44px 10px;
  border-bottom: 1px dotted #d9d9d9;
  cursor: pointer;
}
@media (min-width: 390px) {
  .nav__sub-item {
    padding-block: 13.52px;
  }
}
@media (min-width: 430px) {
  .nav__sub-item {
    padding-block: 14.95px;
  }
}
@media (min-width: 500px) {
  .nav__sub-item {
    padding-block: 17.333px;
  }
}
@media (min-width: 390px) {
  .nav__sub-item {
    padding-inline: 45.76px 10.4px;
  }
}
@media (min-width: 430px) {
  .nav__sub-item {
    padding-inline: 50.6px 11.5px;
  }
}
@media (min-width: 500px) {
  .nav__sub-item {
    padding-inline: 58.667px 13.333px;
  }
}

.nav__sub-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.nav__sub-item:hover .nav__sub-link {
  color: #fe909d;
}

.nav__sub-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.84px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media (min-width: 390px) {
  .nav__sub-link {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .nav__sub-link {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .nav__sub-link {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .nav__sub-link {
    letter-spacing: 0.874px;
  }
}
@media (min-width: 430px) {
  .nav__sub-link {
    letter-spacing: 0.966px;
  }
}
@media (min-width: 500px) {
  .nav__sub-link {
    letter-spacing: 1.12px;
  }
}

/* デフォルトの三角マーカーを非表示 */
summary::-webkit-details-marker {
  display: none;
}

summary {
  list-style: none;
}

summary.nav__summary::-webkit-details-marker {
  display: none;
}

summary.nav__summary::marker {
  content: "";
  display: none !important;
}

.ly_footer__cta {
  background: #f5f5f5;
  padding-block: 24px 92px;
  padding-inline: 20px;
  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: 23px;
}
@media (min-width: 390px) {
  .ly_footer__cta {
    padding-block: 24.96px 95.68px;
  }
}
@media (min-width: 430px) {
  .ly_footer__cta {
    padding-block: 27.6px 105.8px;
  }
}
@media (min-width: 500px) {
  .ly_footer__cta {
    padding-block: 32px 122.667px;
  }
}
@media (min-width: 390px) {
  .ly_footer__cta {
    padding-inline: 20.8px;
  }
}
@media (min-width: 430px) {
  .ly_footer__cta {
    padding-inline: 23px;
  }
}
@media (min-width: 500px) {
  .ly_footer__cta {
    padding-inline: 26.667px;
  }
}
@media (min-width: 390px) {
  .ly_footer__cta {
    gap: 23.92px;
  }
}
@media (min-width: 430px) {
  .ly_footer__cta {
    gap: 26.45px;
  }
}
@media (min-width: 500px) {
  .ly_footer__cta {
    gap: 30.667px;
  }
}
@media screen and (min-width: 973px) {
  .ly_footer__cta {
    padding-block: 24px 0;
  }
}
@media screen and (min-width: 973px) and (min-width: 390px) {
  .ly_footer__cta {
    padding-block: 24.96px 0;
  }
}
@media screen and (min-width: 973px) and (min-width: 430px) {
  .ly_footer__cta {
    padding-block: 27.6px 0;
  }
}
@media screen and (min-width: 973px) and (min-width: 500px) {
  .ly_footer__cta {
    padding-block: 32px 0;
  }
}

.ly_footer__info {
  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: 6px;
  width: 100%;
}
@media (min-width: 390px) {
  .ly_footer__info {
    gap: 6.24px;
  }
}
@media (min-width: 430px) {
  .ly_footer__info {
    gap: 6.9px;
  }
}
@media (min-width: 500px) {
  .ly_footer__info {
    gap: 8px;
  }
}

.ly_footer__info-title {
  font-size: 10px;
  font-weight: 700;
  line-height: 200%;
  color: #604c40;
  text-align: center;
  margin: 0;
  padding-left: 11px;
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 390px) {
  .ly_footer__info-title {
    font-size: 10.4px;
  }
}
@media (min-width: 430px) {
  .ly_footer__info-title {
    font-size: 11.5px;
  }
}
@media (min-width: 500px) {
  .ly_footer__info-title {
    font-size: 13.333px;
  }
}
@media (min-width: 390px) {
  .ly_footer__info-title {
    padding-left: 11.44px;
  }
}
@media (min-width: 430px) {
  .ly_footer__info-title {
    padding-left: 12.65px;
  }
}
@media (min-width: 500px) {
  .ly_footer__info-title {
    padding-left: 14.667px;
  }
}

.ly_footer__info-title:hover {
  opacity: 0.8;
}

.ly_footer__info-title span {
  margin-top: 6px;
  font-size: 14px;
  line-height: 142%;
  display: block;
}
@media (min-width: 390px) {
  .ly_footer__info-title span {
    margin-top: 6.24px;
  }
}
@media (min-width: 430px) {
  .ly_footer__info-title span {
    margin-top: 6.9px;
  }
}
@media (min-width: 500px) {
  .ly_footer__info-title span {
    margin-top: 8px;
  }
}
@media (min-width: 390px) {
  .ly_footer__info-title span {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .ly_footer__info-title span {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .ly_footer__info-title span {
    font-size: 18.667px;
  }
}

.ly_footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: -2px;
}
@media (min-width: 390px) {
  .ly_footer__address {
    gap: 12.48px;
  }
}
@media (min-width: 430px) {
  .ly_footer__address {
    gap: 13.8px;
  }
}
@media (min-width: 500px) {
  .ly_footer__address {
    gap: 16px;
  }
}
@media (min-width: 390px) {
  .ly_footer__address {
    margin-top: -2.08px;
  }
}
@media (min-width: 430px) {
  .ly_footer__address {
    margin-top: -2.3px;
  }
}
@media (min-width: 500px) {
  .ly_footer__address {
    margin-top: -2.667px;
  }
}

.ly_footer__address-text {
  font-size: 10px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.2px;
  color: #604c40;
  text-align: left;
}
@media (min-width: 390px) {
  .ly_footer__address-text {
    font-size: 10.4px;
  }
}
@media (min-width: 430px) {
  .ly_footer__address-text {
    font-size: 11.5px;
  }
}
@media (min-width: 500px) {
  .ly_footer__address-text {
    font-size: 13.333px;
  }
}
@media (min-width: 390px) {
  .ly_footer__address-text {
    letter-spacing: 1.248px;
  }
}
@media (min-width: 430px) {
  .ly_footer__address-text {
    letter-spacing: 1.38px;
  }
}
@media (min-width: 500px) {
  .ly_footer__address-text {
    letter-spacing: 1.6px;
  }
}
.ly_footer__address-text p {
  margin: 0;
}

.ly_footer__address-text,
.ly_footer__address-text * {
  text-decoration: none !important;
  color: inherit !important;
}

.ly_footer__divider {
  width: 1px;
  height: 36px;
  background-color: #d9d9d9;
}
@media (min-width: 390px) {
  .ly_footer__divider {
    height: 37.44px;
  }
}
@media (min-width: 430px) {
  .ly_footer__divider {
    height: 41.4px;
  }
}
@media (min-width: 500px) {
  .ly_footer__divider {
    height: 48px;
  }
}

.ly_footer__map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #604c40;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 390px) {
  .ly_footer__map-link {
    gap: 4.16px;
  }
}
@media (min-width: 430px) {
  .ly_footer__map-link {
    gap: 4.6px;
  }
}
@media (min-width: 500px) {
  .ly_footer__map-link {
    gap: 5.333px;
  }
}
.ly_footer__map-link:hover {
  color: #fe8392;
}

.ly_footer__map-link:hover .ly_footer__map-icon {
  -webkit-animation: poyon 0.6s ease-out 1;
          animation: poyon 0.6s ease-out 1;
}
@media screen and (max-width: 500px) {
  .ly_footer__map-link:hover .ly_footer__map-icon {
    -webkit-animation: poyon-sp 0.6s ease-out 1;
            animation: poyon-sp 0.6s ease-out 1;
  }
}

.ly_footer__map-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 390px) {
  .ly_footer__map-icon {
    width: 31.2px;
  }
}
@media (min-width: 430px) {
  .ly_footer__map-icon {
    width: 34.5px;
  }
}
@media (min-width: 500px) {
  .ly_footer__map-icon {
    width: 40px;
  }
}
@media (min-width: 390px) {
  .ly_footer__map-icon {
    height: 31.2px;
  }
}
@media (min-width: 430px) {
  .ly_footer__map-icon {
    height: 34.5px;
  }
}
@media (min-width: 500px) {
  .ly_footer__map-icon {
    height: 40px;
  }
}

.ly_footer__map-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 160%;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 390px) {
  .ly_footer__map-text {
    font-size: 10.4px;
  }
}
@media (min-width: 430px) {
  .ly_footer__map-text {
    font-size: 11.5px;
  }
}
@media (min-width: 500px) {
  .ly_footer__map-text {
    font-size: 13.333px;
  }
}
.ly_footer__map-text p {
  margin: 0;
}

.ly_footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  width: 100%;
}
@media (min-width: 390px) {
  .ly_footer__btns {
    gap: 14.56px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btns {
    gap: 16.1px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btns {
    gap: 18.667px;
  }
}

.ly_footer__btns .overview__btn {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ly_footer__btns .overview__btn .btn__link {
  display: block;
  width: 100%;
  background-color: #bfe966;
}
.ly_footer__btns .overview__btn .btn__text {
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
}
@media (min-width: 390px) {
  .ly_footer__btns .overview__btn .btn__text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btns .overview__btn .btn__text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btns .overview__btn .btn__text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .ly_footer__btns .overview__btn .btn__text {
    margin-left: 10.4px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btns .overview__btn .btn__text {
    margin-left: 11.5px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btns .overview__btn .btn__text {
    margin-left: 13.333px;
  }
}
.ly_footer__btns .overview__btn .btn__text span {
  display: block;
  font-size: 10px;
}
@media (min-width: 390px) {
  .ly_footer__btns .overview__btn .btn__text span {
    font-size: 10.4px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btns .overview__btn .btn__text span {
    font-size: 11.5px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btns .overview__btn .btn__text span {
    font-size: 13.333px;
  }
}
.ly_footer__btns .overview__btn .btn__label {
  background: #bfe966;
}
.ly_footer__btns .overview__btn .btn__label::before {
  background-color: #afe739;
}
.ly_footer__btns .overview__btn .btn__link::after {
  right: 28px;
}
@media (min-width: 390px) {
  .ly_footer__btns .overview__btn .btn__link::after {
    right: 29.12px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btns .overview__btn .btn__link::after {
    right: 32.2px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btns .overview__btn .btn__link::after {
    right: 37.333px;
  }
}

.ly_footer__btns .tel__btn {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ly_footer__btns .tel__btn .btn__link {
  display: block;
  width: 100%;
  background-color: #99dcf6;
}
.ly_footer__btns .tel__btn .btn__link::after {
  content: none;
}
.ly_footer__btns .tel__btn .btn__label {
  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: 4px;
  width: 100%;
  background: #99dcf6;
  text-align: center;
  font-family: "Comic Neue", cursive;
  letter-spacing: 1.2px;
}
@media (min-width: 390px) {
  .ly_footer__btns .tel__btn .btn__label {
    gap: 4.16px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btns .tel__btn .btn__label {
    gap: 4.6px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btns .tel__btn .btn__label {
    gap: 5.333px;
  }
}
@media (min-width: 390px) {
  .ly_footer__btns .tel__btn .btn__label {
    letter-spacing: 1.248px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btns .tel__btn .btn__label {
    letter-spacing: 1.38px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btns .tel__btn .btn__label {
    letter-spacing: 1.6px;
  }
}
.ly_footer__btns .tel__btn .btn__label svg {
  z-index: 1;
}
.ly_footer__btns .tel__btn .btn__label::before {
  background-color: #80d6f8;
}
.ly_footer__btns .tel__btn .btn__text {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 390px) {
  .ly_footer__btns .tel__btn .btn__text {
    font-size: 20.8px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btns .tel__btn .btn__text {
    font-size: 23px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btns .tel__btn .btn__text {
    font-size: 26.667px;
  }
}

.ly_footer__btn--contact {
  background-color: #bfe966;
  padding: 0 29px 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 390px) {
  .ly_footer__btn--contact {
    padding: 0 30.16px 0 10.4px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btn--contact {
    padding: 0 33.35px 0 11.5px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btn--contact {
    padding: 0 38.667px 0 13.333px;
  }
}
.ly_footer__btn--contact:hover {
  background-color: #ace339;
}

.ly_footer__btn-text {
  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;
}
.ly_footer__btn-text p {
  margin: 0;
}

.ly_footer__btn-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 390px) {
  .ly_footer__btn-icon {
    width: 20.8px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btn-icon {
    width: 23px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btn-icon {
    width: 26.667px;
  }
}
@media (min-width: 390px) {
  .ly_footer__btn-icon {
    height: 20.8px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btn-icon {
    height: 23px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btn-icon {
    height: 26.667px;
  }
}

.ly_footer__btn--tel {
  background-color: #99dcf6;
  gap: 4px;
}
.ly_footer__btn--tel:hover {
  background-color: #6accf2;
}

.ly_footer__btn-tel-number {
  font-family: "Comic Neue", cursive;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #fff;
}
@media (min-width: 390px) {
  .ly_footer__btn-tel-number {
    font-size: 20.8px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btn-tel-number {
    font-size: 23px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btn-tel-number {
    font-size: 26.667px;
  }
}
@media (min-width: 390px) {
  .ly_footer__btn-tel-number {
    letter-spacing: 1.664px;
  }
}
@media (min-width: 430px) {
  .ly_footer__btn-tel-number {
    letter-spacing: 1.84px;
  }
}
@media (min-width: 500px) {
  .ly_footer__btn-tel-number {
    letter-spacing: 2.133px;
  }
}

.ly_footer__instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding-left: 6px;
  margin-top: 1px;
  text-decoration: none;
  color: #604c40;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 390px) {
  .ly_footer__instagram {
    gap: 7.28px;
  }
}
@media (min-width: 430px) {
  .ly_footer__instagram {
    gap: 8.05px;
  }
}
@media (min-width: 500px) {
  .ly_footer__instagram {
    gap: 9.333px;
  }
}
@media (min-width: 390px) {
  .ly_footer__instagram {
    padding-left: 6.24px;
  }
}
@media (min-width: 430px) {
  .ly_footer__instagram {
    padding-left: 6.9px;
  }
}
@media (min-width: 500px) {
  .ly_footer__instagram {
    padding-left: 8px;
  }
}
@media (min-width: 390px) {
  .ly_footer__instagram {
    margin-top: 1.04px;
  }
}
@media (min-width: 430px) {
  .ly_footer__instagram {
    margin-top: 1.15px;
  }
}
@media (min-width: 500px) {
  .ly_footer__instagram {
    margin-top: 1.333px;
  }
}
.ly_footer__instagram:hover {
  color: #fe8392;
}

.ly_footer__instagram:hover .ly_footer__instagram-icon {
  -webkit-animation: poyon 0.6s ease-out 1;
          animation: poyon 0.6s ease-out 1;
}
@media screen and (max-width: 500px) {
  .ly_footer__instagram:hover .ly_footer__instagram-icon {
    -webkit-animation: poyon-sp 0.6s ease-out 1;
            animation: poyon-sp 0.6s ease-out 1;
  }
}

.ly_footer__instagram-icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 390px) {
  .ly_footer__instagram-icon {
    width: 36.4px;
  }
}
@media (min-width: 430px) {
  .ly_footer__instagram-icon {
    width: 40.25px;
  }
}
@media (min-width: 500px) {
  .ly_footer__instagram-icon {
    width: 46.667px;
  }
}
@media (min-width: 390px) {
  .ly_footer__instagram-icon {
    height: 36.4px;
  }
}
@media (min-width: 430px) {
  .ly_footer__instagram-icon {
    height: 40.25px;
  }
}
@media (min-width: 500px) {
  .ly_footer__instagram-icon {
    height: 46.667px;
  }
}

.ly_footer__instagram-text {
  font-family: "Comic Neue", cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: 87.5%;
  letter-spacing: 0.3px;
  text-align: center;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 390px) {
  .ly_footer__instagram-text {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .ly_footer__instagram-text {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .ly_footer__instagram-text {
    font-size: 21.333px;
  }
}
@media (min-width: 390px) {
  .ly_footer__instagram-text {
    letter-spacing: 0.312px;
  }
}
@media (min-width: 430px) {
  .ly_footer__instagram-text {
    letter-spacing: 0.345px;
  }
}
@media (min-width: 500px) {
  .ly_footer__instagram-text {
    letter-spacing: 0.4px;
  }
}

.ly_footer__copyright {
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #604c40;
  margin: 0;
  padding-bottom: 24px;
}
@media (min-width: 390px) {
  .ly_footer__copyright {
    font-size: 10.4px;
  }
}
@media (min-width: 430px) {
  .ly_footer__copyright {
    font-size: 11.5px;
  }
}
@media (min-width: 500px) {
  .ly_footer__copyright {
    font-size: 13.333px;
  }
}
@media (min-width: 390px) {
  .ly_footer__copyright {
    padding-bottom: 24.96px;
  }
}
@media (min-width: 430px) {
  .ly_footer__copyright {
    padding-bottom: 27.6px;
  }
}
@media (min-width: 500px) {
  .ly_footer__copyright {
    padding-bottom: 32px;
  }
}

.ly_footer__tour-btn {
  position: fixed;
  bottom: 106px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -83px;
  width: 165px;
  height: 48px;
  display: none;
  z-index: 999;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 390px) {
  .ly_footer__tour-btn {
    bottom: 110.24px;
  }
}
@media (min-width: 430px) {
  .ly_footer__tour-btn {
    bottom: 121.9px;
  }
}
@media (min-width: 500px) {
  .ly_footer__tour-btn {
    bottom: 141.333px;
  }
}
@media (min-width: 390px) {
  .ly_footer__tour-btn {
    margin-left: -86.32px;
  }
}
@media (min-width: 430px) {
  .ly_footer__tour-btn {
    margin-left: -95.45px;
  }
}
@media (min-width: 500px) {
  .ly_footer__tour-btn {
    margin-left: -110.667px;
  }
}
@media (min-width: 390px) {
  .ly_footer__tour-btn {
    width: 171.6px;
  }
}
@media (min-width: 430px) {
  .ly_footer__tour-btn {
    width: 189.75px;
  }
}
@media (min-width: 500px) {
  .ly_footer__tour-btn {
    width: 220px;
  }
}
@media (min-width: 390px) {
  .ly_footer__tour-btn {
    height: 49.92px;
  }
}
@media (min-width: 430px) {
  .ly_footer__tour-btn {
    height: 55.2px;
  }
}
@media (min-width: 500px) {
  .ly_footer__tour-btn {
    height: 64px;
  }
}
.ly_footer__tour-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 972px) {
  .ly_footer__tour-btn {
    display: block;
  }
}

.ly_footer__tour-btn .btn__link::after {
  right: 16px;
  width: 16px;
  height: 16px;
  background-image: url(../img/deco_arrow-pink.svg);
}
@media (min-width: 390px) {
  .ly_footer__tour-btn .btn__link::after {
    right: 16.64px;
  }
}
@media (min-width: 430px) {
  .ly_footer__tour-btn .btn__link::after {
    right: 18.4px;
  }
}
@media (min-width: 500px) {
  .ly_footer__tour-btn .btn__link::after {
    right: 21.333px;
  }
}
@media (min-width: 390px) {
  .ly_footer__tour-btn .btn__link::after {
    width: 16.64px;
  }
}
@media (min-width: 430px) {
  .ly_footer__tour-btn .btn__link::after {
    width: 18.4px;
  }
}
@media (min-width: 500px) {
  .ly_footer__tour-btn .btn__link::after {
    width: 21.333px;
  }
}
@media (min-width: 390px) {
  .ly_footer__tour-btn .btn__link::after {
    height: 16.64px;
  }
}
@media (min-width: 430px) {
  .ly_footer__tour-btn .btn__link::after {
    height: 18.4px;
  }
}
@media (min-width: 500px) {
  .ly_footer__tour-btn .btn__link::after {
    height: 21.333px;
  }
}

.ly_footer__tour-btn .btn__text {
  margin-left: -12px;
}

.ly_footer__bottom-nav {
  display: block;
  padding-block: 16px;
  background: #fffff9;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  -webkit-transform: none;
          transform: none;
  z-index: 1000;
  -webkit-box-shadow: 0 -4px 10px rgba(217, 217, 217, 0.2);
          box-shadow: 0 -4px 10px rgba(217, 217, 217, 0.2);
}
@media (min-width: 390px) {
  .ly_footer__bottom-nav {
    padding-block: 16.64px;
  }
}
@media (min-width: 430px) {
  .ly_footer__bottom-nav {
    padding-block: 18.4px;
  }
}
@media (min-width: 500px) {
  .ly_footer__bottom-nav {
    padding-block: 21.333px;
  }
}
.ly_footer__bottom-nav.is-bottom {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 973px) {
  .ly_footer__bottom-nav {
    position: static;
    left: auto;
    bottom: auto;
    width: 500px;
    max-width: none;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: auto;
  }
}

.ly_footer__bottom-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-inline: 20px;
}

.ly_footer__bottom-nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ly_footer__bottom-nav-item:not(:last-child) {
  border-right: 1px dashed #a3a3a4;
}

.ly_footer__bottom-nav-item:last-child .ly_footer__bottom-nav-link .ly_footer__bottom-nav-text {
  font-family: "Comic Neue";
  font-size: 13px;
}
@media (min-width: 390px) {
  .ly_footer__bottom-nav-item:last-child .ly_footer__bottom-nav-link .ly_footer__bottom-nav-text {
    font-size: 13.52px;
  }
}
@media (min-width: 430px) {
  .ly_footer__bottom-nav-item:last-child .ly_footer__bottom-nav-link .ly_footer__bottom-nav-text {
    font-size: 14.95px;
  }
}
@media (min-width: 500px) {
  .ly_footer__bottom-nav-item:last-child .ly_footer__bottom-nav-link .ly_footer__bottom-nav-text {
    font-size: 17.333px;
  }
}

.ly_footer__bottom-nav-link {
  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: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #604c40;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.ly_footer__bottom-nav-item:hover .ly_footer__bottom-nav-link {
  opacity: 0.8;
}

/* hoverしたときにぽよん */
.ly_footer__bottom-nav-item:hover .ly_footer__bottom-nav-icon {
  -webkit-animation: poyon 0.6s ease-out 1;
          animation: poyon 0.6s ease-out 1;
}
@media screen and (max-width: 500px) {
  .ly_footer__bottom-nav-item:hover .ly_footer__bottom-nav-icon {
    -webkit-animation: poyon-sp 0.6s ease-out 1;
            animation: poyon-sp 0.6s ease-out 1;
  }
}

.ly_footer__bottom-nav-icon {
  width: 39px;
  height: 39px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 390px) {
  .ly_footer__bottom-nav-icon {
    width: 40.56px;
  }
}
@media (min-width: 430px) {
  .ly_footer__bottom-nav-icon {
    width: 44.85px;
  }
}
@media (min-width: 500px) {
  .ly_footer__bottom-nav-icon {
    width: 52px;
  }
}
@media (min-width: 390px) {
  .ly_footer__bottom-nav-icon {
    height: 40.56px;
  }
}
@media (min-width: 430px) {
  .ly_footer__bottom-nav-icon {
    height: 44.85px;
  }
}
@media (min-width: 500px) {
  .ly_footer__bottom-nav-icon {
    height: 52px;
  }
}

.ly_footer__bottom-nav-text {
  font-size: 10px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #604c40;
}
@media (min-width: 390px) {
  .ly_footer__bottom-nav-text {
    font-size: 10.4px;
  }
}
@media (min-width: 430px) {
  .ly_footer__bottom-nav-text {
    font-size: 11.5px;
  }
}
@media (min-width: 500px) {
  .ly_footer__bottom-nav-text {
    font-size: 13.333px;
  }
}
@media (min-width: 390px) {
  .ly_footer__bottom-nav-text {
    letter-spacing: 0.208px;
  }
}
@media (min-width: 430px) {
  .ly_footer__bottom-nav-text {
    letter-spacing: 0.23px;
  }
}
@media (min-width: 500px) {
  .ly_footer__bottom-nav-text {
    letter-spacing: 0.267px;
  }
}

.fv {
  padding-block: 17px 20px;
  position: relative;
  max-width: 500px;
  width: 100%;
  background-color: #fffff9;
  margin-inline: auto;
}
@media (min-width: 390px) {
  .fv {
    padding-block: 17.68px 20.8px;
  }
}
@media (min-width: 430px) {
  .fv {
    padding-block: 19.55px 23px;
  }
}
@media (min-width: 500px) {
  .fv {
    padding-block: 22.667px 26.667px;
  }
}

.fv__inner {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.fv__inner::before {
  content: "";
  position: absolute;
  top: -67px;
  left: -400px;
  aspect-ratio: 1600/1132;
  width: 896px;
  height: auto;
  background-image: url("../img/deco_top-niji.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: -5;
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-animation: fvRainbowDrop 0.8s ease-out 0.4s forwards;
          animation: fvRainbowDrop 0.8s ease-out 0.4s forwards;
}
@media (min-width: 390px) {
  .fv__inner::before {
    top: -69.68px;
  }
}
@media (min-width: 430px) {
  .fv__inner::before {
    top: -77.05px;
  }
}
@media (min-width: 500px) {
  .fv__inner::before {
    top: -89.333px;
  }
}
@media (min-width: 390px) {
  .fv__inner::before {
    left: -416px;
  }
}
@media (min-width: 430px) {
  .fv__inner::before {
    left: -460px;
  }
}
@media (min-width: 500px) {
  .fv__inner::before {
    left: -533.333px;
  }
}
@media (min-width: 390px) {
  .fv__inner::before {
    width: 931.84px;
  }
}
@media (min-width: 430px) {
  .fv__inner::before {
    width: 1030.4px;
  }
}
@media (min-width: 500px) {
  .fv__inner::before {
    width: 1194.666px;
  }
}

@-webkit-keyframes fvRainbowDrop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvRainbowDrop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fv__slides {
  max-width: 500px;
  width: 100%;
  height: 310px;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 390px) {
  .fv__slides {
    height: 322.4px;
  }
}
@media (min-width: 430px) {
  .fv__slides {
    height: 356.5px;
  }
}
@media (min-width: 500px) {
  .fv__slides {
    height: 413.333px;
  }
}
@media screen and (max-width: 374px) {
  .fv__slides {
    aspect-ratio: 289/620;
  }
}

.fv__slide {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.fv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
@media screen and (max-width: 374px) {
  .fv__slide img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.fv__slide.is-active {
  opacity: 1;
}

.fv__catch {
  margin-top: 10px;
  color: #ffa369;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1px;
}
@media (min-width: 390px) {
  .fv__catch {
    margin-top: 10.4px;
  }
}
@media (min-width: 430px) {
  .fv__catch {
    margin-top: 11.5px;
  }
}
@media (min-width: 500px) {
  .fv__catch {
    margin-top: 13.333px;
  }
}
@media (min-width: 390px) {
  .fv__catch {
    font-size: 24.96px;
  }
}
@media (min-width: 430px) {
  .fv__catch {
    font-size: 27.6px;
  }
}
@media (min-width: 500px) {
  .fv__catch {
    font-size: 32px;
  }
}
@media (min-width: 390px) {
  .fv__catch {
    line-height: 31.2px;
  }
}
@media (min-width: 430px) {
  .fv__catch {
    line-height: 34.5px;
  }
}
@media (min-width: 500px) {
  .fv__catch {
    line-height: 40px;
  }
}
@media (min-width: 390px) {
  .fv__catch {
    letter-spacing: 0.104px;
  }
}
@media (min-width: 430px) {
  .fv__catch {
    letter-spacing: 0.115px;
  }
}
@media (min-width: 500px) {
  .fv__catch {
    letter-spacing: 0.133px;
  }
}

.fv__catch span {
  opacity: 0;
  display: inline-block;
  -webkit-animation: fadeUpChar 0.6s ease forwards;
          animation: fadeUpChar 0.6s ease forwards;
}

.fv__catch span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.fv__catch span:nth-of-type(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.fv__catch span:nth-of-type(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.fv__catch span:nth-of-type(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.fv__catch span:nth-of-type(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.fv__catch span:nth-of-type(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.fv__catch span:nth-of-type(7) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.fv__catch span:nth-of-type(8) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.fv__catch span:nth-of-type(9) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.fv__catch span:nth-of-type(10) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.fv__catch span:nth-of-type(11) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fv__catch span:nth-of-type(12) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.fv__catch span:nth-of-type(13) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.fv__catch span:nth-of-type(14) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.fv__catch span:nth-of-type(15) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.fv__catch span:nth-of-type(16) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.fv__catch span:nth-of-type(17) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.fv__catch span:nth-of-type(18) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.fv__catch span:nth-of-type(19) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.fv__catch span:nth-of-type(20) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.fv__catch span:nth-of-type(21) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fv__catch span:nth-of-type(22) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.fv__catch span:nth-of-type(23) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.fv__catch span:nth-of-type(24) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes fadeUpChar {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpChar {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mama {
  padding-block: 40px 95px;
}
@media (min-width: 390px) {
  .mama {
    padding-block: 41.6px 98.8px;
  }
}
@media (min-width: 430px) {
  .mama {
    padding-block: 46px 109.25px;
  }
}
@media (min-width: 500px) {
  .mama {
    padding-block: 53.333px 126.667px;
  }
}

.mama__lead {
  margin-top: 42px;
  max-width: 371px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 390px) {
  .mama__lead {
    margin-top: 43.68px;
  }
}
@media (min-width: 430px) {
  .mama__lead {
    margin-top: 48.3px;
  }
}
@media (min-width: 500px) {
  .mama__lead {
    margin-top: 56px;
  }
}
@media (min-width: 390px) {
  .mama__lead {
    max-width: 385.84px;
  }
}
@media (min-width: 430px) {
  .mama__lead {
    max-width: 426.65px;
  }
}
@media (min-width: 500px) {
  .mama__lead {
    max-width: 494.667px;
  }
}
@media (min-width: 390px) {
  .mama__lead {
    gap: 15.6px;
  }
}
@media (min-width: 430px) {
  .mama__lead {
    gap: 17.25px;
  }
}
@media (min-width: 500px) {
  .mama__lead {
    gap: 20px;
  }
}

.mama__lead-illust {
  width: 60px;
  height: auto;
  aspect-ratio: 60/91;
  -webkit-animation: tilt-loop 3s ease-in-out infinite;
          animation: tilt-loop 3s ease-in-out infinite;
}
@media (min-width: 390px) {
  .mama__lead-illust {
    width: 62.4px;
  }
}
@media (min-width: 430px) {
  .mama__lead-illust {
    width: 69px;
  }
}
@media (min-width: 500px) {
  .mama__lead-illust {
    width: 80px;
  }
}
.mama__lead-illust img {
  width: 100%;
  height: auto;
  display: block;
}

@-webkit-keyframes tilt-loop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  60% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes tilt-loop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  60% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.mama__about {
  position: relative;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  padding-block: 13px;
  padding-inline: 20px;
  z-index: 0;
}
@media (min-width: 390px) {
  .mama__about {
    margin-top: 36.4px;
  }
}
@media (min-width: 430px) {
  .mama__about {
    margin-top: 40.25px;
  }
}
@media (min-width: 500px) {
  .mama__about {
    margin-top: 46.667px;
  }
}
@media (min-width: 390px) {
  .mama__about {
    gap: 17.68px;
  }
}
@media (min-width: 430px) {
  .mama__about {
    gap: 19.55px;
  }
}
@media (min-width: 500px) {
  .mama__about {
    gap: 22.667px;
  }
}
@media (min-width: 390px) {
  .mama__about {
    padding-block: 13.52px;
  }
}
@media (min-width: 430px) {
  .mama__about {
    padding-block: 14.95px;
  }
}
@media (min-width: 500px) {
  .mama__about {
    padding-block: 17.333px;
  }
}
@media (min-width: 390px) {
  .mama__about {
    padding-inline: 20.8px;
  }
}
@media (min-width: 430px) {
  .mama__about {
    padding-inline: 23px;
  }
}
@media (min-width: 500px) {
  .mama__about {
    padding-inline: 26.667px;
  }
}

.mama__about::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: #fdf1e0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  z-index: -1;
}
@media (min-width: 390px) {
  .mama__about::before {
    border-radius: 15.6px;
  }
}
@media (min-width: 430px) {
  .mama__about::before {
    border-radius: 17.25px;
  }
}
@media (min-width: 500px) {
  .mama__about::before {
    border-radius: 20px;
  }
}

.mama__about-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 390px) {
  .mama__about-title {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .mama__about-title {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .mama__about-title {
    font-size: 21.333px;
  }
}

.mama__about-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: 16px;
}
@media (min-width: 390px) {
  .mama__about-list {
    gap: 16.64px;
  }
}
@media (min-width: 430px) {
  .mama__about-list {
    gap: 18.4px;
  }
}
@media (min-width: 500px) {
  .mama__about-list {
    gap: 21.333px;
  }
}

.mama__about-item {
  letter-spacing: 1.5px;
}
@media (min-width: 390px) {
  .mama__about-item {
    letter-spacing: 1.56px;
  }
}
@media (min-width: 430px) {
  .mama__about-item {
    letter-spacing: 1.725px;
  }
}
@media (min-width: 500px) {
  .mama__about-item {
    letter-spacing: 2px;
  }
}

.mama__qa {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-block: 13px;
  padding-inline: 20px;
  position: relative;
  z-index: 0;
}
@media (min-width: 390px) {
  .mama__qa {
    margin-top: 34.32px;
  }
}
@media (min-width: 430px) {
  .mama__qa {
    margin-top: 37.95px;
  }
}
@media (min-width: 500px) {
  .mama__qa {
    margin-top: 44px;
  }
}
@media (min-width: 390px) {
  .mama__qa {
    gap: 24.96px;
  }
}
@media (min-width: 430px) {
  .mama__qa {
    gap: 27.6px;
  }
}
@media (min-width: 500px) {
  .mama__qa {
    gap: 32px;
  }
}
@media (min-width: 390px) {
  .mama__qa {
    padding-block: 13.52px;
  }
}
@media (min-width: 430px) {
  .mama__qa {
    padding-block: 14.95px;
  }
}
@media (min-width: 500px) {
  .mama__qa {
    padding-block: 17.333px;
  }
}
@media (min-width: 390px) {
  .mama__qa {
    padding-inline: 20.8px;
  }
}
@media (min-width: 430px) {
  .mama__qa {
    padding-inline: 23px;
  }
}
@media (min-width: 500px) {
  .mama__qa {
    padding-inline: 26.667px;
  }
}

.mama__qa::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: #fff0f4;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  z-index: -1;
}
@media (min-width: 390px) {
  .mama__qa::before {
    border-radius: 15.6px;
  }
}
@media (min-width: 430px) {
  .mama__qa::before {
    border-radius: 17.25px;
  }
}
@media (min-width: 500px) {
  .mama__qa::before {
    border-radius: 20px;
  }
}

.mama__qa-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 390px) {
  .mama__qa-title {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .mama__qa-title {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .mama__qa-title {
    font-size: 21.333px;
  }
}

.mama__qa-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 390px) {
  .mama__qa-items {
    gap: 33.28px;
  }
}
@media (min-width: 430px) {
  .mama__qa-items {
    gap: 36.8px;
  }
}
@media (min-width: 500px) {
  .mama__qa-items {
    gap: 42.667px;
  }
}

.mama__qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
@media (min-width: 390px) {
  .mama__qa-item {
    gap: 9.36px;
  }
}
@media (min-width: 430px) {
  .mama__qa-item {
    gap: 10.35px;
  }
}
@media (min-width: 500px) {
  .mama__qa-item {
    gap: 12px;
  }
}

.mama__qa-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media (min-width: 390px) {
  .mama__qa-question {
    gap: 9.36px;
  }
}
@media (min-width: 430px) {
  .mama__qa-question {
    gap: 10.35px;
  }
}
@media (min-width: 500px) {
  .mama__qa-question {
    gap: 12px;
  }
}

.mama__qa-q {
  color: #99dcf6;
  font-family: "Comic Neue";
  font-size: 20px;
  font-weight: 700;
  line-height: 80%;
}
@media (min-width: 390px) {
  .mama__qa-q {
    font-size: 20.8px;
  }
}
@media (min-width: 430px) {
  .mama__qa-q {
    font-size: 23px;
  }
}
@media (min-width: 500px) {
  .mama__qa-q {
    font-size: 26.667px;
  }
}

.mama__qa-question-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.5px;
}
@media (min-width: 390px) {
  .mama__qa-question-text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .mama__qa-question-text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .mama__qa-question-text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .mama__qa-question-text {
    letter-spacing: 1.56px;
  }
}
@media (min-width: 430px) {
  .mama__qa-question-text {
    letter-spacing: 1.725px;
  }
}
@media (min-width: 500px) {
  .mama__qa-question-text {
    letter-spacing: 2px;
  }
}

.mama__qa-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media (min-width: 390px) {
  .mama__qa-answer {
    gap: 13.52px;
  }
}
@media (min-width: 430px) {
  .mama__qa-answer {
    gap: 14.95px;
  }
}
@media (min-width: 500px) {
  .mama__qa-answer {
    gap: 17.333px;
  }
}

.mama__qa-a {
  color: #fe909d;
  font-family: "Comic Neue";
  font-size: 20px;
  font-weight: 700;
  line-height: 80%;
}
@media (min-width: 390px) {
  .mama__qa-a {
    font-size: 20.8px;
  }
}
@media (min-width: 430px) {
  .mama__qa-a {
    font-size: 23px;
  }
}
@media (min-width: 500px) {
  .mama__qa-a {
    font-size: 26.667px;
  }
}

.mama__qa-answer-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
}
@media (min-width: 390px) {
  .mama__qa-answer-text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .mama__qa-answer-text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .mama__qa-answer-text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .mama__qa-answer-text {
    letter-spacing: 1.165px;
  }
}
@media (min-width: 430px) {
  .mama__qa-answer-text {
    letter-spacing: 1.288px;
  }
}
@media (min-width: 500px) {
  .mama__qa-answer-text {
    letter-spacing: 1.493px;
  }
}

.mama__closing {
  margin-top: 37px;
  max-width: 410px;
  margin-inline: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media (min-width: 390px) {
  .mama__closing {
    margin-top: 38.48px;
  }
}
@media (min-width: 430px) {
  .mama__closing {
    margin-top: 42.55px;
  }
}
@media (min-width: 500px) {
  .mama__closing {
    margin-top: 49.333px;
  }
}
@media (min-width: 390px) {
  .mama__closing {
    max-width: 426.4px;
  }
}
@media (min-width: 430px) {
  .mama__closing {
    max-width: 471.5px;
  }
}
@media (min-width: 500px) {
  .mama__closing {
    max-width: 546.667px;
  }
}
@media (min-width: 390px) {
  .mama__closing {
    gap: 8.32px;
  }
}
@media (min-width: 430px) {
  .mama__closing {
    gap: 9.2px;
  }
}
@media (min-width: 500px) {
  .mama__closing {
    gap: 10.667px;
  }
}

.charm {
  position: relative;
  padding-block: 30px 75px;
  background: #f2fffe;
}
@media (min-width: 390px) {
  .charm {
    padding-block: 31.2px 78px;
  }
}
@media (min-width: 430px) {
  .charm {
    padding-block: 34.5px 86.25px;
  }
}
@media (min-width: 500px) {
  .charm {
    padding-block: 40px 100px;
  }
}

.charm::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/82;
  background: url(../img/deco_cloud-blue-top.webp) center/cover no-repeat;
  z-index: 1;
}
@media (min-width: 390px) {
  .charm::before {
    top: -50.96px;
  }
}
@media (min-width: 430px) {
  .charm::before {
    top: -56.35px;
  }
}
@media (min-width: 500px) {
  .charm::before {
    top: -65.333px;
  }
}

.charm__list {
  margin-top: 61px;
  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;
  padding-inline: 12px;
}
@media (min-width: 390px) {
  .charm__list {
    margin-top: 63.44px;
  }
}
@media (min-width: 430px) {
  .charm__list {
    margin-top: 70.15px;
  }
}
@media (min-width: 500px) {
  .charm__list {
    margin-top: 81.333px;
  }
}
@media (min-width: 390px) {
  .charm__list {
    gap: 33.28px;
  }
}
@media (min-width: 430px) {
  .charm__list {
    gap: 36.8px;
  }
}
@media (min-width: 500px) {
  .charm__list {
    gap: 42.667px;
  }
}
@media screen and (min-width: 376px) {
  .charm__list {
    padding-inline: 17px;
  }
}

.charm__item {
  max-width: 413px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (min-width: 390px) {
  .charm__item {
    max-width: 429.52px;
  }
}
@media (min-width: 430px) {
  .charm__item {
    max-width: 474.95px;
  }
}
@media (min-width: 500px) {
  .charm__item {
    max-width: 550.667px;
  }
}
@media (min-width: 390px) {
  .charm__item {
    gap: 12.48px;
  }
}
@media (min-width: 430px) {
  .charm__item {
    gap: 13.8px;
  }
}
@media (min-width: 500px) {
  .charm__item {
    gap: 16px;
  }
}

.charm__item-illust {
  width: 100px;
}
@media (min-width: 390px) {
  .charm__item-illust {
    width: 104px;
  }
}
@media (min-width: 430px) {
  .charm__item-illust {
    width: 115px;
  }
}
@media (min-width: 500px) {
  .charm__item-illust {
    width: 133.333px;
  }
}
.charm__item-illust img {
  width: 100%;
  height: auto;
  display: block;
}

.charm__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.2px;
}
@media (min-width: 390px) {
  .charm__item-title {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .charm__item-title {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .charm__item-title {
    font-size: 21.333px;
  }
}
@media (min-width: 390px) {
  .charm__item-title {
    letter-spacing: 0.208px;
  }
}
@media (min-width: 430px) {
  .charm__item-title {
    letter-spacing: 0.23px;
  }
}
@media (min-width: 500px) {
  .charm__item-title {
    letter-spacing: 0.267px;
  }
}

.charm__item-text {
  letter-spacing: 1.1px;
}
@media (min-width: 390px) {
  .charm__item-text {
    letter-spacing: 1.144px;
  }
}
@media (min-width: 430px) {
  .charm__item-text {
    letter-spacing: 1.265px;
  }
}
@media (min-width: 500px) {
  .charm__item-text {
    letter-spacing: 1.467px;
  }
}

.charm__table {
  margin-top: 62px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #604c40;
  border-radius: 24px;
  background: #f1effc;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 390px) {
  .charm__table {
    margin-top: 64.48px;
  }
}
@media (min-width: 430px) {
  .charm__table {
    margin-top: 71.3px;
  }
}
@media (min-width: 500px) {
  .charm__table {
    margin-top: 82.667px;
  }
}
@media (min-width: 390px) {
  .charm__table {
    border-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .charm__table {
    border-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .charm__table {
    border-radius: 32px;
  }
}
@media (min-width: 390px) {
  .charm__table {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .charm__table {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .charm__table {
    font-size: 18.667px;
  }
}
.charm__table th,
.charm__table td {
  border: 1px solid #604c40;
  padding-block: 7px;
  padding-inline: 8px 6px;
  text-align: left;
}
@media (min-width: 390px) {
  .charm__table th,
  .charm__table td {
    padding-block: 7.28px;
  }
}
@media (min-width: 430px) {
  .charm__table th,
  .charm__table td {
    padding-block: 8.05px;
  }
}
@media (min-width: 500px) {
  .charm__table th,
  .charm__table td {
    padding-block: 9.333px;
  }
}
@media (min-width: 390px) {
  .charm__table th,
  .charm__table td {
    padding-inline: 8.32px 6.24px;
  }
}
@media (min-width: 430px) {
  .charm__table th,
  .charm__table td {
    padding-inline: 9.2px 6.9px;
  }
}
@media (min-width: 500px) {
  .charm__table th,
  .charm__table td {
    padding-inline: 10.667px 8px;
  }
}
.charm__table tr > th:first-child {
  min-width: 93px;
}
@media (min-width: 390px) {
  .charm__table tr > th:first-child {
    min-width: 96.72px;
  }
}
@media (min-width: 430px) {
  .charm__table tr > th:first-child {
    min-width: 106.95px;
  }
}
@media (min-width: 500px) {
  .charm__table tr > th:first-child {
    min-width: 124px;
  }
}
.charm__table th {
  min-width: 120px;
  font-weight: 700;
  background: #f1effc;
}
@media (min-width: 390px) {
  .charm__table th {
    min-width: 124.8px;
  }
}
@media (min-width: 430px) {
  .charm__table th {
    min-width: 138px;
  }
}
@media (min-width: 500px) {
  .charm__table th {
    min-width: 160px;
  }
}
.charm__table td {
  font-weight: 500;
  background: #fffff9;
}
.charm__table tr:first-child th:first-child {
  border-top-left-radius: 24px;
}
@media (min-width: 390px) {
  .charm__table tr:first-child th:first-child {
    border-top-left-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .charm__table tr:first-child th:first-child {
    border-top-left-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .charm__table tr:first-child th:first-child {
    border-top-left-radius: 32px;
  }
}
.charm__table tr:first-child th:last-child {
  border-top-right-radius: 24px;
}
@media (min-width: 390px) {
  .charm__table tr:first-child th:last-child {
    border-top-right-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .charm__table tr:first-child th:last-child {
    border-top-right-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .charm__table tr:first-child th:last-child {
    border-top-right-radius: 32px;
  }
}
.charm__table tr:last-child td:first-child,
.charm__table tr:last-child th:first-child {
  border-bottom-left-radius: 24px;
}
@media (min-width: 390px) {
  .charm__table tr:last-child td:first-child,
  .charm__table tr:last-child th:first-child {
    border-bottom-left-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .charm__table tr:last-child td:first-child,
  .charm__table tr:last-child th:first-child {
    border-bottom-left-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .charm__table tr:last-child td:first-child,
  .charm__table tr:last-child th:first-child {
    border-bottom-left-radius: 32px;
  }
}
.charm__table tr:last-child td:last-child,
.charm__table tr:last-child th:last-child {
  border-bottom-right-radius: 24px;
}
@media (min-width: 390px) {
  .charm__table tr:last-child td:last-child,
  .charm__table tr:last-child th:last-child {
    border-bottom-right-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .charm__table tr:last-child td:last-child,
  .charm__table tr:last-child th:last-child {
    border-bottom-right-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .charm__table tr:last-child td:last-child,
  .charm__table tr:last-child th:last-child {
    border-bottom-right-radius: 32px;
  }
}

.charm__btn {
  margin-top: 59px;
}
@media (min-width: 390px) {
  .charm__btn {
    margin-top: 61.36px;
  }
}
@media (min-width: 430px) {
  .charm__btn {
    margin-top: 67.85px;
  }
}
@media (min-width: 500px) {
  .charm__btn {
    margin-top: 78.667px;
  }
}
.charm__btn .btn__text {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.top-voice {
  position: relative;
  padding-block: 96px 97px;
  background: #fff0f4;
}
@media (min-width: 390px) {
  .top-voice {
    padding-block: 99.84px 100.88px;
  }
}
@media (min-width: 430px) {
  .top-voice {
    padding-block: 110.4px 111.55px;
  }
}
@media (min-width: 500px) {
  .top-voice {
    padding-block: 128px 129.333px;
  }
}

.top-voice::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/82;
  background: url(../img/deco_cloud-blue-bottom.webp) center/cover no-repeat;
  z-index: 1;
}
@media (min-width: 390px) {
  .top-voice::before {
    top: -49.92px;
  }
}
@media (min-width: 430px) {
  .top-voice::before {
    top: -55.2px;
  }
}
@media (min-width: 500px) {
  .top-voice::before {
    top: -64px;
  }
}

.top-voice__container.voice__container {
  margin-top: 81px;
  letter-spacing: 1.5px;
  gap: 41px;
}
@media (min-width: 390px) {
  .top-voice__container.voice__container {
    margin-top: 84.24px;
  }
}
@media (min-width: 430px) {
  .top-voice__container.voice__container {
    margin-top: 93.15px;
  }
}
@media (min-width: 500px) {
  .top-voice__container.voice__container {
    margin-top: 108px;
  }
}
@media (min-width: 390px) {
  .top-voice__container.voice__container {
    letter-spacing: 1.56px;
  }
}
@media (min-width: 430px) {
  .top-voice__container.voice__container {
    letter-spacing: 1.725px;
  }
}
@media (min-width: 500px) {
  .top-voice__container.voice__container {
    letter-spacing: 2px;
  }
}
@media (min-width: 390px) {
  .top-voice__container.voice__container {
    gap: 42.64px;
  }
}
@media (min-width: 430px) {
  .top-voice__container.voice__container {
    gap: 47.15px;
  }
}
@media (min-width: 500px) {
  .top-voice__container.voice__container {
    gap: 54.667px;
  }
}

.top-voice__item:nth-child(2) {
  padding-inline: 25px;
}
@media (min-width: 390px) {
  .top-voice__item:nth-child(2) {
    padding-inline: 26px;
  }
}
@media (min-width: 430px) {
  .top-voice__item:nth-child(2) {
    padding-inline: 28.75px;
  }
}
@media (min-width: 500px) {
  .top-voice__item:nth-child(2) {
    padding-inline: 33.333px;
  }
}

.top-voice__item:nth-child(3) .detail-btn {
  margin-top: 24px;
}
@media (min-width: 390px) {
  .top-voice__item:nth-child(3) .detail-btn {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .top-voice__item:nth-child(3) .detail-btn {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .top-voice__item:nth-child(3) .detail-btn {
    margin-top: 32px;
  }
}

.top-voice__item .detail-btn__link::after {
  right: 25px;
}
@media screen and (min-width: 376px) {
  .top-voice__item .detail-btn__link::after {
    right: 46px;
  }
}

.top-voice__text {
  margin-top: 17px;
}
@media (min-width: 390px) {
  .top-voice__text {
    margin-top: 17.68px;
  }
}
@media (min-width: 430px) {
  .top-voice__text {
    margin-top: 19.55px;
  }
}
@media (min-width: 500px) {
  .top-voice__text {
    margin-top: 22.667px;
  }
}

.top-voice__btn {
  margin-top: 85px;
}
@media (min-width: 390px) {
  .top-voice__btn {
    margin-top: 88.4px;
  }
}
@media (min-width: 430px) {
  .top-voice__btn {
    margin-top: 97.75px;
  }
}
@media (min-width: 500px) {
  .top-voice__btn {
    margin-top: 113.333px;
  }
}

.top-voice__container .detail-btn {
  margin-top: 16px;
}
@media (min-width: 390px) {
  .top-voice__container .detail-btn {
    margin-top: 16.64px;
  }
}
@media (min-width: 430px) {
  .top-voice__container .detail-btn {
    margin-top: 18.4px;
  }
}
@media (min-width: 500px) {
  .top-voice__container .detail-btn {
    margin-top: 21.333px;
  }
}

.top-voice__btn .btn__text {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.instagram {
  padding-block: 28px 40px;
  position: relative;
}
@media screen and (min-width: 376px) {
  .instagram {
    padding-block: 68px 53px;
  }
}

.instagram::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/82;
  background: url(../img/deco_cloud-white-top.webp) center/cover no-repeat;
  z-index: 1;
}
@media (min-width: 390px) {
  .instagram::before {
    top: -36.4px;
  }
}
@media (min-width: 430px) {
  .instagram::before {
    top: -40.25px;
  }
}
@media (min-width: 500px) {
  .instagram::before {
    top: -46.667px;
  }
}

.instagram__title {
  font-family: "Comic Neue", cursive;
  font-size: 28px;
  letter-spacing: 1.4px;
}
@media (min-width: 390px) {
  .instagram__title {
    font-size: 29.12px;
  }
}
@media (min-width: 430px) {
  .instagram__title {
    font-size: 32.2px;
  }
}
@media (min-width: 500px) {
  .instagram__title {
    font-size: 37.333px;
  }
}
@media (min-width: 390px) {
  .instagram__title {
    letter-spacing: 1.456px;
  }
}
@media (min-width: 430px) {
  .instagram__title {
    letter-spacing: 1.61px;
  }
}
@media (min-width: 500px) {
  .instagram__title {
    letter-spacing: 1.867px;
  }
}

.instagram__feed {
  margin-top: 27px;
}
@media (min-width: 390px) {
  .instagram__feed {
    margin-top: 28.08px;
  }
}
@media (min-width: 430px) {
  .instagram__feed {
    margin-top: 31.05px;
  }
}
@media (min-width: 500px) {
  .instagram__feed {
    margin-top: 36px;
  }
}

#sb_instagram {
  padding-bottom: 0 !important;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  font-size: 13px;
}
@media (min-width: 390px) {
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram .sbi_follow_btn a {
    font-size: 13.52px;
  }
}
@media (min-width: 430px) {
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram .sbi_follow_btn a {
    font-size: 14.95px;
  }
}
@media (min-width: 500px) {
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram .sbi_follow_btn a {
    font-size: 17.333px;
  }
}

.top-faq {
  padding-block: 68px 70px;
}
@media (min-width: 390px) {
  .top-faq {
    padding-block: 70.72px 72.8px;
  }
}
@media (min-width: 430px) {
  .top-faq {
    padding-block: 78.2px 80.5px;
  }
}
@media (min-width: 500px) {
  .top-faq {
    padding-block: 90.667px 93.333px;
  }
}

.top-faq__title {
  font-family: "Comic Neue", cursive;
  font-size: 28px;
  letter-spacing: 1.4px;
}
@media (min-width: 390px) {
  .top-faq__title {
    font-size: 29.12px;
  }
}
@media (min-width: 430px) {
  .top-faq__title {
    font-size: 32.2px;
  }
}
@media (min-width: 500px) {
  .top-faq__title {
    font-size: 37.333px;
  }
}
@media (min-width: 390px) {
  .top-faq__title {
    letter-spacing: 1.456px;
  }
}
@media (min-width: 430px) {
  .top-faq__title {
    letter-spacing: 1.61px;
  }
}
@media (min-width: 500px) {
  .top-faq__title {
    letter-spacing: 1.867px;
  }
}

.top-faq__items {
  margin-top: 50px;
  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;
}
@media (min-width: 390px) {
  .top-faq__items {
    margin-top: 52px;
  }
}
@media (min-width: 430px) {
  .top-faq__items {
    margin-top: 57.5px;
  }
}
@media (min-width: 500px) {
  .top-faq__items {
    margin-top: 66.667px;
  }
}
@media screen and (min-width: 376px) {
  .top-faq__items {
    gap: 46px;
  }
}

.top-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.top-faq__btn {
  margin-top: 31px;
}
@media (min-width: 390px) {
  .top-faq__btn {
    margin-top: 32.24px;
  }
}
@media (min-width: 430px) {
  .top-faq__btn {
    margin-top: 35.65px;
  }
}
@media (min-width: 500px) {
  .top-faq__btn {
    margin-top: 41.333px;
  }
}

.tour-guidance {
  padding-block: 102px 132px;
  background: #f1effc;
  position: relative;
}
@media (min-width: 390px) {
  .tour-guidance {
    padding-block: 106.08px 137.28px;
  }
}
@media (min-width: 430px) {
  .tour-guidance {
    padding-block: 117.3px 151.8px;
  }
}
@media (min-width: 500px) {
  .tour-guidance {
    padding-block: 136px 176px;
  }
}

.tour-guidance::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/82;
  background: url(../img/deco_cloud-purple-top.webp) center/cover no-repeat;
  z-index: 1;
}
@media (min-width: 390px) {
  .tour-guidance::before {
    top: -31.2px;
  }
}
@media (min-width: 430px) {
  .tour-guidance::before {
    top: -34.5px;
  }
}
@media (min-width: 500px) {
  .tour-guidance::before {
    top: -40px;
  }
}

.tour-guidance::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/82;
  background: url("../img/deco_cloud-purple-bottom.webp") center/cover no-repeat;
  z-index: 1;
}

.tour-guidance__text {
  margin-top: 41px;
  max-width: 447px;
  margin-inline: auto;
  text-align: left;
  line-height: 150%;
  letter-spacing: 1.2px;
}
@media (min-width: 390px) {
  .tour-guidance__text {
    margin-top: 42.64px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__text {
    margin-top: 47.15px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__text {
    margin-top: 54.667px;
  }
}
@media (min-width: 390px) {
  .tour-guidance__text {
    letter-spacing: 1.248px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__text {
    letter-spacing: 1.38px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__text {
    letter-spacing: 1.6px;
  }
}

.tour-guidance__flow {
  padding-block: 16px;
  padding-inline: 10px;
  margin-top: 32px;
  border-radius: 24px;
  background: #fffff9;
  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: 24px;
}
@media (min-width: 390px) {
  .tour-guidance__flow {
    padding-block: 16.64px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow {
    padding-block: 18.4px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow {
    padding-block: 21.333px;
  }
}
@media (min-width: 390px) {
  .tour-guidance__flow {
    padding-inline: 10.4px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow {
    padding-inline: 11.5px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow {
    padding-inline: 13.333px;
  }
}
@media (min-width: 390px) {
  .tour-guidance__flow {
    margin-top: 33.28px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow {
    margin-top: 36.8px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow {
    margin-top: 42.667px;
  }
}
@media (min-width: 390px) {
  .tour-guidance__flow {
    border-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow {
    border-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow {
    border-radius: 32px;
  }
}
@media (min-width: 390px) {
  .tour-guidance__flow {
    gap: 24.96px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow {
    gap: 27.6px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow {
    gap: 32px;
  }
}

.tour-guidance__flow-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media (min-width: 390px) {
  .tour-guidance__flow-title {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow-title {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow-title {
    font-size: 21.333px;
  }
}

.tour-guidance__flow-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: 21px;
}
@media (min-width: 390px) {
  .tour-guidance__flow-list {
    gap: 21.84px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow-list {
    gap: 24.15px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow-list {
    gap: 28px;
  }
}

.tour-guidance__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media (min-width: 390px) {
  .tour-guidance__flow-item {
    gap: 4.16px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow-item {
    gap: 4.6px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow-item {
    gap: 5.333px;
  }
}

.tour-guidance__flow-step img {
  width: 51px;
  height: auto;
  display: block;
}
@media (min-width: 390px) {
  .tour-guidance__flow-step img {
    width: 53.04px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow-step img {
    width: 58.65px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow-step img {
    width: 68px;
  }
}

.tour-guidance__flow-text {
  margin-top: 3px;
}
@media (min-width: 390px) {
  .tour-guidance__flow-text {
    margin-top: 3.12px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow-text {
    margin-top: 3.45px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow-text {
    margin-top: 4px;
  }
}

.tour-guidance__flow-tel {
  color: #fe909d;
  display: inline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tour-guidance__flow-tel:hover {
  opacity: 0.8;
}

.tour-guidance__flow-btn--inner {
  margin-top: 15px;
}
@media (min-width: 390px) {
  .tour-guidance__flow-btn--inner {
    margin-top: 15.6px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow-btn--inner {
    margin-top: 17.25px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow-btn--inner {
    margin-top: 20px;
  }
}

.tour-guidance__flow-btn--bottom {
  margin-top: 24px;
}
@media (min-width: 390px) {
  .tour-guidance__flow-btn--bottom {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow-btn--bottom {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow-btn--bottom {
    margin-top: 32px;
  }
}
.tour-guidance__flow-btn--bottom .btn__link {
  max-width: none;
}
.tour-guidance__flow-btn--bottom .btn__link::after {
  right: 41px;
}
@media (min-width: 390px) {
  .tour-guidance__flow-btn--bottom .btn__link::after {
    right: 42.64px;
  }
}
@media (min-width: 430px) {
  .tour-guidance__flow-btn--bottom .btn__link::after {
    right: 47.15px;
  }
}
@media (min-width: 500px) {
  .tour-guidance__flow-btn--bottom .btn__link::after {
    right: 54.667px;
  }
}

.tour-guidance .access__map {
  margin-top: 24px;
}
@media (min-width: 390px) {
  .tour-guidance .access__map {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .tour-guidance .access__map {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .tour-guidance .access__map {
    margin-top: 32px;
  }
}

.policy {
  padding-block: 0 96px;
}
@media (min-width: 390px) {
  .policy {
    padding-block: 0 99.84px;
  }
}
@media (min-width: 430px) {
  .policy {
    padding-block: 0 110.4px;
  }
}
@media (min-width: 500px) {
  .policy {
    padding-block: 0 128px;
  }
}

.policy__title {
  margin-top: 73px;
}
@media (min-width: 390px) {
  .policy__title {
    margin-top: 75.92px;
  }
}
@media (min-width: 430px) {
  .policy__title {
    margin-top: 83.95px;
  }
}
@media (min-width: 500px) {
  .policy__title {
    margin-top: 97.333px;
  }
}

.policy__list {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media (min-width: 390px) {
  .policy__list {
    margin-top: 45.76px;
  }
}
@media (min-width: 430px) {
  .policy__list {
    margin-top: 50.6px;
  }
}
@media (min-width: 500px) {
  .policy__list {
    margin-top: 58.667px;
  }
}
@media (min-width: 390px) {
  .policy__list {
    gap: 17.68px;
  }
}
@media (min-width: 430px) {
  .policy__list {
    gap: 19.55px;
  }
}
@media (min-width: 500px) {
  .policy__list {
    gap: 22.667px;
  }
}

.policy__item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.84px;
  padding-left: 28px;
}
@media (min-width: 390px) {
  .policy__item {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .policy__item {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .policy__item {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .policy__item {
    letter-spacing: 0.874px;
  }
}
@media (min-width: 430px) {
  .policy__item {
    letter-spacing: 0.966px;
  }
}
@media (min-width: 500px) {
  .policy__item {
    letter-spacing: 1.12px;
  }
}
@media (min-width: 390px) {
  .policy__item {
    padding-left: 29.12px;
  }
}
@media (min-width: 430px) {
  .policy__item {
    padding-left: 32.2px;
  }
}
@media (min-width: 500px) {
  .policy__item {
    padding-left: 37.333px;
  }
}

.policy__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/deco_dot-blue.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 390px) {
  .policy__item::before {
    top: -1.04px;
  }
}
@media (min-width: 430px) {
  .policy__item::before {
    top: -1.15px;
  }
}
@media (min-width: 500px) {
  .policy__item::before {
    top: -1.333px;
  }
}
@media (min-width: 390px) {
  .policy__item::before {
    width: 20.8px;
  }
}
@media (min-width: 430px) {
  .policy__item::before {
    width: 23px;
  }
}
@media (min-width: 500px) {
  .policy__item::before {
    width: 26.667px;
  }
}
@media (min-width: 390px) {
  .policy__item::before {
    height: 20.8px;
  }
}
@media (min-width: 430px) {
  .policy__item::before {
    height: 23px;
  }
}
@media (min-width: 500px) {
  .policy__item::before {
    height: 26.667px;
  }
}

.greeting {
  background: #f1effc;
  position: relative;
  padding-block: 60px;
}
@media (min-width: 390px) {
  .greeting {
    padding-block: 62.4px;
  }
}
@media (min-width: 430px) {
  .greeting {
    padding-block: 69px;
  }
}
@media (min-width: 500px) {
  .greeting {
    padding-block: 80px;
  }
}

.greeting::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/82;
  background: url("../img/deco_greeting_cloud-top.webp") center/cover no-repeat;
  z-index: 1;
}
@media (min-width: 390px) {
  .greeting::before {
    top: -83.2px;
  }
}
@media (min-width: 430px) {
  .greeting::before {
    top: -92px;
  }
}
@media (min-width: 500px) {
  .greeting::before {
    top: -106.667px;
  }
}

.greeting::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/82;
  background: url("../img/deco_greeting_cloud-bottom.webp") center/cover no-repeat;
  z-index: 1;
}
@media (min-width: 390px) {
  .greeting::after {
    bottom: -83.2px;
  }
}
@media (min-width: 430px) {
  .greeting::after {
    bottom: -92px;
  }
}
@media (min-width: 500px) {
  .greeting::after {
    bottom: -106.667px;
  }
}

.greeting__inner {
  width: 100%;
  padding-inline: 37px;
  margin-inline: auto;
}
@media (min-width: 390px) {
  .greeting__inner {
    padding-inline: 38.48px;
  }
}
@media (min-width: 430px) {
  .greeting__inner {
    padding-inline: 42.55px;
  }
}
@media (min-width: 500px) {
  .greeting__inner {
    padding-inline: 49.333px;
  }
}

.profile__figure {
  margin-top: 41px;
  text-align: center;
}
@media (min-width: 390px) {
  .profile__figure {
    margin-top: 42.64px;
  }
}
@media (min-width: 430px) {
  .profile__figure {
    margin-top: 47.15px;
  }
}
@media (min-width: 500px) {
  .profile__figure {
    margin-top: 54.667px;
  }
}
.profile__figure img {
  width: 200px;
  height: auto;
}
@media (min-width: 390px) {
  .profile__figure img {
    width: 208px;
  }
}
@media (min-width: 430px) {
  .profile__figure img {
    width: 230px;
  }
}
@media (min-width: 500px) {
  .profile__figure img {
    width: 266.667px;
  }
}

.profile__name {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 390px) {
  .profile__name {
    margin-top: 20.8px;
  }
}
@media (min-width: 430px) {
  .profile__name {
    margin-top: 23px;
  }
}
@media (min-width: 500px) {
  .profile__name {
    margin-top: 26.667px;
  }
}

.profile__name-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 87.5%;
  letter-spacing: 0.85px;
}
@media (min-width: 390px) {
  .profile__name-text {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .profile__name-text {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .profile__name-text {
    font-size: 21.333px;
  }
}
@media (min-width: 390px) {
  .profile__name-text {
    letter-spacing: 0.884px;
  }
}
@media (min-width: 430px) {
  .profile__name-text {
    letter-spacing: 0.977px;
  }
}
@media (min-width: 500px) {
  .profile__name-text {
    letter-spacing: 1.133px;
  }
}
.profile__name-text span {
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.85px;
}
@media (min-width: 390px) {
  .profile__name-text span {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .profile__name-text span {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .profile__name-text span {
    font-size: 21.333px;
  }
}
@media (min-width: 390px) {
  .profile__name-text span {
    letter-spacing: 0.884px;
  }
}
@media (min-width: 430px) {
  .profile__name-text span {
    letter-spacing: 0.977px;
  }
}
@media (min-width: 500px) {
  .profile__name-text span {
    letter-spacing: 1.133px;
  }
}

.profile__comment {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 390px) {
  .profile__comment {
    margin-top: 20.8px;
  }
}
@media (min-width: 430px) {
  .profile__comment {
    margin-top: 23px;
  }
}
@media (min-width: 500px) {
  .profile__comment {
    margin-top: 26.667px;
  }
}
@media (min-width: 390px) {
  .profile__comment {
    gap: 8.32px;
  }
}
@media (min-width: 430px) {
  .profile__comment {
    gap: 9.2px;
  }
}
@media (min-width: 500px) {
  .profile__comment {
    gap: 10.667px;
  }
}

.profile__comment-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.84px;
}
@media (min-width: 390px) {
  .profile__comment-text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .profile__comment-text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .profile__comment-text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .profile__comment-text {
    letter-spacing: 0.874px;
  }
}
@media (min-width: 430px) {
  .profile__comment-text {
    letter-spacing: 0.966px;
  }
}
@media (min-width: 500px) {
  .profile__comment-text {
    letter-spacing: 1.12px;
  }
}

.staff {
  padding-block: 90px 24px;
}
@media (min-width: 390px) {
  .staff {
    padding-block: 93.6px 24.96px;
  }
}
@media (min-width: 430px) {
  .staff {
    padding-block: 103.5px 27.6px;
  }
}
@media (min-width: 500px) {
  .staff {
    padding-block: 120px 32px;
  }
}

.staff__card-swiper-container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 390px) {
  .staff__card-swiper-container {
    gap: 33.28px;
  }
}
@media (min-width: 430px) {
  .staff__card-swiper-container {
    gap: 36.8px;
  }
}
@media (min-width: 500px) {
  .staff__card-swiper-container {
    gap: 42.667px;
  }
}

.staff__card-swiper {
  width: 100%;
}

.staff__card-navigation {
  margin-top: 4px;
  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;
  width: 280px;
  margin-inline: auto;
}
@media (min-width: 390px) {
  .staff__card-navigation {
    margin-top: 4.16px;
  }
}
@media (min-width: 430px) {
  .staff__card-navigation {
    margin-top: 4.6px;
  }
}
@media (min-width: 500px) {
  .staff__card-navigation {
    margin-top: 5.333px;
  }
}
@media screen and (max-width: 364px) {
  .staff__card-navigation {
    width: 100% !important;
    max-width: 280px;
  }
}

.staff__card-navigation .swiper-pagination {
  position: static !important;
  width: auto;
  margin-inline: auto;
  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;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 184px;
}

.staff__card-navigation .swiper-button-prev::after,
.staff__card-navigation .swiper-button-next::after {
  content: "";
}

.staff__card-navigation .swiper-button-prev,
.staff__card-navigation .swiper-button-next {
  position: static;
  width: 33px;
  height: 33px;
  margin: 0;
  padding: 4px;
  border: 2px solid #e6e8ec;
  border-radius: 100px;
  background-color: transparent;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff__card-navigation .swiper-button-prev svg,
.staff__card-navigation .swiper-button-next svg {
  width: 6px !important;
  height: 9px !important;
}
.staff__card-navigation .swiper-button-prev:hover,
.staff__card-navigation .swiper-button-next:hover {
  border-color: #777e91;
}

/* =============================
   ページネーション (bullets)
============================= */
/* それぞれのページネーション */
.staff__card-navigation .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 390px) {
  .staff__card-navigation .swiper-pagination-bullet {
    width: 16.64px;
  }
}
@media (min-width: 430px) {
  .staff__card-navigation .swiper-pagination-bullet {
    width: 18.4px;
  }
}
@media (min-width: 500px) {
  .staff__card-navigation .swiper-pagination-bullet {
    width: 21.333px;
  }
}
@media (min-width: 390px) {
  .staff__card-navigation .swiper-pagination-bullet {
    height: 16.64px;
  }
}
@media (min-width: 430px) {
  .staff__card-navigation .swiper-pagination-bullet {
    height: 18.4px;
  }
}
@media (min-width: 500px) {
  .staff__card-navigation .swiper-pagination-bullet {
    height: 21.333px;
  }
}

.staff__card-navigation .swiper-pagination-bullet-active {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  border: 1px solid #d9d9d9;
}

.staff__card {
  margin-top: 41px;
}

.staff__card-inner {
  width: 100%;
  margin: 0 auto;
  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;
}

.staff__card-image {
  width: 160px;
  height: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 390px) {
  .staff__card-image {
    width: 166.4px;
  }
}
@media (min-width: 430px) {
  .staff__card-image {
    width: 184px;
  }
}
@media (min-width: 500px) {
  .staff__card-image {
    width: 213.333px;
  }
}
@media (min-width: 390px) {
  .staff__card-image {
    height: 166.4px;
  }
}
@media (min-width: 430px) {
  .staff__card-image {
    height: 184px;
  }
}
@media (min-width: 500px) {
  .staff__card-image {
    height: 213.333px;
  }
}
.staff__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.staff__card-swiper-slide {
  width: 280px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 500px) {
  .staff__card-swiper-slide {
    width: 373.24px !important;
    max-width: 373.24px;
  }
}
.staff__card-item {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 24px;
  background: #fff0f4;
  padding: 20px;
  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: 16px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 390px) {
  .staff__card-item {
    padding: 20.8px;
  }
}
@media (min-width: 430px) {
  .staff__card-item {
    padding: 23px;
  }
}
@media (min-width: 500px) {
  .staff__card-item {
    padding: 26.667px;
  }
}
@media (min-width: 390px) {
  .staff__card-item {
    gap: 16.64px;
  }
}
@media (min-width: 430px) {
  .staff__card-item {
    gap: 18.4px;
  }
}
@media (min-width: 500px) {
  .staff__card-item {
    gap: 21.333px;
  }
}

@media screen and (min-width: 500px) {
  .staff__card-item {
    width: 373.24px !important;
    max-width: 373.24px;
  }
}
@media screen and (max-width: 364px) {
  .staff__card-swiper-slide {
    width: 100% !important;
    max-width: 280px;
  }
  .staff__card-item {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.staff__card-content {
  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: 16px;
}
@media (min-width: 390px) {
  .staff__card-content {
    gap: 16.64px;
  }
}
@media (min-width: 430px) {
  .staff__card-content {
    gap: 18.4px;
  }
}
@media (min-width: 500px) {
  .staff__card-content {
    gap: 21.333px;
  }
}

.staff__card-introduction {
  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: 3px;
  width: 100%;
}
@media (min-width: 390px) {
  .staff__card-introduction {
    gap: 3.12px;
  }
}
@media (min-width: 430px) {
  .staff__card-introduction {
    gap: 3.45px;
  }
}
@media (min-width: 500px) {
  .staff__card-introduction {
    gap: 4px;
  }
}

.staff__card-name,
.staff__card-role {
  font-size: 16px;
  font-weight: 700;
  line-height: 187.5%;
  letter-spacing: 1.07px;
  text-align: center;
  color: #604c40;
}
@media (min-width: 390px) {
  .staff__card-name,
  .staff__card-role {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .staff__card-name,
  .staff__card-role {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .staff__card-name,
  .staff__card-role {
    font-size: 21.333px;
  }
}
@media (min-width: 390px) {
  .staff__card-name,
  .staff__card-role {
    letter-spacing: 1.113px;
  }
}
@media (min-width: 430px) {
  .staff__card-name,
  .staff__card-role {
    letter-spacing: 1.231px;
  }
}
@media (min-width: 500px) {
  .staff__card-name,
  .staff__card-role {
    letter-spacing: 1.427px;
  }
}

.staff__card-message {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.84px;
  text-align: justify;
  color: #604c40;
  width: 100%;
}
@media (min-width: 390px) {
  .staff__card-message {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .staff__card-message {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .staff__card-message {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .staff__card-message {
    letter-spacing: 0.874px;
  }
}
@media (min-width: 430px) {
  .staff__card-message {
    letter-spacing: 0.966px;
  }
}
@media (min-width: 500px) {
  .staff__card-message {
    letter-spacing: 1.12px;
  }
}

.staff-offering__btn {
  margin-top: 40px;
  width: 100%;
  height: 48px;
  padding-inline: 20px;
}
@media (min-width: 390px) {
  .staff-offering__btn {
    margin-top: 41.6px;
  }
}
@media (min-width: 430px) {
  .staff-offering__btn {
    margin-top: 46px;
  }
}
@media (min-width: 500px) {
  .staff-offering__btn {
    margin-top: 53.333px;
  }
}
@media (min-width: 390px) {
  .staff-offering__btn {
    height: 49.92px;
  }
}
@media (min-width: 430px) {
  .staff-offering__btn {
    height: 55.2px;
  }
}
@media (min-width: 500px) {
  .staff-offering__btn {
    height: 64px;
  }
}
@media (min-width: 390px) {
  .staff-offering__btn {
    padding-inline: 20.8px;
  }
}
@media (min-width: 430px) {
  .staff-offering__btn {
    padding-inline: 23px;
  }
}
@media (min-width: 500px) {
  .staff-offering__btn {
    padding-inline: 26.667px;
  }
}

.staff-offering__btn .btn__label {
  height: 100%;
}

.staff-offering__btn .btn__label::before {
  background-color: #bbafff;
}

.staff-offering__btn .btn__link {
  background: #bbafff;
  display: inline-block;
  max-width: none;
}

.staff-offering__btn .btn__link::after {
  background-image: url(../img/deco_arrow-purple.svg);
  right: 22px;
  width: 15px;
  height: 15px;
}
@media (min-width: 390px) {
  .staff-offering__btn .btn__link::after {
    right: 22.88px;
  }
}
@media (min-width: 430px) {
  .staff-offering__btn .btn__link::after {
    right: 25.3px;
  }
}
@media (min-width: 500px) {
  .staff-offering__btn .btn__link::after {
    right: 29.333px;
  }
}
@media (min-width: 390px) {
  .staff-offering__btn .btn__link::after {
    width: 15.6px;
  }
}
@media (min-width: 430px) {
  .staff-offering__btn .btn__link::after {
    width: 17.25px;
  }
}
@media (min-width: 500px) {
  .staff-offering__btn .btn__link::after {
    width: 20px;
  }
}
@media (min-width: 390px) {
  .staff-offering__btn .btn__link::after {
    height: 15.6px;
  }
}
@media (min-width: 430px) {
  .staff-offering__btn .btn__link::after {
    height: 17.25px;
  }
}
@media (min-width: 500px) {
  .staff-offering__btn .btn__link::after {
    height: 20px;
  }
}

.staff-offering__btn .btn__text {
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.84px;
}
@media (min-width: 390px) {
  .staff-offering__btn .btn__text {
    letter-spacing: 0.874px;
  }
}
@media (min-width: 430px) {
  .staff-offering__btn .btn__text {
    letter-spacing: 0.966px;
  }
}
@media (min-width: 500px) {
  .staff-offering__btn .btn__text {
    letter-spacing: 1.12px;
  }
}

.facility {
  padding-block: 68px 40px;
}
@media (min-width: 390px) {
  .facility {
    padding-block: 70.72px 41.6px;
  }
}
@media (min-width: 430px) {
  .facility {
    padding-block: 78.2px 46px;
  }
}
@media (min-width: 500px) {
  .facility {
    padding-block: 90.667px 53.333px;
  }
}

.photos__list {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (min-width: 390px) {
  .photos__list {
    margin-top: 42.64px;
  }
}
@media (min-width: 430px) {
  .photos__list {
    margin-top: 47.15px;
  }
}
@media (min-width: 500px) {
  .photos__list {
    margin-top: 54.667px;
  }
}
@media (min-width: 390px) {
  .photos__list {
    gap: 5.2px;
  }
}
@media (min-width: 430px) {
  .photos__list {
    gap: 5.75px;
  }
}
@media (min-width: 500px) {
  .photos__list {
    gap: 6.667px;
  }
}

.photos__item {
  width: 100%;
  aspect-ratio: 165/124;
}

.photos__item:first-child img {
  border-radius: 24px 0 0 24px;
}

.photos__item:last-child img {
  border-radius: 0 24px 24px 0;
}

/* テーブル */
.facility__table {
  margin-top: 24px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 390px) {
  .facility__table {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .facility__table {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .facility__table {
    margin-top: 32px;
  }
}
@media (min-width: 390px) {
  .facility__table {
    border-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .facility__table {
    border-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .facility__table {
    border-radius: 32px;
  }
}

.facility__table th,
.facility__table td {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.84px;
  padding-block: 10px 8px;
  padding-inline: 15px;
  border-top: 1px solid #d9d9d9;
  vertical-align: middle;
}
@media (min-width: 390px) {
  .facility__table th,
  .facility__table td {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .facility__table th,
  .facility__table td {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .facility__table th,
  .facility__table td {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .facility__table th,
  .facility__table td {
    letter-spacing: 0.874px;
  }
}
@media (min-width: 430px) {
  .facility__table th,
  .facility__table td {
    letter-spacing: 0.966px;
  }
}
@media (min-width: 500px) {
  .facility__table th,
  .facility__table td {
    letter-spacing: 1.12px;
  }
}
@media (min-width: 390px) {
  .facility__table th,
  .facility__table td {
    padding-block: 10.4px 8.32px;
  }
}
@media (min-width: 430px) {
  .facility__table th,
  .facility__table td {
    padding-block: 11.5px 9.2px;
  }
}
@media (min-width: 500px) {
  .facility__table th,
  .facility__table td {
    padding-block: 13.333px 10.667px;
  }
}
@media (min-width: 390px) {
  .facility__table th,
  .facility__table td {
    padding-inline: 15.6px;
  }
}
@media (min-width: 430px) {
  .facility__table th,
  .facility__table td {
    padding-inline: 17.25px;
  }
}
@media (min-width: 500px) {
  .facility__table th,
  .facility__table td {
    padding-inline: 20px;
  }
}

.facility__table tr:nth-child(1) td,
.facility__table tr:nth-child(3) td,
.facility__table tr:nth-child(5) td,
.facility__table tr:nth-child(6) td,
.facility__table tr:nth-child(7) td {
  padding-block: 16px 14px;
}
@media (min-width: 390px) {
  .facility__table tr:nth-child(1) td,
  .facility__table tr:nth-child(3) td,
  .facility__table tr:nth-child(5) td,
  .facility__table tr:nth-child(6) td,
  .facility__table tr:nth-child(7) td {
    padding-block: 16.64px 14.56px;
  }
}
@media (min-width: 430px) {
  .facility__table tr:nth-child(1) td,
  .facility__table tr:nth-child(3) td,
  .facility__table tr:nth-child(5) td,
  .facility__table tr:nth-child(6) td,
  .facility__table tr:nth-child(7) td {
    padding-block: 18.4px 16.1px;
  }
}
@media (min-width: 500px) {
  .facility__table tr:nth-child(1) td,
  .facility__table tr:nth-child(3) td,
  .facility__table tr:nth-child(5) td,
  .facility__table tr:nth-child(6) td,
  .facility__table tr:nth-child(7) td {
    padding-block: 21.333px 18.667px;
  }
}

.facility__table th {
  min-width: 92px;
  font-weight: 700;
  background: #ebf8e4;
  border-right: 1px solid #d9d9d9;
  text-align: left;
}
@media (min-width: 390px) {
  .facility__table th {
    min-width: 95.68px;
  }
}
@media (min-width: 430px) {
  .facility__table th {
    min-width: 105.8px;
  }
}
@media (min-width: 500px) {
  .facility__table th {
    min-width: 122.667px;
  }
}

.facility__table tr:first-child th,
.facility__table tr:first-child td {
  border-top: none;
}

.facility__table td {
  font-weight: 500;
}

.access__map {
  background-color: #fff;
  padding: 2px;
  margin-top: 24px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media (min-width: 390px) {
  .access__map {
    padding: 2.08px;
  }
}
@media (min-width: 430px) {
  .access__map {
    padding: 2.3px;
  }
}
@media (min-width: 500px) {
  .access__map {
    padding: 2.667px;
  }
}
@media (min-width: 390px) {
  .access__map {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .access__map {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .access__map {
    margin-top: 32px;
  }
}
.access__map iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 67/56;
  border: none;
  display: block;
}

.schedule {
  position: relative;
  padding-block: 98px 45px;
}
@media (min-width: 390px) {
  .schedule {
    padding-block: 101.92px 46.8px;
  }
}
@media (min-width: 430px) {
  .schedule {
    padding-block: 112.7px 51.75px;
  }
}
@media (min-width: 500px) {
  .schedule {
    padding-block: 130.667px 60px;
  }
}

.schedule__list {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 390px) {
  .schedule__list {
    margin-top: 42.64px;
  }
}
@media (min-width: 430px) {
  .schedule__list {
    margin-top: 47.15px;
  }
}
@media (min-width: 500px) {
  .schedule__list {
    margin-top: 54.667px;
  }
}

.schedule__item {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 390px) {
  .schedule__item {
    -webkit-column-gap: 16.64px;
       -moz-column-gap: 16.64px;
            column-gap: 16.64px;
  }
}
@media (min-width: 430px) {
  .schedule__item {
    -webkit-column-gap: 18.4px;
       -moz-column-gap: 18.4px;
            column-gap: 18.4px;
  }
}
@media (min-width: 500px) {
  .schedule__item {
    -webkit-column-gap: 21.333px;
       -moz-column-gap: 21.333px;
            column-gap: 21.333px;
  }
}

.schedule__item:nth-child(3) .schedule__label {
  padding-block: 4px;
}
@media (min-width: 390px) {
  .schedule__item:nth-child(3) .schedule__label {
    padding-block: 4.16px;
  }
}
@media (min-width: 430px) {
  .schedule__item:nth-child(3) .schedule__label {
    padding-block: 4.6px;
  }
}
@media (min-width: 500px) {
  .schedule__item:nth-child(3) .schedule__label {
    padding-block: 5.333px;
  }
}

.schedule__item:nth-child(7) {
  margin-top: 4px;
}
@media (min-width: 390px) {
  .schedule__item:nth-child(7) {
    margin-top: 4.16px;
  }
}
@media (min-width: 430px) {
  .schedule__item:nth-child(7) {
    margin-top: 4.6px;
  }
}
@media (min-width: 500px) {
  .schedule__item:nth-child(7) {
    margin-top: 5.333px;
  }
}

.schedule__item:not(:last-child) {
  padding-bottom: 55px;
}
@media (min-width: 390px) {
  .schedule__item:not(:last-child) {
    padding-bottom: 57.2px;
  }
}
@media (min-width: 430px) {
  .schedule__item:not(:last-child) {
    padding-bottom: 63.25px;
  }
}
@media (min-width: 500px) {
  .schedule__item:not(:last-child) {
    padding-bottom: 73.333px;
  }
}

.schedule__icon {
  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: 8px;
  min-width: 48px;
  position: relative;
}
@media (min-width: 390px) {
  .schedule__icon {
    gap: 8.32px;
  }
}
@media (min-width: 430px) {
  .schedule__icon {
    gap: 9.2px;
  }
}
@media (min-width: 500px) {
  .schedule__icon {
    gap: 10.667px;
  }
}
@media (min-width: 390px) {
  .schedule__icon {
    min-width: 49.92px;
  }
}
@media (min-width: 430px) {
  .schedule__icon {
    min-width: 55.2px;
  }
}
@media (min-width: 500px) {
  .schedule__icon {
    min-width: 64px;
  }
}

/* 縦棒 */
.schedule__icon::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 74px;
  bottom: 1px;
  width: 2px;
  height: 187px;
  background: rgba(255, 163, 105, 0.9);
  border-radius: 5px;
}
@media (min-width: 390px) {
  .schedule__icon::after {
    left: 22.88px;
  }
}
@media (min-width: 430px) {
  .schedule__icon::after {
    left: 25.3px;
  }
}
@media (min-width: 500px) {
  .schedule__icon::after {
    left: 29.333px;
  }
}
@media (min-width: 390px) {
  .schedule__icon::after {
    top: 76.96px;
  }
}
@media (min-width: 430px) {
  .schedule__icon::after {
    top: 85.1px;
  }
}
@media (min-width: 500px) {
  .schedule__icon::after {
    top: 98.667px;
  }
}
@media (min-width: 390px) {
  .schedule__icon::after {
    bottom: 1.04px;
  }
}
@media (min-width: 430px) {
  .schedule__icon::after {
    bottom: 1.15px;
  }
}
@media (min-width: 500px) {
  .schedule__icon::after {
    bottom: 1.333px;
  }
}
@media (min-width: 390px) {
  .schedule__icon::after {
    height: 194.48px;
  }
}
@media (min-width: 430px) {
  .schedule__icon::after {
    height: 215.05px;
  }
}
@media (min-width: 500px) {
  .schedule__icon::after {
    height: 249.333px;
  }
}

.schedule__item:nth-child(7) .schedule__icon::after {
  height: 229px;
}
@media (min-width: 390px) {
  .schedule__item:nth-child(7) .schedule__icon::after {
    height: 238.16px;
  }
}
@media (min-width: 430px) {
  .schedule__item:nth-child(7) .schedule__icon::after {
    height: 263.35px;
  }
}
@media (min-width: 500px) {
  .schedule__item:nth-child(7) .schedule__icon::after {
    height: 305.333px;
  }
}

.schedule__item:last-child .schedule__icon::after {
  display: none;
}

/* 時計アイコン */
.schedule__icon img {
  width: 48px;
  height: 48px;
  display: block;
  block-size: auto;
}
@media (min-width: 390px) {
  .schedule__icon img {
    width: 49.92px;
  }
}
@media (min-width: 430px) {
  .schedule__icon img {
    width: 55.2px;
  }
}
@media (min-width: 500px) {
  .schedule__icon img {
    width: 64px;
  }
}
@media (min-width: 390px) {
  .schedule__icon img {
    height: 49.92px;
  }
}
@media (min-width: 430px) {
  .schedule__icon img {
    height: 55.2px;
  }
}
@media (min-width: 500px) {
  .schedule__icon img {
    height: 64px;
  }
}

/* 時刻 */
.schedule__time {
  font-family: "Comic Neue", cursive;
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.16px;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 390px) {
  .schedule__time {
    font-size: 17.68px;
  }
}
@media (min-width: 430px) {
  .schedule__time {
    font-size: 19.55px;
  }
}
@media (min-width: 500px) {
  .schedule__time {
    font-size: 22.667px;
  }
}
@media (min-width: 390px) {
  .schedule__time {
    letter-spacing: 1.206px;
  }
}
@media (min-width: 430px) {
  .schedule__time {
    letter-spacing: 1.334px;
  }
}
@media (min-width: 500px) {
  .schedule__time {
    letter-spacing: 1.547px;
  }
}

/* カード */
.schedule__card {
  background: #fdf1e0;
  border-radius: 24px;
}
@media (min-width: 390px) {
  .schedule__card {
    border-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .schedule__card {
    border-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .schedule__card {
    border-radius: 32px;
  }
}

.schedule__card:focus,
.schedule__card:focus-within {
  outline: 2px solid #fe909d;
  outline-offset: 2px;
}

.schedule__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #604c40;
  padding-block: 16px;
  padding-inline: 20px;
}
@media (min-width: 390px) {
  .schedule__label {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .schedule__label {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .schedule__label {
    font-size: 21.333px;
  }
}
@media (min-width: 390px) {
  .schedule__label {
    letter-spacing: 0.104px;
  }
}
@media (min-width: 430px) {
  .schedule__label {
    letter-spacing: 0.115px;
  }
}
@media (min-width: 500px) {
  .schedule__label {
    letter-spacing: 0.133px;
  }
}
@media (min-width: 390px) {
  .schedule__label {
    padding-block: 16.64px;
  }
}
@media (min-width: 430px) {
  .schedule__label {
    padding-block: 18.4px;
  }
}
@media (min-width: 500px) {
  .schedule__label {
    padding-block: 21.333px;
  }
}
@media (min-width: 390px) {
  .schedule__label {
    padding-inline: 20.8px;
  }
}
@media (min-width: 430px) {
  .schedule__label {
    padding-inline: 23px;
  }
}
@media (min-width: 500px) {
  .schedule__label {
    padding-inline: 26.667px;
  }
}
.schedule__label span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  letter-spacing: 0.84px;
  line-height: 150%;
}
@media (min-width: 390px) {
  .schedule__label span {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .schedule__label span {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .schedule__label span {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .schedule__label span {
    letter-spacing: 0.874px;
  }
}
@media (min-width: 430px) {
  .schedule__label span {
    letter-spacing: 0.966px;
  }
}
@media (min-width: 500px) {
  .schedule__label span {
    letter-spacing: 1.12px;
  }
}

.schedule__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 24px 24px;
  aspect-ratio: 270/152;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f6f6f6;
}

.schedule__item:last-child {
  padding-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .schedule__card {
    -webkit-transition: none;
    transition: none;
  }
}
.event {
  padding-block: 43px 33px;
}
@media (min-width: 390px) {
  .event {
    padding-block: 44.72px 34.32px;
  }
}
@media (min-width: 430px) {
  .event {
    padding-block: 49.45px 37.95px;
  }
}
@media (min-width: 500px) {
  .event {
    padding-block: 57.333px 44px;
  }
}

.event__text-container {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 390px) {
  .event__text-container {
    margin-top: 42.64px;
  }
}
@media (min-width: 430px) {
  .event__text-container {
    margin-top: 47.15px;
  }
}
@media (min-width: 500px) {
  .event__text-container {
    margin-top: 54.667px;
  }
}
@media (min-width: 390px) {
  .event__text-container {
    gap: 10.4px;
  }
}
@media (min-width: 430px) {
  .event__text-container {
    gap: 11.5px;
  }
}
@media (min-width: 500px) {
  .event__text-container {
    gap: 13.333px;
  }
}

.event__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.5px;
}
@media (min-width: 390px) {
  .event__text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .event__text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .event__text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .event__text {
    letter-spacing: 0.52px;
  }
}
@media (min-width: 430px) {
  .event__text {
    letter-spacing: 0.575px;
  }
}
@media (min-width: 500px) {
  .event__text {
    letter-spacing: 0.667px;
  }
}

.event__list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 57px;
}
@media (min-width: 390px) {
  .event__list {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .event__list {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .event__list {
    margin-top: 32px;
  }
}
@media (min-width: 390px) {
  .event__list {
    gap: 59.28px;
  }
}
@media (min-width: 430px) {
  .event__list {
    gap: 65.55px;
  }
}
@media (min-width: 500px) {
  .event__list {
    gap: 76px;
  }
}

.event__item {
  position: relative;
  isolation: isolate;
}

.event__item:nth-child(2) .event__item-text.event__item-text--ver2 {
  top: 47%;
}
.event__item:nth-child(2) .event__item-text--ver2 {
  gap: 7px;
}

.event__item:nth-child(3) .event__item-text--ver2 {
  gap: 23px;
}

.event__item:nth-child(4) .event__item-text--ver2 {
  gap: 19px;
}
.event__item:nth-child(4) .event__item-text--ver2 .event__item-text.event__item-text--ver2 {
  top: 45%;
}

.event__item-image {
  width: 112%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.event__item-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.event__item-text--ver2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

.event__item-text.event__item-text--ver2 {
  top: 47%;
  left: 51%;
}

.event__item-text-main {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media (min-width: 390px) {
  .event__item-text-main {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .event__item-text-main {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .event__item-text-main {
    font-size: 21.333px;
  }
}

.event__item-text-main:last-child {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.event__item-text-note {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}
@media (min-width: 390px) {
  .event__item-text-note {
    font-size: 12.48px;
  }
}
@media (min-width: 430px) {
  .event__item-text-note {
    font-size: 13.8px;
  }
}
@media (min-width: 500px) {
  .event__item-text-note {
    font-size: 16px;
  }
}

.others__title {
  margin-top: 56px;
  text-align: center;
}
@media (min-width: 390px) {
  .others__title {
    margin-top: 58.24px;
  }
}
@media (min-width: 430px) {
  .others__title {
    margin-top: 64.4px;
  }
}
@media (min-width: 500px) {
  .others__title {
    margin-top: 74.667px;
  }
}

.others__title-image {
  width: 177px;
  height: 76px;
}
@media (min-width: 390px) {
  .others__title-image {
    width: 184.08px;
  }
}
@media (min-width: 430px) {
  .others__title-image {
    width: 203.55px;
  }
}
@media (min-width: 500px) {
  .others__title-image {
    width: 236px;
  }
}
@media (min-width: 390px) {
  .others__title-image {
    height: 79.04px;
  }
}
@media (min-width: 430px) {
  .others__title-image {
    height: 87.4px;
  }
}
@media (min-width: 500px) {
  .others__title-image {
    height: 101.333px;
  }
}

.others__list {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 31px;
  justify-items: center;
}
@media (min-width: 390px) {
  .others__list {
    margin-top: 15.6px;
  }
}
@media (min-width: 430px) {
  .others__list {
    margin-top: 17.25px;
  }
}
@media (min-width: 500px) {
  .others__list {
    margin-top: 20px;
  }
}
@media (min-width: 390px) {
  .others__list {
    row-gap: 32.24px;
  }
}
@media (min-width: 430px) {
  .others__list {
    row-gap: 35.65px;
  }
}
@media (min-width: 500px) {
  .others__list {
    row-gap: 41.333px;
  }
}

.others__item {
  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: 4px;
}
@media (min-width: 390px) {
  .others__item {
    gap: 4.16px;
  }
}
@media (min-width: 430px) {
  .others__item {
    gap: 4.6px;
  }
}
@media (min-width: 500px) {
  .others__item {
    gap: 5.333px;
  }
}

.others__item-figure {
  margin: 0;
  text-align: center;
}

.others__item-caption {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media (min-width: 390px) {
  .others__item-caption {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .others__item-caption {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .others__item-caption {
    font-size: 21.333px;
  }
}

.others__item-image {
  margin-top: 5px;
  width: 100px;
  height: 100px;
}
@media (min-width: 390px) {
  .others__item-image {
    margin-top: 5.2px;
  }
}
@media (min-width: 430px) {
  .others__item-image {
    margin-top: 5.75px;
  }
}
@media (min-width: 500px) {
  .others__item-image {
    margin-top: 6.667px;
  }
}
@media (min-width: 390px) {
  .others__item-image {
    width: 104px;
  }
}
@media (min-width: 430px) {
  .others__item-image {
    width: 115px;
  }
}
@media (min-width: 500px) {
  .others__item-image {
    width: 133.333px;
  }
}
@media (min-width: 390px) {
  .others__item-image {
    height: 104px;
  }
}
@media (min-width: 430px) {
  .others__item-image {
    height: 115px;
  }
}
@media (min-width: 500px) {
  .others__item-image {
    height: 133.333px;
  }
}

.meal {
  padding-block: 33px 54px;
}
@media (min-width: 390px) {
  .meal {
    padding-block: 34.32px 56.16px;
  }
}
@media (min-width: 430px) {
  .meal {
    padding-block: 37.95px 62.1px;
  }
}
@media (min-width: 500px) {
  .meal {
    padding-block: 44px 72px;
  }
}

.meal__image {
  margin-top: 56px;
  margin-inline: auto;
  aspect-ratio: 673/312;
  width: 100%;
}
@media (min-width: 390px) {
  .meal__image {
    margin-top: 58.24px;
  }
}
@media (min-width: 430px) {
  .meal__image {
    margin-top: 64.4px;
  }
}
@media (min-width: 500px) {
  .meal__image {
    margin-top: 74.667px;
  }
}
.meal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.meal__text-container {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (min-width: 390px) {
  .meal__text-container {
    margin-top: 28.08px;
  }
}
@media (min-width: 430px) {
  .meal__text-container {
    margin-top: 31.05px;
  }
}
@media (min-width: 500px) {
  .meal__text-container {
    margin-top: 36px;
  }
}
@media (min-width: 390px) {
  .meal__text-container {
    gap: 4.16px;
  }
}
@media (min-width: 430px) {
  .meal__text-container {
    gap: 4.6px;
  }
}
@media (min-width: 500px) {
  .meal__text-container {
    gap: 5.333px;
  }
}

.meal__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
}
@media (min-width: 390px) {
  .meal__text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .meal__text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .meal__text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .meal__text {
    letter-spacing: 0.936px;
  }
}
@media (min-width: 430px) {
  .meal__text {
    letter-spacing: 1.035px;
  }
}
@media (min-width: 500px) {
  .meal__text {
    letter-spacing: 1.2px;
  }
}

.overview {
  padding-block: 94px 20px;
}
@media (min-width: 390px) {
  .overview {
    padding-block: 97.76px 20.8px;
  }
}
@media (min-width: 430px) {
  .overview {
    padding-block: 108.1px 23px;
  }
}
@media (min-width: 500px) {
  .overview {
    padding-block: 125.333px 26.667px;
  }
}

.overview__title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (min-width: 390px) {
  .overview__title {
    font-size: 22.88px;
  }
}
@media (min-width: 430px) {
  .overview__title {
    font-size: 25.3px;
  }
}
@media (min-width: 500px) {
  .overview__title {
    font-size: 29.333px;
  }
}

/* テーブル */
.overview__table {
  margin-top: 41px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 390px) {
  .overview__table {
    margin-top: 42.64px;
  }
}
@media (min-width: 430px) {
  .overview__table {
    margin-top: 47.15px;
  }
}
@media (min-width: 500px) {
  .overview__table {
    margin-top: 54.667px;
  }
}

.overview__table th,
.overview__table td {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
  padding-block: 15px;
  padding-inline: 13px;
  border-top: 1px solid #d9d9d9;
  vertical-align: middle;
}
@media (min-width: 390px) {
  .overview__table th,
  .overview__table td {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .overview__table th,
  .overview__table td {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .overview__table th,
  .overview__table td {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .overview__table th,
  .overview__table td {
    letter-spacing: 1.165px;
  }
}
@media (min-width: 430px) {
  .overview__table th,
  .overview__table td {
    letter-spacing: 1.288px;
  }
}
@media (min-width: 500px) {
  .overview__table th,
  .overview__table td {
    letter-spacing: 1.493px;
  }
}
@media (min-width: 390px) {
  .overview__table th,
  .overview__table td {
    padding-block: 15.6px;
  }
}
@media (min-width: 430px) {
  .overview__table th,
  .overview__table td {
    padding-block: 17.25px;
  }
}
@media (min-width: 500px) {
  .overview__table th,
  .overview__table td {
    padding-block: 20px;
  }
}
@media (min-width: 390px) {
  .overview__table th,
  .overview__table td {
    padding-inline: 13.52px;
  }
}
@media (min-width: 430px) {
  .overview__table th,
  .overview__table td {
    padding-inline: 14.95px;
  }
}
@media (min-width: 500px) {
  .overview__table th,
  .overview__table td {
    padding-inline: 17.333px;
  }
}

.overview__table tr:last-child th,
.overview__table tr:last-child td {
  padding-block: 19px;
}
@media (min-width: 390px) {
  .overview__table tr:last-child th,
  .overview__table tr:last-child td {
    padding-block: 19.76px;
  }
}
@media (min-width: 430px) {
  .overview__table tr:last-child th,
  .overview__table tr:last-child td {
    padding-block: 21.85px;
  }
}
@media (min-width: 500px) {
  .overview__table tr:last-child th,
  .overview__table tr:last-child td {
    padding-block: 25.333px;
  }
}

.overview__table th {
  min-width: 92px;
  font-weight: 700;
  background: #ebf8e4;
  border-right: 1px solid #d9d9d9;
  text-align: left;
}
@media (min-width: 390px) {
  .overview__table th {
    min-width: 95.68px;
  }
}
@media (min-width: 430px) {
  .overview__table th {
    min-width: 105.8px;
  }
}
@media (min-width: 500px) {
  .overview__table th {
    min-width: 122.667px;
  }
}

.overview__table tr:first-child th,
.overview__table tr:first-child td {
  border-top: none;
  padding-block: 8px 10px;
}
@media (min-width: 390px) {
  .overview__table tr:first-child th,
  .overview__table tr:first-child td {
    padding-block: 8.32px 10.4px;
  }
}
@media (min-width: 430px) {
  .overview__table tr:first-child th,
  .overview__table tr:first-child td {
    padding-block: 9.2px 11.5px;
  }
}
@media (min-width: 500px) {
  .overview__table tr:first-child th,
  .overview__table tr:first-child td {
    padding-block: 10.667px 13.333px;
  }
}
.overview__table tr:nth-child(3) th,
.overview__table tr:nth-child(3) td {
  padding-block: 8px 10px;
}
@media (min-width: 390px) {
  .overview__table tr:nth-child(3) th,
  .overview__table tr:nth-child(3) td {
    padding-block: 8.32px 10.4px;
  }
}
@media (min-width: 430px) {
  .overview__table tr:nth-child(3) th,
  .overview__table tr:nth-child(3) td {
    padding-block: 9.2px 11.5px;
  }
}
@media (min-width: 500px) {
  .overview__table tr:nth-child(3) th,
  .overview__table tr:nth-child(3) td {
    padding-block: 10.667px 13.333px;
  }
}

.overview__table td {
  font-weight: 500;
}

.overview__note {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
}
@media (min-width: 390px) {
  .overview__note {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .overview__note {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .overview__note {
    margin-top: 32px;
  }
}
@media (min-width: 390px) {
  .overview__note {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .overview__note {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .overview__note {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .overview__note {
    letter-spacing: 1.165px;
  }
}
@media (min-width: 430px) {
  .overview__note {
    letter-spacing: 1.288px;
  }
}
@media (min-width: 500px) {
  .overview__note {
    letter-spacing: 1.493px;
  }
}

/* 空き状況 */
.overview__vacancy {
  margin-top: 24px;
  position: relative;
  width: 100%;
  aspect-ratio: 335/238;
  margin-inline: auto;
  padding-block: 30px 20px;
  padding-inline: 20px;
  background: url("../img/img_admission_curtain.webp") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
@media (min-width: 390px) {
  .overview__vacancy {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .overview__vacancy {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .overview__vacancy {
    margin-top: 32px;
  }
}
@media (min-width: 390px) {
  .overview__vacancy {
    padding-block: 31.2px 20.8px;
  }
}
@media (min-width: 430px) {
  .overview__vacancy {
    padding-block: 34.5px 23px;
  }
}
@media (min-width: 500px) {
  .overview__vacancy {
    padding-block: 40px 26.667px;
  }
}
@media (min-width: 390px) {
  .overview__vacancy {
    padding-inline: 20.8px;
  }
}
@media (min-width: 430px) {
  .overview__vacancy {
    padding-inline: 23px;
  }
}
@media (min-width: 500px) {
  .overview__vacancy {
    padding-inline: 26.667px;
  }
}
@media (min-width: 390px) {
  .overview__vacancy {
    gap: 11.44px;
  }
}
@media (min-width: 430px) {
  .overview__vacancy {
    gap: 12.65px;
  }
}
@media (min-width: 500px) {
  .overview__vacancy {
    gap: 14.667px;
  }
}

.overview__vacancy-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  z-index: 5;
}
@media (min-width: 390px) {
  .overview__vacancy-title {
    font-size: 18.72px;
  }
}
@media (min-width: 430px) {
  .overview__vacancy-title {
    font-size: 20.7px;
  }
}
@media (min-width: 500px) {
  .overview__vacancy-title {
    font-size: 24px;
  }
}
.overview__vacancy-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  border-radius: 27px;
  background: #fff0f4;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  padding-inline: 35px;
  width: calc(100% + 35px);
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.overview__vacancy-list {
  width: 100%;
  max-width: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.overview__vacancy-item {
  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: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #d9d9d9;
}
@media (min-width: 390px) {
  .overview__vacancy-item {
    padding: 8.32px 0;
  }
}
@media (min-width: 430px) {
  .overview__vacancy-item {
    padding: 9.2px 0;
  }
}
@media (min-width: 500px) {
  .overview__vacancy-item {
    padding: 10.667px 0;
  }
}

.overview__vacancy-month,
.overview__vacancy-count {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #604c40;
  text-align: center;
}
@media (min-width: 390px) {
  .overview__vacancy-month,
  .overview__vacancy-count {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .overview__vacancy-month,
  .overview__vacancy-count {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .overview__vacancy-month,
  .overview__vacancy-count {
    font-size: 21.333px;
  }
}

.overview .overview__btn {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 390px) {
  .overview .overview__btn {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .overview .overview__btn {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .overview .overview__btn {
    margin-top: 32px;
  }
}
.overview .overview__btn .btn__link {
  background-color: #bfe966;
}
.overview .overview__btn .btn__link::after {
  right: 29px;
}
@media (min-width: 390px) {
  .overview .overview__btn .btn__link::after {
    right: 30.16px;
  }
}
@media (min-width: 430px) {
  .overview .overview__btn .btn__link::after {
    right: 33.35px;
  }
}
@media (min-width: 500px) {
  .overview .overview__btn .btn__link::after {
    right: 38.667px;
  }
}
.overview .overview__btn .btn__label {
  background: #bfe966;
}
.overview .overview__btn .btn__label::before {
  background-color: #afe739;
}
.overview .overview__btn .btn__text {
  text-align: center;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.12px;
}
@media (min-width: 390px) {
  .overview .overview__btn .btn__text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .overview .overview__btn .btn__text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .overview .overview__btn .btn__text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .overview .overview__btn .btn__text {
    letter-spacing: 1.165px;
  }
}
@media (min-width: 430px) {
  .overview .overview__btn .btn__text {
    letter-spacing: 1.288px;
  }
}
@media (min-width: 500px) {
  .overview .overview__btn .btn__text {
    letter-spacing: 1.493px;
  }
}
.overview .overview__btn .btn__text span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1px;
}
@media (min-width: 390px) {
  .overview .overview__btn .btn__text span {
    font-size: 10.4px;
  }
}
@media (min-width: 430px) {
  .overview .overview__btn .btn__text span {
    font-size: 11.5px;
  }
}
@media (min-width: 500px) {
  .overview .overview__btn .btn__text span {
    font-size: 13.333px;
  }
}
@media (min-width: 390px) {
  .overview .overview__btn .btn__text span {
    letter-spacing: 1.04px;
  }
}
@media (min-width: 430px) {
  .overview .overview__btn .btn__text span {
    letter-spacing: 1.15px;
  }
}
@media (min-width: 500px) {
  .overview .overview__btn .btn__text span {
    letter-spacing: 1.333px;
  }
}

.flow {
  background: #fff0f4;
  position: relative;
  padding-block: 146px 103px;
}
@media (min-width: 390px) {
  .flow {
    padding-block: 151.84px 107.12px;
  }
}
@media (min-width: 430px) {
  .flow {
    padding-block: 167.9px 118.45px;
  }
}
@media (min-width: 500px) {
  .flow {
    padding-block: 194.667px 137.333px;
  }
}

.flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/82;
  background: url("../img/deco_cloud-white-bottom.webp") center/cover no-repeat;
  z-index: 1;
}

.flow__list {
  position: relative;
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 390px) {
  .flow__list {
    margin-top: 42.64px;
  }
}
@media (min-width: 430px) {
  .flow__list {
    margin-top: 47.15px;
  }
}
@media (min-width: 500px) {
  .flow__list {
    margin-top: 54.667px;
  }
}
@media (min-width: 390px) {
  .flow__list {
    gap: 41.6px;
  }
}
@media (min-width: 430px) {
  .flow__list {
    gap: 46px;
  }
}
@media (min-width: 500px) {
  .flow__list {
    gap: 53.333px;
  }
}

.flow__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: radial-gradient(circle, #604c40 2px, transparent 2px);
  background-size: 3px 9px;
  background-repeat: repeat-y;
  z-index: 0;
  pointer-events: none;
}

.flow__item {
  border-radius: 24px;
  background: #fffff9;
  padding-block: 24px 29px;
  padding-inline: 24px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  position: relative;
  z-index: 1;
}
@media (min-width: 390px) {
  .flow__item {
    border-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .flow__item {
    border-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .flow__item {
    border-radius: 32px;
  }
}
@media (min-width: 390px) {
  .flow__item {
    padding-block: 24.96px 30.16px;
  }
}
@media (min-width: 430px) {
  .flow__item {
    padding-block: 27.6px 33.35px;
  }
}
@media (min-width: 500px) {
  .flow__item {
    padding-block: 32px 38.667px;
  }
}
@media (min-width: 390px) {
  .flow__item {
    padding-inline: 24.96px 23.92px;
  }
}
@media (min-width: 430px) {
  .flow__item {
    padding-inline: 27.6px 26.45px;
  }
}
@media (min-width: 500px) {
  .flow__item {
    padding-inline: 32px 30.667px;
  }
}

.flow__item:nth-child(2) {
  padding-block: 24px 27px;
}
@media (min-width: 390px) {
  .flow__item:nth-child(2) {
    padding-block: 24.96px 28.08px;
  }
}
@media (min-width: 430px) {
  .flow__item:nth-child(2) {
    padding-block: 27.6px 31.05px;
  }
}
@media (min-width: 500px) {
  .flow__item:nth-child(2) {
    padding-block: 32px 36px;
  }
}
.flow__item:nth-child(2) .flow__heading {
  margin-top: 2px;
}
@media (min-width: 390px) {
  .flow__item:nth-child(2) .flow__heading {
    margin-top: 2.08px;
  }
}
@media (min-width: 430px) {
  .flow__item:nth-child(2) .flow__heading {
    margin-top: 2.3px;
  }
}
@media (min-width: 500px) {
  .flow__item:nth-child(2) .flow__heading {
    margin-top: 2.667px;
  }
}

.flow__item:nth-child(3) {
  padding-block: 24px 19px;
  padding-inline: 24px 19px;
}
@media (min-width: 390px) {
  .flow__item:nth-child(3) {
    padding-block: 24.96px 19.76px;
  }
}
@media (min-width: 430px) {
  .flow__item:nth-child(3) {
    padding-block: 27.6px 21.85px;
  }
}
@media (min-width: 500px) {
  .flow__item:nth-child(3) {
    padding-block: 32px 25.333px;
  }
}
@media (min-width: 390px) {
  .flow__item:nth-child(3) {
    padding-inline: 24.96px 19.76px;
  }
}
@media (min-width: 430px) {
  .flow__item:nth-child(3) {
    padding-inline: 27.6px 21.85px;
  }
}
@media (min-width: 500px) {
  .flow__item:nth-child(3) {
    padding-inline: 32px 25.333px;
  }
}
.flow__item:nth-child(3) .flow__heading {
  margin-top: 8px;
}
@media (min-width: 390px) {
  .flow__item:nth-child(3) .flow__heading {
    margin-top: 8.32px;
  }
}
@media (min-width: 430px) {
  .flow__item:nth-child(3) .flow__heading {
    margin-top: 9.2px;
  }
}
@media (min-width: 500px) {
  .flow__item:nth-child(3) .flow__heading {
    margin-top: 10.667px;
  }
}

.flow__item:nth-child(4) {
  padding-block: 24px 25px;
}
@media (min-width: 390px) {
  .flow__item:nth-child(4) {
    padding-block: 24.96px 26px;
  }
}
@media (min-width: 430px) {
  .flow__item:nth-child(4) {
    padding-block: 27.6px 28.75px;
  }
}
@media (min-width: 500px) {
  .flow__item:nth-child(4) {
    padding-block: 32px 33.333px;
  }
}
.flow__item:nth-child(4) .flow__heading {
  margin-top: 0;
}
@media (min-width: 390px) {
  .flow__item:nth-child(4) .flow__heading {
    margin-top: 0;
  }
}
@media (min-width: 430px) {
  .flow__item:nth-child(4) .flow__heading {
    margin-top: 0;
  }
}
@media (min-width: 500px) {
  .flow__item:nth-child(4) .flow__heading {
    margin-top: 0;
  }
}

.flow__item:nth-child(5) {
  padding-block: 24px 25px;
}
@media (min-width: 390px) {
  .flow__item:nth-child(5) {
    padding-block: 24.96px 26px;
  }
}
@media (min-width: 430px) {
  .flow__item:nth-child(5) {
    padding-block: 27.6px 28.75px;
  }
}
@media (min-width: 500px) {
  .flow__item:nth-child(5) {
    padding-block: 32px 33.333px;
  }
}
.flow__item:nth-child(5) .flow__heading {
  margin-top: 2px;
}
@media (min-width: 390px) {
  .flow__item:nth-child(5) .flow__heading {
    margin-top: 2.08px;
  }
}
@media (min-width: 430px) {
  .flow__item:nth-child(5) .flow__heading {
    margin-top: 2.3px;
  }
}
@media (min-width: 500px) {
  .flow__item:nth-child(5) .flow__heading {
    margin-top: 2.667px;
  }
}

.flow__item:last-child {
  padding-block: 24px 27px;
}
@media (min-width: 390px) {
  .flow__item:last-child {
    padding-block: 24.96px 28.08px;
  }
}
@media (min-width: 430px) {
  .flow__item:last-child {
    padding-block: 27.6px 31.05px;
  }
}
@media (min-width: 500px) {
  .flow__item:last-child {
    padding-block: 32px 36px;
  }
}
.flow__item:last-child .flow__heading {
  margin-top: 1px;
}
@media (min-width: 390px) {
  .flow__item:last-child .flow__heading {
    margin-top: 1.04px;
  }
}
@media (min-width: 430px) {
  .flow__item:last-child .flow__heading {
    margin-top: 1.15px;
  }
}
@media (min-width: 500px) {
  .flow__item:last-child .flow__heading {
    margin-top: 1.333px;
  }
}

.flow__step img {
  width: 42px;
  height: auto;
}
@media (min-width: 390px) {
  .flow__step img {
    width: 43.68px;
  }
}
@media (min-width: 430px) {
  .flow__step img {
    width: 48.3px;
  }
}
@media (min-width: 500px) {
  .flow__step img {
    width: 56px;
  }
}

.flow__card {
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  min-width: 0;
}
@media (min-width: 390px) {
  .flow__card {
    border-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .flow__card {
    border-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .flow__card {
    border-radius: 32px;
  }
}
@media (min-width: 390px) {
  .flow__card {
    gap: 11.44px;
  }
}
@media (min-width: 430px) {
  .flow__card {
    gap: 12.65px;
  }
}
@media (min-width: 500px) {
  .flow__card {
    gap: 14.667px;
  }
}

.flow__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #604c40;
  padding-inline: 4px;
  margin-top: 12px;
  letter-spacing: 0.3px;
}
@media (min-width: 390px) {
  .flow__heading {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .flow__heading {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .flow__heading {
    font-size: 21.333px;
  }
}
@media (min-width: 390px) {
  .flow__heading {
    padding-inline: 4.16px;
  }
}
@media (min-width: 430px) {
  .flow__heading {
    padding-inline: 4.6px;
  }
}
@media (min-width: 500px) {
  .flow__heading {
    padding-inline: 5.333px;
  }
}
@media (min-width: 390px) {
  .flow__heading {
    margin-top: 12.48px;
  }
}
@media (min-width: 430px) {
  .flow__heading {
    margin-top: 13.8px;
  }
}
@media (min-width: 500px) {
  .flow__heading {
    margin-top: 16px;
  }
}
@media (min-width: 390px) {
  .flow__heading {
    letter-spacing: 0.312px;
  }
}
@media (min-width: 430px) {
  .flow__heading {
    letter-spacing: 0.345px;
  }
}
@media (min-width: 500px) {
  .flow__heading {
    letter-spacing: 0.4px;
  }
}

.flow__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
}
@media (min-width: 390px) {
  .flow__text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .flow__text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .flow__text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .flow__text {
    letter-spacing: 1.165px;
  }
}
@media (min-width: 430px) {
  .flow__text {
    letter-spacing: 1.288px;
  }
}
@media (min-width: 500px) {
  .flow__text {
    letter-spacing: 1.493px;
  }
}

.flow__btn .btn__link::after {
  background-image: url("../img/deco_arrow-pink.svg");
  right: 22px;
  width: 14px;
  height: 14px;
}
@media (min-width: 390px) {
  .flow__btn .btn__link::after {
    width: 14.56px;
  }
}
@media (min-width: 430px) {
  .flow__btn .btn__link::after {
    width: 16.1px;
  }
}
@media (min-width: 500px) {
  .flow__btn .btn__link::after {
    width: 18.667px;
  }
}
@media (min-width: 390px) {
  .flow__btn .btn__link::after {
    height: 14.56px;
  }
}
@media (min-width: 430px) {
  .flow__btn .btn__link::after {
    height: 16.1px;
  }
}
@media (min-width: 500px) {
  .flow__btn .btn__link::after {
    height: 18.667px;
  }
}
@media screen and (min-width: 376px) {
  .flow__btn .btn__link::after {
    right: 54px;
  }
}

.flow__list-text {
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 390px) {
  .flow__list-text {
    gap: 12.48px;
  }
}
@media (min-width: 430px) {
  .flow__list-text {
    gap: 13.8px;
  }
}
@media (min-width: 500px) {
  .flow__list-text {
    gap: 16px;
  }
}

.flow__link {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.flow__link:hover {
  color: #fe909d;
}

.flow__tel {
  display: block;
  padding-inline: 12px;
  margin-top: 3px;
  font-family: "Comic Neue";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.28px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 390px) {
  .flow__tel {
    padding-inline: 12.48px;
  }
}
@media (min-width: 430px) {
  .flow__tel {
    padding-inline: 13.8px;
  }
}
@media (min-width: 500px) {
  .flow__tel {
    padding-inline: 16px;
  }
}
@media (min-width: 390px) {
  .flow__tel {
    margin-top: 3.12px;
  }
}
@media (min-width: 430px) {
  .flow__tel {
    margin-top: 3.45px;
  }
}
@media (min-width: 500px) {
  .flow__tel {
    margin-top: 4px;
  }
}
@media (min-width: 390px) {
  .flow__tel {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .flow__tel {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .flow__tel {
    font-size: 21.333px;
  }
}
@media (min-width: 390px) {
  .flow__tel {
    letter-spacing: 1.331px;
  }
}
@media (min-width: 430px) {
  .flow__tel {
    letter-spacing: 1.472px;
  }
}
@media (min-width: 500px) {
  .flow__tel {
    letter-spacing: 1.707px;
  }
}
.flow__tel:hover {
  color: #fe909d;
}

.belongings {
  padding-block: 40px;
  position: relative;
}
@media (min-width: 390px) {
  .belongings {
    padding-block: 41.6px;
  }
}
@media (min-width: 430px) {
  .belongings {
    padding-block: 46px;
  }
}
@media (min-width: 500px) {
  .belongings {
    padding-block: 53.333px;
  }
}

.belongings::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/82;
  background: url(../img/deco_cloud-white-top.webp) center/cover no-repeat;
  z-index: 1;
}
@media (min-width: 390px) {
  .belongings::before {
    top: -44.72px;
  }
}
@media (min-width: 430px) {
  .belongings::before {
    top: -49.45px;
  }
}
@media (min-width: 500px) {
  .belongings::before {
    top: -57.333px;
  }
}

.belongings__group {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  letter-spacing: 0.2px;
}
@media (min-width: 390px) {
  .belongings__group {
    margin-top: 48.88px;
  }
}
@media (min-width: 430px) {
  .belongings__group {
    margin-top: 54.05px;
  }
}
@media (min-width: 500px) {
  .belongings__group {
    margin-top: 62.667px;
  }
}
@media (min-width: 390px) {
  .belongings__group {
    gap: 37.44px;
  }
}
@media (min-width: 430px) {
  .belongings__group {
    gap: 41.4px;
  }
}
@media (min-width: 500px) {
  .belongings__group {
    gap: 48px;
  }
}
@media (min-width: 390px) {
  .belongings__group {
    letter-spacing: 0.208px;
  }
}
@media (min-width: 430px) {
  .belongings__group {
    letter-spacing: 0.23px;
  }
}
@media (min-width: 500px) {
  .belongings__group {
    letter-spacing: 0.267px;
  }
}

.belongings__block:nth-child(3) .belongings__bullet {
  padding-left: 50px;
}
@media (min-width: 390px) {
  .belongings__block:nth-child(3) .belongings__bullet {
    padding-left: 52px;
  }
}
@media (min-width: 430px) {
  .belongings__block:nth-child(3) .belongings__bullet {
    padding-left: 57.5px;
  }
}
@media (min-width: 500px) {
  .belongings__block:nth-child(3) .belongings__bullet {
    padding-left: 66.667px;
  }
}
.belongings__block:nth-child(3) .belongings__bullet::before {
  left: 42px;
}
@media (min-width: 390px) {
  .belongings__block:nth-child(3) .belongings__bullet::before {
    left: 43.68px;
  }
}
@media (min-width: 430px) {
  .belongings__block:nth-child(3) .belongings__bullet::before {
    left: 48.3px;
  }
}
@media (min-width: 500px) {
  .belongings__block:nth-child(3) .belongings__bullet::before {
    left: 56px;
  }
}
.belongings__block:nth-child(3) .belongings__bullet:nth-child(2)::before {
  top: 31%;
}

.belongings__block:nth-child(4) .belongings__bullets {
  margin-top: 7px;
}
@media (min-width: 390px) {
  .belongings__block:nth-child(4) .belongings__bullets {
    margin-top: 7.28px;
  }
}
@media (min-width: 430px) {
  .belongings__block:nth-child(4) .belongings__bullets {
    margin-top: 8.05px;
  }
}
@media (min-width: 500px) {
  .belongings__block:nth-child(4) .belongings__bullets {
    margin-top: 9.333px;
  }
}
.belongings__block:nth-child(4) .belongings__bullet::before {
  top: 32%;
  left: 22px;
}
@media (min-width: 390px) {
  .belongings__block:nth-child(4) .belongings__bullet::before {
    left: 22.88px;
  }
}
@media (min-width: 430px) {
  .belongings__block:nth-child(4) .belongings__bullet::before {
    left: 25.3px;
  }
}
@media (min-width: 500px) {
  .belongings__block:nth-child(4) .belongings__bullet::before {
    left: 29.333px;
  }
}

.belongings__block:nth-child(5) .belongings__bullets {
  margin-top: 6px;
}
@media (min-width: 390px) {
  .belongings__block:nth-child(5) .belongings__bullets {
    margin-top: 6.24px;
  }
}
@media (min-width: 430px) {
  .belongings__block:nth-child(5) .belongings__bullets {
    margin-top: 6.9px;
  }
}
@media (min-width: 500px) {
  .belongings__block:nth-child(5) .belongings__bullets {
    margin-top: 8px;
  }
}
.belongings__block:nth-child(5) .belongings__bullet::before {
  top: 32%;
  left: 22px;
}
@media (min-width: 390px) {
  .belongings__block:nth-child(5) .belongings__bullet::before {
    left: 22.88px;
  }
}
@media (min-width: 430px) {
  .belongings__block:nth-child(5) .belongings__bullet::before {
    left: 25.3px;
  }
}
@media (min-width: 500px) {
  .belongings__block:nth-child(5) .belongings__bullet::before {
    left: 29.333px;
  }
}

.belongings__block:nth-child(6) .belongings__bullets {
  margin-top: 6px;
}
@media (min-width: 390px) {
  .belongings__block:nth-child(6) .belongings__bullets {
    margin-top: 6.24px;
  }
}
@media (min-width: 430px) {
  .belongings__block:nth-child(6) .belongings__bullets {
    margin-top: 6.9px;
  }
}
@media (min-width: 500px) {
  .belongings__block:nth-child(6) .belongings__bullets {
    margin-top: 8px;
  }
}
.belongings__block:nth-child(6) .belongings__bullet::before {
  left: 22px;
}
@media (min-width: 390px) {
  .belongings__block:nth-child(6) .belongings__bullet::before {
    left: 22.88px;
  }
}
@media (min-width: 430px) {
  .belongings__block:nth-child(6) .belongings__bullet::before {
    left: 25.3px;
  }
}
@media (min-width: 500px) {
  .belongings__block:nth-child(6) .belongings__bullet::before {
    left: 29.333px;
  }
}

.belongings__heading {
  padding-inline: 24px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  z-index: 5;
}
@media (min-width: 390px) {
  .belongings__heading {
    padding-inline: 24.96px;
  }
}
@media (min-width: 430px) {
  .belongings__heading {
    padding-inline: 27.6px;
  }
}
@media (min-width: 500px) {
  .belongings__heading {
    padding-inline: 32px;
  }
}
@media (min-width: 390px) {
  .belongings__heading {
    font-size: 16.64px;
  }
}
@media (min-width: 430px) {
  .belongings__heading {
    font-size: 18.4px;
  }
}
@media (min-width: 500px) {
  .belongings__heading {
    font-size: 21.333px;
  }
}

.belongings__heading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 27px;
  background: #f2fffe;
  -webkit-filter: blur(7px);
          filter: blur(7px);
}

.belongings__list {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 390px) {
  .belongings__list {
    margin-top: 7.28px;
  }
}
@media (min-width: 430px) {
  .belongings__list {
    margin-top: 8.05px;
  }
}
@media (min-width: 500px) {
  .belongings__list {
    margin-top: 9.333px;
  }
}

.belongings__item {
  position: relative;
  padding-left: 36px;
  padding-block: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
  border-bottom: 1.5px dashed #d9d9d9;
}
@media (min-width: 390px) {
  .belongings__item {
    padding-left: 37.44px;
  }
}
@media (min-width: 430px) {
  .belongings__item {
    padding-left: 41.4px;
  }
}
@media (min-width: 500px) {
  .belongings__item {
    padding-left: 48px;
  }
}
@media (min-width: 390px) {
  .belongings__item {
    padding-block: 8.32px;
  }
}
@media (min-width: 430px) {
  .belongings__item {
    padding-block: 9.2px;
  }
}
@media (min-width: 500px) {
  .belongings__item {
    padding-block: 10.667px;
  }
}
@media (min-width: 390px) {
  .belongings__item {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .belongings__item {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .belongings__item {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .belongings__item {
    letter-spacing: 0.936px;
  }
}
@media (min-width: 430px) {
  .belongings__item {
    letter-spacing: 1.035px;
  }
}
@media (min-width: 500px) {
  .belongings__item {
    letter-spacing: 1.2px;
  }
}

.belongings__item::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 16px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/deco_check-box.svg) center/cover no-repeat;
}
@media (min-width: 390px) {
  .belongings__item::before {
    width: 12.48px;
  }
}
@media (min-width: 430px) {
  .belongings__item::before {
    width: 13.8px;
  }
}
@media (min-width: 500px) {
  .belongings__item::before {
    width: 16px;
  }
}
@media (min-width: 390px) {
  .belongings__item::before {
    height: 12.48px;
  }
}
@media (min-width: 430px) {
  .belongings__item::before {
    height: 13.8px;
  }
}
@media (min-width: 500px) {
  .belongings__item::before {
    height: 16px;
  }
}
@media (min-width: 390px) {
  .belongings__item::before {
    left: 16.64px;
  }
}
@media (min-width: 430px) {
  .belongings__item::before {
    left: 18.4px;
  }
}
@media (min-width: 500px) {
  .belongings__item::before {
    left: 21.333px;
  }
}

.belongings__bullet {
  position: relative;
  padding-left: 36px;
  padding-block: 8px;
  border-bottom: 1.5px dashed #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
}
@media (min-width: 390px) {
  .belongings__bullet {
    padding-left: 37.44px;
  }
}
@media (min-width: 430px) {
  .belongings__bullet {
    padding-left: 41.4px;
  }
}
@media (min-width: 500px) {
  .belongings__bullet {
    padding-left: 48px;
  }
}
@media (min-width: 390px) {
  .belongings__bullet {
    padding-block: 8.32px;
  }
}
@media (min-width: 430px) {
  .belongings__bullet {
    padding-block: 9.2px;
  }
}
@media (min-width: 500px) {
  .belongings__bullet {
    padding-block: 10.667px;
  }
}
@media (min-width: 390px) {
  .belongings__bullet {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .belongings__bullet {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .belongings__bullet {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .belongings__bullet {
    letter-spacing: 0.936px;
  }
}
@media (min-width: 430px) {
  .belongings__bullet {
    letter-spacing: 1.035px;
  }
}
@media (min-width: 500px) {
  .belongings__bullet {
    letter-spacing: 1.2px;
  }
}

.belongings__bullet::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  left: 16px;
  top: 50%;
  border-radius: 50%;
  background-color: #604c40;
}

.belongings__note {
  padding-left: 36px;
  padding-block: 8px;
  border-bottom: 1.5px dashed #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.9px;
}
@media (min-width: 390px) {
  .belongings__note {
    padding-left: 37.44px;
  }
}
@media (min-width: 430px) {
  .belongings__note {
    padding-left: 41.4px;
  }
}
@media (min-width: 500px) {
  .belongings__note {
    padding-left: 48px;
  }
}
@media (min-width: 390px) {
  .belongings__note {
    padding-block: 8.32px;
  }
}
@media (min-width: 430px) {
  .belongings__note {
    padding-block: 9.2px;
  }
}
@media (min-width: 500px) {
  .belongings__note {
    padding-block: 10.667px;
  }
}
@media (min-width: 390px) {
  .belongings__note {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .belongings__note {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .belongings__note {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .belongings__note {
    letter-spacing: 0.936px;
  }
}
@media (min-width: 430px) {
  .belongings__note {
    letter-spacing: 1.035px;
  }
}
@media (min-width: 500px) {
  .belongings__note {
    letter-spacing: 1.2px;
  }
}

.belongings__attention {
  margin-top: 32px;
}
@media (min-width: 390px) {
  .belongings__attention {
    margin-top: 33.28px;
  }
}
@media (min-width: 430px) {
  .belongings__attention {
    margin-top: 36.8px;
  }
}
@media (min-width: 500px) {
  .belongings__attention {
    margin-top: 42.667px;
  }
}

.belongings__btn {
  margin-top: 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 390px) {
  .belongings__btn {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .belongings__btn {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .belongings__btn {
    margin-top: 32px;
  }
}

.belongings__btn .btn__link {
  background-color: #ffa369;
  display: inline-block;
}

.belongings__btn .btn__label::before {
  background: rgba(255, 145, 77, 0.9);
}

.belongings__btn .btn__text {
  -webkit-transform: translateX(-11px);
          transform: translateX(-11px);
}

.belongings__btn .btn__link {
  max-width: none;
}
.belongings__btn .btn__link::after {
  background-image: url(../img/deco_arrow-orange.svg);
}

.belongings__btn .btn__link::after {
  width: 16px;
  height: 16px;
}
@media (min-width: 390px) {
  .belongings__btn .btn__link::after {
    width: 16.64px;
  }
}
@media (min-width: 430px) {
  .belongings__btn .btn__link::after {
    width: 18.4px;
  }
}
@media (min-width: 500px) {
  .belongings__btn .btn__link::after {
    width: 21.333px;
  }
}
@media (min-width: 390px) {
  .belongings__btn .btn__link::after {
    height: 16.64px;
  }
}
@media (min-width: 430px) {
  .belongings__btn .btn__link::after {
    height: 18.4px;
  }
}
@media (min-width: 500px) {
  .belongings__btn .btn__link::after {
    height: 21.333px;
  }
}

.voice-intro {
  padding-block: 115px 59px;
}
@media (min-width: 390px) {
  .voice-intro {
    padding-block: 119.6px 61.36px;
  }
}
@media (min-width: 430px) {
  .voice-intro {
    padding-block: 132.25px 67.85px;
  }
}
@media (min-width: 500px) {
  .voice-intro {
    padding-block: 153.333px 78.667px;
  }
}

.voice-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.voice-intro__inner::after {
  position: absolute;
  content: "";
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 335px;
  aspect-ratio: 335/183;
  background: url("../img/deco_voice_cloud.webp") no-repeat center top/cover;
  z-index: -1;
}
@media (min-width: 390px) {
  .voice-intro__inner::after {
    top: -35.36px;
  }
}
@media (min-width: 430px) {
  .voice-intro__inner::after {
    top: -39.1px;
  }
}
@media (min-width: 500px) {
  .voice-intro__inner::after {
    top: -45.333px;
  }
}
@media (min-width: 390px) {
  .voice-intro__inner::after {
    max-width: 348.4px;
  }
}
@media (min-width: 430px) {
  .voice-intro__inner::after {
    max-width: 385.25px;
  }
}
@media (min-width: 500px) {
  .voice-intro__inner::after {
    max-width: 446.667px;
  }
}

.voice-intro__text {
  color: #604c40;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.5px;
  max-width: 245px;
  margin-left: 23px;
  width: 100%;
  z-index: 0;
}
@media (min-width: 390px) {
  .voice-intro__text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .voice-intro__text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .voice-intro__text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .voice-intro__text {
    letter-spacing: 1.56px;
  }
}
@media (min-width: 430px) {
  .voice-intro__text {
    letter-spacing: 1.725px;
  }
}
@media (min-width: 500px) {
  .voice-intro__text {
    letter-spacing: 2px;
  }
}
@media (min-width: 390px) {
  .voice-intro__text {
    max-width: 254.8px;
  }
}
@media (min-width: 430px) {
  .voice-intro__text {
    max-width: 281.75px;
  }
}
@media (min-width: 500px) {
  .voice-intro__text {
    max-width: 326.667px;
  }
}
@media (min-width: 390px) {
  .voice-intro__text {
    margin-left: 23.92px;
  }
}
@media (min-width: 430px) {
  .voice-intro__text {
    margin-left: 26.45px;
  }
}
@media (min-width: 500px) {
  .voice-intro__text {
    margin-left: 30.667px;
  }
}

.voice {
  padding-block: 40px;
}
@media (min-width: 390px) {
  .voice {
    padding-block: 41.6px;
  }
}
@media (min-width: 430px) {
  .voice {
    padding-block: 46px;
  }
}
@media (min-width: 500px) {
  .voice {
    padding-block: 53.333px;
  }
}

.voice__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
}
@media (min-width: 390px) {
  .voice__container {
    gap: 34.32px;
  }
}
@media (min-width: 430px) {
  .voice__container {
    gap: 37.95px;
  }
}
@media (min-width: 500px) {
  .voice__container {
    gap: 44px;
  }
}

.voice__item {
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 23px 23px;
  padding-inline: 19px 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  border: 1px solid transparent;
  background: #fffff9;
  -webkit-box-shadow: 3px 3px 7px 0 rgba(92, 92, 89, 0.2);
          box-shadow: 3px 3px 7px 0 rgba(92, 92, 89, 0.2);
  -webkit-transition: all 0.3s ease, -webkit-transform 0.3s ease;
  transition: all 0.3s ease, -webkit-transform 0.3s ease;
  transition: all 0.3s ease, transform 0.3s ease;
  transition: all 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 390px) {
  .voice__item {
    max-width: 348.4px;
  }
}
@media (min-width: 430px) {
  .voice__item {
    max-width: 385.25px;
  }
}
@media (min-width: 500px) {
  .voice__item {
    max-width: 446.667px;
  }
}
@media (min-width: 390px) {
  .voice__item {
    padding-block: 23.92px 23.92px;
  }
}
@media (min-width: 430px) {
  .voice__item {
    padding-block: 26.45px 26.45px;
  }
}
@media (min-width: 500px) {
  .voice__item {
    padding-block: 30.667px 30.667px;
  }
}
@media (min-width: 390px) {
  .voice__item {
    padding-inline: 19.76px 17.68px;
  }
}
@media (min-width: 430px) {
  .voice__item {
    padding-inline: 21.85px 19.55px;
  }
}
@media (min-width: 500px) {
  .voice__item {
    padding-inline: 25.333px 22.667px;
  }
}
@media (min-width: 390px) {
  .voice__item {
    border-radius: 24.96px;
  }
}
@media (min-width: 430px) {
  .voice__item {
    border-radius: 27.6px;
  }
}
@media (min-width: 500px) {
  .voice__item {
    border-radius: 32px;
  }
}
@media screen and (min-width: 376px) {
  .voice__item {
    -webkit-box-shadow: 3px 4px 9px 0 rgba(92, 92, 89, 0.2);
            box-shadow: 3px 4px 9px 0 rgba(92, 92, 89, 0.2);
  }
}
.voice__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f0f0f0;
}

.voice .voice__item {
  gap: 16px;
}
@media (min-width: 390px) {
  .voice .voice__item {
    gap: 16.64px;
  }
}
@media (min-width: 430px) {
  .voice .voice__item {
    gap: 18.4px;
  }
}
@media (min-width: 500px) {
  .voice .voice__item {
    gap: 21.333px;
  }
}

.voice .voice__item:nth-of-type(2) {
  padding-inline: 27px 25px;
}
@media (min-width: 390px) {
  .voice .voice__item:nth-of-type(2) {
    padding-inline: 28.08px 26px;
  }
}
@media (min-width: 430px) {
  .voice .voice__item:nth-of-type(2) {
    padding-inline: 31.05px 28.75px;
  }
}
@media (min-width: 500px) {
  .voice .voice__item:nth-of-type(2) {
    padding-inline: 36px 33.333px;
  }
}

.voice .voice__item:nth-of-type(3) .detail-btn {
  margin-top: 8px;
}
@media (min-width: 390px) {
  .voice .voice__item:nth-of-type(3) .detail-btn {
    margin-top: 8.32px;
  }
}
@media (min-width: 430px) {
  .voice .voice__item:nth-of-type(3) .detail-btn {
    margin-top: 9.2px;
  }
}
@media (min-width: 500px) {
  .voice .voice__item:nth-of-type(3) .detail-btn {
    margin-top: 10.667px;
  }
}

.voice__image {
  width: 120px;
  height: 120px;
  margin-inline: auto;
}
@media (min-width: 390px) {
  .voice__image {
    width: 124.8px;
  }
}
@media (min-width: 430px) {
  .voice__image {
    width: 138px;
  }
}
@media (min-width: 500px) {
  .voice__image {
    width: 160px;
  }
}
@media (min-width: 390px) {
  .voice__image {
    height: 124.8px;
  }
}
@media (min-width: 430px) {
  .voice__image {
    height: 138px;
  }
}
@media (min-width: 500px) {
  .voice__image {
    height: 160px;
  }
}
.voice__image img {
  width: 100%;
  height: auto;
  display: block;
}

.voice__text {
  letter-spacing: 1.6px;
}
@media (min-width: 390px) {
  .voice__text {
    letter-spacing: 1.664px;
  }
}
@media (min-width: 430px) {
  .voice__text {
    letter-spacing: 1.84px;
  }
}
@media (min-width: 500px) {
  .voice__text {
    letter-spacing: 2.133px;
  }
}

.voice-single {
  padding-block: 76px 40px;
}
@media (min-width: 390px) {
  .voice-single {
    padding-block: 79.04px 41.6px;
  }
}
@media (min-width: 430px) {
  .voice-single {
    padding-block: 87.4px 46px;
  }
}
@media (min-width: 500px) {
  .voice-single {
    padding-block: 101.333px 53.333px;
  }
}

.voice-single__img {
  aspect-ratio: 1/1;
  width: 120px;
  height: 120px;
  margin-inline: auto;
}
@media (min-width: 390px) {
  .voice-single__img {
    width: 124.8px;
  }
}
@media (min-width: 430px) {
  .voice-single__img {
    width: 138px;
  }
}
@media (min-width: 500px) {
  .voice-single__img {
    width: 160px;
  }
}
@media (min-width: 390px) {
  .voice-single__img {
    height: 124.8px;
  }
}
@media (min-width: 430px) {
  .voice-single__img {
    height: 138px;
  }
}
@media (min-width: 500px) {
  .voice-single__img {
    height: 160px;
  }
}
.voice-single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.voice-single__list {
  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: 24px;
  margin-top: 24px;
}
@media (min-width: 390px) {
  .voice-single__list {
    gap: 24.96px;
  }
}
@media (min-width: 430px) {
  .voice-single__list {
    gap: 27.6px;
  }
}
@media (min-width: 500px) {
  .voice-single__list {
    gap: 32px;
  }
}
@media (min-width: 390px) {
  .voice-single__list {
    margin-top: 24.96px;
  }
}
@media (min-width: 430px) {
  .voice-single__list {
    margin-top: 27.6px;
  }
}
@media (min-width: 500px) {
  .voice-single__list {
    margin-top: 32px;
  }
}

.voice-single__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 390px) {
  .voice-single__item {
    gap: 8.32px;
  }
}
@media (min-width: 430px) {
  .voice-single__item {
    gap: 9.2px;
  }
}
@media (min-width: 500px) {
  .voice-single__item {
    gap: 10.667px;
  }
}

.voice-single__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
@media (min-width: 390px) {
  .voice-single__label {
    gap: 4.16px;
  }
}
@media (min-width: 430px) {
  .voice-single__label {
    gap: 4.6px;
  }
}
@media (min-width: 500px) {
  .voice-single__label {
    gap: 5.333px;
  }
}

.voice-single__label::before,
.voice-single__label::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 390px) {
  .voice-single__label::before,
  .voice-single__label::after {
    width: 18.72px;
  }
}
@media (min-width: 430px) {
  .voice-single__label::before,
  .voice-single__label::after {
    width: 20.7px;
  }
}
@media (min-width: 500px) {
  .voice-single__label::before,
  .voice-single__label::after {
    width: 24px;
  }
}
@media (min-width: 390px) {
  .voice-single__label::before,
  .voice-single__label::after {
    height: 18.72px;
  }
}
@media (min-width: 430px) {
  .voice-single__label::before,
  .voice-single__label::after {
    height: 20.7px;
  }
}
@media (min-width: 500px) {
  .voice-single__label::before,
  .voice-single__label::after {
    height: 24px;
  }
}

/* カラー別 */
.voice-single__label--blue::before,
.voice-single__label--blue::after {
  background-image: url("../img/deco_dot-blue.webp");
}

.voice-single__label--green::before,
.voice-single__label--green::after {
  background-image: url("../img/deco_dot-green.webp");
}

.voice-single__label--pink::before,
.voice-single__label--pink::after {
  background-image: url("../img/deco_dot-pink.webp");
}

.voice-single__label--yellow::before,
.voice-single__label--yellow::after {
  background-image: url("../img/deco_dot-yellow.webp");
}

.voice-single__text {
  letter-spacing: 1.2px;
}
@media (min-width: 390px) {
  .voice-single__text {
    letter-spacing: 1.248px;
  }
}
@media (min-width: 430px) {
  .voice-single__text {
    letter-spacing: 1.38px;
  }
}
@media (min-width: 500px) {
  .voice-single__text {
    letter-spacing: 1.6px;
  }
}

.faq-title__text {
  font-family: "Comic Neue";
  font-size: 36px;
}
@media (min-width: 390px) {
  .faq-title__text {
    font-size: 37.44px;
  }
}
@media (min-width: 430px) {
  .faq-title__text {
    font-size: 41.4px;
  }
}
@media (min-width: 500px) {
  .faq-title__text {
    font-size: 48px;
  }
}

.faq {
  padding-block: 97px 15px;
}
@media (min-width: 390px) {
  .faq {
    padding-block: 100.88px 15.6px;
  }
}
@media (min-width: 430px) {
  .faq {
    padding-block: 111.55px 17.25px;
  }
}
@media (min-width: 500px) {
  .faq {
    padding-block: 129.333px 20px;
  }
}

.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq__item {
  padding-inline: 9px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  position: relative;
  margin-bottom: 49px;
}
@media (min-width: 390px) {
  .faq__item {
    padding-inline: 9.36px 10.4px;
  }
}
@media (min-width: 430px) {
  .faq__item {
    padding-inline: 10.35px 11.5px;
  }
}
@media (min-width: 500px) {
  .faq__item {
    padding-inline: 12px 13.333px;
  }
}
@media (min-width: 390px) {
  .faq__item {
    gap: 9.36px;
  }
}
@media (min-width: 430px) {
  .faq__item {
    gap: 10.35px;
  }
}
@media (min-width: 500px) {
  .faq__item {
    gap: 12px;
  }
}
@media (min-width: 390px) {
  .faq__item {
    margin-bottom: 50.96px;
  }
}
@media (min-width: 430px) {
  .faq__item {
    margin-bottom: 56.35px;
  }
}
@media (min-width: 500px) {
  .faq__item {
    margin-bottom: 65.333px;
  }
}

.faq__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #d9d9d9), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #d9d9d9 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
@media (min-width: 390px) {
  .faq__item::after {
    bottom: -26px;
  }
}
@media (min-width: 430px) {
  .faq__item::after {
    bottom: -28.75px;
  }
}
@media (min-width: 500px) {
  .faq__item::after {
    bottom: -33.333px;
  }
}
@media (min-width: 390px) {
  .faq__item::after {
    height: 1.04px;
  }
}
@media (min-width: 430px) {
  .faq__item::after {
    height: 1.15px;
  }
}
@media (min-width: 500px) {
  .faq__item::after {
    height: 1.333px;
  }
}
@media (min-width: 390px) {
  .faq__item::after {
    background-size: 3.12px 1.04px;
  }
}
@media (min-width: 430px) {
  .faq__item::after {
    background-size: 3.45px 1.15px;
  }
}
@media (min-width: 500px) {
  .faq__item::after {
    background-size: 4px 1.333px;
  }
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
@media (min-width: 390px) {
  .faq__question {
    gap: 9.36px;
  }
}
@media (min-width: 430px) {
  .faq__question {
    gap: 10.35px;
  }
}
@media (min-width: 500px) {
  .faq__question {
    gap: 12px;
  }
}

.faq__q {
  margin-top: 4px;
  color: #99dcf6;
  font-family: "Comic Neue";
  font-size: 20px;
  font-weight: 700;
  line-height: 80%;
}
@media (min-width: 390px) {
  .faq__q {
    margin-top: 4.16px;
  }
}
@media (min-width: 430px) {
  .faq__q {
    margin-top: 4.6px;
  }
}
@media (min-width: 500px) {
  .faq__q {
    margin-top: 5.333px;
  }
}
@media (min-width: 390px) {
  .faq__q {
    font-size: 20.8px;
  }
}
@media (min-width: 430px) {
  .faq__q {
    font-size: 23px;
  }
}
@media (min-width: 500px) {
  .faq__q {
    font-size: 26.667px;
  }
}

.faq__question-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
}
@media (min-width: 390px) {
  .faq__question-text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .faq__question-text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .faq__question-text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .faq__question-text {
    letter-spacing: 1.165px;
  }
}
@media (min-width: 430px) {
  .faq__question-text {
    letter-spacing: 1.288px;
  }
}
@media (min-width: 500px) {
  .faq__question-text {
    letter-spacing: 1.493px;
  }
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (min-width: 390px) {
  .faq__answer {
    gap: 12.48px;
  }
}
@media (min-width: 430px) {
  .faq__answer {
    gap: 13.8px;
  }
}
@media (min-width: 500px) {
  .faq__answer {
    gap: 16px;
  }
}

.faq__a {
  margin-top: 6px;
  margin-left: 3px;
  color: #fe909d;
  font-family: "Comic Neue";
  font-size: 20px;
  font-weight: 700;
  line-height: 80%;
}
@media (min-width: 390px) {
  .faq__a {
    margin-top: 6.24px;
  }
}
@media (min-width: 430px) {
  .faq__a {
    margin-top: 6.9px;
  }
}
@media (min-width: 500px) {
  .faq__a {
    margin-top: 8px;
  }
}
@media (min-width: 390px) {
  .faq__a {
    margin-left: 3.12px;
  }
}
@media (min-width: 430px) {
  .faq__a {
    margin-left: 3.45px;
  }
}
@media (min-width: 500px) {
  .faq__a {
    margin-left: 4px;
  }
}
@media (min-width: 390px) {
  .faq__a {
    font-size: 20.8px;
  }
}
@media (min-width: 430px) {
  .faq__a {
    font-size: 23px;
  }
}
@media (min-width: 500px) {
  .faq__a {
    font-size: 26.667px;
  }
}

.faq__answer-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media (min-width: 390px) {
  .faq__answer-text {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .faq__answer-text {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .faq__answer-text {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .faq__answer-text {
    letter-spacing: 0.832px;
  }
}
@media (min-width: 430px) {
  .faq__answer-text {
    letter-spacing: 0.92px;
  }
}
@media (min-width: 500px) {
  .faq__answer-text {
    letter-spacing: 1.067px;
  }
}

.faq__answer-plus {
  display: block;
  padding-left: 16px;
}
@media (min-width: 390px) {
  .faq__answer-plus {
    padding-left: 16.64px;
  }
}
@media (min-width: 430px) {
  .faq__answer-plus {
    padding-left: 18.4px;
  }
}
@media (min-width: 500px) {
  .faq__answer-plus {
    padding-left: 21.333px;
  }
}

.faq__link {
  display: inline;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 390px) {
  .faq__link {
    font-size: 14.56px;
  }
}
@media (min-width: 430px) {
  .faq__link {
    font-size: 16.1px;
  }
}
@media (min-width: 500px) {
  .faq__link {
    font-size: 18.667px;
  }
}
@media (min-width: 390px) {
  .faq__link {
    letter-spacing: 1.165px;
  }
}
@media (min-width: 430px) {
  .faq__link {
    letter-spacing: 1.288px;
  }
}
@media (min-width: 500px) {
  .faq__link {
    letter-spacing: 1.493px;
  }
}

.faq__link:hover {
  color: #fe909d;
}