@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

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

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 599px) {
  .l-inner {
    max-width: 1000px;
  }
}

.l-large-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 599px) {
  .l-large-inner {
    max-width: 1200px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.l-message {
  margin-top: 80px;
  scroll-margin-top: 150px;
}
@media screen and (min-width: 599px) {
  .l-message {
    margin-top: 216px;
    scroll-margin-top: 180px;
  }
}

.l-about {
  margin-top: 64px;
  scroll-margin-top: 150px;
}
@media screen and (min-width: 599px) {
  .l-about {
    margin-top: 96px;
    scroll-margin-top: 180px;
  }
}

.l-approach {
  margin-top: 64px;
  scroll-margin-top: 150px;
}
@media screen and (min-width: 599px) {
  .l-approach {
    margin-top: 96px;
    scroll-margin-top: 180px;
  }
}

.l-cavity {
  margin-top: 64px;
  scroll-margin-top: 150px;
}
@media screen and (min-width: 599px) {
  .l-cavity {
    margin-top: 96px;
    scroll-margin-top: 180px;
  }
}

.l-footer {
  margin-top: 64px;
}
@media screen and (min-width: 599px) {
  .l-footer {
    margin-top: 128px;
  }
}

.l-treatment {
  scroll-margin-top: 150px;
}
@media screen and (min-width: 599px) {
  .l-treatment {
    scroll-margin-top: 180px;
  }
}

.c-section-head {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  color: #5796DB;
  text-transform: capitalize;
  position: relative;
  z-index: 0;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 599px) {
  .c-section-head {
    font-size: 9.5rem;
  }
}

.c-section-head::before {
  content: "";
  background-image: url(./public/assets/img/section-head-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 164px;
  position: absolute;
  top: -20px;
  left: -10px;
  transform: rotate(-18deg);
  z-index: -1;
}
@media screen and (min-width: 599px) {
  .c-section-head::before {
    width: 200px;
    top: -40px;
    left: -100px;
  }
}

.c-section-head span {
  display: block;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  z-index: 1;
}
@media screen and (min-width: 599px) {
  .c-section-head span {
    font-size: 3.2rem;
  }
}

.c-section-head.--approach::before {
  display: none;
}

.c-sub-section-header {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #333;
  text-transform: capitalize;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}
@media screen and (min-width: 599px) {
  .c-sub-section-header {
    font-size: 3.2rem;
    padding-bottom: 30px;
  }
}

.c-sub-section-header span {
  font-size: 1.2rem;
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 599px) {
  .c-sub-section-header span {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}

.c-button {
  position: relative;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding-right: 16px;
}

.c-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease, opacity 0.3s ease;
  opacity: 1; /* 初期の不透明度 */
  transform-origin: left; /* 左端を基準に変形 */
}

.c-button:hover::after {
  opacity: 0.3;
  width: 95px;
}

.c-page-title {
  font-size: 3.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 599px) {
  .c-page-title {
    font-size: 4rem;
  }
}

.c-page-title h2 {
  text-transform: capitalize;
}

.breadcrump {
  font-size: 1.2rem;
  margin-top: 16px;
}

.c-page-link__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 599px) {
  .c-page-link__wrap {
    gap: 80px;
  }
}

.c-page-link__prev,
.c-page-link__next {
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 599px) {
  .c-page-link__prev,
  .c-page-link__next {
    font-size: 1.4rem;
  }
}

.c-page-link__prev a {
  display: block;
  width: 100%;
  padding: 20px 25px;
}

.c-page-link__next a {
  display: block;
  width: 100%;
  padding: 20px 25px;
}

.c-page-link__archive {
  text-align: center;
  font-size: 1.6rem;
}

.c-page-link__archive a {
  display: block;
  width: 100%;
  padding: 20px 25px;
  text-decoration: underline;
  text-underline-offset: 16px;
}

.c-hamburger {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 60px;
}

.c-hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 5px;
  background: #5796DB;
  width: 100%;
}

.c-hamburger span:nth-of-type(1) {
  top: 20px;
}

.c-hamburger span:nth-of-type(2) {
  top: 28px;
}

.c-hamburger span:nth-of-type(3) {
  top: 36px;
}

.c-hamburger.is-active span {
  background-color: #5796DB;
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 23px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: 35px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

.c-hamburger.p-header__hamburger.is-scroll span {
  background-color: #333;
}

.c-hamburger.p-sub-header__hamburger {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 60px;
}

.c-hamburger.p-sub-header__hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 5px;
  background: #333;
  width: 100%;
}

.c-hamburger.p-sub-header__hamburger span:nth-of-type(1) {
  top: 20px;
}

.c-hamburger.p-sub-header__hamburger span:nth-of-type(2) {
  top: 28px;
}

.c-hamburger.p-sub-header__hamburger span:nth-of-type(3) {
  top: 36px;
}

.c-hamburger.p-sub-header__hamburger.is-active span:nth-of-type(1) {
  top: 23px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

.c-hamburger.p-sub-header__hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.p-sub-header__hamburger.is-active span:nth-of-type(3) {
  top: 35px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

.p-header {
  height: 80px;
  background-color: #fff;
  color: #333;
  padding-left: 5.55vw;
  padding-right: 5.55vw;
}
@media screen and (min-width: 1099px) {
  .p-header {
    height: 100px;
  }
}

.p-header__inner {
  height: 100%;
}

.p-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.p-header__logo-link img {
  width: 200px;
}
@media screen and (min-width: 599px) {
  .p-header__logo-link img {
    width: 100%;
  }
}

.p-header__logo-link img {
  width: 200px;
}
@media screen and (min-width: 599px) {
  .p-header__logo-link img {
    width: 250px;
  }
}
@media screen and (min-width: 1099px) {
  .p-header__logo-link img {
    width: 100%;
  }
}

.p-header__nav {
  display: none;
  font-weight: 500;
}
@media screen and (min-width: 1099px) {
  .p-header__nav {
    display: block;
    color: #333;
    font-size: 1.8rem;
  }
}

.p-header__items {
  display: flex;
  align-items: center;
}

.p-header__item a {
  padding: 16px;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

.p-header__item a:hover {
  color: #5796DB;
}

@media screen and (min-width: 1099px) {
  .p-header__sp-nav {
    display: none;
  }
}

.p-sub-header {
  height: 80px;
  background-color: #fff;
}
@media screen and (min-width: 599px) {
  .p-sub-header {
    height: 150px;
  }
}

.p-sub-header__inner {
  height: 100%;
}

.p-sub-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.p-sub-header__logo-link img {
  width: 200px;
}
@media screen and (min-width: 599px) {
  .p-sub-header__logo-link img {
    width: 100%;
  }
}

.p-sub-header__nav {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: none;
}
@media screen and (min-width: 599px) {
  .p-sub-header__nav {
    display: block;
    font-size: 1.8rem;
  }
}

.p-sub-header__items {
  display: flex;
  align-items: center;
}

.p-sub-header__item a {
  padding: 16px;
}

@media screen and (min-width: 599px) {
  .p-sub-header__sp-nav {
    display: none;
  }
}

.p-mv {
  width: 100%;
  height: 300px;
  margin-top: 85px;
}
@media screen and (min-width: 599px) {
  .p-mv {
    height: 500px;
  }
}
@media screen and (min-width: 1099px) {
  .p-mv {
    margin-top: 100px;
    height: 700px;
    padding-left: 5.55vw;
    padding-right: 5.55vw;
  }
}

.p-mv__inner {
  height: 100%;
  position: relative;
}

.p-mv__swiper {
  height: 100%;
}
@media screen and (min-width: 599px) {
  .p-mv__swiper-wrapper {
    height: 100%;
  }
}

.p-mv__swiper-slide {
  width: 100%;
  height: 100%;
}
.p-mv__img {
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-mv__img {
    height: 100%;
  }
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
@media screen and (min-width: 1099px) {
  .p-mv__img img {
    object-position: 50% 10%;
  }
}

.p-mv__tel {
  display: none;
}
@media screen and (min-width: 599px) {
  .p-mv__tel {
    padding: 25px 30px;
  }
}

.p-mv__tel-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 599px) {
  .p-mv__tel-title {
    font-size: 1.6rem;
  }
}

.p-mv__tel-num {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 599px) {
  .p-mv__tel-num {
    font-size: 2rem;
  }
}

.p-mv__catch {
  position: absolute;
  bottom: 12.6%;
  left: 7.3%;
  z-index: 1;
  max-width: 100%;
}

.p-mv__catch img {
  width: 75vw;
}
@media screen and (min-width: 599px) {
  .p-mv__catch img {
    width: 45vw;
  }
}
@media screen and (min-width: 1099px) {
  .p-mv__catch img {
    width: 40vw;
  }
}

.p-schedule {
  margin-top: 40px;
}
@media screen and (min-width: 1099px) {
  .p-schedule {
    padding-left: 5.55vw;
    padding-right: 5.55vw;
    margin-top: 120px;
  }
}

.p-schedule__inner {
  height: 100%;
}

.p-schedule__wrapper {
  height: 100%;
}
@media screen and (min-width: 1099px) {
  .p-schedule__wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
}

.p-schedule__img {
  margin-top: 24px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1099px) {
  .p-schedule__img {
    width: 50%;
    margin-top: 0;
    padding: 0;
    height: 480px;
  }
}

.p-schedule__img img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 550px;
}
@media screen and (min-width: 1099px) {
  .p-schedule__img img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.p-schedule__box {
  padding: 85px 20px 58px;
  background-color: #F2F6FF;
}
@media screen and (min-width: 1099px) {
  .p-schedule__box {
    padding: 85px 37px 58px;
    width: 50%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.p-schedule__title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-align: center;
}
@media screen and (min-width: 599px) {
  .p-schedule__title {
    font-size: 2rem;
  }
}

.p-schedule__table {
  margin: 30px auto 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 599px) {
  .p-schedule__table {
    margin: 50px auto 0;
  }
}

.p-schedule__table th:first-child,
.p-schedule__table td:first-child {
  text-align: left;
}

.p-schedule__table th:not(:first-child),
.p-schedule__table td:not(:first-child) {
  text-align: center;
}

th, td {
  border: 1px solid #eee;
  padding: 8px 12px;
}
@media screen and (min-width: 599px) {
  th, td {
    padding: 12px;
  }
}

thead th {
  background: #5796DB;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
}
@media screen and (min-width: 599px) {
  thead th {
    font-size: 1.3rem;
  }
}

tbody th {
  background: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 0.8rem;
}
@media screen and (min-width: 599px) {
  tbody th {
    font-size: 1.5rem;
  }
}

/* 丸印 */
.circle {
  color: #5796DB;
  font-size: 0.8rem;
}
@media screen and (min-width: 599px) {
  .circle {
    font-size: 1.2rem;
  }
}

/* 三角 */
.triangle {
  color: #5796DB;
  font-size: 0.8rem;
}
@media screen and (min-width: 599px) {
  .triangle {
    font-size: 1.2rem;
  }
}

/* 休診記号 */
.dash {
  color: #333;
  font-weight: bold;
  font-size: 0.8rem;
}
@media screen and (min-width: 599px) {
  .dash {
    font-size: 1.2rem;
  }
}

.p-schedule__text {
  margin-top: 10px;
  font-size: 0.9rem;
}
@media screen and (min-width: 599px) {
  .p-schedule__text {
    font-size: 1.2rem;
    text-align: center;
  }
}

.p-schedule__text span {
  color: #5796DB;
}

.p-schedule__text.--red {
  color: #E53935;
  font-weight: bold;
}

.p-schedule__message {
  margin-top: 24px;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 599px) {
  .p-schedule__message {
    font-size: 1.4rem;
  }
}

.p-schedule__parking {
  margin-top: 16px;
  font-size: 1.4rem;
}
@media screen and (min-width: 599px) {
  .p-schedule__parking {
    text-align: center;
  }
}

.p-schedule__parking span {
  color: #5796DB;
  font-weight: bold;
}

.p-schedule__table.--footer {
  margin-top: 24px;
}

.p-schedule__table--drawer {
  margin-top: 0;
}

@media screen and (min-width: 599px) {
  .p-message__wrapper {
    display: flex;
    align-items: center;
    gap: 5.4vw;
  }
}

.p-message__text {
  font-size: 1.4rem;
  max-width: 643px;
  line-height: 2.2;
  margin-top: 32px;
}
@media screen and (min-width: 599px) {
  .p-message__text {
    font-size: 2.2rem;
    margin-top: 80px;
  }
}

.p-message__img {
  margin-top: 24px;
}
@media screen and (min-width: 599px) {
  .p-message__img {
    margin-top: 0;
  }
}

.p-treatment {
  background-color: #F2F6FF;
  padding: 64px 0;
  margin-top: 64px;
}

@media screen and (min-width: 599px) {
  .p-treatment__head {
    text-align: right;
  }
}

.p-treatment__wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media screen and (min-width: 599px) {
  .p-treatment__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 10px;
    margin-top: 64px;
  }
}

.p-treatment__card {
  background-color: #fff;
  padding: 40px 35px;
  border-radius: 10px;
}
@media screen and (min-width: 599px) {
  .p-treatment__card {
    padding: 60px 35px 54px;
  }
}

.p-treatment__card-icon {
  text-align: center;
}

.p-treatment__card-icon img {
  aspect-ratio: 1/1;
}

.p-treatment__card-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 599px) {
  .p-treatment__card-title {
    margin-top: 32px;
  }
}

.p-treatment__card-title span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #5796DB;
  display: block;
  margin-bottom: 8px;
}

.p-treatment__card-desc {
  font-size: 1.4rem;
  margin-top: 24px;
  line-height: 1.4;
}

.p-about__doctors {
  margin-top: 32px;
  gap: 40px;
}
@media screen and (min-width: 599px) {
  .p-about__doctors {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 72px;
  }
}

.p-about__doctor {
  border: 1px solid #5796DB;
  border-radius: 40px;
  padding-bottom: 64px;
  width: 100%;
}
@media screen and (min-width: 1099px) {
  .p-about__doctor {
    display: flex;
    width: 50%;
    padding-bottom: 0;
  }
}

.p-about__doctor + .p-about__doctor {
  margin-top: 40px;
}
@media screen and (min-width: 599px) {
  .p-about__doctor + .p-about__doctor {
    margin-top: 0;
  }
}

.p-about__doctor-img img {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-about__doctor-img img {
    border-radius: 40px;
  }
}

.p-about__doctor-data {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 1099px) {
  .p-about__doctor-data {
    padding-top: 110px;
  }
}

.p-about__doctor-name {
  font-size: 2.4rem;
  margin-top: 32px;
  font-weight: 300;
}
@media screen and (min-width: 1099px) {
  .p-about__doctor-name {
    margin-top: 8px;
    font-size: 3.2rem;
  }
}

.p-about__doctor-name span {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 8px;
}
@media screen and (min-width: 599px) {
  .p-about__doctor-name span {
    font-size: 2rem;
  }
}

.p-about__doctor-license {
  margin-top: 32px;
  font-size: 1.4rem;
  font-weight: 300;
}

.p-about__sub-doctor {
  margin-top: 48px;
  border: 1px solid #5796DB;
  border-radius: 40px;
  padding: 32px 24px;
}
@media screen and (min-width: 599px) {
  .p-about__sub-doctor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
  }
}

.p-about__sub-doctor h3 {
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: #5796DB;
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .p-about__sub-doctor h3 {
    font-size: 2.4rem;
  }
}

.p-about__sub-doctor h3 span {
  color: #D8A8E8;
}

.p-about__sub-doctor p {
  font-size: 1.8rem;
  margin-top: 16px;
}
@media screen and (min-width: 1099px) {
  .p-about__sub-doctor p {
    font-size: 2.8rem;
  }
}

.p-about__sub-img {
  margin-top: 32px;
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-about__sub-img {
    margin-top: 0;
    width: auto;
    max-width: 285px;
  }
}

.p-about__sub-img img {
  width: 100%;
  object-fit: cover;
}

.p-about__img-wrapper {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 599px) {
  .p-about__img-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.p-about__img img {
  border-radius: 10px;
}

.p-about__text {
  font-size: 1.5rem;
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 599px) {
  .p-about__text {
    font-size: 2rem;
    margin-top: 40px;
  }
}

.p-approach {
  background-image: url(./public/assets/img/approach-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 88px 0;
}

.p-approach__container {
  background-color: #fff;
  padding: 40px 16px;
  border-radius: 50px;
}
@media screen and (min-width: 599px) {
  .p-approach__container {
    padding: 40px 56px;
  }
}

.p-approach__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-approach__number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #5796DB;
  color: #5796DB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (min-width: 599px) {
  .p-approach__number {
    font-size: 3.2rem;
    width: 50px;
    height: 50px;
  }
}
.p-approach__number::before {
  content: counter(step);
  padding-bottom: 4px;
}

@media screen and (min-width: 599px) {
  .p-approach__items {
    margin-top: 50px;
  }
}

.p-approach__item {
  padding: 32px 0 16px;
  border-bottom: 1px dotted #5796DB;
  counter-increment: step;
}

.p-approach__title {
  font-size: 2rem;
  color: #5796DB;
  font-weight: 300;
}
@media screen and (min-width: 599px) {
  .p-approach__title {
    font-size: 3.2rem;
  }
}

.p-approach__title span {
  font-size: 1.3rem;
  color: #5796DB;
  margin-right: 8px;
  display: block;
}
@media screen and (min-width: 599px) {
  .p-approach__title span {
    font-size: 2.4rem;
  }
}

.p-approach__content {
  margin-top: 16px;
}
@media screen and (min-width: 599px) {
  .p-approach__content {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}

.p-approach__text {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 599px) {
  .p-approach__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-approach__img {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-approach__img {
    max-width: 250px;
    margin-top: 0;
    flex: 0 0 25%;
  }
}

.p-approach__img img {
  border-radius: 10px;
  width: 100%;
}
.p-cavity__wrapper {
  margin-top: 48px;
}
@media screen and (min-width: 599px) {
  .p-cavity__wrapper {
    margin-top: 88px;
  }
}

.p-cavity__box + .p-cavity__box {
  margin-top: 40px;
}
@media screen and (min-width: 599px) {
  .p-cavity__box + .p-cavity__box {
    margin-top: 96px;
  }
}

.p-cavity__box h5 {
  color: #5796DB;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 48px;
}

.p-cavity__box p {
  font-size: 1.6rem;
  color: #333;
  margin-top: 8px;
  line-height: 1.5;
}

.p-cavity__title {
  display: inline-block;
  background-color: #5796DB;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 20px;
  padding: 10px 30px;
}
@media screen and (min-width: 599px) {
  .p-cavity__title {
    font-size: 2.4rem;
    padding: 10px 40px;
  }
}

.p-cavity__text {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-cavity__img {
  margin-top: 24px;
}
@media screen and (min-width: 599px) {
  .p-cavity__img {
    margin-top: 40px;
  }
}

.p-cavity__point {
  display: inline-block;
  border: 1px solid #333;
  background-color: #CFD3E4;
  padding: 24px;
  margin-top: 4px;
  line-height: 1.6;
}

.p-footer {
  background: #F2F6FF;
  padding: 64px 0 30px;
  color: #333;
}

@media screen and (min-width: 1099px) {
  .p-footer__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}

.p-footer__map {
  height: 250px;
}
@media screen and (min-width: 599px) {
  .p-footer__map {
    height: 350px;
  }
}
@media screen and (min-width: 1099px) {
  .p-footer__map {
    width: 50%;
    height: 500px;
  }
}

.p-footer__map iframe {
  width: 100%;
  height: 100%;
}

.p-footer__info {
  margin-top: 32px;
}
@media screen and (min-width: 1099px) {
  .p-footer__info {
    width: 50%;
    margin-top: 0;
    padding-top: 64px;
  }
}

.p-footer__logo {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 599px) {
  .p-footer__logo {
    max-width: 330px;
  }
}

.p-footer__address {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 24px;
  line-height: 1.7;
}

.p-footer__address span {
  font-size: 1.8rem;
  margin-top: 24px;
  line-height: 1.7;
}

.p-footer__facility {
  font-size: 1.2rem;
  margin-top: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 599px) {
  .p-footer__facility {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1099px) {
  .p-footer__facility {
    width: 50%;
  }
}

.p-footer__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.p-footer__nav {
  font-size: 1.4rem;
  display: none;
}
@media screen and (min-width: 1099px) {
  .p-footer__nav {
    display: block;
  }
}

.p-footer__nav a {
  padding: 10px;
  transition: color 0.3s ease;
}

.p-footer__nav a:hover {
  color: #5796DB;
}

.p-footer__nav a:first-child {
  padding-left: 0;
}

.p-footer__copyright {
  margin-top: 40px;
  text-align: right;
}

.p-drawer-menu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: #5796DB;
  color: #fff;
  font-size: 2rem;
  transition: 0.3s;
  margin-top: 80px;
}
@media screen and (min-width: 1099px) {
  .p-drawer-menu {
    margin-top: 150px;
  }
}

.p-drawer-menu.is-active {
  right: 0;
}

.p-drawer-menu__inner {
  height: 100%;
  overflow-y: auto;
  color: #333;
  background-color: #5796DB;
  padding-bottom: 40px;
}

.p-drawer-menu__schedule {
  padding: 56px 20px;
  background-color: #F2F6FF;
}

.p-drawer-menu__items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-transform: capitalize;
  padding-top: 32px;
  background-color: #5796DB;
}

.p-drawer-menu__item {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
}

.p-drawer-menu__item a {
  display: block;
  padding: 24px 20px;
}

.p-drawer-menu__link {
  position: relative;
}

.p-drawer-menu__tel {
  color: #fff;
  background-color: #5796DB;
  padding: 80px 20px;
}

.p-drawer-menu__tel h4 {
  color: #fff;
  font-size: 1.5rem;
}

.p-drawer-menu__tel p {
  font-size: 1.2rem;
  margin-top: 12px;
}

.p-drawer-menu__tel a {
  display: block;
  font-size: 1.3rem;
  margin-top: 12px;
  text-transform: uppercase;
}

.p-drawer-menu__tel a span {
  font-size: 2rem;
  padding-left: 8px;
}

.u-spacer24 {
  margin-top: 24px;
}

.u-spacer32 {
  margin-top: 32px;
}

.u-hidden {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */