@charset "UTF-8";
/* ============================================================
   legacy.css — 既存ページ移植用スコープCSS（自動生成）
   生成: tools/scope_legacy_css.py
   旧テーマのCSSを .l-legacy 配下に限定して束ねたもの。
   直接編集しないこと。修正は旧CSS側を直してから再生成する。
   ※旧フォント指定を保持（完全LP型ページ用）
============================================================ */

/* ---------- access.css ---------- */
.l-legacy .l-section--access {
  padding: 65px 0 60px;
  background-color: #fff;
}
.l-legacy .l-access-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-legacy .c-access-box {
  background-color: #fff;
  border: 1px solid var(--col-accent);
  width: 809px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.l-legacy .c-access-box__clinic-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 700;
  color: #666;
  margin: 0 0 20px 0;
  text-align: center;
  padding: 0 24px 6px;
  border-bottom: 1px solid var(--col-accent);
}
.l-legacy .c-access-box__address {
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  font-weight: 600;
  color: #666;
  margin: 0 0 25px 0;
  text-align: center;
  line-height: 1.6;
}
.l-legacy .c-access-box__transport {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.l-legacy .c-access-box__transport-item {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  font-weight: 600;
  color: #666;
  margin: 0;
  line-height: 26px;
}
.l-legacy .l-section--access-map {
  padding: 0 0 110px 0;
  background-color: #fff;
}
.l-legacy .l-access-map {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-legacy .c-access-map__wrapper {
  width: 100%;
  max-width: 1054px;
  height: 592px;
  overflow: hidden;
}
.l-legacy .c-access-map__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 1200px) {
.l-legacy .c-access-box {
    width: 90%;
    max-width: 809px;
  }
.l-legacy .c-access-map__wrapper {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
.l-legacy .l-section--access {
    padding: 40px 0 30px;
  }
.l-legacy .l-section--access-map {
    padding: 0 0 60px 0;
  }
.l-legacy .c-access-box {
    width: 95%;
    padding: 40px 30px;
  }
.l-legacy .c-access-box__clinic-name {
    font-size: 20px;
  }
.l-legacy .c-access-box__address {
    font-size: 16px;
  }
.l-legacy .c-access-box__divider {
    width: 100%;
    max-width: 315px;
  }
.l-legacy .c-access-box__transport-item {
    font-size: 16px;
  }
.l-legacy .c-access-map__wrapper {
    height: 400px;
  }
}
@media (max-width: 480px) {
.l-legacy .c-access-box {
    padding: 30px 20px;
  }
.l-legacy .c-access-box__clinic-name {
    font-size: 18px;
  }
.l-legacy .c-access-box__address {
    font-size: 14px;
  }
.l-legacy .c-access-box__transport-item {
    font-size: 14px;
  }
.l-legacy .c-access-map__wrapper {
    height: 300px;
  }
}

/* ---------- campaign.css ---------- */
.l-legacy .l-section--campaign {
  padding: 45px 0 70px;
  background-color: #fff;
}
.l-legacy .l-container--campaign {
  max-width: 1370px;
}
.l-legacy .l-campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  justify-items: center;
  gap: 15px;
  margin-bottom: 70px;
}
.l-legacy .c-campaign-card {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
.l-legacy .c-campaign-card__wrapper {
  background-color: #F2F9FB;
  border: 1px solid #2A9CAE;
  border-radius: 6px;
  padding: 35px 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.l-legacy .c-campaign-card__header {
  background-color: var(--col-main);
  padding: 8px 12px;
  text-align: center;
  margin: 0 0 20px 0;
  flex-shrink: 0;
}
.l-legacy .c-campaign-card__image {
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-legacy .c-campaign-card__img {
  width: 100%;
  max-width: 245px;
  height: auto;
  object-fit: contain;
  display: block;
}
.l-legacy .c-campaign-card__title {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0;
}
.l-legacy .c-campaign-card__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
  flex: 1;
}
.l-legacy .c-campaign-card__discount {
  text-align: center;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  color: #333;
}
.l-legacy .c-campaign-card__discount p {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  color: #333;
  margin: 0;
}
.l-legacy .c-campaign-card__discount * {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
}
.l-legacy .c-campaign-card__description {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #333;
  line-height: 29px;
  margin: 0;
  text-align: center;
}
.l-legacy .c-campaign-card__price {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #e6717f;
  line-height: 29px;
  margin: 0;
  text-align: center;
}
.l-legacy .c-campaign-card__period {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.l-legacy .l-campaign__button {
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
}
.l-legacy .c-btn--news-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #54b7c6;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 48px 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 280px;
  height: 50px;
  gap: 8px;
  position: relative;
}
.l-legacy .c-btn--news-list:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(84, 183, 198, 0.3);
}
.l-legacy .c-btn--news-list .c-btn__arrow {
  position: absolute;
  right: 32px;
}
@media (max-width: 1200px) {
.l-legacy .c-campaign-card__title {
    font-size: 20px;
  }
.l-legacy .c-campaign-card__description {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
.l-legacy .c-campaign-card__price {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
.l-legacy .l-section--campaign {
    padding: 30px 0 50px;
  }
.l-legacy .l-campaign-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
.l-legacy .c-campaign-card__content {
    gap: 30px;
  }
.l-legacy .c-campaign-card__title {
    font-size: 18px;
  }
.l-legacy .c-campaign-card__price {
    font-size: 18px;
  }
.l-legacy .c-campaign-card__period {
    font-size: 14px;
  }
.l-legacy .c-btn--news-list {
    width: 100%;
    max-width: 280px;
  }
}
@media (max-width: 480px) {
.l-legacy .l-campaign-grid {
    gap: 20px;
  }
.l-legacy .c-campaign-card__content {
    gap: 15px;
  }
.l-legacy .c-campaign-card__title {
    font-size: 16px;
  }
.l-legacy .c-campaign-card__image {
    margin-bottom: 30px;
  }
.l-legacy .c-campaign-card__description {
    font-size: 16px;
  }
.l-legacy .c-campaign-card__price {
    font-size: 16px;
  }
.l-legacy .c-campaign-card__period {
    font-size: 13px;
  }
}

/* ---------- case.css ---------- */
.l-legacy .l-section--case-grid {
  padding: 45px 0 50px;
  background-color: #fff;
}
.l-legacy .l-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 85px 36px;
}
.l-legacy .c-case-grid-card {
  background-color: #f5f3ef;
  border-radius: 6px;
  padding: 36px 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.l-legacy .c-case-grid-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--col-main);
  text-align: center;
  letter-spacing: 1.8px;
  margin: 0;
  line-height: 40px;
}
.l-legacy .l-section--case-notice {
  padding: 0 0 70px;
  background-color: #fff;
}
.l-legacy .l-case-notice {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-legacy .c-text--case-notice {
  font-family: 'Noto Sans JP', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 1024px) {
.l-legacy .l-case-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
.l-legacy .l-section--case-grid {
    padding: 40px 0;
  }
.l-legacy .l-case-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
.l-legacy .c-case-grid-card {
    padding: 20px 40px 40px;
    gap: 24px;
  }
.l-legacy .c-case-grid-card__title {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
.l-legacy .l-section--case-notice {
    padding: 0 0 50px;
  }
.l-legacy .c-text--case-notice {
    font-size: 12px;
  }
}

/* ---------- column.css ---------- */
.l-legacy .column-section .column-container__wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.l-legacy .column-section .column-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 30px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
.l-legacy .column-section .column-list {
    width: calc(70% - 40px);
    float: left;
  }
}
@media only screen and (max-width: 768px) {
.l-legacy .column-section .column-list {
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.l-legacy .column-section .column-list .column-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.l-legacy .column-section .column-list .column-item .thumb {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  aspect-ratio: 560 / 382;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
}
.l-legacy .column-section .column-list .column-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin: 0;
  border: none;
}
.l-legacy .column-section .column-list .column-item .thumb:has(.no-image) {
  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;
}
.l-legacy .column-section .column-list .column-item .thumb:has(.no-image) img {
  width: 100px;
  height: auto;
}
.l-legacy .column-section .column-list .column-item .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.l-legacy .column-section .column-list .column-item .c-info-item__content {
  margin-top: 16px;
}
.l-legacy .column-section .column-list .column-item .c-info-item__content .c-info-item__category {
  height: auto;
}
.l-legacy .column-section .column-list .column-item .c-info-item__content .c-info-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.l-legacy .column-section .column-list .column-item .c-info-item__content .c-info-item__meta .date {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}
.l-legacy .column-section .column-list .column-item .c-info-item__content .date-title {
  position: relative;
  display: block;
}
.l-legacy .column-section .column-list .column-item .c-info-item__content .date-title .title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  text-align: left;
  width: 100%;
  margin-top: 8px;
}
.l-legacy .column-section .column-list .column-item .c-info-item__content .date-title .title a {
  color: inherit;
  text-decoration: none;
}
.l-legacy .column-section .column-list .column-item .c-info-item__content .date-title .title a:hover {
  text-decoration: underline;
}
.l-legacy .column-section .page-sidebar {
  position: relative;
  max-width: 300px;
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 769px) {
.l-legacy .column-section .page-sidebar {
    position: sticky;
    top: 148px;
    left: 0;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
.l-legacy .column-section .page-sidebar {
    margin-top: 60px;
    width: 100%;
    max-width: 100%;
  }
}
.l-legacy .column-section .page-sidebar .sidebar-block {
  position: relative;
}
.l-legacy .column-section .page-sidebar .sidebar-block .block-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #757575;
}
@media only screen and (max-width: 768px) {
.l-legacy .column-section .page-sidebar .sidebar-block .block-title {
    padding-bottom: 14px;
  }
}
.l-legacy .column-section .page-sidebar .sidebar-block .block-content {
  position: relative;
  margin-top: 20px;
}
.l-legacy .column-section .page-sidebar .sidebar-block .sidebar-form {
  position: relative;
  display: block;
}
.l-legacy .column-section .page-sidebar .sidebar-block .sidebar-form .form-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.l-legacy .column-section .page-sidebar .sidebar-block .sidebar-form .form-layout .form-input {
  position: relative;
  display: block;
  padding: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  height: 50px;
  text-align: left;
  outline: none;
  border: 1px solid #8E8380;
  border-right: none !important;
  border-radius: 4px 0 0 4px;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: calc(100% - 50px);
  max-width: 100%;
  margin: 0;
}
.l-legacy .column-section .page-sidebar .sidebar-block .sidebar-form .form-layout .form-input:placeholder {
  color: #8E8380;
}
.l-legacy .column-section .page-sidebar .sidebar-block .sidebar-form .form-layout .form-submit {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0 4px 4px 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}
.l-legacy .column-section .page-sidebar .sidebar-block .sidebar-form .form-layout .form-submit:hover {
  background: #232323;
}
.l-legacy .column-section .page-sidebar .sidebar-block .sidebar-form .form-layout .form-submit img {
  position: relative;
  display: block;
  width: 20px;
  height: auto;
  margin: 0;
  border: none;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list {
  position: relative;
  display: block;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list > li {
  position: relative;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list > li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px dashed #8E8380;
  margin-bottom: 20px;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item {
  position: relative;
  display: block;
  width: 100%;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item::after {
  content: "";
  display: block;
  clear: both;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item .thumb {
  position: relative;
  display: block;
  float: left;
  width: 100px;
  aspect-ratio: 560 / 386;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  z-index: 0;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin: 0;
  border: none;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item .content {
  position: relative;
  display: block;
  width: calc(100% - 120px);
  float: right;
  padding-top: 2px;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item .content .date {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  text-align: left;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item .content .title {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 6px;
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item .content .title a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item .content .title a {
    text-decoration: underline;
  }
}
.l-legacy .column-section .page-sidebar .sidebar-block .popular-list .popular-item .content .title a:hover {
  text-decoration: underline;
}
.l-legacy .column-section .page-sidebar .sidebar-block .category-list {
  position: relative;
  display: block;
}
.l-legacy .column-section .page-sidebar .sidebar-block .category-list li {
  position: relative;
  border-bottom: 1px dashed #8E8380;
}
.l-legacy .column-section .page-sidebar .sidebar-block .category-list .category-link {
  position: relative;
  display: block;
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  padding: 20px 0;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  margin: 0;
}
.l-legacy .column-section .page-sidebar .sidebar-block .category-list .category-link:hover {
  text-decoration: underline;
}
.l-legacy .column-section .page-sidebar .sidebar-block + .sidebar-block {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
.l-legacy .column-section .page-sidebar .sidebar-block + .sidebar-block {
    margin-top: 40px;
  }
}
.l-legacy .single-column .column-title {
  margin-bottom: 2.4rem;
}
@media print, screen and (min-width: 769px) {
.l-legacy .single-column .l-single-post {
    float: left;
    width: calc(70% - 40px);
  }
}
.l-legacy .single-column .l-single-post article p {
  line-height: 1.8;
  margin-top: 24px;
}
.l-legacy .single-column .l-single-post article h2 {
  font-size: 20px;
  position: relative;
  margin-top: 48px;
  margin-bottom: 24px;
  padding-bottom: 18px;
}
.l-legacy .single-column .l-single-post article h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #C7C7C7;
  z-index: 0;
}
.l-legacy .single-column .l-single-post article h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 2px;
  background-color: #757575;
  z-index: 1;
}
.l-legacy .single-column .l-single-post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.l-legacy .single-column .l-single-post__title {
  font-size: 24px;
  margin-top: 20px;
}
.l-legacy .single-column .single-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  margin: 3.2rem 0;
}
.l-legacy .single-column .l-single-post__footer {
  margin-top: 50px;
  text-align: center;
}
.l-legacy .single-column .single-pagination {
  position: relative;
  padding: 24px 0 0;
  margin: 50px 0 0;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 768px) {
.l-legacy .single-column .single-pagination {
    padding: 24px 0 0;
  }
}
.l-legacy .single-column .single-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 160px;
  background: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
.l-legacy .single-column .single-pagination::before {
    height: 120px;
  }
}
.l-legacy .single-column .single-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.l-legacy .single-column .single-pagination .page-link {
  position: relative;
  display: block;
  width: 40%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  z-index: 0;
}
.l-legacy .single-column .single-pagination .page-link .label {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
.l-legacy .single-column .single-pagination .page-link .label {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.l-legacy .single-column .single-pagination .page-link .thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  aspect-ratio: 3/2;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 20px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
.l-legacy .single-column .single-pagination .page-link .thumb {
    margin-bottom: 18px;
  }
}
.l-legacy .single-column .single-pagination .page-link .thumb img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  margin: 0;
  border: none;
}
.l-legacy .single-column .single-pagination .page-link .thumb:has(.no-image) {
  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;
}
.l-legacy .single-column .single-pagination .page-link .thumb:has(.no-image) img {
  width: 100px;
  height: auto;
}
.l-legacy .single-column .single-pagination .page-link .content {
  position: relative;
}
.l-legacy .single-column .single-pagination .page-link .content .date {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
.l-legacy .single-column .single-pagination .page-link .content .date {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.l-legacy .single-column .single-pagination .page-link .content .title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
.l-legacy .single-column .single-pagination .page-link .content .title {
    font-size: 14px;
    line-height: 21px;
  }
}
.l-legacy .single-column .single-pagination .page-link::before {
  content: "";
  position: absolute;
  top: 100px;
  width: 26px;
  height: 9px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
.l-legacy .single-column .single-pagination .page-link::before {
    width: 16px;
    height: 6px;
  }
}
.l-legacy .single-column .single-pagination .page-link.prev {
  float: left;
}
.l-legacy .single-column .single-pagination .page-link.prev .label {
  text-align: left;
}
.l-legacy .single-column .single-pagination .page-link.next {
  float: right;
}
.l-legacy .single-column .single-pagination .page-link.next .label {
  text-align: right;
}
.l-legacy .single-column .single-pagination .page-link:hover .thumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.l-legacy .single-column .single-pagination .page-link:hover .content .title {
  text-decoration: underline;
}

/* ---------- cta.css ---------- */
.l-legacy .l-section--cta {
  padding: 85px 0;
  background-color: #f9f8f5;
}
.l-legacy .l-container--cta {
  max-width: 1000px;
}
.l-legacy .l-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.l-legacy .l-cta-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.l-legacy .l-cta-right {
  flex-shrink: 0;
}
.l-legacy .c-heading--cta {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 3.2px;
}
.l-legacy .c-label--cta {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--col-main);
  letter-spacing: 1.82px;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.l-legacy .l-cta-phone {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-legacy .l-cta-phone:hover {
  opacity: 0.8;
}
.l-legacy .c-cta-phone__icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.l-legacy .c-cta-phone__icon img {
  width: 25px;
  height: 25px;
}
.l-legacy .c-cta-phone__number {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--col-main);
  margin: 0;
  letter-spacing: 0;
}
.l-legacy .l-cta-buttons {
  display: flex;
  gap: 20px;
}
.l-legacy .c-cta-button {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}
.l-legacy .c-cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.l-legacy .c-cta-button--web {
  background-color: rgba(233,218,203,1);
}
.l-legacy .c-cta-button--phone {
  background-color: #7bcdcb;
}
.l-legacy .c-cta-button__icon {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(.3);
}
.l-legacy .c-cta-button__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  letter-spacing: 1.6px;
  margin: 0;
}
@media (max-width: 768px) {
.l-legacy .l-section--cta {
    padding: 80px 0;
  }
.l-legacy .l-cta-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
.l-legacy .l-cta-left {
    align-items: center;
    text-align: center;
  }
.l-legacy .c-heading--cta {
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 10px;
    text-align: center;
  }
.l-legacy .c-label--cta {
    text-align: center;
    margin-bottom: 30px;
  }
.l-legacy .l-cta-phone {
    justify-content: center;
  }
.l-legacy .l-cta-buttons {
    gap: 30px;
  }
.l-legacy .c-cta-button {
    width: 160px;
    height: 160px;
  }
.l-legacy .c-cta-button__text {
    font-size: 14px;
  }
.l-legacy .c-cta-phone__number {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
.l-legacy .l-cta-content {
    gap: 30px;
  }
.l-legacy .c-heading--cta {
    font-size: 20px;
  }
.l-legacy .l-cta-buttons {
    gap: 20px;
  }
.l-legacy .c-cta-button {
    width: 140px;
    height: 140px;
  }
.l-legacy .c-cta-phone__number {
    font-size: 20px;
  }
}

/* ---------- doctor.css ---------- */
.l-legacy .l-section--doctor-profile {
  padding: 40px 0 150px;
  background-color: #fff;
}
.l-legacy .l-doctor-profile {
  display: flex;
  justify-content: center;
}
.l-legacy .l-doctor-profile__wrapper {
  width: 1078px;
  background-color: #f9f9f9;
  padding: 75px 40px 55px 110px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 auto;
}
.l-legacy .l-doctor-profile__content {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.l-legacy .l-doctor-profile__image {
  flex-shrink: 0;
  width: 217px;
  height: 253px;
  overflow: hidden;
}
.l-legacy .l-doctor-profile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-legacy .l-doctor-profile__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.l-legacy .l-doctor-profile__info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 146px;
  height: 1px;
  background: var(--col-accent);
}
.l-legacy .c-text--doctor-clinic {
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin: 0 0 5px 0;
  line-height: 29px;
}
.l-legacy .c-text--doctor-position {
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 29px;
}
.l-legacy .c-heading--doctor-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px 0;
  line-height: 46px;
  letter-spacing: 0;
}
.l-legacy .c-text--doctor-name-en {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin: 0 0 25px 0;
  line-height: 46px;
  letter-spacing: 0;
}
.l-legacy .c-heading--doctor-name__divider {
  width: 146px;
  height: 1px;
  background-color: #333;
  margin: 0 0 50px;
  margin-left: 547px;
  align-self: flex-start;
}
.l-legacy .l-doctor-profile__description {
  width: 929px;
  margin: 0 auto;
  padding: 0;
}
.l-legacy .c-text--doctor-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 40px;
  letter-spacing: 2.4px;
  margin: 0;
  text-align: left;
}
@media (max-width: 1200px) {
.l-legacy .l-doctor-profile__wrapper {
    width: 90%;
    max-width: 1078px;
    padding: 60px 40px;
  }
.l-legacy .l-doctor-profile__description {
    width: 100%;
  }
.l-legacy .c-text--doctor-description {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
.l-legacy .l-doctor-profile__wrapper {
    padding: 50px 30px;
  }
.l-legacy .c-text--doctor-description {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }
}
@media (max-width: 768px) {
.l-legacy .l-section--doctor-profile {
    padding: 60px 0;
  }
.l-legacy .l-doctor-profile__wrapper {
    padding: 40px 20px;
  }
.l-legacy .l-doctor-profile__content {
    gap: 30px;
    margin-bottom: 40px;
  }
.l-legacy .l-doctor-profile__content {
    flex-direction: column;
    align-items: center;
  }
.l-legacy .l-doctor-profile__info {
    text-align: center;
    align-items: center;
  }
.l-legacy .l-doctor-profile__info::after {
    left: 50%;
    transform: translateX(-50%);
  }
.l-legacy .l-doctor-profile__image {
    width: 180px;
    height: 210px;
  }
.l-legacy .c-text--doctor-clinic, .l-legacy .c-text--doctor-position {
    font-size: 18px;
  }
.l-legacy .c-heading--doctor-name, .l-legacy .c-text--doctor-name-en {
    font-size: 24px;
  }
.l-legacy .c-text--doctor-description {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 480px) {
.l-legacy .l-doctor-profile__wrapper {
    padding: 30px 15px;
  }
.l-legacy .l-doctor-profile__image {
    width: 150px;
    height: 175px;
  }
.l-legacy .c-text--doctor-clinic, .l-legacy .c-text--doctor-position {
    font-size: 16px;
  }
.l-legacy .c-heading--doctor-name, .l-legacy .c-text--doctor-name-en {
    font-size: 20px;
  }
.l-legacy .c-text--doctor-description {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.4px;
  }
}

/* ---------- faq.css ---------- */
.l-legacy .l-section--faq {
  padding: 60px 0 150px;
}
.l-legacy .l-faq-contact {
  max-width: 730px;
  background: #fff;
  margin: 0 auto;
  margin-top: 305px;
  padding: 35px 20px 15px;
  text-align: center;
}
.l-legacy .c-text--faq-contact {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 19px;
  margin-bottom: 20px;
}
.l-legacy .l-faq-contact__button {
  text-align: center;
}
.l-legacy .c-btn--contact-page {
  background-color: #fff;
  color: #d2bb42;
  border: 1px solid #d2bb42;
  border-radius: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 9px;
  display: inline-block;
  transition: all 0.3s ease;
  width: 200px;
}
.l-legacy .c-btn--contact-page:hover {
  background-color: #d2bb42;
  color: #fff;
  opacity: 0.9;
}
@media (max-width: 768px) {
.l-legacy .l-section--faq {
    padding: 60px 0;
  }
.l-legacy .l-faq-contact {
    margin-top: 150px;
  }
.l-legacy .c-text--faq-contact {
    font-size: 14px;
  }
.l-legacy .c-btn--contact-page {
    font-size: 16px;
    padding: 12px 28px;
  }
}
@media (max-width: 480px) {
.l-legacy .l-faq-contact {
    padding: 30px 15px;
  }
}

/* ---------- information.css ---------- */
.l-legacy .l-section--information {
  padding: 60px 0 75px;
}
.l-legacy .l-info-tabs {
  justify-content: center;
}
.l-legacy .l-info-list {
  margin-bottom: 90px;
}
.l-legacy .l-information-pagination {
  text-align: center;
  margin-top: 0;
}
.l-legacy .c-pagination-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  transition: all 0.3s ease;
}
.l-legacy .c-pagination-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
  transition: all 0.3s ease;
}
.l-legacy .c-pagination-link:hover {
  color: #54b7c6;
}
.l-legacy .c-pagination-link:hover::after {
  background-color: #54b7c6;
}
@media (max-width: 768px) {
.l-legacy .l-section--information {
    padding: 60px 0;
  }
.l-legacy .l-info-list {
    margin-bottom: 40px;
  }
.l-legacy .l-information-pagination {
    margin-top: 0;
  }
.l-legacy .c-pagination-link {
    font-size: 20px;
  }
}

/* ---------- main.css ---------- */
.l-legacy {
  --col-main: #54B7C6;
  --col-accent: #d2bb42;
}
.l-legacy * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.l-legacy {
  font-size: 16px;
  scroll-behavior: smooth;
}
.l-legacy {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', 'MS PGothic', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}
.l-legacy img {
  max-width: 100%;
  height: auto;
  display: block;
}
.l-legacy a {
  text-decoration: none;
  color: inherit;
}
.l-legacy button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.l-legacy ul {
  list-style: none;
}
.l-legacy .c-btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  position: relative;
}
.l-legacy .c-btn--primary {
  background-color: #4a90e2;
  color: #fff;
}
.l-legacy .c-btn--primary:hover {
  background-color: #357abd;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(74, 144, 226, 0.3);
}
.l-legacy .c-btn--outline {
  background-color: #fff;
  color: #333;
  border: 1px solid var(--col-main);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding: 12px 48px 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 280px;
  height: 50px;
  justify-content: center;
}
.l-legacy .c-btn--outline-wide {
  width: 325px;
}
.l-legacy .c-btn--outline:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(84, 183, 198, 0.3);
}
.l-legacy .c-btn__arrow {
  position: absolute;
  right: 32px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.l-legacy .l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 480px) {
.l-legacy .l-container {
    padding: 0 15px;
  }
}
.l-legacy .l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  z-index: 1000;
  height: 80px;
}
.l-legacy .l-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.l-legacy .l-header__logo {
  flex-shrink: 0;
  z-index: 1001;
}
.l-legacy .l-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}
.l-legacy .l-header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
.l-legacy .l-header__cta {
  flex-shrink: 0;
}
.l-legacy .c-logo {
  display: block;
}
.l-legacy .c-logo__image {
  height: 66px;
  width: auto;
}
.l-legacy .c-nav {
  display: flex;
  gap: 40px;
}
.l-legacy .c-nav__link {
  font-size: 16px;
  color: #333;
  transition: color 0.3s;
  padding: 10px 0;
}
.l-legacy .c-nav__link:hover {
  color: var(--col-main);
}
.l-legacy .c-hamburger {
  display: none;
  outline: none;
}
.l-legacy .c-hamburger__line {
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
  display: block;
}
.l-legacy .l-header.is-open .c-hamburger__line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.l-legacy .l-header.is-open .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.l-legacy .l-header.is-open .c-hamburger__line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.l-legacy .c-btn--contact {
  background-color: #fff;
  color: var(--col-accent);
  border: 1px solid var(--col-accent);
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 9px 24px;
  width: 200px;
}
.l-legacy .c-btn--contact:hover {
  background-color: var(--col-accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(210, 187, 66, 0.3);
}
@media (max-width: 1330px) {
.l-legacy .l-header__nav {
    gap: 15px;
  }
.l-legacy .c-nav {
    gap: 15px;
  }
}
@media (max-width: 1200px) {
.l-legacy .c-nav__link {
    font-size: 14px;
  }
.l-legacy .c-btn--contact {
    width: 120px;
    font-size: 16px;
    padding: 9px 12px;
  }
}
@media (max-width: 1000px) {
.l-legacy .l-header__hamburger {
    display: flex;
  }
.l-legacy .l-header__nav {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 0;
  }
.l-legacy .l-header.is-open .l-header__nav {
    max-height: 600px;
    overflow-y: auto;
  }
.l-legacy .c-nav {
    flex-direction: column;
    gap: 0;
    padding: 20px 40px;
  }
.l-legacy .c-nav__item {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }
.l-legacy .c-nav__item:last-child {
    border-bottom: none;
  }
.l-legacy .c-nav__link {
    display: block;
    padding: 15px 0;
    font-size: 16px;
  }
.l-legacy .l-header__cta {
    padding: 0 40px 50px;
  }
.l-legacy .l-header.is-open .l-header__cta .c-btn {
    width: 100%;
  }
}
.l-legacy .l-hero {
  margin-top: 80px;
  position: relative;
  height: 670px;
  overflow: hidden;
}
.l-legacy .l-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.l-legacy .l-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 86%;
}
.l-legacy .l-hero__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 56px;
  margin: 0 auto;
  max-width: 1440px;
}
.l-legacy .l-hero__text {
  max-width: 689px;
  display: flex;
  flex-direction: column;
  gap: 16px;

  align-items: center;
  border: 1px solid #fff;
  padding: 40px 20px;
}
.l-legacy .c-hero-title {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 26px;
  margin-bottom: 24px;
  gap: 8px;
}
.l-legacy .c-hero-title__main {
  font-family: 'Playfair Display', 'Shippori Mincho', serif;
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
.l-legacy .c-hero-subtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 26px;
}
.l-legacy .c-hero-subtitle__text {
  font-family: 'Shippori Mincho', serif;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0;
}
.l-legacy .c-hero-subtitle__text._small {
  font-size: 32px
}
@media (max-width: 768px) {
.l-legacy .l-hero {
    height: 600px;
  }
.l-legacy .l-hero__content {
    padding: 80px 20px 30px;
    align-items: flex-end;
  }
.l-legacy .l-hero__text {
    max-width: 100%;
  }
.l-legacy .c-hero-title {
    padding: 10px 20px;
    height: auto;
  }
.l-legacy .c-hero-title__main {
    font-size: 64px;
  }
.l-legacy .c-hero-subtitle {
    max-width: 585px;
    height: auto;
    padding: 10px 20px;
  }
.l-legacy .c-hero-subtitle__text {
    font-size: 24px;
  }
.l-legacy .c-hero-subtitle__text._small {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
.l-legacy .l-hero {
    height: 480px;
  }
.l-legacy .l-hero__content {
    padding-left: 15px;
  }
.l-legacy .l-hero__text {
    gap: 4px;
    padding: 24px 8px;
  }
.l-legacy .c-hero-title {
    margin-bottom: 16px;
    padding: 5px 15px;
  }
.l-legacy .c-hero-title__main {
    font-size: 48px;
  }
.l-legacy .c-hero-subtitle {
    padding: 5px 15px;
  }
.l-legacy .c-hero-subtitle__text {
    font-size: 18px;
  }
.l-legacy .c-hero-subtitle__text._small {
    font-size: 16px;
  }
}
.l-legacy .l-section {
  padding: 64px 0;
}
.l-legacy .l-section:has(.l-section__header._deco) {
  overflow: hidden;
  width: 100%;
}
.l-legacy .l-section__header {
  text-align: center;
  margin-bottom: 60px;
}
.l-legacy .l-section__header._deco {
  padding-bottom: 8px;
  position: relative;
}
.l-legacy .l-section__header._deco::before {
  background: url(../images/heading-bg-deco.webp) no-repeat center/cover;
  bottom: 0;
  content: "";
  height: 88px;
  left: 0;
  margin: 0 calc(50% - 50dvw);
  position: absolute;
  width: 100dvw;
  z-index: -1;
}
.l-legacy .l-section__header--information {
  text-align: center;
  margin-bottom: 60px;
}
.l-legacy .l-section__body {
  position: relative;
}
.l-legacy .c-heading {
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 500;
  color: #333;
  letter-spacing: 3.2px;
  margin: 0 0 10px 0;
}
.l-legacy .c-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--col-main);
  letter-spacing: 2.1px;
  margin: 0;
  text-transform: uppercase;
}
.l-legacy .c-text {
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 768px) {
.l-legacy .l-section {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
.l-legacy .l-section {
    padding: 40px 0;
  }
}
.l-legacy .l-section--about {
  padding: 100px 0 150px;
  overflow: hidden;
}
.l-legacy .l-container--about {
  position: relative;
  display: flex;
  flex-direction: column;
}
.l-legacy .l-section__header--about {
  text-align: left;
}
.l-legacy .c-heading--about {
  font-size: 24px;
}
.l-legacy .l-about__text {
  display: flex;
  flex-direction: column;
}
.l-legacy .l-about__image {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  display: block;
  height: 451px;
  width: 45vw;
}
.l-legacy .l-about__overlay {
  position: absolute;
  top: -100px;
  right: 0;
  width: 78%;
  height: 145%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 0;
  pointer-events: none;
}
.l-legacy .l-about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.l-legacy .c-label--about {
  color: #333;
  font-family: 'Playfair Display', 'Shippori Mincho', serif;
  font-size: 56px;
  line-height: 1.4;
}
.l-legacy .c-text--about {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.6px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
.l-legacy .l-section--about {
    padding: 80px 0;
  }
.l-legacy .l-section__header--about {
    order: 1;
    padding: 0;
  }
.l-legacy .l-section__body--about {
    order: 3;
  }
.l-legacy .l-about__text {
    align-items: center;
  }
.l-legacy .l-about__image {
    position: static;
    width: 100%;
    height: auto;
    order: 2;
    margin-bottom: 20px;
  }
}
.l-legacy .c-heading--menu {
  font-size: 24px;
}
.l-legacy .c-label--menu {
  color: #333;
  font-family: 'Playfair Display', 'Shippori Mincho', serif;
  font-size: 56px;
  line-height: 1.4;
}
.l-legacy .l-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 60px 70px;
  margin-bottom: 70px;
  justify-content: center;
}
.l-legacy .c-menu-card {
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  display: block;
  text-decoration: none;
  color: inherit;
}
.l-legacy .c-menu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.l-legacy .c-menu-card__image {
  width: 100%;
  height: 222px;
  overflow: hidden;
  position: relative;
}
.l-legacy .c-menu-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.l-legacy .c-menu-card:hover .c-menu-card__img {
  transform: scale(1.05);
}
.l-legacy .c-menu-card__content {
  padding: 30px;
  text-align: center;
}
.l-legacy .c-menu-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--col-main);
  letter-spacing: 2.2px;
  margin: 0;
  line-height: 40px;
}
.l-legacy .c-menu-card__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #767676;
  letter-spacing: 1.6px;
  line-height: 40px;
  margin: 0;
}
.l-legacy .l-menu__footer {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (max-width: 768px) {
.l-legacy .l-menu-grid {
    gap: 40px 50px;
  }
}
.l-legacy .l-container--case {
  max-width: 100%;
}
.l-legacy .c-heading--case {
  font-size: 24px;
}
.l-legacy .c-label--case {
  color: #333;
  font-family: 'Playfair Display', 'Shippori Mincho', serif;
  font-size: 56px;
  line-height: 1.4;
}
.l-legacy .l-case-slider__navigation {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
.l-legacy .l-case-slider .swiper-button-prev, .l-legacy .l-case-slider .swiper-button-next {
  position: static;
  color: var(--col-main);
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #fff;
  border: 1px solid var(--col-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-legacy .l-case-slider .swiper-button-prev::after, .l-legacy .l-case-slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
.l-legacy .l-case-slider .swiper-button-prev:hover, .l-legacy .l-case-slider .swiper-button-next:hover {
  background-color: var(--col-main);
  color: #fff;
}
.l-legacy .l-case-slider .swiper-button-prev.swiper-button-disabled, .l-legacy .l-case-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.l-legacy .l-case-slider {
  margin-bottom: 40px;
  position: relative;
}
.l-legacy .l-case-slider .swiper-slide {
  height: auto;
  display: flex;
}
.l-legacy .l-case__footer {
  text-align: center;
}
.l-legacy .l-case-slider .c-case-card {
  background-color: #f5f3ef;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 344px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 10px 35px;
}
.l-legacy .c-case-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: var(--col-main);
  text-align: center;
  margin: 0;
  line-height: 40px;
}
.l-legacy .c-case-card__image {
  position: relative;
  max-width: 230px;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.l-legacy .c-case-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.l-legacy .c-case-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: var(--col-main);
  z-index: 2;
}
.l-legacy .c-case-card__badge--after {
  top: 50%;
}
@media (max-width: 1024px) {
.l-legacy .l-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
.l-legacy .l-case-grid {
    grid-template-columns: 1fr;
  }
.l-legacy .l-case-slider__navigation {
    gap: 10px;
  }
}
.l-legacy .c-heading--information {
  font-size: 24px;
}
.l-legacy .c-label--information {
  color: #333;
  font-family: 'Playfair Display', 'Shippori Mincho', serif;
  font-size: 56px;
  line-height: 1.4;
}
.l-legacy .l-info-tabs {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 48px;
  position: relative;
}
.l-legacy .l-info-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
.l-legacy .l-info__footer {
  text-align: center;
}
.l-legacy .c-info-item {
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  display: block;
}
.l-legacy .c-info-item[data-category] {
  display: block;
}
.l-legacy .c-info-item__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 24px 30px;
  text-decoration: none;
  color: inherit;
}
.l-legacy .c-info-item__heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-legacy .c-info-item__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.l-legacy .c-info-item__date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  flex-shrink: 0;
  line-height: 19px;
}
.l-legacy .c-info-item__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 23px;
  padding: 0;
  border-radius: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
  box-sizing: border-box;
}
.l-legacy .c-info-item__category--campaign {
  background-color: var(--col-main);
  color: #fff;
}
.l-legacy .c-info-item__category--news {
  background-color: var(--col-accent);
  color: #333;
}
.l-legacy .c-info-item__category--info {
  background-color: #e6717f;
  color: #fff;
}
.l-legacy .c-info-item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #333;
  line-height: 1.2;
}
.l-legacy .c-info-item__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  margin: 0;
}
.l-legacy .c-tab {
  padding: 0;
  background-color: #fff;
  border: 1px solid;
  border-radius: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  height: 40px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
.l-legacy .c-tab[data-tab="all"] {
  border-color: var(--col-main);
  color: var(--col-main);
}
.l-legacy .c-tab[data-tab="campaign"] {
  border-color: var(--col-main);
  color: var(--col-main);
}
.l-legacy .c-tab[data-tab="news"] {
  border-color: var(--col-accent);
  color: var(--col-accent);
}
.l-legacy .c-tab[data-tab="info"] {
  border-color: #e6717f;
  color: #e6717f;
}
.l-legacy .c-tab:hover:not(.c-tab--active) {
  background-color: #f8f9fa;
}
.l-legacy .c-tab--active {
  background-color: var(--col-main);
  color: #fff;
  border-color: var(--col-main);
  z-index: 1;
}
.l-legacy .c-tab--active[data-tab="campaign"] {
  background-color: var(--col-main);
  border-color: var(--col-main);
  color: #fff;
}
.l-legacy .c-tab--active[data-tab="news"] {
  background-color: var(--col-accent);
  border-color: var(--col-accent);
  color: #333;
}
.l-legacy .c-tab--active[data-tab="info"] {
  background-color: #e6717f;
  border-color: #e6717f;
  color: #fff;
}
.l-legacy .c-tab--active::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
}
.l-legacy .c-tab--active[data-tab="campaign"]::after {
  border-top-color: var(--col-main);
}
.l-legacy .c-tab--active[data-tab="news"]::after {
  border-top-color: var(--col-accent);
}
.l-legacy .c-tab--active[data-tab="info"]::after {
  border-top-color: #e6717f;
}
.l-legacy .c-tab--active[data-tab="campaign"]:hover {
  background-color: var(--col-main);
  opacity: 0.9;
}
.l-legacy .c-tab--active[data-tab="news"]:hover {
  background-color: var(--col-accent);
  opacity: 0.9;
}
.l-legacy .c-tab--active[data-tab="info"]:hover {
  background-color: #e6717f;
  opacity: 0.9;
}
@media (max-width: 768px) {
.l-legacy .c-info-item__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
.l-legacy .l-info-tabs {
    gap: 10px;
    justify-content: center;
  }
.l-legacy .c-tab {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
.l-legacy .l-info-tabs {
    flex-wrap: wrap;
  }
}
.l-legacy .l-section__header--feature {
  text-align: center;
  margin-bottom: 60px;
}
.l-legacy .c-heading--feature {
  font-size: 24px;
}
.l-legacy .c-label--feature {
  color: #333;
  font-family: 'Playfair Display', 'Shippori Mincho', serif;
  font-size: 56px;
  line-height: 1.4;
}
.l-legacy .l-feature-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.l-legacy .c-feature-item {
  display: flex;
  flex-direction: row-reverse;
}
.l-legacy .c-feature-item--reverse {
  flex-direction: row;
}
.l-legacy .c-feature-item__image {
  max-width: 580px;
  width: 50%;
  max-height: 351px;
  display: block;
  position: relative;
  z-index: 1;
}
.l-legacy .c-feature-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.l-legacy .c-feature-item__content {
  width: 50%;
  height: 100%;
  margin-top: 74px;
  padding: 50px 64px;
  position: relative;
}
.l-legacy .c-feature-item__content::before {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, #54B7C6, #92d1db, #54B7C6);
  width: calc(100% + 185px);
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.l-legacy .c-feature-item--reverse .c-feature-item__content::before {
  left: -185px;
  right: auto;
}
.l-legacy .c-feature-item__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}
.l-legacy .c-feature-item__line {
  width: 60px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 40px;
}
.l-legacy .c-feature-item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 31px;
  margin-bottom: 30px;
  background-color: #fff;
  color: var(--col-main);
  padding: 0 30px;
  display: inline-block;
  width: fit-content;
}
.l-legacy .c-feature-item__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
.l-legacy .c-feature-item {
    flex-direction: column;
  }
