@charset "UTF-8";

/*
250820 追加
*/
.sp-fixed-cta {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
}

.sp-fixed-cta-btn {
  display: flex;
  width: 100%;
}

.sp-fixed-cta-btn-item {
  position: relative;
  width: 33.3333333333%;
}
.sp-fixed-cta-btn-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0 8px;
}
.sp-fixed-cta-btn-item:nth-of-type(1) a {
  background-color: #b8974c;
}
.sp-fixed-cta-btn-item:nth-of-type(1) .sp-fixed-cta-btn-item-balloon {
  border: 1px solid #b8974c;
}
.sp-fixed-cta-btn-item:nth-of-type(2) a {
  background-color: #f59090;
}
.sp-fixed-cta-btn-item:nth-of-type(2) .sp-fixed-cta-btn-item-balloon {
  border: 1px solid #f59090;
}
.sp-fixed-cta-btn-item:nth-of-type(3) a {
  background-color: #06c755;
}
.sp-fixed-cta-btn-item:nth-of-type(3) .sp-fixed-cta-btn-item-balloon {
  border: 1px solid #06c755;
}

.sp-fixed-cta-btn-item-balloon {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 6px 0 4px;
  width: 80%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  color: #595757;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.sp-fixed-cta-btn-item-icon {
  margin-right: 8px;
  padding-bottom: 5px;
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
}

.sp-fixed-cta-btn-item-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.common-cta-bg {
  padding: 50px 0;
  background-image: url("../images/bg_medical01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300%;
}

.common-cta-inner {
  margin: 0 auto;
  width: 91.4666%;
}

.common-cta-text {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 1.7px;
  font-size: 14px;
  line-height: 1.8;
}

.common-cta-btn {
  margin: 0 auto;
  max-width: 375px;
}

.common-cta-btn-item {
  margin-bottom: 24px;
}
.common-cta-btn-item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 17px 30px 13px;
}
.common-cta-btn-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.common-cta-btn-item:last-child {
  margin-bottom: 0;
}
.common-cta-btn-item:nth-of-type(1) a {
  background-color: #b8974c;
}
.common-cta-btn-item:nth-of-type(2) a {
  background-color: #f59090;
}
.common-cta-btn-item:nth-of-type(3) a {
  background-color: #06c755;
}

.common-cta-btn-item-icon {
  margin-right: 10px;
  padding-bottom: 5px;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
}

.common-cta-btn-item-text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.footer-cta {
  padding: 50px 0 70px;
}

