@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  scroll-padding-top: 0;
}
@media (min-width: 768px) and (max-width: 1060px) {
  html {
    font-size: 0.9433962264vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
/*----------------------------------------
	header
----------------------------------------*/
/*PC*/
.header--pc {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header--pc .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 32px;
}
.header--pc .header__box {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}
.header--pc .header__about {
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 500;
  color: var(--c_white);
}
.header--pc .header__tel {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #77AEEF;
}
.header--pc .header__tel a {
  color: var(--c_white);
  font-family: "Crimson Text", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.header--pc .header__address {
  font-size: 14px;
  font-weight: 500;
  color: var(--c_white);
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.header__btns {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.header__action-btns {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header__action-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: var(--c_white);
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__action-lead::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-left: 1px solid var(--c_white);
  transform: rotate(-15deg);
  margin-right: -5px;
}

.header__action-lead::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 1px solid var(--c_white);
  transform: rotate(15deg);
  margin-left: -5px;
}

.header__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 224px;
  height: 56px;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #C6DDF7;
  box-shadow: 4px 4px 18px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.header__action-btn::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--c_white) transparent;
}

.header__action-btn span {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.header__action-btn--reserve {
  background-color: var(--c_orange);
}

.header__action-btn--shop {
  background-color: var(--c_lightblue);
}

.header__contact-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.header__contact-btn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  box-shadow: 4px 4px 18px 0 rgba(0, 0, 0, 0.1);
}

.header__contact-btn--line {
  background-color: var(--c_green);
}

.header__contact-btn--mail {
  background-color: var(--c_white);
}

/*SP*/
.header--sp {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--c_white);
  height: 52px;
}
.header--sp .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 8px 20px;
}
.header--sp .header__box {
  display: flex;
  align-items: center;
  gap: 9px;
}
.header--sp .header__info {
  padding-left: 9px;
  border-left: 1px solid var(--c_naby);
}
.header--sp .header__about {
  font-size: 10px;
  font-weight: 500;
  color: var(--c_naby);
  letter-spacing: 0.1em;
}
.header--sp .header__tel {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 2px;
}
.header--sp .header__tel a {
  color: var(--c_naby);
  font-family: "Crimson Text", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.header--sp .contact__action-btns {
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.header--sp .contact__action-btn {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .header--pc .header__inner {
    padding-right: 5px;
  }
  .header--pc .header__box {
    gap: 10px;
  }
  .header--pc .header__address {
    margin-top: 5px;
  }
  .header__action-btns {
    gap: 10px;
  }
  .header__contact-btns {
    gap: 10px;
  }
}
@media screen and (max-width: 995px) {
  .header--pc {
    display: none;
  }
  .header--sp {
    display: block;
  }
}
/*----------------------------------------
	header
----------------------------------------*/
/*PC*/
.under__header--pc {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--c_white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.under__header--pc .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 32px;
  padding-left: 24px;
}
.under__header--pc .header__box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.under__header--pc .header__about {
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
}
.under__header--pc .header__tel {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 7px;
}
.under__header--pc .header__tel a {
  font-family: "Crimson Text", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: linear-gradient(to bottom right, var(--c_blue-1), var(--c_blue-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.under__header--pc.fixed-header-pc .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 32px;
    padding-left: 24px;
}
.under__header--pc.fixed-header-pc .gnav--pc{
  box-shadow: none;
  width: initial;
  height: initial;
}

.elementor.elementor .e-con>.elementor-widget {
  width: 100% !important;
}

.e-con.e-flex>.e-con-inner {
  -ms-flex-wrap: inherit !important;
  flex-wrap: inherit !important;
}
.single-head__content {
  background-image: url(../assets/img/page-top-img.webp);
  padding-top: 136px;
	padding-top: 13.5rem;
    padding-bottom: 150px;
    padding-bottom: 6.375rem;
  text-align: center;
  background-size: cover;
	background-position: bottom;
}

.single-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 64px;
  font-size: 2rem;
  font-family: "Bellefair", serif;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  overflow: hidden;
  font-weight: bold;
}

@media screen and (max-width:767px) {
	.single-head__content{
		  padding-top: 7.5rem;
	padding-bottom: 150px;
	padding-bottom: 2.375rem;
	}
  .single-head__title {
    font-size: 1.5rem;
    line-height: 1.1458333333;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
/*----------------------------------------
	hamburger
----------------------------------------*/
.hamburger {
  display: none;
  width: 55px;
  height: 52px;
  position: fixed;
  top: 0;
  right: 0;
  background: var(--c_naby);
  z-index: 200;
}

.hamburger-txt{
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 8px;
  left: 10px;
}

.hamburger__line {
  width: 18px;
  height: 2px;
  background: var(--c_white);
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hamburger__line::before,
.hamburger__line::after {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--c_white);
  position: absolute;
  transition: transform 0.3s;
}

.hamburger__line::before {
  top: -5px;
}

.hamburger__line::after {
  top: 5px;
}

/*OPEN時スタイル*/
.hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}

.hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 995px) {
  .hamburger {
    display: block;
  }
}
/*----------------------------------------
	gnav
----------------------------------------*/
/*PC*/
.gnav--pc {
  background-color: var(--c_white);
  box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 84px;
  display: grid;
  place-content: center;
}
.gnav--pc .gnav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.gnav--pc .gnav__item {
  padding-right: 32px;
  border-right: 1px solid #B4ADA9;
}
.gnav--pc .gnav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.gnav--pc .gnav__link--ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.gnav--pc .gnav__link--en {
  font-family: "Crimson Text", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #0564B5;
  margin-top: 8px;
}

/*SP*/
.gnav--sp {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  inset: 0;
  z-index: 100;
  background: var(--c_white);
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 115px;
}
.gnav--sp .gnav__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.gnav--sp .gnav__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #B4ADA9;
}
.gnav--sp .gnav__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gnav--sp .gnav__link--ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.gnav--sp .gnav__link--en {
  font-family: "Crimson Text", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #B4ADA9;
  margin-top: 8px;
}

@media screen and (max-width: 995px) {
  .gnav--pc {
    display: none;
  }
}
/*----------------------------------------
	footer
----------------------------------------*/
.footer {
  position: relative;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: linear-gradient(to bottom right, var(--c_blue-1), var(--c_blue-2));
}

.footer__logo {
  text-align: center;
  padding: 16px 0;
}

.footer__inner {
  background-color: #224371;
  padding-top: 40px;
  padding-bottom: 72px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.footer-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.footer-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-nav__link--ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--c_white);
}

.footer-nav__link--en {
  font-family: "Crimson Text", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--c_white);
}

