@charset "UTF-8";
@media screen and (min-width: 1025px) {
  .u-hidden__pc {
    display: none;
  }
}

.u-hidden__sp {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-hidden__sp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .cu-text {
    font-size: clamp(0.75rem, 0.441rem + 0.482vw, 0.875rem) !important;
  }
}

@media screen and (min-width: 1025px) {
  .cu-tel {
    font-size: clamp(1rem, -0.235rem + 1.928vw, 1.5rem) !important;
    margin-top: 12px !important;
  }
}

@media screen and (min-width: 1025px) {
  .cu-head_inner {
    mix-blend-mode: normal !important;
    background: #ffffff;
    z-index: 15 !important;
  }
}

@media screen and (min-width: 1025px) {
  .l-header:not(.p-fv) * {
    color: #333333 !important;
  }
  .l-header:not(.p-fv) .c-ig .c-ico path,
  .l-header:not(.p-fv) .l-logo path {
    fill: #000000 !important;
  }
}
@media screen and (min-width: 1025px) {
  .cu-logo a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .cu-logo a span {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .cu-menu {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .cu-sns-area {
    right: 40px !important;
    top: 38.5px !important;
    z-index: 15 !important;
  }
}

@media screen and (min-width: 1025px) {
  .l-header .sns-area .sns-modal {
    top: 36px !important;
  }
}

.cu-mega {
  display: none;
}

@media screen and (min-width: 1025px) {
  .cu-mega {
    display: block;
    margin-left: calc(50% - 50vw);
    width: 100%;
    position: fixed;
    top: 83px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    background: #ffffff;
    padding-top: 15px;
  }
  .cu-mega__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cu-mega__lists li + li {
    margin-left: -1px;
  }
  .cu-mega__lists li:last-child a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 28px;
    background: #50b3b0;
  }
  .cu-mega__lists li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: clamp(0.4375rem, -0.875rem + 2.048vw, 0.96875rem);
    position: relative;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .cu-mega__lists li a:hover {
    background: #50b3b0;
  }
  .cu-mega__lists li a:hover .p-en {
    color: #ffffff !important;
  }
  .cu-mega__lists li a:hover .p-ja {
    color: #ffffff !important;
  }
  .cu-mega__lists li a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 28px;
    background: #50b3b0;
  }
  .cu-mega__lists li a .p-en {
    color: #50b3b0 !important;
    font-family: "Libre Bodoni", serif;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }
  .cu-mega__lists li a .p-ja {
    color: #333333 !important;
    font-family: "Noto Serif JP", sans-serif;
    font-size: clamp(0.75rem, 0.441rem + 0.482vw, 0.875rem);
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .l-header:not(.p-fv) .cu-megamenu .cu-megamenu_list {
    color: #ffffff !important;
  }
  .l-header:not(.p-fv) .cu-megamenu .cu-megamenu_title {
    color: #ffffff !important;
  }
  .l-header:not(.p-fv) .cu-megamenu .cu-megamenu_links a {
    color: #ffffff !important;
  }
}

@media screen and (min-width: 1025px) {
  .cu-megamenu {
    position: fixed;
    z-index: 16;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 61px;
    width: clamp(61.25rem, 26.363rem + 54.458vw, 75.375rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
  }
  .cu-megamenu.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cu-memamenu_left {
    width: 117px;
    background: rgba(217, 217, 217, 0.9);
  }
  .cu-megamenu_list {
    cursor: pointer;
    padding: 24px 9px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
  }
  .cu-megamenu_list + .cu-megamenu_list {
    margin-left: 0.15px;
    width: 100%;
  }
  .cu-megamenu_list::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 9px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_arrow-w.png) no-repeat center center/contain !important;
  }
  .cu-megamenu_list.is-active {
    background: rgba(80, 179, 176, 0.8);
  }
  .cu-megamenu_list:hover {
    background: rgba(80, 179, 176, 0.8);
  }
  .cu-megamenu_right {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    background: rgba(80, 179, 176, 0.9);
    height: 100%;
    max-height: calc(100vh - 160px);
    overflow-y: scroll;
  }
  .cu-tab_item {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 24px 30px;
    display: none;
  }
  .cu-tab_item.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cu-megamenu_contents {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 175px;
  }
  .cu-megamenu_title {
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
  .cu-megamenu_links {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 8px 32px;
    max-height: 196px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
  }
  .cu-megamenu_links a {
    max-width: 217px;
    position: relative;
    padding-inline: 16px 0 !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .cu-megamenu_links a:hover {
    background: transparent !important;
  }
  .cu-megamenu_links a:hover::after {
    background: #ffffff;
  }
  .cu-megamenu_links a::before {
    content: "";
    position: absolute;
    left: 0 !important;
    top: 9px !important;
    width: 10px !important;
    height: 10px !important;
    background: url(../img/common/ico_triangle.png) no-repeat center center/contain !important;
  }
  .cu-megamenu_links a::after {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: transparent;
    content: "";
    position: absolute;
    bottom: -2px !important;
    left: 16px;
    width: calc(100% - 16px);
    height: 1px;
  }
}
.cu-fix_btn {
  bottom: 100px;
}

.cu-toTop {
  position: fixed;
  right: 10px;
  width: 35px;
  bottom: clamp(6.25rem, 0.271rem + 25.51vw, 12.5rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 1025px) {
  .cu-toTop {
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cu-toTop {
    bottom: 15px;
    right: 40px;
    width: 50px;
  }
}
.cu-toTop img {
  width: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cu-toTop img:hover {
  opacity: 0.8;
}
.cu-toTop.is-show {
  opacity: 1;
  visibility: visible;
}

.cu-toTop__button {
  border: none;
  background: transparent;
  padding-inline: 0;
}

.c-single_cont.p-menu {
  margin-bottom: 100px;
}

.cu-menu_contents {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px;
  color: #aaa;
  overflow: hidden;
}

.cu-menu_head {
  color: #50b3b0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cu-menu_head {
    font-size: 32px;
    text-align: left;
    margin-bottom: 64px;
  }
}

.cu-tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border: 1px solid #50b3b0;
  border-radius: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 8px;
}
.cu-tab_list::after {
  content: "";
  width: calc(50% - 8px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 40px;
  background: #50b3b0;
}
.cu-tab_list.is-slide::after {
  left: 50%;
}

.cu-tab_trigger {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #bcdad4;
  width: 50%;
  text-align: center;
  padding: 12px;
}
.cu-tab_trigger.js-active {
  color: #ffffff;
}

.cu-menu_content {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cu-menu_content {
    margin-bottom: 100px;
  }
}

.cu-menu_wrapper {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .cu-menu_wrapper {
    margin-top: 64px;
  }
}

.cu-menu_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  gap: 8px;
}
@media screen and (min-width: 1025px) {
  .cu-menu_buttons {
    gap: 20px;
  }
}

.cu-menu_button {
  border: none;
  background: #dbf6f1;
  color: #333333;
  border-radius: 8px 8px 0px 0px;
  padding-block: 17px 14px;
  width: 100%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.cu-menu_button.active {
  background: #50b3b0;
  color: #ffffff;
  padding-block: 20px 21px;
}

.cu-menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  background: #50b3b0;
  padding: 24px 16px;
  width: 100vw;
  margin-left: calc(50% - 49.8vw);
}
@media screen and (min-width: 1025px) {
  .cu-menu_box {
    margin-left: 0;
    width: 100%;
    padding: 43px;
  }
}

.cu-menu_ac {
  width: calc((100% - 16px) / 2);
}
@media screen and (min-width: 1025px) {
  .cu-menu_ac {
    width: calc((100% - 32px) / 3);
  }
}

.cu-menu_title {
  cursor: pointer;
  font-weight: bold;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #333333;
  position: relative;
  height: 71px;
  padding-inline: 24px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .cu-menu_title {
    padding-inline: 24px 45px;
    height: 80px;
  }
}
.cu-menu_title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  background: url(../img/common/ico_arrow-m.png) no-repeat center center/contain;
}
.cu-menu_title.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cu-menu_links {
  display: none; /* 初期状態で非表示 */
  padding: 0 24px 21px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #333333;
}
.cu-menu_links a {
  position: relative;
  padding-left: 18px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cu-menu_links a:hover::after {
  background: #333333;
}
.cu-menu_links a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 5.5px;
  left: 0;
  background: url(../img/common/ico_triangle-b.png) no-repeat center center/contain;
}
.cu-menu_links a::after {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: transparent;
  position: absolute;
  content: "";
  width: calc(100% - 18px);
  height: 1px;
  bottom: -2px;
  left: 18px;
}

.cu-fv {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .cu-fv {
    margin-top: 143px;
  }
}

.cu-fv__pic img {
  width: 100%;
}

.cu-campaign {
  margin-block: 40px 52.5px;
}
@media screen and (min-width: 768px) {
  .cu-campaign {
    margin-block: 80px 92.5px;
  }
}

@media screen and (min-width: 768px) {
  .cu-campaign__inner {
    max-width: 1120px;
    margin-inline: auto;
    padding-inline: 46px;
  }
}

.cu-campaign__contents {
  margin-top: 32px;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cu-campaign__contents {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .cu-campaign__contents {
    padding: 0 20px;
  }
}

.cu-campaign_slide {
  position: relative;
  overflow: hidden;
}

.c-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-slide {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.swiper-slide:hover {
  opacity: 0.5;
}

.cu-thumb img {
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.2);
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  bottom: -48px !important;
}

.cu-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-inline: 6px !important;
  background: url(../img/top/ico_bullet.png) no-repeat center center/contain;
}
.cu-swiper-pagination .swiper-pagination-bullet-active {
  background: url(../img/top/ico_bullet-active.png) no-repeat center center/contain;
}

.cu-swiper-button-prev,
.cu-swiper-button-next {
  width: 18px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.cu-swiper-button-prev {
  left: 10px;
}

.cu-swiper-button-next {
  right: 10px;
}
.cu-swiper-button-prev.swiper-button-disabled,
.cu-swiper-button-next.swiper-button-disabled {
  display: none;
}

/* Swiperデフォルトの青い矢印を無効化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  font-family: inherit !important;
}

.cu-swiper-button-prev::after,
.cu-swiper-button-next::after {
  background: url(../img/top/ico_arrow-column.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 35px;
  width: 18px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .cu-swiper-button-prev {
    left: -30px;
  }
}
.cu-swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .cu-swiper-button-next {
    right: -30px;
  }
}

.cu-link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cu-link {
  margin-top: 44.5px;
  text-align: center;
  padding-right: 64px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cu-link:hover::after {
  right: 13.5px;
}
.cu-link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/top/ico_circle.png) no-repeat center center/contain;
}
.cu-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: url(../img/top/ico_arrow-btn.png) no-repeat center center/contain;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .cu-link {
    margin-top: 48px;
  }
}

.cu-case {
  padding-block: 40px 52.5px;
  background: url(../img/top/bg_stone.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .cu-case {
    background-image: url(../img/top/bg_stone-pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .cu-case {
    padding-block: 80px 92.5px;
  }
}

.cu-case__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin-block: 32px;
}
@media screen and (min-width: 768px) {
  .cu-case__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    margin-block: 48px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cu-case__contents {
    gap: 24px;
  }
}

.cu-case__content {
  padding: 24px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1.5px 7.5px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 1.5px 7.5px 0px rgba(51, 51, 51, 0.2);
}
@media screen and (min-width: 768px) {
  .cu-case__content {
    padding: 32px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.2);
            box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cu-case__content {
    padding: 24px;
  }
}

.cu-case__content--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.cu-case__pic img {
  width: 100%;
}

.cu-case__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: normal;
  height: 46px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cu-case__title {
    height: 69px;
  }
}

.cu-case__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.cu-case__tag {
  color: #50b3b0;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 6px 12px;
  border: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cu-case__link {
  color: #50b3b0;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.cu-case__content:hover .cu-case__link {
  color: #9CD8D6;
}

.cu-rec {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .cu-rec {
    margin-top: 80px;
  }
}

.cu-sec__ttl .c-ttl_en {
  color: #50b3b0;
  font-family: "Libre Bodoni", serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cu-sec__ttl .c-ttl_en {
    font-size: 48px;
  }
}
.cu-sec__ttl .c-ttl_ja {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cu-sec__ttl .c-ttl_ja {
    font-size: 16px;
  }
}
.cu-sec__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.cu-sec__ttl .c-ttl_ja {
  position: relative;
}
.cu-sec__ttl .c-ttl_ja::before, .cu-sec__ttl .c-ttl_ja::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ccc;
}
.cu-sec__ttl .c-ttl_ja::before {
  left: -64px;
}
.cu-sec__ttl .c-ttl_ja::after {
  right: -64px;
}

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

.cu-section__title--en {
  color: #c5efe6;
  font-family: "Libre Bodoni";
  font-size: 64px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.2px;
}

.cu-section__title--ja {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, -5rem + 26.667vw, 1.5rem);
  font-weight: 500;
  line-height: normal;
}

.cu-concept {
  padding-block: 40px 109px;
  margin-bottom: 80px;
  background: url(../img/top/bg_concept-sp.png) no-repeat left bottom/cover;
}
@media screen and (min-width: 768px) {
  .cu-concept {
    background-image: url(../img/top/bg_concept-pc.png);
    position: relative;
    padding-block: 72px 394px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cu-concept {
    padding-block: 72px 109px;
  }
}

.cu-concept__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .cu-concept__title {
    width: 44.7%;
    margin-left: auto;
  }
}

@media screen and (min-width: 1025px) {
  .cu-concept__img {
    position: absolute;
    left: clamp(2.5rem, -23.214rem + 28.571vw, 12.5rem);
    top: 154px;
  }
}

.cu-concept__pic img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .cu-concept__pic img {
    width: 50%;
  }
}

.cu-concept__text {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1025px) {
  .cu-concept__text {
    width: 44.7%;
    margin-left: auto;
  }
}

.cu-concept__text--main {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 1.8px;
}
@media screen and (min-width: 768px) {
  .cu-concept__text--main {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
}

.cu-concept__text--sub {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}

.cu-doctor {
  padding-block: 40px 109px;
  margin-bottom: 80px;
  background: url(../img/top/bg_doctor-sp.png) no-repeat right bottom/cover;
}
@media screen and (min-width: 768px) {
  .cu-doctor {
    background-image: url(../img/top/bg_doctor-pc.png);
    position: relative;
    padding-block: 72px 213px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cu-doctor {
    padding-block: 72px 109px;
  }
}

@media screen and (min-width: 1025px) {
  .cu-doctor__title {
    width: 44.7%;
  }
}

.cu-doctor__img {
  margin-top: 32px;
}
@media screen and (min-width: 1025px) {
  .cu-doctor__img {
    position: absolute;
    right: clamp(2.5rem, -16.024rem + 28.916vw, 10rem);
    top: 154px;
  }
}
.cu-doctor__img img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .cu-doctor__img img {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cu-doctor__img img {
    width: 50%;
    margin-inline: auto;
  }
}

.cu-doctor__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 1025px) {
  .cu-doctor__text {
    width: 44.7%;
  }
}

.cu-doctor__text--main {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 1.8px;
}
@media screen and (min-width: 768px) {
  .cu-doctor__text--main {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
}

.cu-doctor__text--sub {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}

.cu-doctor__text--name {
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.cu-doctor__link {
  position: relative;
  padding-right: 64px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: right;
}
.cu-doctor__link:hover::after {
  right: 14px;
}
.cu-doctor__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/top/ico_circle.png) no-repeat center center/contain;
}
.cu-doctor__link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: url(../img/top/ico_arrow-btn.png) no-repeat center center/contain;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.cu-worry {
  padding-top: 40px;
}
@media screen and (min-width: 1025px) {
  .cu-worry {
    position: relative;
    padding-top: 65px;
  }
}

.cu-worry__title {
  color: #50b3b0;
  font-family: "Shippori Mincho";
  font-size: 28px;
  font-weight: 500;
  line-height: 150%; /* 42px */
  letter-spacing: 2.8px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .cu-worry__title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 3.2px;
    margin-bottom: 24px;
    width: 46%;
    margin-left: auto;
  }
}

.cu-worry__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%; /* 28px */
}
@media screen and (min-width: 1025px) {
  .cu-worry__text {
    width: 46%;
    margin-left: auto;
    margin-bottom: 53px;
  }
}

