@charset "UTF-8";
/*
 * 関数定義用ファイル
 */
@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=League+Gothic:wdth@75..100&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

b,
strong,
th {
  font-weight: inherit;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

:root {
  --color-black: #4B4B4B;
  --color-pink: #F2479F;
  --color-pink2: #FF96C8;
  --color-blue: #47C4F2;
  --color-green: #94CB3C;
  --font-family-common: "Zen Maru Gothic", serif;
  --font-family-en: "League Gothic", sans-serif;
  --font-family-ABeeZee: "ABeeZee", sans-serif;
  --font-family-case: "Cormorant Infant", serif;
  --duration: .3s;
  --nav-duration: .5s;
  --vw: 1vw;
  --leading-trim: calc((1em - 1lh) / 2);
}

/*
 * 流体タイポ計算用 関数
 *
 * @use parts/_fonts.scssファイルを参照
 */
/*
 * 逆流体タイポ計算用 関数
 * PCでは小さく、スマホでは大きく表示する場合に使用
 */
/*
 * メディアクエリ用mixin
 */
body {
  background-color: #fff;
  font-family: var(--font-family-common);
  color: var(--color-black);
  font-size: clamp(1rem, 0.2209944751vw + 0.9482044199rem, 1.125rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  display: inline-block;
  transition: opacity var(--duration);
}
@media (768px <= width) {
  a:hover {
    opacity: 0.7;
  }
}

button {
  transition: opacity var(--duration);
}
@media (768px <= width) {
  button:hover {
    opacity: 0.7;
  }
}

.c-relative {
  position: relative;
}

.c-hidden {
  overflow: hidden;
}

/* ===============================================
#テキスト
=============================================== */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.fs-18-20 {
  font-size: clamp(1.125rem, 0.2209944751vw + 1.0732044199rem, 1.25rem) !important;
}

.fs-20-24 {
  font-size: clamp(1.25rem, 0.4419889503vw + 1.1464088398rem, 1.5rem) !important;
}

.fs-24-30 {
  font-size: clamp(1.5rem, 0.6629834254vw + 1.3446132597rem, 1.875rem) !important;
}

/* ===============================================
#見出し
=============================================== */
.c-heading__h2 {
  font-size: clamp(1.875rem, 0.6629834254vw + 1.7196132597rem, 2.25rem);
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  padding-left: clamp(2.5rem, 0.5524861878vw + 2.3705110497rem, 2.8125rem);
}
@media (768px <= width) {
  .c-heading__h2 {
    padding-inline: clamp(2.5rem, 0.5524861878vw + 2.3705110497rem, 2.8125rem);
  }
}
.c-heading__h2.color-pink {
  color: var(--color-pink);
}
.c-heading__h2::before, .c-heading__h2::after {
  content: "";
  background: transparent url(./../image/heading-object.avif) no-repeat center center/contain;
  width: clamp(2.0625rem, 0.2209944751vw + 2.0107044199rem, 2.1875rem);
  height: clamp(2.0625rem, 0.2209944751vw + 2.0107044199rem, 2.1875rem);
  position: absolute;
  top: clamp(0.4375rem, 0.3314917127vw + 0.3598066298rem, 0.625rem);
}
.c-heading__h2::before {
  left: 0;
}
@media (width <= 767px) {
  .c-heading__h2::after {
    content: "";
    position: absolute;
    background-image: none;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(2.375rem, 1.3259668508vw + 2.0642265193rem, 3.125rem);
    height: clamp(0.125rem, 0.1104972376vw + 0.0991022099rem, 0.1875rem);
    background-color: var(--color-pink);
  }
}
@media (768px <= width) {
  .c-heading__h2::after {
    right: 0;
  }
}
.c-heading__h2 span {
  position: relative;
  padding-bottom: 12px;
}
@media (768px <= width) {
  .c-heading__h2 span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(2.375rem, 1.3259668508vw + 2.0642265193rem, 3.125rem);
    height: clamp(0.125rem, 0.1104972376vw + 0.0991022099rem, 0.1875rem);
    background-color: var(--color-pink);
  }
}

/* ===============================================
#inner
=============================================== */
.c-inner {
  width: 90%;
  margin-inline: auto;
}
.c-inner.w-100 {
  width: 100%;
}

.max-1200 {
  max-width: 1200px;
}

.max-1100 {
  max-width: 1100px;
}

.max-1000 {
  max-width: 1000px;
}

.max-930 {
  max-width: 930px;
}

.max-860 {
  max-width: 860px;
}

/* ===============================================
#余白
=============================================== */
.c-sec-pd {
  padding-block: clamp(2.5rem, 4.4198895028vw + 1.4640883978rem, 5rem);
}

.c-sec-object::before, .c-sec-object::after {
  content: "";
  display: block;
  padding-block: clamp(3.125rem, 0.5524861878vw + 2.9955110497rem, 3.4375rem);
  width: 100%;
  background: transparent url(./../image/sec-object.avif) no-repeat center center/auto 33px;
}
@media (768px <= width) {
  .c-sec-object::before, .c-sec-object::after {
    background: transparent url(./../image/sec-object.avif) no-repeat center center/100%;
  }
}

@media (width <= 1023px) {
  .c-header-mt {
    margin-top: var(--header-height);
  }
}

.c-pt-40-80 {
  padding-top: clamp(2.5rem, 4.4198895028vw + 1.4640883978rem, 5rem);
}

.c-flex-col {
  display: flex;
  flex-direction: column;
}
.c-flex-col.gap-40-100 {
  gap: clamp(2.5rem, 6.6298342541vw + 0.9461325967rem, 6.25rem);
}
.c-flex-col.gap-50-60 {
  gap: clamp(3.125rem, 1.1049723757vw + 2.8660220994rem, 3.75rem);
}
.c-flex-col.gap-40-60 {
  gap: clamp(2.5rem, 2.2099447514vw + 1.9820441989rem, 3.75rem);
}
.c-flex-col.gap-30-60 {
  gap: clamp(1.875rem, 3.3149171271vw + 1.0980662983rem, 3.75rem);
}
.c-flex-col.gap-30-50 {
  gap: clamp(1.875rem, 2.2099447514vw + 1.3570441989rem, 3.125rem);
}
.c-flex-col.gap-30-40 {
  gap: clamp(1.875rem, 1.1049723757vw + 1.6160220994rem, 2.5rem);
}
.c-flex-col.gap-10-40 {
  gap: clamp(0.625rem, 3.3149171271vw + -0.1519337017rem, 2.5rem);
}
.c-flex-col.gap-20-30 {
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
}
.c-flex-col.gap-10-20 {
  gap: clamp(0.625rem, 1.1049723757vw + 0.3660220994rem, 1.25rem);
}
.c-flex-col.gap-10 {
  gap: 10px;
}
.c-flex-col.gap-lh {
  gap: 1lh;
}

@media (width <= 767px) {
  .c-pb-130-sp {
    padding-bottom: 130px;
  }
}

/* ===============================================
#デバイス非表示
=============================================== */
@media (768px <= width) {
  .c-sp {
    display: none !important;
  }
}

@media (1024px <= width) {
  .c-tb_sp {
    display: none !important;
  }
}

@media (width <= 767px) {
  .c-pc_tb {
    display: none !important;
  }
}

@media (width <= 1023px) {
  .c-pc {
    display: none !important;
  }
}

/* ===============================================
#共通ボタン
=============================================== */
.c-btn__simple {
  padding: 10px clamp(1.875rem, 2.2099447514vw + 1.3570441989rem, 3.125rem);
  border-radius: 50vw;
  background: var(--color-pink);
  box-shadow: 2px 4px 0px 0px var(--color-pink2);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  transition: box-shadow var(--duration), transform var(--duration);
}
@media (768px <= width) {
  .c-btn__simple:hover {
    box-shadow: 0 0 0 0 var(--color-pink2);
    transform: translate(2px, 4px);
  }
}

.c-btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.125rem, 0.3314917127vw + 1.0473066298rem, 1.3125rem);
  color: #fff;
  border-radius: 50vw;
  font-weight: 700;
  font-size: clamp(1.625rem, 1.1049723757vw + 1.3660220994rem, 2.25rem);
  line-height: 1.2;
  letter-spacing: 0.023em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: var(--color-orange);
  padding: clamp(1.25rem, 0.9944751381vw + 1.0169198895rem, 1.8125rem) clamp(2.125rem, 1.7679558011vw + 1.7106353591rem, 3.125rem);
  font-style: normal;
  font-weight: 700;
}
.c-btn__arrow::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50vw;
  border: 0.0625rem solid #d1700e;
}
.c-btn__arrow .c-btn__arrow-icon {
  width: clamp(1.5625rem, 1.1049723757vw + 1.3035220994rem, 2.1875rem);
  height: clamp(1.5625rem, 1.1049723757vw + 1.3035220994rem, 2.1875rem);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.c-btn__arrow .c-btn__arrow-icon::before {
  content: "";
  width: clamp(0.5rem, 0.2209944751vw + 0.4482044199rem, 0.625rem);
  height: clamp(0.625rem, 0.2209944751vw + 0.5732044199rem, 0.75rem);
  background-color: var(--color-orange);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
  margin-left: clamp(0.125rem, 0.1104972376vw + 0.0991022099rem, 0.1875rem);
}

.c-btn__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--color-pink);
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  white-space: nowrap;
}
.c-btn__tel::before {
  content: "";
  margin-top: 6px;
  background: transparent url(./../image/icon-tel.svg) no-repeat center center/contain;
  width: 35px;
  height: 35px;
}

/* ===============================================
#共通背景
=============================================== */
.c-bg__pink {
  background-color: rgba(255, 150, 200, 0.1);
}

.c-bg__beige {
  background: rgba(255, 243, 226, 0.3);
}

.c-bg__stripe {
  background: repeating-linear-gradient(135deg, #fff, #fff 10px, rgb(255, 250, 230) 10px, rgb(255, 250, 230) 20px);
}

.c-bg__pattern {
  background: transparent url(./../image/bg-pattern_1.avif) no-repeat center center/cover;
}

.c-bg__case {
  background: transparent url(./../image/case-bg_1.avif) no-repeat center center/cover;
}

.c-bg__case2 {
  background-image: linear-gradient(175deg, rgba(255, 238, 244, 0.5) 1.84%, rgba(255, 255, 255, 0.5) 98.16%);
  position: relative;
}
.c-bg__case2 .c-bg__case2-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(./../image/case-bg_2.png) repeat center center/contain;
  z-index: 1;
}
.c-bg__case2 .c-inner {
  position: relative;
  z-index: 2;
}

.c-bg__case3 {
  background: transparent url(./../image/aesthetic-bg_3.avif) no-repeat center center/cover;
}

.c-bg__case4 {
  background: transparent url(./../image/case-bg_3.avif) no-repeat center center/cover;
}

/* ===============================================
#共通CTA
=============================================== */
.c-cta__content {
  background: #fff url(./../image/sp/cta-bg_1.avif) no-repeat center center/97%;
  border: clamp(0.1875rem, 0.3314917127vw + 0.1098066298rem, 0.375rem) solid var(--color-pink2);
  padding: clamp(2.5rem, 1.1049723757vw + 2.2410220994rem, 3.125rem) 20px clamp(0.3125rem, 4.9723756906vw + -0.8529005525rem, 3.125rem) clamp(1.25rem, 6.6298342541vw + -0.3038674033rem, 5rem);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (768px <= width) {
  .c-cta__content {
    background: #fff url(./../image/cta-bg_1.avif) no-repeat center center/97%;
    align-items: flex-end;
    flex-direction: row;
  }
}

.c-cta__text-box {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
}
@media (768px <= width) {
  .c-cta__text-box {
    width: calc(62% - 20px);
  }
}
.c-cta__text-box b {
  color: var(--color-pink);
  font-weight: 700;
}

.c-cta__img {
  width: 80%;
}
@media (768px <= width) {
  .c-cta__img {
    width: 38%;
  }
}

.c-cta__heading {
  color: var(--color-pink);
  font-size: clamp(1.75rem, 1.546961326vw + 1.3874309392rem, 2.625rem);
  text-align: center;
}
@media (768px <= width) {
  .c-cta__heading {
    text-align: left;
  }
}

.c-cta__text {
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 1lh;
}

.c-cta__small-text {
  font-size: clamp(0.625rem, 0.2209944751vw + 0.5732044199rem, 0.75rem);
  line-height: 2.5;
}

/* ===============================================
#SP固定ボタン
=============================================== */
.c-sp-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 100;
  display: flex;
}
@media (768px <= width) {
  .c-sp-fixed {
    display: none;
  }
}

