@charset "UTF-8";
/*! 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-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #333;
}

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

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-fv {
  position: relative;
}

.fv.page-fv {
  padding-bottom: 0;
}

.fv.page-fv .fv-nav {
  position: static;
}

.page-fv .fv-reserve__web {
  position: relative;
}
.page-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .page-fv__visual::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 100%);
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.page-fv__logo {
  position: absolute;
  top: 0.7rem;
  left: 1.3rem;
  width: 25.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 8.3rem;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.page-fv__title-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .page-fv__title-ja {
    font-size: 2.2rem;
  }
}

.page-fv__title-line {
  display: block;
  width: auto;
  min-width: 27.6rem;
  height: 1px;
  background: #AE8D47;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

.page-fv__title-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #AE8D47;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex {
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
.basic-flex.u-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #AE8D47;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #AE8D47;
}

.basic-flex__text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  background: #AE8D47;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.l-header.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .l-header {
    height: 5rem;
    background: #fff;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

.l-header__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .l-header__wrap {
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
  }
}

.l-header__sp-logo {
  display: none;
}
@media (max-width: 767px) {
  .l-header__sp-logo {
    display: flex;
    align-items: center;
    width: 21rem;
  }
}

.l-header .fv-nav {
  position: static;
  flex: 1;
  height: 100%;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}

.l-header .fv-nav__list {
  display: flex;
  list-style: none;
  width: 100%;
  height: 100%;
}

.l-header .fv-nav__item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.l-header .fv-nav__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: #fff;
}

.l-header .fv-nav__item:first-child::before {
  display: none;
}

.l-header .fv-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.l-header__reserve {
  display: flex;
  height: 100%;
  flex-shrink: 0;
}

.l-header .fv-reserve__web {
  width: 14rem;
  height: 100%;
  background: #8BCAB3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
}

.l-header .fv-reserve__contact {
  width: 9rem;
  height: 100%;
  background: #3E6EB4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
}

.l-header .icon-web {
  width: 3rem;
  height: auto;
}

.l-header .icon-mail {
  width: 2.5rem;
  height: auto;
}

.l-header .reserve-text {
  padding-top: 0.4rem;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}

.l-header .reserve-text span {
  font-size: 1.6rem;
}

.fv-nav__item--has-dropdown {
  position: relative;
}

.fv-nav__item--has-dropdown:hover .fv-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fv-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2rem;
  padding: 1rem 3rem 1.5rem;
  background: rgba(24, 119, 220, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9999;
}
@media (max-width: 767px) {
  .fv-nav__dropdown {
    display: none;
  }
}

.fv-nav__dropdown-col {
  width: 17rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fv-nav__dropdown-item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.65);
}

.fv-nav__dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  height: 6rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.fv-nav__dropdown-link:hover {
  opacity: 0.7;
}

.fv-nav__dropdown-mark {
  font-size: 1rem;
}

.fv-title {
  width: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .fv-title {
    width: 20rem;
  }
}

#l-nav__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  #l-nav__content {
    display: none;
  }
}

.l-nav__content--items {
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  justify-content: space-between;
}

.l-nav__content--item {
  width: auto;
  min-width: 20rem;
  padding: 0 1rem;
  border-right: 2px dotted #565656;
  text-align: center;
}
.l-nav__content--item:last-child {
  border-right: none;
}
.l-nav__content--item .nav__text--ja {
  font-size: 2rem;
  line-height: 1.5;
}
.l-nav__content--item .nav__text--en {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.l-nav__content--item.nav__item--has-dropdown {
  position: relative;
}
.l-nav__content--item.nav__item--has-dropdown:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.l-nav__content--item .nav__dropdown {
  position: absolute;
  top: calc(100% + 0rem);
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(239, 232, 221, 0.85);
  border-radius: 1rem;
  padding: 1.5rem 1.8rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  min-width: 20rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 20;
}
.l-nav__content--item .nav__dropdown-item + .nav__dropdown-item {
  margin-top: 1.5rem;
}
.l-nav__content--item .nav__dropdown-link {
  display: block;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2rem 0;
  transition: color 0.2s ease;
}
.header-information .fv-information__box {
  width: 45rem;
}
.header-information .tel-text {
  font-size: 4rem;
}
.header-information .address-text {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .header-information {
    display: none;
  }
}

.hamburger {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: #3E6EB4;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 2.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  transform: translateX(-50%);
  top: calc(50% - 10px);
}

.hamburger span:nth-child(2) {
  transform: translateX(-50%);
  top: 50%;
}

.hamburger span:nth-child(3) {
  transform: translateX(-50%);
  top: calc(50% + 10px);
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.hamburger.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  bottom: initial;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 9990;
  transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active {
  transform: translate(0, 0) rotate(0.001deg);
}

/* メニューの半円 */
.menu-round-wrap {
  position: absolute;
  left: 1px;
  transform: translateX(-100%);
  height: 100%;
  top: 0;
}

.round-wrap {
  width: 10vw;
  height: 100%;
  transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .menu-round-wrap .round-wrap {
  width: 0;
}

.menu-round-wrap .round-wrap .round {
  background: #fff;
  box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 150%;
  content: "";
  display: block;
  position: absolute;
  width: 750%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-6.5%, -50%) rotate(0.001deg);
}

.hamburger-menu__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.hamburger-menu__wrapper {
  padding: 8rem 0 8rem 4rem;
  min-height: 100vh;
  position: relative;
}

.hamburger-menu__list {
  margin-bottom: 15px;
}

.hamburger-menu__listItem {
  font-family: inter;
  font-size: 2.4rem;
  font-weight: 900;
  transform: translate(200px, 0) rotate(0.001deg);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu__listItem--parent {
  display: flex;
  flex-direction: column;
}

.hamburger-menu.active .hamburger-menu__listItem {
  transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__sub-list {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  padding: 1rem 1.2rem;
  background: #F9F6EE;
  border-bottom: none !important;
}

.hamburger-menu__sub-col {
  flex: 1;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hamburger-menu__sub-list .hamburger-menu__listLink--sub {
  font-size: 1.4rem;
  padding: 1rem 0.4rem;
  white-space: nowrap;
}

.hamburger-menu__sub-item {
  transform: translate(200px, 0) rotate(0.001deg);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition-delay: 100ms;
}
.hamburger-menu__sub-item:nth-child(1) {
  transition-delay: 150ms;
}
.hamburger-menu__sub-item:nth-child(2) {
  transition-delay: 200ms;
}
.hamburger-menu__sub-item:nth-child(3) {
  transition-delay: 250ms;
}

.hamburger-menu.active .hamburger-menu__sub-item {
  transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__listLink span {
  font-weight: 400;
  color: #AE8D47;
}
.hamburger-menu__listLink--parent {
  border-bottom: 0.2rem dotted #565656;
}
.hamburger-menu__listLink--sub {
  font-size: 1.8rem;
}
.hamburger-menu__listLink--sub {
  font-size: 1.8rem;
  font-weight: 400;
}
.hamburger-menu__listLink--icon {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.hamburger-menu__listLink--icon img {
  width: 4.5rem;
  height: auto;
}

.hamburger-menu__listItem:nth-child(1) {
  transition-delay: 0ms;
}

.hamburger-menu__listItem:nth-child(2) {
  transition-delay: 50ms;
}

.hamburger-menu__listItem:nth-child(3) {
  transition-delay: 100ms;
}

.hamburger-menu__listItem:nth-child(4) {
  transition-delay: 150ms;
}

.hamburger-menu__listItem:nth-child(5) {
  transition-delay: 200ms;
}

.hamburger-menu__listItem:nth-child(6) {
  transition-delay: 250ms;
}

.hamburger-menu__listItem:nth-child(7) {
  transition-delay: 300ms;
}

.hamburger-menu__listItem:nth-child(8) {
  transition-delay: 350ms;
}

.hamburger-menu__listItem:nth-child(9) {
  transition-delay: 400ms;
}

.hamburger-menu__listLink {
  font-size: 1.5rem;
  padding: 20px 9px;
  display: block;
  letter-spacing: 0.08rem;
  color: #000;
}

.hamburger-menu__info {
  border-bottom: solid 0.2px #222;
  padding-bottom: 35px;
  margin-bottom: 23px;
  transition-delay: 800ms;
  transform: translate(300px, 0) rotate(0.001deg);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .hamburger-menu__info {
  transform: translate(0, 0) rotate(0.001deg);
}

.l-footer {
  position: relative;
  background: url("../img/top/bg-footer.webp") no-repeat center center/cover #5A554F;
}
@media (max-width: 767px) {
  .l-footer {
    background: url("../img/top/sp-bg-footer.webp") no-repeat top center/contain #5A554F;
  }
}

.l-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.l-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8rem;
  padding: 10rem 11rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 3.2rem;
    padding: 4rem 2rem;
  }
}

/* ── Info (left) ─────────────────────────── */
.l-footer__info {
  flex-shrink: 0;
  width: 67rem;
}
@media (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}

.l-footer__logo {
  width: 32rem;
  margin: 0 auto 2.4rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 27rem;
  }
}

.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__address {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__address {
    margin: 2rem 0;
  }
}

/* ── Contact ─────────────────────────────── */
.l-footer__contact {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem 0;
  margin-bottom: 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__contact {
    flex-direction: column;
    align-items: stretch;
    gap: 1.4rem;
    padding: 1.6rem 0;
    margin-bottom: 2rem;
  }
}

.l-footer__tel-block {
  width: 32rem;
  height: 8.4rem;
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .l-footer__tel-block {
    margin: 0 auto;
  }
}

.l-footer__tel-label {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.4rem;
  text-align: center;
}

.l-footer__tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-footer__tel {
    font-size: 3.6rem;
    justify-content: center;
  }
}

.l-footer__tel-icon {
  width: 2.6rem;
  flex-shrink: 0;
}

.l-footer__tel-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__web-reserve {
  width: 32rem;
  height: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 3rem;
  font-size: 1.6rem;
  color: #3E6EB4;
  font-family: "Noto Serif JP", serif;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer__web-reserve {
    margin: 0 auto;
  }
}
.l-footer__web-reserve::before {
  position: absolute;
  content: "";
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/top/icon-triangle-bl.webp) no-repeat center/contain;
}
.l-footer__web-reserve .strong {
  font-size: 2.4rem;
}

.l-footer__web-reserve-icon {
  width: 3rem;
  flex-shrink: 0;
}

.l-footer__web-reserve-icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Access ──────────────────────────────── */
.l-footer__access {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__access {
    gap: 1.2rem;
    margin-bottom: 2rem;
  }
}

.l-footer__access-icon {
  width: 4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-footer__access-icon {
    width: 3.2rem;
  }
}

.l-footer__access-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__access-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-footer__access-text {
    font-size: 1.4rem;
  }
}

/* ── Hours table ─────────────────────────── */
.l-footer__hours {
  width: 43rem;
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .l-footer__hours {
    width: 100%;
    margin-top: 4rem;
  }
}

.l-footer__hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  white-space: nowrap;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-footer__hours-table {
    font-size: 1.2rem;
  }
}

.l-footer__hours-table th,
.l-footer__hours-table td {
  border-bottom: 1px solid #fff;
  padding: 0.6rem 0.8rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__hours-table th,
  .l-footer__hours-table td {
    padding: 0.5rem 0.5rem;
  }
}

.l-footer__hours-table thead th {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .l-footer__hours-table thead th {
    font-size: 1.2rem;
  }
}

.l-footer__hours-table td:first-child {
  text-align: left;
  white-space: nowrap;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .l-footer__hours-table td:first-child {
    padding-left: 0.6rem;
  }
}

.l-footer__hours-table td span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-footer__hours-table td span {
    font-size: 0.9rem;
  }
}

.l-footer__hours-note {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__hours-note {
    font-size: 1.1rem;
  }
}

/* ── Nav (right) ─────────────────────────── */
.l-footer__nav {
  flex: 1;
  display: flex;
  gap: 4rem;
  padding-top: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 0;
    padding-top: 1rem;
  }
}

.l-footer__nav-list {
  list-style: none;
  flex: 1;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .l-footer__nav-list + .l-footer__nav-list {
    border-top: 1px solid #fff;
    margin-top: 1.6rem;
    padding-top: 1.6rem;
  }
}

.l-footer__nav-link {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 2rem 0 2rem 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.3rem;
    padding: 1rem 0.4rem 1rem 1.6rem;
  }
}

.l-footer__nav-link::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #fff;
}

/* ── Copyright ───────────────────────────── */
.l-copyright {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #3E6EB4;
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.1rem;
    padding: 1.4rem 2rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    align-items: center !important;
  }
}

.u-blue {
  color: #3E6EB4;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

.fv {
  position: relative;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .fv {
    padding-bottom: 15rem;
  }
}
.fv .fv-swiper {
  width: 100%;
  aspect-ratio: 1440/910;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .fv .fv-swiper {
    aspect-ratio: 375/670;
  }
}
.fv .swiper-wrapper {
  height: 100%;
}
.fv .swiper-slide {
  width: 100%;
  height: 100%;
}
.fv .swiper-slide img,
.fv .swiper-slide picture {
  width: 100%;
  height: 100%;
}
.fv .swiper-slide img {
  display: block;
  object-fit: cover;
}
.fv .fv-headarea {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 10rem;
}
@media (max-width: 767px) {
  .fv .fv-headarea {
    display: none;
  }
}
.fv .fv-reserve {
  display: flex;
}
.fv .fv-reserve__web {
  background: #8BCAB3;
  width: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.fv .icon-web {
  width: 4rem;
  height: auto;
}
.fv .reserve-text {
  padding-top: 1rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}
.fv .reserve-text span {
  font-size: 2.4rem;
}
.fv .fv-reserve__contact {
  width: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3E6EB4;
  padding: 1rem;
}
.fv .icon-mail {
  width: 3rem;
  height: auto;
  font-size: 2rem;
}
.fv .fv-information {
  background: rgba(174, 141, 71, 0.9);
  width: 39rem;
  padding: 2rem 3rem;
  position: absolute;
  bottom: 11%;
  left: 5%;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv .fv-information {
    width: 33.5rem;
    padding: 1rem;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fv .fv-logo {
  width: 32rem;
  margin: 0 auto;
}
.fv .fv-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .fv .fv-logo {
    display: none;
  }
}
.fv .fv-information__head {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .fv .fv-information__head {
    margin-top: 0;
  }
}
.fv .fv-information__head--reserve-text {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 0.5rem 2.5rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .fv .fv-information__head--reserve-text {
    display: none;
  }
}
.fv .fv-information__head--tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .fv .fv-information__head--tel {
    display: none;
  }
}
.fv .fv-information__head--tel--icon {
  width: 3.6rem;
  flex-shrink: 0;
}
.fv .fv-information__head--tel--icon img {
  width: 100%;
  height: auto;
}
.fv .fv-information__head--tel--text {
  color: #fff;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.fv .fv-information__address {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 0;
  line-height: 1.6;
}
.fv .fv-information__consultation-time {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  border-top: 1px solid #fff;
  padding: 1rem 3rem;
}
@media (max-width: 767px) {
  .fv .fv-information__consultation-time {
    display: none;
  }
}
.fv .fv-information__bottom-text {
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .fv .fv-information__bottom-text {
    padding: 1rem 2rem;
  }
}
.fv .fv-information__bottom--reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .fv .fv-information__bottom--reserve {
    display: none;
  }
}
.fv .fv-information__bottom--reserve::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/top/icon-triangle-bl.webp) no-repeat center/contain;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 3;
}
.fv .fv-information__bottom--reserve--icon {
  width: 2.5rem;
  flex-shrink: 0;
}
.fv .fv-information__bottom--reserve--icon img {
  width: 100%;
  height: auto;
}
.fv .fv-information__bottom--reserve--text {
  color: #395E96;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.fv .fv-information__bottom--reserve--text span {
  font-size: 2rem;
}
.fv .fv-vertical__text {
  writing-mode: vertical-rl;
}
.fv .fv-vertical__text--main {
  color: #825903;
  font-family: "Noto Serif JP";
  font-size: 4rem;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255), 0 0 25px rgba(255, 255, 255, 0.95), 0 0 25px rgba(255, 255, 255, 0.95), 0 0 40px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.9), 0 0 60px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 2;
  left: 55%;
  top: 45%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .fv .fv-vertical__text--main {
    font-size: 2.4rem;
    left: 65%;
    top: 40%;
  }
}
.fv .fv-vertical__text--main span {
  text-align: center;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255), 0 0 25px rgba(255, 255, 255, 0.95), 0 0 25px rgba(255, 255, 255, 0.95), 0 0 40px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.9), 0 0 60px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.8);
  font-family: "Noto Serif JP";
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .fv .fv-vertical__text--main span {
    font-size: 3.2rem;
  }
}
.fv .fv-vertical__text--sub {
  position: absolute;
  color: #AE8D47;
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 2;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255), 0 0 25px rgba(255, 255, 255, 0.95), 0 0 25px rgba(255, 255, 255, 0.95), 0 0 40px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.9), 0 0 60px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.8);
  left: 40%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .fv .fv-vertical__text--sub {
    font-size: 2rem;
    left: 30%;
    top: 45%;
  }
}
.fv .fv-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: #AE8D47;
  z-index: 10;
  padding: 0 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv .fv-nav__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.fv .fv-nav__item {
  width: 100%;
  border-left: 1px solid #fff;
}
.fv .fv-nav__item:last-child {
  border-right: 1px solid #fff;
}
.fv .fv-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4.5rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.2em;
  white-space: nowrap;
  text-align: center;
}

.information {
  position: relative;
  background: #f7faff;
  margin: 14rem 0 17rem;
  padding: 6rem 0 2rem;
}
@media (max-width: 767px) {
  .information {
    margin: 8rem 0;
    padding: 10rem 0 4.8rem;
  }
}
.information:before {
  content: "";
  position: absolute;
  background: url(../img/top/top-information01.webp) no-repeat center center/contain;
  width: 72rem;
  height: 28rem;
  top: 0;
  left: 0;
  z-index: 5;
  transform: translateY(-4.5rem);
}
@media (max-width: 767px) {
  .information:before {
    background: url(../img/top/sp-top-information01.webp) no-repeat center center/contain;
    width: 100%;
    height: 15rem;
  }
}
.information:after {
  content: "";
  position: absolute;
  background: url(../img/top/top-information02.webp) no-repeat center center/contain;
  width: 64rem;
  height: 39rem;
  bottom: 0;
  right: 0;
  z-index: 5;
  transform: translateY(10rem);
}
@media (max-width: 767px) {
  .information:after {
    background: url(../img/top/sp-top-information02.webp) no-repeat center center/contain;
    width: 17rem;
    height: 26rem;
    transform: translateY(0rem);
    right: -0.2rem;
  }
}

