@charset "UTF-8";
/*
 * 関数定義用ファイル
 */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;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;
}

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

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] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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 {
  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;
}

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

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

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

:root {
  --color-black: #262523;
  --color-blue: #182F7C;
  --font-family-common: "Noto Sans JP", sans-serif;
  --font-family-mincho: "Zen Old Mincho", serif;
  --font-family-en: "EB Garamond", serif;
  --duration: 0.3s;
}

/*
 * 流体タイポ計算用 関数
 *
 * @use parts/_fonts.scssファイルを参照
 */
/*
 * 逆流体タイポ計算用 関数
 * PCでは小さく、スマホでは大きく表示する場合に使用
 */
/*
 * メディアクエリ用mixin
 */
* {
  letter-spacing: 0.06em;
}

body {
  background-color: #fff;
  font-family: var(--font-family-common);
  line-height: 1.5;
  color: var(--color-black);
  font-size: clamp(15px, 0.0938967136vw + 14.6478873239px, 16px);
  font-weight: 500;
}
body.is-scroll-stop {
  overflow: hidden;
}

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

a,
button {
  display: inline-block;
  transition: opacity var(--duration);
}
a:hover,
button:hover {
  opacity: 0.7;
}

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

small {
  font-size: inherit;
}

p > b {
  font-weight: 700;
}

.c-relative {
  position: relative;
}

.header-height {
  margin-top: var(--header-height);
}

.w-100 {
  width: 100%;
}

/* ===============================================
#inner
=============================================== */
.inner {
  width: 89.3%;
  margin-inline: auto;
}
.inner.w-100 {
  width: 100%;
}
.inner.max-1312 {
  max-width: 1312px;
}
.inner.max-1200 {
  max-width: 1200px;
}
.inner.max-1120 {
  max-width: 1120px;
}
.inner.max-960 {
  max-width: 960px;
}

/* ===============================================
#ボタン
=============================================== */
/* ===============================================
#見出し
=============================================== */
.heading_h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(4px, 0.3755868545vw + 2.5915492958px, 8px);
  text-align: center;
  font-family: var(--font-family-mincho);
  line-height: 1.4;
}
.heading_h2.left {
  text-align: left;
  align-items: flex-start;
}

.heading_h2-en {
  font-size: clamp(22px, 0.1877934272vw + 21.2957746479px, 24px);
  color: var(--color-blue);
}
.heading_h2-en.color-white {
  color: #fff;
}

.heading_h2-ja {
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
}
.heading_h2-ja.color-white {
  color: #fff;
}

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

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

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

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

/* ===============================================
#余白
=============================================== */
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col.center {
  align-items: center;
}
.flex-col.flex-start {
  align-items: flex-start;
}

/* gap */
.gap-lh {
  gap: 1lh;
}

.gap-96-56 {
  gap: clamp(56px, 3.7558685446vw + 41.9154929577px, 96px);
}

.gap-96-80 {
  gap: clamp(80px, 1.5023474178vw + 74.3661971831px, 96px);
}

.gap-80-56 {
  gap: clamp(56px, 2.2535211268vw + 47.5492957746px, 80px);
}

.gap-64-56 {
  gap: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
}

.gap-64-24 {
  gap: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
}

.gap-40 {
  gap: 40px;
}

.gap-40-24 {
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}

.gap-40-20 {
  gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}

.gap-24-20 {
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
}

.gap-24 {
  gap: 24px;
}

.gap-16-12 {
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
}

.gap-8 {
  gap: 8px;
}

/* margin */
/* padding */
.py-64-56 {
  padding-block: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
}

.pt-64-56 {
  padding-top: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
}

.pb-64-56 {
  padding-bottom: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
}

.pb-40-24 {
  padding-bottom: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}

/* ===============================================
#背景
=============================================== */
/* ===============================================
#テキスト
=============================================== */
.text_body {
  line-height: 1.8;
  font-weight: 400;
}
.text_body b {
  font-weight: 700;
  color: #bc8d00;
}
.text_body b.color-blue {
  color: var(--color-blue);
}
.text_body strong {
  font-weight: 700;
  color: var(--color-blue);
  background: linear-gradient(266deg, rgba(242, 222, 160, 0.7) 0%, rgba(231, 194, 79, 0.7) 50.05%, rgba(207, 156, 0, 0.7) 100%) no-repeat left bottom/100% 8px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.check_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  background-color: #fff;
  box-shadow: 0 0 4px rgba(38, 37, 35, 0.2);
}

.check_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.check_item::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-top: 3px;
  background: transparent url(./../img/icon-check_1.svg) no-repeat center center/contain;
}
.check_item p {
  flex: 1;
  line-height: 1.8;
  font-weight: 400;
}
.check_item b {
  font-weight: 700;
  color: #bc8d00;
}
.check_item small {
  font-weight: 500;
  color: #bc8d00;
}

@media (768px <= width) {
  .pc-text-center {
    text-align: center;
  }
}

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

/* ===============================================
#color
=============================================== */
/* ===============================================
#grid
=============================================== */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* ===============================================
#404
=============================================== */
.error_inner {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(40px, 1.8779342723vw + 32.9577464789px, 60px);
}

/* ===============================================
#ヘッダー
=============================================== */
.header {
  position: relative;
  z-index: 50;
  background-color: #fff;
  padding-block: 16px;
}
@media (width <= 1023px) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
  }
}

.header_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 89.3%;
  max-width: 1310px;
  margin-inline: auto;
}

.header_logo {
  max-width: clamp(229px, 12.3004694836vw + 182.8732394366px, 360px);
  flex-shrink: 0;
}

.header_tel_cta {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  font-family: var(--font-family-mincho);
}

.header_tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
}

.header_tel_number {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #182f7c;
  font-weight: 700;
}

.header_tel_label {
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
  line-height: 1;
  letter-spacing: 0.08em;
}

.header_tel_phone {
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  line-height: 1.4;
}

.header_tel_hours {
  font-size: clamp(12px, 0.1877934272vw + 11.2957746479px, 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.header_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  width: clamp(188px, 1.9718309859vw + 180.6056338028px, 209px);
  height: clamp(52px, 1.1267605634vw + 47.7746478873px, 64px);
  border: 1px solid #ddae1c;
  background: linear-gradient(256.7deg, #f2dea0 0%, #e7c24f 50.049%, #cf9c00 100%);
  color: #182f7c;
}
.header_cta img {
  flex-shrink: 0;
  width: clamp(24px, 0.3755868545vw + 22.5915492958px, 28px);
}
.header_cta p {
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/* ===============================================
#ヘッダー SPメニューボタン
=============================================== */
.header_menu_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: none;
  cursor: pointer;
}

.header_menu_btn_bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-blue);
}

/* ===============================================
#グローバルナビ（PC）
=============================================== */
.header_global_nav {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

.header_global_nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header_global_nav_item {
  flex-shrink: 0;
}

.header_global_nav_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px) clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.header_global_nav_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
}

.header_global_nav_label {
  font-family: var(--font-family-mincho);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.header_global_nav_caption {
  font-family: var(--font-family-en);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #182f7c;
}

.header_global_nav_icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  transition: transform var(--duration);
}
.header_global_nav_icon img {
  vertical-align: top;
}

.header_global_nav_sub {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--duration), visibility var(--duration);
  background: linear-gradient(90deg, rgba(175, 186, 223, 0.4) 0%, rgba(175, 186, 223, 0.4) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  backdrop-filter: blur(12px);
}

.header_global_nav_item-has_sub.is-open .header_global_nav_sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header_global_nav_item-has_sub.is-open .header_global_nav_link .header_global_nav_icon {
  transform: rotate(180deg);
}

.header_global_nav_sub_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(8px, 0.7511737089vw + 5.1830985915px, 16px);
}

.header_global_nav_sub_item {
  width: clamp(200px, 3.7558685446vw + 185.9154929577px, 240px);
}

.header_global_nav_sub_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px) clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  background-color: #f0f3f5;
  font-family: var(--font-family-mincho);
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.header_global_nav_sub_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
}

.header_global_nav_sub_label {
  flex: 1;
  min-width: 0;
}

.header_global_nav_sub_arrow {
  flex-shrink: 0;
  width: 16px;
}

/* ===============================================
#SPハンバーガーメニュー
=============================================== */
.header_sp_menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background-color: #f0f3fa;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--duration), visibility var(--duration);
}
.header_sp_menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header_sp_menu_head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-shrink: 0;
  height: 64px;
}

.header_sp_menu_close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 72px;
  height: 64px;
  padding: 0;
  background: none;
  cursor: pointer;
}

.header_sp_menu_close_bar {
  position: absolute;
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--color-blue);
}
.header_sp_menu_close_bar:first-child {
  transform: rotate(45deg);
}
.header_sp_menu_close_bar:last-child {
  transform: rotate(-45deg);
}

.header_sp_menu_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 16px 64px;
}

.header_sp_menu_list {
  display: flex;
  flex-direction: column;
}

.header_sp_menu_item {
  border-bottom: 1px solid #afbadf;
}

.header_sp_menu_link,
.header_sp_menu_trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 20px 16px;
  font-family: var(--font-family-mincho);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.header_sp_menu_trigger {
  justify-content: space-between;
}

.header_sp_menu_item-has_sub.is-open .header_sp_menu_icon-down {
  transform: rotate(180deg);
}
.header_sp_menu_item-has_sub.is-open .header_sp_menu_sub {
  display: flex;
}

.header_sp_menu_sub {
  display: none;
  flex-direction: column;
  border-top: 1px solid #afbadf;
}

.header_sp_menu_sub_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 8px 16px;
  font-family: var(--font-family-mincho);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #677ab9;
}

.header_sp_menu_icon {
  flex-shrink: 0;
  width: 16px;
  transition: transform var(--duration);
}

.header_sp_menu_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 328px;
  margin-inline: auto;
}

.header_sp_menu_logo {
  width: 100%;
}

.header_sp_menu_cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.header_sp_menu_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 80px;
  padding: 13px 24px;
  background: linear-gradient(253.47deg, #677ab9 0%, #182f7c 50%, #132663 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.header_sp_menu_tel_lead {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.header_sp_menu_tel_number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.header_sp_menu_tel_label {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.header_sp_menu_tel_phone {
  font-size: 32px;
}

.header_sp_menu_web {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 80px;
  padding: 14px 24px;
  border: 1px solid #ddae1c;
  background: linear-gradient(256.7deg, #f2dea0 0%, #e7c24f 50.049%, #cf9c00 100%);
  color: var(--color-blue);
  font-family: var(--font-family-mincho);
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.header_sp_menu_web_lead {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.header_sp_menu_web_inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.header_sp_menu_web_inner img {
  flex-shrink: 0;
  width: 28px;
}

.header_sp_menu_web_label {
  font-size: 28px;
}

/* ===============================================
#フッター
=============================================== */
.footer {
  padding-top: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
  background-color: #f0f3f5;
}

.footer_body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: clamp(40px, 0.7511737089vw + 37.1830985915px, 48px);
}
@media (width <= 1023px) {
  .footer_body {
    flex-direction: column;
  }
}

.footer_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px;
}

.footer_logo {
  width: 100%;
  max-width: 320px;
}

.footer_tel {
  font-family: var(--font-family-mincho);
  line-height: 1;
  white-space: nowrap;
}

.footer_tel_number {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-blue);
  font-weight: 700;
}

.footer_tel_label {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  letter-spacing: 0.08em;
}

.footer_tel_phone {
  font-size: 32px;
  line-height: 1.4;
}

.footer_tel_hours {
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  letter-spacing: 0.08em;
}

.footer_nav {
  width: 100%;
}
@media (768px <= width) {
  .footer_nav {
    width: fit-content;
  }
}

.footer_nav_contents {
  display: flex;
}
@media (width <= 767px) {
  .footer_nav_contents {
    flex-direction: column;
  }
}
@media (768px <= width) {
  .footer_nav_contents {
    gap: 0 clamp(0px, 3.7558685446vw + -14.0845070423px, 40px);
  }
}

.footer_nav_main {
  display: flex;
  flex-direction: column;
}

.footer_nav_main_link {
  display: flex;
  align-items: center;
  padding-block: 8px;
  line-height: 1.8;
  color: var(--color-blue);
  white-space: nowrap;
}
@media (1024px <= width) {
  .footer_nav_main_link {
    min-width: clamp(133px, 7.79342723vw + 103.7746478873px, 216px);
    padding-inline: 16px;
  }
}

.footer_nav_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
@media (768px <= width) {
  .footer_nav_menu {
    width: fit-content;
  }
}

.footer_nav_menu_title {
  padding-block: 8px;
  line-height: 1.8;
  color: var(--color-blue);
  white-space: nowrap;
}
@media (768px <= width) {
  .footer_nav_menu_title {
    padding-inline: 16px;
  }
}

.footer_nav_sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.footer_nav_sub_link {
  display: flex;
  align-items: center;
  padding-block: 8px;
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  font-weight: 400;
  line-height: 1.8;
}
@media (768px <= width) {
  .footer_nav_sub_link {
    min-width: clamp(133px, 7.79342723vw + 103.7746478873px, 216px);
    padding-inline: 16px;
  }
}

.footer_copyright {
  padding-block: 16px;
  border-top: 1px solid #AFBADF;
  font-family: var(--font-family-en);
  font-size: clamp(11px, 0.1877934272vw + 10.2957746479px, 13px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-blue);
}

/* ===============================================
#ファーストビュー
=============================================== */
.fv {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media (width <= 1023px) {
  .fv {
    padding-bottom: 150px;
  }
}
@media (width <= 767px) {
  .fv {
    padding-bottom: 376px;
  }
}

.fv_visual {
  position: relative;
  min-height: 640px;
  height: calc(100svh - var(--header-height));
  overflow: hidden;
}

.fv_splide {
  position: absolute;
  inset: 0;
  height: 100%;
}
.fv_splide .splide__track,
.fv_splide .splide__list,
.fv_splide .splide__slide {
  height: 100%;
}

.fv_slide {
  height: 100%;
}

.fv_img-wrap {
  height: 100%;
}
.fv_img-wrap img {
  height: 100%;
}

.fv_main_copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  font-family: var(--font-family-mincho);
  color: var(--color-blue);
}
@media (width <= 767px) {
  .fv_main_copy {
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 64px;
    background: linear-gradient(0deg, rgba(24, 47, 124, 0.8) 18.05%, rgba(24, 47, 124, 0) 50.66%);
  }
}
@media (768px <= width) {
  .fv_main_copy {
    width: 720px;
    padding-top: 96px;
    background: linear-gradient(270deg, rgba(24, 47, 124, 0) 0%, rgba(24, 47, 124, 0.8) 57.47%);
  }
}

.fv_new_open {
  width: fit-content;
  display: flex;
  flex-direction: column;
  padding: 8px clamp(20px, 0.3755868545vw + 18.5915492958px, 24px) 8px clamp(20px, 4.1314553991vw + 4.5070422535px, 64px);
  background: linear-gradient(90deg, var(--background-accent_dark, #bc8d00) 0%, var(--background-accent, #e7c24f) 30%, var(--background-accent_subtler, #f8ecc9) 100%);
  line-height: 1.4;
  white-space: nowrap;
}

.fv_new_open_date {
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
}

.fv_new_open_label {
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
}

.fv_copy_text {
  padding-left: clamp(20px, 4.1314553991vw + 4.5070422535px, 64px);
  font-size: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 3px rgba(24, 47, 124, 0.5);
}

.fv_point_list {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  width: calc(100% - 40px);
  max-width: 960px;
  padding: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  background-color: rgba(175, 186, 223, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 8px rgba(24, 47, 124, 0.6);
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .fv_point_list {
    flex-wrap: wrap;
    max-width: 728px;
  }
}
@media (width <= 767px) {
  .fv_point_list {
    max-width: 335px;
  }
}

.fv_point {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  color: var(--color-blue);
}
@media (768px <= width) {
  .fv_point {
    width: 280px;
  }
}

.fv_point_img {
  flex-shrink: 0;
  width: 120px;
}

.fv_point_body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 29px 10px 24px;
}
.fv_point_body:after {
  content: "";
  width: 64px;
  aspect-ratio: 64/6;
  background: transparent url(./../img/icon-arrow_4.svg) no-repeat center center/contain;
}

.fv_point_text_box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-family-mincho);
}