.footer__clinic .clinic__heading-lv3 {
  color: var(--c_white);
  margin-top: 56px;
}
.footer__clinic .clinic__heading-lv3::before {
  background: var(--c_white);
}
.footer__clinic .clinic__heading-lv3::after {
  width: calc(100% - 302px);
  max-width: 672px;
  background: var(--c_white);
}
.footer__clinic .clinic__inner {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer__clinic .clinic__txt-box {
  max-width: 570px;
  width: 50%;
}
.footer__clinic .clinic__table {
  width: 100%;
}
.footer__clinic .clinic__th,
.footer__clinic .clinic__td {
  padding: 10px;
}
.footer__clinic .clinic__info::before {
  background: var(--c_white);
}
.footer__clinic .clinic__note,
.footer__clinic .clinic__info p {
  color: var(--c_white);
}
.footer__clinic .clinic__link-btn {
  color: var(--c_white);
  border-color: var(--c_white);
}
.footer__clinic .clinic__link-arrow {
  border-left: 10px solid var(--c_white);
}
.footer__clinic .clinic__map {
  width: 390px;
  right: 0;
}
.footer__clinic .clinic__map iframe {
  aspect-ratio: 390/234;
  box-shadow: 0;
}
.footer__clinic .clinic__card-list {
  max-width: 459px;
  margin-top: 40px;
  gap: 27px;
}

.site-info {
  margin-top: 48px;
  background-color: var(--c_white);
  padding: 24px 32px 33px 32px;
}

.site-info__heading-lv2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  border-bottom: 1px solid #332F26;
  display: inline-block;
}

.site-info__txt {
  margin-top: 20px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.site-info__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.site-info__item {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #767676;
  text-decoration: underline;
}

.copyright {
  width: 100%;
  padding: 18px 0 70px;
  background-color: var(--c_white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright__text,
.copyright__link {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.copyright__list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.copyright__item {
  padding-right: 16px;
  border-right: 1px solid var(--c_main);
}

.copyright__item:last-of-type {
  padding-right: 0;
  border-right: 0;
}

@media screen and (max-width: 1399px) {
  .footer__clinic .clinic__txt-box {
    width: 55%;
  }
  .footer__clinic .clinic__map {
    width: 40%;
    margin-left: 20px;
  }
  .footer__clinic .clinic__map iframe {
    height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-nav__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-nav__list {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
  .footer-nav__item {
    padding-bottom: 14px;
    border-bottom: 1px solid #647B9C;
    padding-left: 8px;
    display: block;
    width: 100%;
  }
  .footer-nav__link {
    align-items: start;
    gap: 18px;
  }
  .footer__clinic .clinic__heading-lv3 {
    margin-top: 48px;
  }
  .footer__clinic .clinic__txt-box {
    max-width: none;
    width: 100%;
  }
  .footer__clinic .clinic__map {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    left: 0;
  }
  .footer__clinic .clinic__map iframe {
    aspect-ratio: 375/180;
  }
  .copyright {
    flex-direction: column;
    gap: 13px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    padding: 14px 0;
  }
  .footer__logo img {
    width: 144px;
  }
  .footer__inner {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .footer__clinic .clinic__heading-lv3::after {
    width: calc(100% - 185px);
  }
  .footer__clinic .clinic__inner {
    flex-direction: column;
    gap: 24px;
  }
  .footer__clinic .clinic__card-list {
    margin-top: 16px;
    gap: 8px;
  }
  .site-info {
    padding: 24px 20px;
  }
  .copyright{
    padding-bottom: 75px;
  }
  .copyright__text,
  .copyright__link {
    font-size: 10px;
  }
  .copyright__list {
    gap: 10px;
  }
  .copyright__item {
    padding-right: 10px;
  }
}

.clinic__card-list {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}

body {
  font-family: "oto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #333;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

#container {
  max-width: 140rem;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.inner {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

footer {
  padding: 2rem 0;
  text-align: center;
  background-color: #2568b1;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  height: 4.8rem;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  footer {
    font-size: 1rem;
  }
}

.c-title-en {
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #bc8e4d;
}
@media (max-width: 767px) {
  .c-title-en {
    font-size: 1.4rem;
  }
}

.c-title-jp {
  font-family: "oto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-title-jp {
    font-size: 2.4rem;
    text-align: center;
  }
}

.fv {
  position: relative;
}

.fv-text {
  font-family: "oto Serif JP", serif;
  font-size: calc(0.0381944444 * min(100vw, 1440px));
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: bold;
  position: absolute;
  top: calc(0.04375 * min(100vw, 1440px));
  left: calc(0.0701388889 * min(100vw, 1440px));
}
@media (max-width: 767px) {
  .fv-text {
    font-size: 2.1rem;
    top: 16.8vw;
    left: 5.3333333333vw;
  }
}

a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  /* ここを必ず “横スク親” にする */
  .about-box03-lists {
    position: relative; /* ヒント重ね用 */
    display: flex;
    flex-wrap: nowrap; /* 折り返さない（重要） */
    gap: 1.6rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 0 0.8rem;
    margin: 0;
  }
  .about-box03-lists > li {
    /* shrinkしない + 幅をビューポート基準にすると必ず“はみ出す” */
    flex: 0 0 78vw; /* 端末幅の78% */
    max-width: 78vw;
    min-width: 250px; /* 端末が狭い時の下限 */
    scroll-snap-align: start;
  }
  /* ScrollHint が差し込む要素を“重ねる”＝flexの子から外す（崩れ対策） */
  .about-box03-lists > .scroll-hint-icon-wrap {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
    flex: none;
    margin: 0 !important;
  }
  .about-box03-lists > .scroll-hint-icon-wrap .scroll-hint-icon {
    position: absolute;
    top: 4.6rem;
    right: 0.6rem;
    width: 120px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .about-box03-lists > .scroll-hint-icon-wrap .scroll-hint-text {
    display: none !important; /* テキスト不要なら非表示 */
  }
  .diff-table > .scroll-hint-icon-wrap .scroll-hint-text {
    display: none !important; /* テキスト不要なら非表示 */
  }
  .diff-table {
    position: relative;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .diff-table > .scroll-hint-icon-wrap {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
  }
}
.contact {
  padding: 5.5rem 3rem 5.6rem;
  background-image: url(./../img/pc/contact-bg.webp);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .contact {
    background-image: url(./../img/sp/contact-bg.webp);
    padding: 4.8rem 2rem 4.5rem;
  }
}

.contact-title {
  font-size: 4rem;
  font-family: "oto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 2.4rem;
  }
}

.contact-text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-block: 3.2rem;
  width: 80rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contact-text {
    font-size: 1.2rem;
    text-align: left;
  }
}

.contact-lists {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-lists {
    flex-direction: column;
    row-gap: 1.7rem;
  }
}

.contact-list {
  width: 32.2rem;
  text-align: center;
  border: #fff 1px solid;
  font-family: "oto Serif JP", serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .contact-list {
    width: 100%;
  }
}
.contact-list .contact-list-title {
  font-size: 1.4rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-list .contact-list-title {
    font-size: 1.2rem;
  }
}
.contact-list .contact-list-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 2.2rem;
  height: 5.4rem;
}
.contact-list .contact-list-box img {
  width: 2.4rem;
}
@media (max-width: 767px) {
  .contact-list .contact-list-box img {
    width: 2.2rem;
  }
}

.contact-list-01 .contact-list-title {
  background: #2568b1; /* フォールバック */
  color: #fff;
}
.contact-list-01 .contact-list-box {
  font-size: 2.2rem;
  background-color: #fff;
  position: relative;
}
.contact-list-01 .contact-list-box::after {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  width: 1rem;
  height: 1rem;
  background-color: #2568b1;
  display: block;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.contact-list-02 .contact-list-title {
  background: #fff;
  font-weight: bold;
}
.contact-list-02 .contact-list-box {
  font-size: 2.2rem;
  background: #bc8e4d;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-list-02 .contact-list-box {
    font-size: 2rem;
  }
}
.contact-list-02 .contact-list-box::after {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  display: block;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.contact-list-03 .contact-list-title {
  background: #fff;
}
@media (max-width: 767px) {
  .contact-list-03 .contact-list-title {
    font-weight: bold;
  }
}
.contact-list-03 .contact-list-box {
  font-size: 2.2rem;
  background: #2568b1;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-list-03 .contact-list-box {
    background: linear-gradient(75deg, #61d0e0 0%, #1896db 100%);
    font-size: 2rem;
  }
}
.contact-list-03 .contact-list-box::after {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  display: block;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.contact-list-03 .contact-list-title-l {
  transform: rotate(-25deg);
  margin-right: 1rem;
}
.contact-list-03 .contact-list-title-r {
  transform: rotate(25deg);
  margin-left: 1rem;
}

.toc {
  padding: 5.6rem 3rem;
  background-image: url(./../img/pc/e-bg.webp);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .toc {
    padding: 4rem 2rem;
    background-image: url(./../img/sp/index.webp);
  }
}

.toc-title {
  font-size: 4rem;
  font-family: "oto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .toc-title {
    font-size: 2.4rem;
  }
}

.toc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2.3rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .toc-list {
    row-gap: 1rem;
  }
}

.toc-list-item {
  width: 48.3rem;
  height: 6.4rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 3rem;
  border-bottom: #bc8e4d solid 0.1rem;
  box-shadow: 0.8rem 0.8rem 2.4rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .toc-list-item {
    width: 16.5rem;
    height: 5.6rem;
    padding-inline: 0.9rem;
  }
}
.toc-list-item-num {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  margin-right: 1.4rem;
  color: #bc8e4d;
  height: 100%;
}
@media (max-width: 767px) {
  .toc-list-item-num {
    font-size: 1.2rem;
    margin-right: 0.9rem;
  }
}
.toc-list-item-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "oto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .toc-list-item-text {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}
.toc-list-item-arrow {
  font-size: 3.5rem;
  color: #bc8e4d;
  transform: scaleX(0.5);
}
@media (max-width: 767px) {
  .toc-list-item-arrow {
    font-size: 2rem;
  }
}

.toc-list-item-num-box {
  display: flex;
  align-items: center;
}

.about {
  padding: 8rem 3rem 12.5rem;
  background-image: url(./../img/pc/lasik-bg.webp);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .about {
    padding: 4.6rem 2rem;
    background-image: url(./../img/sp/about.webp);
  }
}

.about-box01 {
  display: flex;
}
@media (max-width: 767px) {
  .about-box01 {
    flex-direction: column-reverse;
    row-gap: 2.4rem;
  }
}

.about-title {
  display: flex;
  flex-direction: column;
  border-bottom: #bc8e4d solid 0.1rem;
  padding-bottom: 1.6rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .about-title {
    text-align: center;
    border: none;
  }
}

.about-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  width: 53.9rem;
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .about-text {
    width: 100%;
    font-size: 1.2rem;
    margin-right: 0;
  }
}

.about-box-img {
  position: relative;
}
.about-box-img::after {
  content: "";
  display: block;
  background-image: url(./../img/pc/lasik.webp);
  height: 36rem;
  width: 62.1rem;
  position: absolute;
  top: 0;
  left: 100%;
  background-size: cover;
}
@media (max-width: 767px) {
  .about-box-img::after {
    position: relative;
    width: 100%;
    aspect-ratio: 335/194;
    left: 0;
    height: auto;
  }
}

.about-box02 {
  margin-top: 11.6rem;
}
@media (max-width: 767px) {
  .about-box02 {
    margin-top: 3.2rem;
  }
}

.about-box02-title {
  font-family: "oto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(135deg, #ecc184 0%, #bc8e4d 49%, #ecc184 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.4rem;
}
@media (max-width: 767px) {
  .about-box02-title {
    font-size: 1.6rem;
    height: 4.5rem;
  }
}

.about-lists {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  padding: 4.7rem 0 4.8rem;
}
@media (max-width: 767px) {
  .about-lists {
    padding: 2.7rem 2.4rem;
    row-gap: 0.8rem;
  }
}

.about-list {
  display: flex;
  column-gap: 1.6rem;
  padding-left: 9.9rem;
}
@media (max-width: 767px) {
  .about-list {
    padding-left: 0rem;
    column-gap: 1.4rem;
  }
}
.about-list p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .about-list p {
    font-size: 1.4rem;
  }
}
.about-list p span {
  color: #bc8e4d;
}
.about-list .about-sub-text {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .about-list .about-sub-text {
    font-size: 1.2rem;
  }
}
.about-list img {
  width: 2.9rem;
}
@media (max-width: 767px) {
  .about-list img {
    width: 1.7rem;
    margin-top: 0.1rem;
  }
}

.about-box03-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.3rem;
  margin-block: 4.8rem 3.2rem;
  font-family: "oto Serif JP", serif;
}
@media (max-width: 767px) {
  .about-box03-title {
    font-size: 1.8rem;
  }
}
.about-box03-title p {
  flex-shrink: 0;
}
.about-box03-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
}
@media (max-width: 767px) {
  .about-box03-title::before {
    display: none;
  }
}
.about-box03-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.about-box03-lists {
  display: flex;
  justify-content: space-between;
}
.about-box03-lists li {
  width: 23.6rem;
}
.about-box03-lists li .about-box03-list-text {
  background-color: #2568b1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-inline: 2.8rem;
  height: 8.4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about-box03-lists li .about-box03-list-text {
    font-size: 1.2rem;
  }
}

.about-list-flex {
  display: flex;
  column-gap: 1.6rem;
}
@media (max-width: 767px) {
  .about-list-flex {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .about-box03-lists {
    display: flex;
    gap: 1.6rem;
    overflow-x: auto; /* ← バー表示（環境依存でオーバーレイ表示の場合あり） */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 0 0.8rem; /* 内側余白で左右の“切れ”を防止 */
    margin: 0; /* ← ここを負のマージンにしないのがコツ */
  }
  .about-box03-lists > li {
    flex: 0 0 78%; /* 幅はお好みで（70〜90%など） */
    scroll-snap-align: start; /* カード先頭で止まる */
  }
  /* 任意：スクロールバーの最低限の見た目調整（必要なければ削除） */
  .about-box03-lists::-webkit-scrollbar {
    height: 8px;
  }
  .about-box03-lists::-webkit-scrollbar-track {
    background: #eee;
    border: #2568b1 solid 0.1rem;
  }
  .about-box03-lists::-webkit-scrollbar-thumb {
    background: #2568b1;
  }
  .about-box03-list-text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .about-box03-list-text {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.laser {
  padding: 8rem 3rem;
  background-image: url(./../img/pc/femto-bg.webp);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .laser {
    padding: 4.8rem 2rem;
    background-image: url(./../img/sp/laser.webp);
  }
}

.laser-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.8rem;
  margin-bottom: 5.6rem;
}
.laser-title .c-title-jp {
  line-height: 1.6;
}

.laser-box01 {
  display: flex;
  column-gap: 4.8rem;
}
@media (max-width: 767px) {
  .laser-box01 {
    flex-direction: column;
    row-gap: 2.4rem;
  }
}
.laser-box01 .laser-text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 49.1rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .laser-box01 .laser-text {
    font-size: 1.2rem;
    width: 100%;
  }
}
.laser-box01 .laser-img {
  position: relative;
  flex: 1;
}
@media (max-width: 767px) {
  .laser-box01 .laser-img {
    width: 100%;
  }
}
.laser-box01 .laser-img::after {
  content: "";
  display: block;
  background-image: url(./../img/pc/fe01.webp);
  height: 41.6rem;
  width: 66.1rem;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .laser-box01 .laser-img::after {
    position: relative;
    top: 0;
    right: 2rem;
    width: calc(100vw - 2rem);
    height: auto;
    aspect-ratio: 335/226;
  }
}

.laser-box02 {
  box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.2);
  position: relative;
  margin-top: 11.3rem;
}
@media (max-width: 767px) {
  .laser-box02 {
    margin-top: 6.3rem;
  }
}
.laser-box02 .laser-title {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Cormorant Infant", serif;
  color: #2568b1;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translateY(-66%);
}

.laser-contents {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 767px) {
  .laser-contents {
    flex-direction: column-reverse;
    row-gap: 2.4rem;
  }
}
.laser-contents .laser-img {
  width: 35.9rem;
}
@media (max-width: 767px) {
  .laser-contents .laser-img {
    width: 100%;
  }
}
.laser-contents .laser-text {
  padding: 3.9rem 0 0 4.9rem;
}
@media (max-width: 767px) {
  .laser-contents .laser-text {
    padding: 1.6rem 2.4rem;
  }
}
.laser-contents .laser-text01 {
  font-family: "oto Serif JP", serif;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: #bc8e4d solid 0.1rem;
}
@media (max-width: 767px) {
  .laser-contents .laser-text01 {
    font-size: 1.8rem;
    padding: 0;
  }
}
.laser-contents .laser-text01 span {
  color: #bc8e4d;
}
.laser-contents .laser-text02 {
  width: 54.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .laser-contents .laser-text02 {
    font-size: 1.2rem;
    width: 100%;
  }
}
.laser-contents::before {
  content: "";
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  border-left: #bc8e4d solid 0.2rem;
  border-bottom: #bc8e4d solid 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .laser-contents::before {
    width: 4rem;
    height: 4rem;
  }
}
.laser-contents::after {
  content: "";
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  border-right: #bc8e4d solid 0.2rem;
  border-top: #bc8e4d solid 0.2rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .laser-contents::after {
    width: 4rem;
    height: 4rem;
  }
}

