@charset "UTF-8";
/*------------------------------
// ブレークポイント
------------------------------*/
/*------------------------------
// カラー設定
------------------------------*/
/*------------------------------
// 角丸
------------------------------*/
/*------------------------------
// 余白
------------------------------*/
/*------------------------------T
// Typography
------------------------------*/
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  font-synthesis: none;
}
@media screen and (max-width:599px) {
  html {
    scroll-padding-top: 65px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  line-break: strict;
}

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

a {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-decoration: none !important;
}
a:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width:599px) {
  .forPC {
    display: none !important;
  }
}

@media screen and (min-width:600px) {
  .forSP {
    display: none !important;
  }
}

.for800-600 {
  display: none;
}
@media (max-width: 800px) and (min-width: 600px) {
  .for800-600 {
    display: block;
  }
}

.for1200-600 {
  display: none;
}
@media (max-width: 1200px) and (min-width: 600px) {
  .for1200-600 {
    display: block;
  }
}

.l-inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width:599px) {
  .l-inner {
    max-width: 500px;
    padding-inline: 24px;
  }
}

.page-price .l-inner {
  position: relative;
  overflow: hidden;
}

.page-body {
  padding: 104px 0 180px;
  margin: 0 auto !important;
}

@media (max-width: 1080px) {
  .page-body {
    padding: 56px 5% 80px;
  }
}
:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.main {
  margin: 88px 0 0 !important;
  position: relative;
  z-index: auto;
}
@media screen and (max-width:599px) {
  .main {
    margin-top: 65px !important;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header__inner {
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  padding-inline-start: 40px;
}
.header__link {
  width: 220px;
  height: 100%;
}
.header__link ul {
  height: 100%;
}
.header__link ul li {
  height: 50%;
}
.header__link ul li:last-of-type {
  background-color: #072100;
}
.header__link ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #FFF;
  padding-left: 24px;
  position: relative;
}
.header__link ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url(../../../assets/images/icon_triangle_white.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav {
  display: flex;
  gap: 60px;
  gap: 3.75rem;
}
@media (max-width: 1300px) {
  .header__nav {
    gap: 0;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
@media (max-width: 1300px) {
  .header__menu {
    display: none;
  }
}
.header__menu-item {
  color: #806B70;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.header__contact {
  width: 200px;
  height: 88px;
  background-color: #806B70;
  padding-block: 17px;
  padding-inline: 26px;
}
.header__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__contact-link p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.header__button {
  display: none;
}
@media (max-width: 1300px) {
  .header__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 88px;
    background-color: #FFF;
  }
}
.header__button button {
  height: 30px;
  display: flex;
  align-items: flex-end;
  color: #806B70;
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2em;
  margin-block-end: 10px;
}
.header-ham {
  width: 39px;
  position: relative;
}
.header-ham span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #806B70;
}
.header-ham span:nth-of-type(1) {
  top: 12px;
  left: 0;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.header-ham span:nth-of-type(2) {
  top: 20px;
  left: 0;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.header-ham .ham-label {
  background: none;
  left: 50%;
  translate: -50%;
  color: #806B70;
}
.header-ham.active span:nth-of-type(1) {
  transform: translateY(0px) rotate(-195deg);
  top: 18px;
  transition: transform 0.3s ease-in-out;
}
.header-ham.active span:nth-of-type(2) {
  transform: translateY(0px) rotate(195deg);
  top: 18px;
}
.header-ham.active .ham-label {
  background: none;
  left: 46%;
  translate: -50%;
  color: #806B70;
}

/* ハンバーガーメニュー */
@media screen and (max-width:599px) {
  .header__inner {
    height: 65px;
    position: relative;
    padding: 13px 24px 5px;
  }
  .header__inner > div:not(.header__logo) {
    display: none;
  }
  .header__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    background-color: #FFF;
  }
  .header__button button {
    height: 30px;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #082C0C;
    letter-spacing: 0.23em;
    margin-block-start: -12px;
  }
  .header-ham {
    width: 39px;
    height: 39px;
    position: relative;
  }
  .header-ham span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    transition: transform 0.3s ease-in-out;
    background-color: #806B70;
  }
  .header-ham span:nth-of-type(1) {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-ham span:nth-of-type(2) {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-ham .ham-label {
    background: none;
    left: 50%;
    translate: -50%;
    color: #806B70;
  }
  .header-ham.active span:nth-of-type(1) {
    transform: rotate(197deg) translateX(50%);
    top: 20px;
    left: 50%;
    transition: transform 0.3s ease-in-out;
  }
  .header-ham.active span:nth-of-type(2) {
    transform: rotate(-197deg) translateX(50%);
    top: 8px;
    left: 50%;
    transition: transform 0.3s ease-in-out;
  }
  .header-ham.active .ham-label {
    background: none;
    left: 46%;
    translate: -50%;
  }
}
.panel {
  display: none;
  width: 100%;
  height: calc(100vh - 88px);
  background-color: #FCEDE9;
  position: absolute;
  top: 88px;
  left: 0;
}
.panel__inner {
  width: 100%;
}
.panel__flex {
  display: flex;
  justify-content: center;
  gap: 120px;
}
.panel__block--first {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 760px;
  max-width: 760px;
}
.panel__block--second {
  width: 360px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.panel__nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.panel__nav li {
  max-width: 360px;
  width: 100%;
}
.panel__nav li a {
  display: inline-block;
  width: 100%;
  height: 55px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 600;
  color: #806B70;
  line-height: 1.3;
  border-bottom: 1px solid rgba(8, 44, 12, 0.1);
  display: block;
  position: relative;
}
.panel__nav li a::before {
  content: "";
  width: 16px;
  height: 20px;
  background: url(../../../assets/images/icon_link_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 46%;
  translate: 0 -50%;
  right: 0;
}
.panel__others {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.panel__others ul {
  width: 100%;
}
.panel__others ul li {
  text-align: right;
}
.panel__others ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.panel__others ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.3;
}
.panel__others ul li a span {
  margin-left: 12px;
}
.panel__others > p {
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  text-align: right;
}

.panel.active {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

@media screen and (max-width:599px) {
  .panel {
    padding: 19px 5.334%;
    height: calc(100dvh - 65px);
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }
  .panel__inner {
    width: 100%;
  }
  .panel__flex {
    flex-direction: column;
    gap: 48px;
  }
  .panel__nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .panel__nav:first-of-type li:first-of-type {
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .panel__nav li {
    width: 100%;
    max-width: 500px;
    padding-block-start: 5px;
  }
  .panel__nav li a {
    display: flex;
    align-items: center;
    height: 52px;
    font-size: 13px;
    font-weight: 600;
  }
  .panel__nav li a a:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(//malera-gifu.ken-dental-clinic.com/wp-content/themes/hybrid-mytheme/assets/stylesheets/scss/../../../assets/images/arrow_rigth_deepprimary.svg) no-repeat center/contain;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .panel__block {
    width: 100%;
  }
  .panel__block--first {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .panel__block--second {
    width: 100%;
    max-width: 100%;
  }
  .panel.active {
    align-items: flex-start;
    background-color: #FCEDE9;
  }
}
@media (min-width: 600px) and (max-width: 1300px) {
  .panel {
    padding: 40px 5% 0 5%;
    overflow-y: scroll;
  }
  .panel__inner {
    height: 100%;
  }
  .panel__nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .panel__nav:first-of-type li:first-of-type {
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .panel__nav li {
    width: 100%;
    max-width: 500px;
    padding-block-start: 5px;
  }
  .panel__nav li a {
    display: flex;
    align-items: center;
    height: 52px;
    font-size: 13px;
    font-weight: 600;
  }
  .panel__nav li a a:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(//malera-gifu.ken-dental-clinic.com/wp-content/themes/hybrid-mytheme/assets/stylesheets/scss/../../../assets/images/arrow_rigth_deepprimary.svg) no-repeat center/contain;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .panel__flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .panel__block--pc {
    width: 100%;
  }
  .panel__block--first {
    width: 100%;
  }
  .panel__block--second {
    width: 100%;
    max-width: 760px;
    align-items: flex-end;
  }
  .panel__wrap-reservation {
    width: 360px;
  }
}
.footer {
  position: relative;
  padding-block: 120px;
  background: #29151A;
}
.footer__inner {
  max-width: 1440px;
  width: 100%;
  padding-inline: 80px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.footer__wrap-top {
  display: flex;
  align-items: flex-start;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 37px;
}
.footer__wrap-top a {
  display: inline-block;
  width: 210px;
}
.footer__wrap-top .footer__wrap-cta {
  max-width: 752px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer__wrap-top .footer__wrap-cta > div {
  width: 360px;
}
.footer__wrap-bottom {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.footer__wrap-bottom--first {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.footer__wrap-bottom--first .footer__nav {
  width: 100%;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width:599px) {
  .footer__wrap-bottom--first .footer__nav {
    flex-direction: column;
  }
}
.footer__wrap-bottom--first .footer__nav li a {
  display: inline-block;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  line-height: 100%;
  position: relative;
}
.footer__wrap-bottom--second .footer__links {
  display: flex;
  gap: 30px;
}
@media screen and (max-width:599px) {
  .footer__wrap-bottom--second .footer__links {
    flex-direction: column;
  }
}
.footer__wrap-bottom--second ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  line-height: 150%;
}
.footer__wrap-bottom--second ul li a span {
  margin-left: 5px;
}
.footer__wrap-bottom--second > p {
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  text-align: right;
}
.footer__wrap-bottom--third {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__wrap-bottom--third .footer__links li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  line-height: 150%;
}
.footer__wrap-bottom--third .footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  line-height: 150%;
}
.footer__text-img {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62.7777777778vw;
}

@media screen and (max-width:599px) {
  .footer {
    padding-block: 80px;
  }
  .footer__inner {
    max-width: 500px;
    padding-inline: 24px;
  }
  .footer__wrap-top {
    margin-block-end: 39px;
  }
  .footer__wrap-top .footer__wrap-cta > div {
    width: 100%;
  }
  .footer__wrap-bottom {
    gap: 39px;
  }
  .footer__wrap-bottom--first {
    display: block;
  }
  .footer__wrap-bottom--first .footer__nav li {
    width: 100%;
    max-width: 100%;
  }
  .footer__wrap-bottom--first .footer__nav li a {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .footer__wrap-bottom--first .footer__nav li a::before {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .footer__wrap-bottom--second ul li a {
    font-size: 12px;
  }
  .footer__text-img {
    width: 90.9333333333vw;
  }
}
.cta {
  display: flex;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width:599px) {
  .cta {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width:430px) {
  .cta {
    gap: 19px;
  }
}
.cta__button {
  width: 100%;
  height: 80px;
  border-radius: 44px;
  background-color: #FFF;
  text-align: center;
}
@media screen and (max-width:430px) {
  .cta__button {
    width: 100%;
    max-width: 400px;
    height: 80px;
    border-radius: 40px;
  }
}
.cta__button.cta__button--01 {
  background-color: #FFF;
}
.cta__button.cta__button--02 {
  background-color: #806B70;
}
.cta__button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  color: #FFF;
  position: relative;
}
.cta__button a .cta__button-text--01top {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
}
.cta__button a .cta__button-text--01bottom {
  color: #DE6B7C;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.cta__button a .cta__button-text--02top {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
}
.cta__button a .cta__button-text--02bottom {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.reservation .cta {
  gap: 20px;
  justify-self: flex-end;
  width: 64%;
}
.reservation .reservation__block--second .cta__button-text--01top.--reservation,
.reservation .reservation__block--second .cta__button-text--02top.--reservation {
  font-size: 10px;
}
.reservation .reservation__block--second .cta__button-text--01bottom.--reservation,
.reservation .reservation__block--second .cta__button-text--02bottom.--reservation {
  font-size: 18px;
}

.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all ease 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background-color: #806B70;
}
.cta-fixed.js-cta-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cta-fixed__contact {
  display: flex;
  height: 65px;
}
.cta-fixed__contact-item--01 {
  width: 100%;
  color: #FFF;
  background-color: #806B70;
}
.cta-fixed__contact-item--ham {
  width: 22.66%;
}
.cta-fixed__contact-link {
  height: 65px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.cta-fixed__contact-link p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
}

.btn {
  border-radius: 50px;
  border: 2px solid rgba(128, 107, 112, 0.2);
  background: #FFF;
  width: 240px;
  height: 48px;
  padding: 14px 21px;
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.4px;
}
.btn::before {
  content: "";
  display: inline-block;
  margin-inline-end: 10px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #806B70;
}
.btn__wrap {
  display: flex;
  justify-content: center;
}
.btn__wrap.--left {
  justify-content: flex-start;
}

.pattern__btn > a, .btn__tertiary {
  border-radius: 50px;
  border: 2px solid rgba(128, 107, 112, 0.2);
  background: #FFF;
  max-width: 332px;
  height: 48px;
  padding: 15px 18px;
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-align: left;
}
.pattern__btn > a::before, .btn__tertiary::before {
  content: "";
  display: inline-block;
  margin-inline-end: 10px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #806B70;
}
.pattern__btn > a--left, .btn__tertiary--left {
  max-width: none;
  width: auto;
  padding-left: 68px;
  padding-right: 32px;
}
.pattern__btn > a--left::before, .btn__tertiary--left::before {
  left: 32px;
  transform: rotate(180deg);
}

@media screen and (max-width:599px) {
  .pattern__btn > a, .btn__tertiary {
    width: auto;
  }
}
.top .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block-end: 80px;
}
.top .heading.--qa {
  padding-block-end: 60px;
}
.top .heading__en {
  text-align: center;
  color: #CC9DA7;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  padding-block-end: 20px;
}
.top .heading__en.--flow {
  padding-block-end: 26px;
}
.top .heading__en.--qa {
  padding-block-end: 0;
}
.top .heading__en.--column {
  padding-block-end: 22px;
}
.top .heading__en.--group {
  padding-block-end: 24px;
}
.top .heading__ja {
  text-align: center;
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 8.4px;
  padding-inline-start: 7px;
}

@media screen and (max-width:599px) {
  .top .heading {
    padding-block-end: 40px;
  }
  .top .heading.--qa {
    padding-block-end: 40px;
  }
  .top .heading__en {
    font-size: 48px;
    letter-spacing: 1.84px;
    padding-block-end: 10px;
  }
  .top .heading__en.--features {
    width: 243px;
    height: 100%;
  }
  .top .heading__en.--doctors {
    width: 238px;
    height: 100%;
  }
  .top .heading__en.--treatment {
    width: 296px;
    height: 100%;
  }
  .top .heading__en.--flow {
    width: 137px;
    height: 100%;
    padding-block-end: 10px;
  }
  .top .heading__en.--qa {
    width: 110px;
    height: 100%;
  }
  .top .heading__en.--column {
    width: 217px;
    height: 100%;
    padding-block-end: 10px;
  }
  .top .heading__en.--group {
    width: 169px;
    height: 100%;
    padding-block-end: 10px;
  }
  .top .heading__ja {
    font-size: 20px;
    letter-spacing: 6px;
  }
}
.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block-end: 40px;
  position: relative;
  z-index: 1;
}
.heading__en {
  text-align: center;
  color: #CC9DA7;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  padding-block-end: 17px;
}
.heading__en.--risk {
  margin-inline: 20px;
}
.heading__en.--equipment {
  padding-block-end: 0;
}
.heading__ja {
  text-align: center;
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width:599px) {
  .heading {
    padding-block-end: 40px;
  }
  .heading.--qa {
    padding-block-end: 40px;
  }
  .heading__en {
    font-size: 48px;
    letter-spacing: 1.84px;
    padding-block-end: 14px;
  }
  .heading__en.--about {
    width: 171px;
  }
  .heading__en.--merit {
    width: 150px;
  }
  .heading__en.--risk {
    width: 318px;
  }
}
@media screen and (max-width:599px) and (max-width: 374px) {
  .heading__en.--risk {
    padding-inline: 24px;
  }
}
@media screen and (max-width:599px) {
  .heading__en.--features {
    width: 243px;
    height: 100%;
  }
  .heading__en.--equipment {
    width: 290px;
  }
  .heading__en.--message {
    width: 219px;
  }
  .heading__ja {
    font-size: 20px;
  }
}
.heading2 {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  color: #806B70;
  line-height: 150%;
  border-top: 2px solid rgba(128, 107, 112, 0.2);
  position: relative;
  padding-block-start: 28px;
  margin-block-end: 32px;
}
.heading2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 80px;
  background-color: #CC9DA7;
}

.heading3 {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  color: #806B70;
  line-height: 150%;
  position: relative;
  padding-inline-start: 20px;
  margin-block-end: 24px;
}
.heading3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #CC9DA7;
}

@media screen and (max-width:599px) {
  .heading3 {
    font-size: 20px;
  }
  .heading3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #CC9DA7;
  }
}
.heading4 {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  padding-left: 20px;
  border-left: 4px solid #208F10;
}
.heading4--l {
  font-size: 32px;
}

@media screen and (max-width:599px) {
  .heading4--l {
    font-size: 24px;
  }
}
.page-head {
  display: flex;
  justify-content: center;
  background: linear-gradient(0deg, rgba(222, 107, 124, 0.8) 0%, rgba(222, 107, 124, 0.8) 100%), url(../../../assets/images/mv_bg-pc.jpg) lightgray 50%/cover no-repeat;
}
.page-head__inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 370px;
  padding: 120px 15.27%;
  padding-inline-start: clamp(40px, 21.4286vw - 88.5714px, 220px);
  display: flex;
  align-items: center;
}
.page-head__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-head__title-wrap p {
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.page-head__title-wrap h1 {
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

@media screen and (max-width:599px) {
  .page-head {
    background: linear-gradient(0deg, rgba(222, 107, 124, 0.8) 0%, rgba(222, 107, 124, 0.8) 100%), url(../../../assets/images/mv_bg-sp.jpg) lightgray 50%/cover no-repeat;
  }
  .page-head__inner {
    height: 240px;
    padding: 85px 5.33%;
  }
  .page-head__title-wrap {
    max-width: 348px;
    width: 100%;
  }
  .page-head__title-wrap p {
    color: #FFF;
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.2px;
    text-transform: uppercase;
  }
}
@media screen and (max-width:599px) and (max-width: 400px) {
  .page-head__title-wrap p {
    font-size: 35px;
  }
}
@media screen and (max-width:599px) {
  .page-head__title-wrap h1 {
    color: #FFF;
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
  }
}
@media screen and (max-width:599px) {
  .page-about .page-head__title-wrap {
    gap: 4px;
  }
  .page-about .page-head__title-wrap > p {
    letter-spacing: 6.2px;
  }
  .page-flow .page-head__title-wrap p {
    font-size: 39px;
  }
  .page-price .page-head__title-wrap p {
    font-size: 39px;
  }
  .archive-menu .page-head__title-wrap p {
    font-size: 41px;
  }
}
.bnr {
  background-color: #EFF6EF;
  padding: 120px 0;
  margin-top: 0 !important;
}
.bnr__list {
  display: flex;
  gap: 35px;
  justify-content: space-between;
}
.bnr__list-item {
  flex: 1 1 0;
  aspect-ratio: 390/200;
  max-width: calc((100% - 70px) / 3);
}
.bnr__list-item a {
  width: 100%;
  height: 100%;
}
.bnr__list-item a img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width:599px) {
  .bnr {
    padding: 80px 0;
  }
  .bnr__list {
    flex-direction: column;
  }
  .bnr__list-item {
    max-width: 100%;
  }
}
.about__links {
  display: flex;
}
.about__links-item {
  display: flex;
  align-items: center;
  aspect-ratio: 480/420;
  position: relative;
  padding-left: 64px;
}
.about__links-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(13, 28, 26, 0.3);
  z-index: 1;
  pointer-events: none;
}
.about__links-item div:first-of-type {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.about__links-item div:first-of-type .about__text-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
.about__links-item div:first-of-type span {
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #FFF;
  margin: 20px 0 32px;
}
.about__links-item div:first-of-type .about__text-ja {
  font-size: 32px;
  font-weight: 500;
  color: #FFF;
}
.about__links-inner {
  display: flex;
  width: 66.6666666667%;
}
.about__links-inner > a {
  width: 50%;
}
.about__message {
  width: 33.3333333333%;
  background: url(../../../assets/images/page/top/about_message.png) no-repeat right center;
  background-size: cover;
}
.about__philosophy {
  background: url(../../../assets/images/page/top/about_philosophy.png) no-repeat right center;
  background-size: cover;
}
.about__history {
  background: url(../../../assets/images/page/top/about_history.png) no-repeat right center;
  background-size: cover;
}

.story {
  margin: 130px 0;
}
.story__title-wrap {
  position: relative;
  margin-bottom: 64px;
  overflow: hidden;
}
.story__title {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 400;
  color: #208F10;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.story__subtitle {
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 200px;
  font-weight: 300;
  color: #F5F5F5;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}
@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.story__subtitle span {
  animation: scroll-marquee 140s linear infinite;
}
.story__text {
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 2.8;
  text-align: center;
  margin-bottom: 64px;
}
.story__btn-wrap {
  display: flex;
  justify-content: center;
}
.story__slick .slick-slide {
  margin: 0 12px;
}

@media (max-width: 1240px) {
  .story {
    overflow: hidden;
  }
  .story__list {
    width: 100vw;
    position: relative;
    left: -6.4%;
  }
}
@media screen and (max-width:599px) {
  .story {
    margin: 80px 0;
  }
  .story__title-wrap {
    height: 220px;
    margin-bottom: 0;
  }
  .story__title {
    font-size: 30px;
    line-height: 1.8;
    text-align: left;
  }
  .story__subtitle {
    width: auto;
    font-size: 120px;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
    z-index: -1;
  }
  .story__text {
    text-align: left;
    margin-bottom: 40px;
  }
}
.card-01 {
  flex: 0 0 auto;
  width: 400px;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}
.card-01 a {
  display: inline-block;
  height: 100%;
  border-radius: 0 0 8px 8px;
}
.card-01 a > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 148px;
  padding: 20px;
}
.card-01__image {
  width: 100%;
  height: 220px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  display: block;
  background: gray;
}
.card-01__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.card-01__name {
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  position: relative;
}
.card-01__name::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../../assets/images/icon_btn_green_right.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
}
.card-01__list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 64px;
  overflow: hidden;
}
.card-02 article {
  display: flex;
  gap: 32px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 12px;
}
.card-02__block--first {
  width: 490px;
}
.card-02__block--first img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.card-02__block--second {
  flex: 1;
}
.card-02__category {
  gap: 12px;
  margin-bottom: 12px;
}
.card-02__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  margin-bottom: 8px;
}
.card-02__name {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
  margin-bottom: 8px;
  padding-bottom: 20px;
}
.card-02__doctor {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted rgba(128, 107, 112, 0.2);
}
.card-02__doctor span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #3B4043;
  line-height: 1.8;
}
.card-02__doctor span:first-of-type {
  width: 80px;
  font-weight: 500;
  margin-right: 4px;
}
.card-02__doctor span:last-of-type {
  font-weight: 400;
}
.card-02__date {
  margin-bottom: 20px;
}
.card-02__date span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #3B4043;
  line-height: 1.8;
}
.card-02__date span:first-of-type {
  width: 80px;
  font-weight: 500;
  margin-right: 4px;
}
.card-02__date span:last-of-type {
  font-weight: 400;
}
.card-02__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.card-03 {
  width: 100%;
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
.card-03:not(:last-of-type) {
  margin-bottom: 56px;
}
.card-03__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #3B4043;
  line-height: 1.3;
  padding-bottom: 24px;
  border-bottom: 1px dotted rgba(128, 107, 112, 0.2);
}
.card-03__block--first {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-top: 28px;
  margin-bottom: 32px;
}
.card-03__block--first > div:first-of-type {
  max-width: 400px;
  width: 100%;
  flex: 1;
}
.card-03__block--first > div:last-of-type {
  padding-top: 12px;
  max-width: 210px;
  width: 100%;
  flex: 1;
}
.card-03__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.card-03__table tr th,
.card-03__table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  border-bottom: 1px dotted rgba(128, 107, 112, 0.2);
  padding-bottom: 12px;
}
.card-03__table tr th {
  width: 80px;
  font-weight: 500;
}
.card-03__table tr td {
  font-weight: 400;
}
.card-03__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #208F10;
  line-height: 1.8;
  text-decoration: underline !important;
  margin-top: 8px;
}
.card-03__btn-wrap {
  display: flex;
  gap: 12px;
}
.card-03__btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: calc(50% - 6px);
  height: 56px;
  border-radius: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.card-03__btn-wrap a:first-of-type {
  color: #208F10;
  border: 1px solid #208F10;
}
.card-03__btn-wrap a:last-of-type {
  color: #FFF;
}
.card-04 {
  flex: 0 0 auto;
  width: 406px;
}
.card-04 a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.card-04__image {
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 10px;
  width: 406px;
  height: 240px;
  object-fit: cover;
}
.card-04__box {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 21px;
}
.card-04__date {
  display: inline-block;
  width: 75px;
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-block-start: 26px;
}
.card-04__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  min-height: 3em;
  letter-spacing: 2px;
  color: #806B70;
}
.card-04__category-wrap {
  gap: 8px;
  flex: 1;
}
.card-04__btn {
  width: 212px;
}
.card-04__btn.--ranking {
  width: 240px;
}
.card-04__btn-wrap {
  display: flex;
  justify-content: center;
}
.card-04__btn-wrap.--ranking {
  margin-block-start: 38px;
}
.card-04__list--01 {
  display: flex;
  gap: 32px;
}
.card-04__list--01-wrap:not(:last-of-type) {
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
  padding-bottom: 56px;
  margin-bottom: 56px;
}
.card-04__list--01-wrap > div:first-of-type {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  flex-direction: column;
  gap: 40px;
}
.card-04__list--01-wrap > div:first-of-type p {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: #806B70;
}
.card-04__list--02 {
  display: grid;
  grid-template-columns: repeat(auto-fit, 406px);
  justify-content: center;
  gap: 47px 31px;
  flex-wrap: wrap;
}
.card-04__list--02 .no-ranking {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #806B70;
}
.card-04__list--03 {
  display: flex;
  justify-content: space-between;
  gap: 40px 0;
  overflow: hidden;
}

@media (max-width: 1240px) {
  .card-01__list {
    width: 100vw;
  }
  .card-04__list--02 {
    justify-content: center;
    gap: 40px 30px;
  }
}
@media (max-width: 1000px) {
  .card-02 article {
    flex-direction: column;
    gap: 32px;
    padding: 20px;
  }
  .card-02__block--first {
    width: 100%;
  }
  .card-02__block--second .card-02__btn-wrap {
    display: flex;
    justify-content: center;
  }
  .card-02__block--second .card-02__btn-wrap .card-02__btn {
    width: 212px;
  }
  .card-02__title {
    font-size: 20px;
  }
  .card-02__name {
    font-size: 16px;
  }
  .card-02__list {
    display: flex;
    flex-direction: column;
    gap: 56px;
  }
  .card-03__block--first {
    flex-direction: column-reverse;
  }
  .card-03__block--first > div:first-of-type {
    max-width: 100%;
  }
  .card-03__block--first > div:last-of-type {
    padding-top: 0;
    max-width: 100%;
  }
  .card-03__btn-wrap {
    flex-direction: column;
  }
  .card-03__btn-wrap a {
    width: 100%;
  }
}
@media screen and (max-width:599px) {
  .card-01 {
    width: 260px;
  }
  .card-01 a > div {
    height: 177px;
  }
  .card-01__text {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-03 {
    padding: 20px;
  }
  .card-03:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .card-03__title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .card-03__block--first {
    gap: 20px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .card-03__btn-wrap a {
    font-size: 16px;
  }
  .card-04 {
    width: 310px;
  }
  .card-04__image {
    height: auto;
    aspect-ratio: 328/197;
  }
  .card-04__box {
    flex-direction: column-reverse;
    gap: 8px;
    margin: 25px 0 21px;
  }
  .card-04__date {
    margin-block-start: 8px;
  }
  .card-04__category-wrap {
    gap: 8px;
  }
  .card-04__btn-wrap {
    margin-top: 32px;
  }
  .card-04__list--01 {
    gap: 20px;
  }
  .card-04__list--01-wrap {
    margin-bottom: 56px;
  }
  .card-04__list--01-wrap > div:first-of-type h4 {
    font-size: 24px;
  }
  .card-04__list--02 {
    gap: 24px;
    grid-template-columns: 1fr;
    place-items: center;
  }
}
@media screen and (max-width:599px) {
  .archive .card-04 {
    width: 100%;
    max-width: 406px;
  }
}
.select {
  border-radius: 8px;
}
.select__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: #EFF6EF;
  padding: 20px 32px;
}
.select__item {
  border-radius: 20px;
  background: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 8px 16px;
  cursor: pointer;
  border: 1px solid rgba(128, 107, 112, 0.2);
}
.select__item.is-active {
  color: #FFF;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.pagination ul li span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  border-radius: 36px;
  background: #DE6B7C;
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #6F6F6F;
}
.pagination ul li a.prev {
  width: auto;
  height: auto;
  margin-right: 4px;
}
.pagination ul li a.next {
  width: auto;
  height: auto;
  margin-left: 4px;
}

.popular__story h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width:599px) {
  .popular__story h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.c-category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  background-color: #806B70;
  border-radius: 50px;
  padding: 6px 16px;
  display: flex;
  flex-wrap: wrap;
}
.c-category__list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs {
  width: 100%;
  max-width: 1440px;
}
.breadcrumbs__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  background: #FCEDE9;
  padding-inline-start: 100px;
  padding-block-end: 3px;
}
.breadcrumbs .category {
  display: inline;
}
.breadcrumbs span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 1;
  position: relative;
  background: none;
  border: none;
  padding: 0;
}
.breadcrumbs span:not(:last-of-type) {
  margin-right: 28px;
}
.breadcrumbs span:not(:last-of-type)::before {
  content: "−";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}

