@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: 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 */
  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 {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

.grecaptcha-badge {
  display: none;
}

#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: top 0.15s ease-out, left 0.15s ease-out;
  z-index: 9999;
}
@media (max-width: 767px) {
  #mouse-stalker {
    display: none;
  }
}

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.page-main .fv {
  margin-bottom: 4rem;
}
.page-main .nav__content {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-main .nav__content {
    margin: 0;
  }
}

.bg-bierge-img {
  background-image: url("../img/bg-footer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.bg-bierge-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  z-index: -1;
}
.bg-bierge-img {
  background-image: none !important;
}

.round-top {
  position: relative;
}
.round-top::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 105%;
  height: 28rem;
  background-image: url("../img/round-top.webp");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .round-top::before {
    height: 14rem;
  }
}

.round-bottom {
  position: relative;
}
.round-bottom::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 40.3rem;
  background-image: url("../img/round-bottom.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .round-bottom::after {
    height: 20.15rem;
  }
}

.bg-groupe {
  background-image: url("../img/bg-groupe.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .bg-groupe {
    background-image: url("../img/sp-bg-groupe.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
}

.inner100 {
  width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.c-fv-headarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.fv-imagearea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.page-fv-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-fv-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.page-fv-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .page-fv-image img {
    object-fit: cover;
  }
}

.page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  z-index: 5;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 2.4rem;
  }
}

.section-title__wave {
  position: relative;
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2B90AC;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .section-title__wave {
    font-size: 2.4rem;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}
.section-title__wave::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/title-wave.webp");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .section-title__wave::before {
    bottom: 1rem;
  }
}

.contents-title {
  margin-top: 8rem;
  background: url("../img/bg-footer.webp") no-repeat center center;
  background-size: cover;
  padding: 2rem 0;
  aspect-ratio: 1280/80;
  position: relative;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  text-align: center;
  z-index: 3;
}
@media (max-width: 767px) {
  .contents-title {
    aspect-ratio: 375/60;
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 9.1rem;
  height: 8.5rem;
  background-image: url("../img/flower-beige.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .contents-title::before {
    width: 6.1rem;
    height: 5.5rem;
  }
}
.contents-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 9.1rem;
  height: 8.5rem;
  background-image: url("../img/flower-green.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .contents-title::after {
    width: 6.1rem;
    height: 5.5rem;
  }
}

.contents-textarea {
  width: 120rem;
  margin: 7rem auto;
  padding: 6rem 10rem 10rem;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .contents-textarea {
    width: 100%;
    padding: 2rem;
    margin: 4rem auto 0;
  }
}

.contents-textarea__text {
  padding: 4rem 4rem 1rem;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
@media (max-width: 767px) {
  .contents-textarea__text {
    padding: 2rem 2rem 2rem 3rem;
    font-size: 1.4rem;
  }
}
.contents-textarea__text::before {
  content: "";
  position: absolute;
  top: 3.8rem;
  left: 1rem;
  width: 2.4rem;
  height: 3.4rem;
  background-image: url("../img/icon-check.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .contents-textarea__text::before {
    top: 1.6rem;
    left: 0.5rem;
    width: 2rem;
    height: 2.9rem;
  }
}

.contents-note {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  font-family: "Zen Old Mincho", serif;
  padding: 4rem 4rem 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .contents-note {
    padding: 2rem 1rem;
  }
}

.contents-note__small {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 4rem 4rem 1rem;
  position: relative;
  inline-size: fit-content;
  margin-inline: auto;
  width: 80.4rem;
}
@media (max-width: 767px) {
  .contents-note__small {
    width: 100%;
    padding: 2rem 1rem;
  }
}

.contents-list-item__title {
  font-size: 2rem;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 6rem 0 2rem;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .contents-list-item__title {
    font-size: 1.6rem;
    padding: 3rem 0 2rem;
  }
}
.contents-list-item__title::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 3.6rem;
  background: url("../img/icon-flower_green.webp") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contents-list-item__title::before {
    width: 2.1rem;
    height: 2.9rem;
  }
}

.contents-list-item__text {
  padding-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .contents-list-item__text {
    font-size: 1.4rem;
    padding-top: 1rem;
  }
}

.introduction,
.regroth {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .introduction,
  .regroth {
    margin-top: 6rem;
  }
}

.contents-price-table {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contents-price-table {
    overflow-x: auto;
  }
}
.contents-price-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  font-size: 1.6rem;
}
.contents-price-table .price-table tr {
  border-bottom: 1px solid #000;
}
.contents-price-table .price-table tr:last-child {
  border-bottom: none;
}
.contents-price-table .price-table th {
  background-color: #F5EADB;
  padding: 2rem;
  text-align: left;
  font-weight: 500;
  width: 40% !important;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contents-price-table .price-table th {
    width: auto;
    white-space: normal;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.contents-price-table .price-table td {
  background-color: #fff;
  padding: 2rem;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .contents-price-table .price-table td {
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.contents-flow__itemarea {
  padding: 6rem 11rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 767px) {
  .contents-flow__itemarea {
    padding: 3rem 2rem 0;
    gap: 3rem;
  }
}

.contents-flow__item--titlearea {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .contents-flow__item--titlearea {
    gap: 3rem;
  }
}

.contents-flow__item--title--number {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  font-family: "Zen Old Mincho", serif;
  color: #CF6149;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 767px) {
  .contents-flow__item--title--number {
    font-size: 2.4rem;
  }
}
.contents-flow__item--title--number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 9rem;
  background: url("../img/medical-bg01.webp") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .contents-flow__item--title--number::before {
    width: 8rem;
    height: 7rem;
  }
}

.contents-flow__item--title--text {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contents-flow__item--title--text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.contents-flow__item--text {
  font-size: 1.6rem;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .contents-flow__item--text {
    padding-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.contents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contents-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.contents-grid__item {
  width: 100%;
  height: 100%;
}

.contents-grid__item--image {
  width: 100%;
  height: 100%;
}

.faq-itemarea {
  width: 120rem;
  margin: 5.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .faq-itemarea {
    width: 100%;
    margin: 3rem auto 0;
    gap: 1rem;
  }
}

.q-item {
  background: #F5EADB;
  font-size: 2rem;
  line-height: 2.5;
  letter-spacing: 0.09em;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .q-item {
    font-size: 1.6rem;
    padding: 0 1.5rem;
    line-height: 2.2;
  }
}

.a-item {
  background: #FFF9F2;
  font-size: 1.6rem;
  line-height: 2.7;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .a-item {
    font-size: 1.4rem;
    padding: 0 1.5rem;
    line-height: 2;
  }
}

.sec-title {
  text-align: center;
  padding: 0 2rem;
}

.sec-title__ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.09em;
  line-height: 1.4;
  color: #2B90AC;
}
@media (max-width: 767px) {
  .sec-title__ja {
    font-size: 2.4rem;
  }
}

.sec-title__en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.09em;
  line-height: 1.4;
  color: #2B90AC;
}
@media (max-width: 767px) {
  .sec-title__en {
    font-size: 2.4rem;
  }
}

.sec-title__wave {
  display: block;
  width: 100%;
  height: 1.9rem;
  margin-top: 1rem;
  background: url("../img/common/sec-wave.svg") no-repeat center/100% 100%;
}
@media (max-width: 767px) {
  .sec-title__wave {
    height: 1.2rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 2.6rem 2.2rem 0 3.3rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    height: 8.6rem;
    padding: 0;
    z-index: 999;
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
}

@media (max-width: 767px) {
  .header.is-fixed {
    background: #fff;
    box-shadow: 0 0.6rem 0.6rem -0.4rem rgba(0, 0, 0, 0.18);
  }
}

.header__logo {
  display: block;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .header__logo {
    position: fixed;
    top: 1.2rem;
    left: 1.1rem;
    z-index: 1001;
  }
}

.header__logo-image {
  display: block;
  width: 30.9rem;
  height: auto;
}
@media (max-width: 767px) {
  .header__logo-image {
    width: 17.5rem;
  }
}

.header__contact {
  display: flex;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .header__contact {
    display: none;
  }
}

.header__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 30.7rem;
  height: 12rem;
  background: #D8F5F5;
}

.header__tel-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #59C6C3;
}

.header__tel-number {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
  color: #59C6C3;
}

.header__tel-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.header__web {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 30.7rem;
  height: 12rem;
  background: #fff;
  border: 0.2rem solid #59C6C3;
  overflow: hidden;
}

.header__web-mail {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #59C6C3;
}
.header__web-mail svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header__web-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  color: #1e1e1e;
}

.header__web-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 19.1rem;
  padding: 0.5rem 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background: #59C6C3;
  border-radius: 4.2rem;
}

.header__web::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 2.3rem 2.3rem;
  border-color: transparent transparent #59C6C3 transparent;
}

.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    position: fixed;
    top: 2rem;
    right: 1.5rem;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 4.6rem;
    height: 4.6rem;
    padding: 0;
    background: #59C6C3;
    border: none;
    cursor: pointer;
    pointer-events: auto;
  }
}

.hamburger__bar {
  display: block;
  width: 2.2rem;
  height: 0.2rem;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.open .hamburger__bar:nth-child(1) {
  transform: translateY(0.7rem) rotate(45deg);
}

.hamburger.open .hamburger__bar:nth-child(2) {
  opacity: 0;
}

.hamburger.open .hamburger__bar:nth-child(3) {
  transform: translateY(-0.7rem) rotate(-45deg);
}

.hamburger-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow-y: auto;
  background: #FFF9F2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: auto;
}

.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
}

.hamburger-menu__inner {
  padding: 10rem 1.2rem 6rem;
}

.hamburger-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hamburger-menu__listItem {
  width: 100%;
  text-align: center;
}

.hamburger-menu__listItem + .hamburger-menu__listItem {
  margin-top: 4rem;
}

.hamburger-menu__listLink {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #000;
}

.hamburger-menu__listItem--parent {
  margin-top: 4rem;
}

.hamburger-menu__listLink--parent {
  margin-bottom: 1.8rem;
  cursor: default;
}

.hamburger-menu__sub-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
}

.hamburger-menu__sub-item {
  display: block;
}

.hamburger-menu__listLink--sub {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  background: #F5EADB;
}

.fv-nav {
  padding: 2.6rem 2rem;
}
@media (max-width: 767px) {
  .fv-nav {
    display: none;
  }
}

.fv-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  padding: 1.4rem 2rem;
  background: #fff;
  box-shadow: 0 0.4rem 0.8rem -0.2rem rgba(0, 0, 0, 0.15);
  animation: fvNavDown 0.4s ease;
}

@keyframes fvNavDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.fv-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.fv-nav__item {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.fv-nav__item:not(.fv-nav__item--home)::before {
  content: "";
  display: block;
  width: 1px;
  height: 4.9rem;
  background: #e0e0e0;
}

.fv-nav__link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #000;
}

.fv-nav__home {
  display: block;
  width: 3.4rem;
  height: auto;
}

.fv-nav__item--parent {
  position: relative;
}

.fv-nav__sub {
  position: absolute;
  top: 100%;
  left: 4rem;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0.4rem 0.8rem;
  padding: 1.6rem 1.8rem;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.fv-nav__item--parent:hover .fv-nav__sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fv-nav__sub-link {
  display: block;
  padding: 0.7rem 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  white-space: nowrap;
  color: #000;
  border-radius: 0.8rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.fv-nav__sub-link:hover {
  background: #F5EADB;
  color: #2B90AC;
}

.l-footer {
  position: relative;
  overflow: hidden;
  background: #fbf8f3;
}

.l-footer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/top/footer-bg.webp") no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  pointer-events: none;
}

.l-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  margin: 0 auto;
  padding: 6rem 2rem 3rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    padding: 4rem 2rem 2rem;
  }
}

