@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
}

/* vwへの計算式 */
/* remへの計算式 */
/* clampへの計算式 */
/* 縁取りを自動生成する計算式 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements default styles */
a {
  text-decoration: none;
  color: inherit;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

picture,
img,
a,
span {
  display: inline-block;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

.l-access {
  background-color: #BCEBEF;
  padding-block: 60px 1px;
  padding-block: 3.75rem 1px;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .l-access {
    padding-top: 9.625rem;
  }
}

.l-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-access__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11.9375rem;
  }
}

.l-access__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-width: 0.3125rem;
  -webkit-text-stroke-color: #FFF;
  paint-order: stroke;
  text-align: center;
  color: #37C5D1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: normal;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-access__heading {
    font-size: 1.625rem;
    margin-inline: 0;
  }
}
.l-access__heading .--small {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-access__heading .--small {
    font-size: 1.3125rem;
  }
}

.l-access__text-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .l-access__text-wrapper {
    margin: 1.5rem 0 0;
  }
}

.l-access__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-access__text {
    font-size: 1rem;
  }
}
.l-access__text.--02 {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.l-access__text.--03 {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.l-access__text .--link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  text-decoration: underline;
}
.l-access__text .--link::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  width: 0.8125rem;
  aspect-ratio: 1/1;
  background: url(../images/common/external-link-icon.webp) center/contain no-repeat;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.l-access__map {
  width: 100%;
  height: 280px;
  height: 17.5rem;
}
@media screen and (min-width: 768px) {
  .l-access__map {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 33.5rem;
    height: 20.5625rem;
  }
}
.l-access__map iframe {
  width: 100%;
  height: 100%;
  border: 3px solid #37C5D1;
  border: 0.1875rem solid #37C5D1;
  border-radius: 1rem;
}

.l-case {
  padding-block: 60px 100px;
  padding-block: 3.75rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-case {
    padding-block: 8.125rem 19.1875rem;
  }
}
.l-case:has(+ .l-page-benefits) {
  padding-block: 100px 20px;
  padding-block: 6.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-case:has(+ .l-page-benefits) {
    padding-block: 14.125rem 5.6875rem;
  }
}
.l-case:has(.l-case__swiper.is-limited) .l-case__swiper-bottom {
  display: none;
}

.l-case__title {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-case__title {
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-case__swiper {
    margin-right: max((100% - 100vw) / 2, -12.5rem);
    padding-right: min((100vw - 100%) / 2, 12.5rem);
  }
}
.l-case__swiper.is-limited .swiper-wrapper {
  display: grid;
  gap: 34px;
  gap: 2.125rem;
}
@media screen and (min-width: 768px) {
  .l-case__swiper.is-limited .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-case__swiper.is-limited .l-case__swiper-slide {
  width: 100%;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-case__swiper.is-limited .l-case__swiper-slide {
    max-width: 31.4375rem;
  }
}

.l-case__swiper-slide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-case__swiper-slide {
    width: 37.5rem;
  }
}

.l-case__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 32px;
  padding: 2.5rem 2rem;
  -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: 20px;
  gap: 1.25rem;
  border-radius: 1rem;
  background: #E4FAFC;
}
@media screen and (min-width: 768px) {
  .l-case__card {
    padding: 2.5rem 3.5rem;
  }
}

.l-case__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  gap: 1.875rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-case__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-case__image-before {
  position: relative;
}
.l-case__image-before img {
  border-radius: 0.9375rem;
}
.l-case__image-before::after {
  position: absolute;
  content: "";
  top: -20px;
  top: -1.25rem;
  left: -21px;
  left: -1.3125rem;
  width: 61px;
  width: 3.8125rem;
  height: 61px;
  height: 3.8125rem;
  background: url(../images/common/case-before.webp) center/contain no-repeat;
}

.l-case__image-after {
  position: relative;
}
.l-case__image-after img {
  border-radius: 0.9375rem;
}
.l-case__image-after::after {
  position: absolute;
  content: "";
  top: -20px;
  top: -1.25rem;
  left: -21px;
  left: -1.3125rem;
  width: 61px;
  width: 3.8125rem;
  height: 61px;
  height: 3.8125rem;
  background: url(../images/common/case-after.webp) center/contain no-repeat;
}

.l-case__box {
  border-radius: 0.75rem;
  background: url(../images/common/case-bg01.webp) center/cover no-repeat;
  width: 100%;
}
.l-case__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
  -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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  gap: 0.75rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 768px) {
  .l-case__info {
    padding: 1.75rem 1.5rem;
  }
}

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

.l-case__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 18px 4px 18px;
  padding: 0.125rem 1.125rem 0.25rem 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.125rem;
  background: #37C5D1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-case__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/* 位置のreset */
.l-case__swiper-button-prev,
.l-case__swiper-button-next,
.l-case__swiper-pagination.swiper-pagination-horizontal {
  position: relative; /* ポイント！！ */
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

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

/* 各ボタンのカスタマイズ */
.l-case__swiper-button-prev,
.l-case__swiper-button-next {
  bottom: calc(100% + 1.25rem);
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
}

.l-case__swiper-button-prev {
  right: 0;
}

.l-case__swiper-button-next {
  right: 0;
}

/* それぞれのページネーション */
.l-case__swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  width: 2.5rem;
  height: 2px;
  height: 0.125rem;
  border-radius: 0;
  background: #898989;
  -webkit-transition: background 0.4s, height 0.4s;
  transition: background 0.4s, height 0.4s;
}
@media screen and (min-width: 768px) {
  .l-case__swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 5rem;
  }
}
.l-case__swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}

/* activeな部分 */
.l-case__swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #585858;
  width: 40px;
  width: 2.5rem;
  height: 3px;
  height: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .l-case__swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    width: 5rem;
  }
}

.swiper-horizontal > .l-case__swiper-pagination .swiper-pagination-bullet, .swiper-pagination-horizontal.l-case__swiper-pagination .swiper-pagination-bullet {
  margin: 0 0;
}

.swiper-horizontal > .l-case__swiper-pagination, .l-case__swiper-pagination.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  translate: 0 -50%;
}

.l-case__swiper-bottom {
  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;
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-case__swiper-bottom {
    margin-top: 2.5rem;
  }
}

.l-cta {
  position: relative;
  background-color: #BCEBEF;
  padding-block: 60px 1px;
  padding-block: 3.75rem 1px;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding-top: 7.9375rem;
  }
}

.l-cta__box {
  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: 20px;
  gap: 1.25rem;
  border-radius: 2rem;
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-cta__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.5625rem;
    padding: 3.5rem 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-cta__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.5rem;
  }
}

.l-cta__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-cta__text {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-cta__button-wrapper {
    width: 100%;
  }
}

.l-cta__button {
  width: min(319px, 100%);
  width: min(19.9375rem, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  gap: 0.5rem;
  border: 2px solid #37C5D1;
  border-radius: 2.6875rem;
  background-color: #37C5D1;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  padding: 14px 34px;
  padding: 0.875rem 2.125rem;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-cta__button {
    padding-inline: 2.875rem;
  }
}
.l-cta__button + .l-cta__button {
  margin-top: 18px;
  margin-top: 1.125rem;
}
.l-cta__button::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21px;
  width: 1.3125rem;
  aspect-ratio: 1/1;
  background: url(../images/common/button-icon.webp) center/contain no-repeat;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media (any-hover: hover) {
  .l-cta__button:hover {
    opacity: 1;
    background-color: #fff;
    color: #37C5D1;
  }
}

.l-drawer-button {
  position: fixed;
  z-index: 102;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  width: 54px;
  width: 3.375rem;
  height: 54px;
  height: 3.375rem;
  background-color: #fff;
  border-radius: 1.9375rem;
  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;
  gap: 0.25rem;
  padding: 20px 17px;
  padding: 1.25rem 1.0625rem;
}
@media screen and (min-width: 768px) {
  .l-drawer-button {
    display: none;
  }
}
.l-drawer-button.is-open {
  background-color: #37C5D1;
}
.l-drawer-button.is-open .l-drawer-button__bar:nth-child(1) {
  rotate: 45deg;
  translate: 0 5px;
  translate: 0 0.3125rem;
  background-color: #fff;
}
.l-drawer-button.is-open .l-drawer-button__bar:nth-child(2) {
  opacity: 0;
}
.l-drawer-button.is-open .l-drawer-button__bar:nth-child(3) {
  rotate: -45deg;
  translate: 0 -7px;
  translate: 0 -0.4375rem;
  background-color: #fff;
}

.l-drawer-button__bar {
  width: 20px;
  width: 1.25rem;
  height: 2.5px;
  height: 0.15625rem;
  border-radius: 1rem;
  background: #37C5D1;
  -webkit-transition: translate 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: translate 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.l-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .32);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 表示状態 */
.l-drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* ======================
 ドロワー
====================== */
.l-drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 279px;
  width: 17.4375rem;
  height: 100dvh;
  z-index: 101;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .l-drawer-menu {
    display: none;
  }
}
.l-drawer-menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawer-menu__content {
  background: #fff;
  padding: 90px 40px 40px;
  padding: 5.625rem 2.5rem 2.5rem;
  height: 574px;
  height: 35.875rem;
  border-radius: 0 0 0 2rem;
  width: 100%;
}