@media (max-width: 1265px) {
  .breadcrumbs__wrap {
    padding: 2px 6.4%;
    min-height: 52px;
    height: auto;
  }
}
.serch-category {
  width: 100%;
  position: relative;
  padding-block-start: 80px;
  padding-block-end: 160px;
}
.serch-category__inner {
  background-color: #FFF;
  border-radius: 8px;
  padding: 40px;
}
.serch-category p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: #806B70;
  margin-bottom: 24px;
}
.serch-category ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px 16px;
}
.serch-category ul li.is-active a,
.serch-category ul li.is-active span {
  color: #806B70;
  background-color: #FCEDE9;
  border: none;
}
.serch-category ul li a,
.serch-category ul li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #806B70;
  background-color: #FFF;
  padding: 16px 12px;
  text-align: center;
  border: 1px solid rgba(128, 107, 112, 0.2);
  border-radius: 8px;
}

@media screen and (max-width:599px) {
  .serch-category {
    padding-block-end: 0;
  }
  .serch-category::before {
    display: none;
  }
  .serch-category__inner {
    border-radius: 8px;
    padding: 24px 20px;
  }
  .serch-category h4 {
    justify-content: center;
  }
  .serch-category ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.recommended-articles h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width:599px) {
  .recommended-articles h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.our-clinic {
  background: #FCEDE9;
  padding: 120px 0;
  padding-block-start: 136px;
}
.our-clinic__inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}
.our-clinic__area {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  color: #806B70;
  line-height: 150%;
  margin-bottom: 40px;
  text-align: center;
}
.our-clinic__area-wrap {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-inline: 80px;
}
@media screen and (max-width:599px) {
  .our-clinic__area-wrap {
    padding-inline: 24px;
    gap: 24px;
  }
}
.our-clinic__area-wrap > div {
  background-color: #FFF;
  padding: 80px 60.5px;
  box-shadow: 0 0 30px 8px rgba(204, 157, 167, 0.2);
  border-radius: 8px;
}
.our-clinic__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 29px;
}
@media (max-width: 1088px) and (min-width: 600px) {
  .our-clinic__list {
    justify-content: center;
  }
}
.our-clinic__list-item {
  width: calc((100% - 58px) / 3);
  position: relative;
  min-width: 250px;
}
@media (max-width: 1088px) and (min-width: 600px) {
  .our-clinic__list-item {
    flex-grow: 1;
  }
}
.our-clinic__list-item a {
  display: block;
}
.our-clinic__list-item img {
  width: 100%;
  border-radius: 8px;
}
.our-clinic__list-item--name {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  color: #806B70;
  line-height: 100%;
  margin-block: 30px;
}
.our-clinic__list-item--post {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #806B70;
  font-weight: 400;
  line-height: 100%;
  margin-block-end: 10px;
}
.our-clinic__list-item--address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #806B70;
  font-weight: 400;
  line-height: 200%;
}
.our-clinic__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:599px) {
  .our-clinic {
    padding-block-start: 73px;
    padding-block-end: 81px;
  }
  .our-clinic__area {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .our-clinic__area--tokyo ul {
    column-count: 2;
  }
  .our-clinic__area-wrap {
    margin-block-start: -2px;
  }
  .our-clinic__area-wrap > div {
    padding: 40px 20px;
  }
  .our-clinic__list {
    gap: 22px 12px;
    justify-content: flex-start;
  }
  .our-clinic__list-item {
    width: calc((100% - 12px) / 2);
    min-width: inherit;
    flex-grow: 0;
  }
  .our-clinic__list-item img {
    border-radius: 8px;
  }
  .our-clinic__list-item--name {
    font-size: 14px;
    line-height: 150%;
    margin: 15px 0 10px;
  }
  .our-clinic__list-item--post {
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 8px;
  }
  .our-clinic__list-item--address {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    line-height: 150%;
  }
  .our-clinic__btn-wrap {
    display: flex;
    justify-content: center;
  }
}
.reservation {
  background: url(../../../assets/images/reservation_bg-pc.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 134px 0 119px;
  z-index: auto;
}
.reservation::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(222, 107, 124, 0.8) 0%, rgba(222, 107, 124, 0.8) 100%) center/cover no-repeat, lightgray;
  opacity: 0.85;
}
.reservation::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: clamp(0rem, -7.634rem + 20.36vw, 10.688rem);
  bottom: -40px;
  width: 700px;
  height: 552px;
  background: url(../../../assets/images/reservation_bg-rectangle.svg) no-repeat center center;
  mix-blend-mode: screen;
  opacity: 0.8;
}
.reservation__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 80px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  gap: 60px;
}
.reservation__block--first {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.reservation__block--second .cta__button {
  height: 80px;
}
.reservation__block--second .cta__button a::before {
  width: 40px;
  height: 40px;
  right: 24px;
}
.reservation__block--second .cta__button a span:first-of-type {
  font-size: 14px;
}
.reservation__block--second .cta__button a span:last-of-type {
  font-size: 20px;
}
.reservation__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #FFF;
  line-height: 100%;
  letter-spacing: 3.8px;
  margin-block-end: 64px;
}
.reservation__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  color: #FFF;
  line-height: 150%;
  letter-spacing: 8.4px;
  position: relative;
  z-index: 3;
}
.reservation__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.8;
  line-height: 250%;
  position: relative;
  z-index: 3;
}