.l-footer__logo {
  width: 30.9rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 20.6rem;
  }
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__address {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2.4rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  color: #000;
}

.l-footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  color: #59C6C3;
}
.l-footer__icon svg {
  width: 100%;
  height: 100%;
}

.l-footer__icon--circle {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #d8f5f5;
}
.l-footer__icon--circle svg {
  width: 2rem;
  height: 2rem;
}

.l-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .l-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    margin-top: 3rem;
  }
}

.l-footer__reserve {
  display: flex;
  gap: 0.4rem;
}
@media (max-width: 767px) {
  .l-footer__reserve {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    width: 100%;
  }
}

.l-footer__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30.7rem;
  padding: 1.6rem 2.4rem;
  background: #D8F5F5;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__tel {
    width: 24.2rem;
    align-items: center;
    padding: 1.6rem 0.4rem;
  }
}

.l-footer__tel-label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #59C6C3;
}

.l-footer__tel-num {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  color: #59C6C3;
}
.l-footer__tel-num .l-footer__tel-icon {
  width: 2.2rem;
  height: 2.2rem;
}

.l-footer__web {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 30.7rem;
  padding: 1.4rem;
  background: #fff;
  border: 2px solid #59C6C3;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__web {
    width: 24.1rem;
  }
}

.l-footer__web-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .l-footer__web-head {
    font-size: 1.6rem;
  }
}

.l-footer__web-mail {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  color: #59C6C3;
}
.l-footer__web-mail svg {
  width: 100%;
  height: 100%;
}

.l-footer__web-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.6rem;
  background: #59C6C3;
  border-radius: 4.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__web-sub {
    font-size: 1.6rem;
  }
}

.l-footer__hours {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-footer__hours {
    width: 100%;
    max-width: 34.5rem;
  }
}

.l-footer__hours-table {
  width: 54.9rem;
  border: 1px solid #000;
  border-radius: 0.8rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 767px) {
  .l-footer__hours-table {
    width: 100%;
  }
}
.l-footer__hours-table th,
.l-footer__hours-table td {
  padding: 1rem 0;
  text-align: center;
  letter-spacing: 0.04em;
}
.l-footer__hours-table thead th {
  border-bottom: 1px solid #ccc;
}
.l-footer__hours-table .l-footer__hours-th,
.l-footer__hours-table .l-footer__hours-time {
  width: 12rem;
  font-weight: 500;
  text-align: left;
  padding-left: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer__hours-table .l-footer__hours-th,
  .l-footer__hours-table .l-footer__hours-time {
    width: 10rem;
    font-size: 1.4rem;
  }
}

.l-footer__middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .l-footer__middle {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 3rem;
  }
}

.l-footer__map {
  position: relative;
  width: 75.8rem;
  height: 41rem;
}
@media (max-width: 767px) {
  .l-footer__map {
    width: 100%;
    height: 18.6rem;
  }
}
.l-footer__map .l-footer__map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.l-footer__map-label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1.6rem;
  background: #CF6149;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .l-footer__map-label {
    top: 1.3rem;
    left: 0.8rem;
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
  }
}
.l-footer__map-label svg {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 767px) {
  .l-footer__map-label svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.l-footer__access {
  width: 49.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-footer__access {
    width: 100%;
  }
}

.l-footer__clinic {
  width: 100%;
  aspect-ratio: 494/275;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-footer__clinic {
    aspect-ratio: 345/193;
  }
}
.l-footer__clinic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-footer__access-list {
  margin-top: 2rem;
}
.l-footer__access-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #000;
}
.l-footer__access-list li + li {
  margin-top: 1rem;
}

.l-footer__nav {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    margin-top: 3.5rem;
  }
}

.l-footer__nav-block {
  width: 50%;
}
@media (max-width: 767px) {
  .l-footer__nav-block {
    width: 100%;
  }
}

.l-footer__nav-title {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #aaa;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #000;
}
@media (max-width: 767px) {
  .l-footer__nav-title {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.12em;
    text-align: center;
    padding-bottom: 1.2rem;
  }
}

.l-footer__nav-list {
  margin-top: 2.6rem;
}
.l-footer__nav-list a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__nav-list a {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
  }
}

.l-footer__nav-list--sitemap {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media (max-width: 767px) {
  .l-footer__nav-list--sitemap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-top: 1.8rem;
  }
}

.l-footer__nav-list--medical {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  column-gap: 2rem;
  row-gap: 2.6rem;
}
@media (max-width: 767px) {
  .l-footer__nav-list--medical {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-top: 1.8rem;
  }
}

@media (max-width: 767px) {
  .l-footer__nav-list--sitemap li,
  .l-footer__nav-list--medical li {
    padding: 0.4rem 1.2rem;
    line-height: 1.2;
  }
  .l-footer__nav-list--sitemap li + li,
  .l-footer__nav-list--medical li + li {
    border-left: 1px solid #b5b5b5;
  }
}
.l-copyright {
  margin-top: 4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .l-copyright {
    margin-top: 3rem;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-size24 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .u-size24 {
    font-size: 2rem;
  }
}

.u-size26 {
  font-size: 2.6rem;
}

.u-size28 {
  font-size: 2.8rem;
}

.u-size30 {
  font-size: 3rem;
}

.u-size32 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .u-size32 {
    font-size: 2.4rem;
  }
}

.u-size34 {
  font-size: 3.4rem;
}

.u-size36 {
  font-size: 3.6rem;
}

.u-size38 {
  font-size: 3.8rem;
}

.u-size40 {
  font-size: 4rem;
}

.u-size42 {
  font-size: 4.2rem;
}

.u-size44 {
  font-size: 4.4rem;
}

.u-size46 {
  font-size: 4.6rem;
}

.u-size48 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .u-size48 {
    font-size: 3.2rem;
  }
}

.u-size50 {
  font-size: 5rem;
}

.u-size52 {
  font-size: 5.2rem;
}

.u-size54 {
  font-size: 5.4rem;
}

.u-size56 {
  font-size: 5.6rem;
}

.u-size58 {
  font-size: 5.8rem;
}

.u-size60 {
  font-size: 6rem;
}

.u-bg-none {
  background: transparent !important;
  box-shadow: none !important;
}

.u-red {
  color: #CF6149;
}

.u-blue {
  color: #2B90AC;
}

.u-green {
  color: #51913D;
}

.u-gold {
  color: #CFA049;
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 112rem;
}
@media (max-width: 767px) {
  .u-flex {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.u-flex-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 112rem;
}
@media (max-width: 767px) {
  .u-flex-reverse {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.u-flex,
.u-flex-reverse {
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .u-flex,
  .u-flex-reverse {
    margin: 2rem auto 0;
  }
}
.u-flex .flex-textarea,
.u-flex-reverse .flex-textarea {
  width: 54%;
}
@media (max-width: 767px) {
  .u-flex .flex-textarea,
  .u-flex-reverse .flex-textarea {
    width: 100%;
  }
}
.u-flex .flex-title,
.u-flex-reverse .flex-title {
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .u-flex .flex-title,
  .u-flex-reverse .flex-title {
    font-size: 2.4rem;
  }
}
.u-flex .flex-text,
.u-flex-reverse .flex-text {
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .u-flex .flex-text,
  .u-flex-reverse .flex-text {
    font-size: 1.4rem;
  }
}
.u-flex .flex-imagearea,
.u-flex-reverse .flex-imagearea {
  width: 40%;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .u-flex .flex-imagearea,
  .u-flex-reverse .flex-imagearea {
    width: 100%;
  }
}
.u-flex .flex-image,
.u-flex-reverse .flex-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .u-flex .flex-image,
  .u-flex-reverse .flex-image {
    width: 100%;
    height: auto;
  }
}

.index-fv {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.index-fv__bg {
  position: relative;
  width: 100%;
}

.index-fv__picture {
  display: block;
  width: 100%;
}
.index-fv__picture img {
  display: block;
  width: 100%;
  height: auto;
}

.index-fv__catch {
  position: absolute;
  inset: 0;
}

.index-fv__blob {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
}

.index-fv__blob--outer {
  left: 2.4rem;
  top: 27rem;
  width: 84rem;
  height: 39.2rem;
  background-image: url(../img/top/mv-blob-outer.svg);
}
@media (max-width: 767px) {
  .index-fv__blob--outer {
    left: 0.7rem;
    top: 20.2rem;
    width: 36.3rem;
    height: 18.1rem;
  }
}

.index-fv__blob--inner {
  left: 5.2rem;
  top: 28.5rem;
  width: 78.8rem;
  height: 36.8rem;
  background-image: url(../img/top/mv-blob-inner.svg);
}
@media (max-width: 767px) {
  .index-fv__blob--inner {
    left: 1.9rem;
    top: 20.9rem;
    width: 34.1rem;
    height: 17rem;
  }
}

.index-fv__deco {
  position: absolute;
  display: block;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.index-fv__deco--a {
  left: 9.5rem;
  top: 25.3rem;
  width: 12.2rem;
  opacity: 0.45;
}
@media (max-width: 767px) {
  .index-fv__deco--a {
    left: 3.8rem;
    top: 19.5rem;
    width: 5.3rem;
  }
}

.index-fv__deco--b {
  left: 79rem;
  top: 36.2rem;
  width: 9.9rem;
}
@media (max-width: 767px) {
  .index-fv__deco--b {
    left: 32.7rem;
    top: 20.9rem;
    width: 4.3rem;
  }
}

.index-fv__deco--c {
  left: 9.6rem;
  top: 55.4rem;
  width: 6.7rem;
  opacity: 0.48;
}
@media (max-width: 767px) {
  .index-fv__deco--c {
    left: 2.8rem;
    top: 35rem;
    width: 2.9rem;
  }
}

.index-fv__deco--d {
  left: 67.1rem;
  top: 34.4rem;
  width: 7.1rem;
  opacity: 0.48;
  transform: rotate(-21.86deg);
}
@media (max-width: 767px) {
  .index-fv__deco--d {
    left: 29.8rem;
    top: 22rem;
    width: 3.1rem;
  }
}

.index-fv__lead {
  position: absolute;
  left: 13.1rem;
  top: 40rem;
  z-index: 3;
  width: 65.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .index-fv__lead {
    left: 50%;
    top: 24.3rem;
    width: auto;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

.index-fv__t-m {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .index-fv__t-m {
    font-size: 1.6rem;
  }
}

.index-fv__t-l {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .index-fv__t-l {
    font-size: 2.4rem;
  }
}

.index-fv__t-key {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .index-fv__t-key {
    font-size: 2.4rem;
  }
}

.index-fv__t-s {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .index-fv__t-s {
    font-size: 1.6rem;
  }
}

.index-fv__c-green {
  color: #51913D;
}

.index-fv__c-red {
  color: #CF6149;
}

.index-fv__c-blue {
  color: #2B90AC;
}

.index-fv__script {
  position: absolute;
  left: 70.5rem;
  top: 46.7rem;
  z-index: 3;
  transform: translateX(-50%);
  font-family: "Licorice", cursive;
  font-weight: 400;
  font-size: 9.6rem;
  line-height: 1.8;
  letter-spacing: 0.576rem;
  white-space: nowrap;
  color: #F4BC74;
}
@media (max-width: 767px) {
  .index-fv__script {
    left: 28.2rem;
    top: 32.5rem;
    font-size: 4.8rem;
    letter-spacing: 0.288rem;
  }
}

.index-info {
  position: relative;
  padding: 12rem 0 14rem;
}
@media (max-width: 767px) {
  .index-info {
    padding: 7rem 0 9rem;
  }
}

.index-info.bg-groupe {
  height: auto;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .index-info.bg-groupe {
    background-size: 100% 100%;
    background-position: center;
  }
}

.index-info__inner {
  display: grid;
  grid-template-columns: 55.7rem 54.9rem;
  grid-template-areas: "news access" "collage access";
  justify-content: space-between;
  align-items: start;
  max-width: 123.4rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-info__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "news" "access" "collage";
    gap: 6rem;
    max-width: 37.5rem;
    padding: 0 2rem;
  }
}

.index-info__news {
  grid-area: news;
}

.index-info__access {
  grid-area: access;
}

.index-info__collage {
  grid-area: collage;
  position: relative;
  width: 55.7rem;
  aspect-ratio: 557/540;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .index-info__collage {
    width: 70%;
    margin: 0 auto;
  }
}

.index-info__collage-doctor,
.index-info__collage-clinic,
.index-info__collage-deco {
  position: absolute;
  display: block;
  height: auto;
}

.index-info__collage-doctor {
  left: 0;
  top: 3.1%;
  width: 79.7%;
  z-index: 2;
}

.index-info__collage-clinic {
  left: 42.2%;
  top: 38.3%;
  width: 57.8%;
  z-index: 3;
}

.index-info__collage-deco {
  left: 64.3%;
  top: 0;
  width: 27.8%;
  opacity: 0.45;
  z-index: 1;
}

.index-info__head {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 3rem;
  padding-top: 4.7rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c9bfb2;
}
@media (max-width: 767px) {
  .index-info__head {
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding-top: 0;
  }
}

.index-info__head-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
  height: auto;
}
@media (max-width: 767px) {
  .index-info__head-icon {
    top: -45%;
    left: 20%;
  }
}

.index-info__head-en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.09em;
}

.index-info__head-en--news {
  color: #2B90AC;
}

.index-info__head-en--access {
  color: #CF6149;
}

.index-info__head-ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.09em;
  color: #000;
}

.index-news {
  margin-top: 3.3rem;
}

.index-news__item + .index-news__item {
  margin-top: 3.6rem;
}

.index-news__link {
  display: flex;
  align-items: baseline;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .index-news__link {
    flex-direction: column;
    gap: 0.6rem;
  }
}

.index-news__date {
  flex-shrink: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  color: #000;
}

.index-news__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #000;
}

.index-news__empty {
  margin-top: 3.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  color: #000;
}

.index-info__photo {
  margin-top: 3.9rem;
}
.index-info__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2.7rem;
}