.information-title-area {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  width: 50%;
  gap: 8rem;
  padding-right: 17rem;
  position: relative;
}
@media (max-width: 767px) {
  .information-title-area {
    padding-left: 0;
    gap: 1rem;
    margin-left: 0;
    width: 100%;
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.information-title-area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background: #AE8D47;
  bottom: -1rem;
}
@media (max-width: 767px) {
  .information-title-area:before {
    display: none;
  }
}

.information-title__en {
  font-size: 4rem;
  font-family: "Cormorant Garamond", serif;
  padding-left: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .information-title__en {
    font-size: 2.4rem;
    padding-left: 1rem;
  }
  .information-title__en:before {
    content: "";
    position: absolute;
    width: 135%;
    height: 0.1rem;
    background: #AE8D47;
    bottom: 0rem;
    left: 0;
  }
}
.information-title__en span {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .information-title__en span {
    font-size: 5reem;
  }
}

.information-title__ja {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .information-title__ja {
    font-size: 2rem;
    padding-left: 11rem;
  }
}

.information-access-area {
  width: 100%;
  height: 10rem;
  background: linear-gradient(90deg, #AE8D47 0%, #F9E8C4 48.56%, #AE8D47 100%);
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 4.5rem;
  padding-left: 45%;
}
@media (max-width: 767px) {
  .information-access-area {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 1.5rem;
    row-gap: 0.8rem;
    height: auto;
    padding: 1.5rem 2rem;
    justify-content: center;
  }
}

.information-access__icon {
  width: 4.7rem;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .information-access__icon {
    width: 3.5rem;
    grid-row: span 2;
    align-self: center;
  }
}

.station-name {
  width: fit-content;
  height: 60%;
  font-size: 2.4rem;
  font-weight: 500;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .station-name {
    height: auto;
    font-size: 1.6rem;
    padding: 0.4rem 1.2rem;
  }
}
.station-name span {
  color: #3E6EB4;
}

.information-vertical__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  height: fit-content;
  padding: 2rem;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .information-vertical__text {
    font-size: 2.4rem;
  }
}

.tcy {
  text-combine-upright: all;
}

.information-vertical__text01 {
  position: absolute;
  top: 19rem;
  left: 18rem;
  padding: 2rem;
  z-index: 6;
}
@media (max-width: 767px) {
  .information-vertical__text01 {
    left: auto;
    right: 1rem;
    top: -7rem;
    padding: 1.5rem 1rem;
  }
}

.information-vertical__text02 {
  position: absolute;
  top: 24.5rem;
  left: 8rem;
  padding: 2rem;
  z-index: 6;
}
@media (max-width: 767px) {
  .information-vertical__text02 {
    left: auto;
    right: 7rem;
    top: -5rem;
    padding: 1.5rem 1rem;
  }
}

.information-list {
  margin-top: 7rem;
  padding-left: 37rem;
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .information-list {
    font-size: 1.6rem;
    padding-left: 3rem;
    margin-top: 5rem;
  }
}
.information-list li {
  position: relative;
}
.information-list li::before {
  content: "";
  position: absolute;
  background: url(../img/top/icon-check.webp) no-repeat center center/contain;
  width: 2.2rem;
  height: 2.2rem;
  left: 0;
  top: 50%;
  transform: translate(-4rem, -50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .information-list li::before {
    width: 1.7rem;
    height: 1.7rem;
    left: 2rem;
  }
}
.information-list li span {
  padding-top: 1rem;
  border-bottom: 1px solid #333;
}

.information-link {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3E6EB4;
  color: #fff;
  border-radius: 5rem;
  padding: 1rem 2rem;
  margin: 3rem 0 0 36rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .information-link {
    margin: 3rem 0 0 2rem;
    font-size: 1.6rem;
  }
}
.information-link span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .information-link span {
    font-size: 1rem;
  }
}

.review {
  background: linear-gradient(to bottom, #e6effe 0, #e6effe 24rem, #f7faff 24rem, #f7faff 100%);
  padding: 8rem 0 6rem;
}
@media (max-width: 767px) {
  .review {
    padding: 5rem 0 4rem;
    background: linear-gradient(to bottom, #e6effe 0, #e6effe 16rem, #f7faff 16rem, #f7faff 100%);
  }
}
.review .title-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.review .review-title__en {
  font-size: 6.4rem;
  font-family: "Cormorant Garamond", serif;
}
.review .review-title__ja {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
}
.review .review-contents {
  position: relative;
  max-width: 144rem;
  margin: 5rem auto 0;
  padding: 0 9rem;
}
@media (max-width: 767px) {
  .review .review-contents {
    margin-top: 3rem;
    padding: 0 4.4rem;
  }
}
.review .review-swiper {
  width: 100%;
  padding: 1rem 0 0;
  overflow: hidden;
}
.review .review-swiper .swiper-slide {
  height: auto;
}
.review .review-card {
  box-sizing: border-box;
  height: 18.6rem;
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 2rem 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.review .review-card__stars {
  color: #f6bb07;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.review .review-card__text {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.47;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.review .review-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  border-radius: 50%;
  background: rgba(57, 94, 150, 0.8);
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .review .review-nav {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.review .review-nav:hover {
  opacity: 0.8;
}
.review .review-nav::before {
  content: "▶︎";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .review .review-nav::before {
    font-size: 1.3rem;
  }
}
.review .review-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.review .review-nav--prev {
  left: 1rem;
}
@media (max-width: 767px) {
  .review .review-nav--prev {
    left: 0;
  }
}
.review .review-nav--prev::before {
  content: "◀︎";
}
.review .review-nav--next {
  right: 1rem;
}
@media (max-width: 767px) {
  .review .review-nav--next {
    right: 0;
  }
}
.review .review-swiper .swiper-pagination {
  position: static;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.review .review-swiper .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background: #c9d6ec;
  opacity: 1;
  transition: background 0.2s;
}
.review .review-swiper .swiper-pagination-bullet-active {
  background: #3E6EB4;
}
.review .more-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4rem auto 0;
  width: 33.2rem;
  height: 4.9rem;
  padding: 0 3.5rem;
  background: #AE8D47;
  text-decoration: none;
  transition: opacity 0.2s;
  color: #fff;
}
.review .more-review:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .review .more-review {
    margin-top: 3rem;
    width: 100%;
    max-width: 33.2rem;
  }
}
.review .more-review__text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .review .more-review__text {
    font-size: 1.4rem;
  }
}
.review .more-review__arrow {
  width: 4rem;
  flex-shrink: 0;
}
.review .more-review__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

.generation {
  position: relative;
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .generation {
    width: 100%;
    padding-top: 5rem;
  }
}
.generation .generation-introduction {
  background: url("../img/top/bg-generations.webp") no-repeat center center/cover;
  aspect-ratio: 1440/630;
  position: relative;
}
@media (max-width: 767px) {
  .generation .generation-introduction {
    background: url("../img/top/sp-bg-generations.webp") no-repeat top center/contain;
    aspect-ratio: 375/340;
  }
}
.generation .generation-vertical-text {
  writing-mode: vertical-rl;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.02em;
  position: absolute;
  top: -5rem;
  right: 10rem;
}
@media (max-width: 767px) {
  .generation .generation-vertical-text {
    top: -3rem;
    right: 2rem;
    font-size: 4rem;
  }
}
.generation .dotted {
  position: relative;
  font-size: 9.6rem;
}
@media (max-width: 767px) {
  .generation .dotted {
    font-size: 6rem;
  }
}
.generation .dotted::before {
  content: "・";
  position: absolute;
  top: 0;
  right: -0.5em;
  writing-mode: vertical-rl;
  line-height: 1;
}
.generation .generation-title-area {
  width: 100%;
  background: rgba(62, 110, 180, 0.68);
  color: #fff;
  position: absolute;
  bottom: 2rem;
  padding: 7rem 0 3rem 12.5rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .generation .generation-title-area {
    padding: 3rem 0 4rem 3rem;
    bottom: -2rem;
  }
}
.generation .generation-title-area__inner {
  position: relative;
}
.generation .generation-title-area__inner::before {
  position: absolute;
  content: "";
  background: url("../img/top/generation-title-circle.webp") no-repeat center center/contain;
  width: 33rem;
  height: 35rem;
  transform: translate(-15%, -30%);
}
@media (max-width: 767px) {
  .generation .generation-title-area__inner::before {
    width: 17rem;
    height: 18rem;
  }
}
.generation .generation-title-area__inner::after {
  position: absolute;
  content: "";
  background: url("../img/top/top-clinic-circle.webp") no-repeat center center/contain;
  width: 62.5rem;
  height: 62.5rem;
  top: -15rem;
  right: 4rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .generation .generation-title-area__inner::after {
    top: 7rem;
    right: -5rem;
    width: 22rem;
    height: 22rem;
  }
}
.generation .generation-title__en {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .generation .generation-title__en {
    font-size: 3.2rem;
  }
}
.generation .generation-title__ja {
  font-size: 3.2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .generation .generation-title__ja {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.generation .generation-bottom__contents {
  background: url("../img/top/bg-pickup.webp") no-repeat center top/cover;
  aspect-ratio: 1440/1610;
  width: 100%;
  position: relative;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .generation .generation-bottom__contents {
    background: url("../img/top/sp-bg-pickup.webp") no-repeat center top/contain;
    aspect-ratio: 375/1610;
    padding-bottom: 5rem;
  }
}
.generation .generation-bottom__contents::before {
  content: "";
  background: url("../img/top/bg-lattice.webp") no-repeat center bottom/contain;
  width: 100%;
  height: 68rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .generation .generation-bottom__contents::before {
    height: 170rem;
    background: url("../img/top/sp-bg-lattice.webp") no-repeat center center/contain;
    bottom: 3rem;
  }
}
.generation .generation-text-area {
  margin-top: 6.5rem;
  background: #fff;
  width: 101rem;
  padding: 3rem 25rem 3rem 4rem;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  .generation .generation-text-area {
    width: 100%;
    padding: 1rem;
    margin-top: 3rem;
  }
}
.generation .generation-text-area__head {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  padding-bottom: 2rem;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .generation .generation-text-area__head {
    font-size: 1.6rem;
  }
}
.generation .generation-text-area__head span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .generation .generation-text-area__head span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .generation .generation-text-area__head .sp-margin {
    display: block;
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.generation .generation-text-area__bottom {
  font-size: 1.6rem;
  padding-top: 2rem;
  line-height: 2;
}
.generation .pickup-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 131rem;
  margin: 0 auto;
  gap: 4.5rem 12rem;
}
@media (max-width: 767px) {
  .generation .pickup-contents {
    width: 100%;
    padding: 4rem 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.generation .pickup-item {
  display: flex;
  flex-direction: column;
}
.generation .pickup-item__odd .pickup-title-area {
  background: rgba(174, 141, 71, 0.74);
}
.generation .pickup-item__even .pickup-title-area {
  background: rgba(57, 94, 150, 0.7);
}
.generation .pickup-title-area {
  width: 61rem;
  height: 9.5rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .generation .pickup-title-area {
    width: 105%;
  }
}
.generation .pickup-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .generation .pickup-number {
    padding-left: 0.5rem;
    gap: 0.3rem;
  }
}
.generation .vertical-text {
  writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .generation .vertical-text {
    font-size: 1.6rem;
  }
}
.generation .number {
  font-size: 9.6rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .generation .number {
    font-size: 5.4rem;
  }
}
.generation .pickup-title__text {
  font-size: 3rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .generation .pickup-title__text {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.generation .pickup-title__text span {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .generation .pickup-title__text span {
    font-size: 2.6rem;
  }
}
.generation .pickup-image-area {
  width: 58rem;
  height: 41rem;
  margin-top: -1rem;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .generation .pickup-image-area {
    width: 100%;
    height: auto;
  }
}
.generation .pickup-image {
  flex: 1;
  overflow: hidden;
}
.generation .pickup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.generation .pickup-bottom__flex {
  width: 58rem;
  padding: 2rem 2rem 1rem 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  background: #fff;
  flex: 1;
}
@media (max-width: 767px) {
  .generation .pickup-bottom__flex {
    width: 100%;
    flex-direction: column;
  }
}
.generation .pickup-bottom__text-area {
  padding: 0 1rem;
  width: 26rem;
}
@media (max-width: 767px) {
  .generation .pickup-bottom__text-area {
    width: 100%;
  }
}
.generation .pickup-bottom__title {
  width: 100%;
  background: #3E6EB4;
  line-height: 2.2;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .generation .pickup-bottom__title {
    width: fit-content;
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.generation .pickup-bottom__text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 1rem;
}
.generation .pickup-bottom__image-area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.generation .pickup-bottom__image {
  width: 25rem;
  height: auto;
  aspect-ratio: 250/170;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .generation .pickup-bottom__image {
    width: 80%;
    margin: 0 auto;
    display: flex;
    order: 2;
  }
}
.generation .pickup-bottom__more {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .generation .pickup-bottom__more {
    margin-left: 0;
    justify-content: center;
    display: flex;
    order: 1;
  }
}
.generation .more-text {
  color: #3E6EB4;
  font-size: 1.6rem;
}
.generation .more-arrow {
  width: 4rem;
  height: auto;
}
.generation .pickup-image01 {
  width: 39rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .generation .pickup-image01 {
    width: 100%;
  }
}
.generation .pickup-image02 {
  width: 49rem;
  height: auto;
  flex: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .generation .pickup-image02 {
    width: 100%;
  }
}
.generation .pickup-image02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trouble {
  position: relative;
  width: 100%;
  margin: 7rem auto 14rem;
}
@media (max-width: 767px) {
  .trouble {
    margin: 7rem 0;
  }
}

.trouble-contents {
  width: 128rem;
  height: 100%;
  background: #D2E0F8;
  position: relative;
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
}
@media (max-width: 767px) {
  .trouble-contents {
    width: 100%;
    padding: 2rem 0 1rem;
  }
}
.trouble-contents:before {
  content: "";
  position: absolute;
  width: 28.5rem;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../img/top/famale01.webp) no-repeat center bottom/contain;
  z-index: 4;
}
@media (max-width: 767px) {
  .trouble-contents:before {
    display: none;
  }
}
.trouble-contents:after {
  content: "";
  position: absolute;
  width: 28.1rem;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url(../img/top/famale02.webp) no-repeat center bottom/contain;
  z-index: 4;
}
@media (max-width: 767px) {
  .trouble-contents:after {
    background: url(../img/top/famale03.webp) no-repeat center bottom/contain;
    width: 26rem;
    z-index: 0;
  }
}

.trouble-bg-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .trouble-bg-left {
    display: none;
  }
}
.trouble-bg-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: rgba(232, 241, 255, 0.5);
}
.trouble-bg-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: rgba(232, 241, 255, 0.5);
}

.trouble-bg-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .trouble-bg-right {
    width: 100%;
  }
}
.trouble-bg-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background: rgba(232, 241, 255, 0.5);
}
.trouble-bg-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background: rgba(232, 241, 255, 0.5);
}

.trouble-inner {
  position: relative;
  z-index: 2;
}

.trouble-head {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background: #AE8D47;
  width: 29rem;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (max-width: 767px) {
  .trouble-head {
    font-size: 2rem;
    width: 17rem;
    margin-left: 2rem;
  }
}

.trouble-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .trouble-middle {
    align-items: flex-start;
  }
}

.trouble-middle__text {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin: 5rem auto;
}
@media (max-width: 767px) {
  .trouble-middle__text {
    font-size: 2.4rem;
    margin: 2rem 0;
    padding-left: 2rem;
    line-height: 1.6;
  }
}
.trouble-middle__text span {
  font-size: 4.8rem;
  color: #ff5900;
}
@media (max-width: 767px) {
  .trouble-middle__text span {
    font-size: 3.2rem;
  }
}

.trouble-middle__note {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .trouble-middle__note {
    font-size: 1.4rem;
    padding-left: 2rem;
    line-height: 1.6;
  }
}
.trouble-middle__note span {
  color: #f00;
}

.trouble-list-box {
  width: 84rem;
  position: relative;
  padding: 1rem;
  background: #fff;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .trouble-list-box {
    width: 19rem;
    background: rgba(255, 255, 255, 0.6);
    padding: 0.5rem;
    margin: 2rem 0 0 2rem;
  }
}

.trouble-list-box__inner {
  border: 1px solid #AE8D47;
  padding: 2rem;
}
@media (max-width: 767px) {
  .trouble-list-box__inner {
    padding: 1rem 0.5rem;
  }
}

.trouble-list {
  width: 72%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .trouble-list {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
  }
}
.trouble-list li {
  font-size: 2.4rem;
  position: relative;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .trouble-list li {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}
.trouble-list li::before {
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  content: "";
  background: url(../img/top/icon-check.webp) no-repeat center/contain;
  width: 2.2rem;
  height: 2.2rem;
}
@media (max-width: 767px) {
  .trouble-list li::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.trouble-title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.triangle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28rem;
  pointer-events: none;
  z-index: 2;
}
.triangle-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52rem;
  height: 28rem;
  background: #AE8D47;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (max-width: 767px) {
  .triangle-top::before {
    width: 18.1rem;
    height: 9.7rem;
    background: #AE8D47;
  }
}
.triangle-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52rem;
  height: 28rem;
  background: #8999B2;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media (max-width: 767px) {
  .triangle-top::after {
    width: 18.1rem;
    height: 9.7rem;
    background: #AE8D47;
  }
}