@media screen and (min-width: 1025px) {
  .cu-worry__img {
    position: absolute;
    left: clamp(2.5rem, -23.214rem + 28.571vw, 12.5rem);
    top: 80px;
  }
}
.cu-worry__img img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .cu-worry__img img {
    width: 50%;
  }
}

.cu-worry__wrapper {
  background: url(../img/top/bg_link_sec.jpg) no-repeat center center/cover;
  padding-block: 32px 40px;
}
@media screen and (min-width: 1025px) {
  .cu-worry__wrapper {
    padding-block: 40px;
  }
}

.cu-worry__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .cu-worry__contents {
    width: 46%;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 22px;
    margin-top: 0;
  }
}

.cu-worry__content {
  padding: 24px;
  color: #50b3b0;
  background: #fff;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .cu-worry__content {
    width: 47%;
  }
}
.cu-worry__content:hover::before {
  right: 2px;
}
.cu-worry__content::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 20px;
  height: 10px;
  background: url(../img/top/ico_arrow-link.png) no-repeat center center/contain;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.cu-column {
  padding-block: 80px 52.5px;
}
@media screen and (min-width: 768px) {
  .cu-column {
    padding-block: 160px 52.5px;
  }
}

.cu-column__contents {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .cu-column__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cu-column__contents {
    gap: 16px;
  }
}