.index-info__address {
  margin-top: 2.1rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #000;
}

.index-info__parking {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 29.3rem;
  height: 6.4rem;
  margin: 1.9rem auto 0;
  background: #CF6149;
  border-radius: 4.7rem;
}

.index-info__parking-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: #fff;
}

.index-info__parking-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.hours {
  margin-top: 3rem;
  padding: 1.8rem 2.4rem;
  border: 1px solid #000;
  border-radius: 0.8rem;
}
@media (max-width: 767px) {
  .hours {
    padding: 1.6rem 1.4rem;
  }
}

.hours__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #000;
}
@media (max-width: 767px) {
  .hours__table {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.hours__table th,
.hours__table td {
  padding: 0.85rem 0;
  font-weight: 500;
  text-align: center;
}

.hours__th-time,
.hours__time {
  width: 28%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hours__th-time,
  .hours__time {
    width: 31%;
  }
}

.hours__table thead th {
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #000;
}

.hours__table tbody tr:first-child th,
.hours__table tbody tr:first-child td {
  padding-top: 1.6rem;
}

.index-important {
  position: relative;
  padding: 8rem 0 6rem;
}
@media (max-width: 767px) {
  .index-important {
    padding: 5rem 0 4rem;
  }
}

.index-important__head {
  position: relative;
  z-index: 1;
  text-align: center;
}

.index-important__en {
  display: inline-block;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.13em;
  color: #CF6149;
}
@media (max-width: 767px) {
  .index-important__en {
    font-size: 3.2rem;
    letter-spacing: 0.09em;
  }
}

.index-important__fish {
  position: absolute;
  left: calc(100% + 1rem);
  bottom: 1.5rem;
  width: 6.9rem;
  height: auto;
}
@media (max-width: 767px) {
  .index-important__fish {
    left: calc(100% + 0.4rem);
    width: 3.4rem;
    bottom: 0.6rem;
  }
}

.index-important__ja {
  margin-top: 3.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .index-important__ja {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.index-important__card {
  position: relative;
  z-index: 1;
  max-width: 126.6rem;
  margin: 5rem auto 0;
  padding: 1.7rem;
  border: 1px solid #000;
  border-radius: 0.6rem;
  background: #fff;
}
@media (max-width: 767px) {
  .index-important__card {
    max-width: calc(100% - 3rem);
    margin: 3rem auto 0;
    padding: 1rem;
  }
}

.index-important__corner {
  position: absolute;
  z-index: 2;
  width: 10.5rem;
  height: 10.5rem;
}
@media (max-width: 767px) {
  .index-important__corner {
    width: 7.3rem;
    height: 7.3rem;
  }
}
.index-important__corner img {
  display: block;
  width: 100%;
  height: 100%;
}

.index-important__corner--tr {
  top: 0;
  right: 0;
}

.index-important__corner--bl {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.index-important__card-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4.3rem 2.5rem 4rem 3rem;
  border: 1px solid #000;
  border-radius: 0.6rem;
}
@media (max-width: 767px) {
  .index-important__card-inner {
    flex-direction: column;
    padding: 3rem 1.6rem;
    gap: 3rem;
  }
}

.index-important__textcol {
  width: 61.9rem;
  padding-top: 4.1rem;
}
@media (max-width: 767px) {
  .index-important__textcol {
    width: 100%;
    padding-top: 0;
  }
}

.index-important__card-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.09em;
  color: #CF6149;
  text-align: center;
}
@media (max-width: 767px) {
  .index-important__card-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.index-important__card-text {
  margin-top: 3rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
}
@media (max-width: 767px) {
  .index-important__card-text {
    font-size: 1.4rem;
  }
}

.index-important__chart {
  position: relative;
  flex-shrink: 0;
  width: 54.2rem;
  aspect-ratio: 542/540;
}
@media (max-width: 767px) {
  .index-important__chart {
    width: 100%;
    max-width: 34rem;
    margin: 1rem auto 0;
  }
}

.index-important__chart-img {
  display: block;
  width: 100%;
  height: 100%;
}

.index-important__label {
  position: absolute;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.09em;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-important__label {
    font-size: 2rem;
    white-space: normal;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.index-important__label--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  color: #CFA049;
}
@media (max-width: 767px) {
  .index-important__label--center {
    font-size: 2.4rem;
    width: 11rem;
  }
}

.index-important__label--general {
  top: 15.4%;
  left: 23.6%;
  text-align: center;
}
@media (max-width: 767px) {
  .index-important__label--general {
    top: 19.9%;
    left: 31.4%;
    width: 9rem;
  }
}

.index-important__label--ortho {
  top: 17.8%;
  left: 59.8%;
}
@media (max-width: 767px) {
  .index-important__label--ortho {
    top: 20.4%;
    left: 69.5%;
    width: 5rem;
  }
}

.index-important__label--perio {
  top: 47.6%;
  left: 74%;
}
@media (max-width: 767px) {
  .index-important__label--perio {
    top: 51.9%;
    left: 85%;
    width: 7rem;
  }
}

.index-important__label--aesthetic {
  top: 76.5%;
  left: 59.8%;
}
@media (max-width: 767px) {
  .index-important__label--aesthetic {
    top: 82.9%;
    left: 67.7%;
    width: 5rem;
  }
}

.index-important__label--implant {
  top: 76.5%;
  left: 20.3%;
}
@media (max-width: 767px) {
  .index-important__label--implant {
    top: 80.1%;
    left: 32.7%;
    width: 7.2rem;
  }
}

.index-important__label--denture {
  top: 47.8%;
  left: 8.5%;
}
@media (max-width: 767px) {
  .index-important__label--denture {
    top: 51.2%;
    left: 15.8%;
    width: 7rem;
  }
}

.index-concept {
  margin-top: 11rem;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1440/723;
  background: url("../img/top/concept-bg.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .index-concept {
    aspect-ratio: 375/481;
    background-image: url("../img/top/sp-concept-bg.webp");
    background-position: center center;
  }
}

.index-concept__en {
  position: absolute;
  left: 4.6rem;
  bottom: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 12.8rem;
  line-height: 1;
  letter-spacing: 0.13em;
  color: rgba(255, 255, 255, 0.74);
}
@media (max-width: 767px) {
  .index-concept__en {
    left: 0.6rem;
    bottom: 2.2rem;
    font-size: 4.8rem;
  }
}

.index-concept__catch {
  position: absolute;
  top: 11.8rem;
  left: 69.6rem;
}
@media (max-width: 767px) {
  .index-concept__catch {
    top: 6.9rem;
    left: auto;
    right: 7.8rem;
  }
}

.index-concept__deco {
  position: absolute;
  top: -4.6rem;
  left: 12.4rem;
  width: 7.9rem;
  height: auto;
  transform: rotate(18.75deg);
}
@media (max-width: 767px) {
  .index-concept__deco {
    top: -3.1rem;
    left: 7.1rem;
    right: auto;
    width: 4.2rem;
  }
}

.index-concept__text {
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.78;
  letter-spacing: 0.09em;
  color: #000;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.48);
}
@media (max-width: 767px) {
  .index-concept__text {
    font-size: 2rem;
    line-height: 1.75;
  }
}

.index-concept__photos {
  position: absolute;
  inset: 0;
}

.index-concept__photo {
  position: absolute;
  z-index: 2;
  border: 3px solid #fff;
  border-radius: 1.2rem;
  overflow: hidden;
}
.index-concept__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-concept__photo--01 {
  top: 17.2rem;
  left: 104.7rem;
  width: 34.8rem;
  height: 23.2rem;
}
@media (max-width: 767px) {
  .index-concept__photo--01 {
    top: 32rem;
    left: 16rem;
    width: 13.7rem;
    height: 9.1rem;
  }
}

.index-concept__photo--02 {
  top: 43.6rem;
  left: 95.5rem;
  width: 29.4rem;
  height: 19.6rem;
}
@media (max-width: 767px) {
  .index-concept__photo--02 {
    top: 39.6rem;
    left: 24.9rem;
    width: 11.6rem;
    height: 7.7rem;
  }
}

.index-concept__circle {
  position: absolute;
  z-index: 1;
  top: 52.9rem;
  left: 117.2rem;
  width: 20.9rem;
  height: 19.4rem;
  opacity: 0.77;
}
@media (max-width: 767px) {
  .index-concept__circle {
    top: 31.7rem;
    left: 28.6rem;
    width: 9.3rem;
    height: 8.6rem;
  }
}
.index-concept__circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index-feature {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 9rem;
}
@media (max-width: 767px) {
  .index-feature {
    padding: 4rem 0 5rem;
  }
}

.index-feature__leaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-feature__leaves {
    height: 7rem;
  }
}

.index-feature__band {
  display: none;
}
@media (max-width: 767px) {
  .index-feature__band {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 1.7rem;
    background: url("../img/top/feature-band.webp") no-repeat center center;
    background-size: 100% 100%;
  }
}

.index-feature__leaf {
  position: absolute;
  z-index: 1;
  height: auto;
}

.index-feature__leaf--l1 {
  top: 0.5rem;
  left: 4rem;
  width: 21rem;
}
@media (max-width: 767px) {
  .index-feature__leaf--l1 {
    left: 0;
    width: 13.8rem;
  }
}

.index-feature__leaf--l2 {
  top: 0.5rem;
  left: 24rem;
  width: 10.3rem;
}
@media (max-width: 767px) {
  .index-feature__leaf--l2 {
    left: 13.8rem;
    width: 6.8rem;
  }
}

.index-feature__leaf--r1 {
  top: 0;
  right: 23rem;
  width: 6.4rem;
}
@media (max-width: 767px) {
  .index-feature__leaf--r1 {
    right: 11rem;
    width: 4.2rem;
  }
}

.index-feature__leaf--r2 {
  top: 0.4rem;
  right: 2rem;
  width: 16.9rem;
}
@media (max-width: 767px) {
  .index-feature__leaf--r2 {
    right: 0;
    width: 11.1rem;
  }
}

.index-feature__head {
  position: relative;
  z-index: 1;
  margin-top: 9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .index-feature__head {
    margin-top: 6rem;
  }
}

.index-feature__head-deco {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-46%);
  width: 67.2rem;
  height: auto;
  opacity: 0.53;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .index-feature__head-deco {
    width: 35.4rem;
    transform: translateX(-38%);
  }
}

.index-feature__en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.13em;
  color: #CFA049;
}
@media (max-width: 767px) {
  .index-feature__en {
    font-size: 4rem;
    letter-spacing: 0.13em;
  }
}

.index-feature__ja {
  margin-top: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .index-feature__ja {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}

.index-feature__body {
  position: relative;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .index-feature__body {
    margin-top: 4rem;
  }
}

.index-feature__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92rem;
  background: url("../img/top/feature-bg.webp") no-repeat center top;
  background-size: 100% 100%;
  opacity: 0.38;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .index-feature__bg {
    height: 60rem;
  }
}

.index-feature__item {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4.4rem;
}
@media (max-width: 767px) {
  .index-feature__item {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.index-feature__item--01 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .index-feature__item--01 {
    margin-top: 3rem;
  }
}

.index-feature__item--03,
.index-feature__item--04 {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .index-feature__item--03,
  .index-feature__item--04 {
    margin-top: 6rem;
  }
}

.index-feature__textcol {
  width: 56.6rem;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .index-feature__textcol {
    width: 100%;
  }
}

.index-feature__textcol--center {
  width: 107.3rem;
  max-width: 100%;
}

.index-feature__numarea {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.index-feature__num-label {
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #CFA049;
}

.index-feature__num {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1;
  color: #000;
}

.index-feature__num-zero {
  color: #CFA049;
}

.index-feature__title {
  margin-top: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .index-feature__title {
    font-size: 2.4rem;
  }
}

.index-feature__en-sub {
  margin-top: 1rem;
  font-family: "Licorice", cursive;
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #F4BC74;
}

.index-feature__text {
  margin-top: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #000;
  text-align: left;
}
@media (max-width: 767px) {
  .index-feature__text {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

.index-feature__text--wide {
  text-align: center;
}
@media (max-width: 767px) {
  .index-feature__text--wide {
    text-align: left;
  }
}

.index-feature__image {
  flex-shrink: 0;
  width: 67rem;
  border-radius: 1.2rem;
  overflow: hidden;
  aspect-ratio: 670/441;
}
@media (max-width: 767px) {
  .index-feature__image {
    width: 100%;
    max-width: 31.2rem;
    aspect-ratio: 312/206;
  }
}
.index-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-feature__image--04 {
  width: 59.6rem;
  aspect-ratio: 596/374;
}
@media (max-width: 767px) {
  .index-feature__image--04 {
    width: 100%;
    max-width: 31.2rem;
    aspect-ratio: 312/207;
  }
}

.index-feature__card {
  position: relative;
  z-index: 1;
  max-width: 119.3rem;
  margin: 13rem auto 0;
  padding: 6rem 5rem 0;
  background: #fff;
  box-shadow: 0 0 18px 10px rgba(179, 179, 179, 0.16);
  text-align: center;
}
@media (max-width: 767px) {
  .index-feature__card {
    max-width: calc(100% - 3rem);
    margin: 6rem auto 0;
    padding: 4rem 1.5rem 0;
  }
}

.index-feature__card-image {
  margin-top: 4rem;
  width: 100%;
  aspect-ratio: 1194/364;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-feature__card-image {
    margin-top: 3rem;
    aspect-ratio: 346/149;
  }
}
.index-feature__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-feature__images03 {
  position: relative;
  flex-shrink: 0;
  width: 75.8rem;
  height: 47.4rem;
}
@media (max-width: 767px) {
  .index-feature__images03 {
    width: 100%;
    max-width: 34.5rem;
    height: auto;
    aspect-ratio: 345/230;
  }
}

.index-feature__img03 {
  border-radius: 1.2rem;
  overflow: hidden;
}
.index-feature__img03 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-feature__img03--a {
  position: absolute;
  top: 2.3rem;
  left: 0;
  width: 48.4rem;
  height: 47.4rem;
}
@media (max-width: 767px) {
  .index-feature__img03--a {
    top: auto;
    bottom: 0;
    width: 22rem;
    height: 21.6rem;
  }
}

.index-feature__img03--b {
  position: absolute;
  top: 0;
  right: 0;
  width: 37.7rem;
  height: 46.2rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-feature__img03--b {
    top: 0;
    right: 0;
    width: 17.1rem;
    height: 21.1rem;
  }
}

.index-feature__slider {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .index-feature__slider {
    margin-top: 5rem;
  }
}
.index-feature__slider .splide__slide {
  width: 28rem;
}
@media (max-width: 767px) {
  .index-feature__slider .splide__slide {
    width: 11.5rem;
  }
}
.index-feature__slider .splide__slide img {
  display: block;
  width: 100%;
  height: 20.8rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .index-feature__slider .splide__slide img {
    height: 8.6rem;
  }
}
.index-feature__slider .splide__slide:nth-child(even) {
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .index-feature__slider .splide__slide:nth-child(even) {
    margin-top: 0.8rem;
  }
}

.gallery {
  position: relative;
  margin-top: 8rem;
}
.gallery-slider .splide__slide {
  width: 32rem;
  height: 20.7rem;
}
@media (max-width: 767px) {
  .gallery-slider .splide__slide {
    width: 16.5rem;
    height: 11.7rem;
  }
}
.gallery-slider .splide__slide img {
  width: 100%;
  height: 19rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .gallery-slider .splide__slide img {
    width: 100%;
    height: 10rem;
  }
}
.gallery-slider .splide__slide:nth-child(odd) {
  transform: translateY(1.7rem);
}

.index-medical {
  position: relative;
  overflow: hidden;
  padding: 0 0 12rem;
}
@media (max-width: 767px) {
  .index-medical {
    padding: 0 0 7rem;
  }
}

.index-medical__leaves {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 12rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-medical__leaves {
    height: 7rem;
  }
}

.index-medical__band {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2.7rem;
  background: url("../img/top/feature-band.webp") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .index-medical__band {
    height: 1.7rem;
  }
}

.index-medical__leaf {
  position: absolute;
  z-index: 1;
  height: auto;
}

.index-medical__leaf--l1 {
  top: 0.1rem;
  left: 4rem;
  width: 21rem;
}
@media (max-width: 767px) {
  .index-medical__leaf--l1 {
    left: 0;
    width: 13.8rem;
  }
}

.index-medical__leaf--l2 {
  top: 0.1rem;
  left: 23.6rem;
  width: 10.3rem;
}
@media (max-width: 767px) {
  .index-medical__leaf--l2 {
    left: 13.8rem;
    width: 4.2rem;
  }
}

.index-medical__leaf--r1 {
  top: 0;
  right: 27.4rem;
  width: 6.4rem;
}
@media (max-width: 767px) {
  .index-medical__leaf--r1 {
    right: 4.6rem;
    width: 6.8rem;
  }
}

.index-medical__leaf--r2 {
  top: 0.4rem;
  right: 4.5rem;
  width: 16.9rem;
}
@media (max-width: 767px) {
  .index-medical__leaf--r2 {
    right: -2rem;
    width: 11.1rem;
  }
}

.index-medical__head {
  position: relative;
  z-index: 1;
  margin-top: 13rem;
  text-align: center;
}
@media (max-width: 767px) {
  .index-medical__head {
    margin-top: 7rem;
  }
}

.index-medical__en {
  position: relative;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.13em;
  color: #CFA049;
}
@media (max-width: 767px) {
  .index-medical__en {
    font-size: 4rem;
  }
}

.index-medical__fish {
  position: absolute;
  top: -1.5rem;
  left: -5rem;
  width: 5.6rem;
  height: auto;
}
@media (max-width: 767px) {
  .index-medical__fish {
    top: -1rem;
    left: -3rem;
    width: 3.4rem;
  }
}

.index-medical__ja {
  margin-top: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .index-medical__ja {
    margin-top: 1.2rem;
    font-size: 2.4rem;
  }
}

.index-medical__cards {
  max-width: 102rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .index-medical__cards {
    max-width: 100%;
    margin-top: 4rem;
    padding: 0 2.8rem;
    gap: 0.8rem;
  }
}

.index-medical__card {
  position: relative;
  display: block;
  flex: 0 0 48rem;
  aspect-ratio: 480/389;
  text-decoration: none;
}
@media (max-width: 767px) {
  .index-medical__card {
    flex: 1 1 0;
    aspect-ratio: 187/151;
  }
}
.index-medical__card::before {
  content: "";
  position: absolute;
  inset: 1.8rem;
  z-index: 1;
  border: 1px solid #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-medical__card::before {
    inset: 0.7rem;
  }
}

.index-medical__card-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.index-medical__card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-medical__card-label {
  position: absolute;
  left: 1.8rem;
  right: 1.8rem;
  bottom: 1.8rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 11.2rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-medical__card-label {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    height: 4.4rem;
  }
}
.index-medical__card-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11.2rem;
  background: url("../img/top/medical-card-corner.webp") no-repeat right bottom;
  background-size: 100% 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-medical__card-label::after {
    width: 4.4rem;
  }
}

.index-medical__card-ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .index-medical__card-ja {
    font-size: 1.6rem;
  }
}

.index-medical__card-en {
  margin-top: 0.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-medical__card-en {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
  }
}

.index-medical__card-en--blue {
  color: #2B90AC;
}

.index-medical__card-en--green {
  color: #51913D;
}

.index-medical__card-arrow {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 3;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .index-medical__card-arrow {
    right: 1.2rem;
    bottom: 1.2rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.index-medical__card-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.8rem;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  .index-medical__card-arrow::before {
    border-width: 0.28rem 0 0.28rem 0.45rem;
  }
}

.index-medical__card-arrow--blue {
  background: #2B90AC;
}

.index-medical__card-arrow--green {
  background: #51913D;
}

.index-medical__grid {
  max-width: 119.2rem;
  margin: 9rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .index-medical__grid {
    max-width: 36.6rem;
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.index-medical__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 19.8rem;
  padding: 1.5rem;
  border-top: 0.4rem solid;
  border-bottom: 0.4rem solid;
  text-decoration: none;
}
@media (max-width: 767px) {
  .index-medical__item {
    min-height: 11rem;
    padding: 1rem;
  }
}
.index-medical__item:nth-child(odd) {
  background: #f6f4f3;
  border-color: #a8947e;
}
.index-medical__item:nth-child(even) {
  background: #f2eee9;
  border-color: #d5be9f;
}

.index-medical__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 7rem;
}
@media (max-width: 767px) {
  .index-medical__icon-wrap {
    min-height: 4rem;
  }
}

.index-medical__icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  background: #d6edf5;
  transform: translate(-58%, -50%);
}
@media (max-width: 767px) {
  .index-medical__icon-circle {
    width: 3.3rem;
    height: 3.3rem;
  }
}

.index-medical__icon {
  position: relative;
  z-index: 1;
  width: auto;
  height: 6.5rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .index-medical__icon {
    height: 3.6rem;
  }
}

.index-medical__icon-wrap--bite .index-medical__icon {
  height: 4rem;
}
@media (max-width: 767px) {
  .index-medical__icon-wrap--bite .index-medical__icon {
    height: 2.4rem;
  }
}

.index-medical__item-label {
  margin-top: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .index-medical__item-label {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.index-medical__arrow {
  position: absolute;
  right: 1.6rem;
  bottom: 1.4rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .index-medical__arrow {
    right: 1rem;
    bottom: 1rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.index-medical__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.45rem 0 0.45rem 0.72rem;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  .index-medical__arrow::before {
    border-width: 0.28rem 0 0.28rem 0.45rem;
  }
}

.index-medical__item:nth-child(odd) .index-medical__arrow {
  background: #a8947e;
}

.index-medical__item:nth-child(even) .index-medical__arrow {
  background: #d5be9f;
}

.hygiene-management {
  position: relative;
  width: 133rem;
  margin: 8rem auto;
}
@media (max-width: 767px) {
  .hygiene-management {
    width: 100%;
    margin: 0;
  }
}
.hygiene-management .hygiene-management__inner {
  background: url("../img/bg-hyglene.webp") no-repeat center center;
  background-size: contain;
  aspect-ratio: 1330/630;
  padding: 6rem 8rem;
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__inner {
    background: url("../img/sp-bg-hyglene.webp") no-repeat center center;
    aspect-ratio: 375/654;
    padding: 2rem;
  }
}
.hygiene-management .titlearea__hygiene-management {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hygiene-management .section-title__en--hygiene-management {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .hygiene-management .section-title__en--hygiene-management {
    font-size: 2rem;
  }
}
.hygiene-management .hygiene-management__content {
  background: #fff;
  padding: 3rem 3.5rem;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__content {
    padding: 2rem;
  }
}
.hygiene-management .hygiene-management__content--title {
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__content--title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.hygiene-management .hygiene-management__content--text {
  line-height: 1.8;
  letter-spacing: 0.09em;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__content--text {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.hygiene-management .hygiene-management__items {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 0 7.5rem;
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__item01 {
    grid-area: 1/1/2/3;
  }
}
.hygiene-management .hygiene-management__item01 .hygiene-management__item--text {
  text-align: center;
  position: relative;
  color: #fff;
  padding: 0.75rem 0;
  background: #CF6149;
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__item01 .hygiene-management__item--text {
    font-size: 1.4rem;
  }
}
.hygiene-management .hygiene-management__item01 .hygiene-management__item--text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__item02 {
    grid-area: 1/3/2/5;
  }
}
.hygiene-management .hygiene-management__item02 .hygiene-management__item--text {
  text-align: center;
  position: relative;
  color: #fff;
  padding: 0.75rem 0;
  background: #CFA049;
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__item02 .hygiene-management__item--text {
    font-size: 1.4rem;
  }
}
.hygiene-management .hygiene-management__item02 .hygiene-management__item--text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__item03 {
    grid-area: 2/2/3/4;
  }
}
.hygiene-management .hygiene-management__item03 .hygiene-management__item--text {
  text-align: center;
  position: relative;
  color: #fff;
  padding: 0.75rem 0;
  background: #51913D;
}
@media (max-width: 767px) {
  .hygiene-management .hygiene-management__item03 .hygiene-management__item--text {
    font-size: 1.4rem;
  }
}
.hygiene-management .hygiene-management__item03 .hygiene-management__item--text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

.index-greeting {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.index-greeting__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/top/greeting-bg.webp") no-repeat center center;
  background-size: cover;
  opacity: 0.38;
  transform: rotate(180deg);
  pointer-events: none;
}

.index-greeting__photo-bg {
  position: absolute;
  top: 0.4rem;
  right: 0;
  z-index: 0;
  width: 79.4rem;
  height: 47.85rem;
  background: url("../img/top/greeting-photo-bg.webp") no-repeat right top;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-greeting__photo-bg {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 15.9rem;
    background-image: url("../img/top/greeting-photo-bg-sp.webp");
    background-position: center top;
    background-size: cover;
  }
}

.index-greeting__deco {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 56.85rem;
  height: 30.4rem;
  background: #d0bf9e;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-greeting__deco {
    width: 17.4rem;
    height: 9.3rem;
  }
}

.index-greeting__inner {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  min-height: 64rem;
  margin: 0 auto;
  padding: 1rem 2rem 9rem;
}
@media (max-width: 767px) {
  .index-greeting__inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 5rem 2rem 8rem;
  }
}

.index-greeting__body {
  width: 73.2rem;
}
@media (max-width: 767px) {
  .index-greeting__body {
    width: 100%;
    order: 1;
  }
}

.index-greeting__en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.13em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-greeting__en {
    font-size: 4rem;
    letter-spacing: 0.13em;
  }
}

.index-greeting__text {
  margin-top: 1.8rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .index-greeting__text {
    margin-top: 5rem;
    font-size: 1.6rem;
  }
}

.index-greeting__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.4rem;
  height: 6.6rem;
  margin-top: 3rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.09em;
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .index-greeting__btn {
    order: 3;
    margin: 7rem auto 0;
  }
}

.index-greeting__btn-arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #2B90AC;
  transform: translateY(-50%);
}
.index-greeting__btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.32rem 0 0.32rem 0.5rem;
  border-color: transparent transparent transparent #fff;
}

.index-greeting__figure {
  position: absolute;
  top: 6rem;
  right: 2rem;
  width: 46.4rem;
}
@media (max-width: 767px) {
  .index-greeting__figure {
    position: relative;
    top: auto;
    right: auto;
    order: 2;
    width: 21.9rem;
    margin: 8rem auto 0;
  }
}

.index-greeting__photo {
  border: 2px solid #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0 32px 7px rgba(151, 151, 151, 0.25);
  overflow: hidden;
  aspect-ratio: 464/561;
}
@media (max-width: 767px) {
  .index-greeting__photo {
    aspect-ratio: 219/265;
  }
}
.index-greeting__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-greeting__name {
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  padding: 1.4rem 2.8rem;
  background: #fff;
}
@media (max-width: 767px) {
  .index-greeting__name {
    left: -0.9rem;
    bottom: -3.5rem;
    padding: 1rem 2rem;
  }
}

.index-greeting__name-ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .index-greeting__name-ja {
    font-size: 2.4rem;
  }
}

.index-greeting__name-title {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .index-greeting__name-title {
    font-size: 2rem;
  }
}

.index-greeting__name-en {
  margin-top: 0.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.09em;
  color: #CFA049;
}
@media (max-width: 767px) {
  .index-greeting__name-en {
    font-size: 1.6rem;
  }
}

.page-periodontal .page-about {
  margin: 0 auto;
  padding: 11rem 0 0;
  width: 100%;
  background: url("../img/bg-footer.webp") no-repeat center center;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-periodontal .page-about {
    padding: 6rem 2rem 0;
  }
}
.page-periodontal .progress-table-area {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-periodontal .progress-table-area {
    margin-top: 4rem;
    overflow-x: auto;
  }
}
.page-periodontal .progress-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .page-periodontal .progress-table {
    display: block;
  }
  .page-periodontal .progress-table thead {
    display: none;
  }
  .page-periodontal .progress-table tbody {
    display: block;
  }
  .page-periodontal .progress-table tbody tr {
    display: block;
    margin-bottom: 2rem;
  }
  .page-periodontal .progress-table tbody td {
    display: block;
    width: 100%;
    border: none;
  }
  .page-periodontal .progress-table tbody td:last-child {
    border-bottom: none;
  }
}
.page-periodontal .progress-table thead th {
  border: 1px solid #707070;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  background: #fff;
  vertical-align: middle;
}
.page-periodontal .progress-table thead th:first-child {
  width: 32rem;
}
.page-periodontal .progress-table tbody tr {
  border: 1px solid #727272;
}
.page-periodontal .progress-table tbody td {
  border: 1px solid #000;
  padding: 3rem;
  vertical-align: middle;
  background: #fff;
}
@media (max-width: 767px) {
  .page-periodontal .progress-table tbody td {
    border: none;
  }
}
.page-periodontal .progress-cell__stage {
  text-align: center;
}
.page-periodontal .progress-stage__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .page-periodontal .progress-stage__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.page-periodontal .progress-stage__image {
  width: 100%;
  max-width: 26.5rem;
  margin: 0 auto;
  aspect-ratio: 265/199;
}
.page-periodontal .progress-stage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-periodontal .progress-cell__desc {
  vertical-align: middle;
}
.page-periodontal .progress-desc__text {
  font-size: 2rem;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 767px) {
  .page-periodontal .progress-desc__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.page-periodontal .progress-table {
  border: 1px solid #727272;
}
@media (max-width: 767px) {
  .page-periodontal .progress-table {
    border: none;
  }
}
.page-periodontal .progress-table th,
.page-periodontal .progress-table td {
  border: 1px solid #727272;
}
.page-periodontal .progress-table th {
  padding: 1.5rem;
}
.page-periodontal .merit {
  font-family: "Zen Old Mincho", serif;
}
.page-periodontal .emdogain-merit {
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}
.page-periodontal .emdogain-merit::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 80%;
  background: url("../img/bg-merit.webp") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.page-general .contents-note__center {
  text-align: center;
  margin: 4rem auto 2rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-general .contents-note__center {
    font-size: 1.8rem;
    margin: 3rem auto 1.5rem;
    text-align: left;
  }
}
.page-general .cause-table {
  margin-top: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .page-general .cause-table {
    margin-top: 2rem;
  }
}
.page-general .cause-table .c-cause-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #727272;
}
@media (max-width: 767px) {
  .page-general .cause-table .c-cause-table {
    border: none;
    display: block;
  }
}
@media (max-width: 767px) {
  .page-general .cause-table .c-cause-table tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-general .cause-table .c-cause-table tr {
    display: block;
    margin-bottom: 2rem;
    border: 1px solid #727272;
  }
}
.page-general .cause-table .c-cause-table th,
.page-general .cause-table .c-cause-table td {
  border: 1px solid #727272;
  padding: 3rem;
  vertical-align: top;
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-general .cause-table .c-cause-table th,
  .page-general .cause-table .c-cause-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 2rem;
  }
}
.page-general .cause-table .c-cause-table th {
  background-color: #F5EADB;
  width: 20%;
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-general .cause-table .c-cause-table th {
    border-bottom: 1px solid #727272;
    width: 100%;
  }
}
.page-general .cause-table .c-cause-table td {
  background-color: #fff;
  width: 40%;
}
@media (max-width: 767px) {
  .page-general .cause-table .c-cause-table td {
    width: 100%;
  }
  .page-general .cause-table .c-cause-table td:not(:last-child) {
    border-bottom: 1px dashed #ccc;
  }
}
.page-general .cause-table .c-cause-table__title {
  margin-bottom: 1rem;
  display: block;
}
.page-general .cause-table .c-cause-table__list li {
  line-height: 1.8;
}
.page-general .cause-table .c-cause-table__dl dt {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.page-general .cause-table .c-cause-table__dl dt:first-child {
  margin-top: 0;
}
.page-general .cause-table .c-cause-table__dl dd {
  padding-left: 1rem;
  font-size: 1.4rem;
}
.page-general .root {
  margin-top: 6rem;
}
.page-general .root .flex-title {
  letter-spacing: 0.02em;
}
.page-general .contents-note__root {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  padding: 4rem 4rem 1rem;
  position: relative;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .page-general .contents-note__root {
    padding: 2rem 1rem;
  }
}
.page-general .youtube {
  width: 70rem;
  height: 40rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .page-general .youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 70/40;
  }
}