.feature {
  padding: 8rem 3rem;
  background-image: url(./../img/pc/feature-bg.webp);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .feature {
    padding: 4.8rem 2rem;
    background-image: url(./../img/sp/features.webp);
  }
}

.feature-title {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.8rem;
  margin-bottom: 6.6rem;
}
@media (max-width: 767px) {
  .feature-title {
    margin-bottom: 3.2rem;
  }
}
.feature-title .c-title-jp {
  line-height: 1.6;
}
.feature-title .c-title-en {
  color: #fff;
}

.feature-list-num {
  color: #bc8e4d;
  font-size: 8rem;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-bottom: -0.8rem;
}
@media (max-width: 767px) {
  .feature-list-num {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 1.6rem;
  }
}

.feature-list-box {
  box-shadow: 10px 8px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 3.2rem 4rem 0rem;
  width: 53.1rem;
  height: 30.9rem;
  border-top: #bc8e4d solid 0.2rem;
  border-bottom: #bc8e4d solid 0.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .feature-list-box {
    width: 100%;
    height: auto;
    padding: 2.4rem 2rem;
  }
}
.feature-list-box .feature-list-text01 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "oto Serif JP", serif;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .feature-list-box .feature-list-text01 {
    font-size: 1.8rem;
  }
}
.feature-list-box .feature-list-text02 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .feature-list-box .feature-list-text02 {
    font-size: 1.2rem;
  }
}