.cu-item {
  padding: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.2);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cu-item:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .cu-item {
    padding: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cu-item {
    padding: 16px;
  }
}

.cu-column__thumb img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cu-column__thumb img {
    aspect-ratio: 288/216;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cu-text_wrap {
  margin-top: 24px;
}

.cu-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .cu-date {
    font-size: 16px;
  }
}

.cu-ttl {
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .cu-ttl {
    padding-bottom: 32px;
  }
}

.cu-news {
  padding-block: 40px 52.5px;
}

.cu-news__contents {
  margin-top: 32px;
}

.cu-news__content {
  padding: 24px;
  position: relative;
  border-bottom: 1px solid #ccc;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .cu-news__content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cu-news__content::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background: url(../img/top/ico_arrow-news.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
}
@media screen and (min-width: 768px) {
  .cu-news__content::before {
    right: 50px;
  }
}
.cu-news__content::after {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  pointer-events: none;
}
.cu-news__content:hover:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.cu-news__date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .cu-news__date {
    width: 100px;
  }
}

.cu-news__ttl {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 61.3496932515%;
}
@media screen and (min-width: 768px) {
  .cu-news__ttl {
    width: 73.1489741302%;
  }
}

.cu-footer__access {
  padding-block: 40px;
}

.cu-inner {
  padding-inline: 16px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cu-inner {
    padding-inline: 0;
  }
}