.page-implant .root {
  margin-top: 6rem;
}
.page-implant .root .flex-title {
  letter-spacing: 0.02em;
}
.page-implant .contents-note__root {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  padding: 4rem 4rem 1rem;
  position: relative;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .page-implant .contents-note__root {
    padding: 2rem 1rem;
  }
}
.page-implant .youtube {
  width: 70rem;
  height: 40rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .page-implant .youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 70/40;
  }
}

.page-child {
  background: #fff;
}

.child-cat {
  padding-top: 9rem;
  scroll-margin-top: 9rem;
}
@media (max-width: 767px) {
  .child-cat {
    padding-top: 5rem;
  }
}

.child-cat:first-of-type {
  padding-top: 8rem;
}

.page-child .child-cat:last-of-type {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-child .child-cat:last-of-type {
    padding-bottom: 6rem;
  }
}

.child-cat .sec-title {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .child-cat .sec-title {
    margin-bottom: 3rem;
  }
}

.child-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 128rem;
  min-height: 8.5rem;
  margin: 6rem auto 0;
  padding: 1rem 12rem;
  background: url("../img/child/heading-bg.webp") no-repeat center center/cover;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .child-heading {
    min-height: 6rem;
    margin-top: 4rem;
    padding: 1rem 5.5rem;
    font-size: 1.8rem;
  }
}

