@charset "UTF-8";
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media (max-width: 1200px) {
  html {
    font-size: 1.3311148087vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 4.1025641026vw;
  }
}
body {
  color: #272727;
  background-color: #fbfbfb;
}

@font-face {
  font-family: "Nanum Myeongjo";
  src: url("../font/NanumMyeongjo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Nanum Myeongjo";
  src: url("../font/NanumMyeongjo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Nanum Myeongjo";
  src: url("../font/NanumMyeongjo-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../font/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../font/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../font/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../font/ZenKakuGothicNew-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../font/ZenKakuGothicNew-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../font/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype-variations");
  font-weight: 100 1000;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../font/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype-variations");
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}
.main {
  margin-top: 9.5rem;
}

@media (max-width: 768px) {
  .main {
    margin-top: 4rem;
  }
}
.top__button {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.top__button:hover {
  opacity: 0.7;
}
.top__button img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .top__button {
    width: 3.125rem;
    height: 3.125rem;
    right: 0.5rem;
    bottom: 1.5rem;
  }
}
.scroll__container {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-top: 0.5px solid #272727;
  border-bottom: 0.5px solid #272727;
}

/* 動かす要素のグループ */
.scroll__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: marquee 80s linear infinite;
          animation: marquee 80s linear infinite;
  font-family: "Nanum Myeongjo", serif;
}

/* テキスト要素 */
.scroll__content span {
  padding: 0 1.875rem;
  white-space: nowrap;
  font-size: 1.2rem; /* 文字サイズ（任意） */
}

@media (max-width: 768px) {
  .scroll__content span {
    padding: 0 1rem;
    line-height: 1;
  }
  .scroll__content span img {
    height: 1rem;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* アニメーションの定義 */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 開始位置 */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* 終了位置（要素グループ1つ分、左に移動） */
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 開始位置 */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* 終了位置（要素グループ1つ分、左に移動） */
  }
}
.btn__link {
  position: relative;
  width: 11.25rem;
  margin: 0 auto;
  height: 3.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border: 0.5px solid #272727;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 3.5rem;
  font-family: "Shippori Mincho", serif;
}
.btn__link:hover {
  background-color: #272727;
  color: #ffffff;
}
.btn__link:hover img {
  content: url("../img/common/plume-clinic-message-arrow-white.webp");
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (max-width: 768px) {
  .section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.inner {
  max-width: 72rem;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .inner {
    padding: 0 1rem;
  }
}
.section__title {
  text-align: center;
}
.section__title-text {
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  color: #272727;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section__title-subtext {
  margin-top: 1.5rem;
}
.section__title-subtext img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .section__title-subtext {
    margin-top: 1rem;
  }
}
.subpage__title {
  text-align: center;
}
.subpage__title-top {
  font-family: "Nanum Myeongjo", serif;
  font-size: 3.5rem;
  color: #E6E6E6;
  font-weight: 400;
  line-height: 1;
}
.subpage__title-text {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .subpage__title-top {
    font-size: 2.5rem;
  }
  .subpage__title-text {
    margin-top: 1.5rem;
  }
}
.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.text-left {
  text-align: left;
}

.font-xl {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #272727;
  font-family: "Shippori Mincho", serif;
}

@media (max-width: 768px) {
  .font-xl {
    font-size: 1.25rem;
  }
}
.font-large {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #272727;
  font-family: "Shippori Mincho", serif;
}

.font-light {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #272727;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.menu__title {
  margin: 0 0 1.5rem 0;
  padding-left: 1.75rem;
  position: relative;
}
.menu__title::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  top: 0.25rem;
  background-image: url(../img/common/plume-clinic-header-submenu-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sns__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns__icon img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sns__icon img:hover {
  opacity: 0.7;
}

.preparation {
  text-align: center;
  margin-top: 10.375rem;
  margin-bottom: 8rem;
}
.preparation__title img {
  -o-object-fit: contain;
     object-fit: contain;
}
.preparation__text {
  margin-top: 2rem;
}
.preparation__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2rem;
  background-color: #272727;
  margin: 3.5rem auto 0;
  border: 1px solid #272727;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.preparation__btn:hover {
  background-color: #fff;
}
.preparation__btn:hover p {
  color: #272727;
}
.preparation__btn p {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  padding: 0.9375rem 2.781875rem;
}

@media (max-width: 768px) {
  .preparation {
    padding: 0 1rem;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .preparation img {
    width: 100%;
  }
}
.cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta__button-item {
  width: 15rem;
  background-color: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4rem;
  gap: 0.75rem;
  border-radius: 32px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 0.9375rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.5px solid #272727;
}
.cta__button-item span {
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
}
.cta__button-item img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta__button-item:hover {
  background-color: #ffffff;
  color: #272727;
}
.cta__button-item:first-child:hover img {
  content: url("../img/common/web-black.svg");
}
.cta__button-item:last-child:hover img {
  content: url("../img/common/line-black.svg");
}

@media (max-width: 768px) {
  .cta__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 60pxから30pxに減らして自然に */
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform; /* パフォーマンス最適化 */
}

.fade-in.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* アニメーション完了後はwill-changeを削除 */
.fade-in.show {
  -webkit-animation: removeWillChange 0s 0.8s forwards;
          animation: removeWillChange 0s 0.8s forwards;
}

@-webkit-keyframes removeWillChange {
  to {
    will-change: auto;
  }
}

@keyframes removeWillChange {
  to {
    will-change: auto;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
.header__inner {
  height: 5rem;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header__icon li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__icon li:hover {
  opacity: 0.7;
}
.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.header__button-item {
  width: 11.25rem;
  background-color: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  gap: 1rem;
  border-radius: 24px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.5px solid #272727;
}
.header__button-item span {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
}
.header__button-item img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__button-item:hover {
  background-color: #ffffff;
  color: #272727;
}
.header__button-item:first-child:hover img {
  content: url("../img/common/web-black.svg");
}
.header__button-item:last-child:hover img {
  content: url("../img/common/line-black.svg");
}
.header__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__menu {
  border-top: 0.5px solid #272727;
}
.header__menu-nav {
  height: 4.5rem;
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-width: 72rem;
  width: 100%;
  margin: 0 auto;
}
.header__menu-item {
  width: 12rem;
  height: 100%;
}
.header__menu-item--has-submenu:hover .header__submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu-item--has-submenu:hover .header__menu-link {
  color: #ffffff;
  background-color: #272727;
}
.header__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  height: 100%;
  font-size: 18px;
  font-family: "Nanum Myeongjo", serif;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu-link span {
  display: block;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
}
.header__menu-link:hover {
  color: #ffffff;
  background-color: #272727;
}
.header__submenu {
  position: absolute;
  top: 8.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  width: 100%;
  max-width: 72rem;
  background-color: #fbfbfb;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  max-height: calc(100vh - 8.9375rem);
  overflow-y: auto;
}
.header__submenu-top {
  margin-bottom: 2rem;
}
.header__submenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 3.5rem;
}
.header__submenu-group {
  width: 100%;
  max-width: 13.5rem;
  margin-right: 3.625rem;
}
.header__submenu-group.non-title {
  margin-top: 3.29rem;
}
.header__submenu-group:last-child {
  margin-right: 0;
}
.header__submenu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.header__submenu-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header__submenu-title {
  padding-bottom: 0.5rem;
  border-bottom: 0.5px solid #666;
}
.header__submenu-title.menu__title {
  font-size: 0.875rem;
  margin: 0;
}
.header__submenu-title.menu__title::before {
  width: 0.875rem;
  height: 0.875rem;
}
.header__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272727;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  letter-spacing: 0.04em;
}
.header__submenu-link:hover {
  opacity: 0.7;
}
.header__submenu-link::before, .header__submenu-link::after {
  content: "";
  width: 0.5px;
  height: 8px;
  background-color: #272727;
  right: 0;
  position: absolute;
}
.header__submenu-link::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 12px;
}
.header__submenu-link::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  top: 5px;
}

.header-sp {
  display: none;
}
@media (max-width: 768px) {
  .header-sp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
  }
  .header-sp__inner {
    height: 4rem;
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .header-sp__hamburger {
    width: 2rem;
    height: 1.25rem;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1002;
  }
  .header-sp__hamburger-line {
    display: block;
    width: 2rem;
    height: 1px;
    background-color: #272727;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-sp__hamburger-line:nth-child(1) {
    top: 0rem;
  }
  .header-sp__hamburger-line:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    left: auto;
    width: 1.5rem;
  }
  .header-sp__hamburger-line:nth-child(3) {
    bottom: 0rem;
  }
  .header-sp__hamburger--active .header-sp__hamburger-line:nth-child(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(30deg);
            transform: translateX(-50%) translateY(-50%) rotate(30deg);
  }
  .header-sp__hamburger--active .header-sp__hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .header-sp__hamburger--active .header-sp__hamburger-line:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(-30deg);
            transform: translateX(-50%) translateY(50%) rotate(-30deg);
  }
  .header-sp__logo img {
    height: 3rem;
  }
  .header-sp__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
  .header-sp__button-item {
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #272727;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-sp__button-item img {
    width: 1rem;
    height: 1rem;
  }
  .header-sp__button-item:hover {
    background-color: #ffffff;
    border: 0.5px solid #272727;
  }
  .header-sp__button-item--web:hover img {
    content: url("../img/common/web-black.svg");
  }
  .header-sp__button-item--line:hover img {
    content: url("../img/common/line-black.svg");
  }
  .header-sp__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
  }
  .header-sp__overlay--active {
    opacity: 1;
    visibility: visible;
  }
  .header-sp__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 1001;
    overflow-y: auto;
  }
  .header-sp__nav--active {
    right: 0;
  }
  .header-sp__nav-inner {
    padding: 2rem 1.25rem;
  }
  .header-sp__nav > a img {
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
  .header-sp__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background: none;
    border: none;
    cursor: pointer;
  }
  .header-sp__close span {
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #272727;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .header-sp__close span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header-sp__close span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header-sp__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .header-sp__sns-item img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-sp__menu {
    list-style: none;
  }
  .header-sp__menu-link {
    display: block;
    padding: 1rem 0;
    color: #272727;
    font-size: 1.125rem;
    font-family: "Nanum Myeongjo", serif;
    letter-spacing: 0.08em;
    position: relative;
    text-align: center;
  }
  .header-sp__menu-link span {
    display: block;
    font-size: 0.875rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0;
    margin-top: 0.5rem;
  }
  .header-sp__menu-link--accordion {
    padding-right: 2rem;
  }
  .header-sp__menu-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-sp__menu-arrow::before, .header-sp__menu-arrow::after {
    content: "";
    position: absolute;
    width: 0.5px;
    height: 100%;
    background-color: #272727;
    right: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header-sp__menu-arrow::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 0;
  }
  .header-sp__menu-arrow::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .header-sp__menu-link[aria-expanded=true] .header-sp__menu-arrow::before {
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
  .header-sp__submenu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    background-color: #f5f5f5;
  }
  .header-sp__submenu--active {
    max-height: 2000px;
  }
  .header-sp__submenu-group {
    padding: 0.5rem 1rem;
  }
  .header-sp__submenu-title {
    font-size: 0.875rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    color: #272727;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .header-sp__submenu-title:first-child {
    margin-top: 0.5rem;
  }
  .header-sp__submenu-list {
    list-style: none;
    margin-bottom: 0.5rem;
  }
  .header-sp__submenu-item {
    margin-bottom: 0.25rem;
  }
  .header-sp__submenu-link {
    display: block;
    padding: 0.5rem 0;
    color: #272727;
    font-size: 0.75rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.04em;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header-sp__submenu-link:hover {
    opacity: 0.7;
  }
  .header-sp__nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .header-sp__nav-button-item {
    width: 11.25rem;
    margin: 0 auto;
    background-color: #272727;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3rem;
    gap: 0.75rem;
    border-radius: 24px;
    font-family: "Nanum Myeongjo", serif;
    font-size: 1rem;
    color: #ffffff;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0.5px solid #272727;
  }
  .header-sp__nav-button-item span {
    font-family: "Shippori Mincho", serif;
    font-size: 0.875rem;
  }
  .header-sp__nav-button-item img {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-sp__nav-button-item:hover {
    background-color: #ffffff;
    color: #272727;
  }
  .header-sp__nav-button-item:first-child:hover img {
    content: url("../img/common/web-black.svg");
  }
  .header-sp__nav-button-item:last-child:hover img {
    content: url("../img/common/line-black.svg");
  }
}

@media (max-width: 768px) {
  .header {
    display: none;
  }
}

.footer {
  background-color: #272727;
  position: relative;
}
.footer__top {
  padding-bottom: 6rem;
  border-bottom: 0.5px solid #ffffff;
  position: relative;
  overflow: hidden;
}
.footer__block {
  width: 52.5rem;
  height: 52.5rem;
  margin: auto;
  position: absolute;
  top: 7rem;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer__circleText {
  overflow: visible;
  -webkit-animation: rotation 96s linear infinite;
          animation: rotation 96s linear infinite;
}
.footer__circleText-circle {
  fill: none;
}
.footer__circleText-text {
  fill: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 8.7px;
}
.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  padding-top: 17.125rem;
  position: relative;
  z-index: 5;
}
.footer__button-item {
  width: 12.5rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.5rem;
  gap: 0.75rem;
  border-radius: 28px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 0.9375rem;
  color: #272727;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #ffffff;
}
.footer__button-item span {
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
}
.footer__button-item:hover {
  background-color: #272727;
  color: #ffffff;
}
.footer__button-item:first-child:hover img {
  content: url("../img/common/web.svg");
}
.footer__button-item:last-child:hover img {
  content: url("../img/common/line.svg");
}
.footer__middle {
  color: #ffffff;
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2rem;
}
.footer__icon {
  margin-top: 3rem;
}
.footer__icon.sp-only {
  display: none;
}
.footer__content {
  max-width: 303px;
  width: 100%;
}
.footer__content p {
  font-size: 2rem;
  font-family: "Nanum Myeongjo", serif;
}
.footer__content dl {
  padding-top: 2rem;
}
.footer__content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  margin-top: 1rem;
}
.footer__content-info .__address {
  line-height: 1.8;
}
.footer__content-info:first-child {
  margin-top: 0;
}
.footer__content-info dt {
  max-width: 74px;
  width: 100%;
  padding-right: 0.875rem;
  font-weight: 300;
}
.footer__map {
  max-width: 368px;
  width: 100%;
  height: auto;
  aspect-ratio: 368/228;
  border: 0;
}
.footer__map iframe {
  width: 100%;
  height: 100%;
}
.footer__nav {
  margin: 3.5rem 0 0 auto;
}
.footer__nav-list {
  color: #ffffff;
  gap: 2.775rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.footer__nav-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__nav-item:hover {
  opacity: 0.7;
}
.footer__copyright {
  margin-top: 3.875rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  padding: 0.625rem 0.875rem;
  border-top: 0.5px solid #ffffff;
  text-align: center;
  color: #ffffff;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .footer .inner {
    padding: 0;
  }
  .footer__top {
    padding-bottom: 4.5rem;
  }
  .footer__block {
    width: 27.25rem;
    height: 27.25rem;
    top: 6rem;
  }
  .footer__button {
    padding-top: 12.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .footer__link {
    display: contents;
  }
  .footer__link-logo {
    margin: 0 auto;
  }
  .footer__icon {
    margin-top: 3.5rem;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__icon.pc-only {
    display: none;
  }
  .footer__icon.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__icon img {
    width: 3.5rem;
    height: 3.5rem;
  }
  .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4.5rem;
    gap: 4.5rem;
  }
  .footer__content {
    max-width: 18.3125rem;
    width: 100%;
    margin: 0 auto;
  }
  .footer__content-info {
    margin-top: 1.5rem;
  }
  .footer__content-info dt {
    max-width: 4rem;
    padding-right: 0;
    margin-right: 2rem;
  }
  .footer__content p {
    font-size: 1.25rem;
  }
  .footer__map {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 100%;
  }
  .footer__nav {
    margin: 3.5rem auto 0;
  }
  .footer__nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 1rem;
    text-align: center;
    margin-left: 1rem;
  }
  .footer__nav-item {
    text-align: left;
    padding-left: 1rem;
    position: relative;
  }
  .footer__nav-item::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__copyright {
    margin-top: 1.5rem;
  }
}
.fv {
  width: 100%;
  height: 22.5rem;
  background-image: url(../img/common/plumu-clinic-fv-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fv__inner {
  padding-top: 11.625rem;
}
.fv__subtitle {
  margin-top: 1.875rem;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .fv {
    height: 15rem;
  }
  .fv__inner {
    padding-top: 7.25rem;
  }
  .fv__subtitle {
    margin-top: 1.5rem;
  }
  .fv.price-fv img {
    width: 7.0625rem;
    height: 2.4375em;
  }
  .fv.about-fv img {
    width: 17.8125rem;
    height: 2.78125rem;
  }
  .fv.doctor-fv img {
    width: 9.875rem;
    height: 2.4375rem;
  }
  .fv.guide-fv img {
    width: 8.25rem;
    height: 2.75rem;
  }
  .fv.menu-fv img {
    height: 2.4375rem;
    width: 8rem;
  }
  .fv.campaign-fv img {
    width: 14.625rem;
    height: 3.40625rem;
  }
}
.breadcrumb {
  font-size: 0.75rem;
  color: #b3b3b3;
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 400;
}
.breadcrumb.inner {
  padding: 0;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb--home {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb--home:hover {
  font-weight: 500;
}
.breadcrumb__current {
  color: #666;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .breadcrumb.inner {
    padding: 0 1rem;
  }
  .breadcrumb__current {
    max-width: 16rem;
  }
}
.hero {
  margin: 0 auto 11.4375rem;
  position: relative;
  padding: 3rem 2rem 0;
}
.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9.875rem;
  width: 96px;
  height: 0.5px;
  background-color: #272727;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  z-index: 3;
}
.hero .slider-container {
  position: relative;
  margin: 0 auto;
  max-width: 72rem;
  width: 100%;
  aspect-ratio: 128/67;
  overflow: hidden;
}
.hero .slider-container .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.hero .slider-container .slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.hero .slider-container .slide.active {
  opacity: 1;
  z-index: 1;
}
.hero .slider-container .slide.revealing {
  opacity: 1;
  z-index: 2;
  mask-image: conic-gradient(black 0deg, transparent 0deg);
  -webkit-mask-image: conic-gradient(black 0deg, transparent 0deg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.hero__title {
  position: absolute;
  top: 86%;
  left: 50%;
  max-width: min(82.75rem, 91%);
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.hero__title > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .hero {
    padding: 3.5rem 1rem 0;
    margin: 0 auto 11.5rem;
  }
  .hero::after {
    bottom: -4.5rem;
    width: 4.5rem;
  }
  .hero .slider-container {
    aspect-ratio: 179/128;
  }
  .hero__title {
    position: relative;
    max-width: none;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 20px;
  }
}
.message {
  padding: 0 3.5rem;
  margin-bottom: 6.5rem;
}
.message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 7.5vw, 10.4375rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 82.75rem;
  margin: 0 auto;
}
.message__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.message__img img {
  width: 18.3333333333vw; /* 約18.33vw */
  max-width: 264px;
  height: 22.2222222222vw; /* 約22.22vw */
  max-height: 320px;
}
.message__img:first-child {
  margin-top: 9.125rem;
}
.message__inner {
  margin-top: 7.4375rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.message__text {
  margin-top: 3rem;
  line-height: 2.6;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .message {
    padding: 0 1rem;
    margin-bottom: 4.5rem;
  }
  .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .message__inner {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 0;
    margin-bottom: 4.5rem;
  }
  .message__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.5rem);
            flex: 0 0 calc(50% - 0.5rem);
  }
  .message__img:first-child {
    margin-top: 4.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message__img:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message__img img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    aspect-ratio: 264/320;
  }
}
.top-doctor {
  margin-top: 103px;
  background-image: url(../img/top/plume-clinic-top-doctor-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 8rem;
}
.top-doctor__container {
  position: relative;
  max-width: 72rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6rem;
  border-bottom: 0.5px solid #272727;
}
.top-doctor__text {
  line-height: 1.8;
}
.top-doctor__inner {
  position: relative;
}
.top-doctor__inner .section__title {
  z-index: 2;
  position: relative;
}
.top-doctor__inner > img {
  width: clamp(200px, 22vw, 320px);
  height: clamp(250px, 27.8vw, 400px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.top-doctor__introduce {
  padding-top: 26.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.top-doctor__content a {
  display: block;
  margin-top: 0.5rem;
  text-align: right;
  margin-right: 2rem;
}
.top-doctor__name span {
  font-size: 0.875rem;
  padding-right: 1rem;
}
.top-doctor__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
}
.top-doctor__button--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-doctor__button--mobile {
  display: none;
}
.top-doctor__button .btn__link {
  margin: 3.5rem 0 0;
}
.top-doctor__sns {
  max-width: 59.75rem;
  width: 100%;
  margin: 0 auto;
}
.top-doctor__sns-container {
  margin-top: 6rem;
}
.top-doctor__sns-container:last-child {
  margin-top: 3.5625rem;
}
.top-doctor__sns-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-doctor__sns-title {
  padding-right: 2.5rem;
  margin-right: 2.5rem;
  position: relative;
}
.top-doctor__sns-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5px;
  height: 2.25rem;
  background-color: #b3b3b3;
}
.top-doctor__sns-button {
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 11.25rem;
  height: 2.5rem;
  background-color: #272727;
  border-radius: 3px;
}
.top-doctor__sns-button--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-doctor__sns-button--mobile {
  display: none;
}
.top-doctor__sns-name {
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-family: "Nunito Sans", sans-serif;
}
.top-doctor__sns-text {
  line-height: 1.8;
}
.top-doctor__sns-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.0625em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-doctor__sns-card img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-doctor__sns-card img:hover {
  opacity: 0.7;
}
.top-doctor__sns-card.instagram {
  gap: 0.875rem;
}
.top-doctor__sns-card.instagram .top-doctor__sns-post {
  aspect-ratio: 4/5;
  width: 11.25rem;
  height: 14.0625rem;
}
.top-doctor__sns-card.youtube {
  gap: 2.875rem;
}
.top-doctor__sns-card.youtube .top-doctor__sns-post {
  aspect-ratio: 16/9;
  width: 18rem;
  height: 10.125rem;
}
.top-doctor__sns-post {
  background-color: #ccc;
  width: 100%;
}

@media (max-width: 768px) {
  .top-doctor {
    margin-top: 4.5rem;
    background-image: url(../img/top/plume-clinic-top-doctor-sp-bg.webp);
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }
  .top-doctor__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .top-doctor__content a {
    margin-top: 0;
    margin-right: 0;
  }
  .top-doctor__inner > img {
    width: clamp(320px, 22vw, 600px);
    height: clamp(400px, 27.8vw, 600px);
  }
  .top-doctor__container {
    padding: 0 1rem 4.5rem;
  }
  .top-doctor__introduce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .top-doctor__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .top-doctor__button .btn__link:last-child {
    margin-top: 0;
  }
  .top-doctor__sns-container {
    margin-top: 4.5rem;
    padding: 0 1rem;
    text-align: center;
  }
  .top-doctor__sns-container:last-child {
    margin-top: 4.1875rem;
  }
  .top-doctor__sns-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
  }
  .top-doctor__sns-title {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .top-doctor__sns-title::before {
    display: none;
  }
  .top-doctor__sns-text {
    margin-bottom: 0;
  }
  .top-doctor__sns-button {
    margin: 3.5rem auto 0;
    width: 100%;
    max-width: 11.25rem;
  }
  .top-doctor__sns-button--desktop {
    display: none;
  }
  .top-doctor__sns-button--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-doctor__sns-card {
    margin-top: 2.5rem;
  }
  .top-doctor__sns-card.instagram {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
  .top-doctor__sns-card.instagram .top-doctor__sns-post {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
  }
  .top-doctor__sns-card.instagram .top-doctor__sns-post:after {
    content: "";
    display: block;
    background-color: transparent;
  }
  .top-doctor__sns-card.youtube {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding: 0 2.1875rem;
  }
  .top-doctor__sns-card.youtube .top-doctor__sns-post {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.menu.subpage__menu {
  margin: 8rem 0;
}
.menu.subpage__menu .menu__inner {
  margin-top: 0;
}
.menu__inner {
  width: 100%;
  margin-top: 2.4375rem;
}
.menu__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.5rem;
  border-bottom: 0.5px solid #272727;
}
.menu__tab-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  padding: 2rem 0;
  max-width: 36rem;
  width: 100%;
}
.menu__tab-button:not(.is-active):hover {
  color: #ffffff;
  background-color: #272727;
}
.menu__tab-button.is-active {
  cursor: auto;
}
.menu__tab-button.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #272727;
}
.menu__content {
  padding: 0 2rem;
}
.menu__content-panel {
  display: none;
}
.menu__content-panel.is-active {
  display: block;
}
.menu__category-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.25rem 0 2.25rem;
}
.menu__category-group:first-child {
  padding: 0 0 2.25rem;
}
.menu__category-group:last-child {
  padding: 2.25rem 0 0;
}
.menu__category-title {
  max-width: 15rem;
  width: 100%;
  margin: 0;
}
.menu__category-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(256px, auto));
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2rem 4.5rem;
}
.menu__item-link {
  border-bottom: 0.5px solid #b3b3b3;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  letter-spacing: 0.04em;
  line-height: 1.8;
  max-width: 16rem;
  width: 100%;
  font-size: max(0.875rem, 10px);
}
.menu__item-link span {
  position: relative;
  width: 100%;
}
.menu__item-link span::before, .menu__item-link span::after {
  content: "";
  width: 0.03125rem;
  height: 0.5rem;
  background-color: #272727;
  right: 0;
  position: absolute;
}
.menu__item-link span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 0.75rem;
}
.menu__item-link span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  top: 0.3125rem;
}
.menu__item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background-color: #272727;
  -webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.menu__item-link:hover {
  font-weight: 500;
  color: #272727;
}
.menu__item-link:hover::after {
  width: 100%;
}