.c-sp-fixed__web {
  width: 50%;
  background-color: var(--color-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
}

.c-sp-fixed__tel {
  width: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--color-pink);
}

.c-sp-fixed__icon {
  width: 32px;
}

.c-sp-fixed__web-text-head {
  font-size: 12px;
}

.c-sp-fixed__web-text-bottom {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.c-sp-fixed__tel-text-head {
  font-size: 10px;
}

.c-sp-fixed__tel-text-bottom {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}

/* ===============================================
#ヘッダー
=============================================== */
.header {
  padding-bottom: clamp(0.75rem, 0.9944751381vw + 0.5169198895rem, 1.3125rem);
}
@media (width <= 1023px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 12px;
  }
}
@media (width <= 1340px) and (1024px <= width) {
  .header {
    zoom: 0.78;
  }
}

@media (width <= 1023px) {
  .header__inner {
    width: 100%;
    flex: 1;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (1024px <= width) {
  .header__container {
    align-items: flex-end;
  }
}

@media (1024px <= width) {
  .header__left-box {
    display: flex;
    align-items: center;
    gap: 28px;
  }
}

.header__logo-link {
  max-width: clamp(7rem, 14.1436464088vw + 3.6850828729rem, 15rem);
}

.header__access-text {
  display: none;
}
@media (1024px <= width) {
  .header__access-text {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}

.header__access-text-top {
  color: #4b4b4b;
  font-size: 0.875rem;
  line-height: 1.28;
  padding-left: 2px;
}

.header__access-text-bottom {
  border-top: 1px solid var(--color-pink);
  border-bottom: 1px solid var(--color-pink);
  padding: 3px 2px;
  color: var(--color-pink);
  font-size: 0.75rem;
  font-weight: 700;
}

.header__center-box {
  display: none;
}
@media (1024px <= width) {
  .header__center-box {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
}

.header__schedule-box {
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  gap: 11px;
}

.header__schedule-title {
  width: 72px;
  text-align: center;
  background-color: var(--color-pink);
  border-radius: 50vw;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  padding: 1px;
}

.header__schedule-right {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 2px;
}

.header__schedule-day {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--color-pink);
  font-size: 0.75rem;
  line-height: 1.33;
}

.header__schedule-time {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 0.875rem;
  line-height: 1.14;
}

.header__schedule-week {
  font-size: 0.75rem;
  line-height: 1.33;
}

.header__schedule-notice {
  background: rgba(255, 150, 200, 0.2);
  border-bottom: 1px solid var(--color-pink);
  color: var(--color-pink);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.33;
  padding-inline: 2px;
}

.header__btn-box {
  display: none;
}
@media (1024px <= width) {
  .header__btn-box {
    display: flex;
    height: 87px;
  }
}

.header__contact-btn {
  display: none;
}
@media (1024px <= width) {
  .header__contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 9px;
    color: #fff;
    white-space: nowrap;
    background-color: var(--color-pink);
    border-radius: 0px 0px 0px 15px;
    border: 2px solid var(--color-pink);
    padding-left: 17px;
    padding-right: 12px;
  }
}

.header__icon {
  width: 32px;
}

.header__contact-text-box {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.header__contact-top-text {
  font-size: 0.75rem;
}

.header__contact-bottom-text {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: -4px;
}
.header__contact-bottom-text small {
  font-size: 1.375rem;
}

.header__tel-btn {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 8px;
  color: var(--color-pink);
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid var(--color-pink);
  border-radius: 0px 0px 15px 0px;
  padding-left: 18px;
  padding-right: 16px;
}

.header__tel-text-box {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.header__tel-top-text {
  font-size: 0.75rem;
}

.header__tel-bottom-text {
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: -4px;
}

.header__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: clamp(3rem, 1.3259668508vw + 2.6892265193rem, 3.75rem);
  height: clamp(3rem, 1.3259668508vw + 2.6892265193rem, 3.75rem);
  background-color: var(--color-pink);
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.04);
}
.header__hamburger span {
  width: clamp(0.9375rem, 1.2154696133vw + 0.6526243094rem, 1.625rem);
  height: 1px;
  background: #fff;
}
@media (1024px <= width) {
  .header__hamburger {
    display: none;
  }
}

/* ===============================================
#nav
=============================================== */
.nav {
  top: 0;
  left: 0;
  z-index: 101;
  background-color: #fff;
}
@media (width <= 1023px) {
  .nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: calc(var(--vw) * 100);
    height: 100vh;
    overflow-y: scroll;
    transition: all var(--duration);
    padding: 60px 20px;
    margin: 0;
  }
  .nav.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (1024px <= width) {
  .nav {
    padding: 10px;
    margin: 23px 0;
    position: sticky;
  }
  .nav.page {
    margin: 0;
  }
}

.nav__lists {
  display: flex;
}
@media (width <= 1023px) {
  .nav__lists {
    flex-wrap: wrap;
    gap: 20px 10px;
  }
}
@media (1024px <= width) {
  .nav__lists {
    align-items: center;
    justify-content: center;
    gap: 70px;
  }
}
@media (1024px <= width) and (width <= 1200px) {
  .nav__lists {
    zoom: 0.8;
  }
}

.nav__list {
  position: relative;
}
@media (width <= 1023px) {
  .nav__list {
    width: calc(50% - 5px);
  }
  .nav__list.adult-nav {
    order: 10;
    width: 100%;
  }
  .nav__list.adult-nav .nav__ja {
    font-size: 20px;
    color: var(--color-pink);
  }
}
@media (1024px <= width) {
  .nav__list > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
  .nav__list:nth-of-type(n + 2)::before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    background-color: var(--color-pink2);
  }
}

.nav__ja {
  font-size: 16px;
}
@media (1024px <= width) {
  .nav__ja {
    color: var(--color-pink);
  }
}

.nav__en {
  display: none;
}
@media (1024px <= width) {
  .nav__en {
    display: block;
    color: var(--color-pink2);
    font-size: 0.625rem;
    letter-spacing: 0.2em;
  }
}

.nav__hamburger-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(3rem, 1.3259668508vw + 2.6892265193rem, 3.75rem);
  height: clamp(3rem, 1.3259668508vw + 2.6892265193rem, 3.75rem);
  background-color: var(--color-pink);
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.04);
}
.nav__hamburger-close span {
  width: 28px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  position: absolute;
}
.nav__hamburger-close span:nth-child(1) {
  rotate: 45deg;
}
.nav__hamburger-close span:nth-child(2) {
  rotate: -45deg;
}
@media (1024px <= width) {
  .nav__hamburger-close {
    display: none;
  }
}

@media (width <= 1023px) {
  .nav__sub-menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    margin-top: 10px;
  }
}
@media (1024px <= width) {
  .nav__sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    top: 100%;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 8px 11px 37px 0px rgba(0, 0, 0, 0.05);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
    transform: translate(-50%, -10px);
  }
  .nav__sub-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
  }
}

.nav__sub-menu-item > a {
  display: block;
  font-size: clamp(1rem, 0.4419889503vw + 0.8964088398rem, 1.25rem);
  line-height: 1.85;
  border-bottom: 1px dashed var(--color-pink2);
  text-indent: -1em;
  padding-left: 1em;
}
@media (1024px <= width) {
  .nav__sub-menu-item > a {
    white-space: nowrap;
  }
}
.nav__sub-menu-item > a::before {
  content: "・";
}

/* ===============================================
#フッター
=============================================== */
@media (width <= 767px) {
  .footer {
    padding-bottom: 100px;
  }
}

.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px 1em;
}
@media (1024px <= width) {
  .footer__container {
    flex-direction: row;
  }
}

.footer__text-box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-access__logo {
  max-width: clamp(10.5625rem, 2.7624309392vw + 9.9150552486rem, 12.125rem);
  margin-inline: auto;
}

.footer__access {
  font-size: clamp(0.875rem, 0.2209944751vw + 0.8232044199rem, 1rem);
}

.footer__menu-box {
  display: flex;
  font-size: 1rem;
  flex-direction: column;
}
@media (width <= 767px) {
  .footer__menu-box {
    gap: 30px;
  }
}
@media (768px <= width) {
  .footer__menu-box {
    flex-direction: row;
  }
}

.footer__main-menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5em;
}
@media (768px <= width) {
  .footer__main-menu {
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer__sub-menu-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (768px <= width) {
  .footer__sub-menu-box {
    padding-left: 38px;
    margin-left: 38px;
    border-left: 1px solid var(--color-pink);
  }
}

.footer__menu-title {
  color: var(--color-pink);
}

.footer__sub-menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5em 1em;
}
.footer__sub-menu li a::before {
  content: "・";
}

/* ===============================================
#mv
=============================================== */
.mv {
  position: relative;
}

.mv__img {
  position: relative;
  z-index: 1;
}

.mv__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: clamp(3rem, 5.3038674033vw + 1.7569060773rem, 6rem);
  padding-bottom: clamp(1.875rem, 1.1049723757vw + 1.6160220994rem, 2.5rem);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.mv__wrapper-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.75rem, 0.1104972376vw + 0.7241022099rem, 0.8125rem);
  color: #fff;
  text-shadow: 0px 0px 12px #0761b6;
}

.mv__heading {
  font-size: clamp(1.5rem, 0.4419889503vw + 1.3964088398rem, 1.75rem);
}

.mv__heading-en {
  font-family: var(--font-family-en);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.45em;
}

.mv__cards {
  display: flex;
  gap: clamp(0.25rem, 0.5524861878vw + 0.1205110497rem, 0.5625rem);
}

.mv__card {
  background-color: rgba(255, 119, 134, 0.75);
  width: clamp(5.375rem, 5.9668508287vw + 3.976519337rem, 8.75rem);
  height: clamp(5.375rem, 5.9668508287vw + 3.976519337rem, 8.75rem);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: clamp(0.875rem, 0.8839779006vw + 0.6678176796rem, 1.375rem);
  line-height: 1.18;
  display: flex;
  flex-direction: column;
  gap: clamp(0rem, 0.8839779006vw + -0.2071823204rem, 0.5rem);
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding-top: 5px;
  overflow: hidden;
}
.mv__card small {
  font-size: clamp(0.5rem, 0.5524861878vw + 0.3705110497rem, 0.8125rem);
  line-height: 1.5;
}
.mv__card b {
  font-size: clamp(0.875rem, 1.3259668508vw + 0.5642265193rem, 1.625rem);
}
.mv__card .letter {
  letter-spacing: -0.2em;
}
.mv__card:nth-of-type(2), .mv__card:nth-of-type(3) {
  background-color: rgba(242, 71, 159, 0.75);
  margin-top: clamp(1.1875rem, 1.3259668508vw + 0.8767265193rem, 1.9375rem);
}

/* ===============================================
#TOP ピックアップ
=============================================== */
.top-pickup__section {
  background: transparent url(./../image/top-pickup-bg_1.avif) no-repeat center center/cover;
}

.top-pickup__heading {
  color: var(--color-pink);
  text-align: center;
  font-family: var(--font-family-ABeeZee);
  font-size: clamp(2.75rem, 0.4419889503vw + 2.6464088398rem, 3rem);
  font-weight: 400;
}