.child-heading::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 9rem;
  height: 8rem;
  background: url("../img/child/heading-deco-l.webp") no-repeat center/contain;
  opacity: 0.45;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .child-heading::before {
    width: 5rem;
    height: 4.4rem;
  }
}

.child-heading::after {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  width: 7.6rem;
  height: 7rem;
  background: url("../img/child/heading-deco-r.webp") no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .child-heading::after {
    width: 4.6rem;
    height: 4.2rem;
  }
}

.child-fulltext {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .child-fulltext {
    margin-top: 2.6rem;
  }
}

.child-fulltext p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .child-fulltext p {
    font-size: 1.4rem;
  }
}

.child-fulltext p + p {
  margin-top: 1.8rem;
}

.child-fulltext--center {
  text-align: center;
}
@media (max-width: 767px) {
  .child-fulltext--center {
    text-align: left;
  }
}

.child-card {
  max-width: 119.3rem;
  margin: 4rem auto 0;
  padding: 4rem 9.5rem;
  background: #fff;
  box-shadow: 0 0 18px 10px rgba(179, 179, 179, 0.16);
}
@media (max-width: 767px) {
  .child-card {
    max-width: calc(100% - 4rem);
    padding: 2.4rem 2rem;
  }
}

.child-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .child-card__list li {
    gap: 1rem;
    padding: 1.4rem 0;
    font-size: 1.5rem;
  }
}