.fv_point_ja {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media (width <= 767px) {
  .fv_point_ja {
    font-size: 22px;
  }
}

.fv_point_en {
  font-weight: 500;
  line-height: 1.4;
  color: #ced7f4;
  white-space: nowrap;
}

.fv_point:nth-child(1) .fv_point_en {
  font-size: 24px;
  margin-top: -20px;
}

.fv_point:nth-child(2) .fv_point_en {
  font-size: 20px;
  margin-top: -17px;
}

.fv_point:nth-child(3) .fv_point_en {
  font-size: 15px;
  margin-top: -13px;
}

/* ===============================================
#コンセプト
=============================================== */
.concept {
  position: relative;
  overflow: hidden;
  padding-block: clamp(10px, 15.3051643192vw + -47.3943661972px, 173px) clamp(0px, 15.4929577465vw + -58.0985915493px, 165px);
  background: transparent url(./../img/concept-ph-bg_1.webp) no-repeat center center/100% 100%;
}

.concept_ph {
  width: 100%;
}
@media (768px <= width) {
  .concept_ph {
    position: absolute;
    pointer-events: none;
  }
}

@media (768px <= width) {
  .concept_ph-left {
    top: 15px;
    left: 0;
    width: clamp(120px, 46.0093896714vw + -52.5352112676px, 610px);
  }
}

@media (width <= 767px) {
  .concept_ph-right {
    margin-top: 58px;
  }
}
@media (768px <= width) {
  .concept_ph-right {
    bottom: 45px;
    right: 0;
    width: clamp(100px, 30.234741784vw + -13.3802816901px, 422px);
  }
}

.concept_body {
  position: relative;
  z-index: 1;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
@media (width <= 767px) {
  .concept_body {
    margin-top: 30px;
  }
}

.concept_title {
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
}

.concept_title_lead {
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.concept_highlight {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .concept_highlight {
    flex-direction: column;
  }
}

.concept_highlight_box {
  padding: 4px 16px;
  background: linear-gradient(266deg, #8595ca 0%, #3b5198 50.05%, #0e1c4a 100%);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.concept_highlight_and {
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.concept_lead {
  font-weight: 400;
  line-height: 1.8;
}
@media (768px <= width) {
  .concept_lead {
    text-align: center;
  }
}

/* ===============================================
#当院が選ばれる3つの理由
=============================================== */
.strengths {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  padding-block: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px) clamp(24px, 0.9389671362vw + 20.4788732394px, 34px);
}

.strengths_contents {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}

.strength_item {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  padding-bottom: clamp(56px, 2.2535211268vw + 47.5492957746px, 80px);
}
.strength_item:nth-child(1) .strength_item_hero {
  background: transparent url(./../img/strength-contents-img_1.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .strength_item:nth-child(1) .strength_item_hero {
    background: transparent url(./../img/sp/strength-contents-img_1.webp) no-repeat bottom center/cover;
    padding-bottom: 203px;
  }
}
.strength_item:nth-child(2) .strength_item_hero {
  background: transparent url(./../img/strength-contents-img_2.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .strength_item:nth-child(2) .strength_item_hero {
    background: transparent url(./../img/sp/strength-contents-img_2.webp) no-repeat bottom center/cover;
    padding-bottom: 251px;
  }
}
.strength_item:nth-child(2) .strength_item_hero_content {
  margin-left: auto;
}
.strength_item:nth-child(3) .strength_item_hero {
  background: transparent url(./../img/strength-contents-img_3.webp) no-repeat center center/cover;
}
.strength_item:nth-child(3) .strength_item_hero .strength_item_head_en {
  top: calc(clamp(32px, 1.5023474178vw + 26.3661971831px, 48px) * -1);
  font-size: clamp(32px, 3.7558685446vw + 17.9154929577px, 72px);
}
@media (width <= 767px) {
  .strength_item:nth-child(3) .strength_item_hero {
    background: transparent url(./../img/sp/strength-contents-img_3.webp) no-repeat bottom center/cover;
    padding-bottom: 284px;
  }
}

.strength_item_hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-block: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
}

.strength_item_hero_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 560px;
}

.strength_item_head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family-mincho);
}

.strength_item_head_en {
  position: absolute;
  top: calc(clamp(36px, 1.1267605634vw + 31.7746478873px, 48px) * -1);
  left: calc(clamp(0px, 5.2582159624vw + -19.7183098592px, 56px) * -1);
  font-size: clamp(48px, 2.2535211268vw + 39.5492957746px, 72px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  pointer-events: none;
}

.strength_item_num {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #677ab9;
}

.strength_item_title {
  position: relative;
  z-index: 1;
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.strength_item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  min-height: 56px;
  padding: 16px;
  background-color: var(--color-blue);
  color: #fff;
}
.strength_item_btn img {
  width: 28px;
}

.strength_item_btn_label {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: var(--font-family-mincho);
}

.strength_item_body {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
}

.strength_item_card_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px) 16px;
  padding: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px) clamp(20px, 1.1267605634vw + 15.7746478873px, 32px);
  background-color: #f0f3f5;
}
@media (width <= 767px) {
  .strength_item_card_list {
    flex-direction: column;
  }
}
@media (width <= 767px) {
  .strength_item_card_list.strength_item_card_list--wrap {
    gap: 20px;
  }
}

.strength_item_card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (768px <= width) {
  .strength_item_card {
    width: calc(50% - 8px);
  }
}
@media (1024px <= width) {
  .strength_item_card {
    width: calc(33.3333333333% - 10.6666666667px);
  }
}

@media (768px <= width) {
  .strength_item_card--wide {
    width: calc(50% - 8px);
  }
}

.strength_item_card_ph img {
  height: 150px;
}

.strength_item_card_title {
  padding: 8px;
  background: linear-gradient(266deg, #afbadf 0%, #8595ca 50.05%, #3b5198 100%);
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  line-height: 1.8;
  color: #fff;
  text-align: center;
}

.strength_item_card_text {
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  font-weight: 400;
  line-height: 1.8;
}
.strength_item_card_text b {
  color: var(--color-blue);
}

.strength_item_notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (width <= 767px) {
  .strength_item_notes {
    gap: 12px;
  }
}

/* ===============================================
#診療メニュー
=============================================== */
.menu {
  padding-block: clamp(56px, 3.5680751174vw + 42.6197183099px, 94px) clamp(120px, 6.0093896714vw + 97.4647887324px, 184px);
  background: transparent url(./../img/menu-equipment-bg-img_1.webp) no-repeat center center/cover;
}

.menu_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(144px, 3.0046948357vw + 132.7323943662px, 176px), 1fr));
  gap: clamp(8px, 0.7511737089vw + 5.1830985915px, 16px);
  width: 100%;
  padding: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px) clamp(12px, 1.8779342723vw + 4.9577464789px, 32px);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 8px rgba(24, 47, 124, 0.6);
}

.menu_link {
  display: grid;
  place-items: center;
  height: clamp(144px, 3.0046948357vw + 132.7323943662px, 176px);
  padding: 10px;
  background-color: #f0f3f5;
  font-family: var(--font-family-mincho);
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.menu_link_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.menu_link_circle {
  display: grid;
  place-items: center;
  width: 96px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
}
.menu_link_circle img {
  width: 48px;
  aspect-ratio: 1;
}

.menu_link_text_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.menu_link_label {
  white-space: nowrap;
}

.menu_link_arrow {
  flex-shrink: 0;
  width: 16px;
}

/* ===============================================
#精密設備
=============================================== */
.equipment {
  padding-top: 178px;
  padding-bottom: clamp(64px, 5.2582159624vw + 44.2816901408px, 120px);
  margin-top: -178px;
  background: transparent url(./../img/sp/equipment-bg_1.webp) no-repeat top center/100% 100%;
}
@media (768px <= width) {
  .equipment {
    padding-top: clamp(120px, 6.0093896714vw + 97.4647887324px, 184px);
    margin-top: calc(clamp(120px, 6.0093896714vw + 97.4647887324px, 184px) * -1);
    background: transparent url(./../img/equipment-bg_1.webp) no-repeat top center/100% 100%;
  }
}

.equipment_contents {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 2.2535211268vw + 47.5492957746px, 80px);
  width: 100%;
}

.equipment_block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
  padding: clamp(64px, 3.0046948357vw + 52.7323943662px, 96px) clamp(20px, 1.1267605634vw + 15.7746478873px, 32px) clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}

.equipment_block_label {
  position: absolute;
  top: -32px;
  left: 50%;
  max-width: clamp(272px, 38.1220657277vw + 129.0422535211px, 678px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(64px, 3.0046948357vw + 52.7323943662px, 96px);
  padding-inline: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  background: linear-gradient(266deg, #f5e5b4 0%, #3b5198 74.87%, #0e1c4a 100%);
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.equipment_block_cards {
  display: flex;
  justify-content: center;
  gap: 20px 24px;
  width: 100%;
}
@media (width <= 767px) {
  .equipment_block_cards {
    flex-direction: column;
  }
}

.equipment_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-block: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
}
@media (768px <= width) {
  .equipment_card {
    width: calc(33.3333333333% - 16px);
  }
}

.equipment_card_ph {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid var(--color-blue);
}

.equipment_card_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.equipment_card_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
  text-align: center;
}

.equipment_card_text {
  font-weight: 400;
  line-height: 1.8;
}

/* ===============================================
#院長挨拶
=============================================== */
.greeting {
  padding-block: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
  position: relative;
}

.greeting_hero {
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
  top: calc(clamp(24px, 2.2535211268vw + 15.5492957746px, 48px) * -1);
  right: 0;
  width: clamp(208px, 41.9718309859vw + 50.6056338028px, 655px);
}

.greeting_panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 4.5070422535vw + -0.9014084507px, 64px);
  background-color: #f0f3fa;
}

.greeting_catch {
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}
@media (width <= 767px) {
  .greeting_catch {
    text-align: center;
  }
}

.greeting_contents {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
@media (width <= 767px) {
  .greeting_contents {
    flex-direction: column;
  }
}

.greeting_profile {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.7511737089vw + 5.1830985915px, 16px);
  width: 100%;
  flex-shrink: 0;
}
@media (768px <= width) {
  .greeting_profile {
    width: clamp(288px, 3.0046948357vw + 276.7323943662px, 320px);
  }
}

.greeting_profile_ph {
  width: 100%;
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}

.greeting_profile_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.greeting_profile_name {
  font-family: var(--font-family-mincho);
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.greeting_profile_history {
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  line-height: 1.8;
}

.greeting_body {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  line-height: 1.8;
}
.greeting_body b {
  font-weight: 700;
  color: var(--color-blue);
  background: linear-gradient(266deg, rgba(242, 222, 160, 0.7) 0%, rgba(231, 194, 79, 0.7) 50.05%, rgba(207, 156, 0, 0.7) 100%) no-repeat left bottom/100% 8px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.greeting_details {
  display: flex;
  gap: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
  width: 100%;
}
@media (width <= 767px) {
  .greeting_details {
    flex-direction: column;
  }
}

.greeting_details_block {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.greeting_details_title {
  padding-bottom: 8px;
  border-bottom: 1px solid #afbadf;
  font-family: var(--font-family-mincho);
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.greeting_details_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.greeting_details_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  line-height: 1.8;
}
.greeting_details_list li::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #AFBADF;
}

/* ===============================================
#当院の5つのこだわり
=============================================== */
.commitment {
  position: relative;
  padding-block: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
}
.commitment .inner {
  position: relative;
  z-index: 2;
}

.commitment_bg_1 {
  position: absolute;
  top: calc(clamp(0px, 4.7887323944vw + -17.9577464789px, 51px) * -1);
  right: 0;
  width: clamp(285px, 36.7136150235vw + 147.323943662px, 676px);
  z-index: 1;
}

.commitment_bg_2 {
  position: absolute;
  bottom: calc(clamp(0px, 28.2629107981vw + -105.985915493px, 301px) * -1);
  left: 0;
  width: clamp(375px, 25.7276995305vw + 278.5211267606px, 649px);
  z-index: 1;
}
@media (width <= 767px) {
  .commitment_bg_2 {
    width: 100%;
  }
}

.commitment_lead {
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.commitment_lead b {
  font-weight: 700;
  color: var(--color-blue);
}

.commitment_card_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) 24px;
  width: 100%;
}

.commitment_card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  padding: 16px;
  background-color: #fdfaf1;
  box-shadow: 0 0 4px rgba(38, 37, 35, 0.2);
}
@media (width <= 767px) {
  .commitment_card {
    flex-direction: column;
  }
}
@media (768px <= width) {
  .commitment_card {
    min-height: 292px;
    width: calc((100% - 24px) / 2);
  }
}

@media (768px <= width) {
  .commitment_card--featured {
    flex-direction: row;
    gap: 40px;
    width: 100%;
    min-height: auto;
  }
}

.commitment_card_num {
  position: absolute;
  top: -24px;
  left: -16px;
  font-family: var(--font-family-mincho);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #677ab9;
}

.commitment_card_ph {
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}
@media (768px <= width) {
  .commitment_card_ph {
    width: clamp(100px, 5.6338028169vw + 78.8732394366px, 160px);
    flex-shrink: 0;
  }
}

@media (768px <= width) {
  .commitment_card--featured .commitment_card_ph {
    width: clamp(250px, 14.0845070423vw + 197.1830985915px, 400px);
  }
}

.commitment_card_body {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.3755868545vw + 2.5915492958px, 8px);
  flex: 1;
  min-width: 0;
}

.commitment_card_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.commitment_card_text {
  font-weight: 400;
  line-height: 1.8;
}

/* ===============================================
#安心のためのお約束
=============================================== */
.promise_container {
  position: relative;
  z-index: 2;
  background: transparent url(./../img/promise-bg_1.webp) no-repeat center center/cover;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(20px, 4.1314553991vw + 4.5070422535px, 64px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (width <= 767px) {
  .promise_container {
    width: calc(var(--vw) * 100);
    margin-left: calc(50% - var(--vw) * 50);
  }
}
@media (768px <= width) {
  .promise_container {
    width: calc(var(--vw) * 50 - 50% + 100%);
    margin-right: calc(50% - var(--vw) * 50);
  }
}

.promise_card_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
}

.promise_card {
  width: 100%;
  padding: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  background-color: #fff;
  box-shadow: 0 0 6px rgba(24, 47, 124, 0.4);
}
@media (768px <= width) {
  .promise_card {
    width: calc((100% - 24px) / 2);
    max-width: 480px;
  }
}

.promise_card_body {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 1.1267605634vw + -0.2253521127px, 16px);
  width: 100%;
}

.promise_card_head {
  display: flex;
  align-items: center;
  gap: clamp(4px, 1.1267605634vw + -0.2253521127px, 16px);
  width: 100%;
}

.promise_card_icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50vw;
  background-color: #f0f3fa;
}
.promise_card_icon img {
  width: 32px;
}

.promise_card_title {
  flex: 1;
  min-width: 0;
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.promise_card_text {
  font-weight: 400;
  line-height: 1.8;
}

/* ===============================================
#まずは相談から
=============================================== */
.first_step_container {
  margin-left: calc(50% - var(--vw) * 50);
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(20px, 4.1314553991vw + 4.5070422535px, 64px);
  background: linear-gradient(296deg, #f5e5b4 0.92%, #fdfaf1 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (width <= 767px) {
  .first_step_container {
    width: calc(var(--vw) * 100);
  }
}
@media (768px <= width) {
  .first_step_container {
    width: calc(var(--vw) * 50 - 50% + 100%);
    flex-direction: row;
    align-items: flex-start;
  }
}

.first_step_main {
  width: 100%;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.first_step_lead {
  width: 100%;
  font-weight: 400;
  line-height: 1.8;
}

.first_step_card_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  flex-shrink: 0;
}
@media (768px <= width) {
  .first_step_card_list {
    width: clamp(300px, 16.9014084507vw + 236.6197183099px, 480px);
  }
}

.first_step_cta {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  width: 100%;
  padding: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px) clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  background-color: #fff;
  box-shadow: 0 0 1px #564202;
}

.first_step_cta_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.first_step_cta_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.first_step_cta_text {
  font-weight: 400;
  line-height: 1.8;
}

.first_step_cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 56px;
  padding: 14px;
  background-color: var(--color-blue);
  color: #fff;
}
.first_step_cta_btn img {
  width: 28px;
}

.first_step_cta_btn_label {
  font-family: var(--font-family-mincho);
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

/* ===============================================
#初診個別相談
=============================================== */
.contact {
  background: transparent url(./../img/contact-bg_1.webp) no-repeat center center/cover;
  padding-block: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}

.contact_inner {
  display: flex;
}
@media (width <= 1023px) {
  .contact_inner {
    flex-direction: column;
  }
}

.contact_panel {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  flex-shrink: 0;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  background-color: #fff;
}
@media (1024px <= width) {
  .contact_panel {
    width: clamp(400px, 37.558685446vw + 259.1549295775px, 800px);
  }
}

.contact_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}
@media (width <= 1023px) {
  .contact_title {
    text-align: center;
  }
}

.contact_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  font-weight: 400;
  line-height: 1.8;
}
.contact_body a {
  font-weight: 700;
  color: #677ab9;
  margin-inline: 4px;
}

.contact_footer {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
}
@media (width <= 1023px) {
  .contact_footer {
    flex-direction: column;
  }
}

.contact_clinic {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.3755868545vw + 6.5915492958px, 12px);
  width: 100%;
}
@media (1024px <= width) {
  .contact_clinic {
    width: clamp(140px, 16.9014084507vw + 76.6197183099px, 320px);
    flex-shrink: 0;
  }
}

