@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
.page-main,
.category-main {
  padding-top: 100px;
  font-family:
    'Noto Sans JP',
    -apple-system,
    BlinkMacSystemFont,
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    'Meiryo',
    sans-serif;
  color: #000;
}

.page-section-common-color {
  color: #19ab7a;
}

.static-container {
  max-width: 1000px;
}

.voice-container {
  max-width: 1000px;
  padding-top: 7.6%;
}

.voice-archive__title {
  font-size: clamp(18px, 2.1vw, 24px);
  font-weight: 700;
  color: #515050;
  text-align: center;
  margin-bottom: 40px;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 59px 64px;
}

.voice-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.voice-card:hover {
  text-decoration: none;
}

.voice-card__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.voice-card__images--single {
  grid-template-columns: repeat(1, 1fr);
  aspect-ratio: 453/285;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.voice-card__images:hover {
  opacity: 0.8;
}

.voice-card__image {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.voice-archive .voice-card__images {
  justify-items: center;
}

.voice-archive .voice-card__image {
  align-items: center;
  position: relative;
}

.voice-card__images--single .voice-card__image {
  aspect-ratio: 453/285;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.voice-archive .voice-card__media {
  aspect-ratio: 240 / 285;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}

.voice-card__images--single .voice-card__media {
  aspect-ratio: 453/285;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}

.voice-card__media {
  overflow: hidden;
  background: #f0f0f0;
  aspect-ratio: 3 / 4;
}

.voice-detail__images--single .voice-card__media {
  aspect-ratio: 720/710;
}

.voice-related__images--single .voice-card__media {
  aspect-ratio: 362/236;
}

.voice-card__media span,
.voice-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.voice-card__media img:hover {
  opacity: 1;
}

.voice-card__label {
  display: block;
  text-align: center;
  font-size: clamp(12px, 1.4rem, 16px);
  letter-spacing: 0.08em;
  color: #fff;
  padding: 4px 0;
  background: #515050;
  width: 100%;
}

.voice-archive .voice-card__label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 240px;
  padding: 6px 0;
  font-size: clamp(12px, 1.4rem, 16px);
  letter-spacing: 0.12em;
}

.voice-card__label--after {
  background: #b7cea5;
}

.voice-card__text {
  font-size: 17px;
  color: #444;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.voice-card__text span,
.voice-card__text p {
  margin: 0;
  display: block;
}

@media (max-width: 768px) {
  .voice-archive {
    padding: 0 0 64px;
  }

  .voice-archive__title {
    margin-bottom: 24px;
  }

  .voice-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

.category-sub-ttl {
  font-weight: 700;
  font-size: clamp(20px, 2rem, 24px);
  text-align: center;
  color: #515050;
  padding: 5.49% 0 8%;
}

/* rowã®å·¦å³ã®ãã¤ãã¹ãã¼ã¸ã³ãèª¿æ´ï¼24pxã®åå = 12pxï¼ */
.row.custom-gutter {
  margin-right: -12px;
  margin-left: -12px;
}

/* åã«ã¼ãã®å·¦å³ããã£ã³ã°ãèª¿æ´ï¼12px + 12px = 24pxï¼ */
.row.custom-gutter > .category-card-wrap {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 24px; /* ä¸æ¹åã®ééã24pxã«æãã */
}

/* ã«ã¼ãã®å¤æ ã¨é«ãã®çµ±ä¸ */
.category-archive-list {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
}

#capsule-journal .category-archive-list a.category-card,
.category-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none !important;
  color: inherit;
}

/* ç»åã®æ¯çãåºå®ï¼æ¨ª3åã§ãã©ã³ã¹ãè¯ãã®ã¯160pxã200pxç¨åº¦ï¼ */
.category-eyecatch img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  vertical-align: bottom;
}

/* ãã­ã¹ãã¨ãªã¢ã®è¨­å® */
.category-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.category-archive-ttl {
  font-size: clamp(16px, 2vw, 24px);
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  color: #515050;
  border-bottom: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.date-container {
  margin-top: auto;
}

.category-date {
  font-size: clamp(12px, 1.2vw, 14px);
  color: #515050;
  font-weight: 400;
}

.cta-page {
  padding: 12.8px 0;
  background: #e25959;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  a {
    display: block;
    picture {
      display: inline-block;
    }
    img:hover {
      opacity: 1;
    }
  }
}

.page-title-wrap {
  position: relative;
  height: 160px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-image: url('../img/green-texture.png');
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

/* COMPANYãªã©ï¼èæ¯æå­ï¼ */
.page-title-wrap::before {
  content: attr(data-bgtext);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: clamp(45px, 9vw, 80px);
  letter-spacing: 0.12em;

  color: rgba(255, 255, 255, 0.22);
  line-height: 1;
  z-index: 0;
  white-space: nowrap;
  pointer-events: none;
}

.page-title-wrap--adjust::before {
  font-size: 60px;
}

/* h1ï¼ä¼ç¤¾æ¦è¦ï¼ */
.page-title-wrap__txt {
  position: relative;
  z-index: 1;
  margin: 0;

  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    'Segoe UI',
    'Noto Sans JP',
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    Meiryo,
    sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 32px);

  color: #fff;
  line-height: 1;
}

.page-container {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .page-container {
    padding-top: 40px;
  }
}

#staff .page-container {
  padding-top: 25px;
}

.pagination-category {
  padding-top: 12.5%;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.pagination-category .current {
  color: #19ab7a;
}

.pagination-category a {
  color: #000;
}

section#address h2,
.page-shop-h2 {
  color: #515050;
  border-bottom: 2px solid #19ab7a;
  padding-top: 5%;
  margin-bottom: 5%;
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 24px);
  padding-bottom: 8px;
}

.page-shop-staff {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .page-shop-container .col-md-8 {
    max-width: 42.666667%;
  }
}

section#flow {
  padding: 6.25rem 0 !important;
  @media screen and (max-width: 768px) {
    padding: 40px 0 10px;
  }

  .inner {
    padding: 0 10rem;
    @media screen and (max-width: 768px) {
      padding: 0 4%;
    }
  }

  .flow__ttl {
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #085640;
    text-align: center;
  }
  .flow__container.pc {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    @media screen and (max-width: 768px) {
      display: block;
    }
    .flow__content__wrapper {
      overflow-x: scroll;
      padding: 3.188rem 3.32rem 4.5rem;
      border-radius: 5px 0 0 5px;
      box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
      max-width: 1200px;
      margin: 0 auto;
      @media screen and (max-width: 768px) {
        overflow-x: initial;
        box-shadow: initial;
        padding: 0;
      }
    }
    .flow__content {
      background: #fff;
      width: 162.5rem;
      display: flex;
      gap: 1.625rem;
      @media screen and (max-width: 768px) {
        display: block;
        width: 100%;
        background: initial;
      }
      .flow__card {
        width: 300px;
        @media screen and (max-width: 768px) {
          width: 100%;
        }
        picture img {
          width: 100%;
          @media screen and (max-width: 768px) {
            max-width: 219px;
            margin: 0 auto;
          }
        }
        .flow__card__ttl {
          font-size: 2rem;
          letter-spacing: 0.05em;
          color: #515050;
          margin-top: 1rem;
          text-align: left;
          border-bottom: 0;
          @media screen and (max-width: 768px) {
            text-align: center;
          }
          span {
            &:nth-child(2) {
              margin-left: 0.5rem;
            }
          }
        }
        p {
          margin-top: 0.5rem;
          margin-right: 2rem;
          @media screen and (max-width: 768px) {
            margin: 0.5rem auto 2rem;
            max-width: 287px;
          }
        }
      }
    }
    .scroll_txt {
      position: absolute;
      bottom: 15px;
      right: 10px;
      letter-spacing: 0.05em;
      @media screen and (max-width: 768px) {
        display: none;
      }
    }
  }
  .flow__container.sp {
    display: none;
    padding: 0 6%;
    @media screen and (max-width: 768px) {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }
    .flow__card {
      picture {
        display: block;
        padding: 0 2.5rem;
      }
      .flow__card__ttl {
        text-align: center;
        margin-top: 1rem;
        span {
          &:nth-child(2) {
            margin-left: 0.5rem;
          }
        }
      }
      p {
        margin-top: 0.5rem;
        font-size: 1rem;
      }
    }
  }
}

.shop-list-wrap {
  padding: 6.25rem 0;
  background-color: #f8f3ea;
}