.cu-footer__access--map{
  width: 90%;
  margin: 0 auto;
  display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.cu-footer__access--map iframe {
  width: 50%;
  height: 220px;
}
@media screen and (min-width: 768px) {
  .cu-footer__access--map iframe {
    height: 400px;
  }
}

.cu-footer__info {
  margin-top: 40px;
  display: flex;
  width: 90%;
  margin: 0 auto;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cu-footer__info {
    margin-top: 80px;
    flex-direction: column;
  }
  .n_fotterlink_wrapper{
    justify-content: center;
  }
  .l-foot_menu .l-inner {
    flex-direction: column;
}
.c-foot_menulist + .c-foot_menulist {
  margin-top: 80px;
}
}

.cu-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .cu-footer__logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    gap: 32px;
  }
}

.cu-footer__logo--img a {
  margin-inline: auto;
}
.cu-footer__logo--img a img {
  width: 182px;
}
@media screen and (min-width: 768px) {
  .cu-footer__logo--img a img {
    width: 272px;
  }
}

.cu-footer__address {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .cu-footer__address {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
  }
}

.cu-footer__sns--lists {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .cu-footer__sns--lists {
    margin-top: 80px;
  }
}

.cu-footer__sns--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .cu-footer__sns--list {
    gap: 24px;
  }
}
.cu-footer__sns--list + .cu-footer__sns--list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .cu-footer__sns--list + .cu-footer__sns--list {
    margin-top: 80px;
  }
}