/* ======================
 メニュー
====================== */
.l-drawer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-bottom: 20px;
}

/* 共通リンク */
.l-drawer-menu__link {
  display: block;
  width: 100%;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  line-height: normal;
}

/* ======================
 アコーディオン
====================== */
.l-drawer-menu__accordion {
  width: 100%;
}

/* ボタン */
.l-drawer-menu__accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.js-accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: rotate 0.4s ease;
  transition: rotate 0.4s ease;
}
.js-accordion-toggle.is-open .l-drawer-menu__accordion-icon {
  rotate: 180deg;
}

.l-drawer-menu__accordion-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  width: 0.9375rem;
  aspect-ratio: 1/1;
  -webkit-transition: rotate 0.4s ease;
  transition: rotate 0.4s ease;
}

/* 開いたとき */
.l-drawer-menu__accordion.is-open .l-drawer-menu__accordion-icon {
  rotate: 180deg;
}

.l-drawer-menu__accordion-text {
  position: relative;
  display: block;
  padding-right: 20px;
  padding-right: 1.25rem;
}

/* ======================
 中身
====================== */
.l-drawer-menu__accordion-content {
  display: none;
  overflow: hidden;
}

/* 開いたとき */
.l-drawer-menu__accordion-item {
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.l-drawer-menu__accordion-link {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
.l-drawer-menu__accordion-link::before {
  content: "";
  display: block;
  width: 10px;
  width: 0.625rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ======================
 予約ボタン
====================== */
.l-drawer-menu__reserve {
  display: block;
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  text-align: center;
  padding: 12px;
  padding: 0.75rem;
  border-radius: 2.1875rem;
  background: #37C5D1;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

/* ======================
 スクロールロック
====================== */
body.is-drawer-open {
  overflow: hidden;
}

.l-first-box {
  border-radius: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, .13);
          box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, .13);
}

.l-first-box__title {
  color: #37C5D1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  background-color: #F4F85B;
  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;
  border-radius: 1rem 1rem 0 0;
  padding: 23px 16px;
  padding: 1.4375rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-first-box__title {
    font-size: 1.75rem;
  }
}

.l-first-box__body {
  padding: 20px 16px 32px;
  padding: 1.25rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .l-first-box__body {
    padding: 1.8125rem 3.6875rem 2.8125rem;
  }
}
.l-first-box__body.--column {
  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;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-first-box__body.--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.0625rem;
  }
}

.l-first-box__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-first-box__text {
    font-size: 1.125rem;
  }
}

.l-first-box__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
}
.l-first-box__list-text::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21px;
  width: 1.3125rem;
  aspect-ratio: 1/1;
  background: url(../images/common/check-icon.webp) center/contain no-repeat;
}
.l-first-box__list-text + .l-first-box__list-text {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.l-first-box__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(376px, 100%);
  width: min(23.5rem, 100%);
}
.l-first-box__image img {
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-first-box__image img {
    border-radius: 2rem;
  }
}

.l-first-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
.l-first-box__content .l-first-box__list-text + .l-first-box__list-text {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.l-footer {
  background-color: #BCEBEF;
  padding-block: 52px 40px;
  padding-block: 3.25rem 2.5rem;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-block: 6.25rem 6.9375rem;
  }
}

.l-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5625rem;
  }
}

.l-footer__nav-link {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  padding-block: 8px;
  padding-block: 0.5rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .l-footer__nav-link:hover {
    opacity: 1;
    color: #37C5D1;
  }
}

.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    text-align: right;
    margin-top: 1.5625rem;
  }
}

.l-header {
  position: fixed;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 5.3125rem;
    right: unset;
    left: 50%;
    translate: -50% 0;
  }
}

.l-header__inner {
  min-width: 1040px;
  min-width: 65rem;
  margin-inline: 200px;
  margin-inline: 12.5rem;
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
    border-radius: 1.9375rem;
    background: #FFF;
    padding: 0.625rem 1.75rem;
  }
}

.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__item {
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}

.l-header__toggle {
  position: relative;
}

.l-header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .l-header__link:hover {
    opacity: 1;
    color: #37C5D1;
  }
}

.l-header__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  width: 0.9375rem;
  aspect-ratio: 1/1;
  -webkit-transition: rotate 0.4s ease;
  transition: rotate 0.4s ease;
}

.js-dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: rotate 0.4s ease;
  transition: rotate 0.4s ease;
}
.js-dropdown-toggle.is-open .l-header__icon {
  rotate: 180deg;
}

.l-header__toggle-sub {
  position: absolute;
  width: 208px;
  width: 13rem;
  top: 41px;
  top: 2.5625rem;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  -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: 10px;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: rgba(55, 197, 209, .77);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, translate 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, translate 0.4s ease;
}
.l-header__toggle-sub.is-open {
  opacity: 1;
  visibility: visible;
  translate: -50% 0;
}

.l-header__toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0 3px 0;
  padding: 0.125rem 0 0.1875rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  border-radius: 28px;
  background: #fff;
  width: 176px;
  width: 11rem;
  height: 30px;
  height: 1.875rem;
}

.l-header__text {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.l-header__toggle-link {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .l-header__toggle-link:hover {
    opacity: 1;
    color: #37C5D1;
  }
}

.l-hero {
  position: relative;
  background: url(../images/common/hero-bg.webp) center/cover no-repeat;
  padding-block: 21.3333333333vw 42.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-hero {
    padding-block: 16.1111111111vw 16.3888888889vw;
  }
}
.l-hero::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  aspect-ratio: 1440/363;
  background: url(../images/common/section-bg-01.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-hero::before {
    width: 100vw;
  }
}

.l-hero__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-hero__heading--ja {
  text-shadow: 1.3333vw 0vw 0 #fff, 1.3077vw 0.2601vw 0 #fff, 1.2318vw 0.5102vw 0 #fff, 1.1086vw 0.7408vw 0 #fff, 0.9428vw 0.9428vw 0 #fff, 0.7408vw 1.1086vw 0 #fff, 0.5102vw 1.2318vw 0 #fff, 0.2601vw 1.3077vw 0 #fff, 0vw 1.3333vw 0 #fff, -0.2601vw 1.3077vw 0 #fff, -0.5102vw 1.2318vw 0 #fff, -0.7408vw 1.1086vw 0 #fff, -0.9428vw 0.9428vw 0 #fff, -1.1086vw 0.7408vw 0 #fff, -1.2318vw 0.5102vw 0 #fff, -1.3077vw 0.2601vw 0 #fff, -1.3333vw 0vw 0 #fff, -1.3077vw -0.2601vw 0 #fff, -1.2318vw -0.5102vw 0 #fff, -1.1086vw -0.7408vw 0 #fff, -0.9428vw -0.9428vw 0 #fff, -0.7408vw -1.1086vw 0 #fff, -0.5102vw -1.2318vw 0 #fff, -0.2601vw -1.3077vw 0 #fff, 0vw -1.3333vw 0 #fff, 0.2601vw -1.3077vw 0 #fff, 0.5102vw -1.2318vw 0 #fff, 0.7408vw -1.1086vw 0 #fff, 0.9428vw -0.9428vw 0 #fff, 1.1086vw -0.7408vw 0 #fff, 1.2318vw -0.5102vw 0 #fff, 1.3077vw -0.2601vw 0 #fff;
  color: #37C5D1;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-hero__heading--ja {
    text-shadow: 0.3125rem 0rem 0 #fff, 0.3065rem 0.061rem 0 #fff, 0.2887rem 0.1196rem 0 #fff, 0.2598rem 0.1736rem 0 #fff, 0.221rem 0.221rem 0 #fff, 0.1736rem 0.2598rem 0 #fff, 0.1196rem 0.2887rem 0 #fff, 0.061rem 0.3065rem 0 #fff, 0rem 0.3125rem 0 #fff, -0.061rem 0.3065rem 0 #fff, -0.1196rem 0.2887rem 0 #fff, -0.1736rem 0.2598rem 0 #fff, -0.221rem 0.221rem 0 #fff, -0.2598rem 0.1736rem 0 #fff, -0.2887rem 0.1196rem 0 #fff, -0.3065rem 0.061rem 0 #fff, -0.3125rem 0rem 0 #fff, -0.3065rem -0.061rem 0 #fff, -0.2887rem -0.1196rem 0 #fff, -0.2598rem -0.1736rem 0 #fff, -0.221rem -0.221rem 0 #fff, -0.1736rem -0.2598rem 0 #fff, -0.1196rem -0.2887rem 0 #fff, -0.061rem -0.3065rem 0 #fff, 0rem -0.3125rem 0 #fff, 0.061rem -0.3065rem 0 #fff, 0.1196rem -0.2887rem 0 #fff, 0.1736rem -0.2598rem 0 #fff, 0.221rem -0.221rem 0 #fff, 0.2598rem -0.1736rem 0 #fff, 0.2887rem -0.1196rem 0 #fff, 0.3065rem -0.061rem 0 #fff;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-hero__heading--ja {
    text-shadow: 0.3472vw 0vw 0 #fff, 0.3406vw 0.0677vw 0 #fff, 0.3208vw 0.1329vw 0 #fff, 0.2887vw 0.1929vw 0 #fff, 0.2455vw 0.2455vw 0 #fff, 0.1929vw 0.2887vw 0 #fff, 0.1329vw 0.3208vw 0 #fff, 0.0677vw 0.3406vw 0 #fff, 0vw 0.3472vw 0 #fff, -0.0677vw 0.3406vw 0 #fff, -0.1329vw 0.3208vw 0 #fff, -0.1929vw 0.2887vw 0 #fff, -0.2455vw 0.2455vw 0 #fff, -0.2887vw 0.1929vw 0 #fff, -0.3208vw 0.1329vw 0 #fff, -0.3406vw 0.0677vw 0 #fff, -0.3472vw 0vw 0 #fff, -0.3406vw -0.0677vw 0 #fff, -0.3208vw -0.1329vw 0 #fff, -0.2887vw -0.1929vw 0 #fff, -0.2455vw -0.2455vw 0 #fff, -0.1929vw -0.2887vw 0 #fff, -0.1329vw -0.3208vw 0 #fff, -0.0677vw -0.3406vw 0 #fff, 0vw -0.3472vw 0 #fff, 0.0677vw -0.3406vw 0 #fff, 0.1329vw -0.3208vw 0 #fff, 0.1929vw -0.2887vw 0 #fff, 0.2455vw -0.2455vw 0 #fff, 0.2887vw -0.1929vw 0 #fff, 0.3208vw -0.1329vw 0 #fff, 0.3406vw -0.0677vw 0 #fff;
    font-size: 2.2222222222vw;
  }
}