section#shop_list {
  margin-bottom: 0;
  @media screen and (max-width: 768px) {
    padding: 40px 0 0;
  }

  .inner {
    padding: 0 10rem;
    @media screen and (max-width: 768px) {
      padding: 0 4%;
    }

    .shop_list__container {
      .shop_list__content {
        & > ul {
          display: flex;
          flex-direction: column;
          gap: 25px;
          width: 100%;
          max-width: 800px;
          margin: 0 auto;
          li {
            width: 100%;
            details {
              color: #fff;
              font-weight: 600;
              display: inline-block;
              width: 100%;
              overflow: hidden;
              transition:
                max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
              padding-bottom: 0;
            }
            details[open] {
              padding-bottom: 2rem;
              transition:
                max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            }
            details[open] summary:before {
              transform: rotate(90deg);
            }

            summary {
              background: #19ab7a;
              position: relative;
              padding: 0.9rem 2rem;
              list-style: none;
              cursor: pointer;
              user-select: none;
              outline: none;
              transition: background 0.3s;
              &::before {
                content: '';
                position: absolute;
                top: 50%;
                right: 22px;
                translate: 0 -50%;
                background: url(../img/top/arrow_forward_ios.svg) no-repeat
                  center center / contain;
                width: 1.5rem;
                height: 1.5rem;
                transition: transform 0.3s;
              }
            }
            .shop_details_container {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 5rem 1rem;
              padding: 2rem;
              opacity: 0;
              transform: translateY(-10px);
              transition:
                opacity 0.4s,
                transform 0.4s;
              pointer-events: none;
              @media screen and (max-width: 768px) {
                padding: 1rem 0;
              }
            }
            details[open] .shop_details_container {
              opacity: 1;
              transform: translateY(0);
              pointer-events: auto;
              transition:
                opacity 0.4s,
                transform 0.4s;
            }
            .shop_details_contents {
              display: flex;
              flex-direction: column;
              gap: 1rem;
              @media screen and (max-width: 768px) {
                justify-content: space-between;
              }
              .shop_name {
                font-size: 2rem;
                letter-spacing: 0.05em;
                color: #515050;
                border-bottom: 0;
                text-align: left;
                margin-bottom: 0 !important;
                margin-top: 0 !important;
                @media screen and (max-width: 768px) {
                  font-size: 1.6rem;
                  margin-bottom: 0 !important;
                  margin-top: 0 !important;
                }
              }
              a {
                display: block;
                picture {
                  display: inline-block;
                  img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                  }
                }
                &.btn--primary {
                  font-size: 2rem;
                  display: block;
                  border: none;
                  color: #fff;
                  width: 100%;
                  text-align: center;
                  padding: 10px;
                  transition: 0.2s all;
                  border-radius: 30px;
                  background: #e25959;
                  border: 1px solid #e25959;
                  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
                  position: relative;
                  @media screen and (max-width: 768px) {
                    max-width: 100%;
                    width: 100%;
                    margin-top: 0.5rem;
                    padding: 4px 0;
                    font-weight: 400;
                  }
                  span {
                    @media screen and (max-width: 768px) {
                      font-size: 1.2rem;
                      font-weight: 600;
                    }
                  }
                }
              }
              address {
                font-style: normal;
                margin-bottom: 0;
                ul {
                  li {
                    font-size: 1.6rem;
                    color: #515050;
                    font-weight: 500;
                    @media screen and (max-width: 768px) {
                      font-size: 1.4rem;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 768px) {
  section#shop_list.page-shop-list {
    padding: 0;
  }
}

.staff-detail {
  margin-top: 24px;
}

.staff-detail__header {
  position: relative;
  text-align: center;
  margin-bottom: 85px;
}

.staff-detail__bg {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.staff-detail__bgtext {
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: clamp(56px, 10vw, 120px);
  letter-spacing: 0.16em;
  color: #f3fbf8;
  white-space: nowrap;
}

.staff-detail__shop,
.staff-detail__role {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #7a7a7a;
  margin: 0 0 6px;
  letter-spacing: 0.04em;
}

.staff-detail__name {
  position: relative;
  z-index: 1;
  margin: 6px 0 61px;
  font-size: clamp(24px, 2.6vw, 40px);
  font-weight: 700;
  color: #515050;
}

.staff-detail__social {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.staff-detail__social-link {
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.staff-detail__social-link img {
  width: 100%;
  height: 100%;
  display: block;
}

.staff-detail__main {
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.staff-detail__image {
  width: 480px;
  height: 560px;
  background-color: #f3f3f3;
  background-image:
    linear-gradient(45deg, #e6e6e6 25%, transparent 25%),
    linear-gradient(-45deg, #e6e6e6 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #e6e6e6 75%),
    linear-gradient(-45deg, transparent 75%, #e6e6e6 75%);
  background-size: 32px 32px;
  background-position:
    0 0,
    0 16px,
    16px -16px,
    -16px 0px;
  overflow: hidden;
  border-radius: 4px;
}

.staff-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.staff-detail__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.staff-detail__section {
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.staff-detail__section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.staff-detail__section-title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 400;
  color: #515050;
  text-align: left;
  border-bottom: 0;
}

.staff-detail__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.staff-detail__list li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  color: #515050;
  line-height: 1.6;
}

.staff-detail__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #19ab7a;
}

.staff-detail__content {
  font-size: 13px;
  color: #515050;
  line-height: 1.8;
}

.staff-detail__content p {
  margin-bottom: 12px;
}

.staff-related {
  margin-top: 72px;
  text-align: center;
}

.staff-related__title {
  margin: 0 0 32px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #515050;
}

.staff-related__grid {
  margin-bottom: 28px;
}

.staff-related__button,
.voice-related__button {
  margin: 50px auto 0;
}

.link2.staff-related__button .yoyaku a {
  background: #19ab7a;
  border: 1px solid #19ab7a;
  font-size: 14px;
}

.link2.staff-related__button .yoyaku a:hover {
  background: #19ab7a;
  border: 1px solid #19ab7a;
}

.link2.voice-related__button .yoyaku a {
  background: #085640;
  border: 1px solid #085640;
  font-size: 14px;
}

.link2.voice-related__button .yoyaku a:hover {
  background: #085640;
  border: 1px solid #085640;
}

.recruit-interview {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .recruit-interview {
    padding-bottom: 100px !important;
  }
}

.recruit-interview__article {
  max-width: 820px;
  margin: 0 auto;
}

.recruit-interview__header {
  margin-bottom: 24px;
}

.recruit-interview__title {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 700;
  color: #515050;
  line-height: 1.5;
  text-align: left;
  padding-top: 0;
}

.recruit-interview__date {
  margin: 0;
  font-size: 14px;
}

.recruit-interview__hero {
  margin: 28px 0;
  border-radius: 16px;
  overflow: hidden;
  background: #d9d9d9;
}

.recruit-interview__hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.recruit-interview__content {
  font-size: 14px;
  color: #515050;
  line-height: 1.9;
}

.recruit-interview__content p {
  margin-bottom: 16px;
}

.recruit-interview__content h2 {
  margin: 40px 0 20px;
  padding: 12px 16px;
  background: #19ab7a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
}

.recruit-interview__content h3 {
  margin: 32px 0 16px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #515050;
  border-bottom: 1px solid #19ab7a;
}

.recruit-interview__content ul,
.recruit-interview__content ol {
  padding-left: 20px;
  margin: 0 0 20px;
}

.recruit-interview__content .recruit-toc,
.recruit-interview__content .toc {
  background: #f2fbf7;
  border: 1px dashed #9ed8c6;
  border-radius: 8px;
  padding: 20px;
  margin: 32px 0;
}

.recruit-interview__content .recruit-toc__title,
.recruit-interview__content .toc-title {
  font-weight: 700;
  color: #1aa37a;
  margin-bottom: 12px;
}

.recruit-balloon {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 24px 0 40px;
}

.recruit-balloon--right {
  flex-direction: row-reverse;
}

.recruit-balloon__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #d9d9d9;
  overflow: visible;
  flex-shrink: 0;
  text-align: center;
}

.recruit-balloon__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.recruit-balloon__body {
  position: relative;
  background: #f8f3e3;
  padding: 12px 16px;
  border-radius: 12px;
  max-width: 520px;
}

.recruit-balloon__body::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 20px;
  border-width: 8px 8px 8px 0;
  border-style: solid;
  border-color: transparent #fff6e5 transparent transparent;
}

.recruit-balloon--right .recruit-balloon__body {
  background: #e7f4f9;
}

.recruit-balloon--right .recruit-balloon__body::before {
  left: auto;
  right: -8px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #e7f4f9;
}

.recruit-balloon__name {
  margin: 8px 0 0;
  font-size: 12px;
  color: #7a7a7a;
}

.recruit-balloon__text p:last-child {
  margin-bottom: 0;
}

.recruit-related {
  margin-top: 80px;
  text-align: center;
  padding: 0 85px;
}

@media screen and (max-width: 768px) {
  .recruit-related {
    margin-top: 80px;
    text-align: center;
    padding: 0;
  }
}

.recruit-card:hover {
  text-decoration: none;
  color: #000;
}

.recruit-related__title {
  margin: 0 0 32px;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  color: #515050;
}

.recruit-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .recruit-related__grid {
    gap: 40px;
  }
}

.recruit-card {
  text-decoration: none;
  color: inherit;
}

.recruit-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.recruit-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recruit-card__body {
  margin-top: 12px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 85px;
}

.recruit-card__title {
  font-size: 18px;
  font-weight: 900;
  color: #515050;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.recruit-card__date {
  margin-top: 16px;
  font-size: 14px;
  text-align: right;
  font-weight: 400;
}

.recruit-related__button {
  margin: 0 auto;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.staff-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
}

.staff-card:hover {
  text-decoration: none;
}

.staff-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: 32px 32px;
  background-position:
    0 0,
    0 16px,
    16px -16px,
    -16px 0px;
  overflow: hidden;
  padding: 16px;
}

.staff-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.staff-card__body {
  padding: 0 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  min-height: 84px;
  justify-content: center;
}

.staff-card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.staff-card__meta {
  display: flex;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #515050;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 5px;
}

.staff-card__name {
  font-size: 24px;
  font-weight: 700;
  color: #515050;
  text-align: left;
}

.staff-card__arrow {
  transform: translateY(0%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1aa37a;
  display: block;
  font-size: 0;
}

.staff-card__arrow::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  border-radius: 2px;
}

.staff-card__arrow::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 10px;
  width: 8px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: left center;
  border-radius: 2px;
}

.staff-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-top: 60px;
  font-size: 14px;
  color: #7a7a7a;
}

.staff-pagination__link,
.staff-pagination__next {
  color: inherit;
  text-decoration: none;
}

.staff-pagination__link.is-active {
  font-weight: 700;
  color: #515050;
}

.staff-pagination__next {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 992px) {
  .page-title-wrap--adjust::before {
    font-size: 18px;
  }
  .staff-detail__main {
    grid-template-columns: 1fr;
  }

  .staff-detail__image {
    width: 100%;
    height: auto;
    max-width: 480px;
    margin: 0 auto;
  }

  .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recruit-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recruit-balloon__body {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .staff-detail__header {
    margin-bottom: 32px;
  }

  .staff-detail__image {
    max-width: 100%;
  }

  .staff-related {
    margin-top: 56px;
  }

  .staff-grid {
    grid-template-columns: 1fr;
  }

  .recruit-related__grid {
    grid-template-columns: 1fr;
  }

  .recruit-balloon {
    align-items: flex-start;
  }

  .staff-card__body {
    padding: 14px 16px;
  }

  .staff-card__name {
    font-size: 20px;
  }

  .staff-card__meta {
    font-size: 16px;
  }
}

/*
section#voice {
  background-color: #fdf7f4 !important;
}
*/

section#voice .container {
  padding-block: 10rem 10rem !important;
}

.page-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .page-voice__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.btn--primary:hover {
  background: #e25959;
  border: 1px solid #e25959;
  color: #fff;
  text-decoration: none;
}

.btn--primary::after {
  content: '';
  width: 3.87px;
  height: 3.87px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
}

.btn--primary::before {
  content: '';
  width: 16.51px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translate(0, -50%);
}
.page-shop-ttl,
.page-common-section-heading {
  margin: 0 0 6%;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: block;
  line-height: 1.5;
  color: #515050;
  padding-bottom: 8px;
  border-bottom: 2px solid #19a86b;
}

.page-common-section-heading--noborder {
  border-bottom: none;
  text-align: center;
}

@media (max-width: 768px) {
  .page-shop-ttl,
  .page-common-section-heading {
    font-size: 24px;
  }
  .page-common-section-heading.min {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  section#voice .container .customer_voice_container h2 {
    font-size: 24px;
  }
}
/* .page-shop-ttl::before,
.page-common-section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #515050;
  transform: translateY(-50%);
}
.page-shop-ttl::after,
.page-common-section-heading::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 32px;
  height: 1px;
  background: #515050;
  transform: translateY(-50%);
} */

/* =========================
   page-shop-reason
========================= */

.page-shop-reason {
  background: #fdf7f4;
  padding: 0 0 111px;
}

/* PCï¼2å / SPï¼1å */
.page-shop-reason__grid {
  margin: 0;
  padding: 0;
  list-style: none;

  display: grid;
  grid-template-columns: repeat(2, 472px);
  gap: 16px;
}

/* ã«ã¼ã */
.page-shop-reason__card {
  width: 472px;
  height: auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  overflow: hidden;

  padding: 18px 18px 16px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
}

/* è¦åºãï¼çªå·ï¼ã¿ã¤ãã«ï¼ */
.page-shop-reason__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  flex: 0 0 auto;
  align-items: center;
}

.page-shop-reason__num {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  background: #1aa37a;
  color: #fff;
  flex: 0 0 26px;
}

.page-shop-reason__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #515050;
  border-bottom: none;
  text-align: left;
  font-family:
    'Noto Sans JP',
    system-ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    'Hiragino Kaku Gothic ProN',
    'Hiragino Sans',
    'Yu Gothic',
    'Meiryo',
    sans-serif;
}

/* ç»åï¼èãã°ã¬ã¼èæ¯ï¼è§ä¸¸ï¼ */
.page-shop-reason__media {
  margin: 0 0 12px;
  background: #e9ecea;
  border-radius: 12px;
  overflow: hidden;
}

.page-shop-reason__media img {
  width: 100%;
  height: 293px;
  object-fit: cover;
  display: block;
}

/* æ¬æ */
.page-shop-reason__body {
  display: grid;
  gap: 10px;
  flex: 1 1 auto;
  align-content: start;
}

.page-shop-reason__text {
  margin: 0;
  font-size: clamp(14px, 2vw, 16px);
  color: #515050;
}

/* é»è²ãã¼ã«ã¼ */
.page-shop-reason__hl {
  background: linear-gradient(transparent 58%, #ffe58b 58%);
  padding: 0 0.12em;
  font-weight: 400;
  color: #515050;
}

/* =========================
   page-shop-address
========================= */
.page-shop-address {
  background: #fff;
  color: #222;
  padding: 10px 0 40px;
}

/* è¦åºã + ç·ã®ä¸ç· */
.page-shop-address__title {
  margin: 0 0 26px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  position: relative;
  padding-bottom: 14px;
}

.page-shop-address__title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #19a86b; /* ç»åã®ç·ã©ã¤ã³ */
}

/* ãã­ãã¯éé */
.page-shop-address__block {
  margin-top: 26px;
}

/* ã©ãã«å±éï¼è§ä¸¸ãªãã®åè§ï¼ */
.page-shop-address__label {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 0; /* è§ä¸¸ãªã */
  margin: 0 0 14px;
}

/* å°ä¸ï¼éæ  */
.page-shop-address__label--subway {
  background: #d1eee4;
  border-color: #d1eee4;
  color: #19ab7a;
}

/* å°ä¸ï¼èãç·èæ¯ */
.page-shop-address__label--ground {
  background: #d1eee4;
  border-color: #d1eee4;
  color: #19ab7a;
}

/* æé ï¼çªå·ä»ãï¼ */
.page-shop-address__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: addr-step;
}

.page-shop-address__steps > li {
  counter-increment: addr-step;
  position: relative;
  padding-left: 34px;
  font-size: 20px;
  color: #444444;
  font-weight: 600;
  margin: 6px 0;
}

/* ã1.ãã®è¡¨ç¤º */
.page-shop-address__steps > li::before {
  content: counter(addr-step) '.';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #333;
}

/* =========================
   page-shop-problem (new block)
========================= */
.page-shop-problem-ttl {
  font-size: clamp(20px, 2.2vw, 26px);
  text-align: center;
  font-weight: 600;
  font-family:
    'Hiragino Kaku Gothic ProN',
    'Hiragino Sans',
    'Noto Sans JP',
    -apple-system,
    BlinkMacSystemFont,
    'Helvetica Neue',
    Arial,
    'Yu Gothic',
    'Meiryo',
    sans-serif;
  padding-bottom: 55px;
}

.page-shop-problem {
  background: #f7f1e7; /* ç»åã®ãã¼ã¸ã¥ */
  padding: 56px 0 64px;
}

/* h2 ã¯æ¢å­ã¯ã©ã¹ãå°éãå¿è¦ãªãä½ç½ã ãè£å© */
.page-shop-problem .page-shop-h2 {
  text-align: center;
  margin-bottom: 18px;
}

/* ãªã¼ãæ */
.page-shop-problem__lead {
  margin: 0 auto 52px;
  text-align: center;
  font-size: 18px;
  color: #000;
}

/* ç·ã®ã¿ã°ï¼ä¸­å¤®ã®å¸¯ï¼ */
.page-shop-problem__tag {
  display: inline-block;
  margin: 0 auto 25px;
  padding: 10px 18px;
  background: #d1eee4;
  color: #19ab7a;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* ç½ãæ©ã¿ããã¯ã¹ */
.page-shop-problem__box {
  max-width: 450px;
  margin: 0 auto 50px;
  background: #fff;
  border: 1px solid #e6e1d8;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  padding: 18px 22px;
}

/* ãã§ãã¯ä»ããªã¹ã */
.page-shop-problem__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-shop-problem__item {
  position: relative;
  padding-left: 30px;
  font-size: clamp(16px, 1.7vw, 18px);
  color: #000;
  font-weight: 300;
}

.page-shop-problem__item::before {
  content: 'â';
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 18px;
  height: 18px;
  border: 1.6px solid #515050;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-sizing: border-box;
}

/* ä¸ã®èª¬ææ */
.page-shop-problem__text {
  margin: 0 auto 80px;
  font-size: clamp(16px, 1.7vw, 18px);
  color: #000;
}

.page-shop-problem__text p {
  margin: 0 0 12px;
}

/* CTAç»åï¼ä¸­å¤®å¯ãï¼æå®ã¯ã©ã¹ã®ã¾ã¾ï¼ */
.page-shop-problem .cta_contents {
  margin-top: 10px;
  margin-bottom: 53px;
}

.page-shop-problem .cta_contents img {
  width: min(760px, 100%);
  height: auto;
  display: block;
}

/* äºç´ãã¿ã³ã¯æ¢å­ã® .link2 / .yoyaku ãå°éãã¤ã¤ä½ç½ã ãæ´ãã */
.page-shop-problem .link2 {
  margin-top: 8px;
}

/* PCè¡¨ç¤º */

.page-shop-problem__ctaPic--sp {
  display: none;
}
.page-shop-problem__ctaPic--pc {
  display: block;
}
.page-shop-problem__ctaPic--pc picture {
  display: flex;
  justify-content: center;
}

/* å±éï¼ç»åãµã¤ãº */
.page-shop-problem__ctaPic img {
  width: min(760px, 100%);
  height: auto;
  display: block;
}

@media (min-width: 1200px) {
  .container.page-shop-container {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .staff-related__button .col-md-8,
  .voice-related__button .col-md-8 {
    max-width: 28.666667%;
  }
}

@media screen and (max-width: 768px) {
  .page-main,
  .category-main {
    padding-top: 80px;
  }
  .row.custom-gutter > .category-card-wrap {
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 12px;
  }
  .category-card-body {
    padding: 15px;
  }
  .category-eyecatch img {
    height: 90px;
  }
  .page-shop-detail {
    padding: 44px 0;
  }
  .page-shop-detail__frame {
    padding: 18px;
  }
  .page-shop-detail__item {
    flex-basis: 220px;
  }
  .page-shop-detail__picture img {
    height: 115px;
  }
  .page-shop-reason {
    padding: 40px 0;
  }

  .page-shop-reason__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-shop-reason__card {
    width: 100%;
    height: auto;
    padding: 16px 16px 14px;
  }

  .page-shop-reason__media img {
    height: 210px;
  }
  .page-shop-address__title {
    font-size: 20px;
  }

  .page-shop-address__label {
    font-size: 15px;
    padding: 12px 18px;
  }

  .page-shop-address__steps > li {
    font-size: 15px;
    line-height: 2;
    padding-left: 30px;
  }
  .page-shop-problem {
    padding: 40px 0 52px !important;
  }

  .page-shop-problem__lead {
    text-align: left;
  }

  .page-shop-problem__box {
    padding: 16px 16px;
  }

  .page-shop-problem__text {
    text-align: left;
  }
  .page-shop-problem__ctaPic--pc {
    display: none;
  }
  .page-shop-problem__ctaPic--sp {
    display: block;
  }
}

.menu-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 6% auto;
}

@media screen and (max-width: 768px) {
  .menu-nav {
    align-items: stretch;
  }
}

.menu-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border: 1px solid #19ab7a;
  border-radius: 999px;
  color: #19ab7a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .menu-nav__link {
    width: 100%;
    justify-content: center;
  }
}

.menu-nav__link::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #19ab7a;
}

.menu-nav__link:hover {
  text-decoration: none;
  color: #19ab7a;
}

.first-course {
  margin: 50px 0 80px;
}

.first-course-card {
  position: relative;
  max-width: 980px;
  margin: 0 auto 60px;
}

.first-course-card__badge {
  position: absolute;
  top: 24px;
  left: -18px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #e26a6a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.menu-lead__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #515050;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .menu-lead__title {
    font-size: 24px;
  }
}

