/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | 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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

:root {
  --font-noto-sans: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  --font-noto-serif: "Noto Serif JP", sans-serif;
  --font-jost: "Jost", sans-serif;
  --font-size-base: max(1.6rem, 16px);
  --font-size-md: max(2.4rem, 16px);
  --font-size-lg: max(3rem, 16px);
  --font-size-xl: max(3.6rem, 18px);
  --font-size-2xl: max(4.2rem, 20px);
  --color-base: #f0f0f0;
  --color-main: #006446;
  --color-accent01: #ffc800;
  --color-accent02: #ffee88;
  --color-font: #333;
  --color-line: #b4b4b4;
  --header-hight: 10rem;
  --padding-inline: calc(50% - 54rem);
  --box-shadow: 0.4rem 0.4rem 0.4rem rgb(0 0 0 / 0.25);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :root {
    --font-size-base: 1.4rem;
    --font-size-md: 1.8rem;
    --font-size-lg: 2.4rem;
    --font-size-xl: 3rem;
    --font-size-2xl: 2.4rem;
    --header-hight: 6rem;
  }
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: calc(1000vw / 375);
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: calc(1000vw / 1200);
  }
}
@media (min-width: 1201px) {
  html {
    font-size: 62.5%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  color: var(--color-font);
  font-family: var(--font-noto-sans);
  font-size: var(--font-size-base);
  letter-spacing: 0.04em;
}
body.fixed {
  overflow: hidden;
}

main {
  overflow: hidden;
  width: min(192rem, 100%);
  margin-inline: auto;
}
main > section:not(.fv) {
  padding-inline: calc(50% - 54rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  main > section:not(.fv) {
    padding-inline: 2rem;
  }
}

@media screen and (min-width: 769px) {
  :focus-visible {
    outline: 2px solid var(--color-main);
    outline-offset: 4px;
  }
}

:target {
  scroll-margin-top: var(--header-hight);
}

picture {
  display: block;
}

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

a,
button {
  transition: 0.2s ease;
}

em {
  font-style: initial;
}

mark {
  background-color: var(--color-accent02);
  font-weight: 700;
}

.pc {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.js-animation {
  transition: opacity 1s ease, transform 0.8s ease;
}
.js-animation.up {
  opacity: 0;
  transform: translateY(3rem);
}
.js-animation.bottom {
  opacity: 0;
  transform: translateY(-3rem);
}
.js-animation.left {
  opacity: 0;
  transform: translateX(-3rem);
}
.js-animation.right {
  opacity: 0;
  transform: translateX(3rem);
}
.js-animation.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-animation-stagger [data-animation-delay] {
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease, transform 0.8s ease;
}
.js-animation-stagger [data-animation-delay].up {
  transform: translateY(3rem);
}
.js-animation-stagger [data-animation-delay].left {
  transform: translateX(-3rem);
}
.js-animation-stagger [data-animation-delay].right {
  transform: translateX(3rem);
}
.js-animation-stagger [data-animation-delay].is-active {
  opacity: 1;
  transform: translateY(0);
}

.common-contact-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 1.6rem 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact-links {
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
  }
}
.common-contact-links a {
  display: grid;
  grid-template-columns: 4rem auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  height: 12rem;
  outline: 1px solid #fff;
  outline-offset: -0.8rem;
  border-radius: 0.8rem;
  font-size: var(--font-size-md);
  font-weight: 600;
}
@media (any-hover: hover) {
  .common-contact-links a:hover {
    filter: brightness(1.15);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact-links a {
    grid-template-columns: 3rem auto;
    height: 6rem;
    outline-offset: -0.7rem;
    border-radius: 0.6rem;
  }
}
.common-contact-links a::before {
  content: "";
  aspect-ratio: 1;
}
.common-contact-links a.mail {
  background-color: var(--color-accent01);
}
.common-contact-links a.mail::before {
  background: url(../images/common/icon-mail.svg) no-repeat center/contain;
}
.common-contact-links a.reserve {
  background-color: var(--color-accent01);
}
.common-contact-links a.reserve::before {
  background: url(../images/common/icon-reserve.svg) no-repeat center/contain;
}
.common-contact-links a.line {
  background-color: #06c755;
}
.common-contact-links a.line::before {
  background: url(../images/common/icon-line.svg) no-repeat center/contain;
}

.common-inner {
  padding-inline: calc(50% - 54rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-inner {
    padding-inline: 2rem;
  }
}

.common-heading-en {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: 6.6rem;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-heading-en {
    padding-block: 1.8rem;
    font-size: 2.4rem;
  }
}
.common-heading-en::before {
  content: attr(data-en);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50% 0;
  color: var(--color-accent02);
  white-space: nowrap;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 16rem;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  transform: translateY(4rem);
  transition: 1s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-heading-en::before {
    font-size: 6rem;
  }
}
.common-heading-en > span {
  display: block;
  overflow: hidden;
}
.common-heading-en > span > span {
  display: block;
  transform: translateY(110%);
  transition: transform 0.7s ease 0.3s;
}
.common-heading-en.is-active::before {
  opacity: 1;
  transform: translateY(0);
}
.common-heading-en.is-active > span > span {
  transform: translateY(0);
}
.common-heading-en + p {
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-heading-en + p {
    margin-top: 2rem;
  }
}

.common-logo-heading {
  display: grid;
  grid-template-columns: 5rem auto;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: var(--font-size-xl);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-logo-heading {
    grid-template-columns: 3rem auto;
    font-size: 2rem;
  }
}
.common-logo-heading::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/common/icon-logo-green.png) no-repeat center/contain;
}

.common-link {
  display: grid;
  place-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 36rem;
  height: 8rem;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  outline: 0.2rem solid #fff;
  outline-offset: -0.5rem;
  padding-inline: 2.2rem;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media (any-hover: hover) {
  .common-link:hover {
    background-color: var(--color-accent01);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-link {
    min-width: 26rem;
    height: 6rem;
    font-size: 1.4rem;
  }
}

.common-bullet-list {
  display: grid;
  align-content: center;
  gap: 1.6rem;
  padding: 2rem 6rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-bullet-list {
    padding: 2rem 2rem;
    gap: 1.2rem;
  }
}
.common-bullet-list li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-bullet-list li {
    font-size: 1.6rem;
  }
}
.common-bullet-list li::before {
  content: "";
  aspect-ratio: 1;
  margin-top: 1rem;
  border-radius: 50%;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-bullet-list li::before {
    margin-top: 0.7rem;
  }
}

.qa-list {
  display: grid;
  gap: 1.6rem;
}
.qa-list details {
  border: 0.2rem solid transparent;
  border-radius: 1.2rem;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
@media (any-hover: hover) {
  .qa-list details:hover {
    border-color: var(--color-main);
  }
}
.qa-list details summary p::before,
.qa-list details .answer::before {
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  font-family: var(--font-jost);
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .qa-list details summary p::before,
  .qa-list details .answer::before {
    font-size: 1.4rem;
  }
}
.qa-list details summary {
  border-radius: 1rem;
  padding: 1.6rem 5.4rem 1.6rem 2.4rem;
  background-color: #fff;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .qa-list details summary {
    padding: 1.2rem 3.8rem 1.2rem 1.4rem;
  }
}
.qa-list details summary::before, .qa-list details summary::after {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: 50%;
  border-radius: 0.1rem;
  background-color: #999;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .qa-list details summary::before, .qa-list details summary::after {
    right: 1.4rem;
  }
}
.qa-list details summary::before {
  width: 0.2rem;
  height: 1.6rem;
  right: 3.1rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .qa-list details summary::before {
    height: 1.4rem;
    right: 2rem;
  }
}
.qa-list details summary::after {
  width: 1.6rem;
  height: 0.2rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .qa-list details summary::after {
    width: 1.4rem;
    height: 0.2rem;
  }
}
.qa-list details summary p {
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  align-items: center;
  gap: 2.4rem;
  color: var(--color-main);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .qa-list details summary p {
    grid-template-columns: 2.6rem 1fr;
    gap: 1.4rem;
    font-size: 1.5rem;
  }
}
.qa-list details summary p::before {
  content: "Q";
}
.qa-list details[open] summary {
  background-color: var(--color-main);
  border-radius: 1rem 1rem 0 0;
}
.qa-list details[open] summary::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
  background-color: #fff;
}
.qa-list details[open] summary::after {
  background-color: #fff;
}
.qa-list details[open] summary p {
  color: #fff;
}
.qa-list details[open] summary p::before {
  background: #fff;
  color: var(--color-main);
}
.qa-list .answer {
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  align-items: center;
  gap: 2.4rem;
  padding: 1.6rem 2.4rem;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .qa-list .answer {
    grid-template-columns: 2.6rem 1fr;
    gap: 1.4rem;
    padding: 1.6rem 1.4rem;
  }
}
.qa-list .answer::before {
  content: "A";
}
.qa-list .answer p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.064em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .qa-list .answer p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}