.l-hero__heading--en {
  text-shadow: 0.8vw 0vw 0 #fff, 0.7846vw 0.1561vw 0 #fff, 0.7391vw 0.3061vw 0 #fff, 0.6652vw 0.4445vw 0 #fff, 0.5657vw 0.5657vw 0 #fff, 0.4445vw 0.6652vw 0 #fff, 0.3061vw 0.7391vw 0 #fff, 0.1561vw 0.7846vw 0 #fff, 0vw 0.8vw 0 #fff, -0.1561vw 0.7846vw 0 #fff, -0.3061vw 0.7391vw 0 #fff, -0.4445vw 0.6652vw 0 #fff, -0.5657vw 0.5657vw 0 #fff, -0.6652vw 0.4445vw 0 #fff, -0.7391vw 0.3061vw 0 #fff, -0.7846vw 0.1561vw 0 #fff, -0.8vw 0vw 0 #fff, -0.7846vw -0.1561vw 0 #fff, -0.7391vw -0.3061vw 0 #fff, -0.6652vw -0.4445vw 0 #fff, -0.5657vw -0.5657vw 0 #fff, -0.4445vw -0.6652vw 0 #fff, -0.3061vw -0.7391vw 0 #fff, -0.1561vw -0.7846vw 0 #fff, 0vw -0.8vw 0 #fff, 0.1561vw -0.7846vw 0 #fff, 0.3061vw -0.7391vw 0 #fff, 0.4445vw -0.6652vw 0 #fff, 0.5657vw -0.5657vw 0 #fff, 0.6652vw -0.4445vw 0 #fff, 0.7391vw -0.3061vw 0 #fff, 0.7846vw -0.1561vw 0 #fff;
  color: #37C5D1;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-hero__heading--en {
    text-shadow: 0.1875rem 0rem 0 #fff, 0.1839rem 0.0366rem 0 #fff, 0.1732rem 0.0718rem 0 #fff, 0.1559rem 0.1042rem 0 #fff, 0.1326rem 0.1326rem 0 #fff, 0.1042rem 0.1559rem 0 #fff, 0.0718rem 0.1732rem 0 #fff, 0.0366rem 0.1839rem 0 #fff, 0rem 0.1875rem 0 #fff, -0.0366rem 0.1839rem 0 #fff, -0.0718rem 0.1732rem 0 #fff, -0.1042rem 0.1559rem 0 #fff, -0.1326rem 0.1326rem 0 #fff, -0.1559rem 0.1042rem 0 #fff, -0.1732rem 0.0718rem 0 #fff, -0.1839rem 0.0366rem 0 #fff, -0.1875rem 0rem 0 #fff, -0.1839rem -0.0366rem 0 #fff, -0.1732rem -0.0718rem 0 #fff, -0.1559rem -0.1042rem 0 #fff, -0.1326rem -0.1326rem 0 #fff, -0.1042rem -0.1559rem 0 #fff, -0.0718rem -0.1732rem 0 #fff, -0.0366rem -0.1839rem 0 #fff, 0rem -0.1875rem 0 #fff, 0.0366rem -0.1839rem 0 #fff, 0.0718rem -0.1732rem 0 #fff, 0.1042rem -0.1559rem 0 #fff, 0.1326rem -0.1326rem 0 #fff, 0.1559rem -0.1042rem 0 #fff, 0.1732rem -0.0718rem 0 #fff, 0.1839rem -0.0366rem 0 #fff;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-hero__heading--en {
    text-shadow: 0.2083vw 0vw 0 #fff, 0.2043vw 0.0406vw 0 #fff, 0.1925vw 0.0797vw 0 #fff, 0.1732vw 0.1157vw 0 #fff, 0.1473vw 0.1473vw 0 #fff, 0.1157vw 0.1732vw 0 #fff, 0.0797vw 0.1925vw 0 #fff, 0.0406vw 0.2043vw 0 #fff, 0vw 0.2083vw 0 #fff, -0.0406vw 0.2043vw 0 #fff, -0.0797vw 0.1925vw 0 #fff, -0.1157vw 0.1732vw 0 #fff, -0.1473vw 0.1473vw 0 #fff, -0.1732vw 0.1157vw 0 #fff, -0.1925vw 0.0797vw 0 #fff, -0.2043vw 0.0406vw 0 #fff, -0.2083vw 0vw 0 #fff, -0.2043vw -0.0406vw 0 #fff, -0.1925vw -0.0797vw 0 #fff, -0.1732vw -0.1157vw 0 #fff, -0.1473vw -0.1473vw 0 #fff, -0.1157vw -0.1732vw 0 #fff, -0.0797vw -0.1925vw 0 #fff, -0.0406vw -0.2043vw 0 #fff, 0vw -0.2083vw 0 #fff, 0.0406vw -0.2043vw 0 #fff, 0.0797vw -0.1925vw 0 #fff, 0.1157vw -0.1732vw 0 #fff, 0.1473vw -0.1473vw 0 #fff, 0.1732vw -0.1157vw 0 #fff, 0.1925vw -0.0797vw 0 #fff, 0.2043vw -0.0406vw 0 #fff;
    font-size: 1.25vw;
  }
}

.l-hero__image-wrapper {
  position: absolute;
  bottom: 3.2vw;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-hero__image-wrapper {
    bottom: 2.1527777778vw;
    gap: 21.5277777778vw;
  }
}

.l-hero__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-hero__image.--01 {
  width: 22.1333333333vw;
}
@media screen and (min-width: 768px) {
  .l-hero__image.--01 {
    width: 8.1944444444vw;
  }
}
.l-hero__image.--02 {
  width: 21.6vw;
}
@media screen and (min-width: 768px) {
  .l-hero__image.--02 {
    width: 8.0555555556vw;
  }
}

.l-inner {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 68.125rem;
    padding-inline: 1.5625rem;
  }
}

.l-page-about {
  background-color: #fff;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-page-about {
    padding-top: 6.5625rem;
  }
}

.l-page-about__inner {
  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;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-page-about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.875rem;
  }
}

@media screen and (min-width: 768px) {
  .l-page-about__content {
    width: 33.625rem;
  }
}

.l-page-about__heading {
  position: relative;
}
.l-page-about__heading::before {
  content: "";
  position: absolute;
  top: -56px;
  top: -3.5rem;
  left: -12px;
  left: -0.75rem;
  width: 68px;
  width: 4.25rem;
  aspect-ratio: 93/85;
  background: url(../images/common/question-icon.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-page-about__heading::before {
    top: -4.125rem;
    left: -1.75rem;
    width: 5.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-page-about__heading::before {
    top: calc(0.21875rem * 1rem);
    left: -3.25rem;
    width: 5.8125rem;
  }
}

.l-page-about__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-page-about__text {
    margin-top: 2rem;
  }
}

.l-page-about__image {
  width: min(453px, 100%);
  width: min(28.3125rem, 100%);
}
@media screen and (min-width: 768px) {
  .l-page-about__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 28.125rem;
    margin-right: -0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .l-page-about__image img {
    margin-top: -4.5rem;
  }
}

.l-page-benefits {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-page-benefits {
    padding-top: 8.125rem;
  }
}

.l-page-benefits__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-page-benefits__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-page-benefits__inner.--01 {
    gap: 10.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .l-page-benefits__inner.--02 {
    gap: 6.875rem;
  }
}
@media screen and (min-width: 768px) {
  .l-page-benefits__inner.--03 {
    gap: 4.6875rem;
  }
}

.l-page-benefits__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page-benefits__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 34.4375rem;
  }
}