.feature-lists {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
@media (max-width: 767px) {
  .feature-lists {
    row-gap: 1.6rem;
  }
}

.feature-list {
  display: flex;
}
@media (max-width: 767px) {
  .feature-list {
    flex-direction: column-reverse;
  }
}

.feature-list-img {
  position: relative;
  aspect-ratio: 335/185;
  width: 50.9rem;
}
@media (max-width: 767px) {
  .feature-list-img {
    width: 100%;
    height: auto;
    aspect-ratio: 335/185;
    z-index: 1;
  }
}

.feature-list01 .feature-list-img::after {
  position: absolute;
  content: "";
  top: 3rem;
  left: -4.2rem;
  background-image: url(./../img/pc/feature01.webp);
  background-size: cover;
  background-position: center top;
  width: 71.2rem;
  aspect-ratio: 335/185;
  z-index: 0;
}
@media (max-width: 767px) {
  .feature-list01 .feature-list-img::after {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 335/185;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.feature-list02 {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .feature-list02 {
    flex-direction: column-reverse;
  }
}
.feature-list02 .feature-list-num {
  text-align: right;
}
@media (max-width: 767px) {
  .feature-list02 .feature-list-num {
    text-align: center;
  }
}
.feature-list02 .feature-list-img::after {
  position: absolute;
  content: "";
  top: 3rem;
  right: -4.2rem;
  background-image: url(./../img/pc/feature02.webp);
  background-size: cover;
  background-position: center top;
  width: 71.2rem;
  height: 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .feature-list02 .feature-list-img::after {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 335/185;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.feature-list03 .feature-list-img::after {
  position: absolute;
  content: "";
  top: 3rem;
  left: -4.2rem;
  background-image: url(./../img/pc/feature03.webp);
  background-size: cover;
  background-position: center top;
  width: 71.2rem;
  aspect-ratio: 335/185;
  z-index: 0;
}
@media (max-width: 767px) {
  .feature-list03 .feature-list-img::after {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 335/185;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.merit {
  padding: 8rem 3rem 12.5rem;
  background: linear-gradient(135deg, rgba(67, 140, 229, 0.19) 0%, rgba(255, 255, 255, 0.19) 50%, rgba(67, 140, 229, 0.19) 100%);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .merit {
    padding: 4.8rem 2rem;
  }
}

.merit-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.8rem;
  margin-bottom: 5.3rem;
}
@media (max-width: 767px) {
  .merit-title {
    margin-bottom: 3.2rem;
  }
}

.merit-demerit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .merit-demerit {
    flex-direction: column;
    row-gap: 1.6rem;
  }
}

.merit-side {
  width: 49.2rem;
  background-color: #fff;
  border: #bc8e4d solid 0.2rem;
  padding: 2.4rem 2.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .merit-side {
    width: 100%;
    padding: 2.4rem 1.1rem;
  }
}

.demerit-side {
  width: 49.2rem;
  background-color: #fff;
  border: #8b8989 solid 0.2rem;
  padding: 2.4rem 2.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .demerit-side {
    width: 100%;
    padding: 2.4rem 1.1rem;
  }
}

.merit-side-title {
  font-size: 3.1rem;
  font-family: "oto Serif JP", serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #bc8e4d;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.4rem;
}
@media (max-width: 767px) {
  .merit-side-title {
    font-size: 2rem;
  }
}
.merit-side-title::before {
  content: "";
  display: block;
  width: 5.2rem;
  height: 0.1rem;
  background-color: #bc8e4d;
}
.merit-side-title::after {
  content: "";
  display: block;
  width: 5.2rem;
  height: 0.1rem;
  background-color: #bc8e4d;
}

.demerit-side-title {
  font-size: 3.1rem;
  font-family: "oto Serif JP", serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #8b8989;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.4rem;
}
@media (max-width: 767px) {
  .demerit-side-title {
    font-size: 2rem;
  }
}
.demerit-side-title::before {
  content: "";
  display: block;
  width: 5.2rem;
  height: 0.1rem;
  background-color: #8b8989;
}
.demerit-side-title::after {
  content: "";
  display: block;
  width: 5.2rem;
  height: 0.1rem;
  background-color: #8b8989;
}

.merit-lists {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}

.demerit-lists {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}

.merit-list {
  border-radius: 0.7rem;
  background-color: rgba(247, 244, 235, 0.6);
  padding-top: 1.7rem;
  height: 16.1rem;
}
@media (max-width: 767px) {
  .merit-list {
    height: auto;
  }
}
.merit-list .merit-list-title {
  display: flex;
  align-items: center;
}
.merit-list .merit-list-title .merit-list-num {
  background-color: #bc8e4d;
  border-radius: 0 50% 50% 0;
  width: 3.4rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  font-family: "EB Garamond", serif;
}
@media (max-width: 767px) {
  .merit-list .merit-list-title .merit-list-num {
    font-size: 1rem;
    width: 2rem;
    height: 1.7rem;
  }
}
.merit-list .merit-list-title .merit-list-title-text {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.23;
  padding-left: 1.4rem;
  color: #bc8e4d;
}
@media (max-width: 767px) {
  .merit-list .merit-list-title .merit-list-title-text {
    font-size: 1.4rem;
    padding-left: 0.8rem;
  }
}
.merit-list .merit-list-text {
  padding-inline: 4.8rem 2.4rem;
  margin-top: 0.7rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .merit-list .merit-list-text {
    font-size: 1.2rem;
    padding-inline: 2.8rem;
    padding-bottom: 2rem;
  }
}

.demerit-list {
  border-radius: 0.7rem;
  background-color: #f6f6f6;
  padding-top: 1.7rem;
  height: 16.1rem;
}
@media (max-width: 767px) {
  .demerit-list {
    height: auto;
  }
}
.demerit-list .demerit-list-title {
  display: flex;
  align-items: center;
}
.demerit-list .demerit-list-title .demerit-list-num {
  background-color: #8b8989;
  border-radius: 0 50% 50% 0;
  width: 3.4rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  font-family: "EB Garamond", serif;
}
@media (max-width: 767px) {
  .demerit-list .demerit-list-title .demerit-list-num {
    font-size: 1rem;
    width: 2rem;
    height: 1.7rem;
  }
}
.demerit-list .demerit-list-title .demerit-list-title-text {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.23;
  padding-left: 1.4rem;
  color: #333;
}
@media (max-width: 767px) {
  .demerit-list .demerit-list-title .demerit-list-title-text {
    font-size: 1.4rem;
    padding-left: 0.8rem;
  }
}
.demerit-list .demerit-list-text {
  padding-inline: 4.8rem 2.4rem;
  margin-top: 0.7rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .demerit-list .demerit-list-text {
    font-size: 1.2rem;
    padding-inline: 2.8rem;
    padding-bottom: 2rem;
  }
}

.diff {
  padding: 8rem 3rem;
  background-image: url(./../img/pc/dif-bg.webp);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .diff {
    padding: 4.8rem 2rem 3.2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .diff {
    background-image: url(./../img/sp/diff.webp);
  }
}

.diff-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.8rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .diff-title {
    margin-bottom: 2.4rem;
  }
}

.diff-title-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .diff-title-text {
    font-size: 1.2rem;
    text-align: left;
  }
}

.diff-table {
  display: flex;
}

.diff-table-title {
  font-size: 1.8rem;
  color: #2568b1;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .diff-table-title {
    font-size: 1.2rem;
  }
}

.div-title {
  border: #2568b1 solid 0.1rem;
  background-color: #f3f9ff;
  border-top: none;
  padding-left: 1.6rem;
  height: 7.2rem;
  width: 30.2rem;
  display: flex;
  align-items: center;
}
.div-title span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .div-title span {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .div-title {
    width: 19.8rem;
    height: 4.6rem;
    padding-left: 1rem;
  }
}

.div01 {
  border-bottom: #2568b1 solid 0.1rem;
  height: 5.7rem;
}
@media (max-width: 767px) {
  .div01 {
    height: 3.7rem;
  }
}

.diff-table-01 {
  width: 34.9rem;
}
@media (max-width: 767px) {
  .diff-table-01 {
    width: 22.7rem;
  }
}

.div11 {
  height: 5.7rem;
  background-color: #2568b1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .div11 {
    font-size: 1.2rem;
    height: 3.7rem;
  }
}

.div-content01 {
  height: 7.2rem;
  background-color: #fff;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  border-right: #2568b1 solid 0.1rem;
  border-bottom: #2568b1 solid 0.1rem;
}
@media (max-width: 767px) {
  .div-content01 {
    font-size: 1.2rem;
    height: 4.6rem;
  }
}

.diff-table-02 {
  width: 34.9rem;
}
@media (max-width: 767px) {
  .diff-table-02 {
    width: 22.7rem;
  }
}

.div21 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0.1em;
  background-color: #d9e1e6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.7rem;
  border: #2568b1 solid 0.1rem;
}
@media (max-width: 767px) {
  .div21 {
    font-size: 1.2rem;
    height: 3.7rem;
  }
}

.div-content02 {
  height: 7.2rem;
  background-color: #fff;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  border-right: #2568b1 solid 0.1rem;
  border-bottom: #2568b1 solid 0.1rem;
}
@media (max-width: 767px) {
  .div-content02 {
    font-size: 1.2rem;
    height: 4.6rem;
  }
}

@media (max-width: 767px) {
  .div08 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.diff-one-point-title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "oto Serif JP", serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: flex;
  column-gap: 0.8rem;
  color: #fff;
  width: 39.1rem;
  height: 4.8rem;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ecc184 0%, #bc8e4d 49%, #ecc184 100%);
  transform: translateY(50%);
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .diff-one-point-title {
    width: 30.3rem;
    height: 3.7rem;
    font-size: 1.5rem;
    margin-inline: auto;
  }
}
.diff-one-point-title img {
  width: 2.8rem;
}
@media (max-width: 767px) {
  .diff-one-point-title img {
    width: 2.2rem;
  }
}

.diff-one-point-box {
  display: flex;
  column-gap: 2.5rem;
  padding: 5.2rem 3.2rem 4rem;
  background-color: #faf8f3;
  border: #bc8e4d solid 0.1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .diff-one-point-box {
    flex-direction: column;
    padding: 2.5rem 2rem 2.4rem;
    font-size: 1.2rem;
  }
}
.diff-one-point-box img {
  width: 29.3rem;
}