.top-pickup__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 31px clamp(1.0625rem, 1.1049723757vw + 0.8035220994rem, 1.6875rem);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.top-pickup__card {
  background-color: rgba(255, 150, 200, 0.4);
  border-radius: 50%;
  width: clamp(10.375rem, 4.0883977901vw + 9.416781768rem, 12.6875rem);
  height: clamp(10.375rem, 4.0883977901vw + 9.416781768rem, 12.6875rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-pickup__number {
  position: absolute;
  top: calc(clamp(1.375rem, 0.5524861878vw + 1.2455110497rem, 1.6875rem) * -1);
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-pink);
  text-align: center;
  font-size: clamp(2.125rem, 0.8839779006vw + 1.9178176796rem, 2.625rem);
  font-weight: 400;
}

.top-pickup__card-text {
  text-align: center;
  font-size: clamp(1.125rem, 0.4419889503vw + 1.0214088398rem, 1.375rem);
}
.top-pickup__card-text b {
  color: var(--color-pink);
  font-size: clamp(1.375rem, 0.5524861878vw + 1.2455110497rem, 1.6875rem);
  font-weight: 500;
  background: linear-gradient(transparent 85%, #fff 85%);
}

/* ===============================================
#TOP ご案内
=============================================== */
.top-guide__heading {
  color: var(--color-pink);
  text-align: center;
  font-size: clamp(2rem, 0.4419889503vw + 1.8964088398rem, 2.25rem);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (768px <= width) {
  .top-guide__heading::before, .top-guide__heading::after {
    content: "";
  }
  .top-guide__heading::before {
    width: clamp(1.0625rem, 0.3314917127vw + 0.9848066298rem, 1.25rem);
    height: clamp(2.5rem, 1.6574585635vw + 2.1115331492rem, 3.4375rem);
    background: transparent url(./../image/top-guide-object_2.svg) no-repeat center center/contain;
  }
  .top-guide__heading::after {
    width: clamp(2.5rem, 0.4419889503vw + 2.3964088398rem, 2.75rem);
    height: clamp(2.5rem, 0.2209944751vw + 2.4482044199rem, 2.625rem);
    background: transparent url(./../image/top-guide-object_1.svg) no-repeat center center/contain;
  }
}

.top-guide__container {
  border-radius: clamp(0.875rem, 0.6629834254vw + 0.7196132597rem, 1.25rem);
  background: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: clamp(1.875rem, 1.546961326vw + 1.5124309392rem, 2.75rem) clamp(1.25rem, 8.8397790055vw + -0.8218232044rem, 6.25rem);
}

.top-guide__table {
  width: 100%;
}
.top-guide__table th,
.top-guide__table td {
  text-align: left;
}
.top-guide__table th {
  width: clamp(6.25rem, 7.7348066298vw + 4.4371546961rem, 10.625rem);
  color: var(--color-pink);
}
@media (width <= 767px) {
  .top-guide__table th {
    display: block;
    width: 100%;
  }
}
.top-guide__table td {
  font-size: clamp(1rem, 0.6629834254vw + 0.8446132597rem, 1.375rem);
  font-weight: 500;
}
@media (width <= 767px) {
  .top-guide__table td {
    display: block;
    width: 100%;
  }
}

.top-guide__text {
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
.top-guide__text b {
  color: var(--color-pink);
  font-weight: 500;
}

/* ===============================================
#トップ 当院の治療について
=============================================== */
.top-diagnosis__blocks {
  display: flex;
  flex-direction: column;
  gap: clamp(4.375rem, 3.3149171271vw + 3.5980662983rem, 6.25rem);
}

.top-diagnosis__block {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3.3149171271vw + 0.4730662983rem, 3.125rem);
}

.top-diagnosis__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px 40px;
}
@media (1024px <= width) {
  .top-diagnosis__head {
    flex-direction: row;
  }
}

.top-diagnosis__heading-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
@media (768px <= width) {
  .top-diagnosis__heading-box {
    width: 400px;
    height: 230px;
    background: transparent url(./../image/top-diagnosis-heading-bg.avif) no-repeat center center/contain;
  }
}

.top-diagnosis__heading-icon {
  display: none;
}
@media (768px <= width) {
  .top-diagnosis__heading-icon {
    width: 34px;
    margin-inline: auto;
    display: block;
  }
}

.top-diagnosis__heading-text {
  color: var(--color-pink);
  font-size: clamp(1.0625rem, 0.1104972376vw + 1.0366022099rem, 1.125rem);
}
@media (768px <= width) {
  .top-diagnosis__heading-text {
    margin-top: 12px;
  }
}

.top-diagnosis__heading {
  font-size: clamp(2.25rem, 0.4419889503vw + 2.1464088398rem, 2.5rem);
  letter-spacing: 0.1em;
}

.top-diagnosis__heading-en {
  color: var(--color-pink);
  font-size: clamp(0.875rem, -0.2209944751vw + 0.9267955801rem, 1rem);
  font-weight: 400;
}

.top-diagnosis__head-text {
  flex: 1;
  font-size: clamp(1rem, 0.4419889503vw + 0.8964088398rem, 1.25rem);
}
.top-diagnosis__head-text b {
  color: var(--color-pink);
}

.top-diagnosis__select-container {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 2.2099447514vw + 1.3570441989rem, 3.125rem);
}

.top-diagnosis__select-heading {
  background-color: var(--color-pink);
  text-align: center;
  color: #fff;
  font-size: clamp(1.25rem, -0.4419889503vw + 1.3535911602rem, 1.5rem);
  padding: clamp(0rem, 0.5524861878vw + -0.1294889503rem, 0.3125rem) 5px;
  border-radius: 8px;
}
@media (width <= 767px) {
  .top-diagnosis__select-heading {
    margin-inline: -10px;
  }
}

.top-diagnosis__select-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(1.25rem, 6.6298342541vw + -0.3038674033rem, 5rem);
}
@media (768px <= width) {
  .top-diagnosis__select-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-diagnosis__select-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-diagnosis__select-text {
  font-size: clamp(1rem, 0.4419889503vw + 0.8964088398rem, 1.25rem);
}
.top-diagnosis__select-text b {
  color: var(--color-pink);
}
.top-diagnosis__select-text small {
  font-size: clamp(0.75rem, 0.2209944751vw + 0.6982044199rem, 0.875rem);
}

.top-diagnosis__case-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.1049723757vw + 1.6160220994rem, 2.5rem);
}

.top-diagnosis__case-object {
  display: none;
}
@media (1024px <= width) {
  .top-diagnosis__case-object {
    display: block;
    position: absolute;
    width: 161px;
    bottom: 44px;
    right: -80px;
    z-index: 1;
  }
}

.top-diagnosis__case-heading-box {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 1.6574585635vw + 0.8615331492rem, 2.1875rem);
}
@media (width <= 767px) {
  .top-diagnosis__case-heading-box {
    margin-inline: -10px;
  }
}
.top-diagnosis__case-heading-box::before, .top-diagnosis__case-heading-box::after {
  content: "";
  height: 1px;
  background-color: var(--color-pink);
  flex: 1;
}

.top-diagnosis__case-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-pink);
}

.top-diagnosis__case-heading-sub {
  font-size: clamp(0.875rem, 0.2209944751vw + 0.8232044199rem, 1rem);
}

.top-diagnosis__case-heading-text {
  font-size: clamp(1.5rem, 0.6629834254vw + 1.3446132597rem, 1.875rem);
}

.top-diagnosis__case-heading-en {
  font-size: 2.125rem;
  font-family: var(--font-family-case);
}
.top-diagnosis__case-heading-en b {
  font-size: 2.875rem;
  font-style: italic;
}

.top-diagnosis__case-heading-ja {
  font-size: 2.125rem;
}

.top-diagnosis__case-heading-notice {
  font-size: clamp(0.875rem, 1.1049723757vw + 0.6160220994rem, 1.5rem);
  color: var(--color-pink);
  text-align: center;
}

.top-diagnosis__case-head {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.6574585635vw + 0.2365331492rem, 1.5625rem);
  max-width: 740px;
  margin-inline: auto;
}

.top-diagnosis__case-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.25rem, 5.9668508287vw + 0.851519337rem, 5.625rem);
  position: relative;
}
.top-diagnosis__case-flex:has(.top-diagnosis__case-gallery)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(0.625rem, 1.546961326vw + 0.2624309392rem, 1.5rem);
  height: clamp(1.375rem, 3.0939226519vw + 0.6498618785rem, 3.125rem);
  background-color: var(--color-pink);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.top-diagnosis__case-title {
  background-color: var(--color-pink2);
  text-align: center;
  color: #fff;
  font-size: clamp(0.75rem, 0.8839779006vw + 0.5428176796rem, 1.25rem);
  padding: clamp(0.3125rem, 0.5524861878vw + 0.1830110497rem, 0.625rem);
}

.top-diagnosis__case-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5625rem, 1.2154696133vw + 0.2776243094rem, 1.25rem);
}
.top-diagnosis__case-gallery img:nth-of-type(n + 2) {
  width: calc(50% - clamp(0.5625rem, 1.2154696133vw + 0.2776243094rem, 1.25rem) * 1 / 2);
}
.top-diagnosis__case-gallery.col-1 img:nth-of-type(n + 2) {
  width: 100%;
}

.top-diagnosis__case-box {
  background: rgba(255, 150, 200, 0.1);
  padding: clamp(1.25rem, 1.3259668508vw + 0.9392265193rem, 2rem) clamp(0.9375rem, 7.182320442vw + -0.7458563536rem, 5rem);
  max-width: 740px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.3259668508vw + 0.4392265193rem, 1.5rem);
  position: relative;
  z-index: 2;
}

.top-diagnosis__case-table tbody th,
.top-diagnosis__case-table tbody td {
  font-size: clamp(0.875rem, 0.6629834254vw + 0.7196132597rem, 1.25rem);
  text-align: left;
  vertical-align: text-bottom;
}
.top-diagnosis__case-table tbody th:nth-child(n+2),
.top-diagnosis__case-table tbody td:nth-child(n+2) {
  padding-left: clamp(1.0625rem, 0.8839779006vw + 0.8553176796rem, 1.5625rem);
}
.top-diagnosis__case-table tbody th b,
.top-diagnosis__case-table tbody td b {
  font-size: clamp(1.0625rem, 1.2154696133vw + 0.7776243094rem, 1.75rem);
  color: var(--color-pink);
  margin-right: 4px;
}
.top-diagnosis__case-table tbody th {
  width: 0;
  white-space: nowrap;
  color: var(--color-pink);
}
.top-diagnosis__case-table tbody tr:nth-child(n+2) th,
.top-diagnosis__case-table tbody tr:nth-child(n+2) td {
  padding-top: clamp(0.3125rem, 1.1049723757vw + 0.0535220994rem, 0.9375rem);
}

.top-diagnosis__case-text-box {
  display: flex;
  flex-direction: column;
  gap: clamp(0.3125rem, 0.773480663vw + 0.1312154696rem, 0.75rem);
}

.top-diagnosis__risk-title {
  font-size: clamp(0.75rem, 0.3314917127vw + 0.6723066298rem, 0.9375rem);
  letter-spacing: 0.175em;
}

.top-diagnosis__case-list li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.71;
  font-size: 14px;
  font-weight: 400;
}
.top-diagnosis__case-list li::before {
  content: "・";
}

/* ===============================================
#トップ 診療項目
=============================================== */
.top-diagnosis__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: clamp(1rem, 0.4419889503vw + 0.8964088398rem, 1.25rem) clamp(0.8125rem, 2.9834254144vw + 0.1132596685rem, 2.5rem);
}