.menu-lead__title .mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu-lead__title .mobile {
    display: block;
  }
}

.menu-lead__title span {
  color: #19a86b;
}

.menu-lead__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .menu-lead__text {
    margin-top: 24px;
  }
}

.menu-lead__text span {
  font-weight: bold;
  color: #19a86b;
}

.page-section-first-heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 6%;
  color: #515050;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .page-section-first-heading {
    font-size: 24px;
  }
}

.first-course-card__image img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.first-course-flow {
  max-width: 980px;
  margin: 0 auto;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.flow-step {
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: flex-start;
  gap: 36px;
  position: relative;
}

.flow-step + .flow-step {
  padding-top: 28px;
}

.flow-step + .flow-step::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 42.5px solid transparent;
  border-right: 42.5px solid transparent;
  border-top: 31px solid #19ab7a;
}

.flow-step__image img,
.flow-step__image video {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  object-fit: cover;
}

.flow-step__title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #19ab7a;
  margin-bottom: 12px;
}

.flow-step__number {
  color: #19ab7a;
  font-size: 22px;
  font-weight: 700;
}

.flow-step__text {
  color: #515050;
  font-size: 22px;
  font-weight: 600;
}

.flow-step__content p {
  margin: 0;
  color: #515050;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .menu-nav {
    gap: 12px;
  }

  .menu-nav__link {
    padding: 10px 18px;
    font-size: 14px;
  }

  .first-course {
    margin: 40px 0 60px;
  }

  .first-course-card {
    flex-direction: column;
  }

  .first-course-card__body {
    padding: 24px;
  }

  .first-course-card__badge {
    top: 16px;
    left: 16px;
  }

  .first-course-card__price-main {
    font-size: 36px;
  }

  .first-course-card__menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .first-course-card__menu-plus {
    align-self: center;
  }

  .first-course-flow {
    padding: 0 4%;
  }

  .flow-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .flow-step + .flow-step::before {
    top: -20px;
  }
}

