@charset "UTF-8";
.renewal5d-aesthetic {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  color: #2d2926;
  background-color: #fff;
  background-image: url("./images/renewal5d-aesthetic-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic {
    padding: 10px 15px 19px;
    background-position: center top;
  }
}
.renewal5d-aesthetic__inner {
  width: min(100%, 1140px);
  margin-inline: auto;
}
.renewal5d-aesthetic__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 1.1fr);
  align-items: start;
  gap: 54px;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__intro {
    display: block;
  }
}
.renewal5d-aesthetic__intro-content {
  padding-top: 0;
}
.renewal5d-aesthetic__eyebrow {
  margin: 0 0 17px;
  color: #c5935c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__eyebrow {
    margin-bottom: 7px;
    font-size: 8px;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
}
.renewal5d-aesthetic__title {
  position: relative;
  margin: 0 0 46px;
  padding: 0;
  border: 0;
  color: #2d2926;
  background: none;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.renewal5d-aesthetic__title::after {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 45px;
  height: 1px;
  background: #d5ae80;
  content: "";
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__title {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.035em;
  }
  .renewal5d-aesthetic__title::after {
    bottom: -11px;
    width: 31px;
  }
}
.renewal5d-aesthetic__lead {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.035em;
}
.renewal5d-aesthetic__lead p {
  margin: 0 0 15px;
}
.renewal5d-aesthetic__lead p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__lead {
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.01em;
  }
  .renewal5d-aesthetic__lead p {
    margin-bottom: 10px;
  }
}
.renewal5d-aesthetic__pc-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__pc-only {
    display: none;
  }
}
.renewal5d-aesthetic__main-visual {
  margin: 2px 0 0;
  overflow: hidden;
}
.renewal5d-aesthetic__main-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 579/312;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__main-visual {
    margin-top: 25px;
    border-radius: 11px;
  }
  .renewal5d-aesthetic__main-visual img {
    aspect-ratio: 333/164;
  }
}
.renewal5d-aesthetic__treatments {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__treatments {
    margin-top: 20px;
  }
}
.renewal5d-aesthetic__section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 33px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  color: #c5935c;
  background: none;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.renewal5d-aesthetic__section-title::before, .renewal5d-aesthetic__section-title::after {
  height: 1px;
  background: #d5ae80;
  content: "";
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__section-title {
    gap: 9px;
    margin-bottom: 14px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.renewal5d-aesthetic__treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 10px;
  }
}
.renewal5d-aesthetic__treatment-card {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__treatment-card {
    overflow: hidden;
    border: 1px solid #eadfd4;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 3px 10px rgba(96, 72, 48, 0.06);
  }
}
.renewal5d-aesthetic__treatment-image {
  margin: 0;
  overflow: hidden;
}
.renewal5d-aesthetic__treatment-image img {
  display: block;
  width: 100%;
  aspect-ratio: 252/137;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__treatment-image img {
    aspect-ratio: 160/64;
  }
}
.renewal5d-aesthetic__treatment-body {
  position: relative;
  min-height: 100px;
  padding: 21px 4px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__treatment-body {
    min-height: 53px;
    padding: 20px 5px 7px;
  }
}
.renewal5d-aesthetic__treatment-icon {
  position: absolute;
  top: -28px;
  left: -13px;
  z-index: 1;
  display: block;
  width: 58px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__treatment-icon {
    top: -18px;
    left: -1px;
    width: 38px;
    height: 38px;
  }
}
.renewal5d-aesthetic__treatment-title {
  margin: 0 0 9px;
  padding: 0;
  border: 0;
  color: #2d2926;
  background: none;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__treatment-title {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.renewal5d-aesthetic__treatment-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__treatment-text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.renewal5d-aesthetic__feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 0;
  padding: 17px 31px;
  list-style: none;
  background: rgba(250, 247, 243, 0.92);
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__feature-list {
    display: block;
    margin-top: 10px;
    padding: 0 17px;
    border: 1px solid #eadfd4;
    border-radius: 6px;
    background: rgba(250, 247, 243, 0.94);
  }
}
.renewal5d-aesthetic__feature-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
  padding: 0 31px;
}
.renewal5d-aesthetic__feature-item::after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: calc(100% - 4px);
  background: #d5ae80;
  opacity: 0.65;
  content: "";
}
.renewal5d-aesthetic__feature-item:first-child {
  padding-left: 24px;
}
.renewal5d-aesthetic__feature-item:last-child {
  padding-right: 0;
}
.renewal5d-aesthetic__feature-item:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__feature-item {
    gap: 12px;
    min-height: 51px;
    padding: 7px 0;
    border-top: 1px solid rgba(213, 174, 128, 0.34);
  }
  .renewal5d-aesthetic__feature-item::after {
    display: none;
  }
  .renewal5d-aesthetic__feature-item:first-child {
    padding-left: 0;
    border-top: 0;
  }
  .renewal5d-aesthetic__feature-item:last-child {
    padding-right: 0;
  }
}
.renewal5d-aesthetic__feature-icon {
  flex: 0 0 auto;
  display: block;
  width: 58px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__feature-icon {
    width: 34px;
    height: 34px;
  }
}
.renewal5d-aesthetic__feature-content {
  min-width: 0;
}
.renewal5d-aesthetic__feature-title {
  margin: 0 0 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__feature-title {
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
}
.renewal5d-aesthetic__feature-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .renewal5d-aesthetic__feature-text {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.renewal5d-treatment-search {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 120px;
  color: #2d2926;
  background: radial-gradient(circle at 50% 4%, rgba(234, 226, 220, 0.28), transparent 36%), linear-gradient(180deg, #fff 0%, #fbfaf9 100%);
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
}
.renewal5d-treatment-search::before {
  position: absolute;
  top: 4px;
  left: 50%;
  color: rgba(213, 221, 225, 0.36);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 78px;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.04em;
  content: "Treatment";
  pointer-events: none;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .renewal5d-treatment-search {
    padding: 50px 16px 54px;
  }
  .renewal5d-treatment-search::before {
    top: 9px;
    font-size: 48px;
  }
}
.renewal5d-treatment-search__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1020px);
  margin-inline: auto;
}
.renewal5d-treatment-search__title {
  margin: 0 0 42px;
  padding: 0;
  border: 0;
  color: #2d2926;
  background: none;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal5d-treatment-search__title {
    margin-bottom: 27px;
    font-size: 24px;
    letter-spacing: 0.08em;
  }
}
.renewal5d-treatment-search__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .renewal5d-treatment-search__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }
}
.renewal5d-treatment-search__item {
  min-width: 0;
}
.renewal5d-treatment-search__link {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 11px 17px 11px 11px;
  border: 1px solid rgba(239, 236, 233, 0.82);
  border-radius: 5px;
  color: #2d2926;
  background: rgba(249, 249, 249, 0.86);
  box-shadow: 0 5px 18px rgba(78, 65, 57, 0.035);
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) {
  .renewal5d-treatment-search__link:hover {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 28px rgba(78, 65, 57, 0.09);
    transform: translateY(-2px);
  }
  .renewal5d-treatment-search__link:hover .renewal5d-treatment-search__arrow {
    background: #c5935c;
  }
}
.renewal5d-treatment-search__link:focus-visible {
  outline: 2px solid #c5935c;
  outline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .renewal5d-treatment-search__link {
    grid-template-columns: 82px minmax(0, 1fr) 34px;
    gap: 12px;
    min-height: 116px;
    padding: 9px 15px 9px 7px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 7px 24px rgba(78, 65, 57, 0.055);
  }
}
.renewal5d-treatment-search__icon {
  display: block;
  width: 78px;
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .renewal5d-treatment-search__icon {
    width: 82px;
    height: 82px;
  }
}
.renewal5d-treatment-search__content {
  display: block;
  min-width: 0;
}
.renewal5d-treatment-search__item-title {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .renewal5d-treatment-search__item-title {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.035em;
  }
}
.renewal5d-treatment-search__text {
  display: block;
  color: rgba(45, 41, 38, 0.82);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .renewal5d-treatment-search__text {
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: 0.015em;
  }
}
.renewal5d-treatment-search__arrow {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #616161;
  transition: background-color 0.25s ease;
}
.renewal5d-treatment-search__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 10px;
  background: #fff;
  -webkit-clip-path: polygon(0 40%, 58% 40%, 58% 0, 100% 50%, 58% 100%, 58% 60%, 0 60%);
          clip-path: polygon(0 40%, 58% 40%, 58% 0, 100% 50%, 58% 100%, 58% 60%, 0 60%);
  content: "";
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .renewal5d-treatment-search__arrow {
    width: 34px;
    height: 34px;
  }
}