.l-page-benefits__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-page-benefits__text {
    margin-top: 1.5rem;
  }
}
.l-page-benefits__text + .l-page-benefits__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-page-benefits__text + .l-page-benefits__text {
    margin-top: 2rem;
  }
}

.l-page-recommend {
  background-color: #fff;
  padding-block: 40px 120px;
  padding-block: 2.5rem 7.5rem;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .l-page-recommend {
    padding-block: 7.875rem 18.4375rem;
  }
}

.l-page-recommend__heading {
  width: 325px;
  width: 20.3125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-page-recommend__heading {
    width: 27.8125rem;
  }
}

.l-page-recommend__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;
  gap: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-page-recommend__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.9375rem;
    margin-top: 3.625rem;
  }
}

.l-page-recommend__item {
  width: 100%;
  height: 176px;
  height: 11rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background-color: #37C5D1;
  -webkit-box-shadow: 0.34375rem 0.34375rem 0 0 #F4F85B;
          box-shadow: 0.34375rem 0.34375rem 0 0 #F4F85B;
  padding-inline: 10px;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-page-recommend__item {
    width: 20.375rem;
  }
}

.l-page-recommend__text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-page-recommend__text {
    font-size: 1.125rem;
  }
}

.l-related {
  padding-block: 60px 120px;
  padding-block: 3.75rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-related {
    padding-block: 8.125rem 15.8125rem;
  }
}

.l-related__list {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-related__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3.5rem;
  }
}

.l-related__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  border-radius: 1.25rem;
  background-color: #BCEBEF;
  padding: 36px 10px;
  padding: 2.25rem 0.625rem;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  z-index: 1;
}
@media (any-hover: hover) {
  .l-related__item:hover {
    opacity: 1;
    background-color: #CDEBED;
  }
  .l-related__item:hover .l-related__image {
    scale: 1.05;
  }
  .l-related__item:hover .l-related__text {
    color: #37C5D1;
  }
}

.l-related__image {
  width: 127px;
  width: 7.9375rem;
  -webkit-transition: scale 0.6s;
  transition: scale 0.6s;
}

.l-related__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-related__text {
    font-size: 1.25rem;
  }
}
.l-related__text::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(../images/common/link-icon.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-related__text::after {
    width: 1.25rem;
  }
}

.l-section-blue {
  background-color: #E4FAFC;
  padding-block: 60px 120px;
  padding-block: 3.75rem 7.5rem;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .l-section-blue {
    padding-block: 10.5625rem 16.1875rem;
  }
}

.l-section-blue__heading {
  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: 7px;
  gap: 0.4375rem;
  text-align: center;
}
.l-section-blue__heading::before, .l-section-blue__heading::after {
  content: "";
  width: 16px;
  width: 1rem;
  aspect-ratio: 21/34;
}
@media screen and (min-width: 768px) {
  .l-section-blue__heading::before, .l-section-blue__heading::after {
    width: 1.3125rem;
  }
}
.l-section-blue__heading::before {
  background: url(../images/common/heading-icon-l.webp) center/contain no-repeat;
}
.l-section-blue__heading::after {
  background: url(../images/common/heading-icon-r.webp) center/contain no-repeat;
}

.l-section-blue__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-section-blue__list {
    margin-top: 3.5rem;
  }
}

.l-section-blue__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: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-section-blue__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(5rem, -1.6727941176rem + 9.7058823529vw, 7.0625rem);
  }
}
@media screen and (min-width: 768px) {
  .l-section-blue__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5.25rem;
  }
}
@media screen and (min-width: 768px) {
  .l-section-blue__item:nth-of-type(even) .l-section-blue__item-content {
    width: unset;
  }
}
.l-section-blue__item + .l-section-blue__item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-section-blue__item + .l-section-blue__item {
    margin-top: 3rem;
  }
}

.l-section-blue__item-image {
  position: relative;
  padding: 40px 0 0 32px;
  padding: 2.5rem 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-section-blue__item-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32.625rem;
    padding: 3.3125rem 0 7.6875rem;
  }
}
.l-section-blue__item-image > img {
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-section-blue__item-image > img {
    border-radius: 2.125rem;
  }
}
.l-section-blue__item-image.--page {
  padding: 40px 0 0 32px;
  padding: 2.5rem 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-section-blue__item-image.--page {
    padding: 3.3125rem 0 3.8125rem;
  }
}

.l-section-blue__item-number {
  position: absolute;
  top: 0;
  left: -16px;
  left: -1rem;
  width: 120px;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-section-blue__item-number {
    left: -3.25rem;
    width: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .l-section-blue__item-content {
    width: 25.3125rem;
  }
}

.l-section-blue__item-text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-section-blue__item-text {
    margin-top: 1.4375rem;
  }
}

.l-section-blue__item-button {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .l-section-blue__item-button {
    margin: 2.25rem 0 0;
  }
}

.l-section--01 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.l-section--01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 768px;
  width: 48rem;
  aspect-ratio: 1440/240;
  background: url(../images/common/section-bg-02.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-section--01::before {
    width: 90rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-section--01::before {
    width: 100vw;
  }
}

.l-section--02 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.l-section--02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 768px;
  width: 48rem;
  aspect-ratio: 1440/227;
  background: url(../images/common/section-bg-04.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-section--02::before {
    width: 90rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-section--02::before {
    width: 100vw;
  }
}

.l-section--white {
  background: url(../images/common/section-bg-03-sp.webp) center top no-repeat;
  background-size: 48rem;
  margin-top: -64px;
  margin-top: -4rem;
}
@media screen and (min-width: 768px) {
  .l-section--white {
    background-image: url(../images/common/section-bg-03.webp);
    background-size: 90rem;
    margin-top: -7.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-section--white {
    background-size: 100%;
    margin-top: -8.6111111111vw;
  }
}

.c-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 58px;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  border: 2px solid #37C5D1;
  border-radius: 2.6875rem;
  background-color: #37C5D1;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  padding-inline: 46px;
  padding-inline: 2.875rem;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.c-button::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21px;
  width: 1.3125rem;
  aspect-ratio: 1/1;
  background: url(../images/common/button-icon.webp) center/contain no-repeat;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media (any-hover: hover) {
  .c-button:hover {
    opacity: 1;
    background-color: #fff;
    color: #37C5D1;
  }
}

.c-button__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  border: 2px solid #37C5D1;
  border-radius: 2.1875rem;
  background-color: #37C5D1;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .c-button__header:hover {
    opacity: 1;
    background-color: #fff;
    color: #37C5D1;
  }
}

.c-follow-button {
  position: fixed;
  bottom: 48px;
  bottom: 3rem;
  right: 12px;
  right: 0.75rem;
  width: 125px;
  width: 7.8125rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: translate 0.6s, visibility 0.4s, opacity 0.4s;
  transition: translate 0.6s, visibility 0.4s, opacity 0.4s;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c-follow-button {
    bottom: 3rem;
    right: 5.7638888889vw;
    width: 13.5rem;
  }
}
.c-follow-button.is-active {
  visibility: visible;
  opacity: 1;
}
@media (any-hover: hover) {
  .c-follow-button:hover {
    opacity: 1;
    translate: 0 -0.75rem;
  }
}

.c-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 1rem;
  }
}
.c-text.--small {
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-text.--large {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-text.--large {
    font-size: 1.125rem;
  }
}

.c-title {
  color: #37C5D1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-title.--small {
    font-size: 1.625rem;
  }
}
.c-title.--large {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-title.--large {
    font-size: 1.875rem;
  }
}
.c-title.--xl {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-title.--xl {
    font-size: 2rem;
  }
}
.c-title.--accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  gap: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-title.--accent::before {
  content: "";
  width: 43px;
  width: 2.6875rem;
  height: 10px;
  height: 0.625rem;
  background: url(../images/common/case-title-icon.webp) center/contain no-repeat;
}
.c-title.--accent::after {
  content: "";
  width: 43px;
  width: 2.6875rem;
  height: 10px;
  height: 0.625rem;
  background: url(../images/common/case-title-icon.webp) center/contain no-repeat;
}

.p-first-about {
  padding-block: 60px 120px;
  padding-block: 3.75rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-first-about {
    padding-block: 9.875rem 21.9375rem;
  }
}

.p-first-about__text {
  padding-block: 16px 32px;
  padding-block: 1rem 2rem;
  color: #333;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-first-about__text {
    padding-bottom: 2.5rem;
    font-size: 1.125rem;
  }
}

.p-first-about__image {
  width: min(610px, 100%);
  width: min(38.125rem, 100%);
  margin-inline: auto;
}
.p-first-about__image img {
  border-radius: 2.0625rem;
}