.child-card__check {
  flex-shrink: 0;
  width: 2.4rem;
  margin-top: 0.2rem;
}
.child-card__check img {
  display: block;
  width: 100%;
  height: auto;
}

.child-card__note {
  margin-top: 2.2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.09em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .child-card__note {
    font-size: 1.5rem;
  }
}

.page-visit .contents-textarea__text {
  line-height: 1.8;
  letter-spacing: 0.09em;
}
.page-visit .contents-note__visit {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .page-visit .contents-note__visit {
    font-size: 1.6rem;
    text-align: left;
  }
}
.page-visit .contents-note__small {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-visit .contents-note__small {
    font-size: 1.4rem;
  }
}
.page-visit .faq-itemarea {
  width: 120rem;
  margin: 5.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .page-visit .faq-itemarea {
    width: 100%;
    margin: 3rem auto 0;
    gap: 1rem;
  }
}
.page-visit .q-item {
  background: #F5EADB;
  font-size: 2rem;
  line-height: 2.5;
  letter-spacing: 0.09em;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .page-visit .q-item {
    font-size: 1.6rem;
    padding: 0 1.5rem;
    line-height: 2.2;
  }
}
.page-visit .a-item {
  background: #FFF9F2;
  font-size: 1.6rem;
  line-height: 2.7;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .page-visit .a-item {
    font-size: 1.4rem;
    padding: 0 1.5rem;
    line-height: 2;
  }
}
.page-visit .health-checkup,
.page-visit .maternity {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .page-visit .health-checkup,
  .page-visit .maternity {
    margin-top: 6rem;
  }
}
.page-visit .contents-sub-title {
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  color: #CFA049;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-visit .contents-sub-title {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
.page-visit .contents-sub-title::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 2px;
  background: #CFA049;
}
.page-visit .citizen-text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-visit .citizen-text {
    text-align: left;
  }
}
.page-visit .citizen-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #727272;
  font-family: "Zen Old Mincho", serif;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-visit .citizen-table {
    border: none;
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .page-visit .citizen-table thead {
    display: none;
  }
}
.page-visit .citizen-table thead th {
  background-color: #F5EADB;
  font-weight: 500;
  text-align: center;
  padding: 2rem;
  border: 1px solid #727272;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-visit .citizen-table tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-visit .citizen-table tbody tr {
    display: block;
    margin-bottom: 2rem;
    border: 1px solid #727272;
  }
}
.page-visit .citizen-table tbody th, .page-visit .citizen-table tbody td {
  border: 1px solid #727272;
  padding: 2rem;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-visit .citizen-table tbody th, .page-visit .citizen-table tbody td {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    padding: 1.5rem;
  }
}
.page-visit .citizen-table tbody th {
  text-align: left;
  font-weight: 500;
  width: 25%;
}
@media (max-width: 767px) {
  .page-visit .citizen-table tbody th {
    background-color: #F5EADB;
    border-bottom: 1px solid #727272;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-visit .citizen-table tbody td {
    border-bottom: 1px dashed #ccc;
  }
  .page-visit .citizen-table tbody td:last-child {
    border-bottom: none;
  }
  .page-visit .citizen-table tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem;
  }
}
.page-visit .consultation {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-visit .consultation {
    margin-top: 4rem;
  }
}
.page-visit .maternity .contents-title {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-visit .maternity .contents-title {
    margin-bottom: 2rem;
  }
}

.page-first .promise {
  padding: 11rem 0 8rem;
  width: 100%;
  background: url("../img/bg-footer.webp") no-repeat center center;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-first .promise {
    padding: 6rem 0 4rem;
  }
}
.page-first .promise-contents {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-first .promise-contents__item {
  width: 100%;
  max-width: 120rem;
  min-height: 16rem;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 2rem;
}
@media (max-width: 767px) {
  .page-first .promise-contents__item {
    padding: 1.5rem;
  }
}
.page-first .promise-contents__item-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-first .promise-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
}
.page-first .promise-icon01 {
  background: #CF6149;
}
.page-first .promise-contents__item-text {
  margin-top: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-first .promise-contents__item-text {
    font-size: 1.4rem;
  }
}
.page-first .promise-icon02 {
  background: #2B90AC;
}
.page-first .promise-icon03 {
  background: #CFA049;
}
.page-first .promise-icon04 {
  background: #51913D;
}
.page-first .contents-note__center {
  text-align: center;
}
@media (max-width: 767px) {
  .page-first .contents-note__center {
    text-align: left;
    letter-spacing: 0.02em;
  }
}

.page-clinic {
  background: #fff;
}

.clinic-philosophy {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .clinic-philosophy {
    padding-top: 5rem;
  }
}

.clinic-philosophy .sec-title {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .clinic-philosophy .sec-title {
    margin-bottom: 2.6rem;
  }
}

.clinic-philosophy__mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/457;
  overflow: hidden;
}
@media (max-width: 767px) {
  .clinic-philosophy__mv {
    aspect-ratio: 375/320;
  }
}

.clinic-philosophy__mv-bg {
  position: absolute;
  inset: 0;
  margin: 0;
}
.clinic-philosophy__mv-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-philosophy__mv-text {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  width: 104.1rem;
  max-width: calc(100% - 4rem);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 12px rgba(66, 47, 10, 0.9);
}
@media (max-width: 767px) {
  .clinic-philosophy__mv-text {
    font-size: 1.3rem;
    bottom: 8%;
  }
}

.clinic-philosophy__body {
  position: relative;
  padding: 7rem 2rem 7rem;
}
@media (max-width: 767px) {
  .clinic-philosophy__body {
    padding: 4rem 2rem 4rem;
  }
}

.clinic-philosophy__body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/clinic/philosophy-tex.webp") no-repeat center top/cover;
  opacity: 0.38;
  pointer-events: none;
}

.clinic-philosophy__lead {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .clinic-philosophy__lead {
    font-size: 2.2rem;
  }
}

.clinic-philosophy__illust {
  position: relative;
  z-index: 1;
  width: 101.3rem;
  max-width: 100%;
  margin: 4rem auto 0;
}
.clinic-philosophy__illust img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .clinic-philosophy__illust {
    margin-top: 2.6rem;
  }
}

.clinic-philosophy__text {
  position: relative;
  z-index: 1;
  max-width: 95.1rem;
  margin: 3rem auto 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .clinic-philosophy__text {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 2rem;
  }
}

.clinic-philosophy__cluster {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 132rem;
  margin: 5rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .clinic-philosophy__cluster {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
}

.clinic-philosophy__photos {
  position: relative;
  width: 58rem;
  height: 44rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .clinic-philosophy__photos {
    width: 100%;
    max-width: 34rem;
    height: 30rem;
  }
}

.clinic-philosophy__photo {
  position: absolute;
  margin: 0;
}
.clinic-philosophy__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-philosophy__photo--back {
  top: 0;
  left: 0;
  z-index: 1;
  width: 44rem;
}
@media (max-width: 767px) {
  .clinic-philosophy__photo--back {
    width: 26rem;
  }
}

.clinic-philosophy__photo--front {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 26rem;
}
@media (max-width: 767px) {
  .clinic-philosophy__photo--front {
    right: 0;
    width: 17rem;
  }
}

.clinic-philosophy__text--side {
  flex: 1;
  margin: 0;
  text-align: left;
}

.clinic-about {
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .clinic-about {
    padding: 5rem 0 0;
  }
}

.clinic-about .sec-title {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .clinic-about .sec-title {
    margin-bottom: 3rem;
  }
}

.clinic-about__block {
  display: flex;
  align-items: center;
  gap: 5.9rem;
  margin-top: 9.8rem;
}
@media (max-width: 767px) {
  .clinic-about__block {
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
  }
}

.clinic-about__block:first-of-type {
  margin-top: 0;
}

.clinic-about__block--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .clinic-about__block--rev {
    flex-direction: column;
  }
}

.clinic-about__img {
  width: 50%;
  aspect-ratio: 720/551;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .clinic-about__img {
    width: 100%;
    aspect-ratio: 720/480;
  }
}
.clinic-about__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-about__body {
  flex: 1;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .clinic-about__body {
    padding: 0 2rem;
  }
}

.clinic-about__block--rev .clinic-about__body {
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .clinic-about__block--rev .clinic-about__body {
    padding: 0 2rem;
  }
}

.clinic-about__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .clinic-about__title {
    font-size: 2.2rem;
  }
}

.clinic-about__text {
  margin-top: 2.4rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .clinic-about__text {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}

.clinic-about__slider {
  max-width: 132rem;
  margin: 8rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .clinic-about__slider {
    margin-top: 4rem;
  }
}

.clinic-gallery {
  position: relative;
  max-width: 84.9rem;
  margin: 0 auto;
}

.clinic-gallery-main {
  width: 100%;
  overflow: hidden;
}

.clinic-gallery__img {
  width: 100%;
  aspect-ratio: 849/566;
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
}
.clinic-gallery__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-gallery__caption {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.09em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .clinic-gallery__caption {
    font-size: 1.8rem;
    margin-top: 1.4rem;
  }
}

.clinic-gallery__cap-text {
  max-width: 84.2rem;
  margin: 1.4rem auto 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .clinic-gallery__cap-text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.clinic-gallery__arrow {
  position: absolute;
  top: 28.3rem;
  z-index: 5;
  width: 4rem;
  height: 4rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .clinic-gallery__arrow {
    width: 3rem;
    height: 3rem;
    top: 28%;
  }
}

.clinic-gallery__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 2px solid #2b90ac;
  border-right: 2px solid #2b90ac;
}

.clinic-gallery__arrow--prev {
  left: -5.6rem;
}
@media (max-width: 767px) {
  .clinic-gallery__arrow--prev {
    left: -0.5rem;
  }
}

.clinic-gallery__arrow--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.clinic-gallery__arrow--next {
  right: -5.6rem;
}
@media (max-width: 767px) {
  .clinic-gallery__arrow--next {
    right: -0.5rem;
  }
}

.clinic-gallery__arrow--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.clinic-gallery-thumbs {
  max-width: 69rem;
  margin: 2.4rem auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .clinic-gallery-thumbs {
    margin-top: 1.6rem;
  }
}

.clinic-gallery-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.3s;
}
.clinic-gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 160/107;
  object-fit: cover;
  border-radius: 0.8rem;
}