.contact_access {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 100%;
  padding: 3px;
  background: linear-gradient(266deg, #8595ca 0%, #3b5198 50.05%, #0e1c4a 100%);
  font-family: var(--font-family-mincho);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.contact_access img {
  flex-shrink: 0;
  width: clamp(20px, 0.0938967136vw + 19.6478873239px, 21px);
}

.contact_logo {
  width: 100%;
  max-width: 320px;
}

.contact_meta {
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  font-weight: 400;
  line-height: 1.8;
  margin-top: 4px;
}

.contact_cta_list {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  width: 100%;
  max-width: 360px;
  min-width: 0;
}
@media (768px <= width) {
  .contact_cta_list {
    flex: 1;
  }
}

.contact_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 80px;
  padding: 5px;
  background: linear-gradient(266deg, #677ab9 0%, #182f7c 50%, #132663 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.contact_cta_lead {
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  letter-spacing: 0.08em;
}

.contact_tel_number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.contact_tel_label {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  letter-spacing: 0.08em;
}

.contact_tel_phone {
  font-size: clamp(28px, 0.3755868545vw + 26.5915492958px, 32px);
}

.contact_web {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 80px;
  padding: 5px;
  border: 1px solid #ddae1c;
  background: linear-gradient(266deg, #f2dea0 0%, #e7c24f 50.049%, #cf9c00 100%);
  color: var(--color-blue);
  font-family: var(--font-family-mincho);
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.contact_web_inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
}
.contact_web_inner img {
  flex-shrink: 0;
  width: 28px;
}

.contact_gallery {
  flex: 1;
  min-width: 0;
}
.contact_gallery img {
  height: 100%;
}

/* ===============================================
#スタッフページ下層FV／lower_FV
=============================================== */
.sub-page-fv {
  position: relative;
  overflow: hidden;
}
@media (1024px <= width) {
  .sub-page-fv {
    margin-bottom: 24px;
  }
}

.sub-page-fv--precision-treatment {
  background: transparent url(./../img/precision-treatment-fv.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .sub-page-fv--precision-treatment {
    background: transparent url(./../img/sp/precision-treatment-fv.webp) no-repeat center center/cover;
  }
}

.sub-page-fv--implant {
  background: transparent url(./../img/implant-fv.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .sub-page-fv--implant {
    background: transparent url(./../img/sp/implant-fv.webp) no-repeat center bottom/cover;
  }
}
@media (768px <= width) {
  .sub-page-fv--implant .sub-page-fv_inner {
    justify-content: flex-end;
  }
}
.sub-page-fv--implant .sub-page-fv_label {
  font-size: clamp(22px, 0.9389671362vw + 18.4788732394px, 32px);
}
.sub-page-fv--implant .sub-page-fv_title {
  font-size: clamp(52px, 4.1314553991vw + 36.5070422535px, 96px);
  line-height: 1.2;
}
.sub-page-fv--implant .sub-page-fv_text_box {
  flex-direction: column;
  align-items: flex-start;
}

.sub-page-fv--orthodontics {
  background: transparent url(./../img/orthodontics-fv.webp) no-repeat left 30% center/cover;
}
@media (width <= 767px) {
  .sub-page-fv--orthodontics {
    background: transparent url(./../img/sp/orthodontics-fv.webp) no-repeat bottom 40% center/cover;
  }
}
.sub-page-fv--orthodontics .sub-page-fv_object {
  position: absolute;
  bottom: -27px;
  right: 0;
  width: clamp(217px, 19.8122065728vw + 142.7042253521px, 428px);
  z-index: 0;
}
@media (width <= 767px) {
  .sub-page-fv--orthodontics .sub-page-fv_object {
    bottom: 220px;
    right: -55px;
  }
}
@media (width <= 767px) {
  .sub-page-fv--orthodontics .sub-page-fv_inner {
    padding-top: 56px;
    align-items: flex-start;
    justify-content: center;
  }
}
.sub-page-fv--orthodontics .sub-page-fv_content {
  width: fit-content;
  position: relative;
}
.sub-page-fv--orthodontics .sub-page-fv_content::after {
  content: "";
  display: block;
  background: transparent url(./../img/orthodontics-fv-bg.webp) no-repeat center center/contain;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.sub-page-fv--orthodontics .sub-page-fv_content > * {
  position: relative;
  z-index: 2;
}
@media (width <= 767px) {
  .sub-page-fv--orthodontics .sub-page-fv_content {
    align-items: center;
  }
}
@media (768px <= width) and (width <= 1023px) {
  .sub-page-fv--orthodontics .sub-page-fv_content {
    margin-left: auto;
  }
}
@media (1024px <= width) {
  .sub-page-fv--orthodontics .sub-page-fv_content {
    margin-left: clamp(400px, 11.7370892019vw + 355.985915493px, 525px);
  }
}
@media (768px <= width) {
  .sub-page-fv--orthodontics .sub-page-fv_label {
    padding-inline: 48px;
  }
}
.sub-page-fv--orthodontics .sub-page-fv_copy {
  align-items: center;
}
@media (width <= 767px) {
  .sub-page-fv--orthodontics .sub-page-fv_copy {
    padding-left: 0;
  }
}
.sub-page-fv--orthodontics .sub-page-fv_text_box {
  justify-content: center;
  flex-direction: column;
}

.sub-page-fv_inner {
  min-height: 640px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (width <= 767px) {
  .sub-page-fv_inner {
    width: 100%;
    align-items: flex-end;
    padding-bottom: 96px;
  }
}

.sub-page-fv_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-family: var(--font-family-mincho);
  white-space: nowrap;
}
@media (width <= 767px) {
  .sub-page-fv_content {
    width: 100%;
  }
}

.sub-page-fv_label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 16px;
  background: linear-gradient(266deg, #8595ca 0%, #3b5198 50.05%, #0e1c4a 100%);
  color: #fff;
  font-size: clamp(20px, 1.1267605634vw + 15.7746478873px, 32px);
  line-height: 1.4;
}

.sub-page-fv_copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
@media (width <= 767px) {
  .sub-page-fv_copy {
    padding-left: 16px;
  }
}

.sub-page-fv_catch {
  color: var(--color-blue);
  line-height: 1.6;
  font-size: clamp(28px, 2.6291079812vw + 18.1408450704px, 56px);
  text-shadow: 0 0 3px rgb(255, 255, 255);
}
.sub-page-fv_catch.fs-56-30 {
  font-size: clamp(30px, 2.441314554vw + 20.8450704225px, 56px);
}

.sub-page-fv_text_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(4px, 1.1267605634vw + -0.2253521127px, 16px);
}

.sub-page-fv_title {
  font-size: clamp(62px, 4.6948356808vw + 44.3943661972px, 112px);
  line-height: 1;
  color: var(--color-blue);
  text-shadow: 0 0 3px rgb(255, 255, 255);
}

.sub-page-fv_sub {
  font-family: var(--font-family-mincho);
  font-weight: 500;
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 8px rgba(24, 47, 124, 0.6);
}

/* ===============================================
#精密治療ページ／院長の想い
=============================================== */
.precision_greeting_panel {
  position: relative;
  width: 100%;
  padding: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px) clamp(16px, 4.5070422535vw + -0.9014084507px, 64px) clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  background-color: #f0f3fa;
}

.precision_greeting_title {
  position: absolute;
  top: -32px;
  left: -32px;
  padding: 4px clamp(8px, 0.7511737089vw + 5.1830985915px, 16px);
  background: linear-gradient(266deg, #8595ca 0%, #3b5198 50.05%, #0e1c4a 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
}
@media (width <= 767px) {
  .precision_greeting_title {
    top: -12px;
    left: 50%;
    translate: -50% 0;
  }
}

.precision_greeting_contents {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
}
@media (width <= 767px) {
  .precision_greeting_contents {
    flex-direction: column;
  }
}

.precision_greeting_profile {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  width: 100%;
  flex-shrink: 0;
}
@media (768px <= width) {
  .precision_greeting_profile {
    width: clamp(288px, 3.0046948357vw + 276.7323943662px, 320px);
  }
}

.precision_greeting_profile_ph {
  width: 100%;
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}

.precision_greeting_profile_name {
  font-family: var(--font-family-mincho);
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.precision_greeting_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  min-width: 0;
}

.precision_greeting_heading {
  padding-bottom: 4px;
  border-bottom: 1px solid #afbadf;
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

@media (width <= 767px) {
  .precision_greeting--implant .precision_greeting_panel {
    padding-top: 80px;
  }
}
@media (width <= 767px) {
  .precision_greeting--implant .precision_greeting_title {
    top: -32px;
  }
}
@media (width <= 767px) {
  .precision_greeting--implant .precision_greeting_contents {
    flex-direction: column-reverse;
  }
}

.precision_greeting--orthodontics .precision_greeting_panel {
  padding-top: 24px;
}
.precision_greeting--orthodontics .precision_greeting_title {
  position: relative;
  top: 0;
  left: 0;
  white-space: normal;
  translate: 0 0;
}
@media (width <= 767px) {
  .precision_greeting--orthodontics .precision_greeting_title {
    width: 100%;
    text-align: center;
  }
}
@media (768px <= width) {
  .precision_greeting--orthodontics .precision_greeting_title {
    width: fit-content;
  }
}
@media (768px <= width) {
  .precision_greeting--orthodontics .precision_greeting_profile {
    width: clamp(280px, 6.9483568075vw + 253.9436619718px, 354px);
  }
}

/* ===============================================
#精密治療ページ／拡大治療
=============================================== */
.precision_magnification {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}

.precision_magnification.features_feature01,
.precision_magnification.features_feature02,
.precision_magnification.pediatric_expert,
.precision_magnification.whitening_advanced,
.precision_magnification.aesthetic_team_aftercare,
.precision_magnification.root_canal_precision {
  gap: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
}

.precision_magnification_block {
  padding-block: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
}
@media (width <= 767px) {
  .precision_magnification_block {
    padding-bottom: 160px;
  }
}

.precision_magnification_block--loupe {
  background: transparent url(./../img/precision-magnification-bg_1.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--loupe {
    background: transparent url(./../img/sp/precision-magnification-bg_1.webp) no-repeat center center/cover;
  }
}

.precision_magnification_block--microscope {
  background: transparent url(./../img/precision-magnification-bg_2.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--microscope {
    background: transparent url(./../img/sp/precision-magnification-bg_2.webp) no-repeat center center/cover;
  }
}

.precision_magnification_panel {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  width: 100%;
}
@media (768px <= width) {
  .precision_magnification_panel {
    max-width: clamp(300px, 35.6807511737vw + 166.1971830986px, 680px);
  }
  .precision_magnification_panel.max-764 {
    max-width: clamp(300px, 43.5680751174vw + 136.6197183099px, 764px);
  }
}

.precision_magnification_block--microscope .precision_magnification_panel {
  margin-left: auto;
}

.precision_magnification_heading {
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}
@media (1024px <= width) {
  .precision_magnification_heading.nowrap {
    white-space: nowrap;
  }
}

.precision_magnification_body {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
}

/* ===============================================
#精密治療ページ／精密根管治療
=============================================== */
.precision_root_canal {
  position: relative;
  overflow: hidden;
  background: transparent url(./../img/precision-root-canal-bg_1.webp) no-repeat center center/cover;
}
.precision_root_canal .inner {
  position: relative;
  z-index: 1;
}

.precision_root_canal_deco {
  position: absolute;
  pointer-events: none;
}
@media (width <= 767px) {
  .precision_root_canal_deco {
    width: 360px;
    height: 647px;
  }
}
@media (768px <= width) {
  .precision_root_canal_deco {
    width: 519px;
    height: 932px;
  }
}

.precision_root_canal_deco--right {
  top: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  right: 0;
  background: transparent url(./../img/precision-root-canal-deco_1.webp) no-repeat center center/contain;
}
@media (width <= 767px) {
  .precision_root_canal_deco--right {
    right: -104px;
  }
}

.precision_root_canal_deco--left {
  bottom: 16px;
  left: 0;
  background: transparent url(./../img/precision-root-canal-deco_2.webp) no-repeat center center/contain;
}
@media (width <= 767px) {
  .precision_root_canal_deco--left {
    bottom: 0;
    left: -72px;
  }
}

.precision_root_canal_cards {
  width: 100%;
}

.precision_root_canal_card {
  position: relative;
  width: 100%;
}

.precision_root_canal_card_title {
  position: absolute;
  top: -32px;
  left: -32px;
  z-index: 1;
  padding: 4px 16px;
  background: linear-gradient(266deg, #8595ca 0%, #3b5198 50.05%, #0e1c4a 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
@media (width <= 767px) {
  .precision_root_canal_card_title {
    left: 50%;
    translate: -50% 0;
  }
}

.precision_root_canal_card_contents {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  width: 100%;
  padding: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}
@media (width <= 767px) {
  .precision_root_canal_card_contents {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
  }
}

.precision_root_canal_card_ph {
  flex-shrink: 0;
  width: clamp(240px, 7.5117370892vw + 211.8309859155px, 320px);
}

.precision_root_canal_card_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  min-width: 0;
}

.precision_root_canal_card_heading {
  padding-bottom: 4px;
  border-bottom: 1px solid #afbadf;
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: #677ab9;
}

.precision_root_canal_point {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  background-color: #fff;
  box-shadow: 0 0 8px rgba(38, 37, 35, 0.2);
}

.precision_root_canal_point_inner {
  display: flex;
  align-items: center;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
}
@media (width <= 767px) {
  .precision_root_canal_point_inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.precision_root_canal_point_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  min-width: 0;
}

.precision_root_canal_point_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px clamp(10px, 0.5633802817vw + 7.8873239437px, 16px);
  background-color: #677ab9;
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
@media (768px <= width) {
  .precision_root_canal_point_title {
    width: fit-content;
  }
}

.precision_root_canal_point_text {
  line-height: 1.8;
  font-weight: 400;
}

.precision_root_canal_point_ph {
  flex-shrink: 0;
  width: 100%;
}
@media (768px <= width) {
  .precision_root_canal_point_ph {
    width: clamp(280px, 7.5117370892vw + 251.8309859155px, 360px);
  }
}

/* ===============================================
#精密治療ページ／審美・修復治療
=============================================== */
.precision_aesthetic_approach {
  padding-block: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
  background: transparent url(./../img/precision-aesthetic-bg_1.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .precision_aesthetic_approach {
    padding-bottom: 160px;
    background: transparent url(./../img/sp/precision-aesthetic-bg_1.webp) no-repeat right bottom/cover;
  }
}

.precision_aesthetic_approach_box {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
}
@media (768px <= width) {
  .precision_aesthetic_approach_box {
    max-width: clamp(400px, 25.9154929577vw + 302.8169014085px, 676px);
  }
}

.precision_aesthetic_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}
@media (1200px <= width) {
  .precision_aesthetic_title.nowrap {
    white-space: nowrap;
  }
}

.precision_aesthetic_texts {
  width: 100%;
}

.precision_aesthetic_features {
  background-color: #fdfaf1;
}

.precision_aesthetic_feature {
  padding-block: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
@media (width <= 767px) {
  .precision_aesthetic_feature {
    flex-direction: column;
  }
}

.precision_aesthetic_feature--reverse {
  flex-direction: column-reverse;
}
@media (768px <= width) {
  .precision_aesthetic_feature--reverse {
    flex-direction: row-reverse;
  }
}

.precision_aesthetic_feature_ph {
  flex-shrink: 0;
  width: 100%;
  border: 2px solid #afbadf;
  box-shadow: -8px 8px 0 #afbadf;
}
@media (768px <= width) {
  .precision_aesthetic_feature_ph {
    width: clamp(200px, 26.6666666667vw + 100px, 484px);
  }
}

.precision_aesthetic_feature--reverse .precision_aesthetic_feature_ph {
  box-shadow: 8px 8px 0 #afbadf;
}

.precision_aesthetic_feature_body {
  flex: 1;
  min-width: 0;
}

/* ===============================================
#精密治療ページ／歯周組織再生・メンテナンス
=============================================== */
@media (width <= 767px) {
  .precision_regeneration_block {
    margin-left: calc(50% - var(--vw) * 50);
    width: calc(var(--vw) * 100);
  }
}
@media (768px <= width) {
  .precision_regeneration_block {
    width: calc(var(--vw) * 50 - 50% + 100%);
  }
}
@media (768px <= width) {
  .precision_regeneration_block .heading_h2 {
    align-items: flex-start;
    text-align: left;
  }
}

.precision_regeneration_block--therapy {
  background: transparent url(./../img/precision-regeneration-bg_1.webp) no-repeat center bottom/cover;
}
@media (width <= 767px) {
  .precision_regeneration_block--therapy {
    background: transparent url(./../img/sp/precision-regeneration-bg_1.webp) no-repeat center center/cover;
  }
}
@media (768px <= width) {
  .precision_regeneration_block--therapy {
    margin-right: calc(50% - var(--vw) * 50);
  }
}

.precision_regeneration_block--maintenance {
  background: transparent url(./../img/precision-regeneration-bg_2.webp) no-repeat center center/cover;
  margin-left: calc(50% - var(--vw) * 50);
}
@media (width <= 767px) {
  .precision_regeneration_block--maintenance {
    background: transparent url(./../img/sp/precision-regeneration-bg_2.webp) no-repeat top center/cover;
  }
}
@media (768px <= width) {
  .precision_regeneration_block--maintenance .precision_regeneration_body {
    margin-left: auto;
  }
}

.precision_regeneration_panel {
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(20px, 4.1314553991vw + 4.5070422535px, 64px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
  width: fit-content;
}

@media (768px <= width) {
  .precision_regeneration_block--maintenance .precision_regeneration_panel {
    margin-left: auto;
  }
}

.precision_regeneration_body {
  width: 100%;
}
@media (768px <= width) {
  .precision_regeneration_body {
    max-width: clamp(500px, 16.5258215962vw + 438.0281690141px, 676px);
  }
}

.precision_regeneration_heading {
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  line-height: 1.4;
  color: var(--color-blue);
}

.precision_regeneration_note {
  font-size: clamp(12px, 0.0938967136vw + 11.6478873239px, 13px);
  font-weight: 400;
}

/* ===============================================
#矯正ページ／選ばれる理由
=============================================== */
.orthodontics_reasons {
  background: transparent url(./../img/orthodontics-reasons-bg_1.webp) no-repeat center bottom/cover;
}

.orthodontics_reasons_list {
  width: 100%;
}

.orthodontics_reasons_item {
  width: 100%;
}

.orthodontics_reasons_item_inner {
  display: flex;
  align-items: center;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
  padding: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px) clamp(16px, 4.3192488263vw + -0.1971830986px, 62px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}
@media (width <= 1023px) {
  .orthodontics_reasons_item_inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
  }
}

.orthodontics_reasons_item_body {
  flex: 1;
  min-width: 0;
}
@media (1024px <= width) {
  .orthodontics_reasons_item_body {
    max-width: 676px;
  }
}

.orthodontics_reasons_item_head {
  position: relative;
}

.orthodontics_reasons_item_label {
  position: absolute;
  top: calc(clamp(32px, 1.1267605634vw + 27.7746478873px, 44px) * -1);
  left: calc(clamp(8px, 1.8779342723vw + 0.9577464789px, 28px) * -1);
  font-family: var(--font-family-mincho);
  font-size: clamp(48px, 1.5023474178vw + 42.3661971831px, 64px);
  line-height: 1;
  color: #ced7f4;
  white-space: nowrap;
  pointer-events: none;
}
.orthodontics_reasons_item_label b {
  font-weight: 700;
}

.orthodontics_reasons_item_title {
  position: relative;
  z-index: 1;
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  line-height: 1.4;
  color: var(--color-blue);
}
@media (1024px <= width) {
  .orthodontics_reasons_item_title {
    white-space: nowrap;
  }
}

.orthodontics_reasons_item_texts {
  width: 100%;
}
@media (1024px <= width) {
  .orthodontics_reasons_item_texts {
    max-width: 560px;
  }
}

.orthodontics_reasons_item_ph {
  flex-shrink: 0;
  width: 100%;
}
@media (1024px <= width) {
  .orthodontics_reasons_item_ph {
    max-width: clamp(280px, 7.5117370892vw + 251.8309859155px, 360px);
  }
}

/* ===============================================
#矯正ページ／矯正メニュー
=============================================== */
.orthodontics_menu {
  background: transparent url(./../img/orthodontics-menu-bg_1.webp) no-repeat center center/cover;
}

.orthodontics_menu_cards {
  width: 100%;
  display: flex;
}
@media (width <= 767px) {
  .orthodontics_menu_cards {
    flex-direction: column;
  }
}

.orthodontics_menu_card {
  position: relative;
  width: 100%;
  padding: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px) clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}
@media (768px <= width) {
  .orthodontics_menu_card {
    flex: 1;
    max-width: 560px;
  }
}

.orthodontics_menu_card_title {
  position: absolute;
  top: -32px;
  left: 50%;
  z-index: 1;
  min-width: clamp(280px, 3.7558685446vw + 265.9154929577px, 320px);
  padding: 4px 16px;
  background: linear-gradient(266deg, #8595ca 0%, #3b5198 50.05%, #0e1c4a 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  translate: -50% 0;
}

.orthodontics_menu_card_panel {
  align-items: center;
  width: 100%;
}

.orthodontics_menu_card_heading {
  width: 100%;
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
  text-align: center;
}

.orthodontics_menu_card_ph {
  max-width: clamp(280px, 3.7558685446vw + 265.9154929577px, 320px);
  aspect-ratio: 1;
  border: 1px solid var(--color-blue);
  border-radius: 50vw;
  overflow: hidden;
}

.orthodontics_menu_card_body {
  width: 100%;
}

.orthodontics_menu_card_note {
  width: 100%;
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  line-height: 1.8;
  font-weight: 400;
}

/* ===============================================
#矯正ページ／精密検査と診断
=============================================== */
.orthodontics_diagnosis_list {
  width: 100%;
}

.orthodontics_diagnosis_item {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
  padding-block: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
@media (width <= 767px) {
  .orthodontics_diagnosis_item {
    flex-direction: column;
  }
}

@media (768px <= width) {
  .orthodontics_diagnosis_item--reverse {
    flex-direction: row-reverse;
  }
}

.orthodontics_diagnosis_item_ph {
  width: 100%;
  border: 2px solid #afbadf;
  box-shadow: -8px 8px 0 #afbadf;
}
@media (768px <= width) {
  .orthodontics_diagnosis_item_ph {
    flex-shrink: 0;
    max-width: clamp(200px, 26.6666666667vw + 100px, 484px);
  }
}

.orthodontics_diagnosis_item--reverse .orthodontics_diagnosis_item_ph {
  box-shadow: 8px 8px 0 #afbadf;
}

.orthodontics_diagnosis_item_body {
  flex: 1;
  min-width: 0;
}
@media (768px <= width) {
  .orthodontics_diagnosis_item_body {
    max-width: 676px;
  }
}

.orthodontics_diagnosis_item_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  line-height: 1.4;
  color: var(--color-blue);
}
.orthodontics_diagnosis_item_title strong {
  color: var(--color-blue);
  background: linear-gradient(266deg, rgba(242, 222, 160, 0.7) 0%, rgba(231, 194, 79, 0.7) 50.05%, rgba(207, 156, 0, 0.7) 100%) no-repeat left bottom/100% 20px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (width <= 767px) {
  .orthodontics_diagnosis_item_title {
    font-weight: 500;
  }
}

.orthodontics_diagnosis_item:last-child .orthodontics_diagnosis_item_ph img {
  object-position: bottom;
}

/* ===============================================
#矯正ページ／よくある質問
=============================================== */
.orthodontics_faq {
  background-color: #f0f3fa;
}

.orthodontics_faq_list {
  width: 100%;
}

.orthodontics_faq_item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #fff;
}
.orthodontics_faq_item[open] {
  gap: 20px;
}

.orthodontics_faq_question {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.orthodontics_faq_label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  aspect-ratio: 1;
  padding-bottom: 4px;
  border-radius: 50vw;
  font-family: var(--font-family-mincho);
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.orthodontics_faq_label--question {
  background-color: #677ab9;
}

.orthodontics_faq_label--answer {
  background-color: #bc8d00;
}

.orthodontics_faq_question_text {
  flex: 1;
  min-width: 0;
  font-family: var(--font-family-mincho);
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  font-weight: 700;
  line-height: 1.4;
  color: #262523;
}

.orthodontics_faq_icon {
  flex-shrink: 0;
  width: 32px;
  aspect-ratio: 1;
  background: transparent url(./../img/icon-arrow_6.svg) no-repeat center center/contain;
  transition: rotate 0.2s;
}

.orthodontics_faq_item[open] .orthodontics_faq_icon {
  rotate: 180deg;
}

.orthodontics_faq_answer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.orthodontics_faq_answer .text_body {
  flex: 1;
  min-width: 0;
  color: #46484a;
}

/* ===============================================
#矯正ページ／相談セクション
=============================================== */
.orthodontics_consultation_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
}
@media (width <= 767px) {
  .orthodontics_consultation_body {
    grid-template-columns: 1fr;
  }
}

/* ===============================================
#インプラントページ／難症例
=============================================== */
.implant_problem {
  background: transparent url(./../img/implant-problem-bg_1.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .implant_problem {
    background: transparent url(./../img/sp/implant-problem-bg_1.webp) no-repeat center center/cover;
  }
}

.implant_problem_inner {
  display: flex;
  justify-content: flex-end;
}

.implant_problem_box {
  width: 100%;
}
@media (768px <= width) {
  .implant_problem_box {
    max-width: 677px;
  }
}

.implant_problem_title {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (width <= 767px) {
  .implant_problem_title {
    flex-direction: column;
  }
}

.implant_problem_badges {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}

.implant_problem_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(120px, 2.2535211268vw + 111.5492957746px, 144px);
  aspect-ratio: 1;
  border: 2px solid #fff;
  border-radius: 50vw;
  background: linear-gradient(150deg, #46484a 15.585%, #939699 89.448%);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(22px, 0.5633802817vw + 19.8873239437px, 28px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}
.implant_problem_badge:last-child {
  margin-left: -16px;
  z-index: 1;
}

.implant_problem_catch {
  font-family: var(--font-family-mincho);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

/* ===============================================
#インプラントページ／選ばれる理由
=============================================== */
.implant_reasons {
  padding-top: 120px;
  padding-bottom: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
  overflow: hidden;
  position: relative;
}

.implant_reasons_bg {
  position: absolute;
}
.implant_reasons_bg.top {
  top: calc(clamp(27px, 17.6525821596vw + -39.1971830986px, 215px) * -1);
  left: calc(clamp(50px, 13.6150234742vw + -1.0563380282px, 195px) * -1);
  width: clamp(326px, 48.0751173709vw + 145.7183098592px, 838px);
}
.implant_reasons_bg.bottom {
  bottom: 10px;
  right: -293px;
  width: 685px;
}
@media (width <= 1023px) {
  .implant_reasons_bg.bottom {
    display: none;
  }
}

@media (width <= 767px) {
  .implant_reasons_list {
    margin-left: calc(50% - var(--vw) * 50);
    width: calc(var(--vw) * 100);
  }
}

.implant_reasons_item_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}
@media (width <= 767px) {
  .implant_reasons_item_inner {
    padding-top: 0;
  }
}

.implant_reasons_item_ph {
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
  z-index: 2;
}
@media (width <= 1023px) {
  .implant_reasons_item_ph {
    margin-bottom: -40px;
    width: 89.3%;
  }
}
@media (1024px <= width) {
  .implant_reasons_item_ph {
    position: absolute;
    top: 4px;
    right: 0;
    max-width: clamp(200px, 19.9061032864vw + 125.3521126761px, 412px);
  }
}

.implant_reasons_item_panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  background-color: var(--color-blue);
  z-index: 1;
}
@media (width <= 1023px) {
  .implant_reasons_item_panel {
    overflow: hidden;
    padding: 96px 16px 24px;
  }
}
@media (1024px <= width) {
  .implant_reasons_item_panel {
    max-width: 960px;
    padding: 40px 64px;
    min-height: 392px;
    margin-right: auto;
  }
  .implant_reasons_item_panel:last-child::after {
    top: -58px;
  }
}
.implant_reasons_item_panel::after {
  content: "";
  position: absolute;
  top: -171px;
  right: -111px;
  width: clamp(280px, 22.441314554vw + 195.8450704225px, 519px);
  height: clamp(417px, 33.5211267606vw + 291.2957746479px, 774px);
  background: transparent url(./../img/implant-reasons-deco_1.webp) no-repeat center/contain;
  pointer-events: none;
}
@media (width <= 1023px) {
  .implant_reasons_item_panel::after {
    top: -50px;
    right: -40px;
  }
}

.implant_reasons_item_num {
  position: absolute;
  top: 56px;
  left: 8px;
  font-family: var(--font-family-mincho);
  font-size: clamp(64px, 1.5023474178vw + 58.3661971831px, 80px);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  pointer-events: none;
}
@media (1024px <= width) {
  .implant_reasons_item_num {
    top: 8px;
    left: 24px;
  }
}

.implant_reasons_item_body {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (1024px <= width) {
  .implant_reasons_item_body {
    max-width: clamp(200px, 46.9483568075vw + 23.9436619718px, 700px);
  }
}

.implant_reasons_item_title {
  padding-bottom: 8px;
  border-bottom: 1px solid #e2b427;
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  line-height: 1.4;
  color: #fff;
}

.implant_reasons_item_texts {
  color: #fff;
}
.implant_reasons_item_texts strong {
  font-weight: 700;
  color: #fff;
  background: none;
  box-decoration-break: unset;
}

.implant_reasons_point {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  background-color: #fff;
  box-shadow: 0 0 4px rgba(38, 37, 35, 0.2);
}
@media (768px <= width) {
  .implant_reasons_point {
    flex-direction: row;
    align-items: center;
  }
}

.implant_reasons_point_body {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.implant_reasons_point_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px 16px;
  background-color: #677ab9;
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
  line-height: 1.4;
}
@media (width <= 767px) {
  .implant_reasons_point_title {
    text-align: center;
  }
}

.implant_reasons_point_ph {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1;
}
@media (768px <= width) {
  .implant_reasons_point_ph {
    width: clamp(100px, 9.3896713615vw + 64.7887323944px, 200px);
  }
}

/* ===============================================
#インプラントページ／パネル型セクション（骨がない・オールオン4・痛みと安全・治療後の安心等）
=============================================== */
.implant_panel {
  position: relative;
}

.implant_panel--bone {
  background: transparent url(./../img/implant-bone-bg_1.webp) no-repeat center center/cover;
}

.implant_panel--allon {
  background: transparent url(./../img/implant-allon-bg_1.webp) no-repeat center center/cover;
}

.implant_panel--pain {
  background: transparent url(./../img/implant-bone-bg_1.webp) no-repeat center center/cover;
}

.implant_panel--aftercare {
  background: transparent url(./../img/implant-aftercare-bg_1.webp) no-repeat center center/cover;
}

.implant_panel_hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 320px;
}
.implant_panel_hero .inner {
  padding-bottom: 80px;
}

.implant_panel--bone .implant_panel_hero {
  background: transparent url(./../img/implant-bone-title-bg_1.webp) no-repeat center bottom/cover;
}
@media (width <= 767px) {
  .implant_panel--bone .implant_panel_hero {
    background: transparent url(./../img/sp/implant-bone-title-bg_1.webp) no-repeat center center/cover;
  }
}

.implant_panel--allon .implant_panel_hero {
  background: transparent url(./../img/implant-allon-title-bg_1.webp) no-repeat center bottom/cover;
}
@media (width <= 767px) {
  .implant_panel--allon .implant_panel_hero {
    background: transparent url(./../img/sp/implant-allon-title-bg_1.webp) no-repeat center center/cover;
  }
}

.implant_panel--pain .implant_panel_hero {
  background: transparent url(./../img/implant-pain-title-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .implant_panel--pain .implant_panel_hero {
    background: transparent url(./../img/sp/implant-pain-title-bg_1.webp) no-repeat right top/cover;
  }
}

.implant_panel--aftercare .implant_panel_hero {
  background: transparent url(./../img/implant-aftercare-title-bg_1.webp) no-repeat center bottom/cover;
}
@media (width <= 767px) {
  .implant_panel--aftercare .implant_panel_hero {
    background: transparent url(./../img/sp/implant-aftercare-title-bg_1.webp) no-repeat center top/cover;
  }
}

.implant_panel_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  line-height: 1.4;
  color: #fff;
}

.implant_panel_contents {
  position: relative;
  width: 100%;
  margin-top: -80px;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px) clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  background-color: #f0f3f5;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 4px rgba(24, 47, 124, 0.6);
}
@media (width <= 767px) {
  .implant_panel_contents {
    margin-left: calc(50% - var(--vw) * 50);
    width: calc(var(--vw) * 100);
  }
}

.implant_panel--allon .implant_panel_contents,
.implant_panel--pain .implant_panel_contents,
.implant_panel--aftercare .implant_panel_contents {
  padding-top: clamp(64px, 1.5023474178vw + 58.3661971831px, 80px);
}

.implant_panel_inner {
  display: flex;
  flex-direction: column;
  gap: clamp(64px, 3.0046948357vw + 52.7323943662px, 96px);
}

@media (768px <= width) {
  .implant_panel_lead {
    text-align: center;
  }
}

.implant_panel_list {
  width: 100%;
}

.implant_panel_card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
  padding: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px) clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}
@media (width <= 767px) {
  .implant_panel_card {
    flex-direction: column;
    align-items: center;
  }
}

.implant_panel_card--tall {
  padding-top: clamp(96px, -2.2535211268vw + 128.4507042254px, 120px);
}

@media (width <= 767px) {
  .implant_panel_card--tall-sp {
    padding-top: 144px;
  }
}

.implant_panel_card_label {
  position: absolute;
  top: -32px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: clamp(240px, 41.3145539906vw + 85.0704225352px, 680px);
  padding: 8px 16px;
  background: linear-gradient(266deg, #8595ca 0%, #3b5198 50.05%, #0e1c4a 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  translate: -50% 0;
}

.implant_panel_card_ph {
  flex-shrink: 0;
  width: 240px;
  aspect-ratio: 1;
  border: 1px solid var(--color-blue);
  border-radius: 50vw;
  overflow: hidden;
}

.implant_panel_card_body {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.implant_panel_footer_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
  text-align: center;
}

/* ===============================================
#相談セクション共通パネル（矯正・インプラント等）
=============================================== */
.page_consultation_panel {
  width: 100%;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 4.5070422535vw + -0.9014084507px, 64px);
  background: linear-gradient(296deg, #f5e5b4 0.92%, #fdfaf1 100%);
}
@media (width <= 767px) {
  .page_consultation_panel {
    margin-inline: calc(50% - var(--vw) * 50);
    width: calc(var(--vw) * 100);
  }
}

.page_consultation_lead {
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: #bc8d00;
}
@media (768px <= width) {
  .page_consultation_lead {
    text-align: center;
  }
}

/* ===============================================
#インプラントページ／無料相談・セカンドオピニオン
=============================================== */
.implant_consultation_intro_inner {
  max-width: 960px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}

.implant_consultation_box {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  padding: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px) clamp(16px, 4.5070422535vw + -0.9014084507px, 64px);
  background-color: #fff;
  box-shadow: 0 0 4px rgba(38, 37, 35, 0.2);
}
@media (width <= 767px) {
  .implant_consultation_box {
    flex-direction: column;
  }
}
.implant_consultation_box .check_list {
  min-width: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.implant_consultation_box_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.implant_consultation_box_body {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
}

.implant_consultation_box_ph {
  flex-shrink: 0;
  width: 100%;
}
@media (768px <= width) {
  .implant_consultation_box_ph {
    max-width: clamp(200px, 11.2676056338vw + 157.7464788732px, 320px);
  }
}

/* ===============================================
#下層ページ／イントロ（共通）
=============================================== */
.page_intro_inner {
  display: flex;
  align-items: center;
  min-height: clamp(162px, 17.6525821596vw + 95.8028169014px, 350px);
}

.page_intro_box {
  position: relative;
}

.page_intro_title_en {
  position: absolute;
  top: calc(clamp(18px, 2.8169014085vw + 7.4366197183px, 48px) * -1);
  left: calc(clamp(9px, 4.4131455399vw + -7.5492957746px, 56px) * -1);
  font-family: var(--font-family-mincho);
  font-size: clamp(26px, 4.3192488263vw + 9.8028169014px, 72px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}

.page_intro_title {
  position: relative;
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  line-height: 1.4;
  color: var(--color-blue);
}
@media (width <= 767px) {
  .page_intro_title {
    font-weight: 700;
  }
}

.page_intro--staff {
  position: relative;
  background: transparent url(./../img/staff-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--staff {
    background: transparent url(./../img/sp/staff-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--recruit {
  position: relative;
  background: transparent url(./../img/recruit-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--recruit {
    background: transparent url(./../img/sp/recruit-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--features {
  position: relative;
  background: transparent url(./../img/features-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--features {
    background: transparent url(./../img/sp/features-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--access {
  position: relative;
  background: transparent url(./../img/access-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--access {
    background: transparent url(./../img/sp/access-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--reservation {
  position: relative;
  background: transparent url(./../img/reservation-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--reservation {
    background: transparent url(./../img/sp/reservation-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--price {
  position: relative;
  background: transparent url(./../img/price-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--price {
    background: transparent url(./../img/sp/price-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--cavity-treatment {
  position: relative;
  background: transparent url(./../img/cavity-treatment-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--cavity-treatment {
    background: transparent url(./../img/sp/cavity-treatment-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--pediatric-orthodontics {
  position: relative;
  background: transparent url(./../img/pediatric-orthodontics-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--pediatric-orthodontics {
    background: transparent url(./../img/sp/pediatric-orthodontics-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--periodontal {
  position: relative;
  background: transparent url(./../img/periodontal-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--periodontal {
    background: transparent url(./../img/sp/periodontal-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--tmj {
  position: relative;
  background: transparent url(./../img/tmj-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--tmj {
    background: transparent url(./../img/sp/tmj-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--whitening {
  position: relative;
  background: transparent url(./../img/whitening-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--whitening {
    background: transparent url(./../img/sp/whitening-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--aesthetic {
  position: relative;
  background: transparent url(./../img/aesthetic-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--aesthetic {
    background: transparent url(./../img/sp/aesthetic-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--cleaning {
  position: relative;
  background: transparent url(./../img/cleaning-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--cleaning {
    background: transparent url(./../img/sp/cleaning-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--home-dental {
  position: relative;
  background: transparent url(./../img/home-dental-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--home-dental {
    background: transparent url(./../img/sp/home-dental-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.page_intro--root-canal {
  position: relative;
  background: transparent url(./../img/root-canal-intro-bg_1.webp) no-repeat right center/cover;
}
@media (width <= 767px) {
  .page_intro--root-canal {
    background: transparent url(./../img/sp/root-canal-intro-bg_1.webp) no-repeat right center/cover;
  }
}

.features_feature01 {
  background: transparent url(./../img/features-feature01-bg_1.webp) no-repeat center center/cover;
}

.precision_magnification_block--features-1 {
  background: transparent url(./../img/features-feature01-card-bg_1.webp) no-repeat center right 20%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--features-1 {
    background: transparent url(./../img/sp/features-feature01-card-bg_1.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--features-2 {
  background: transparent url(./../img/features-feature01-card-bg_2.webp) no-repeat center left 30%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--features-2 {
    background: transparent url(./../img/sp/features-feature01-card-bg_2.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--features-3 {
  background: transparent url(./../img/features-feature01-card-bg_3.webp) no-repeat center right 20%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--features-3 {
    background: transparent url(./../img/sp/features-feature01-card-bg_3.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--features-4 {
  background: transparent url(./../img/features-feature01-card-bg_4.webp) no-repeat center left 40%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--features-4 {
    background: transparent url(./../img/sp/features-feature01-card-bg_4.webp) no-repeat center bottom/cover;
  }
}

.features_feature02 {
  background: transparent url(./../img/features-feature02-bg_1.webp) no-repeat center center/cover;
}

.precision_magnification_block--feature02-1 {
  background: transparent url(./../img/features-feature02-card-bg_1.webp) no-repeat center right 10%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--feature02-1 {
    background: transparent url(./../img/sp/features-feature02-card-bg_1.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--feature02-2 {
  background: transparent url(./../img/features-feature02-card-bg_2.webp) no-repeat center left 20%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--feature02-2 {
    background: transparent url(./../img/sp/features-feature02-card-bg_2.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--feature02-3 {
  background: transparent url(./../img/features-feature02-card-bg_3.webp) no-repeat center right 10%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--feature02-3 {
    background: transparent url(./../img/sp/features-feature02-card-bg_3.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--feature02-4 {
  background: transparent url(./../img/features-feature02-card-bg_4.webp) no-repeat center left 20%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--feature02-4 {
    background: transparent url(./../img/sp/features-feature02-card-bg_4.webp) no-repeat center bottom/cover;
  }
}

.recruit_environment.features_feature03 {
  padding-bottom: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
}
.recruit_environment.features_feature03 .recruit_environment_cards {
  padding: 0;
  background-color: transparent;
  gap: 24px;
}
.recruit_environment.features_feature03 .recruit_environment_card {
  background-color: #fff;
  padding: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
}
.recruit_environment.features_feature03 .recruit_environment_card_ph {
  display: flex;
  flex-direction: column;
}
.recruit_environment.features_feature03 .recruit_environment_card_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.features_feature03 {
  background: transparent url(./../img/features-feature03-bg_1.webp) no-repeat center center/cover;
}

.orthodontics_reasons.features_feature04 {
  background: transparent url(./../img/features-feature04-bg_1.webp) no-repeat center center/cover;
}
@media (width <= 1023px) {
  .orthodontics_reasons.features_feature04 .orthodontics_reasons_item:nth-child(even) .orthodontics_reasons_item_inner {
    flex-direction: column-reverse;
  }
}
.orthodontics_reasons.features_feature04 .orthodontics_reasons_item_inner {
  padding: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
}
@media (1024px <= width) {
  .orthodontics_reasons.features_feature04 .orthodontics_reasons_item_ph {
    max-width: clamp(200px, 19.1549295775vw + 128.1690140845px, 404px);
  }
}

.orthodontics_reasons.features_feature05 {
  background: transparent url(./../img/features-feature05-bg_1.webp) no-repeat center center/cover;
}
.orthodontics_reasons.features_feature05 .orthodontics_reasons_item_inner {
  padding: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px) clamp(16px, 3.3802816901vw + 3.323943662px, 52px);
}
@media (width <= 1023px) {
  .orthodontics_reasons.features_feature05 .orthodontics_reasons_item_inner {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.orthodontics_reasons.features_feature05 .orthodontics_reasons_item_label {
  left: calc(clamp(0px, 3.7558685446vw + -14.0845070423px, 40px) * -1);
  font-size: 64px;
}
@media (width <= 767px) {
  .orthodontics_reasons.features_feature05 .orthodontics_reasons_item_label {
    top: -48px;
  }
}
@media (1024px <= width) {
  .orthodontics_reasons.features_feature05 .orthodontics_reasons_item_ph {
    max-width: clamp(280px, 9.3896713615vw + 244.7887323944px, 380px);
  }
}

/* ===============================================
#スタッフページ／院長あいさつ
=============================================== */
.staff_greeting.precision_greeting .precision_greeting_profile {
  gap: clamp(12px, 2.6291079812vw + 2.1408450704px, 40px);
}
@media (768px <= width) {
  .staff_greeting.precision_greeting .precision_greeting_profile {
    width: clamp(200px, 18.2159624413vw + 131.6901408451px, 394px);
  }
}
@media (width <= 767px) {
  .staff_greeting.precision_greeting .precision_greeting_title {
    top: -23px;
  }
}

.staff_greeting_meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 16px clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  background-color: #fff;
  box-shadow: 0 0 4px rgba(38, 37, 35, 0.2);
}

.staff_greeting_meta_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0 8px;
}
@media (768px <= width) {
  .staff_greeting_meta_row {
    flex-direction: row;
  }
}

.staff_greeting_meta_label {
  flex-shrink: 0;
  line-height: 1.8;
  color: var(--color-blue);
}

.staff_greeting_meta_value {
  line-height: 1.8;
  font-weight: 400;
  color: var(--color-black);
}

/* ===============================================
#スタッフページ／チーム紹介
=============================================== */
.staff_team {
  padding-top: clamp(64px, 9.014084507vw + 30.1971830986px, 160px);
  background: transparent url(./../img/sp/staff-team-bg_1.webp) no-repeat top center/cover;
}
@media (1024px <= width) {
  .staff_team {
    background: transparent url(./../img/staff-team-bg_1.webp) no-repeat top center/100% 100%;
  }
}

.staff_team_contents {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 2.2535211268vw + 47.5492957746px, 80px);
  width: 100%;
}

.staff_team_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px) clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}
@media (width <= 767px) {
  .staff_team_card .precision_greeting_title {
    top: -24px;
    left: 50%;
    translate: -50% 0;
  }
}
@media (768px <= width) {
  .staff_team_card.staff_team_card--hygienist {
    flex-direction: row;
  }
}

.staff_team_card_ph {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--color-blue);
  border-radius: 50%;
}

.staff_team_card--hygienist .staff_team_card_ph {
  max-width: clamp(288px, 3.0046948357vw + 276.7323943662px, 320px);
}

.staff_team_card_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  min-width: 0;
}

.staff_team_cards_row {
  display: flex;
  gap: clamp(56px, 2.2535211268vw + 47.5492957746px, 80px) 40px;
  width: 100%;
}
@media (width <= 767px) {
  .staff_team_cards_row {
    flex-direction: column;
  }
}

.staff_team_card--half {
  flex: 1;
  min-width: 0;
}

.staff_team_card--half .staff_team_card_ph {
  max-width: clamp(288px, 3.9436619718vw + 273.2112676056px, 330px);
}

/* ===============================================
#採用ページ／募集職種一覧
=============================================== */
.recruit_positions {
  position: relative;
  overflow: hidden;
  background: transparent url(./../img/recruit-positions-bg_1.webp) no-repeat center center/cover;
}

.recruit_positions_deco {
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.recruit_positions_deco--right {
  top: calc(clamp(0px, 2.7230046948vw + -10.2112676056px, 29px) * -1);
  right: calc(clamp(61px, 4.0375586854vw + 45.8591549296px, 104px) * -1);
  width: clamp(208px, 25.5399061033vw + 112.2253521127px, 480px);
  aspect-ratio: 480/320;
  background-image: url(./../img/recruit-positions-deco_2.webp);
}

.recruit_positions_deco--left {
  top: clamp(68px, 1.4084507042vw + 62.7183098592px, 83px);
  left: calc(clamp(66px, 7.8873239437vw + 36.4225352113px, 150px) * -1);
  width: clamp(231px, 26.3849765258vw + 132.0563380282px, 512px);
  aspect-ratio: 512/342;
  background-image: url(./../img/recruit-positions-deco_1.webp);
}

.recruit_positions_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 12px;
  width: 100%;
}
@media (width <= 1023px) {
  .recruit_positions_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 767px) {
  .recruit_positions_list {
    grid-template-columns: 1fr;
  }
}

.recruit_positions_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: clamp(78px, 2.1596244131vw + 69.9014084507px, 101px);
  padding: clamp(8px, 0.7511737089vw + 5.1830985915px, 16px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}
.recruit_positions_card::after {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: transparent url(./../img/icon-arrow_7.svg) no-repeat center center/contain;
}

.recruit_positions_card_main {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.recruit_positions_card_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 0.6572769953vw + 33.5352112676px, 43px);
  aspect-ratio: 1;
  border-radius: 50vw;
  background-color: #fff;
}
.recruit_positions_card_icon img {
  width: clamp(26px, 0.5633802817vw + 23.8873239437px, 32px);
}

.recruit_positions_card_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.recruit_positions_card_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media (width <= 767px) {
  .recruit_positions_card_head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.recruit_positions_card_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  font-weight: 700;
  line-height: 1;
}

.recruit_positions_card_type {
  font-family: var(--font-family-mincho);
  font-size: clamp(12px, 0.0938967136vw + 11.6478873239px, 13px);
  font-weight: 400;
  line-height: 1;
  color: var(--color-blue);
}

.recruit_positions_card_salary {
  font-family: var(--font-family-mincho);
  font-size: clamp(12px, 0.0938967136vw + 11.6478873239px, 13px);
  font-weight: 400;
  line-height: 1;
}
.recruit_positions_card_salary b {
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
  color: var(--color-blue);
}

/* ===============================================
#採用ページ／各職種の詳細
=============================================== */
.recruit_jobs {
  position: relative;
  overflow: hidden;
}

.recruit_jobs_deco {
  position: absolute;
  pointer-events: none;
  aspect-ratio: 519/932;
  background: transparent url(./../img/recruit-jobs-deco_1.webp) no-repeat center center/contain;
}

.recruit_jobs_deco--left-top {
  top: calc(clamp(0px, 20.9389671362vw + -78.5211267606px, 223px) * -1);
  left: calc(clamp(0px, 22.8169014085vw + -85.5633802817px, 243px) * -1);
  width: clamp(224px, 27.6995305164vw + 120.1267605634px, 519px);
}

.recruit_jobs_deco--left-mid {
  top: 44%;
  width: clamp(324px, 18.3098591549vw + 255.338028169px, 519px);
  transform: rotate(180deg);
}
@media (width <= 767px) {
  .recruit_jobs_deco--left-mid {
    left: 0px;
  }
}
@media (768px <= width) {
  .recruit_jobs_deco--left-mid {
    right: -259px;
  }
}

.recruit_jobs_deco--right {
  bottom: 20px;
  width: clamp(329px, 17.8403755869vw + 262.0985915493px, 519px);
}
@media (width <= 767px) {
  .recruit_jobs_deco--right {
    right: 0;
  }
}
@media (768px <= width) {
  .recruit_jobs_deco--right {
    left: -277px;
  }
}

.recruit_jobs_inner {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, -2.2535211268vw + 88.4507042254px, 80px);
}

.recruit_jobs_list {
  display: flex;
  flex-direction: column;
  gap: clamp(80px, -1.5023474178vw + 101.6338028169px, 96px);
  width: 100%;
}

.recruit_jobs_card {
  position: relative;
  width: 100%;
  padding: 64px clamp(16px, 2.2535211268vw + 7.5492957746px, 40px) clamp(20px, 4.1314553991vw + 4.5070422535px, 64px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}
@media (width <= 767px) {
  .recruit_jobs_card {
    padding-top: 80px;
  }
}

.recruit_jobs_card_title {
  position: absolute;
  top: -32px;
  left: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background: linear-gradient(239deg, #8595ca 0%, #3b5198 50.05%, #0e1c4a 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
@media (width <= 767px) {
  .recruit_jobs_card_title {
    min-width: 304px;
    min-height: 120px;
    left: 50%;
    translate: -50% 0;
    top: -60px;
    flex-direction: column;
  }
}
.recruit_jobs_card_title small {
  font-size: clamp(13px, 1.4084507042vw + 7.7183098592px, 28px);
  font-weight: 700;
}

.recruit_jobs_card_body {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  width: 100%;
}

.recruit_jobs_card_lead {
  padding-bottom: 4px;
  border-bottom: 1px solid #afbadf;
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: #677ab9;
}

.recruit_jobs_fit {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  background-color: #fff;
  box-shadow: 0 0 4px rgba(38, 37, 35, 0.2);
}

.recruit_jobs_fit_title {
  font-weight: 700;
  line-height: 1.8;
  color: #bc8d00;
}

.recruit_jobs_fit .check_list {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.recruit_jobs_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  background-color: #f0f3fa;
}

.recruit_jobs_salary_row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media (width <= 767px) {
  .recruit_jobs_salary_row {
    flex-direction: column;
  }
}

.recruit_jobs_tag {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 66px;
  padding: 0 8px;
  background-color: var(--color-blue);
  color: #fff;
  font-size: clamp(15px, 0.0938967136vw + 14.6478873239px, 16px);
  line-height: 1.8;
  white-space: nowrap;
}

.recruit_jobs_req_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recruit_jobs_req_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.recruit_jobs_req_item::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-top: 3px;
  background: transparent url(./../img/icon-check_2.svg) no-repeat center center/contain;
}
.recruit_jobs_req_item p {
  flex: 1;
  line-height: 1.8;
  font-weight: 400;
}

/* ===============================================
#採用ページ／働く環境・医院の特徴
=============================================== */
.recruit_environment {
  background: transparent url(./../img/recruit-environment-bg_1.webp) no-repeat center center/cover;
  padding-bottom: 180px;
}
@media (width <= 767px) {
  .recruit_environment {
    padding-bottom: 90px;
  }
}

.recruit_environment_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (width <= 767px) {
  .recruit_environment_catch {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

.recruit_environment_catch_em {
  padding: 4px clamp(8px, 0.7511737089vw + 5.1830985915px, 16px);
  background: linear-gradient(266deg, #8595ca 0%, #3b5198 50.05%, #0e1c4a 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.recruit_environment_catch_text {
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
}

.recruit_environment_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 16px;
  width: 100%;
  padding: 24px 16px;
  background-color: #fff;
}
@media (width <= 1023px) {
  .recruit_environment_cards {
    grid-template-columns: 1fr;
  }
}

.recruit_environment_card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recruit_environment_card_title {
  padding: 8px;
  background: linear-gradient(266deg, #afbadf 0%, #8595ca 50.05%, #3b5198 100%);
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  line-height: 1.8;
  color: #fff;
  text-align: center;
}

.recruit_environment_card_text {
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  line-height: 1.8;
  font-weight: 400;
}
.recruit_environment_card_text b {
  color: var(--color-blue);
  font-weight: 700;
}

/* ===============================================
#採用ページ／待遇・福利厚生
=============================================== */
.recruit_welfare {
  background: transparent url(./../img/sp/recruit-welfare-bg_1.webp) no-repeat top center/cover;
  padding-top: clamp(140px, 5.6338028169vw + 118.8732394366px, 200px);
  margin-top: -30px;
}
@media (768px <= width) {
  .recruit_welfare {
    padding-top: 344px;
    margin-top: -280px;
    background: transparent url(./../img/recruit-welfare-bg_1.webp) no-repeat top center/cover;
  }
}

.recruit_welfare_panel {
  position: relative;
  width: 100%;
  padding: clamp(64px, 1.5023474178vw + 58.3661971831px, 80px) 24px clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}
@media (768px <= width) {
  .recruit_welfare_panel {
    box-shadow: 0 0 8px rgba(24, 47, 124, 0.6);
  }
}

.recruit_welfare_title {
  position: absolute;
  top: -32px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: clamp(230px, 42.0657276995vw + 72.2535211268px, 678px);
  min-height: clamp(68px, 1.7840375587vw + 61.3098591549px, 87px);
  padding: 24px 64px;
  background: linear-gradient(266deg, #f5e5b4 0%, #3b5198 74.87%, #0e1c4a 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.recruit_welfare_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
  width: 100%;
}
@media (width <= 767px) {
  .recruit_welfare_cards {
    flex-direction: column;
  }
}

.recruit_welfare_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px clamp(16px, 0.7511737089vw + 13.1830985915px, 24px) 16px;
  background-color: #fff;
}
@media (width <= 767px) {
  .recruit_welfare_card {
    width: 100%;
  }
}
@media (768px <= width) {
  .recruit_welfare_card {
    aspect-ratio: 1;
    min-width: 0;
    width: calc(20% - 12.8px);
  }
}
@media (768px <= width) and (width <= 1023px) {
  .recruit_welfare_card {
    width: calc(33.3333333333% - 10.6666666667px);
  }
}

.recruit_welfare_card_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  font-family: var(--font-family-mincho);
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  line-height: 1;
  text-align: center;
}

.recruit_welfare_card_label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(32px, 0.1877934272vw + 31.2957746479px, 34px);
  letter-spacing: 0.08em;
}

.recruit_welfare_card_circle {
  display: grid;
  place-items: center;
  width: clamp(73px, 2.1596244131vw + 64.9014084507px, 96px);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f0f3fa;
}
.recruit_welfare_card_circle img {
  width: 48px;
}

.recruit_welfare_card_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: clamp(32px, 0.1877934272vw + 31.2957746479px, 34px);
}
.recruit_welfare_card_text .recruit_welfare_card_label {
  min-height: auto;
}
.recruit_welfare_card_text small {
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  letter-spacing: 0.08em;
}

/* ===============================================
#採用ページ／アクセス
=============================================== */
.recruit_access {
  background: transparent url(./../img/sp/recruit-access-bg_1.webp) no-repeat center center/cover;
}
@media (768px <= width) {
  .recruit_access {
    background: transparent url(./../img/recruit-access-bg_1.webp) no-repeat center center/cover;
  }
}

.recruit_access_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
}

.recruit_access_panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  background-color: #fff;
  box-shadow: 0 0 4px rgba(38, 37, 35, 0.2);
}
@media (width <= 1023px) {
  .recruit_access_panel {
    flex-direction: column;
  }
}

.recruit_access_body {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  width: 100%;
}
@media (1024px <= width) {
  .recruit_access_body {
    max-width: clamp(400px, 11.2676056338vw + 357.7464788732px, 520px);
  }
}

.recruit_access_logo {
  max-width: 520px;
}

.recruit_access_item {
  display: flex;
  gap: 8px 16px;
  padding-block: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  border-bottom: 1px solid #ced7f4;
  width: 100%;
}
@media (width <= 767px) {
  .recruit_access_item {
    flex-direction: column;
  }
}

.recruit_access_item_head {
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1.8;
}
@media (768px <= width) {
  .recruit_access_item_head {
    width: 120px;
  }
}

.recruit_access_item_body {
  flex: 1;
  font-weight: 400;
  line-height: 1.8;
}

.recruit_access_map {
  width: 100%;
  flex-shrink: 0;
}
@media (width <= 1023px) {
  .recruit_access_map {
    aspect-ratio: 288/200;
  }
}
@media (1024px <= width) {
  .recruit_access_map {
    aspect-ratio: 476/330;
    max-width: clamp(200px, 25.9154929577vw + 102.8169014085px, 476px);
  }
}
.recruit_access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* ===============================================
#採用ページ／応募の流れ
=============================================== */
.recruit_flow {
  background: transparent url(./../img/recruit-flow-bg_1.webp) no-repeat center center/cover;
}

.recruit_flow_contents {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  width: 100%;
}

.recruit_flow_steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.recruit_flow_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.recruit_flow_step:not(:last-child)::after {
  content: "";
  display: block;
  width: 62px;
  height: clamp(20px, 1.0328638498vw + 16.1267605634px, 31px);
  background-color: #677ab9;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.recruit_flow_step_card {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.3802816901vw + 11.323943662px, 60px);
  width: 100%;
  padding: 16px;
  background-color: #fdfaf1;
  box-shadow: 0 0 4px rgba(38, 37, 35, 0.2);
}
@media (width <= 767px) {
  .recruit_flow_step_card {
    flex-direction: column;
  }
}

.recruit_flow_step_num {
  position: absolute;
  top: -24px;
  left: -16px;
  font-family: var(--font-family-mincho);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #677ab9;
}

.recruit_flow_step_ph {
  width: 100%;
  flex-shrink: 0;
}
@media (768px <= width) {
  .recruit_flow_step_ph {
    width: clamp(250px, 14.0845070423vw + 197.1830985915px, 400px);
  }
}

.recruit_flow_step_body {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.3755868545vw + 2.5915492958px, 8px);
  flex: 1;
  min-width: 0;
}

.recruit_flow_step_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.recruit_flow_notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  font-size: clamp(12px, 0.0938967136vw + 11.6478873239px, 13px);
  line-height: 1.5;
  font-weight: 400;
}

.recruit_flow_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  background-color: #fff;
  box-shadow: 0 0 4px rgba(38, 37, 35, 0.2);
}

.recruit_flow_cta_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.recruit_flow_cta_title {
  padding: 0 8px 4px;
  border-bottom: 1px solid #afbadf;
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  line-height: 1.4;
  color: #677ab9;
  text-align: center;
}

.recruit_flow_cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: clamp(288px, 4.0375586854vw + 272.8591549296px, 331px);
  min-height: 80px;
  padding: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px) clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
  background: linear-gradient(266deg, #677ab9 0%, #182f7c 50%, #132663 100%);
  color: #fff;
}
.recruit_flow_cta_btn img {
  flex-shrink: 0;
  width: 28px;
}

.recruit_flow_cta_btn_label {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  line-height: 1.8;
  white-space: nowrap;
}

/* ===============================================
#アクセスページ／診療時間・休診日
=============================================== */
.access_hours {
  background: transparent url(./../img/access-hours-bg_1.webp) no-repeat center center/cover;
}

.access_hours_table_wrap {
  width: 100%;
}

.access_hours_table {
  width: 100%;
  border-collapse: collapse;
}
.access_hours_table th,
.access_hours_table td {
  vertical-align: middle;
  height: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
}
.access_hours_table thead tr {
  background: linear-gradient(266deg, #afbadf 0%, #8595ca 50.049%, #3b5198 100%);
}
.access_hours_table thead th {
  padding: clamp(5px, 1.7840375587vw + -1.6901408451px, 24px) clamp(6px, 3.1924882629vw + -5.9718309859px, 40px);
  font-size: clamp(15px, 0.2816901408vw + 13.9436619718px, 18px);
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-left: 1px solid #fff;
}
.access_hours_table thead th:first-child {
  border-left: none;
}
.access_hours_table tbody th {
  padding: clamp(8px, 0vw + 8px, 8px) clamp(8px, 5.2582159624vw + -11.7183098592px, 64px);
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  line-height: 1.8;
  color: var(--color-blue);
  text-align: center;
  white-space: nowrap;
  background-color: #f0f3fa;
}
.access_hours_table tbody td {
  width: clamp(30px, 7.1361502347vw + 3.2394366197px, 106px);
  padding: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px) clamp(7px, 3.0985915493vw + -4.6197183099px, 40px);
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-left: 1px solid #f0f3fa;
}
.access_hours_table tbody td:last-child {
  border-right: 1px solid #f0f3fa;
}

.access_hours_table_mark--closed {
  color: #7a7d80;
}

.access_hours_table_mark--open {
  color: var(--color-blue);
}

.access_hours_cards {
  display: flex;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  width: 100%;
}
@media (width <= 767px) {
  .access_hours_cards {
    flex-direction: column;
  }
}

.access_hours_closed {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  padding: 16px;
  background-color: #f0f3fa;
  min-height: 297px;
}
@media (768px <= width) {
  .access_hours_closed {
    width: clamp(280px, 6.7605633803vw + 254.6478873239px, 352px);
  }
}

.access_hours_closed_body {
  align-items: center;
  width: 100%;
  max-width: 243px;
}

.access_hours_closed_circle {
  display: grid;
  place-items: center;
  width: 96px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
}
.access_hours_closed_circle img {
  width: 48px;
}

.access_hours_closed_text_box {
  align-items: center;
  width: 100%;
  text-align: center;
}

.access_hours_reservation {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  min-width: 0;
  padding: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px) clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  background-color: #f0f3fa;
}
@media (768px <= width) {
  .access_hours_reservation {
    min-height: 297px;
    justify-content: center;
  }
}

.access_hours_card_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  line-height: 1.4;
  color: #677ab9;
  border-bottom: 1px solid #afbadf;
  padding-bottom: 4px;
  font-weight: 700;
  width: 100%;
}
.access_hours_card_title small {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  line-height: 1.4;
}

.access_hours_check_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.access_hours_check_item::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-top: 2px;
  background: transparent url(./../img/icon-check_2.svg) no-repeat center center/contain;
}

/* ===============================================
#予約ページ／症状・目的に合わせた2つの予約方法
=============================================== */
.reservation_contact {
  background: transparent url(./../img/reservation-contact-bg_1.webp) no-repeat center center/cover;
}
.reservation_contact .contact_web {
  display: flex;
  max-width: 328px;
  width: 100%;
  margin-inline: auto;
}
.reservation_contact .contact_web .contact_web_inner {
  font-size: 28px;
}
.reservation_contact .contact_tel {
  max-width: 360px;
  width: 100%;
  margin-inline: auto;
}

.reservation_contact_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  width: 100%;
}
@media (width <= 767px) {
  .reservation_contact_cards {
    grid-template-columns: 1fr;
  }
}

.reservation_contact_card {
  grid-row: span 4;
  display: grid;
  grid-template-rows: subgrid;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}

.reservation_contact_card_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
  padding: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  box-shadow: 0 0 8px 0 rgba(38, 37, 35, 0.2);
  margin-bottom: 8px;
}
.reservation_contact_card_body .check_list {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

/* ===============================================
#料金ページ／お支払い方法
=============================================== */
.price_payment {
  padding-bottom: clamp(120px, 6.0093896714vw + 97.4647887324px, 184px);
}

.price_payment_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 24px;
  width: 100%;
}
@media (width <= 767px) {
  .price_payment_cards {
    grid-template-columns: 1fr;
  }
}

.price_payment_card {
  width: 100%;
  padding: 16px clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  background-color: #f0f3fa;
}

.price_payment_card_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  font-family: var(--font-family-mincho);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
  text-align: center;
}
@media (768px <= width) {
  .price_payment_card_body {
    justify-content: center;
  }
}

.price_payment_card_circle {
  display: grid;
  place-items: center;
  width: 76px;
  aspect-ratio: 1;
  border-radius: 50vw;
  background-color: #fff;
}
.price_payment_card_circle img {
  width: 48px;
}

.price_payment_card_title {
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
}

.price_payment_card_note {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
}

/* ===============================================
#料金ページ／料金表
=============================================== */
.price_list {
  padding-top: 156px;
  padding-bottom: 64px;
  margin-top: -136px;
  background: transparent url(./../img/sp/equipment-bg_1.webp) no-repeat top center/100% 100%;
}
@media (768px <= width) {
  .price_list {
    padding-top: clamp(120px, 13.1455399061vw + 70.7042253521px, 260px);
    margin-top: calc(clamp(120px, 6.0093896714vw + 97.4647887324px, 184px) * -1);
    background: transparent url(./../img/equipment-bg_1.webp) no-repeat top center/100% 100%;
  }
}

.price_list_contents {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 3.7558685446vw + 41.9154929577px, 96px);
  width: 100%;
}

.price_list_block {
  position: relative;
  width: 100%;
  padding: clamp(64px, 3.0046948357vw + 52.7323943662px, 96px) clamp(20px, 1.8779342723vw + 12.9577464789px, 40px) clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}

.price_list_block_title {
  position: absolute;
  top: -32px;
  left: 50%;
  max-width: clamp(272px, 38.1220657277vw + 129.0422535211px, 678px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(68px, 1.7840375587vw + 61.3098591549px, 87px);
  padding: 10px;
  background: linear-gradient(266deg, #f5e5b4 0%, #3b5198 74.87%, #0e1c4a 100%);
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}

.price_list_block_body {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
  width: 100%;
}
.price_list_block_body.price_list_block_body--grouped {
  gap: clamp(12px, 2.6291079812vw + 2.1408450704px, 40px);
}

.price_list_group {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
  width: 100%;
}
@media (width <= 767px) {
  .price_list_group {
    align-items: center;
  }
}

.price_list_group_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background-color: #677ab9;
  font-family: var(--font-family-mincho);
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media (width <= 767px) {
  .price_list_group_title {
    width: 100%;
  }
}

.price_list_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
  border-bottom: 1px solid var(--color-blue);
  font-family: var(--font-family-mincho);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
  word-break: break-word;
  width: 100%;
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
}
@media (width <= 767px) {
  .price_list_row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.price_list_row_name {
  flex: 1;
}

.price_list_row_price {
  display: flex;
  align-items: flex-end;
  gap: clamp(2px, 0.1877934272vw + 1.2957746479px, 4px);
  flex-shrink: 0;
  white-space: nowrap;
}
.price_list_row_price small {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  color: var(--color-black);
}

/* ===============================================
#料金ページ／医療費控除について
=============================================== */
.price_deduction_container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) 0;
}
@media (768px <= width) {
  .price_deduction_container {
    padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(20px, 4.1314553991vw + 4.5070422535px, 64px);
  }
}
.price_deduction_container:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (width <= 767px) {
  .price_deduction_container:before {
    background: transparent url(./../img/sp/price-deduction-bg_1.webp) no-repeat center center/cover;
    width: calc(var(--vw) * 100);
    left: calc(50% - var(--vw) * 50);
  }
}
@media (768px <= width) {
  .price_deduction_container:before {
    background: transparent url(./../img/price-deduction-bg_1.webp) no-repeat center center/cover;
    width: calc(var(--vw) * 50 - 50% + 100%);
    right: calc(50% - var(--vw) * 50);
  }
}

.price_deduction_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/* ===============================================
#料金ページ／デンタルローン（分割払い）
=============================================== */
.price_loan_container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) 0;
}
@media (768px <= width) {
  .price_loan_container {
    padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(20px, 4.1314553991vw + 4.5070422535px, 64px);
  }
}
.price_loan_container:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (width <= 767px) {
  .price_loan_container:before {
    background: transparent url(./../img/sp/price-loan-bg_1.webp) no-repeat center center/cover;
    width: calc(var(--vw) * 100);
    left: calc(50% - var(--vw) * 50);
  }
}
@media (768px <= width) {
  .price_loan_container:before {
    background: transparent url(./../img/price-loan-bg_1.webp) no-repeat center center/cover;
    width: calc(var(--vw) * 50 - 50% + 100%);
    left: calc(50% - var(--vw) * 50);
  }
}

.price_loan_title {
  width: 100%;
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.price_loan_body {
  width: 100%;
}
.price_loan_body .check_list li::before {
  background: transparent url(./../img/icon-check_2.svg) no-repeat center center/contain;
}

/* ===============================================
#料金ページ／保証制度について
=============================================== */
.price_guarantee {
  background: transparent url(./../img/price-guarantee-bg_1.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .price_guarantee {
    background: transparent url(./../img/sp/price-guarantee-bg_1.webp) no-repeat center center/cover;
  }
}
.price_guarantee .inner {
  gap: clamp(40px, 2.2535211268vw + 31.5492957746px, 64px);
}

/* ===============================================
#治療ページ／イントロダクション（共通）
=============================================== */
.treatment_intro_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
  text-align: center;
}

.treatment_intro_contents {
  display: flex;
  align-items: center;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
}
@media (width <= 767px) {
  .treatment_intro_contents {
    flex-direction: column;
  }
}

.treatment_intro_ph {
  flex-shrink: 0;
  width: clamp(280px, 18.779342723vw + 209.5774647887px, 480px);
  aspect-ratio: 1;
}
@media (width <= 767px) {
  .treatment_intro_ph {
    width: 100%;
  }
}

.treatment_intro_body {
  flex: 1;
  min-width: 0;
}

@media (768px <= width) {
  .periodontal_treatment_intro .treatment_intro_contents {
    align-items: flex-start;
  }
}
@media (768px <= width) {
  .periodontal_treatment_intro .treatment_intro_ph {
    width: clamp(280px, 3.7558685446vw + 265.9154929577px, 320px);
  }
}

@media (768px <= width) {
  .cleaning_treatment_intro .treatment_intro_ph {
    width: clamp(200px, 18.779342723vw + 129.5774647887px, 400px);
  }
}

/* ===============================================
#虫歯治療ページ／パネル・2カラム（共通）
=============================================== */
.cavity_treatment_panel {
  width: 100%;
}

.cavity_treatment_pain_control .cavity_treatment_panel {
  background: linear-gradient(91deg, rgba(242, 222, 160, 0.1) 0%, rgba(242, 222, 160, 0.5) 99.74%);
}

.cavity_treatment_mi .cavity_treatment_panel {
  background: linear-gradient(91deg, rgba(242, 222, 160, 0.5) 0%, rgba(242, 222, 160, 0.1) 99.74%);
}

.cavity_treatment_panel_contents {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  width: 100%;
}

.cavity_treatment_contents {
  display: flex;
  align-items: center;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
}
@media (width <= 767px) {
  .cavity_treatment_contents {
    flex-direction: column;
  }
}

.cavity_treatment_mi .cavity_treatment_contents {
  align-items: flex-start;
}

.cavity_treatment_contents--reverse {
  flex-direction: column-reverse;
}
@media (768px <= width) {
  .cavity_treatment_contents--reverse {
    flex-direction: row-reverse;
  }
}

.cavity_treatment_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  min-width: 0;
}

.cavity_treatment_heading {
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.cavity_treatment_ph {
  flex-shrink: 0;
  width: 100%;
  border: 2px solid #afbadf;
  box-shadow: -8px 8px 0 #afbadf;
}

.cavity_treatment_contents--reverse .cavity_treatment_ph {
  box-shadow: 8px 8px 0 #afbadf;
}

@media (768px <= width) {
  .cavity_treatment_ph--portrait {
    width: clamp(200px, 16.9014084507vw + 136.6197183099px, 380px);
  }
}

@media (768px <= width) {
  .cavity_treatment_ph--landscape {
    width: clamp(200px, 20.6572769953vw + 122.5352112676px, 420px);
  }
}

.cavity_treatment_check_list .check_item.colmun p {
  flex-direction: column;
}
.cavity_treatment_check_list .check_item p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (1024px <= width) {
  .cavity_treatment_check_list .check_item p {
    flex-direction: row;
    align-items: flex-start;
  }
}
.cavity_treatment_check_list .check_item p b {
  flex-shrink: 0;
  font-weight: 500;
}

.cavity_treatment_point {
  width: 100%;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  background-color: #fff;
  box-shadow: 0 0 8px rgba(38, 37, 35, 0.2);
}

.cavity_treatment_point_contents {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
}
@media (width <= 767px) {
  .cavity_treatment_point_contents {
    flex-direction: column;
  }
}

.cavity_treatment_point_body {
  flex: 1;
  min-width: 0;
  align-items: flex-start;
}

.cavity_treatment_point_title {
  padding: 4px 16px;
  background-color: #677ab9;
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
  line-height: 1.4;
}
@media (width <= 767px) {
  .cavity_treatment_point_title {
    width: 100%;
  }
}
.cavity_treatment_point_title.text-center {
  text-align: center;
}

.cavity_treatment_point_ph {
  flex-shrink: 0;
  width: 100%;
}
@media (768px <= width) {
  .cavity_treatment_point_ph {
    width: clamp(200px, 3.7558685446vw + 185.9154929577px, 240px);
  }
}

/* ===============================================
#虫歯治療ページ／適合精度
=============================================== */
.cavity_treatment_precision_fit {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
}
.cavity_treatment_precision_fit .check_item--caption::before {
  display: none;
}
.cavity_treatment_precision_fit .check_item--caption p {
  font-size: 13px;
  line-height: 1.5;
}

.cavity_treatment_precision_fit_contents {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  width: 100%;
}

.precision_magnification_block--cavity-fit-1 {
  background: transparent url(./../img/cavity-treatment-precision-fit-bg_2.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--cavity-fit-1 {
    background: transparent url(./../img/sp/cavity-treatment-precision-fit-bg_2.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--cavity-fit-2 {
  background: transparent url(./../img/cavity-treatment-precision-fit-bg_3.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--cavity-fit-2 {
    background: transparent url(./../img/sp/cavity-treatment-precision-fit-bg_3.webp) no-repeat center bottom/cover;
  }
}

/* ===============================================
#虫歯治療ページ／精密根管治療
=============================================== */
.cavity_treatment_root_canal {
  background: transparent url(./../img/cavity-treatment-root-canal-bg_1.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .cavity_treatment_root_canal .implant_panel_card {
    padding-top: 80px;
  }
}

/* ===============================================
#虫歯治療ページ／メンテナンス
=============================================== */
.cavity_treatment_maintenance .precision_regeneration_block--maintenance {
  background: transparent url(./../img/cavity-treatment-maintenance-bg_1.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .cavity_treatment_maintenance .precision_regeneration_block--maintenance {
    background: transparent url(./../img/sp/cavity-treatment-maintenance-bg_1.webp) no-repeat center center/cover;
  }
}
@media (768px <= width) {
  .cavity_treatment_maintenance .precision_regeneration_block--maintenance .precision_regeneration_body {
    max-width: clamp(500px, 18.779342723vw + 429.5774647887px, 700px);
  }
}

/* ===============================================
#小児歯科・小児矯正ページ／For Kids
=============================================== */
.pediatric_for_kids_item {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
}
@media (width <= 767px) {
  .pediatric_for_kids_item {
    flex-direction: column;
  }
}

.pediatric_for_kids_item_ph {
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
@media (768px <= width) {
  .pediatric_for_kids_item_ph {
    max-width: clamp(180px, 28.3568075117vw + 73.661971831px, 482px);
  }
  .pediatric_for_kids_item_ph:has(.pediatric_for_kids_item_badge) {
    max-width: clamp(180px, 30.0469483568vw + 67.323943662px, 500px);
    padding-bottom: 58px;
  }
  .pediatric_for_kids_item_ph .pediatric_for_kids_item_ph_img {
    width: 72%;
  }
}

.pediatric_for_kids_item_badge {
  position: absolute;
  width: clamp(120px, 7.5117370892vw + 91.8309859155px, 200px);
}
@media (width <= 767px) {
  .pediatric_for_kids_item_badge {
    top: -24px;
    right: -20px;
  }
}
@media (768px <= width) {
  .pediatric_for_kids_item_badge {
    right: 0;
    bottom: 0;
  }
}

.pediatric_for_kids_item_body {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.6291079812vw + 2.1408450704px, 40px);
  flex: 1;
  min-width: 0;
}

.pediatric_for_kids_item_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.3755868545vw + 22.5915492958px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

/* ===============================================
#小児歯科・小児矯正ページ／Phase I
=============================================== */
.pediatric_phase_i {
  background-color: #fdfaf1;
}

.pediatric_phase_i_intro_contents {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
  padding-block: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
}
@media (width <= 767px) {
  .pediatric_phase_i_intro_contents {
    flex-direction: column;
  }
}

.pediatric_phase_i_intro_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  min-width: 0;
}

.pediatric_phase_i_intro_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.pediatric_phase_i_point_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.pediatric_phase_i_intro_ph {
  flex-shrink: 0;
  width: 100%;
}
@media (768px <= width) {
  .pediatric_phase_i_intro_ph {
    max-width: clamp(200px, 26.4788732394vw + 100.7042253521px, 482px);
  }
}

.pediatric_phase_i_methods {
  width: 100%;
  background-color: #fff;
  padding: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 5.2582159624vw + 4.2816901408px, 80px);
}

.pediatric_phase_i_methods_title {
  font-family: var(--font-family-mincho);
  font-size: clamp(28px, 1.1267605634vw + 23.7746478873px, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
  text-align: center;
}

.pediatric_phase_i_methods_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px clamp(20px, 33.5731414868vw + -323.4532374101px, 160px);
  width: 100%;
}
@media (width <= 1023px) {
  .pediatric_phase_i_methods_cards {
    grid-template-columns: 1fr;
  }
}

.pediatric_phase_i_method_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  width: 100%;
}
@media (1024px <= width) {
  .pediatric_phase_i_method_card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
  .pediatric_phase_i_method_card .check_list {
    height: 100%;
  }
}

.pediatric_phase_i_method_card_title {
  background: linear-gradient(266deg, #8595ca 0%, #3b5198 50.05%, #0e1c4a 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  margin-inline: auto;
  padding: 4px 0px;
}
@media (width <= 767px) {
  .pediatric_phase_i_method_card_title {
    width: 100%;
  }
}
@media (768px <= width) {
  .pediatric_phase_i_method_card_title {
    padding: 4px 16px;
    width: fit-content;
  }
}

.pediatric_phase_i_method_card_ph {
  width: 100%;
  max-width: clamp(288px, 3.0046948357vw + 276.7323943662px, 320px);
  aspect-ratio: 1;
  border: 1px solid var(--color-blue);
  border-radius: 50vw;
  overflow: hidden;
  margin-inline: auto;
}

.pediatric_phase_i_methods_note {
  width: 100%;
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  line-height: 1.8;
  font-weight: 400;
}
@media (768px <= width) {
  .pediatric_phase_i_methods_note {
    text-align: center;
  }
}

/* ===============================================
#小児歯科・小児矯正ページ／Expert
=============================================== */
.pediatric_expert {
  background: transparent url(./../img/pediatric-expert-bg_1.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .pediatric_expert {
    background: transparent url(./../img/sp/pediatric-expert-bg_1.webp) no-repeat center center/cover;
  }
}

.precision_magnification_block--pediatric-expert-1 {
  background: transparent url(./../img/pediatric-expert-card-bg_1.webp) no-repeat center left 20%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--pediatric-expert-1 {
    background: transparent url(./../img/sp/pediatric-expert-card-bg_1.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--pediatric-expert-2 {
  background: transparent url(./../img/pediatric-expert-card-bg_2.webp) no-repeat center right 30%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--pediatric-expert-2 {
    background: transparent url(./../img/sp/pediatric-expert-card-bg_2.webp) no-repeat center bottom/cover;
  }
}

/* ===============================================
#小児歯科・小児矯正ページ／Comfort
=============================================== */
.pediatric_comfort {
  background: transparent url(./../img/pediatric-comfort-bg_1.webp) no-repeat center center/cover;
}
.pediatric_comfort .cavity_treatment_contents {
  align-items: flex-start;
}

.pediatric_comfort_ph {
  flex-shrink: 0;
  width: 100%;
}
@media (768px <= width) {
  .pediatric_comfort_ph {
    width: clamp(200px, 16.9014084507vw + 136.6197183099px, 380px);
  }
}

/* ===============================================
#歯周病治療ページ／Regeneration
=============================================== */
.cavity_treatment_mi.periodontal_treatment_regeneration {
  background: linear-gradient(141deg, rgba(242, 222, 160, 0.5) 20.47%, rgba(242, 222, 160, 0) 58.48%);
  padding-bottom: clamp(60px, 7.5117370892vw + 31.8309859155px, 140px);
}
.cavity_treatment_mi.periodontal_treatment_regeneration .cavity_treatment_panel_contents {
  gap: 40px;
}
.cavity_treatment_mi.periodontal_treatment_regeneration .cavity_treatment_ph {
  border: none;
  box-shadow: none;
}
.cavity_treatment_mi.periodontal_treatment_regeneration .cavity_treatment_check_list .check_item.colmun p b {
  font-weight: 700;
}
.cavity_treatment_mi.periodontal_treatment_regeneration .cavity_treatment_check_list .check_item:not(.colmun) p {
  display: block;
}

/* ===============================================
#歯周病治療ページ／Diagnosis
=============================================== */
.periodontal_treatment_diagnosis {
  padding-top: clamp(100px, 5.6338028169vw + 78.8732394366px, 160px);
  margin-top: calc(clamp(70px, 2.441314554vw + 60.8450704225px, 96px) * -1);
  background: transparent url(./../img/sp/periodontal-treatment-diagnosis-bg_1.webp) no-repeat top center/100% 100%;
}
@media (768px <= width) {
  .periodontal_treatment_diagnosis {
    background: transparent url(./../img/periodontal-treatment-diagnosis-bg_1.webp) no-repeat top center/100% 100%;
  }
}
.periodontal_treatment_diagnosis .orthodontics_menu_cards {
  gap: 56px clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}
.periodontal_treatment_diagnosis .orthodontics_menu_card {
  padding: clamp(80px, 1.5023474178vw + 74.3661971831px, 96px) clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  max-width: 100%;
  flex: 1;
}
.periodontal_treatment_diagnosis .orthodontics_menu_card_title {
  min-width: clamp(288px, 12.3943661972vw + 241.5211267606px, 420px);
  top: calc(clamp(40px, 1.5023474178vw + 34.3661971831px, 56px) * -1);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}
@media (768px <= width) {
  .periodontal_treatment_diagnosis .orthodontics_menu_card_title {
    font-size: clamp(18px, 1.3145539906vw + 13.0704225352px, 32px);
  }
}
.periodontal_treatment_diagnosis .check_list {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.periodontal_treatment_diagnosis .check_item.colmun p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ===============================================
#歯周病治療ページ／Prevention
=============================================== */
@media (768px <= width) {
  .periodontal_treatment_prevention .precision_regeneration_block--maintenance .heading_h2 {
    width: clamp(500px, 16.5258215962vw + 438.0281690141px, 676px);
    margin-left: auto;
  }
}
@media (768px <= width) {
  .periodontal_treatment_prevention .precision_regeneration_block--maintenance .precision_regeneration_body {
    max-width: clamp(500px, 16.5258215962vw + 438.0281690141px, 676px);
  }
}

/* ===============================================
#歯周病治療ページ／Precision
=============================================== */
.periodontal_treatment_precision .cavity_treatment_check_list .check_item.colmun p b {
  font-weight: 700;
}
.periodontal_treatment_precision .cavity_treatment_check_list .check_item:not(.colmun) p {
  display: block;
}

/* ===============================================
#顎関節症治療ページ／Diagnosis
=============================================== */
.orthodontics_reasons.tmj_diagnosis {
  background: transparent url(./../img/tmj-diagnosis-bg_1.webp) no-repeat center center/cover;
}
.orthodontics_reasons.tmj_diagnosis .tmj_diagnosis_lead_heading {
  font-family: var(--font-family-mincho);
  font-size: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: #677ab9;
}
@media (768px <= width) {
  .orthodontics_reasons.tmj_diagnosis .tmj_diagnosis_lead_heading {
    text-align: center;
  }
}
.orthodontics_reasons.tmj_diagnosis .orthodontics_reasons_item_inner {
  padding: clamp(24px, 3.7558685446vw + 9.9154929577px, 64px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  align-items: flex-start;
}
.orthodontics_reasons.tmj_diagnosis .orthodontics_reasons_item_body {
  max-width: 100%;
}
@media (1024px <= width) {
  .orthodontics_reasons.tmj_diagnosis .orthodontics_reasons_item_ph {
    max-width: clamp(280px, 3.7558685446vw + 265.9154929577px, 320px);
  }
}

/* ===============================================
#顎関節症治療ページ／Treatment
=============================================== */
.tmj_treatment.precision_regeneration .precision_regeneration_block--therapy {
  background: transparent url(./../img/tmj-treatment-bg_1.webp) no-repeat right 30% bottom/cover;
}
@media (width <= 767px) {
  .tmj_treatment.precision_regeneration .precision_regeneration_block--therapy {
    background: transparent url(./../img/sp/tmj-treatment-bg_1.webp) no-repeat center bottom/cover;
  }
}
.tmj_treatment.precision_regeneration .precision_regeneration_block--maintenance {
  background: transparent url(./../img/tmj-treatment-bg_2.webp) no-repeat center center/cover;
}
@media (width <= 767px) {
  .tmj_treatment.precision_regeneration .precision_regeneration_block--maintenance {
    background: transparent url(./../img/sp/tmj-treatment-bg_2.webp) no-repeat bottom center/cover;
  }
}
@media (768px <= width) {
  .tmj_treatment.precision_regeneration .precision_regeneration_block--maintenance .precision_regeneration_body {
    max-width: clamp(500px, 18.779342723vw + 429.5774647887px, 700px);
  }
}
@media (width <= 767px) {
  .tmj_treatment.precision_regeneration .precision_regeneration_panel {
    padding-bottom: 160px;
  }
}

/* ===============================================
#ホワイトニングページ／コース
=============================================== */
.whitening_course {
  background: transparent url(./../img/whitening-course-bg_1.webp) no-repeat center center/cover;
}

.whitening_course_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 24px;
  width: 100%;
}
@media (width <= 1023px) {
  .whitening_course_cards {
    grid-template-columns: 1fr;
    padding-block: 20px;
  }
}
@media (1024px <= width) {
  .whitening_course_cards {
    padding: 24px;
  }
}

.whitening_course_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 12px rgba(24, 47, 124, 0.4);
}

.whitening_course_card_ph {
  position: relative;
  width: 100%;
}

.whitening_course_card_title {
  position: absolute;
  top: -24px;
  left: 50%;
  z-index: 1;
  min-width: 280px;
  padding: 8px;
  background: linear-gradient(266deg, #afbadf 0%, #8595ca 50.05%, #3b5198 100%);
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  translate: -50% 0;
}

.whitening_course_card_body {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
  width: 100%;
  padding: 16px clamp(20px, 0.3755868545vw + 18.5915492958px, 24px) clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
}
.whitening_course_card_body .check_list {
  gap: clamp(2px, 0.1877934272vw + 1.2957746479px, 4px);
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.whitening_course_card_body .check_item p {
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
}
.whitening_course_card_body .check_item::before {
  margin-top: clamp(0px, 0.1877934272vw + -0.7042253521px, 2px);
}

.whitening_course_card_lead {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  line-height: 1.8;
  color: #677ab9;
}

.whitening_course_card_intro {
  display: flex;
  flex-direction: column;
  gap: clamp(2px, 0.1877934272vw + 1.2957746479px, 4px);
  width: 100%;
}

/* ===============================================
#ホワイトニングページ／Advanced
=============================================== */
@media (width <= 767px) {
  .whitening_advanced .whitening_advanced_lead {
    gap: 0;
  }
}
.whitening_advanced .cavity_treatment_check_list .check_item.colmun p b {
  font-weight: 700;
}

.precision_magnification_block--whitening-advanced-1 {
  background: transparent url(./../img/whitening-advanced-card-bg_1.webp) no-repeat center right 20%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--whitening-advanced-1 {
    background: transparent url(./../img/sp/whitening-advanced-card-bg_1.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--whitening-advanced-2 {
  background: transparent url(./../img/whitening-advanced-card-bg_2.webp) no-repeat center left 30%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--whitening-advanced-2 {
    background: transparent url(./../img/sp/whitening-advanced-card-bg_2.webp) no-repeat center bottom/cover;
  }
}

/* ===============================================
#ホワイトニングページ／Diagnosis
=============================================== */
.whitening_diagnosis.precision_regeneration .precision_regeneration_block--therapy {
  background: transparent url(./../img/whitening-diagnosis-bg_1.webp) no-repeat right 30% bottom/cover;
}
@media (width <= 767px) {
  .whitening_diagnosis.precision_regeneration .precision_regeneration_block--therapy {
    background: transparent url(./../img/sp/whitening-diagnosis-bg_1.webp) no-repeat center bottom/cover;
  }
}
@media (width <= 767px) {
  .whitening_diagnosis.precision_regeneration .precision_regeneration_panel {
    padding-bottom: 160px;
  }
}
@media (768px <= width) {
  .whitening_diagnosis.precision_regeneration .precision_regeneration_body {
    max-width: clamp(500px, 18.779342723vw + 429.5774647887px, 700px);
  }
}
.whitening_diagnosis.precision_regeneration .cavity_treatment_check_list .check_item.colmun p b {
  font-weight: 700;
}

/* ===============================================
#ホワイトニングページ／Sensitivity
=============================================== */
.whitening_sensitivity {
  background: transparent url(./../img/whitening-sensitivity-bg_1.webp) no-repeat center center/cover;
}
.whitening_sensitivity .whitening_sensitivity_sub {
  font-family: var(--font-family-mincho);
  font-size: clamp(18px, 0.3755868545vw + 16.5915492958px, 22px);
  font-weight: 700;
  line-height: 1.4;
  color: #677ab9;
  text-align: center;
}

/* ===============================================
#審美治療ページ／Strengths
=============================================== */
.orthodontics_reasons.aesthetic_strengths {
  background: transparent url(./../img/aesthetic-strengths-bg_1.webp) no-repeat center center/cover;
}
.orthodontics_reasons.aesthetic_strengths .orthodontics_reasons_item_inner {
  padding: clamp(56px, 0.7511737089vw + 53.1830985915px, 64px) clamp(16px, 4.3192488263vw + -0.1971830986px, 62px) clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  justify-content: space-between;
}
@media (1024px <= width) {
  .orthodontics_reasons.aesthetic_strengths .orthodontics_reasons_item_body {
    max-width: 560px;
  }
}
@media (1024px <= width) {
  .orthodontics_reasons.aesthetic_strengths .orthodontics_reasons_item_ph {
    max-width: clamp(280px, 7.5117370892vw + 251.8309859155px, 360px);
  }
}
.orthodontics_reasons.aesthetic_strengths .cavity_treatment_check_list .check_item.colmun p b {
  font-weight: 700;
}

/* ===============================================
#審美治療ページ／Materials
=============================================== */
.aesthetic_materials_table_wrap {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.aesthetic_materials_table {
  width: 100%;
  border-collapse: collapse;
}
.aesthetic_materials_table thead tr {
  background: linear-gradient(266deg, #afbadf 0%, #8595ca 50.049%, #3b5198 100%);
}
.aesthetic_materials_table thead th {
  padding: clamp(13px, 1.0328638498vw + 9.1267605634px, 24px);
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  line-height: 1.8;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-left: 1px solid #fff;
}
.aesthetic_materials_table thead th:first-child {
  border-left: none;
}
.aesthetic_materials_table tbody th {
  padding: 8px 0;
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-blue);
  text-align: center;
  background-color: #f0f3fa;
  border-bottom: 1px solid #afbadf;
  vertical-align: middle;
}
.aesthetic_materials_table tbody td {
  padding: clamp(8px, 0.7511737089vw + 5.1830985915px, 16px) 16px;
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  line-height: 1.8;
  font-weight: 400;
  background-color: #fff;
  border-bottom: 1px solid #afbadf;
  border-left: 1px solid #afbadf;
}
.aesthetic_materials_table tbody td:nth-of-type(1) {
  border-left: none;
}
@media (768px <= width) {
  .aesthetic_materials_table tbody td {
    vertical-align: middle;
  }
}
.aesthetic_materials_table tbody tr:last-child th,
.aesthetic_materials_table tbody tr:last-child td {
  border-bottom: none;
}
@media (width <= 767px) {
  .aesthetic_materials_table.col-4 {
    width: 860px;
    min-width: 860px;
  }
}
.aesthetic_materials_table.col-4 thead th:nth-child(1) {
  min-width: clamp(160px, 9.3896713615vw + 124.7887323944px, 260px);
}
.aesthetic_materials_table.col-4 thead th:nth-child(2) {
  min-width: 180px;
}
.aesthetic_materials_table.col-4 thead th:nth-child(3), .aesthetic_materials_table.col-4 thead th:nth-child(4) {
  min-width: 260px;
}
@media (width <= 767px) {
  .aesthetic_materials_table.col-4 tbody th {
    width: 160px;
  }
}
.aesthetic_materials_table.col-4 tbody td:nth-child(2) {
  width: 180px;
}
.aesthetic_materials_table.col-4 tbody td:nth-child(3),
.aesthetic_materials_table.col-4 tbody td:nth-child(4) {
  width: 260px;
}

/* ===============================================
#審美治療ページ／Team & Aftercare
=============================================== */
.aesthetic_team_aftercare .cavity_treatment_check_list .check_item.colmun p b {
  font-weight: 700;
}

.precision_magnification_block--aesthetic-team-1 {
  background: transparent url(./../img/aesthetic-team-aftercare-bg_1.webp) no-repeat center left 30%/cover;
  min-height: 400px;
}
@media (width <= 767px) {
  .precision_magnification_block--aesthetic-team-1 {
    background: transparent url(./../img/sp/aesthetic-team-aftercare-bg_1.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--aesthetic-team-2 {
  background: transparent url(./../img/aesthetic-team-aftercare-bg_2.webp) no-repeat center right 20%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--aesthetic-team-2 {
    background: transparent url(./../img/sp/aesthetic-team-aftercare-bg_2.webp) no-repeat center bottom/cover;
  }
}

/* ===============================================
#クリーニングページ／Treatment
=============================================== */
.cleaning_treatment.precision_regeneration .precision_regeneration_block:first-child {
  background: transparent url(./../img/cleaning-treatment-bg_1.webp) no-repeat left 30% bottom/cover;
}
@media (width <= 767px) {
  .cleaning_treatment.precision_regeneration .precision_regeneration_block:first-child {
    background: transparent url(./../img/sp/cleaning-treatment-bg_1.webp) no-repeat center bottom/cover;
  }
}
.cleaning_treatment.precision_regeneration .precision_regeneration_block:nth-of-type(2) {
  background: transparent url(./../img/cleaning-treatment-bg_2.webp) no-repeat right 30% center/cover;
}
@media (width <= 767px) {
  .cleaning_treatment.precision_regeneration .precision_regeneration_block:nth-of-type(2) {
    background: transparent url(./../img/sp/cleaning-treatment-bg_2.webp) no-repeat bottom center/cover;
  }
}
.cleaning_treatment.precision_regeneration .precision_regeneration_block:last-child {
  background: transparent url(./../img/cleaning-treatment-bg_3.webp) no-repeat left 10% bottom/cover;
}
@media (width <= 767px) {
  .cleaning_treatment.precision_regeneration .precision_regeneration_block:last-child {
    background: transparent url(./../img/sp/cleaning-treatment-bg_3.webp) no-repeat center bottom/cover;
  }
}

/* ===============================================
#クリーニングページ／Start Here
=============================================== */
@media (width <= 767px) {
  .tmj_consultation .page_consultation_panel {
    margin-left: 0;
    width: 100%;
  }
}

/* ===============================================
#訪問歯科ページ／イントロダクション
=============================================== */
@media (768px <= width) {
  .home_dental_treatment_intro .treatment_intro_ph {
    width: clamp(200px, 18.779342723vw + 129.5774647887px, 400px);
  }
}

/* ===============================================
#訪問歯科ページ／Eligibility
=============================================== */
.home_dental_eligibility {
  background: transparent url(./../img/home-dental-eligibility-bg_1.webp) no-repeat center center/cover;
}
.home_dental_eligibility .cavity_treatment_point {
  padding: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
}
.home_dental_eligibility .cavity_treatment_point .check_list {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
@media (width <= 1023px) {
  .home_dental_eligibility .cavity_treatment_point_contents {
    flex-direction: column;
    row-gap: 40px;
  }
}
.home_dental_eligibility .cavity_treatment_point_ph {
  width: 100%;
}
@media (1024px <= width) {
  .home_dental_eligibility .cavity_treatment_point_ph {
    width: clamp(280px, 11.2676056338vw + 237.7464788732px, 400px);
  }
}

.home_dental_eligibility_contents {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
}
@media (width <= 767px) {
  .home_dental_eligibility_contents {
    padding-block: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  }
}
@media (768px <= width) {
  .home_dental_eligibility_contents {
    padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  }
}

.home_dental_eligibility_heading {
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
  padding-bottom: 4px;
  border-bottom: 1px solid #afbadf;
}

/* ===============================================
#訪問歯科ページ／Oral Care
=============================================== */
.home_dental_oral_care {
  background-color: #f0f3fa;
}
.home_dental_oral_care .home_dental_oral_care_panel {
  width: 100%;
  padding: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  background-color: #fff;
  box-shadow: 0 0 4px rgba(38, 37, 35, 0.2);
}
.home_dental_oral_care .home_dental_oral_care_heading {
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
  padding-bottom: 4px;
  border-bottom: 1px solid #afbadf;
}
.home_dental_oral_care .cavity_treatment_point_title {
  width: 100%;
}
@media (768px <= width) {
  .home_dental_oral_care .cavity_treatment_point_title {
    text-align: left;
  }
}
.home_dental_oral_care .cavity_treatment_point_body {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
}
@media (768px <= width) {
  .home_dental_oral_care .cavity_treatment_point_ph {
    width: clamp(200px, 15.0234741784vw + 143.661971831px, 360px);
  }
}

/* ===============================================
#訪問歯科ページ／Treatment
=============================================== */
.home_dental_treatment .orthodontics_menu_cards {
  gap: 96px clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}
.home_dental_treatment .orthodontics_menu_card {
  padding: clamp(64px, 3.0046948357vw + 52.7323943662px, 96px) clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(56px, 0.7511737089vw + 53.1830985915px, 64px);
  max-width: 100%;
  flex: 1;
}
.home_dental_treatment .orthodontics_menu_card_title {
  min-width: clamp(288px, 18.0281690141vw + 220.3943661972px, 480px);
  top: -56px;
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}
@media (768px <= width) {
  .home_dental_treatment .orthodontics_menu_card_title {
    top: calc(clamp(20px, 3.3802816901vw + 7.323943662px, 56px) * -1);
    font-size: clamp(12px, 1.8779342723vw + 4.9577464789px, 32px);
    min-width: clamp(200px, 26.2910798122vw + 101.4084507042px, 480px);
  }
}
.home_dental_treatment .check_list {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

/* ===============================================
#訪問歯科ページ／Cost
=============================================== */
.home_dental_cost {
  background: transparent url(./../img/home-dental-cost-bg_1.webp) no-repeat center center/cover;
}

.home_dental_cost_contents {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  width: 100%;
}

.home_dental_cost_heading {
  font-family: var(--font-family-mincho);
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
  padding-bottom: 4px;
  border-bottom: 1px solid #afbadf;
}

/* ===============================================
#訪問歯科ページ／Why Us
=============================================== */
.orthodontics_reasons.home_dental_why_us {
  background: transparent url(./../img/home-dental-why-us-bg_1.webp) no-repeat center bottom/cover;
}

/* ===============================================
#訪問歯科ページ／Flow
=============================================== */
.whitening_sensitivity.home_dental_flow {
  background: transparent url(./../img/home-dental-flow-bg_1.webp) no-repeat center center/cover;
}
.whitening_sensitivity.home_dental_flow .recruit_flow_step_card {
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}

/* ===============================================
#根管治療ページ／Precision
=============================================== */
.root_canal_precision .cavity_treatment_check_list .check_item.colmun p b {
  font-weight: 700;
}

.precision_magnification_block--root-canal-precision-1 {
  background: transparent url(./../img/root-canal-precision-bg_1.webp) no-repeat center left 30%/cover;
  min-height: 400px;
}
@media (width <= 767px) {
  .precision_magnification_block--root-canal-precision-1 {
    background: transparent url(./../img/sp/root-canal-precision-bg_1.webp) no-repeat center bottom/cover;
  }
}

.precision_magnification_block--root-canal-precision-2 {
  background: transparent url(./../img/root-canal-precision-bg_2.webp) no-repeat center right 10%/cover;
}
@media (width <= 767px) {
  .precision_magnification_block--root-canal-precision-2 {
    background: transparent url(./../img/sp/root-canal-precision-bg_2.webp) no-repeat center bottom/cover;
  }
}

/* ===============================================
#根管治療ページ／Second Opinion・After Care
=============================================== */
.root_canal_aftercare.precision_regeneration .precision_regeneration_block:first-child {
  background: transparent url(./../img/root-canal-second-opinion-bg_1.webp) no-repeat left 20% bottom/cover;
}
@media (width <= 767px) {
  .root_canal_aftercare.precision_regeneration .precision_regeneration_block:first-child {
    background: transparent url(./../img/sp/root-canal-second-opinion-bg_1.webp) no-repeat center bottom/cover;
  }
}
.root_canal_aftercare.precision_regeneration .precision_regeneration_block:last-child {
  background: transparent url(./../img/root-canal-second-opinion-bg_2.webp) no-repeat right 20% center/cover;
}
@media (width <= 767px) {
  .root_canal_aftercare.precision_regeneration .precision_regeneration_block:last-child {
    background: transparent url(./../img/sp/root-canal-second-opinion-bg_2.webp) no-repeat center bottom/cover;
  }
}
@media (768px <= width) {
  .root_canal_aftercare.precision_regeneration .precision_regeneration_block:last-child .precision_regeneration_body {
    max-width: clamp(500px, 18.779342723vw + 429.5774647887px, 700px);
  }
}
@media (width <= 767px) {
  .root_canal_aftercare.precision_regeneration .precision_regeneration_panel {
    padding-bottom: 160px;
  }
}