.campaign-box {
  position: relative;
  max-width: 980px;
  margin: 60px auto 24px;
}

.campaign-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto 70px;
  padding: 16px 20px;
  background: #e26a6a;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  position: relative;
}

.campaign-cta::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.campaign-cta:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #fff;
}

.monthly-summary {
  padding: 40px;
  border-radius: 20px;
  background-color: #f3fbf8;
}

@media screen and (max-width: 768px) {
  .monthly-summary {
    padding: 16px;
    border-radius: 8px;
  }
}

.monthly-summary__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #444;
  margin: 40px 0 24px;
}

.monthly-summary__title::before,
.monthly-summary__title::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #bdbdbd;
}

.monthly-summary__title span::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #bdbdbd;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}

.monthly-summary {
  max-width: 980px;
  margin: 0 auto 40px;
}

.monthly-summary__fees {
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  border: 1px solid #19a86b;
  overflow: hidden;
  background: #fff;
  justify-content: center;
  align-items: center;
}

.monthly-summary__fee-main {
  flex: 1;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #515050;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .monthly-summary__fee-main {
    font-size: 16px;
  }
}

.monthly-summary__fee-main span {
  display: block;
  margin-top: 8px;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .monthly-summary__fee-main span {
    font-size: 16px;
  }
}

.monthly-summary__fee-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.monthly-summary__fee-list div {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #19a86b;
  border-left: 1px solid #19a86b;
  color: #515050;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .monthly-summary__fee-list div {
    font-size: 16px;
  }
}