.icl {
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.1);
  padding: 4rem 3.2rem 4.8rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .icl {
    padding: 3.2rem 2rem 3.2rem;
    margin-top: 2.4rem;
  }
}
.icl img {
  width: 38.5rem;
}
@media (max-width: 767px) {
  .icl img {
    width: 29.5rem;
    margin-inline: auto;
  }
}
.icl .icl-title {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "oto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.4rem;
}
@media (max-width: 767px) {
  .icl .icl-title {
    border-bottom: #2568b1 solid 0.1rem;
    letter-spacing: 0.05em;
    padding-bottom: 1.1rem;
  }
  .icl .icl-title p {
    font-size: 1.8rem;
  }
  .icl .icl-title span {
    font-size: 1.5rem;
  }
}
.icl .icl-title::before {
  content: "";
  display: block;
  width: 21rem;
  height: 1px;
  background-color: #2568b1;
}
@media (max-width: 767px) {
  .icl .icl-title::before {
    display: none;
  }
}
.icl .icl-title::after {
  content: "";
  display: block;
  width: 21rem;
  height: 1px;
  background-color: #2568b1;
}
@media (max-width: 767px) {
  .icl .icl-title::after {
    display: none;
  }
}
.icl .icl-box {
  display: flex;
  column-gap: 3.9rem;
}
@media (max-width: 767px) {
  .icl .icl-box {
    flex-direction: column;
    row-gap: 2.4rem;
  }
}
.icl .icl-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .icl .icl-text {
    font-size: 1.2rem;
  }
}
.icl .icl-text .icl-text01 {
  margin-bottom: 2.4rem;
}