.lower {
  letter-spacing: initial;
  font-weight: 500;
}
.lower .fv {
  display: grid;
  grid-template-columns: 1fr min(74.8rem, 45%);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  height: clamp(44rem, 60.9vw, 87.7rem);
  border: 2rem solid var(--color-main);
  border-width: 2rem 0;
  padding: clamp(10rem, 13.5vw, 19rem) 0 0 4vw;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv {
    grid-template-columns: 1fr;
    height: initial;
    border-width: 1rem 0;
    padding: 5rem 0 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv .body {
    grid-row: 2;
    margin-top: -1.7rem;
    padding: 0 2rem;
  }
}
.lower .fv .body h1 {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5rem;
  padding-inline: 4rem;
  background-color: var(--color-accent01);
  color: var(--color-main);
  font-family: var(--font-noto-serif);
  font-size: clamp(4rem, 5.6vw, 8rem);
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv .body h1 {
    margin-block: -1.6rem 2rem;
    padding: 0.6rem 2rem;
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
.lower .fv .body h2 {
  padding-block: 0.2rem;
  font-family: var(--font-noto-serif);
  font-size: clamp(2.8rem, 3.9vw, 5.6rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv .body h2 {
    font-size: 2.8rem;
  }
}
.lower .fv .body .description {
  margin-block: 3rem 3rem;
  font-size: clamp(1.6rem, 1.8vw, 3rem);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv .body .description {
    grid-row: 3;
    margin-block: 1rem 2rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.lower .fv .body > span {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv .body > span {
    font-size: 1.2rem;
  }
}
.lower .fv figure {
  position: relative;
  aspect-ratio: 748/543;
  outline: 2px solid #fff;
  outline-offset: -1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .fv figure {
    width: 100%;
    height: 20rem;
  }
}
.lower .fv figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower .common-heading {
  position: relative;
  text-align: center;
  color: var(--color-main);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-heading {
    font-size: 2.4rem;
  }
}
.lower .common-heading::before {
  content: "…";
  position: absolute;
  z-index: 2;
  top: -7.4rem;
  left: 50%;
  translate: -50% 0;
  color: var(--color-accent01);
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-heading::before {
    top: -5.4rem;
    font-size: 6rem;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  translate: -50% 0;
  display: grid;
  grid-template-columns: 19rem 1fr;
  align-items: center;
  width: min(192rem, 100%);
  height: var(--header-hight);
  border: 2rem solid var(--color-main);
  border-bottom-width: 0.2rem;
  padding-left: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header {
    grid-template-columns: 1fr 5rem;
    border-width: 1rem 1rem 1px 1rem;
    padding-left: 0.5rem;
  }
}
.site-header.is-fixed {
  position: fixed;
  height: 8rem;
  border-width: 0 0 1px 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header.is-fixed {
    height: 6rem;
    grid-template-columns: 1fr 6rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header.is-fixed .drawer-button button {
    padding: 1rem 1rem 0 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header.is-fixed .drawer-menu {
    top: 0rem;
  }
}
@media screen and (min-width: 769px) {
  .site-header.is-fixed .drawer-menu nav .tel-trigger {
    height: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .logo {
    position: relative;
    z-index: 1;
    width: 14.2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-button {
    position: relative;
    z-index: 2;
    height: 100%;
  }
  .site-header .drawer-button button {
    position: relative;
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem 0 0 0.4rem;
    background-color: var(--color-main);
  }
  .site-header .drawer-button button::after {
    content: "MENU";
    margin-top: 1.4rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .site-header .drawer-button button .line {
    position: relative;
    display: block;
    width: 3.2rem;
    height: 1px;
    background-color: #fff;
    transition: 0.3s ease;
  }
  .site-header .drawer-button button .line::before, .site-header .drawer-button button .line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s ease;
  }
  .site-header .drawer-button button .line::before {
    top: -0.9rem;
  }
  .site-header .drawer-button button .line::after {
    top: 0.9rem;
  }
  .site-header .drawer-button button[aria-expanded=true] .line {
    background-color: transparent;
  }
  .site-header .drawer-button button[aria-expanded=true] .line::before, .site-header .drawer-button button[aria-expanded=true] .line::after {
    top: 0;
  }
  .site-header .drawer-button button[aria-expanded=true] .line::before {
    transform: rotate(45deg);
  }
  .site-header .drawer-button button[aria-expanded=true] .line::after {
    transform: rotate(-45deg);
  }
}
.site-header .drawer-menu {
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu {
    position: fixed;
    top: -1rem;
    left: 0;
    width: 100vw;
    height: 100dvh;
    margin-inline: calc(50% - 50vw);
    visibility: hidden;
    opacity: 0;
    border: 1rem solid var(--color-main);
    background-color: var(--color-base);
    transition: 0.4s ease;
  }
}
.site-header .drawer-menu[data-expanded=true] {
  visibility: visible;
  opacity: 1;
}
.site-header .drawer-menu[data-expanded=true] nav {
  opacity: 1;
  translate: 0 0;
}
.site-header .drawer-menu nav {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav {
    display: block;
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 5rem;
    padding: 4rem 4rem 12rem;
    overflow-y: auto;
    opacity: 0;
    translate: 0 1.6rem;
    transition: 0.4s 0.2s ease;
  }
}
.site-header .drawer-menu nav .menu-list {
  display: flex;
  align-items: stretch;
  height: 100%;
  margin-left: auto;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list {
    display: block;
    height: auto;
    margin-left: initial;
  }
}
.site-header .drawer-menu nav .menu-list li.has-dropdown {
  position: relative;
}
@media screen and (min-width: 769px) {
  .site-header .drawer-menu nav .menu-list li.has-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    translate: -50% 0;
  }
}
.site-header .drawer-menu nav .menu-list li.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0.4rem;
  display: block;
  min-width: 16rem;
  border: 1px solid var(--color-main);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, translate 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li.has-dropdown .dropdown {
    position: static;
    translate: none;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    border: none;
    background-color: initial;
    min-width: initial;
    overflow: hidden;
    transition: none;
  }
}
.site-header .drawer-menu nav .menu-list li.has-dropdown .dropdown li {
  border-bottom: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li.has-dropdown .dropdown li:not(:last-of-type) {
    border-bottom: 1px solid #d9d9d9;
  }
}
.site-header .drawer-menu nav .menu-list li.has-dropdown .dropdown li a {
  display: block;
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .site-header .drawer-menu nav .menu-list li.has-dropdown .dropdown li a:hover {
    color: var(--color-main);
    background-color: #f8f5f0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li.has-dropdown .dropdown li a {
    display: grid;
    grid-template-columns: 1fr 0.8rem;
    align-items: center;
    padding: 1.6rem 0.8rem 1.6rem 2.4rem;
    font-size: 1.4rem;
    white-space: normal;
  }
  .site-header .drawer-menu nav .menu-list li.has-dropdown .dropdown li a::after {
    content: "";
    aspect-ratio: 5/9;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li.has-dropdown .dropdown-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .site-header .drawer-menu nav .menu-list li.has-dropdown.is-open .dropdown-wrap {
    grid-template-rows: 1fr;
  }
  .site-header .drawer-menu nav .menu-list li.has-dropdown.is-open .nav-parent::after,
  .site-header .drawer-menu nav .menu-list li.has-dropdown.is-open .accordion-toggle::after {
    transform: rotate(0deg);
  }
}
.site-header .drawer-menu nav .menu-list li {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    text-align: initial;
  }
}
.site-header .drawer-menu nav .menu-list li a,
.site-header .drawer-menu nav .menu-list li .nav-parent {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 600;
  line-height: 1.4;
}
@media (any-hover: hover) {
  .site-header .drawer-menu nav .menu-list li a:hover,
  .site-header .drawer-menu nav .menu-list li .nav-parent:hover {
    color: var(--color-main);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li a,
  .site-header .drawer-menu nav .menu-list li .nav-parent {
    text-align: initial;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li a {
    display: grid;
    grid-template-columns: 1fr 0.8rem;
    padding: 2rem 0.8rem;
  }
}
.site-header .drawer-menu nav .menu-list li .nav-parent {
  height: 100%;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li .nav-parent {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    width: 100%;
    padding: 1.6rem 4rem 1.6rem 0.8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li .nav-parent::before {
    content: "";
    position: absolute;
    right: 0.8rem;
    top: 50%;
    width: 1.6rem;
    height: 1px;
    background-color: var(--color-main);
    translate: 0 -50%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li .nav-parent::after {
    content: "";
    position: absolute;
    right: 0.8rem;
    top: 50%;
    width: 1.6rem;
    height: 1px;
    background-color: var(--color-main);
    translate: 0 -50%;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
}
.site-header .drawer-menu nav .menu-list li .nav-parent-wrap {
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li .nav-parent-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    height: auto;
  }
}
.site-header .drawer-menu nav .menu-list li .nav-parent-wrap a {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li .nav-parent-wrap a {
    display: block;
    height: auto;
    padding: 2rem 0.8rem;
  }
  .site-header .drawer-menu nav .menu-list li .nav-parent-wrap a::after {
    display: none;
  }
}
.site-header .drawer-menu nav .menu-list li .nav-parent-wrap .accordion-toggle {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .menu-list li .nav-parent-wrap .accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
  }
}
.site-header .drawer-menu nav .tel-trigger {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 100%;
  padding-inline: 2.4rem;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .tel-trigger {
    width: 100%;
    height: auto;
    margin-top: 4rem;
    padding: 1.8rem;
    border-radius: calc(infinity * 1px);
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .site-header .drawer-menu nav .tel-trigger:hover {
    opacity: 0.8;
  }
}
.site-header .drawer-menu nav .tel-trigger::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/common/icon-tel-white.svg) no-repeat center/contain;
}

.lower .site-header {
  border-left-width: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .site-header {
    border-right-width: 0;
  }
}

.tel-modal {
  width: min(42rem, 92vw);
  margin: auto;
  padding: 0;
  border: none;
  background: transparent;
  overflow: visible;
  opacity: 0;
  translate: 0 2rem;
  transition: opacity 0.4s ease, translate 0.4s ease, overlay 0.4s ease allow-discrete, display 0.4s ease allow-discrete;
}
.tel-modal[open] {
  opacity: 1;
  translate: 0 0;
}
@starting-style {
  .tel-modal[open] {
    opacity: 0;
    translate: 0 2rem;
  }
}
.tel-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease, overlay 0.4s ease allow-discrete, display 0.4s ease allow-discrete;
}
.tel-modal[open]::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
@starting-style {
  .tel-modal[open]::backdrop {
    background: rgba(0, 0, 0, 0);
  }
}
.tel-modal .modal-inner {
  position: relative;
  display: grid;
  gap: 2.8rem;
  padding-bottom: 3.2rem;
  background: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tel-modal .modal-inner {
    gap: 2.4rem;
    padding-bottom: 2.8rem;
  }
}
.tel-modal h2 {
  padding: 1.8rem;
  background: color-mix(in srgb, var(--color-main) 8%, #fff);
  color: var(--color-font);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tel-modal h2 {
    font-size: 1.6rem;
  }
}
.tel-modal .tel-links {
  display: grid;
  gap: 1.4rem;
  padding-inline: 2.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tel-modal .tel-links {
    padding-inline: 2rem;
  }
}
.tel-modal .tel-links a {
  position: relative;
  display: grid;
  place-items: center;
  padding: 1.6rem 3.6rem;
  border-radius: 5rem;
  background: var(--color-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .tel-modal .tel-links a:hover {
    opacity: 0.8;
  }
}
.tel-modal .tel-links a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  rotate: 45deg;
  translate: 0 -50%;
}
.tel-modal .hours {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tel-modal .hours {
    font-size: 1.4rem;
  }
}
.tel-modal .tel-modal-close {
  position: absolute;
  top: -4.4rem;
  right: 0;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.tel-modal .tel-modal-close::before, .tel-modal .tel-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  background: #fff;
}
.tel-modal .tel-modal-close::before {
  translate: -50% -50%;
  rotate: 45deg;
}
.tel-modal .tel-modal-close::after {
  translate: -50% -50%;
  rotate: -45deg;
}

.site-footer {
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer {
    padding-bottom: 6rem;
  }
}
.site-footer .common-inner {
  padding-block: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .common-inner {
    padding-block: 6rem;
  }
}
.site-footer .logo {
  display: grid;
  grid-template-columns: 7rem auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  color: #fff;
  font-size: var(--font-size-lg);
  font-weight: 500;
}
@media (any-hover: hover) {
  .site-footer .logo:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .logo {
    grid-template-columns: 5rem auto;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.site-footer .tel-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .tel-links {
    grid-template-columns: 1fr;
    margin-top: 6rem;
  }
}
.site-footer .tel-links a {
  display: grid;
  grid-template-columns: 2.4rem auto auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  height: 12rem;
  outline: 1px solid #fff;
  outline-offset: -0.8rem;
  border: 1px solid #fff;
  background-color: var(--color-main);
  color: #fff;
  font-size: var(--font-size-md);
  font-weight: 500;
}
@media (any-hover: hover) {
  .site-footer .tel-links a:hover {
    outline-color: var(--color-main);
    background-color: #fff;
    color: var(--color-main);
  }
  .site-footer .tel-links a:hover::before {
    background-color: var(--color-main);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .tel-links a {
    grid-template-columns: 1.8rem auto auto;
    outline-offset: -0.6rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    height: 7rem;
    font-size: 1.6rem;
  }
}
.site-footer .tel-links a::before {
  content: "";
  aspect-ratio: 27/28;
  -webkit-mask: url(../images/common/icon-tel-white.svg) no-repeat center/contain;
          mask: url(../images/common/icon-tel-white.svg) no-repeat center/contain;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
.site-footer .menu-links {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 8rem;
  margin-top: 4rem;
  font-size: var(--font-size-md);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .menu-links {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 6rem;
    font-size: 1.4rem;
  }
}
.site-footer .menu-links .col {
  display: grid;
  align-content: start;
  gap: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .menu-links .col {
    gap: 2rem;
  }
}
@media (any-hover: hover) {
  .site-footer .menu-links a:hover {
    text-decoration: underline;
  }
}
.site-footer .menu-links .col > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer .menu-links a,
.site-footer .menu-links dt,
.site-footer .menu-links span {
  color: #fff;
  line-height: 2;
}
.site-footer .menu-links .col > a,
.site-footer .menu-links dl dt {
  font-weight: 500;
}
.site-footer .menu-links dl dt {
  margin-bottom: 0.4rem;
}
.site-footer .menu-links dl dd::before {
  content: "・";
  color: #fff;
}
.site-footer .copy {
  display: block;
  padding-block: 1rem;
  background-color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .copy {
    padding-block: 0.4rem;
    font-size: 1.2rem;
  }
}

.common-fixed-links {
  position: fixed;
  width: 8rem;
  bottom: 8rem;
  right: 0;
  z-index: 4;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-rows: repeat(2, 8rem);
  row-gap: 2.4rem;
  transform: translateX(100%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-fixed-links {
    bottom: 0;
    z-index: 3;
    grid-template-rows: initial;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 6rem;
    border-top: 1px solid var(--color-main);
    background-color: #fff;
    transform: initial;
  }
}
.common-fixed-links li a {
  display: grid;
  border-radius: 4rem 0 0 4rem;
  padding: 1.8rem 1.6rem 1.8rem 2rem;
  background-color: var(--color-accent01);
}
@media (any-hover: hover) {
  .common-fixed-links li a:hover {
    filter: brightness(1.15);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-fixed-links li a {
    grid-template-rows: 1fr auto;
    justify-content: center;
    height: 100%;
    gap: 0.3rem;
    border-radius: initial;
    color: var(--color-main);
    padding: 0.8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-fixed-links li a :where(figure) {
    align-self: center;
    width: 2rem;
    margin-inline: auto;
  }
}
.common-fixed-links li a span {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-fixed-links li a span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-fixed-links li + li {
    border-left: 1px solid var(--color-main);
  }
}
.common-fixed-links li.tel {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-fixed-links li.tel {
    display: block;
  }
}
.common-fixed-links li.mail a, .common-fixed-links li.reserve a {
  background-color: var(--color-accent01);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-fixed-links li.mail a, .common-fixed-links li.reserve a {
    background-color: #fff;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-fixed-links li.mail a figure, .common-fixed-links li.reserve a figure {
    width: 2.4rem;
  }
}
.common-fixed-links li.line a {
  background-color: #06c755;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-fixed-links li.line a {
    color: #fff;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-fixed-links li.line a figure {
    width: 2.5rem;
  }
}

.common-feature-links {
  padding: 10rem calc(50% - 48rem) 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-feature-links {
    padding: 6rem 2rem 8rem;
  }
}
.common-feature-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 3.2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-feature-links ul {
    gap: 1.6rem;
  }
}
.common-feature-links ul li {
  width: calc((100% - 6.4rem) / 3);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-feature-links ul li {
    width: 100%;
  }
}
.common-feature-links ul li a {
  display: grid;
  grid-template-columns: 4.8rem auto;
  align-items: center;
  gap: 1.6rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.09);
  border: 2px solid var(--color-main);
  border-radius: 0.4rem;
  padding: 1rem 2.4rem;
  text-align: center;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (any-hover: hover) {
  .common-feature-links ul li a:hover {
    background-color: var(--color-main);
    color: #fff;
  }
  .common-feature-links ul li a:hover::before {
    background-color: #fff;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-feature-links ul li a {
    font-size: 1.6rem;
  }
}
.common-feature-links ul li a::before {
  content: "";
  aspect-ratio: 1;
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
  background-color: var(--color-main);
  transition: background-color 0.2s ease;
}
.common-feature-links ul li:nth-of-type(1) a::before {
  -webkit-mask-image: url(../images/common/icon-surgery.svg);
          mask-image: url(../images/common/icon-surgery.svg);
}
.common-feature-links ul li:nth-of-type(2) a::before {
  -webkit-mask-image: url(../images/common/icon-doctor.svg);
          mask-image: url(../images/common/icon-doctor.svg);
}
.common-feature-links ul li:nth-of-type(3) a::before {
  -webkit-mask-image: url(../images/common/icon-nurse.svg);
          mask-image: url(../images/common/icon-nurse.svg);
}
.common-feature-links ul li:nth-of-type(4) {
  width: calc((100% - 3.2rem) / 2);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-feature-links ul li:nth-of-type(4) {
    width: 100%;
  }
}
.common-feature-links ul li:nth-of-type(4) a::before {
  -webkit-mask-image: url(../images/common/icon-case.svg);
          mask-image: url(../images/common/icon-case.svg);
}
.common-feature-links ul li:nth-of-type(5) {
  width: calc((100% - 3.2rem) / 2);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-feature-links ul li:nth-of-type(5) {
    width: 100%;
  }
}
.common-feature-links ul li:nth-of-type(5) a::before {
  -webkit-mask-image: url(../images/common/icon-flow.svg);
          mask-image: url(../images/common/icon-flow.svg);
}

.common-cta {
  padding: 15rem var(--padding-inline);
  text-align: center;
  background: url(../images/common/cta-bg.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta {
    padding-block: 8rem;
    background-image: url(../images/common/cta-bg-sp.jpg);
  }
}
.common-cta h2 {
  font-family: var(--font-noto-serif);
  font-size: var(--font-size-xl);
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta h2 {
    font-size: 2rem;
  }
}
.common-cta h2 strong {
  color: var(--color-main);
  font-family: var(--font-noto-sans);
  font-size: 4.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta h2 strong {
    display: block;
    line-height: 2;
    font-size: 3rem;
  }
}
.common-cta > p {
  margin-top: 4rem;
  font-size: var(--font-size-md);
  font-weight: 700;
}
.common-cta .tel-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta .tel-links {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
}
.common-cta .tel-links a {
  display: grid;
  grid-template-columns: 5rem auto auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  height: 12rem;
  outline: 2px solid var(--color-main);
  outline-offset: -0.8rem;
  border: 2px solid var(--color-main);
  background-color: #fff;
  font-size: var(--font-size-lg);
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta .tel-links a {
    grid-template-columns: 3rem auto auto;
    justify-content: flex-start;
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
    height: 7rem;
    outline-offset: -0.6rem;
    padding-inline: 2.4rem;
    font-size: 1.6rem;
  }
}
.common-cta .tel-links a::before {
  content: "";
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0.4rem;
  background: var(--color-main) url(../images/common/icon-tel-white.svg) no-repeat center/2.8rem auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-cta .tel-links a::before {
    background-size: 1.7rem auto;
  }
}

.lower .common-counseling {
  position: relative;
  padding-block: 8rem;
  background: url(../images/common/counseling-bg.jpg) no-repeat center/cover;
}
.lower .common-counseling::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 2;
  translate: -50% 0;
  bottom: -6rem;
  width: 1.6rem;
  aspect-ratio: 16/120;
  background: url(../images/common/icon-arrow.svg) no-repeat center/contain;
  overflow: visible;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-counseling::before {
    bottom: -5rem;
    width: 1.2rem;
  }
}
.lower .common-counseling .inner {
  position: relative;
  z-index: 1;
  max-width: 95.9rem;
  margin-inline: auto;
  background-color: #fff;
  outline: 0.5rem solid var(--color-accent01);
  outline-offset: 2.2rem;
  padding: 12rem 0 9.7rem 19.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-counseling .inner {
    outline-width: 0.2rem;
    outline-offset: 0.8rem;
    padding: 4rem 2rem 4rem;
  }
}
.lower .common-counseling .inner::after {
  content: "";
  position: absolute;
  right: -22rem;
  bottom: -8.9rem;
  width: 56rem;
  aspect-ratio: 560/597;
  background: url(../images/common/counseling-doctor.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-counseling .inner::after {
    right: -4rem;
    bottom: -8.2rem;
    width: 17rem;
  }
}
.lower .common-counseling .body {
  position: relative;
  z-index: 2;
  width: min(55.9rem, 100%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-counseling .body {
    padding-bottom: 3rem;
  }
}
.lower .common-counseling h2 {
  color: var(--color-main);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-counseling h2 {
    font-size: 2.4rem;
  }
}
.lower .common-counseling p {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-counseling p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

#top main .fv {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(30rem, 40vw) minmax(8rem, 12vw);
  border: 2rem solid var(--color-main);
  padding: 10rem 4vw 2rem 4vw;
  -moz-column-gap: 1.6vw;
       column-gap: 1.6vw;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .fv {
    grid-template-columns: 1fr 9.7rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    border-width: 1rem;
    padding: 7rem 1.8rem 2rem 1.6rem;
  }
}
#top main .fv .body {
  align-self: center;
  padding-right: 2vw;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .fv .body {
    display: grid;
    grid-column: 1/span 2;
    grid-row: 2;
    margin-top: -1.7rem;
    padding: initial;
  }
}
#top main .fv .body h1 {
  white-space: nowrap;
  padding-block: 0.2rem;
  font-family: var(--font-noto-serif);
  font-size: 7rem;
  font-size: 3.4vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .fv .body h1 {
    grid-row: 2;
    margin-top: 1.3rem;
    white-space: nowrap;
    font-size: 3.6rem;
  }
}
#top main .fv .body .description {
  margin-block: 2.4rem;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .fv .body .description {
    grid-row: 3;
    margin-block: 1rem 0;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .fv .body .clinic-name {
    grid-row: 1;
  }
}
#top main .fv .body .clinic-name span {
  display: block;
}
#top main .fv .body .clinic-name span.ja {
  font-size: 1vw;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .fv .body .clinic-name span.ja {
    color: var(--color-main);
    font-size: 1.6rem;
    font-weight: 700;
  }
}
#top main .fv .body .clinic-name span.en {
  position: relative;
  margin-top: 3rem;
  padding-top: 3rem;
  color: var(--color-main);
  font-family: var(--font-jost);
  font-size: 7vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: initial;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .fv .body .clinic-name span.en {
    display: none;
  }
}
#top main .fv .body .clinic-name span.en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 0.2rem;
  background-color: var(--color-font);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .fv .body .clinic-name span.en::before {
    display: none;
  }
}
#top main .fv .body .clinic-name span.specialty {
  position: relative;
  margin-top: 3vw;
  background-color: var(--color-accent01);
  color: var(--color-main);
  text-align: center;
  font-family: var(--font-jost);
  font-size: 1.7vw;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .fv .body .clinic-name span.specialty {
    display: none;
  }
}
#top main .fv .body .clinic-name span.specialty::before, #top main .fv .body .clinic-name span.specialty::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-accent01);
}
#top main .fv .body .clinic-name span.specialty::before {
  top: -1rem;
}
#top main .fv .body .clinic-name span.specialty::after {
  bottom: -1rem;
}
#top main .fv .body h1,
#top main .fv .body .description {
  overflow: hidden;
}
#top main .fv .body .inner {
  display: block;
  opacity: 0;
  transform: translateY(110%);
  transition: 0.8s ease 0.3s;
}
#top main .fv .body .clinic-name {
  opacity: 0;
  transform: translateX(-2rem);
  transition: 1s ease 0.8s;
}
#top main .fv picture,
#top main .fv figure {
  transition: clip-path 1.1s cubic-bezier(0.76, 0, 0.24, 1) 1.4s;
}
#top main .fv picture {
  clip-path: inset(0 0 100% 0);
}
#top main .fv figure {
  clip-path: inset(0 100% 0 0);
}
#top main .fv.is-active .body .inner,
#top main .fv.is-active .body h1,
#top main .fv.is-active .body .description {
  opacity: 1;
  transform: translateY(0);
}
#top main .fv.is-active .body .clinic-name {
  opacity: 1;
  transform: translateX(0);
}
#top main .fv.is-active picture,
#top main .fv.is-active figure {
  clip-path: inset(0 0 0 0);
}
#top main .reason {
  position: relative;
  padding-top: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .reason {
    padding-top: 8rem;
  }
}
#top main .reason::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 28rem;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  aspect-ratio: 1920/390;
  background: url(../images/top/reason-text.png) no-repeat center/contain;
  opacity: 0.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .reason::before {
    display: none;
  }
}
#top main .reason .inner {
  display: grid;
  grid-template-columns: 1fr 45rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .reason .inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .reason .body {
    display: contents;
  }
}
#top main .reason .body h2 {
  margin-bottom: 5rem;
  font-family: var(--font-noto-serif);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .reason .body h2 {
    grid-row: 1;
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
#top main .reason .body h2 em {
  padding-inline: 0.5rem;
  color: var(--color-main);
  font-size: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .reason .body h2 em {
    font-size: 3.6rem;
  }
}
#top main .reason .body p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .reason .body p {
    margin-top: initial;
  }
}
#top main .reason .body p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .reason .body p + p {
    margin-top: 1em;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .reason figure {
    grid-row: 2;
    margin-bottom: 4rem;
  }
}
#top main .features {
  margin-top: 24rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .features {
    margin-top: 10rem;
  }
}
#top main .features h2 {
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: var(--font-size-lg);
  font-weight: 700;
  line-height: 1;
}
#top main .features h2 em {
  display: block;
  padding-top: 2rem;
  color: var(--color-main);
  font-family: var(--font-noto-sans);
  font-size: 4.5rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .features h2 em {
    white-space: nowrap;
    font-size: 2.8rem;
  }
}
#top main .features ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  counter-reset: item;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .features ol {
    margin-top: 5rem;
    grid-template-columns: 1fr;
  }
}
#top main .features ol li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 1.6rem;
  height: 20rem;
  align-items: center;
  outline: 2px solid var(--color-accent01);
  outline-offset: -1rem;
  box-shadow: var(--box-shadow);
  padding: 3rem 2rem;
  background-color: #fff;
  text-shadow: 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff;
  font-family: var(--font-noto-serif);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .features ol li {
    row-gap: 0.8rem;
    height: 18rem;
    outline-offset: -1.1rem;
    padding: 3rem 2.4rem 2.2rem;
    font-size: 1.8rem;
  }
}
#top main .features ol li::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: -1;
  width: 18rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .features ol li::before {
    right: 0.9rem;
    width: 16.1rem;
  }
}
#top main .features ol li::after {
  content: "Point0" counter(item);
  counter-increment: item;
  grid-row: 1;
  color: var(--color-accent01);
  text-shadow: 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff;
  font-family: var(--font-jost);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
}
#top main .features ol li p {
  letter-spacing: 0.06em;
}
#top main .features ol li:nth-of-type(1)::before {
  background: url(../images/top/features-img01.jpg) no-repeat center/contain;
}
#top main .features ol li:nth-of-type(2)::before {
  background: url(../images/top/features-img02.jpg) no-repeat center/contain;
}
#top main .features ol li:nth-of-type(3)::before {
  background: url(../images/top/features-img03.jpg) no-repeat center/contain;
}
#top main .features ol li:nth-of-type(4)::before {
  background: url(../images/top/features-img04.jpg) no-repeat center/contain;
}
#top main .features ol li:nth-of-type(5)::before {
  background: url(../images/top/features-img05.jpg) no-repeat center/contain;
}
#top main .features ol li:nth-of-type(6)::before {
  background: url(../images/top/features-img06.jpg) no-repeat center/contain;
}
#top main .features .cta {
  position: relative;
  width: 100vw;
  margin: 12rem calc(50% - 50vw) 0;
  padding-block: 11rem 12rem;
  background: url(../images/top/features-cta-bg.png) no-repeat center top/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .features .cta {
    margin-top: 6rem;
    padding-block: 5rem 6.2rem;
    background-image: url(../images/top/features-cta-bg-sp.png);
  }
}
#top main .features .cta p {
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .features .cta p {
    display: grid;
    align-items: flex-start;
    row-gap: 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
#top main .features .cta p > span {
  display: block;
  font-size: var(--font-size-lg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .features .cta p > span {
    font-size: 1.6rem;
  }
}
#top main .features .cta p > span span {
  -webkit-text-emphasis: circle #fff;
          text-emphasis: circle #fff;
}
#top main .features .cta p strong {
  display: block;
  color: var(--color-main);
  font-family: var(--font-noto-sans);
  font-size: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .features .cta p strong {
    font-size: 3rem;
    line-height: 1.5;
  }
}
#top main .features .cta .common-link {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .features .cta .common-link {
    margin-top: 2rem;
  }
}
#top main .treatment {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px));
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment {
    background-size: 4rem 4rem;
  }
}
#top main .treatment {
  padding-block: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment {
    padding-block: 8rem;
    background-size: 4.4rem 4.4rem;
  }
}
#top main .treatment .wrapper {
  position: relative;
  margin: 8rem 6rem 0;
  box-shadow: var(--box-shadow);
  border-radius: 1rem;
  padding: 4rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper {
    width: 100vw;
    margin: 5.6rem calc(50% - 50vw) 0;
    border-radius: initial;
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    padding: 0 0 4rem 0;
  }
}
#top main .treatment .wrapper .splide__slide img {
  height: 100%;
  aspect-ratio: 1000/380;
  -o-object-fit: cover;
     object-fit: cover;
}
#top main .treatment .wrapper .case-title {
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: 5;
  max-width: calc(100% - 8rem);
  border-radius: 0 0 0.8rem 0;
  padding: 1rem 2rem;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .case-title {
    position: initial;
    max-width: initial;
    border-radius: initial;
    padding: 0.8rem 1.2rem;
    font-size: 1.2rem;
  }
}
#top main .treatment .wrapper .controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  bottom: 1rem;
  right: 1.6rem;
  z-index: 10;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .controls {
    display: none;
  }
}
#top main .treatment .wrapper .controls button {
  display: grid;
  place-content: center;
  width: 4rem;
  aspect-ratio: 1;
  backdrop-filter: blur(0.4rem);
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
#top main .treatment .wrapper .controls button:hover {
  background: rgba(0, 0, 0, 0.6);
}
#top main .treatment .wrapper .controls button.btn-prev svg {
  translate: -0.1rem 0;
}
#top main .treatment .wrapper .controls button.btn-next svg {
  translate: 0.1rem 0;
}
#top main .treatment .wrapper .controls button svg {
  width: 1.8rem;
  aspect-ratio: 1;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#top main .treatment .wrapper .controls .btn-stop .pause-icon {
  display: block;
}
#top main .treatment .wrapper .controls .btn-stop .play-icon {
  display: none;
  translate: 0.3rem 0;
}
#top main .treatment .wrapper .controls .btn-stop.is-stopped .pause-icon {
  display: none;
}
#top main .treatment .wrapper .controls .btn-stop.is-stopped .play-icon {
  display: block;
}
#top main .treatment .wrapper .timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  margin-top: 2.4rem;
  padding: 0 0.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .timeline {
    margin-top: 1.6rem;
  }
}
#top main .treatment .wrapper .timeline::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-line);
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .timeline::before {
    top: 1rem;
  }
}
#top main .treatment .wrapper .timeline li {
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: var(--color-line);
  text-align: center;
  font-weight: 600;
  transition: color 0.2s ease;
}
#top main .treatment .wrapper .timeline li::before {
  content: "";
  display: block;
  width: 2.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0.4rem solid var(--color-line);
  margin: 0 auto 0.8rem;
  background: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .timeline li::before {
    width: 2rem;
    border-width: 0.3rem;
  }
}
#top main .treatment .wrapper .timeline li.is-active {
  color: var(--color-main);
}
#top main .treatment .wrapper .timeline li.is-active::before {
  border-color: #bbddcc;
  background: var(--color-main);
  transform: scale(1.2);
}
#top main .treatment .wrapper .comments {
  display: grid;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .comments {
    margin: 3.2rem 2rem 0;
  }
}
#top main .treatment .wrapper .comments li {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 1.2rem;
  border-left: 1rem solid var(--color-main);
  padding: 2.4rem;
  background-color: var(--color-base);
  transition: opacity 0.4s ease-out;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .comments li {
    border-left-width: 0.5rem;
    padding: 2rem 1.6rem;
  }
}
#top main .treatment .wrapper .comments li.is-active {
  opacity: 1;
  pointer-events: auto;
}
#top main .treatment .wrapper .comments .label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.4rem;
  padding: 1rem 1.8rem;
  background-color: var(--color-main);
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .comments .label {
    padding: 0.4rem 1.6rem;
  }
}
#top main .treatment .wrapper .comments p:not(.label):not(.author) {
  line-height: 1.6;
}
#top main .treatment .wrapper .comments .author {
  display: block;
  margin-top: auto;
  color: var(--color-main);
  text-align: end;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .detail {
    margin-inline: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 2rem;
    border: 1px solid var(--color-line);
    background-color: #d9d9d9;
  }
}
#top main .treatment .wrapper .detail button {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .detail button {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.3rem 1rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  #top main .treatment .wrapper .detail button::before, #top main .treatment .wrapper .detail button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    translate: 0 -50%;
    width: 1.4rem;
    height: 1px;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-font);
    transition: transform 0.2s ease;
  }
  #top main .treatment .wrapper .detail button::after {
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .detail.is-open button::after {
    transform: rotate(0deg);
  }
}
#top main .treatment .wrapper .detail .body {
  display: contents;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .detail .body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-in-out;
  }
  #top main .treatment .wrapper .detail .body .inner {
    overflow: hidden;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .detail.is-open .body {
    grid-template-rows: 1fr;
  }
}
#top main .treatment .wrapper .detail dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 3.2rem;
  margin-top: 4rem;
  border-radius: 1rem;
  border: 0.2rem solid var(--color-line);
  padding: 2.4rem 3rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .treatment .wrapper .detail dl {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    margin-top: initial;
    margin-inline: initial;
    border-radius: initial;
    padding: 1.4rem 1rem 1.6rem;
    border-width: 1px 0 0 0;
  }
}
#top main .treatment .wrapper .detail dl dt,
#top main .treatment .wrapper .detail dl dd {
  line-height: 1.8;
}
#top main .treatment .wrapper .common-link {
  margin-top: 4rem;
}
#top main .greeting {
  padding-block: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting {
    padding-block: 8rem;
  }
}
#top main .greeting > section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.6rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
}
#top main .greeting > section + section {
  margin-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section + section {
    margin-top: 8rem;
  }
}
#top main .greeting > section .profile {
  display: grid;
  grid-template-columns: 32rem 1fr;
  grid-column: 1/span 2;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section .profile {
    grid-template-columns: 1fr;
    grid-column: 1;
  }
}
#top main .greeting > section .profile figure {
  border: 0.5rem solid var(--color-accent01);
  grid-column: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section .profile figure {
    width: 24rem;
    border-width: 0.4rem;
    margin-inline: auto;
  }
}
#top main .greeting > section .profile .body {
  align-self: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section .profile .body {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section .profile .body .name {
    justify-content: center;
  }
}
#top main .greeting > section .profile .body blockquote {
  margin-block: 4rem 2.4rem;
  font-size: var(--font-size-lg);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section .profile .body blockquote {
    margin-block: 2.4rem 1.6rem;
    text-align: center;
    font-size: 2rem;
  }
}
#top main .greeting > section .profile .body header {
  display: grid;
  row-gap: 2.4rem;
}
#top main .greeting > section .profile .body header blockquote {
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: 2;
}
#top main .greeting > section .profile .body .comment {
  line-height: 2;
}
#top main .greeting > section .common-link {
  grid-column: 1/span 2;
  margin-top: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section .common-link {
    grid-column: 1;
    margin-top: initial;
  }
}
#top main .greeting > section.doctor {
  grid-template-columns: 1fr 1fr;
  margin-top: 8rem;
  gap: 5.6rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section.doctor {
    grid-template-columns: 1fr;
    margin-top: 4rem;
    gap: 4rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section.doctor section {
    grid-column: 1;
  }
}
#top main .greeting > section.doctor section h3 {
  font-size: var(--font-size-md);
  font-weight: 700;
}
#top main .greeting > section.doctor section dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 2.4rem;
  line-height: 2;
}
#top main .greeting > section.doctor section dl dt {
  grid-column: 1;
  font-weight: 400;
}
#top main .greeting > section.doctor section dl dd {
  grid-column: 2;
}
#top main .greeting > section.doctor section ul {
  margin-top: 2.4rem;
}
#top main .greeting > section.doctor section ul li {
  line-height: 2;
}
#top main .greeting > section.doctor .commitment {
  grid-column: 1/span 2;
  gap: 5.6rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section.doctor .commitment {
    grid-column: 1;
    gap: 4rem;
  }
}
#top main .greeting > section.doctor .commitment h3 {
  padding: 1.3rem;
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  font-size: var(--font-size-md);
  font-weight: 500;
}
#top main .greeting > section.doctor .commitment p {
  padding: 2.5rem 3.5rem;
  background-color: var(--color-base);
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section.doctor .commitment p {
    padding: 2rem 2.4rem 2.4rem;
  }
}
#top main .greeting > section.nurse .profile {
  grid-template-columns: 40rem 1fr;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .greeting > section.nurse .profile {
    grid-template-columns: 1fr;
  }
}
#top main .flow {
  position: relative;
  padding-block: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow {
    padding-block: 8rem;
  }
}
#top main .flow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  background: url(../images/top/flow-bg.jpg) no-repeat center top/cover;
}
#top main .flow header .common-heading-en {
  color: var(--color-main);
}
#top main .flow header .common-heading-en::before {
  color: #fff;
}
#top main .flow ol {
  counter-reset: item;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow ol {
    margin-top: 5.6rem;
  }
}
#top main .flow ol li {
  display: grid;
  grid-template-columns: 13rem 1fr 28rem;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  padding: 1.5rem 1.5rem 1.5rem 0;
  border-left: 1rem solid var(--color-main);
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow ol li {
    grid-template-columns: 1fr 8rem;
    border-left-width: 0.5rem;
    padding: 2rem;
  }
}
#top main .flow ol li + li {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow ol li + li {
    margin-top: 3rem;
  }
}
#top main .flow ol li span {
  position: relative;
  display: grid;
  padding-inline: 2.4rem;
  place-content: center;
  text-align: center;
  color: var(--color-main);
  font-family: var(--font-jost);
  font-size: var(--font-size-md);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow ol li span {
    grid-column: 1;
    display: inline-block;
    place-content: initial;
    padding-inline: initial;
    text-align: initial;
    font-size: 2.4rem;
  }
}
#top main .flow ol li span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow ol li span::before {
    display: none;
  }
}
#top main .flow ol li span::after {
  content: "0" counter(item);
  counter-increment: item;
  font-size: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow ol li span::after {
    font-size: 2rem;
    padding-left: 0.4rem;
  }
}
#top main .flow ol li .body {
  align-self: center;
  padding-block: 0.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow ol li .body {
    display: contents;
    padding-block: initial;
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
#top main .flow ol li .body h3 {
  margin-block: 0.8rem 2.4rem;
  color: var(--color-main);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: initial;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow ol li .body h3 {
    align-self: center;
    margin-block: initial;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
#top main .flow ol li .body p {
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow ol li .body p {
    margin-top: 2rem;
    grid-column: 1/span 2;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow ol li figure {
    grid-column: 2;
    grid-row: 1/span 2;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
  }
  #top main .flow ol li figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top main .flow ol li:nth-of-type(1) figure img {
  -o-object-position: right;
     object-position: right;
}
#top main .flow .banner {
  display: block;
  margin-top: 8rem;
}
@media (any-hover: hover) {
  #top main .flow .banner:hover {
    filter: brightness(0.8);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .banner {
    margin-top: 4rem;
  }
}
#top main .clinic {
  padding-block: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic {
    padding-block: 8rem;
  }
}
#top main .clinic .inner {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner {
    margin-top: 5.6rem;
  }
}
#top main .clinic .inner > section {
  display: grid;
  grid-template-columns: 40rem 1fr;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#top main .clinic .inner > section + section {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section + section {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section .body {
    display: contents;
  }
}
#top main .clinic .inner > section .body dl {
  margin-top: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section .body dl {
    margin-top: initial;
  }
}
#top main .clinic .inner > section .body dl dt {
  margin-bottom: 1rem;
  font-size: var(--font-size-md);
  font-weight: 600;
}
#top main .clinic .inner > section .body dl dd {
  line-height: 1.6;
}
#top main .clinic .inner > section .body ul {
  margin-top: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section .body ul {
    margin-top: initial;
  }
}
#top main .clinic .inner > section .body ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
#top main .clinic .inner > section .body ul li::before {
  content: "●";
}
#top main .clinic .inner > section .body ul li + li {
  margin-top: 0.8rem;
}
#top main .clinic .inner > section .body .tel {
  margin-top: 2rem;
  font-family: var(--font-jost);
  font-size: var(--font-size-md);
  font-weight: 600;
  line-height: 1;
}
@media (any-hover: hover) {
  #top main .clinic .inner > section .body .tel:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section .body .tel {
    margin-top: initial;
    font-size: 2.4rem;
  }
}
#top main .clinic .inner > section .body .tel a {
  font-size: var(--font-size-xl);
}
#top main .clinic .inner > section .access {
  grid-column: 1/span 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section .access {
    grid-column: 1;
  }
}
#top main .clinic .inner > section .access iframe {
  width: 100%;
  height: 30rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section .access iframe {
    height: 24rem;
  }
}
#top main .clinic .inner > section .access p {
  margin-top: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section .access p {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section figure {
    grid-row: 2;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .inner > section figure img {
    aspect-ratio: 320/240;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top main .clinic .link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .link-list {
    grid-template-columns: 1fr;
    margin-top: 6rem;
  }
}
#top main .clinic .link-list li a {
  position: relative;
  display: block;
  border-radius: 1.3rem;
  outline: 0.2rem solid #fff;
  outline-offset: -0.7rem;
}
@media (any-hover: hover) {
  #top main .clinic .link-list li a:hover figure img {
    transform: scale(1.06);
  }
}
#top main .clinic .link-list li a span {
  position: absolute;
  top: 50%;
  left: 2rem;
  translate: 0 -50%;
  z-index: 2;
  color: #fff;
  font-size: var(--color-base);
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .clinic .link-list li a span {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}
#top main .clinic .link-list li a figure {
  position: relative;
  z-index: -1;
  filter: brightness(0.7);
  border-radius: 1rem;
  overflow: hidden;
}
#top main .clinic .link-list li a figure img {
  transition: 0.5s ease;
}
#top main .scroll-banner {
  overflow: hidden;
}
#top main .scroll-banner .scroll-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}
#top main .scroll-banner .scroll-track img {
  height: 20rem;
  width: auto;
  display: block;
  flex-shrink: 0;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#insurance main .about {
  padding-block: 10rem;
  background: url(../images/insurance/about-bg.jpg) no-repeat top/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about {
    padding-block: 8rem;
  }
}
#insurance main .about .inner {
  padding-block: 12.4rem 8rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner {
    padding-block: 8rem;
  }
}
#insurance main .about .inner h2 {
  white-space: nowrap;
}
#insurance main .about .inner .body {
  padding-inline: 10rem;
  margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body {
    padding-inline: 2rem;
    margin-top: 2.4rem;
  }
}
#insurance main .about .inner .body figure {
  width: min(34.1rem, 100%);
  margin: 4rem auto 0;
  border: 4px solid var(--color-accent01);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body figure {
    margin-top: 2.4rem;
  }
}
#insurance main .about .inner .body .intro {
  text-align: center;
}
#insurance main .about .inner .body .intro p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body .intro p {
    font-size: 1.4rem;
  }
}
#insurance main .about .inner .body .intro p + p {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body .intro p + p {
    margin-top: 2.4rem;
  }
}
#insurance main .about .inner .body section {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body section {
    margin-top: 6.4rem;
  }
}
#insurance main .about .inner .body section + section {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body section + section {
    margin-top: 6.4rem;
  }
}
#insurance main .about .inner .body section h3 {
  display: grid;
  grid-template-columns: 5rem auto;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  color: var(--color-main);
  font-family: var(--font-noto-serif);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body section h3 {
    grid-template-columns: 3rem auto;
    font-size: 1.8rem;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}