.top-diagnosis__item {
  background-color: #ffd5d8;
  padding: clamp(0.5rem, 0.6629834254vw + 0.3446132597rem, 0.875rem) clamp(0.5625rem, 1.4364640884vw + 0.2258287293rem, 1.375rem);
  font-size: clamp(0.9375rem, 0.5524861878vw + 0.8080110497rem, 1.25rem);
  text-align: center;
  min-width: calc(50% - clamp(0.8125rem, 2.9834254144vw + 0.1132596685rem, 2.5rem) * 1 / 2);
  position: relative;
}
@media (768px <= width) {
  .top-diagnosis__item {
    min-width: calc(33.3333333333% - clamp(0.8125rem, 2.9834254144vw + 0.1132596685rem, 2.5rem) * 2 / 3);
  }
}
@media (1024px <= width) {
  .top-diagnosis__item {
    min-width: calc(25% - clamp(0.8125rem, 2.9834254144vw + 0.1132596685rem, 2.5rem) * 3 / 4);
  }
}
.top-diagnosis__item::after {
  content: "";
  width: clamp(0.625rem, 0.5524861878vw + 0.4955110497rem, 0.9375rem);
  height: clamp(0.625rem, 0.5524861878vw + 0.4955110497rem, 0.9375rem);
  background-color: var(--color-pink2);
  position: absolute;
  top: clamp(0.25rem, 0.2209944751vw + 0.1982044199rem, 0.375rem);
  right: clamp(0.25rem, 0.2209944751vw + 0.1982044199rem, 0.375rem);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/* ===============================================
#トップ 取り組み
=============================================== */
.top-effort__section {
  background: transparent url(./../image/top-effort_bg.avif) no-repeat center center/cover;
}

.top-effort__title {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.top-effort__title-top {
  text-shadow: 0px 0px 12px #fff;
  font-size: clamp(1.5rem, 0.5524861878vw + 1.3705110497rem, 1.8125rem);
}

.top-effort__title-bottom {
  font-size: 2.25rem;
}
.top-effort__title-bottom b:nth-child(1) {
  color: var(--color-pink2);
}
.top-effort__title-bottom b:nth-child(2) {
  color: var(--color-green);
}
.top-effort__title-bottom b:nth-child(3) {
  color: var(--color-blue);
}

.top-effort__items {
  display: flex;
  flex-direction: column;
  gap: clamp(2.1875rem, 3.2044198895vw + 1.4364640884rem, 4rem);
}

.top-effort__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.125rem, 3.5359116022vw + 0.2962707182rem, 3.125rem);
}
@media (768px <= width) {
  .top-effort__item {
    flex-direction: row;
  }
}
.top-effort__item:nth-of-type(1) .top-effort__subtitle b,
.top-effort__item:nth-of-type(1) .top-effort__description b {
  color: var(--color-pink2);
}
.top-effort__item:nth-of-type(1) .top-effort__subtitle::after {
  background-color: var(--color-pink2);
}
.top-effort__item:nth-of-type(2) .top-effort__subtitle b,
.top-effort__item:nth-of-type(2) .top-effort__description b {
  color: var(--color-green);
}
.top-effort__item:nth-of-type(2) .top-effort__subtitle::after {
  background-color: var(--color-green);
}
.top-effort__item:nth-of-type(3) .top-effort__subtitle b,
.top-effort__item:nth-of-type(3) .top-effort__description b {
  color: var(--color-blue);
}
.top-effort__item:nth-of-type(3) .top-effort__subtitle::after {
  background-color: var(--color-blue);
}

.top-effort__image {
  border-radius: 24px;
}
@media (768px <= width) {
  .top-effort__image {
    width: calc(38% - clamp(1.125rem, 3.5359116022vw + 0.2962707182rem, 3.125rem));
  }
}

.top-effort__text {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, -0.773480663vw + 1.3062845304rem, 1.5625rem);
}
@media (768px <= width) {
  .top-effort__text {
    width: 62%;
  }
}

.top-effort__subtitle {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 8px;
  position: relative;
}
.top-effort__subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
}

.top-effort__cta {
  text-align: center;
  margin-top: 60px;
}

.top-effort__button {
  display: inline-block;
  background-color: #f65b9a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.top-effort__button:hover {
  background-color: #e04b8b;
}

/* ===============================================
#トップ ドクター紹介
=============================================== */
.top-doctor__section {
  background: transparent url(./../image/top-doctor-bg_1.avif) no-repeat top center/cover;
}

.top-doctor__flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 2.7624309392vw + 0.6025552486rem, 2.8125rem);
}
@media (768px <= width) {
  .top-doctor__flex {
    flex-direction: row;
  }
}

.top-doctor__profile {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (768px <= width) {
  .top-doctor__profile {
    width: calc(40% - clamp(1.25rem, 2.7624309392vw + 0.6025552486rem, 2.8125rem));
  }
}

.top-doctor__info {
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
@media (768px <= width) {
  .top-doctor__info {
    width: 60%;
  }
}

.top-doctor__name {
  font-size: 1.5rem;
}
.top-doctor__name small {
  font-size: 1.125rem;
}
.top-doctor__name span {
  color: var(--color-pink2);
  font-size: 1rem;
}

.top-doctor__subheading {
  color: var(--color-pink);
}

.top-doctor__list.list-style li {
  text-indent: -1em;
  margin-left: 1em;
}
.top-doctor__list.list-style li::before {
  content: "・";
}

.top-doctor__greeting {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
}

.top-doctor__greeting-title {
  background: transparent url(./../image/top-doctor-bg_2.avif) no-repeat center center/contain;
  padding: 11px 28px 20px;
  margin-inline: auto;
  font-size: 1.5rem;
}

.top-doctor__greeting-text {
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
.top-doctor__greeting-text b {
  color: var(--color-pink2);
}

/* ===============================================
#トップ イベント
=============================================== */
.top-event__section {
  background: transparent url(./../image/sp/top-event-bg.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .top-event__section {
    background: transparent url(./../image/top-event-bg.avif) no-repeat center center/cover;
  }
}

.top-event__text-box {
  max-width: 800px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.1049723757vw + 1.6160220994rem, 2.5rem);
}

.top-event__title {
  text-align: center;
  font-size: clamp(2rem, 0.4419889503vw + 1.8964088398rem, 2.25rem);
}
.top-event__title b {
  color: var(--color-pink);
}

/* ===============================================
#トップ アクセス
=============================================== */
.top-access__logo {
  max-width: 270px;
  margin-inline: auto;
}

.top-access__wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  gap: 20px;
  padding: clamp(1.875rem, 2.2099447514vw + 1.3570441989rem, 3.125rem) clamp(0.625rem, 2.7624309392vw + -0.0224447514rem, 2.1875rem);
}
@media (1024px <= width) {
  .top-access__wrapper {
    flex-direction: row;
  }
}
.top-access__wrapper.info {
  align-items: stretch;
}
@media (width <= 1023px) {
  .top-access__wrapper.info {
    flex-direction: column;
  }
  .top-access__wrapper.info .top-access__img-box {
    aspect-ratio: 16/9;
  }
}

@media (1024px <= width) {
  .top-access__info {
    width: calc(60% - 20px);
  }
}

.top-access__img-box {
  position: relative;
}
@media (1024px <= width) {
  .top-access__img-box {
    width: 40%;
  }
}
.top-access__img-box > iframe {
  width: 100%;
  height: 100%;
}

.top-access__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.4419889503vw + 1.1464088398rem, 1.5rem) clamp(0.9375rem, 1.9889502762vw + 0.471339779rem, 2.0625rem);
}
.top-access__list li {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (width <= 767px) {
  .top-access__list li:nth-of-type(n + 4) {
    width: calc(50% - clamp(0.9375rem, 1.9889502762vw + 0.471339779rem, 2.0625rem) * 1 / 2);
  }
}
@media (768px <= width) {
  .top-access__list li:nth-of-type(odd) {
    width: calc(65% - clamp(0.9375rem, 1.9889502762vw + 0.471339779rem, 2.0625rem));
  }
  .top-access__list li:nth-of-type(even) {
    width: 35%;
  }
  .top-access__list li:first-child {
    width: 100%;
  }
}

.top-access__list-title {
  color: var(--color-pink);
}

.top-access__list-text {
  display: flex;
  flex-direction: column;
  gap: 1lh;
}

.top-access__table th {
  width: 0;
  white-space: nowrap;
  padding-right: 1em;
}
.top-access__table tr:nth-child(n+2) th,
.top-access__table tr:nth-child(n+2) td {
  padding-top: 1em;
}

.top-access__object {
  position: absolute;
  width: 47%;
  right: 13px;
  bottom: 100%;
  display: none;
}
@media (1024px <= width) {
  .top-access__object {
    display: block;
  }
}

.top-access__time {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, -1.3259668508vw + 3.3107734807rem, 3.75rem);
}
@media (768px <= width) {
  .top-access__time {
    flex-direction: row;
  }
}