@media (max-width: 1024px) {
  .reservation .cta {
    width: 100%;
  }
  .reservation__inner {
    display: block;
  }
  .reservation__block--first {
    width: 100%;
  }
  .reservation__block--second {
    padding-top: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width:599px) {
  .reservation {
    background: url(../../../assets/images/reservation_bg-sp.webp) no-repeat center center;
    background-size: cover;
    padding: 55px 0 66px;
  }
  .reservation::after {
    width: 374px;
    height: 295px;
    bottom: 96px;
    background-size: contain;
  }
  .reservation__inner {
    padding-inline: 24px;
  }
  .reservation__block--first {
    gap: 0;
  }
  .reservation__block--second {
    width: 100%;
    margin-top: 22px;
  }
  .reservation__block--second .cta__button {
    height: 81px;
  }
  .reservation__block--second .cta__button a::before {
    width: 32px;
    height: 32px;
    right: 16px;
  }
  .reservation__block--second .cta__button a span:first-of-type {
    font-size: 12px;
  }
  .reservation__block--second .cta__button a span:last-of-type {
    font-size: 16px;
  }
  .reservation__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    max-width: 273px;
    margin-block-end: 32px;
  }
  .reservation__text {
    letter-spacing: 0;
    margin: 24px 0 15px;
  }
}
.president {
  margin-bottom: 120px;
}
.president__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.president__staff-image {
  width: 34%;
  max-width: 340px;
  max-height: 510px;
  margin: 0;
  aspect-ratio: 340/510;
  height: 100%;
  border-radius: 8px;
}
.president__description {
  width: 59.6%;
}
.president__description > h3 {
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
  padding-bottom: 32px;
  border-bottom: 1px solid #208F10;
}
.president__description > h3 span {
  color: #208F10;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.president__desc-text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 180%;
}
.president__sns {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.president__info {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  background: #EFF6EF;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 48px;
}
.president__info-item ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  max-width: 290px;
}
.president__info-item li {
  font-size: 14px;
  line-height: 1.6;
  list-style: disc;
  margin-left: 1.5em;
}
.president__info-item--career ul {
  gap: 12px;
}
.president__info-item--career li {
  list-style: none;
  margin-left: 0;
  line-height: 1.3;
}
.president__info-item--career li .year {
  display: block;
}
.president__heading4 {
  color: #208F10;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.president__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:599px) {
  .president__wrap {
    flex-direction: column;
    gap: 24px;
  }
  .president__staff-image {
    width: 85.63%;
    max-width: 100%;
    max-height: initial;
  }
  .president__description {
    width: 100%;
  }
  .president__description > h3 {
    font-size: 32px;
    padding-bottom: 24px;
  }
  .president__description > h3 span {
    font-size: 16px;
  }
  .president__sns {
    margin-top: 24px;
  }
  .president__info {
    flex-direction: column;
    padding: 24px;
    margin-bottom: 24px;
  }
  .president__info-item ul {
    max-width: 100%;
  }
}
.mv {
  background: linear-gradient(to right, #f9eae9, #ffcacb);
  position: relative;
  overflow-x: clip;
}
@supports not (overflow: clip) {
  .mv {
    overflow-x: hidden;
  }
}
.mv {
  z-index: auto;
}
.mv::after {
  content: "";
  position: absolute;
  background: url(../../images/page/top/mv_bg.webp) no-repeat;
  background-size: contain;
  /* 1440px時: 742×825 / top:-195px（最大）
      600px時 : 309×344 / top:-81px（最小） */
  width: clamp(309px, 51.53vw, 742px);
  height: clamp(344px, 57.29vw, 825px);
  top: clamp(-83px, -5.764vw, -34.58px);
  z-index: 2;
  left: calc((100vw - 1440px) / 2 + 82px);
  transform: translateX(20px);
  mix-blend-mode: screen;
}
@media (max-width: 1439px) and (min-width: 600px) {
  .mv::after {
    left: max(82px, (100vw - 1440px) / 2 + 82px);
  }
}
@media screen and (max-width:599px) {
  .mv {
    margin-block-end: 110px;
  }
  .mv::after {
    background: url(../../images/page/top/mv_bg-sp.webp) no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    width: 373px;
    max-width: 100%;
    height: 414px;
    z-index: 1;
    top: -22px;
    left: calc((100vw - 375px) / 2 - 70px);
  }
  .mv::before {
    content: "";
    position: absolute;
    bottom: -110px;
    right: 0;
    left: 0;
    width: 100%;
    height: 114px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #FFD1D6 0%, #F1A5AD 100%);
    z-index: 2;
  }
}
.mv__inner {
  position: relative;
  max-width: 1440px;
  padding-inline-start: 76px;
  padding-inline-end: 85px;
  margin-inline: auto;
  padding-block-start: 107px;
  padding-block-end: 60px;
}
@media (max-width: 1000px) and (min-width: 600px) {
  .mv__inner {
    padding-inline-start: 40px;
  }
}
@media screen and (max-width:599px) {
  .mv__inner {
    position: relative;
    padding-block: 0;
    padding-block: 37px;
    padding-inline: 0;
    max-width: 400px;
  }
}
.mv__content-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: fit-content;
  z-index: 3;
}
@media screen and (max-width:599px) {
  .mv__content-wrap {
    align-items: flex-start;
    gap: 13px;
    width: 100%;
  }
}
.mv__text-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
@media screen and (max-width:599px) {
  .mv__text-wrap {
    text-align: left;
    gap: 66px;
    margin-inline-start: -1px;
    padding-inline-start: 26px;
  }
}
.mv__text--top {
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 9.6px;
}
@media (max-width: 1200px) and (min-width: 600px) {
  .mv__text--top {
    font-size: 30px;
  }
}
@media screen and (max-width:599px) {
  .mv__text--top {
    font-size: 25px;
    line-height: 180%;
    letter-spacing: 2.5px;
  }
}
.mv__text--bottom {
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width:599px) {
  .mv__text--bottom {
    font-size: 13px;
    font-weight: 700;
    line-height: 253%;
  }
}
.mv__img-wrap {
  position: relative;
  display: flex;
  gap: 30px;
  margin-inline: auto;
}
.mv__img-wrap img {
  width: 229px;
  aspect-ratio: 229/237;
  object-fit: contain;
}
@media (max-width: 700px) and (min-width: 600px) {
  .mv__img-wrap {
    max-width: 300px;
  }
}
@media screen and (max-width:599px) {
  .mv__img-wrap {
    position: absolute;
    bottom: -190px;
    left: 50%;
    translate: -50%;
    width: 343px;
    max-width: 100%;
    gap: 0;
    z-index: 4;
  }
  .mv__img-wrap img {
    width: 171.5px;
    aspect-ratio: 171.5/177;
    object-fit: contain;
  }
}
.mv__img-woman {
  position: absolute;
  bottom: 0;
  right: 85px;
  z-index: 2;
}
@media (max-width: 1000px) and (min-width: 600px) {
  .mv__img-woman {
    width: 50%;
    right: 0;
  }
}
@media screen and (max-width:599px) {
  .mv__img-woman {
    right: -52px;
    bottom: 5px;
    max-width: 338px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 374px) {
  .mv__img-woman {
    max-width: 280px;
  }
}

.top-features {
  position: relative;
  background: #FCEDE9;
  padding-block-start: 137px;
  padding-block-end: 120px;
  overflow-x: clip;
}
@supports not (overflow: clip) {
  .top-features {
    overflow-x: hidden;
  }
}
.top-features {
  z-index: auto;
}
.top-features::after {
  background: url(../../images/page/top/mv_bg.webp);
  background-size: contain;
  content: "";
  position: absolute;
  width: clamp(260px, 51vw, 742px);
  height: clamp(300px, 57vw, 825px);
  top: 536px;
  left: calc((100vw - 1440px) / 2 + 83px);
  z-index: 1;
  mix-blend-mode: screen;
}
@media (max-width: 1439px) and (min-width: 600px) {
  .top-features::after {
    left: max(83px, (100vw - 1440px) / 2 + 83px);
  }
}
.top-features::before {
  background: url(../../images/page/top/mv_bg.webp);
  background-size: contain;
  content: "";
  position: absolute;
  width: clamp(260px, 40vw, 522px);
  height: clamp(300px, 44vw, 580px);
  bottom: 265px;
  right: calc((100vw - 1440px) / 2 + 83px);
  z-index: 1;
  mix-blend-mode: screen;
}
@media (max-width: 1439px) and (min-width: 600px) {
  .top-features::before {
    right: max(83px, (100vw - 1440px) / 2 + 83px);
  }
}
@media screen and (max-width:599px) {
  .top-features {
    padding-block: 80px;
    padding-block-start: 87px;
  }
  .top-features::after {
    width: 670px;
    height: 744px;
    top: 501px;
    left: calc((100vw - 375px) / 2 + 40px);
  }
  .top-features::before {
    width: 802px;
    height: 890px;
    bottom: 159px;
    left: 50%;
    translate: -50%;
  }
}
.top-features__inner {
  max-width: 1367px;
  padding-inline: 83.5px;
  margin-inline: auto;
}
@media screen and (max-width:599px) {
  .top-features__inner {
    padding-inline: 24px;
  }
}
.top-features__content {
  display: grid;
  grid-template-areas: "img hgroup";
  column-gap: 60px;
}
@media (max-width: 768px) {
  .top-features__content {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "hgroup";
  }
}
.top-features__contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-block-end: 80px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:599px) {
  .top-features__contents {
    padding-block-end: 41px;
  }
}
.top-features__contents > .top-features__content:nth-child(even) {
  grid-template-areas: "hgroup img";
}
@media (max-width: 768px) {
  .top-features__contents > .top-features__content:nth-child(even) {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "hgroup";
  }
}
.top-features__img {
  grid-area: img;
  border-radius: 8px;
  box-shadow: 0 0 30px 8px rgba(204, 157, 167, 0.2);
  max-width: 479px;
  width: clamp(200px, 33.2143vw + 0.7143px, 479px);
  aspect-ratio: 479/327;
  margin-block-end: 85px;
  position: relative;
  z-index: 0;
}
.top-features__img img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 479/327;
}
@media (max-width: 768px) {
  .top-features__img {
    width: 100%;
    margin-inline: auto;
    margin-block-end: 30px;
  }
}
.top-features__hgroup {
  grid-area: hgroup;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-self: end;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:599px) {
  .top-features__hgroup {
    align-self: auto;
    gap: 24px;
  }
}
.top-features__subheading {
  font-family: "Zen Old Mincho", serif;
  /* 600px → 1440px の間で 20px → 42px に変化 */
  font-size: clamp(20px, 4.286px + 2.619vw, 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 4.2px;
  background: var(--top-grade, linear-gradient(92deg, #806B70 7.01%, #CC9DA7 52.16%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: 0;
}
@media screen and (max-width:599px) {
  .top-features__subheading {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
.top-features__text {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
  margin-block: 0;
}

.top-doctors {
  background: #FFE3E2;
  padding-block: 137px;
  padding-block-end: 120px;
}
@media screen and (max-width:599px) {
  .top-doctors {
    padding-block-start: 71px;
    padding-block-end: 78px;
  }
}
.top-doctors__inner {
  padding-inline: 20px;
}
@media screen and (max-width:599px) {
  .top-doctors__inner {
    padding-inline: 0;
  }
}
.top-doctors__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1320px) {
  .top-doctors__card {
    max-width: 308px;
  }
}
.top-doctors__cards {
  padding-block-end: 80px;
  max-width: 1280px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(308px, 1fr));
  gap: 16px;
}
@media (max-width: 1320px) {
  .top-doctors__cards {
    max-width: 632px;
    grid-template-columns: repeat(2, 308px);
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .top-doctors__cards {
    max-width: 308px;
    grid-template-columns: 1fr;
    padding-block-end: 40px;
  }
}
@media screen and (max-width:599px) {
  .top-doctors__cards {
    display: block;
    max-width: 100%;
    margin-block-end: 38px;
  }
}
@media screen and (max-width:599px) {
  .top-doctors__slider .swiper-slide {
    display: flex;
    justify-content: center;
    max-width: 308px;
  }
}
.top-doctors__img {
  width: 100%;
  max-width: 308px;
  border-radius: 8px;
  padding: 10px;
  background: #FFF;
  margin-block-end: 12px;
}
.top-doctors__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}
.top-doctors__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #FFF;
  background: #806B70;
  padding: 6px 16px;
  border-radius: 999px;
}
.top-doctors__name {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(18px, 1.2vw + 14px, 24px);
  line-height: 150%;
  letter-spacing: 2.4px;
  color: #806B70;
}
@media screen and (max-width:599px) {
  .top-doctors__name {
    font-size: 24px;
  }
}
.top-doctors__text {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 3px;
  background: #FFF;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #DE6B7C;
}

.top-treatment {
  background: #FCEDE9;
  padding-block-start: 137px;
  padding-block-end: 116px;
}
@media screen and (max-width:599px) {
  .top-treatment {
    padding-block-start: 72px;
    padding-block-end: 80px;
  }
}
.top-treatment__slider {
  margin-block-start: 2px;
  padding-block-end: 152px;
  margin: 0 auto;
}
.top-treatment__slider .swiper-slide {
  width: 480px !important;
}
@media screen and (max-width:599px) {
  .top-treatment__slider .swiper-slide {
    width: 280px !important;
  }
}
@media screen and (max-width:599px) {
  .top-treatment__slider {
    padding-block-end: 72px;
  }
}
.top-treatment__slider-wrap {
  width: 200%;
  padding-inline-start: 56px;
}
@media (max-width: 1024px) and (min-width: 600px) {
  .top-treatment__slider-wrap {
    padding-inline-start: 0;
  }
}
@media screen and (max-width:599px) {
  .top-treatment__slider-wrap {
    padding-inline-start: 0;
  }
}
.top-treatment__img {
  width: 480px;
  height: 260px;
  box-shadow: 0 0 30px rgba(204, 157, 167, 0.2);
  border-radius: 8px;
  margin-block-end: 40px;
}
.top-treatment__img img {
  width: 100%;
  aspect-ratio: 480/260;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width:599px) {
  .top-treatment__img {
    width: 280px;
    height: 152px;
    margin-block-end: 24px;
  }
  .top-treatment__img img {
    aspect-ratio: 280/152;
  }
}
.top-treatment__heading {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 42px */
  letter-spacing: 4.2px;
  background: linear-gradient(92deg, #806B70 7.01%, #CC9DA7 52.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block-end: 32px;
}
.top-treatment__heading::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 42px;
  border-left: 3px solid #806B70;
  padding-inline-end: 12px;
}
@media screen and (max-width:599px) {
  .top-treatment__heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.4px;
    padding-inline-start: 12px;
    margin-block-end: 24px;
  }
  .top-treatment__heading::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 36px;
    top: 50%;
    translate: 0 -50%;
    left: 0;
  }
}
.top-treatment__description {
  color: #DE6B7C;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  margin-block-end: 20px;
}
@media screen and (max-width:599px) {
  .top-treatment__description {
    margin-block-end: 12px;
  }
}
.top-treatment__text {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.top-treatment__prev,
.top-treatment__next {
  display: flex;
  width: 84px;
  height: 84px;
  padding: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid rgba(128, 107, 112, 0.2);
  background: #FFF;
  top: inherit;
  bottom: 0;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .top-treatment__prev:hover,
  .top-treatment__next:hover {
    opacity: 0.8;
  }
}

.top-treatment__prev {
  left: inherit;
  right: 51.12%;
}

.top-treatment__next {
  left: 51.2%;
}

.top-treatment__prev > span {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 18px;
}
.top-treatment__prev > span::before, .top-treatment__prev > span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12.6px;
  height: 2px;
  border-radius: 9999px;
  background-color: #cc9da7;
  transform-origin: 1px 50%;
}
.top-treatment__prev > span::before {
  transform: rotate(48.8deg);
}
.top-treatment__prev > span::after {
  transform: rotate(-48.8deg);
}

.top-treatment__next > span {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 18px;
}
.top-treatment__next > span::before, .top-treatment__next > span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12.6px;
  height: 2px;
  border-radius: 9999px;
  background-color: #cc9da7;
  transform-origin: calc(100% - 1px) 50%;
}
.top-treatment__next > span::before {
  transform: rotate(48.8deg);
}
.top-treatment__next > span::after {
  transform: rotate(-48.8deg);
}

.top-flow {
  background: #FFE3E2;
  padding-block-start: 135px;
  padding-block-end: 120px;
}
.top-flow__inner {
  max-width: 1322px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width:599px) {
  .top-flow__inner {
    padding-inline: 0;
  }
}
.top-flow__cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 56px;
  justify-content: center;
  margin-block-end: 80px;
}
.top-flow__card {
  width: 406px;
}
.top-flow__card img {
  max-width: 100%;
  height: auto;
}
.top-flow__img {
  position: relative;
  background: #FFF;
  border-radius: 8px;
  max-width: 406px;
  width: 100%;
  padding: 10px;
  margin-block-end: 32px;
}
.top-flow__img::after {
  content: attr(data-flow);
  font-variant-numeric: lining-nums;
  position: absolute;
  left: 10px;
  bottom: 4px;
  width: 65px;
  height: 20px;
  color: #CC9DA7;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.7px;
}
.top-flow__subheading {
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-block-end: 20px;
}
.top-flow__text {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
}

@media screen and (max-width:599px) {
  .top-flow {
    padding-block-start: 67px;
    padding-block-end: 77px;
  }
  .top-flow__cards {
    /* 横スクロール化 */
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    padding-inline: 24px;
    /* スクロールバー非表示 */
    scrollbar-width: none;
  }
  .top-flow__cards::-webkit-scrollbar {
    display: none;
  }
  .top-flow__cards {
    margin-block-end: 40px;
  }
  .top-flow__card {
    flex: 0 0 clamp(260px, 74.6666666667vw, 406px);
    width: 208px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .top-flow__card img {
    display: block;
  }
  .top-flow__img {
    border-radius: 5.517px;
    padding: 6.9px;
    max-width: none;
  }
  .top-flow__img::after {
    left: 7px;
    bottom: -2px;
  }
  .top-flow__subheading {
    font-size: 20px;
  }
  .top-flow__text {
    font-size: 14px;
  }
}
.top-cta__wrap {
  display: flex;
}
@media (max-width: 768px) {
  .top-cta__wrap {
    flex-direction: column;
  }
}
.top-cta__safety {
  width: 50%;
  background: linear-gradient(0deg, rgba(67, 48, 52, 0.9) 0%, rgba(67, 48, 52, 0.9) 100%), url(../../images/page/top/cta_safety-bg-pc.webp) center/cover no-repeat;
  padding: 80px;
}
.top-cta__safety .btn__wrap {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .top-cta__safety {
    width: 100%;
    background: linear-gradient(0deg, rgba(67, 48, 52, 0.9) 0%, rgba(67, 48, 52, 0.9) 100%), url(../../images/page/top/cta_safety-bg-sp.webp) center/cover no-repeat;
    padding-block: 40px;
    padding-inline: 24px;
  }
  .top-cta__safety .btn__wrap {
    justify-content: center;
  }
}
.top-cta__achievement {
  width: 50%;
  background: linear-gradient(0deg, rgba(67, 48, 52, 0.9) 0%, rgba(67, 48, 52, 0.9) 100%), url(../../images/page/top/cta_achievement-bg-pc.webp) center/cover no-repeat;
  padding: 80px;
}
@media (max-width: 768px) {
  .top-cta__achievement {
    width: 100%;
    background: linear-gradient(0deg, rgba(67, 48, 52, 0.9) 0%, rgba(67, 48, 52, 0.9) 100%), url(../../images/page/top/cta_achievement-bg-sp.webp) center/cover no-repeat;
    padding-block: 40px;
    padding-inline: 24px;
  }
}
.top-cta__achievement-wrap {
  display: flex;
  gap: 56px;
}
.top-cta__achievement-wrap .btn__wrap {
  align-self: flex-end;
}
@media (max-width: 1200px) {
  .top-cta__achievement-wrap {
    flex-direction: column;
  }
  .top-cta__achievement-wrap .btn__wrap {
    align-self: flex-start;
  }
}
@media (max-width: 768px) {
  .top-cta__achievement-wrap {
    flex-direction: column;
    align-items: center;
  }
  .top-cta__achievement-wrap .btn__wrap {
    align-self: center;
  }
}
.top-cta__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  background: #DE6B7C;
}
.top-cta__price .top-cta__text {
  text-align: center;
}
@media (max-width: 768px) {
  .top-cta__price {
    padding-block: 40px;
    padding-inline: 24px;
  }
  .top-cta__price .top-cta__text {
    text-align: left;
  }
}
.top-cta__heading {
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 3.2px;
  padding-block-end: 20px;
}
@media (max-width: 768px) {
  .top-cta__heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.4px;
  }
}
.top-cta__text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
  padding-block-end: 40px;
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