.p-first-about__box {
  margin-block: 40px;
  margin-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-first-about__box {
    margin-block: 5rem;
  }
}

.p-first-about__items {
  display: grid;
  grid-template-columns: 1fr 2.5rem 1fr;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-first-about__items {
    grid-template-columns: 29.75rem 4rem 29.75rem;
    gap: 0.75rem;
  }
}

.p-first-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  height: 10rem;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #E4FAFC;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-first-about__item {
    height: 12.5rem;
    padding: 1.5rem 1.25rem;
    font-size: max(0.9375rem, 14px);
  }
}
.p-first-about__item:first-child {
  height: 60px;
  height: 3.75rem;
  color: #fff;
  line-height: 1.5;
  background: #E4FAFC;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-first-about__item:first-child {
    height: 4.6875rem;
    font-size: max(1.125rem, 16px);
  }
}
.p-first-about__item:nth-child(2) {
  height: unset;
  background: transparent;
}
.p-first-about__item:nth-child(3) {
  height: 60px;
  height: 3.75rem;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background: #37C5D1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-first-about__item:nth-child(3) {
    font-size: max(1.125rem, 16px);
    height: 4.6875rem;
  }
}
.p-first-about__item:nth-child(3n+5) {
  background: #37C5D1;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-first-about__item:nth-child(3n+5) {
    font-size: max(1.125rem, 16px);
  }
}
.p-first-about__item:nth-child(3n+6) {
  background: #fff;
  color: #37C5D1;
  border: 1px solid #37C5D1;
  border: 0.0625rem solid #37C5D1;
}

.p-first-flow {
  background-color: #E4FAFC;
  padding-block: 60px 120px;
  padding-block: 3.75rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-first-flow {
    padding-block: 7.5rem 18.75rem;
  }
}

.p-first-flow__title {
  gap: 0 !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-first-flow__title {
    gap: 1.375rem !important;
  }
}
.p-first-flow__title .--text {
  width: 240px;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .p-first-flow__title .--text {
    width: unset;
  }
}
.p-first-flow__title .--small {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-first-flow__title .--small {
    font-size: 1.5rem;
  }
}

.p-first-flow__steps {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-first-flow__steps {
    margin-top: 5rem;
  }
}

.p-first-flow__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 12px;
  gap: 0.75rem;
  border-radius: 1.5rem;
  background: url(../images/first/first-flow-bg.webp) center/cover no-repeat;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-first-flow__step {
    height: 23.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.625rem;
    padding-inline: 3.5rem;
  }
}
.p-first-flow__step + .p-first-flow__step {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-first-flow__step + .p-first-flow__step {
    margin-top: 7.875rem;
  }
}
.p-first-flow__step + .p-first-flow__step::before {
  content: "";
  position: absolute;
  top: -41px;
  top: -2.5625rem;
  left: 50%;
  translate: -50% 0;
  width: 40px;
  width: 2.5rem;
  aspect-ratio: 61/33;
  background: url(../images/first/first-flow-arrow.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-first-flow__step + .p-first-flow__step::before {
    top: -4.5625rem;
    width: 3.8125rem;
  }
}

.p-first-flow__number {
  position: absolute;
  top: -40px;
  top: -2.5rem;
  left: -22px;
  left: -1.375rem;
  width: 110px;
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-first-flow__number {
    top: -2.8125rem;
    left: -1.875rem;
    width: 7.8125rem;
  }
}

.p-first-flow__heading-title {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #F4F85B;
          text-decoration-color: #F4F85B;
  text-decoration-thickness: 8%;
  text-underline-offset: 19.5%;
  color: #37C5D1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-first-flow__heading-title {
    font-size: 1.25rem;
  }
}

.p-first-flow__heading-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-first-flow__heading-text {
    margin-top: 1rem;
  }
}

.p-first-flow__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-first-flow__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 23.625rem;
  }
}
.p-first-flow__image img {
  border-radius: 1rem;
}

.p-first-support {
  padding-block: 100px 120px;
  padding-block: 6.25rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-first-support {
    padding-block: 13.875rem 22.375rem;
  }
}

.p-first-support__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-first-support__heading--sub {
  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: 7px;
  gap: 0.4375rem;
  color: #37C5D1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-first-support__heading--sub {
    font-size: 1.25rem;
  }
}
.p-first-support__heading--sub::before, .p-first-support__heading--sub::after {
  content: "";
  width: 13px;
  width: 0.8125rem;
  aspect-ratio: 21/34;
}
@media screen and (min-width: 768px) {
  .p-first-support__heading--sub::before, .p-first-support__heading--sub::after {
    width: 0.8125rem;
  }
}
.p-first-support__heading--sub::before {
  background: url(../images/common/heading-icon-l.webp) center/contain no-repeat;
}
.p-first-support__heading--sub::after {
  background: url(../images/common/heading-icon-r.webp) center/contain no-repeat;
}

.p-first-support__lead {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-first-support__lead {
    margin-top: 3.5rem;
  }
}

.p-first-support__box {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-first-support__box {
    margin-top: 3.5rem;
  }
}

.p-not-found__body {
  padding-block: 60px 100px;
  padding-block: 3.75rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-not-found__body {
    padding-block: 6.25rem 12.5rem;
  }
}

.p-not-found__text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-not-found__text {
    font-size: 1.25rem;
  }
}

.p-not-found__button {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

.p-price-staff {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-price-staff {
    padding-top: 12.875rem;
  }
}

.p-price-staff__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  background-color: #E4FAFC;
  border-radius: 2rem;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-price-staff__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.875rem;
    padding: 4rem 4.5rem;
  }
}

.p-price-staff__content {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-price-staff__image {
  width: 229px;
  width: 14.3125rem;
  margin-inline: auto;
}

.p-price-staff__body {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-price-staff__body-item + .p-price-staff__body-item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-price-staff__body-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.125rem;
  background-color: #37C5D1;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 2px 18px 4px;
  padding: 0.125rem 1.125rem 0.25rem;
}

.p-price-staff__body-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-price-staff__body-text .--small {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-price-staff__body-image-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  gap: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price-staff__body-image-wrapper {
    gap: 1rem;
  }
}

.p-price-staff__body-image img {
  border-radius: 0.5rem;
}

.p-price-staff__text-wrapper {
  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;
  gap: 1rem;
  border-radius: 1.5rem;
  background: url(../images/price/staff-bg.webp) center/cover no-repeat;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-price-staff__text-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 29.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.75rem;
    padding: 2rem 3.5rem 2.5rem;
  }
}

.p-price-staff__heading {
  text-decoration: underline;
  -webkit-text-decoration-color: #F4F85B;
          text-decoration-color: #F4F85B;
  text-decoration-thickness: 8%;
  text-underline-offset: 19.5%;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.p-price-system {
  padding-block: 60px 120px;
  padding-block: 3.75rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-price-system {
    padding-block: 7.5rem 17.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-price-system__inner {
    max-width: 46.875rem;
  }
}

.p-price-system__text {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__text {
    margin-top: 2rem;
  }
}

.p-price-system__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__list {
    margin-top: 4.5rem;
  }
}

.p-price-system__item {
  border-radius: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.75625rem 0 rgba(0, 0, 0, .13);
          box-shadow: 0 0 0.75625rem 0 rgba(0, 0, 0, .13);
}
.p-price-system__item + .p-price-system__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-price-system__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #F4F85B;
  line-height: normal;
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-title {
    padding: 1.1875rem 1.25rem;
  }
}
.p-price-system__item-title .--small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-title .--small {
    font-size: 1.25rem;
  }
}

.p-price-system__item-body {
  position: relative;
  border-radius: 0 0 1rem 1rem;
  padding: 20px 16px 32px;
  padding: 1.25rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-body {
    padding: 1.8125rem 1.25rem 2.8125rem;
  }
}

.p-price-system__item-image--01 {
  width: min(589px, 100%);
  width: min(36.8125rem, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-image--01 {
    margin-top: 1.25rem;
  }
}

.p-price-system__item-image--02 {
  width: min(324px, 100%);
  width: min(20.25rem, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-image--02 {
    position: absolute;
    bottom: 2.8125rem;
    right: 0.8125rem;
    margin-inline: 0;
  }
}

.p-price-system__item-content-wrapper {
  display: grid;
  gap: 16px;
  gap: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.875rem 1.3125rem;
    margin-top: 2rem;
  }
}

.p-price-system__item-content-title {
  background-color: #37C5D1;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  padding-block: 8px 11px;
  padding-block: 0.5rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-content-title {
    font-size: 1.5rem;
  }
}

.p-price-system__item-content-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
.p-price-system__item-content-text-wrapper + .p-price-system__item-content-text-wrapper {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-price-system__item-content-label {
  border-radius: 1.875rem;
  border: 2px solid #37C5D1;
  color: #37C5D1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
  padding: 6px 14px 8px;
  padding: 0.375rem 0.875rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-content-label {
    font-size: 1rem;
    padding-inline: 1.125rem;
  }
}

.p-price-system__item-content-text {
  color: #37C5D1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-content-text {
    font-size: 1.375rem;
  }
}
.p-price-system__item-content-text .--large {
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-content-text .--large {
    font-size: 2.1875rem;
  }
}

.p-price-system__item-price-wrapper {
  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;
  gap: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-price-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}
.p-price-system__item-price-wrapper:first-child {
  margin-top: 0;
}
.p-price-system__item-price-wrapper:last-child {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-price-system__item-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.8125rem;
  border: 3px solid #37C5D1;
  color: #37C5D1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.68px;
  letter-spacing: 0.105rem;
  padding: 5px 16px 7px;
  padding: 0.3125rem 1rem 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-label {
    font-size: 1.5rem;
    padding: 0.5625rem 1.6875rem 0.6875rem;
  }
}

.p-price-system__item-price {
  color: #37C5D1;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-price {
    font-size: 2.0625rem;
  }
}
.p-price-system__item-price .--large {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-price .--large {
    font-size: 3.75rem;
  }
}