.top-access__time-box {
  background-color: rgba(255, 150, 200, 0.1);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (768px <= width) {
  .top-access__time-box {
    width: calc(46% - clamp(3rem, -1.3259668508vw + 3.3107734807rem, 3.75rem));
  }
}

@media (width <= 767px) {
  .top-access__map-box {
    aspect-ratio: 375/232;
    margin-left: calc(50% - var(--vw) * 50);
    width: calc(var(--vw) * 100);
  }
}
@media (768px <= width) {
  .top-access__map-box {
    width: 54%;
  }
}
.top-access__map-box > iframe {
  width: 100%;
  height: 100%;
}

.top-access__time-title {
  color: var(--color-pink);
  font-size: 1.0625rem;
  text-align: center;
}

.top-access__time-text {
  display: flex;
  flex-direction: column;
  gap: 1lh;
  font-size: clamp(0.875rem, 0.2209944751vw + 0.8232044199rem, 1rem);
}
.top-access__time-text small {
  font-size: clamp(0.75rem, 0.2209944751vw + 0.6982044199rem, 0.875rem);
  margin-left: 1em;
  text-indent: -1em;
  display: block;
}
.top-access__time-text b {
  color: var(--color-pink2);
}

/* ===============================================
#下層ページ ファーストビュー
=============================================== */
.p-sub-mv {
  position: relative;
}
@media (1024px <= width) {
  .p-sub-mv {
    height: 500px;
    padding-bottom: 52px;
  }
}
@media (width <= 1023px) {
  .p-sub-mv {
    margin-top: var(--header-height);
  }
}
.p-sub-mv .c-inner {
  height: 100%;
}
@media (width <= 1023px) {
  .p-sub-mv .c-inner {
    width: 100%;
  }
}
.p-sub-mv.aesthetic {
  padding-bottom: 0;
}
.p-sub-mv.aesthetic .p-sub-mv__container {
  align-items: center;
}
@media (768px <= width) {
  .p-sub-mv.aesthetic .p-sub-mv__container {
    justify-content: flex-start;
  }
}
.p-sub-mv.aesthetic .p-sub-mv__text-area {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.8729281768vw + 0.3266574586rem, 2.625rem);
  align-items: center;
  text-align: center;
  background-color: transparent;
}
.p-sub-mv.aesthetic .p-sub-mv__title-text {
  color: var(--color-pink);
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.375rem, 4.7513812155vw + 0.2613950276rem, 4.0625rem);
}
.p-sub-mv.aesthetic .p-sub-mv__title-text.shadow {
  text-shadow: 0px 0px 30px #fff;
}
.p-sub-mv.aesthetic .p-sub-mv__lead {
  color: var(--color-black);
  font-weight: 500;
}
.p-sub-mv.simple {
  height: clamp(13.125rem, 22.0994475138vw + 7.945441989rem, 25.625rem);
  padding-bottom: 0;
}
.p-sub-mv.simple .p-sub-mv__container {
  align-items: center;
}
.p-sub-mv.simple .p-sub-mv__text-area {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: transparent;
}
@media (768px <= width) {
  .p-sub-mv.simple .p-sub-mv__text-area {
    min-width: 50%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-sub-mv.simple .p-sub-mv__title {
  font-size: 40px;
  text-align: center;
}
.p-sub-mv.simple .p-sub-mv__lead {
  color: var(--color-pink);
  font-size: 14px;
  font-weight: 400;
}

.p-sub-mv__container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (1024px <= width) {
  .p-sub-mv__container {
    flex-direction: row;
    gap: 50px;
  }
}

.p-sub-mv__text-area {
  width: 100%;
}
@media (width <= 1023px) {
  .p-sub-mv__text-area {
    padding: 40px 20px;
    background-color: rgba(255, 243, 228, 0.5);
  }
}
@media (1024px <= width) {
  .p-sub-mv__text-area {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-sub-mv__lead {
  color: var(--color-pink);
  text-align: center;
  text-shadow: 0px 0px 30px #fff;
  font-size: clamp(0.875rem, 2.8729281768vw + 0.2016574586rem, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-sub-mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-sub-mv__icon {
  display: none;
}
@media (768px <= width) {
  .p-sub-mv__icon {
    display: block;
    width: clamp(1.5rem, 2.0994475138vw + 1.007941989rem, 2.6875rem);
    margin-top: 6px;
  }
}

.p-sub-mv__title-text {
  font-size: clamp(2.25rem, 3.2044198895vw + 1.4989640884rem, 4.0625rem);
  letter-spacing: 0.1em;
}

@media (width <= 1023px) {
  .p-sub-mv__img-box {
    position: relative;
    padding: 32px 14px;
    width: 100%;
  }
}
@media (1024px <= width) {
  .p-sub-mv__img-box {
    max-width: 680px;
    flex: 1;
  }
}
.p-sub-mv__img-box.item-2 .p-sub-mv__img-text {
  max-width: 320px;
  margin-inline: auto;
  display: block;
}

.p-sub-mv__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-sub-mv__img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-mv__img-text {
  filter: drop-shadow(0px 0px 67.604px #fff);
}

/* ===============================================
#下層ページ インプラント
=============================================== */
.p-implant {
  background: transparent url(./../image/sp/implant-bg_1.avif) no-repeat center right 30%/cover;
}
@media (768px <= width) {
  .p-implant {
    background: transparent url(./../image/implant-bg_1.avif) no-repeat center right 30%/cover;
  }
}

.p-implant__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.2099447514vw + 0.7320441989rem, 2.5rem);
}
@media (768px <= width) {
  .p-implant__content {
    width: 59%;
  }
}

.p-implant__title {
  font-size: clamp(1.1875rem, 2.320441989vw + 0.6436464088rem, 2.5rem);
  letter-spacing: 0.1em;
}
@media (width <= 767px) {
  .p-implant__title {
    text-align: center;
  }
}
.p-implant__title b {
  color: var(--color-pink);
}

.p-implant__text {
  display: flex;
  flex-direction: column;
  gap: 1lh;
  line-height: 1.7;
}
.p-implant__text b {
  color: var(--color-pink);
  font-weight: 700;
}
.p-implant__text a {
  text-decoration: underline;
  font-weight: 700;
  text-decoration-thickness: 1px;
}

.p-implant__image {
  max-width: clamp(6.25rem, 11.0497237569vw + 3.6602209945rem, 12.5rem);
}
@media (768px <= width) {
  .p-implant__image {
    margin-left: auto;
  }
}

/* ===============================================
#下層ページ メリット
=============================================== */
.p-merit__section {
  background: transparent url(./../image/merit-bg.avif) no-repeat center center/cover;
}

.p-merit__container {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: 60px;
}
@media (768px <= width) {
  .p-merit__container {
    margin-top: 0px;
    gap: 60px;
  }
}

.p-merit__box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media (width <= 767px) {
  .p-merit__box:nth-of-type(odd) .p-merit__number {
    left: 0;
  }
  .p-merit__box:nth-of-type(even) .p-merit__number {
    right: 0;
  }
}
@media (768px <= width) {
  .p-merit__box {
    align-items: flex-start;
  }
  .p-merit__box:nth-of-type(odd) {
    flex-direction: row;
  }
  .p-merit__box:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media (768px <= width) {
  .p-merit__img {
    width: calc(40% - 30px);
  }
}

.p-merit__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (768px <= width) {
  .p-merit__content {
    width: 60%;
    gap: 12px;
  }
}

.p-merit__content-head {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, var(--color-pink), var(--color-pink) 4px, transparent 4px, transparent 8px);
  background-size: 15px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.p-merit__number {
  width: 82px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url(./../image/merit-number-bg.avif) no-repeat center center/contain;
  color: var(--color-pink);
  font-size: 42px;
  font-weight: 400;
}
@media (width <= 767px) {
  .p-merit__number {
    position: absolute;
    top: -30px;
  }
}

.p-merit__heading {
  font-size: clamp(1.375rem, 0.6629834254vw + 1.2196132597rem, 1.75rem);
  line-height: 1.16;
  flex: 1;
}
.p-merit__heading b {
  color: var(--color-pink);
  font-weight: 700;
}

.p-merit__text {
  font-size: 1.125rem;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
.p-merit__text b {
  color: var(--color-pink);
  font-weight: 700;
}
.p-merit__text small {
  font-size: clamp(0.75rem, 0.2209944751vw + 0.6982044199rem, 0.875rem);
}
.p-merit__text ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-merit__text ul li::before {
  content: "・";
}

/* ===============================================
#下層ページ 流れ
=============================================== */
.p-flow__title {
  background-color: var(--color-pink);
  border-radius: 8px;
  font-size: 1.6875rem;
  color: #fff;
  padding: 6px;
  text-align: center;
}

.p-flow__step {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.0625rem, 2.9834254144vw + 0.3632596685rem, 2.75rem);
  position: relative;
}
@media (768px <= width) {
  .p-flow__step {
    align-items: center;
  }
}
.p-flow__step::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(1.4375rem, 2.7071823204vw + 0.8030041436rem, 2.96875rem);
  width: clamp(0.125rem, 0.3314917127vw + 0.0473066298rem, 0.3125rem);
  background-color: var(--color-pink2);
  display: block;
  height: 100%;
  z-index: 1;
}
@media (768px <= width) {
  .p-flow__step:first-child::before {
    top: 50%;
    height: 50%;
  }
}
.p-flow__step:last-child::before {
  height: clamp(3.125rem, 5.5248618785vw + 1.8301104972rem, 6.25rem);
}
@media (768px <= width) {
  .p-flow__step:last-child::before {
    height: 50%;
  }
}
.p-flow__step:nth-of-type(n + 2) {
  padding-top: clamp(3.125rem, 5.5248618785vw + 1.8301104972rem, 6.25rem);
}

.p-flow__img {
  width: clamp(3rem, 5.7458563536vw + 1.6533149171rem, 6.25rem);
  position: relative;
  z-index: 2;
}

.p-flow__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.p-flow__step-title {
  color: var(--color-pink);
  font-size: 1.6875rem;
  line-height: 1.16;
  padding-bottom: 16px;
  background-image: linear-gradient(to right, var(--color-pink), var(--color-pink) 4px, transparent 4px, transparent 8px);
  background-size: 15px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.p-flow__text {
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
.p-flow__text a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: var(--color-pink);
}

/* ===============================================
#下層ページ インプラント 明確な治療費
=============================================== */
.p-implant-price__section .c-inner {
  width: 100%;
}

.p-implant-price__container {
  padding: 50px clamp(1.25rem, 3.3149171271vw + 0.4730662983rem, 3.125rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 3.3149171271vw + 1.0980662983rem, 3.75rem);
}

.p-implant-price__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px 45px;
}
@media (768px <= width) {
  .p-implant-price__flex {
    align-items: flex-start;
    flex-direction: row;
  }
}

.p-implant-price__img {
  width: 70%;
  margin-inline: auto;
}
@media (768px <= width) {
  .p-implant-price__img {
    width: calc(43% - 45px);
  }
}

@media (768px <= width) {
  .p-implant-price__detail {
    width: 57%;
  }
}

.p-implant-price__main {
  text-align: right;
  font-size: clamp(1.5625rem, 1.7679558011vw + 1.1481353591rem, 2.5625rem);
  line-height: 1.1;
}
.p-implant-price__main b {
  color: var(--color-pink);
  font-size: clamp(2.8125rem, 3.2044198895vw + 2.0614640884rem, 4.625rem);
}
.p-implant-price__main small {
  font-size: clamp(0.8125rem, 0.9944751381vw + 0.5794198895rem, 1.375rem);
}

.p-implant-price__note {
  font-size: clamp(0.75rem, 0.9944751381vw + 0.5169198895rem, 1.3125rem);
  text-align: center;
  margin-top: clamp(0.5625rem, 0.773480663vw + 0.3812154696rem, 1rem);
}

.p-implant-price__detail-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  gap: clamp(1.5rem, 1.7679558011vw + 1.0856353591rem, 2.5rem);
}

.p-implant-price__loan {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  clip-path: polygon(76% 0, 0 0, 0 100%, 76% 100%, 100% 50%);
  background-color: var(--color-pink);
  padding: clamp(0.5rem, 0.6629834254vw + 0.3446132597rem, 0.875rem) clamp(1.875rem, 2.320441989vw + 1.3311464088rem, 3.1875rem) clamp(0.625rem, 0.8839779006vw + 0.4178176796rem, 1.125rem) clamp(0.5rem, 0.6629834254vw + 0.3446132597rem, 0.875rem);
  position: relative;
  white-space: nowrap;
  color: #fff;
  font-size: clamp(1.25rem, 1.546961326vw + 0.8874309392rem, 2.125rem);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.p-implant-price__price-caution {
  font-size: clamp(1.625rem, 1.8784530387vw + 1.1847375691rem, 2.6875rem);
  line-height: 1.2;
  text-align: right;
}
.p-implant-price__price-caution strong {
  font-size: clamp(1.8125rem, 2.2099447514vw + 1.2945441989rem, 3.0625rem);
  color: var(--color-pink);
}
.p-implant-price__price-caution small {
  font-size: clamp(1.3125rem, 1.6574585635vw + 0.9240331492rem, 2.25rem);
}
.p-implant-price__price-caution b {
  color: var(--color-pink);
}

.p-implant-price__notice {
  margin-top: clamp(0.625rem, 0.5524861878vw + 0.4955110497rem, 0.9375rem);
  font-size: clamp(0.875rem, 0.2209944751vw + 0.8232044199rem, 1rem);
  line-height: 1.4;
}

/* ===============================================
#下層ページ Q&A
=============================================== */
.p-qa__container {
  padding: clamp(2.5rem, 1.1049723757vw + 2.2410220994rem, 3.125rem) clamp(1.25rem, 8.8397790055vw + -0.8218232044rem, 6.25rem);
  position: relative;
}
.p-qa__container.white {
  background-color: #fff;
  border-radius: 30px;
}

.p-qa__object {
  display: none;
}
@media (768px <= width) {
  .p-qa__object {
    position: absolute;
    width: 110px;
    top: 120px;
    right: 90px;
    display: block;
    z-index: 1;
  }
}
@media (768px <= width) {
  .p-qa__object.position-2 {
    top: 48px;
    right: 120px;
  }
}

.p-qa__heading {
  color: var(--color-pink);
  font-size: 1.6875rem;
  text-align: center;
}

.p-qa__lists {
  display: flex;
  flex-direction: column;
  gap: 2lh;
  position: relative;
  z-index: 2;
}

.p-qa__list {
  line-height: 1.7;
}

.p-qa__question {
  color: var(--color-pink);
}
.p-qa__question::before {
  content: "Q.";
  color: var(--color-pink);
}

.p-qa__answer {
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
.p-qa__answer p:first-child::before {
  content: "A.";
  color: var(--color-pink);
}
.p-qa__answer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: var(--color-pink);
}

/* ===============================================
#下層ページ 矯正治療
=============================================== */
.p-orthodontic {
  background: rgba(255, 243, 228, 0.5) url(./../image/sp/orthodontic-bg_1.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .p-orthodontic {
    background: transparent url(./../image/orthodontic-bg_1.avif) no-repeat center center/cover;
  }
}
.p-orthodontic.comparison {
  background: transparent url(./../image/sp/orthodontic-bg_2.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .p-orthodontic.comparison {
    background: transparent url(./../image/orthodontic-bg_2.avif) no-repeat center center/cover;
  }
}
.p-orthodontic.comparison .p-orthodontic__text-box {
  max-width: 800px;
}

.p-orthodontic__flex {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.p-orthodontic__text-box {
  max-width: 750px;
  width: 81%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-orthodontic__title {
  text-align: center;
  font-size: clamp(1.1875rem, 3.9779005525vw + 0.255179558rem, 3.4375rem);
  letter-spacing: 0.1em;
}
.p-orthodontic__title b {
  color: var(--color-pink);
  font-weight: 700;
}

.p-orthodontic__text {
  font-size: clamp(1rem, 1.8784530387vw + 0.5597375691rem, 2.0625rem);
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.p-orthodontic__text b {
  color: var(--color-pink);
  font-weight: 700;
}

.p-orthodontic__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
}

/* ===============================================
#下層ページ 矯正治療 比較
=============================================== */
.p-orthodontic-comparison__table-scroll {
  overflow-x: auto;
}

.p-orthodontic-comparison__table {
  border-collapse: collapse;
}
@media (width <= 767px) {
  .p-orthodontic-comparison__table {
    width: 700px;
  }
}
.p-orthodontic-comparison__table th,
.p-orthodontic-comparison__table td {
  border: 5px solid rgb(255, 244, 249);
  vertical-align: middle;
}
.p-orthodontic-comparison__table th {
  font-size: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-orthodontic-comparison__table td {
  font-size: clamp(1rem, 0.4419889503vw + 0.8964088398rem, 1.25rem);
  line-height: 1.6;
}
.p-orthodontic-comparison__table thead th {
  background-color: var(--color-pink);
  color: #fff;
  padding: 6px;
}
.p-orthodontic-comparison__table thead th:nth-of-type(n + 2) {
  width: 50%;
}
.p-orthodontic-comparison__table tbody tr th {
  white-space: nowrap;
}
.p-orthodontic-comparison__table tbody tr th,
.p-orthodontic-comparison__table tbody tr td {
  padding: 20px;
}
.p-orthodontic-comparison__table tbody tr td b {
  color: var(--color-pink);
}
.p-orthodontic-comparison__table tbody tr td small {
  font-size: clamp(0.75rem, 0.3314917127vw + 0.6723066298rem, 0.9375rem);
  line-height: 1.35;
}
.p-orthodontic-comparison__table tbody tr:nth-of-type(odd) th,
.p-orthodontic-comparison__table tbody tr:nth-of-type(odd) td {
  background-color: rgb(255, 248, 236);
}
.p-orthodontic-comparison__table tbody tr:nth-of-type(even) th,
.p-orthodontic-comparison__table tbody tr:nth-of-type(even) td {
  background-color: rgb(254, 227, 240);
}

.p-orthodontic-comparison__cta {
  font-size: clamp(0.75rem, 1.9889502762vw + 0.283839779rem, 1.875rem);
  color: var(--color-pink);
  background-color: #fff;
  padding: clamp(0.625rem, 1.4364640884vw + 0.2883287293rem, 1.4375rem) clamp(1.25rem, 6.9613259669vw + -0.3815607735rem, 5.1875rem) clamp(0.625rem, 1.4364640884vw + 0.2883287293rem, 1.4375rem) clamp(0.625rem, 1.9889502762vw + 0.158839779rem, 1.75rem);
  border-radius: 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: clamp(1.25rem, 2.9834254144vw + 0.5507596685rem, 2.9375rem);
  position: relative;
}

.p-orthodontic-comparison__cta-object {
  width: clamp(3.625rem, 8.729281768vw + 1.5790745856rem, 8.5625rem);
  position: absolute;
  bottom: 0;
  right: calc(clamp(1.875rem, 0.9944751381vw + 1.6419198895rem, 2.4375rem) * -1);
}

.p-orthodontic-comparison__merit {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
}

.p-orthodontic-comparison__merit-title {
  border-radius: 50vw;
  border: 1px solid var(--color-pink);
  text-align: center;
  padding: clamp(0.25rem, 0.4419889503vw + 0.1464088398rem, 0.5rem) clamp(1.0625rem, 1.7679558011vw + 0.6481353591rem, 2.0625rem);
  font-size: clamp(0.8125rem, 1.4364640884vw + 0.4758287293rem, 1.625rem);
  color: var(--color-pink);
  max-width: 616px;
  width: 100%;
  margin-inline: auto;
}

.p-orthodontic-comparison__merit-boxes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (1024px <= width) {
  .p-orthodontic-comparison__merit-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-orthodontic-comparison__merit-box {
  background: #fff;
  padding: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
  box-shadow: 0px 4.684px 11.709px 0px rgba(75, 75, 75, 0.2);
  border: 1px solid var(--color-pink);
  border-radius: clamp(0.75rem, 0.6629834254vw + 0.5946132597rem, 1.125rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
}

.p-orthodontic-comparison__merit-head {
  background-color: var(--color-pink);
  color: #fff;
  text-align: center;
  padding: 2px 5px;
  border-radius: 50vw;
  font-size: clamp(0.875rem, 0.8839779006vw + 0.6678176796rem, 1.375rem);
}

.p-orthodontic-comparison__merit-list {
  font-size: clamp(0.8125rem, 0.773480663vw + 0.6312154696rem, 1.25rem);
  line-height: 1.6;
}
.p-orthodontic-comparison__merit-list li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-orthodontic-comparison__merit-list li::before {
  content: "・";
}

.p-orthodontic-comparison__note {
  font-size: clamp(1.125rem, 0.2209944751vw + 1.0732044199rem, 1.25rem);
  line-height: 1.8;
}
@media (768px <= width) {
  .p-orthodontic-comparison__note {
    text-align: center;
  }
}

/* ===============================================
#小児矯正
=============================================== */
.p-orthodontic-child__head {
  background: transparent url(./../image/sp/orthodontic-bg_3.avif) no-repeat center center/cover;
  height: clamp(11.375rem, 25.5248618785vw + 5.3926104972rem, 25.8125rem);
}
@media (768px <= width) {
  .p-orthodontic-child__head {
    background: transparent url(./../image/orthodontic-bg_3.avif) no-repeat center center/cover;
  }
}
.p-orthodontic-child__head .c-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.p-orthodontic-child__title {
  font-size: clamp(1.875rem, 4.1988950276vw + 0.8908839779rem, 4.25rem);
  color: var(--color-pink);
  font-weight: 700;
  text-align: center;
  width: 50%;
}

.p-orthodontic-child__text {
  font-size: clamp(1.125rem, 0.4419889503vw + 1.0214088398rem, 1.375rem);
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
@media (768px <= width) {
  .p-orthodontic-child__text {
    text-align: center;
  }
}
.p-orthodontic-child__text b {
  color: var(--color-pink);
  font-weight: 700;
}

.p-orthodontic-child__box {
  background-color: #fff;
  border-radius: 18px;
  border: 1px solid var(--color-pink);
  box-shadow: 0px 4.684px 11.709px 0px rgba(75, 75, 75, 0.2);
  padding: clamp(1.25rem, 2.6519337017vw + 0.6284530387rem, 2.75rem) clamp(1.25rem, 7.7348066298vw + -0.5628453039rem, 5.625rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
}
.p-orthodontic-child__box .p-orthodontic-comparison__merit-head {
  max-width: 432px;
  width: 100%;
  margin-inline: auto;
}

.p-orthodontic-child__box-title {
  background-color: var(--color-pink2);
  color: #fff;
  font-size: 1.5rem;
  font-family: var(--font-family-common);
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  margin-bottom: 1.5rem;
}

.p-orthodontic-child__list {
  font-size: clamp(0.8125rem, 0.773480663vw + 0.6312154696rem, 1.25rem);
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
.p-orthodontic-child__list li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-orthodontic-child__list li b {
  color: var(--color-pink);
  font-weight: 700;
}
.p-orthodontic-child__list li::before {
  content: "・";
}

.p-orthodontic-child__list b {
  color: var(--color-pink);
}

/* ===============================================
#下層ページ 矯正 料金
=============================================== */
.p-orthodontic-price__block {
  padding: clamp(2.5rem, 1.1049723757vw + 2.2410220994rem, 3.125rem) clamp(1.125rem, 9.0607734807vw + -0.9986187845rem, 6.25rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
}

.p-orthodontic-price__title {
  color: var(--color-pink);
  text-align: center;
  font-size: clamp(2rem, 0.9944751381vw + 1.7669198895rem, 2.5625rem);
  font-weight: 700;
}

.p-orthodontic-price__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, 4.4198895028vw + 0.2140883978rem, 3.75rem);
}
@media (768px <= width) {
  .p-orthodontic-price__flex {
    flex-direction: row;
  }
}

.p-orthodontic-price__img {
  flex: 1;
}

.p-orthodontic-price__text-box {
  text-align: right;
  white-space: nowrap;
}

.p-orthodontic-price__monthly {
  font-size: clamp(1.5625rem, 1.9889502762vw + 1.096339779rem, 2.6875rem);
}
.p-orthodontic-price__monthly b {
  color: var(--color-pink);
}
.p-orthodontic-price__monthly.left {
  text-align: left;
}

.p-orthodontic-price__price {
  font-size: clamp(1.5625rem, 1.8784530387vw + 1.1222375691rem, 2.625rem);
}
.p-orthodontic-price__price b {
  color: var(--color-pink);
  font-size: clamp(2.625rem, 3.5359116022vw + 1.7962707182rem, 4.625rem);
  line-height: 1;
}

.p-orthodontic-price__note {
  font-size: clamp(0.875rem, 0.8839779006vw + 0.6678176796rem, 1.375rem);
}

.p-orthodontic-price__highlight-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.p-orthodontic-price__highlight-text {
  color: var(--color-pink);
  text-align: center;
  font-size: 2.125rem;
  font-weight: 700;
}

.p-orthodontic-price__highlight {
  font-size: 2.875rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0px 30px 24px;
  background-color: var(--color-pink);
  clip-path: polygon(0 70%, 0 0, 100% 0, 100% 70%, 50% 100%);
}

.p-orthodontic-price__fee-info {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.5625rem, 0.5524861878vw + 1.4330110497rem, 1.875rem);
  line-height: 1.62;
}
@media (768px <= width) {
  .p-orthodontic-price__fee-info p {
    width: 50%;
  }
}

/* ===============================================
#下層ページ 審美治療 バナー
=============================================== */
.p-aesthetic__banner {
  height: clamp(11.0625rem, 35.6906077348vw + 2.6975138122rem, 31.25rem);
  background: transparent url(./../image/sp/aesthetic-bg_1.avif) no-repeat center center/cover;
  display: flex;
  align-items: center;
}
@media (768px <= width) {
  .p-aesthetic__banner {
    height: clamp(11.0625rem, 25.7458563536vw + 5.0283149171rem, 25.625rem);
    background: transparent url(./../image/aesthetic-bg_1.avif) no-repeat center center/cover;
  }
}

.p-aesthetic__banner-text {
  font-size: clamp(1.1875rem, 2.2099447514vw + 0.6695441989rem, 2.4375rem);
  color: var(--color-pink);
  line-height: 1.7;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (768px <= width) {
  .p-aesthetic__banner-text {
    text-align: left;
  }
}

/* ===============================================
#下層ページ 審美治療 リード
=============================================== */
.p-aesthetic__lead-box {
  background: transparent url(./../image/sp/aesthetic-bg_2.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .p-aesthetic__lead-box {
    background: transparent url(./../image/aesthetic-bg_2.avif) no-repeat center center/cover;
  }
}

.p-aesthetic__lead-text {
  font-size: clamp(1rem, 0.8839779006vw + 0.7928176796rem, 1.5rem);
  line-height: 1.9;
  text-align: center;
}
.p-aesthetic__lead-text b {
  color: var(--color-pink);
  font-weight: 700;
}

/* ===============================================
#下層ページ 審美治療 こだわり
=============================================== */
.p-aesthetic__materials {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-aesthetic__card {
  background-color: rgba(255, 150, 200, 0.1);
  border-radius: 30px;
  box-shadow: 4px 4px 4px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.p-aesthetic__number {
  position: absolute;
  top: calc(clamp(0.6875rem, 0.9944751381vw + 0.4544198895rem, 1.25rem) * -1);
  left: calc(clamp(1.625rem, 0.1104972376vw + 1.5991022099rem, 1.6875rem) * -1);
  width: clamp(3.1875rem, 3.4254143646vw + 2.3846685083rem, 5.125rem);
  height: clamp(3rem, 3.0939226519vw + 2.2748618785rem, 4.75rem);
  background: transparent url(./../image/merit-number-bg_2.avif) no-repeat center center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(1.625rem, 1.7679558011vw + 1.2106353591rem, 2.625rem);
}

.p-aesthetic__content {
  padding: clamp(1.625rem, 1.546961326vw + 1.2624309392rem, 2.5rem) clamp(0.9375rem, 2.7624309392vw + 0.2900552486rem, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.5625rem, 3.8674033149vw + 0.6560773481rem, 3.75rem);
}
@media (768px <= width) {
  .p-aesthetic__content {
    flex-direction: row;
    align-items: flex-start;
  }
}

.p-aesthetic__image {
  flex-shrink: 0;
  position: relative;
  width: clamp(10.3125rem, 8.2872928177vw + 8.3701657459rem, 15rem);
  margin-inline: auto;
}

.p-aesthetic__text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-aesthetic__content-title {
  font-size: clamp(1.125rem, 0.6629834254vw + 0.9696132597rem, 1.5rem);
  font-weight: 700;
  padding-bottom: clamp(0.5rem, 0.6629834254vw + 0.3446132597rem, 0.875rem);
  position: relative;
  margin-left: auto;
  width: 100%;
}
@media (768px <= width) {
  .p-aesthetic__content-title {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-aesthetic__content-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--color-pink);
}
@media (768px <= width) {
  .p-aesthetic__content-title::before {
    width: calc(100% + clamp(0.9375rem, 2.7624309392vw + 0.2900552486rem, 2.5rem));
  }
}

.p-aesthetic__content-text b {
  color: var(--color-pink);
  font-weight: 700;
}

/* ===============================================
#下層ページ 審美治療 症例
=============================================== */
@media (width <= 767px) {
  .p-aesthetic-case__inner {
    width: 100%;
  }
}

.p-aesthetic-case__heading-box {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.1049723757vw + 0.3660220994rem, 1.25rem);
  align-items: center;
}

.p-aesthetic-case__sub-heading {
  color: var(--color-pink);
  font-size: clamp(1.125rem, 0.6629834254vw + 0.9696132597rem, 1.5rem);
}

.p-aesthetic-case__wrapper {
  background: #fff;
  padding: clamp(1.5625rem, 2.7624309392vw + 0.9150552486rem, 3.125rem);
}
@media (768px <= width) {
  .p-aesthetic-case__wrapper {
    border-radius: 30px;
    box-shadow: 4px 4px 4px 3px rgba(0, 0, 0, 0.2);
    margin-inline: calc(clamp(2.0625rem, 7.4033149171vw + 0.3273480663rem, 6.25rem) / 2);
  }
}

.splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  margin-inline: -16.5px;
  pointer-events: none;
  width: calc(100% + 33px);
}
@media (768px <= width) {
  .splide__arrows {
    width: calc(100% + (clamp(0rem, 5.5248618785vw + -1.2948895028rem, 3.125rem) + clamp(2.0625rem, 7.4033149171vw + 0.3273480663rem, 6.25rem) / 2) * 2);
    margin-inline: calc(clamp(0rem, 5.5248618785vw + -1.2948895028rem, 3.125rem) * -1 - clamp(2.0625rem, 7.4033149171vw + 0.3273480663rem, 6.25rem) / 2);
  }
}

.splide__arrow {
  width: 33px;
  pointer-events: auto;
}
@media (768px <= width) {
  .splide__arrow {
    width: clamp(2.0625rem, 7.4033149171vw + 0.3273480663rem, 6.25rem);
  }
}
.splide__arrow:disabled {
  opacity: 0.7;
}

.splide__pagination-arrow {
  width: clamp(1.375rem, 3.0939226519vw + 0.6498618785rem, 3.125rem);
}
.splide__pagination-arrow:disabled {
  opacity: 0.7;
}

.splide__arrow--next,
.splide__pagination-next {
  scale: -1;
}

.splide__pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.625rem, 1.546961326vw + 0.2624309392rem, 1.5rem);
}

.splide__pagination-status {
  font-size: clamp(0.625rem, 1.546961326vw + 0.2624309392rem, 1.5rem);
}

/* ===============================================
#下層ページ 審美治療 料金
=============================================== */
.p-aesthetic-price__table {
  border-collapse: collapse;
}
.p-aesthetic-price__table th,
.p-aesthetic-price__table td {
  border: 4px solid #fff;
  vertical-align: middle;
  text-align: center;
  padding: 2px clamp(0.5625rem, 0.1104972376vw + 0.5366022099rem, 0.625rem) 2px clamp(0.5625rem, 5.0828729282vw + -0.6287983425rem, 3.4375rem);
}
.p-aesthetic-price__table th {
  text-align: left;
  font-size: clamp(0.75rem, 1.546961326vw + 0.3874309392rem, 1.625rem);
}
@media (768px <= width) {
  .p-aesthetic-price__table th {
    width: 40%;
  }
}
.p-aesthetic-price__table td {
  font-size: clamp(0.6875rem, 1.4364640884vw + 0.3508287293rem, 1.5rem);
}
@media (768px <= width) {
  .p-aesthetic-price__table td {
    width: 60%;
  }
}
.p-aesthetic-price__table td b {
  color: var(--color-pink);
  font-size: clamp(1.875rem, 3.5359116022vw + 1.0462707182rem, 3.875rem);
}
.p-aesthetic-price__table tr:nth-of-type(odd) {
  background-color: #ffeef5;
}
.p-aesthetic-price__table tr:nth-of-type(even) {
  background-color: #fff5e9;
}

/* ===============================================
#下層ページ 診療項目一覧
=============================================== */
.p-medical__section#preventive-dentistry, .p-medical__section#wisdom-tooth {
  background: transparent url(./../image/sp/medical-bg_1.avif) no-repeat center center/cover;
}
@media (768px <= width) {
  .p-medical__section#preventive-dentistry, .p-medical__section#wisdom-tooth {
    background: transparent url(./../image/medical-bg_1.avif) no-repeat center center/cover;
  }
}
.p-medical__section#disorder {
  background: transparent url(./../image/medical-bg_2.avif) no-repeat center center/cover;
}
.p-medical__section#dentures {
  background: transparent url(./../image/medical-bg_3.avif) no-repeat center center/cover;
}
.p-medical__section#endodontic {
  background: transparent url(./../image/medical-bg_4.avif) no-repeat center center/cover;
}
.p-medical__section#periodontal {
  background: transparent url(./../image/medical-bg_5.avif) no-repeat center center/cover;
}

.p-medical__heading-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background: transparent url(./../image/top-diagnosis-heading-bg.avif) no-repeat center center/contain;
  width: clamp(20.625rem, 5.5248618785vw + 19.3301104972rem, 23.75rem);
  height: clamp(11.875rem, 3.3149171271vw + 11.0980662983rem, 13.75rem);
  margin-inline: auto;
  padding-top: 30px;
}

.p-medical__head {
  align-items: flex-start;
}

.p-medical__head-text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.5524861878vw + 0.8080110497rem, 1.25rem);
}

.p-medical__head-lead {
  font-size: clamp(1.1875rem, 0.6629834254vw + 1.0321132597rem, 1.5625rem);
  text-align: center;
  color: var(--color-pink);
}
@media (768px <= width) {
  .p-medical__head-lead {
    text-align: left;
  }
}

.p-medical__head-text {
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
.p-medical__head-text b {
  color: var(--color-pink);
}

.p-medical__block {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
}

.p-medical__block-title {
  background-color: var(--color-pink);
  border-radius: 8px;
  font-size: clamp(1.4375rem, 0.4419889503vw + 1.3339088398rem, 1.6875rem);
  color: #fff;
  padding: clamp(0.375rem, 0.4419889503vw + 0.2714088398rem, 0.625rem);
  text-align: center;
}

.p-medical__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(1.875rem, 1.6574585635vw + 1.4865331492rem, 2.8125rem);
}
@media (768px <= width) {
  .p-medical__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-medical__grid > li {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.546961326vw + 0.2624309392rem, 1.5rem);
}

.p-medical__grid-img {
  margin-inline: auto;
  display: block;
}
@media (768px <= width) {
  .p-medical__grid-img {
    max-width: 280px;
  }
}

.p-medical__grid-text {
  display: flex;
  flex-direction: column;
  gap: 1lh;
  flex: 1;
}
.p-medical__grid-text b {
  color: var(--color-pink);
  font-weight: 700;
}
.p-medical__grid-text ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-medical__grid-text ul li::before {
  content: "・";
  color: var(--color-pink);
}
.p-medical__grid-text ul.marker-black li::before {
  color: var(--color-black);
}
.p-medical__grid-text ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.p-medical__grid-text ol li::marker {
  color: var(--color-pink);
}

.p-medical__lists {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 2.2099447514vw + 1.9820441989rem, 3.75rem);
}
.p-medical__lists li {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 3.3149171271vw + 1.0980662983rem, 3.75rem);
}
@media (768px <= width) {
  .p-medical__lists li {
    flex-direction: row;
    align-items: flex-start;
  }
}

.p-medical__list-title {
  color: var(--color-pink);
  font-size: clamp(1rem, 0.9944751381vw + 0.7669198895rem, 1.5625rem);
  font-weight: 700;
}

.p-medical__flex {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
  position: relative;
}
@media (768px <= width) {
  .p-medical__flex {
    flex-direction: row;
    align-items: flex-start;
  }
}

.p-medical__flex-img {
  max-width: 360px;
}

.p-medical__gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 80px;
}
@media (768px <= width) {
  .p-medical__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 767px) {
  .p-medical__gallery-img:nth-of-type(n + 2) {
    display: none;
  }
}

/* ===============================================
#下層ページ マウスピース矯正とは
=============================================== */
.p-mouthpiece-about__section {
  background: transparent url(./../image/mouthpiece-bg_1.avif) no-repeat center center/cover;
}

.p-mouthpiece-about__lead {
  text-align: center;
  font-size: clamp(1.125rem, 0.6629834254vw + 0.9696132597rem, 1.5rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-mouthpiece-about__gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(0.9375rem, 1.1049723757vw + 0.6785220994rem, 1.5625rem);
}
@media (768px <= width) {
  .p-mouthpiece-about__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-mouthpiece-about__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
}
@media (768px <= width) {
  .p-mouthpiece-about__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-mouthpiece-about__cards.col-1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mouthpiece-about__card {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 4.632px 11.581px 0px rgba(255, 108, 125, 0.2);
  padding: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem) clamp(1.25rem, 2.2099447514vw + 0.7320441989rem, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-mouthpiece-about__card-title {
  color: #fff;
  background-color: #fd7aaf;
  font-size: clamp(1.25rem, 0.3314917127vw + 1.1723066298rem, 1.4375rem);
  padding: 2px 30px;
  border-radius: 50vw;
  width: -moz-fit-content;
  width: fit-content;
}

/* ===============================================
#下層ページ マウスピース矯正 種類
=============================================== */
.p-mouthpiece-type__section {
  background: transparent url(./../image/mouthpiece-bg_2.avif) no-repeat center center/cover;
}

/* ===============================================
#下層ページ マウスピース矯正 担当医
=============================================== */
.p-mouthpiece__bg {
  background: transparent url(./../image/sp/implant-bg_1.avif) no-repeat bottom center/cover;
}
@media (768px <= width) {
  .p-mouthpiece__bg {
    background: transparent url(./../image/mouthpiece-bg_3.avif) no-repeat center center/cover;
  }
}
.p-mouthpiece__bg .p-implant__title {
  text-align: center;
}

/* ===============================================
#下層ページ 院内紹介
=============================================== */
.p-gallery__section {
  background: transparent url(./../image/gallery-bg.avif) repeat center center/100%;
}

.p-gallery__title {
  min-width: 240px;
  background-color: var(--color-pink);
  color: #fff;
  font-size: 1.25rem;
  padding: 5px 10px;
  border-radius: 50vw;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.p-gallery__flex {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 3.6464088398vw + 1.6453729282rem, 4.5625rem);
}
@media (768px <= width) {
  .p-gallery__flex {
    flex-direction: row;
  }
}
.p-gallery__flex img {
  border-radius: 32px;
}
@media (768px <= width) {
  .p-gallery__flex img:nth-of-type(1) {
    width: calc(67% - clamp(2.5rem, 3.6464088398vw + 1.6453729282rem, 4.5625rem));
  }
  .p-gallery__flex img:nth-of-type(2) {
    width: 33%;
  }
}

.p-gallery__img {
  width: 100%;
  border-radius: 40px;
}
.p-gallery__img.middle {
  max-width: 450px;
  margin-inline: auto;
}

.p-gallery-reservation__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 5px;
}
@media (768px <= width) {
  .p-gallery-reservation__flex {
    flex-direction: row;
  }
}
.p-gallery-reservation__flex.center {
  justify-content: center;
}

.p-gallery-reservation__text-box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3.3149171271vw + 0.4730662983rem, 3.125rem);
}

.p-gallery-reservation__title {
  color: var(--color-pink);
  font-size: clamp(1.75rem, 1.3259668508vw + 1.4392265193rem, 2.5rem);
  text-align: center;
}

.p-gallery-reservation__text {
  font-size: 1rem;
  line-height: 1.8;
}
@media (768px <= width) {
  .p-gallery-reservation__text {
    text-align: center;
  }
}

.p-gallery-reservation__img {
  flex: 1;
}

/* ===============================================
#下層ページ スタッフ紹介
=============================================== */
.p-staff__section {
  background: transparent url(./../image/staff-bg_1.avif) no-repeat center center/cover;
}

.p-staff__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (768px <= width) {
  .p-staff__flex {
    flex-direction: row;
  }
}

@media (768px <= width) {
  .p-staff__text-box {
    width: 50%;
    margin-top: 80px;
  }
}

@media (768px <= width) {
  .p-staff__img {
    width: 40%;
  }
}

/* ===============================================
#下層ページ 診療案内
=============================================== */
.p-info__table th,
.p-info__table td {
  vertical-align: middle;
  font-weight: 700;
}
.p-info__table th {
  background-color: var(--color-pink2);
  color: #fff;
  font-size: clamp(0.625rem, 1.4364640884vw + 0.2883287293rem, 1.4375rem);
  text-align: center;
  padding: clamp(0.625rem, 2.2099447514vw + 0.1070441989rem, 1.875rem) clamp(0.4375rem, 0.8839779006vw + 0.2303176796rem, 0.9375rem);
}
.p-info__table td {
  padding: clamp(0.5625rem, 1.7679558011vw + 0.1481353591rem, 1.5625rem) clamp(0.4375rem, 1.9889502762vw + -0.028660221rem, 1.5625rem);
  background-color: #fff;
  font-size: clamp(0.625rem, 1.7679558011vw + 0.2106353591rem, 1.625rem);
}
.p-info__table tr:nth-of-type(n + 2) th,
.p-info__table tr:nth-of-type(n + 2) td {
  border-top: 1px solid var(--color-pink);
}

.p-info__table-notice {
  font-size: clamp(0.875rem, 0.6629834254vw + 0.7196132597rem, 1.25rem);
}

/* ===============================================
#下層ページ お問い合わせ
=============================================== */
.p-contact__container {
  padding: clamp(1.875rem, 2.2099447514vw + 1.3570441989rem, 3.125rem) clamp(1.25rem, 5.5248618785vw + -0.0448895028rem, 4.375rem);
  border-radius: 18px;
  border: 1px solid var(--color-pink);
  background: #fff;
  box-shadow: 0px 4.684px 11.709px 0px rgba(75, 75, 75, 0.2);
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 4.4198895028vw + 0.2140883978rem, 3.75rem);
}
.p-contact__container .c-btn__tel {
  font-size: clamp(1.625rem, 1.546961326vw + 1.2624309392rem, 2.5rem);
}