.cu-footer__sns--head {
  font-family: "Libre Bodoni";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  width: 256px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cu-footer__sns--head {
    font-size: 24px;
    width: 400px;
  }
}
.cu-footer__sns--head::before, .cu-footer__sns--head::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cu-footer__sns--head::before, .cu-footer__sns--head::after {
    width: 120px;
  }
}
.cu-footer__sns--head::before {
  left: 5px;
}
.cu-footer__sns--head::after {
  right: 5px;
}

.cu-footer__sns--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .cu-footer__sns--contents {
    gap: 64px;
  }
}

.cu-footer__sns--content {
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 768px) {
  .cu-footer__sns--content {
    width: 80px;
    height: 80px;
  }
}
.cu-footer__sns--content a {
  width: 100%;
  height: 100%;
  display: block;
}
.cu-footer__sns--content a:hover {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.cu-footer__sns--content .ig {
  background: url(../img/top/ico_ig.png) no-repeat center center/contain;
}
.cu-footer__sns--content .ig:hover {
  background-image: url(../img/top/ico_ig_hover.png);
}
.cu-footer__sns--content .tk {
  background: url(../img/top/ico_tiktok.png) no-repeat center center/contain;
}
.cu-footer__sns--content .tk:hover {
  background-image: url(../img/top/ico_tiktok_hover.png);
}
.cu-footer__sns--content .yt {
  background: url(../img/top/ico_youtube.png) no-repeat center center/contain;
}
.cu-footer__sns--content .yt:hover {
  background-image: url(../img/top/ico_youtube_hover.png);
}
.el_monthlyFeeTxt_tax {
    font-size: 0.7em; /* 本体金額より小さく */
    color: #333; /* 文字色を黒に */
    margin-left: 8px; /* 本体金額との間にちょっと隙間 */
    font-weight: normal; /* 太さ普通 */
}


.n_fotterlink_wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start; /* 上揃え */
}

.n_fotterlink {
  list-style: none;
  padding: 0;
  margin: 0;
}

.n_fotterlink li {
  margin-bottom: 8px;
}

.n_fotterlink_col1 li:first-child {
  font-weight: bold;
  margin-bottom: 12px;
}

.n_fotterlink_col1 li:not(:first-child) {
  padding-left: 16px;
}

.n_fotterlink_col2 li {
  padding-left: 16px;
}

.n_fotterlink_col2 li:first-child {
  margin-top: 28px; /* TOPの高さ分+マージン調整 */
}

.n_fotterlink a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

.n_fotterlink a:hover {
  text-decoration: underline;
}



/* 特定商取引法に基づく表記 */
.cu-commerce_table {
  margin-top: 160px;
}
.cu-commerce_table tr th ,.cu-commerce_table tr td {
font-size: 16px;
    line-height: 2;
    letter-spacing: 0.028em;
    border: 1px solid #50b3b0;
    padding: 12px;
}
.cu-commerce_table th {
  width: 190px;
  background: #dbf6f1;
  vertical-align: middle;
}
.cu-commerce_table td {
    width: calc(100% - 190px);
}

@media screen and (max-width: 767px) {
  .cu-commerce_table {
    margin-top: 80px;
  }
  .cu-commerce_table tr th ,.cu-commerce_table tr td {
    display: block;
    width: 100%;
    }
    .cu-commerce_table tr td {
    border-block: none;
    }
    .cu-commerce_table tr:last-of-type td {
    border-bottom: 1px solid #50b3b0;
    }
}

/* キャンセルポリシー */
.cu-sec_cancel {
  margin-top: 160px;
}
.cu-sec_cancel_inr + .cu-sec_cancel_inr {
  margin-top: 60px;
}
.cu-sec_cancel_ttl {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.024em;
  text-align: center;
  color: #50b3b0;
  word-break: auto-phrase;
}
.cu-sec_cancel_ttl + .cu-sec_cancel_txt {
  margin-top: 30px;
}
.cu-sec_cancel_txt {
  font-size: 16px;
}
.cu-sec_cancel_txt .l_txtc_red {
  color: #cf2e2e;
}
.cu-sec_cancel_txt .l_txtc_blue {
  color: #50b3b0;
}
.cu-sec_cancel_txt .l_txt_bold{
  font-weight: bold;
}