.monthly-summary__fee-list div:last-child {
  border-bottom: none;
}

.monthly-summary__plus {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #666;
  margin: 18px 0;
}

.monthly-summary__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.monthly-plan-card.top {
  width: 420px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .monthly-plan-card.top {
    width: 100%;
  }
}

.monthly-plan-card {
  border: 1px solid #19ab7a;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.monthly-plan-card__tag {
  margin: 0;
  background: #19ab7a;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 8px 10px;
  font-weight: 600;
}

.monthly-plan-card__title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 18px 0 6px;
  color: #19ab7a;
}

.monthly-plan-card__price {
  text-align: center;
  font-weight: 700;
  margin: 0 0 16px;
  color: #515050;
}

.monthly-plan-card__caption {
  font-size: 14px;
  font-weight: 600;
  color: #085640;
  text-align: center;
  margin-top: -16px;
}

.monthly-plan-card__caption .mid {
  font-size: 17px;
}

.monthly-plan-card__caption .la {
  font-size: 20px;
}

.monthly-plan-feature-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #515050;
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid #d1eee4;
}

.monthly-plan-card__list {
  padding: 0 16px 16px 32px;
  margin: 0;
  list-style: disc;
  color: #515050;
  font-size: 16px;
  line-height: 1.7;
}

.monthly-summary__note {
  margin: 2% 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #515050;
}

.monthly-carryover {
  max-width: 980px;
  margin: 40px auto 60px;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}

.monthly-carryover__title {
  margin-bottom: 16px;
  color: #19ab7a;
  font-size: clamp(18px, 2rem, 24px);
  font-weight: 700;
  padding: 20px 84.5px;
  background-color: #f3fbf8;
}

@media screen and (max-width: 768px) {
  .monthly-carryover__title {
    padding: 16px;
  }
}

.monthly-carryover__text {
  margin: 0 auto 44px;
  max-width: 760px;
  color: #444;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .monthly-carryover__text {
    font-size: 16px;
    text-align: left;
  }
}

.monthly-carryover__example {
  margin-top: 30px;
}

.monthly-carryover__example img {
  aspect-ratio: 825/583.18;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .monthly-carryover__example img {
    aspect-ratio: 1/1;
  }
}

.monthly-carryover__label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 20px;
  border-radius: 999px;
  background: #19ab7a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.program-section {
  max-width: 980px;
  margin: 60px auto 40px;
  text-align: center;
}

.program-section__text {
  margin: 0 auto 30px;
  color: #000;
  line-height: 1.8;
  text-align: left;
}

.menu-detail__lead {
  margin-bottom: 5%;
  color: #000;
  margin-top: 0;
  font-size: 16px;
}

#first-course,
#monthly-plan,
#menu-detail {
  padding-top: 110px;
  margin-top: -110px;
}

@media screen and (max-width: 768px) {
  #first-course,
  #monthly-plan,
  #menu-detail {
    padding-top: 90px;
    margin-top: -90px;
  }
}

.menu-course {
  border: 1px solid #cccccc;
  padding: 20px 32px 64px;
  margin-bottom: 40px;
  background: #fff;
}

.menu-course__header {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin: 0 -32px;
  margin-bottom: 32px;
  padding-bottom: 16px;
}

.menu-course__header h3 {
  text-align: center;
  font-weight: 600;
  color: #19ab7a;
  border-bottom: none;
  margin: 0 !important;
  font-size: 24px;
}

.menu-course__header h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.menu-course__header span {
  font-size: 13px;
  color: #777;
}

.menu-course__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.menu-course__step {
  background: #d1eee4;
  color: #19ab7a;
  font-weight: 600;
  padding: 19px 22px;
  min-width: 240px;
  text-align: center;
  font-size: 22px;
}

.menu-course__arrow {
  color: #19ab7a;
  font-weight: 700;
}

.menu-course__text {
  line-height: 1.8;
  margin-bottom: 28px;
}

.menu-course__effect-title {
  text-align: center;
}

.menu-course__effect-title span {
  font-weight: 600;
  color: #19a86b;
  margin-bottom: 18px;
  font-size: 16px;
  display: inline-block;
  padding: 4px 24px;
  background-color: #d1eee4;
  border-radius: 50px;
}

.menu-course__effects {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px;
}

.menu-course__effects.lead {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .menu-course__effects.lead {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 40px;
  }
}

.menu-course__effect {
  text-align: center;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  background: #fff;
}

.menu-course__effects.lead .menu-course__effect {
  width: 176px;
}

@media screen and (max-width: 768px) {
  .menu-course__effects.lead .menu-course__effect {
    width: 100%;
  }
}
.menu-course__effect img {
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.menu-course__effect span {
  display: block;
  background: #19ab7a;
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
  font-weight: bold;
}

.menu-option-text {
  font-size: 16px;
  margin-top: -16px;
}

.menu-option-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 35px auto 0;
}

.menu-option-grid--compact {
  margin-top: 24px;
}

.menu-option-card {
  flex: 1 1 230px;
  max-width: 300px;
  padding: 11px;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
}

.menu-option-card--outline {
  border: 2px solid #58b89f;
  color: #2aa889;
  background: #fff;
}

.menu-option-card--fill {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #d8f1ea;
  color: #19ab7a;
  max-width: 300px;
  height: 159px;
  padding: 16px 11px;
  gap: 20px;
}

.menu-option-card--fill .menu-option-card__title {
  border-bottom: 1px solid #19ab7a;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.menu-option-card__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.menu-option-card__text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 600;
}

.menu-option-card--outline .menu-option-card__text {
  color: #515050;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .campaign-box {
    margin: 40px auto 20px;
  }

  .campaign-cta {
    margin-bottom: 50px;
    padding: 14px 16px;
    font-size: 14px;
  }

  .monthly-summary__title {
    font-size: 18px;
    gap: 10px;
  }

  .monthly-summary__cards {
    grid-template-columns: 1fr;
  }

  .monthly-carryover {
    padding: 24px 16px;
  }

  .program-section {
    padding: 0 4%;
  }

  .menu-course {
    padding: 16px 16px 24px;
  }

  .menu-course__steps {
    gap: 10px;
  }

  .menu-course__step {
    min-width: 50px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .menu-course__effects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .menu-course__header {
    margin: 0 -16px 22px;
  }
  .menu-course__header h3 {
    font-size: 22px;
  }
  .menu-course__effect span {
    font-size: 14px;
  }
}

.concept-intro {
  padding: 60px 0 0;
}

.concept-intro__title {
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 700;
  color: #515050;
  margin-bottom: 18px;
  text-align: center;
  margin: 0 0 16px;
}

.concept-intro__title .min {
  font-size: clamp(16px, 1.8vw, 20px);
}

.concept-intro__title .min-min {
  font-size: clamp(14px, 1.8vw, 20px);
}

.concept-intro__title--border {
  font-size: clamp(18px, 2.4vw, 24px);
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 2px solid #19a86b;
}

.concept-intro__title--radius {
  text-align: center;
  margin: 0;
  border-bottom: none !important;
}

.concept-intro__title--radius span {
  display: inline-block;
  padding: 4px 24px;
  background-color: #d1eee4;
  border-radius: 50px;
  color: #19a86b;
  font-size: clamp(20px, 1.8vw, 18px);
}

.concept-intro__title--left {
  text-align: left;
}

.concept-intro__title span {
  color: #19a86b;
}

.concept-intro__text {
  margin-top: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.concept-intro__text span {
  font-weight: bold;
  color: #19a86b;
}

.concept-intro__images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 8% 0;
  justify-items: center;
}

.concept-intro__image {
  text-align: center;
}

.concept-intro__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.concept-intro__image figcaption {
  font-weight: 600;
  color: #19ab7a;
  background-color: #d1eee4;
  padding: 5px 0;
}

.concept-intro__banner {
  background: #f3fbf8;
  color: #19ab7a;
  font-weight: 700;
  padding: 14px 20px;
  margin: 0 auto 36px;
  text-align: center;
  font-size: 24px;
}