.p-contact__no-medical {
  text-align: center;
  color: var(--color-pink);
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.2154696133vw + 1.0901243094rem, 2.0625rem);
}

.p-contact__text {
  line-height: 1.6;
  font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
  display: flex;
  flex-direction: column;
  gap: 1lh;
}

.p-contact__form {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.2099447514vw + 0.7320441989rem, 2.5rem);
}
.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form input[type=date],
.p-contact__form select,
.p-contact__form textarea {
  font-size: 16px;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  padding: 0.5em;
}
.p-contact__form textarea {
  resize: none;
  height: clamp(8.3125rem, 24.861878453vw + 2.4854972376rem, 22.375rem);
}
.p-contact__form select {
  padding-right: 30px;
  background: transparent url(./../image/icon-select-arrow.svg) no-repeat right 15px center/15px 15px;
}
.p-contact__form input[type=checkbox],
.p-contact__form input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.p-contact__form input[type=checkbox] + span,
.p-contact__form input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: clamp(1.25rem, 2.8729281768vw + 0.5766574586rem, 2.875rem);
  position: relative;
  font-size: clamp(1rem, 1.4364640884vw + 0.6633287293rem, 1.8125rem);
}
.p-contact__form input[type=checkbox] + span::before,
.p-contact__form input[type=radio] + span::before {
  background: #fff;
  border: clamp(0.0625rem, 0.1104972376vw + 0.0366022099rem, 0.125rem) solid #cfcfcf;
  content: "";
  display: block;
  height: clamp(0.875rem, 2.2099447514vw + 0.3570441989rem, 2.125rem);
  width: clamp(0.875rem, 2.2099447514vw + 0.3570441989rem, 2.125rem);
  left: 0;
  position: absolute;
  top: clamp(0.375rem, 0.1104972376vw + 0.3491022099rem, 0.4375rem);
  border-radius: clamp(0.125rem, 0.2209944751vw + 0.0732044199rem, 0.25rem);
}
.p-contact__form input[type=checkbox] + span::after,
.p-contact__form input[type=radio] + span::after {
  border-bottom: clamp(0.0625rem, 0.1104972376vw + 0.0366022099rem, 0.125rem) solid var(--color-pink);
  border-left: clamp(0.0625rem, 0.1104972376vw + 0.0366022099rem, 0.125rem) solid var(--color-pink);
  content: "";
  display: block;
  width: clamp(0.5625rem, 1.6574585635vw + 0.1740331492rem, 1.5rem);
  height: clamp(0.3125rem, 0.773480663vw + 0.1312154696rem, 0.75rem);
  position: absolute;
  top: clamp(0.5625rem, 0.5524861878vw + 0.4330110497rem, 0.875rem);
  left: clamp(0.1875rem, 0.2209944751vw + 0.1357044199rem, 0.3125rem);
  opacity: 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease 0s;
}
.p-contact__form input[type=checkbox]:checked + span::after,
.p-contact__form input[type=radio]:checked + span::after {
  opacity: 1;
}
.p-contact__form input[type=checkbox]:focus + span::before, .p-contact__form input[type=checkbox]:focus + span::before,
.p-contact__form input[type=radio]:focus + span::before,
.p-contact__form input[type=radio]:focus + span::before {
  border: 1px solid;
  outline: 1px solid;
}