.clinic-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.clinic-hours {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .clinic-hours {
    padding-top: 5rem;
  }
}

.clinic-hours .sec-title {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .clinic-hours .sec-title {
    margin-bottom: 2.6rem;
  }
}

.clinic-hours__photo {
  width: 47.4rem;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
  aspect-ratio: 474/316;
  border-radius: 1.2rem;
  overflow: hidden;
}
.clinic-hours__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-hours__table-wrap {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .clinic-hours__table-wrap {
    margin-top: 3rem;
  }
}

.clinic-hours__table {
  width: 54.9rem;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 0.8rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}
.clinic-hours__table th,
.clinic-hours__table td {
  padding: 1rem 0;
  text-align: center;
  letter-spacing: 0.04em;
}
.clinic-hours__table thead th {
  border-bottom: 1px solid #ccc;
}
.clinic-hours__table .clinic-hours__th,
.clinic-hours__table .clinic-hours__time {
  width: 13rem;
  text-align: left;
  padding-left: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .clinic-hours__table .clinic-hours__th,
  .clinic-hours__table .clinic-hours__time {
    width: 10rem;
    font-size: 1.3rem;
    padding-left: 0.8rem;
  }
}

.clinic-access {
  padding-top: 8rem;
  padding-bottom: 10rem;
  scroll-margin-top: 9rem;
}
@media (max-width: 767px) {
  .clinic-access {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.clinic-access .sec-title {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .clinic-access .sec-title {
    margin-bottom: 2.6rem;
  }
}

.clinic-access__map {
  width: 110.4rem;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
  aspect-ratio: 1104/597;
}
@media (max-width: 767px) {
  .clinic-access__map {
    aspect-ratio: 345/260;
  }
}
.clinic-access__map .clinic-access__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.clinic-access__cols {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  max-width: 112rem;
  margin: 5rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .clinic-access__cols {
    flex-direction: column;
    align-items: center;
    gap: 2.6rem;
    margin-top: 3rem;
  }
}

.clinic-access__col {
  width: 43rem;
  max-width: 100%;
  text-align: center;
}

.clinic-access__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.4rem;
  border-radius: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 767px) {
  .clinic-access__btn {
    font-size: 1.7rem;
  }
}

.clinic-access__btn--car {
  background: #2B90AC;
}

.clinic-access__btn--bus {
  background: #F4BC74;
}

.clinic-access__icon {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
}
.clinic-access__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.clinic-access__note {
  margin-top: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #000;
}
@media (max-width: 767px) {
  .clinic-access__note {
    font-size: 1.6rem;
  }
}

.page-staff {
  background: #fff;
}

.staff-greeting {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .staff-greeting {
    padding-top: 5rem;
  }
}

.staff-doctor {
  padding-top: 9rem;
}
@media (max-width: 767px) {
  .staff-doctor {
    padding-top: 5rem;
  }
}

.staff-qa {
  padding: 9rem 0 10rem;
}
@media (max-width: 767px) {
  .staff-qa {
    padding: 5rem 0 6rem;
  }
}

.staff-greeting .sec-title,
.staff-doctor .sec-title,
.staff-qa .sec-title {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .staff-greeting .sec-title,
  .staff-doctor .sec-title,
  .staff-qa .sec-title {
    margin-bottom: 2.6rem;
  }
}

.staff-profile {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5.4rem;
  max-width: 143.8rem;
  margin: 0 auto;
  padding: 0 13rem;
}
@media (max-width: 767px) {
  .staff-profile {
    flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
    max-width: 100%;
  }
}

.staff-profile__head {
  width: 62.9rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .staff-profile__head {
    width: 100%;
  }
}

.staff-profile__name {
  padding-bottom: 2rem;
  border-bottom: 1px solid #cfcfcf;
}

.staff-profile__role {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.09em;
  color: #000;
}

.staff-profile__jp {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
  margin-top: 0.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.09em;
  color: #000;
}

.staff-profile__en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.09em;
  color: #CF6149;
}

.staff-profile__text {
  margin-top: 2.4rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .staff-profile__text {
    font-size: 1.4rem;
  }
}

.staff-profile__photo {
  width: 49.5rem;
  flex-shrink: 0;
  margin: 0 1.6rem 1.6rem 0;
  aspect-ratio: 495/566;
  box-shadow: 1.6rem 1.6rem 0 0 #d0bf9e;
  overflow: hidden;
}
@media (max-width: 767px) {
  .staff-profile__photo {
    width: 100%;
    max-width: 40rem;
    align-self: center;
    aspect-ratio: 495/520;
  }
}
.staff-profile__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-cards-area {
  position: relative;
  margin-top: 6rem;
  padding: 8rem 2rem;
}
@media (max-width: 767px) {
  .staff-cards-area {
    margin-top: 4rem;
    padding: 4rem 2rem;
  }
}

.staff-cards-area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/staff/tex.webp") no-repeat center/cover;
  opacity: 0.38;
  pointer-events: none;
}

.staff-cards {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 5.2rem;
  max-width: 133rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .staff-cards {
    flex-direction: column;
    gap: 3rem;
    max-width: 61.4rem;
  }
}

.staff-card {
  width: 61.4rem;
  min-height: 46.7rem;
  padding: 5.7rem 5.4rem;
  background: #fff;
  box-shadow: 0 0 18px 10px rgba(179, 179, 179, 0.16);
}
@media (max-width: 767px) {
  .staff-card {
    width: 100%;
    min-height: 0;
    padding: 3rem 2.4rem;
  }
}

.staff-card__title {
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #cfcfcf;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.09em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .staff-card__title {
    font-size: 2rem;
  }
}

.staff-card__list {
  margin-top: 2.4rem;
}
.staff-card__list li {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .staff-card__list li {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.staff-card__list li::before {
  content: "";
  position: absolute;
  top: 1.15em;
  left: 0.4rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #000;
}

.staff-logo {
  max-width: 116.4rem;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.staff-logo__img {
  width: 30.9rem;
  max-width: 80%;
  margin: 0 auto;
}
.staff-logo__img img {
  display: block;
  width: 100%;
  height: auto;
}

.staff-logo__text {
  margin-top: 2.4rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  text-align: left;
  color: #000;
}
@media (max-width: 767px) {
  .staff-logo__text {
    font-size: 1.4rem;
  }
}

.staff-doctor .staff-profile {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .staff-doctor .staff-profile {
    margin-top: 4rem;
  }
}

.staff-qa__list {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.staff-qa__item {
  margin-top: 1.6rem;
}

.staff-qa__item:first-child {
  margin-top: 0;
}

.staff-qa__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding: 1.6rem 2.4rem;
  background: #59C6C3;
  border: none;
  cursor: pointer;
  text-align: left;
}

.staff-qa__q-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.09em;
  color: #fff;
}
@media (max-width: 767px) {
  .staff-qa__q-text {
    font-size: 1.6rem;
  }
}

.staff-qa__icon {
  position: relative;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  transition: transform 0.35s ease;
}

.staff-qa__icon::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.staff-qa__item.is-open .staff-qa__icon {
  transform: rotate(180deg);
}

.staff-qa__a {
  display: grid;
  grid-template-rows: 0fr;
  background: #D8F5F5;
  transition: grid-template-rows 0.35s ease;
}

.staff-qa__item.is-open .staff-qa__a {
  grid-template-rows: 1fr;
}

.staff-qa__a-inner {
  overflow: hidden;
}

.staff-qa__a-text {
  padding: 2rem 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #000;
  cursor: pointer;
}
@media (max-width: 767px) {
  .staff-qa__a-text {
    font-size: 1.4rem;
    padding: 1.6rem;
  }
}

.page-medical {
  background: #fff;
}

.medical-cat {
  padding-top: 9rem;
  scroll-margin-top: 9rem;
}
@media (max-width: 767px) {
  .medical-cat {
    padding-top: 5rem;
  }
}

.medical-cat:first-of-type {
  padding-top: 8rem;
}

.medical-cat:last-of-type {
  padding-bottom: 8rem;
}

.medical-cat .sec-title {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .medical-cat .sec-title {
    margin-bottom: 3rem;
  }
}

.medical-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.2rem;
  max-width: 133rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .medical-block {
    flex-direction: column;
    gap: 2rem;
  }
}

.medical-block + .medical-block {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .medical-block + .medical-block {
    margin-top: 4rem;
  }
}

.medical-block--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .medical-block--rev {
    flex-direction: column;
  }
}

.medical-block__body {
  flex: 1;
}

.medical-block__title {
  margin-bottom: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .medical-block__title {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
  }
}

.medical-block__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .medical-block__text {
    font-size: 1.4rem;
  }
}

.medical-block__img {
  width: 44.5rem;
  flex-shrink: 0;
  margin: 0;
  aspect-ratio: 445/336;
  overflow: hidden;
}
@media (max-width: 767px) {
  .medical-block__img {
    width: 100%;
    max-width: 44.5rem;
  }
}
.medical-block__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.medical-more {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.medical-more__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.4rem;
  height: 6.6rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.09em;
  color: #000;
  text-decoration: none;
}

.medical-more__arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #2B90AC;
  transform: translateY(-50%);
}

.medical-more__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.32rem 0 0.32rem 0.5rem;
  border-color: transparent transparent transparent #fff;
}