.concept-intro__kihon {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .concept-intro__kihon {
    margin-top: 40px;
  }
}

.concept-intro__effects {
  margin-top: 47px;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .concept-intro__effects {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.concept-intro__effect {
  width: 176px;
}

@media screen and (max-width: 768px) {
  .concept-intro__effect {
    width: 100%;
  }
}

.concept-intro__kihon-lead {
  margin-top: 47px;
  padding: 20px 0;
  background-color: #f3fbf8;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #19a86b;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .concept-intro__kihon-lead {
    margin-top: 32px;
    font-size: 16px;
    padding: 16px 0;
  }
}

.concept-intro__cards {
  margin-top: 47px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .concept-intro__cards {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.card-option__title {
  height: 32px;
  background-color: #19a86b;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .card-option__title {
    height: 32px;
    font-size: 16px;
  }
}

.card-option__text {
  height: 120px;
  background-color: #f3fbf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .card-option__text {
    font-size: 16px;
    height: auto;
    padding: 12px 8px;
  }
}

.concept-goal {
  padding: 0 16px;
}

.concept-goal__title,
.kogao-section-heading,
.lhalapeel-section-heading,
.beauty-subheading {
  font-size: clamp(20px, 2.4rem, 28px);
  font-weight: 700;
  color: #515050;
  line-height: 1.5;
  border-bottom: 2px solid #19ab7a;
  padding-bottom: 10px;
  margin-bottom: 5%;
  text-align: left;
}

.concept-goal__text {
  line-height: 1.8;
  margin-bottom: 16px;
}

.concept-goal__list {
  padding-left: 1.2em;
  margin-bottom: 16px;
}

.concept-goal__list li {
  list-style: disc;
  margin-bottom: 8px;
  line-height: 1.7;
}

.concept-features {
  padding: 60px 0;
  background: #f5fbf9;
}

.concept-features .container {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .concept-features .container {
    padding: 0 16px;
  }
}

.concept-features__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.concept-feature {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .concept-feature {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.concept-feature__content {
  width: 56%;
}

@media screen and (max-width: 768px) {
  .concept-feature__content {
    width: 100%;
  }
}

.concept-feature__title {
  font-size: 24px;
  font-weight: 700;
  color: #19ab7a;
  margin-bottom: 8px;
}

.concept-feature__text {
  line-height: 1.7;
}

.concept-feature__image {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .concept-feature__image {
    width: 100%;
  }
}

.concept-feature__image img {
  width: 100%;
  border-radius: 12px;
}

.link2 .yoyaku.concept-feature__btn {
  flex-grow: 0;
  justify-content: flex-start !important;
}

.link2 .yoyaku.concept-feature__btn a {
  background: #e25959;
  border: 1px solid #e25959;
  width: 317px;
}

.link2 .yoyaku.concept-feature__btn a:hover {
  background: #c94848;
  border: 1px solid #c94848;
  text-decoration: none;
}

.concept-feature:nth-child(even) .concept-feature__image {
  order: 1;
}

.concept-feature:nth-child(even) .concept-feature__content {
  order: 2;
}

.concept-name {
  padding: 60px 0 80px;
  text-align: center;
}

.concept-name__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5.2%;
  color: #515050;
}

@media screen and (max-width: 768px) {
  .concept-name__title {
    text-align: left;
  }
}

.concept-name__text {
  color: #515050;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .concept-name__text {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .concept-intro {
    padding: 40px 16px 20px;
  }

  .concept-intro__images {
    grid-template-columns: 1fr;
    margin: 8% 5%;
  }

  .concept-intro__banner {
    font-size: 18px;
  }

  .concept-feature__title {
    font-size: 22px;
  }

  .concept-goal__title,
  .kogao-section-heading,
  .lhalapeel-section-heading,
  .beauty-subheading {
    font-size: 22px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .concept-name__title {
    font-size: 20px;
  }

  .concept-features {
    padding: 40px 0;
  }

  .concept-feature {
    grid-template-columns: 1fr;
  }

  .concept-feature:nth-child(even) .concept-feature__image,
  .concept-feature:nth-child(even) .concept-feature__content {
    order: initial;
  }
}

.kogao-intro {
  padding: 60px 0;
}

.kogao-intro-ttl {
  margin-top: 10%;
}

.kogao-intro__img {
  max-width: 640px;
  margin-inline: auto;
}

.kogao-intro__img img {
  aspect-ratio: 56/32;
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .kogao-intro__img img {
    aspect-ratio: auto;
  }
}

.kogao-intro__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  color: #515050;
}

@media screen and (max-width: 768px) {
  .kogao-intro__lead {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.page-common-text {
  color: #515050;
  line-height: 1.8;
  margin: 0 0 16px;
  font-size: 16px;
}

.page-common-text span {
  color: #19a86b;
  font-weight: bold;
}

.kogao-section-heading--underline {
  justify-content: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #19ab7a;
  margin-top: 0;
}

.kogao-section-heading--underline::before {
  display: none;
}

.kogao-section-heading--spaced {
  margin-top: 40px;
}

.kogao-subheading {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin: 32px 0 16px;
}

.kogao-subheading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #19ab7a;
}

.kogao-intro__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.kogao-intro__card {
  border: 1px solid #9bd9c0;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .kogao-intro__card {
    gap: 0px;
  }
}

.kogao-intro__card-title {
  background: #e3f4ec;
  color: #1a8f6a;
  font-weight: 600;
  text-align: center;
  padding: 8px 12px;
  margin: 0 0 16px;
  font-size: 20px;
}

.kogao-intro__card-img img,
.kogao-intro__card-img video {
  aspect-ratio: 416/240;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kogao-recommend {
  padding-bottom: 40px;
}

.kogao-recommend__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 10%;
}

.kogao-recommend__image img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.kogao-recommend__label {
  text-align: center;
  font-weight: 600;
  color: #19ab7a;
  background: #e6f5ee;
  padding: 16px 10px;
  margin: 0;
  font-size: 18px;
}

.page-common-effect {
  background: #f2faf7;
  padding: 60px 0;
}

.page-common-effect__label {
  padding: 4px 20px;
  color: #19a86b;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-flex;
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 8px;
}

.page-common-effect__items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.page-common-effect__item--flex {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.page-common-effect__item--flex .page-common-effect__content {
  width: calc(450 / 1000 * 100%);
  padding-top: 38px;
}

.page-common-effect__title {
  font-size: 24px;
  font-weight: 600;
  color: #19a86b;
  margin-bottom: 12px;
  border-bottom: 0;
  text-align: left;
  margin-top: 0;
}

.page-common-effect__item--flex .page-common-effect__image {
  width: calc(500 / 1000 * 100%);
}
.page-common-effect__image img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .page-common-effect__item--flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .page-common-effect__item--flex .page-common-effect__content {
    width: 100%;
    padding-top: 0;
  }

  .page-common-effect__title {
    font-size: 22px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .page-common-effect__item--flex .page-common-effect__image {
    width: 100%;
  }
}

.kogao-flow {
  padding: 60px 0;
}

.page-common-qa {
  padding: 60px 0;
  background: #f2faf7;
}

.page-common-qa__box {
  max-width: 800px;
  margin: 0 auto;
}

.page-common-qa__item + .page-common-qa__item {
  margin-top: 16px;
}

.page-commo-qa-question {
  background: #19ab7a;
  color: #fff;
  padding: 8px 12px;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 18px;
}

.page-common-qa-answer {
  padding: 12px;
  color: #515050;
  border-top: none;
  line-height: 1.7;
  font-size: 18px;
  text-indent: -27px;
  padding-left: 40px;
}

.page-commo-qa-question span,
.page-common-qa-answer span {
  font-weight: 700;
  text-wrap: nowrap;
}

.page-common-qa-answer span {
  color: #19ab7a;
  padding-right: 8px;
}

.kogao-banner {
  padding: 40px 0 80px;
}

.kogao-banner img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .kogao-hero {
    padding: 50px 0;
  }

  .kogao-intro {
    padding: 40px 0;
  }

  .kogao-intro__cards,
  .kogao-recommend__cards {
    grid-template-columns: 1fr;
  }

  .page-common-effect__item {
    grid-template-columns: 1fr;
  }

  .page-common-effect__image {
    order: -1;
  }
  .kogao-intro__card-title {
    font-size: 16px;
  }
  .kogao-recommend__label {
    font-size: 18px;
    padding: 10px;
  }
  .page-commo-qa-question {
    font-size: 18px;
  }
  .page-common-qa-answer {
    font-size: 16px;
    text-indent: -21px;
    padding-left: 36px;
  }
}

.lhalapeel-intro {
  padding: 60px 0 40px;
}

.lhalapeel-intro__image {
  text-align: center;
  max-width: 376px;
  margin-inline: auto;
}

.lhalapeel-intro__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.lhalapeel-intor__img {
  max-width: 800px;
  margin-top: 40px;
  margin-inline: auto;
  margin-bottom: 80px;
}

.lhalapeel-subheading {
  font-size: 18px;
  font-weight: 600;
  color: #19ab7a;
  text-align: center;
  margin-bottom: 20px;
}

.lhalapeel-note {
  margin-top: 80px;
  max-width: 560px;
  aspect-ratio: 1/1;
}

.lhalapeel-note img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .lhalapeel-intro {
    padding: 40px 0;
  }

  .lhalapeel-note img {
    aspect-ratio: auto;
  }
  .lhalapeel-intro__image img {
    max-width: 300px;
    margin: 0 auto;
  }
}