.p-price-system__item-text--01 {
  position: relative;
  color: #37C5D1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.07em;
  padding-left: 41px;
  padding-left: 2.5625rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-text--01 {
    font-size: 1.125rem;
  }
}
.p-price-system__item-text--01::before {
  content: "";
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  left: 2px;
  left: 0.125rem;
  width: 27px;
  width: 1.6875rem;
  aspect-ratio: 27/12;
  background: url(../images/common/arrow-down-icon.webp) center/contain no-repeat;
}

.p-price-system__item-text--02 {
  color: #37C5D1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-text--02 {
    font-size: 1.25rem;
  }
}

.p-price-system__item-text--03 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-text--03 {
    margin-left: 0.625rem;
  }
}

.p-price-system__item-text--04 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-price-system__item-example {
  width: 303px;
  width: 18.9375rem;
  margin: 19px auto 0;
  margin: 1.1875rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-example {
    width: 100%;
    margin-inline: 0;
  }
}
.p-price-system__item-example + .p-price-system__item-example {
  border-top: 1px solid #37C5D1;
  padding-top: 15px;
  padding-top: 0.9375rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-example + .p-price-system__item-example {
    padding-top: 1.5rem;
    margin-top: 1.5625rem;
  }
}

.p-price-system__item-example-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.p-price-system__item-example-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2.8125rem;
  background-color: #37C5D1;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.05px;
  letter-spacing: 0.065625rem;
  padding: 6px 22px 8px;
  padding: 0.375rem 1.375rem 0.5rem;
}

.p-price-system__item-example-title {
  color: #37C5D1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
}

.p-price-system__item-example-content {
  margin: 12px 0 0 15px;
  margin: 0.75rem 0 0 0.9375rem;
}

.p-price-system__item-example-text {
  color: #37C5D1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
}
.p-price-system__item-example-text .--01 {
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-example-text .--01 {
    width: 7.875rem;
  }
}
.p-price-system__item-example-text .--02 {
  position: relative;
  padding-left: 38px;
  padding-left: 2.375rem;
}
.p-price-system__item-example-text .--02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  left: 0.75rem;
  translate: 0 -50%;
  width: 7px;
  width: 0.4375rem;
  aspect-ratio: 7/16;
  background: url(../images/common/arrow-right-icon.webp) center/contain no-repeat;
}
.p-price-system__item-example-text .--03 {
  position: relative;
  background: rgba(244, 248, 91, .46);
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.05px;
  letter-spacing: 0.065625rem;
  padding-left: 27px;
  padding-left: 1.6875rem;
}
.p-price-system__item-example-text .--03::before {
  content: "";
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  left: 2px;
  left: 0.125rem;
  width: 15px;
  width: 0.9375rem;
  aspect-ratio: 27/12;
  background: url(../images/common/arrow-down-icon.webp) center/contain no-repeat;
}
.p-price-system__item-example-text + .p-price-system__item-example-text {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-price-system__item-example-content-wrapper {
  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;
  gap: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-price-system__item-example-content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.25rem;
    margin-top: 0.5rem;
  }
}
.p-price-system__item-example-content-wrapper > .p-price-system__item-example-content {
  margin: 0;
}

.p-service-about {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-about {
    padding-bottom: 19.9375rem;
  }
}

.p-service-about__content {
  position: relative;
  z-index: 1;
}

.p-service-about__title {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service-about__title {
    margin-block: 3.25rem;
  }
}
.p-service-about__title .--underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #F4F85B;
          text-decoration-color: #F4F85B;
  text-decoration-thickness: 11.5%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}

.p-service-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-service-about__text {
    gap: 2rem;
    margin-bottom: 8.6875rem;
  }
}

.p-service-about__image {
  width: 270px;
  width: 16.875rem;
  margin-inline: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-about__image {
    position: absolute;
    width: 22.375rem;
    top: 8rem;
    right: -1.5rem;
    margin-bottom: unset;
  }
}

.p-service-about__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  -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: 30px;
  gap: 1.875rem;
  border-radius: 2rem;
  background: #E4FAFC;
}
@media screen and (min-width: 768px) {
  .p-service-about__links {
    padding: 3.3125rem 2.3125rem;
    gap: 3.5rem;
  }
}

.p-service-about__links-text {
  color: #37C5D1;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service-about__links-text {
    font-size: 1.25rem;
    text-align: center;
    margin-inline: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service-about__links-text::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 2rem;
    height: 3.5rem;
    background: url(../images/service/service-title-left.webp) center/contain no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .p-service-about__links-text::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 2rem;
    height: 3.5rem;
    background: url(../images/service/service-title-right.webp) center/contain no-repeat;
  }
}

.p-service-about__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  gap: 1.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-service-about__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 304px;
  width: 19rem;
  padding: 36px 26px;
  padding: 2.25rem 1.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  border-radius: 1.3125rem;
  background: #BCEBEF;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (any-hover: hover) {
  .p-service-about__card:hover {
    opacity: 1;
    background-color: #CDEBED;
  }
  .p-service-about__card:hover .p-service-about__card-icon {
    scale: 1.05;
  }
  .p-service-about__card:hover .p-service-about__card-text {
    color: #37C5D1;
  }
}

.p-service-about__card-icon {
  width: 127px;
  width: 7.9375rem;
  -webkit-transition: scale 0.6s;
  transition: scale 0.6s;
}

.p-service-about__card-text {
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-service-about__card-text {
    font-size: 1.25rem;
  }
}

.p-service-anchor {
  margin-block: 35px;
  margin-block: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-service-anchor {
    margin-block: 4.3125rem;
  }
}

.p-service-anchor__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  padding-block: 24px;
  padding-block: 1.5rem;
  border-radius: 1rem;
  background: #FEFFEB;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-anchor__menu {
    gap: 2.5rem;
    padding-inline: unset;
  }
}