.policy {
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .policy {
    padding-top: 4.5rem;
  }
}
.policy .policy-title-area {
  text-align: center;
}
.policy .policy-title__ja {
  font-size: 5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 5rem;
  width: 52rem;
  margin: 0 auto;
  border-bottom: 0.5rem solid #AE8D47;
}
@media (max-width: 767px) {
  .policy .policy-title__ja {
    width: 30rem;
    font-size: 3.6rem;
    padding-bottom: 1rem;
  }
}
.policy .policy-title__ja::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 50%;
  height: 0.5rem;
  background: #3E6EB4;
}
.policy .policy-title__en {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  padding-top: 4rem;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .policy .policy-title__en {
    font-size: 2.4rem;
    padding-top: 1rem;
  }
}
.policy .policy-image-area {
  margin-top: 1.5rem;
  position: relative;
}
.policy .policy-image-area::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #D9D9D9;
  height: 6rem;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .policy .policy-image-area::before {
    height: 1rem;
  }
}
.policy .policy-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/670;
}
.policy .policy-head-area {
  background: rgba(62, 110, 180, 0.8);
  width: 100%;
  padding: 5rem 0 10rem;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .policy .policy-head-area {
    padding: 0.5rem 1.5rem;
  }
}
.policy .policy-head-text__top {
  font-size: 3.2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .policy .policy-head-text__top {
    font-size: 1.8rem;
    gap: 0.5rem;
  }
}
.policy .policy-head-text__top::before, .policy .policy-head-text__top::after {
  content: "";
  width: 20rem;
  height: 1px;
  background: #fff;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .policy .policy-head-text__top::before, .policy .policy-head-text__top::after {
    width: 7rem;
  }
}
.policy .policy-head-text__bottom {
  font-size: 4rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .policy .policy-head-text__bottom {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
.policy .policy-head-text__bottom span {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .policy .policy-head-text__bottom span {
    font-size: 3rem;
  }
}
.policy .policy-contents {
  width: 138rem;
  margin: -7rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .policy .policy-contents {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 2rem;
  }
}
.policy .policy-item {
  width: 33rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .policy .policy-item {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    column-gap: 1rem;
    row-gap: 1.4rem;
    padding: 1rem;
  }
}
.policy .policy-item__image {
  width: 33rem;
  aspect-ratio: 330/260;
  overflow: hidden;
  background: #ccc;
}
@media (max-width: 767px) {
  .policy .policy-item__image {
    width: 12rem;
    aspect-ratio: 120/96;
    flex-shrink: 0;
  }
}
.policy .policy-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.policy .policy-item__title {
  width: 90%;
  min-height: 10rem;
  background: rgba(62, 110, 180, 0.7);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  margin-top: -8rem;
}
@media (max-width: 767px) {
  .policy .policy-item__title {
    flex: 1;
    min-width: 0;
    width: auto;
    margin-top: 0;
    min-height: 6.2rem;
    height: auto;
    align-self: flex-start;
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.45;
  }
}
.policy .policy-item__text {
  background: #fff;
  padding: 3rem 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  flex: 1;
}
@media (max-width: 767px) {
  .policy .policy-item__text {
    font-size: 1.4rem;
    flex: 1 0 100%;
    width: 100%;
    padding: 0.5rem 0 3.5rem;
    line-height: 1.6;
  }
}
.policy .policy-bottom__text {
  margin: 7rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .policy .policy-bottom__text {
    text-align: left;
    padding: 0 2rem;
  }
}

.team {
  margin: 10rem 0 9rem;
}
.team .team-contents__head {
  position: relative;
  background: url("../img/top/bg-map.webp") no-repeat center center/cover;
  display: flex;
  justify-content: space-between;
  padding-right: 3rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .team .team-contents__head {
    background: url("../img/top/sp-bg-map.webp") no-repeat top center/contain #F8EEE6;
    aspect-ratio: 375/360;
    flex-direction: column;
    padding: 0;
  }
}
.team .team-title {
  font-size: 9.6rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: 0.15em;
  transform: skewX(-15deg);
  display: inline-block;
  position: relative;
  padding-left: 5rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .team .team-title {
    font-size: 4rem;
    display: flex;
    padding-top: 3rem;
    order: 2;
    padding-left: 2rem;
  }
}
.team .team-title span {
  font-size: 12rem;
  color: #3E6EB4;
}
@media (max-width: 767px) {
  .team .team-title span {
    font-size: 5rem;
    margin-top: -1rem;
  }
}
.team .team-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .team .team-title::before {
    display: none;
  }
}
.team .counseling-room {
  width: 44rem;
  padding: 1rem;
  margin-left: 8rem;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .team .counseling-room {
    order: 1;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .team .counseling-room {
    width: calc(100% - 4rem);
    margin: -6rem auto 0;
  }
}
.team .counseling-room__inner {
  padding: 3rem 2rem;
  border: 1px solid #AE8D47;
}
@media (max-width: 767px) {
  .team .counseling-room__inner {
    padding: 2rem 1rem;
  }
}
.team .counseling-room__title {
  font-size: 4rem;
  font-weight: 500;
  color: #3E6EB4;
  text-align: center;
}
@media (max-width: 767px) {
  .team .counseling-room__title {
    font-size: 3rem;
  }
}
.team .counseling-room__text {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .team .counseling-room__text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.team .team-contents__head--left {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .team .team-contents__head--left {
    display: flex;
    flex-direction: column;
  }
}
.team .team-contents__head--right {
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .team .team-contents__head--right {
    padding-top: 1rem;
  }
}
.team .team-contents__head--right--title {
  width: 65rem;
  border-radius: 13.5rem;
  background: #1877DC;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  padding: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .team .team-contents__head--right--title {
    width: 31rem;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 1rem;
  }
}
.team .counseling-flex {
  margin-top: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .team .counseling-flex {
    flex-direction: column;
    margin-top: 2rem;
    padding-bottom: 4rem;
  }
}
.team .comment {
  white-space: nowrap;
}
.team .comment01 {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  padding: 1.5rem 2rem 3.5rem;
  position: relative;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 80' preserveAspectRatio='none'><path d='M 35 1 L 165 1 A 29 29 0 0 1 165 59 L 110 59 L 100 71 L 90 59 L 35 59 A 29 29 0 0 1 35 1 Z' fill='none' stroke='%23333333' stroke-width='1' vector-effect='non-scaling-stroke'/></svg>") no-repeat center/100% 100%;
}
.team .vertical-list {
  width: 100%;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .team .vertical-list {
    writing-mode: horizontal-tb;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.team .arrow {
  width: 4rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .team .arrow {
    transform: rotate(90deg);
  }
}
.team .counseling-flex__center {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.team .counseling-flex__center--text {
  position: relative;
  font-size: 2rem;
  text-align: center;
}
.team .counseling-flex__center > .counseling-flex__center--text {
  display: inline-block;
}
.team .counseling-flex__center > .counseling-flex__center--text::before, .team .counseling-flex__center > .counseling-flex__center--text::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5rem;
  line-height: 1;
}
.team .counseling-flex__center > .counseling-flex__center--text::before {
  content: "＼";
  right: 100%;
  margin-right: 1rem;
}
.team .counseling-flex__center > .counseling-flex__center--text::after {
  content: "／";
  left: 100%;
  margin-left: 1rem;
}
.team .counseling-flex__center--image-area {
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: linear-gradient(141deg, rgba(115, 172, 178, 0.9) 16.78%, rgba(121, 154, 203, 0.9) 85.13%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem auto;
}
.team .counseling-flex__center--icon {
  width: 17rem;
  height: auto;
}
.team .counseling-flex__center-image-area--text {
  color: #fff;
  font-size: 2.6rem;
}
.team .counseling-flex__center--items {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.team .counseling-flex__center--circle {
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  font-size: 1.8rem;
  color: #3E6EB4;
}
.team .counseling-flex__center--circle01 {
  transform: translateY(-4rem);
}
.team .counseling-flex__center--circle04 {
  transform: translateY(-4rem);
}
.team .counseling-flex__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .team .counseling-flex__right {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .team .counseling-flex__right {
    padding: 0 2rem;
  }
}
.team .comment02 {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  padding: 1.5rem 2rem 3.5rem;
  position: relative;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 80' preserveAspectRatio='none'><path d='M 35 1 L 165 1 A 29 29 0 0 1 165 59 L 110 59 L 100 71 L 90 59 L 35 59 A 29 29 0 0 1 35 1 Z' fill='none' stroke='%23333333' stroke-width='1' vector-effect='non-scaling-stroke'/></svg>") no-repeat center/100% 100%;
}
@media (max-width: 767px) {
  .team .comment02 {
    writing-mode: vertical-rl;
    padding: 2rem 3.5rem 2rem 1.5rem;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 200' preserveAspectRatio='none'><path d='M 1 29 A 29 29 0 0 1 59 29 L 59 90 L 71 100 L 59 110 L 59 171 A 29 29 0 0 1 1 171 Z' fill='none' stroke='%23333333' stroke-width='1' vector-effect='non-scaling-stroke'/></svg>") no-repeat center/100% 100%;
  }
}
.team .counseling-flex__right--image-area {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: linear-gradient(141deg, rgba(115, 172, 178, 0.9) 16.78%, rgba(121, 154, 203, 0.9) 85.13%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.team .counseling-flex__right--icon {
  width: 9rem;
  height: auto;
  margin-top: -1.5rem;
}
.team .counseling-flex__right-image-area--text {
  font-size: 2rem;
  color: #fff;
}
.team .counseling-flex__right-image-area--text span {
  font-size: 2.4rem;
}
.team .comment03 {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  padding: 3rem 2rem 1.8rem;
  position: relative;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 80' preserveAspectRatio='none'><path d='M 35 21 L 90 21 L 100 9 L 110 21 L 165 21 A 29 29 0 0 1 165 79 L 35 79 A 29 29 0 0 1 35 21 Z' fill='none' stroke='%23333333' stroke-width='1' vector-effect='non-scaling-stroke'/></svg>") no-repeat center/100% 100%;
}
@media (max-width: 767px) {
  .team .comment03 {
    writing-mode: vertical-rl;
    padding: 2rem 1.5rem 2rem 3.5rem;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 200' preserveAspectRatio='none'><path d='M 21 29 A 29 29 0 0 1 79 29 L 79 171 A 29 29 0 0 1 21 171 L 21 110 L 9 100 L 21 90 Z' fill='none' stroke='%23333333' stroke-width='1' vector-effect='non-scaling-stroke'/></svg>") no-repeat center/100% 100%;
  }
}
.team .team-contents__bottom {
  width: 100%;
  aspect-ratio: 1440/470;
  background: url("../img/top/bg-team.webp") no-repeat center center/cover;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .team .team-contents__bottom {
    background: url("../img/top/sp-bg-team.webp") no-repeat center bottom/100% auto #3E5D80;
  }
}
.team .team-contents__bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(62, 110, 180, 0.63);
  clip-path: polygon(0 0, 100% 0%, 40% 100%, 0% 100%);
  width: 65rem;
  height: 58rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .team .team-contents__bottom::before {
    width: 100%;
    height: 60rem;
    top: -3rem;
  }
}
@media (max-width: 767px) {
  .team .team-contents__bottom {
    aspect-ratio: unset;
    flex-direction: column;
    padding-bottom: 40rem;
  }
}
.team .team-contents__bottom > * {
  position: relative;
  z-index: 1;
}
.team .team-contents__bottom--left {
  width: 67rem;
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .team .team-contents__bottom--left {
    width: 100%;
    padding: 0 2rem;
  }
}
.team .team-contents__bottom--main-title {
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-top: -5rem;
}
@media (max-width: 767px) {
  .team .team-contents__bottom--main-title {
    font-size: 4rem;
    margin-top: 2rem;
  }
}
.team .team-contents__bottom--main-title span {
  color: #f6bb07;
}
.team .team-contents__bottom--left--body {
  color: #fff;
}
.team .team-contents__bottom--left--body--title {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .team .team-contents__bottom--left--body--title {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
.team .team-contents__bottom--left--body--title span {
  -webkit-text-emphasis: filled dot;
  -webkit-text-emphasis-position: over;
  text-emphasis: filled dot;
  text-emphasis-position: over;
}
.team .team-contents__bottom--left--body--text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .team .team-contents__bottom--left--body--text {
    margin-top: 2rem;
  }
}
.team .team-contents__bottom--right {
  padding: 3rem 8rem;
}
@media (max-width: 767px) {
  .team .team-contents__bottom--right {
    padding: 2rem;
  }
}
.team .alignment-contents {
  position: relative;
  width: 50rem;
  height: 100%;
}
@media (max-width: 767px) {
  .team .alignment-contents {
    width: 100%;
  }
}
.team .alignment-main-circle {
  display: table;
  width: 21rem;
  height: 21rem;
  border: 1.3rem solid rgba(24, 119, 220, 0.72);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -25%);
}
@media (max-width: 767px) {
  .team .alignment-main-circle {
    width: 13rem;
    height: 13rem;
    transform: translate(-50%, 100%);
  }
}
.team .alignment-main-circle .alignment-circle__text--ja {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .team .alignment-main-circle .alignment-circle__text--ja {
    font-size: 1.8rem;
  }
}
.team .alignment-main-circle .alignment-circle__text--ja span {
  flex-direction: row;
  -webkit-text-emphasis: filled dot;
  -webkit-text-emphasis-position: over;
  text-emphasis: filled dot;
  text-emphasis-position: over;
}
.team .alignment-satellite-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 19rem;
  height: 19rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 3;
}
@media (max-width: 767px) {
  .team .alignment-satellite-circle {
    width: 11.8rem;
    height: 11.8rem;
  }
}
.team .alignment-satellite-circle .alignment-circle__text--ja {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .team .alignment-satellite-circle .alignment-circle__text--ja {
    font-size: 2rem;
  }
}
.team .alignment-satellite-circle .alignment-circle__text--en {
  color: #D9D9D9;
  text-align: center;
}
@media (max-width: 767px) {
  .team .alignment-satellite-circle .alignment-circle__text--en {
    font-size: 1.2rem;
  }
}
.team .alignment-satellite-circle01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .team .alignment-satellite-circle01 {
    transform: translate(-50%, 30%);
  }
}
.team .alignment-satellite-circle02 {
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .team .alignment-satellite-circle02 {
    transform: translate(10%, 260%);
  }
}
.team .alignment-satellite-circle03 {
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) and (max-width: 767px) {
  .team .alignment-satellite-circle03 {
    transform: translate(-10%, 260%);
  }
}

.doctor {
  position: relative;
  background: url("../img/top/bg-doctor.webp") no-repeat center center/cover;
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .doctor {
    background: url("../img/top/sp-bg-doctor.webp") no-repeat top center/contain;
    aspect-ratio: 375/940;
    padding-top: 2rem;
  }
}
.doctor .doctor-title {
  position: relative;
  z-index: 2;
  max-width: 128rem;
  margin: 0 auto;
  font-size: 6.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .doctor .doctor-title {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
.doctor .doctor-title .u-underline {
  border-bottom: 3px solid #F6BB07;
  padding-bottom: 0.2rem;
}
.doctor .doctor-contents {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 19rem auto 0;
  display: flex;
  gap: 13rem;
  align-items: flex-start;
  position: relative;
  padding: 0 15rem 0 8rem;
}
@media (max-width: 767px) {
  .doctor .doctor-contents {
    flex-direction: column;
    padding: 0;
    margin-top: 1rem;
    gap: 3rem;
  }
}
.doctor .doctor-contents::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 67rem;
  width: 100%;
  background: rgba(57, 94, 150, 0.5);
  z-index: -1;
}
@media (max-width: 767px) {
  .doctor .doctor-contents::before {
    height: 56rem;
  }
}
.doctor .doctor-image-area {
  flex-shrink: 0;
  width: 36rem;
  height: 44rem;
  background: url("../img/top/bg-doctor-image.webp") no-repeat center bottom/contain;
  position: relative;
  overflow: visible;
  transform: translateY(-7rem);
}
@media (max-width: 767px) {
  .doctor .doctor-image-area {
    transform: translateY(0);
    width: 20rem;
    height: 25rem;
    margin-left: 0.5rem;
  }
}
.doctor .doctor-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.doctor .doctor-image img {
  width: 100%;
  height: auto;
  display: block;
}
.doctor .doctor-text-area {
  flex: 1;
  padding-top: 17rem;
  position: relative;
}
@media (max-width: 767px) {
  .doctor .doctor-text-area {
    padding: 2rem;
  }
}
.doctor .doctor-introduction {
  position: absolute;
  background: #fff;
  transform: translate(-10rem, -22rem);
}
@media (max-width: 767px) {
  .doctor .doctor-introduction {
    transform: translate(17rem, -25rem);
  }
}
.doctor .doctor-introduction__head {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, #AE8D47 0%, rgba(226, 214, 190, 0.95) 49.52%, #AE8D47 100%);
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .doctor .doctor-introduction__head {
    font-size: 1.4rem;
  }
}
.doctor .doctor-introduction__middle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .doctor .doctor-introduction__middle {
    gap: 1rem;
    padding: 1rem;
  }
}
.doctor .doctor-introduction__middle .role {
  font-size: 1.8rem;
  border: 1px solid #333;
  line-height: 1.2;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .doctor .doctor-introduction__middle .role {
    font-size: 1rem;
  }
}
.doctor .doctor-introduction__middle .name__ja {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .doctor .doctor-introduction__middle .name__ja {
    font-size: 2.4rem;
  }
}
.doctor .doctor-introduction__bottom {
  font-size: 2.6rem;
  background: #F8EEE6;
  letter-spacing: 0.1em;
  color: #825903;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .doctor .doctor-introduction__bottom {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}
.doctor .biography {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .doctor .biography {
    padding-bottom: 5rem;
  }
}
.doctor .biography-top,
.doctor .biography-bottom {
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .doctor .biography-top,
  .doctor .biography-bottom {
    gap: 1.5rem;
  }
}
.doctor .biography-top {
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
.doctor .biography-title {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  background: #D2E0F8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  writing-mode: vertical-rl;
  padding: 1rem;
}
.doctor .biography-top__role {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .doctor .biography-top__role {
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.doctor .biography-top__list,
.doctor .biography-bottom__list {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 0 2rem 0;
}
.doctor .biography-top__list li::before,
.doctor .biography-bottom__list li::before {
  content: "・";
}

.concept .concept-head__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.concept .concept-head__title-area {
  background: rgba(255, 255, 255, 0.8);
  padding: 3rem 5rem;
  width: 50rem;
  margin: -25rem auto 5rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .concept .concept-head__title-area {
    width: 50%;
    margin: -8.7rem auto 0;
    padding: 0.5rem 1rem;
  }
}
.concept .concept-title__en {
  font-size: 6.4rem;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 2rem;
  width: 100%;
  color: #AE8D47;
  border-bottom: 0.5rem solid #AE8D47;
}
@media (max-width: 767px) {
  .concept .concept-title__en {
    font-size: 3.2rem;
    padding-bottom: 1rem;
  }
}
.concept .concept-title__en::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 50%;
  height: 0.5rem;
  background: #3E6EB4;
}
.concept .concept-title__ja {
  font-size: 3.2rem;
  text-align: center;
  padding-top: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .concept .concept-title__ja {
    font-size: 2rem;
    padding-top: 1rem;
  }
}
.concept .concept-bottom {
  writing-mode: vertical-rl;
  padding: 6rem 18rem;
  width: 100%;
}
@media (max-width: 767px) {
  .concept .concept-bottom {
    padding: 2rem;
    writing-mode: horizontal-tb;
  }
}
.concept .concept-bottom__title {
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-left: auto;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .concept .concept-bottom__title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.concept .concept-bottom__text {
  margin-right: 15rem;
  padding-top: 4rem;
  line-height: 3;
}
@media (max-width: 767px) {
  .concept .concept-bottom__text {
    font-size: 1.6rem;
    padding-top: 2rem;
    margin-right: 0;
    line-height: 1.4;
  }
}

.menu {
  position: relative;
  background: url("../img/top/bg-menu.webp") no-repeat center center/cover;
  padding: 10rem 8rem;
}
@media (max-width: 767px) {
  .menu {
    background: url("../img/top/sp-bg-menu.webp") no-repeat center center/contain;
    padding: 5rem 2rem;
  }
}
.menu .menu-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 7rem;
  right: 13rem;
}
@media (max-width: 767px) {
  .menu .menu-title {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.menu .menu-titlle__en {
  font-size: 6.4rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
  font-family: "Cormorant Garamond", serif;
}
@media (max-width: 767px) {
  .menu .menu-titlle__en {
    font-size: 4rem;
  }
}
.menu .menu-title__ja {
  font-size: 3.2rem;
  padding-top: 1rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .menu .menu-title__ja {
    font-size: 2.4rem;
  }
}
.menu .menu-contents {
  position: relative;
  z-index: 1;
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .menu .menu-contents {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 2rem;
  }
}
.menu .menu-category {
  flex: 1;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .menu .menu-category {
    flex-direction: column;
  }
}
.menu .category-head {
  background: rgba(62, 110, 180, 0.76);
  border-left: 0.7rem solid #1877DC;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  padding: 1.6rem 1.2rem;
  text-align: center;
  width: 21rem;
  min-height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .menu .category-head {
    min-height: auto;
    width: 17rem;
    height: 7rem;
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
  }
}
.menu .category-items {
  display: flex;
  gap: 1rem;
  flex: 1;
}
@media (max-width: 767px) {
  .menu .category-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }
}
.menu .category-item {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #AE8D47;
  background: #fff;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  min-height: 12rem;
  position: relative;
}
@media (max-width: 767px) {
  .menu .category-item {
    height: 7rem;
    min-height: auto;
    font-size: 1.4rem;
  }
}
.menu .category-item::before {
  position: absolute;
  content: "";
  background: url(../img/top/icon-triangle-gold.webp) no-repeat center center/contain;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.reason {
  position: relative;
  background: #efefef;
  padding: 10rem 0rem;
  z-index: 0;
  margin-top: 24rem;
}
@media (max-width: 767px) {
  .reason {
    padding: 5rem 2rem;
    margin-top: 12rem;
    background: #efefef;
  }
}
.reason::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 112rem;
  aspect-ratio: 1120/1240;
  background: url("../img/top/bg-reason.webp") no-repeat center center/contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .reason::before {
    background: url("../img/top/sp-bg-reason.webp") no-repeat top right/contain;
    width: 100%;
    height: 25rem;
    aspect-ratio: unset;
  }
}

.reason-title-area {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  width: 97rem;
  border-bottom: 1px solid #333;
  margin-top: -20rem;
}
@media (max-width: 767px) {
  .reason-title-area {
    flex-direction: column;
    width: 100%;
    margin-top: -10rem;
    border: none;
  }
}

.reason-title-area .logo {
  width: 40rem;
  flex-shrink: 0;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .reason-title-area .logo {
    width: 23.5rem;
    margin: 0 auto;
  }
}

.reason-title-area__text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.reason-title-area__text .head {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-left: 15rem;
  transform: translateY(3rem);
}
@media (max-width: 767px) {
  .reason-title-area__text .head {
    margin-left: 0;
    padding: 1rem;
    font-size: 1.6rem;
    border-top: 0.1rem solid #333;
    border-bottom: 0.1rem solid #333;
  }
}
.reason-title-area__text .blue {
  color: #445D84;
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  line-height: 1;
  margin-top: -5rem;
}
@media (max-width: 767px) {
  .reason-title-area__text .blue {
    font-size: 2.4rem;
    margin-top: -1rem;
  }
}
.reason-title-area__text .diagonal {
  transform: skewX(-15deg);
  font-family: "Noto Serif JP", serif;
  margin-top: 3.5rem;
}

.reason-contents {
  margin-top: 5.5rem;
  position: relative;
  z-index: 1;
  width: 94.5rem;
  padding: 0 5.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 2.5rem;
}
@media (max-width: 767px) {
  .reason-contents {
    margin-top: 12rem;
    grid-template-columns: 1fr;
    gap: 3rem;
    width: 100%;
    padding: 0;
  }
}

.reason-item {
  padding: 2.4rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 1rem;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .reason-item {
    padding: 2.4rem 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 13rem 1fr;
    grid-row: auto;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}

.reason-number {
  font-size: 2.4rem;
  color: #3E6EB4;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: -5rem;
}
@media (max-width: 767px) {
  .reason-number {
    font-size: 1.6rem;
    margin-top: -4rem;
  }
}
.reason-number span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .reason-number span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .reason-number {
    grid-column: 1/-1;
    grid-row: 1;
  }
}

.reason-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  overflow: hidden;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .reason-title {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    text-align: left;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .reason-image {
    grid-column: 1;
    grid-row: 2;
  }
}

.reason-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/190;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .reason-image img {
    aspect-ratio: 130/100;
  }
}

.reason-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .reason-text {
    grid-column: 1/-1;
    grid-row: 3;
  }
}

.faq {
  padding: 15rem 8rem 2rem;
}
@media (max-width: 767px) {
  .faq {
    padding: 7rem 1rem;
  }
}

.faq-title-area {
  text-align: center;
}

.faq-title__ja {
  font-size: 5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 5rem;
  width: 52rem;
  margin: 0 auto;
  border-bottom: 0.5rem solid #AE8D47;
}
@media (max-width: 767px) {
  .faq-title__ja {
    width: 100%;
    padding: 0 2rem 2rem;
    font-size: 3.6rem;
  }
}
.faq-title__ja::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 50%;
  height: 0.5rem;
  background: #3E6EB4;
}

.faq-title__en {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  padding-top: 4rem;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .faq-title__en {
    font-size: 2.4rem;
    padding-top: 2rem;
  }
}

.faq-contents {
  max-width: 128rem;
  margin: 7.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .faq-contents {
    margin-top: 5rem;
    gap: 2rem;
  }
}

.faq-item {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.q-item {
  background: #DCECF5;
  display: flex;
  align-items: center;
  height: 7rem;
  gap: 2rem;
  padding: 2rem 2rem 2rem 0;
  cursor: pointer;
  transition: background 0.2s;
}
@media (max-width: 767px) {
  .q-item {
    height: auto;
    position: relative;
  }
}

.q-icon {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background: #3E6EB4;
  color: #fff;
  font-size: 4rem;
  font-family: "Cormorant Garamond", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .q-icon {
    width: 4rem;
    margin-top: 0;
    font-size: 3.2rem;
    position: absolute;
    top: -1rem;
    left: 0;
  }
}

.q-text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .q-text {
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 5rem;
  }
}

.q-mark {
  flex-shrink: 0;
  font-size: 2.8rem;
  color: #445D84;
  line-height: 1;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .q-mark {
    font-size: 2.4rem;
  }
}

.faq-item.is-open .q-mark {
  transform: rotate(45deg);
}

.a-item {
  display: none;
  gap: 2rem;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .a-item {
    padding: 2rem 1rem;
  }
}

.faq-item.is-open .a-item {
  display: flex;
}

.a-icon {
  flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .a-icon {
    padding-top: 0.5rem;
    font-size: 2.4rem;
  }
}

.a-text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2;
}

.a-modal-item {
  margin-top: 1.6rem;
  cursor: pointer;
}

.faq-image-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding-top: 8rem;
}

.faq-image-modal.is-open {
  display: flex;
}

.faq-image-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.faq-image-modal__content {
  position: relative;
  z-index: 1;
  max-width: 80vw;
}
@media (max-width: 767px) {
  .faq-image-modal__content {
    max-width: 90vw;
  }
}

.faq-image-modal__image {
  display: block;
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
}

.faq-image-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.a-modal-item img {
  max-width: 30rem;
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .a-modal-item img {
    max-width: 100%;
  }
}

.gallery {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .gallery {
    padding-top: 2rem;
  }
}
.gallery .gallery__title-card {
  width: 26rem;
  aspect-ratio: 1/1;
  margin: 0 auto 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f7f5;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(181, 157, 109, 0.15) 8px, rgba(181, 157, 109, 0.15) 9px);
}
@media (max-width: 767px) {
  .gallery .gallery__title-card {
    width: 20rem;
    margin-bottom: 3rem;
  }
}
.gallery .gallery__title-card::before,
.gallery .gallery__title-card::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
}
.gallery .gallery__title-card::before {
  top: 1.4rem;
  left: 1.4rem;
  border-top: 4px solid #AE8D47;
  border-left: 4px solid #AE8D47;
}
.gallery .gallery__title-card::after {
  bottom: 1.4rem;
  right: 1.4rem;
  border-bottom: 4px solid #AE8D47;
  border-right: 4px solid #AE8D47;
}
.gallery .gallery__title-card--inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .gallery__title-card--inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 9rem 9rem 0 0;
  border-color: rgba(130, 89, 3, 0.4) transparent transparent transparent;
}
.gallery .gallery__title-text {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .gallery .gallery__title-text {
    font-size: 2rem;
  }
}
.gallery .gallery__item {
  height: 33rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery .gallery__item {
    height: 13.6rem;
  }
}
.gallery .gallery__item figure {
  width: 100%;
  height: 100%;
}
.gallery .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.access .access-title {
  font-size: 6.4rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 6rem 0 6.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .access .access-title {
    font-size: 4rem;
    padding-bottom: 4.5rem;
  }
}
.access .access-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0.1rem;
  height: 6.5rem;
  background: #333;
}
@media (max-width: 767px) {
  .access .access-title::before {
    height: 4rem;
  }
}
.access .google-map {
  width: 100%;
  height: 44rem;
}
@media (max-width: 767px) {
  .access .google-map {
    height: 27rem;
  }
}
.access .google-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-fix-area {
  display: none;
}
@media (max-width: 767px) {
  .sp-fix-area {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    z-index: 1000;
  }
}

.sp-fix-area__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #3E6EB4;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.sp-fix-area__tel {
  background: #3B65A3;
}

.sp-fix-area__reserve {
  background: #1877DC;
}

.sp-fix-area__access {
  background: #2285EF;
}

.sp-fix-area__totop {
  flex: 0 0 5.6rem;
  background: #1877DC;
  border-right: none;
}
.sp-fix-area__totop::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  border-radius: 0.1rem;
  transform: rotate(-45deg);
  margin-top: 0.4rem;
}

.sp-fix-area__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-fix-area__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sp-fix-area__label {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.page-staff {
  background: #fff;
}

.staff-dentist {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .staff-dentist {
    padding-top: 5rem;
  }
}

.staff-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .staff-section__head {
    padding: 0 1rem;
  }
}

.staff-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .staff-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.staff-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .staff-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.staff-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.staff-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .staff-section__head-title {
    font-size: 2rem;
  }
}

.staff-doctor {
  max-width: 132rem;
  margin: 6rem auto 0;
  padding: 8rem 0rem;
  display: flex;
  gap: 8rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .staff-doctor {
    flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
    margin-top: 4rem;
  }
}

.staff-doctor:not(.staff-doctor--reverse) {
  position: relative;
}

.staff-doctor:not(.staff-doctor--reverse)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../img/staff/bg-doctor.webp) no-repeat top center/100vw auto;
  z-index: 0;
  pointer-events: none;
}

.staff-doctor:not(.staff-doctor--reverse) > .staff-doctor__profile,
.staff-doctor:not(.staff-doctor--reverse) > .staff-doctor__info {
  position: relative;
  z-index: 1;
}

.staff-doctor--reverse {
  flex-direction: row-reverse;
  margin-top: 2rem;
  padding: 0;
}
@media (max-width: 767px) {
  .staff-doctor--reverse {
    flex-direction: column;
    margin-top: 4rem;
    padding: 0 2rem;
  }
}

.staff-doctor__profile {
  flex-shrink: 0;
  width: 56rem;
  padding-right: 6rem;
}
@media (max-width: 767px) {
  .staff-doctor__profile {
    width: 100%;
    padding-right: 0;
  }
}

.staff-doctor__image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 501/606;
}
.staff-doctor__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.staff-doctor__image--frame::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: -1.5rem;
  width: 100%;
  height: 90%;
  border: 1rem solid #fff;
  background: linear-gradient(to bottom, #f08a3d 0, #f08a3d calc(50% - 0.5rem), #fff calc(50% - 0.5rem), #fff calc(50% + 0.5rem), #fdeddc calc(50% + 0.5rem), #fdeddc 100%);
  z-index: 0;
}

.staff-doctor__nameplate {
  width: 40.4rem;
  margin: -14rem -6rem 0 auto;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (max-width: 767px) {
  .staff-doctor__nameplate {
    width: 90%;
    margin: -8rem auto 0;
  }
}

.staff-doctor__nameplate--bordered {
  border: 1px solid #AE8D47;
}

.staff-doctor__role {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  color: #333;
  text-align: center;
  line-height: 1.5;
  padding: 0.8rem;
  background: linear-gradient(90deg, #ae8d47 0%, rgba(226, 214, 190, 0.95) 49.52%, #ae8d47 100%);
}
@media (max-width: 767px) {
  .staff-doctor__role {
    font-size: 1.6rem;
  }
}

.staff-doctor__name-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2.6rem 2rem;
}
@media (max-width: 767px) {
  .staff-doctor__name-row {
    gap: 2rem;
    padding: 2rem;
  }
}

.staff-doctor__badge {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #333;
  text-align: center;
  border: 1px solid #333;
  padding: 0.6rem 0.8rem;
}
@media (max-width: 767px) {
  .staff-doctor__badge {
    font-size: 1.8rem;
  }
}

.staff-doctor__name {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .staff-doctor__name {
    font-size: 3.2rem;
  }
}

.staff-doctor__name-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  color: #825903;
  text-align: center;
  background: #f8eee6;
  padding: 1.4rem;
}
@media (max-width: 767px) {
  .staff-doctor__name-en {
    font-size: 1.8rem;
    padding: 1rem;
  }
}