.l-legacy .c-feature-item__image {
    width: 90%;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
  }
.l-legacy .c-feature-item__content {
    margin-top: 0;
    width: 100%;
  }
.l-legacy .c-feature-item__content::before, .l-legacy .c-feature-item--reverse .c-feature-item__content::before {
    width: 100%;
    height: calc(100% + 30px);
    top: -30px;
    left: 0;
    right: 0;
  }
}
.l-legacy .l-section--gallery {
  position: relative;
  padding: 90px 0 80px;
}
.l-legacy .c-heading--gallery {
  font-size: 24px;
}
.l-legacy .c-label--gallery {
  color: #333;
  font-family: 'Playfair Display', 'Shippori Mincho', serif;
  font-size: 56px;
  line-height: 1.4;
}
.l-legacy .l-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.l-legacy .c-gallery-item {
  text-align: center;
}
.l-legacy .c-gallery-item__img {
  width: 100%;
  height: 202px;
  object-fit: cover;
  margin-bottom: 0;
  display: block;
  border-radius: 8px;
}
.l-legacy .c-gallery-item__caption {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  letter-spacing: 1.4px;
  margin-top: 10px;
  line-height: 40px;
}
@media (max-width: 1024px) {
.l-legacy .l-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
.l-legacy .l-gallery-grid {
    grid-template-columns: 1fr;
  }
}
.l-legacy .l-section--guide {
  background: linear-gradient(135deg, rgba(233,218,203,.75), rgba(233,218,203,.5), rgba(233,218,203,.75));
}
.l-legacy .c-heading--guide {
  font-size: 24px;
}
.l-legacy .c-label--guide {
  color: #333;
  font-family: 'Playfair Display', 'Shippori Mincho', serif;
  font-size: 56px;
  line-height: 1.4;
}
.l-legacy .c-text--guide {
  text-align: center;
  line-height: 40px;
  margin-bottom: 50px;
}
.l-legacy .l-guide-steps {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.l-legacy .c-step-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.l-legacy .c-step-item__image {
  width: 100%;
}
.l-legacy .c-step-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.l-legacy .c-step-item__content {
  background: #fff;
  padding: 45px 40px;
  border-radius: 8px;
}
.l-legacy .c-step-item__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--col-main);
  letter-spacing: 0.14em;
  margin-bottom: 25px;
}
.l-legacy .c-step-item__line {
  width: 60px;
  height: 1px;
  background-color: var(--col-main);
  margin-bottom: 45px;
}
.l-legacy .c-step-item__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 27px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
.l-legacy .c-step-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
.l-legacy .c-step-item__image {
    height: 200px;
  }
}
.l-legacy .c-heading--faq {
  font-size: 24px;
}
.l-legacy .c-label--faq {
  color: #333;
  font-family: 'Playfair Display', 'Shippori Mincho', serif;
  font-size: 56px;
  line-height: 1.4;
}
.l-legacy .l-faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.l-legacy .c-faq-item {
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}
.l-legacy .c-faq-item__question {
  width: 100%;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  background-color: #fff;
  transition: background-color 0.3s;
}
.l-legacy .c-faq-item__question:hover {
  background-color: #f8f9fa;
}
.l-legacy .c-faq-item__qa {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: var(--col-main);
  min-width: 30px;
  line-height: 1;
}
.l-legacy .c-faq-item__question-text {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #333;
}
.l-legacy .c-faq-item__answer-text {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #333;
}
.l-legacy .c-faq-item__icon {
  width: 28px;
  height: 24px;
  position: relative;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.l-legacy .c-faq-item__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--col-main);
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.l-legacy .c-faq-item .active .c-faq-item__icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.l-legacy .c-faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.l-legacy .c-faq-item__answer-wrapper {
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  background-color: rgba(42, 156, 174, 0.20);
}
.l-legacy .c-faq-item__more {
  text-align: center;
}
@media (max-width: 768px) {
.l-legacy .c-faq-item__question-text, .l-legacy .c-faq-item__answer-text {
    font-size: 16px;
  }
}
.l-legacy .l-footer {
  background-color: var(--col-main);
  color: #fff;
  padding: 60px 0 20px;
}
.l-legacy .l-footer__social {
  background-color: #54b7c6;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.l-legacy .l-footer__social-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2.8px;
}
.l-legacy .l-footer__social-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.l-legacy .c-social-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: opacity 0.3s;
  border-radius: 32px;
}
.l-legacy .c-social-card:hover {
  opacity: 0.8;
}
.l-legacy .c-social-card__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.l-legacy .c-social-card__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  line-height: 1;
  white-space: nowrap;
}
.l-legacy .l-footer__divider {
  height: 1px;
  background-color: #fff;
  margin: 50px 0 40px;
}
.l-legacy .l-footer__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
  padding: 0 20px;
}
.l-legacy .l-footer__info, .l-legacy .l-footer__hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l-legacy .l-footer__map {
  width: 100%;
}
.l-legacy .l-footer__map iframe {
  width: 100%;
  height: 150px;
  border-radius: 8px;
}
.l-legacy .l-footer__nav {
  margin-bottom: 40px;
}
.l-legacy .l-footer__copyright {
  text-align: center;
  padding-top: 20px;
}
.l-legacy .c-heading--footer {
  font-size: 18px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
}
.l-legacy .c-text--footer {
  font-size: 14px;
}
.l-legacy .c-footer-nav__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 3%;
}
.l-legacy .c-footer-nav__link {
  font-size: 14px;
  color: #fff;
  transition: color 0.3s;
}
.l-legacy .c-footer-nav__link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.l-legacy .c-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.l-legacy .c-social-icon:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
.l-legacy .l-footer__social {
    padding: 40px 0 30px;
  }