.p-service-anchor__link {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  color: #37C5D1;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  border-bottom: 1.5px solid #37C5D1;
  border-bottom: 0.09375rem solid #37C5D1;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-service-anchor__link {
    font-size: 1rem;
    gap: 1.1875rem;
  }
}
.p-service-anchor__link::after {
  content: "";
  width: 13px;
  width: 0.8125rem;
  height: 6.5px;
  height: 0.40625rem;
  background: url(../images/service/service-arrow-icon.webp) center/contain no-repeat;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
@media (any-hover: hover) {
  .p-service-anchor__link:hover {
    opacity: 1;
    border-color: #333;
    color: #333;
  }
  .p-service-anchor__link:hover::after {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}

.p-service-skincare {
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service-skincare {
    padding-top: 5rem;
  }
}

.p-service-skincare__image {
  position: absolute;
  display: none;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .p-service-skincare__image {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .p-service-skincare__image.--01 {
    top: 2.875rem;
    left: 50%;
    translate: 9.25rem 0;
    width: 8.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service-skincare__image.--01 {
    top: 5.0625rem;
    translate: 19.25rem 0;
    width: 13.8125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-service-skincare__image.--01 {
    translate: 20.5625rem 0;
    width: 10.875rem;
  }
}
@media screen and (min-width: 600px) {
  .p-service-skincare__image.--02 {
    top: 15.75rem;
    right: 50%;
    translate: -9.375rem 0;
    width: 10.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service-skincare__image.--02 {
    top: 18.25rem;
    translate: -13.375rem 0;
    width: 19.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-service-skincare__image.--02 {
    translate: -13.5625rem 0;
    width: 26.3125rem;
  }
}
@media screen and (min-width: 600px) {
  .p-service-skincare__image.--03 {
    top: 28.4375rem;
    left: 50%;
    translate: 9.75rem 0;
    width: 8.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service-skincare__image.--03 {
    top: 30.625rem;
    translate: 16.75rem 0;
    width: 12.6875rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-service-skincare__image.--03 {
    translate: 21rem 0;
    width: 15.875rem;
  }
}

.p-service-skincare__inner {
  z-index: 2;
  position: relative;
}

.p-service-skincare__content {
  text-align: center;
}

.p-service-skincare__title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-skincare__title {
    margin-bottom: 3rem;
  }
}

.p-service-skincare__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-skincare__text {
    gap: 2rem;
    margin-bottom: 11.4375rem;
  }
}

.p-service-skincare__box {
  border-radius: 2rem;
  background: url(../images/service/skincare-bg-01.webp) center/cover no-repeat;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  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;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-service-skincare__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3.875rem 2.8125rem;
    gap: 5.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-skincare-box__image {
    width: 28.625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-service-skincare-box__image img {
  border-radius: 2rem;
}

.p-service-skincare-box__title {
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #F4F85B;
          text-decoration-color: #F4F85B;
  text-decoration-thickness: 2.24px;
  text-decoration-thickness: 0.14rem;
  text-underline-offset: 5.46px;
  text-underline-offset: 0.34125rem;
  text-underline-position: from-font;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

.p-service-skincare-box__text {
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 2;
}

.p-service-support {
  padding-block: 100px 0;
  padding-block: 6.25rem 0;
}
@media screen and (min-width: 768px) {
  .p-service-support {
    padding-block: 14.75rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-service-support__inner {
    background: url(../images/service/support-bg-blue.webp) center/contain no-repeat;
    height: 67.1875rem;
  }
}

.p-service-support__box {
  background: url(../images/service/support-bg-blue-sp.webp) top center/cover no-repeat;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-radius: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-support__box {
    background: none;
    padding-inline: unset;
  }
}

.p-service-support__image {
  padding-block: 100px 30px;
  padding-block: 6.25rem 1.875rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service-support__image {
    width: 39.375rem;
    padding-block: 9.5625rem 3.1875rem;
  }
}
.p-service-support__image img {
  border-radius: 2rem;
}

.p-service-support__title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-support__title {
    margin-bottom: 2rem;
  }
}

.p-service-support__text {
  color: #000;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-shop-amenity {
  padding-top: 48px;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-shop-amenity {
    padding-top: 5.875rem;
  }
}

.p-shop-amenity__box {
  border-radius: 0 0 3.5rem 3.5rem;
  background: url(../images/shop/amenity-bg-sp.webp) center top/cover no-repeat;
  padding: 80px 16px 40px;
  padding: 5rem 1rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-amenity__box {
    background-image: url(../images/shop/amenity-bg-pc.webp);
    padding: 9.5625rem 4.875rem 4.875rem;
  }
}

.p-shop-amenity__heading {
  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: 7px;
  gap: 0.4375rem;
  text-align: center;
}
.p-shop-amenity__heading::before, .p-shop-amenity__heading::after {
  content: "";
  width: 16px;
  width: 1rem;
  aspect-ratio: 21/34;
}
@media screen and (min-width: 768px) {
  .p-shop-amenity__heading::before, .p-shop-amenity__heading::after {
    width: 1.3125rem;
  }
}
.p-shop-amenity__heading::before {
  background: url(../images/common/heading-icon-l.webp) center/contain no-repeat;
}
.p-shop-amenity__heading::after {
  background: url(../images/common/heading-icon-r.webp) center/contain no-repeat;
}

.p-shop-amenity__list {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-amenity__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2.625rem;
  }
}

.p-shop-amenity__item-image img {
  border-radius: 1rem;
}

.p-shop-amenity__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shop-amenity__item-head {
    margin-top: 1rem;
  }
}

.p-shop-amenity__item-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #37C5D1;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
}

.p-shop-amenity__item-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-shop-amenity__item-title {
    font-size: 1.125rem;
  }
}

.p-shop-amenity__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-shop-amenity__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-amenity__foot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.8125rem;
    margin-top: 6.125rem;
  }
}

.p-shop-amenity__foot-title {
  color: #37C5D1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-shop-amenity__foot-title {
    font-size: 1.25rem;
  }
}

.p-shop-amenity__foot-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shop-amenity__foot-text {
    margin-top: 1.125rem;
  }
}

.p-shop-amenity__foot-image {
  width: 294px;
  width: 18.375rem;
}
@media screen and (min-width: 768px) {
  .p-shop-amenity__foot-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-shop-company {
  padding-block: 48px 120px;
  padding-block: 3rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-company {
    padding-block: 6.5625rem 16.0625rem;
  }
}

.p-shop-company__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  border-radius: 2rem;
  background-color: #E4FAFC;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-shop-company__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.9375rem;
    padding: 3.5rem 4.5rem 4rem;
  }
}

.p-shop-company__body {
  border-radius: 1.5rem;
  background: url(../images/shop/company-bg.webp) center/cover no-repeat;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-shop-company__body {
    padding: 2rem 2rem 2.5rem;
  }
}

.p-shop-company__heading {
  text-decoration: underline;
  -webkit-text-decoration-color: #F4F85B;
          text-decoration-color: #F4F85B;
  text-decoration-thickness: 8%;
  text-underline-offset: 19.5%;
}

.p-shop-company__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shop-company__text {
    margin-top: 1rem;
  }
}

.p-shop-company__list {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-shop-company__list {
    margin-top: 1.5rem;
  }
}

.p-shop-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-shop-company__item dt, .p-shop-company__item dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-shop-company__item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-company__item dt {
    width: 6.8125rem;
  }
}
.p-shop-company__item + .p-shop-company__item {
  border-top: 1px dashed #37C5D1;
  padding-top: 7px;
  padding-top: 0.4375rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-shop-company__image-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-shop-company__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-shop-company__image {
    width: 25.5625rem;
  }
}
.p-shop-company__image img {
  border-radius: 1rem;
}

.p-shop-company__button {
  margin: 20px 0 0 auto;
  margin: 1.25rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-shop-company__button {
    margin-top: 2rem;
  }
}

.p-shop-concept {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-shop-concept {
    padding-top: 9.875rem;
  }
}

.p-shop-concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-concept__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-shop-concept__body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 33.5625rem;
  }
}

.p-shop-concept__slider-wrapper {
  position: relative;
}

.p-shop-concept__slider--02 {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-shop-concept__slide img {
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shop-concept__slide img {
    border-radius: 1rem;
  }
}
.p-shop-concept__slide.--01 {
  aspect-ratio: 537/312;
}
.p-shop-concept__slide.--01 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 1rem;
}

.p-shop-concept__slider-button-prev,
.p-shop-concept__slider-button-next {
  translate: 0 -50%;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  margin: 0;
}
.p-shop-concept__slider-button-prev::after,
.p-shop-concept__slider-button-next::after {
  display: none;
}

.p-shop-concept__slider-button-prev {
  left: -10px;
  left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shop-concept__slider-button-prev {
    left: -1rem;
  }
}

.p-shop-concept__slider-button-next {
  right: -10px;
  right: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shop-concept__slider-button-next {
    right: -1rem;
  }
}

.p-shop-concept__text {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-top-feature {
  padding-block: 100px 160px;
  padding-block: 6.25rem 10rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature {
    padding-block: 14.25rem 26.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-feature {
    padding-top: 15.8333333333vw;
  }
}

.p-top-feature__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(5rem, 2.7757352941rem + 3.2352941176vw, 5.6875rem);
  }
}

.p-top-feature__image-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
  gap: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__image-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32.6875rem;
  }
}

.p-top-feature__image img {
  border-radius: 0.875rem;
}
.p-top-feature__image.--large {
  grid-column: 1/3;
}

.p-top-feature__text-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__text-wrapper {
    margin-top: 2rem;
  }
}

.p-top-feature__text + .p-top-feature__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__text + .p-top-feature__text {
    margin-top: 1rem;
  }
}

.p-top-feature__button {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-feature__button {
    margin: 2.5rem 0 0;
  }
}

.p-top-feature__foot {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__foot {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7.6875rem;
  }
}

.p-top-feature__foot-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: 16px;
  gap: 1rem;
  border-radius: 2rem;
  background-color: #BCEBEF;
  padding-block: 32px;
  padding-block: 2rem;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-feature__foot-item {
    gap: 1.5625rem;
    padding-block: 3.5rem;
  }
}
@media (any-hover: hover) {
  .p-top-feature__foot-item:hover {
    opacity: 1;
    background-color: #CDEBED;
  }
  .p-top-feature__foot-item:hover .p-top-feature__foot-item-image {
    scale: 1.05;
  }
  .p-top-feature__foot-item:hover .p-top-feature__foot-item-text {
    color: #37C5D1;
  }
}

.p-top-feature__foot-item-image {
  width: 164px;
  width: 10.25rem;
  -webkit-transition: scale 0.6s;
  transition: scale 0.6s;
}

.p-top-feature__foot-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-feature__foot-item-text {
    font-size: 1.25rem;
  }
}
.p-top-feature__foot-item-text::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(../images/common/link-icon.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-feature__foot-item-text::after {
    width: 1.25rem;
  }
}