#insurance main .about .inner .body section h3::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/common/icon-logo-green.png) no-repeat center/contain;
}
#insurance main .about .inner .body section .text {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body section .text {
    margin-top: 2.4rem;
  }
}
#insurance main .about .inner .body section .text p {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body section .text p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#insurance main .about .inner .body section .text p + p {
  margin-top: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body section .text p + p {
    margin-top: 2.4rem;
  }
}
#insurance main .about .inner .body section .text ul {
  margin-top: 1.6rem;
  padding: 2rem 4rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body section .text ul {
    padding: 1.6rem 2rem;
  }
}
#insurance main .about .inner .body section .text ul li {
  display: grid;
  grid-template-columns: 1rem auto;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .about .inner .body section .text ul li {
    grid-template-columns: 0.8rem auto;
    font-size: 1.4rem;
  }
}
#insurance main .about .inner .body section .text ul li::before {
  content: "";
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-font);
}
#insurance main .about .inner .body section .text ul li + li {
  margin-top: 0.4rem;
}
#insurance main .about .inner .body section .text ul + p {
  margin-top: 1.6rem;
}
#insurance main .case {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px));
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .case {
    background-size: 4rem 4rem;
  }
}
#insurance main .case {
  padding-block: 14.4rem 16.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .case {
    padding-block: 10rem 8rem;
  }
}
#insurance main .case .inner {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .case .inner {
    margin-top: 2.4rem;
  }
}
#insurance main .case p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .case p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#insurance main .case p + p {
  margin-top: 3rem;
}
#insurance main .case p.note {
  font-size: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .case p.note {
    font-size: 1.2rem;
  }
}
#insurance main .case section {
  margin-top: 8rem;
}
#insurance main .case section h3 {
  display: grid;
  grid-template-columns: 5rem auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: 3rem;
  color: var(--color-main);
  font-family: var(--font-noto-serif);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .case section h3 {
    grid-template-columns: 3rem auto;
    font-size: 1.8rem;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    margin-bottom: 2rem;
  }
}
#insurance main .case section h3::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/common/icon-logo-green.png) no-repeat center/contain;
}
#insurance main .case ul {
  display: grid;
  justify-content: center;
  margin-block: 2rem;
  outline: 2px solid var(--color-accent01);
  outline-offset: -1.7rem;
  border: 2px solid var(--color-base);
  padding: 5rem 4rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .case ul {
    outline-offset: -1.4rem;
    padding: 4rem 2.4rem;
  }
}
#insurance main .case ul li {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .case ul li {
    text-indent: -2.4rem;
    padding-left: 2.4rem;
    font-size: 1.4rem;
  }
}
#insurance main .case ul li::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  margin-right: 0.8rem;
  aspect-ratio: 1;
  background: url(../images/common/icon-check.svg) no-repeat center/contain;
  translate: 0 0.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .case ul li::before {
    width: 1.8rem;
    margin-right: 0.6rem;
  }
}
#insurance main .case ul li b {
  color: var(--color-main);
}
#insurance main .case ul li + li {
  margin-top: 1.2rem;
}
#insurance main .chart {
  background-color: #fafafa;
  padding-block: 14rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .chart {
    padding-block: 10rem 8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .chart h2 {
    white-space: nowrap;
  }
}
#insurance main .chart .inner {
  margin-top: 8rem;
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .chart .inner {
    margin-top: 4rem;
    gap: 3rem;
  }
}
#insurance main .chart table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .chart table {
    font-size: 1.4rem;
  }
}
#insurance main .chart table thead tr {
  background-color: var(--color-main);
}
#insurance main .chart table thead tr th {
  padding: 2rem 2.4rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  border: 1px solid #9f9f9f;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .chart table thead tr th {
    padding: 1rem 1rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