.flatpickr-day.holiday {
  background-color: #ffe0e0 !important;
}
.flatpickr-day.holiday.selected {
  color: #393939 !important;
}
.flatpickr-day.sunday {
  background-color: #ffe0e0 !important;
}
.flatpickr-day.sunday.selected {
  color: #393939 !important;
}
.flatpickr-day.saturday {
  background-color: #c9dcff !important;
}
.flatpickr-day.saturday.selected {
  color: #393939 !important;
}

.p-contact__form-blocks {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.1049723757vw + 0.3660220994rem, 1.25rem);
}

.p-contact__form-block {
  display: flex;
  flex-direction: column;
  gap: clamp(0.375rem, 0.4419889503vw + 0.2714088398rem, 0.625rem);
}

.p-contact__form-label {
  font-size: clamp(1rem, 1.4364640884vw + 0.6633287293rem, 1.8125rem);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2em 0.5em;
}
.p-contact__form-label .required {
  font-size: clamp(0.75rem, 0.6629834254vw + 0.5946132597rem, 1.125rem);
  padding: 0 10px 1px;
  background-color: var(--color-pink);
  color: #fff;
  border-radius: 4px;
}

.p-contact__day-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 20px;
}
@media (768px <= width) {
  .p-contact__day-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-contact__form-notice {
  color: var(--color-pink);
  font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
  line-height: 1.75;
}

.p-contact__check-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.375rem, 0.8839779006vw + 0.1678176796rem, 0.875rem);
}