.p-top-mainvisual {
  position: relative;
  background: url(../images/top/mainvisual-bg-01.webp) center/cover no-repeat;
  padding-block: 38.8636363636vw 69.0909090909vw;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual {
    padding-block: 23.5416666667vw 20.3472222222vw;
  }
}
.p-top-mainvisual::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  aspect-ratio: 440/160;
  background: url(../images/top/mainvisual-bg-02-sp.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual::before {
    width: 100vw;
    aspect-ratio: 1440/363;
    background-image: url(../images/common/section-bg-01.webp);
  }
}

.p-top-mainvisual__heading {
  position: relative;
  width: 84.0909090909vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__heading {
    width: 39.375vw;
  }
}
.p-top-mainvisual__heading::before, .p-top-mainvisual__heading::after {
  content: "";
  position: absolute;
}
.p-top-mainvisual__heading::before {
  top: 35.4545454545vw;
  left: -4.3181818182vw;
  width: 20vw;
  aspect-ratio: 190/293;
  background: url(../images/common/illustration-01.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__heading::before {
    top: -1.0416666667vw;
    left: -15.4861111111vw;
    width: 13.1944444444vw;
  }
}
.p-top-mainvisual__heading::after {
  top: 33.1818181818vw;
  right: -3.6363636364vw;
  width: 20vw;
  aspect-ratio: 186/282;
  background: url(../images/common/illustration-02.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__heading::after {
    top: -1.3888888889vw;
    right: -14.5138888889vw;
    width: 12.9166666667vw;
  }
}

.p-top-values {
  padding-block: 60px 120px;
  padding-block: 3.75rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-values {
    padding-block: 9.375rem 17.875rem;
  }
}

.p-top-values__image {
  position: absolute;
  display: none;
}
@media screen and (min-width: 600px) {
  .p-top-values__image {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .p-top-values__image.--01 {
    top: 2.875rem;
    left: 50%;
    translate: 9.25rem 0;
    width: 8.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-values__image.--01 {
    top: 6.875rem;
    translate: 19.25rem 0;
    width: 13.8125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-values__image.--01 {
    translate: 23.25rem 0;
    width: 16.8125rem;
  }
}
@media screen and (min-width: 600px) {
  .p-top-values__image.--02 {
    top: 15.75rem;
    right: 50%;
    translate: -9.375rem 0;
    width: 10.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-values__image.--02 {
    top: 21.75rem;
    translate: -13.375rem 0;
    width: 19.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-values__image.--02 {
    translate: -15.375rem 0;
    width: 23.875rem;
  }
}
@media screen and (min-width: 600px) {
  .p-top-values__image.--03 {
    top: 28.4375rem;
    left: 50%;
    translate: 9.75rem 0;
    width: 8.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-values__image.--03 {
    top: 33.4375rem;
    translate: 16.75rem 0;
    width: 12.6875rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-values__image.--03 {
    translate: 19.75rem 0;
    width: 14.6875rem;
  }
}

.p-top-values__head {
  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: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-values__head {
    gap: 0.9375rem;
  }
}

.p-top-values__heading {
  width: 180px;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-values__heading {
    width: 13.5rem;
  }
}

.p-top-values__lead {
  text-align: center;
}

.p-top-values__text {
  text-align: center;
  line-height: 1.8;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-values__text {
    line-height: 2;
    margin-top: 3rem;
  }
}

.p-top-values__button {
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-values__button {
    margin-top: 3rem;
  }
}

.p-voice-faq {
  background-color: #FEFFEB;
  padding-block: 60px 100px;
  padding-block: 3.75rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice-faq {
    padding-block: 6rem 12.5625rem;
  }
}

.p-voice-faq__list-wrapper {
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-voice-faq__list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.625rem;
    margin-top: 6rem;
  }
}

.p-voice-faq__item {
  position: relative;
  border-radius: 1rem;
  background-color: #fff;
  padding: 32px 20px 20px;
  padding: 2rem 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice-faq__item {
    padding: 2rem;
  }
}
.p-voice-faq__item.--02 {
  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;
  gap: 0.75rem;
  border-radius: unset;
  background-color: unset;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-voice-faq__item.--02 {
    padding-right: 1.9375rem;
  }
}
.p-voice-faq__item + .p-voice-faq__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice-faq__item + .p-voice-faq__item {
    margin-top: 4rem;
  }
}

.p-voice-faq__item-hukidashi {
  position: absolute;
  top: -24px;
  top: -1.5rem;
  left: -12px;
  left: -0.75rem;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  border-radius: 4.25rem;
  background-color: #37C5D1;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.84;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  padding-inline: 16px;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice-faq__item-hukidashi {
    top: -1.875rem;
    left: -1rem;
    height: 2.875rem;
    font-size: 1rem;
    padding-inline: 2.8125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-voice-faq__item-hukidashi {
    left: -1.875rem;
  }
}
.p-voice-faq__item-hukidashi .--icon {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.35px;
  letter-spacing: 0.021875rem;
}
@media screen and (min-width: 768px) {
  .p-voice-faq__item-hukidashi .--icon {
    font-size: 1.125rem;
  }
}
.p-voice-faq__item-hukidashi .--icon::before {
  content: "";
  position: absolute;
  bottom: -15px;
  bottom: -0.9375rem;
  left: 22px;
  left: 1.375rem;
  width: 22px;
  width: 1.375rem;
  aspect-ratio: 22/17;
  background: url(../images/common/hukidashi-icon.webp) center/contain no-repeat;
}

.p-voice-faq__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.29px;
  letter-spacing: 0.018125rem;
}
@media screen and (min-width: 768px) {
  .p-voice-faq__item-text {
    font-size: 0.9375rem;
  }
}

.p-voice-faq__item-text--green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7px;
  gap: 0.4375rem;
  text-align: center;
  color: #37C5D1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-voice-faq__item-text--green::before, .p-voice-faq__item-text--green::after {
  content: "";
  width: 21px;
  width: 1.3125rem;
  aspect-ratio: 21/34;
}
.p-voice-faq__item-text--green::before {
  background: url(../images/common/heading-icon-l.webp) center/contain no-repeat;
}
.p-voice-faq__item-text--green::after {
  background: url(../images/common/heading-icon-r.webp) center/contain no-repeat;
}

.p-voice-faq__item-image {
  width: 98px;
  width: 6.125rem;
}

.p-voice-main {
  padding-block: 60px 120px;
  padding-block: 3.75rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main {
    padding-block: 8.8125rem;
  }
}

.p-voice-main__lead {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__lead {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.p-voice-main__list {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2.125rem;
    margin-top: 5rem;
  }
}

.p-voice-main__item {
  position: relative;
  border-radius: 1.5rem;
  background-color: #E4FAFC;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__item {
    padding: 2.75rem;
  }
}
.p-voice-main__item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(100% - 0.75rem);
  height: calc(100% - 0.75rem);
  border-radius: 1.3125rem;
  border: 2px dashed #37C5D1;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-voice-main__item::before {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    border-radius: 1rem;
  }
}

.p-voice-main__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: -0.3px;
  letter-spacing: -0.01875rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__item-text {
    font-size: 0.9375rem;
  }
}
.p-voice-main__item-text + .p-voice-main__item-text {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__item-text + .p-voice-main__item-text {
    margin-top: 1rem;
  }
}

.p-voice-main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.25rem;
    margin-top: 4.1875rem;
  }
}

.p-voice-main__body-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-voice-main__body-image {
    width: 29.4375rem;
  }
}
.p-voice-main__body-image img {
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__body-image img {
    border-radius: 2.5625rem;
  }
}

.p-voice-main__body-title {
  color: #37C5D1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-voice-main__body-title {
    font-size: 1.25rem;
  }
}
.p-voice-main__body-title .--line {
  text-decoration: underline;
  -webkit-text-decoration-color: #F4F85B;
          text-decoration-color: #F4F85B;
  text-decoration-thickness: 20%;
  text-underline-offset: 18%;
}

.p-voice-main__body-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__body-text {
    margin-top: 1.4375rem;
  }
}

.p-voice-main__foot {
  position: relative;
  border-radius: 1rem;
  background-color: #E4FAFC;
  padding: 20px 16px 340px;
  padding: 1.25rem 1rem 21.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__foot {
    padding: 4rem 5.5rem;
    margin-top: 8.8125rem;
  }
}

.p-voice-main__foot-content {
  width: min(557px, 100%);
  width: min(34.8125rem, 100%);
  border-radius: 1rem;
  background: url(../images/voice/main-bg.webp) center/cover no-repeat;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__foot-content {
    border-radius: 1.5rem;
    padding: 2rem 2rem 2.5rem;
  }
}

.p-voice-main__foot-text + .p-voice-main__foot-text {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__foot-text + .p-voice-main__foot-text {
    margin-top: 1.875rem;
  }
}

.p-voice-main__foot-image {
  position: absolute;
  bottom: -69px;
  bottom: -4.3125rem;
  left: 50%;
  translate: -50% 0;
  width: 277px;
  width: 17.3125rem;
}
@media screen and (min-width: 768px) {
  .p-voice-main__foot-image {
    left: 43.5625rem;
    translate: 0 0;
  }
}

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

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