dialog::backdrop {
  opacity: 0;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.modal__content {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.modal__content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  max-width: 1000px;
  max-height: 604px;
}

.modal__inner {
  overflow-y: scroll;
  height: 100%;
  position: relative;
  margin-inline: 20px;
}
@media (max-width: 1200px) {
  .modal__inner {
    margin-inline: 0;
    margin-inline-start: 20px;
    overflow-x: scroll;
  }
}

.modal__body {
  height: fit-content;
}
@media (max-width: 1200px) {
  .modal__body {
    width: 1000px;
  }
}

.modal__close-btn {
  position: absolute;
  z-index: 2;
  top: -25px;
  right: 17px;
  font-size: 20px;
  color: #FFF;
}
@media (max-width: 1200px) {
  .modal__close-btn {
    right: inherit;
    left: 17px;
  }
}

.top-qa {
  padding-block-start: 134px;
  padding-block-end: 120px;
  background: #FCEDE9;
}
@media screen and (max-width:599px) {
  .top-qa {
    padding-block-end: 80px;
  }
}

.top-column {
  background: #FFE3E2;
  padding-block: 134px;
  padding-block-end: 120px;
}
@media screen and (max-width:599px) {
  .top-column {
    padding-block-start: 71px;
    padding-block-end: 78px;
  }
}
.top-column__inner {
  padding-inline: 20px;
}
@media screen and (max-width:599px) {
  .top-column__inner {
    padding-inline: 0;
  }
}
.top-column__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1320px) {
  .top-column__card {
    max-width: 308px;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .top-column__card {
    max-width: 500px;
  }
}
@media screen and (max-width:599px) {
  .top-column__card {
    max-width: 328px;
  }
}
.top-column__cards {
  padding-block-end: 80px;
  max-width: 1280px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(406px, 1fr));
  gap: 31px;
}
@media (max-width: 1320px) {
  .top-column__cards {
    max-width: 632px;
    grid-template-columns: repeat(2, 308px);
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .top-column__cards {
    grid-template-columns: 1fr;
    padding-block-end: 44px;
    justify-items: center;
  }
}
@media screen and (max-width:599px) {
  .top-column__cards {
    margin-block-end: 37px;
  }
}
@media screen and (max-width:599px) {
  .top-column__slider .swiper-slide {
    display: flex;
    justify-content: center;
    max-width: 328px;
  }
}
.top-column__img {
  width: 100%;
  max-width: 406px;
  border-radius: 8px;
  padding: 10px;
  background: #FFF;
  margin-block-end: 12px;
}
@media screen and (max-width:599px) {
  .top-column__img {
    margin-block-end: 4px;
  }
}
.top-column__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}
.top-column__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #FFF;
  background: #806B70;
  padding: 6px 16px;
  border-radius: 999px;
}
.top-column__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 1.2vw + 14px, 20px);
  line-height: 150%;
  min-height: 3em; /* line-height(1.5) * 2行分 = 3em */
  letter-spacing: 1.8px;
  color: #806B70;
}
@media (max-width: 768px) and (min-width: 600px) {
  .top-column__title {
    max-width: 406px;
  }
}
@media screen and (max-width:599px) {
  .top-column__title {
    font-size: 20px;
  }
}
.top-column__date {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-block-start: 8px;
}
@media screen and (max-width:599px) {
  .top-column__date {
    margin-block-start: -13px;
    padding-block-start: 0;
  }
}

.top .menu__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.top .menu__block {
  width: 50%;
}
.top .menu__block-wrap {
  display: flex;
}
.top .menu__block--insurance {
  background-color: #EFF6EF;
  padding: 80px 40px 80px 100px;
}
.top .menu__block--free {
  background-color: #DFF1ED;
  padding: 80px 100px 80px 40px;
}
.top .menu__block-title {
  font-size: 32px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
}
.top .menu__block-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: #208F10;
  line-height: 1;
  margin: 20px 0 64px;
}
.top .menu__list-item {
  border-bottom: 1px dotted rgba(59, 64, 59, 0.5);
}
.top .menu__list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.top .menu__list-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  padding-right: 56px;
  padding-left: 20px;
  padding-bottom: 16px;
  position: relative;
}
.top .menu__list-item a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/icon_link_black.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
}
.top .menu__list-item--number {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(59, 64, 59, 0.5);
  line-height: 1;
  margin-right: 22px;
}

@media (max-width: 1024px) {
  .top .menu__block {
    width: 100%;
  }
  .top .menu__block-wrap {
    flex-direction: column;
  }
  .top .menu__block--insurance {
    padding: 80px 40px;
  }
  .top .menu__block--free {
    padding: 80px 40px;
  }
}
@media screen and (max-width:599px) {
  .top .menu__tab {
    display: flex;
    gap: 6px;
    width: 100%;
    padding: 0 6.4%;
    border-bottom: 2px solid #208F10;
  }
  .top .menu__tab-item {
    width: calc(100% - 3px);
    height: 70px;
    font-size: 16px;
    font-weight: 700;
    color: #6F6F6F;
    background-color: #F5F5F5;
    line-height: 1.3;
    border-radius: 4px 4px 0 0;
    padding-top: 16.5px;
    text-align: center;
    position: relative;
  }
  .top .menu__tab-item::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../../../assets/images/icon_arrow_bottom_gray.svg) no-repeat center/contain;
    position: absolute;
    left: 50%;
    bottom: 12.5px;
    transform: translateX(-50%);
  }
  .top .menu__tab-item.is-active {
    color: #FFF;
  }
  .top .menu__tab-item.is-active::before {
    background: url(../../../assets/images/icon_arrow_bottom_white.svg) no-repeat center/contain;
  }
  .top .menu__block {
    display: none;
    width: 100%;
  }
  .top .menu__block.is-active {
    display: block;
  }
  .top .menu__block-wrap {
    display: block;
  }
  .top .menu__block--insurance {
    padding: 40px 6.4% 48px;
  }
  .top .menu__block--free {
    padding: 40px 6.4% 48px;
  }
  .top .menu__block-title {
    font-size: 24px;
  }
  .top .menu__block-subtitle {
    font-size: 16px;
    margin: 12px 0 32px;
  }
  .top .menu__list-item:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .top .menu__list-item a {
    font-size: 18px;
    padding-right: 36px;
    padding-left: 0;
  }
  .top .menu__list-item a::before {
    right: 0;
  }
}
.orthodontic .about {
  padding-block-start: 110px;
  padding-block-end: 120px;
  background: #FCEDE9;
}
@media screen and (max-width:599px) {
  .orthodontic .about {
    padding-block-start: 47px;
  }
}
.orthodontic .about__inner {
  max-width: 1440px;
  margin-inline: auto;
}
.orthodontic .about__content {
  display: flex;
  gap: clamp(20px, 7.1429vw - 22.857px, 80px);
  padding-block-end: 120px;
}
@media screen and (max-width:599px) {
  .orthodontic .about__content {
    flex-direction: column;
    gap: 40px;
    padding-block-end: 48px;
  }
}
.orthodontic .about__img-wrap {
  max-width: 50%;
  width: 100%;
  height: auto;
}
@media screen and (max-width:599px) {
  .orthodontic .about__img-wrap {
    max-width: 93.6%;
  }
}
.orthodontic .about__img-wrap img {
  width: 100%;
  aspect-ratio: 720/446;
  object-fit: contain;
}
.orthodontic .about__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 420px;
  width: 100%;
}
@media (max-width: 1000px) and (min-width: 600px) {
  .orthodontic .about__text-wrap {
    padding-inline-end: 20px;
  }
}
@media screen and (max-width:599px) {
  .orthodontic .about__text-wrap {
    max-width: 100%;
  }
}
.orthodontic .about__subheading {
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(22px, 0.9524vw + 14.2857px, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width:599px) {
  .orthodontic .about__subheading {
    font-size: 28px;
    padding-inline-start: 24px;
  }
}
.orthodontic .about__text {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width:599px) {
  .orthodontic .about__text {
    padding-inline: 24px;
    line-height: 177%;
  }
}
.orthodontic .about__bottom-img--pc {
  display: flex;
  gap: 2px;
}
.orthodontic .about__bottom-img--pc picture {
  display: block;
  max-width: 480px;
  width: 100%;
  max-height: 360px;
  height: auto;
}
.orthodontic .about__bottom-img--sp div {
  display: flex;
  gap: 2px;
  margin-block-start: 2px;
}
.orthodontic .about__bottom-img--sp img {
  width: 100%;
}

.orthodontic .merit {
  padding-block-start: 126px;
  padding-block-end: 120px;
  background: #FFE3E2;
}
@media screen and (max-width:599px) {
  .orthodontic .merit {
    padding-block-start: 71px;
    padding-block-end: 80px;
  }
}
.orthodontic .merit__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width:599px) {
  .orthodontic .merit__inner {
    padding-inline: 24px;
  }
}
.orthodontic .merit__contents {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.orthodontic .merit__content {
  display: grid;
  column-gap: 64px;
  grid-template-columns: 1fr 374px;
  grid-template-areas: "img hgroup" "img text";
}
@media (max-width: 800px) and (min-width: 600px) {
  .orthodontic .merit__content {
    column-gap: 32px;
    grid-template-columns: 1fr 260px;
  }
}
@media screen and (max-width:599px) {
  .orthodontic .merit__content {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-areas: "hgroup" "img" "text";
  }
}
.orthodontic .merit__img-wrap {
  display: flex;
  align-items: center;
  grid-area: img;
  border-radius: 8px;
  max-width: 546px;
  width: 100%;
  height: auto;
}
@media screen and (max-width:599px) {
  .orthodontic .merit__img-wrap {
    margin-block: 24px;
  }
}
.orthodontic .merit__img-wrap img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 546/349;
}
.orthodontic .merit__text-wrap {
  display: flex;
  flex-direction: column;
  padding-block: 68px;
  max-width: 374px;
  width: 100%;
  row-gap: 30px;
}
@media screen and (max-width:599px) {
  .orthodontic .merit__text-wrap {
    display: contents;
  }
}
.orthodontic .merit__heading {
  grid-area: hgroup;
}
.orthodontic .merit__subheading {
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-block-end: 9px;
}
@media screen and (max-width:599px) {
  .orthodontic .merit__subheading {
    padding-block-end: 3px;
  }
}
.orthodontic .merit__description {
  color: #CC9DA7;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
.orthodontic .merit__text {
  grid-area: text;
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
}
@media screen and (max-width:599px) {
  .orthodontic .merit__text {
    line-height: 180%;
  }
}

.orthodontic .risk {
  padding-block-start: 125px;
  padding-block-end: 160px;
  background: #FCEDE9;
}
@media screen and (max-width:599px) {
  .orthodontic .risk {
    padding-block-start: 83px;
    padding-block-end: 80px;
  }
}
@media screen and (max-width:599px) {
  .orthodontic .risk__inner {
    padding-inline: 24px;
  }
}
.orthodontic .risk__wrap {
  max-width: 1000px;
  margin-inline: auto;
  background: #FFE3E2;
  padding-block: 40px;
  padding-inline: 44px;
  border-radius: 8px;
}
@media screen and (max-width:599px) {
  .orthodontic .risk__wrap {
    padding-block: 23px;
    padding-inline: 24px;
  }
}
@media screen and (max-width:599px) {
  .orthodontic .risk__lists {
    padding-inline-start: 4px;
    line-break: strict;
  }
}
.orthodontic .risk__list {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  position: relative;
  padding-inline-start: 20px;
}
@media screen and (max-width:599px) {
  .orthodontic .risk__list {
    line-height: 181%;
  }
}
.orthodontic .risk__list::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.page-about .heading3 {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  color: #806B70;
  line-height: 150%;
  position: relative;
  padding-inline-start: 20px;
  margin-block-end: 24px;
}
.page-about .heading3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 4px;
  background-color: #CC9DA7;
}

@media screen and (max-width:599px) {
  .page-about .heading3 {
    font-size: 24px;
  }
  .page-about .heading3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 4px;
    background-color: #CC9DA7;
  }
}
.page-about .features {
  position: relative;
  background: #FCEDE9;
  padding-block-start: 112px;
  padding-block-end: 120px;
  overflow-x: clip;
}
@supports not (overflow: clip) {
  .page-about .features {
    overflow-x: hidden;
  }
}
.page-about .features {
  z-index: auto;
}
.page-about .features::after {
  background: url(../../images/page/top/mv_bg.webp);
  background-size: contain;
  content: "";
  position: absolute;
  width: clamp(260px, 51vw, 548px);
  height: clamp(300px, 57vw, 609px);
  top: 60px;
  right: calc((100vw - 1440px) / 2 + 74px);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
}
@media (max-width: 1439px) and (min-width: 600px) {
  .page-about .features::after {
    right: max(74px, (100vw - 1440px) / 2 + 74px);
  }
}
.page-about .features::before {
  background: url(../../images/page/top/mv_bg.webp);
  background-size: contain;
  content: "";
  position: absolute;
  width: clamp(260px, 40vw, 522px);
  height: clamp(300px, 44vw, 580px);
  bottom: 155px;
  left: calc((100vw - 1440px) / 2 + 68px);
  z-index: 2;
  mix-blend-mode: screen;
}
@media (max-width: 1439px) and (min-width: 600px) {
  .page-about .features::before {
    left: max(68px, (100vw - 1440px) / 2 + 68px);
  }
}
.page-about .features {
  /* SP用 */
}
@media screen and (max-width:599px) {
  .page-about .features::after {
    width: 548px;
    height: 609px;
    top: 109px;
    right: calc((100vw - 375px) / 2 - 252px);
  }
  .page-about .features::before {
    width: 548px;
    height: 609px;
    bottom: 184px;
    left: calc((100vw - 375px) / 2 - 174px);
  }
}
@media screen and (max-width:599px) {
  .page-about .features {
    padding-block-start: 47px;
    padding-block-end: 41px;
  }
}
.page-about .features__inner {
  max-width: 1080px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width:599px) {
  .page-about .features__inner {
    padding-inline: 24px;
  }
}
.page-about .features .heading {
  position: relative;
  z-index: 3;
}
.page-about .features__content {
  display: grid;
  grid-template-columns: 1fr 374px;
  grid-template-areas: "img hgroup";
  column-gap: 60px;
}
@media (max-width: 768px) {
  .page-about .features__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "subheading" "img" "text";
    row-gap: 24px;
  }
}
.page-about .features__contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-block-start: -1px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:599px) {
  .page-about .features__contents {
    padding-block-end: 41px;
  }
}
.page-about .features__contents > .features__content:nth-child(even) {
  grid-template-columns: 374px 1fr;
  grid-template-areas: "hgroup img";
  justify-items: end;
}
@media (max-width: 950px) and (min-width: 769px) {
  .page-about .features__contents > .features__content:nth-child(even) {
    justify-items: inherit;
  }
}
@media (max-width: 768px) {
  .page-about .features__contents > .features__content:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "subheading" "img" "text";
    justify-items: inherit;
  }
}
.page-about .features__img {
  grid-area: img;
  border-radius: 8px;
  box-shadow: 0 0 30px 8px rgba(204, 157, 167, 0.2);
  max-width: 546px;
  aspect-ratio: 546/349;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .page-about .features__img {
    grid-area: img;
    margin-inline: auto;
  }
}
.page-about .features__img img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 546/349;
  object-fit: cover;
}
.page-about .features__hgroup {
  grid-area: hgroup;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-self: center;
}
@media (max-width: 768px) {
  .page-about .features__hgroup {
    display: contents;
    align-self: auto;
    gap: 24px;
  }
}
.page-about .features__subheading {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #806B70;
  margin-block: 0;
}
@media (max-width: 768px) {
  .page-about .features__subheading {
    font-size: 24px;
    grid-area: subheading;
    position: relative;
    z-index: 2;
  }
}
.page-about .features__text {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
  margin-block: 0;
}
@media (max-width: 768px) {
  .page-about .features__text {
    line-height: 178%;
    grid-area: text;
    position: relative;
    z-index: 2;
  }
}