.renewal5d-reasons {
  position: relative;
  overflow: hidden;
  color: #2d2926;
  background: radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.35) 42%, transparent 67%), linear-gradient(180deg, #eef8fc 0%, #f8fcfe 42%, #edf8fc 100%);
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
}
.renewal5d-reasons::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.58) 25%, transparent 25%), linear-gradient(315deg, rgba(208, 228, 238, 0.18) 25%, transparent 25%);
  background-position: 0 0, 14px 14px;
  background-size: 28px 28px;
  content: "";
  opacity: 0.24;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons {
    background: radial-gradient(circle at 50% 7%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.36) 36%, transparent 66%), linear-gradient(180deg, #eef8fc 0%, #f8fcfe 44%, #edf8fc 100%);
  }
}
.renewal5d-reasons__hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__hero {
    margin-bottom: 30px;
  }
}
.renewal5d-reasons__hero-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.renewal5d-reasons__hero-picture {
  display: block;
  width: 100%;
}
.renewal5d-reasons__hero-image {
  display: block;
  width: 100%;
  height: auto;
}
.renewal5d-reasons__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__inner {
    width: min(100% - 28px, 520px);
  }
}
.renewal5d-reasons__intro {
  margin: -5px auto 40px;
  color: rgba(45, 41, 38, 0.86);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.035em;
  text-align: center;
}
.renewal5d-reasons__intro p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__intro {
    margin: -6px auto 17px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.015em;
  }
}
.renewal5d-reasons__intro-emphasis {
  margin-top: 3px !important;
  color: #245886;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__intro-emphasis {
    margin-top: 4px !important;
  }
}
.renewal5d-reasons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding-bottom: 40px;
  }
}
.renewal5d-reasons__card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 165px;
  align-items: stretch;
  min-width: 0;
  min-height: 155px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(213, 174, 128, 0.8);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 12px rgba(73, 89, 97, 0.05);
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__card {
    grid-template-columns: 43px minmax(0, 1fr) 111px;
    min-height: 100px;
    border-color: rgba(225, 227, 226, 0.96);
    border-radius: 9px;
    box-shadow: 0 4px 11px rgba(73, 89, 97, 0.13);
  }
}
.renewal5d-reasons__number {
  align-self: start;
  margin: 0;
  padding: 13px 0 0 13px;
  color: #b27b27;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__number {
    padding: 12px 0 0 10px;
    font-size: 28px;
  }
}
.renewal5d-reasons__card-body {
  align-self: center;
  min-width: 0;
  padding: 17px 12px 16px 8px;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__card-body {
    padding: 12px 8px 10px 5px;
  }
}
.renewal5d-reasons__card-title {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  color: #163d70;
  background: none;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__card-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.01em;
  }
}
.renewal5d-reasons__card-text {
  margin: 0;
  color: rgba(45, 41, 38, 0.88);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__card-text {
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: 0;
  }
}
.renewal5d-reasons__card-image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
}
.renewal5d-reasons__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__card-image {
    min-height: 100px;
  }
}
.renewal5d-reasons__card-image--contain {
  padding: 8px;
}
.renewal5d-reasons__card-image--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__card-image--contain {
    padding: 5px;
  }
}
.renewal5d-reasons__footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(175, 206, 220, 0.58);
  background: rgba(232, 247, 252, 0.72);
}
.renewal5d-reasons__footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
  width: min(100% - 40px, 900px);
  min-height: 102px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__footer-inner {
    gap: 14px;
    width: min(100% - 24px, 430px);
    min-height: 70px;
  }
}
.renewal5d-reasons__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
  color: #163d70;
  text-align: center;
}
.renewal5d-reasons__logo-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 37px;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__logo-main {
    font-size: 25px;
  }
}
.renewal5d-reasons__logo-sub {
  margin-top: 7px;
  color: #c5935c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__logo-sub {
    margin-top: 4px;
    font-size: 7px;
  }
}
.renewal5d-reasons__footer-line {
  width: 1px;
  height: 54px;
  background: rgba(44, 77, 112, 0.52);
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__footer-line {
    height: 38px;
  }
}
.renewal5d-reasons__footer-copy {
  margin: 0;
  color: #315477;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__footer-copy {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.025em;
  }
}
.renewal5d-reasons__pc-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  .renewal5d-reasons__pc-only {
    display: none;
  }
}

