@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  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;
  appearance: none;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 499px) {
  html {
    font-size: calc(16 / 500 * 100vw);
  }
}

body {
  color: #555555;
}

body.is-scroll {
  overflow: hidden;
}

@media (min-width: 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

button {
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.bg img {
  object-fit: cover;
}

.main__container {
  position: relative;
  z-index: 1;
  width: min(500px, 100%);
  margin-inline: auto;
  background: #EFF8F9;
}

.footer {
  padding: 1.25rem 0 5.625rem;
  background: #7FC9E7;
  position: relative;
  z-index: 5;
}

.footer__small {
  display: block;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.fv__block {
  position: relative;
}

.fv__top-text {
  width: 100%;
  padding: 0.625rem 0;
  background: #97D4EE;
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.fv__img-area {
  position: relative;
}

.fv__img {
  display: block;
}

.fv__catchphrase {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.fv__catchphrase .new {
  display: block;
  position: absolute;
  top: 25.6875rem;
  left: 3.5625rem;
}

.fv__catchphrase .start {
  display: block;
  position: absolute;
  top: 30rem;
  right: 1.25rem;
}

.fv__heading {
  font-family: "Shippori Mincho", serif;
  color: #444444;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: absolute;
  top: 34.5625rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(to right, #91B1D7 0, #91B1D7 2px, transparent 2px, transparent 4px);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  padding: 0 0.625rem 0.375rem 0.625rem;
}

.fv__doctor {
  padding: 0.25rem 2.5rem;
  background: #fff;
  border-radius: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: absolute;
  bottom: 11.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.fv__bottom-text {
  position: absolute;
  bottom: 1.0625rem;
  left: 50%;
  transform: translateX(-50%);
}

.fv__bottom-text span {
  display: block;
  color: #585858;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  background-image: repeating-linear-gradient(to right, #A0A0A0 0, #A0A0A0 0.125rem, transparent 0.125rem, transparent 0.25rem);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}

/* ======================================
  points
====================================== */
.points__inner {
  max-width: 28.75rem;
  margin: 0 auto;
}

.points__contents {
  background: #FCFCFC;
  border-radius: 10px;
  box-shadow: 0px 4px 16px 0px rgb(209, 218, 219);
  padding: 0.625rem;
}

.points__contents-inner {
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 3.0625rem 1.25rem 4.375rem;
  position: relative;
}

.points__contents-inner::before {
  content: "";
  background: url(../img/points-deco.png) no-repeat center center/contain;
  width: 3.4375rem;
  aspect-ratio: 55/14;
  position: absolute;
  top: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
}

.points__contents-inner::after {
  content: "";
  background: url(../img/points-deco.png) no-repeat center center/contain;
  width: 3.4375rem;
  aspect-ratio: 55/14;
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.points__header {
  margin-bottom: 40px;
}

.points__label {
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: #7FC9E7;
  color: #fff;
  padding: 0.375rem 1.875rem;
  border-radius: 999px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}

.points__label::after {
  content: "";
  background: #7FC9E7;
  width: 0.75rem;
  height: 0.75rem;
  clip-path: polygon(0 20%, 50% 100%, 100% 20%);
  position: absolute;
  bottom: -0.4375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.points__title {
  padding-bottom: 1.125rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

.points__title::before {
  content: "";
  background-color: rgba(85, 85, 85, 0.5);
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1.0625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.points__title::after {
  content: "";
  background-color: rgba(85, 85, 85, 0.5);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.points__title-number {
  background: linear-gradient(180deg, #C4E0EC 0%, #56C5F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 3.875rem;
}

/* ======================================
  list
====================================== */
.points__list {
  margin: 1.875rem 0;
  display: flex;
  justify-content: center;
  gap: 0.3125rem;
}

.points__item {
  width: 8.125rem;
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, #56C5F4 0%, #C4E0EC 100%);
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.points__item-text {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

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

.points__message-text {
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

/* ======================================
  conclusion
====================================== */
.points__conclusion {
  margin-top: 1.875rem;
}

.points__conclusion-lead {
  width: fit-content;
  margin-inline: auto;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
}

.points__conclusion-lead::before,
.points__conclusion-lead::after {
  content: "";
  width: 1.125rem;
  aspect-ratio: 18/23;
  background: url(../img/dash-deco.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
}

.points__conclusion-lead::before {
  left: -1.5rem;
  transform: translateY(-50%);
}

.points__conclusion-lead::after {
  right: -1.5rem;
  transform: translateY(-50%) scaleX(-1);
}

.points__conclusion-main {
  margin-top: 0.375rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.points__conclusion-main span {
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.5rem;
  padding: 0 0.75rem 0.5rem;
  display: block;
  position: relative;
  z-index: 3;
}

.points__conclusion-main span::before {
  content: "";
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(180deg, #56C5F4 0%, #C4E0EC 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.points__conclusion-main span::after {
  content: "";
  width: 100%;
  height: 0.875rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0.625rem;
  z-index: -1;
}

.case__block {
  padding: 5rem 0 0;
}

.case__inner {
  padding: 0 3.125rem;
}

.case__list {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.case-item__img {
  width: 100%;
  aspect-ratio: 1/1;
}

.case-item__img img {
  border-radius: 10px;
}

.case-item__title {
  margin-top: 1.25rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.case-open {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: space-between;
  padding: 0.875rem 1.25rem;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s opacity ease-in;
}

.case-open__text {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.case-open__icon {
  display: inline-block;
  background: #555555;
  width: 0.8125rem;
  height: 0.0625rem;
  position: relative;
}

.case-open__icon::before {
  content: "";
  width: 0.8125rem;
  height: 0.0625rem;
  background: #555555;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease;
}

.case-item.is-opened .case-open__icon::before {
  opacity: 0;
}

.case-details {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 0.125rem 0.875rem 0.875rem;
}

.is-opened .case-details {
  opacity: 1;
}

.case-details__item {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 0.75rem;
  padding: 0.75rem 0.625rem;
  border-bottom: 0.0625rem solid #7FC9E7;
}

.case-details__term {
  font-family: "Shippori Mincho", serif;
  color: #7FC9E7;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.case-details__desc {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.case-details__note {
  display: block;
  margin: 0.625rem 0 0 0.9375rem;
  color: rgba(85, 85, 85, 0.6);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
}

.case-details__note::before {
  content: "※";
  color: rgba(85, 85, 85, 0.6);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: normal;
  position: absolute;
  left: -0.9375rem;
  top: 0.5lh;
  transform: translateY(-50%);
}

/* ======================================
  case-bottom
====================================== */
.case-bottom {
  margin-top: 1.875rem;
  padding: 4.25rem 0 5rem;
  position: relative;
}

.case-bottom::before {
  content: "";
  width: 0.375rem;
  aspect-ratio: 6/38;
  background: url(../img/dot.png) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
}

.case-bottom__contents {
  background: url(../img/case-bottom-bg.png) no-repeat center center/contain;
  width: 28.75rem;
  aspect-ratio: 460/300;
  padding: 2.25rem 1.5rem 1.625rem;
}

.case-bottom__text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.case-bottom__text.--second {
  margin-top: 0.5625rem;
}

.case-bottom__text .dashed {
  display: block;
  width: fit-content;
  margin-inline: auto;
  background-image: repeating-linear-gradient(to right, #A0A0A0 0, #A0A0A0 0.125rem, transparent 0.125rem, transparent 0.25rem);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}

.case-bottom__text .blue {
  color: #709DCF;
}

.case-bottom__heading {
  width: fit-content;
  margin: 1.125rem auto 0;
  padding: 0 0 0.375rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 3;
}

.case-bottom__heading::before {
  content: "";
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(180deg, #56C5F4 0%, #C4E0EC 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.case-bottom__heading::after {
  content: "";
  width: 100%;
  height: 0.875rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0.625rem;
  z-index: -1;
}

.case-bottom__heading.--second {
  margin: 1rem auto 0;
  font-size: 1.125rem;
}

.flow__block {
  padding: 5rem 0;
  background: #fff;
  border-radius: 20px;
}

.inner.flow__inner {
  padding-inline: 3.125rem;
}

.flow__contents {
  margin-top: 2.5rem;
}

.flow__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.flow__item {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  gap: 1rem;
  position: relative;
  z-index: 3;
}

.flow__item::before {
  content: "";
  width: 0.125rem;
  height: calc(100% + 2.5rem);
  background-color: #7FC9E7;
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  z-index: -2;
}

.flow__item:last-child::before {
  display: none;
}

.flow__number {
  width: 3.125rem;
  margin: 0.3125rem 0 0 0.3125rem;
  padding-top: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(to bottom, #56C5F4 0%, #C4E0EC 100%);
  font-family: "Cinzel", serif;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: grid;
  place-content: center;
  position: relative;
}

.flow__number::before {
  content: "";
  width: 3.75rem;
  aspect-ratio: 1/1;
  border: 1px solid #7FC9E7;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.flow__body {
  padding-top: 4px;
}

.flow__title {
  margin: 0.8125rem 0 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.flow__text {
  margin: 0.625rem 0 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.flow__buttons {
  margin-top: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.flow__button--line {
  background-color: #cdbf9b;
}

.flow__button--web {
  background-color: #cdbf9b;
}

.price__block {
  padding: 5rem 0;
}

.price__contents {
  margin-top: 2.5rem;
}

.price__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.price__note {
  width: fit-content;
  margin: 1.25rem 0 0 auto;
  color: rgba(85, 85, 85, 0.6);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  position: relative;
}

.price__item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.price-item__header {
  padding: 1.125rem 1.25rem;
  text-align: center;
  background: #7FC9E7;
}

.price-item__title {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.price-item__sub {
  margin-top: 0.25rem;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.price-item__detail {
  padding: 1.625rem 1.25rem 1.25rem;
}

.price-item__detail.--last {
  padding: 0;
}

.price-item__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem;
  background-image: repeating-linear-gradient(to right, #A0A0A0 0, #A0A0A0 0.125rem, transparent 0.125rem, transparent 0.25rem);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}

.price-item__term {
  color: #709DCF;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.price-item__term.--black {
  font-weight: 400;
  color: #555555;
}

.price-item__price {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #709DCF;
}

.price-item__price.--black {
  color: #555555;
  font-weight: 400;
}

.price-item__contents {
  padding: 1.25rem;
}

.price-item__contents.--second {
  padding: 0.625rem 1.25rem 1.25rem;
}

.price-item__heading {
  border-left: 4px solid #7FC9E7;
  padding-left: 1.25rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.faq__block {
  padding: 5rem 0;
  background: #fff;
  border-radius: 20px;
}

.section-title.faq__title .en {
  padding-bottom: 0.625rem;
}

.faq__contents {
  margin-top: 1.875rem;
}

/* ======================================
  FAQ
====================================== */
.faq-item {
  border-radius: 4px;
  border: 1px solid rgba(127, 201, 231, 0.4);
}

.faq-item:not(:first-child) {
  margin-top: 1.875rem;
}

.faq-item-question {
  display: flex;
  align-items: flex-start;
  column-gap: 0.625rem;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  cursor: pointer;
}

.faq-item-question-q {
  flex-shrink: 0;
  font-family: "Shippori Mincho", serif;
  color: #709DCF;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.faq-item-question-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.faq-item-question-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 1.6875rem;
  position: relative;
}

.faq-item-question-icon::after {
  content: "";
  flex-shrink: 0;
  background: #709DCF;
  width: 0.8125rem;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq-item-question-icon::before {
  content: "";
  width: 0.8125rem;
  height: 0.0625rem;
  background: #709DCF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease;
}

.faq-item.is-opened .faq-item-question-icon::before {
  opacity: 0;
}

.faq-item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.is-opened .faq-item-answer {
  opacity: 1;
}

.faq-item-answer__inner {
  display: flex;
  column-gap: 0.625rem;
  padding: 1.25rem 0 1rem;
  margin: 0.25rem 1.25rem 0;
  background-image: repeating-linear-gradient(to right, #7FC9E7 0, #7FC9E7 0.125rem, transparent 0.125rem, transparent 0.25rem);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}

.faq-item-answer-a {
  flex-shrink: 0;
  font-family: "Shippori Mincho", serif;
  color: #709DCF;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.faq-item-answer-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.sns__block {
  padding: 5rem 0 0;
}

.sns__contents {
  margin: 2.5rem auto;
}

.sns__img {
  padding: 0.625rem;
  border-radius: 20px;
  border: 1px solid #7FC9E7;
}

.sns__img img {
  border-radius: 10px;
  object-fit: cover;
}

.sns__list {
  width: fit-content;
  margin: 1.875rem auto 0;
  display: grid;
  grid-template-columns: 12.5rem 12.5rem;
  gap: 0.625rem;
}

.sns__list.--mt20 {
  margin-top: 1.25rem;
}

.sns__link {
  width: 12.5rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #7FC9E7;
  transition: 0.2s background ease-in;
}

@media (any-hover: hover) {
  .sns__link:hover {
    background: #709DCF;
  }
}
.sns__icon.--tiktok {
  background: url(../img/tiktok-icon.png) no-repeat center center/contain;
  width: 1.25rem;
  aspect-ratio: 1/1;
}

.sns__icon.--instagram {
  background: url(../img/instagram-icon.png) no-repeat center center/contain;
  width: 1.25rem;
  aspect-ratio: 1/1;
}

.sns__icon.--youtube {
  background: url(../img/youtube-icon.png) no-repeat center center/contain;
  width: 1.375rem;
  aspect-ratio: 22/15;
}

.sns__icon.--x {
  background: url(../img/x-icon.png) no-repeat center center/contain;
  width: 1.125rem;
  aspect-ratio: 1/1;
}

/* ======================================
  about
====================================== */
.sns-about {
  margin-top: 6.25rem;
  padding-bottom: 3.125rem;
}

.sns-about__logo {
  width: 15.625rem;
  margin-inline: auto;
}

.sns-about__img {
  margin-top: 3.125rem;
}

.info__swiper-container,
.info__swiper,
.info__swiper-wrapper,
.info__swiper-slide {
  position: relative;
}

.info__swiper-slide img {
  border-radius: 10px;
  object-fit: cover;
}

/* 位置のreset */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 0.875rem);
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #A0A0A0;
  margin-inline: 0.5rem;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #7FC9E7;
}

/* ======================================
  about-info
====================================== */
.sns-about__info {
  margin-top: 4.5rem;
}

.sns-about__row {
  padding: 0.875rem;
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 1.25rem;
  border-bottom: 1px solid rgba(127, 201, 231, 0.4);
}

.sns-about__row:first-child {
  padding-top: 0;
}

.sns-about__term {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.sns-about__desc {
  color: #555555;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.sns-about__desc a {
  color: #555555;
}

.sns-about__map {
  display: flex;
  align-items: center;
  color: #555555;
  text-decoration: underline;
  text-decoration-thickness: 0.05rem;
  text-underline-offset: 0.125rem;
}

.sns-about__map .pop-up-icon {
  display: inline-block;
  margin-left: 0.4375rem;
  width: 0.75rem;
  aspect-ratio: 12/16;
  background: url(../img/pop-up-icon.png) no-repeat center center/contain;
}

.sns-about__text {
  width: fit-content;
  margin: 2.5rem auto 0;
  padding: 0.28125rem 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}

.sns-about__text::before,
.sns-about__text::after {
  content: "";
  width: 1.125rem;
  aspect-ratio: 18/27;
  background: url(../img/dashed.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
}

.sns-about__text::before {
  left: -2rem;
  transform: translateY(-50%);
}

.sns-about__text::after {
  right: -2rem;
  transform: translateY(-50%) scaleX(-1);
}

/* ======================================
  map
====================================== */
.map {
  margin-top: 3.125rem;
}

.map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 500/250;
}

.inner {
  width: 100%;
  height: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.btn {
  display: block;
  background: linear-gradient(to bottom, #D8CAA6 0%, #B8A982 100%);
  padding: 0.75rem 0 0.8125rem;
  border-radius: 50px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.3s opacity ease-in;
}

@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.6;
  }
}
.section-title .jp {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}

.section-title .jp::before,
.section-title .jp::after {
  content: "";
  width: 0.875rem;
  aspect-ratio: 1/1;
  background: url(../img/title-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section-title .jp::before {
  left: -1.625rem;
}

.section-title .jp::after {
  right: -1.625rem;
}

.section-title .en {
  display: block;
  margin-top: 0.625rem;
  background: linear-gradient(180deg, #56C5F4 0%, #C4E0EC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}

.fixed-cta {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease-in;
  padding-bottom: env(safe-area-inset-bottom);
}

.fixed-cta.is-active {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s opacity ease-in;
}

.fixed-cta__list {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  padding-bottom: 0.875rem;
  display: grid;
  grid-template-columns: 13.875rem 13.875rem;
  justify-content: center;
  gap: 1rem;
}

.fixed-cta__list .btn {
  height: 3.4375rem;
  padding: 1.125rem 0 1.1875rem;
}