@charset "UTF-8";
/*==================================================
 Foundation
================================================== */ :root {
  --bp-sm: 768px;
  --bp-lg: 1024px;
  --layer-loading: 200;
  --layer-modal: 100;
  --layer-drawer: 40;
  --layer-floating: 30;
  --layer-header: 20;
  --layer-footer: 10;
  --layer-default: 1;
  --width-container: 980px;
  --width-m-container: 780px;
  --spacing-page: 20px;
  --color-primary: #e65908;
  --color-beige-bg: #faf7f3;
  --color-dark-beige: #b4a98d;
  --color-blue: #108aa6;
  --color-light-blue: #c5e4e6;
  --color-dark-beige-02: #a4733e;
  --color-text-primary: #333;
  --color-text-link: #333;
  --font-size-base: 16px;
  --line-height-base: 1.6;
  --font-family-base: "Roboto", "Noto Sans JP", sans-serif;
  --font-family-mincho: "Shippori Mincho", serif;
  --transition-duration: 0.3s;
  --letter-spacing-base: normal;
}
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}
/* Document */
/* ============================================ */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}
/**
 * Correct cursors for clickable elements.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */ :-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
html {
  scroll-behavior: smooth;
}
html:has(dialog[open]) {
  overflow: hidden;
}
body {
  min-height: 100dvh;
  color: var(--color-text-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  letter-spacing: var(--letter-spacing-base);
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
dfn, cite, em, i {
  font-style: italic;
}
:root {
  /*スマホの場合はページの余白を画面幅に合わせる*/
}
@media (max-width: 767px) {
  :root {
    --font-size-base: 4.27vw;
    --spacing-page: 5.12vw;
  }
}
main {
  overflow-x: hidden;
  position: relative;
}
/*==================================================
 Layout
================================================== */
/* Header
--------------------------------------------- */
.l-header {
  padding-top: 1.07vw;
  padding-bottom: 1.07vw;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.05);
  z-index: 100;
  position: relative;
}
.l-header__inner {
  padding-inline: 1.6vw;
}
.l-header__logo {
  width: 61.33vw;
}
.l-header__logo img {
  width: 100%;
}
/* Top Page
--------------------------------------------- */
/* First View
--------------------------------------------- */
.p-fv {
  aspect-ratio: 375/423;
  padding-top: 40px;
  background: linear-gradient(#fffae4 0%, #fff);
}
.p-fv__main {
  position: relative;
  aspect-ratio: 375/403;
  background-image: url(../images/fv_sp.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-fv__title {
  position: absolute;
  top: 3.4vw;
  width: 100%;
  left: 4.88vw;
  font-weight: 600;
  font-size: 3.88vw;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: left;
  z-index: 1000;
}
.p-fv__title-middle {
  font-size: 4.12vw;
}
.p-fv__title-large {
  font-size: 8.53vw;
  line-height: 1;
}
.p-fv__title-semilarge {
  font-size: 4.88vw;
  line-height: 1.5;
}
.p-fv__circle {
  display: grid;
  z-index: calc(var(--layer-default) + 1);
  position: absolute;
  top: 20px;
  right: 1.6vw;
  z-index: 20000;
  place-items: center;
  aspect-ratio: 1;
  width: 29.13vw;
  border-radius: 50%;
  background-image: url("../images/fv_icon.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.p-fv__circle-text {
  color: #fff;
  font-weight: 600;
  font-size: 2.44vw;
  line-height: 1.1;
  font-family: var(--font-family-mincho);
  text-align: center;
  margin-top: 4.88vw;
  text-shadow: 0 0 4px rgb(114 42 42 / 63%);
}
.p-fv__circle-large {
  font-size: 8.4vw;
  line-height: 1;
}
.p-fv__circle-unit {
  font-weight: 500;
  font-size: 3.6vw;
  line-height: 1;
}
.p-fv__circle-note {
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 1;
  font-family: var(--font-family-base);
}
.p-fv__catch {
  position: absolute;
  top: 67vw;
  left: 8.13vw;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-family-mincho);
  text-align: left;
  text-shadow: 0 0 2vw rgb(255 255 255 / 100%);
}
.p-fv__catch-large {
  font-size: 8vw;
}
.p-fv__catch-small {
  font-size: 4vw;
}
.p-fv__catch-normal {
  font-size: 3.88vw;
  line-height: 1.2;
  letter-spacing: -1px;
}
.p-fv__product {
  position: absolute;
  top: 130.67vw;
  right: 4.8vw;
  width: 46.67vw;
}
.p-fv__product img {
  width: 100%;
}
.p-fv__years {
  display: flex;
  position: absolute;
  top: 156.27vw;
  right: 10.93vw;
  gap: 0.53vw;
}
.p-fv__year {
  padding: 0.8vw 1.33vw;
  border-radius: 3.2vw;
  background: linear-gradient(299deg, #717070 19.48%, #b1b1b1 85.06%);
  color: #fff;
  font-weight: 400;
  font-size: 2.67vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-header {
    z-index: 100;
    position: relative;
  }
  .l-header__logo {
    width: 260px;
    margin: 0 auto;
  }
  .p-fv__product {
    top: 10px;
  }
  .p-fv__catch {
    top: 26.5vw;
    left: 33.13vw;
    text-shadow: 0 0 7px rgb(255 255 255 / 100%);
  }
  .p-fv__title-large {
    font-size: 68px;
  }
  .p-fv__catch-large {
    font-size: 4vw;
  }
  .p-fv__catch-small {
    font-size: 1.8vw;
  }
  .p-fv__catch-normal {
    font-size: 1.66vw;
  }
  .l-header__logo img {}
  .p-fv {
    padding-top: 160px;
    aspect-ratio: inherit;
  }
  .p-fv__circle {
    width: 12vw;
    top: -140px;
    right: 21.6vw;
  }
  .p-fv__circle-text {
    font-size: 1.12vw;
    margin-top: 0;
  }
  .p-fv__circle-unit {
    font-size: 1.12vw;
  }
  .p-fv__circle-large {
    font-size: 3.29vw;
  }
  .p-fv__circle-note {
    font-size: 0.98vw;
  }
  .p-fv__title {
    top: 30px;
    font-size: 21px;
    left: 23vw;
    padding: 0;
  }
  .p-fv__title-middle {
    font-size: 23px;
  }
  .p-fv__title-semilarge {
    font-size: 24px;
  }
  .p-fv__main {
    aspect-ratio: 1440/666;
    background-image: url(../images/fv_pc.webp);
  }
}
/*==================================================

================================================== */
.section-dental_lead_head {
  background: #ff9a3a;
  padding: 5vw 0 6vw;
  text-align: center;
  color: #fff;
  font-size: 5.22vw;
  margin-top: -1px;
  background-image: url(../images/lead_head_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  font-family: var(--font-family-mincho);
}
.section-dental_lead_head span {
  border-bottom: 1px #fff solid;
}
.m_content__inner {
  max-width: calc(var(--width-m-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.l_content__inner {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.section01 {
  text-align: center;
  background-color: var(--color-beige-bg);
  padding-top: 4.13vw;
  padding-bottom: 7.13vw;
}
.section01 .m_content__inner {}
.section01__item {
  padding: 5.13vw 4.12vw;
}
.section-dental-checkup {
  background-color: #f8f8f8;
  border: 1px solid #b4a98d;
  text-align: center;
  font-family: var(--font-family-mincho);
  margin-bottom: 7.13vw;
  margin-top: 7.13vw;
}
.section-dental-checkup .text-tag {
  background-color: var(--color-dark-beige);
  color: #fff;
  font-size: 4.88vw;
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
}
.section-dental-checkup .text-highlight {
  font-size: 4.82vw;
  line-height: 1.4;
  padding: 3.11vw 4.13vw;
}
.section-free-consultation {
  padding-top: 5.13vw;
  padding-bottom: 6.13vw;
  text-align: center;
  color: #fff;
  background-image: url("../images/section-free-consultation_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.section-free-consultation .section-title {
  font-size: 7.55vw;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-family-mincho);
}
.section-free-consultation .section-description {
  font-size: 3.78vw;
  line-height: 1.4;
  font-weight: normal;
}
.feature-number {
  font-size: 2em;
  font-weight: bold;
  color: var(--color-dark-beige);
  font-family: var(--font-family-mincho);
  margin-bottom: -22px;
  z-index: 20;
  position: relative;
}
.feature-title {
  font-size: 5.22vw;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-dark-beige-02);
  font-family: var(--font-family-mincho);
}
.feature-text {
  font-size: 4.22vw;
  text-align: left;
  line-height: 1.6;
  font-family: "Noto Sans JP";
  margin-top: 2.14vw;
}
.feature-text .note {
  display: block;
  font-size: 3.42vw;
  margin-top: 10px;
}
.sub-feature-block {
  padding: 7vw 5.13vw 1.13vw;
  text-align: center;
  position: relative;
  border: 1px #d0cabb solid;
  background: #fff;
}
.sub-feature-block:first-of-type {
  margin-top: 9.13vw;
  margin-bottom: 7.13vw;
}
.sub-feature-block .sub-feature-title {
  font-size: 4.22vw;
  line-height: 1.4;
  margin-bottom: 5px;
  text-align: left;
  color: var(--color-dark-beige-02);
  font-family: var(--font-family-mincho);
}
.sub-feature-block .sub-feature-text {
  font-size: 3.78vw;
  text-align: left;
  line-height: 1.6;
}
.sub-feature-block img {
  margin: 3.13vw auto;
  width: 80%;
}
.tag-group {
  display: flex;
  justify-content: center;
  gap: 3.13vw;
  margin-top: 3.13vw;
}
.age-tag {
  background-color: var(--color-dark-beige-02);
  color: #fff;
  font-size: 4.44vw;
  font-family: var(--font-family-mincho);
  width: 50vw;
  padding: 2px 3.13vw;
  white-space: nowrap;
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reasons_section {
  padding-top: 10.22vw;
  padding-bottom: 1px;
  background-color: var(--color-beige-bg);
  font-family: var(--font-family-mincho);
}
.reasons_section .section_title {
  text-align: center;
  color: var(--color-primary);
  font-size: 6.22vw;
  margin-bottom: 10.22vw;
  line-height: 1.1;
}
.reasons_section .section_title_main {}
.reasons_section .section_title_highlight {
  font-size: 150%;
}
.reason_item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 9.22vw;
  position: relative;
  padding-top: 9.22vw;
  box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.05);
}
.reason_number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 6.12vw;
  background: var(--color-dark-beige);
  font-weight: bold;
  width: 9.88vw;
  height: 9.88vw;
  font-family: var(--font-family-mincho);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 1;
  align-items: center;
}
.reason_content {
  text-align: center;
}
.reason_heading {
  font-size: 5.88vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
.reason_heading .text_normal {
  font-weight: normal;
}
.reason_heading .highlight_orange {
  color: var(--color-primary);
}
.reason_content img {
  margin: 0;
}
.reason_description {
  font-size: 4.22vw;
  text-align: left;
  padding: 5.14vw;
  line-height: 1.6;
  font-family: "Noto Sans JP";
}
.cta_section {
  background: #ffe9d8;
}
.consultation_cta_content {
  padding: 5.11vw 7vw;
  text-align: center;
  font-family: var(--font-family-mincho);
}
.cta_main_heading {
  font-size: 5.12vw;
  margin-bottom: 3.22vw;
  line-height: 1.4;
  color: var(--color-dark-beige-02);
  font-family: var(--font-family-mincho);
}
.cta_main_sub {
  font-size: 4.12vw;
}
.cta_main_text {
  margin-bottom: 2.2vw;
  font-family: "Noto Sans JP";
  font-size: 4.12vw;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .cta_section_03 .cta_main_text {
    margin-bottom: 0;
    font-family: var(--font-family-mincho);
  }
}
.cta_box {
  margin-top: 2.14vw;
}
.cta_offer {
  color: var(--color-primary);
  margin-bottom: 1.14vw;
  font-size: 4.88vw;
  font-family: var(--font-family-mincho);
}
.cta_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #ff8733, #f86600);
  color: #fff;
  font-size: 4.88vw;
  padding: 0.6vw;
  font-family: var(--font-family-mincho);
  width: 100%;
  margin: 0 auto;
  transition: background 0.3s ease;
  cursor: pointer;
}
a.cta_button:hover {
  background: linear-gradient(to bottom, #f86600, #ff8733);
}
.cta_button .arrow_icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-left: 30px;
}
.l-cta__inner .cta_button_border {
  padding: 1.2vw;
}
.l-cta__inner .cta_button {
  font-size: 4.12vw;
}
.cta_button_border {
  border: 1px #fff solid;
  width: 100%;
  display: flex;
  height: 100%;
  padding: 2.2vw;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cta_button_border_arrow {
  width: 10px;
}
.orthodontic_philosophy {
  padding: 7.14vw 0;
  background-color: #d4eaec;
  text-align: center;
  font-family: var(--font-family-mincho);
  background-image: url("../images/sec03_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.section_inner_wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.philosophy_main_image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}
.philosophy_content_block {
  background-color: #edf8f9;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  padding: 7.14vw 5.14vw 5.14vw;
}
.philosophy_heading {
  font-size: 6.22vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  color: var(--color-blue);
}
.philosophy_sub_image {
  width: 100%;
  height: auto;
  margin: 0 auto 5.14vw;
}
.caution_message_text {
  font-size: 4.12vw;
  line-height: 1.8;
  text-align: left;
  font-family: "Noto Sans JP";
}
.caution_message_text span {
  background: #fff;
}
.caution_message_box {
  font-family: "Noto Sans JP";
  text-align: left;
  font-size: 3.42vw;
}
.total_date_note {
  font-family: "Noto Sans JP";
  font-size: 3.12vw;
  margin: 5px auto 10px;
}
.total_to_action {
  font-size: 5.99vw;
  line-height: 1.5;
  margin-bottom: 7.22vw;
}
.total_achievement_text {
  font-size: 5.12vw;
}
.total_illustration_image {
  margin: 10px auto;
}
.philosophy_description {
  font-size: 4.22vw;
  line-height: 1.6;
  text-align: left;
  margin-top: 20px;
  font-family: "Noto Sans JP";
}
.philosophy_description span {
  background: #efeae2;
}
.cta_decorative_polygon {
  text-align: center;
  margin: 5.14vw auto;
  max-width: 200px;
  width: 20%;
}
.total_achievement_number {
  font-size: 50px;
  line-height: 50px;
  color: var(--color-blue);
}
.pediatric_orthodontics {
  padding: 8.14vw 0;
  background-color: #c5e4e6;
}
.pediatric_content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.44vw;
  padding: 5.44vw;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
}
.section_heading {
  font-family: var(--font-family-mincho);
  text-align: center;
  font-size: 6.42vw;
  font-weight: bold;
  margin-bottom: 5.14vw;
  line-height: 1.4;
  white-space: nowrap;
}
.title_beige {
  color: var(--color-dark-beige-02);
}
.benefits_box {
  padding: 4.14vw;
  background-color: #f1f1f1;
  border-radius: 0px 0px 4px 4px;
}
.benefits_box_decoration {}
.benefits_title {
  text-align: center;
  font-size: 4.88vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  color: var(--color-blue);
  font-family: var(--font-family-mincho);
}
.benefits_list {
  margin-left: 20px;
  font-size: 3.98vw;
}
.benefits_list li {
  list-style: disc;
  font-weight: bold;
}
.benefits_summary_text {
  margin-top: 1.14vw;
  font-size: 4.12vw;
  line-height: 1.6;
  text-align: left;
}
.treatment_options {
  background-color: var(--color-beige-bg);
  padding-top: 10.14vw;
  padding-bottom: 10.14vw;
  font-family: var(--font-family-mincho);
}
.section-title {
  font-size: 6.12vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 6.2vw;
}
.option-list {
  display: flex;
  flex-direction: column;
  gap: 5.14vw;
}
.option-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 14vw 5.44vw 5.44vw;
  text-align: center;
  position: relative;
  box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.05);
}
.option-age-tag {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: var(--color-dark-beige);
  font-size: 4.88vw;
  font-weight: bold;
  padding: 2px 15px;
  white-space: nowrap;
}
.option-method-title {
  margin-top: 1.14vw;
  margin-bottom: 3.14vw;
  font-size: 4.88vw;
  line-height: 1.2;
}
.option-method-title span {
  font-size: 80%;
  display: block;
}
.child_care {
  background-color: #faeef3;
  padding-top: 10.14vw;
  padding-bottom: 10.14vw;
}
.feature_block_warpper {
  text-align: center;
  background: #fff;
  padding: 5.44vw;
  border-radius: 8px;
  box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.05);
}
.feature_block {}
.feature_image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.feature_description {
  font-size: 4.22vw;
  line-height: 1.6;
  text-align: left;
  margin-top: 3.14vw;
  margin-bottom: 3.14vw;
}
.feature_description span {
  background: #faeef3;
}
.note_text {
  font-size: 3.42vw;
  color: #888;
  text-align: left;
  margin-top: 10px;
}
.mama_kodomo {
  background-color: #f8e6d4;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("../images/mama_img_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.mama_kodomo .section_heading {
  font-size: 4.88vw;
}
.mama_kodomo_section_box {
  background-color: var(--color-beige-bg);
  padding: 5.44vw;
  border-radius: 8px;
}
.mama_img {
  position: absolute;
  width: 30%;
  bottom: 0;
  right: 0;
}
.logo_container {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.mama_kodomo_logo {
  max-width: 50%;
  height: auto;
  margin: 0 auto;
}
.description_box {
  text-align: left;
}
.description_title {
  font-size: 4.22vw;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  padding: 3px 0px;
  background: #fff;
  font-family: var(--font-family-mincho);
}
.description_text {
  font-size: 4.22vw;
  line-height: 1.6;
}
.section_feature_heading {
  font-size: 5.88vw;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
  color: var(--color-blue);
  margin-bottom: 4.14vw;
  font-family: var(--font-family-mincho);
}
.feature_main_image {
  width: 100%;
  height: auto;
  margin: 0 auto 2.14vw;
}
.feature_list {
  padding-bottom: 1.22vw;
  padding-top: 1.22vw;
}
.feature_list_item {
  font-size: 4.22vw;
  padding-left: 6.14vw;
  position: relative;
  margin-bottom: 2.2vw;
  line-height: 1.4;
  text-align: left;
  color: var(--color-dark-beige-02);
}
.feature_list_item::before {
  content: "✓";
  color: var(--color-dark-beige-02);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.feature_list_item:last-child {
  margin-bottom: 0;
}
.feature_list_sub {
  margin-bottom: 20px;
  padding-left: 0;
  margin-top: 15px;
}
.feature_list_item_sub {
  font-size: 0.85em;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  text-align: left;
  color: #555;
}
.feature_list_item_sub::before {
  content: "・";
  color: #88b04b;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.feature_list_item_sub:last-child {
  margin-bottom: 0;
}
.feature_text_small, .feature_text_normal {
  font-size: 0.85em;
  text-align: left;
  color: #666;
  line-height: 1.2;
}
.note_info {
  font-size: 3.42vw;
  margin-top: 5px;
  display: block;
}
.access_system {
  background-color: #fff;
  padding-top: 10.14vw;
  padding-bottom: 5.14vw;
}
.access_feature_list {
  margin-bottom: 2vw;
}
.access_feature_list li {
  border-bottom: 1px #e39e77 solid;
  line-height: 2;
  position: relative;
  font-size: 4.45vw;
}
.access_feature_list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../images/check_orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 5vw;
}
.shorten_period {
  padding-top: 10.14vw;
  padding-bottom: 10.14vw;
  background: var(--color-light-blue);
}
.remote_check_section {
  background-color: #fff;
}
.shorten_period_section {
  background: #fff;
  padding: 5.44vw;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.05);
}
.shorten_period_section:first-child {
  margin-bottom: 5.44vw;
}
@media (max-width: 768px) {
  .shorten_period_section .normal {
    text-align: left;
    font-size: 18px;
    font-family: "Noto Sans JP";
    font-weight: normal;
  }
}
.circle_point {
  position: absolute;
  background: var(--color-dark-beige);
  display: grid;
  z-index: calc(var(--layer-default) + 1);
  position: absolute;
  top: 21.2vw;
  right: -4.4vw;
  place-items: center;
  aspect-ratio: 1;
  text-align: center;
  width: 24.13vw;
  border-radius: 50%;
}
.circle_point_text {
  color: #fff;
  line-height: 1.4;
  margin-top: 1.88vw;
  font-size: 3.48vw;
  text-shadow: 0 0 5px rgb(61 37 14 / 70%);
}
.feature_description_highlight {
  font-size: 5.12vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.22vw;
  margin-top: 4.22vw;
  line-height: 1.6;
  font-family: var(--font-family-mincho);
  letter-spacing: -1px;
}
.feature_text_normal {
  text-align: left;
  font-size: 3.78vw;
  margin-top: 1.2vw;
  line-height: 1.4;
}
.pricing {
  padding-top: 10.14vw;
  padding-bottom: 10.14vw;
  text-align: center;
  font-family: var(--font-family-mincho);
}
.pricing_top_text {
  font-size: 4.78vw;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: var(--font-family-mincho);
}
.pricing_top_text span {
  font-size: 1.8em;
}
.dental_loan_info {
  padding-bottom: 3.14vw;
}
.otona_correction {
  background-image: url("../images/otona_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.plan_card_box {
  flex-direction: column;
  gap: 5.22vw;
  justify-content: center;
  align-items: center;
  display: flex;
}
.price_section_sub_heading {
  font-size: 7.12vw;
  font-weight: bold;
  color: #fff;
  padding-top: 8.22vw;
  margin-bottom: 8.22vw;
  text-align: center;
  border-bottom: 1px #fff solid;
  display: inline-block;
  font-family: var(--font-family-mincho);
}
.plan_card {
  background-color: #fff;
  border-radius: 8px;
  padding: 4.44vw;
  text-align: center;
}
.plan_card:last-child {
  margin-bottom: 0;
}
.plan_title {
  font-size: 1.45em;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5vw;
}
.plan_subtitle {
  font-size: 3.78vw;
  color: #666;
}
.price_detail {
  margin-bottom: 2.44vw;
  display: flex;
  flex-direction: column;
  gap: 2.22vw;
  justify-content: center;
  align-items: center;
}
.original_price {
  font-size: 5.12vw;
  background: #f0f0f0;
  display: block;
  padding: 1.3vw 4vw 1.5vw;
  margin: 0 auto;
  line-height: 1;
  border-radius: 24vw;
}
.original_price span {
  font-size: 52%;
  margin-right: 0.7vw;
  margin-left: 0.7vw;
}
.monthly_price {
  font-size: 2.85em;
  font-weight: bold;
  line-height: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 1.4vw;
}
.monthly_price span {
  font-size: 32%;
  font-weight: normal;
}
.monthly_price small {
  font-size: 70%;
  color: #aaaaaa;
  margin-left: 2px;
}
.icon_monthly {
  font-size: 27% !important;
  background: #fe9b50;
  height: 10vw;
  width: 10vw;
  line-height: 1;
  display: grid;
  color: #fff;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
}
.monthly_price .tax {
  font-size: 80%;
}
.content_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 4.44vw 5.44vw;
  text-align: left;
  margin-top: 3.44vw;
  display: flex;
  flex-direction: column;
}
.content_title {
  font-size: 4.22vw;
  font-weight: bold;
  margin-bottom: 3.14vw;
  padding: 1.8vw;
  line-height: 1;
  text-align: center;
  color: var(--color-dark-beige-02);
  background-color: #faf7f3;
}
.content_text {
  font-size: 3.88vw;
  line-height: 1.5;
  margin-bottom: 4.12vw;
  font-family: "Noto Sans JP";
}
.content_text_small {
  font-size: 4.55vw;
  text-align: center;
  color: var(--color-dark-beige-02);
}
.content_image {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  margin-top: 1vw;
}
.image_caption {
  font-size: 3.12vw;
  color: #999;
  text-align: right;
  margin-bottom: 15px;
}
.features_list {
  list-style: none;
  padding-left: 0;
  font-family: "Noto Sans JP";
  color: #878787;
}
.features_list li {
  font-size: 2.54vw;
  position: relative;
  padding-left: 4.14vw;
  line-height: 1.5;
}
.features_list li::before {
  content: "＊";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.full_refund_plan {
  background-color: #ffe7d4;
}
.smile_plan {
  background: var(--color-light-blue);
}
.petit_plan {
  background-color: #dbe6c4;
}
.pricing_child {
  background-image: url("../images/kodomo_bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  background-size: cover;
  padding-bottom: 6.14vw;
  background-color: var(--color-beige-bg);
}
.child_pricing_card {
  background-color: #fff;
  border-radius: 8px;
  padding: 5vw;
  text-align: center;
  box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.05);
}
.child_card_main_text {
  font-size: 5.12vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3vw;
  font-family: var(--font-family-mincho);
}
.child_card_description_text {
  font-size: 4.12vw;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 5vw;
  color: #555;
}
.child_card_description_text span {
  background: #efebe2;
}
/* 料金表 */
.child_price_table_wrapper {
  width: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 3vw;
}
.child_price_table {
  width: 100%;
  border-collapse: collapse;
}
.child_price_table tr:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.child_price_table td {
  padding: 2vw;
  font-size: 4.12vw;
  text-align: left;
  vertical-align: middle;
}
.child_price_table td:first-child {
  width: 50%;
  text-align: center;
  background-color: #e1d8c3;
  border-right: 1px solid #eee;
}
.child_price_table td:last-child {
  width: 50%;
  text-align: center;
}
.child_table_note {
  font-size: 3.12vw;
  text-align: left;
  margin-top: 0.5vw;
}
.section_description {
  font-size: 4.88vw;
  line-height: 1.6;
  text-align: left;
  font-weight: normal;
  margin-bottom: 4vw;
}
.section_description span {
  font-size: 70%;
}
.payment {
  padding-bottom: 6.14vw;
  background: var(--color-light-blue);
  padding-top: 6.14vw;
  font-family: var(--font-family-mincho);
}
.payment_section_inner {
  background: #fff;
  border-radius: 8px;
  padding: 8vw 2.44vw 2.44vw;
  box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.05);
}
.payment_section_box {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.center {
  text-align: center;
}
.title_blue {
  color: var(--color-blue);
}
.payment_options_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3vw;
  background-color: #e4f1f2;
  padding: 1.3vw;
  border-radius: 4px;
}
.payment_card {
  background-color: #fff;
  padding: 0 0 3.5vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 25vw;
  border-radius: 4px;
}
.payment_card_icon {
  width: 18vw;
  height: 18vw;
  margin-bottom: 0;
}
.payment_card_title {
  font-size: 3.48vw;
  letter-spacing: -2px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  margin-bottom: 1vw;
}
.payment_card_description {
  font-size: 3.12vw;
  color: #666;
  font-family: "Noto Sans JP";
  line-height: 1.3;
}
.payment_card_note {
  font-size: 0.7em;
  color: #888;
  font-family: "Noto Sans JP";
  line-height: 1.2;
  margin-top: 1vw;
}
.medical_deduction {
  background-color: #fff;
  padding: 8vw 5.44vw 5.44vw;
  border-radius: 8px;
  box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.05);
}
.deduction_highlight_box {
  border: 1px #dddddd solid;
  padding: 2.14vw;
  margin-bottom: 3vw;
}
.deduction_highlight_inner_01, .deduction_highlight_inner_02 {
  align-items: center;
  font-family: "Noto Sans JP";
  margin-bottom: 0.5vw;
  justify-content: flex-start;
  display: grid;
  grid-template-columns: 40% 10% 50%;
}
.deduction_highlight_inner_01 .deduction_amount {
  font-size: 4.22vw;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
  padding: 4vw;
  width: 30vw;
  text-align: center;
  background: var(--color-dark-beige-02);
}
.deduction_highlight_inner_01 .deduction_note {
  font-size: 3.42vw;
  line-height: 1.4;
  color: var(--color-dark-beige-02);
}
.deduction_amount_img {
  width: 100%;
  margin-right: 0;
  height: 12vw;
}
.deduction_highlight_inner_02 .deduction_amount_img {
  margin-right: 0;
}
.deduction_highlight_inner_02 .deduction_note_small {
  font-size: 45%;
  display: block;
  line-height: 1.3;
  margin-top: 2vw;
}
.deduction_highlight_inner_02 .deduction_amount_sub {
  font-size: 50%;
}
.deduction_highlight_inner_02 .deduction_amount {
  font-size: 1.5em;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
  padding: 4vw 0;
  background: var(--color-dark-beige);
  width: 30vw;
  text-align: center;
}
.deduction_highlight_inner_02 .deduction_note {
  font-size: 3.42vw;
  color: var(--color-dark-beige-02);
  background: #faf7f3;
  line-height: 1.4;
  padding: 3vw;
}
.payment .deduction_text {
  font-size: 3.78vw;
  font-family: "Noto Sans JP";
}
.payment .note_text_small {
  font-size: 80%;
  display: block;
  margin-top: 2vw;
  font-family: "Noto Sans JP";
}
.case {
  background-color: #ffe7d4;
  padding-bottom: 6.14vw;
  padding-top: 6.14vw;
  font-family: var(--font-family-mincho);
}
.case_block {
  margin-bottom: 6vw;
  background: #fff;
  padding: 5.44vw 5.44vw 5.44vw;
  border-radius: 8px;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.05);
}
.case_block h3 {
  font-size: 6.12vw;
  margin-bottom: 1vw;
  color: var(--color-dark-beige-02);
  text-align: center;
  font-weight: bold;
}
.case_subtitle {
  background-color: var(--color-dark-beige-02);
  color: white;
  padding: 1vw 0;
  font-size: 3.88vw;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  width: 24vw;
}
.case_image_group {
  display: flex;
  flex-direction: column;
  gap: 4vw;
  width: 83%;
  margin: 4.44vw auto;
}
.case_image_group img {
  max-width: 100%;
  border-radius: 0.5vw;
}
.case_image {
  position: relative;
}
.case_image strong {
  position: absolute;
  top: 0;
  background: #fff;
  font-family: "Noto Sans JP";
  font-weight: normal;
  padding: 0.3vw 1.2vw;
  font-size: 3.42vw;
}
.case_info_box {
  font-size: 3.78vw;
  line-height: 1.6;
  border-radius: 1vw;
}
.case_info_box dt {
  font-weight: bold;
  padding: 0.5vw 1vw;
  font-size: 3.88vw;
  background-color: #f6f2ed;
}
.case_info_box dd {
  padding: 1.2vw 0.8vw;
  font-size: 3.44vw;
  line-height: 1.4;
  font-family: "Noto Sans JP";
}
.flow {
  background-color: #f6efe6;
  padding-bottom: 10.14vw;
  padding-top: 10.14vw;
}
.flow_steps {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.flow_step {
  background-color: #fff;
  padding: 5.44vw;
  border-radius: 8px;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.05);
  position: relative;
}
.flow_step_title_box {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: grid;
  margin-bottom: 10px;
  grid-template-columns: 30px 1fr;
}
.flow_step_number {
  width: 8.12vw;
  height: 8.12vw;
  background-color: #c9a683;
  color: #fff;
  border-radius: 50%;
  font-size: 4.42vw;
  text-align: center;
  line-height: 2em;
}
.flow_step_title {
  font-size: 6.12vw;
  font-weight: bold;
  font-family: var(--font-family-mincho);
}
.flow_image {
  max-width: 100%;
  border-radius: 0.5vw;
  margin-bottom: 2.5vw;
}
.flow_text {
  font-size: 4.12vw;
  font-family: "Noto Sans JP";
}
.arrow_beige {
  width: 24%;
  margin: 0 auto;
}
.faq {
  padding-bottom: 10.14vw;
  background: var(--color-light-blue);
  padding-top: 10.14vw;
  font-family: var(--font-family-mincho);
}
.faq_item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.1);
  margin-bottom: 4vw;
  overflow: hidden;
}
.faq_item:last-child {
  margin-bottom: 0;
}
.faq_question_wrapper {
  display: flex;
  align-items: flex-start;
  padding: 3vw;
  line-height: 1;
  gap: 2vw;
  cursor: pointer;
  color: var(--color-blue);
  justify-content: flex-start;
  background: #e6f2f3;
}
.faq_q_icon {
  font-size: 4.88vw;
  font-weight: bold;
  flex-shrink: 0;
}
.faq_question_text {
  font-size: 4.88vw;
  font-weight: bold;
  line-height: 1.2;
}
.faq_answer_wrapper {
  display: flex;
  align-items: flex-start;
  padding: 4vw 3vw 3vw;
  background-color: #f8f8f8;
  border-top: 1px solid #eee;
  align-items: flex-start;
  gap: 2vw;
}
.faq_a_icon {
  font-size: 4.88vw;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: -4px;
}
.faq_answer_text {
  font-size: 3.78vw;
  text-align: left;
  font-family: "Noto Sans JP";
}
.facilities {
  background-color: var(--color-beige-bg);
  padding-bottom: 6.14vw;
  padding-top: 10.14vw;
}
.facilities_main_image {
  position: relative;
  margin-bottom: 6vw;
}
.facilities_heading {
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1;
  color: var(--color-primary);
  position: absolute;
  bottom: -4vw;
  font-family: var(--font-family-mincho);
  left: 2vw;
}
.facilities_heading p {
  background: #fff;
  display: inline-block;
  padding: 1.5vw 2vw;
  margin-top: 1.5vw;
}
.equipment_image_block {
  width: 100%;
  height: auto;
  border-radius: 1vw;
  box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.1);
  margin-bottom: 5vw;
}
.equipment_description {
  font-size: 3.78vw;
  line-height: 1.6;
  color: #333;
}
.access_system_inner {
  padding: 0 1.4vw 2vw;
}
.profile {
  padding-bottom: 10.14vw;
  padding-top: 10.14vw;
  background: #d9eaec;
  font-family: var(--font-family-mincho);
}
.doctor_card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.05);
  padding: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doctor_photo {
  width: 46vw;
  height: 54vw;
  object-fit: cover;
}
.doctor_card_top {
  display: flex;
  gap: 4vw;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.doctor_name_jp {
  font-size: 4.88vw;
  font-weight: bold;
  color: var(--color-dark-beige-02);
  margin-bottom: 1vw;
}
.doctor_position {
  font-size: 3.78vw;
  color: #555;
  margin-bottom: 2vw;
}
.doctor_name_en {
  font-size: 0.5em;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 5vw;
  letter-spacing: 1px;
  white-space: nowrap;
}
.profile_section {
  width: 100%;
  text-align: left;
  padding-bottom: 3vw;
  border-bottom: 1px solid #ccc;
  margin-top: -3vw;
}
.profile_section_02 {
  width: 100%;
  margin-top: 3vw;
}
.profile_heading {
  font-size: 4.22vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.profile_list {
  font-size: 3.42vw;
}
.profile_list dl {
  display: flex;
  gap: 1vw;
  margin-bottom: 0.5vw;
  align-items: flex-start;
  justify-content: flex-start;
}
.profile_list dt {
  white-space: nowrap;
  width: 20%;
}
.profile_list dd {
  width: 80%;
  font-family: "Noto Sans JP";
}
.profile_list_02 {
  list-style: none;
  font-size: 0.85em;
  text-align: left;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile_list_02 li {
  font-size: 3.42vw;
  line-height: 1.6;
  margin-bottom: 1.5vw;
  font-family: "Noto Sans JP";
  margin-left: 1vw;
  margin-right: 3vw;
  position: relative;
  padding-left: 10px;
}
.profile_list_02 li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #444;
  border-radius: 90px;
  position: absolute;
  top: 9px;
  left: 0;
}
#index .facility {
  background-color: #fbf1e8;
  padding: 10rem 0 23rem 0;
}
#index .facility .container {
  max-width: 640px;
}
#index .facility .slick-next, #index .facility .slick-prev {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index .facility .slick-next:hover, #index .facility .slick-prev:hover {
  opacity: 0.5;
}
#index .facility .slick-next::before, #index .facility .slick-prev::before {
  display: none;
}
#index .facility .slick-next::after, #index .facility .slick-prev::after {
  content: "";
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid #707070 1px;
  border-right: solid #707070 1px;
  top: 50%;
}
#index .facility .slick-next::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  left: 0rem;
}
#index .facility .slick-prev::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  right: 0rem;
}
#index .facility .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: -13.5rem;
}
#index .facility .slick-dots .slick-active {
  opacity: 1;
  border: #ffa555 3px solid;
}
#index .facility .slick-dots li {
  width: 15%;
  margin: 0;
  position: relative;
  height: 8rem;
  opacity: 0.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#index .facility .slick-dots li::before {
  content: "";
  background-size: cover !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#index .facility .slick-dots li:nth-of-type(1)::before {
  background: url(../images/slide_01.webp);
}
#index .facility .slick-dots li:nth-of-type(2)::before {
  background: url(../images/slide_02.webp);
}
#index .facility .slick-dots li:nth-of-type(3)::before {
  background: url(../images/slide_03.webp);
}
#index .facility .slick-dots li:nth-of-type(4)::before {
  background: url(../images/slide_04.webp);
}
#index .facility .slick-dots li:nth-of-type(5)::before {
  background: url(../images/slide_05.webp);
}
#index .facility .slick-dots li:nth-of-type(6)::before {
  background: url(../images/slide_06.webp);
}
#index .facility .slick-dots li button {
  width: 100%;
  padding: 0;
  height: 12rem;
}
#index .facility .slick-dots li button::before {
  display: none;
}
@media (max-width: 768px) {
  .section01_pc_warpper {
    margin-left: -5.33vw;
    margin-right: -5.33vw;
  }
  #index .facility {
    padding: 2rem 0 3rem;
  }
  #index .facility-title__en {
    font-size: 7rem;
    margin-bottom: 0;
  }
  #index .facility-title__ja {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  #index .facility .container {
    max-width: 40rem;
  }
  #index .facility .slick-next::after, #index .facility .slick-prev::after {
    width: 5.2vw;
    height: 5.2vw;
  }
  #index .facility .slick-next::after {
    left: -3vw;
  }
  #index .facility .slick-prev::after {
    right: -3vw;
  }
  #index .facility .slick-dots {
    bottom: -14vw;
  }
  #index .facility .slick-dots li {
    height: 10vw;
    width: 15%;
  }
  #index .facility .slick-dots li button {
    height: 5rem;
  }
  #index .facility .slick-dots .slick-active {
    border-width: 2px;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .reason_content_img_01 {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .reason_description_title {
    margin-top: 5.2vw;
    font-size: 5.42vw;
  }
}
#index .access {
  padding-top: 10.14vw;
  text-align: center;
}
#index .access p {
  color: #ff8a33;
  font-size: 2rem;
}
#index .access-map {
  padding-top: 3rem;
}
@media (max-width: 768px) {
  #index .access {
    padding-top: 10.14vw;
  }
  #index .access p {
    font-size: 4.22vw;
  }
  #index .access .flex {
    display: block;
  }
  #index .access-right {
    width: 100%;
    padding: 4rem 0 4rem 0;
  }
  #index .access-map {
    padding-top: 1rem;
    width: 100%;
    height: auto;
  }
  .flow_step_number.number_03 {
    top: 9vw;
  }
}
#index .time {
  padding-bottom: 10.14vw;
  padding-top: 10.14vw;
}
#index .time table {
  width: 100%;
  font-size: 2rem;
  border: 1px solid #fdf5dd;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
}
#index .time table th {
  padding: 2rem;
  background: #faeeda;
}
#index .time table th:first-child {
  background: #ff8a34;
  color: #fff;
  border-radius: 8px 0 0 0;
}
#index .time table th:last-child {
  border-radius: 0 8px 0 0;
}
#index .time table td {
  padding: 2rem;
  background: #fff;
  text-align: center;
  color: #f0691b;
  border-bottom: 1px solid #f4e4d9;
}
#index .time table td.month, #index .time table th.month {
  border-left: 1px solid #e2d4cb;
}
#index .time table td:last-child {
  border-radius: 0 0 8px 0;
}
#index .time table td.gray {
  color: #969696;
}
#index .time table td.am {
  background: #faeeda;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 0 0 0 8px;
}
#index .time table td.pm {
  background: #fceca1;
  font-weight: 700;
  border-radius: 0 0 0 10px;
}
#index .time ul {
  font-size: 3.42vw;
  margin-top: 1vw;
}
#index .time ul li {
  margin-top: 1rem;
  text-align: center;
}
#index .time ul li span {
  font-weight: 700;
  color: #fe9b51;
  font-weight: normal;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .section01__item_02 .section01__item {
    background: #fff;
  }
  .child_care .section_heading {
    font-size: 5.12vw;
  }
  #index .time ul li {
    margin-top: 2vw;
    text-align: left;
  }
  #index .time .scroll {
    overflow: scroll;
  }
  #index .time table td, #index .time table th {
    vertical-align: middle;
  }
  #index .time .flex {
    display: block;
  }
  #index .time__logo {
    width: 10rem;
    margin: 0 auto;
    display: block;
    margin-bottom: 3rem;
  }
  #index .time__img {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }
  #index .time table {
    font-size: 3.88vw;
  }
  #index .time table th {
    padding: 2vw;
  }
  #index .time table td {
    padding: 1vw;
  }
}
/* CTA
--------------------------------------------- */
.l-cta {
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: #ffdfcd;
  text-align: center;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .l-cta {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.l-cta--fixed {
  z-index: var(--layer-floating);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .l-cta--fixed {
    padding-top: 1.67vw;
    padding-bottom: 2.67vw;
  }
}
.l-cta__catch {
  font-family: var(--font-family-mincho);
  margin-bottom: 2px;
  color: var(--color-primary);
}
.l-cta__inner {
  max-width: calc(var(--width-m-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
/* footer
--------------------------------------------- */
.footer {
  s background-color: #faeeda;
  line-height: 70px;
  text-align: center;
}
.footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media (min-width: 768px) {
  .section01 {
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 70px;
  }
  .section-dental-checkup .text-highlight {
    font-size: 22px;
    padding: 20px;
  }
  .section-dental-checkup .text-tag {
    font-size: 22px;
  }
  .section-dental-checkup {
    font-size: 18px;
    width: 500px;
    margin: 0 auto 40px;
  }
  .section-dental_lead_head {
    font-size: 18px;
  }
  .section_intro_bg {
    background-color: #fbf1e8;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section_intro_warpper {
    margin-left: -9vw;
    padding: 0;
  }
  .section_intro {
    margin: 40px auto;
    max-width: calc(590px + var(--spacing-page) * 2);
    text-align: center;
    padding-inline: var(--spacing-page);
  }
  .section_intro_text {
    font-family: var(--font-family-mincho);
    color: var(--color-primary);
    font-size: 30px;
    margin-left: 12vw;
    margin-top: -30px;
    white-space: nowrap;
  }
  .section-title {
    font-size: 32px;
  }
  .section-free-consultation .section-description {
    font-size: 22px;
    font-family: var(--font-family-mincho);
  }
  .section-free-consultation {
    background-image: url("../images/section-free-consultation_bg_pc.webp");
    font-size: 18px;
    padding-top: 28px;
    padding-bottom: 20px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .l-cta__inner .cta_button_border {
    padding: 8px;
  }
  .section-free-consultation .section-title {
    font-size: 40px;
  }
  .feature-title {
    font-size: 19px;
    display: flex;
    gap: 12px;
    text-align: left;
    align-items: center;
  }
  .feature-title_01 {
    font-size: 22px;
  }
  .feature-title .number {
    font-size: 26px;
    white-space: nowrap;
  }
  .feature-text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sub-feature-block_box {
    display: flex;
    gap: 40px;
    margin-top: 10px;
    justify-content: center;
  }
  .sub-feature-block {
    width: 380px;
    padding: 10px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .sub-feature-block img {
    margin: 0 auto 20px;
    order: 1;
  }
  .sub-feature-block .sub-feature-title {
    font-size: 18px;
    order: 2;
    text-align: center;
  }
  .sub-feature-block .sub-feature-text {
    font-size: 16px;
    order: 2;
  }
  .sub-feature-block:first-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
  .total_achievement_text {
    font-size: 18px;
  }
  .section01_pc_warpper {
    margin-top: 60px;
    background: #fff;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .feature_image {
    border-radius: 0;
  }
  .flow_step_box .h_60 {
    height: 50px;
  }
  .section01_pc_img {}
  .section01_pc_text {
    padding: 20px;
  }
  .section01__item {
    padding: 50px 30px 30px;
    background: #fff;
  }
  .section01__item_02 {
    display: flex;
    gap: 30px;
    margin-top: 20px;
  }
  .section01__item_02 .item_02 img {
    height: 160px;
  }
  .section01__item_02 .section01__item {
    padding: 20px;
    height: 192px;
    background: #fff;
  }
  .age-tag {
    font-size: 16px;
    width: 180px;
    padding: 2px 0;
  }
  .feature-text .note {
    font-size: 13px;
    margin-top: 5px;
  }
  .cta_section_03 .cta_main_text {
    margin-right: 10px;
  }
  .cta_section_03 .cta_main_heading {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .cta_section_03 .cta_offer_01 {
    order: 2;
    color: var(--color-primary);
    font-size: 23px;
  }
  .cta_section_03 .cta_offer {
    order: 3;
  }
  .cta_section_03 .cta_button {
    order: 2;
  }
  .cta_main_heading {
    font-size: 18px;
    margin-bottom: 0;
    font-family: var(--font-family-mincho);
  }
  .cta_button_border {
    padding: 10px;
    letter-spacing: 2px;
    font-size: 20px;
  }
  .cta_main_sub {
    font-size: 16px;
    color: #333;
    margin-bottom: 2px;
  }
  .reasons_section {
    padding-top: 80px;
  }
  .reasons_section .l_content__inner {
    max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  }
  .reasons_section .section_title {
    font-size: 34px;
    margin-bottom: 60px;
  }
  .reason_heading .text_normal, .reason_heading .highlight_orange {
    font-size: 22px;
  }
  .reason_number {
    font-size: 20px;
    width: 38px;
    line-height: 1;
    height: 38px;
  }
  .reason_item_box {
    display: flex;
    gap: 2.5vw;
  }
  .reason_item {
    padding-top: 40px;
    width: 32%;
    margin-bottom: 40px;
  }
  .reason_description {
    font-size: 15px;
    padding: 20px;
  }
  .reason_heading {
    font-size: 22px;
  }
  .treatment_options {
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: var(--color-beige-bg);
  }
  .description_title {
    font-size: 22px;
  }
  .feature_text_normal {
    font-size: 16px;
  }
  .option-list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.8vw;
    justify-content: center;
    align-items: self-start;
  }
  .cta_date_note {
    font-size: 16px;
  }
  .benefits_title {
    font-size: 22px;
    text-align: left;
    margin-bottom: 14px;
  }
  .orthodontic_philosophy {
    background-image: none;
    background-color: var(--color-beige-bg);
    padding: 0 0;
  }
  .philosophy_content_block_box {
    background: #d4eaec;
    padding: 30px;
  }
  .philosophy_heading {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .pediatric_content_wrapper {
    background: #d4eaec;
    padding: 0 40px 40px;
    border-radius: 0;
  }
  .pediatric_content {
    padding: 0;
    background-color: #edf8f9;
  }
  .pediatric_orthodontics {
    padding: 0;
    background-color: var(--color-beige-bg);
  }
  .pediatric_visual_and_benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    align-items: self-start;
  }
  .pediatric_visual_and_benefits .section_heading {
    font-size: 31px;
    text-align: left;
    margin-bottom: 9px;
    white-space: normal;
  }
  .child_care {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .feature_description {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .feature_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    justify-content: center;
    align-items: self-start;
  }
  .feature_list {
    padding-left: 0;
    padding-top: 0;
  }
  .feature_block_item {}
  .note_text {
    font-size: 14px;
  }
  .mama_kodomo .section_heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .description_text {
    font-size: 17px;
    position: relative;
  }
  .mama_kodomo {
    background-color: #faeef3;
    background-image: none;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .logo_area_wrapper {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 40px;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .logo_container {
    width: 100%;
    padding-bottom: inherit;
  }
  .description_box {
    padding-right: 70px;
  }
  .mama_kodomo_logo {
    max-width: inherit;
    margin: inherit;
  }
  .mama_img {
    bottom: -72px;
    right: -149px;
    width: 29%;
  }
  .description_title {}
  .mama_kodomo_section_box {
    padding: 32px;
    background-image: url(../images/mama_img_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .mama_kodomo_section_inner {
    background-color: var(--color-beige-bg);
    padding: 40px;
    border-radius: 8px;
  }
  .cta_main_text {
    font-size: 18px;
    margin-bottom: 0;
    width: 500px;
  }
  .cta_content_img_03 .cta_main_text {
    width: 400px;
  }
  .access_feature_list li {
    font-size: 18px;
    line-height: 2.8;
  }
  .note_info {
    font-size: 12px;
  }
  .sub-feature-block .mt_15 {
    margin-top: 30px;
  }
  .shorten_period_section {
    padding: 30px;
    width: 50%;
  }
  .shorten_period .shorten_01 {
    width: 310px;
  }
  .shorten_period .shorten_02 {
    width: 260px;
  }
  .shorten_period_section_wrapper {
    display: flex;
    gap: 20px;
  }
  .shorten_period {
    max-width: 820px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section_feature_heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .feature_description_highlight {
    font-size: 18px;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .feature_list_item {
    font-size: 16px;
    padding-left: 22px;
    margin-bottom: 3px;
  }
  .philosophy_description {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .benefits_box {
    background: none;
    text-align: left;
    order: 1;
    padding: 2.85vw;
  }
  .otona_correction {
    background: #fff;
    background-image: url(../images/otona_bg_pc.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
  }
  .pediatric_image {
    order: 2;
    height: 100%;
    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
  .total_to_action {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
  }
  .total_content_wrapper {
    padding: 0 10px;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .total_date_note {
    font-size: 14px;
  }
  .total_text_block {
    width: 100%;
  }
  .option-age-tag {
    font-size: 16px;
    line-height: 1;
    padding: 4px 20px 6px;
    top: -12px;
  }
  .option-method-title {
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .option-item {
    padding: 20px;
    height: 330px;
  }
  .access_system_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .access_system .feature_main_image {
    width: 420px;
    margin: inherit;
  }
  .access_system {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .price_section_sub_heading {
    margin-bottom: 40px;
    padding-top: 40px;
    font-size: 36px;
  }
  .pricing_child {
    background-image: url("../images/kodomo_bg_pc.webp");
    background-size: cover;
    background-color: #fff;
    padding-bottom: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
  }
  .plan_card_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: space-around;
  }
  .plan_card {
    padding: 30px 25px 25px;
    width: 47.5%;
  }
  .original_price {
    font-size: 20px;
    padding: 6px 12px 8px;
  }
  .plan_title {
    line-height: 1;
    font-size: 30px;
  }
  .plan_title_wrapper {
    height: 46px;
  }
  .content_text {
    font-size: 15px;
    margin-bottom: 10px;
    height: 7vw;
    min-height: 100px;
  }
  .content_image {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .plan_subtitle {
    font-size: 16px;
    line-height: 1;
  }
  .content_box {
    padding: 20px;
    margin-top: 20px;
  }
  .icon_monthly {
    height: 50px;
    width: 50px;
    font-size: 18px !important;
  }
  .monthly_price {
    gap: 6px;
  }
  .content_title {
    font-size: 18px;
    padding: 10px;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .content_text_small {
    font-size: 18px;
  }
  .pricing {
    padding-top: 60px;
    padding-bottom: 0;
    margin-top: 60px;
    background-color: var(--color-beige-bg);
  }
  .features_list li {
    font-size: 10px;
    padding-left: 14px;
  }
  .child_pricing_card {
    padding: 40px;
  }
  .child_card_main_text {
    font-size: 27px;
  }
  .child_card_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    justify-content: center;
    align-items: center;
  }
  .child_card_description_text {
    order: 2;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .child_price_table td {
    font-size: 16px;
    padding: 6px;
  }
  .child_price_table_wrapper {
    order: 1;
    margin-bottom: 5px;
  }
  .child_table_note {
    font-size: 12px;
  }
  .payment {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .payment_section_inner {
    padding: 25px;
  }
  .section_description.center {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: -30px;
  }
  .payment_options_grid {
    padding: 25px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-radius: 6px;
  }
  .payment_card {
    min-height: inherit;
    padding: 0 0 20px;
    border-radius: 6px;
  }
  .payment_card_icon {
    width: 90px;
    height: 100px;
  }
  .payment_card_title {
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: -1px;
  }
  .payment_card_description {
    font-size: 16px;
  }
  .case {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .case_block {
    padding: 30px;
    margin-bottom: 40px;
  }
  .case_block h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .case_subtitle {
    font-size: 16px;
    padding: 7px 0;
    border-radius: 0;
    width: 120px;
  }
  .case_image strong {
    font-size: 14px;
    padding: 5px 10px;
  }
  .case_image_group {
    gap: 30px;
    margin: inherit;
    width: 100%;
  }
  .case_title_wrapper {
    display: grid;
    grid-template-columns: 170px 130px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .case_image_group_wrapper {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 30px;
    justify-content: center;
    align-items: start;
  }
  .case_info_box dt {
    font-size: 16px;
    padding: 4px 5px;
  }
  .case_info_box dd {
    font-size: 14px;
    padding: 5px 5px;
    line-height: 1.6;
  }
  .philosophy_content_block {
    padding: 40px;
    gap: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .philosophy_content_text {
    text-align: left;
    width: 500px;
  }
  .flow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flow .l_content__inner {
    max-width: calc(1040px + var(--spacing-page) * 2);
  }
  .flow_text {
    font-size: 16px;
  }
  .flow_steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8vw;
    justify-content: center;
    align-items: start;
  }
  .flow_step_number {
    font-size: 16px;
    height: 30px;
    width: 30px;
  }
  .flow_step_title {
    font-size: 20px;
    line-height: 1.4;
  }
  .flow_step {
    padding: 20px 30px;
    height: 430px;
  }
  .flow_step_box {
    width: 100%;
    position: relative;
    display: flex;
  }
  .flow_step_box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -62px;
    margin: auto;
    box-sizing: border-box;
    width: 15px;
    height: 86px;
    border: 42px solid transparent;
    border-left: 20px solid #bba893;
  }
  .flow_step_box:nth-child(3)::after, .flow_step_box:nth-child(5)::after {
    display: none;
  }
  .flow_image {
    margin-bottom: 20px;
    height: 120px;
  }
  .arrow_beige {
    display: none;
  }
  .access_feature_list li::before {
    padding-right: 30px;
    width: 14px;
    height: 14px;
  }
  .shorten_period_section:first-child {
    margin-bottom: inherit;
  }
  .feature_block_warpper {
    padding: 50px 50px 40px;
  }
  .consultation_cta_content {
    display: flex;
    padding: 0;
    justify-content: center;
    gap: 30px;
    align-items: center;
  }
  .cta_content_img_03 {
    max-width: 440px;
  }
  .pricing_top_text {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .price_detail {
    margin-bottom: 15px;
    gap: 15px;
  }
  .dental_loan_info {
    width: 520px;
    padding-bottom: 20px;
  }
  .cta_box {
    margin-top: 0;
    font-family: var(--font-family-mincho);
  }
  .cta_offer {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .cta_button {
    font-size: 16px;
    padding: 2px;
    max-width: 400px;
    min-width: 33vw;
  }
  .consultation_cta_content_img {
    width: 270px;
  }
  .cta_decorative_polygon {
    max-width: 110px;
    margin: 20px auto 10px;
  }
  .caution_message_text {
    font-size: 17px;
    line-height: 1.7;
  }
  .section_heading {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .benefits_list {
    font-size: 16px;
  }
  .benefits_summary_text {
    font-size: 15px;
    margin-top: 10px;
  }
  .medical_deduction {
    padding: 30px;
  }
  .section_description {
    text-align: center;
    font-size: 20px;
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .deduction_highlight_box_wapper {
    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  .deduction_highlight_box {
    padding: 10px;
    margin-bottom: 0;
  }
  .deduction_highlight_inner_01 .deduction_note {
    font-size: 15px;
  }
  .deduction_highlight_inner_02 .deduction_note {
    font-size: 15px;
    padding: 10px;
  }
  .deduction_highlight_inner_01 .deduction_amount {
    font-size: 16px;
    padding: 16px;
    width: 100%;
  }
  .deduction_amount_img {
    width: 100%;
    margin-left: -5px;
    height: 49px;
  }
  .deduction_highlight_inner_02 .deduction_amount_img {
    margin-right: 0;
  }
  .deduction_highlight_inner_02 .deduction_note_small {
    font-size: 45%;
    display: block;
    line-height: 1.3;
    margin-top: 5px;
  }
  .payment .deduction_text {
    font-size: 16px;
  }
  .deduction_highlight_inner_02 {}
  .deduction_highlight_inner_02 .deduction_amount {
    width: 100%;
    padding: 10px;
    font-size: 26px;
  }
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq .l_content__inner {
    max-width: calc(800px + var(--spacing-page) * 2);
  }
  .faq_question_wrapper {
    padding: 15px;
    gap: 1vw;
  }
  .faq_item {
    margin-bottom: 20px;
  }
  .faq_answer_wrapper {
    font-size: 18px;
    padding: 15px;
    gap: 1vw;
  }
  .faq_q_icon {
    font-size: 20px;
  }
  .faq_question_text {
    font-size: 20px;
  }
  .faq_a_icon {
    font-size: 18px;
    margin-top: -2px;
  }
  .faq_answer_text {
    font-size: 17px;
  }
  .facilities {
    padding-bottom: 80px;
    padding-top: 80px;
    background-image: url(../images/facilities_bg_pc.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-color: var(--color-beige-bg);
  }
  .facilities_heading p {
    font-size: 2.22vw;
    padding: 10px;
    margin-top: 10px;
    white-space: nowrap;
  }
  .facilities_01 {
    display: grid;
    grid-template-columns: 490px 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .facilities_02 {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .facilities_main_image_left {
    order: 2;
    width: 100%;
  }
  .facilities_heading {
    position: inherit;
    bottom: inherit;
    left: -50px;
  }
  .facilities_heading_right {
    right: -50px;
    left: inherit;
    text-align: right;
  }
  .facilities_bg_beige {
    background-color: var(--color-beige-bg);
    padding: 50px;
    border-radius: 8px;
  }
  .circle_point {
    width: 110px;
    top: 7.2vw;
    right: -3.4vw;
  }
  .circle_point_text {
    font-size: 15px;
    margin-top: 10px;
  }
  .equipment_description {
    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    margin-right: 30px;
    margin-top: 20px;
  }
  .doctor_photo {
    width: 100%;
    height: auto;
  }
  .doctor_card_top {
    justify-content: flex-start;
    align-items: end;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
  }
  .doctor_name_en {
    font-size: 12px;
    color: #b7b7b7;
    margin-bottom: 50px;
  }
  .profile_section {
    border-bottom: none;
    padding-bottom: 0;
  }
  .profile_section_02 {
    margin-top: 20px;
  }
  .profile_list dl {
    margin-bottom: 5px;
  }
  .doctor_card_top_01 {
    order: 2;
  }
  .doctor_card_top_02 {
    order: 1;
  }
  .doctor_card {
    padding: 40px 60px;
  }
  .profile {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .doctor_position {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .doctor_name_jp {
    font-size: 25px;
    margin-bottom: 5px;
    margin-left: -6px;
  }
  .profile_heading {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .profile_list {
    font-size: 15px;
  }
  .profile_list dt {
    width: 50px;
  }
  .profile_list dd {
    width: 85%;
  }
  .profile_list_02 li {
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  #index .access-map {
    padding-top: 20px;
  }
  #index .facility {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  #index .facility .l_content__inner {
    max-width: calc(640px + var(--spacing-page) * 2);
  }
  #index .facility .slick-dots li {
    height: 70px;
    margin-top: -200px;
  }
  #index .time table td {
    padding: 20px;
    text-align: center;
  }
  #index .time table th {
    padding: 13px;
    text-align: center;
  }
  #index .access {
    padding-top: 80px;
    padding-bottom: 0;
  }
  #index .time {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #index .access p {
    font-size: 20px;
  }
  #index .time table {
    font-size: 18px;
  }
  #index .time ul {
    font-size: 14px;
  }
  #index .time ul li {
    text-align: left;
  }
  .l-cta__catch {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .flow_text {
    font-size: 14px;
  }
  .flow_step {
    padding: 20px;
  }
  .circle_point {
    top: 13.2vw;
    right: -2.4vw;
  }
  .feature-title {
    font-size: 18px;
  }
  .reason_heading .text_normal, .reason_heading .highlight_orange {
    font-size: 18px;
  }
  .pediatric_visual_and_benefits .section_heading {
    font-size: 26px;
  }
  .reason_heading {
    font-size: 18px;
  }
}
.highlight_orange {
  color: var(--color-primary);
}
/*==================================================
 Utility
================================================== */
/* 表示/非表示切り替え
--------------------------------------------- */
.u-sm-only {
  display: none;
}
@media (max-width: 767px) {
  .u-sm-only {
    display: block;
  }
}
.u-md-only {
  display: none;
}
@media (768px <=width <=1023px) {
  .u-md-only {
    display: block;
  }
}
.u-lg-only {
  display: none;
}
@media (1024px <=width) {
  .u-lg-only {
    display: block;
  }
}
.u-mdLg-only {
  display: none !important;
}
@media (768px <=width) {
  .u-mdLg-only {
    display: block !important;
  }
}
.u-smMd-only {
  display: none;
}
@media (width <=1023px) {
  .u-smMd-only {
    display: block;
  }
}
/* テキストまわり
--------------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-bold {
  font-weight: bold;
}
.u-primary {
  color: var(--color-primary);
}
.u-center {
  text-align: center;
}