.footer-cta-title {
  position: relative;
  margin-bottom: 40px;
}
.footer-cta-title::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 71px;
  height: auto;
  background: url("../images/tit_wrap.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  aspect-ratio: 71/85;
}
.footer-cta-title p {
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}
.footer-cta-title h2 {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.menu-cta {
  margin: 0 calc(50% - 50vw);
  padding: 30px 0 0;
  width: 100vw;
}

.price-sec-btn {
  margin-top: 30px;
}

.price-sec-btn-item {
  margin-bottom: 20px;
}
.price-sec-btn-item:last-child {
  margin-bottom: 0;
}
.price-sec-btn-item a {
  display: block;
  align-items: center;
  position: relative;
  padding: 14px 30px 12px;
  background-color: #d5be87;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.price-sec-btn-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.common-writer {
  margin-bottom: 50px;
}

.common-writer-inner {
  margin: 0 auto;
  padding: 20px;
  width: 91.4666%;
  border: 1px solid #ccc;
}

.common-writer-title {
  display: table;
  margin: 0 0 20px;
  padding: 0 0 4px 30px;
  background: url("../images/tit.svg") no-repeat left top 7px/25px auto;
  font-size: 130%;
  line-height: 1.4;
}

.common-writer-img {
  margin: 0 auto 20px;
  width: 70%;
}

.common-writer-clinic-name {
  margin-bottom: 5px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.common-writer-name {
  margin-bottom: 25px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.common-writer-text {
  margin-bottom: 20px;
}
.common-writer-text span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.common-writer-link {
  text-align: right;
}
.common-writer-link a {
  position: relative;
  text-decoration: underline;
}
.common-writer-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.3em;
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #b79648;
  border-right: 1px solid #b79648;
}

@media (min-width: 641px) {
  .sp-fixed-cta {
    display: none;
  }
  .common-cta {
    padding: 30px 0 0;
  }
  .common-cta-bg {
    padding: 60px 0;
    background-image: url("../images/bg_footer.jpg");
    background-size: cover;
  }
  .common-cta-inner {
    margin: 0 auto;
    width: 91.4666%;
  }
  .common-cta-text {
    margin-bottom: 60px;
    font-size: 18px;
  }
  .common-cta-btn {
    display: flex;
    gap: 0 24px;
    justify-content: space-between;
    max-width: 1200px;
  }
  .common-cta-btn-item {
    margin-bottom: 0;
    width: 384px;
    background-color: #fff;
  }
  .common-cta-btn-item a {
    justify-content: center;
    transition: opacity 0.3s ease;
  }
  .common-cta-btn-item a:hover {
    opacity: 0.8;
  }
  .common-cta-btn-item-icon {
    padding-bottom: 3px;
    width: 22px;
  }
  .common-cta-btn-item-text {
    font-size: 24px;
  }
  .footer-cta {
    padding: 130px 0 100px;
  }
  .footer-cta-title {
    margin: -90px 0 60px;
  }
  .footer-cta-title p {
    font-size: 60px;
  }
  .menu-cta {
    padding: 50px 0 0;
  }
  .price-sec-btn {
    margin-top: 50px;
  }
  .price-sec-btn-item {
    margin-bottom: 20px;
    text-align: center;
  }
  .price-sec-btn-item a {
    display: inline-block;
    min-width: 400px;
    font-size: 16px;
    transition: opacity 0.3s ease;
  }
  .price-sec-btn-item a::after {
    width: 8px;
    height: 8px;
  }
  .price-sec-btn-item a:hover {
    opacity: 0.8;
  }
  .common-writer {
    margin-bottom: 100px;
  }
  .common-writer-inner {
    padding: 50px 60px;
    max-width: 1000px;
  }
  .common-writer-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .common-writer-img {
    margin: 0;
    width: 40%;
  }
  .common-writer-textbox {
    width: 55%;
  }
  .common-writer-clinic-name {
    margin-bottom: 8px;
    font-size: 17px;
  }
  .common-writer-name {
    margin-bottom: 25px;
  }
  .common-writer-text span {
    font-size: 17px;
  }
}
/* 既存CSS調整 */
.contents_bg {
  overflow-x: hidden;
}

@media screen and (width <= 640px) {
  .pagetop {
    bottom: 75px;
  }
  .copy {
    padding-bottom: 85px;
  }
  .body_single {
    margin: 0 0 60px;
  }
}
/*
250807 追加
*/
.sec_top_medical {
  position: relative;
  z-index: 0;
}
.sec_top_medical .tit_wrap span {
  margin-bottom: 0;
}

.sec_top_medical_tab_btn {
  display: flex;
  justify-content: space-between;
}

.sec_top_medical_tab_btn_item {
  display: block;
  padding: 10px 0;
  width: 50%;
  border: 1px solid var(--main-color);
  outline: none;
  background-color: #fff;
  color: var(--main-color);
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.sec_top_medical_tab_btn_item.active {
  background-color: var(--main-color);
  color: #fff;
  pointer-events: none;
}

.sec_top_medical_tab_contents {
  padding: 20px 1%;
  border: 1px solid var(--main-color);
  border-top: none;
}

.sec_top_feature {
  position: relative;
  z-index: 1;
}

.top-youtube-bnr {
  margin: 40px auto 0;
  max-width: 1000px;
}

@media (min-width: 641px) {
  .sec_top_medical {
    margin-top: 0;
  }
  .sec_top_medical_tab_btn {
    margin: 0 auto;
    max-width: 1000px;
  }
  .sec_top_medical_tab_btn_item {
    padding: 15px 0;
  }
  .sec_top_medical_tab_contents {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1000px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 21%;
  }
  .sec_top_feature {
    padding-bottom: 150px;
  }
}
/* 症例一覧 */
.archive-case-main {
  width: 100% !important;
}

.archive-case {
  margin-bottom: 60px;
}

.archive-case-sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}

.archive-case-sort-item {
  position: relative;
  margin-bottom: 15px;
  width: 49%;
}
.archive-case-sort-item::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-color: var(--base-color);
}
.archive-case-sort-item select {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 20px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  outline: 0;
  background: #fff;
  vertical-align: middle;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.archive-case-sort-item:nth-of-type(1) {
  width: 100%;
}

.archive-case-sort-submit {
  padding: 12px 0;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--main-color);
  color: #fff;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.archive-case-sort-num {
  margin-bottom: 30px;
}

.archive-case-no-post,
.single-case-no-post {
  width: 100%;
  text-align: center;
}

.archive-case-item {
  margin-bottom: 40px;
  padding: 20px 20px 25px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.archive-case-item.is-open .archive-case-item-text-box::after {
  opacity: 0;
}
.archive-case-item.is-open .archive-case-item-more::after {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.archive-case-item-img {
  margin-bottom: 15px;
}
.archive-case-item-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.archive-case-item-text-box {
  overflow-y: hidden;
  position: relative;
  padding-bottom: 35px;
  max-height: 260px;
  transition: max-height 0.3s ease;
}
.archive-case-item-text-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  transition: opacity 0.3s ease;
}

.archive-case-item-title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.archive-case-item-term {
  margin-bottom: 10px;
}

.archive-case-item-text {
  margin-bottom: 15px;
}
.archive-case-item-text:last-of-type {
  margin-bottom: 0;
}
.archive-case-item-text h3 {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
  background: none;
  font-size: 16px;
  font-weight: bold;
}
.archive-case-item-text p {
  margin-bottom: 10px;
}
.archive-case-item-text p:last-of-type {
  margin-bottom: 0;
}

.archive-case-item-more {
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.archive-case-item-more::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background-color: var(--base-color);
}

.archive-case-list-page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.archive-case-list-page-nav .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 5px 10px;
  width: 30px;
  height: auto;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  aspect-ratio: 1/1;
}
.archive-case-list-page-nav .page-numbers.current {
  padding: 0;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
}
.archive-case-list-page-nav .page-numbers.dots {
  pointer-events: none;
}
.archive-case-list-page-nav .page-numbers.prev::before, .archive-case-list-page-nav .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
}
.archive-case-list-page-nav .page-numbers.prev::before {
  border-bottom: 1px solid var(--base-color);
  border-left: 1px solid var(--base-color);
}
.archive-case-list-page-nav .page-numbers.next::before {
  border-top: 1px solid var(--base-color);
  border-right: 1px solid var(--base-color);
}