.page-aesthetic .whitening {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-aesthetic .whitening {
    margin-top: 5rem;
  }
}
.page-aesthetic .ceramic {
  margin-top: 10rem;
}
.page-aesthetic .ceramic .flex-title {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .page-aesthetic .ceramic {
    margin-top: 5rem;
  }
}
.page-aesthetic .ceramic-feature {
  width: 100rem;
  margin: 6rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-aesthetic .ceramic-feature {
    width: 100%;
    margin: 3rem auto 0;
    gap: 1rem;
    flex-direction: column;
  }
}
.page-aesthetic .feature-item {
  width: 47rem;
  background: #FFF9F2;
  min-height: 35rem;
}
@media (max-width: 767px) {
  .page-aesthetic .feature-item {
    width: 100%;
    min-height: auto;
  }
}
.page-aesthetic .feature-item__merit .feature-item__title {
  background: #CF6149;
  color: #fff;
}
.page-aesthetic .feature-item__title {
  font-size: 2.4rem;
  letter-spacing: 0.09em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.3;
}
@media (max-width: 767px) {
  .page-aesthetic .feature-item__title {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.page-aesthetic .feature-item__list {
  list-style: disc;
  padding-left: 2rem;
  inline-size: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  height: calc(100% - 5.52rem);
}
@media (max-width: 767px) {
  .page-aesthetic .feature-item__list {
    height: auto;
    gap: 0.5rem;
    padding: 1rem 0;
  }
}
.page-aesthetic .feature-item__list-item {
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .page-aesthetic .feature-item__list-item {
    font-size: 1.4rem;
  }
}
.page-aesthetic .feature-item__demerit .feature-item__title {
  background: #2B90AC;
  color: #fff;
}
.page-aesthetic .q-item {
  min-height: 5rem;
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .page-aesthetic .q-item {
    min-height: 3rem;
    padding: 1rem;
    line-height: 1.5;
  }
}
.page-aesthetic .a-item {
  min-height: 4.3rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  padding: 0.5rem 2rem;
}
@media (max-width: 767px) {
  .page-aesthetic .a-item {
    min-height: 3rem;
    padding: 1rem;
    line-height: 1.5;
  }
}

.page-price {
  background: #fff;
}

.price {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .price {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.price .sec-title {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .price .sec-title {
    margin-bottom: 3rem;
  }
}

.price-table {
  max-width: 86.9rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .price-table {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.price-group {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .price-group {
    margin-top: 2.6rem;
  }
}

.price-group:first-child {
  margin-top: 0;
}

.price-cat {
  padding: 1rem;
  background: #a8947e;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .price-cat {
    padding: 0.8rem;
    font-size: 1.6rem;
  }
}

.price-row {
  display: flex;
  align-items: stretch;
}

.price-row__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 54.2rem;
  padding: 1rem 2rem;
  background: #d5be9f;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #000;
}
@media (max-width: 767px) {
  .price-row__item {
    width: 62%;
    padding: 0.8rem 1rem;
    font-size: 1.3rem;
  }
}

.price-row__price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 1rem;
  background: #fff;
  border: 1px solid #d5be9f;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .price-row__price {
    padding: 0.8rem 0.4rem;
    font-size: 1.3rem;
  }
}

.price-row + .price-row .price-row__item {
  border-top: 1px solid #fff;
}

.price-row + .price-row .price-row__price {
  border-top: none;
}

.news-list .news-list-area {
  width: 100%;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .news-list .news-list-area {
    margin-top: 4rem;
  }
}
.news-list .news-list__items {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.news-list .news-list__item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3rem;
}
.news-list .news-list__item:last-child {
  border-bottom: none;
}
.news-list .news-list__link {
  display: flex;
  align-items: center;
  gap: 4rem;
  transition: opacity 0.3s;
  border: 1px solid #ddd;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
  min-width: 22rem;
}
@media (max-width: 767px) {
  .news-list .news-list__link {
    font-size: 1.4rem;
  }
}
.news-list .news-list__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news-list .news-list__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.news-list .news-list__thumb {
  width: 24rem;
  height: 16rem;
  flex-shrink: 0;
  overflow: hidden;
  background: #f0f0f0;
}
@media (max-width: 767px) {
  .news-list .news-list__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.news-list .news-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .news-list__content {
  flex: 1;
}
.news-list .news-list__date {
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 767px) {
  .news-list .news-list__date {
    font-size: 1.4rem;
  }
}
.news-list .news-list__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .news-list .news-list__title {
    font-size: 1.6rem;
  }
}
.news-list .pager-area {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .news-list .pager-area {
    margin-top: 4rem;
  }
}

.single-news {
  padding-top: 1rem;
}
.single-news .news-single__header {
  padding-top: 8.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single-news .news-single__header {
    padding-top: 4rem;
  }
}
.single-news .news-single__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .single-news .news-single__title {
    font-size: 2rem;
  }
}
.single-news .news-single__thumb {
  max-width: 80rem;
  margin: 4rem auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .single-news .news-single__thumb {
    margin: 2rem auto;
  }
}
.single-news .news-single__content {
  max-width: 80rem;
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .single-news .news-single__content {
    margin: 2rem auto;
  }
  .single-news .news-single__content p {
    font-size: 1.4rem;
  }
}
.single-news .news-single__buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .single-news .news-single__buttons {
    max-width: 80%;
    margin: 2rem auto 0;
    flex-direction: column;
    gap: 1rem;
  }
}
.single-news .c-btn {
  border: 1px solid #000;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
  min-width: 22rem;
  text-align: center;
}
@media (max-width: 767px) {
  .single-news .c-btn {
    font-size: 1.4rem;
  }
}
/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.page-news {
  background: #fff;
}

.news-archive {
  max-width: 132rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .news-archive {
    padding: 4rem 2rem 5rem;
  }
}

/* 絞り込み */
.news-archive__filter {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .news-archive__filter {
    flex-direction: column;
    gap: 2rem;
  }
}

.news-archive__filter-group {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.news-archive__filter-label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .news-archive__filter-label {
    font-size: 2rem;
    width: 10rem;
  }
}

.news-archive__select {
  position: relative;
  width: 24rem;
}
@media (max-width: 767px) {
  .news-archive__select {
    flex: 1;
    width: auto;
  }
}

.news-archive__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.7rem solid #fff;
  transform: translateY(-50%);
  pointer-events: none;
}

.news-archive__select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: #363432;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 3rem 1.2rem 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-archive__select select {
    font-size: 1.6rem;
  }
}

/* グリッド */
.news-archive__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.6rem;
}
@media (max-width: 767px) {
  .news-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
    margin-top: 3rem;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-card {
    gap: 1.2rem;
  }
}

.news-card__thumb {
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #000;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.news-card__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
}

.news-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.news-card__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
}

.news-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  padding: 4rem 0;
}

/* ページネーション */
.news-archive__pager {
  margin-top: 5rem;
}

.news-archive__pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.news-archive__pager .page-numbers li a,
.news-archive__pager .page-numbers li span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}

.news-archive__pager .page-numbers li .current {
  color: #CFA049;
}

/* ============================================================
   投稿詳細（single）
   ============================================================ */
.page-single {
  background: #fff;
}

.single-post {
  max-width: 84rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .single-post {
    padding: 4rem 2rem 5rem;
  }
}

.single-post__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.single-post__cat + .single-post__cat {
  margin-left: -1rem;
}

.single-post__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.single-post__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
}

.single-post__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #000;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 2.4rem;
  }
}

.single-post__thumb {
  margin-top: 3rem;
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post__body {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}
.single-post__body p {
  margin-bottom: 2rem;
}
.single-post__body img {
  max-width: 100%;
  height: auto;
}
.single-post__body a {
  color: #2B90AC;
  text-decoration: underline;
}

.single-post__back {
  margin-top: 5rem;
  text-align: center;
}

.single-post__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30rem;
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.6rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-post__back-btn {
    min-width: 24rem;
  }
}

.not-found {
  margin: 10rem 0;
}
.not-found .c-message {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .not-found .c-message {
    font-size: 1.6rem;
  }
}
.not-found .c-btn {
  padding: 2rem;
  border: 1px solid #f79427;
  border-radius: 1rem;
  background: rgba(247, 148, 39, 0.1);
  background: #fff;
  width: 30rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  margin: 4rem auto 0;
}
.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 8rem;
  right: 8rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    bottom: 8.5rem;
    right: 1.5rem;
  }
}

.to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 6rem;
  height: 6rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 4rem;
    height: 4rem;
  }
}

.c-fv-headarea {
  display: flex;
  justify-content: space-between;
}

.c-fv-information__box {
  width: 100%;
  height: 100%;
  display: flex;
  width: 62rem;
  height: 12rem;
}
@media (max-width: 767px) {
  .c-fv-information__box {
    display: none;
  }
}

.c-reserve-box__tel {
  background: #CF6149;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.c-reserve-text {
  font-size: 2rem;
  color: #fff;
}

.c-tel-reserve {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-icon-tel {
  width: 2.4rem;
  height: 2.4rem;
}

.c-tel-text {
  font-size: 3.2rem;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}

.c-reserve-box__web {
  background: #fff;
  border: 1px solid #CF6149;
  width: 31rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  position: relative;
}
.c-reserve-box__web::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/icon-mark01.webp) no-repeat center center/contain;
}

.c-icon-web {
  width: 2.4rem;
  height: 2.4rem;
}

.c-web-text {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
}

.c-web-text__sub {
  font-size: 2rem;
  width: 19rem;
  background: #f4bc74;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  color: #fff;
}

.c-navarea {
  width: 100%;
  z-index: 2;
}
.c-navarea .nav__content {
  padding: 1rem 3rem;
  width: 100%;
}
.c-navarea .nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-navarea .nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-navarea .nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #ddd;
}
.c-navarea .nav__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 1.5rem 0;
  transition: opacity 0.3s;
}
.c-navarea .nav__link:hover {
  opacity: 0.7;
}
.c-navarea .nav__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 0 0.8rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-navarea .nav__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-navarea .nav__text {
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.c-navarea .nav__item--has-dropdown:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.c-navarea .nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  padding: 1rem 1.8rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  min-width: 20rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 20;
}
.c-navarea .nav__dropdown-item + .nav__dropdown-item {
  margin-top: 1rem;
}
.c-navarea .nav__dropdown-link {
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2rem 0;
  transition: color 0.2s ease;
}
.c-navarea .nav__dropdown-link:hover {
  color: #000;
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}
.c-pager .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
  transition: all 0.3s;
  background: #fff;
}
.c-pager .page-numbers:hover {
  background: #f0f0f0;
  color: #000;
}
.c-pager .page-numbers.current {
  background: #CFA049;
  color: #fff;
  border-color: #CFA049;
  pointer-events: none;
}
.c-pager .page-numbers.dots {
  border: none;
  background: transparent;
  pointer-events: none;
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next {
  width: auto;
  padding: 0 1.5rem;
  border-radius: 2rem;
}

/* -------------------------------------------
  追従ボタン (c-fix-button)
------------------------------------------- */
.c-fix-button {
  display: none;
}
@media (max-width: 767px) {
  .c-fix-button {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
  }
}

.c-fix-button__items {
  display: flex;
  width: 100%;
  height: 6.1rem;
}

.c-fix-button__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s;
}

.c-fix-button__item:hover {
  opacity: 0.7;
}

.c-fix-button__item--tel {
  background-color: #59C6C3;
  color: #fff;
}

.c-fix-button__item--mail {
  background-color: #fff;
  color: #59C6C3;
}

.c-fix-button__item--map {
  background-color: #2B90AC;
  color: #fff;
}

.c-fix-button__icon {
  width: 2.4rem;
  height: 2.4rem;
}
.c-fix-button__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.c-fix-button__icon--pin {
  width: 2.8rem;
  height: 2.8rem;
}

.page-fv {
  position: relative;
}

.page-fv__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/451;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    aspect-ratio: 375/200;
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}
.page-fv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.page-fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-fv__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.55) 22%, rgba(255, 255, 255, 0) 52%);
  pointer-events: none;
}

.page-fv__logo {
  position: absolute;
  top: 2.6rem;
  left: 3.3rem;
  z-index: 3;
  width: 30.9rem;
  margin: 0;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo a {
  display: block;
}
.page-fv__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.09em;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    font-size: 2.6rem;
  }
}

.page-fv__head {
  position: absolute;
  top: 3.2rem;
  right: 2.2rem;
  z-index: 3;
  display: flex;
}
@media (max-width: 767px) {
  .page-fv__head {
    display: none;
  }
}

.page-fv__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30.7rem;
  height: 12rem;
  padding: 0 0 0 5.4rem;
  background: #D8F5F5;
  text-decoration: none;
}

.page-fv__tel-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #59C6C3;
}

.page-fv__tel-num {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  color: #59C6C3;
}

.page-fv__tel-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.page-fv__tel-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-fv__web {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 30.7rem;
  height: 12rem;
  background: #fff;
  border: 2px solid #59C6C3;
  text-decoration: none;
  overflow: hidden;
}

.page-fv__web::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.3rem;
  height: 2.3rem;
  background: #59C6C3;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__web-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #1e1e1e;
}

.page-fv__web-mail {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  color: #59C6C3;
}
.page-fv__web-mail svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-fv__web-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 1.6rem;
  background: #59C6C3;
  border-radius: 4.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
}