.staff-doctor__catch {
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: 0.06em;
  color: #333;
  width: 56rem;
}
@media (max-width: 767px) {
  .staff-doctor__catch {
    margin-top: 2.5rem;
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .staff-doctor__catch {
    width: 100%;
  }
}

.staff-doctor__catch--info {
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .staff-doctor__catch--info {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
}

.staff-doctor__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .staff-doctor__info {
    width: 100%;
  }
}

.staff-info {
  display: table;
  border-collapse: collapse;
  width: 80%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .staff-info {
    width: 100%;
  }
}

.staff-info__label {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  writing-mode: vertical-rl;
  background: #d2e0f8;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #333;
  padding: 2rem 0.8rem;
}
@media (max-width: 767px) {
  .staff-info__label {
    font-size: 1.6rem;
    padding: 1.5rem 0.6rem;
  }
}

.staff-info__body {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 3rem 4rem;
}
@media (max-width: 767px) {
  .staff-info__body {
    padding: 2rem;
  }
}

.staff-info__row {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .staff-info__row {
    font-size: 1.4rem;
  }
}

.staff-info__row + .staff-info__row {
  margin-top: 1.4rem;
}

.staff-info__year,
.staff-info__desc {
  vertical-align: top;
  padding: 0.9rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .staff-info__year,
  .staff-info__desc {
    font-size: 1.4rem;
  }
}

.staff-info__year {
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .staff-info__year {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}

.staff-info__desc {
  width: 100%;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .staff-info__desc {
    padding-right: 2rem;
  }
}

.staff-info tr:first-child .staff-info__year,
.staff-info tr:first-child .staff-info__desc {
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .staff-info tr:first-child .staff-info__year,
  .staff-info tr:first-child .staff-info__desc {
    padding-top: 2rem;
  }
}

.staff-info tr:last-child .staff-info__year,
.staff-info tr:last-child .staff-info__desc {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .staff-info tr:last-child .staff-info__year,
  .staff-info tr:last-child .staff-info__desc {
    padding-bottom: 2rem;
  }
}

.staff-info__mark {
  font-size: 1.2rem;
}

.staff-info__list {
  list-style: none;
}

.staff-info__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .staff-info__item {
    font-size: 1.4rem;
  }
}

.staff-info__item::before {
  content: "・";
}

.staff-info__book {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  white-space: nowrap;
  padding: 3rem 4rem 3rem 0;
}
@media (max-width: 767px) {
  .staff-info__book {
    padding: 2rem 2rem 2rem 0;
  }
}
.staff-info__book img {
  width: 19.2rem;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .staff-info__book img {
    width: 12rem;
  }
}

@media (max-width: 767px) {
  .staff-info--book {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "label body" "label book";
  }
  .staff-info--book tbody,
  .staff-info--book tr {
    display: contents;
  }
  .staff-info--book .staff-info__label {
    grid-area: label;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .staff-info--book .staff-info__body {
    grid-area: body;
    display: block;
    width: auto;
  }
  .staff-info--book .staff-info__book {
    grid-area: book;
    display: block;
    width: auto;
    padding: 0 2rem 2rem 2rem;
  }
}
.staff-care {
  margin-top: 12rem;
  padding: 8rem 0;
  background: #f7faff;
}
@media (max-width: 767px) {
  .staff-care {
    margin-top: 6rem;
    padding: 5rem 0;
  }
}

.staff-care__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 7rem 5.7rem;
}
@media (max-width: 767px) {
  .staff-care__inner {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 4rem;
    padding: 0 2rem;
  }
}

.staff-care__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.staff-care__image {
  width: 100%;
  aspect-ratio: 610/404;
  flex-shrink: 0;
}
.staff-care__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.staff-care__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.staff-care__title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-height: 11.6rem;
  background: #3E6EB4;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.46;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 1.4rem 4rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 4rem) 100%, 0 100%);
}
@media (max-width: 767px) {
  .staff-care__title {
    min-height: 8.3rem;
    font-size: 2rem;
    padding: 1.2rem 3rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
  }
}

.staff-care__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
  padding: 3rem 4rem 4rem;
}
@media (max-width: 767px) {
  .staff-care__text {
    font-size: 1.4rem;
    padding: 2rem;
  }
}

.page-clinic {
  background: #fff;
}

.clinic-tour {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .clinic-tour {
    padding-top: 5rem;
  }
}

.clinic-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .clinic-section__head {
    padding: 0 1rem;
  }
}

.clinic-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .clinic-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.clinic-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .clinic-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.clinic-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.clinic-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .clinic-section__head-title {
    font-size: 2rem;
  }
}

.clinic-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-heading {
    font-size: 2.4rem;
  }
}

.clinic-heading__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  text-align: center;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .clinic-heading__sub {
    font-size: 1.4rem;
  }
}

.clinic-rooms {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .clinic-rooms {
    margin-top: 4rem;
  }
}

.clinic-equipment {
  margin-top: 12rem;
  padding: 8rem 0;
  background: #f7faff;
}
@media (max-width: 767px) {
  .clinic-equipment {
    margin-top: 6rem;
    padding: 5rem 0;
  }
}

.clinic-equipment__inner {
  display: flex;
  flex-direction: column;
}

.clinic-card-list {
  position: relative;
  max-width: 128rem;
  margin: 4rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 6rem 3.7rem;
}
@media (max-width: 767px) {
  .clinic-card-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 4rem;
    padding: 0 2rem;
  }
}

.clinic-tour .clinic-card-list::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60rem;
  aspect-ratio: 1236/1070;
  background: url(../img/clinic/bg-clinic.webp) no-repeat right bottom/contain;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .clinic-tour .clinic-card-list::after {
    width: 28rem;
  }
}

.clinic-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.clinic-card__image {
  width: 100%;
  height: 27.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .clinic-card__image {
    height: 22rem;
  }
}
.clinic-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.clinic-card__title {
  position: relative;
  isolation: isolate;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-height: 7.1rem;
  padding: 1rem 2.8rem;
  background: #6e92c8;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .clinic-card__title {
    min-height: 5.5rem;
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}
.clinic-card__title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #3E6EB4;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 767px) {
  .clinic-card__title::before {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
}

.clinic-card__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
  padding: 2.4rem 2rem 3rem;
}
@media (max-width: 767px) {
  .clinic-card__text {
    font-size: 1.4rem;
    padding: 2rem;
  }
}

.page-plan {
  background: #fff;
}

.plan-section {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .plan-section {
    margin-top: 6rem;
  }
}

.plan-section--first {
  margin-top: 0;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .plan-section--first {
    padding-top: 5rem;
  }
}

.plan-section--last {
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .plan-section--last {
    padding-bottom: 6rem;
  }
}

.plan-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .plan-section__head {
    padding: 0 1rem;
  }
}

.plan-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .plan-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.plan-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .plan-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.plan-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.plan-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .plan-section__head-title {
    font-size: 2rem;
  }
}

.plan-section__body {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .plan-section__body {
    padding: 0 2rem;
    margin-top: 3rem;
    gap: 3rem;
  }
}

.plan-table-wrap {
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .plan-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #825903;
}
@media (max-width: 767px) {
  .plan-table {
    min-width: 64rem;
  }
}

.plan-col--main {
  width: 50%;
}

.plan-col--sub {
  width: 25%;
}

.plan-table__name {
  background: #e4dac4;
  border: 1px solid #825903;
  padding: 1.7rem 2.7rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .plan-table__name {
    padding: 1.3rem 1.6rem;
    font-size: 1.6rem;
  }
}

.plan-table__head {
  width: 50%;
  background: #f8eee6;
  border: 1px solid #825903;
  padding: 1.6rem 2.7rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  .plan-table__head {
    padding: 1.2rem 1.4rem;
    font-size: 1.4rem;
  }
}

.plan-table__head--narrow {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .plan-table__head--narrow {
    width: 14rem;
  }
}

.plan-table__main {
  background: #fff;
  border: 1px solid #825903;
  padding: 2.7rem;
  text-align: left;
  vertical-align: top;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .plan-table__main {
    padding: 1.6rem 1.4rem;
    font-size: 1.4rem;
  }
}

.plan-table__price {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .plan-table__price {
    font-size: 1.4rem;
  }
}

.plan-table__note {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .plan-table__note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

.plan-table__desc {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .plan-table__desc {
    margin-top: 1.5rem;
  }
}

.plan-table__desc-head {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .plan-table__desc-head {
    font-size: 1.4rem;
  }
}

.plan-table__desc-text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .plan-table__desc-text {
    font-size: 1.4rem;
  }
}

.plan-table__val {
  background: #fff;
  border: 1px solid #825903;
  padding: 2rem 1rem;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .plan-table__val {
    padding: 1.6rem 0.6rem;
    font-size: 1.4rem;
  }
}

.plan-table--simple .plan-table__main {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .plan-table-wrap {
    overflow-x: visible;
  }
  .plan-table {
    min-width: 0;
    width: 100%;
    display: block;
    border: 1px solid #825903;
  }
  .plan-table thead,
  .plan-table tbody,
  .plan-table tr {
    display: block;
    width: 100%;
  }
  .plan-table__head {
    display: none;
  }
  .plan-table__name {
    display: block;
    border: 0;
    border-bottom: 1px solid #825903;
  }
  .plan-table__main,
  .plan-table__val {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #825903;
    padding: 1.6rem;
    text-align: left;
    vertical-align: top;
  }
  .plan-table__main::before,
  .plan-table__val::before {
    content: attr(data-label);
    display: block;
    margin: -1.6rem -1.6rem 1.6rem;
    padding: 1.2rem 1.6rem;
    background: #f8eee6;
    border-bottom: 1px solid #825903;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #333;
  }
  .plan-table tbody tr td:last-child {
    border-bottom: 0;
  }
}
.plan-payment__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .plan-payment__lead {
    font-size: 1.4rem;
    text-align: left;
  }
}

.plan-payment__box {
  max-width: 82.5rem;
  width: 100%;
  margin: 1.4rem auto 0;
  background: #fff8f3;
  padding: 2.6rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .plan-payment__box {
    padding: 2.4rem 1.6rem;
    gap: 1.2rem;
  }
}

.plan-payment__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #825903;
  text-align: center;
}
@media (max-width: 767px) {
  .plan-payment__title {
    font-size: 1.4rem;
  }
}

.plan-payment__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .plan-payment__text {
    font-size: 1.4rem;
  }
}

.plan-payment__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.plan-payment__card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-payment__card--visa {
  width: 9.8rem;
}
.plan-payment__card--visa img {
  width: 100%;
  height: auto;
  display: block;
}

.plan-payment__card--master {
  width: 6.9rem;
}
.plan-payment__card--master img {
  width: 100%;
  height: auto;
  display: block;
}

.page-information {
  background: #fff;
}

.info-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .info-section__head {
    padding: 0 1rem;
  }
}

.info-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .info-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.info-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .info-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.info-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.info-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .info-section__head-title {
    font-size: 2rem;
  }
}

.info-hours {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .info-hours {
    padding-top: 5rem;
  }
}

.info-hours__body {
  max-width: 128rem;
  margin: 3.7rem auto 0;
  padding-left: 8.3rem;
}
@media (max-width: 767px) {
  .info-hours__body {
    margin-top: 2.5rem;
    padding: 0 1rem;
  }
}

.info-hours__box {
  background: #f7faff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  padding: 7rem 8rem;
}
@media (max-width: 767px) {
  .info-hours__box {
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 2rem;
  }
}

.info-hours__panel {
  flex-shrink: 0;
  width: 49.5rem;
  background: #AE8D47;
  padding: 2.6rem 3.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .info-hours__panel {
    width: 100%;
    padding: 2rem;
  }
}

.info-hours__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}

.info-hours__table th,
.info-hours__table td {
  border-bottom: 1px solid #fff;
  padding: 0.7rem 0.4rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .info-hours__table th,
  .info-hours__table td {
    font-size: 1.4rem;
    padding: 0.6rem 0.3rem;
  }
}

.info-hours__table thead th {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .info-hours__table thead th {
    font-size: 1.4rem;
  }
}

.info-hours__table th:first-child,
.info-hours__table td:first-child {
  text-align: left;
  padding-left: 0.8rem;
}

.info-hours__table td span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .info-hours__table td span {
    font-size: 1rem;
  }
}

.info-hours__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 767px) {
  .info-hours__note {
    font-size: 1.2rem;
  }
}

.info-hours__note:first-of-type {
  margin-top: 1.6rem;
}

.info-hours__contact {
  flex-shrink: 0;
  width: 36rem;
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
}
@media (max-width: 767px) {
  .info-hours__contact {
    width: 100%;
    gap: 2rem;
  }
}

.info-hours__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 8.4rem;
  padding: 1.2rem;
  background: #AE8D47;
  color: #fff;
  text-decoration: none;
}

.info-hours__tel-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.info-hours__tel-num {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.4rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .info-hours__tel-num {
    font-size: 3rem;
  }
}
.info-hours__tel-num img {
  width: 3rem;
  height: auto;
}
@media (max-width: 767px) {
  .info-hours__tel-num img {
    width: 2.4rem;
  }
}

.info-hours__web {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  min-height: 8.4rem;
  padding: 1.2rem;
  background: #AE8D47;
  color: #fff;
  text-decoration: none;
}
.info-hours__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.info-hours__web-icon {
  width: 4rem;
  flex-shrink: 0;
}
.info-hours__web-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.info-hours__web-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .info-hours__web-text {
    font-size: 2.2rem;
  }
}

.info-hours__web-sub {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .info-hours__web-sub {
    font-size: 1.4rem;
  }
}

.info-access {
  margin: 12rem 0;
}
@media (max-width: 767px) {
  .info-access {
    margin: 6rem 0;
  }
}

.info-access__body {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .info-access__body {
    margin-top: 2.5rem;
    padding: 0 2rem;
  }
}

.info-access__guide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  .info-access__guide {
    gap: 1.2rem;
  }
}

.info-access__icon {
  flex-shrink: 0;
  width: 3.3rem;
}
@media (max-width: 767px) {
  .info-access__icon {
    width: 2.6rem;
  }
}
.info-access__icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 33/40;
  display: block;
}

.info-access__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .info-access__text {
    font-size: 1.4rem;
  }
}

.info-access__map {
  width: 100%;
  height: 44rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .info-access__map {
    height: 22rem;
    margin-top: 2.5rem;
  }
}
.info-access__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-menu {
  background: #fff;
}

.menu-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .menu-detail {
    padding: 5rem 0 7rem;
  }
}

.menu-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .menu-section {
    margin-top: 7rem;
  }
}

.menu-detail .menu-section:first-child {
  margin-top: 0;
}

.menu-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .menu-section__head {
    padding: 0 1rem;
  }
}

.menu-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .menu-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.menu-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .menu-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.menu-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.menu-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .menu-section__head-title {
    font-size: 2rem;
  }
}

.menu-section__body {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .menu-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.menu-section__body--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .menu-section__body--rev {
    flex-direction: column;
  }
}

.menu-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.menu-section__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .menu-section__text {
    font-size: 1.4rem;
  }
}

.menu-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .menu-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-bottom: 2rem;
  }
}
.menu-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .menu-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.menu-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-section__body--rev .menu-section__image::before {
  left: -3rem;
}
@media (max-width: 767px) {
  .menu-section__body--rev .menu-section__image::before {
    left: -1.6rem;
  }
}

.menu-section__btn-area {
  max-width: 132rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .menu-section__btn-area {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.menu-section__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 6.6rem;
  background: #AE8D47;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .menu-section__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.menu-section__btn:hover {
  opacity: 0.85;
}

.menu-section__btn-arrow {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .menu-section__btn-arrow {
    right: 2.4rem;
    width: 2.8rem;
  }
}
.menu-section__btn-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.page-periodontal {
  background: #fff;
}

.perio-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .perio-detail {
    padding: 5rem 0 7rem;
  }
}

.perio-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .perio-section {
    margin-top: 7rem;
  }
}

.perio-detail .perio-section:first-child {
  margin-top: 0;
}

.perio-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .perio-section__head {
    padding: 0 1rem;
  }
}

.perio-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .perio-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.perio-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .perio-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.perio-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.perio-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .perio-section__head-title {
    font-size: 2rem;
  }
}

.perio-bar {
  max-width: 128rem;
  margin: 0 auto;
  padding: 4rem 8.3rem;
  border-top: 2px solid #3E6EB4;
  border-bottom: 2px solid #3E6EB4;
}
@media (max-width: 767px) {
  .perio-bar {
    padding: 2.6rem 2rem;
  }
}

.perio-bar__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  color: #3E6EB4;
  text-align: center;
}
@media (max-width: 767px) {
  .perio-bar__title {
    font-size: 2rem;
  }
}

.perio-odor {
  max-width: 128rem;
  margin: 0 auto;
  background: #f7faff;
  padding: 3.8rem 4rem;
}
@media (max-width: 767px) {
  .perio-odor {
    padding: 2.4rem 2rem;
  }
}

.perio-odor__bar {
  height: 7.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1877dc;
}
@media (max-width: 767px) {
  .perio-odor__bar {
    height: 5rem;
  }
}

.perio-odor__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .perio-odor__title {
    font-size: 2rem;
  }
}

.perio-odor__body {
  margin-top: 3.5rem;
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .perio-odor__body {
    margin-top: 2.4rem;
    padding: 0;
  }
}

.perio-section__body {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0;
  display: flex;
  gap: 3.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .perio-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.perio-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.perio-section__text {
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .perio-section__text {
    font-size: 1.4rem;
  }
}

.perio-section__image {
  flex-shrink: 0;
  width: 52.2rem;
  height: 37.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .perio-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 522/375;
  }
}
.perio-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.perio-section__image--deco::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .perio-section__image--deco::before {
    top: 2rem;
    left: 1.8rem;
  }
}

.perio-consult {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .perio-consult {
    padding: 0 2rem;
  }
}

.perio-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .perio-consult__inner {
    padding: 7rem 2rem 3rem;
    margin-top: 5rem;
  }
}

.perio-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .perio-consult__inner::before {
    height: 4rem;
  }
}

.perio-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.perio-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .perio-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.perio-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .perio-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.perio-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .perio-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.perio-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.perio-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.perio-section__btn-area {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .perio-section__btn-area {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.perio-section__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.2rem;
  height: 4.9rem;
  background: #AE8D47;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .perio-section__btn {
    width: 100%;
    max-width: 33.2rem;
    height: 4.9rem;
    font-size: 1.5rem;
  }
}
.perio-section__btn:hover {
  opacity: 0.85;
}

.perio-section__btn-arrow {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 2.8rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .perio-section__btn-arrow {
    right: 2.4rem;
    width: 2.4rem;
  }
}
.perio-section__btn-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.page-caries {
  background: #fff;
}

.caries-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .caries-detail {
    padding: 5rem 0 7rem;
  }
}

.caries-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .caries-section {
    margin-top: 7rem;
  }
}

.caries-detail .caries-section:first-child {
  margin-top: 0;
}

.caries-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .caries-section__head {
    padding: 0 1rem;
  }
}

.caries-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .caries-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.caries-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .caries-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.caries-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.caries-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .caries-section__head-title {
    font-size: 2rem;
  }
}

.caries-rule {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 6rem;
  border-top: 3px solid #3E6EB4;
  border-bottom: 3px solid #3E6EB4;
}
@media (max-width: 767px) {
  .caries-rule {
    padding: 2.2rem 2rem;
  }
}

.caries-rule__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #3E6EB4;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .caries-rule__title {
    font-size: 2rem;
  }
}

.caries-section__body {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .caries-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.caries-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.caries-section__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .caries-section__text {
    font-size: 1.4rem;
  }
}

.caries-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .caries-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-bottom: 2rem;
  }
}
.caries-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .caries-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.caries-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caries-section__textblock {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .caries-section__textblock {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.caries-figbody {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .caries-figbody {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.caries-figbody__img {
  flex-shrink: 0;
  width: 52.2rem;
  height: 37.5rem;
}
@media (max-width: 767px) {
  .caries-figbody__img {
    width: 100%;
    height: auto;
    aspect-ratio: 522/375;
  }
}
.caries-figbody__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caries-figbody__img--tall {
  width: 47.6rem;
  height: 63.5rem;
}
@media (max-width: 767px) {
  .caries-figbody__img--tall {
    width: 100%;
    height: auto;
    aspect-ratio: 476/635;
  }
}

.caries-note {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  background: #f7faff;
  padding: 1.6rem 4.1rem 5rem;
}
@media (max-width: 767px) {
  .caries-note {
    padding: 1.6rem 2rem 3rem;
    margin-top: 3rem;
  }
}

.caries-note__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.1rem;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .caries-note__bar {
    min-height: 5rem;
    font-size: 2rem;
  }
}

.caries-note__item {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .caries-note__item {
    padding: 2.4rem 0;
  }
}

.caries-note__item + .caries-note__item {
  border-top: 1px solid #c5d6e8;
}

.caries-note__subtitle {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #395e96;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .caries-note__subtitle {
    font-size: 1.8rem;
    padding-left: 1.8rem;
  }
}
.caries-note__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1rem;
  background: linear-gradient(to bottom, #0049b7 0, #0049b7 50%, #2790ff 50%, #2790ff 100%);
}

.caries-note__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .caries-note__text {
    font-size: 1.4rem;
  }
}

.caries-banner {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .caries-banner {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.caries-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.caries-consult {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .caries-consult {
    padding: 0 2rem;
  }
}

.caries-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .caries-consult__inner {
    padding: 7rem 2rem 3rem;
    margin-top: 4rem;
  }
}

.caries-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .caries-consult__inner::before {
    height: 4rem;
  }
}

.caries-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.caries-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .caries-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.caries-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .caries-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.caries-consult__list--single {
  grid-template-columns: 1fr;
}

.caries-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .caries-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.caries-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.caries-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.page-preventive {
  background: #fff;
}

.prev-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .prev-detail {
    padding: 5rem 0 7rem;
  }
}

.prev-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .prev-section {
    margin-top: 7rem;
  }
}

.prev-detail .prev-section:first-child {
  margin-top: 0;
}

.prev-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .prev-section__head {
    padding: 0 1rem;
  }
}

.prev-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .prev-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.prev-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .prev-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.prev-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.prev-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .prev-section__head-title {
    font-size: 2rem;
  }
}

.prev-section__body {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .prev-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.prev-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.prev-section__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .prev-section__text {
    font-size: 1.4rem;
  }
}

.prev-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .prev-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-bottom: 2rem;
  }
}
.prev-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .prev-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.prev-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prev-section__textblock {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .prev-section__textblock {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.prev-consult {
  max-width: 128rem;
  padding: 0 8.3rem;
  margin: 7rem auto 3rem;
}
@media (max-width: 767px) {
  .prev-consult {
    padding: 0 2rem;
  }
}

.prev-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
}
@media (max-width: 767px) {
  .prev-consult__inner {
    padding: 7rem 2rem 3rem;
  }
}

.prev-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .prev-consult__inner::before {
    height: 4rem;
  }
}

.prev-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.prev-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .prev-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.prev-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .prev-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.prev-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .prev-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.prev-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.prev-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.prev-merit {
  max-width: 128rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .prev-merit {
    padding: 0 1rem;
  }
}

.prev-merit__inner {
  background: #dcecf5;
  padding: 3rem 2.2rem 3.6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .prev-merit__inner {
    padding: 3rem 2rem;
  }
}

.prev-merit__tooth {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 16.5rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .prev-merit__tooth {
    display: none;
  }
}
.prev-merit__tooth img {
  width: 100%;
  height: auto;
  display: block;
}

.prev-merit__cols {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .prev-merit__cols {
    flex-direction: column;
    gap: 4rem;
  }
}
.prev-merit__cols::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: #fff;
}
@media (max-width: 767px) {
  .prev-merit__cols::before {
    display: none;
  }
}

.prev-merit__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.prev-merit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.9rem;
  padding: 1rem 2rem;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .prev-merit__head {
    font-size: 2rem;
    min-height: 4.5rem;
    padding: 1rem 2rem;
  }
}

.prev-merit__head--blue {
  background: #1877dc;
}

.prev-merit__head--gold {
  background: #AE8D47;
}

.prev-merit__text {
  font-size: 1.6rem;
  line-height: 2.19;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .prev-merit__text {
    font-size: 1.4rem;
  }
}