@media (min-width: 641px) {
  .archive-case {
    /* margin: 0 auto;
    max-width: 1100px; */
    margin-bottom: 80px;
  }
  .archive-case-sort {
    flex-wrap: nowrap;
    gap: 5px;
  }
  .archive-case-sort-item {
    margin-bottom: 0;
    width: 20%;
  }
  .archive-case-sort-item select {
    padding: 12px 20px;
    font-size: 16px;
  }
  .archive-case-sort-item:nth-of-type(1) {
    width: 45%;
  }
  .archive-case-sort-submit {
    padding: 11px 0;
    width: 15%;
    font-size: 16px;
  }
  .archive-case-sort-num {
    margin-bottom: 50px;
  }
  .archive-case-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .archive-case-item {
    margin: 0 2% 40px 0;
    padding: 15px 15px 20px;
    width: 23.5%;
  }
  .archive-case-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .archive-case-item-img {
    margin-bottom: 10px;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .archive-case-item-img a:hover img {
    opacity: 0.7;
  }
  .archive-case-item-img img {
    display: inline;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transition: opacity 0.3s ease;
  }
  .archive-case-item-title {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .archive-case-list-page-nav .page-numbers {
    width: 40px;
    font-size: 16px;
  }
  .archive-case-list-page-nav .page-numbers:hover {
    background: var(--main-color);
    color: #fff;
  }
  .archive-case-list-page-nav .page-numbers.prev:hover, .archive-case-list-page-nav .page-numbers.next:hover {
    background: transparent;
  }
}
/* 症例詳細 */
.single-case-wrapper {
  margin-bottom: 40px;
}

.single-case-img {
  overflow: visible;
  position: relative;
  padding-bottom: 40px;
}
.single-case-img .swiper-slide {
  overflow: hidden;
}
.single-case-img .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.single-case-img-swiper-pagination {
  position: relative;
  bottom: -10px !important;
  text-align: center;
}
.single-case-img-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 8px !important;
  width: 10px;
  height: 10px;
  background: #ccc;
}
.single-case-img-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color);
}