/* コンテンツがない場合のメッセージ */
.menu__content-empty {
  text-align: center;
  padding: 4em 0;
  color: #888;
}

@media (max-width: 768px) {
  .menu.subpage__menu {
    margin: 4.5rem 0;
  }
  .menu__tab-button {
    padding: 1rem 0;
    font-size: 1.25rem;
  }
  .menu__tab-button.is-active::before {
    height: 3px;
    width: 92%;
    left: auto;
    right: 0;
  }
  .menu__tab-button.darmatology.is-active::before {
    left: 0;
    right: auto;
  }
  .menu__category-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0;
    position: relative;
  }
  .menu__category-group:first-child {
    padding: 0 0 0.5rem;
  }
  .menu__category-group:last-child {
    padding: 0.5rem 0 0;
  }
  .menu__category-group.is-open .menu__category-items {
    max-height: 1000px;
    -webkit-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
  }
  .menu__category-title {
    width: 100%;
    max-width: none;
    padding: 1.75rem 1rem 1.75rem 2.75rem;
    background-color: #f2f2f2;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  .menu__category-title:hover {
    opacity: 0.7;
  }
  .menu__category-title.menu__title::before {
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu__category-title.menu__title span::before, .menu__category-title.menu__title span::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #272727;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .menu__category-title.menu__title span::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .menu__category-title.menu__title span::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .menu__category-group.is-open .menu__category-title.menu__title span::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .menu__category-items {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    display: block;
    gap: 0;
  }
  .menu__content-panel {
    display: none;
  }
  .menu__content-panel.is-active {
    display: block;
  }
  .menu__tabs {
    margin-bottom: 3rem;
  }
  .menu__item-link {
    max-width: none;
    margin-top: 0.5rem;
    padding: 16px;
  }
  .menu__item-link::before {
    top: 50px;
  }
  .menu__item-link::after {
    top: 43px;
  }
}
.schedule {
  background-image: url(../img/top/plume-clinic-schedule-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.schedule .subpage__title-top {
  color: #ccc;
}
.schedule .subpage__title-text {
  font-size: 1.125rem;
}
.schedule__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.5625rem;
}
.schedule__inner .section__title-subtext {
  margin-top: 1rem;
}
.schedule__date {
  margin-top: 4.5rem;
}
.schedule__date-inner {
  padding: 1.8125rem 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  border-top: 0.5px solid #ccc;
  border-bottom: 0.5px solid #ccc;
  width: 28.4375rem;
}
.schedule__date-inner:nth-child(n+2) {
  border-top: none;
}
.schedule__date-inner .number {
  font-family: "Nunito Sans", sans-serif;
}
.schedule__date-inner .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.schedule__date-title {
  margin-bottom: 1.125rem;
  font-weight: 400;
  padding-left: 1rem;
  position: relative;
}
.schedule__date-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #e6e6e6;
}
.schedule__date-text {
  font-weight: 300;
  line-height: 1.8;
}
.schedule__calendar {
  width: 36rem;
  height: 100%;
}