/* ===============================================
#下層ページ 症例紹介
=============================================== */
.p-case__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 1.7679558011vw + 0.5856353591rem, 2rem) clamp(0.8125rem, 0.9944751381vw + 0.5794198895rem, 1.375rem);
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
}
@media (768px <= width) {
  .p-case__links {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-case__link {
  background-color: rgba(255, 150, 200, 0.5);
  padding: clamp(0.5rem, 0.6629834254vw + 0.3446132597rem, 0.875rem) clamp(0.5625rem, 1.4364640884vw + 0.2258287293rem, 1.375rem);
  font-size: clamp(1.125rem, 0.9944751381vw + 0.8919198895rem, 1.6875rem);
  text-align: center;
  position: relative;
}
.p-case__link::after {
  content: "";
  width: clamp(0.625rem, 0.8839779006vw + 0.4178176796rem, 1.125rem);
  height: clamp(0.625rem, 0.8839779006vw + 0.4178176796rem, 1.125rem);
  background-color: var(--color-pink2);
  position: absolute;
  top: clamp(0.25rem, 0.2209944751vw + 0.1982044199rem, 0.375rem);
  right: clamp(0.25rem, 0.2209944751vw + 0.1982044199rem, 0.375rem);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/* ===============================================
#下層ページ 口コミ
=============================================== */
.p-kuchikomi__container {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: clamp(1.25rem, 4.4198895028vw + 0.2140883978rem, 3.75rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.2099447514vw + 0.7320441989rem, 2.5rem);
}

.p-kuchikomi__text b {
  color: var(--color-pink);
  font-weight: 700;
}

.p-kuchikomi__flow-box {
  border-radius: 20px;
  padding: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
  border: 2px solid var(--color-pink);
  background: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1049723757vw + 0.9910220994rem, 1.875rem);
}

.p-kuchikomi__flow-title {
  color: var(--color-pink);
  font-size: clamp(1.125rem, 0.6629834254vw + 0.9696132597rem, 1.5rem);
  font-weight: 700;
  text-align: center;
}

.p-kuchikomi__flow-list {
  list-style: decimal;
  margin-left: 1.2em;
}

.p-kuchikomi__flow-img {
  max-width: 258px;
}

.p-kuchikomi__btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.625rem, 1.1049723757vw + 0.3660220994rem, 1.25rem);
}

.p-kuchikomi__btn-text {
  color: var(--color-pink);
  text-align: center;
}

.p-kuchikomi__btn {
  border-radius: 30px;
  background: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 360px;
  overflow: hidden;
}

/* ===============================================
#下層ページ 訪問診療
=============================================== */
.p-visit-service__section {
  background: transparent url(./../image/visit-bg_1.avif) no-repeat center center/cover;
}

.p-visit-service__heading {
  text-align: center;
  font-size: clamp(1.125rem, 0.773480663vw + 0.9437154696rem, 1.5625rem);
}
.p-visit-service__heading b {
  color: var(--color-pink);
  font-size: clamp(1.5rem, 1.546961326vw + 1.1374309392rem, 2.375rem);
}

.p-visit-detail__container {
  border-radius: 30px;
  border: 2px solid var(--color-pink);
  background: #fff;
  box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.25);
  padding: clamp(1.25rem, 3.3149171271vw + 0.4730662983rem, 3.125rem) clamp(1.25rem, 7.7348066298vw + -0.5628453039rem, 5.625rem);
  position: relative;
}

.p-visit-detail__object {
  position: absolute;
  width: clamp(10rem, 6.8508287293vw + 8.3943370166rem, 13.875rem);
  right: clamp(1.25rem, 7.182320442vw + -0.4333563536rem, 5.3125rem);
  bottom: clamp(1.25rem, 2.2099447514vw + 0.7320441989rem, 2.5rem);
}
@media (width <= 767px) {
  .p-visit-detail__object {
    display: none;
  }
}

.p-visit-detail__lists dt {
  color: var(--color-pink);
  font-size: clamp(1.125rem, 0.2209944751vw + 1.0732044199rem, 1.25rem);
}
.p-visit-detail__lists dd {
  font-size: clamp(1rem, 0.2209944751vw + 0.9482044199rem, 1.125rem);
  padding-left: 1.1em;
}

.p-visit-cta__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.25rem, 8.8397790055vw + -0.8218232044rem, 6.25rem);
}
@media (width <= 767px) {
  .p-visit-cta__container {
    flex-direction: column;
  }
}

.p-visit-cta__text-box {
  width: -moz-fit-content;
  width: fit-content;
}

.p-visit-cta__heading {
  color: var(--color-pink);
  text-align: center;
  font-size: clamp(1.75rem, 1.3259668508vw + 1.4392265193rem, 2.5rem);
  font-weight: 500;
}

.p-visit-cta__lead {
  font-size: clamp(1rem, 0.8839779006vw + 0.7928176796rem, 1.5rem);
  text-align: center;
}