#insurance main .chart table thead tr th:first-child {
  width: 18.5%;
  padding-inline: 4rem 6.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .chart table thead tr th:first-child {
    width: 7.5rem;
    padding-inline: 0.8rem;
  }
}
#insurance main .chart table tbody tr {
  background-color: #fff;
  border: 1px solid #9f9f9f;
}
#insurance main .chart table tbody tr th {
  padding: 1.6rem 6.4rem 1.6rem 4rem;
  text-align: left;
  white-space: nowrap;
  border-right: 1px solid #9f9f9f;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .chart table tbody tr th {
    padding: 1rem 0.8rem;
    white-space: initial;
  }
}
#insurance main .chart table tbody tr td {
  padding: 1.6rem 2.4rem;
  line-height: 1.8;
  border-right: 1px solid #9f9f9f;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .chart table tbody tr td {
    padding: 1rem 0.8rem;
  }
}
#insurance main .chart table tbody tr td:last-child {
  border-right: none;
}
#insurance main .chart .point-box {
  display: grid;
  grid-template-columns: 9.9rem 1fr;
  align-items: center;
  gap: 4.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .chart .point-box {
    grid-template-columns: 6rem 1fr;
    align-items: flex-start;
    gap: 2rem;
  }
}
#insurance main .chart .point-box .text p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .chart .point-box .text p {
    font-size: 1.3rem;
  }
}
#insurance main .chart .point-box .text p + p {
  margin-top: 0.5rem;
}
#insurance main .philosophy {
  padding-block: 14rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .philosophy {
    padding-block: 8rem;
  }
}
#insurance main .philosophy ol {
  display: grid;
  gap: 10rem;
  counter-reset: item;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .philosophy ol {
    margin-top: 5rem;
    gap: 6rem;
  }
}
#insurance main .philosophy ol li h3 {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
  color: var(--color-main);
  font-family: var(--font-noto-serif);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .philosophy ol li h3 {
    gap: 1.2rem;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
}
#insurance main .philosophy ol li h3::before {
  content: "0" counter(item);
  counter-increment: item;
  flex-shrink: 0;
  color: var(--color-accent01);
  font-family: var(--font-jost);
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .philosophy ol li h3::before {
    font-size: 3.2rem;
  }
}
#insurance main .philosophy ol li .body {
  display: grid;
  grid-template-columns: 1fr 32rem;
  align-items: center;
  gap: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .philosophy ol li .body {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#insurance main .philosophy ol li .body .text p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .philosophy ol li .body .text p {
    font-size: 1.4rem;
  }
}
#insurance main .philosophy ol li .body .text p + p {
  margin-top: 2rem;
}
#insurance main .philosophy ol li .body .text ul {
  margin-block: 1.2rem;
}
#insurance main .philosophy ol li .body .text ul li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .philosophy ol li .body .text ul li {
    font-size: 1.6rem;
  }
}
#insurance main .philosophy ol li .body .text ul li::before {
  content: "";
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-font);
}
#insurance main .philosophy ol li .body .text ul li + li {
  margin-top: 0.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .philosophy ol li .body figure {
    grid-row: 1;
  }
}
#insurance main .philosophy ol li:nth-of-type(2n) .body {
  grid-template-columns: 32rem 1fr;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .philosophy ol li:nth-of-type(2n) .body {
    grid-template-columns: 1fr;
  }
}
#insurance main .clinic {
  padding-block: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic {
    padding-block: 8rem;
  }
}
#insurance main .clinic .inner {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner {
    margin-top: 5.6rem;
  }
}
#insurance main .clinic .inner > section {
  display: grid;
  grid-template-columns: 40rem 1fr;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#insurance main .clinic .inner > section + section {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section + section {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section .body {
    display: contents;
  }
}
#insurance main .clinic .inner > section .body dl {
  margin-top: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section .body dl {
    margin-top: initial;
  }
}
#insurance main .clinic .inner > section .body dl dt {
  margin-bottom: 1rem;
  font-size: var(--font-size-md);
  font-weight: 600;
}
#insurance main .clinic .inner > section .body dl dd {
  line-height: 1.6;
}
#insurance main .clinic .inner > section .body ul {
  margin-top: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section .body ul {
    margin-top: initial;
  }
}
#insurance main .clinic .inner > section .body ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
#insurance main .clinic .inner > section .body ul li::before {
  content: "●";
}
#insurance main .clinic .inner > section .body ul li + li {
  margin-top: 0.8rem;
}
#insurance main .clinic .inner > section .body .tel {
  margin-top: 2rem;
  font-family: var(--font-jost);
  font-size: var(--font-size-md);
  font-weight: 600;
  line-height: 1;
}
@media (any-hover: hover) {
  #insurance main .clinic .inner > section .body .tel:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section .body .tel {
    margin-top: initial;
    font-size: 2.4rem;
  }
}
#insurance main .clinic .inner > section .body .tel a {
  font-size: var(--font-size-xl);
}
#insurance main .clinic .inner > section .access {
  grid-column: 1/span 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section .access {
    grid-column: 1;
  }
}
#insurance main .clinic .inner > section .access iframe {
  width: 100%;
  height: 30rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section .access iframe {
    height: 24rem;
  }
}
#insurance main .clinic .inner > section .access p {
  margin-top: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section .access p {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section figure {
    grid-row: 2;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .inner > section figure img {
    aspect-ratio: 320/240;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#insurance main .clinic .link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .link-list {
    grid-template-columns: 1fr;
    margin-top: 6rem;
  }
}
#insurance main .clinic .link-list li a {
  position: relative;
  display: block;
}
@media (any-hover: hover) {
  #insurance main .clinic .link-list li a:hover figure img {
    transform: scale(1.06);
  }
}
#insurance main .clinic .link-list li a span {
  position: absolute;
  top: 50%;
  left: 2rem;
  translate: 0 -50%;
  z-index: 2;
  color: #fff;
  font-size: var(--color-base);
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #insurance main .clinic .link-list li a span {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}
#insurance main .clinic .link-list li a figure {
  filter: brightness(0.7);
  border-radius: 1rem;
  overflow: hidden;
}
#insurance main .clinic .link-list li a figure img {
  transition: 0.5s ease;
}

#case main .treatment {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px));
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment {
    background-size: 4rem 4rem;
  }
}
#case main .treatment {
  padding-block: 7.6rem 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment {
    padding-block: 8rem 0;
    background-size: 4.4rem 4.4rem;
  }
}
#case main .treatment .case-slider {
  position: relative;
}
#case main .treatment .case-slider .splide__track {
  overflow: visible;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .case-slider > .splide__track {
    overflow: hidden;
  }
}
#case main .treatment .case-slider .case-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding-inline: 4.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .case-slider .case-controls {
    left: 0;
    right: 0;
    padding-inline: 0;
    transform: translate(0, -50%);
  }
  #case main .treatment .case-slider .case-controls button {
    translate: -50% 0;
  }
  #case main .treatment .case-slider .case-controls .case-btn-next {
    margin-left: auto;
    translate: 50% 0;
  }
}
#case main .treatment .case-slider .case-controls button {
  pointer-events: auto;
  display: grid;
  place-content: center;
  width: 6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: none;
  background: var(--color-main);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  #case main .treatment .case-slider .case-controls button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .case-slider .case-controls button {
    width: 4rem;
  }
}
#case main .treatment .case-slider .case-controls button::before {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .case-slider .case-controls button::before {
    width: 1.2rem;
  }
}
#case main .treatment .case-slider .case-controls button.case-btn-prev::before {
  transform: rotate(-135deg) translate(-0.2rem, 0.2rem);
}
#case main .treatment .case-slider .case-controls button.case-btn-next::before {
  transform: rotate(45deg) translate(-0.2rem, 0.2rem);
}
#case main .treatment .case-slider .splide__pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  padding-block: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .case-slider .splide__pagination {
    padding-top: 2.4rem;
  }
}
#case main .treatment .case-slider .splide__pagination li button {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--color-line);
  border: none;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