.page-about .equipment {
  padding-block-start: 126px;
  padding-block-end: 120px;
  background: #FFE3E2;
}
@media screen and (max-width:599px) {
  .page-about .equipment {
    padding-block-start: 85px;
    padding-block-end: 80px;
  }
}
.page-about .equipment__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width:599px) {
  .page-about .equipment__inner {
    padding-inline: 24px;
  }
}
.page-about .equipment__contents {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-block-start: -2px;
}
.page-about .equipment__content {
  display: grid;
  column-gap: 64px;
  grid-template-columns: 1fr 374px;
  align-items: center;
  grid-template-areas: "img hgroup" "img text";
}
@media (max-width: 768px) {
  .page-about .equipment__content {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-areas: "hgroup" "img" "text";
  }
}
.page-about .equipment__img-wrap {
  display: flex;
  align-items: center;
  grid-area: img;
  border-radius: 8px;
  max-width: 546px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .page-about .equipment__img-wrap {
    margin-block: 24px;
    margin-inline: auto;
  }
}
.page-about .equipment__img-wrap img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 546/349;
}
.page-about .equipment__text-wrap {
  grid-column: 2;
  grid-row: 1/span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 374px;
  width: 100%;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .page-about .equipment__text-wrap {
    display: contents;
  }
}
.page-about .equipment__heading {
  grid-area: hgroup;
}
.page-about .equipment__subheading {
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-block-end: 10px;
}
@media screen and (max-width:599px) {
  .page-about .equipment__subheading {
    padding-block-end: 3px;
  }
}
.page-about .equipment__description {
  color: #CC9DA7;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
.page-about .equipment__text {
  grid-area: text;
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
}
@media screen and (max-width:599px) {
  .page-about .equipment__text {
    line-height: 180%;
  }
}

.page-about .clinic {
  padding-block-start: 126px;
  padding-block-end: 120px;
}
@media screen and (max-width:599px) {
  .page-about .clinic {
    padding-block-start: 83px;
    padding-block-end: 80px;
  }
}
.page-about .clinic__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width:599px) {
  .page-about .clinic__inner {
    padding-inline: 24px;
  }
}
.page-about .clinic__items {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-block-start: -25px;
}
@media screen and (max-width:599px) {
  .page-about .clinic__items {
    gap: 40px;
    margin-block-start: 0;
  }
}
.page-about .clinic__image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width:599px) {
  .page-about .clinic__image {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
  }
}
.page-about .clinic__image-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width:599px) {
  .page-about .clinic__image-wrap {
    min-width: 320px;
    max-width: 320px;
  }
}
.page-about .clinic__image-wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../assets/images/page/about/icon_zoom.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  right: 8px;
  top: 192px;
}
@media (min-width: 600px) and (max-width: 1080px) {
  .page-about .clinic__image-wrap::before {
    content: "";
    width: 3.125vw;
    height: 3.125vw;
    top: clamp(96px, 20.5vw - 27px, 194.4px);
  }
}
@media screen and (max-width:599px) {
  .page-about .clinic__image-wrap::before {
    display: none;
  }
}
.page-about .clinic__image-text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 601px) {
  .clinic-modal {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .clinic-modal {
    margin-top: 0;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .clinic-modal__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .clinic-modal__content {
    width: 51.4vw;
    max-width: 740px;
    margin: 0 auto;
    background: #fff;
    padding: 24px 16px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .clinic-modal__title {
    color: #806B70;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    margin-bottom: 16px;
  }
  .clinic-modal__slider {
    width: 100%;
    max-width: 540px;
    position: unset;
  }
  .clinic-modal h3 {
    display: none;
  }
  .clinic-modal .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .clinic-modal__slider p {
    color: #806B70;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    margin-top: 16px;
  }
  .clinic-modal__pagination {
    color: #806B70;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    text-align: center;
    margin-top: 40px;
  }
  .clinic-modal .swiper-button-next::after,
  .clinic-modal .swiper-button-prev::after {
    display: block;
  }
  .clinic-modal .swiper-button-prev:after {
    left: 100%;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "";
    width: 41px;
    height: 41px;
    background: url(../../../assets/images/icon_button-slider.svg) no-repeat center/contain;
    position: absolute;
    right: -16px;
    top: 0;
    transform: scale(-1, 1);
  }
  .clinic-modal .swiper-button-next:after {
    right: 77%;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "";
    width: 41px;
    height: 41px;
    background: url(../../../assets/images/icon_button-slider.svg) no-repeat center/contain;
    position: absolute;
    right: 0;
    top: 0;
  }
  .clinic-modal .swiper-button-prev,
  .clinic-modal .swiper-rtl .swiper-button-next {
    left: 2px;
  }
  .clinic-modal .swiper-button-prev,
  .clinic-modal .swiper-button-next {
    top: 43.5%;
  }
  .clinic-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
    color: #fff;
    font-size: 32px;
  }
}
.page-about .message {
  padding-block-start: 125px;
  padding-block-end: 120px;
  background: #FFE3E2;
}
@media screen and (max-width:599px) {
  .page-about .message {
    padding-block-start: 71px;
    padding-block-end: 80px;
  }
}
.page-about .message__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width:599px) {
  .page-about .message__inner {
    padding-inline: 24px;
  }
}
.page-about .message__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width:599px) {
  .page-about .message__wrap {
    flex-direction: column;
    gap: 24px;
  }
}
.page-about .message__president-img {
  width: 34%;
  max-width: 340px;
  max-height: 510px;
  margin: 0;
  aspect-ratio: 340/510;
  height: 100%;
  border-radius: 4px;
}
@media screen and (max-width:599px) {
  .page-about .message__president-img {
    width: 85.63%;
    max-width: 100%;
    max-height: initial;
    aspect-ratio: 280/420;
  }
}
.page-about .message__description {
  width: 59.6%;
}
@media screen and (max-width:599px) {
  .page-about .message__description {
    width: 100%;
  }
}
.page-about .message__description > h3 {
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 42px;
  line-height: 180%;
  font-weight: 600;
  letter-spacing: 4.2px;
  padding-block-end: 32px;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
}
@media screen and (max-width:599px) {
  .page-about .message__description > h3 {
    font-size: 32px;
    letter-spacing: 3.2px;
    padding-block-end: 24px;
  }
}
.page-about .message__description > h3 span {
  color: #CC9DA7;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.page-about .message__text {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-block-start: 40px;
}
@media screen and (max-width:599px) {
  .page-about .message__text {
    margin-block-start: 24px;
    line-height: 178%;
  }
}
.page-about .message__president-info-wrap {
  padding: 40px;
  background: #FCEDE9;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width:599px) {
  .page-about .message__president-info-wrap {
    flex-direction: column;
    padding: 24px;
  }
}
.page-about .message__subheading {
  color: #CC9DA7;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 180%;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.page-about .message__president-info {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  max-width: 290px;
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-about .message__president-info li .year {
  display: block;
}
.page-about .message__president-info.--career ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-about .message__president-info.--affiliated ul, .page-about .message__president-info.--license ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-inline-start: 4px;
}
.page-about .message__president-info.--affiliated ul li, .page-about .message__president-info.--license ul li {
  list-style: disc;
  margin-inline-start: 18px;
}

.page-about .speace {
  width: 100%;
  height: 160px;
  background-color: #FCEDE9;
}
@media screen and (max-width:599px) {
  .page-about .speace {
    height: 81px;
  }
}

.page-flow {
  background: #FCEDE9;
}

.page-flow .heading2 {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  color: #806B70;
  line-height: 150%;
  position: relative;
  padding-inline-start: 20px;
  margin-block-end: 32px;
  border-top: none;
  padding-block-start: 0;
}
.page-flow .heading2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 4px;
  background-color: #CC9DA7;
}

@media screen and (max-width:599px) {
  .page-flow .heading2 {
    font-size: 24px;
  }
  .page-flow .heading2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 4px;
    background-color: #CC9DA7;
  }
}
.page-flow .flow {
  padding-block-start: 104px;
  padding-block-end: 160px;
}
@media screen and (max-width:599px) {
  .page-flow .flow {
    padding: 24px;
    padding-block-start: 56px;
    padding-block-end: 80px;
  }
}
.page-flow .flow__description {
  margin-bottom: 80px;
  padding: 40px;
  background: #FFE3E2;
}
@media screen and (max-width:599px) {
  .page-flow .flow__description {
    padding: 24px;
  }
}
.page-flow .flow__text {
  font-size: 14px;
  line-height: 180%;
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.page-flow .flow__lists {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block-start: 8px;
}
.page-flow .flow__list {
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 30px 8px rgba(204, 157, 167, 0.2);
  background: #FFF;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width:599px) {
  .page-flow .flow__list {
    padding: 16px 24px 24px;
    flex-direction: column;
    gap: 8px;
  }
}
.page-flow .flow__item-text {
  width: 56%;
  max-width: 500px;
}
@media screen and (max-width:599px) {
  .page-flow .flow__item-text {
    display: contents;
  }
}
.page-flow .flow__step-number {
  color: #CC9DA7;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 400;
  text-shadow: 0px 0px 1.5px rgba(15, 36, 12, 0.16);
  display: block;
  margin-block-end: 12px;
  line-height: 100%;
  letter-spacing: 5.12px;
  font-variant-numeric: lining-nums;
}
@media screen and (max-width:599px) {
  .page-flow .flow__step-number {
    order: 1;
    margin-block-end: 5px;
  }
}
.page-flow .flow__item-title {
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(20px, 1.66vw, 24px);
  line-height: 149%;
  font-weight: 700;
  margin-block-end: 16px;
}
@media screen and (max-width:599px) {
  .page-flow .flow__item-title {
    order: 2;
    margin-block-end: 7px;
  }
}
.page-flow .flow__item-desc {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width:599px) {
  .page-flow .flow__item-desc {
    line-height: 178%;
    order: 4;
  }
}
.page-flow .flow__item-image {
  width: 42%;
  max-width: 380px;
  height: fit-content;
  align-self: center;
}
@media screen and (max-width:599px) {
  .page-flow .flow__item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    order: 3;
    margin-block-end: 12px;
  }
}

.page-price {
  background: #FCEDE9;
}

.page-price .heading2 {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  color: #806B70;
  line-height: 150%;
  position: relative;
  padding-inline-start: 20px;
  margin-block-end: 32px;
  border-top: none;
  padding-block-start: 0;
}
.page-price .heading2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 4px;
  background-color: #CC9DA7;
}

@media screen and (max-width:599px) {
  .page-price .heading2 {
    font-size: 24px;
  }
  .page-price .heading2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 4px;
    background-color: #CC9DA7;
  }
}
.orthodontics-price {
  padding-block-start: 104px;
  padding-block-end: 80px;
}
@media screen and (max-width:599px) {
  .orthodontics-price {
    padding-block-start: 56px;
  }
}
.orthodontics-price__item {
  background: #FFF;
  padding: 56px clamp(40px, 4.76vw + 11.43px, 80px);
  border-radius: 8px;
  box-shadow: 0 0 30px 8px rgba(204, 157, 167, 0.2);
}
@media screen and (max-width:599px) {
  .orthodontics-price__item {
    margin-inline: -30px;
    padding-block: 40px;
    padding-inline: 30px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
  }
}
.orthodontics-price__item-inner {
  background: #FFE3E2;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width:599px) {
  .orthodontics-price__item-inner {
    padding: 16px;
  }
}
.orthodontics-price__item-table {
  border: 1px solid #e6e6e6;
  width: 100%;
}
.orthodontics-price__item-table tr:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
.orthodontics-price__item-table .menu {
  vertical-align: middle;
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 130%;
  background: #FFF;
  padding: 24px;
  border-right: 1px solid #e6e6e6;
  width: 65.7%;
}
@media screen and (max-width:599px) {
  .orthodontics-price__item-table .menu {
    font-size: 14px;
    padding: 12px;
    width: 58.8%;
  }
}
.orthodontics-price__item-table .price {
  vertical-align: middle;
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 150%;
  background: #FFFAF8;
  padding: 24px;
  text-align: right;
}
@media screen and (max-width:599px) {
  .orthodontics-price__item-table .price {
    font-size: 12px;
    padding: 12px;
    padding-block: 11px;
    line-height: 130%;
  }
}
.orthodontics-price__item-table .price.--discount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
@media screen and (max-width:599px) {
  .orthodontics-price__item-table .price.--discount {
    gap: 5.5px;
  }
}
.orthodontics-price__item-table .price.--discount .discount-rate {
  display: flex;
  padding: 1px 8px 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #DE6B7C;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width:599px) {
  .orthodontics-price__item-table .price.--discount .discount-rate {
    font-size: 12px;
  }
}
.orthodontics-price__item-note {
  text-align: right;
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-align: right;
}
.orthodontics-price__item-note:first-of-type {
  margin-top: 16px;
}

.medical-loan {
  padding-block-end: 79px;
}
.medical-loan__description {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-block-end: 32px;
}
.medical-loan__subheading {
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-block-end: 18px;
}

.medical-loan .flow {
  padding-block-start: 104px;
  padding-block-end: 160px;
}
@media screen and (max-width:599px) {
  .medical-loan .flow {
    padding: 24px;
    padding-block-start: 56px;
    padding-block-end: 80px;
  }
}
.medical-loan .flow__description {
  margin-bottom: 80px;
  padding: 40px;
  background: #FFE3E2;
}
@media screen and (max-width:599px) {
  .medical-loan .flow__description {
    padding: 24px;
  }
}
.medical-loan .flow__text {
  font-size: 14px;
  line-height: 180%;
}
.medical-loan .flow__lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-block-end: 56px;
}
.medical-loan .flow__list {
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 30px 8px rgba(204, 157, 167, 0.2);
  background: #FFF;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width:599px) {
  .medical-loan .flow__list {
    padding: 24px;
    flex-direction: column;
    gap: 8px;
  }
}
.medical-loan .flow__step-number {
  color: #CC9DA7;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 400;
  text-shadow: 0px 0px 1.5px rgba(15, 36, 12, 0.16);
  display: block;
  margin-block-end: 8px;
  line-height: 100%;
  letter-spacing: 1px;
  font-variant-numeric: lining-nums;
}
@media screen and (max-width:599px) {
  .medical-loan .flow__step-number {
    margin-block-end: 8px;
  }
}
.medical-loan .flow__item-desc {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width:599px) {
  .medical-loan .flow__item-desc {
    line-height: 178%;
  }
}

.medical-loan .faq {
  background: #FCEDE9;
  padding-block-start: 73px;
  padding-block-end: 104px;
  padding-inline: 40px;
}
@media screen and (max-width:599px) {
  .medical-loan .faq {
    padding-block-start: 73px;
    padding-block-end: 104px;
  }
}
.medical-loan .faq__inner {
  max-width: 1000px;
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  padding: 40px 56px 64px;
}
.medical-loan .faq__list {
  padding: 40px 56px 64px;
  max-width: inherit;
  border-radius: 16px;
  background: var(--Semantic-background-white, #FFF);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width:599px) {
  .medical-loan .faq__list {
    margin-inline: -30px;
    padding: 26px 30px 24px;
    border-radius: 0px;
  }
}
.medical-loan .faq__item span {
  display: flex;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
  padding-left: 11.5px;
}
@media screen and (max-width:599px) {
  .medical-loan .faq__item span {
    margin-block-start: 5px;
  }
}
.medical-loan .faq__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 187%;
}
@media screen and (max-width:599px) {
  .medical-loan .faq__item p {
    padding-inline-end: 0;
    line-height: 180%;
  }
}
.medical-loan .faq__item:first-child .faq__question {
  border-top: 1px solid rgba(128, 107, 112, 0.2);
}
.medical-loan .faq__item.is-open .faq__answer {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.medical-loan .faq__question {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 22px;
  padding-right: 56px;
  padding-bottom: 22px;
  padding-left: 16px;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
  position: relative;
  background: #FFF;
}
.medical-loan .faq__question span {
  color: #CC9DA7;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  background: #FCEDE9;
}
.medical-loan .faq__question::before, .medical-loan .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 18px;
  height: 2px;
  background-color: #806B70;
  opacity: 1;
  transition: 0.5s ease;
  transform-origin: center;
}
.medical-loan .faq__question::before {
  transform: translateY(-50%) rotate(0deg);
}
.medical-loan .faq__question::after {
  transform: translateY(-50%) rotate(90deg);
}
.medical-loan .faq__answer {
  background-color: #FCEDE9;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.medical-loan .faq__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 20px 16px;
  position: relative;
}
.medical-loan .faq__answer-inner span {
  background: #DE6B7C;
  color: #FFF;
  margin-inline-end: inherit;
}
.medical-loan .faq__answer-inner p {
  padding-inline-end: 0;
}