@media screen and (max-width: 767px) {
.cu-sec_cancel {
  margin-top: 80px;
}
.cu-sec_cancel_inr + .cu-sec_cancel_inr {
  margin-top: 30px;
}
.cu-sec_cancel_ttl {
  font-size: 30px;
}
.cu-sec_cancel_ttl + .cu-sec_cancel_txt {
  margin-top: 15px;
}
}

/* 関連施術リンクセクション */
.related-menus-section {
    margin: 60px 0 40px;
    padding: 40px 30px;
    background: #f1faf8;
    border-radius: 8px;
}

.related-menus-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
    position: relative;
    padding-bottom: 15px;
}

.related-menus-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #50b3b0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.related-menus-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.related-menu-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.related-menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(80,179,176,0.2);
}

.related-menu-thumbnail {
    width: 100%;
    height: 180px;
    overflow: hidden;
    flex-shrink: 0;
}

.related-menu-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-menu-item:hover .related-menu-thumbnail img {
    transform: scale(1.05);
}

.related-menu-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.related-menu-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.4;
    min-height: 4.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-menu-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding: 0;
}

.related-menu-cat {
    display: inline-block;
    background: #50b3b0;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    flex-shrink: 0;
}

.related-menu-link {
    display: inline-block;
    color: #50b3b0;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
    margin-left: auto;
    flex-shrink: 0;
    white-space: nowrap;
}

.related-menu-link:hover {
    color: #3d8f8d;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
    .related-menus-section {
        padding: 30px 20px;
        margin: 40px 0 30px;
    }

    .related-menus-title {
        font-size: 20px;
    }

    .related-menus-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .related-menu-thumbnail {
        height: 150px;
    }
}

/* 施術詳細CTAセクション */
.procedure-cta-section {
    background: #f1faf8;
    padding: 40px 30px;
    margin: 40px 0;
    border-radius: 8px;
    text-align: center;
}

.procedure-cta-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.procedure-cta-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #50b3b0;
    margin: 10px auto 0;
}

.procedure-cta-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.procedure-cta-button {
    background: #fff;
    border: 2px solid #50b3b0;
    color: #50b3b0;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 180px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.procedure-cta-button:hover {
    background: #50b3b0;
    color: #fff;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 12px rgba(80, 179, 176, 0.3);
            box-shadow: 0 4px 12px rgba(80, 179, 176, 0.3);
}

.cta-icon {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
    .procedure-cta-section {
        padding: 30px 20px;
        margin: 30px 0;
    }

    .procedure-cta-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .procedure-cta-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 15px;
    }

    .procedure-cta-button {
        width: 100%;
        min-width: auto;
    }
}

/* ドクター詳細：お問い合わせボタン */
.doctor-contact-button {
    margin-top: 30px;
    text-align: center;
}

.contact-button {
    display: inline-block;
    background: #50b3b0;
    color: #fff;
    padding: 16px 48px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 12px rgba(80, 179, 176, 0.3);
            box-shadow: 0 4px 12px rgba(80, 179, 176, 0.3);
}

.contact-button:hover {
    background: #3d8f8d;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 16px rgba(80, 179, 176, 0.4);
            box-shadow: 0 6px 16px rgba(80, 179, 176, 0.4);
}

@media screen and (max-width: 768px) {
    .doctor-contact-button {
        margin-top: 20px;
    }

    .contact-button {
        width: 100%;
        padding: 14px 32px;
        font-size: 16px;
    }
}

/* インスタグラムセクション */
.cu-instagram {
    padding-block: 40px 52.5px;
}

@media screen and (min-width: 768px) {
    .cu-instagram {
        padding-block: 80px 92.5px;
    }
}

.cu-instagram__gallery {
    margin-top: 32px;
}

@media screen and (min-width: 768px) {
    .cu-instagram__gallery {
        margin-top: 48px;
    }
}

.cu-instagram__button-wrapper {
    text-align: center;
    margin-top: 32px;
}

@media screen and (min-width: 768px) {
    .cu-instagram__button-wrapper {
        margin-top: 48px;
    }
}

