@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ===================================
Reset
=================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* input textarea reset
==============================　*/
input,
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  outline: none;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ===================================
Foundation
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

/* メディア
==============================　*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

/* ===================================
共通
=================================== */
.ly_bg {
  background-color: #718CC7;
  background: url(../img/bg.png) no-repeat center center/cover;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .ly_bg {
    display: none;
  }
}

.ly_shadow {
  max-width: 500px;
  margin-right: 96px;
  margin-left: auto;
  box-shadow: 0 0 10px 0 #d3d3d3;
}
@media screen and (max-width: 1200px) {
  .ly_shadow {
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .ly_shadow {
    margin: 0;
    box-shadow: none;
  }
}

.ly_main {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .ly_main {
    margin: 0;
    overflow: hidden;
  }
}

.diagonal {
  position: relative;
  color: #333;
  font-size: 16px;
  display: inline-block !important;
  margin-bottom: 16px;
}
.diagonal::before, .diagonal::after {
  position: absolute;
  background-color: #333; /* 線の色 */
  content: "";
  height: 1px; /* 線の高さ */
  width: 20px; /* 線の長さ */
  top: 10px;
}
.diagonal::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
  left: -30px;
}
.diagonal::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

.small {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}

.footer {
  background: #fff;
  padding: 20px 0 26px;
}
@media screen and (max-width: 1200px) {
  .footer {
    margin-bottom: 50px;
  }
}
.footer .small {
  display: block;
  color: #718CC7;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}

.fv__block {
  background: #fff;
  padding: 20px 0 0;
  background: url(../img/sp-bg.png) no-repeat;
  background-size: cover;
}

.fv__logo {
  width: 168px;
  aspect-ratio: 168/30;
  margin-inline: auto;
}

.fv__to {
  margin: 20px 20px 0;
  padding: 10px 0;
  background: #718CC7;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1rem, 0.0625rem + 4vw, 1.3125rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

.fv__heading {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.25rem);
  color: #718CC7;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}

.fv__heading .large {
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(2rem, -0.4375rem + 10.4vw, 2.8125rem);
}

.fv__heading span {
  display: block;
}

.fv__heading span:nth-child(3) {
  margin-top: 4px;
}

.fv__movie {
  max-width: 468px;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.fv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__movie figure {
  display: none;
}

.fv__bottom {
  background: #f5fafa;
  padding: 30px 20px 27px 20px;
}

.fv__check-list {
  max-width: 400px;
  margin-inline: auto;
  padding: 19px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fv__check-item {
  padding-left: 28px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
}

.fv__check-item::before {
  content: "";
  background: url(../img/vector.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 14px;
}

.fv__check-item::after {
  content: "";
  background: #DEB034;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -7.5px;
  left: 0;
}

.cta__list {
  display: none;
}
@media screen and (max-width: 1200px) {
  .cta__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    justify-content: center;
  }
}

.pin-cta {
  opacity: 0;
  height: 0;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .pin-cta.is-active {
    pointer-events: auto;
    height: auto;
    opacity: 1;
    display: grid;
    width: 500px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: #fff;
  }
}
@media screen and (max-width: 500px) {
  .pin-cta.is-active {
    width: 100%;
    transform: translateX(0);
    left: 0;
  }
}

.cta__item {
  background: #DEB034;
  border: 2px solid #DEB034;
}

.cta__item-link {
  padding: 14.5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(0.75rem, 0.375rem + 1.6vw, 0.875rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .cta__item-link:hover {
    background: #fff;
    color: #DEB034;
  }
}
.cta-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  flex-shrink: 0;
}

@media (any-hover: hover) {
  .cta__item-link:hover .icon-path {
    fill: #DEB034;
  }
}
.cta-icon-tel {
  width: 17px;
  height: 17px;
}

.pc__cta {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  position: fixed;
  top: 50%;
  left: calc((100vw - 596px) / 2);
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .pc__cta {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1200px) {
  .pc__cta {
    display: none;
  }
}

.pc__cta-logo {
  width: 181px;
  aspect-ratio: 181/260;
  margin-inline: auto;
}

.pc__cta-list {
  margin-top: 60px;
}

.pc__cta-item {
  margin-top: 20px;
}

.recommend__block {
  padding: 40px 20px 60px;
}

.recommend-top {
  background: #fff;
  padding: 24px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.recommend-top .diagonal {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8px;
}

.recommend-top__wrapper {
  max-width: 425px;
  margin-inline: auto;
}

.recommend-top__text {
  font-family: "Shippori Mincho", serif;
  color: #916837;
  font-size: clamp(1.375rem, 0.25rem + 4.8vw, 1.75rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  word-break: keep-all;
  margin-bottom: 20px;
}

.recommend-top__textsmall {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.96px;
  font-weight: 400;
  margin-bottom: 20px;
}

.recommend-top__text:last-of-type {
  margin-top: 20px;
}

.recommend-top__img {
  margin-top: 16px;
}
.recommend-top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recommend-top__text:nth-of-type(2) {
  font-size: clamp(1.125rem, 0.375rem + 3.2vw, 1.375rem);
  line-height: 1.5;
}

.section-title .large {
  font-size: clamp(1.5rem, 0.75rem + 3.2vw, 1.75rem);
  background: linear-gradient(transparent 73%, rgba(222, 176, 52, 0.2588235294) 53%);
  line-height: 1.6;
}

.recommend-top__text .large {
  font-size: clamp(1.5rem, 0.75rem + 3.2vw, 1.75rem);
  background: linear-gradient(transparent 73%, rgba(222, 176, 52, 0.2588235294) 53%);
  line-height: 1.6;
}

.recommend-middle {
  padding: 46px 20px 40px;
  background: var(--light_blue, #F5FAFA);
}

.recommend-middle__title {
  font-family: "Shippori Mincho", serif;
  color: var(--blown, #916837);
  font-size: clamp(1.5rem, 0.75rem + 3.2vw, 1.75rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}

.recommend-middle__title .circle {
  position: relative;
}

.recommend-middle__title .circle::after {
  content: "";
  background-color: var(--blown, #916837);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.recommend-middle__list {
  margin-top: 24px;
  max-width: 460px;
  margin-inline: auto;
  padding: 12.5px 24px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.recommend-middle__item {
  padding: 17.5px 0;
  padding-left: 28px;
  border-bottom: 1px solid #718CC7;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
}

.recommend-middle__item::before {
  content: "";
  background: url(../img/vector.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bold {
  font-weight: bold;
  display: inline;
}

.recommend-bottom {
  padding: 80px 15px 40px;
  background: #fff;
  position: relative;
}

.recommend-bottom::before {
  content: "";
  width: 100%;
  height: 51px;
  background: var(--light_blue, #F5FAFA);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
}

.recommend-bottom__text {
  font-family: "Shippori Mincho", serif;
  color: #916837;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  word-break: keep-all;
}

.star {
  position: relative;
}
.star::before {
  content: "";
  background: url(../img/star.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 33px;
  position: absolute;
  top: -25px;
  left: 0;
}
.star::after {
  content: "";
  background: url(../img/star.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 33px;
  position: absolute;
  bottom: -30px;
  right: 0;
  transform: rotate(180deg);
}

.recommend-bottom__text .fz18 {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
}

.recommend-bottom__text:nth-of-type(2) {
  margin-top: 4px;
  font-size: clamp(1rem, 0.625rem + 1.6vw, 1.125rem);
  line-height: 1.8;
}

.recommend-bottom__text .large {
  font-size: clamp(1.25rem, 0.5rem + 3.2vw, 1.5rem);
  background: linear-gradient(transparent 73%, rgba(222, 176, 52, 0.2588235294) 53%);
}

.reason__sub-list {
  text-align: left;
}

.about__block {
  padding: 40px 20px 20px;
  background: #fff;
}

.about__contents {
  background: var(--light_blue, #F5FAFA);
  margin-top: 24px;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  display: grid;
  gap: 16px;
}
.about__contents:last-child {
  margin-bottom: 60px;
}

.about__contents-title {
  color: var(--blue, #718CC7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 0.25rem + 3.2vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.2px;
}

.about__contents-title_last {
  margin-top: 60px;
  margin-bottom: 20px;
}

.about__sub-list {
  border-top: unset !important;
  margin-top: unset !important;
  padding-top: unset !important;
  width: 90%;
  margin: 0 auto;
}

.about_arrow {
  padding-top: 64px;
}
.about_arrow::before {
  width: 90px;
  height: 16px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F7EBCB;
  top: 20%;
}

.about__contents-text {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.48px;
}

.about__contents-img {
  border-radius: 16px;
}
.about__contents-img img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__text {
  margin-top: 24px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.125rem, 0.375rem + 3.2vw, 1.375rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  word-break: keep-all;
}

.about__text .orange {
  color: #DEB034;
}

.movie__block {
  padding: 40px 20px 60px;
  background: #fff;
}

.movie__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}

.movie__item {
  counter-increment: number;
}

.movie__item-title {
  margin-right: 40px;
  color: #718CC7;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.25rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  word-break: keep-all;
  position: relative;
  text-align: center;
}

.movie__item-title span {
  letter-spacing: 0.03em;
}

.movie__item-title::before {
  content: "";
  background: #718CC7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(95%, -50%);
}

.movie__item-title::after {
  content: "";
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(370%, -50%);
  content: counter(number);
}

.movie__item-video {
  margin-top: 28px;
  width: 100%;
  aspect-ratio: 459/258;
}
.movie__item-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie__item-video figure {
  display: none;
}

.movie__detail-top {
  margin-top: 28px;
  background: #f5fafa;
  border-radius: 10px;
  padding: 20px;
}

.movie-detail__item {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 29% 68%;
  gap: 3%;
}

.movie-detail__item:not(:first-of-type) {
  border-top: 1px solid #718CC7;
}

.movie-detail__term {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  word-break: keep-all;
}

.movie-detail__desc {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.movie-detail__price-title {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.movie-detail__price-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 20% 40% 40%;
}

.movie-detail__price-cell {
  padding: 12px 0;
  background: #fff;
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  word-break: keep-all;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.movie-detail__price-cell.small {
  font-size: 0.875rem;
}

.movie-detail__price-cell.right {
  border-right: 1px solid #eeeeee;
}

.movie-detail__price-cell.movie-detail__price-label {
  background: #718CC7;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  border-top: 1px solid #eeeeee;
}

.movie__accordion-area {
  width: 100%;
  margin-top: 28px;
  margin-inline: auto;
  transition: all 0.5s ease;
}

.js-details {
  width: 100%;
  max-width: 470px;
  background: #f5fafa;
  border-radius: 10px;
}

/*アコーディオンタイトル*/
.movie__summary {
  width: 100%;
  padding: 17px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  transition: 0.3s;
}

.js-summary .white-line::before {
  content: "";
  width: 11px;
  height: 1px;
  background: #718CC7;
  position: absolute;
  top: 29.5px;
  right: 24.5px;
  z-index: 10;
}

.js-summary .white-line::after {
  content: "";
  width: 11px;
  height: 1px;
  background: #718CC7;
  position: absolute;
  top: 29.5px;
  right: 24.5px;
  transform: rotate(90deg);
  z-index: 10;
}

.js-summary::after {
  content: "";
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
}

/*　openというクラスがついたら形状変化　*/
.js-summary.open .white-line::after {
  display: none;
}

/*アコーディオンで現れるエリア*/
.movie__detail {
  padding: 0 20px 20px;
}

.movie-detail__item.top {
  border-top: 1px solid #718CC7;
}

.accordion-area summary::-webkit-details-marker {
  display: none;
}

.feature__block {
  padding: 40px 20px 60px;
  background: #fff;
}
.feature__block img {
  display: block;
  max-width: 418px;
  height: auto;
  width: 92%;
  margin: auto;
  margin-top: 24px;
  backface-visibility: hidden;
}

.feature__list {
  margin-top: 40px;
  display: grid;
  gap: 24px;
  position: relative;
}
.feature__list .diagonal {
  position: relative;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
}

.feature__list_top {
  display: block;
}

.feature__item {
  background: #f5fafa;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.feature__item_top {
  padding: 24px 20px;
}
.feature__item_top .feature__item-text {
  margin-top: 0;
}

.feature__item-title {
  font-size: clamp(1rem, 0.25rem + 3.2vw, 1.25rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  word-break: keep-all;
  display: grid;
  grid-template-columns: 23% 70%;
  gap: 7%;
}

.feature__top {
  margin-top: 40px;
}

.feature__item-title span {
  font-family: "Lato", sans-serif;
  color: #718CC7;
  font-size: clamp(2.125rem, 1rem + 4.8vw, 2.5rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}

.feature__item-title span::after {
  content: "";
  background: #718CC7;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.feature__item-text {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.feature__text {
  margin-top: 42px;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.25rem);
  color: #718CC7;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}

.feature__table {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 23% 38.5% 38.5%;
  max-width: 460px;
}

.feature__table-header {
  padding: 12px 10px;
  border-radius: 20px 20px 0 0;
  font-size: clamp(0.75rem, 0rem + 3.2vw, 1rem);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.feature__table-header.orange {
  background: #DEB034;
  color: #fff;
  letter-spacing: normal;
}

.feature__table-header.gray {
  background: #eeeeee;
  letter-spacing: 0.03em;
}

.feature__table-row {
  background-color: #f5fafa;
  padding: 16px 8px;
  border: 1px solid #eeeeee;
  color: #718CC7;
  font-size: clamp(0.625rem, -0.125rem + 3.2vw, 0.875rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
  display: grid;
  align-items: center;
}

.feature__table-row:not(:first-of-type) {
  border-top: none;
}

.feature__table-cell {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  font-size: clamp(0.75rem, 0rem + 3.2vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  display: grid;
  place-content: center;
  word-break: keep-all;
}

.feature__table-cell.orange {
  color: #DEB034;
  font-weight: bold;
  border-right: 2px solid #DEB034;
  border-left: 2px solid #DEB034;
}

.feature__table-cell.orange.last {
  border-bottom: 2px solid #DEB034;
}

.reason__block {
  padding: 40px 0 60px;
  background: #f5fafa;
}

.reason__title .small {
  display: block;
  margin-bottom: 4px;
  font-family: "Shippori Mincho", serif;
  color: #916837;
  font-size: clamp(1.5rem, 0.75rem + 3.2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}

.reason__list {
  margin: 70px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.reason__item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 20px 20px;
  position: relative;
}

.reason__point {
  width: 80px;
  height: 80px;
  background: #718CC7;
  border-radius: 50%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  display: grid;
  place-content: center;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}

.reason__point .large {
  font-size: 1.25rem;
}

.reason__item-title {
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.25rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  word-break: keep-all;
}

.reason__sub-list {
  margin-top: 22px;
  padding: 0 5%;
  padding-top: 18px;
  border-top: 1px solid #718CC7;
  display: flex;
  flex-direction: column;
  gap: 8px;
  letter-spacing: -0.48px;
}

.reason__sub-item {
  margin-left: 12px;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
}

.reason__sub-item::before {
  content: "";
  background: #718CC7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -12px;
}

.reason__sub-item .bold {
  font-weight: bold;
}

.reason__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.125rem, 0.375rem + 3.2vw, 1.375rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}

.reason__text::before,
.reason__text::after {
  content: "";
  background: #333333;
  height: 33.42px;
  width: 1px;
  position: absolute;
  bottom: 0px;
}

.reason__text::before {
  left: -20px;
  rotate: -40deg;
}

.reason__text::after {
  right: -20px;
  rotate: 40deg;
}

.google-review {
  border-radius: 20px;
  background: #f5fafa;
  padding: 40px 20px;
  margin-top: 100px;
}

.reason__star-text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  margin-top: 15px;
  margin-bottom: 8px;
}
.reason__star-text svg {
  margin-left: -8px;
}
@media screen and (max-width: 370px) {
  .reason__star-text svg {
    width: 25px;
  }
}

.reason__star-text .orange {
  color: #333;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 4px;
}
@media screen and (max-width: 370px) {
  .reason__star-text .orange {
    font-size: 24px;
  }
}

.review-btn {
  margin-bottom: 34px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.review-btn a {
  color: #fff;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  padding: 6px 20px;
  line-height: 1.6;
  background-color: #718CC7;
  border-radius: 50px;
  width: 247px;
  display: block;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .review-btn a:hover {
    background-color: #fff;
    color: #718CC7;
    border: 1px solid #718CC7;
    transition: all 0.3s ease;
  }
}

.price__block {
  padding: 40px 20px 60px;
  background: var(--light_blue, #F5FAFA);
}

.price__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.price__item {
  background: #f5fafa;
  border-radius: 20px;
  padding: 40px 20px 0;
}

.price__item-title {
  color: #718CC7;
  font-size: clamp(1.25rem, 0.5rem + 3.2vw, 1.5rem);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}

.price__item-title .small {
  color: #718CC7;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  display: inline;
}

.price__item-table {
  margin: 16px 0;
  display: grid;
  grid-template-columns: 20% 80%;
  border: 1px solid #eeeeee;
}

.price-table__cell {
  background: #fff;
  display: grid;
  place-content: center;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.price-table__cell.left {
  border-left: none;
  padding: 15px 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

.price-table__cell.price-table__cell--header {
  padding: 10.5px 0;
  background: #718CC7;
  color: #fff;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  border-top: none;
}

.price__item-text {
  margin-top: 22px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-color: rgba(222, 176, 52, 0.1490196078);
  text-decoration-thickness: 20px;
  text-underline-offset: -6px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 500px) {
  .price__item-text {
    line-height: 2;
    justify-content: center;
    gap: 10px;
    word-break: keep-all;
    text-decoration-line: underline; /* 下線を表示 */
    text-decoration-color: rgba(222, 176, 52, 0.1490196078); /* 下線の色 */
    text-decoration-thickness: 16px; /* 線の太さ */
    text-underline-offset: -4px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}

.price__item-text span {
  width: 68px;
  aspect-ratio: 1/1;
}
.price__item-text span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.price__notice-list {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price__notice-item {
  margin-left: 22px;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
}

.price__notice-item::before {
  content: "※";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0;
  left: -22px;
}

.price__insta-text {
  margin: 8px 0 0 22px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
}

.price__insta-text::before {
  content: "＃";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0;
  left: -22px;
}

.price__insta-button {
  margin-top: 8px;
  width: 160px;
}

.flow__block {
  background: #fff;
  padding: 40px 20px 60px;
}

.flow_small {
  font-size: 20px;
}

.flow__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.flow__item {
  padding: 20px;
  background: #f5fafa;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  counter-increment: number;
  position: relative;
}

.flow__item:not(:first-of-type)::before {
  content: "";
  background: #718CC7;
  width: 4px;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.flow__item-img {
  aspect-ratio: 420/210;
}
.flow__item-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow__item-title {
  margin: 20px 0 0 40px;
  color: #718CC7;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.25rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: relative;
}

.flow__item-title::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #718CC7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -40px;
}

.flow__item-title::after {
  content: counter(number);
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: absolute;
  top: 2px;
  left: -30px;
}

.flow__item-text {
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.doctor__block {
  background: #fff;
  padding: 40px 20px 60px;
}

.doctor__img {
  max-width: 410px;
  padding: 0 20px;
  margin: 40px 20px 0;
}
.doctor__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.doctor__meta {
  margin-top: 40px;
  color: #718CC7;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.doctor__name {
  margin-top: 2px;
  color: #718CC7;
  font-size: clamp(1.25rem, 0.5rem + 3.2vw, 1.5rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.doctor__name .small {
  display: inline-block;
  margin: 0 0 2px 12px;
  color: #718CC7;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: normal;
}

.doctor__sns-list {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.doctor__sns-item {
  width: 160px;
}

.doctor__comment-block {
  margin-top: 40px;
  background: rgba(222, 176, 52, 0.0784313725);
  border-radius: 20px;
  padding: 29px 18px;
}

.doctor__comment-heading {
  color: #333;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.25rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

.doctor__comment-text {
  margin-top: 1.6em;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

.doctor__comment-text.first {
  margin-top: 24px;
}

.doctor__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.doctor__list-title {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
  border-bottom: 1px solid #718CC7;
}

.doctor__sub-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.doctor__sub-item {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: normal;
  line-height: 1.6;
  word-break: keep-all;
  letter-spacing: 0.03em;
  display: flex;
}

.doctor__sub-item .small {
  display: inline;
  margin: 5px 24px 5px 0;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  color: #333333;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.08em;
}

.faq__block {
  background: #f5fafa;
  padding: 40px 20px 60px;
}

.faq__details {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.faq__accordion-area {
  width: 100%;
  margin-top: 40px;
  margin-inline: auto;
  transition: all 0.3s ease;
}

.js-details + .js-details {
  margin-top: 40px;
}

/*アコーディオンタイトル*/
.faq__summary {
  width: 100%;
  padding: 20px 48px 20px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333333;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  word-break: keep-all;
  position: relative;
  word-break: break-all;
  transition: 0.3s;
}

.faq__summary .question {
  margin-right: 6px;
  display: grid;
  place-content: center;
  font-family: "Lato", sans-serif;
  color: #718CC7;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
}

.faq__summary .white-line::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 32px;
  right: 20px;
  z-index: 10;
}

.faq__summary .white-line::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 32px;
  right: 20px;
  transform: rotate(90deg);
  z-index: 10;
}

/*アコーディオンで現れるエリア*/
.faq__content-inner {
  padding: 20px 20px 20px 20px;
  display: flex;
  gap: 6px;
  position: relative;
}

.faq__content-inner::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(113, 140, 199, 0.2509803922);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faq__answer {
  display: grid;
  font-family: "Lato", sans-serif;
  color: #718CC7;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  line-height: 1.6;
  letter-spacing: -0.05em;
  font-weight: bold;
  flex-shrink: 0;
}

.faq__answer-text {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  line-height: 1.6;
  letter-spacing: -0.04em;
}

.faq__anster-text .bold {
  font-weight: bold;
}

.faq__notice-title {
  margin: 40px 0 0 12px;
  font-size: clamp(1rem, 0.625rem + 1.6vw, 1.125rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
}

.faq__notice-title::before {
  content: "";
  height: 100%;
  width: 4px;
  background: #718CC7;
  position: absolute;
  top: 2px;
  left: -12px;
}

.faq__notice-text {
  margin-top: 16px;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.faq__notice-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq__notice-item {
  margin-left: 12px;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
}

.faq__notice-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #718CC7;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -12px;
}

.clinic__block {
  background: #fff;
  padding: 40px 20px 80px;
}

.clinic__name.img {
  width: 314px;
  aspect-ratio: 314/56;
  margin-inline: auto;
}
.clinic__name.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clinic__img {
  max-width: 390px;
  margin-inline: auto;
  margin-top: 40px;
}
.clinic__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clinic__data-list {
  margin-top: 40px;
}

.clinic__data-list.top {
  margin-top: 26px;
}

.clinic__data-item {
  display: grid;
  grid-template-columns: 20% 77%;
  gap: 3%;
  padding: 14px 0;
}

.clinic__data-item:not(:first-of-type) {
  border-top: 1px solid #718CC7;
}

.clinic__data-item.last {
  grid-template-columns: 1fr;
}

.clinic__data-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.clinic__data-text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.clinic__data-text a {
  color: #718CC7;
}

.clinic__data-text.last {
  margin-top: 20px;
}

.clinic__google-link {
  display: block;
  margin-top: 8px;
  color: #718CC7;
  text-decoration: underline;
  transition: 0.3s;
}

.clinic__google-link::after {
  content: "";
  background: url(../img/link-icon.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  display: inline-block;
  margin-left: 4px;
}

@media (any-hover: hover) {
  .clinic__google-link:hover {
    opacity: 0.7;
  }
}
.clinic__middle-heading {
  margin-top: 48px;
  padding: 12px 0;
  border-top: 1px solid #718CC7;
  border-bottom: 1px solid #718CC7;
  color: #718CC7;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.25rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}

.clinic__middle-txt {
  text-align: center;
  margin-top: 40px;
}

.clinic__middle-text {
  margin-top: 40px;
  font-size: clamp(0.9375rem, 0.75rem + 0.8vw, 1rem);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.05em;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(transparent 60%, rgba(222, 176, 52, 0.2588235294) 0%);
  font-weight: bold;
  display: inline;
  padding-top: 1px;
}
@media screen and (max-width: 500px) {
  .clinic__middle-text {
    white-space: normal;
    word-break: keep-all;
  }
}

.clinic__name {
  margin-top: 20px;
  color: #718CC7;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.25rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}

.cta-area__block {
  background: #718CC7;
  padding: 40px 0 60px;
}

.cta-area__text {
  padding: 20px 0 24px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.25rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  word-break: keep-all;
  position: relative;
}

.cta-area__text::before,
.cta-area__text::after {
  content: "";
  background: #fff;
  width: 460px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.cta-area__text::before {
  top: 0;
}

.cta-area__text::after {
  bottom: 0;
}

.cta-area__list {
  max-width: 440px;
  margin: 38px auto 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cta-area__other {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  color: #fff;
  text-align: center;
}

.cta-area__other {
  display: flex;
  flex-direction: column;
}
.cta-area__other--tel {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  gap: 6px;
  display: grid;
  margin-top: 12px;
  margin-bottom: 12px;
}
.cta-area__other--tel li a span {
  text-decoration: none;
  color: #fff;
  margin-left: 10px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .cta-area__other--tel li a span:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.cta-area__other--txt {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.pc__cta-icon {
  margin-right: 0;
  color: #718CC7;
}

.pc__cta .cta-area__other--tel {
  color: #718CC7;
}
.pc__cta .cta-area__other--tel li a span {
  color: #718CC7;
}
.pc__cta .cta-area__other--txt {
  color: #718CC7;
}

.cta__middle-txt {
  background: linear-gradient(transparent 53%, rgba(222, 176, 52, 0.2588235294) 53%);
  font-weight: bold;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-br {
    display: block;
  }
}

.cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #DEB034;
  border-radius: 36px;
  border: 2px solid #DEB034;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.375rem + 3.2vw, 1.375rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .cta-btn:hover {
    background: #fff;
    color: #DEB034;
  }
  .cta-btn__tel:hover .small {
    color: #DEB034;
  }
}
.pc__cta-icon {
  margin-right: 12px;
}

.icon-path {
  fill: #fff;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .cta-btn:hover .icon-path {
    fill: #DEB034;
  }
}
.cta-btn__web {
  padding: 18px 0;
}

.cta-btn__mail {
  padding: 18px 0;
}

.cta-btn__tel {
  padding: 9px 0;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: column;
}
.cta-btn__tel .tel {
  display: flex;
  align-items: center;
}

.cta-btn__tel .small {
  display: block;
  font-size: 0.75rem;
  transition: 0.3s;
}

.sns-link {
  display: block;
  background: #718CC7;
  border-radius: 30px;
  border: 2px solid #718CC7;
  padding: 6px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
.sns-link img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (any-hover: hover) {
  .sns-link:hover {
    background: #fff;
    color: #718CC7;
  }
}
.section-title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.5rem, 0.75rem + 3.2vw, 1.75rem);
  color: #916837;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  word-break: keep-all;
}