@media screen and (max-width:599px) {
  .medical-loan .faq {
    background: #FFF;
    padding-bottom: 80px;
    margin-block-start: 56px;
    padding-block-start: 0;
    padding-inline: 0;
  }
  .medical-loan .faq__inner {
    border-radius: 0;
    box-shadow: none;
    padding-inline: 24px;
    padding-block: 0;
  }
  .medical-loan .faq__nav {
    flex-direction: column;
    gap: 32px;
    padding-block: 39px;
  }
  .medical-loan .faq__question {
    align-items: flex-start;
    padding-block: 20px;
  }
}
.deduction {
  padding-block-end: 160px;
}
@media screen and (max-width:599px) {
  .deduction {
    padding-block-end: 80px;
  }
}
.deduction .flow__description {
  margin-bottom: 80px;
  padding: 40px;
  background: #FFE3E2;
  margin-block-end: 32px;
}
@media screen and (max-width:599px) {
  .deduction .flow__description {
    padding: 24px;
  }
}
.deduction .flow__text {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 181%;
}
.deduction__description {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-block-end: 32px;
}
.deduction__subheading {
  color: #806B70;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 146%;
  margin-block-end: 20px;
}
@media screen and (max-width:599px) {
  .deduction__subheading {
    line-height: 150%;
    margin-block-end: 15px;
  }
}
.deduction__text {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.deduction__text.--last {
  padding-block-end: 22px;
  line-height: 179%;
}
.deduction__annotation {
  color: #806B70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  word-break: break-all;
}

.page-doctor {
  margin-top: 168px !important;
}
.page-doctor .staff-image {
  width: 34%;
  max-width: 340px;
  max-height: 510px;
  margin: 0;
  aspect-ratio: 340/510;
  height: 100%;
  border-radius: 8px;
}
.page-doctor .description {
  width: 59.6%;
}
.page-doctor .description > h3 {
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
  padding-bottom: 32px;
  border-bottom: 1px solid #208F10;
}
.page-doctor .description > h3 span {
  color: #208F10;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.page-doctor .president {
  margin-bottom: 120px;
}
.page-doctor .president__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.page-doctor .president__desc-text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 180%;
}
.page-doctor .president__sns {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.page-doctor .president__btn-wrap {
  display: flex;
  justify-content: center;
}
.page-doctor .doctor__heading4 {
  color: #208F10;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.page-doctor .doctor__info {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
}
.page-doctor .doctor__info--president {
  padding: 40px;
  background: #EFF6EF;
  margin-bottom: 48px;
}
.page-doctor .doctor__info-item ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  max-width: 290px;
}
.page-doctor .doctor__info-item li {
  font-size: 14px;
  line-height: 1.6;
  list-style: disc;
  margin-left: 1.5em;
}
.page-doctor .doctor__info-item--career ul {
  gap: 12px;
}
.page-doctor .doctor__info-item--career li {
  list-style: none;
  margin-left: 0;
  line-height: 1.3;
}
.page-doctor .doctor__info-item--career li .year {
  display: block;
}
.page-doctor .select {
  margin-bottom: 64px;
}
.page-doctor .doctors {
  margin-bottom: 120px;
}
.page-doctor .doctors__items {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-top: 40px;
}
.page-doctor .doctors__item {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 64px;
}
.page-doctor .doctors__desc-text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 180%;
}
.page-doctor .doctors__info {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.page-doctor .doctors-all {
  margin-bottom: 120px;
}
.page-doctor .doctors-all:last-of-type {
  margin-bottom: 160px;
}
.page-doctor .hygienist__items {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
.page-doctor .hygienist__item {
  display: flex;
  align-items: center;
  gap: 64px;
}

@media screen and (max-width:599px) {
  .page-doctor {
    margin-top: 56px !important;
  }
  .page-doctor .president__wrap {
    flex-direction: column;
    gap: 24px;
  }
  .page-doctor .president__sns {
    margin-top: 24px;
  }
  .page-doctor .president .staff-image {
    width: 85.63%;
    max-width: 100%;
    max-height: initial;
  }
  .page-doctor .doctor__info {
    flex-direction: column;
  }
  .page-doctor .doctor__info--president {
    padding: 24px;
    margin-bottom: 24px;
  }
  .page-doctor .description {
    width: 100%;
  }
  .page-doctor .description > h3 {
    font-size: 32px;
    padding-bottom: 24px;
  }
  .page-doctor .description > h3 span {
    font-size: 16px;
  }
  .page-doctor .doctors {
    background: none;
    padding: 0;
  }
  .page-doctor .doctors .description {
    display: contents;
  }
  .page-doctor .doctors .description > h3 {
    font-size: 20px;
    padding-bottom: 24px;
    margin-left: 16px;
    width: calc(100% - 164px);
    height: fit-content;
  }
  .page-doctor .doctors .description > h3 span {
    font-size: 16px;
  }
  .page-doctor .doctors .staff-image {
    width: 148px;
    height: auto;
    aspect-ratio: 148/222;
  }
  .page-doctor .doctors__item {
    flex-wrap: wrap;
    gap: unset;
    align-items: center;
  }
  .page-doctor .doctors__info {
    width: 100%;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .page-doctor .doctors-all:last-of-type {
    margin-bottom: 80px;
  }
  .page-doctor .doctors__btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .page-doctor .doctor__info-item ul {
    max-width: 100%;
  }
  .page-doctor .hygienist .description {
    display: contents;
  }
  .page-doctor .hygienist .description > h3 {
    font-size: 20px;
    padding-bottom: 24px;
    margin-left: 16px;
    width: calc(100% - 164px);
    height: fit-content;
  }
  .page-doctor .hygienist .description > h3 span {
    font-size: 16px;
  }
  .page-doctor .hygienist .staff-image {
    width: 148px;
    height: auto;
    aspect-ratio: 148/222;
  }
  .page-doctor .hygienist__items {
    gap: 40px;
  }
  .page-doctor .hygienist__item {
    flex-wrap: wrap;
    gap: unset;
    align-items: center;
  }
  .page-doctor .hygienist__info {
    width: 100%;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.faq__list {
  max-width: 720px;
  margin-inline: auto;
}
.faq__content {
  margin-inline: 24px;
}
.faq__content:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width:599px) {
  .faq__content:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:599px) {
  .faq__content {
    margin-inline: 24px;
  }
}
.faq__item span {
  display: flex;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.faq__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #806B70;
  line-height: 150%;
  padding-inline-end: 20px;
}
@media screen and (max-width:599px) {
  .faq__item p {
    padding-inline-end: 36px;
  }
}
.faq__item.is-open .faq__answer {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.faq__question {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding-block-start: 20px;
  padding-block-end: 19px;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
  position: relative;
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 12px;
  height: 1px;
  background-color: #6F6F6F;
  opacity: 1;
  transition: 0.5s ease;
  transform-origin: center;
}
.faq__question::before {
  transform: translateY(-50%) rotate(0deg);
}
.faq__question::after {
  transform: translateY(-50%) rotate(90deg);
}
.is-open .faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}
.is-open .faq__question::before {
  opacity: 0;
}
.faq__question span {
  display: flex;
  align-self: center;
  color: #806B70;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.faq__answer-inner {
  display: flex;
  gap: 20px;
  width: 100%;
  padding-block: 20px;
  position: relative;
}
.faq__answer-inner span {
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-inline-end: 8px;
}
.faq__answer-inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #806B70;
  line-height: 150%;
  padding-inline-end: 20px;
}

@media screen and (max-width:599px) {
  .faq__question {
    align-items: flex-start;
  }
  .faq__question span {
    align-self: flex-start;
    margin-block-start: 7px;
  }
}
.page-faq .faq {
  background: #FCEDE9;
  padding-block-start: 73px;
  padding-block-end: 104px;
  padding-inline: 40px;
}
@media screen and (max-width:599px) {
  .page-faq .faq {
    padding-block-start: 73px;
    padding-block-end: 104px;
  }
}
.page-faq .faq__inner {
  max-width: 1000px;
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  padding: 40px 56px 64px;
}
.page-faq .faq__nav {
  display: flex;
  gap: 32px;
  width: 100%;
  border: 1px solid rgba(128, 107, 112, 0.2);
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 62px;
}
.page-faq .faq__nav li {
  text-decoration: underline;
  position: relative;
}
.page-faq .faq__nav li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #806B70;
}
.page-faq .faq__content {
  margin-inline: 0;
}
.page-faq .faq__content:not(:last-of-type) {
  margin-bottom: 72px;
}
.page-faq .faq__content h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: #806B70;
  width: 100%;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
}
.page-faq .faq__list {
  max-width: inherit;
}
.page-faq .faq__item span {
  display: flex;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
  padding-left: 11.5px;
}
.page-faq .faq__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 180%;
}
@media screen and (max-width:599px) {
  .page-faq .faq__item p {
    padding-inline-end: 0;
  }
}
.page-faq .faq__item.is-open .faq__answer {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.page-faq .faq__question {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 22px;
  padding-right: 56px;
  padding-bottom: 22px;
  padding-left: 16px;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
  position: relative;
}
.page-faq .faq__question span {
  color: #CC9DA7;
  background: #FCEDE9;
}
.page-faq .faq__question::before, .page-faq .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 18px;
  height: 2px;
  background-color: #806B70;
  opacity: 1;
  transition: 0.5s ease;
  transform-origin: center;
}
.page-faq .faq__question::before {
  transform: translateY(-50%) rotate(0deg);
}
.page-faq .faq__question::after {
  transform: translateY(-50%) rotate(90deg);
}
.page-faq .faq__answer {
  background-color: #FCEDE9;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.page-faq .faq__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 20px 16px;
  position: relative;
}
.page-faq .faq__answer-inner span {
  background: #DE6B7C;
  color: #FFF;
  margin-inline-end: inherit;
}
.page-faq .faq__answer-inner p {
  padding-inline-end: 0;
}

.page-faq .faq__item.is-open .faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}

.page-faq .faq__item.is-open .faq__question::before {
  opacity: 0;
}

@media screen and (max-width:599px) {
  .page-faq .faq {
    background: #FFF;
    padding-bottom: 80px;
    margin-block-start: 56px;
    padding-block-start: 0;
    padding-inline: 0;
  }
  .page-faq .faq__inner {
    border-radius: 0;
    box-shadow: none;
    padding-inline: 24px;
    padding-block: 0;
  }
  .page-faq .faq__nav {
    flex-direction: column;
    gap: 32px;
    padding-block: 39px;
  }
  .page-faq .faq__question {
    align-items: flex-start;
    padding-block: 20px;
  }
}
.archive-story__article {
  margin-top: 56px !important;
}
.archive-story__article ul {
  margin-bottom: 56px;
}
.archive-story__select .select__item {
  padding: 0;
}
.archive-story__select .select__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
}
.archive-story .popular__story {
  margin-top: 120px;
  margin-bottom: 160px;
}

@media screen and (max-width:599px) {
  .archive-story__story {
    margin-top: 56px;
  }
  .archive-story .popular__story {
    margin-bottom: 80px;
  }
}
.story-detail__content {
  position: relative;
  background: #EFF6EF;
  padding-top: 80px;
  padding-bottom: 96px;
}
.story-detail__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #FFF;
  z-index: 0;
  pointer-events: none;
}
.story-detail__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: radial-gradient(circle at right bottom, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 20%);
  z-index: 0;
  pointer-events: none;
}
.story-detail__content__inner {
  position: relative;
  z-index: 1;
}
.story-detail__content__block--first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.story-detail__content__block--second {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.story-detail__content__block--second span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
}
.story-detail__content__block--second span:first-of-type {
  font-size: 20px;
}
.story-detail__content__block--second span:last-of-type {
  font-size: 16px;
}
.story-detail__content__block--third {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 76px 56px 80px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.story-detail__content__block--third .heading2 {
  margin-bottom: 32px;
}
.story-detail__content__block--third .heading2:not(:first-of-type) {
  margin-top: 68px;
}
.story-detail__content__block--third > h3 {
  margin-top: 40px;
  margin-bottom: 28px;
}
.story-detail__content__block--third > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 32px;
}
.story-detail__content__block--third > p a {
  color: #208F10;
  text-decoration: underline !important;
}
.story-detail__content__category {
  gap: 10px;
  flex: 1 1 auto;
}
.story-detail__content__date {
  flex-shrink: 0;
  white-space: nowrap;
}
.story-detail__content__date span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6F6F6F;
  line-height: 1.8;
}
.story-detail__content__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 20px;
}
.story-detail__content__thumbnail {
  width: 100%;
  border-radius: 8px;
}
.story-detail__content__btn-wrap {
  display: flex;
  justify-content: center;
}
.story-detail .popular__story {
  background: radial-gradient(circle at left top, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 20%);
  padding-top: 104px;
  margin-bottom: 160px;
}

@media screen and (max-width:599px) {
  .story-detail__content {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .story-detail__content::before {
    height: 425px;
  }
  .story-detail__content::after {
    height: 425px;
    background: radial-gradient(circle at right bottom, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 30%);
  }
  .story-detail__content__block--first {
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 8px;
  }
  .story-detail__content__block--second {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 40px;
  }
  .story-detail__content__block--second span:last-of-type {
    font-size: 14px;
  }
  .story-detail__content__block--third {
    padding: 76px 6.4% 32px;
    margin-top: 24px;
    border-radius: 0;
  }
  .story-detail__content__category {
    width: 100%;
  }
  .story-detail__content__date {
    width: 100%;
  }
  .story-detail__content__title {
    font-size: 20px;
  }
  .story-detail__content__btn-wrap {
    display: flex;
    justify-content: center;
  }
  .story-detail .popular__story {
    background: radial-gradient(circle at left top, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 35%);
    padding-top: 56px;
    margin-bottom: 80px;
  }
}
.news-detail__content {
  background-color: #EFF6EF;
  padding-top: 48px;
  padding-bottom: 96px;
}
.news-detail__content__inner {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 56px 56px 28px;
}
.news-detail__content__inner .news-detail__content__btn-wrap {
  margin-bottom: 48px;
}
.news-detail__content__inner .heading2 {
  margin-bottom: 32px;
}
.news-detail__content__inner .heading2:not(:first-of-type) {
  margin-top: 68px;
}
.news-detail__content__inner > h3 {
  margin-top: 40px;
  margin-bottom: 28px;
}
.news-detail__content__inner > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 32px;
}
.news-detail__content__inner > p > a {
  color: #208F10;
  text-decoration: underline !important;
}
.news-detail__content__block--first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.news-detail__content__category {
  gap: 10px;
  flex: 1 1 auto;
}
.news-detail__content__date {
  flex-shrink: 0;
  white-space: nowrap;
}
.news-detail__content__date span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6F6F6F;
  line-height: 1.8;
}
.news-detail__content__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 56px;
}
.news-detail__content__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 0;
}

@media screen and (max-width:599px) {
  .news-detail__content {
    padding-top: 32px;
  }
  .news-detail__content__inner {
    border-radius: 0;
    padding-top: 56px;
    padding-bottom: 28px;
  }
  .news-detail__content__block--first {
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 8px;
  }
  .news-detail__content__category {
    width: 100%;
  }
  .news-detail__content__date {
    width: 100%;
  }
  .news-detail__content__title {
    font-size: 20px;
  }
}
.column-detail__content {
  position: relative;
  background: #FCEDE9;
  padding-top: 80px;
  padding-bottom: 96px;
}
.column-detail__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 445px;
  background-color: #FFF;
  z-index: 0;
  pointer-events: none;
}
.column-detail__content__inner {
  position: relative;
  z-index: 1;
}
.column-detail__content__block--first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.column-detail__content__block--second {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 56px 56px 32px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.column-detail__content__block--second .heading2 {
  margin-bottom: 42px;
}
.column-detail__content__block--second .heading2:not(:first-of-type) {
  margin-top: 68px;
}
.column-detail__content__block--second > h3, .column-detail__content__block--second h3.heading3 {
  margin-bottom: 28px;
}
.column-detail__content__block--second > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.8;
  margin-bottom: 32px;
}
.column-detail__content__block--second > p > a {
  color: #CC9DA7;
  text-decoration: underline !important;
}
.column-detail__content__category {
  gap: 10px;
  flex: 1 1 auto;
}
.column-detail__content__date {
  flex-shrink: 0;
  white-space: nowrap;
}
.column-detail__content__date span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #806B70;
  line-height: 150%;
}
.column-detail__content__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  color: #806B70;
  line-height: 150%;
  margin-bottom: 31px;
}
.column-detail__content__thumbnail {
  display: flex;
  justify-self: center;
  max-width: 800px;
  width: 100%;
  aspect-ratio: 800/463;
  border-radius: 12px;
  object-fit: cover;
}
.column-detail__content__btn-wrap {
  display: flex;
  justify-content: center;
}
.column-detail__content__btn {
  width: 100%;
  max-width: 240px;
}
.column-detail .recommended-articles {
  background: radial-gradient(circle at left top, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 20%);
  padding-top: 104px;
  margin-bottom: 80px;
}