.lhalapeel-highlight {
  text-align: center;
  color: #19ab7a;
  font-weight: 600;
  background: #fff;
  padding: 30px 0;
  margin: 80px 0 0;
  font-size: 26px;
}

.lhalapeel-highlight__inr {
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .lhalapeel-highlight {
    padding: 16px;
    margin: 40px 0 0;
    font-size: 22px;
  }

  .lhalapeel-highlight__inr {
    font-size: 14px;
  }
}

.lhalapeel-compare,
.lhalapeel-recommend,
.lhalapeel-ingredients,
.lhalapeel-cycle {
  padding: 40px 0;
}

.lhalapeel-ingredients__img {
  max-width: 800px;
  margin-inline: auto;
}

.lhalapeel-ingredients__img img {
  width: 100%;
  object-fit: contain;
}

.lhalapeel-compare__table-wrap,
.lhalapeel-ingredients__table-wrap {
  overflow-x: auto;
  margin-top: 24px;
}

.lhalapeel-compare__table,
.lhalapeel-ingredients__table {
  width: 82%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 640px;
}

.lhalapeel-compare__table th,
.lhalapeel-compare__table td,
.lhalapeel-ingredients__table th,
.lhalapeel-ingredients__table td {
  border: 1px solid #d8e8e0;
  padding: 12px 14px;
  vertical-align: top;
  color: #515050;
}

.lhalapeel-compare__table thead th {
  background: #e6f5ee;
  color: #19ab7a;
  text-align: center;
  font-weight: 600;
}

.lhalapeel-compare__table tbody th {
  width: 20%;
  background: #fff;
  font-weight: 400;
  color: #515050;
}

.lhalapeel-compare__th {
  background-color: #19ab7a !important;
  color: #fff !important;
}

.lhalapeel-compare__table tbody td {
  text-align: center;
  color: #515050;
}

.lhalapeel-compare__table tbody td:last-child {
  color: #e25959;
  font-weight: 600;
  background-color: #fffde8;
}

.lhalapeel-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lhalapeel-recommend__text-box {
  margin-top: 32px;
}

.lhalapeel-recommend__tag {
  display: inline-block;
  background: #e6f5ee;
  color: #19ab7a;
  font-weight: 600;
  padding: 6px 12px;
  margin: 0 0 8px;
}

.lhalapeel-ingredients__table thead th {
  background: #19ab7a;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.lhalapeel-ingredients__table tbody th {
  width: 40%;
  background: #fff;
  font-weight: 400;
  color: #515050;
  text-align: left;
}

.lhalapeel-effect .lhalapeel-note {
  margin: 32px auto 16px;
}

.lhalapeel-flow__note {
  color: #515050;
  font-weight: 500;
  margin-bottom: 5%;
  font-size: 20px;
}

.lhalapeel-cycle__lead {
  text-align: center;
  color: #515050;
  font-weight: 600;
  margin: 24px 0;
  font-size: 22px;
}

.lhalapeel-cycle__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  width: 51%;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .lhalapeel-cycle__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
}

.lhalapeel-cycle__card {
  text-align: center;
  position: relative;
}

.lhalapeel-cycle__card::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(73, 73, 73, 0.85);
  position: absolute;
  top: 0;
  left: 0;
}
.lhalapeel-cycle__card img {
  width: 100%;
  display: block;
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.lhalapeel-cycle__card p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 22px;
}

.lhalapeel-cycle__card p span {
  background: linear-gradient(transparent 75%, #19ab7a 75%);
}
@media screen and (max-width: 768px) {
  .lhalapeel-intro__images {
    grid-template-columns: 1fr;
  }

  .lhalapeel-cycle__grid {
    grid-template-columns: 1fr;
  }

  .lhalapeel-cycle__card p {
    font-size: 16px;
  }
}

.beauty-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 600;
  color: #444;
  margin: 0 0 24px;
}

.beauty-section-heading::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #444;
}

.beauty-mark {
  font-size: 21px;
  vertical-align: super;
  margin-left: 2px;
  position: relative;
  top: 10px;
}

.beauty-intro,
.beauty-mechanism,
.beauty-skin,
.beauty-compare,
.beauty-point,
.beauty-who,
.beauty-reaction {
  padding: 5% 0;
}

.beauty-intro__cards {
  margin-top: 100px;
}

.beauty-intro-textbox {
  margin-top: 40px;
}

.beauty-intro__wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.card-beauty-intro {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #19a86b;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.card-beauty-intro__img {
  width: 180px;
}

.card-beauty-intro__img img,
.card-beauty-intro__img video {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-beauty-intro__body {
  flex-grow: 1;
}

.card-beauty-intro__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  background-color: #19a86b;
}

.card-beauty-intro__list {
  margin-top: 16px;
}

.card-beauty-intro__item {
  font-size: 16px;
  line-height: 1.5;
  color: #515050;
}

.beauty-intro__img {
  margin-top: 40px;
  margin-bottom: 100px;
  max-width: 800px;
  margin-inline: auto;
}