.page-implant {
  background: #fff;
}

.implant-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .implant-detail {
    padding: 5rem 0 7rem;
  }
}

.implant-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .implant-section {
    margin-top: 7rem;
  }
}

.implant-detail .implant-section:first-child {
  margin-top: 0;
}

.implant-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .implant-section__head {
    padding: 0 1rem;
  }
}

.implant-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .implant-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.implant-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .implant-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.implant-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.implant-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-section__head-title {
    font-size: 2rem;
  }
}

.implant-rule {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 8.3rem;
  border-top: 3px solid #3E6EB4;
  border-bottom: 3px solid #3E6EB4;
}
@media (max-width: 767px) {
  .implant-rule {
    padding: 2.2rem 2rem;
  }
}

.implant-rule__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #3E6EB4;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .implant-rule__title {
    font-size: 2rem;
  }
}

.implant-lead {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-lead {
    font-size: 2rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-section__body {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .implant-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-section__body--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .implant-section__body--rev {
    flex-direction: column;
  }
}

.implant-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.implant-section__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-section__text {
    font-size: 1.4rem;
  }
}

.implant-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .implant-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-bottom: 2rem;
  }
}
.implant-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .implant-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.implant-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.implant-section__body--rev .implant-section__image::before {
  left: -3.6rem;
}
@media (max-width: 767px) {
  .implant-section__body--rev .implant-section__image::before {
    left: -1.8rem;
  }
}

.implant-section__textblock {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .implant-section__textblock {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-section__textblock--wide {
  max-width: 128rem;
  padding: 0 1.6rem;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .implant-section__textblock--wide {
    padding: 0 2rem;
    gap: 2.4rem;
  }
}

.implant-section__textblock--wide .implant-section__text {
  line-height: 2.1875;
}
@media (max-width: 767px) {
  .implant-section__textblock--wide .implant-section__text {
    line-height: 1.9;
  }
}

.implant-figbody {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .implant-figbody {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-figbody--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .implant-figbody--rev {
    flex-direction: column;
  }
}

.implant-figbody__img {
  flex-shrink: 0;
  width: 52.2rem;
  height: 37.5rem;
}
@media (max-width: 767px) {
  .implant-figbody__img {
    width: 100%;
    height: auto;
    aspect-ratio: 522/375;
  }
}
.implant-figbody__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.implant-figbody__img--tall {
  width: 47.6rem;
  height: 63.5rem;
}
@media (max-width: 767px) {
  .implant-figbody__img--tall {
    width: 100%;
    height: auto;
    aspect-ratio: 476/635;
  }
}

.implant-consult {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .implant-consult {
    padding: 0 2rem;
  }
}

.implant-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
}
@media (max-width: 767px) {
  .implant-consult__inner {
    padding: 7rem 2rem 3rem;
  }
}

.implant-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .implant-consult__inner::before {
    height: 4rem;
  }
}

.implant-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.implant-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .implant-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.implant-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .implant-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.implant-consult__list--single {
  grid-template-columns: 1fr;
}

.implant-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .implant-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.implant-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.implant-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.implant-qa {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 5rem 5.4rem 4.9rem;
}
@media (max-width: 767px) {
  .implant-qa {
    padding: 3.5rem 2rem 3rem;
  }
}

.implant-qa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6.3rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .implant-qa::before {
    height: 4rem;
  }
}

.implant-qa__inner {
  position: relative;
  background: #fff;
  padding: 13rem 9rem 5rem;
}
@media (max-width: 767px) {
  .implant-qa__inner {
    padding: 8.5rem 2rem 3rem;
  }
}

.implant-qa__title {
  position: absolute;
  top: 2.8rem;
  left: 5rem;
  right: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.1rem;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .implant-qa__title {
    top: 2rem;
    left: 1.5rem;
    right: 1.5rem;
    height: 5rem;
    font-size: 1.8rem;
  }
}

.implant-qa__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 6rem;
  list-style: none;
}
@media (max-width: 767px) {
  .implant-qa__list {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}

.implant-qa__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .implant-qa__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.implant-qa__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.implant-qa__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.implant-features {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .implant-features {
    padding: 0 2rem;
    margin-top: 3rem;
    gap: 3rem;
  }
}

.implant-feature {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .implant-feature {
    flex-direction: column;
    gap: 1rem;
  }
}

.implant-feature__num {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .implant-feature__num {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.2rem;
  }
}

.implant-feature__body {
  flex: 1;
}

.implant-feature__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #3E6EB4;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .implant-feature__title {
    font-size: 1.8rem;
  }
}

.implant-feature__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-feature__text {
    font-size: 1.4rem;
  }
}

.implant-points {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .implant-points {
    margin-top: 3rem;
    gap: 3rem;
    padding: 0 2rem;
  }
}

.implant-point {
  background: #fff9f5;
  padding: 4.6rem 3rem 3.7rem;
}
@media (max-width: 767px) {
  .implant-point {
    padding: 3rem 2rem;
  }
}

.implant-point--img {
  display: flex;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .implant-point--img {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.implant-point__body {
  flex: 1;
  min-width: 0;
}

.implant-point__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #825903;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #825903;
}
@media (max-width: 767px) {
  .implant-point__title {
    font-size: 2rem;
    padding-bottom: 1.6rem;
  }
}

.implant-point__num {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .implant-point__num {
    font-size: 2.6rem;
  }
}

.implant-point__text {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-point__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.implant-point__img {
  flex-shrink: 0;
  width: 41.1rem;
  height: 33.4rem;
}
@media (max-width: 767px) {
  .implant-point__img {
    width: 100%;
    height: auto;
    aspect-ratio: 411/334;
  }
}
.implant-point__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.implant-frame {
  max-width: 113.8rem;
  margin: 4.4rem auto 0;
  background: #fff9f5;
  padding: 1.1rem;
}
@media (max-width: 767px) {
  .implant-frame {
    max-width: none;
    margin: 3rem 2rem 0;
    padding: 0.8rem;
  }
}

.implant-frame__inner {
  border: 1px solid rgba(226, 214, 190, 0.9);
  padding: 1.6rem 6rem 7.5rem;
}
@media (max-width: 767px) {
  .implant-frame__inner {
    padding: 1.2rem 1.5rem 4rem;
  }
}

.implant-frame__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.6rem;
  padding: 1rem 2rem;
  background: #AE8D47;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .implant-frame__title {
    min-height: 5rem;
    font-size: 1.9rem;
  }
}

.implant-frame__body {
  margin-top: 3.5rem;
  padding: 0 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .implant-frame__body {
    margin-top: 2.4rem;
    padding: 0;
    gap: 2.4rem;
  }
}

.implant-frame__text {
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-frame__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.implant-flow {
  max-width: 120.7rem;
  margin: 5.8rem auto 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .implant-flow {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}

.implant-flow__item {
  position: relative;
  display: flex;
  gap: 4.2rem;
  align-items: flex-start;
  min-height: 35.8rem;
  background: #f7faff;
  padding: 4.5rem 3.3rem 4rem 4.4rem;
}
@media (max-width: 767px) {
  .implant-flow__item {
    flex-direction: column;
    gap: 2rem;
    min-height: 0;
    padding: 4rem 2rem 3rem;
  }
}

.implant-flow__step {
  position: absolute;
  top: -2.3rem;
  left: 0;
  width: 7.1rem;
  height: 7.1rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #1877dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1877dc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .implant-flow__step {
    width: 5.4rem;
    height: 5.4rem;
    top: -1.8rem;
  }
}

.implant-flow__step-label {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .implant-flow__step-label {
    font-size: 1.1rem;
  }
}

.implant-flow__step-num {
  margin-top: 0.4rem;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .implant-flow__step-num {
    font-size: 2.4rem;
  }
}

.implant-flow__body {
  flex: 1;
  min-width: 0;
}

.implant-flow__title {
  color: #1877dc;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #9ab4d9;
}
@media (max-width: 767px) {
  .implant-flow__title {
    font-size: 2rem;
  }
}

.implant-flow__text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-flow__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.implant-flow__photo {
  flex-shrink: 0;
  width: 35.1rem;
  height: 26.5rem;
}
@media (max-width: 767px) {
  .implant-flow__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 351/265;
  }
}
.implant-flow__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.implant-flow__arrow {
  width: 0;
  height: 0;
  margin: 1.6rem auto 2.3rem;
  border-left: 6.2rem solid transparent;
  border-right: 6.2rem solid transparent;
  border-top: 3.2rem solid #b5defe;
}
@media (max-width: 767px) {
  .implant-flow__arrow {
    margin: 1.2rem auto 1.8rem;
    border-left-width: 4rem;
    border-right-width: 4rem;
    border-top-width: 2.4rem;
  }
}

.implant-note {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  background: #f7faff;
  padding: 1.6rem 4.1rem 5rem;
}
@media (max-width: 767px) {
  .implant-note {
    padding: 1.6rem 2rem 3rem;
    margin-top: 3rem;
  }
}

.implant-note__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.1rem;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .implant-note__bar {
    min-height: 5rem;
    font-size: 2rem;
  }
}

.implant-note__item {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .implant-note__item {
    padding: 2.4rem 0;
  }
}

.implant-note__item + .implant-note__item {
  border-top: 1px solid #c5d6e8;
}

.implant-note__subtitle {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #395e96;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .implant-note__subtitle {
    font-size: 1.8rem;
    padding-left: 1.8rem;
  }
}
.implant-note__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1rem;
  background: linear-gradient(to bottom, #0049b7 0, #0049b7 50%, #2790ff 50%, #2790ff 100%);
}

.implant-note__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-note__text {
    font-size: 1.4rem;
  }
}

.implant-risk {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 2.6rem;
}
@media (max-width: 767px) {
  .implant-risk {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-risk__list {
  display: flex;
  flex-direction: column;
}

.implant-risk__item {
  padding-bottom: 3.2rem;
  border-bottom: 1px dotted #888;
}
@media (max-width: 767px) {
  .implant-risk__item {
    padding-bottom: 2.4rem;
  }
}

.implant-risk__item + .implant-risk__item {
  padding-top: 3.1rem;
}
@media (max-width: 767px) {
  .implant-risk__item + .implant-risk__item {
    padding-top: 2.4rem;
  }
}

.implant-risk__subtitle {
  position: relative;
  padding-left: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.46;
  letter-spacing: 0.06em;
  color: #1877dc;
}
@media (max-width: 767px) {
  .implant-risk__subtitle {
    font-size: 1.8rem;
    padding-left: 2.4rem;
  }
}
.implant-risk__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1.9rem;
  height: 1.9rem;
  background: #1877dc;
}
@media (max-width: 767px) {
  .implant-risk__subtitle::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.5rem;
  }
}

.implant-risk__text {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-risk__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.implant-merit {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .implant-merit {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-merit__inner {
  background: #dcecf5;
  padding: 5rem 5.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .implant-merit__inner {
    padding: 3rem 2rem;
  }
}

.implant-merit__cols {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .implant-merit__cols {
    flex-direction: column;
    gap: 4rem;
  }
}

.implant-merit__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.implant-merit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.9rem;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .implant-merit__head {
    font-size: 1.8rem;
    min-height: 4.5rem;
  }
}

.implant-merit__head--blue {
  background: #1877dc;
}

.implant-merit__head--gold {
  background: #AE8D47;
}

.implant-merit__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-merit__text {
    font-size: 1.4rem;
  }
}

.implant-procon {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  display: flex;
  gap: 5.9rem;
  align-items: stretch;
}
@media (max-width: 767px) {
  .implant-procon {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-procon__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff9f5;
  padding: 3.4rem 1.8rem 5.3rem;
}
@media (max-width: 767px) {
  .implant-procon__col {
    padding: 3rem 1.5rem 3.5rem;
  }
}

.implant-procon__head {
  margin: 0 0.9rem 3.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #AE8D47;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #825903;
}
@media (max-width: 767px) {
  .implant-procon__head {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}

.implant-procon__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.implant-procon__item {
  flex: 1;
  background: #fff;
  border: 1px solid rgba(226, 214, 190, 0.9);
  padding: 2.3rem 1.2rem;
}
@media (max-width: 767px) {
  .implant-procon__item {
    flex: 0 0 auto;
    padding: 2rem 1.4rem;
  }
}

.implant-procon__subtitle {
  position: relative;
  padding-left: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .implant-procon__subtitle {
    font-size: 1.7rem;
    padding-left: 1.7rem;
  }
}
.implant-procon__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.7rem;
  height: 3.1rem;
  background: linear-gradient(to bottom, #825903 0, #825903 50%, #AE8D47 50%, #AE8D47 100%);
}

.implant-procon__text {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-procon__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.implant-price {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .implant-price {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-price__row {
  display: flex;
  border: 1px solid #cfe0f0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .implant-price__row {
    flex-direction: column;
  }
}

.implant-price__list .implant-price__row:last-child {
  border-bottom: 1px solid #cfe0f0;
}

.implant-price__label {
  width: 36rem;
  flex-shrink: 0;
  background: #eef4fb;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-price__label {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.implant-price__value {
  flex: 1;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-price__value {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.implant-price__note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

.implant-fee {
  max-width: 92.3rem;
  margin: 4.4rem auto;
}
@media (max-width: 767px) {
  .implant-fee {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-fee__row {
  display: flex;
  border: 1px solid #825903;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .implant-fee__row {
    flex-direction: column;
  }
}

.implant-fee .implant-fee__row:last-child {
  border-bottom: 1px solid #825903;
}

.implant-fee__label {
  width: 29.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-height: 8.6rem;
  padding: 1.6rem 3rem;
  border-right: 1px solid #825903;
  background: #fffbf7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-fee__label {
    width: 100%;
    min-height: 0;
    padding: 1.4rem 2rem;
    border-right: 0;
    border-bottom: 1px solid #825903;
  }
}

.implant-fee__value {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 8.6rem;
  padding: 1.6rem 3rem;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-fee__value {
    min-height: 0;
    padding: 1.4rem 2rem;
  }
}

.implant-loan {
  max-width: 128rem;
  margin: 4rem auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .implant-loan {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-loan__inner {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .implant-loan__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.implant-loan__img {
  flex-shrink: 0;
  width: 35.1rem;
}
@media (max-width: 767px) {
  .implant-loan__img {
    width: 100%;
    max-width: 35.1rem;
  }
}
.implant-loan__img img {
  width: 100%;
  height: auto;
  display: block;
}

.implant-loan__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .implant-loan__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.implant-banner {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .implant-banner {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.implant-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.implant-youtube {
  max-width: 96rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .implant-youtube {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.implant-youtube__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.implant-youtube__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.implant-note--cream {
  background: #fff9f5;
}

.implant-note__bar--gold {
  background: #AE8D47;
}

.implant-note__subtitle--gold {
  color: #825903;
  font-family: "Noto Serif JP", serif;
}
.implant-note__subtitle--gold::before {
  background: linear-gradient(to bottom, #825903 0, #825903 50%, #AE8D47 50%, #AE8D47 100%);
}

.implant-tel {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .implant-tel {
    padding: 0 2rem;
  }
}

.implant-tel__box {
  background: #AE8D47;
  color: #fff;
  text-align: center;
  padding: 1.6rem 5rem;
}
@media (max-width: 767px) {
  .implant-tel__box {
    padding: 1.4rem 3rem;
    width: 100%;
  }
}

.implant-tel__label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.implant-tel__num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .implant-tel__num {
    font-size: 2.8rem;
  }
}

.implant-form {
  max-width: 100.6rem;
  margin: 3rem auto 0;
  background: #f7faff;
  padding: 5rem;
}
@media (max-width: 767px) {
  .implant-form {
    padding: 3rem 2rem;
    margin: 3rem 2rem 0;
  }
}

.implant-form__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 1.6rem;
}

.implant-form__req {
  color: #e7001f;
}

.implant-form__caution {
  text-align: center;
  color: #e7001f;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.implant-form__row {
  display: flex;
  gap: 2rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #d8e4f0;
}
@media (max-width: 767px) {
  .implant-form__row {
    flex-direction: column;
    gap: 1rem;
    padding: 1.8rem 0;
  }
}

.implant-form__label {
  width: 26rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .implant-form__label {
    width: 100%;
    padding-top: 0;
  }
}

.implant-form__label .implant-form__req {
  margin-left: 0.6rem;
  font-size: 1.4rem;
}

.implant-form__field {
  flex: 1;
}

.implant-form__field input[type=text],
.implant-form__field input[type=email],
.implant-form__field input[type=tel],
.implant-form__field textarea {
  width: 100%;
  border: 1px solid #c5d6e8;
  background: #fff;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #333;
}

.implant-form__field textarea {
  min-height: 16rem;
  resize: vertical;
}

.implant-form__hint {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.7;
}

.implant-form__note {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #838383;
}

.implant-form__note strong {
  color: #e7001f;
  font-weight: 600;
}

.implant-form__submit {
  margin-top: 4rem;
  text-align: center;
}

.implant-form__submit button {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 1.6rem 6rem;
  transition: opacity 0.2s;
}
.implant-form__submit button:hover {
  opacity: 0.85;
}

.page-whitening {
  background: #fff;
}

.whitening-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .whitening-detail {
    padding: 5rem 0 7rem;
  }
}

.whitening-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .whitening-section {
    margin-top: 7rem;
  }
}

.whitening-detail .whitening-section:first-child {
  margin-top: 0;
}

.whitening-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .whitening-section__head {
    padding: 0 1rem;
  }
}

.whitening-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .whitening-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.whitening-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .whitening-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.whitening-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.whitening-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-section__head-title {
    font-size: 2rem;
  }
}

.whitening-rule {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 8.3rem;
  border-top: 3px solid #3E6EB4;
  border-bottom: 3px solid #3E6EB4;
}
@media (max-width: 767px) {
  .whitening-rule {
    padding: 2.2rem 2rem;
  }
}

.whitening-rule__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #3E6EB4;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .whitening-rule__title {
    font-size: 2rem;
  }
}

.whitening-lead {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-lead {
    font-size: 2rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.whitening-section__body {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .whitening-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.whitening-section__body--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .whitening-section__body--rev {
    flex-direction: column;
  }
}

.whitening-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.whitening-section__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-section__text {
    font-size: 1.4rem;
  }
}

.whitening-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .whitening-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-bottom: 2rem;
  }
}
.whitening-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .whitening-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.whitening-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.whitening-section__body--rev .whitening-section__image::before {
  left: -3.6rem;
}
@media (max-width: 767px) {
  .whitening-section__body--rev .whitening-section__image::before {
    left: -1.8rem;
  }
}

.whitening-section__textblock {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .whitening-section__textblock {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.whitening-figbody {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .whitening-figbody {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.whitening-figbody--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .whitening-figbody--rev {
    flex-direction: column;
  }
}

.whitening-figbody__img {
  flex-shrink: 0;
  width: 52.2rem;
  height: 37.5rem;
}
@media (max-width: 767px) {
  .whitening-figbody__img {
    width: 100%;
    height: auto;
    aspect-ratio: 522/375;
  }
}
.whitening-figbody__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.whitening-figbody__img--tall {
  width: 47.6rem;
  height: 63.5rem;
}
@media (max-width: 767px) {
  .whitening-figbody__img--tall {
    width: 100%;
    height: auto;
    aspect-ratio: 476/635;
  }
}

.whitening-consult {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .whitening-consult {
    padding: 0 2rem;
  }
}

.whitening-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
}
@media (max-width: 767px) {
  .whitening-consult__inner {
    padding: 7rem 2rem 3rem;
  }
}

.whitening-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .whitening-consult__inner::before {
    height: 4rem;
  }
}

.whitening-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.whitening-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .whitening-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.whitening-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .whitening-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.whitening-consult__list--single {
  grid-template-columns: 1fr;
}

.whitening-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .whitening-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.whitening-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.whitening-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.whitening-features {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .whitening-features {
    padding: 0 2rem;
    margin-top: 3rem;
    gap: 3rem;
  }
}

.whitening-feature {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .whitening-feature {
    flex-direction: column;
    gap: 1rem;
  }
}

.whitening-feature__num {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .whitening-feature__num {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.2rem;
  }
}

.whitening-feature__body {
  flex: 1;
}

.whitening-feature__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #3E6EB4;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .whitening-feature__title {
    font-size: 1.8rem;
  }
}

.whitening-feature__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-feature__text {
    font-size: 1.4rem;
  }
}

.whitening-flow {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .whitening-flow {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.whitening-flow__item {
  border: 1px solid #cfe0f0;
  background: #f7faff;
  padding: 3rem 3.4rem;
}
@media (max-width: 767px) {
  .whitening-flow__item {
    padding: 2rem;
  }
}

.whitening-flow__head {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1.6rem;
}

.whitening-flow__num {
  flex-shrink: 0;
  min-width: 5.6rem;
  height: 3.4rem;
  padding: 0 1.4rem;
  border-radius: 1.7rem;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whitening-flow__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-flow__title {
    font-size: 1.7rem;
  }
}

.whitening-flow__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-flow__text {
    font-size: 1.4rem;
  }
}

.whitening-note {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  background: #f7faff;
  padding: 1.6rem 4.1rem 5rem;
}
@media (max-width: 767px) {
  .whitening-note {
    padding: 1.6rem 2rem 3rem;
    margin-top: 3rem;
  }
}

.whitening-note__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.1rem;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .whitening-note__bar {
    min-height: 5rem;
    font-size: 2rem;
  }
}

.whitening-note__item {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .whitening-note__item {
    padding: 2.4rem 0;
  }
}

.whitening-note__item + .whitening-note__item {
  border-top: 1px solid #c5d6e8;
}

.whitening-note__subtitle {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #395e96;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .whitening-note__subtitle {
    font-size: 1.8rem;
    padding-left: 1.8rem;
  }
}
.whitening-note__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1rem;
  background: linear-gradient(to bottom, #0049b7 0, #0049b7 50%, #2790ff 50%, #2790ff 100%);
}

.whitening-note__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-note__text {
    font-size: 1.4rem;
  }
}

.whitening-merit {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .whitening-merit {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.whitening-merit__inner {
  background: #dcecf5;
  padding: 5rem 5.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .whitening-merit__inner {
    padding: 3rem 2rem;
  }
}

.whitening-merit__cols {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .whitening-merit__cols {
    flex-direction: column;
    gap: 4rem;
  }
}

.whitening-merit__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.whitening-merit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.9rem;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .whitening-merit__head {
    font-size: 1.8rem;
    min-height: 4.5rem;
  }
}

.whitening-merit__head--blue {
  background: #1877dc;
}

.whitening-merit__head--gold {
  background: #AE8D47;
}

.whitening-merit__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-merit__text {
    font-size: 1.4rem;
  }
}

.whitening-price {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .whitening-price {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.whitening-price__row {
  display: flex;
  border: 1px solid #cfe0f0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .whitening-price__row {
    flex-direction: column;
  }
}

.whitening-price__list .whitening-price__row:last-child {
  border-bottom: 1px solid #cfe0f0;
}

.whitening-price__label {
  width: 36rem;
  flex-shrink: 0;
  background: #eef4fb;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-price__label {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.whitening-price__value {
  flex: 1;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-price__value {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.whitening-price__note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

.whitening-loan {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .whitening-loan {
    padding: 0 2rem;
  }
}

.whitening-loan__inner {
  display: flex;
  gap: 3rem;
  align-items: center;
  background: #f7faff;
  border: 1px solid #cfe0f0;
  padding: 3rem;
}
@media (max-width: 767px) {
  .whitening-loan__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.whitening-loan__img {
  flex-shrink: 0;
  width: 35.1rem;
}
@media (max-width: 767px) {
  .whitening-loan__img {
    width: 100%;
    max-width: 35.1rem;
  }
}
.whitening-loan__img img {
  width: 100%;
  height: auto;
  display: block;
}

.whitening-loan__text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .whitening-loan__text {
    font-size: 1.4rem;
  }
}

.whitening-banner {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .whitening-banner {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.whitening-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.whitening-youtube {
  max-width: 96rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .whitening-youtube {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.whitening-youtube__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.whitening-youtube__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.whitening-note--cream {
  background: #fff9f5;
}

.whitening-note__bar--gold {
  background: #AE8D47;
}

.whitening-note__subtitle--gold {
  color: #825903;
  font-family: "Noto Serif JP", serif;
}
.whitening-note__subtitle--gold::before {
  background: linear-gradient(to bottom, #825903 0, #825903 50%, #AE8D47 50%, #AE8D47 100%);
}

.whitening-tel {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .whitening-tel {
    padding: 0 2rem;
  }
}

.whitening-tel__box {
  background: #AE8D47;
  color: #fff;
  text-align: center;
  padding: 1.6rem 5rem;
}
@media (max-width: 767px) {
  .whitening-tel__box {
    padding: 1.4rem 3rem;
    width: 100%;
  }
}

.whitening-tel__label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.whitening-tel__num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .whitening-tel__num {
    font-size: 2.8rem;
  }
}

.whitening-form {
  max-width: 100.6rem;
  margin: 3rem auto 0;
  background: #f7faff;
  padding: 5rem;
}
@media (max-width: 767px) {
  .whitening-form {
    padding: 3rem 2rem;
    margin: 3rem 2rem 0;
  }
}

.whitening-form__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 1.6rem;
}

.whitening-form__req {
  color: #e7001f;
}

.whitening-form__caution {
  text-align: center;
  color: #e7001f;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.whitening-form__row {
  display: flex;
  gap: 2rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #d8e4f0;
}
@media (max-width: 767px) {
  .whitening-form__row {
    flex-direction: column;
    gap: 1rem;
    padding: 1.8rem 0;
  }
}

.whitening-form__label {
  width: 26rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .whitening-form__label {
    width: 100%;
    padding-top: 0;
  }
}

.whitening-form__label .whitening-form__req {
  margin-left: 0.6rem;
  font-size: 1.4rem;
}

.whitening-form__field {
  flex: 1;
}

.whitening-form__field input[type=text],
.whitening-form__field input[type=email],
.whitening-form__field input[type=tel],
.whitening-form__field textarea {
  width: 100%;
  border: 1px solid #c5d6e8;
  background: #fff;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #333;
}

.whitening-form__field textarea {
  min-height: 16rem;
  resize: vertical;
}

.whitening-form__hint {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.7;
}

.whitening-form__note {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #838383;
}

.whitening-form__note strong {
  color: #e7001f;
  font-weight: 600;
}

.whitening-form__submit {
  margin-top: 4rem;
  text-align: center;
}

.whitening-form__submit button {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 1.6rem 6rem;
  transition: opacity 0.2s;
}
.whitening-form__submit button:hover {
  opacity: 0.85;
}

.page-oral-surgery {
  background: #fff;
}

.oralsurgery-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .oralsurgery-detail {
    padding: 5rem 0 7rem;
  }
}

.oralsurgery-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .oralsurgery-section {
    margin-top: 7rem;
  }
}

.oralsurgery-detail .oralsurgery-section:first-child {
  margin-top: 0;
}

.oralsurgery-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .oralsurgery-section__head {
    padding: 0 1rem;
  }
}

.oralsurgery-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .oralsurgery-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.oralsurgery-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .oralsurgery-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.oralsurgery-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.oralsurgery-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-section__head-title {
    font-size: 2rem;
  }
}

.oralsurgery-rule {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 8.3rem;
  border-top: 3px solid #3E6EB4;
  border-bottom: 3px solid #3E6EB4;
}
@media (max-width: 767px) {
  .oralsurgery-rule {
    padding: 2.2rem 2rem;
  }
}

.oralsurgery-rule__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #3E6EB4;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .oralsurgery-rule__title {
    font-size: 2rem;
  }
}

.oralsurgery-lead {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-lead {
    font-size: 2rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.oralsurgery-section__body {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .oralsurgery-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.oralsurgery-section__body--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .oralsurgery-section__body--rev {
    flex-direction: column;
  }
}

.oralsurgery-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.oralsurgery-section__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-section__text {
    font-size: 1.4rem;
  }
}

.oralsurgery-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .oralsurgery-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-bottom: 2rem;
  }
}
.oralsurgery-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .oralsurgery-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.oralsurgery-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oralsurgery-section__body--rev .oralsurgery-section__image::before {
  left: -3.6rem;
}
@media (max-width: 767px) {
  .oralsurgery-section__body--rev .oralsurgery-section__image::before {
    left: -1.8rem;
  }
}

.oralsurgery-section__textblock {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .oralsurgery-section__textblock {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.oralsurgery-figbody {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .oralsurgery-figbody {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.oralsurgery-figbody--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .oralsurgery-figbody--rev {
    flex-direction: column;
  }
}

.oralsurgery-figbody__img {
  flex-shrink: 0;
  width: 52.2rem;
  height: 37.5rem;
}
@media (max-width: 767px) {
  .oralsurgery-figbody__img {
    width: 100%;
    height: auto;
    aspect-ratio: 522/375;
  }
}
.oralsurgery-figbody__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oralsurgery-figbody__img--tall {
  width: 47.6rem;
  height: 63.5rem;
}
@media (max-width: 767px) {
  .oralsurgery-figbody__img--tall {
    width: 100%;
    height: auto;
    aspect-ratio: 476/635;
  }
}

.oralsurgery-consult {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .oralsurgery-consult {
    padding: 0 2rem;
  }
}

.oralsurgery-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
}
@media (max-width: 767px) {
  .oralsurgery-consult__inner {
    padding: 7rem 2rem 3rem;
  }
}

.oralsurgery-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .oralsurgery-consult__inner::before {
    height: 4rem;
  }
}

.oralsurgery-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.oralsurgery-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .oralsurgery-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.oralsurgery-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .oralsurgery-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.oralsurgery-consult__list--single {
  grid-template-columns: 1fr;
}

.oralsurgery-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .oralsurgery-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.oralsurgery-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.oralsurgery-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.oralsurgery-features {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .oralsurgery-features {
    padding: 0 2rem;
    margin-top: 3rem;
    gap: 3rem;
  }
}

.oralsurgery-feature {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .oralsurgery-feature {
    flex-direction: column;
    gap: 1rem;
  }
}

.oralsurgery-feature__num {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .oralsurgery-feature__num {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.2rem;
  }
}

.oralsurgery-feature__body {
  flex: 1;
}

.oralsurgery-feature__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #3E6EB4;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .oralsurgery-feature__title {
    font-size: 1.8rem;
  }
}