@media screen and (max-width:599px) {
  .column-detail__content {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .column-detail__content::before {
    height: 311px;
  }
  .column-detail__content__block--first {
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 8px;
  }
  .column-detail__content__block--second {
    padding: 32px 6.4%;
    margin-top: 28px;
    border-radius: 0;
  }
  .column-detail__content__category {
    width: 100%;
  }
  .column-detail__content__date {
    width: 100%;
    white-space: normal;
  }
  .column-detail__content__title {
    font-size: 20px;
  }
  .column-detail__content__btn-wrap {
    display: flex;
    justify-content: center;
  }
  .column-detail .recommended-articles {
    padding-top: 56px;
  }
}
.archive-column {
  background: #FCEDE9;
}

.archive-news {
  margin-top: 96px !important;
  margin-bottom: 112px !important;
}
.archive-news h3 {
  margin-bottom: 48px;
}
.archive-news__inner {
  display: flex;
  gap: 64px;
}
.archive-news .archive-side {
  min-width: 188px;
}
.archive-news .archive-side .tab-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.archive-news .archive-side .tab-menu li {
  width: 100%;
  text-align: center;
}
.archive-news .archive-side .tab-menu li:first-child {
  margin-bottom: 20px;
}
.archive-news .archive-side .tab-menu li a {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #6F6F6F;
  display: block;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(128, 107, 112, 0.2);
  background: #FFF;
}
.archive-news .archive-side .tab-menu li a.is-active {
  color: #3B4043;
  background: #C0D9BC;
  border: none;
}
.archive-news__main {
  width: 100%;
}
.archive-news .news__wrap {
  min-width: 48.38%;
}
.archive-news .news__articles {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 48px;
}
.archive-news .news__article a {
  display: block;
  padding-bottom: 32px;
  border-bottom: 1px dotted rgba(128, 107, 112, 0.2);
}
.archive-news .news__article-info {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 20px;
}
.archive-news .news__article .date {
  color: rgba(59, 64, 59, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.archive-news .news__article-category {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.archive-news .news__article-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #3B4043;
}

@media screen and (max-width:599px) {
  .archive-news {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .archive-news h3 {
    margin-bottom: 28px;
  }
  .archive-news__inner {
    flex-direction: column;
    gap: 40px;
  }
  .archive-news .archive-side {
    width: 100%;
  }
  .archive-news .archive-side .tab-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .archive-news .archive-side .tab-menu li:first-child {
    margin: 0;
  }
  .archive-news .news__wrap {
    min-width: auto;
    width: 100%;
  }
  .archive-news .news__articles {
    margin-bottom: 32px;
  }
  .archive-news .news__article-info {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .archive-news .news__article-text {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}
.archive-bottom {
  background-color: #FCEDE9;
  padding-top: 24px;
  overflow: hidden;
}
.archive-bottom__main h3 {
  margin-bottom: 40px;
}

@media screen and (max-width:599px) {
  .archive-bottom {
    background-image: none;
    padding-top: 64px;
    padding-bottom: 80px;
    padding-inline: 24px;
  }
  .archive-bottom__main h3 {
    margin-bottom: 28px;
  }
}
.archive-all-category {
  margin-top: 104px;
  margin-bottom: 96px;
  padding-inline: 40px;
}
@media screen and (max-width:599px) {
  .archive-all-category {
    padding-inline: 24px;
  }
}
.archive-all-category h3 {
  margin-bottom: 40px;
}
.archive-all-category .pagination {
  margin-top: 69px;
}

@media screen and (max-width:599px) {
  .archive-all-category {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .archive-all-category h3 {
    margin-bottom: 28px;
  }
  .archive-all-category .pagination {
    margin-top: 39px;
  }
}
.archive-our-clinic {
  padding-bottom: 112px;
}
.archive-our-clinic__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  margin-top: 64px !important;
}
.archive-our-clinic__content__block--first {
  flex: 1;
}
.archive-our-clinic__content__block--second {
  max-width: 210px;
  width: 100%;
}
.archive-our-clinic__content__block--second > p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  margin-bottom: 24px;
}
.archive-our-clinic__content__block--second ul li {
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
}
.archive-our-clinic__content__block--second ul li:first-of-type {
  border-top: 1px solid rgba(128, 107, 112, 0.2);
}
.archive-our-clinic__content__block--second ul li a {
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  position: relative;
  padding: 20px 0;
}
.archive-our-clinic__content__block--second ul li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/icon_link_black.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
}
.archive-our-clinic__content__select {
  margin-bottom: 64px;
}
.archive-our-clinic__content__select > ul {
  display: flex;
  gap: 8px;
}
.archive-our-clinic__content__select > ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7.5px;
  max-width: 230px;
  width: 100%;
  height: 56px;
  border-radius: 8px 8px 0 0;
  background-color: #F5F5F5;
  cursor: pointer;
}
.archive-our-clinic__content__select > ul li.is-active {
  background-color: #EFF6EF;
  border-top: 3px solid #208F10;
}
.archive-our-clinic__content__select > ul li.is-active img:first-of-type {
  display: inline-block;
}
.archive-our-clinic__content__select > ul li.is-active img:last-of-type {
  display: none;
}
.archive-our-clinic__content__select > ul li.is-active span {
  color: #208F10;
}
.archive-our-clinic__content__select > ul li > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.archive-our-clinic__content__select > ul li > div span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #6F6F6F;
  line-height: 1.3;
}
.archive-our-clinic__content__select > ul li img:first-of-type {
  display: none;
}
.archive-our-clinic__content__select > ul li img:last-of-type {
  display: inline-block;
}
.archive-our-clinic__content__select > div {
  display: none;
}
.archive-our-clinic__content__select > div.is-active {
  display: block;
}
.archive-our-clinic__content__area:not(:last-of-type) {
  margin-bottom: 88px;
}
.archive-our-clinic__content__area h2 {
  margin-bottom: 32px;
}

@media screen and (max-width:599px) {
  .archive-our-clinic {
    padding-bottom: 80px;
  }
  .archive-our-clinic__content {
    flex-direction: column;
    gap: 56px;
    margin-top: 56px !important;
  }
  .archive-our-clinic__content__block--second {
    max-width: 100%;
  }
  .archive-our-clinic__content__select > ul li {
    max-width: calc(50% - 4px);
  }
}
.about-us__title-wrap {
  position: relative;
  margin-bottom: 64px;
  overflow: hidden;
}
.about-us__title-wrap > h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about-us__title-wrap > p {
  font-family: "Cormorant Garamond", serif;
  font-size: 120px;
  font-weight: 300;
  color: #F5F5F5;
  line-height: 1;
}
.about-us__message {
  margin-top: 120px;
  margin-bottom: 80px;
}
.about-us__message__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.about-us__message__inner img {
  max-width: 720px;
  width: 100%;
}
.about-us__message__inner > div {
  max-width: 420px;
  width: 100%;
  padding-top: 15.5px;
}
.about-us__message__inner > div > h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.8;
  margin-bottom: 40px;
}
.about-us__message__inner > div > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.8;
}
.about-us__area-catch {
  background: url(../../../assets/images/page/about-us/area-catch_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  margin-bottom: 120px;
}
.about-us__area-catch::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #208F10 0%, #0B9565 100%);
  opacity: 0.7;
}
.about-us__area-catch::after {
  content: "";
  background: url(../../../assets/images/page/about-us/logo.svg) no-repeat center center;
  background-size: 100%;
  width: 492px;
  height: 305px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-us__area-catch__inner {
  position: relative;
  z-index: 2;
}
.about-us__area-catch__inner > h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.about-us__company-philosophy__block--first {
  background: radial-gradient(44.69% 41.2% at 87.92% 2.88%, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 100%);
  padding: 80px 0;
}
.about-us__company-philosophy__block--second {
  display: flex;
}
.about-us__company-philosophy__text--main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 32px;
}
.about-us__company-philosophy__text--sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.8;
}
.about-us__history {
  margin: 120px 0;
}
.about-us__history__inner {
  width: 100%;
  max-width: 993px;
  margin: 0 auto;
  padding: 56px 80px 90px;
  background-color: #DFF1ED;
  position: relative;
}
.about-us__history__inner::before {
  content: "";
  width: 492px;
  height: 305px;
  background: url(../../../assets/images/page/about-us/logo.svg) no-repeat bottom left/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-us__history .timeline {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.about-us__history .timeline__items {
  display: flex;
  flex-direction: column;
}
.about-us__history .timeline__item {
  display: flex;
  min-height: 70px;
}
.about-us__history .timeline__item:last-of-type .timeline__year::after {
  content: none;
}
.about-us__history .timeline__year {
  display: block;
  width: 97px;
  padding-top: 2px;
  padding-right: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #208F10;
  position: relative;
  z-index: 1;
}
.about-us__history .timeline__year::before {
  content: "";
  width: 19px;
  height: 19px;
  background: #FFF;
  border: 1px solid #208F10;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 3px;
}
.about-us__history .timeline__year::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #208F10;
  position: absolute;
  right: 21px;
  top: 3px;
  z-index: -1;
}
.about-us__history .timeline__text {
  width: calc(100% - 98px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #3B4043;
}
.about-us__history + section {
  margin-bottom: 160px;
}

@media screen and (max-width:599px) {
  .about-us__title-wrap {
    margin-bottom: 24px;
  }
  .about-us__title-wrap > h2 {
    font-size: 40px;
  }
  .about-us__title-wrap > p {
    font-size: 56px;
  }
  .about-us__message {
    margin-top: 56px;
  }
  .about-us__message__inner {
    flex-direction: column;
    gap: 40px;
  }
  .about-us__message__inner img {
    padding-right: 6.4%;
  }
  .about-us__message__inner > div {
    max-width: none;
    padding-top: 0;
  }
  .about-us__area-catch {
    margin-bottom: 80px;
  }
  .about-us__area-catch::after {
    width: 237px;
    height: 147px;
  }
  .about-us__area-catch__inner > h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .about-us__company-philosophy__block--first {
    background: radial-gradient(44.69% 41.2% at 87.92% 2.88%, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 100%);
    padding: 80px 0 48px;
  }
  .about-us__company-philosophy__block--second {
    display: flex;
  }
  .about-us__company-philosophy__block--third > div {
    display: flex;
  }
  .about-us__company-philosophy__text--main {
    font-size: 24px;
  }
  .about-us__history {
    margin: 80px 0;
  }
  .about-us__history__inner {
    padding: 48px 6.4%;
  }
  .about-us__history__inner::before {
    width: 267px;
    height: 165.52px;
  }
  .about-us__history + section {
    margin-bottom: 80px;
  }
}
.page-404 {
  margin: 0 auto;
  padding: 56px 0 88px;
  text-align: center;
}
.page-404__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #3B4043;
  line-height: 1.3;
}
.page-404__code {
  font-family: "Cormorant Garamond", serif;
  font-size: 120px;
  font-weight: 300;
  color: #3B4043;
  line-height: 1;
}
.page-404__label {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 300;
  color: #3B4043;
  line-height: 1;
}
.page-404__message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 28px;
}
.page-404__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:599px) {
  .page-404 {
    padding: 56px 0 80px;
  }
  .page-404__message {
    padding: 0 21.5px;
  }
}
.page-privacy-policy {
  background: linear-gradient(to bottom, #FFF 180px, #EFF6EF 180px, #EFF6EF 100%);
  padding-bottom: 80px;
  margin-top: 80px;
}
.page-privacy-policy__inner {
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  padding: 64px 56px 40px;
}
.page-privacy-policy__inner > h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #208F10;
  line-height: 1.3;
}
.page-privacy-policy__inner > p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3B4043;
}
.page-privacy-policy__inner > p:first-of-type {
  font-size: 16px;
  line-height: 2;
  margin-top: 12px;
  margin-bottom: 48px;
}
.page-privacy-policy__inner > p:last-of-type {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 64px;
  text-align: right;
}
.page-privacy-policy__inner > section > h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #3B4043;
  line-height: 1.3;
  margin-bottom: 16px;
}
.page-privacy-policy__inner > section > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.8;
}
.page-privacy-policy__inner > section > p:not(:last-of-type) {
  margin-bottom: 48px;
}

@media screen and (max-width:599px) {
  .page-privacy-policy {
    background: #FFF;
    margin-top: 56px;
  }
  .page-privacy-policy__inner {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
}
.contact {
  background: linear-gradient(to bottom, #FFF 365px, #F5F5F5 365px, #F5F5F5 100%);
  padding-bottom: 104px;
  margin-top: 88px;
}
.contact > div:first-of-type {
  margin-bottom: 40px;
}
.contact > div:first-of-type > p:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 16px;
}
.contact > div:first-of-type > p:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 1.8;
}
.contact__form__inner--01 {
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  padding: 56px;
}
.contact__form__inner--02 > p {
  text-align: center;
  margin: 40px 0;
}
.contact__form__inner--02 > p a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline !important;
  color: #208F10;
}
.contact__form__inner--02 > p span.wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #3B4043;
}
.contact__form__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.contact__form__item:not(:last-of-type) {
  margin-bottom: 32px;
}
.contact__form__item > p:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 222px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #3B4043;
}
.contact__form__item > p:first-of-type > span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  border-radius: 3px;
  padding: 3px 5px 4px;
}
.contact__form__item > p:first-of-type > span.contact__form__optional {
  background-color: #6F6F6F;
}
.contact__form__item > p:first-of-type br {
  display: none;
}
.contact__form__item > p:last-of-type {
  flex: 1;
}
.contact__form input, .contact__form textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
}
.contact__form input::placeholder, .contact__form textarea::placeholder {
  color: #6F6F6F;
}
.contact__form input[type=text], .contact__form input[type=email] {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(128, 107, 112, 0.2);
  border-radius: 4px;
  padding: 0 12px;
}
.contact__form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid rgba(128, 107, 112, 0.2);
  border-radius: 4px;
  padding: 12px;
}
.contact__form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__form input[type=checkbox] {
  opacity: 0;
}
.contact__form input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.contact__form input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid rgba(128, 107, 112, 0.2);
  position: absolute;
  left: -1.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.contact__form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 0;
}
.contact__form input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../../assets/images/icon_check.svg) no-repeat center/contain;
  position: absolute;
  left: -1.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.contact__form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact__form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__form input[type=radio] {
  opacity: 0;
}
.contact__form input[type=radio] + .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.contact__form input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border-radius: 9px;
  border: 1px solid rgba(128, 107, 112, 0.2);
  position: absolute;
  left: -1.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.contact__form input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  left: 2.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.contact__form input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact__form input.wpcf7-not-valid {
  background-color: #FFF1F1;
  border: 1px solid #FF5252;
}
.contact__form .wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #FF5252;
  margin-top: 8px;
}
.contact__form .wpcf7-spinner {
  display: none;
}
.contact__form .wpcf7-list-item {
  margin: 0;
}
.contact__btn-wrap {
  display: flex;
  justify-content: center;
}
.contact__btn-wrap > p {
  width: auto;
  position: relative;
}
.contact__btn-wrap > p::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/icon_link_black.svg) no-repeat center/contain;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.contact__btn-wrap > p .contact__btn {
  display: flex;
  align-items: center;
  max-width: 327px;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  background-color: #FFF;
  line-height: 1.3;
  border-radius: 48px;
  border: 1px solid rgba(128, 107, 112, 0.2);
  padding-left: 32px;
  padding-right: 68px;
  position: relative;
}

@media screen and (max-width:599px) {
  .contact {
    background: none;
    padding-bottom: 0;
    margin-top: 56px;
  }
  .contact > div:first-of-type > p:first-of-type {
    font-size: 14px;
  }
  .contact__form {
    background-color: #F5F5F5;
    padding: 24px 6.4% 80px;
  }
  .contact__form__inner--01 {
    padding: 20px;
  }
  .contact__form__inner--02 > p {
    margin: 40px 0 24px;
  }
  .contact__form__item {
    flex-direction: column;
    gap: 16px;
  }
  .contact__form__item > p:first-of-type {
    gap: 8px;
    justify-content: flex-start;
    max-width: none;
    font-size: 20px;
  }
}
.contact-thanks {
  background: linear-gradient(to bottom, #FFF 106px, #F5F5F5 106px, #F5F5F5 100%);
  padding-bottom: 104px;
  margin-top: 88px;
}
.contact-thanks__inner {
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  padding: 56px 48px;
  text-align: center;
}
.contact-thanks__inner > h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #208F10;
  line-height: 1.3;
}
.contact-thanks__inner > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-top: 16px;
  margin-bottom: 24px;
}
.contact-thanks__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:599px) {
  .contact-thanks {
    background: #F5F5F5;
    padding: 24px 24px 80px;
    margin-top: 56px;
  }
  .contact-thanks__inner {
    padding: 56px;
  }
}
.archive-menu {
  background: #FCEDE9;
}
.archive-menu__message {
  padding: 80px 0;
  position: relative;
}
.archive-menu__message::before {
  content: "";
  background: url(../../../assets/images/page/menu/menu_bg.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.archive-menu__message-inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.archive-menu__wrap {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  gap: 32px;
  max-width: 485px;
  width: 100%;
  margin-inline-start: auto;
}
.archive-menu__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  color: #CC9DA7;
  line-height: 180%;
  letter-spacing: 3.2px;
}
.archive-menu__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #806B70;
  line-height: 180%;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .archive-menu__wrap {
    margin-inline-end: 40px;
  }
}
@media screen and (max-width:599px) {
  .archive-menu__message {
    padding: 120px 0 24px;
  }
  .archive-menu__message::before {
    background: url(../../../assets/images/page/menu/menu_bg-sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .archive-menu__message::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 1;
  }
  .archive-menu__message-inner {
    padding-inline: 20px;
    margin-inline: auto;
  }
  .archive-menu__wrap {
    gap: 20px;
    margin-inline: auto;
  }
  .archive-menu__heading {
    font-size: 24px;
    letter-spacing: inherit;
    line-height: 149%;
  }
}
@media (max-width: 330px) {
  .archive-menu__heading {
    font-size: 18px;
  }
}
.archive-menu__menu {
  padding-block-start: 104px;
  padding-block-end: 160px;
  padding-inline: 40px;
}
@media screen and (max-width:599px) {
  .archive-menu__menu {
    padding-block-start: 80px;
    padding-block-end: 80px;
    padding-inline: 24px;
  }
}
.archive-menu__menu-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.archive-menu .heading3 {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  color: #806B70;
  line-height: 150%;
  position: relative;
  padding-inline-start: 20px;
  margin-block-end: 32px;
}
@media screen and (max-width:599px) {
  .archive-menu .heading3 {
    font-size: 24px;
    font-weight: 700;
  }
}
.archive-menu .heading3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #CC9DA7;
}
.archive-menu__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width:599px) {
  .archive-menu__lists {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-inline: auto;
    gap: 64px;
  }
}
.archive-menu__list {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width:599px) {
  .archive-menu__list {
    max-width: 500px;
  }
}
.archive-menu__img {
  max-width: 480px;
  width: 100%;
  box-shadow: 0 0 30px rgba(204, 157, 167, 0.2);
  border-radius: 8px;
  margin-block-end: 40px;
}
.archive-menu__img img {
  width: 100%;
  aspect-ratio: 480/260;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width:599px) {
  .archive-menu__img {
    margin-block-end: 24px;
    max-width: 500px;
  }
  .archive-menu__img img {
    aspect-ratio: 280/152;
  }
}
.archive-menu__subheading {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(30px, 21.43px + 1.4286vw, 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 4.2px;
  background: linear-gradient(92deg, #806B70 7.01%, #CC9DA7 52.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block-end: 32px;
  padding-inline-start: 12px;
}
.archive-menu__subheading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-left: 3px solid #806B70;
  padding-inline-end: 9px;
}
@media screen and (max-width:599px) {
  .archive-menu__subheading {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.4px;
    padding-inline-start: 12px;
    margin-block-end: 24px;
  }
  .archive-menu__subheading::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    top: 50%;
    translate: 0 -50%;
    left: 0;
  }
}
.archive-menu__description {
  color: #DE6B7C;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 14.57px + 0.2381vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  margin-block-end: 20px;
  word-break: keep-all;
  line-break: strict;
}
@media screen and (max-width:599px) {
  .archive-menu__description {
    margin-block-end: 12px;
    font-size: 18px;
    word-break: inherit;
  }
}