.icl-link {
  width: 20.6rem;
  height: 5rem;
  border-radius: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #2568b1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .icl-link {
    width: 17.7rem;
    height: 4rem;
    font-size: 1.2rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    margin-inline: auto;
  }
}
.icl-link span {
  margin-left: 1.6rem;
  font-size: 2.5rem;
  font-weight: 500;
  transform: scaleX(0.5);
}
@media (max-width: 767px) {
  .icl-link span {
    font-size: 2rem;
  }
}

/* SPのみ：横スクロールだけ適用 */
@media (max-width: 767px) {
  .diff-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /* 横に並べたまま折り返さない */
    flex-wrap: nowrap;
    /* 左端欠け対策（必要に応じて微調整） */
    padding-bottom: 0.8rem;
    -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
    position: relative; /* ヒントの重なり対策 */
  }
  /* 子カラムを縮めない（←これが重要） */
  .diff-table > * {
    flex: 0 0 auto; /* = flex-grow:0; flex-shrink:0; flex-basis:auto; */
    /* もし以前に inline-size:max-content を入れていたら削除してOK */
  }
  /* バー見た目（任意） */
  .diff-table::-webkit-scrollbar {
    height: 8px;
  }
  .diff-table::-webkit-scrollbar-track {
    background: #eee;
    border: #2568b1 solid 0.1rem;
  }
  .diff-table::-webkit-scrollbar-thumb {
    background: #2568b1;
  }
}
.price {
  padding: 8rem 3rem 10.4rem;
  background-image: url(./../img/pc/price-bg.webp);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .price {
    padding: 4.8rem 2rem 4.8rem;
    background-image: url(./../img/sp/price.webp);
  }
}

.price-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.8rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .price-title {
    margin-bottom: 2.4rem;
  }
}
.price-title .c-title-jp {
  line-height: 1.6;
  color: #fff;
}
.price-title .c-title-en {
  color: #fff;
}

.price-contents01 {
  display: flex;
  padding-block: 4rem;
  height: 16.4rem;
  align-items: center;
  background: linear-gradient(135deg, #83b1e3 -16%, #2568b1 52%, #83b1e3 116%);
  border: #fff solid 0.1rem;
}
@media (max-width: 767px) {
  .price-contents01 {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
}
.price-contents01 .price-contents-title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "oto Serif JP", serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-right: #fff solid 0.1rem;
}
@media (max-width: 767px) {
  .price-contents01 .price-contents-title {
    width: 100%;
    border-right: none;
    font-size: 2.6rem;
    padding-block: 1.6rem;
    height: auto;
    border-bottom: #fff solid 0.1rem;
  }
}
.price-contents01 .price-contents-title span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "oto Serif JP", sans-serif;
  width: 21.5rem;
  height: 3.2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .price-contents01 .price-contents-title span {
    font-size: 1.4rem;
    width: 14rem;
    height: 2.2rem;
    margin-left: 1.6rem;
  }
}
.price-contents01 .price-contents-price {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "oto Serif JP", serif;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 50%;
}
@media (max-width: 767px) {
  .price-contents01 .price-contents-price {
    width: 100%;
    font-size: 4.3rem;
    padding-block: 1.6rem;
    height: auto;
    border-bottom: #fff solid 0.1rem;
  }
}
.price-contents01 .price-contents-price .price-point01 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .price-contents01 .price-contents-price .price-point01 {
    font-size: 2.6rem;
  }
}
.price-contents01 .price-contents-price .price-point02 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .price-contents01 .price-contents-price .price-point02 {
    font-size: 1.4rem;
  }
}

.price-box02 {
  padding: 4rem 8rem 4.8rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .price-box02 {
    padding: 2rem 1.6rem 2.4rem;
  }
}

.price-box02-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  column-gap: 4rem;
  color: #bc8e4d;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .price-box02-title {
    font-size: 1.7rem;
    column-gap: 3.1rem;
    margin-bottom: 1.6rem;
  }
}
.price-box02-title::before {
  content: "";
  display: block;
  flex: 1;
  height: 0.1rem;
  background-color: #bc8e4d;
}
.price-box02-title::after {
  content: "";
  display: block;
  flex: 1;
  height: 0.1rem;
  background-color: #bc8e4d;
}

.price-box-lists {
  display: flex;
  row-gap: 1.6rem;
  flex-direction: column;
}
@media (max-width: 767px) {
  .price-box-lists {
    row-gap: 0.8rem;
  }
}
.price-box-lists li {
  display: flex;
  align-items: center;
  column-gap: 1.3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
}
@media (max-width: 767px) {
  .price-box-lists li {
    font-size: 1.2rem;
    column-gap: 1.6rem;
  }
}
.price-box-lists li img {
  width: 2rem;
  flex-shrink: 0;
}

.flow {
  background-image: url(./../img/pc/flow-bg.webp);
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .flow {
    padding: 4.8rem 0;
    background-image: url(./../img/sp/flow.webp);
  }
}

.flow-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.8rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .flow-title {
    margin-bottom: 2.4rem;
  }
}
.flow-title .c-title-jp {
  line-height: 1.6;
}

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

.flow-swiper {
  position: relative;
  width: 100%;
  padding: 0px 0 64px;
}

/* スライドの“中央強調”演出 */
.flow-swiper .swiper-slide {
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
  opacity: 0.35;
  transform: scale(0.96);
  filter: blur(0.4px);
  width: 80.9rem;
}
@media (max-width: 767px) {
  .flow-swiper .swiper-slide {
    width: 28.7rem;
  }
}

.flow-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  filter: none;
}

/* カード本体 */
.flow-card {
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  padding: 4rem 3.2rem 4rem 4rem;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .flow-card {
    flex-direction: column-reverse;
  }
}

.flow-card__head {
  display: flex;
  flex-direction: column;
}

.flow-card__step {
  color: #bc8e4d;
  font-size: 2rem;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  left: 0.1em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flow-card__step {
    font-size: 1.7rem;
  }
}
.flow-card__step::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background: #bc8e4d;
}

.flow-card__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #333;
  margin-block: 2.4rem 1.8rem;
}
@media (max-width: 767px) {
  .flow-card__title {
    margin-block: 1.6rem 1.2rem;
  }
}

.flow-card__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: 2.4rem;
}
@media (max-width: 767px) {
  .flow-card__text {
    margin-right: 0;
    font-size: 1.2rem;
  }
}

.flow-card__image {
  flex-shrink: 0;
  width: 34.6rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .flow-card__image {
    width: 24.7rem;
    margin-bottom: 1.9rem;
  }
}