.oralsurgery-feature__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-feature__text {
    font-size: 1.4rem;
  }
}

.oralsurgery-flow {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .oralsurgery-flow {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.oralsurgery-flow__item {
  border: 1px solid #cfe0f0;
  background: #f7faff;
  padding: 3rem 3.4rem;
}
@media (max-width: 767px) {
  .oralsurgery-flow__item {
    padding: 2rem;
  }
}

.oralsurgery-flow__head {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1.6rem;
}

.oralsurgery-flow__num {
  flex-shrink: 0;
  min-width: 5.6rem;
  height: 3.4rem;
  padding: 0 1.4rem;
  border-radius: 1.7rem;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oralsurgery-flow__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-flow__title {
    font-size: 1.7rem;
  }
}

.oralsurgery-flow__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-flow__text {
    font-size: 1.4rem;
  }
}

.oralsurgery-note {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  background: #f7faff;
  padding: 1.6rem 4.1rem 5rem;
}
@media (max-width: 767px) {
  .oralsurgery-note {
    padding: 1.6rem 2rem 3rem;
    margin-top: 3rem;
  }
}

.oralsurgery-note__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.1rem;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .oralsurgery-note__bar {
    min-height: 5rem;
    font-size: 2rem;
  }
}

.oralsurgery-note__item {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .oralsurgery-note__item {
    padding: 2.4rem 0;
  }
}

.oralsurgery-note__item + .oralsurgery-note__item {
  border-top: 1px solid #c5d6e8;
}

.oralsurgery-note__subtitle {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #395e96;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .oralsurgery-note__subtitle {
    font-size: 1.8rem;
    padding-left: 1.8rem;
  }
}
.oralsurgery-note__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1rem;
  background: linear-gradient(to bottom, #0049b7 0, #0049b7 50%, #2790ff 50%, #2790ff 100%);
}

.oralsurgery-note__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-note__text {
    font-size: 1.4rem;
  }
}

.oralsurgery-merit {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .oralsurgery-merit {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.oralsurgery-merit__inner {
  background: #dcecf5;
  padding: 5rem 5.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .oralsurgery-merit__inner {
    padding: 3rem 2rem;
  }
}

.oralsurgery-merit__cols {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .oralsurgery-merit__cols {
    flex-direction: column;
    gap: 4rem;
  }
}

.oralsurgery-merit__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.oralsurgery-merit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.9rem;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .oralsurgery-merit__head {
    font-size: 1.8rem;
    min-height: 4.5rem;
  }
}

.oralsurgery-merit__head--blue {
  background: #1877dc;
}

.oralsurgery-merit__head--gold {
  background: #AE8D47;
}

.oralsurgery-merit__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-merit__text {
    font-size: 1.4rem;
  }
}

.oralsurgery-price {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .oralsurgery-price {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.oralsurgery-price__row {
  display: flex;
  border: 1px solid #cfe0f0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .oralsurgery-price__row {
    flex-direction: column;
  }
}

.oralsurgery-price__list .oralsurgery-price__row:last-child {
  border-bottom: 1px solid #cfe0f0;
}

.oralsurgery-price__label {
  width: 36rem;
  flex-shrink: 0;
  background: #eef4fb;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-price__label {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.oralsurgery-price__value {
  flex: 1;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-price__value {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.oralsurgery-price__note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

.oralsurgery-loan {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .oralsurgery-loan {
    padding: 0 2rem;
  }
}

.oralsurgery-loan__inner {
  display: flex;
  gap: 3rem;
  align-items: center;
  background: #f7faff;
  border: 1px solid #cfe0f0;
  padding: 3rem;
}
@media (max-width: 767px) {
  .oralsurgery-loan__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.oralsurgery-loan__img {
  flex-shrink: 0;
  width: 35.1rem;
}
@media (max-width: 767px) {
  .oralsurgery-loan__img {
    width: 100%;
    max-width: 35.1rem;
  }
}
.oralsurgery-loan__img img {
  width: 100%;
  height: auto;
  display: block;
}

.oralsurgery-loan__text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .oralsurgery-loan__text {
    font-size: 1.4rem;
  }
}

.oralsurgery-banner {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .oralsurgery-banner {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.oralsurgery-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.oralsurgery-youtube {
  max-width: 96rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .oralsurgery-youtube {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.oralsurgery-youtube__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.oralsurgery-youtube__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.oralsurgery-note--cream {
  background: #fff9f5;
}

.oralsurgery-note__bar--gold {
  background: #AE8D47;
}

.oralsurgery-note__subtitle--gold {
  color: #825903;
  font-family: "Noto Serif JP", serif;
}
.oralsurgery-note__subtitle--gold::before {
  background: linear-gradient(to bottom, #825903 0, #825903 50%, #AE8D47 50%, #AE8D47 100%);
}

.oralsurgery-tel {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .oralsurgery-tel {
    padding: 0 2rem;
  }
}

.oralsurgery-tel__box {
  background: #AE8D47;
  color: #fff;
  text-align: center;
  padding: 1.6rem 5rem;
}
@media (max-width: 767px) {
  .oralsurgery-tel__box {
    padding: 1.4rem 3rem;
    width: 100%;
  }
}

.oralsurgery-tel__label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.oralsurgery-tel__num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .oralsurgery-tel__num {
    font-size: 2.8rem;
  }
}

.oralsurgery-form {
  max-width: 100.6rem;
  margin: 3rem auto 0;
  background: #f7faff;
  padding: 5rem;
}
@media (max-width: 767px) {
  .oralsurgery-form {
    padding: 3rem 2rem;
    margin: 3rem 2rem 0;
  }
}

.oralsurgery-form__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 1.6rem;
}

.oralsurgery-form__req {
  color: #e7001f;
}

.oralsurgery-form__caution {
  text-align: center;
  color: #e7001f;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.oralsurgery-form__row {
  display: flex;
  gap: 2rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #d8e4f0;
}
@media (max-width: 767px) {
  .oralsurgery-form__row {
    flex-direction: column;
    gap: 1rem;
    padding: 1.8rem 0;
  }
}

.oralsurgery-form__label {
  width: 26rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .oralsurgery-form__label {
    width: 100%;
    padding-top: 0;
  }
}

.oralsurgery-form__label .oralsurgery-form__req {
  margin-left: 0.6rem;
  font-size: 1.4rem;
}

.oralsurgery-form__field {
  flex: 1;
}

.oralsurgery-form__field input[type=text],
.oralsurgery-form__field input[type=email],
.oralsurgery-form__field input[type=tel],
.oralsurgery-form__field textarea {
  width: 100%;
  border: 1px solid #c5d6e8;
  background: #fff;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #333;
}

.oralsurgery-form__field textarea {
  min-height: 16rem;
  resize: vertical;
}

.oralsurgery-form__hint {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.7;
}

.oralsurgery-form__note {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #838383;
}

.oralsurgery-form__note strong {
  color: #e7001f;
  font-weight: 600;
}

.oralsurgery-form__submit {
  margin-top: 4rem;
  text-align: center;
}

.oralsurgery-form__submit button {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 1.6rem 6rem;
  transition: opacity 0.2s;
}
.oralsurgery-form__submit button:hover {
  opacity: 0.85;
}

.page-temporomandibular {
  background: #fff;
}

.tmj-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .tmj-detail {
    padding: 5rem 0 7rem;
  }
}

.tmj-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .tmj-section {
    margin-top: 7rem;
  }
}

.tmj-detail .tmj-section:first-child {
  margin-top: 0;
}

.tmj-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .tmj-section__head {
    padding: 0 1rem;
  }
}

.tmj-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .tmj-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.tmj-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .tmj-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.tmj-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.tmj-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-section__head-title {
    font-size: 2rem;
  }
}

.tmj-rule {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 8.3rem;
  border-top: 3px solid #3E6EB4;
  border-bottom: 3px solid #3E6EB4;
}
@media (max-width: 767px) {
  .tmj-rule {
    padding: 2.2rem 2rem;
  }
}

.tmj-rule__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #3E6EB4;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tmj-rule__title {
    font-size: 2rem;
  }
}

.tmj-lead {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-lead {
    font-size: 2rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.tmj-section__body {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .tmj-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.tmj-section__body--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .tmj-section__body--rev {
    flex-direction: column;
  }
}

.tmj-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tmj-section__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-section__text {
    font-size: 1.4rem;
  }
}

.tmj-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tmj-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-bottom: 2rem;
  }
}
.tmj-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .tmj-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.tmj-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tmj-section__body--rev .tmj-section__image::before {
  left: -3.6rem;
}
@media (max-width: 767px) {
  .tmj-section__body--rev .tmj-section__image::before {
    left: -1.8rem;
  }
}

.tmj-section__textblock {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .tmj-section__textblock {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.tmj-figbody {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .tmj-figbody {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.tmj-figbody--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .tmj-figbody--rev {
    flex-direction: column;
  }
}

.tmj-figbody__img {
  flex-shrink: 0;
  width: 52.2rem;
  height: 37.5rem;
}
@media (max-width: 767px) {
  .tmj-figbody__img {
    width: 100%;
    height: auto;
    aspect-ratio: 522/375;
  }
}
.tmj-figbody__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tmj-figbody__img--tall {
  width: 47.6rem;
  height: 63.5rem;
}
@media (max-width: 767px) {
  .tmj-figbody__img--tall {
    width: 100%;
    height: auto;
    aspect-ratio: 476/635;
  }
}

.tmj-consult {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .tmj-consult {
    padding: 0 2rem;
  }
}

.tmj-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
}
@media (max-width: 767px) {
  .tmj-consult__inner {
    padding: 7rem 2rem 3rem;
  }
}

.tmj-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .tmj-consult__inner::before {
    height: 4rem;
  }
}

.tmj-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.tmj-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .tmj-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.tmj-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .tmj-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.tmj-consult__list--single {
  grid-template-columns: 1fr;
}

.tmj-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .tmj-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.tmj-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.tmj-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.tmj-features {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .tmj-features {
    padding: 0 2rem;
    margin-top: 3rem;
    gap: 3rem;
  }
}

.tmj-feature {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .tmj-feature {
    flex-direction: column;
    gap: 1rem;
  }
}

.tmj-feature__num {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .tmj-feature__num {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.2rem;
  }
}

.tmj-feature__body {
  flex: 1;
}

.tmj-feature__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #3E6EB4;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .tmj-feature__title {
    font-size: 1.8rem;
  }
}

.tmj-feature__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-feature__text {
    font-size: 1.4rem;
  }
}

.tmj-flow {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .tmj-flow {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.tmj-flow__item {
  border: 1px solid #cfe0f0;
  background: #f7faff;
  padding: 3rem 3.4rem;
}
@media (max-width: 767px) {
  .tmj-flow__item {
    padding: 2rem;
  }
}

.tmj-flow__head {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1.6rem;
}

.tmj-flow__num {
  flex-shrink: 0;
  min-width: 5.6rem;
  height: 3.4rem;
  padding: 0 1.4rem;
  border-radius: 1.7rem;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmj-flow__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-flow__title {
    font-size: 1.7rem;
  }
}

.tmj-flow__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-flow__text {
    font-size: 1.4rem;
  }
}

.tmj-note {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  background: #f7faff;
  padding: 1.6rem 4.1rem 5rem;
}
@media (max-width: 767px) {
  .tmj-note {
    padding: 1.6rem 2rem 3rem;
    margin-top: 3rem;
  }
}

.tmj-note__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.1rem;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .tmj-note__bar {
    min-height: 5rem;
    font-size: 2rem;
  }
}

.tmj-note__item {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .tmj-note__item {
    padding: 2.4rem 0;
  }
}

.tmj-note__item + .tmj-note__item {
  border-top: 1px solid #c5d6e8;
}

.tmj-note__subtitle {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #395e96;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .tmj-note__subtitle {
    font-size: 1.8rem;
    padding-left: 1.8rem;
  }
}
.tmj-note__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1rem;
  background: linear-gradient(to bottom, #0049b7 0, #0049b7 50%, #2790ff 50%, #2790ff 100%);
}

.tmj-note__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-note__text {
    font-size: 1.4rem;
  }
}

.tmj-merit {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .tmj-merit {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.tmj-merit__inner {
  background: #dcecf5;
  padding: 5rem 5.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tmj-merit__inner {
    padding: 3rem 2rem;
  }
}

.tmj-merit__cols {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .tmj-merit__cols {
    flex-direction: column;
    gap: 4rem;
  }
}

.tmj-merit__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tmj-merit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.9rem;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tmj-merit__head {
    font-size: 1.8rem;
    min-height: 4.5rem;
  }
}

.tmj-merit__head--blue {
  background: #1877dc;
}

.tmj-merit__head--gold {
  background: #AE8D47;
}

.tmj-merit__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-merit__text {
    font-size: 1.4rem;
  }
}

.tmj-price {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .tmj-price {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.tmj-price__row {
  display: flex;
  border: 1px solid #cfe0f0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .tmj-price__row {
    flex-direction: column;
  }
}

.tmj-price__list .tmj-price__row:last-child {
  border-bottom: 1px solid #cfe0f0;
}

.tmj-price__label {
  width: 36rem;
  flex-shrink: 0;
  background: #eef4fb;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-price__label {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.tmj-price__value {
  flex: 1;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-price__value {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.tmj-price__note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

.tmj-loan {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .tmj-loan {
    padding: 0 2rem;
  }
}

.tmj-loan__inner {
  display: flex;
  gap: 3rem;
  align-items: center;
  background: #f7faff;
  border: 1px solid #cfe0f0;
  padding: 3rem;
}
@media (max-width: 767px) {
  .tmj-loan__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.tmj-loan__img {
  flex-shrink: 0;
  width: 35.1rem;
}
@media (max-width: 767px) {
  .tmj-loan__img {
    width: 100%;
    max-width: 35.1rem;
  }
}
.tmj-loan__img img {
  width: 100%;
  height: auto;
  display: block;
}

.tmj-loan__text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .tmj-loan__text {
    font-size: 1.4rem;
  }
}

.tmj-banner {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .tmj-banner {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.tmj-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.tmj-youtube {
  max-width: 96rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .tmj-youtube {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.tmj-youtube__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.tmj-youtube__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tmj-note--cream {
  background: #fff9f5;
}

.tmj-note__bar--gold {
  background: #AE8D47;
}

.tmj-note__subtitle--gold {
  color: #825903;
  font-family: "Noto Serif JP", serif;
}
.tmj-note__subtitle--gold::before {
  background: linear-gradient(to bottom, #825903 0, #825903 50%, #AE8D47 50%, #AE8D47 100%);
}

.tmj-tel {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .tmj-tel {
    padding: 0 2rem;
  }
}

.tmj-tel__box {
  background: #AE8D47;
  color: #fff;
  text-align: center;
  padding: 1.6rem 5rem;
}
@media (max-width: 767px) {
  .tmj-tel__box {
    padding: 1.4rem 3rem;
    width: 100%;
  }
}

.tmj-tel__label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.tmj-tel__num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .tmj-tel__num {
    font-size: 2.8rem;
  }
}

.tmj-form {
  max-width: 100.6rem;
  margin: 3rem auto 0;
  background: #f7faff;
  padding: 5rem;
}
@media (max-width: 767px) {
  .tmj-form {
    padding: 3rem 2rem;
    margin: 3rem 2rem 0;
  }
}

.tmj-form__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 1.6rem;
}

.tmj-form__req {
  color: #e7001f;
}

.tmj-form__caution {
  text-align: center;
  color: #e7001f;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.tmj-form__row {
  display: flex;
  gap: 2rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #d8e4f0;
}
@media (max-width: 767px) {
  .tmj-form__row {
    flex-direction: column;
    gap: 1rem;
    padding: 1.8rem 0;
  }
}

.tmj-form__label {
  width: 26rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .tmj-form__label {
    width: 100%;
    padding-top: 0;
  }
}

.tmj-form__label .tmj-form__req {
  margin-left: 0.6rem;
  font-size: 1.4rem;
}

.tmj-form__field {
  flex: 1;
}

.tmj-form__field input[type=text],
.tmj-form__field input[type=email],
.tmj-form__field input[type=tel],
.tmj-form__field textarea {
  width: 100%;
  border: 1px solid #c5d6e8;
  background: #fff;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #333;
}

.tmj-form__field textarea {
  min-height: 16rem;
  resize: vertical;
}

.tmj-form__hint {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.7;
}

.tmj-form__note {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #838383;
}

.tmj-form__note strong {
  color: #e7001f;
  font-weight: 600;
}

.tmj-form__submit {
  margin-top: 4rem;
  text-align: center;
}

.tmj-form__submit button {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 1.6rem 6rem;
  transition: opacity 0.2s;
}
.tmj-form__submit button:hover {
  opacity: 0.85;
}

.page-interlocking {
  background: #fff;
}

.interlocking-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .interlocking-detail {
    padding: 5rem 0 7rem;
  }
}

.interlocking-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .interlocking-section {
    margin-top: 7rem;
  }
}

.interlocking-detail .interlocking-section:first-child {
  margin-top: 0;
}

.interlocking-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .interlocking-section__head {
    padding: 0 1rem;
  }
}

.interlocking-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .interlocking-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.interlocking-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .interlocking-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.interlocking-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.interlocking-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-section__head-title {
    font-size: 2rem;
  }
}

.interlocking-rule {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 8.3rem;
  border-top: 3px solid #3E6EB4;
  border-bottom: 3px solid #3E6EB4;
}
@media (max-width: 767px) {
  .interlocking-rule {
    padding: 2.2rem 2rem;
  }
}

.interlocking-rule__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #3E6EB4;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .interlocking-rule__title {
    font-size: 2rem;
  }
}