.menu-detail__toc {
  margin-top: 104px;
  margin-bottom: 56px;
}
.menu-detail__toc__inner {
  border: 1px solid rgba(128, 107, 112, 0.2);
  border-radius: 12px;
  padding: 40px;
}
.menu-detail__toc__inner > h2 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
  margin-bottom: 20px;
}
.menu-detail__toc__inner > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.menu-detail__toc__inner > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
  padding-bottom: 12px;
  position: relative;
}
.menu-detail__toc__inner > ul > li > a::before {
  content: "";
  width: 10px;
  height: 8px;
  background: url(../../../assets/images/icon_arrow_bottom_pink2.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
}
.menu-detail__content {
  background-color: #FFFAF8;
  padding-top: 56px;
  padding-bottom: 160px;
}
.menu-detail__content__inner {
  background-color: #FFF;
  padding: 56px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.menu-detail__content__inner .heading2 {
  margin-bottom: 32px;
}
.menu-detail__content__inner .heading2:not(:first-of-type) {
  margin-top: 68px;
}
.menu-detail__content__inner .heading3 {
  margin-top: 48px;
  margin-bottom: 32px;
}
.menu-detail__content__inner p {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.8;
}
.menu-detail__content__inner p a {
  color: #CC9DA7;
  text-decoration: underline !important;
}
.menu-detail__content__inner > p {
  margin-bottom: 48px;
}

@media (max-width: 1000px) {
  .menu-detail__content {
    overflow: scroll;
  }
}
@media screen and (max-width:599px) {
  .menu-detail__toc {
    margin-top: 56px;
    margin-bottom: 76px;
  }
  .menu-detail__toc__inner {
    padding: 20px;
  }
  .menu-detail__toc__inner > ul {
    grid-template-columns: 1fr;
  }
  .menu-detail__toc__inner > ul > li {
    max-width: 210px;
    width: 100%;
  }
  .menu-detail__content {
    background-color: #FFF;
    padding: 0;
    padding-bottom: 80px;
  }
  .menu-detail__content__inner {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.pattern__img-full {
  width: 100%;
  margin-bottom: 48px;
}
.pattern__img-full > img {
  width: 100%;
}
.pattern__img-500 {
  text-align: center;
  margin-bottom: 48px;
}
.pattern__img-500 > img {
  max-width: 500px !important;
  width: 100%;
}
.pattern__btn {
  min-width: 180px;
}
.pattern__btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.pattern__btn-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.pattern__btn-grid > div {
  width: 100%;
  height: fit-content;
  margin: 0;
}
.pattern__btn-grid > div > div {
  width: 100%;
  text-align: center;
}
.pattern__before-after {
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 40px;
}
.pattern__before-after > div {
  max-width: 640px;
  width: 100%;
  align-items: flex-start;
  gap: 49px;
}
.pattern__before-after > div figure {
  flex: 1 1 0;
  position: relative;
  padding-top: 29px;
}
.pattern__before-after > div figure:first-of-type::before {
  content: "Before";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #806B70;
  background-color: #FCEDE9;
  position: absolute;
  top: 0;
}
.pattern__before-after > div figure:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -33.5px;
  transform: translateY(-50%);
  width: 18px;
  height: 28px;
  background: url(../../../assets/images/icon_arrow_right_gray.svg) no-repeat center/contain;
  pointer-events: none;
}
.pattern__before-after > div figure:last-of-type::before {
  content: "After";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #806B70;
  background-color: #FCEDE9;
  position: absolute;
  top: 0;
}
.pattern__before-after > p {
  max-width: 640px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #806B70;
  line-height: 1.3;
  text-align: right;
}
.pattern__before-after + p {
  text-align: center;
}
.pattern__3features--01 {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-top: 32px;
}
.pattern__3features--01 > p {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
  background-color: #FCEDE9;
}
.pattern__3features--02 {
  display: flex;
  align-items: flex-start !important;
  gap: 16px !important;
  margin-top: 32px;
}
.pattern__3features--02 > div {
  flex: 1 1 0;
  gap: 16px;
}
.pattern__3features--02 > div > p:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
}
.pattern__3features--02 > div > p:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.8;
}
.pattern__faq.faq__item {
  gap: 0;
}
.pattern__faq.faq__item p {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.8;
  position: relative;
  padding-left: 62px;
  padding-inline-end: 0;
}
.pattern__faq.faq__item p::before {
  content: "";
  display: flex;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  padding-left: 11.5px;
  position: absolute;
  left: 0;
}
.pattern__faq.faq__item.is-open .faq__answer {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.pattern__faq.faq__item.is-open .faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}
.pattern__faq.faq__item.is-open .faq__question::before {
  opacity: 0;
}
.pattern__faq .faq__question {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 20px;
  padding-right: 56px;
  padding-bottom: 20px;
  padding-left: 16px;
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
  position: relative;
  cursor: pointer;
}
.pattern__faq .faq__question::before, .pattern__faq .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 18px;
  height: 2px;
  background-color: #6F6F6F;
  opacity: 1;
  transition: 0.5s ease;
  transform-origin: center;
}
.pattern__faq .faq__question::before {
  transform: translateY(-50%) rotate(0deg);
}
.pattern__faq .faq__question::after {
  transform: translateY(-50%) rotate(90deg);
}
.pattern__faq .faq__question p::before {
  content: "Q.";
  background-color: #FCEDE9;
  color: #CC9DA7;
}
.pattern__faq .faq__answer {
  background-color: #FCEDE9;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.pattern__faq .faq__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 20px 16px;
  position: relative;
}
.pattern__faq .faq__answer-inner p::before {
  content: "A.";
  color: #FFF;
  background: #DE6B7C;
  align-self: flex-start;
}
.pattern__box--01 {
  gap: 0 !important;
  border: 1px solid rgba(128, 107, 112, 0.2);
  border-radius: 12px;
  padding: 40px;
  margin-top: 32px;
}
.pattern__box--01 > h3.heading3 {
  margin-top: 0;
  margin-bottom: 28px;
}
.pattern__box--01 > figure {
  width: 100%;
}
.pattern__box--01 > figure:first-of-type {
  margin-bottom: 48px;
  text-align: center;
}
.pattern__box--01 > figure:first-of-type > img {
  max-width: 500px;
  width: 100%;
}
.pattern__box--01 > figure:last-of-type {
  margin-top: 32px;
}
.pattern__box--01 > figure:last-of-type > img {
  width: 100%;
}
.pattern__box--01 > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.8;
}
.pattern__box--02 {
  gap: 0 !important;
  border: 1px solid rgba(128, 107, 112, 0.2);
  border-radius: 12px;
  padding: 40px;
  margin-top: 48px;
}
.pattern__box--02 > h3.heading3 {
  margin-top: 0;
  margin-bottom: 28px;
}
.pattern__box--02 > div {
  align-items: flex-start;
  gap: 16px;
}
.pattern__box--02 > div > figure {
  max-width: 50%;
  width: 100%;
}
.pattern__box--02 > div > p {
  flex: 1;
}
.pattern__box--03 {
  gap: 0 !important;
  border: 1px solid rgba(128, 107, 112, 0.2);
  border-radius: 12px;
  padding: 40px;
  margin-top: 48px;
}
.pattern__box--03 > h3.heading3 {
  margin-top: 0;
  margin-bottom: 28px;
}
.pattern__box--03 > figure {
  width: 100%;
  margin-top: 32px !important;
  margin-bottom: 48px !important;
}
.pattern__box--03 > figure > img {
  width: 100%;
}
.pattern__box--03 > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.8;
}
.pattern__box--04 {
  width: 100%;
}
.pattern__box--04 > div:first-of-type {
  display: flex;
  align-items: flex-start !important;
  gap: 40px !important;
  width: 100%;
}
.pattern__box--04 > div:first-of-type > figure {
  width: 157px;
  flex-shrink: 0;
}
.pattern__box--04 > div:first-of-type > figure > img {
  border-radius: 8px;
}
.pattern__box--04 > div:first-of-type > div {
  gap: 0;
  flex: 1;
}
.pattern__box--04 > div:first-of-type > div > p:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #CC9DA7;
  line-height: 150%;
  margin-bottom: 8px;
}
.pattern__box--04 > div:first-of-type > div > p:nth-of-type(2) {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  color: #806B70;
  line-height: 150%;
  border-bottom: 1px solid #806B70;
  padding-bottom: 16px;
  margin-bottom: 24px;
  width: 100%;
}
.pattern__box--04 > div:first-of-type > div > p:nth-of-type(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #806B70;
  line-height: 150%;
  margin-bottom: 24px;
}
.pattern__box--04 > div:first-of-type > div > div {
  max-width: 180px;
  width: 100%;
}
.pattern__box--05 {
  width: 100%;
  gap: 0 !important;
  border: 1px solid rgba(128, 107, 112, 0.2);
  border-radius: 12px;
  padding: 20px 24px 24px;
  margin-top: 48px;
}
.pattern__box--05 > h3.heading3 {
  margin-top: 0;
  margin-bottom: 28px;
}
.pattern__box--05 > div:not(:last-of-type) {
  margin-bottom: 40px;
}
.pattern__box--06 {
  width: 100%;
  background-color: #FCEDE9;
  border-top: 2px solid rgba(128, 107, 112, 0.2);
  border-bottom: 2px solid rgba(128, 107, 112, 0.2);
  padding: 32px 48px;
  margin-top: 64px;
  margin-bottom: 48px;
  gap: 16px !important;
}
.pattern__box--06 > p {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  color: #806B70;
  line-height: 150%;
}
.pattern__box--06 > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
}
.pattern__box--06 > div > p {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.8;
  padding-left: 28px;
  margin: 0;
  position: relative;
}
.pattern__box--06 > div > p::before {
  content: "";
  width: 16.3px;
  height: 12.03px;
  background: url(../../../assets/images/icon_check_green.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
}
.pattern__box--07 {
  width: 100%;
  gap: 16px !important;
  margin-bottom: 48px;
}
.pattern__box--07 > figure {
  width: calc(50% - 8px);
}
.pattern__box--07 > figure img {
  width: 100%;
}
.pattern__box--08, .pattern__box--09 {
  width: 100%;
  align-items: flex-start !important;
  gap: 16px !important;
  margin-bottom: 48px;
}
.pattern__box--08 > figure, .pattern__box--09 > figure {
  width: calc(50% - 8px);
}
.pattern__box--08 > figure img, .pattern__box--09 > figure img {
  width: 100%;
}
.pattern__box--08 > p, .pattern__box--09 > p {
  width: calc(50% - 8px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.8;
}
.pattern__box--10 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid rgba(128, 107, 112, 0.2);
  padding: 48px;
  margin-bottom: 48px;
}
.pattern__box--10 > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.8;
  padding-left: 28px;
  margin: 0;
  position: relative;
}
.pattern__box--10 > p::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  left: 7px;
  background: #DE6B7C;
}
.pattern__table--01 {
  gap: 0 !important;
  margin-bottom: 64px;
}
.pattern__table--01 > h3.heading3 {
  margin-top: 0;
}
.pattern__table--01 > table {
  width: 100%;
}
.pattern__table--01 > table tr {
  border: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--01 > table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #806B70;
  line-height: 150%;
  padding: 24px;
  vertical-align: middle;
  display: table-cell !important;
}
.pattern__table--01 > table tr td:first-of-type {
  width: calc(100% - 260px);
  border-right: 1px solid rgba(128, 107, 112, 0.2);
  text-align: left;
}
.pattern__table--01 > table tr td:last-of-type {
  width: 260px;
  background-color: #FFFAF8;
  text-align: right;
}
.pattern__table--01 > table tr td:has(strong) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  border-top: none;
}
.pattern__table--01 > table tr td strong {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
}
.pattern__table--01 > table tr td span {
  background: #DE6B7C;
  padding: 1px 8px 2px 8px;
  align-items: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 130%;
}
.pattern__table--02 {
  width: 888px;
  margin-bottom: 48px;
}
.pattern__table--02 > table {
  width: 100%;
}
.pattern__table--02 > table > tbody tr:last-of-type td {
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--02 > table tr.row-1 th {
  border-top: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--02 > table tr.row-2 td {
  border-top: none;
}
.pattern__table--02 > table tr:nth-of-type(2) {
  border-top: none;
}
.pattern__table--02 > table tr th, .pattern__table--02 > table tr td {
  border-left: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--02 > table tr th:last-of-type, .pattern__table--02 > table tr td:last-of-type {
  border-right: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--02 > table tr th {
  width: 50%;
  height: 69px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 150%;
  background-color: #FCEDE9;
  text-align: center;
}
.pattern__table--02 > table tr td {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
  background-color: #FFF;
  padding: 24px;
  vertical-align: middle;
}
.pattern__table--03 {
  width: 888px;
  margin-bottom: 48px;
}
.pattern__table--03 > table {
  width: 100%;
}
.pattern__table--03 > table > tbody tr:last-of-type td {
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--03 > table tr.row-1 th {
  border-top: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--03 > table tr.row-2 td {
  border-top: none;
}
.pattern__table--03 > table tr:nth-of-type(2) {
  border-top: none;
}
.pattern__table--03 > table tr th, .pattern__table--03 > table tr td {
  border-left: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--03 > table tr th:last-of-type, .pattern__table--03 > table tr td:last-of-type {
  border-right: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--03 > table tr th {
  width: 33.3333333333%;
  height: 69px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 150%;
  background-color: #FCEDE9;
  text-align: center;
}
.pattern__table--03 > table tr td {
  width: 33.3333333333%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
  background-color: #FFF;
  padding: 24px;
  vertical-align: middle;
}
.pattern__table--04 {
  width: 888px;
  margin-bottom: 48px;
}
.pattern__table--04 > table {
  width: 100%;
}
.pattern__table--04 > table > tbody tr:last-of-type td {
  border-bottom: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--04 > table tr.row-1 th {
  border-top: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--04 > table tr.row-2 td {
  border-top: none;
}
.pattern__table--04 > table tr:nth-of-type(2) {
  border-top: none;
}
.pattern__table--04 > table tr th, .pattern__table--04 > table tr td {
  border-left: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--04 > table tr th:last-of-type, .pattern__table--04 > table tr td:last-of-type {
  border-right: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--04 > table tr th {
  width: 25%;
  height: 69px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 150%;
  background-color: #FCEDE9;
  text-align: center;
}
.pattern__table--04 > table tr td {
  width: 25%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
  background-color: #FFF;
  padding: 24px;
  vertical-align: middle;
}
.pattern__table--05 {
  width: 888px;
  margin-bottom: 48px;
}
.pattern__table--05 > table {
  width: 100%;
}
.pattern__table--05 > table tr td {
  width: 20%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
  background-color: #FFF;
  padding: 24px;
  vertical-align: middle;
  border: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--05 > table tr td:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 150%;
  background-color: #FCEDE9;
  text-align: center;
}
.pattern__table--06 {
  width: 888px;
  margin-bottom: 48px;
}
.pattern__table--06 > table {
  width: 100%;
}
.pattern__table--06 > table tr.row-1 td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
  background-color: #FCEDE9;
  text-align: center;
}
.pattern__table--06 > table tr td {
  width: 20%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 1.3;
  background-color: #FFF;
  padding: 24px;
  vertical-align: middle;
  border: 1px solid rgba(128, 107, 112, 0.2);
}
.pattern__table--06 > table tr td:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #806B70;
  line-height: 150%;
  background-color: #FCEDE9;
  text-align: center;
}
.pattern__toc--01 {
  border: 1px solid rgba(128, 107, 112, 0.2);
  border-radius: 8px;
  padding: 32px 40px 20px;
  margin-bottom: 108px;
}
.pattern__toc--01 > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #CC9DA7;
  line-height: 1.3;
  margin-bottom: 20px;
}
.pattern__toc--01 > div:not(:last-of-type) {
  margin-bottom: 32px;
}
.pattern__toc--01 > div > h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #806B70;
  line-height: 1.3;
  margin-bottom: 16px;
}
.pattern__toc--01 > div > ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #806B70;
  line-height: 1.6;
  padding-left: 8px;
  padding-bottom: 16px;
  border-bottom: 1px dotted rgba(128, 107, 112, 0.2);
}
.pattern__toc--01 > div > ul li:not(:last-of-type) {
  margin-bottom: 16px;
}

@media screen and (max-width:599px) {
  .pattern__img-500 > img {
    max-width: none;
  }
  .pattern__btn-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .pattern__before-after > div {
    gap: 0;
  }
  .pattern__before-after > div figure:first-of-type::after {
    display: none;
  }
  .pattern__3features--01 {
    flex-direction: column;
  }
  .pattern__3features--01 > p {
    flex: none;
    height: 58px;
  }
  .pattern__3features--02 {
    flex-direction: column;
    gap: 40px !important;
  }
  .pattern__faq.faq__item p {
    align-items: flex-start;
  }
  .pattern__box--01 {
    padding: 20px;
  }
  .pattern__box--02 {
    padding: 20px;
  }
  .pattern__box--02 > div {
    flex-direction: column;
  }
  .pattern__box--02 > div > figure {
    max-width: none;
  }
  .pattern__box--03 {
    padding: 20px;
  }
  .pattern__box--04 {
    gap: 0 !important;
  }
  .pattern__box--04 > div:first-of-type {
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 16px;
  }
  .pattern__box--04 > div:first-of-type > figure {
    width: 97px;
  }
  .pattern__box--04 > div:first-of-type > div > p:nth-of-type(2) {
    font-size: 20px;
    margin-bottom: 0;
  }
  .pattern__box--04 > div:nth-of-type(2) {
    gap: 0;
    align-items: center;
  }
  .pattern__box--04 > div:nth-of-type(2) > p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #806B70;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .pattern__box--04 > div:nth-of-type(2) > div {
    display: flex;
    justify-content: center;
  }
  .pattern__box--04 > div:nth-of-type(2) > div a {
    max-width: 180px;
  }
  .pattern__box--06 {
    padding: 32px 16px;
    gap: 20px !important;
  }
  .pattern__box--06 > p {
    text-align: center;
  }
  .pattern__box--06 > div {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .pattern__box--06 > div > p {
    font-size: 14px;
  }
  .pattern__box--07 {
    flex-direction: column;
  }
  .pattern__box--07 > figure {
    width: 100%;
  }
  .pattern__box--08, .pattern__box--09 {
    flex-direction: column;
  }
  .pattern__box--08 > figure, .pattern__box--09 > figure {
    width: 100%;
  }
  .pattern__box--08 > p, .pattern__box--09 > p {
    width: 100%;
  }
  .pattern__box--10 {
    padding: 32px 12px;
    margin-bottom: 32px;
  }
  .pattern__table--01 {
    gap: 0 !important;
  }
  .pattern__table--01 > table {
    width: 100%;
  }
  .pattern__table--01 > table tr {
    font-size: 12px;
  }
  .pattern__table--01 > table tr td {
    padding: 12px;
    font-size: 12px;
    line-height: 130%;
  }
  .pattern__table--01 > table tr td:first-of-type {
    width: calc(100% - 160px);
    font-size: 12px;
  }
  .pattern__table--01 > table tr td:last-of-type {
    width: 160px;
    font-size: 12px;
  }
  .pattern__table--01 > table tr td span {
    display: inline-block;
    margin-block-end: 4px;
  }
  .pattern__table--01 > table tr td strong {
    font-size: 14px;
    margin-block-end: 8px;
  }
  .pattern__toc--01 {
    padding: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1000px) {
  /* 888px 等の固定幅を無効化 */
  .pattern__table--01,
  .pattern__table--02,
  .pattern__table--03,
  .pattern__table--04,
  .pattern__table--05,
  .pattern__table--06 {
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* テーブルは中身幅で描画（= 列を詰めず、必要ならはみ出す） */
  .pattern__table--01 > table,
  .pattern__table--02 > table,
  .pattern__table--03 > table,
  .pattern__table--04 > table,
  .pattern__table--05 > table,
  .pattern__table--06 > table {
    width: max-content; /* 中身の合計幅に合わせる */
    min-width: 100%; /* ただし最小は親幅 */
    table-layout: auto !important; /* 自動計算（DataTables対策） */
    border-collapse: collapse;
  }
  /* 列の固定幅指定を解除（%やcalcで詰まるのを防止） */
  .pattern__table--01 > table th,
  .pattern__table--01 > table td,
  .pattern__table--02 > table th,
  .pattern__table--02 > table td,
  .pattern__table--03 > table th,
  .pattern__table--03 > table td,
  .pattern__table--04 > table th,
  .pattern__table--04 > table td,
  .pattern__table--05 > table th,
  .pattern__table--05 > table td,
  .pattern__table--06 > table th,
  .pattern__table--06 > table td {
    width: auto !important;
    white-space: nowrap;
    padding: 12px;
    line-height: 1.5;
  }
  /* table--01 の “価格列260px”等のSP上書きを無効化 */
  .pattern__table--01 > table td:first-of-type,
  .pattern__table--01 > table td:last-of-type {
    width: auto !important;
  }
  /* どうしても折り返したいセルがある時だけ、クラスで局所解除 */
  .pattern__table--01 td.is-wrap,
  .pattern__table--02 td.is-wrap,
  .pattern__table--03 td.is-wrap,
  .pattern__table--04 td.is-wrap,
  .pattern__table--05 td.is-wrap,
  .pattern__table--06 td.is-wrap {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
.layouts-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.layouts-inner02 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.layouts-inner03 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.layouts-inner04 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .layouts-inner-sp {
    padding: 0 6.4%;
  }
}
@media (max-width: 1000px) {
  .layouts-inner03-sp {
    padding-left: 6.4%;
    padding-right: 6.4%;
  }
}
@media screen and (max-width:599px) {
  .layouts-inner-sp02 {
    padding: 0 6.4%;
  }
}

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