/* 矢印・ドット */
.flow-swiper .swiper-button-prev,
.flow-swiper .swiper-button-next {
  color: #bc8e4d;
  width: 44px;
  height: 44px;
}

.flow-swiper .swiper-button-prev {
  left: 0;
}

.flow-swiper .swiper-button-next {
  right: 0;
}

.flow-swiper .swiper-button-prev::after,
.flow-swiper .swiper-button-next::after {
  font-size: 28px;
  font-weight: 700;
}

:root {
  --dot-border: #8f8f8f; /* 外側の輪（グレー） */
  --dot-fill: #bc8e4d; /* アクティブの内側（ゴールド） */
}

/* ベース */
.flow-swiper .swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
  border-radius: 50%;
  background: #fff; /* 中は白 */
  border: 1px solid #8b8989; /* 外側のグレーの輪 */
  opacity: 1; /* 透明度下げない */
}

/* アクティブ時：中央だけ塗る（白い輪が残る） */
.flow-swiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px; /* 内側の丸の大きさ */
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: transparent; /* デフォは空 */
}

.flow-swiper .swiper-pagination-bullet-active::after {
  background: var(--dot-fill); /* アクティブだけ金色 */
}

/* 任意：ホバー時の視認性 */
.flow-swiper .swiper-pagination-bullet:hover {
  filter: brightness(0.95);
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .flow-swiper::before {
    left: 4%;
  }
  .flow-swiper::after {
    right: 4%;
  }
  .flow-card {
    padding: 22px;
  }
  .flow-card__body {
    grid-template-columns: 1fr;
  }
}
/* はみ出しOKに（矢印が外に出る場合のため） */
.flow-swiper {
  overflow: visible;
}

/* 絶対配置＆中央寄せの基本だけ指定（位置はJSで上書き） */
.flow-swiper .swiper-button-prev,
.flow-swiper .swiper-button-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}

.doc {
  padding: 8rem 3rem 8rem;
  background-image: url(./../img/pc/dr-bg.webp);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .doc {
    padding: 4.8rem 2rem 4.8rem;
    background-image: url(./../img/sp/doc.webp);
  }
}

.doc-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.8rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .doc-title {
    margin-bottom: 3.2rem;
  }
}
.doc-title .c-title-jp {
  line-height: 1.6;
}

.doc-box {
  display: flex;
  column-gap: 7.8rem;
}
@media (max-width: 767px) {
  .doc-box {
    flex-direction: column-reverse;
    row-gap: 0rem;
  }
}
.doc-box .doc-text {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "oto Serif JP", serif;
  font-weight: 600;
}
.doc-box .doc-text .doc-name-01 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  display: block;
}
@media (max-width: 767px) {
  .doc-box .doc-text .doc-name-01 {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}
.doc-box .doc-text .doc-name-02 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  display: block;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .doc-box .doc-text .doc-name-02 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.doc-box .doc-text .doc-message {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "oto Serif JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .doc-box .doc-text .doc-message {
    font-size: 1.2rem;
  }
}
.doc-box .doc-img img {
  width: 46rem;
}
@media (max-width: 767px) {
  .doc-box .doc-img img {
    width: calc(100vw - 2rem);
  }
}

.doc-box02 {
  background-color: #fff;
  padding: 3.2rem;
  margin-top: 4rem;
  display: flex;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .doc-box02 {
    flex-direction: column;
    padding: 2.7rem 2.3rem;
    margin-top: 3.2rem;
  }
}

.doc-hist {
  width: 50%;
  padding-right: 3.2rem;
  border-right: #2568b1 solid 0.1rem;
}
@media (max-width: 767px) {
  .doc-hist {
    padding-right: 0;
    width: 100%;
    border-right: none;
    padding-bottom: 2.4rem;
    border-bottom: #2568b1 solid 0.1rem;
  }
}

.doc-license {
  width: 50%;
  padding-left: 3.2rem;
}
@media (max-width: 767px) {
  .doc-license {
    padding-left: 0;
    width: 100%;
    padding-top: 2.4rem;
  }
}

.doc-box02-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .doc-box02-title {
    font-size: 1.6rem;
  }
}

.doc-box02 ul {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.doc-box02 li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
}
@media (max-width: 767px) {
  .doc-box02 li {
    font-size: 1.2rem;
  }
}
.doc-box02 li .doc-hist-point {
  color: #2568b1;
}
@media (max-width: 767px) {
  .doc-box02 li .doc-hist-point {
    font-size: 1rem;
  }
}
.doc-box02 li p span {
  margin-right: 1rem;
}

.faq {
  padding: 8rem 3rem 12rem;
}
@media (max-width: 767px) {
  .faq {
    padding: 4.8rem 2rem;
  }
}

.faq-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.8rem;
  margin-bottom: 5.6rem;
}

.faq-lists {
  border-top: #bc8e4d solid 0.1rem;
}
.faq-lists li {
  padding: 4rem;
  border-bottom: #bc8e4d solid 0.1rem;
}
@media (max-width: 767px) {
  .faq-lists li {
    padding: 1.6rem 0;
  }
}
.faq-lists .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-lists .faq-q-text {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
.faq-lists .faq-q-text p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .faq-lists .faq-q-text p {
    font-size: 1.3rem;
    width: 26.7rem;
  }
}
.faq-lists .faq-q-mark {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "oto Serif JP", serif;
  line-height: 1;
  color: #fff;
  background-color: #2568b1;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq-lists .faq-q-mark {
    font-size: 1.4rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

.faq-q-point {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border: #2568b1 solid 0.3rem;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.faq-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.6rem;
}
.faq-a-text {
  display: flex;
  align-items: flex-start;
  column-gap: 1.6rem;
  padding-right: 4.8rem;
}
@media (max-width: 767px) {
  .faq-a-text {
    padding-right: 0;
  }
}
.faq-a-text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .faq-a-text p {
    font-size: 1.2rem;
  }
}
.faq-a-mark {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "oto Serif JP", serif;
  line-height: 1;
  color: #2568b1;
  border: #2568b1 solid 0.1rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq-a-mark {
    font-size: 1.4rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

.faq-question {
  cursor: pointer;
}

.faq-answer {
  display: none;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-answer.open {
  display: block;
}

.faq-list.open .faq-q-point {
  transform: rotate(135deg);
}/*# sourceMappingURL=style.css.map */