.l-legacy .l-footer__social .l-container {
    padding: 0 20px;
  }
.l-legacy .l-footer__social-title {
    font-size: 18px;
    letter-spacing: 2.5px;
  }
.l-legacy .l-footer__social-cards {
    gap: 15px;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
  }
.l-legacy .c-social-card {
    width: 100%;
    justify-content: flex-start;
  }
.l-legacy .l-footer__content {
    grid-template-columns: repeat(2, 1fr);
  }
.l-legacy .l-footer__map {
    grid-column: 1/ -1;
  }
.l-legacy .l-footer__nav {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
.l-legacy .l-footer__links {
    flex-direction: column;
    gap: 10px;
  }
.l-legacy .c-footer-nav__list {
    gap: 5px 15px;
  }
}
@media (max-width: 768px) {
.l-legacy .l-footer__content {
    grid-template-columns: 1fr;
  }
}
.l-legacy .l-breadcrumb {
  background-color: #f1f8fa;
  padding: 14px 0;
  margin-top: 48px;
}
.l-legacy .c-breadcrumb {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  letter-spacing: 0;
}
.l-legacy .c-breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-legacy .c-breadcrumb a:hover {
  color: var(--col-main);
  text-decoration: underline;
}
@media (max-width: 768px) {
.l-legacy .l-breadcrumb {
    padding: 10px 0;
  }
.l-legacy .c-breadcrumb {
    font-size: 14px;
  }
}
.l-legacy .l-low-hero {
  position: relative;
  overflow: hidden;
  background: url(../images/low-hero.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
}
.l-legacy .l-low-hero__content {
  text-align: center;
}
.l-legacy .c-heading--low-hero {
  font-family: 'Shippori Mincho', serif;
  font-size: 40px;
  font-weight: 500;
  color: var(--col-main);
  letter-spacing: 4px;
  margin: 0 0 10px 0;
}
.l-legacy .c-label--low-hero {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--col-main);
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.l-legacy .c-text--low-hero {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.6px;
  color: #333;
  text-align: center;
}
.l-legacy .c-text--low-hero span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {

.l-legacy .c-heading--low-hero {
    font-size: 32px;
    letter-spacing: 3.2px;
    margin-bottom: 8px;
  }
.l-legacy .c-label--low-hero {
    font-size: 13px;
    margin-bottom: 20px;
  }
.l-legacy .c-text--low-hero {
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {

.l-legacy .c-heading--low-hero {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
.l-legacy .c-label--low-hero {
    font-size: 12px;
  }
.l-legacy .c-text--low-hero {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }
}
.l-legacy .l-table {
  margin: 0 auto;
  overflow-x: auto;
}
.l-legacy .c-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-sizing: border-box;
}
.l-legacy .c-table__header {
  background-color: #7bcdcb;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 15px 20px;
  letter-spacing: 0;
}
.l-legacy .c-table__header--name {
  width: 50%;
}
.l-legacy .c-table__header--value {
  width: 50%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #2a9cae;
}
.l-legacy .c-table__cell {
  padding: 20px 30px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  vertical-align: middle;
}
.l-legacy .c-table__cell:last-child {
  border-right: 1px solid #ccc;
}
.l-legacy .c-table tbody tr:nth-child(even) {
  background-color: #f9f8f5;
}
.l-legacy .c-table__name {
  display: inline-block;
  line-height: 30px;
  margin-bottom: 4px;
}
.l-legacy .c-table__note {
  display: inline-block;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.l-legacy .c-table__cell--value {
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.l-legacy .c-table__cell--counseling {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #767676;
}
.l-legacy .c-table__note--outside {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
.l-legacy .c-table__header {
    font-size: 16px;
    padding: 12px 15px;
  }
.l-legacy .c-table__cell {
    padding: 12px 15px;
    font-size: 14px;
  }
.l-legacy .c-table__name {
    font-size: 14px;
    line-height: 24px;
  }
.l-legacy .c-table__note {
    font-size: 13px;
  }
.l-legacy .c-table__cell--value {
    font-size: 16px;
  }
.l-legacy .c-table__cell--counseling {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
.l-legacy .c-table__header {
    font-size: 14px;
    padding: 10px 12px;
  }
.l-legacy .c-table__cell {
    padding: 10px 12px;
    font-size: 13px;
  }
.l-legacy .c-table__name {
    font-size: 13px;
  }
.l-legacy .c-table__note {
    font-size: 12px;
  }
.l-legacy .c-table__cell--value {
    font-size: 14px;
  }
}

/* ---------- menu.css ---------- */
.l-legacy .l-section--menu-category {
  padding: 45px 0;
  background-color: #fff;
}
.l-legacy .l-menu-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}
.l-legacy .c-menu-category-btn {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 500;
  background-color: rgba(233,218,203,.75);
  border: none;
  padding: 15px;
  width: 100%;
  height: 67px;
  cursor: pointer;
  transition: background-color 0.3s;
  letter-spacing: 2.4px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-legacy .c-menu-category-btn:hover {
  background-color: rgba(233,218,203,1);
}
.l-legacy .c-menu-category-btn--active {
  background-color: rgba(233,218,203,.75);
}
.l-legacy .l-menu-subcategories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.l-legacy .c-menu-subcategory-btn {
  font-family: 'Shippori Mincho', serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background-color: rgba(233,218,203,.2);
  border: none;
  padding: 20px;
  width: 100%;
  height: 65px;
  border-radius: 27px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  letter-spacing: 1.5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.l-legacy .c-menu-subcategory-btn:hover {
  background-color: rgba(233,218,203,.5);
}
.l-legacy .c-menu-subcategory-btn--active {
  color: #333;
  background-color: rgba(233,218,203,.3);
}
.l-legacy .l-section--menu-grid {
  padding: 110px 0 70px;
  background-color: #fff;
}
.l-legacy .l-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 13px;
  margin-bottom: 0;
}
.l-legacy .c-menu-item {
  background-color: #f9f8f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.l-legacy .c-menu-item__image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-legacy .c-menu-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-legacy .c-menu-item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--col-main);
  text-align: center;
  margin: 20px 0 30px 0;
  letter-spacing: 1.8px;
  line-height: 28px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.l-legacy .c-btn--menu-detail {
  background-color: #fff;
  color: #333;
  border: 1px solid var(--col-main);
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  padding: 10px 40px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 228px;
  width: 90%;
  height: 50px;
  justify-content: center;
  transition: background-color 0.3s, transform 0.3s;
  text-decoration: none;
}
.l-legacy .c-btn--menu-detail:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(84, 183, 198, 0.3);
}
.l-legacy .c-btn--menu-detail .c-btn__arrow {
  border-top-color: #333;
  border-right-color: #333;
}
@media (max-width: 1200px) {
.l-legacy .l-menu-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}
@media (max-width: 1200px) {
.l-legacy .l-menu-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
.l-legacy .l-menu-subcategories {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
.l-legacy .c-menu-category-btn {
    font-size: 20px;
    padding: 18px 30px;
  }
.l-legacy .c-menu-subcategory-btn {
    font-size: 14px;
    padding: 18px 25px;
  }
}
@media (max-width: 768px) {
.l-legacy .l-section--menu-category {
    padding: 40px 0;
  }
.l-legacy .l-menu-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
.l-legacy .c-menu-category-btn {
    min-width: auto;
    font-size: 18px;
    padding: 15px 30px;
    height: 60px;
  }
.l-legacy .l-menu-subcategories {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
.l-legacy .c-menu-subcategory-btn {
    min-width: auto;
    font-size: 14px;
    padding: 15px 25px;
    height: 55px;
  }
.l-legacy .l-menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
.l-legacy .c-menu-item__image {
    height: 160px;
  }
}
@media (max-width: 480px) {
.l-legacy .l-menu-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
.l-legacy .l-menu-categories {
    grid-template-columns: 1fr;
    gap: 15px;
  }
.l-legacy .c-menu-category-btn {
    width: 100%;
    min-width: auto;
  }
.l-legacy .l-menu-subcategories {
    grid-template-columns: 1fr;
    gap: 15px;
  }
.l-legacy .c-menu-subcategory-btn {
    width: 100%;
    min-width: auto;
  }
}
.l-legacy .l-treatment-hero {
  overflow: visible;
  display: flex;
  align-items: center;
  background: url(../images/low-hero.jpg) no-repeat center/cover;
  padding: 70px 0 234px;
  position: relative;
}
.l-legacy .l-treatment-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.l-legacy .c-heading--treatment-hero {
  font-family: 'Shippori Mincho', serif;
  font-size: 40px;
  font-weight: 500;
  color: var(--col-main);
  letter-spacing: 4px;
  margin: 0 0 20px 0;
}
.l-legacy .c-heading--treatment-hero__underline {
  width: 100%;
  max-width: 304px;
  height: 1px;
  background-color: #A6E0ED;
  margin: 0 auto 40px;
}
.l-legacy .c-text--treatment-hero {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.6px;
  color: #333;
  text-align: center;
  margin: 0;
}
.l-legacy .l-treatment-main-visual {
  position: absolute;
  left: 50%;
  bottom: -128px;
  transform: translateX(-50%);
  width: 474px;
  aspect-ratio: 474 / 323;
  z-index: 10;
  overflow: hidden;
}
.l-legacy .l-treatment-main-visual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-legacy .l-section--treatment-features {
  padding: 165px 0 60px;
  background: linear-gradient(135deg, #54B7C6, #92d1db, #54B7C6);
  background: linear-gradient(135deg, rgba(233,218,203,.75), rgba(233,218,203,.5), rgba(233,218,203,.75));
  min-height: 508px;
}
.l-legacy .l-treatment-features__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.l-legacy .c-heading--treatment-features {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 30px;
  letter-spacing: 0;
}
.l-legacy .l-treatment-features-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 933px;
  width: 100%;
  margin: 0 auto;
}
.l-legacy .c-treatment-feature-item {
  background-color: #f2f9fb;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  width: 100%;
  min-height: 70px;
}
.l-legacy .c-treatment-feature-item:not(:last-child) {
  border-bottom: 1px dashed var(--col-main);
}
.l-legacy .c-treatment-feature-item__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--col-main);
  letter-spacing: 2.38px;
  flex-shrink: 0;
  padding-right: 45px;
  border-right: 1px solid var(--col-main);
}
.l-legacy .c-treatment-feature-item__number {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #2a9cae;
  letter-spacing: 3.36px;
  flex-shrink: 0;
  line-height: 29px;
  width: 29px;
}
.l-legacy .c-treatment-feature-item__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
  margin: 0;
  flex: 1;
}
.l-legacy .l-section--treatment-overview {
  padding: 60px 0;
  background-color: #f9f8f5;
}
.l-legacy .c-heading--treatment-overview {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.l-legacy .l-treatment-overview-table {
  width: 100%;
  background-color: #fff;
}
.l-legacy .c-treatment-overview-table__row {
  display: grid;
  grid-template-columns: 191px 1fr;
}
.l-legacy .c-treatment-overview-table__header {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #7bcdcb;
  border-bottom: 1px solid #fff;
  padding: 20px;
  text-align: left;
  line-height: 26px;
}
.l-legacy .c-treatment-overview-table__row:last-child .c-treatment-overview-table__header {
  border-bottom: none;
}
.l-legacy .c-treatment-overview-table__cell {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
  line-height: 26px;
}
.l-legacy .c-treatment-overview-table__row:first-child .c-treatment-overview-table__cell {
  border-top: 1px solid #ccc;
}
.l-legacy .l-section--treatment-price {
  padding: 60px 0;
  background-color: #fff;
}
.l-legacy .c-heading--treatment-price {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.l-legacy .c-text--treatment-price-note {
  font-family: 'Noto Sans JP', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
.l-legacy .l-treatment-price-table {
  width: 100%;
}
.l-legacy .c-treatment-price-table__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #2a9cae;
}
.l-legacy .c-treatment-price-table__header-item {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1;
}
.l-legacy .c-treatment-price-table__header-item:last-child {
  border-right: none;
}
.l-legacy .c-treatment-price-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}
.l-legacy .c-treatment-price-table__row:nth-child(2n+3) {
  background-color: #f9f8f5;
}
.l-legacy .c-treatment-price-table__row:last-child {
  border-bottom: none;
}
.l-legacy .c-treatment-price-table__cell {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 20px 50px;
  line-height: 30px;
  border-right: 1px solid #e0e0e0;
}
.l-legacy .c-treatment-price-table__cell:last-child {
  border-right: none;
}
.l-legacy .c-treatment-price-table__cell--price {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.l-legacy .c-text--treatment-price-course {
  font-family: 'Noto Sans JP', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: right;
  max-width: 1160px;
  margin: 0 auto 30px;
  padding-right: 20px;
}
.l-legacy .l-treatment-price-notes {
  max-width: 1160px;
  margin: 30px auto 0;
  background-color: #f2f9fb;
  border: 1px solid #2a9cae;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-legacy .c-text--treatment-price-note-item {
  font-family: 'Noto Sans JP', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
.l-legacy .l-treatment-hero {
    padding: 40px 0 150px;
  }
.l-legacy .c-heading--treatment-hero {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
.l-legacy .c-text--treatment-hero {
    font-size: 14px;
    line-height: 30px;
  }
.l-legacy .c-heading--treatment-features, .l-legacy .c-heading--treatment-overview {
    font-size: 24px;
    margin-bottom: 20px;
  }
.l-legacy .l-treatment-main-visual {
    width: 350px;
  }
.l-legacy .l-section--treatment-features {
    padding-bottom: 40px;
    min-height: auto;
  }
.l-legacy .l-section--treatment-overview {
    padding: 40px 0;
  }
.l-legacy .l-section--treatment-price {
    padding: 40px 0;
  }
.l-legacy .l-treatment-features-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
.l-legacy .c-treatment-feature-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
  }
.l-legacy .c-treatment-feature-item__label {
    padding-right: 0;
    border-right: none;
  }
.l-legacy .c-treatment-overview-table__row {
    grid-template-columns: 1fr;
  }
.l-legacy .c-treatment-overview-table__header {
    border: none;
  }
.l-legacy .c-treatment-overview-table__cell {
    border-bottom: none;
    border-left: 1px solid #ccc;
  }
.l-legacy .c-treatment-overview-table__row:first-child .c-treatment-overview-table__cell {
    border-top: none;
  }
.l-legacy .c-treatment-overview-table__row:last-child .c-treatment-overview-table__cell {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 480px) {
.l-legacy .l-treatment-hero {
    padding: 30px 0 100px;
  }
.l-legacy .c-heading--treatment-hero {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
.l-legacy .l-treatment-main-visual {
    width: 250px;
    bottom: -80px;
  }
.l-legacy .l-section--treatment-features {
    padding: 100px 0 30px;
  }
.l-legacy .l-section--treatment-overview {
    padding: 30px 0;
  }
.l-legacy .l-section--treatment-price {
    padding: 30px 0;
  }
.l-legacy .c-treatment-feature-item {
    padding: 15px;
  }
.l-legacy .c-treatment-overview-table__cell, .l-legacy .c-treatment-price-table__cell {
    padding: 15px;
    font-size: 14px;
  }
.l-legacy .c-text--treatment-price-course {
    text-align: left;
  }
}

/* ---------- minor.css ---------- */
.l-legacy .l-section--minor-content {
  padding: 45px 0 100px;
  background-color: #fff;
}
.l-legacy .l-minor-content {
  display: flex;
  justify-content: center;
}
.l-legacy .l-minor-content__wrapper {
  width: 1078px;
  background-color: #F2F9FB;
  border: 1px solid #2A9CAE;
  padding: 30px 20px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 auto;
}
.l-legacy .c-heading--minor-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 0 auto 50px;
  line-height: 43px;
  letter-spacing: 0;
}
.l-legacy .l-minor-content__text {
  max-width: 887px;
  margin: 0 auto 45px;
  padding-bottom: 45px;
  position: relative;
}
.l-legacy .l-minor-content__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 763px;
  height: 1px;
  background: #ccc;
}
.l-legacy .c-text--minor {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  margin: 0 0 30px 0;
  text-align: center;
}
.l-legacy .c-text--minor:last-of-type {
  margin-bottom: 0;
}
.l-legacy .l-minor-content__button {
  text-align: center;
  padding: 0;
}
.l-legacy .c-btn--download {
  display: inline-block;
  background-color: #54b7c6;
  border: 1px solid #54b7c6;
  color: #fff;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 19px 48px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  width: 397px;
  height: 75px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.l-legacy .c-btn--download:hover {
  background-color: #45a5b4;
  border-color: #45a5b4;
}
@media (max-width: 1200px) {
.l-legacy .l-minor-content__wrapper {
    width: 90%;
    max-width: 1078px;
  }
.l-legacy .l-minor-content__text {
    width: 100%;
  }
.l-legacy .c-btn--download {
    width: 100%;
    max-width: 397px;
    height: auto;
    min-height: 75px;
  }
}
@media (max-width: 1024px) {
.l-legacy .c-heading--minor-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
.l-legacy .c-text--minor {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
.l-legacy .l-section--minor-content {
    padding: 30px 0 50px;
  }
.l-legacy .l-minor-content__wrapper {
    padding: 30px 20px;
  }
.l-legacy .c-heading--minor-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
.l-legacy .c-text--minor {
    font-size: 16px;
    margin-bottom: 20px;
  }
.l-legacy .c-btn--download {
    width: 100%;
    max-width: 397px;
    height: auto;
    min-height: 60px;
    padding: 15px 30px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
.l-legacy .l-minor-content__wrapper {
    padding: 30px 15px;
  }
.l-legacy .c-heading--minor-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
.l-legacy .c-text--minor {
    font-size: 14px;
    margin-bottom: 15px;
  }
.l-legacy .c-btn--download {
    width: 100%;
    max-width: 397px;
    height: auto;
    min-height: 50px;
    padding: 12px 24px;
    font-size: 13px;
  }
}

/* ---------- price.css ---------- */
.l-legacy .l-section--price {
  padding: 45px 0 100px;
  background-color: #fff;
}
.l-legacy .c-heading--category {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 106px;
  letter-spacing: 0;
}
.l-legacy .l-price-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  margin-bottom: 40px;
}
.l-legacy .c-price-category {
  background-color: rgba(233,218,203,.2);
  border: 1px solid #2A9CAE;
  border-radius: 4px;
  padding: 30px 16px;
  text-align: center;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.l-legacy .c-price-category:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(84, 183, 198, 0.2);
}
.l-legacy .c-price-category__icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.l-legacy .c-price-category__icon svg {
  width: 100px;
  height: 100px;
}
.l-legacy .c-price-category__title {
  font-family: 'Shippori Mincho', serif;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}
.l-legacy .c-price-category__line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 0 auto 20px;
}
.l-legacy .c-price-category__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
}
.l-legacy .c-btn--price {
  background-color: #7bcdcb;
  color: #fff;
  border: 1px solid var(--col-main);
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 50px;
  justify-content: center;
  transition: background-color 0.3s, transform 0.3s;
}
.l-legacy .c-btn--price:hover {
  background-color: #4a9baa;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(84, 183, 198, 0.3);
}
.l-legacy .c-btn--price .c-btn__arrow {
  border-top-color: #fff;
  border-right-color: #fff;
}
.l-legacy .c-text--price-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  text-align: center;
  letter-spacing: 0;
}
.l-legacy .l-section--price-table {
  padding: 45px 0 130px;
  background-color: #fff;
}
.l-legacy .c-heading--price-table {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 0;
}
.l-legacy .c-heading--price-category {
  font-family: 'Shippori Mincho', serif;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin: 60px 0 30px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--col-main);
  letter-spacing: 0;
  position: relative;
  width: fit-content;
}
.l-legacy .c-heading--price-subcategory {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--col-main);
  letter-spacing: 2.2px;
  margin: 0 0 10px 0;
  line-height: 40px;
}
.l-legacy .l-table {
  margin: 0 auto 35px;
  overflow-x: auto;
}
.l-legacy .l-price-disclaimer {
  background-color: #f2f9fb;
  padding: 40px 50px;
}
.l-legacy .c-text--disclaimer {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin: 0 0 10px 0;
}
.l-legacy .c-text--disclaimer:last-child {
  margin-bottom: 0;
}
.l-legacy .c-price-table {
  width: 100%;
  table-layout: fixed;
}
.l-legacy .c-price-table thead th:first-child {
  width: 50%;
}
.l-legacy .c-price-table thead th:nth-child(2), .l-legacy .c-price-table thead th:nth-child(3) {
  width: 25%;
}
.l-legacy .c-price-table thead th:not(:last-child) {
  border-right: 1px solid #ccc;
}
@media (max-width: 1024px) {
.l-legacy .l-price-categories {
    gap: 20px;
  }
}
@media (max-width: 768px) {
.l-legacy .l-section--price {
    padding: 60px 0 100px;
  }
.l-legacy .c-heading--category {
    font-size: 24px;
    margin-bottom: 40px;
  }
.l-legacy .l-price-categories {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
.l-legacy .c-price-category {
    padding: 30px 20px 40px;
  }
.l-legacy .c-price-category__title {
    font-size: 22px;
  }
.l-legacy .c-price-category__desc {
    font-size: 14px;
    line-height: 24px;
  }
.l-legacy .c-btn--price {
    width: 100%;
    max-width: 304px;
  }
.l-legacy .c-text--price-note {
    font-size: 14px;
    padding: 0 20px;
  }
.l-legacy .l-section--price-table {
    padding: 60px 0 80px;
  }
.l-legacy .c-heading--price-table {
    font-size: 24px;
    margin-bottom: 40px;
  }
.l-legacy .l-price-disclaimer {
    padding: 20px 30px;
  }
.l-legacy .c-text--disclaimer {
    font-size: 13px;
  }
.l-legacy .c-price-table thead th:first-child, .l-legacy .c-price-table thead th:nth-child(2), .l-legacy .c-price-table thead th:nth-child(3) {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
.l-legacy .c-heading--category {
    font-size: 20px;
  }
.l-legacy .c-text--price-note {
    text-align: left;
  }
.l-legacy .c-heading--price-table {
    font-size: 20px;
  }
.l-legacy .l-price-disclaimer {
    padding: 15px 20px;
  }
.l-legacy .c-text--disclaimer {
    font-size: 12px;
  }
}

/* ---------- reservation.css ---------- */
.l-legacy .l-section--online-reservation {
  padding: 60px 0;
  background-color: #f9f8f5;
}
.l-legacy .l-online-reservation__box {
  border: 2px solid var(--col-accent);
  padding: 60px 40px;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.l-legacy .l-online-reservation__box::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid var(--col-accent);
  pointer-events: none;
}
.l-legacy .l-section__header--online-reservation {
  margin: 0;
}
.l-legacy .c-heading--online-reservation {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0;
}
.l-legacy .l-online-reservation__features {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-bottom: 45px;
}
.l-legacy .c-reservation-feature {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.l-legacy .c-reservation-feature:not(:last-child) {
  border-right: 1px solid var(--col-accent);
}
.l-legacy .c-reservation-feature__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--col-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.l-legacy .c-reservation-feature:nth-child(1) img {
  width: 25px;
  height: 25px;
}
.l-legacy .c-reservation-feature:nth-child(2) img {
  width: 25px;
  height: 22px;
  padding-left: 2px;
}
.l-legacy .c-reservation-feature:nth-child(3) img {
  width: 21px;
  height: 20px;
  padding-top: 2px;
}
.l-legacy .c-reservation-feature__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #333;
  margin: 0;
}
.l-legacy .l-online-reservation__button {
  text-align: center;
  position: relative;
  z-index: 1;
}
.l-legacy .c-btn--online-reservation {
  background-color: var(--col-main);
  color: #fff;
  border: 1px solid var(--col-main);
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 2.5;
  padding: 12px 48px 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 420px;
  width: 100%;
  height: 70px;
  justify-content: center;
  transition: background-color 0.3s, transform 0.3s;
  text-decoration: none;
}
.l-legacy .c-btn--online-reservation:hover {
  background-color: #4a9baa;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(84, 183, 198, 0.3);
}
.l-legacy .c-btn--online-reservation .c-btn__arrow {
  border-top-color: #fff;
  border-right-color: #fff;
}
.l-legacy .l-section--reservation-flow {
  padding: 60px 0 75px;
  background-color: #fff;
}
.l-legacy .l-section__header--reservation-flow {
  margin-bottom: 45px;;
}
.l-legacy .c-heading--reservation-flow {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 3.2px;
}
.l-legacy .l-reservation-flow-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.l-legacy .c-reservation-flow-step {
  text-align: center;
  background-color: #F2F9FB;
  border: 1px solid #2A9CAE;
  border-radius: 4px ;
  padding: 30px 20px;
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-legacy .c-reservation-flow-step__number {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  color: #A6E0ED;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-legacy .c-reservation-flow-step__title {
  font-family: 'Shippori Mincho', serif;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  padding-bottom: 18px;
  letter-spacing: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.l-legacy .c-reservation-flow-step__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
  letter-spacing: 0;
  padding-top: 18px;
  margin: 0;
}
.l-legacy .c-reservation-flow-step__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-legacy .l-section--reservation-notice {
  padding: 55px 0 60px;
  background-color: #f9f8f5;
}
.l-legacy .l-section__header--reservation-notice {
  margin-bottom: 45px;
}
.l-legacy .c-heading--reservation-notice {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 3.2px;
}
.l-legacy .l-reservation-notice-list {
  background-color: #fff;
  padding: 40px 50px;
  list-style: none;
  margin: 0;
}
.l-legacy .c-reservation-notice-item {
  font-family: 'Noto Sans JP', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  margin: 0 0 12px 0;
  padding-left: 1em;
  text-indent: -1em;
}
.l-legacy .c-reservation-notice-item::before {
  content: '・';
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.l-legacy .c-reservation-notice-item:last-child {
  margin-bottom: 0;
}
.l-legacy .l-section--clinic-hours {
  padding: 75px 0 120px;
  background-color: #fff;
}
.l-legacy .l-section__header--clinic-hours {
  margin-bottom: 45px;
}
.l-legacy .c-heading--clinic-hours {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 3.2px;
}
.l-legacy .c-table__cell--day {
  text-align: center;
}
@media (max-width: 1024px) {
.l-legacy .l-reservation-flow-steps {
    gap: 40px;
  }
.l-legacy .l-clinic-hours-content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
.l-legacy .l-section--online-reservation, .l-legacy .l-section--reservation-flow, .l-legacy .l-section--reservation-notice, .l-legacy .l-section--clinic-hours {
    padding: 60px 0;
  }
.l-legacy .c-heading--reservation, .l-legacy .c-heading--reservation-flow, .l-legacy .c-heading--reservation-notice, .l-legacy .c-heading--clinic-hours {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
.l-legacy .c-label--reservation, .l-legacy .c-label--reservation-flow, .l-legacy .c-label--reservation-notice, .l-legacy .c-label--clinic-hours {
    font-size: 13px;
    margin-bottom: 40px;
  }
.l-legacy .c-text--online-reservation {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
  }
.l-legacy .c-btn--online-reservation {
    max-width: 260px;
    font-size: 14px;
  }
.l-legacy .l-reservation-flow-steps {
    flex-direction: column;
    gap: 30px;
  }
.l-legacy .c-reservation-flow-step__arrow {
    transform: rotate(90deg);
  }
.l-legacy .c-reservation-flow-step {
    padding: 30px 20px;
    margin-top: 0;
  }
.l-legacy .c-reservation-flow-step__number {
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
.l-legacy .c-reservation-flow-step__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
.l-legacy .c-reservation-flow-step__text {
    font-size: 14px;
    line-height: 24px;
  }
.l-legacy .l-reservation-notice-list {
    padding: 30px 20px;
  }
.l-legacy .c-reservation-notice-item {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
.l-legacy .l-online-reservation__box {
    padding: 40px 20px;
  }
.l-legacy .c-reservation-feature {
    flex-direction: column;
    text-align: center;
  }
.l-legacy .c-reservation-feature__text {
    font-size: 13px;
  }
.l-legacy .l-reservation-flow-steps {
    gap: 20px;
  }
.l-legacy .c-reservation-flow-step {
    min-width: 100%;
    max-width: 100%;
  }
.l-legacy .l-table {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
.l-legacy .l-section--online-reservation, .l-legacy .l-section--reservation-flow, .l-legacy .l-section--reservation-notice, .l-legacy .l-section--clinic-hours {
    padding: 40px 0;
  }
.l-legacy .c-heading--online-reservation, .l-legacy .c-heading--reservation-flow, .l-legacy .c-heading--reservation-notice, .l-legacy .c-heading--clinic-hours {
    font-size: 20px;
    letter-spacing: 2px;
  }
.l-legacy .c-label--online-reservation, .l-legacy .c-label--reservation-flow, .l-legacy .c-label--reservation-notice, .l-legacy .c-label--clinic-hours {
    font-size: 12px;
    margin-bottom: 30px;
  }
.l-legacy .l-online-reservation__features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
.l-legacy .c-reservation-feature {
    gap: 5px;
  }
.l-legacy .c-reservation-feature:not(:last-child) {
    border: none;
  }
.l-legacy .c-text--online-reservation {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
.l-legacy .c-btn--online-reservation {
    max-width: 240px;
    font-size: 13px;
    padding: 10px 40px 10px 20px;
    height: 45px;
  }
.l-legacy .c-reservation-flow-step__number {
    font-size: 28px;
    width: 80px;
    height: 80px;
  }
.l-legacy .c-reservation-flow-step__title {
    font-size: 18px;
  }
.l-legacy .c-reservation-flow-step__text {
    font-size: 13px;
    line-height: 22px;
  }
.l-legacy .c-reservation-notice-item {
    font-size: 13px;
    line-height: 22px;
  }
.l-legacy .c-clinic-hours-item__title {
    font-size: 18px;
  }
.l-legacy .c-clinic-hours-item__text {
    font-size: 13px;
    line-height: 22px;
  }
.l-legacy .c-clinic-hours-item__tel {
    font-size: 20px;
  }
}