/* お支払方法 */
.payment-methods {
  width: 100%;
  padding: 75px 20px;
  color: #324f61;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(248,251,252,.9), rgba(255,255,255,.96)),
    radial-gradient(circle at 12% 50%, rgba(214, 231, 237, .34), transparent 32%),
    #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  text-align: center;
}

.payment-methods__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.payment-methods__brand {
  margin: 0 0 3px;
  color: #9b907d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
}

.payment-methods__title {
  margin: 0;
  color: #324f61;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: .18em;
}

.payment-methods__line {
  width: 100%;
  height: 1px;
  margin: 8px 0 13px;
  background: linear-gradient(90deg, transparent, rgba(196, 166, 104, .78) 10%, rgba(196, 166, 104, .78) 90%, transparent);
}

.payment-methods__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 74px);
  width: min(100%, 930px);
  margin: 0 auto 10px;
  padding: 0;
  list-style: none;
}

.payment-methods__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 38px;
  padding: 15px 16px;
  color: #4b5d68;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(194, 166, 111, .32);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(67, 82, 92, .08), inset 0 0 0 1px rgba(255,255,255,.65);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .12em;
  white-space: nowrap;
}

.payment-methods__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #bda675;
  flex: 0 0 auto;
}

.payment-methods__icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-methods__lead {
  margin: 0 0 8px;
  color: #425866;
/*   font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif; */
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .08em;
}

.payment-methods__button {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-width: 260px;
    min-height: 27px;
    padding: 17px 20px;
    color: #a5926d;
    background: rgba(236, 231, 221, .9);
    border-radius: 999px;
/*     font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif; */
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.payment-methods__button svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 760px) {
  .payment-methods {
    padding: 60px 18px 32px;
  }

  .payment-methods__title {
    font-size: 32px;
    letter-spacing: .12em;
  }

  .payment-methods__list {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100%, 360px);
  }

  .payment-methods__item {
    min-height: 50px;
    font-size: 17px;
  }

  .payment-methods__lead {
    font-size: 16px;
    text-align: left;
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .payment-methods__button {
    width: min(100%, 320px);
    min-width: 0;
  }
}
/*-------------------------------------------------------- 治療の流れ --------------------------------------------------------*/

:root {
  --flow-blue: #3f6f8b;
  --flow-label: #4e86a3;
  --flow-gold: #c1a66d;
  --flow-ink: #324f61;
  --flow-paper: #f8fbfc;
}

.treatment-flow {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(223, 238, 244, .42), transparent 30%),
    linear-gradient(315deg, rgba(220, 236, 242, .55), transparent 35%),
    #f9fcfd;
  box-shadow: 0 0 0 1px rgba(83, 118, 136, .12);
	font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
}

.treatment-flow::before,
.treatment-flow::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.treatment-flow::before {
  left: 0;
  bottom: 0;
  width: min(38vw, 470px);
  height: 235px;
  opacity: .86;
  background:
    radial-gradient(ellipse at 4% 100%, rgba(255,255,255,.72) 0 18%, transparent 42%),
    repeating-radial-gradient(ellipse at 2% 100%, transparent 0 13px, rgba(255,255,255,.82) 15px 18px, transparent 20px 34px),
    linear-gradient(145deg, rgba(184, 224, 240, .9), rgba(239, 250, 253, .46) 72%);
  clip-path: polygon(0 6%, 100% 100%, 0 100%);
}

.treatment-flow::after {
  right: -4%;
  bottom: -8%;
  width: 31%;
  aspect-ratio: 1;
  opacity: .38;
  background:
    linear-gradient(30deg, transparent 48%, rgba(197, 164, 96, .32) 49% 51%, transparent 52%) 0 0 / 55px 55px,
    linear-gradient(150deg, transparent 48%, rgba(197, 164, 96, .28) 49% 51%, transparent 52%) 0 0 / 55px 55px;
}

.treatment-flow__hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 25% 50% 25%;
  min-height: 276px;
  background: rgba(255, 255, 255, .52);
}