#case main .treatment .case-slider .splide__pagination li button.is-active {
  background: var(--color-main);
  transform: scale(1.3);
}
@media screen and (min-width: 769px) {
  #case main .treatment .splide__slide {
    opacity: 0.6;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }
  #case main .treatment .splide__slide.is-active, #case main .treatment .splide__slide.is-pre-active {
    opacity: 1;
    pointer-events: auto;
  }
  #case main .treatment .splide__slide.is-active .wrapper, #case main .treatment .splide__slide.is-pre-active .wrapper {
    box-shadow: var(--box-shadow);
  }
}
#case main .treatment .wrapper {
  position: relative;
  border-radius: 1rem;
  padding: 4rem;
  background-color: #fff;
  transition: box-shadow 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper {
    width: calc(100% - 1.2rem);
    margin: 0 auto 0.8rem;
    padding: 2.4rem 1.6rem 4rem;
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  }
}
#case main .treatment .wrapper .case-title {
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: 5;
  max-width: calc(100% - 8rem);
  border-radius: 0 0 0.8rem 0;
  padding: 1rem 2rem;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .case-title {
    position: initial;
    max-width: initial;
    border-radius: initial;
    padding: 0.6rem 1.2rem;
    font-size: 1.3rem;
  }
}
#case main .treatment .wrapper .splide__slide img {
  height: 100%;
  aspect-ratio: 1000/380;
  -o-object-fit: cover;
     object-fit: cover;
}
#case main .treatment .wrapper .controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  bottom: 1rem;
  right: 1.6rem;
  z-index: 10;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .controls {
    display: none;
  }
}
#case main .treatment .wrapper .controls button {
  display: grid;
  place-content: center;
  width: 4rem;
  aspect-ratio: 1;
  backdrop-filter: blur(0.4rem);
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
#case main .treatment .wrapper .controls button:hover {
  background: rgba(0, 0, 0, 0.6);
}
#case main .treatment .wrapper .controls button.btn-prev svg {
  translate: -0.1rem 0;
}
#case main .treatment .wrapper .controls button.btn-next svg {
  translate: 0.1rem 0;
}
#case main .treatment .wrapper .controls button svg {
  width: 1.8rem;
  aspect-ratio: 1;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#case main .treatment .wrapper .controls .btn-stop .pause-icon {
  display: block;
}
#case main .treatment .wrapper .controls .btn-stop .play-icon {
  display: none;
  translate: 0.3rem 0;
}
#case main .treatment .wrapper .controls .btn-stop.is-stopped .pause-icon {
  display: none;
}
#case main .treatment .wrapper .controls .btn-stop.is-stopped .play-icon {
  display: block;
}
#case main .treatment .wrapper .timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  margin-top: 2.4rem;
  padding-inline: 0.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .timeline {
    padding-inline: initial;
  }
}
#case main .treatment .wrapper .timeline::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-line);
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .timeline::before {
    top: 1rem;
  }
}
#case main .treatment .wrapper .timeline li {
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: var(--color-line);
  text-align: center;
  font-weight: 600;
  transition: color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .timeline li {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
#case main .treatment .wrapper .timeline li::before {
  content: "";
  display: block;
  width: 2.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0.4rem solid var(--color-line);
  margin: 0 auto 0.8rem;
  background: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .timeline li::before {
    width: 2rem;
    border-width: 0.3rem;
  }
}
#case main .treatment .wrapper .timeline li.is-active {
  color: var(--color-main);
}
#case main .treatment .wrapper .timeline li.is-active::before {
  border-color: #bbddcc;
  background: var(--color-main);
  transform: scale(1.2);
}
#case main .treatment .wrapper .comments {
  display: grid;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .comments {
    margin-top: 2.4rem;
  }
}
#case main .treatment .wrapper .comments li {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 1.2rem;
  border-left: 1rem solid var(--color-main);
  padding: 2.4rem;
  background-color: var(--color-base);
  transition: opacity 0.4s ease-out;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .comments li {
    border-left-width: 0.5rem;
    padding: 1.6rem 1.6rem;
  }
}
#case main .treatment .wrapper .comments li.is-active {
  opacity: 1;
  pointer-events: auto;
}
#case main .treatment .wrapper .comments .label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.4rem;
  padding: 1rem 1.8rem;
  background-color: var(--color-main);
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .comments .label {
    padding: 0.4rem 1.6rem;
  }
}
#case main .treatment .wrapper .comments p:not(.label):not(.author) {
  line-height: 1.6;
  font-weight: 400;
}
#case main .treatment .wrapper .comments .author {
  display: block;
  margin-top: auto;
  color: var(--color-main);
  text-align: end;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .detail {
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 2rem;
    border: 1px solid var(--color-line);
    background-color: #d9d9d9;
  }
}
#case main .treatment .wrapper .detail button {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .detail button {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.3rem 1rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  #case main .treatment .wrapper .detail button::before, #case main .treatment .wrapper .detail button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    translate: 0 -50%;
    width: 1.4rem;
    height: 1px;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-font);
    transition: transform 0.2s ease;
  }
  #case main .treatment .wrapper .detail button::after {
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .detail.is-open button::after {
    transform: rotate(0deg);
  }
}
#case main .treatment .wrapper .detail .body {
  display: contents;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .detail .body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-in-out;
  }
  #case main .treatment .wrapper .detail .body .inner {
    overflow: hidden;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .detail.is-open .body {
    grid-template-rows: 1fr;
  }
}
#case main .treatment .wrapper .detail dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem 3.2rem;
  margin-top: 4rem;
  border-radius: 1rem;
  border: 0.2rem solid var(--color-line);
  padding: 2.4rem 3rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .detail dl {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    margin-top: initial;
    margin-inline: initial;
    border-radius: initial;
    padding: 1.4rem 1rem 1.6rem;
    border-width: 1px 0 0 0;
  }
}
#case main .treatment .wrapper .detail dl dt,
#case main .treatment .wrapper .detail dl dd {
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .detail dl dt {
    line-height: 1.4;
  }
}
#case main .treatment .wrapper .detail dl dd {
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #case main .treatment .wrapper .detail dl dd {
    line-height: 1.6;
  }
}

#features main section:not(.fv) {
  padding-block: 18rem 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main section:not(.fv) {
    padding-block: 10rem 8rem;
  }
}
#features main section:not(.fv) > header p {
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main section:not(.fv) > header p {
    font-size: 1.6rem;
  }
}
#features main section:not(.fv) > header .common-heading::before {
  top: -12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main section:not(.fv) > header .common-heading::before {
    top: -8rem;
  }
}
#features main section:not(.fv) .intro h3 {
  color: var(--color-main);
  font-family: var(--font-noto-serif);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main section:not(.fv) .intro h3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
#features main section:not(.fv) .intro p {
  margin-top: 4.8rem;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main section:not(.fv) .intro p {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
#features main section:not(.fv) .quote {
  position: relative;
  margin-top: 11.5rem;
  padding: 4rem;
  background: url(../images/features/features-bg.jpg) no-repeat center/cover;
  border: 0.3rem solid var(--color-accent01);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main section:not(.fv) .quote {
    margin-top: 10rem;
    padding: 3.2rem 2rem;
  }
}
#features main section:not(.fv) .quote::before {
  content: "";
  position: absolute;
  top: -7.5rem;
  left: 50%;
  translate: -50% 0;
  width: 10.5rem;
  aspect-ratio: 105/35;
  background: url(../images/common/icon-arrow-yellow.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main section:not(.fv) .quote::before {
    top: -6.8rem;
  }
}
#features main section:not(.fv) .quote p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main section:not(.fv) .quote p {
    font-size: 1.6rem;
    text-align: left;
  }
}
#features main .surgery .intro {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .surgery .intro {
    margin-top: 3.2rem;
  }
}
#features main .surgery figure {
  margin-top: 3.2rem;
}
#features main .surgery ol {
  counter-reset: point;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .surgery ol {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-top: 3.2rem;
  }
}
#features main .surgery ol li {
  counter-increment: point;
  display: grid;
  grid-template-rows: auto 1fr;
  justify-content: center;
  row-gap: 0.9rem;
  padding: 2.8rem 1.6rem 3rem;
  outline: 0.2rem solid var(--color-accent01);
  outline-offset: -1rem;
  box-shadow: var(--box-shadow);
  background: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .surgery ol li {
    aspect-ratio: 1;
    padding: 2.4rem 1.6rem 2.4rem;
  }
}
#features main .surgery ol li::before {
  content: counter(point, decimal-leading-zero);
  color: var(--color-accent01);
  text-align: center;
  font-family: var(--font-jost);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .surgery ol li::before {
    font-size: 2.4rem;
  }
}
#features main .surgery ol li p {
  align-self: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .surgery ol li p {
    font-size: 1.6rem;
  }
}
#features main .surgery .summary {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .surgery .summary {
    margin-top: 3.2rem;
    font-size: 1.5rem;
    text-align: left;
  }
}
#features main .surgery .summary mark {
  background: rgba(255, 238, 136, 0.8);
  color: inherit;
  padding-inline: 0.2rem;
}
#features main .doctor .intro,
#features main .nurse .intro {
  display: grid;
  grid-template-columns: 1fr 33.4rem;
  gap: 6rem;
  align-items: center;
  margin-top: 4.8rem;
  padding-inline: 2.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .doctor .intro,
  #features main .nurse .intro {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    margin-top: 3.2rem;
    padding-inline: initial;
  }
}
#features main .doctor .intro figure,
#features main .nurse .intro figure {
  border: 0.4rem solid var(--color-accent01);
}
#features main .doctor ol,
#features main .nurse ol {
  counter-reset: point;
  margin-top: 4.8rem;
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .doctor ol,
  #features main .nurse ol {
    margin-top: 3.2rem;
    gap: 2.4rem;
  }
}
#features main .doctor ol > li,
#features main .nurse ol > li {
  counter-increment: point;
  position: relative;
  z-index: 2;
  padding: 3rem 5rem 3rem 7rem;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-left: 0.6rem solid var(--color-main);
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .doctor ol > li,
  #features main .nurse ol > li {
    padding: 2.4rem 2rem;
  }
}
#features main .doctor ol > li::before,
#features main .nurse ol > li::before {
  content: counter(point, decimal-leading-zero);
  position: absolute;
  top: 0rem;
  right: 2.4rem;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff5d1;
  font-family: var(--font-jost);
  font-size: 17rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .doctor ol > li::before,
  #features main .nurse ol > li::before {
    right: 1.6rem;
    font-size: 12rem;
  }
}
#features main .doctor ol > li header::before,
#features main .nurse ol > li header::before {
  content: "Point " counter(point, decimal-leading-zero);
  display: block;
  font-family: var(--font-jost);
  color: var(--color-accent01);
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .doctor ol > li header::before,
  #features main .nurse ol > li header::before {
    font-size: 2rem;
  }
}
#features main .doctor ol > li header h3,
#features main .nurse ol > li header h3 {
  margin-top: 0.4rem;
  color: var(--color-main);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .doctor ol > li header h3,
  #features main .nurse ol > li header h3 {
    font-size: 2rem;
  }
}
#features main .doctor ol > li header .lead,
#features main .nurse ol > li header .lead {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .doctor ol > li header .lead,
  #features main .nurse ol > li header .lead {
    font-size: 1.4rem;
  }
}
#features main .doctor ol > li dl,
#features main .nurse ol > li dl {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .doctor ol > li dl,
  #features main .nurse ol > li dl {
    margin-top: 3.2rem;
  }
}
#features main .doctor ol > li dl dt,
#features main .nurse ol > li dl dt {
  display: grid;
  grid-template-columns: 2.4rem auto;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .doctor ol > li dl dt,
  #features main .nurse ol > li dl dt {
    font-size: 1.5rem;
  }
}
#features main .doctor ol > li dl dt:first-child,
#features main .nurse ol > li dl dt:first-child {
  margin-top: 0;
}
#features main .doctor ol > li dl dt::before,
#features main .nurse ol > li dl dt::before {
  content: "";
  aspect-ratio: 1;
  background: url("../images/common/icon-check.svg") no-repeat center/contain;
}
#features main .doctor ol > li dl dd,
#features main .nurse ol > li dl dd {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #features main .doctor ol > li dl dd,
  #features main .nurse ol > li dl dd {
    font-size: 1.4rem;
  }
}
#features main .doctor {
  background-color: var(--color-base);
}

#recommend main .fv .body h1 {
  font-size: clamp(4rem, 3.5vw, 8rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .fv .body h1 {
    font-size: 3.2rem;
  }
}
#recommend main .fv .body h2 {
  font-size: clamp(2.8rem, 3.2vw, 5.6rem);
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .fv .body h2 {
    font-size: 2.8rem;
  }
}
#recommend main .reason {
  padding-block: 14rem 12rem;
  background-color: #fafafa;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason {
    padding-block: 10rem 8rem;
  }
}
#recommend main .reason .intro {
  display: grid;
  gap: 2rem;
  justify-items: center;
}
#recommend main .reason .intro .lead {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .intro .lead {
    font-size: 1.5rem;
    text-align: left;
  }
}
#recommend main .reason .intro .tags {
  display: flex;
  gap: 8.8rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 4rem;
  background: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .intro .tags {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
    padding: 2rem 2.4rem;
  }
}
#recommend main .reason .intro .tags li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .intro .tags li {
    font-size: 1.5rem;
  }
}
#recommend main .reason .intro .tags li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--color-main);
  flex-shrink: 0;
}
#recommend main .reason .intro > p:not(.lead) {
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .intro > p:not(.lead) {
    font-size: 1.5rem;
    text-align: left;
  }
}
#recommend main .reason .merit {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .merit {
    margin-top: 6rem;
  }
}
#recommend main .reason .merit .common-logo-heading {
  justify-content: center;
  color: var(--color-main);
  font-family: var(--font-noto-serif);
}
#recommend main .reason .merit .lead {
  margin-top: 6rem;
  font-size: 2rem;
  line-height: 2.2;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .merit .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