.cu-instagram__button {
    display: inline-block;
    background: #50b3b0;
    color: #fff;
    text-align: center;
    padding: 16px 48px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.cu-instagram__button:hover {
    background: #3d8f8d;
}

@media screen and (min-width: 768px) {
    .cu-instagram__button {
        font-size: 18px;
        padding: 18px 64px;
    }
}

/* 人気メニューTOP3 - 詳細を見る →のスタイル */
.cu-popular__arrow {
    color: #50b3b0;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.cu-popular__link:hover .cu-popular__arrow {
    color: #9CD8D6;
}

/* 症例ページ - この施術を詳しく見るボタン */
.case-menu-button {
    display: inline-block;
    background: #50b3b0;
    color: #fff;
    text-align: center;
    padding: 16px 48px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.case-menu-button:hover {
    background: #3d8f8d;
}

@media screen and (min-width: 768px) {
    .case-menu-button {
        font-size: 18px;
        padding: 18px 64px;
    }
}

/* アフターフォローと保証セクション - 余白のみ */
.c-single_cont.p-menu .aftercare-section .c-edit_wrap {
    margin-bottom: 16px;
}

.aftercare-section p {
    margin-bottom: 16px;
}

.aftercare-section img {
    display: block;
    width: 100%;
    height: auto;
}

/* この施術の体験談セクション */
.related-reviews-section {
    margin: 60px 0;
    padding: 40px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.related-reviews-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.related-reviews-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #50b3b0;
    margin: 10px auto 0;
}

.related-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.related-review-item {
    background: #f8f8f8;
    padding: 32px;
    border-radius: 8px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.related-review-item:hover {
    background: #f1faf8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.review-avatar {
    font-size: 40px;
    color: #50b3b0;
    flex-shrink: 0;
}

.related-review-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.review-excerpt {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.review-full-content {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.review-toggle-btn {
    background: #50b3b0;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.review-toggle-btn:hover {
    background: #3d8f8d;
}

@media screen and (min-width: 768px) {
    .related-review-title {
        font-size: 20px;
    }

    .review-excerpt,
    .review-full-content {
        font-size: 16px;
    }

    .review-toggle-btn {
        font-size: 15px;
        padding: 14px 32px;
    }
}

@media screen and (min-width: 1024px) {
    .related-reviews-section {
        margin: 80px 0;
    }

    .related-reviews-title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .review-avatar {
        font-size: 48px;
    }
}

/* ========================================
   トップページ体験談スライダー
======================================== */
.cu-reviews {
    padding: 80px 0;
    background-color: #fff;
}

.cu-reviews__inner {
    margin-top: 50px;
}

.cu-reviews__contents {
    position: relative;
    padding: 0 50px;
}

.cu-reviews__item {
    height: auto;
}

.cu-reviews__card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.cu-reviews__card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cu-reviews__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.cu-reviews__avatar {
    font-size: 40px;
    color: #50b3b0;
    flex-shrink: 0;
}

.cu-reviews__title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.cu-reviews__excerpt {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.cu-reviews__link {
    display: inline-block;
    color: #50b3b0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cu-reviews__link:hover {
    color: #3d8c8a;
}

/* Swiperナビゲーション */
.cu-reviews__pagination {
    margin-top: 40px;
    position: static !important;
}

.cu-reviews__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}

.cu-reviews__pagination .swiper-pagination-bullet-active {
    background: #50b3b0;
}

.cu-reviews__button-prev,
.cu-reviews__button-next {
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
}

.cu-reviews__button-prev:after,
.cu-reviews__button-next:after {
    font-size: 20px;
    color: #50b3b0;
    font-weight: bold;
}

.cu-reviews__button-prev:hover,
.cu-reviews__button-next:hover {
    background: rgba(80, 179, 176, 0.1);
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .cu-reviews {
        padding: 60px 0;
    }

    .cu-reviews__contents {
        padding: 0 20px;
    }

    .cu-reviews__card {
        padding: 20px;
    }

    .cu-reviews__header {
        gap: 10px;
        margin-bottom: 15px;
    }

    .cu-reviews__avatar {
        font-size: 32px;
    }

    .cu-reviews__title {
        font-size: 16px;
    }

    .cu-reviews__excerpt {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .cu-reviews__link {
        font-size: 13px;
    }

    .cu-reviews__pagination {
        margin-top: 30px;
    }

    .cu-reviews__button-prev,
    .cu-reviews__button-next {
        width: 36px;
        height: 36px;
    }

    .cu-reviews__button-prev:after,
    .cu-reviews__button-next:after {
        font-size: 16px;
    }
}

/* ========================================
   医師ページ - 担当症例ボタン（写真下）
======================================== */
.c-thumb-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.doctor-case-button {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.case-archive-button {
    display: inline-block;
    background: #50b3b0;
    color: #fff;
    padding: 16px 48px;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.case-archive-button:hover {
    background: #3d8f8d;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .case-archive-button {
        width: 90%;
        padding: 14px 32px;
        font-size: 16px;
    }
}

/* ========================================
   症例ページ - 担当医師を見るボタン
======================================== */
.doctor-back-button {
    margin: 30px 0;
    text-align: center;
}

.doctor-link-button {
    display: inline-block;
    background: #50b3b0;
    color: #fff;
    padding: 16px 48px;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.doctor-link-button:hover {
    background: #3d8f8d;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .doctor-link-button {
        width: 90%;
        padding: 14px 32px;
        font-size: 16px;
    }
}

/* ========================================
   症例個別ページ - 担当医師の症例一覧へのボタン
======================================== */
.case-doctor-button {
    margin-top: 20px;
}

.doctor-cases-button {
    display: block;
    width: 100%;
    background: #50b3b0;
    color: #fff;
    padding: 16px 48px;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.doctor-cases-button:hover {
    background: #3d8f8d;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .doctor-cases-button {
        padding: 14px 32px;
        font-size: 16px;
    }
}

/* ========================================
   Swiper矢印の復元・スタイル調整（人気メニューTOP3・体験談）
======================================== */
/* 1. 矢印アイコンの中身を復元（表示されるようにする） */
.cu-popular__button-prev::after,
.cu-reviews__button-prev::after {
  content: 'prev' !important;
  font-family: swiper-icons !important;
}

.cu-popular__button-next::after,
.cu-reviews__button-next::after {
  content: 'next' !important;
  font-family: swiper-icons !important;
}

/* 2. 人気メニューTOP3の矢印デザイン修正
   背景の円、影を削除し、矢印のみを表示する */
.cu-popular__button-prev,
.cu-popular__button-next {
  background: transparent !important; /* 背景を透明に */
  box-shadow: none !important;        /* 影を削除 */
  border-radius: 0 !important;        /* 角丸を解除 */
  width: auto !important;             /* サイズ固定を解除 */
  height: auto !important;
}

/* 3. ホバー時のスタイル変更を無効化 */
.cu-popular__button-prev:hover,
.cu-popular__button-next:hover {
  background: transparent !important; /* 背景は透明のまま */
}

/* ホバー時も矢印の色は「緑」のままにする（背景がないため白だと見えなくなる） */
.cu-popular__button-prev:hover::after,
.cu-popular__button-next:hover::after {
  color: #50B3B0 !important;
}

/* ========================================
   キャンペーンカルーセル：スマホ表示の中央寄せ調整
======================================== */
@media screen and (max-width: 767px) {
  .cu-campaign__contents {
    padding: 0 !important; /* SwiperのcenteredSlidesが正しく機能するように既存のパディングを削除 */
  }

  /* スライドに幅を指定して、centeredSlides: true が効くようにする */
  .cu-campaign_slide .swiper-slide {
    width: 80% !important; /* 画面幅の80%のサイズにする */
    /* margin-right削除: 余白はJSのspaceBetweenで制御する */
  }
  
  /* 画像を枠いっぱいに表示 */
  .cu-campaign_slide .swiper-slide .c-thumb img {
    width: 100% !important;
    height: auto !important;
  }
}


.c-foot_menulist + .c-foot_menulist {
  margin-top: 0px;
}

.l-foot_menu .l-inner{
  display: flex;
}

.c-foot_menulist .c-foot_catlist {
  font-size: 14px;
}

.doctor-supervision {
  padding: 40px 0;
  margin-bottom: 60px;
}

.doctor-supervision__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  margin: 0 0 30px 0;
  font-family: "Noto Serif JP", serif;
}

.doctor-supervision__content {
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
  max-width: 900px;
}

.doctor-supervision__content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.doctor-supervision__content p:last-child {
  margin-bottom: 0;
}

.doctor-supervision__link {
  color: #C84141;
  font-weight: bold;
}

.doctor-supervision__link a {
  color: #50b3b0;
  text-decoration: underline;
}

.doctor-supervision__link a:hover {
  opacity: 0.7;
}

.l-footer{
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-foot_menulist + .c-foot_menulist {
    margin-top: 80px;
}
.doctor-supervision__content {
  width: 100%;
}
.cu-footer__access--map{
  flex-direction: column;
}
.cu-footer__access--map iframe {
  width: 100%;
  height: 220px;
}
.c-foot_menulist .c-foot_catlist {
  font-size: 16px;
}
.doctor-supervision {
  padding: 40px 0;
  margin-bottom: 0px;
}
}

.copyright{
	border-top: 1px solid #555;
	color: white;
    font-size: 12px;
    margin-top: 12px;
	padding-top: 12px;
    text-align: center;
}




/* プライバシーポリシー */
.l-privacy .l-privacy_content {
  padding: 60px 0;
}

.l-privacy .c-privacy_intro {
  margin-bottom: 50px;
  line-height: 1.8;
}

.l-privacy .c-privacy_intro p {
  margin-bottom: 20px;
}

.l-privacy .c-privacy_intro a {
  color: #50b3b0;
  text-decoration: underline;
}

.l-privacy .c-privacy_section {
  margin-bottom: 50px;
}

.l-privacy .c-section_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.l-privacy .c-privacy_section p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.l-privacy .c-privacy_list {
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
}

.l-privacy .c-privacy_list li {
  margin-bottom: 10px;
}

.l-privacy .c-contact_info {
  margin: 20px 0;
}

.l-privacy .c-note {
  font-size: 13px;
  color: #666;
}

.l-privacy .c-privacy_topbtn {
  text-align: center;
  margin-top: 60px;
}

.l-privacy .c-btn_top {
  display: inline-block;
  background-color: #5AB8A5;
  color: #fff;
  padding: 15px 60px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
}

.l-privacy .c-btn_top:hover {
  opacity: 0.8;
}