@media (max-width: 768px) {
  .schedule .subpage__title {
    text-align: center;
  }
  .schedule .subpage__title-top {
    color: #ccc;
  }
  .schedule .subpage__title-text {
    font-size: 1.25rem;
  }
  .schedule__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.5rem;
  }
  .schedule__container .section__title {
    text-align: center;
  }
  .schedule__date {
    margin-top: 3.5rem;
  }
  .schedule__date-inner {
    border-top: 0.5px solid #e6e6e6;
    border-bottom: 0.5px solid #e6e6e6;
    width: 100%;
  }
  .schedule__calendar {
    width: 22.375rem;
  }
}
.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.125rem;
}
.news__nav {
  width: 100%;
}
.news__list-item {
  border-top: 0.5px solid #ccc;
  color: #666;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.news__list-item:last-child {
  border-bottom: 0.5px solid #ccc;
}
.news__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.25rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.news__list-link time {
  font-family: "Nunito Sans", sans-serif;
}
.news__list-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/common/plume-clinic-message-arrow-black.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news__list-link:hover {
  opacity: 0.7;
}
.news__list-link:hover::before {
  -webkit-transform: translateX(10px) translateY(-50%);
          transform: translateX(10px) translateY(-50%);
}

@media (max-width: 768px) {
  .news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
  }
  .news__container .section__title {
    text-align: center;
  }
  .news__container .btn__link {
    margin: 0 auto;
  }
  .news__inner {
    display: contents;
  }
  .news__button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news__list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding: 1.875rem 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .news__list-link::before {
    right: 1rem;
  }
}
/* レイアウト */
.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8rem auto;
}
.layout__sidebar {
  width: 16.875rem;
  position: sticky;
  top: 11.8125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 6.125rem;
}
.layout__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4.5rem auto;
  }
  .layout.inner {
    padding: 0;
  }
  .layout__sidebar {
    width: 100%;
    position: relative;
    top: auto;
    margin-right: 0;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .layout__content {
    overflow-y: auto;
  }
}
/* アコーディオン */
.accordion {
  margin-top: 5rem;
}
.accordion__item {
  margin-bottom: 2rem;
}
.accordion__item-title {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1rem;
}
.accordion__header {
  padding: 1rem 1.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f2f2f2;
  font-weight: 400;
}
.accordion__header:hover {
  background-color: #dddcdc;
}
.accordion__header:hover span {
  font-weight: 700;
}
.accordion__header span {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #272727;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.accordion__header--active .accordion__icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion__header--active .accordion__icon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion__icon::before, .accordion__icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 0.5px;
  background: #272727;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion__icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.accordion__content--active {
  max-height: 300px;
  overflow-y: auto;
  border-bottom: 0.5px solid #272727;
}
.accordion__content--active .accordion__list {
  overflow-y: auto;
}
.accordion__list {
  padding-top: 0.75rem;
}
.accordion__list-item {
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #272727;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion__list-item:hover {
  background-color: #272727;
  color: #ffffff;
}
.accordion__list-item--active {
  background-color: #272727;
  color: #ffffff;
}