#recommend main .reason .merit .body {
  display: grid;
  grid-template-columns: min(44.3rem, 100%) 1fr;
  gap: 6rem;
  align-items: center;
  justify-content: center;
  margin-block: 3rem;
  padding-inline: 2.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .merit .body {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-inline: initial;
  }
}
#recommend main .reason .merit .body figure {
  border: 0.4rem solid var(--color-accent01);
}
#recommend main .reason .merit .body figure img {
  aspect-ratio: 443/314;
}
#recommend main .reason .merit .list {
  display: grid;
  place-content: center;
  gap: 1.6rem;
  padding: 4rem;
  outline: 0.2rem solid var(--color-accent01);
  outline-offset: -1.4rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .merit .list {
    padding: 2.4rem;
  }
}
#recommend main .reason .merit .list li {
  display: grid;
  grid-template-columns: 2.4rem auto;
  align-items: center;
  gap: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .merit .list li {
    grid-template-columns: 1.8rem auto;
    font-size: 1.6rem;
  }
}
#recommend main .reason .merit .list li::before {
  content: "";
  aspect-ratio: 1;
  background: url("../images/common/icon-check-circle.svg") center/contain no-repeat;
}
#recommend main .reason .merit .note {
  display: grid;
  gap: 1rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .merit .note {
    text-align: left;
  }
}
#recommend main .reason .merit .note p {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .merit .note p {
    font-size: 1.5rem;
  }
}
#recommend main .reason .merit .note .small {
  font-size: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .reason .merit .note .small {
    font-size: 1.3rem;
  }
}
#recommend main .case {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px));
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case {
    background-size: 4rem 4rem;
  }
}
#recommend main .case {
  padding-block: 16rem 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case {
    padding-block: 8rem;
  }
}
#recommend main .case .common-heading span {
  font-size: 8.5rem;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .common-heading span {
    font-size: 5.6rem;
  }
}
#recommend main .case .list {
  display: grid;
  gap: 10rem;
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .list {
    gap: 6rem;
    margin-top: 6rem;
  }
}
#recommend main .case article {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case article {
    gap: 2rem;
  }
}
#recommend main .case header {
  display: grid;
  grid-template-columns: auto auto;
  place-content: center;
  gap: 3.7rem;
  padding-inline: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case header {
    gap: 2rem;
    padding-inline: 0;
  }
}
#recommend main .case .num {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  font-family: var(--font-jost);
  color: var(--color-main);
  text-align: center;
}
#recommend main .case .num span:first-child {
  align-self: flex-end;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .num span:first-child {
    font-size: 2.4rem;
  }
}
#recommend main .case .num span:last-child {
  font-size: 7rem;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .num span:last-child {
    font-size: 4.8rem;
  }
}
#recommend main .case .body {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .body {
    gap: 1.2rem;
  }
}
#recommend main .case .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .tags {
    gap: 0.8rem 1rem;
  }
}
#recommend main .case .tags .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: var(--color-main);
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .tags .tag {
    font-size: 1.3rem;
    padding: 0.4rem 1.2rem;
  }
}
#recommend main .case .tags .plus {
  color: var(--color-main);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .tags .plus {
    font-size: 2.4rem;
    line-height: 1;
  }
}
#recommend main .case .title {
  font-family: var(--font-noto-serif);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .title {
    font-size: 2rem;
  }
}
#recommend main .case hr {
  border: none;
  border-top: 3px solid var(--color-main);
  margin: 0;
}
#recommend main .case .photos {
  display: flex;
  justify-content: center;
  gap: 2.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .photos {
    flex-direction: column;
  }
}
#recommend main .case .photos figure {
  width: min(35rem, 100%);
}
#recommend main .case .note {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .note {
    font-size: 1.3rem;
  }
}
#recommend main .case .highlight {
  display: grid;
  grid-template-columns: 18rem auto 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: center;
  padding: 2rem 4rem;
  background: var(--color-accent02);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .highlight {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2rem;
  }
}
#recommend main .case .highlight::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  width: 1px;
  height: 13rem;
  background: rgba(0, 0, 0, 0.3);
  align-self: center;
  justify-self: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .highlight::after {
    display: none;
  }
}
#recommend main .case .highlight > :not(.label) {
  grid-column: 3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .highlight > :not(.label) {
    grid-column: 1;
  }
}
#recommend main .case .highlight .label {
  grid-column: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .highlight .label {
    grid-column: 1;
    font-size: 1.6rem;
  }
}
#recommend main .case .highlight .list {
  display: grid;
  gap: 0.4rem;
  margin-top: 0;
}
#recommend main .case .highlight .list li {
  display: grid;
  grid-template-columns: 1rem auto;
  align-items: center;
  gap: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .highlight .list li {
    font-size: 1.5rem;
  }
}
#recommend main .case .highlight .list li::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-font);
}
#recommend main .case .highlight .text p {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .highlight .text p {
    font-size: 1.4rem;
  }
}
#recommend main .case .highlight .text p + p {
  margin-top: 0.8rem;
}
#recommend main .case .desc {
  background: var(--color-base);
  border: 2px solid var(--color-line);
  border-radius: 1rem;
  padding: 2.7rem 3rem;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .desc {
    padding: 2rem 1.6rem;
  }
}
#recommend main .case .desc .label {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .desc .label {
    font-size: 1.8rem;
  }
}
#recommend main .case .desc dl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 2rem 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .desc dl {
    gap: 2rem 1.6rem;
  }
}
#recommend main .case .desc dt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .desc dt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
#recommend main .case .desc dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recommend main .case .desc dd {
    font-size: 1.3rem;
  }
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes panel-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-1rem);
  }
}
#reserve main .fv .body .description {
  font-size: clamp(1.6rem, 1.6vw, 2.8rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .fv .body .description {
    font-size: 1.6rem;
  }
}
#reserve main .about {
  padding-block: 14rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .about {
    padding-block: 10rem 8rem;
  }
}
#reserve main .about > p {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .about > p {
    font-size: 1.5rem;
    text-align: left;
  }
}
#reserve main .tabs {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .tabs {
    margin-top: 4rem;
  }
}
#reserve main .tabs .nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .tabs .nav {
    gap: 0.4rem;
  }
}
#reserve main .tabs .nav .tab {
  display: grid;
  grid-template-columns: 3rem auto;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  height: 6.4rem;
  border: 2px solid var(--color-main);
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .tabs .nav .tab {
    grid-template-columns: 2.4rem auto;
    gap: 0.8rem;
    height: 5rem;
    border-radius: 0.4rem 0.4rem 0 0;
    font-size: 1.2rem;
  }
}
#reserve main .tabs .nav .tab::before {
  content: "";
  aspect-ratio: 1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-main);
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
#reserve main .tabs .nav .tab[data-tab=line]::before {
  -webkit-mask-image: url(../images/reserve/icon-line.svg);
          mask-image: url(../images/reserve/icon-line.svg);
}
#reserve main .tabs .nav .tab[data-tab=mail]::before {
  -webkit-mask-image: url(../images/reserve/icon-mail.svg);
          mask-image: url(../images/reserve/icon-mail.svg);
}
#reserve main .tabs .nav .tab.is-active {
  background-color: var(--color-main);
  color: #fff;
  position: relative;
  z-index: 1;
}
#reserve main .tabs .nav .tab.is-active::before {
  background-color: #fff;
}
#reserve main .tabs .panel {
  border: 2px solid var(--color-main);
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #fff;
  overflow: hidden;
}
#reserve main .tabs .panel[hidden] {
  display: none;
}
#reserve main .tabs .panel .inner {
  display: grid;
  gap: 10rem;
  padding: 8rem 10rem 10rem;
  animation: panel-in 0.3s ease both;
}
#reserve main .tabs .panel .inner.is-leaving {
  animation: panel-out 0.25s ease forwards;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .tabs .panel .inner {
    padding: 4rem 2rem;
    gap: 4rem;
  }
}
#reserve main .block {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .block {
    gap: 2rem;
  }
}
#reserve main .block h3 {
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--color-main);
  color: var(--color-main);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .block h3 {
    padding-bottom: 0.4rem;
    font-size: 2.2rem;
  }
}
#reserve main .block h3.sub {
  font-family: var(--font-noto-serif);
  font-size: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .block h3.sub {
    font-size: 1.8rem;
  }
}
#reserve main .info {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .info {
    gap: 1.6rem;
  }
}
#reserve main .info .desc {
  color: #f31e1e;
}
#reserve main .list {
  display: grid;
  gap: 0.8rem;
  padding: 2rem 4rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .list {
    padding: 2rem;
  }
}
#reserve main .list li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  align-items: center;
  gap: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .list li {
    align-items: baseline;
    font-size: 1.5rem;
  }
}
#reserve main .list li::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .list li::before {
    translate: 0 -0.1rem;
  }
}
#reserve main .text {
  display: grid;
  gap: 0;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .text {
    font-size: 1.4rem;
  }
}
#reserve main .note {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .note {
    font-size: 1.4rem;
  }
}
#reserve main .note b {
  color: #f31e1e;
  font-weight: 700;
}
#reserve main .tel {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .tel {
    flex-direction: column;
  }
}
#reserve main .tel .item {
  display: grid;
  gap: 1rem;
  justify-items: center;
}
#reserve main .tel .call {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1rem;
  width: min(36.7rem, 100%);
  padding: 2.6rem 3rem;
  outline: 2px solid var(--color-main);
  outline-offset: -0.9rem;
  border: 2px solid var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .tel .call {
    padding: 2.4rem 3rem;
  }
}
#reserve main .tel .call .name {
  display: grid;
  grid-template-columns: 5rem auto;
  align-items: center;
  gap: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .tel .call .name {
    grid-template-columns: 3rem auto;
    gap: 1rem;
    font-size: 2.4rem;
  }
}
#reserve main .tel .call .name::before {
  content: "";
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0.4rem;
  background: var(--color-main) url(../images/common/icon-tel-white.svg) no-repeat center/2.8rem auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .tel .call .name::before {
    background-size: 1.8rem auto;
  }
}
#reserve main .tel .call .number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .tel .call .number {
    font-size: 2.4rem;
  }
}
#reserve main .tel .note {
  text-align: center;
  font-weight: 700;
}
#reserve main .banner-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 2.4rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .banner-list {
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
  }
}
#reserve main .banner-list li {
  width: 100%;
  max-width: 35rem;
}
#reserve main .banner-list a {
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  #reserve main .banner-list a:hover {
    opacity: 0.8;
  }
}
#reserve main .banner-list img {
  width: 100%;
  height: auto;
}
#reserve main .mail-form {
  display: grid;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form {
    gap: 3rem;
    margin-top: 4rem;
  }
}
#reserve main .mail-form .field {
  display: grid;
  gap: 1.6rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form .field {
    gap: 1.2rem;
  }
}
#reserve main .mail-form .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form .label {
    font-size: 1.6rem;
  }
}
#reserve main .mail-form legend.label {
  width: 100%;
  padding: 0;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form legend.label {
    margin-bottom: 1.2rem;
  }
}
#reserve main .mail-form .required {
  flex-shrink: 0;
  padding: 0.2rem 1rem;
  border-radius: 0.3rem;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form .required {
    font-size: 1.1rem;
  }
}
#reserve main .mail-form .attention {
  color: #f31e1e;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form .attention {
    font-size: 1.3rem;
  }
}
#reserve main .mail-form .attentions {
  display: grid;
  gap: 0.8rem;
}
#reserve main .mail-form input[type=text],
#reserve main .mail-form input[type=email],
#reserve main .mail-form input[type=tel],
#reserve main .mail-form textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  border: 1px solid var(--color-line);
  border-radius: 0.4rem;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.7;
}
#reserve main .mail-form input[type=text]:focus-visible,
#reserve main .mail-form input[type=email]:focus-visible,
#reserve main .mail-form input[type=tel]:focus-visible,
#reserve main .mail-form textarea:focus-visible {
  outline: 2px solid var(--color-main);
  outline-offset: -1px;
}
#reserve main .mail-form textarea {
  min-height: 16rem;
  resize: vertical;
}
#reserve main .mail-form .controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 3rem;
}
#reserve main .mail-form .choice {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form .choice {
    font-size: 1.5rem;
  }
}
#reserve main .mail-form .choice input {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: var(--color-main);
  cursor: pointer;
}
#reserve main .mail-form .date,
#reserve main .mail-form .time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.8rem;
  font-size: 1.6rem;
}
#reserve main .mail-form .select {
  position: relative;
  display: inline-block;
}
#reserve main .mail-form .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem 3.4rem 1rem 1.4rem;
  border: 1px solid var(--color-line);
  border-radius: 0.4rem;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  cursor: pointer;
}
#reserve main .mail-form .select select:focus-visible {
  outline: 2px solid var(--color-main);
  outline-offset: -1px;
}
#reserve main .mail-form .select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 2px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);
  translate: 0 -70%;
  rotate: 45deg;
  pointer-events: none;
}
#reserve main .mail-form .schedule {
  display: grid;
  gap: 2rem;
}
#reserve main .mail-form .schedule .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form .schedule .row {
    gap: 1rem 1.6rem;
  }
}
#reserve main .mail-form .row-label {
  font-weight: 700;
}
#reserve main .mail-form .agree {
  display: grid;
  text-align: center;
  gap: 2.4rem;
}
#reserve main .mail-form .agree .choice {
  font-weight: 700;
}
#reserve main .mail-form .submit {
  position: relative;
  display: grid;
  justify-content: center;
  margin-top: 2rem;
}
#reserve main .mail-form .submit .wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 1.2rem;
  margin: 0;
}
#reserve main .mail-form .field > .wpcf7-form-control-wrap {
  display: block;
}
#reserve main .mail-form .controls .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 3rem;
}
#reserve main .mail-form .controls .wpcf7-list-item {
  margin: 0;
}
#reserve main .mail-form .controls .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form .controls .wpcf7-list-item label {
    font-size: 1.5rem;
  }
}
#reserve main .mail-form .controls .wpcf7-list-item input {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: var(--color-main);
  cursor: pointer;
}
#reserve main .mail-form .agree .wpcf7-list-item {
  margin: 0;
}
#reserve main .mail-form .agree .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
}
#reserve main .mail-form .agree .wpcf7-list-item input {
  flex-shrink: 0;
  width: 1.8rem;
  aspect-ratio: 1;
  margin-top: 0.5rem;
  accent-color: var(--color-main);
  cursor: pointer;
}
#reserve main .mail-form .agree a {
  color: var(--color-main);
  text-decoration: underline;
}
@media (any-hover: hover) {
  #reserve main .mail-form .agree a:hover {
    text-decoration: initial;
  }
}
#reserve main .mail-form .wpcf7-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease;
}
#reserve main .mail-form .wpcf7-not-valid-tip {
  display: none;
}
#reserve main .mail-form .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1.4rem 1.6rem;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  line-height: 1.7;
}
#reserve main .mail-form .field.is-invalid input[type=text],
#reserve main .mail-form .field.is-invalid input[type=email],
#reserve main .mail-form .field.is-invalid input[type=tel],
#reserve main .mail-form .field.is-invalid textarea,
#reserve main .mail-form .field.is-invalid select {
  outline: 2px solid #f31e1e;
  outline-offset: -1px;
}
#reserve main .mail-form .validation-error {
  color: #f31e1e;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form .validation-error {
    font-size: 1.2rem;
  }
}
#reserve main .mail-form .agree .validation-error {
  text-align: center;
}
#reserve main .mail-form .wpcf7-submit:disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
#reserve main .mail-form .validation-note {
  margin-top: 1.2rem;
  color: #f31e1e;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #reserve main .mail-form .validation-note {
    font-size: 1.3rem;
  }
}

#thanks main .thanks {
  display: grid;
  place-items: center;
  min-height: 60vh;
  padding: 16rem 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #thanks main .thanks {
    min-height: 50vh;
    padding: 12rem 0 8rem;
  }
}
#thanks main .mail-complete {
  display: grid;
  justify-items: center;
  gap: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #thanks main .mail-complete {
    gap: 1.6rem;
  }
}
#thanks main .mail-complete .icon {
  display: grid;
  place-items: center;
  width: 8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #thanks main .mail-complete .icon {
    width: 6.4rem;
  }
}
#thanks main .mail-complete .icon::before {
  content: "";
  width: 2.8rem;
  height: 1.4rem;
  margin-top: -0.5rem;
  border-left: 0.4rem solid #fff;
  border-bottom: 0.4rem solid #fff;
  rotate: -45deg;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #thanks main .mail-complete .icon::before {
    width: 2.2rem;
    height: 1.1rem;
  }
}
#thanks main .mail-complete h1 {
  color: var(--color-main);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #thanks main .mail-complete h1 {
    font-size: 2rem;
  }
}
#thanks main .mail-complete p {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #thanks main .mail-complete p {
    font-size: 1.4rem;
  }
}
#thanks main .mail-complete .common-link {
  margin-top: 1.6rem;
}

#price main .fv .body .description {
  font-size: clamp(1.6rem, 1.6vw, 2.8rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .fv .body .description {
    font-size: 1.6rem;
  }
}
#price main p.note {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main p.note {
    font-size: 1.3rem;
  }
}
#price main .exam {
  padding-top: 16rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .exam {
    padding-top: 10rem;
  }
}
#price main .exam p {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .exam p {
    font-size: 1.4rem;
  }
}
#price main .exam .intro {
  display: grid;
  grid-template-columns: 1fr 35.9rem;
  gap: 5rem;
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .exam .intro {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    margin-top: 4rem;
  }
}
#price main .exam .intro .body .note {
  margin-top: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .exam .intro .body .note {
    margin-top: 2.4rem;
  }
}
#price main .exam .intro figure img {
  aspect-ratio: 359/366;
  border: 0.4rem solid var(--color-accent01);
}
#price main .exam .price {
  display: grid;
  gap: 2.4rem;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .exam .price {
    margin-top: 4rem;
  }
}
#price main .exam .price .common-logo-heading {
  color: var(--color-main);
  font-family: var(--font-noto-serif);
}
#price main .exam .price .table-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#price main .exam .price .table-wrap .note {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .exam .price .table-wrap .note {
    font-size: 1.3rem;
  }
}
#price main .exam .price table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
}
#price main .exam .price table th,
#price main .exam .price table td {
  border: 1px solid #9f9f9f;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  padding: 1.6rem 2.4rem 1.6rem 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .exam .price table th,
  #price main .exam .price table td {
    padding: 1.2rem 1.6rem;
  }
}
#price main .exam .price table thead th {
  padding-block: 2rem;
  background: var(--color-main);
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .exam .price table thead th {
    font-size: 1.4rem;
  }
}
#price main .exam .price table tbody td {
  background: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .exam .price table tbody td {
    font-size: 1.5rem;
  }
}
#price main .exam .price table th:first-child,
#price main .exam .price table td:first-child {
  width: 50%;
}
#price main .exam.self .self-top {
  display: grid;
  gap: 3rem;
  margin-block: 10rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .exam.self .self-top {
    gap: 2.4rem;
    margin-block: 4rem 2.4rem;
  }
}
#price main .exam.self .intro {
  margin-top: 4rem;
}
#price main .qa {
  padding-block: 14.4rem 11rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .qa {
    padding-block: 10rem 8rem;
  }
}
#price main .qa .qa-list {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .qa .qa-list {
    margin-top: 4rem;
  }
}
#price main .howto {
  padding-block: 16.4rem 13rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .howto {
    padding-block: 10rem 8rem;
  }
}
#price main .howto .common-bullet-list {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #price main .howto .common-bullet-list {
    margin-top: 4rem;
  }
}
#price main .howto .note {
  margin-top: 2rem;
}