.single-case-detail dl {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.single-case-detail dl:last-child {
  border-bottom: 1px solid #ccc;
}
.single-case-detail dl dt {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: bold;
}
.single-case-detail dl dd p {
  margin-bottom: 10px;
}
.single-case-detail dl dd p:last-child {
  margin-bottom: 0;
}

.single-case-btn {
  margin-bottom: 40px;
}

.single-case-btn-item {
  margin-bottom: 20px;
}
.single-case-btn-item:last-child {
  margin-bottom: 0;
}
.single-case-btn-item a {
  display: block;
  align-items: center;
  position: relative;
  padding: 14px 35px 12px;
  background-color: #d5be87;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.single-case-btn-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.single-case-comment {
  margin-bottom: 60px;
}

.single-case-comment-bg {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.single-case-comment-img {
  margin: 0 auto 15px;
  width: 70%;
}

.single-case-comment-name {
  margin-bottom: 15px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.single-case-comment-text p {
  margin-bottom: 10px;
}
.single-case-comment-text p:last-child {
  margin-bottom: 0;
}

.single-case-related {
  margin-bottom: 80px;
}

.single-case-related-list {
  overflow: visible;
  position: relative;
}
.single-case-related-list .swiper-slide {
  overflow: hidden;
}

.single-case-related-item {
  padding: 20px 20px 25px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.single-case-related-item-img {
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.single-case-related-item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.single-case-related-item-img img {
  display: inline;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}

.single-case-related-item-title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.single-case-related-items-term {
  margin-bottom: 10px;
}

.menu-comparison {
  padding-bottom: 50px;
}

.menu-comparison-content {
  overflow-x: auto;
  padding-bottom: 10px;
}

.menu-comparison-table {
  width: -moz-max-content;
  width: max-content;
  border-spacing: 1px;
  border-collapse: separate;
}
.menu-comparison-table thead tr th {
  padding: 15px 10px;
  width: 140px;
  border: 1px solid var(--border-color);
  background-color: rgba(229, 220, 195, 0.9);
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.menu-comparison-table thead tr th:nth-of-type(1) {
  width: 100px;
}
.menu-comparison-table thead tr th a {
  text-decoration: underline;
}
.menu-comparison-table tbody tr td {
  padding: 15px 10px;
  width: 140px;
  border: 1px solid var(--border-color);
  background-color: #fff;
  vertical-align: middle;
  line-height: 1.5;
}
.menu-comparison-table tbody tr td:nth-of-type(1) {
  width: 100px;
  background: var(--bg-color);
  text-align: center;
}
.menu-comparison-table tbody tr td.u-text-center {
  text-align: center;
}
.menu-comparison-table tbody tr td.u-text-right {
  text-align: right;
}
.menu-comparison-table tbody tr td a {
  text-decoration: underline;
}

.menu-footer-area {
  padding-bottom: 60px;
}

.menu-footer-area-inner {
  margin: 0 auto;
  width: calc(100% - 40px);
}

.menu-footer-area-title {
  display: block;
  margin: 0 auto 25px;
  padding: 0 0 20px;
  border-bottom: none;
  background: none;
  letter-spacing: 0;
  font-size: 21px;
}
.menu-footer-area-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80px;
  height: 2px;
  background-color: var(--main-color);
}

.menu-footer-area-text {
  text-align: center;
  font-size: 16px;
}
.menu-footer-area-text span {
  display: inline-block;
  margin-top: 10px;
}

@media (min-width: 641px) {
  .single-case-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .single-case-img {
    overflow: hidden;
    margin: 0;
    width: 48%;
  }
  .single-case-img .swiper-slide {
    overflow: visible;
  }
  .single-case-img-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .single-case-detail {
    width: 48%;
  }
  .single-case-detail dl {
    padding: 15px 0;
  }
  .single-case-detail dl dt {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .single-case-btn {
    margin-bottom: 60px;
  }
  .single-case-btn-item {
    margin-bottom: 20px;
    text-align: center;
  }
  .single-case-btn-item a {
    display: inline-block;
    min-width: 400px;
    font-size: 16px;
    transition: opacity 0.3s ease;
  }
  .single-case-btn-item a::after {
    width: 8px;
    height: 8px;
  }
  .single-case-comment {
    margin-bottom: 60px;
  }
  .single-case-comment-bg {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    padding: 40px;
    max-width: 1000px;
  }
  .single-case-comment-img {
    margin: 0;
    margin-right: 7%;
    width: 35%;
  }
  .single-case-comment-textbox {
    flex: 1;
  }
  .single-case-comment-name {
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
  }
  .single-case-related {
    margin-bottom: 100px;
  }
  .single-case-related-item {
    margin: 0 2% 40px 0;
    padding: 15px 15px 20px;
    width: 23.5%;
  }
  .single-case-related-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .single-case-related-item-img {
    margin-bottom: 10px;
  }
  .single-case-related-item-img a:hover img {
    opacity: 0.7;
  }
  .single-case-related-item-title {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .menu-comparison {
    padding-bottom: 80px;
  }
  .menu-comparison-content {
    padding-bottom: 0;
  }
  .menu-comparison-table {
    width: 100%;
  }
  .menu-comparison-table thead tr th {
    padding: 20px 10px;
    width: auto;
    min-width: 100px;
  }
  .menu-comparison-table thead tr th:nth-of-type(1) {
    width: auto;
  }
  .menu-comparison-table tbody tr td {
    padding: 20px 10px;
    width: auto;
    min-width: 100px;
  }
  .menu-comparison-table tbody tr td:nth-of-type(1) {
    width: auto;
  }
  .menu-footer-area {
    padding-bottom: 100px;
  }
  .menu-footer-area-inner {
    max-width: 1200px;
  }
  .menu-footer-area-title {
    margin: 0 auto 35px;
    padding: 0 0 25px;
    font-size: 28px;
  }
  .menu-footer-area-text {
    font-size: 18px;
  }
}
/* 
20250902 追加
*/
.sec-top-case {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 50px 0 30px;
}

.sec-top-case-list {
  /* overflow: hidden; */
}

.sec-top-case-list-slider-wrap {
  margin-bottom: 40px;
}

.sec-top-case-list-slider {
  display: none;
}
.sec-top-case-list-slider.slick-initialized {
  display: block;
}
.sec-top-case-list-slider .slick-slide {
  opacity: 0.5;
  margin: 0 10px;
  transition: opacity 0.3s ease;
}
.sec-top-case-list-slider .slick-slide.slick-active {
  opacity: 1;
}
.sec-top-case-list-slider .slick-slide p {
  padding: 0;
}
.sec-top-case-list-slider .slick-list {
  margin: 0 -10px;
}
.sec-top-case-list-slider .slick-track {
  padding: 20px 0;
}
.sec-top-case-list-slider .slick-arrow {
  z-index: 2;
  top: 70vw;
  width: 10vw;
  height: auto;
  /* background-color: rgb(183 150 72 / 30%); */
  aspect-ratio: 1/1;
}
.sec-top-case-list-slider .slick-arrow::before {
  display: none;
}
.sec-top-case-list-slider .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  width: 6vw;
  height: auto;
  aspect-ratio: 1/1;
}
.sec-top-case-list-slider .slick-prev {
  left: 0 !important;
}
.sec-top-case-list-slider .slick-prev::after {
  left: 4vw;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.sec-top-case-list-slider .slick-next {
  right: 0 !important;
}
.sec-top-case-list-slider .slick-next::after {
  right: 4vw;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.sec-top-case-list-slider .slick-dots li {
  margin: 0 2vw;
  width: 3vw;
  height: auto;
  aspect-ratio: 1/1;
}
.sec-top-case-list-slider .slick-dots li button {
  width: 100%;
  height: 100%;
}
.sec-top-case-list-slider .slick-dots li button::before {
  display: none;
}
.sec-top-case-list-slider .slick-dots li button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
}
.sec-top-case-list-slider .slick-dots li.slick-active button::after {
  background-color: #b79648;
}

.menu-case-list {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.menu-case-list .sec-top-case-list-slider .slick-track {
  padding: 5px 0 20px;
}

.sec-top-case-item {
  padding: 20px 20px 25px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.sec-top-case-item.is-open .sec-top-case-item-text-box::after {
  opacity: 0;
}
.sec-top-case-item.is-open .sec-top-case-item-more::after {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.sec-top-case-item-img {
  margin-bottom: 15px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.sec-top-case-item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-top-case-item-img img {
  display: inline;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}

.sec-top-case-item-text-box {
  overflow-y: hidden;
  position: relative;
  padding-bottom: 35px;
  max-height: 260px;
  transition: max-height 0.3s ease;
}
.sec-top-case-item-text-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  transition: opacity 0.3s ease;
}

.sec-top-case-item-title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.sec-top-case-item-term {
  margin-bottom: 10px;
}

.sec-top-case-item-text {
  margin-bottom: 15px;
}
.sec-top-case-item-text:last-of-type {
  margin-bottom: 0;
}
.sec-top-case-item-text h3 {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
  background: none;
  font-size: 16px;
  font-weight: bold;
}
.sec-top-case-item-text p {
  margin-bottom: 10px;
}
.sec-top-case-item-text p:last-of-type {
  margin-bottom: 0;
}

.sec-top-case-item-more {
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.sec-top-case-item-more::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background-color: var(--base-color);
}

.sec-top-case-btn {
  margin: 0 auto;
  width: 70%;
  max-width: 370px;
}
.sec-top-case-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
  background-color: #b8974c;
  color: #fff;
}
.sec-top-case-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media (min-width: 641px) {
  .sec-top-case {
    padding: 50px 0 80px;
  }
  .sec-top-case-list {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .sec-top-case-list-slider-wrap {
    margin-bottom: 50px;
  }
  .sec-top-case-list-slider .slick-slide {
    opacity: 1;
    transform: scale(0.95);
    transform-origin: top center;
    margin: 0;
  }
  .sec-top-case-list-slider .slick-list {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .sec-top-case-list-slider .slick-track {
    padding: 40px 0 0;
  }
  .sec-top-case-list-slider .slick-arrow {
    top: 300px;
    width: 46px;
  }
  .sec-top-case-list-slider .slick-arrow::after {
    width: 20px;
  }
  .sec-top-case-list-slider .slick-prev {
    left: -50px !important;
  }
  .sec-top-case-list-slider .slick-prev::after {
    left: 18px;
  }
  .sec-top-case-list-slider .slick-next {
    right: -50px !important;
  }
  .sec-top-case-list-slider .slick-next::after {
    right: 18px;
  }
  .sec-top-case-list-slider .slick-dots li {
    margin: 0 10px;
    width: 14px;
  }
  .menu-case-list .sec-top-case-list-slider .slick-track {
    padding: 5px 0 0;
  }
  .sec-top-case-item {
    padding: 15px 15px 20px;
  }
  .sec-top-case-item-img {
    margin-bottom: 10px;
  }
  .sec-top-case-item-img a:hover img {
    opacity: 0.7;
  }
  .sec-top-case-item-title {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .sec-top-case-btn {
    max-width: 300px;
  }
  .sec-top-case-btn a:hover {
    opacity: 0.7;
  }
}
/* 初回限定価格ページ */
.firsttimeprice {
  padding-bottom: 60px;
}

.firsttimeprice-bnr {
  margin-bottom: 50px;
}
.firsttimeprice-bnr a {
  display: block;
  width: 100%;
  height: 100%;
}
.firsttimeprice-bnr img {
  width: 100%;
}

.firsttimeprice-item {
  margin-bottom: 30px;
}

.firsttimeprice-item-img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.firsttimeprice-item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.firsttimeprice-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.firsttimeprice-item-title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.firsttimeprice-item-text p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.firsttimeprice-item-text p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 641px) {
  .firsttimeprice {
    padding-bottom: 80px;
  }
  .firsttimeprice-bnr {
    margin-bottom: 70px;
  }
  .firsttimeprice-bnr a img {
    transition: opacity 0.3s ease;
  }
  .firsttimeprice-bnr a:hover img {
    opacity: 0.7;
  }
  .firsttimeprice-list {
    display: flex;
    flex-wrap: wrap;
  }
  .firsttimeprice-item {
    margin: 0 2.25% 40px 0;
    width: 31.5%;
  }
  .firsttimeprice-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .firsttimeprice-item-img a img {
    transition: opacity 0.3s ease;
  }
  .firsttimeprice-item-img a:hover img {
    opacity: 0.7;
  }
  .firsttimeprice-item-title {
    font-size: 18px;
  }
}
/* 人気施術ランキング - お悩みペー */
.menu-ranking-item {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.menu-ranking-item a {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  color: #595757;
}
.menu-ranking-item::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 40px;
  height: auto;
  text-indent: 7px;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.5;
  pointer-events: none;
  aspect-ratio: 1/1;
}
.menu-ranking-item:nth-of-type(1)::before {
  content: "1";
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b79648 50.5%) no-repeat top left/100% 100%;
}
.menu-ranking-item:nth-of-type(2)::before {
  content: "2";
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b4b2b2 50.5%) no-repeat top left/100% 100%;
}
.menu-ranking-item:nth-of-type(3)::before {
  content: "3";
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #8b340c 50.5%) no-repeat top left/100% 100%;
}
.menu-ranking-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  pointer-events: none;
  aspect-ratio: 1/1;
}

.menu-ranking-item-inner {
  display: flex;
  position: relative;
  z-index: 0;
  height: 100%;
}

.menu-ranking-item-img {
  width: 25%;
  height: auto;
  aspect-ratio: 1/1.3;
}
.menu-ranking-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-ranking-item-text-box {
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 20px;
  width: 75%;
}

.menu-ranking-item-title {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  background: none;
  font-size: 120%;
  font-weight: 800;
}

.menu-ranking-item-text {
  margin-bottom: 0 !important;
  line-height: 1.5;
}

@media (min-width: 641px) {
  .menu-ranking {
    margin: 0 auto;
    max-width: 1000px;
  }
  .menu-ranking-item {
    margin-bottom: 20px;
  }
  .menu-ranking-item a:hover {
    opacity: 0.7;
  }
  .menu-ranking-item::before {
    width: 60px;
    text-indent: 11px;
    font-size: 140%;
    line-height: 1.7;
  }
  .menu-ranking-item::after {
    right: 20px;
    width: 15px;
  }
  .menu-ranking-item-img {
    width: 20%;
    aspect-ratio: 1/1;
  }
  .menu-ranking-item-text-box {
    padding: 15px 50px;
    width: 80%;
  }
  .menu-ranking-item-title {
    margin: 0 0 15px;
    padding: 0;
    background: none;
    font-size: 150%;
    font-weight: 800;
  }
  .menu-ranking-item-text {
    margin-bottom: 0 !important;
    line-height: 1.5;
  }
}
/* 関連するお悩み - お悩みページ */
.menu-related {
  padding-bottom: 50px;
}

.menu-related-list {
  display: flex;
  flex-wrap: wrap;
}
.menu-related-list li {
  margin-bottom: 10px;
  padding-right: 20px;
  width: 50%;
}
.menu-related-list li a {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  color: #595757;
  font-size: 16px;
  line-height: 1.5;
}
.menu-related-list li a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(45deg);
  width: 8px;
  height: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  aspect-ratio: 1/1;
  pointer-events: none;
}

@media (min-width: 641px) {
  .menu-related {
    padding-bottom: 80px;
  }
  .menu-related-list {
    margin: 0 auto;
    padding-top: 10px;
    max-width: 1000px;
  }
  .menu-related-list li {
    margin-bottom: 15px;
    padding-right: 25px;
    width: 20%;
  }
  .menu-related-list li a {
    padding-left: 20px;
    font-size: 18px;
  }
  .menu-related-list li a::before {
    top: 9px;
  }
  .menu-related-list li a:hover {
    color: #7e7c7c;
  }
}/*# sourceMappingURL=add.css.map */