.treatment-flow__hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 151, 91, .55), transparent);
}

.treatment-flow__photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.treatment-flow__photo--clinic {
  background-image: linear-gradient(90deg, transparent 72%, rgba(248,251,252,.08)), url("../hero-clinic-hq.jpg");
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}

.treatment-flow__photo--counseling {
  background-image: linear-gradient(90deg, rgba(248,251,252,.05), transparent 25%), url("../hero-counseling-hq.jpg");
  clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%);
}

.treatment-flow__heading {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 31px 8px 22px;
  text-align: center;
}

.treatment-flow__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 13px;
  color: #6d8490;
  font-size: 12px;
  letter-spacing: .16em;
  font-weight: 600;
}

.treatment-flow__brand span {
  width: 28px;
  height: 1px;
  background: var(--flow-gold);
}

.treatment-flow__heading h2 {
  margin: 0;
  color: var(--flow-blue);
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .07em;
  text-shadow: 0 2px 8px rgba(255,255,255,.85);
}

.treatment-flow__en {
  margin: 1px 0 6px;
  color: var(--flow-gold);
  font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive;
  font-size: 31px;
  line-height: 1;
  letter-spacing: .05em;
  transform: rotate(-5deg);
}

.treatment-flow__lead {
  margin: 0;
  color: #567386;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.treatment-flow__lead span {
  display: block;
}

.treatment-flow__lead .treatment-flow__lead-mobile {
  display: none;
}

.treatment-flow__body {
  position: relative;
  z-index: 1;
  padding: 31px 0 34px;
}

.treatment-flow__body::before,
.treatment-flow__body::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.treatment-flow__body::before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: min(34vw, 410px);
  height: 195px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.7), transparent 42%),
    repeating-radial-gradient(ellipse at 0 100%, transparent 0 16px, rgba(255,255,255,.74) 18px 21px, transparent 23px 40px);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.treatment-flow__body::after {
  left: -12px;
  bottom: 130px;
  z-index: -1;
  width: min(35vw, 430px);
  height: 1px;
  background: linear-gradient(90deg, rgba(193, 166, 109, .15), rgba(193, 166, 109, .78), rgba(193, 166, 109, .2));
  transform: rotate(47deg);
  transform-origin: left center;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 31px 22px;
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.flow-card {
  position: relative;
  min-width: 0;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(88, 116, 132, .18);
  box-shadow: 0 5px 12px rgba(54, 84, 101, .08);
}

.flow-card::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--flow-gold) transparent;
}

.flow-card__title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 43px;
  margin: 0;
  padding-left: 86px;
  color: #55748a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
  white-space: nowrap;
}

.flow-card__number {
  position: absolute;
  left: -10px;
  top: -5px;
  display: grid;
  place-items: center;
  width: 78px;
  height: 37px;
  padding-left: 3px;
  color: #fff;
  background: linear-gradient(135deg, #6b9fba 0%, #3f7896 100%);
  clip-path: polygon(8% 0, 100% 0, 86% 100%, 0 100%);
/*   font-family: Georgia, "Times New Roman", serif; */
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: .02em;
  box-shadow: 0 2px 4px rgba(47, 94, 119, .18);
}

.flow-card__number::after {
  content: "";
  position: absolute;
  inset: 0 8px 0 0;
  border-top: 1px solid rgba(255,255,255,.35);
}

.flow-card__content {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 160px;
}

.flow-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}

.flow-card__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 10px 14px;
  text-align: center;
}

.flow-card__icon {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  margin-bottom: 8px;
  color: var(--flow-gold);
  border: 1px solid rgba(193, 166, 109, .68);
  border-radius: 50%;
}

.flow-card__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-card__copy p {
  margin: 0;
  color: #4c5f69;
/*   font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif; */
  font-size: 16px;
  line-height: 1.7;
}

.treatment-flow__note {
  width: min(100% - 40px, 1200px);
  margin: 19px auto 15px;
  color: #69777d;
/*   font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif; */
  font-size: 16px;
  text-align: center;
}

.treatment-flow__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: min(100% - 40px, 382px);
  min-height: 58px;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(90deg, #b79b61, #cdb17a, #b89b61);
  border: 1px solid #a78c58;
  outline: 1px solid rgba(255,255,255,.58);
  outline-offset: -4px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(95, 75, 38, .16);
  transition: filter .25s ease, transform .25s ease;
}

.treatment-flow__button span {
  font-size: 18px;
  letter-spacing: .12em;
}

.treatment-flow__button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
}

.treatment-flow__button:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.treatment-flow__button:focus-visible {
  outline: 3px solid #2f657f;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treatment-flow__hero {
    grid-template-columns: 24% 52% 24%;
  }
}

@media (max-width: 640px) {
  .treatment-flow__hero {
    grid-template-columns: 1fr;
/*     min-height: 410px; */
  }

  .treatment-flow__photo--clinic {
    position: absolute;
    inset: 0 55% 0 0;
    opacity: .38;
    clip-path: polygon(0 0, 100% 0, 58% 100%, 0 100%);
  }

  .treatment-flow__photo--counseling {
    position: absolute;
    inset: 0 0 0 45%;
    opacity: .4;
    clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
  }

  .treatment-flow__heading {
    padding: 58px 18px 38px;
  }

  .treatment-flow__heading::before {
    content: "";
    position: absolute;
    inset: 24px 7%;
    z-index: -1;
    background: rgba(255,255,255,.78);
    filter: blur(12px);
  }

  .treatment-flow__heading h1 {
    font-size: 35px;
  }

  .treatment-flow__lead {
    font-size: 14px;
    line-height: 1.9;
    word-break: normal;
    overflow-wrap: normal;
  }

  .treatment-flow__lead .treatment-flow__lead-desktop {
    display: none;
  }

  .treatment-flow__lead .treatment-flow__lead-mobile {
    display: block;
  }

  .treatment-flow__body {
    padding: 28px 0 36px;
  }

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

  .flow-card__content {
    min-height: 170px;
  }

  .treatment-flow__button {
    min-height: 56px;
    gap: 20px;
  }

  .treatment-flow__button span {
    font-size: 16px;
  }
.flow-card__copy p {
	font-size:12px;
}
	.treatment-flow__note {
		font-size:14px;
	}
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .treatment-flow__button {
    transition: none;
  }
}