#clinic main .location {
  padding-block: 18rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location {
    padding-block: 8rem;
  }
}
#clinic main .location section {
  display: grid;
  grid-template-columns: 1fr 50rem;
  gap: 3.2rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#clinic main .location section + section {
  margin-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section + section {
    margin-top: 8rem;
  }
}
#clinic main .location section header {
  grid-column: 1/-1;
}
#clinic main .location section header h2 {
  font-family: var(--font-jost);
  font-size: 3.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section header h2 {
    font-size: 2.4rem;
  }
}
#clinic main .location section header p {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section header p {
    font-size: 1.6rem;
  }
}
#clinic main .location section dl dt {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section dl dt {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
#clinic main .location section dl dd {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section dl dd {
    font-size: 1.4rem;
  }
}
#clinic main .location section dl dd + dt {
  margin-top: 3.2rem;
}
#clinic main .location section dl dd .caution {
  color: #f31e1e;
  line-height: 2;
}
#clinic main .location section dl dd ul {
  margin-top: 1.6rem;
}
#clinic main .location section dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#clinic main .location section dl dd ul li + li {
  margin-top: 0.4rem;
}
#clinic main .location section dl dd ul li::before {
  content: "●";
}
#clinic main .location section .body .tel {
  font-family: var(--font-jost);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (any-hover: hover) {
  #clinic main .location section .body .tel:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section .body .tel {
    font-size: 2rem;
  }
}
#clinic main .location section figure {
  align-self: start;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section figure {
    grid-row: 2;
  }
}
#clinic main .location section figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section figure img {
    aspect-ratio: 320/240;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#clinic main .location section .access {
  grid-column: 1/-1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section .access {
    grid-column: 1;
  }
}
#clinic main .location section .access p {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section .access p {
    font-size: 1.4rem;
  }
}
#clinic main .location section .access iframe {
  display: block;
  width: 100%;
  height: 30rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .location section .access iframe {
    height: 24rem;
    margin-top: 1rem;
  }
}
#clinic main .facility {
  padding-block: 16.4rem 13rem;
  background: #f6f6f6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .facility {
    padding-block: 10rem 8rem;
  }
}
#clinic main .facility .common-logo-heading {
  margin-top: 10rem;
  color: var(--color-main);
  font-family: var(--font-noto-serif);
  font-size: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .facility .common-logo-heading {
    margin-top: 4rem;
    font-size: 2rem;
  }
}
#clinic main .facility ul {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .facility ul {
    margin-top: 2.4rem;
    gap: 5.6rem;
  }
}
#clinic main .facility ul li {
  display: grid;
  grid-template-columns: 1fr 36rem;
  gap: 4rem;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .facility ul li {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .facility ul li .body {
    grid-row: 2;
  }
}
#clinic main .facility ul li .body h3 {
  color: var(--color-main);
  font-family: var(--font-noto-serif);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .facility ul li .body h3 {
    font-size: 1.8rem;
  }
}
#clinic main .facility ul li .body p {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .facility ul li .body p {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
#clinic main .facility ul li figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 354/266;
  -o-object-fit: cover;
     object-fit: cover;
}
#clinic main .staff {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px));
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .staff {
    background-size: 4rem 4rem;
  }
}
#clinic main .staff {
  padding-block: 16.4rem 13rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .staff {
    padding-block: 10rem 8rem;
  }
}
#clinic main .staff ul {
  display: grid;
  gap: 8rem;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .staff ul {
    margin-top: 4rem;
    gap: 5.6rem;
  }
}
#clinic main .staff ul li {
  display: grid;
  align-items: center;
  grid-template-columns: 32rem 1fr;
  gap: 7.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .staff ul li {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#clinic main .staff ul li figure {
  border-radius: 1rem;
  overflow: hidden;
  outline: 2px solid #fff;
  outline-offset: -1.2rem;
}
#clinic main .staff ul li figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 304/349;
  -o-object-fit: cover;
     object-fit: cover;
}
#clinic main .staff ul li .body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .staff ul li .body {
    gap: 1.6rem;
  }
}
#clinic main .staff ul li .body h3 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .staff ul li .body h3 {
    font-size: 2.4rem;
  }
}
#clinic main .staff ul li .body .text .catch {
  color: var(--color-main);
  font-family: var(--font-noto-serif);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .staff ul li .body .text .catch {
    font-size: 2rem;
  }
}
#clinic main .staff ul li .body .text p:not(.catch) {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .staff ul li .body .text p:not(.catch) {
    font-size: 1.6rem;
  }
}
#clinic main .staff ul li .body .link {
  display: grid;
  grid-template-columns: auto 3.7rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .staff ul li .body .link {
    grid-template-columns: auto 3rem;
    margin-left: auto;
    gap: 1.2rem;
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  #clinic main .staff ul li .body .link:hover {
    color: var(--color-main);
    text-decoration: underline;
  }
  #clinic main .staff ul li .body .link:hover::after {
    translate: 0.6rem 0;
  }
}
#clinic main .staff ul li .body .link::after {
  content: "";
  aspect-ratio: 1;
  background: url("../images/common/icon-arrow-circle.svg") center/contain no-repeat;
  transition: 0.3s ease;
}
#clinic main .staff ul .links {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #clinic main .staff ul .links {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}

#selfcheck main .fv .body h1 {
  font-size: clamp(4rem, 3.8vw, 8rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .fv .body h1 {
    font-size: 3.2rem;
  }
}
#selfcheck main .fv .body h2 {
  font-size: clamp(2.8rem, 3.2vw, 5.6rem);
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .fv .body h2 {
    font-size: 2.4rem;
  }
}
#selfcheck main .step > ol .judge ul .desc::before, #selfcheck main .step > ol li:nth-of-type(2) .severity .desc .result::before, #selfcheck main .step > ol li:nth-of-type(1) .result::before {
  content: "";
  display: block;
  width: 8.5rem;
  aspect-ratio: 85/26;
  margin-inline: auto;
  background: url("../images/common/icon-arrow-yellow.svg") center/contain no-repeat;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .judge ul .desc::before, #selfcheck main .step > ol li:nth-of-type(2) .severity .desc .result::before, #selfcheck main .step > ol li:nth-of-type(1) .result::before {
    width: 6.4rem;
  }
}
#selfcheck main .step {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px));
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step {
    background-size: 4rem 4rem;
  }
}
#selfcheck main .step {
  padding-block: 8rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step {
    padding-block: 8rem;
  }
}
#selfcheck main .step .intro {
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step .intro {
    font-size: 1.6rem;
    text-align: left;
  }
}
#selfcheck main .step > ol {
  display: grid;
  gap: 12rem;
  margin-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol {
    gap: 8rem;
    margin-top: 8rem;
  }
}
#selfcheck main .step > ol header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  border-bottom: 3px solid var(--color-main);
  color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol header {
    gap: 1.6rem;
    border-bottom-width: 2px;
    padding-bottom: 0.3rem;
  }
}
#selfcheck main .step > ol header .number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-jost);
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol header .number {
    font-size: 2rem;
  }
}
#selfcheck main .step > ol header .number span {
  font-size: 7rem;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol header .number span {
    font-size: 4rem;
  }
}
#selfcheck main .step > ol header h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol header h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
#selfcheck main .step > ol .body {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .body {
    margin-top: 2.4rem;
  }
}
#selfcheck main .step > ol .body .lead {
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .body .lead {
    text-align: initial;
    font-size: 1.6rem;
  }
}
#selfcheck main .step > ol .body > p:not(.lead):not(.result) {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .body > p:not(.lead):not(.result) {
    font-size: 1.4rem;
    text-align: left;
  }
}
#selfcheck main .step > ol li:nth-of-type(1) .checklist {
  position: relative;
  display: grid;
  gap: 2.8rem;
  margin-top: 2.7rem;
  box-shadow: var(--box-shadow);
  padding: 5.6rem 6rem 5.6rem 14rem;
  border: 2px solid var(--color-base);
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(1) .checklist {
    margin-top: 2.4rem;
    padding: 3.2rem 2rem 24rem;
    gap: 2rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(1) .checklist::before, #selfcheck main .step > ol li:nth-of-type(1) .checklist::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border: 0.4rem solid var(--color-accent01);
  border-radius: 50%;
}
#selfcheck main .step > ol li:nth-of-type(1) .checklist::before {
  top: 8.7rem;
  right: 13.7rem;
  width: 17rem;
  background: url(../images/selfcheck/step01-img01.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(1) .checklist::before {
    top: initial;
    bottom: 10rem;
    right: 2.4rem;
    width: 13rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(1) .checklist::after {
  top: 28.6rem;
  right: 17.6rem;
  width: 19.6rem;
  background: url(../images/selfcheck/step01-img02.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(1) .checklist::after {
    top: initial;
    right: initial;
    bottom: 2.4rem;
    left: 2rem;
    width: 15rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(1) .checklist li {
  display: grid;
  grid-template-columns: 2.4rem auto;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(1) .checklist li {
    grid-template-columns: 1.8rem auto;
    gap: 0.8rem;
    font-size: 1.5rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(1) .checklist li::before {
  content: "";
  aspect-ratio: 1;
  background: url("../images/common/icon-check.svg") center/contain no-repeat;
}
#selfcheck main .step > ol li:nth-of-type(1) .result {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(1) .result {
    padding-top: 2.4rem;
    font-size: 1.6rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(1) .result::before {
  margin-block: 2.7rem;
}
#selfcheck main .step > ol li:nth-of-type(2) .severity {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 6rem auto 1fr;
  gap: 1rem;
  list-style: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(2) .severity {
    grid-template-rows: initial;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(2) .severity li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(2) .severity li + li {
    margin-top: 3.4rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(2) .severity .label {
  display: grid;
  place-content: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(2) .severity .label {
    padding-block: 1rem;
    font-size: 1.8rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(2) .severity .label[data-level=light] {
  background: var(--color-accent02);
}
#selfcheck main .step > ol li:nth-of-type(2) .severity .label[data-level=mid] {
  background: #ffde65;
}
#selfcheck main .step > ol li:nth-of-type(2) .severity .label[data-level=heavy] {
  background: var(--color-accent01);
}
#selfcheck main .step > ol li:nth-of-type(2) .severity figure img {
  aspect-ratio: 350/287;
  -o-object-fit: cover;
     object-fit: cover;
}
#selfcheck main .step > ol li:nth-of-type(2) .severity .desc {
  place-content: center;
  padding: 1.4rem 1rem 1.8rem;
  background-color: var(--color-base);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(2) .severity .desc {
    padding: 1.8rem 1rem;
    font-size: 1.6rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(2) .severity .desc .result {
  color: var(--color-main);
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(2) .severity .desc .result {
    font-size: 1.6rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(2) .severity .desc .result::before {
  margin-block: 1.7rem 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(2) .severity .desc .result::before {
    margin-block: 1.6rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(3) .test {
  display: grid;
  grid-template-columns: 45.5rem 1fr;
  align-items: center;
  gap: 2rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(3) .test {
    grid-template-columns: 1fr;
  }
}
#selfcheck main .step > ol li:nth-of-type(3) .test figure img {
  aspect-ratio: 455/308;
  -o-object-fit: cover;
     object-fit: cover;
}
#selfcheck main .step > ol li:nth-of-type(3) .test .steps {
  display: grid;
  gap: 2rem;
  counter-reset: test-step;
  padding: 4rem 2.2rem;
  border: 1px solid var(--color-accent01);
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(3) .test .steps {
    padding: 2.4rem 1.6rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(3) .test .steps li {
  display: flex;
  align-items: center;
  gap: 1rem;
  counter-increment: test-step;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol li:nth-of-type(3) .test .steps li {
    font-size: 1.5rem;
  }
}
#selfcheck main .step > ol li:nth-of-type(3) .test .steps li::before {
  content: counter(test-step);
  color: var(--color-main);
  font-family: var(--font-jost);
  font-size: 2rem;
  font-weight: 700;
}
#selfcheck main .step > ol .judge {
  margin-top: 2rem;
  text-align: center;
}
#selfcheck main .step > ol .judge .label {
  background: var(--color-accent01);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .judge .label {
    font-size: 2.4rem;
  }
}
#selfcheck main .step > ol .judge ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 4rem auto auto 1fr;
  gap: 2rem 4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .judge ul {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    gap: 2.4rem;
  }
}
#selfcheck main .step > ol .judge ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  justify-items: center;
  gap: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .judge ul li {
    grid-template-rows: initial;
    gap: 1.6rem;
  }
}
#selfcheck main .step > ol .judge ul .grade {
  display: grid;
  place-content: center;
  width: 100%;
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .judge ul .grade {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
#selfcheck main .step > ol .judge ul .title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .judge ul .title {
    font-size: 1.6rem;
  }
}
#selfcheck main .step > ol .judge ul .desc {
  position: relative;
  color: var(--color-main);
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .judge ul .desc {
    font-size: 1.6rem;
  }
}
#selfcheck main .step > ol .judge ul .desc::before {
  margin-bottom: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .judge ul .desc::before {
    margin-bottom: 1.6rem;
  }
}
#selfcheck main .step > ol .judge ul .desc span {
  display: block;
  color: var(--color-font);
  font-size: 1.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .step > ol .judge ul .desc span {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
#selfcheck main .reason {
  padding-block: 14rem 12rem;
  background-color: var(--color-accent02);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason {
    padding-block: 10rem 8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .common-heading {
    font-size: 2.2rem;
  }
}
#selfcheck main .reason h3 {
  margin-top: 4rem;
  font-family: var(--font-noto-serif);
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason h3 {
    margin-top: 2.4rem;
    font-size: 2rem;
  }
}
#selfcheck main .reason .panels {
  display: grid;
  gap: 4.8rem;
  margin-top: 4.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panels {
    gap: 3.2rem;
    margin-top: 3.2rem;
  }
}
#selfcheck main .reason .panel {
  background: #fff;
  box-shadow: var(--box-shadow);
}
#selfcheck main .reason .panel .header {
  padding-block: 1rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panel .header {
    font-size: 1.8rem;
  }
}
#selfcheck main .reason .panel .header[data-type=risk] {
  background: #000;
  color: #fff;
}
#selfcheck main .reason .panel .header[data-type=merit] {
  background: var(--color-accent01);
}
#selfcheck main .reason .panel .body {
  position: relative;
  padding: 5rem 6rem 5.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panel .body {
    padding: 2.4rem 2rem 3.2rem;
  }
}
#selfcheck main .reason .panel .body .lead {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panel .body .lead {
    margin-block: 1.6rem 2.4rem;
    text-align: initial;
    font-size: 1.4rem;
  }
}
#selfcheck main .reason .panel .body ol {
  display: grid;
  gap: 3rem;
  counter-reset: reason-item;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panel .body ol {
    gap: 2.4rem;
  }
}
#selfcheck main .reason .panel .body ol li {
  display: grid;
  gap: 0.8rem;
  counter-increment: reason-item;
}
#selfcheck main .reason .panel .body ol li > p:not(.title) {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panel .body ol li > p:not(.title) {
    font-size: 1.4rem;
  }
}
#selfcheck main .reason .panel .body ol li .title {
  display: grid;
  grid-template-columns: 2.6rem auto;
  align-items: center;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panel .body ol li .title {
    font-size: 1.6rem;
  }
}
#selfcheck main .reason .panel .body ol li .title::before {
  content: counter(reason-item);
  font-family: var(--font-jost);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panel .body ol li .title::before {
    font-size: 2rem;
  }
}
#selfcheck main .reason .panel.risk .body::before, #selfcheck main .reason .panel.merit .body::before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0.4rem solid var(--color-accent01);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panel.risk .body::before, #selfcheck main .reason .panel.merit .body::before {
    position: initial;
    display: block;
    border-width: 0.2rem;
    margin-inline: auto;
  }
}
#selfcheck main .reason .panel.risk .body::before {
  top: 10.7rem;
  right: 4rem;
  width: 19.4rem;
  background: url(../images/selfcheck/reason-risk.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panel.risk .body::before {
    top: initial;
    right: initial;
    width: 14rem;
  }
}
#selfcheck main .reason .panel.merit .body::before {
  bottom: 5.6rem;
  right: 4rem;
  width: 21.5rem;
  background: url(../images/selfcheck/reason-merit.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #selfcheck main .reason .panel.merit .body::before {
    right: initial;
    bottom: initial;
    width: 14rem;
  }
}

#flow main .step {
  padding-block: 8rem 9rem;
  background-color: var(--color-base);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step {
    padding-block: 8rem;
  }
}
#flow main .step .intro {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .intro {
    text-align: initial;
    font-size: 1.6rem;
  }
}
#flow main .step .common-heading {
  margin-top: 10rem;
}
#flow main .step .inner {
  display: grid;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .inner {
    gap: 3.2rem;
    margin-top: 4rem;
  }
}
#flow main .step .inner > ol {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .inner > ol {
    gap: 3.2rem;
  }
}
#flow main .step .inner > ol > li {
  display: grid;
  grid-template-columns: 12.2rem 1fr;
  gap: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .inner > ol > li {
    grid-template-columns: 6.4rem auto;
    gap: 0 1.2rem;
  }
}
#flow main .step .phase {
  padding-block: 1rem;
  background: var(--color-accent01);
  border: 0.4rem solid var(--color-accent01);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .phase {
    font-size: 1.6rem;
    padding-block: 0.6rem;
  }
}
#flow main .step .left {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .left {
    display: contents;
  }
}
#flow main .step .left::after {
  content: "";
  width: 0.5rem;
  align-self: stretch;
  justify-self: center;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .left::after {
    display: none;
  }
}
#flow main .step .left .num {
  display: flex;
  gap: 1rem;
  align-items: center;
  white-space: nowrap;
  color: var(--color-main);
  font-family: var(--font-jost);
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .left .num {
    grid-row: 1;
    gap: 0.8rem;
    align-items: baseline;
  }
}
#flow main .step .left .num span:first-child {
  font-size: 2.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .left .num span:first-child {
    font-size: 2rem;
  }
}
#flow main .step .left .num span:last-child {
  font-size: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .left .num span:last-child {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .left figure {
    grid-column: 1;
    grid-row: 1/3;
  }
}
#flow main .step .right {
  display: grid;
  gap: 2rem;
  padding-block: 0.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .right {
    display: contents;
  }
}
#flow main .step .right::after {
  content: "";
  width: 8.5rem;
  aspect-ratio: 85/26;
  margin-inline: auto;
  background: url("../images/common/icon-arrow-yellow.svg") center/contain no-repeat;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .right::after {
    grid-column: 1/-1;
    width: 6.4rem;
    margin-top: 3.2rem;
  }
}
#flow main .step .right h3 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .right h3 {
    align-self: center;
    grid-column: 2;
    grid-row: 2;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