.interlocking-lead {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-lead {
    font-size: 2rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.interlocking-section__body {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .interlocking-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.interlocking-section__body--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .interlocking-section__body--rev {
    flex-direction: column;
  }
}

.interlocking-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.interlocking-section__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-section__text {
    font-size: 1.4rem;
  }
}

.interlocking-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .interlocking-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-bottom: 2rem;
  }
}
.interlocking-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .interlocking-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.interlocking-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.interlocking-section__body--rev .interlocking-section__image::before {
  left: -3.6rem;
}
@media (max-width: 767px) {
  .interlocking-section__body--rev .interlocking-section__image::before {
    left: -1.8rem;
  }
}

.interlocking-section__textblock {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .interlocking-section__textblock {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.interlocking-section__textblock--wide {
  max-width: 128rem;
  padding: 0 1.6rem;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .interlocking-section__textblock--wide {
    padding: 0 2rem;
    gap: 2.4rem;
  }
}

.interlocking-section__textblock--wide .interlocking-section__text {
  line-height: 2.1875;
}
@media (max-width: 767px) {
  .interlocking-section__textblock--wide .interlocking-section__text {
    line-height: 1.9;
  }
}

.interlocking-trouble {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .interlocking-trouble {
    margin-top: 3rem;
    gap: 2.4rem;
    padding: 0 2rem;
  }
}

.interlocking-trouble__item {
  position: relative;
  background: #fff9f5;
  padding: 4.6rem 3.7rem 4.2rem 2.7rem;
}
@media (max-width: 767px) {
  .interlocking-trouble__item {
    padding: 3rem 2rem;
  }
}

.interlocking-trouble__title {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #825903;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #825903;
}
@media (max-width: 767px) {
  .interlocking-trouble__title {
    font-size: 2rem;
    padding-left: 2.4rem;
  }
}
.interlocking-trouble__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.1rem;
  height: 4.8rem;
  background: linear-gradient(to bottom, #825903 0, #825903 50%, #AE8D47 50%, #AE8D47 100%);
}
@media (max-width: 767px) {
  .interlocking-trouble__title::before {
    width: 0.8rem;
    height: 3.4rem;
  }
}

.interlocking-trouble__body {
  margin-top: 4.3rem;
  display: flex;
  gap: 4.6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .interlocking-trouble__body {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.interlocking-trouble__text {
  flex: 1;
  min-width: 0;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-trouble__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.interlocking-trouble__img {
  flex-shrink: 0;
  width: 42.8rem;
  height: 31.3rem;
}
@media (max-width: 767px) {
  .interlocking-trouble__img {
    width: 100%;
    height: auto;
    aspect-ratio: 428/313;
  }
}
.interlocking-trouble__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.interlocking-figbody {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .interlocking-figbody {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.interlocking-figbody--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .interlocking-figbody--rev {
    flex-direction: column;
  }
}

.interlocking-figbody__img {
  flex-shrink: 0;
  width: 52.2rem;
  height: 37.5rem;
}
@media (max-width: 767px) {
  .interlocking-figbody__img {
    width: 100%;
    height: auto;
    aspect-ratio: 522/375;
  }
}
.interlocking-figbody__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.interlocking-figbody__img--tall {
  width: 47.6rem;
  height: 63.5rem;
}
@media (max-width: 767px) {
  .interlocking-figbody__img--tall {
    width: 100%;
    height: auto;
    aspect-ratio: 476/635;
  }
}

.interlocking-figbody__img--detail {
  height: 39.2rem;
}
@media (max-width: 767px) {
  .interlocking-figbody__img--detail {
    aspect-ratio: 522/392;
  }
}

.interlocking-consult {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .interlocking-consult {
    padding: 0 2rem;
  }
}

.interlocking-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
}
@media (max-width: 767px) {
  .interlocking-consult__inner {
    padding: 7rem 2rem 3rem;
  }
}

.interlocking-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .interlocking-consult__inner::before {
    height: 4rem;
  }
}

.interlocking-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.interlocking-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .interlocking-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.interlocking-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .interlocking-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.interlocking-consult__list--single {
  grid-template-columns: 1fr;
}

.interlocking-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .interlocking-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.interlocking-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.interlocking-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.interlocking-features {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .interlocking-features {
    padding: 0 2rem;
    margin-top: 3rem;
    gap: 3rem;
  }
}

.interlocking-feature {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .interlocking-feature {
    flex-direction: column;
    gap: 1rem;
  }
}

.interlocking-feature__num {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .interlocking-feature__num {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.2rem;
  }
}

.interlocking-feature__body {
  flex: 1;
}

.interlocking-feature__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #3E6EB4;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .interlocking-feature__title {
    font-size: 1.8rem;
  }
}

.interlocking-feature__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-feature__text {
    font-size: 1.4rem;
  }
}

.interlocking-flow {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .interlocking-flow {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.interlocking-flow__item {
  border: 1px solid #cfe0f0;
  background: #f7faff;
  padding: 3rem 3.4rem;
}
@media (max-width: 767px) {
  .interlocking-flow__item {
    padding: 2rem;
  }
}

.interlocking-flow__head {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1.6rem;
}

.interlocking-flow__num {
  flex-shrink: 0;
  min-width: 5.6rem;
  height: 3.4rem;
  padding: 0 1.4rem;
  border-radius: 1.7rem;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interlocking-flow__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-flow__title {
    font-size: 1.7rem;
  }
}

.interlocking-flow__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-flow__text {
    font-size: 1.4rem;
  }
}

.interlocking-note {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  background: #f7faff;
  padding: 1.6rem 4.1rem 5rem;
}
@media (max-width: 767px) {
  .interlocking-note {
    padding: 1.6rem 2rem 3rem;
    margin-top: 3rem;
  }
}

.interlocking-note__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.1rem;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .interlocking-note__bar {
    min-height: 5rem;
    font-size: 2rem;
  }
}

.interlocking-note__item {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .interlocking-note__item {
    padding: 2.4rem 0;
  }
}

.interlocking-note__item + .interlocking-note__item {
  border-top: 1px solid #c5d6e8;
}

.interlocking-note__subtitle {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #395e96;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .interlocking-note__subtitle {
    font-size: 1.8rem;
    padding-left: 1.8rem;
  }
}
.interlocking-note__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1rem;
  background: linear-gradient(to bottom, #0049b7 0, #0049b7 50%, #2790ff 50%, #2790ff 100%);
}

.interlocking-note__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-note__text {
    font-size: 1.4rem;
  }
}

.interlocking-merit {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .interlocking-merit {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.interlocking-merit__inner {
  background: #dcecf5;
  padding: 5rem 5.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .interlocking-merit__inner {
    padding: 3rem 2rem;
  }
}

.interlocking-merit__cols {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .interlocking-merit__cols {
    flex-direction: column;
    gap: 4rem;
  }
}

.interlocking-merit__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.interlocking-merit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.9rem;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .interlocking-merit__head {
    font-size: 1.8rem;
    min-height: 4.5rem;
  }
}

.interlocking-merit__head--blue {
  background: #1877dc;
}

.interlocking-merit__head--gold {
  background: #AE8D47;
}

.interlocking-merit__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-merit__text {
    font-size: 1.4rem;
  }
}

.interlocking-price {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .interlocking-price {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.interlocking-price__row {
  display: flex;
  border: 1px solid #cfe0f0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .interlocking-price__row {
    flex-direction: column;
  }
}

.interlocking-price__list .interlocking-price__row:last-child {
  border-bottom: 1px solid #cfe0f0;
}

.interlocking-price__label {
  width: 36rem;
  flex-shrink: 0;
  background: #eef4fb;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-price__label {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.interlocking-price__value {
  flex: 1;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-price__value {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.interlocking-price__note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

.interlocking-loan {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .interlocking-loan {
    padding: 0 2rem;
  }
}

.interlocking-loan__inner {
  display: flex;
  gap: 3rem;
  align-items: center;
  background: #f7faff;
  border: 1px solid #cfe0f0;
  padding: 3rem;
}
@media (max-width: 767px) {
  .interlocking-loan__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.interlocking-loan__img {
  flex-shrink: 0;
  width: 35.1rem;
}
@media (max-width: 767px) {
  .interlocking-loan__img {
    width: 100%;
    max-width: 35.1rem;
  }
}
.interlocking-loan__img img {
  width: 100%;
  height: auto;
  display: block;
}

.interlocking-loan__text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .interlocking-loan__text {
    font-size: 1.4rem;
  }
}

.interlocking-banner {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .interlocking-banner {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.interlocking-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.interlocking-youtube {
  max-width: 96rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .interlocking-youtube {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.interlocking-youtube__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.interlocking-youtube__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.interlocking-note--cream {
  background: #fff9f5;
}

.interlocking-note__bar--gold {
  background: #AE8D47;
}

.interlocking-note__subtitle--gold {
  color: #825903;
  font-family: "Noto Serif JP", serif;
}
.interlocking-note__subtitle--gold::before {
  background: linear-gradient(to bottom, #825903 0, #825903 50%, #AE8D47 50%, #AE8D47 100%);
}

.interlocking-tel {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .interlocking-tel {
    padding: 0 2rem;
  }
}

.interlocking-tel__box {
  background: #AE8D47;
  color: #fff;
  text-align: center;
  padding: 1.6rem 5rem;
}
@media (max-width: 767px) {
  .interlocking-tel__box {
    padding: 1.4rem 3rem;
    width: 100%;
  }
}

.interlocking-tel__label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.interlocking-tel__num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .interlocking-tel__num {
    font-size: 2.8rem;
  }
}

.interlocking-form {
  max-width: 100.6rem;
  margin: 3rem auto 0;
  background: #f7faff;
  padding: 5rem;
}
@media (max-width: 767px) {
  .interlocking-form {
    padding: 3rem 2rem;
    margin: 3rem 2rem 0;
  }
}

.interlocking-form__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 1.6rem;
}

.interlocking-form__req {
  color: #e7001f;
}

.interlocking-form__caution {
  text-align: center;
  color: #e7001f;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.interlocking-form__row {
  display: flex;
  gap: 2rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #d8e4f0;
}
@media (max-width: 767px) {
  .interlocking-form__row {
    flex-direction: column;
    gap: 1rem;
    padding: 1.8rem 0;
  }
}

.interlocking-form__label {
  width: 26rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .interlocking-form__label {
    width: 100%;
    padding-top: 0;
  }
}

.interlocking-form__label .interlocking-form__req {
  margin-left: 0.6rem;
  font-size: 1.4rem;
}

.interlocking-form__field {
  flex: 1;
}

.interlocking-form__field input[type=text],
.interlocking-form__field input[type=email],
.interlocking-form__field input[type=tel],
.interlocking-form__field textarea {
  width: 100%;
  border: 1px solid #c5d6e8;
  background: #fff;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #333;
}

.interlocking-form__field textarea {
  min-height: 16rem;
  resize: vertical;
}

.interlocking-form__hint {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.7;
}

.interlocking-form__note {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #838383;
}

.interlocking-form__note strong {
  color: #e7001f;
  font-weight: 600;
}

.interlocking-form__submit {
  margin-top: 4rem;
  text-align: center;
}

.interlocking-form__submit button {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 1.6rem 6rem;
  transition: opacity 0.2s;
}
.interlocking-form__submit button:hover {
  opacity: 0.85;
}

.page-maternity {
  background: #fff;
}

.maternity-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .maternity-detail {
    padding: 5rem 0 7rem;
  }
}

.maternity-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .maternity-section {
    margin-top: 7rem;
  }
}

.maternity-detail .maternity-section:first-child {
  margin-top: 0;
}

.maternity-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .maternity-section__head {
    padding: 0 1rem;
  }
}

.maternity-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .maternity-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.maternity-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .maternity-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.maternity-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.maternity-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-section__head-title {
    font-size: 2rem;
  }
}

.maternity-rule {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 8.3rem;
  border-top: 3px solid #3E6EB4;
  border-bottom: 3px solid #3E6EB4;
}
@media (max-width: 767px) {
  .maternity-rule {
    padding: 2.2rem 2rem;
  }
}

.maternity-rule__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #3E6EB4;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .maternity-rule__title {
    font-size: 2rem;
  }
}

.maternity-lead {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-lead {
    font-size: 2rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.maternity-section__body {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .maternity-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.maternity-section__body--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .maternity-section__body--rev {
    flex-direction: column;
  }
}

.maternity-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.maternity-section__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-section__text {
    font-size: 1.4rem;
  }
}

.maternity-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .maternity-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-bottom: 2rem;
  }
}
.maternity-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .maternity-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.maternity-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.maternity-section__body--rev .maternity-section__image::before {
  left: -3.6rem;
}
@media (max-width: 767px) {
  .maternity-section__body--rev .maternity-section__image::before {
    left: -1.8rem;
  }
}

.maternity-section__textblock {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .maternity-section__textblock {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.maternity-figbody {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .maternity-figbody {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.maternity-figbody--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .maternity-figbody--rev {
    flex-direction: column;
  }
}

.maternity-figbody__img {
  flex-shrink: 0;
  width: 52.2rem;
  height: 37.5rem;
}
@media (max-width: 767px) {
  .maternity-figbody__img {
    width: 100%;
    height: auto;
    aspect-ratio: 522/375;
  }
}
.maternity-figbody__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.maternity-figbody__img--tall {
  width: 47.6rem;
  height: 63.5rem;
}
@media (max-width: 767px) {
  .maternity-figbody__img--tall {
    width: 100%;
    height: auto;
    aspect-ratio: 476/635;
  }
}

.maternity-consult {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .maternity-consult {
    padding: 0 2rem;
  }
}

.maternity-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
}
@media (max-width: 767px) {
  .maternity-consult__inner {
    padding: 7rem 2rem 3rem;
  }
}

.maternity-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .maternity-consult__inner::before {
    height: 4rem;
  }
}

.maternity-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.maternity-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .maternity-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.maternity-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .maternity-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.maternity-consult__list--single {
  grid-template-columns: 1fr;
}

.maternity-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .maternity-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.maternity-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.maternity-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.maternity-features {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .maternity-features {
    padding: 0 2rem;
    margin-top: 3rem;
    gap: 3rem;
  }
}

.maternity-feature {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .maternity-feature {
    flex-direction: column;
    gap: 1rem;
  }
}

.maternity-feature__num {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .maternity-feature__num {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.2rem;
  }
}

.maternity-feature__body {
  flex: 1;
}

.maternity-feature__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #3E6EB4;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .maternity-feature__title {
    font-size: 1.8rem;
  }
}

.maternity-feature__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-feature__text {
    font-size: 1.4rem;
  }
}

.maternity-flow {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .maternity-flow {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.maternity-flow__item {
  border: 1px solid #cfe0f0;
  background: #f7faff;
  padding: 3rem 3.4rem;
}
@media (max-width: 767px) {
  .maternity-flow__item {
    padding: 2rem;
  }
}

.maternity-flow__head {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1.6rem;
}

.maternity-flow__num {
  flex-shrink: 0;
  min-width: 5.6rem;
  height: 3.4rem;
  padding: 0 1.4rem;
  border-radius: 1.7rem;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maternity-flow__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-flow__title {
    font-size: 1.7rem;
  }
}

.maternity-flow__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-flow__text {
    font-size: 1.4rem;
  }
}

.maternity-note {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  background: #f7faff;
  padding: 1.6rem 4.1rem 5rem;
}
@media (max-width: 767px) {
  .maternity-note {
    padding: 1.6rem 2rem 3rem;
    margin-top: 3rem;
  }
}

.maternity-note__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.1rem;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .maternity-note__bar {
    min-height: 5rem;
    font-size: 2rem;
  }
}

.maternity-note__item {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .maternity-note__item {
    padding: 2.4rem 0;
  }
}

.maternity-note__item + .maternity-note__item {
  border-top: 1px solid #c5d6e8;
}

.maternity-note__subtitle {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #395e96;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .maternity-note__subtitle {
    font-size: 1.8rem;
    padding-left: 1.8rem;
  }
}
.maternity-note__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1rem;
  background: linear-gradient(to bottom, #0049b7 0, #0049b7 50%, #2790ff 50%, #2790ff 100%);
}

.maternity-note__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-note__text {
    font-size: 1.4rem;
  }
}

.maternity-merit {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .maternity-merit {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.maternity-merit__inner {
  background: #dcecf5;
  padding: 5rem 5.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .maternity-merit__inner {
    padding: 3rem 2rem;
  }
}

.maternity-merit__cols {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .maternity-merit__cols {
    flex-direction: column;
    gap: 4rem;
  }
}

.maternity-merit__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.maternity-merit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.9rem;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .maternity-merit__head {
    font-size: 1.8rem;
    min-height: 4.5rem;
  }
}

.maternity-merit__head--blue {
  background: #1877dc;
}

.maternity-merit__head--gold {
  background: #AE8D47;
}

.maternity-merit__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-merit__text {
    font-size: 1.4rem;
  }
}

.maternity-price {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .maternity-price {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.maternity-price__row {
  display: flex;
  border: 1px solid #cfe0f0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .maternity-price__row {
    flex-direction: column;
  }
}

.maternity-price__list .maternity-price__row:last-child {
  border-bottom: 1px solid #cfe0f0;
}

.maternity-price__label {
  width: 36rem;
  flex-shrink: 0;
  background: #eef4fb;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-price__label {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.maternity-price__value {
  flex: 1;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-price__value {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.maternity-price__note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

.maternity-loan {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .maternity-loan {
    padding: 0 2rem;
  }
}

.maternity-loan__inner {
  display: flex;
  gap: 3rem;
  align-items: center;
  background: #f7faff;
  border: 1px solid #cfe0f0;
  padding: 3rem;
}
@media (max-width: 767px) {
  .maternity-loan__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.maternity-loan__img {
  flex-shrink: 0;
  width: 35.1rem;
}
@media (max-width: 767px) {
  .maternity-loan__img {
    width: 100%;
    max-width: 35.1rem;
  }
}
.maternity-loan__img img {
  width: 100%;
  height: auto;
  display: block;
}

.maternity-loan__text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .maternity-loan__text {
    font-size: 1.4rem;
  }
}

.maternity-banner {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .maternity-banner {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.maternity-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.maternity-youtube {
  max-width: 96rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .maternity-youtube {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.maternity-youtube__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.maternity-youtube__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.maternity-note--cream {
  background: #fff9f5;
}

.maternity-note__bar--gold {
  background: #AE8D47;
}

.maternity-note__subtitle--gold {
  color: #825903;
  font-family: "Noto Serif JP", serif;
}
.maternity-note__subtitle--gold::before {
  background: linear-gradient(to bottom, #825903 0, #825903 50%, #AE8D47 50%, #AE8D47 100%);
}

.maternity-tel {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .maternity-tel {
    padding: 0 2rem;
  }
}

.maternity-tel__box {
  background: #AE8D47;
  color: #fff;
  text-align: center;
  padding: 1.6rem 5rem;
}
@media (max-width: 767px) {
  .maternity-tel__box {
    padding: 1.4rem 3rem;
    width: 100%;
  }
}

.maternity-tel__label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.maternity-tel__num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .maternity-tel__num {
    font-size: 2.8rem;
  }
}

.maternity-form {
  max-width: 100.6rem;
  margin: 3rem auto 0;
  background: #f7faff;
  padding: 5rem;
}
@media (max-width: 767px) {
  .maternity-form {
    padding: 3rem 2rem;
    margin: 3rem 2rem 0;
  }
}

.maternity-form__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 1.6rem;
}

.maternity-form__req {
  color: #e7001f;
}

.maternity-form__caution {
  text-align: center;
  color: #e7001f;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.maternity-form__row {
  display: flex;
  gap: 2rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #d8e4f0;
}
@media (max-width: 767px) {
  .maternity-form__row {
    flex-direction: column;
    gap: 1rem;
    padding: 1.8rem 0;
  }
}

.maternity-form__label {
  width: 26rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .maternity-form__label {
    width: 100%;
    padding-top: 0;
  }
}

.maternity-form__label .maternity-form__req {
  margin-left: 0.6rem;
  font-size: 1.4rem;
}

.maternity-form__field {
  flex: 1;
}

.maternity-form__field input[type=text],
.maternity-form__field input[type=email],
.maternity-form__field input[type=tel],
.maternity-form__field textarea {
  width: 100%;
  border: 1px solid #c5d6e8;
  background: #fff;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #333;
}

.maternity-form__field textarea {
  min-height: 16rem;
  resize: vertical;
}

.maternity-form__hint {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.7;
}

.maternity-form__note {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #838383;
}

.maternity-form__note strong {
  color: #e7001f;
  font-weight: 600;
}

.maternity-form__submit {
  margin-top: 4rem;
  text-align: center;
}

.maternity-form__submit button {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 1.6rem 6rem;
  transition: opacity 0.2s;
}
.maternity-form__submit button:hover {
  opacity: 0.85;
}

.page-contact {
  background: #fff;
}

.contact-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .contact-detail {
    padding: 5rem 0 7rem;
  }
}

.contact-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .contact-section {
    margin-top: 7rem;
  }
}

.contact-detail .contact-section:first-child {
  margin-top: 0;
}

.contact-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .contact-section__head {
    padding: 0 1rem;
  }
}

.contact-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.contact-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .contact-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.contact-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.contact-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-section__head-title {
    font-size: 2rem;
  }
}

.contact-rule {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 8.3rem;
  border-top: 3px solid #3E6EB4;
  border-bottom: 3px solid #3E6EB4;
}
@media (max-width: 767px) {
  .contact-rule {
    padding: 2.2rem 2rem;
  }
}

.contact-rule__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #3E6EB4;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contact-rule__title {
    font-size: 2rem;
  }
}

.contact-lead {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-lead {
    font-size: 2rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.contact-section__body {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contact-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.contact-section__body--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .contact-section__body--rev {
    flex-direction: column;
  }
}

.contact-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-section__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-section__text {
    inline-size: fit-content;
    margin-inline: auto;
    font-size: 1.4rem;
    text-align: left;
  }
}

.contact-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-bottom: 2rem;
  }
}
.contact-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/common/bg-image.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .contact-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.contact-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-section__body--rev .contact-section__image::before {
  left: -3.6rem;
}
@media (max-width: 767px) {
  .contact-section__body--rev .contact-section__image::before {
    left: -1.8rem;
  }
}