@media (max-width: 768px) {
  .accordion {
    margin-top: 0;
  }
}
/* タブメニュー */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.5px solid #272727;
}
.tabs__item {
  padding: 1.5rem 2.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
}
.tabs__item:hover {
  background-color: #f5f5f5;
}
.tabs__item--active {
  position: relative;
  color: #333;
}
.tabs__item--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background-color: #272727;
  width: 100%;
  height: 4px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .tabs__item {
    font-size: 1rem;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
/* コンテンツ */
.content__section {
  display: none;
  -webkit-animation: fadeIn 0.3s ease-in;
          animation: fadeIn 0.3s ease-in;
}
.content__section--active {
  display: block;
}
.content__header {
  padding: 4.5rem 0;
}
.content__description {
  color: #272727;
  line-height: 1.8;
}
.content__container .header__submenu-title.menu__title {
  margin: 0 0 1.5rem 0;
}
.content__category {
  margin-bottom: 2.5rem;
  display: block;
}
.content__category-title {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.8;
  background-color: #f2f2f2;
  padding: 1.40625rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__category-inner .price-table {
  margin-bottom: 0;
}
.content__category-inner .price-table:last-child {
  margin-bottom: 2.5rem;
}
.content__category-link {
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__category-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .content__section {
    padding: 0 1rem;
  }
  .content__header {
    padding: 3.5rem 0;
  }
  .content__container .header__submenu-title.menu__title {
    margin: 0 0 2rem 0;
  }
  .content__category-title {
    padding: 1.4375rem 1rem;
    font-size: 0.875rem;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 価格表 */
.price-table {
  width: 100%;
  margin-bottom: 2.5rem;
}
.price-table__row {
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-table__row.w-wide .price-table__label,
.price-table__row.w-wide .price-table__inner {
  width: 54%;
}
.price-table__row.w-wide .price-table__inner {
  max-width: none;
}
.price-table__label {
  padding: 1.4375rem 1.5rem;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 22.5rem;
  width: 100%;
}
.price-table__label.font-price {
  color: #ff17f3;
}
.price-table__label span {
  font-size: 0.75rem;
}
.price-table__inner {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 13.25rem;
  width: 100%;
  position: relative;
  border-left: 1px solid #f2f2f2;
  height: 4.1875rem;
}
.price-table__inner.counseling {
  max-width: none;
  width: 54%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.price-table__value {
  font-weight: 300;
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
}
.price-table__price {
  font-size: 0.875rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.price-table__price span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .price-table__label {
    width: 9.875rem;
    padding: 0.90625rem 0.5rem;
    font-size: 0.75rem;
  }
  .price-table__inner {
    width: 6.25rem;
    padding: 0.84375rem 0 0.84375rem 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75rem;
  }
}
.price-table__note {
  position: absolute;
  height: 0.5px;
  width: 1rem;
  background-color: #272727;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.priceTable .content__container .header__submenu-title.menu__title {
  margin: 0 0 1.5rem 0;
  padding-left: 1.75rem;
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 1.8;
  font-weight: 400;
  color: #272727;
  font-family: "Shippori Mincho", serif;
}
.priceTable .content__container .header__submenu-title.menu__title::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  top: 0.25rem;
  background-image: url(../img/common/plume-clinic-header-submenu-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.priceTable .content__container .header__submenu-title {
  border-bottom: none;
}

.pickUp__inner {
  padding-top: 8.125rem;
  max-width: 59.75rem;
  width: 100%;
  margin: 0 auto;
}
.pickUp__img {
  margin-top: 3.25rem;
}
.pickUp__img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pickUp__img img:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .pickUp__inner {
    padding-top: 4.5rem;
  }
  .pickUp__img {
    margin-top: 2.25rem;
  }
}
.about__feature-text {
  text-align: center;
  margin-top: 4.5rem;
  line-height: 1.8;
}
.about__feature-nav {
  margin-top: 6rem;
}
.about__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__feature-item {
  position: relative;
  width: 20rem;
}
.about__feature-item img {
  width: 20rem;
  height: 16rem;
}
.about__feature-item::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.6875rem;
  height: 3.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.about__feature-item:nth-child(1)::before {
  background-image: url(../img/about/plume-clinic-about-our-features-number-01.webp);
  width: 4rem;
}
.about__feature-item:nth-child(2)::before {
  background-image: url(../img/about/plume-clinic-about-our-features-number-02.webp);
  width: 5.25rem;
}
.about__feature-item:nth-child(3)::before {
  background-image: url(../img/about/plume-clinic-about-our-features-number-03.webp);
  width: 5.125rem;
}
.about__feature-content {
  padding: 2rem 0.4375rem;
  text-align: center;
  background-color: #fff;
}
.about__feature-content p {
  margin-top: 2rem;
  line-height: 1.8;
}
.about__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  width: 23rem;
  margin: 4.5rem auto 1rem auto;
  letter-spacing: 0.08em;
  font-family: "Nunito Sans", sans-serif;
  color: #666;
}
.about__tab {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.about__slider {
  background-image: url(../img/about/plume-clinic-about-info-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  /* スライドアイテム */
  /* ポジションクラス */
}
.about__slider .carousel-container {
  position: relative;
  width: 100%;
  height: 28.5rem;
  overflow: hidden;
}
.about__slider .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}
.about__slider .slide {
  position: absolute;
  width: 13.75rem;
  height: 17rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.about__slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__slider .slide-caption {
  position: absolute;
  bottom: -4rem;
  color: #ccc;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 300;
  white-space: nowrap;
}
.about__slider .slide.center {
  z-index: 3;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
  width: 23rem;
  height: 28.5rem;
}
.about__slider .slide.center .slide-caption {
  opacity: 1;
  color: #fff;
  bottom: 2rem;
}
.about__slider .slide.left {
  z-index: 2;
  -webkit-transform: translateX(-160%) scale(1);
          transform: translateX(-160%) scale(1);
  opacity: 0.7;
}
.about__slider .slide.right {
  z-index: 2;
  -webkit-transform: translateX(160%) scale(1);
          transform: translateX(160%) scale(1);
  opacity: 0.7;
}
.about__slider .slide.far-left {
  z-index: 1;
  -webkit-transform: translateX(-300%) scale(1);
          transform: translateX(-300%) scale(1);
  opacity: 0.3;
}
.about__slider .slide.far-right {
  z-index: 1;
  -webkit-transform: translateX(300%) scale(1);
          transform: translateX(300%) scale(1);
  opacity: 0.3;
}
.about__slider .slide.hidden {
  opacity: 0;
  -webkit-transform: translateX(-200%) scale(0);
          transform: translateX(-200%) scale(0);
}
.about__info {
  padding-top: 6rem;
}
.about__info-list {
  max-width: 38.25rem;
  width: 100%;
  margin: 0 auto;
}
.about__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem;
  border-bottom: 0.5px solid #ccc;
}
.about__info-item:first-child {
  border-top: 0.5px solid #ccc;
}
.about__info-title {
  width: 10rem;
  font-weight: 400;
  line-height: 1.6;
}
.about__info-description {
  font-weight: 300;
  line-height: 1.6;
}
.about__info-description span {
  font-weight: 200;
  font-family: "Nunito Sans", sans-serif;
}
.about-page .schedule {
  background-image: none;
}

@media (max-width: 768px) {
  .about__feature {
    margin-top: 4.5rem;
    margin-bottom: 4.1875rem;
  }
  .about__feature-text {
    margin-top: 3.5rem;
  }
  .about__feature-nav {
    margin-top: 5.28125rem;
  }
  .about__feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.803125rem;
    padding: 0 1.1875rem;
  }
  .about__feature-item {
    height: 100%;
    width: 100%;
  }
  .about__feature-item img {
    width: 100%;
    height: 15rem;
  }
  .about__feature-content {
    padding: 2rem 1.25rem;
  }
  .about__slider {
    background-image: url(../img/about/plume-clinic-about-info-sp-bg.webp);
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }
  .about__slider .carousel-container {
    height: 18.5rem;
  }
  .about__slider .slide {
    width: 11rem;
    height: 13.5625rem;
  }
  .about__slider .slide.center {
    width: 15rem;
    height: 18.5rem;
  }
  .about__slider .slide.center .slide-caption {
    bottom: 1rem;
  }
  .about__slider .slide.left {
    z-index: 2;
    -webkit-transform: translateX(-130%) scale(1);
            transform: translateX(-130%) scale(1);
    opacity: 0.7;
  }
  .about__slider .slide.right {
    z-index: 2;
    -webkit-transform: translateX(130%) scale(1);
            transform: translateX(130%) scale(1);
    opacity: 0.7;
  }
  .about__slider .slide.far-left {
    z-index: 1;
    -webkit-transform: translateX(-270%) scale(1);
            transform: translateX(-270%) scale(1);
    opacity: 0.3;
  }
  .about__slider .slide.far-right {
    z-index: 1;
    -webkit-transform: translateX(270%) scale(1);
            transform: translateX(270%) scale(1);
    opacity: 0.3;
  }
  .about__slider .slide-caption {
    bottom: -2rem;
    font-size: 0.625rem;
  }
  .about__tabs {
    font-size: 0.625rem;
    font-weight: 300;
    margin: 3.5rem auto 1rem auto;
    width: 15rem;
  }
  .about__info {
    padding: 4.5rem 1rem 0;
  }
  .about__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.doctor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8.125rem 0;
}
.doctor__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.doctor__name-ja {
  white-space: nowrap;
}
.doctor__name img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.doctor__name img:hover {
  opacity: 0.7;
}
.doctor__image-wrapper .doctor__image {
  width: 23rem;
  height: 32.5rem;
}
.doctor__info {
  width: 100%;
}
.doctor__section {
  margin-top: 2rem;
}
.doctor__section-title {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
.doctor__section-title.menu__title {
  margin-bottom: 1rem;
}
.doctor__history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
.doctor__history-item:last-child {
  margin-bottom: 0;
}
.doctor__history-year {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
}
.doctor__history-year span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
}
.doctor__message-text {
  margin-bottom: 1.25rem;
  line-height: 1.8;
}
.doctor__message-text:last-child {
  margin-bottom: 0;
}
.doctor__philosophy-container {
  margin-top: 4.5rem;
  margin-bottom: 8rem;
}
.doctor__philosophy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.doctor__philosophy-item {
  background-image: url(../img/doctor/plume-clinic-doctor-philosophy-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 21rem;
  height: 37.5625rem;
  text-align: center;
}
.doctor__philosophy-item:first-child .doctor__philosophy-number {
  width: 4rem;
}
.doctor__philosophy-item:nth-child(2) .doctor__philosophy-number {
  width: 5.25rem;
}
.doctor__philosophy-item:last-child .doctor__philosophy-number {
  width: 5.125rem;
}
.doctor__philosophy-number {
  margin-top: 3.5rem;
  height: 3.375rem;
}
.doctor__philosophy-title {
  margin-top: 2rem;
}
.doctor__philosophy-image {
  margin-top: 2rem;
  width: 17.5rem;
  height: 11rem;
}
.doctor__philosophy-text {
  margin-top: 2rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .doctor__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.5rem 0;
    gap: 3.5rem;
  }
  .doctor__image-wrapper .doctor__image {
    width: 22.375rem;
    height: 31.5rem;
  }
  .doctor__name {
    line-height: 1.8;
  }
  .doctor__section {
    margin-top: 3.5rem;
  }
  .doctor__history-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    margin-bottom: 1.5rem;
  }
  .doctor__philosophy-container {
    margin-top: 3.5rem;
    margin-bottom: 4.5rem;
  }
  .doctor__philosophy-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  .doctor__philosophy-item {
    width: 22.375rem;
    height: 34.09375rem;
    background-image: url(../img/doctor/plume-clinic-doctor-philosophy-sp-bg.webp);
  }
  .doctor__philosophy-item:first-child .doctor__philosophy-number {
    width: 2.5rem;
  }
  .doctor__philosophy-item:nth-child(2) .doctor__philosophy-number {
    width: 3.375rem;
  }
  .doctor__philosophy-item:last-child .doctor__philosophy-number {
    width: 3.3125rem;
  }
  .doctor__philosophy-number {
    height: 2.5rem;
    margin-top: 2.5rem;
  }
}
.guide__content {
  margin-top: 8rem;
  text-align: center;
}
.guide__content-text {
  margin-top: 3rem;
  line-height: 1.8;
}
.guide__flow-container {
  max-width: 59.75rem;
  width: 100%;
  margin: 8rem auto;
  text-align: center;
}
.guide__flow-container h2 {
  margin-bottom: 3rem;
}
.guide__flow-step {
  background-color: #f2f2f2;
  padding: 2rem 0;
  position: relative;
}
.guide__flow-step h3 {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1.5rem;
}
.guide__flow-step p {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #272727;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
}
.guide__flow-step--inner {
  padding: 2rem 2rem 0;
}
.guide__arrow-down {
  margin: 0.5rem auto;
  background-color: #fbfbfb;
}
.guide__arrow-down img {
  width: 1.5rem;
  height: 1.5rem;
}
.guide__arrow-inner {
  margin: 0 auto;
  padding: 0.5rem 0;
}
.guide__arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guide__branch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  position: relative;
}
.guide__branch-step {
  background-color: #f2f2f2;
  padding: 2rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.guide__branch-step h3 {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1.5rem;
}
.guide__branch-description {
  line-height: 1.8;
}
.guide__branch-description span {
  font-size: 0.75rem;
}
.guide__list-container {
  background-color: #fbfbfb;
  padding: 0.6875rem 1rem;
  margin: 1.5rem;
}
.guide__list-items {
  text-align: left;
}
.guide__list-item {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #272727;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 1rem;
  position: relative;
}
.guide__list-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.guide__list-note {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #272727;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  position: relative;
}
.guide__access {
  text-align: center;
}
.guide__access-inner {
  width: 47.5rem;
  height: 26.6875rem;
  background-color: #e6e6e6;
  margin: 3rem auto 8rem;
}
.guide__access-inner iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .guide__content {
    margin-top: 4.5rem;
    padding: 0 1rem;
    text-align: left;
  }
  .guide__content-title {
    line-height: 1.8;
  }
  .guide__flow-container {
    margin: 4.5rem auto;
    padding: 0 1rem;
  }
  .guide__flow-step {
    padding: 1.5rem 0;
  }
  .guide__flow-step h3 {
    font-size: 0.875rem;
  }
  .guide__flow-step p {
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .guide__flow-step--inner {
    padding: 1.5rem 1rem 0;
  }
  .guide__branch-step {
    padding: 1.5rem 0;
  }
  .guide__branch-step h3 {
    font-size: 0.875rem;
  }
  .guide__branch-description {
    font-size: 0.75rem;
    line-height: 1.6;
    padding: 0 0.5rem;
  }
  .guide__branch-description span {
    font-size: 0.625rem;
    display: block;
    padding-top: 0.5rem;
  }
  .guide__branch-container {
    gap: 1rem;
  }
  .guide__list-container {
    margin: 1.5rem 0.5rem;
    padding: 1rem 0.5rem;
  }
  .guide__access-inner {
    width: 22.3438rem;
    height: 12.5626rem;
    margin: 3rem auto 4.5rem;
  }
}
.menuContents__container {
  max-width: 956px;
  margin: 0 auto;
  padding: 8rem 0;
}
.menuContents__main-title {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  border-bottom: 0.5px solid #cccccc;
}
.menuContents__date {
  color: #666;
  padding-left: 1rem;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}
.menuContents__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ccc;
  border-radius: 50%;
}
.menuContents__toc {
  background-color: #fbfbfb;
  padding: 2rem 2.5rem;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.menuContents__toc-item {
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.menuContents__toc-item:hover {
  opacity: 0.7;
}
.menuContents__toc-item:last-child {
  margin-bottom: 0;
}
.menuContents__toc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgb(230, 230, 230);
}
.menuContents__toc-item::after {
  width: calc(100% - 1rem);
  height: 1px;
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 0;
  background-color: #272727;
}
.menuContents__section {
  margin-bottom: 6rem;
}
.menuContents__section .btn__link {
  margin-top: 0;
}
.menuContents__section:last-child {
  margin-bottom: 0;
}
.menuContents__section-title {
  margin-bottom: 2.5625rem;
}
.menuContents__section-title.menu__title::before {
  width: 1rem;
  height: 1rem;
}
.menuContents__subsection-title {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.menuContents__subsection-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #e6e6e6;
}
.menuContents__text {
  margin-bottom: 3.5rem;
  line-height: 1.8;
}
.menuContents__feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.menuContents__feature-img {
  width: 23rem;
  height: 15rem;
  background-color: #e6e6e6;
}
.menuContents__feature-text {
  line-height: 1.8;
}
.menuContents__checklist {
  padding: 2rem 2.5rem;
  border: 0.5px solid #cccccc;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2rem;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.menuContents__checklist-item {
  position: relative;
  padding-left: 1rem;
  letter-spacing: 0.04em;
}
.menuContents__checklist-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #e6e6e6;
}
.menuContents__risk-box {
  padding: 2rem 2.5rem;
  background-color: #f2f2f2;
}
.menuContents__risk-box li {
  position: relative;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.menuContents__risk-box li.font-bold {
  padding-left: 0;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0.5px solid #272727;
}
.menuContents__risk-box li.font-bold::before {
  content: none;
}
.menuContents__risk-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
}
.menuContents__risk-box li:last-child {
  margin-bottom: 0;
}
.menuContents__qa-item {
  border-bottom: 0.5px solid #ccc;
}
.menuContents__qa-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.menuContents__qa-text {
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menuContents__qa-q {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.125rem;
  font-family: "Nanum Myeongjo", serif;
  border: 1px solid #272727;
  margin-right: 1rem;
}
.menuContents__qa-toggle {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menuContents__qa-toggle::before, .menuContents__qa-toggle::after {
  position: absolute;
  background-color: #272727;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
}
.menuContents__qa-toggle::before {
  width: 100%;
  height: 1px;
}
.menuContents__qa-toggle::after {
  width: 1px;
  height: 100%;
}
.menuContents__qa-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menuContents__qa-item.is-open .menuContents__qa-toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menuContents__qa-item.is-open .menuContents__qa-answer {
  display: block;
}
.menuContents__qa-answer {
  display: none;
  padding: 1rem 0;
  line-height: 1.8;
}
.menuContents__price-text {
  margin-bottom: 3.5rem;
}

@media (max-width: 1200px) {
  .menuContents-page {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .menuContents__container {
    padding: 3rem 0 4.5rem;
  }
  .menuContents__text {
    margin-bottom: 3rem;
  }
  .menuContents__text:last-child {
    margin-bottom: 0;
  }
  .menuContents__main-title {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .menuContents__toc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem;
    gap: 2rem;
    margin-bottom: 4.5rem;
  }
  .menuContents__toc-item {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
  }
  .menuContents__section-title {
    margin-bottom: 2.5rem;
  }
  .menuContents__feature-img {
    width: 100%;
  }
  .menuContents__feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  .menuContents__section {
    margin-bottom: 4.5rem;
  }
  .menuContents__checklist {
    padding: 1.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.875rem;
    gap: 2rem;
    line-height: 1.8;
  }
  .menuContents__risk-box {
    padding: 1.5rem 1rem;
  }
  .menuContents__risk-box ul li {
    letter-spacing: 0.04em;
    line-height: 1.8;
    font-size: 0.875rem;
  }
  .menuContents__qa-text {
    line-height: 1.8;
  }
  .menuContents__qa-question {
    padding-right: 3.3125rem;
    padding-left: 1rem;
  }
  .menuContents__qa-toggle {
    right: 1rem;
  }
  .menuContents__qa-answer {
    padding: 1rem;
  }
  .menuContents__price-text {
    line-height: 1.8;
  }
}
.campaign .price-table__row.w-wide .price-table__label,
.campaign .price-table__row.w-wide .price-table__inner {
  width: 50%;
}
.campaign .price-table__label {
  max-width: none;
}
.campaign__container {
  max-width: 59.75rem;
  margin: 0 auto;
  padding: 8rem 0;
}
.campaign__container .cta__button {
  padding-top: 3.5rem;
}
.campaign__title {
  margin-bottom: 2rem;
}
.campaign__date {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.5px solid #ccc;
}
.campaign__date-inner {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
}
.campaign__date-title {
  background-color: #666;
  border: 0.5px solid #666;
  padding: 0.65625rem 1rem;
  border-radius: 2rem;
  color: #fff;
  position: relative;
  z-index: 6;
}
.campaign__date-time {
  padding: 0.65625rem 1rem 0.65625rem 4rem;
  position: relative;
  left: -48px;
  border: 0.5px solid #272727;
  border-radius: 2rem;
  top: 0;
  z-index: 2;
}
.campaign__date-time span {
  font-family: "Nunito Sans", sans-serif;
}
.campaign__text {
  margin-bottom: 4.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .campaign .price-table__row.w-wide .price-table__label {
    width: 72%;
  }
  .campaign .price-table__row.w-wide .price-table__inner {
    width: 28%;
  }
  .campaign .price-table__label {
    max-width: none;
  }
  .campaign .price-table__value {
    display: none;
  }
  .campaign__container {
    padding: 4.5rem 1rem;
  }
  .campaign__container .cta__button {
    padding-top: 2rem;
  }
  .campaign__title {
    margin-bottom: 2.1875rem;
  }
  .campaign__date {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .campaign__date-inner {
    font-size: 0.875rem;
  }
  .campaign__date-time {
    top: -1rem;
    white-space: nowrap;
    left: 6.5rem;
  }
}
.post img {
  max-width: 580px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}