/* ドクター紹介・症例紹介 */
.renewal5d-doctor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 48px 24px 56px;
  color: #2d2926;
  background: #fff;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.035em;
  line-break: strict;
  overflow-wrap: break-word;
}
.renewal5d-doctor *,
.renewal5d-doctor *::before,
.renewal5d-doctor *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renewal5d-doctor img {
  display: block;
  max-width: 100%;
  height: auto;
}
.renewal5d-doctor figure,
.renewal5d-doctor h2,
.renewal5d-doctor h3,
.renewal5d-doctor h4,
.renewal5d-doctor p,
.renewal5d-doctor ul {
  margin: 0;
}
.renewal5d-doctor ul {
  padding: 0;
}
.renewal5d-doctor a {
  color: inherit;
  text-decoration: none;
}
.renewal5d-doctor__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}
.renewal5d-doctor__header {
  margin-bottom: 42px;
  text-align: center;
}
.renewal5d-doctor__title-row {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(28px, 4.5vw, 58px);
}
.renewal5d-doctor__title-line {
  width: 100%;
  height: 1px;
  background: #d9d7d2;
}
.renewal5d-doctor__title {
  color: #34312f;
  font-size: clamp(27px, 2.25vw, 36px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.renewal5d-doctor__title-en {
  margin-left: 7px;
  color: #b8b5b1;
  font-size: 0.58em;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.renewal5d-doctor__subtitle {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.18em;
}
.renewal5d-doctor__main {
  display: grid;
  grid-template-columns: minmax(330px, 432px) minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(40px, 4.5vw, 64px);
}
.renewal5d-doctor__portrait {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 432/682;
  background: #eef2f4;
}
.renewal5d-doctor__portrait img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.renewal5d-doctor__content {
  min-width: 0;
  padding-top: 5px;
}
.renewal5d-doctor__lead {
  color: #718aad;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-wrap: pretty;
}
.renewal5d-doctor__message {
  margin-top: 24px;
  font-size: 15px;
  line-height: 2;
  text-wrap: pretty;
}
.renewal5d-doctor__message p + p {
  margin-top: 10px;
}
.renewal5d-doctor__name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px 22px;
  margin-top: 20px;
  color: #718aad;
}
.renewal5d-doctor__position {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
.renewal5d-doctor__name {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
.renewal5d-doctor__name-en {
  margin-left: 3px;
  color: #aaa6a1;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.renewal5d-doctor__profiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 64px);
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #d5ae80;
}
.renewal5d-doctor__profile {
  min-width: 0;
}
.renewal5d-doctor__profile-title {
  margin-bottom: 12px;
  color: #718aad;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.renewal5d-doctor__list {
  list-style: none;
  font-size: 13px;
  line-height: 1.75;
}
.renewal5d-doctor__list li {
  position: relative;
  padding-left: 20px;
}
.renewal5d-doctor__list li + li {
  margin-top: 8px;
}
.renewal5d-doctor__list li::before {
  position: absolute;
  top: 0.76em;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bda668;
  content: "";
}
.renewal5d-doctor__cta {
  display: grid;
  grid-template-columns: clamp(240px, 23vw, 280px) minmax(0, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: min(100%, 1120px);
  min-height: 176px;
  margin: 40px auto 0;
  padding: 12px;
  background: #eef3f6;
}
.renewal5d-doctor__cta-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 152px;
}
.renewal5d-doctor__cta-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.renewal5d-doctor__cta-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  padding: 18px clamp(28px, 5vw, 72px);
}
.renewal5d-doctor__cta-text {
  margin-bottom: 15px;
  color: #718aad;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.09em;
  text-wrap: balance;
}
.renewal5d-doctor__cta-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 520px);
  min-height: 58px;
  margin: 0 auto;
  padding: 12px 54px 12px 32px;
  color: #fff;
  background: #bda668;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.renewal5d-doctor__cta-button:hover, .renewal5d-doctor__cta-button:focus-visible {
  opacity: 0.82;
}
.renewal5d-doctor__cta-button:focus-visible {
  outline: 2px solid #718aad;
  outline-offset: 3px;
}
.renewal5d-doctor__cta-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  font-family: serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
}
.renewal5d-doctor__sp-only {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .renewal5d-doctor {
    padding: 42px 28px 52px;
  }
  .renewal5d-doctor__header {
    margin-bottom: 34px;
  }
  .renewal5d-doctor__main {
    grid-template-columns: minmax(260px, 36%) minmax(0, 1fr);
    gap: 32px;
  }
  .renewal5d-doctor__lead {
    font-size: clamp(23px, 2.7vw, 28px);
  }
  .renewal5d-doctor__message {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9;
  }
  .renewal5d-doctor__name-block {
    gap: 3px 14px;
    margin-top: 18px;
  }
  .renewal5d-doctor__position {
    width: 100%;
    font-size: 14px;
  }
  .renewal5d-doctor__name {
    font-size: 25px;
  }
  .renewal5d-doctor__profiles {
    gap: 28px;
  }
  .renewal5d-doctor__list {
    font-size: 12px;
  }
  .renewal5d-doctor__cta {
    grid-template-columns: 240px minmax(0, 1fr);
    margin-top: 34px;
  }
  .renewal5d-doctor__cta-body {
    padding: 18px 30px;
  }
  .renewal5d-doctor__cta-text {
    font-size: 18px;
  }
  .renewal5d-doctor__cta-button {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .renewal5d-doctor__profiles {
    display: block;
  }
  .renewal5d-doctor__profile + .renewal5d-doctor__profile {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .renewal5d-doctor {
    padding: 32px clamp(18px, 5.3vw, 24px) 64px;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.03em;
  }
  .renewal5d-doctor__header {
    margin-bottom: 22px;
  }
  .renewal5d-doctor__title-row {
    grid-template-columns: minmax(32px, 1fr) auto minmax(32px, 1fr);
    gap: clamp(12px, 4.3vw, 18px);
  }
  .renewal5d-doctor__title {
    font-size: clamp(22px, 6.4vw, 25px);
    letter-spacing: 0.09em;
  }
  .renewal5d-doctor__title-en {
    margin-left: 4px;
    font-size: 0.54em;
  }
  .renewal5d-doctor__subtitle {
    max-width: 310px;
    margin: 12px auto 0;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .renewal5d-doctor__main {
    display: block;
  }
  .renewal5d-doctor__portrait {
    width: 100%;
    aspect-ratio: 4/5;
  }
  .renewal5d-doctor__portrait img {
    -o-object-position: center 12%;
       object-position: center 12%;
  }
  .renewal5d-doctor__content {
    padding-top: 0;
  }
  .renewal5d-doctor__lead {
    margin-top: 26px;
    font-size: clamp(19px, 5.3vw, 21px);
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .renewal5d-doctor__message {
    margin-top: 27px;
    padding: 0 3px;
    font-size: 14px;
    line-height: 1.9;
  }
  .renewal5d-doctor__message p + p {
    margin-top: 14px;
  }
  .renewal5d-doctor__name-block {
    display: grid;
    justify-items: center;
    gap: 0;
    margin-top: 24px;
    text-align: center;
  }
  .renewal5d-doctor__position {
    width: auto;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
  .renewal5d-doctor__name {
    margin-top: 2px;
    font-size: 25px;
    line-height: 1.45;
    letter-spacing: 0.18em;
    -webkit-transform: translateX(0.09em);
            transform: translateX(0.09em);
  }
  .renewal5d-doctor__name-en {
    margin: 0;
    color: #aaa6a1;
    font-size: 11px;
    line-height: 1.5;
  }
  .renewal5d-doctor__profiles {
    display: block;
    margin-top: 22px;
    padding-top: 26px;
  }
  .renewal5d-doctor__profile + .renewal5d-doctor__profile {
    margin-top: 30px;
  }
  .renewal5d-doctor__profile-title {
    margin-bottom: 16px;
    padding: 10px 14px 9px;
    border-left: 3px solid #bda668;
    background: #eef3f6;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.09em;
  }
  .renewal5d-doctor__list {
    padding: 0 4px;
    font-size: 13px;
    line-height: 1.85;
  }
  .renewal5d-doctor__list li {
    padding-left: 19px;
  }
  .renewal5d-doctor__list li + li {
    margin-top: 10px;
  }
  .renewal5d-doctor__list li::before {
    top: 0.78em;
    left: 1px;
    width: 6px;
    height: 6px;
  }
  .renewal5d-doctor__cta {
    display: block;
    width: 100%;
    min-height: 0;
    margin-top: 42px;
    padding: 0;
  }
  .renewal5d-doctor__cta-image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 374/140;
  }
  .renewal5d-doctor__cta-image img {
    -o-object-position: center 48%;
       object-position: center 48%;
  }
  .renewal5d-doctor__cta-body {
    padding: 26px 20px 32px;
  }
  .renewal5d-doctor__cta-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .renewal5d-doctor__cta-button {
    width: 100%;
    min-height: 54px;
    padding: 12px 46px 12px 24px;
    font-size: 14px;
    letter-spacing: 0.14em;
  }
  .renewal5d-doctor__cta-arrow {
    right: 18px;
    font-size: 19px;
  }
  .renewal5d-doctor__pc-only {
    display: none;
  }
  .renewal5d-doctor__sp-only {
    display: initial;
  }
}
@media screen and (max-width: 374px) {
  .renewal5d-doctor {
    padding-right: 16px;
    padding-left: 16px;
  }
  .renewal5d-doctor__title-row {
    gap: 10px;
  }
  .renewal5d-doctor__title {
    font-size: 21px;
  }
  .renewal5d-doctor__lead {
    font-size: 18px;
  }
  .renewal5d-doctor__message, .renewal5d-doctor__list {
    font-size: 12px;
  }
  .renewal5d-doctor__cta-body {
    padding-right: 16px;
    padding-left: 16px;
  }
  .renewal5d-doctor__cta-text {
    font-size: 15px;
  }
  .renewal5d-doctor__cta-button {
    font-size: 13px;
  }
}

.renewal5d-cases {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: clamp(48px, 4.8vw, 66px) 24px clamp(68px, 6vw, 86px);
  color: #2d2926;
  background: radial-gradient(circle at 6% 6%, rgba(255, 255, 255, 0.88) 0 8px, transparent 9px), radial-gradient(circle at 8.6% 9.5%, rgba(255, 255, 255, 0.72) 0 4px, transparent 5px), linear-gradient(115deg, #f4f8fb 0%, #fff 31%, #fff 72%, #f7fafc 100%);
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
  line-height: 1.6;
  letter-spacing: 0.035em;
  line-break: strict;
  overflow-wrap: break-word;
}
.renewal5d-cases::before {
  position: absolute;
  z-index: -1;
  top: -125px;
  left: -120px;
  width: 450px;
  height: 350px;
  border-radius: 0 0 100% 0;
  background: rgba(218, 231, 239, 0.58);
  content: "";
}
.renewal5d-cases::after {
  position: absolute;
  z-index: -1;
  bottom: -68px;
  left: -8%;
  width: 116%;
  height: 140px;
  border-top: 1px solid rgba(113, 138, 173, 0.22);
  border-radius: 50% 42% 0 0;
  content: "";
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
.renewal5d-cases *,
.renewal5d-cases *::before,
.renewal5d-cases *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renewal5d-cases img {
  display: block;
  max-width: 100%;
  height: auto;
}
.renewal5d-cases figure,
.renewal5d-cases h2,
.renewal5d-cases h3,
.renewal5d-cases p,
.renewal5d-cases dl,
.renewal5d-cases dt,
.renewal5d-cases dd {
  margin: 0;
}
.renewal5d-cases a {
  text-decoration: none;
}
.renewal5d-cases__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}
.renewal5d-cases__header {
  margin-bottom: clamp(34px, 3.5vw, 46px);
  text-align: center;
}
.renewal5d-cases__en {
  color: #bda668;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
.renewal5d-cases__title {
  margin-top: 6px;
  color: #0d2e59;
  font-size: clamp(38px, 3.35vw, 50px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
}
.renewal5d-cases__intro {
  margin-top: 17px;
  color: #656565;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.09em;
  text-wrap: pretty;
}
.renewal5d-cases__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 28px;
}
.renewal5d-cases__card {
  min-width: 0;
  overflow: hidden;
  padding: 13px 15px 14px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 7px 7px 0 rgba(49, 75, 111, 0.08);
          box-shadow: 7px 7px 0 rgba(49, 75, 111, 0.08);
}
.renewal5d-cases__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 2.2vw, 32px);
  min-height: 66px;
  padding: 2px 12px 5px;
}
.renewal5d-cases__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #88a3c9;
  font-size: clamp(44px, 3.5vw, 52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
}
.renewal5d-cases__card-title {
  min-width: 0;
  color: #0d2e59;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.045em;
  text-wrap: pretty;
}
.renewal5d-cases__comparison {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.renewal5d-cases__photo {
  min-width: 0;
  overflow: hidden;
}
.renewal5d-cases__photo img {
  width: 100%;
  aspect-ratio: 2.72/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.renewal5d-cases__photo figcaption {
  padding: 4px 6px 3px;
  color: #88a3c9;
  background: #f4f5f5;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
}
.renewal5d-cases__compare-arrow {
  position: absolute;
  z-index: 2;
  top: calc((100% - 24px) / 2);
  left: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #bda668;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(44, 50, 60, 0.12);
          box-shadow: 0 1px 4px rgba(44, 50, 60, 0.12);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.renewal5d-cases__compare-arrow::before {
  position: absolute;
  top: 50%;
  left: 48%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #bda668;
  border-right: 3px solid #bda668;
  content: "";
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}
.renewal5d-cases__details {
  display: grid;
  grid-template-columns: 1.32fr 1fr 0.84fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 14px;
}
.renewal5d-cases__detail {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 52px;
  padding: 2px 10px;
}
.renewal5d-cases__detail + .renewal5d-cases__detail {
  border-left: 1px solid #eadfd4;
}
.renewal5d-cases__detail-text {
  min-width: 0;
}
.renewal5d-cases__detail-text dt {
  color: #77716c;
  font-size: 10px;
  line-height: 1.4;
  white-space: nowrap;
}
.renewal5d-cases__detail-text dd {
  margin-top: 2px;
  color: #0d2e59;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.renewal5d-cases__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  line-height: 1;
}
.renewal5d-cases__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.renewal5d-cases__icon--price {
  border: 1px solid #bda668;
  border-radius: 50%;
  color: #bda668;
  font-size: 13px;
}
.renewal5d-cases__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(48px, 5vw, 64px);
}
.renewal5d-cases__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 520px);
  min-height: 78px;
  padding: 17px 68px 17px 44px;
  border: 6px solid #bda668;
  color: #d9be79;
  background: linear-gradient(135deg, #163d6f 0%, #0b2950 100%);
  -webkit-box-shadow: inset 0 0 0 1px #d4b86f;
          box-shadow: inset 0 0 0 1px #d4b86f;
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.renewal5d-cases__button::before {
  position: absolute;
  inset: 5px;
  border: 1px solid #bda668;
  content: "";
  pointer-events: none;
}
.renewal5d-cases__button:hover, .renewal5d-cases__button:focus-visible {
  opacity: 0.82;
}
.renewal5d-cases__button:focus-visible {
  outline: 2px solid #0d2e59;
  outline-offset: 4px;
}
.renewal5d-cases__button-arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  font-family: serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
}
.renewal5d-cases__sp-only {
  display: none;
}
@media screen and (min-width: 861px) and (max-width: 1100px) {
  .renewal5d-cases {
    padding-right: 28px;
    padding-left: 28px;
  }
  .renewal5d-cases__grid {
    gap: 30px 20px;
  }
  .renewal5d-cases__card {
    padding-right: 12px;
    padding-left: 12px;
  }
  .renewal5d-cases__card-header {
    gap: 17px;
    min-height: 62px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .renewal5d-cases__number {
    font-size: 43px;
  }
  .renewal5d-cases__card-title {
    font-size: clamp(16px, 1.8vw, 19px);
  }
  .renewal5d-cases__details {
    grid-template-columns: 1.32fr 1fr 0.82fr;
  }
  .renewal5d-cases__detail {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .renewal5d-cases__icon {
    width: 25px;
    height: 25px;
  }
  .renewal5d-cases__icon--price {
    font-size: 10px;
  }
  .renewal5d-cases__detail-text dt {
    font-size: 9px;
  }
  .renewal5d-cases__detail-text dd {
    font-size: clamp(9px, 1.05vw, 11px);
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .renewal5d-cases {
    padding-right: 32px;
    padding-left: 32px;
  }
  .renewal5d-cases__grid {
    grid-template-columns: minmax(0, 720px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .renewal5d-cases__card-header {
    min-height: 66px;
  }
  .renewal5d-cases__photo img {
    aspect-ratio: 2.9/1;
  }
}
@media screen and (max-width: 767px) {
  .renewal5d-cases {
    padding: 42px clamp(16px, 5.3vw, 24px) 58px;
    background: radial-gradient(circle at 7.5% 5.2%, rgba(255, 255, 255, 0.9) 0 7px, transparent 8px), radial-gradient(circle at 12.2% 8.5%, rgba(255, 255, 255, 0.75) 0 3px, transparent 4px), linear-gradient(115deg, #f3f8fb 0%, #fff 37%, #fff 76%, #f8fafc 100%);
  }
  .renewal5d-cases::before {
    top: -78px;
    left: -112px;
    width: 330px;
    height: 315px;
  }
  .renewal5d-cases::after {
    bottom: -47px;
    left: -22%;
    width: 144%;
    height: 100px;
  }
  .renewal5d-cases__header {
    margin-bottom: 30px;
  }
  .renewal5d-cases__en {
    font-size: 14px;
    letter-spacing: 0.11em;
  }
  .renewal5d-cases__title {
    margin-top: 7px;
    font-size: clamp(33px, 10vw, 39px);
    line-height: 1.3;
    letter-spacing: 0.27em;
    text-indent: 0.27em;
  }
  .renewal5d-cases__intro {
    max-width: 340px;
    margin: 18px auto 0;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.055em;
  }
  .renewal5d-cases__grid {
    display: block;
  }
  .renewal5d-cases__card {
    width: min(100%, 540px);
    margin-right: auto;
    margin-left: auto;
    padding: 9px 9px 12px;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 0 rgba(49, 75, 111, 0.08);
            box-shadow: 5px 5px 0 rgba(49, 75, 111, 0.08);
  }
  .renewal5d-cases__card + .renewal5d-cases__card {
    margin-top: 28px;
  }
  .renewal5d-cases__card-header {
    gap: 16px;
    min-height: 62px;
    padding: 5px 6px 8px;
  }
  .renewal5d-cases__number {
    font-size: clamp(39px, 11vw, 44px);
  }
  .renewal5d-cases__card-title {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
  .renewal5d-cases__comparison {
    gap: 6px;
  }
  .renewal5d-cases__photo img {
    aspect-ratio: 2.2/1;
  }
  .renewal5d-cases__photo figcaption {
    padding: 4px 5px 3px;
    font-size: 11px;
  }
  .renewal5d-cases__compare-arrow {
    top: calc((100% - 23px) / 2);
    width: 34px;
    height: 34px;
  }
  .renewal5d-cases__compare-arrow::before {
    width: 9px;
    height: 9px;
    border-width: 2px;
  }
  .renewal5d-cases__details {
    grid-template-columns: 1.32fr 1fr 0.82fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px solid #eadfd4;
  }
  .renewal5d-cases__detail {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px;
    min-height: 88px;
    padding: 5px 4px;
    text-align: center;
  }
  .renewal5d-cases__detail-text {
    width: 100%;
    min-width: 0;
  }
  .renewal5d-cases__detail-text dt {
    font-size: 10px;
    line-height: 1.35;
    white-space: normal;
  }
  .renewal5d-cases__detail-text dd {
    margin-top: 3px;
    font-size: clamp(10px, 2.75vw, 11px);
    line-height: 1.5;
    letter-spacing: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .renewal5d-cases__icon {
    width: 25px;
    height: 25px;
  }
  .renewal5d-cases__icon--price {
    font-size: 10px;
  }
  .renewal5d-cases__button-wrap {
    margin-top: 46px;
  }
  .renewal5d-cases__button {
    width: min(100%, 340px);
    min-height: 58px;
    padding: 13px 52px 13px 28px;
    border-width: 4px;
    font-size: 15px;
    letter-spacing: 0.12em;
  }
  .renewal5d-cases__button::before {
    inset: 4px;
  }
  .renewal5d-cases__button-arrow {
    right: 20px;
    font-size: 21px;
  }
  .renewal5d-cases__sp-only {
    display: initial;
  }
}
@media screen and (max-width: 374px) {
  .renewal5d-cases {
    padding-right: 14px;
    padding-left: 14px;
  }
  .renewal5d-cases__header {
    margin-bottom: 27px;
  }
  .renewal5d-cases__title {
    font-size: 32px;
  }
  .renewal5d-cases__intro {
    font-size: 12px;
  }
  .renewal5d-cases__card-header {
    gap: 12px;
  }
  .renewal5d-cases__number {
    font-size: 38px;
  }
  .renewal5d-cases__card-title {
    font-size: 14px;
  }
  .renewal5d-cases__details {
    grid-template-columns: 1.27fr 1.03fr 0.8fr;
  }
  .renewal5d-cases__detail {
    padding-right: 2px;
    padding-left: 2px;
  }
  .renewal5d-cases__detail-text dd {
    font-size: 9.5px;
  }
  .renewal5d-cases__button {
    font-size: 14px;
  }
}