.contact-section__textblock {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .contact-section__textblock {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.contact-figbody {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contact-figbody {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.contact-figbody--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .contact-figbody--rev {
    flex-direction: column;
  }
}

.contact-figbody__img {
  flex-shrink: 0;
  width: 52.2rem;
  height: 37.5rem;
}
@media (max-width: 767px) {
  .contact-figbody__img {
    width: 100%;
    height: auto;
    aspect-ratio: 522/375;
  }
}
.contact-figbody__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-figbody__img--tall {
  width: 47.6rem;
  height: 63.5rem;
}
@media (max-width: 767px) {
  .contact-figbody__img--tall {
    width: 100%;
    height: auto;
    aspect-ratio: 476/635;
  }
}

.contact-consult {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .contact-consult {
    padding: 0 2rem;
  }
}

.contact-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
}
@media (max-width: 767px) {
  .contact-consult__inner {
    padding: 7rem 2rem 3rem;
  }
}

.contact-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .contact-consult__inner::before {
    height: 4rem;
  }
}

.contact-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.contact-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .contact-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.contact-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .contact-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.contact-consult__list--single {
  grid-template-columns: 1fr;
}

.contact-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.contact-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.contact-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.contact-features {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .contact-features {
    padding: 0 2rem;
    margin-top: 3rem;
    gap: 3rem;
  }
}

.contact-feature {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contact-feature {
    flex-direction: column;
    gap: 1rem;
  }
}

.contact-feature__num {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-feature__num {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.2rem;
  }
}

.contact-feature__body {
  flex: 1;
}

.contact-feature__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #3E6EB4;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .contact-feature__title {
    font-size: 1.8rem;
  }
}

.contact-feature__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-feature__text {
    font-size: 1.4rem;
  }
}

.contact-flow {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .contact-flow {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.contact-flow__item {
  border: 1px solid #cfe0f0;
  background: #f7faff;
  padding: 3rem 3.4rem;
}
@media (max-width: 767px) {
  .contact-flow__item {
    padding: 2rem;
  }
}

.contact-flow__head {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1.6rem;
}

.contact-flow__num {
  flex-shrink: 0;
  min-width: 5.6rem;
  height: 3.4rem;
  padding: 0 1.4rem;
  border-radius: 1.7rem;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-flow__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-flow__title {
    font-size: 1.7rem;
  }
}

.contact-flow__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-flow__text {
    font-size: 1.4rem;
  }
}

.contact-note {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  background: #f7faff;
  padding: 1.6rem 4.1rem 5rem;
}
@media (max-width: 767px) {
  .contact-note {
    padding: 1.6rem 2rem 3rem;
    margin-top: 3rem;
  }
}

.contact-note__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.1rem;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .contact-note__bar {
    min-height: 5rem;
    font-size: 2rem;
  }
}

.contact-note__item {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .contact-note__item {
    padding: 2.4rem 0;
  }
}

.contact-note__item + .contact-note__item {
  border-top: 1px solid #c5d6e8;
}

.contact-note__subtitle {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #395e96;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact-note__subtitle {
    font-size: 1.8rem;
    padding-left: 1.8rem;
  }
}
.contact-note__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1rem;
  background: linear-gradient(to bottom, #0049b7 0, #0049b7 50%, #2790ff 50%, #2790ff 100%);
}

.contact-note__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-note__text {
    font-size: 1.4rem;
  }
}

.contact-merit {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .contact-merit {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.contact-merit__inner {
  background: #dcecf5;
  padding: 5rem 5.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-merit__inner {
    padding: 3rem 2rem;
  }
}

.contact-merit__cols {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contact-merit__cols {
    flex-direction: column;
    gap: 4rem;
  }
}

.contact-merit__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-merit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.9rem;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contact-merit__head {
    font-size: 1.8rem;
    min-height: 4.5rem;
  }
}

.contact-merit__head--blue {
  background: #1877dc;
}

.contact-merit__head--gold {
  background: #AE8D47;
}

.contact-merit__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-merit__text {
    font-size: 1.4rem;
  }
}

.contact-price {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .contact-price {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.contact-price__row {
  display: flex;
  border: 1px solid #cfe0f0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .contact-price__row {
    flex-direction: column;
  }
}

.contact-price__list .contact-price__row:last-child {
  border-bottom: 1px solid #cfe0f0;
}

.contact-price__label {
  width: 36rem;
  flex-shrink: 0;
  background: #eef4fb;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-price__label {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.contact-price__value {
  flex: 1;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-price__value {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.contact-price__note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

.contact-loan {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .contact-loan {
    padding: 0 2rem;
  }
}

.contact-loan__inner {
  display: flex;
  gap: 3rem;
  align-items: center;
  background: #f7faff;
  border: 1px solid #cfe0f0;
  padding: 3rem;
}
@media (max-width: 767px) {
  .contact-loan__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.contact-loan__img {
  flex-shrink: 0;
  width: 35.1rem;
}
@media (max-width: 767px) {
  .contact-loan__img {
    width: 100%;
    max-width: 35.1rem;
  }
}
.contact-loan__img img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-loan__text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-loan__text {
    font-size: 1.4rem;
  }
}

.contact-banner {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .contact-banner {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.contact-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-youtube {
  max-width: 96rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .contact-youtube {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.contact-youtube__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.contact-youtube__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-note--cream {
  background: #fff9f5;
}

.contact-note__bar--gold {
  background: #AE8D47;
}

.contact-note__subtitle--gold {
  color: #825903;
  font-family: "Noto Serif JP", serif;
}
.contact-note__subtitle--gold::before {
  background: linear-gradient(to bottom, #825903 0, #825903 50%, #AE8D47 50%, #AE8D47 100%);
}

.contact-tel {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-tel {
    padding: 0 2rem;
  }
}

.contact-tel__box {
  background: #AE8D47;
  color: #fff;
  text-align: center;
  padding: 1.6rem 5rem;
}
@media (max-width: 767px) {
  .contact-tel__box {
    padding: 1.4rem 3rem;
    width: 100%;
  }
}

.contact-tel__label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.contact-tel__num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contact-tel__num {
    font-size: 2.8rem;
  }
}

.contact-form {
  max-width: 100.6rem;
  margin: 3.4rem auto 0;
}
@media (max-width: 767px) {
  .contact-form {
    margin: 3rem 2rem 0;
  }
}

.contact-form__box {
  background: #f7faff;
  padding: 4.2rem 9.5rem 8.9rem;
}
@media (max-width: 767px) {
  .contact-form__box {
    padding: 3rem 2rem;
  }
}

.contact-form__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .contact-form__lead {
    text-align: left;
  }
}

.contact-form__req {
  color: #e7001f;
}

.contact-form__caution {
  inline-size: fit-content;
  margin-inline: auto;
  color: #e7001f;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 8.6rem;
}
@media (max-width: 767px) {
  .contact-form__caution {
    margin-bottom: 4rem;
  }
}

.contact-form__row {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1.4rem 0;
  }
}

.contact-form__label {
  width: 28rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
  }
}

.contact-form__label .contact-form__req {
  margin-left: 0.6rem;
  font-size: 1.4rem;
}

.contact-form__field {
  flex: 1;
}

.contact-form__field input[type=text],
.contact-form__field input[type=email],
.contact-form__field input[type=tel],
.contact-form__field textarea {
  width: 100%;
  border: 1px solid #c5d6e8;
  background: #fff;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #333;
}

.contact-form__field textarea {
  min-height: 16rem;
  resize: vertical;
}

.contact-form__field select {
  appearance: none;
  border: 1px solid #c5d6e8;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23395e96'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1rem;
  padding: 1.2rem 3.4rem 1.2rem 1.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #333;
  cursor: pointer;
}

.contact-form__field--reserve {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem 2.4rem;
}
@media (max-width: 767px) {
  .contact-form__field--reserve {
    align-items: flex-start;
    gap: 2rem;
  }
}

.contact-form__date {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .contact-form__date {
    flex-wrap: wrap;
  }
}

.contact-form__unit {
  font-size: 1.6rem;
  color: #333;
}

.contact-form__radios {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.contact-form__radios label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #333;
  cursor: pointer;
}

.contact-form__radios input[type=radio] {
  appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #c8ccd2;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.contact-form__radios input[type=radio]:checked {
  border-color: #1877dc;
  background: radial-gradient(#1877dc 0 42%, #fff 46% 100%);
}

.contact-form__radios input[type=radio]:focus-visible {
  outline: 2px solid rgba(24, 119, 220, 0.4);
  outline-offset: 2px;
}

.contact-form__field .wpcf7-form-control-wrap {
  display: block;
}

.contact-form__date .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
}

.contact-form__date select {
  min-width: 8rem;
}

.contact-form__date .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.2rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact-form__date .wpcf7-not-valid-tip {
    position: static;
    display: block;
    margin-top: 0.6rem;
    white-space: normal;
  }
}

.contact-form__radios .wpcf7-radio {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}

.contact-form__radios .wpcf7-list-item {
  margin: 0;
}

.contact-form__radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #333;
  cursor: pointer;
}

.contact-form__field .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #e7001f;
}

.wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0;
  font-size: 1.4rem;
}

.contact-form__hint {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.7;
}

.contact-form__note {
  margin-top: 3rem;
  font-size: 1.4rem;
  color: #838383;
}
.contact-form__note p {
  line-height: 1.9;
}

.contact-form__note strong {
  color: #e7001f;
  font-weight: 600;
}

.contact-form__note-title {
  margin-bottom: 0.8rem;
  font-weight: 600;
  color: #333;
}

.contact-form__hours {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact-form__hours {
    font-size: 1.3rem;
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-form__hours tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-form__hours tr {
    display: block;
    margin-bottom: 0.8rem;
  }
}
.contact-form__hours th,
.contact-form__hours td {
  padding: 0.3rem 1.2rem 0.3rem 0;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  color: #333;
}
@media (max-width: 767px) {
  .contact-form__hours th,
  .contact-form__hours td {
    display: block;
    width: auto;
    padding: 0;
    white-space: normal;
  }
}
.contact-form__hours th {
  width: 11rem;
  white-space: nowrap;
  font-weight: 600;
  color: #333;
  text-indent: -0.5em;
}
.contact-form__hours th::before {
  content: "【";
}
.contact-form__hours th::after {
  content: "】";
}

.contact-form__submit {
  margin-top: 4rem;
  text-align: center;
}

.contact-form__submit button,
.contact-form__submit input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  width: 23.6rem;
  height: 5.4rem;
  background-color: #1877dc;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  transition: opacity 0.2s;
}
.contact-form__submit button:hover,
.contact-form__submit input[type=submit]:hover {
  opacity: 0.85;
}

.contact-form__submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.contact-form__submit button::after {
  content: "";
  width: 2.8rem;
  height: 0.6rem;
  background: url("../img/top/icon-arrow-w.webp") no-repeat center center;
  background-size: contain;
}

.contact-form__submit input[type=submit] {
  padding-right: 4rem;
  background-image: url("../img/top/icon-arrow-w.webp");
  background-repeat: no-repeat;
  background-position: right 2.4rem center;
  background-size: 2.8rem auto;
}

.page-orthodontics {
  background: #fff;
}

.orthodontics-detail {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .orthodontics-detail {
    padding: 5rem 0 7rem;
  }
}

.orthodontics-section {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .orthodontics-section {
    margin-top: 7rem;
  }
}

.orthodontics-detail .orthodontics-section:first-child {
  margin-top: 0;
}

.orthodontics-section__head {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .orthodontics-section__head {
    padding: 0 1rem;
  }
}

.orthodontics-section__head-base {
  background: rgba(226, 214, 190, 0.9);
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 11.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .orthodontics-section__head-base {
    height: 5.5rem;
    padding-left: 7rem;
  }
}

.orthodontics-section__head-logo {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .orthodontics-section__head-logo {
    width: 5rem;
    height: 5.2rem;
  }
}
.orthodontics-section__head-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.orthodontics-section__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-section__head-title {
    font-size: 2rem;
  }
}

.orthodontics-rule {
  max-width: 128rem;
  margin: 0 auto;
  padding: 3.6rem 8.3rem;
  border-top: 3px solid #3E6EB4;
  border-bottom: 3px solid #3E6EB4;
}
@media (max-width: 767px) {
  .orthodontics-rule {
    padding: 2.2rem 2rem;
  }
}

.orthodontics-rule__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #3E6EB4;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .orthodontics-rule__title {
    font-size: 2rem;
  }
}

.orthodontics-lead {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-lead {
    font-size: 1.8rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.orthodontics-section__body {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .orthodontics-section__body {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.orthodontics-section__body--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .orthodontics-section__body--rev {
    flex-direction: column;
  }
}

.orthodontics-section__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.orthodontics-section__text {
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-section__text {
    font-size: 1.4rem;
  }
}

.orthodontics-section__image {
  flex-shrink: 0;
  width: 54.3rem;
  height: 47.6rem;
  margin-right: 3.6rem;
  margin-bottom: 4.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .orthodontics-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 543/476;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.orthodontics-section__image::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 3.6rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #1877dc;
}
@media (max-width: 767px) {
  .orthodontics-section__image::before {
    top: 2rem;
    left: 1.8rem;
  }
}
.orthodontics-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.orthodontics-section__body--rev .orthodontics-section__image::before {
  left: -3.6rem;
}
@media (max-width: 767px) {
  .orthodontics-section__body--rev .orthodontics-section__image::before {
    left: -1.8rem;
  }
}

.orthodontics-section__textblock {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .orthodontics-section__textblock {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.orthodontics-figbody {
  max-width: 132rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  gap: 5.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .orthodontics-figbody {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.orthodontics-figbody--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .orthodontics-figbody--rev {
    flex-direction: column;
  }
}

.orthodontics-figbody__img {
  flex-shrink: 0;
  width: 52.2rem;
  height: 37.5rem;
}
@media (max-width: 767px) {
  .orthodontics-figbody__img {
    width: 100%;
    height: auto;
    aspect-ratio: 522/375;
  }
}
.orthodontics-figbody__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.orthodontics-figbody__img--tall {
  width: 47.6rem;
  height: 63.5rem;
}
@media (max-width: 767px) {
  .orthodontics-figbody__img--tall {
    width: 100%;
    height: auto;
    aspect-ratio: 476/635;
  }
}

.orthodontics-consult {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .orthodontics-consult {
    padding: 0 2rem;
  }
}

.orthodontics-consult__inner {
  position: relative;
  overflow: hidden;
  background: #ddf0ff;
  padding: 11rem 5.4rem 5rem;
}
@media (max-width: 767px) {
  .orthodontics-consult__inner {
    padding: 7rem 2rem 3rem;
  }
}

.orthodontics-consult__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: url(../img/common/stripe.webp) repeat-x left top;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .orthodontics-consult__inner::before {
    height: 4rem;
  }
}

.orthodontics-consult__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 0.3rem;
  background: #fff;
}

.orthodontics-consult__title {
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .orthodontics-consult__title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.orthodontics-consult__list {
  background: #fff;
  padding: 5rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .orthodontics-consult__list {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 1.4rem;
  }
}

.orthodontics-consult__list--single {
  grid-template-columns: 1fr;
}

.orthodontics-consult__item {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .orthodontics-consult__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.orthodontics-consult__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #2f6fbf;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.orthodontics-consult__item::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 2px solid #2f6fbf;
  border-bottom: 2px solid #2f6fbf;
  transform: translateY(-60%) rotate(45deg);
}

.orthodontics-features {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .orthodontics-features {
    padding: 0 2rem;
    margin-top: 3rem;
    gap: 2rem;
  }
}

.orthodontics-feature {
  background: #fff9f5;
  padding: 3.4rem 2.7rem 3.7rem;
}
@media (max-width: 767px) {
  .orthodontics-feature {
    padding: 2.4rem 2rem;
  }
}

.orthodontics-feature__title {
  display: flex;
  align-items: baseline;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #825903;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .orthodontics-feature__title {
    font-size: 2rem;
  }
}

.orthodontics-feature__num {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .orthodontics-feature__num {
    font-size: 2.6rem;
  }
}

.orthodontics-feature__line {
  display: block;
  height: 1px;
  background: #d8c4a3;
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .orthodontics-feature__line {
    margin: 1.4rem 0;
  }
}

.orthodontics-feature__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-feature__text {
    font-size: 1.4rem;
  }
}

.orthodontics-flow {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .orthodontics-flow {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.orthodontics-flow__item {
  border: 1px solid #cfe0f0;
  background: #f7faff;
  padding: 3rem 3.4rem;
}
@media (max-width: 767px) {
  .orthodontics-flow__item {
    padding: 2rem;
  }
}

.orthodontics-flow__head {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1.6rem;
}

.orthodontics-flow__num {
  flex-shrink: 0;
  min-width: 5.6rem;
  height: 3.4rem;
  padding: 0 1.4rem;
  border-radius: 1.7rem;
  background: #3E6EB4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orthodontics-flow__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-flow__title {
    font-size: 1.7rem;
  }
}

.orthodontics-flow__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-flow__text {
    font-size: 1.4rem;
  }
}

.orthodontics-note {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  background: #f7faff;
  padding: 1.6rem 4.1rem 5rem;
}
@media (max-width: 767px) {
  .orthodontics-note {
    padding: 1.6rem 2rem 3rem;
    margin-top: 3rem;
  }
}

.orthodontics-note__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.1rem;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .orthodontics-note__bar {
    min-height: 5rem;
    font-size: 2rem;
  }
}

.orthodontics-note__item {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .orthodontics-note__item {
    padding: 2.4rem 0;
  }
}

.orthodontics-note__item + .orthodontics-note__item {
  border-top: 1px solid #c5d6e8;
}

.orthodontics-note__subtitle {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #395e96;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .orthodontics-note__subtitle {
    font-size: 1.8rem;
    padding-left: 1.8rem;
  }
}
.orthodontics-note__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1rem;
  background: linear-gradient(to bottom, #0049b7 0, #0049b7 50%, #2790ff 50%, #2790ff 100%);
}

.orthodontics-note__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-note__text {
    font-size: 1.4rem;
  }
}

.orthodontics-merit {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .orthodontics-merit {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.orthodontics-merit__inner {
  background: #dcecf5;
  padding: 5rem 5.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .orthodontics-merit__inner {
    padding: 3rem 2rem;
  }
}

.orthodontics-merit__cols {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .orthodontics-merit__cols {
    flex-direction: column;
    gap: 4rem;
  }
}

.orthodontics-merit__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.orthodontics-merit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.9rem;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .orthodontics-merit__head {
    font-size: 1.8rem;
    min-height: 4.5rem;
  }
}

.orthodontics-merit__head--blue {
  background: #1877dc;
}

.orthodontics-merit__head--gold {
  background: #AE8D47;
}

.orthodontics-merit__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-merit__text {
    font-size: 1.4rem;
  }
}

.orthodontics-price {
  max-width: 128rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .orthodontics-price {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.orthodontics-price__row {
  display: flex;
  border: 1px solid #cfe0f0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .orthodontics-price__row {
    flex-direction: column;
  }
}

.orthodontics-price__list .orthodontics-price__row:last-child {
  border-bottom: 1px solid #cfe0f0;
}

.orthodontics-price__label {
  width: 36rem;
  flex-shrink: 0;
  background: #eef4fb;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-price__label {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.orthodontics-price__value {
  flex: 1;
  padding: 2.2rem 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-price__value {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}

.orthodontics-price__note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

.orthodontics-loan {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .orthodontics-loan {
    padding: 0 2rem;
  }
}

.orthodontics-loan__inner {
  display: flex;
  gap: 3rem;
  align-items: center;
  background: #f7faff;
  border: 1px solid #cfe0f0;
  padding: 3rem;
}
@media (max-width: 767px) {
  .orthodontics-loan__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.orthodontics-loan__img {
  flex-shrink: 0;
  width: 35.1rem;
}
@media (max-width: 767px) {
  .orthodontics-loan__img {
    width: 100%;
    max-width: 35.1rem;
  }
}
.orthodontics-loan__img img {
  width: 100%;
  height: auto;
  display: block;
}

.orthodontics-loan__text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #333;
}
@media (max-width: 767px) {
  .orthodontics-loan__text {
    font-size: 1.4rem;
  }
}

.orthodontics-banner {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .orthodontics-banner {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
.orthodontics-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.orthodontics-youtube {
  max-width: 96rem;
  margin: 4.4rem auto 0;
  padding: 0 8.3rem;
}
@media (max-width: 767px) {
  .orthodontics-youtube {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

.orthodontics-youtube__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.orthodontics-youtube__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.orthodontics-note--cream {
  background: #fff9f5;
}

.orthodontics-note__bar--gold {
  background: #AE8D47;
}

.orthodontics-note__subtitle--gold {
  color: #825903;
  font-family: "Noto Serif JP", serif;
}
.orthodontics-note__subtitle--gold::before {
  background: linear-gradient(to bottom, #825903 0, #825903 50%, #AE8D47 50%, #AE8D47 100%);
}

.orthodontics-tel {
  max-width: 128rem;
  margin: 3rem auto 0;
  padding: 0 8.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .orthodontics-tel {
    padding: 0 2rem;
  }
}

.orthodontics-tel__box {
  background: #AE8D47;
  color: #fff;
  text-align: center;
  padding: 1.6rem 5rem;
}
@media (max-width: 767px) {
  .orthodontics-tel__box {
    padding: 1.4rem 3rem;
    width: 100%;
  }
}

.orthodontics-tel__label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.orthodontics-tel__num {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .orthodontics-tel__num {
    font-size: 2.8rem;
  }
}

.orthodontics-form {
  max-width: 100.6rem;
  margin: 3rem auto 0;
  background: #f7faff;
  padding: 5rem;
}
@media (max-width: 767px) {
  .orthodontics-form {
    padding: 3rem 2rem;
    margin: 3rem 2rem 0;
  }
}

.orthodontics-form__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 1.6rem;
}

.orthodontics-form__req {
  color: #e7001f;
}

.orthodontics-form__caution {
  text-align: center;
  color: #e7001f;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.orthodontics-form__row {
  display: flex;
  gap: 2rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #d8e4f0;
}
@media (max-width: 767px) {
  .orthodontics-form__row {
    flex-direction: column;
    gap: 1rem;
    padding: 1.8rem 0;
  }
}

.orthodontics-form__label {
  width: 26rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .orthodontics-form__label {
    width: 100%;
    padding-top: 0;
  }
}

.orthodontics-form__label .orthodontics-form__req {
  margin-left: 0.6rem;
  font-size: 1.4rem;
}

.orthodontics-form__field {
  flex: 1;
}

.orthodontics-form__field input[type=text],
.orthodontics-form__field input[type=email],
.orthodontics-form__field input[type=tel],
.orthodontics-form__field textarea {
  width: 100%;
  border: 1px solid #c5d6e8;
  background: #fff;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #333;
}

.orthodontics-form__field textarea {
  min-height: 16rem;
  resize: vertical;
}

.orthodontics-form__hint {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.7;
}

.orthodontics-form__note {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #838383;
}

.orthodontics-form__note strong {
  color: #e7001f;
  font-weight: 600;
}

.orthodontics-form__submit {
  margin-top: 4rem;
  text-align: center;
}

.orthodontics-form__submit button {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #1877dc;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 1.6rem 6rem;
  transition: opacity 0.2s;
}
.orthodontics-form__submit button:hover {
  opacity: 0.85;
}

.page-404 {
  background: #fff;
}

.not-found {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .not-found {
    padding: 5rem 0 7rem;
  }
}

.not-found__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 8.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__inner {
    padding: 0 2rem;
  }
}

.not-found__code {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

.not-found__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: #AE8D47;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.not-found__btn-arrow {
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .not-found__btn-arrow {
    left: 2.4rem;
    width: 2.8rem;
  }
}
.not-found__btn-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: fit-content;
  min-width: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-link__button--denture {
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
.c-fee-table {
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
.c-fee-table-v2 {
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