#flow main .step .card {
  display: grid;
  gap: 4rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .card {
    grid-column: 1/-1;
    margin-top: 1.6rem;
    padding: 2.4rem 2rem;
    gap: 2.4rem;
  }
}
#flow main .step .card :where(p) {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .card :where(p) {
    font-size: 1.4rem;
  }
}
#flow main .step .card :where(p).note {
  font-size: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .card :where(p).note {
    font-size: 1.3rem;
  }
}
#flow main .step .card ul {
  display: grid;
  gap: 2rem;
}
#flow main .step .card ul li {
  display: grid;
  gap: 0.4rem;
}
#flow main .step .card ul li .title {
  display: grid;
  grid-template-columns: 1rem auto;
  align-items: center;
  gap: 0.8rem;
  color: var(--color-main);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .card ul li .title {
    font-size: 1.5rem;
  }
}
#flow main .step .card ul li .title::before {
  content: "";
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
}
#flow main .step .surgery {
  display: grid;
  gap: 2rem;
}
#flow main .step .surgery ol {
  display: grid;
  gap: 0.4rem;
  counter-reset: surgery-step;
}
#flow main .step .surgery ol li {
  display: grid;
  grid-template-columns: 2.1rem auto;
  align-items: baseline;
  counter-increment: surgery-step;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .surgery ol li {
    font-size: 1.4rem;
  }
}
#flow main .step .surgery ol li::before {
  content: counter(surgery-step);
  color: var(--color-main);
  font-family: var(--font-jost);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .surgery ol li::before {
    font-size: 1.6rem;
  }
}
#flow main .step .inner > ol:last-child > li:last-child .left::after,
#flow main .step .inner > ol:last-child > li:last-child .right::after {
  display: none;
}
#flow main .step .point {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #flow main .step .point {
    grid-template-columns: 6.4rem 1fr;
    align-items: start;
    gap: 1.6rem;
  }
}
#flow main .step .point .body {
  display: grid;
  gap: 1.6rem;
}

#about main > section:not(.fv) {
  padding-block: 15.4rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main > section:not(.fv) {
    padding-block: 8rem;
  }
}
#about main .common-logo-heading {
  color: var(--color-main);
  font-family: var(--font-noto-serif);
  font-size: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .common-logo-heading {
    font-size: 2rem;
  }
}
#about main .type {
  display: grid;
  gap: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .type {
    gap: 1.2rem;
  }
}
#about main .type .title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .type .title {
    font-size: 1.6rem;
  }
}
#about main .type .title::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main);
  flex-shrink: 0;
}
#about main .type p:not(.title) {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .type p:not(.title) {
    font-size: 1.4rem;
  }
}
#about main .intro {
  display: grid;
  grid-template-columns: 1fr 35.9rem;
  gap: 5rem;
  align-items: start;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .intro {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#about main .intro p {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .intro p {
    font-size: 1.4rem;
  }
}
#about main .intro figure {
  border: 0.4rem solid var(--color-accent01);
}
#about main .sub-link {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  width: min(40rem, 100%);
  margin-inline: auto;
}
#about main .sub-link .label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .sub-link .label {
    font-size: 1.4rem;
  }
}
#about main .sub-link .label::before, #about main .sub-link .label::after {
  content: "";
  width: 0.2rem;
  height: 1.8rem;
  background: var(--color-font);
}
#about main .sub-link .label::before {
  rotate: -45deg;
}
#about main .sub-link .label::after {
  rotate: 45deg;
}
#about main .sub-link .common-link {
  width: 100%;
  min-width: 0;
  margin-inline: 0;
  font-size: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .sub-link .common-link {
    font-size: 1.6rem;
  }
}
#about main .info {
  padding: 2rem;
  border: 0.2rem solid var(--color-accent01);
  background: var(--color-accent02);
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .info {
    font-size: 1.4rem;
    text-align: initial;
  }
}
#about main .about {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px));
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about {
    background-size: 4rem 4rem;
  }
}
#about main .about .lead {
  margin-top: 10rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .lead {
    margin-top: 5rem;
    font-size: 1.5rem;
    text-align: initial;
  }
}
#about main .about .compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .compare {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#about main .about .compare .item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 2.4rem;
}
#about main .about .compare .label {
  padding: 1rem;
  background: var(--color-accent01);
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .compare .label {
    font-size: 1.6rem;
  }
}
#about main .about .compare figure img {
  aspect-ratio: 733/395;
  -o-object-fit: cover;
     object-fit: cover;
}
#about main .about .compare .common-bullet-list {
  padding: 3rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .compare .common-bullet-list {
    padding: 2rem 2.4rem;
  }
}
#about main .about .marker {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .marker {
    font-size: 1.4rem;
  }
}
#about main .about .marker mark {
  font-weight: 500;
}
#about main .about .selfcheck {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .selfcheck {
    margin-top: 6rem;
  }
}
#about main .about .selfcheck .selfcheck-head {
  display: grid;
  grid-template-columns: 1fr 40rem;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .selfcheck .selfcheck-head {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#about main .about .selfcheck .text {
  display: grid;
  gap: 2.4rem;
}
#about main .about .selfcheck .text p {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .selfcheck .text p {
    font-size: 1.4rem;
  }
}
#about main .about .selfcheck .check-card {
  position: relative;
  display: grid;
  gap: 1.6rem;
  margin-top: 2.4rem;
  padding: 5.6rem 6rem;
  background: #fff;
  border: 0.2rem solid var(--color-base);
  box-shadow: var(--box-shadow);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .selfcheck .check-card {
    padding: 3.2rem 2.4rem;
    gap: 1.2rem;
  }
}
#about main .about .selfcheck .check-card::before, #about main .about .selfcheck .check-card::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  background: no-repeat center/cover;
  box-shadow: 0 0 0 0.4rem var(--color-accent01);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .selfcheck .check-card::before, #about main .about .selfcheck .check-card::after {
    display: none;
  }
}
#about main .about .selfcheck .check-card::before {
  width: 17rem;
  top: 6.3rem;
  right: 10.3rem;
  background-image: url(../images/about/about-check01.png);
}
#about main .about .selfcheck .check-card::after {
  width: 19.4rem;
  top: 26rem;
  right: 19.5rem;
  background-image: url(../images/about/about-check02.png);
}
#about main .about .selfcheck .check-card li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .selfcheck .check-card li {
    font-size: 1.4rem;
  }
}
#about main .about .selfcheck .check-card li::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 1;
  background: url(../images/common/icon-check-circle.svg) no-repeat center/contain;
  flex-shrink: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .selfcheck .check-card li::before {
    width: 2rem;
  }
}
#about main .about .selfcheck > p:last-child {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .about .selfcheck > p:last-child {
    font-size: 1.4rem;
  }
}
#about main .cause {
  background-color: #fafafa;
}
#about main .cause > p {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .cause > p {
    font-size: 1.4rem;
  }
}
#about main .cause .common-heading + p {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .cause .common-heading + p {
    margin-top: 5rem;
  }
}
#about main .cause .type {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .cause .type {
    margin-top: 3rem;
  }
}
#about main .cause > p:last-child {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .cause > p:last-child {
    margin-top: 3rem;
  }
}
#about main .diagnosis {
  background: #fff;
}
#about main .diagnosis .block {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .diagnosis .block {
    gap: 2.4rem;
  }
}
#about main .diagnosis .block:first-of-type {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .diagnosis .block:first-of-type {
    margin-top: 5rem;
  }
}
#about main .diagnosis .block + .block {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .diagnosis .block + .block {
    margin-top: 5rem;
  }
}
#about main .diagnosis .block > p {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .diagnosis .block > p {
    font-size: 1.4rem;
  }
}
#about main .diagnosis .note {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .diagnosis .note {
    font-size: 1.3rem;
  }
}
#about main .flow {
  background: var(--color-base);
}
#about main .flow .steps {
  display: grid;
  gap: 4rem;
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .steps {
    gap: 3.2rem;
    margin-top: 5rem;
  }
}
#about main .flow .steps > li {
  display: grid;
  grid-template-columns: 12.2rem 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 2rem;
  align-items: start;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .steps > li {
    grid-template-columns: 6.4rem 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 0 1.6rem;
    align-items: center;
  }
}
#about main .flow .num {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--color-main);
  font-family: var(--font-jost);
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .num {
    grid-column: 2;
    justify-content: flex-start;
    align-items: baseline;
    gap: 0.8rem;
  }
}
#about main .flow .num span:first-child {
  font-size: 2.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .num span:first-child {
    font-size: 2rem;
  }
}
#about main .flow .num span:last-child {
  font-size: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .num span:last-child {
    font-size: 2.8rem;
  }
}
#about main .flow .steps figure {
  grid-column: 1;
  grid-row: 2;
  align-self: flex-start;
  width: 12.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .steps figure {
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
    width: 6.4rem;
  }
}
#about main .flow .body {
  position: relative;
  grid-column: 2;
  grid-row: 1/3;
  display: grid;
  gap: 2rem;
  align-content: start;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .body {
    display: contents;
  }
}
#about main .flow .body h3 {
  color: var(--color-main);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .body h3 {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    font-size: 2.2rem;
  }
}
#about main .flow .card {
  display: grid;
  gap: 2rem;
  padding: 3rem 5rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .card {
    grid-column: 1/-1;
    grid-row: 3;
    padding: 2.4rem 2rem;
    gap: 1.6rem;
    margin-top: 1.6rem;
  }
}
#about main .flow .card p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .card p {
    font-size: 1.4rem;
  }
}
#about main .flow .steps > li:not(:last-child) .body::after {
  content: "";
  width: 8.5rem;
  aspect-ratio: 85/26;
  margin-inline: auto;
  background: url("../images/common/icon-arrow-yellow.svg") center/contain no-repeat;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .steps > li:not(:last-child) .body::after {
    grid-column: 1/-1;
    grid-row: 4;
    width: 6.4rem;
    margin-top: 3.2rem;
  }
}
#about main .flow .sub-link {
  margin-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .sub-link {
    margin-top: 4rem;
  }
}
#about main .flow .block.risk {
  display: grid;
  gap: 3rem;
  margin-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .block.risk {
    gap: 2.4rem;
    margin-top: 8rem;
  }
}
#about main .flow .block.risk .common-bullet-list {
  grid-template-columns: 1fr 1fr;
  padding: 4rem 6rem;
  background: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .block.risk .common-bullet-list {
    grid-template-columns: 1fr;
    padding: 2.4rem 2rem;
  }
}
#about main .flow .block.risk > p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .flow .block.risk > p {
    font-size: 1.4rem;
  }
}
#about main .qa {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-base) calc(100% - 1px));
  background-size: 6rem 6rem;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .qa {
    background-size: 4rem 4rem;
  }
}
#about main .qa .qa-list {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #about main .qa .qa-list {
    margin-top: 4rem;
  }
}

#staff main .doctor {
  padding-top: 15.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor {
    padding-top: 10rem;
  }
}
#staff main .doctor .name {
  font-size: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .name {
    font-size: 2rem;
  }
}
#staff main .doctor .career h4,
#staff main .doctor .credentials h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .career h4,
  #staff main .doctor .credentials h4 {
    font-size: 1.8rem;
  }
}
#staff main .doctor .career dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 2.4rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .career dl {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
#staff main .doctor .career dl dt {
  grid-column: 1;
  white-space: nowrap;
  font-weight: 400;
}
#staff main .doctor .career dl dd {
  grid-column: 2;
}
#staff main .doctor .credentials ul {
  margin-top: 2.4rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .credentials ul {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
#staff main .doctor .chief {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .chief {
    margin-top: 5rem;
  }
}
#staff main .doctor .chief .profile {
  display: grid;
  grid-template-columns: 1fr 32rem;
  align-items: center;
  gap: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .chief .profile {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .chief .profile figure {
    order: -1;
    width: 24rem;
    margin-inline: auto;
  }
}
#staff main .doctor .chief .profile figure img {
  aspect-ratio: 32/37;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.4rem solid var(--color-accent01);
}
#staff main .doctor .chief .profile blockquote {
  margin-block: 4rem 2.4rem;
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .chief .profile blockquote {
    margin-block: 2rem 1.6rem;
    font-size: 1.8rem;
  }
}
#staff main .doctor .chief .profile .comment {
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .chief .profile .comment {
    font-size: 1.4rem;
  }
}
#staff main .doctor .chief .record {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 5.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .chief .record {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 4rem;
  }
}
#staff main .doctor .chief .commitment {
  margin-top: 5.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .chief .commitment {
    margin-top: 4rem;
  }
}
#staff main .doctor .chief .commitment h4 {
  padding: 1.3rem;
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  font-size: var(--font-size-md);
  font-weight: 500;
}
#staff main .doctor .chief .commitment p {
  margin-top: 2.4rem;
  padding: 2.5rem 3.5rem;
  background-color: var(--color-base);
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .chief .commitment p {
    padding: 2rem 2.4rem;
    font-size: 1.4rem;
  }
}
#staff main .doctor .chief > .common-link {
  margin-top: 4rem;
}
#staff main .doctor .chief + .member {
  margin-top: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .chief + .member {
    margin-top: 10rem;
  }
}
#staff main .doctor .member {
  margin-top: 16rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .member {
    margin-top: 8rem;
  }
}
#staff main .doctor .member .detail {
  display: grid;
  grid-template-columns: 51.2rem 1fr;
  align-items: flex-start;
  gap: 8rem;
  margin-top: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .member .detail {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}
#staff main .doctor .member .detail figure {
  border: 0.4rem solid var(--color-accent01);
  width: 32rem;
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .member .detail figure {
    width: 24rem;
  }
}
#staff main .doctor .member .detail .info {
  display: grid;
  align-content: start;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .doctor .member .detail .info {
    gap: 2.4rem;
  }
}
#staff main .support {
  padding-block: 23.4rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .support {
    padding-block: 10rem 8rem;
  }
}
#staff main .support figure {
  border: 0.4rem solid var(--color-accent01);
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .support figure {
    margin-top: 4rem;
  }
}
#staff main .support p {
  margin-top: 4rem;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .support p {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    text-align: initial;
  }
}

#staff main .modal {
  width: min(100rem, 92vw);
  max-height: 90vh;
  margin: auto;
  padding: 0;
  border: none;
  background: #fff;
  overflow-y: auto;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  translate: 0 2rem;
  transition: opacity 0.4s ease, translate 0.4s ease, overlay 0.4s ease allow-discrete, display 0.4s ease allow-discrete;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .modal {
    max-height: calc(100vh - 8rem);
    max-height: calc(100dvh - 8rem);
  }
}
#staff main .modal[open] {
  opacity: 1;
  translate: 0 0;
}
@starting-style {
  #staff main .modal[open] {
    opacity: 0;
    translate: 0 2rem;
  }
}
#staff main .modal::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease, overlay 0.4s ease allow-discrete, display 0.4s ease allow-discrete;
}
#staff main .modal[open]::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
@starting-style {
  #staff main .modal[open]::backdrop {
    background: rgba(0, 0, 0, 0);
  }
}
#staff main .modal .modal-inner {
  display: grid;
  justify-items: center;
  gap: 8rem;
  padding: 8rem 5.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .modal .modal-inner {
    gap: 4rem;
    padding: 5rem 2rem;
  }
}
#staff main .modal .message-head,
#staff main .modal section {
  display: grid;
  gap: 4rem;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .modal .message-head,
  #staff main .modal section {
    gap: 2.4rem;
  }
}
#staff main .modal .message-head {
  position: relative;
  isolation: isolate;
}
#staff main .modal .message-head > * {
  position: relative;
  z-index: 1;
}
#staff main .modal .message-head h2 {
  font-family: var(--font-noto-serif);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .modal .message-head h2 {
    font-size: 2.4rem;
  }
}
#staff main .modal .message-head .deco {
  position: absolute;
  z-index: 0;
  top: -2rem;
  right: -2rem;
  width: 36rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .modal .message-head .deco {
    display: none;
  }
}
#staff main .modal section h3 {
  padding-block: 0.8rem;
  border-bottom: 0.3rem solid var(--color-main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .modal section h3 {
    font-size: 1.8rem;
  }
}
#staff main .modal section:first-of-type h3 {
  font-size: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .modal section:first-of-type h3 {
    font-size: 2rem;
  }
}
#staff main .modal .text {
  display: grid;
  gap: 1.8em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #staff main .modal .text {
    gap: 1.6em;
    font-size: 1.5rem;
  }
}
#staff main .modal .common-link {
  margin-top: 0;
}

/*# sourceMappingURL=styles.css.map*/