.beauty-intro__img img {
  aspect-ratio: 1001/707.79;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .beauty-intro__img img {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .beauty-intro__cards {
    margin-top: 40px;
  }

  .beauty-intro-textbox {
    margin-top: 20px;
  }

  .beauty-intro__wrap {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .card-beauty-intro {
    padding: 8px;
    gap: 8px;
  }

  .card-beauty-intro__img {
    width: 120px;
  }

  .card-beauty-intro__title {
    height: 30px;
    font-size: 14px;
  }

  .card-beauty-intro__list {
    margin-top: 8px;
  }

  .card-beauty-intro__item {
    font-size: 14px;
  }

  .beauty-intro__img {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.beauty-compare {
  background-color: #f3fbf8;
}

.beauty-faceup__img {
  max-width: 800px;
  margin-inline: auto;
}

.beauty-faceup__img img {
  aspect-ratio: 560/396;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .beauty-faceup__img img {
    aspect-ratio: auto;
  }
}

.beauty-bullet {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  color: #515050;
}

.beauty-bullet li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}

.beauty-bullet li::before {
  content: 'ã»';
  position: absolute;
  left: 0;
  top: 0;
}

.beauty-comment {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 5% 0;
}

.beauty-comment__avatar {
  text-align: center;
  min-width: 134px;
}

.beauty-comment__avatar img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 8px;
}

.beauty-comment__name {
  font-size: 14px;
  margin: 0;
}

.beauty-comment__bubble {
  position: relative;
  border: 1px solid #19ab7a;
  background: #f3fbf8;
  padding: 16px 20px;
  border-radius: 8px;
  color: #515050;
  flex: 1;
  min-height: 134px;
}

.beauty-comment__bubble::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 33%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #19ab7a;
}

.beauty-comment__bubble::after {
  content: '';
  position: absolute;
  left: -18px;
  top: 33%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f3fbf8;
}

.beauty-comment__bubble p {
  margin: 0;
}

.beauty-highlight {
  text-align: center;
  color: #19ab7a;
  font-weight: 600;
  background: #eef8f4;
  padding: 12px 16px;
  border-radius: 6px;
  margin: 20px 0 0;
}

.beauty-mechanism__image {
  margin-top: 40px;
  max-width: 800px;
  margin-inline: auto;
}

.beauty-mechanism__image img {
  aspect-ratio: 640/452;
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .beauty-mechanism__image img {
    aspect-ratio: auto;
  }
}

.beauty-mechanism__text {
  margin-top: 40px;
}

.beauty-mechanism__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.beauty-mechanism__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.card-mechanism__label {
  height: 48px;
  background-color: #19a86b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px 8px 0 0;
  font-size: 19px;
  font-weight: 600;
}

.card-mechanism__img img {
  aspect-ratio: 32/16;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-mechanism__body {
  padding: 16px;
  border-left: 1px solid #19a86b;
  border-bottom: 1px solid #19a86b;
  border-right: 1px solid #19a86b;
  border-radius: 0 0 8px 8px;
}

.card-mechanism__text {
  font-size: 16px;
  line-height: 1.5;
  color: #515050;
  margin-bottom: 0;
}

.beauty-skin__lead {
  text-align: left;
  color: #515050;
  margin-bottom: 16px;
}

.beauty-skin__img {
  margin-top: 60px;
  max-width: 800px;
  margin-inline: auto;
}

.beauty-skin__img img {
  aspect-ratio: 8/4;
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .beauty-skin__img img {
    aspect-ratio: auto;
  }
}

.beauty-skin__wrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.beauty-skin__body {
  width: calc(560 / 1000 * 100%);
}

.beauty-skin__image {
  width: calc(400 / 1000 * 100%);
}

.beauty-skin__image img {
  aspect-ratio: 400/275;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .beauty-skin__img {
    margin-top: 40px;
  }

  .beauty-skin__wrap {
    flex-direction: column;
    gap: 20px;
  }

  .beauty-skin__body {
    width: 100%;
  }

  .beauty-skin__image {
    width: 100%;
  }
}

.beauty-compare__item {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.beauty-compare__item--column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .beauty-compare__item--column {
    display: block;
  }
}

.beauty-compare__item--reverse {
  grid-template-columns: 400px 1fr;
}

.beauty-compare__item--reverse .beauty-compare__text {
  order: 2;
}

.beauty-compare__item--column .beauty-compare__text {
  display: contents;
}

.beauty-compare__item--column .page-common-effect__title {
  order: 1;
  text-align: left;
  width: 100%;
}

.beauty-compare__item--column .page-common-text {
  order: 3;
}

.beauty-compare__item--column .beauty-compare__image {
  order: 2;
  max-width: 560px;
}

.beauty-compare__item--reverse .beauty-compare__image {
  order: 1;
}

.beauty-compare__image img {
  width: 100%;
  border-radius: 8px;
  display: block;
  object-fit: contain;
}

.beauty-effects {
  padding: 60px 0;
}

.beauty-effects__group + .beauty-effects__group {
  margin-top: 32px;
}

.beauty-effects__group--bottom {
  margin-top: 80px;
}

.beauty-effects__title {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #19ab7a;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.beauty-effects__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.beauty-effects__card {
  text-align: center;
  position: relative;
}

.beauty-effects__card::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(73, 73, 73, 0.85);
  position: absolute;
  top: 0;
  left: 0;
}

.beauty-effects__card img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.beauty-effects__card p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 22px;
}

.beauty-effects__card p span {
  background: linear-gradient(transparent 75%, #19ab7a 75%);
}

.beauty-inner {
  padding: 60px 0;
}

.beauty-inner__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  width: 70%;
  margin: auto;
  margin-top: 40px;
}

.beauty-inner__card {
  text-align: center;
  position: relative;
}

.beauty-inner__card::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(73, 73, 73, 0.85);
  position: absolute;
  top: 0;
  left: 0;
}

.beauty-inner__card img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.beauty-inner__card p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 22px;
}

.beauty-inner__card p span {
  background: linear-gradient(transparent 75%, #19ab7a 75%);
}

@media screen and (max-width: 768px) {
  .beauty-effects__group--bottom {
    margin-top: 60px;
  }

  .beauty-effects__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    /* width: 70%;
    margin-inline: auto; */
    margin-top: 20px;
    margin-bottom: 40px;
    /* gap: 44px; */
  }
}

.beauty-point__text-box {
  margin-top: 32px;
}

.beauty-who__grid {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 32px;
  align-items: center;
}

.beauty-who__image img {
  width: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

.beauty-reaction {
  background: #f8f3ea;
}

.beauty-reaction-ttl {
  margin: 0 0 6%;
  text-align: center;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 600;
  color: #19ab7a !important;
  border-bottom: 0;
}

.beauty-reaction__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.beauty-reaction__card {
  border: 1px solid #9bd9c0;
  background: #fff;
  padding: 20px 42px;
}

.beauty-reaction__card h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #19ab7a;
  background: #e6f5ee;
  padding: 6px 10px !important;
  border-bottom: none;
  margin-top: 0;
}

.beauty-flow {
  padding-top: 60px;
}

.beauty-qa .page-common-qa__box {
  max-width: 880px;
}

@media screen and (max-width: 768px) {
  .beauty-section-heading {
    gap: 10px;
  }

  .beauty-mechanism__grid,
  .beauty-who__grid,
  .beauty-compare__item {
    grid-template-columns: 1fr;
  }

  .beauty-compare__item--reverse {
    grid-template-columns: 1fr;
  }

  .beauty-compare__item--reverse .beauty-compare__text,
  .beauty-compare__item--reverse .beauty-compare__image {
    order: initial;
  }

  .beauty-mechanism__cards,
  .beauty-effects__grid {
    grid-template-columns: 1fr;
  }

  .beauty-reaction__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    /* width: 70%;
    margin-inline: auto; */
    margin-top: 20px;
    margin-bottom: 40px;
    /* gap: 44px; */
  }

  .beauty-inner__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    /* width: 70%;
    margin-inline: auto; */
    margin-top: 20px;
    margin-bottom: 40px;
    /* gap: 44px; */
  }

  .beauty-comment {
    gap: 12px;
  }

  .beauty-comment__avatar {
    min-width: 64px;
  }

  .beauty-comment__avatar img {
    width: 56px;
    height: auto;
  }

  .beauty-comment__bubble {
    padding: 12px 14px;
    font-size: 14px;
    min-height: 0;
  }

  .beauty-comment__bubble::before {
    left: -6px;
    border-right-width: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #19ab7a;
  }

  .beauty-comment__bubble::after {
    left: -5px;
    border-right-width: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #f3fbf8;
  }
  .beauty-comment__bubble p {
    font-size: 15px;
    line-height: 1.5;
  }
  .beauty-effects__card p {
    font-size: 16px;
  }

  .beauty-inner__card p {
    font-size: 16px;
  }
  .beauty-reaction__card {
    padding: 16px;
  }
  .beauty-who {
    margin: 5% 0;
  }
  .beauty-reaction-ttl {
    margin: 5% 0;
  }
}

.faq-section h2 {
  margin-bottom: 16px;
}

.u-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }

  .u-desktop {
    display: none;
  }
}

/* ========== SP ãã©ã³ããµã¤ãºçµ±ä¸ (3/26) ========== */
@media screen and (max-width: 768px) {
  .page-title-wrap__txt {
    font-size: 24px;
  }

  .concept-intro__title {
    font-size: 24px;
  }

  .concept-intro__title--border {
    font-size: 24px;
  }

  .monthly-plan-card__title {
    font-size: 20px;
  }

  .monthly-plan-card__price {
    font-size: 20px;
  }

  .beauty-highlight {
    font-size: 16px;
  }

  .menu-course__header span {
    font-size: 16px;
  }

  .menu-course__effect-title span {
    font-size: 18px;
  }

  /* åºèã»ã¹ã¿ãããã¼ã¸ h2/h3 çµ±ä¸ */
  .shop-area__title {
    font-size: 24px;
  }

  .page-shop-h2 {
    font-size: 24px;
  }

  .page-shop-reason__title {
    font-size: 18px;
  }

  .page-shop-reason__text {
    font-size: 16px;
  }

  .staff-detail__section-title {
    font-size: 22px;
  }

  .staff-detail__content {
    font-size: 16px;
  }

  .staff-related__title {
    font-size: 22px;
  }

  .staff-detail__shop,
  .staff-detail__role {
    font-size: 16px;
  }

  /* ã¹ã¿ããè©³ç´° */
  .staff-detail__name {
    font-size: 26px;
    margin: 6px 0 24px;
  }

  .link2.staff-related__button .yoyaku a {
    font-size: 18px;
  }

  /* ã©ã©ãã¼ã«ãç¶ç¶ãã¦ãã1pxä¸ã */
  .concept-intro__title--radius .min-1 {
    font-size: 19px;
  }
}

/* .marker moved to css/style.css (å±éå) */
