@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 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, 13.3333333333px);
  }
}

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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: top 0.15s ease-out, left 0.15s ease-out;
  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 {
  -webkit-transition: 0.5s;
  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;
  -webkit-transform: translateY(20px);
          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%;
  background-image: none !important;
}
.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;
}

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

.page-fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/451;
  overflow: hidden;
}

.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 {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/451 !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv {
    aspect-ratio: 375/522 !important;
  }
}

.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%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .page-fv-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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%;
  -webkit-transform: translateY(-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;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          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: -webkit-fit-content;
  inline-size: -moz-fit-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -ms-flex-negative: 0;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media (max-width: 767px) {
  .contents-flow__itemarea {
    padding: 3rem 2rem 0;
    gap: 3rem;
  }
}

.contents-flow__item--titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
  -webkit-transform: translate(-50%, -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 10rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 3.5rem;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
  .l-header.is-active {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 0;
  }
}

.l-header-title {
  width: 10rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header-title__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header-title__image img {
  width: 9.7rem;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  #l-nav__content {
    display: none;
  }
}

.l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-nav__content--item {
  width: auto;
  min-width: 10rem;
  padding: 0 1rem;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
.l-nav__content--item img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-nav__content--item:last-child {
  border-right: none;
}
.l-nav__content--item .nav__icon {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto 2rem;
}
.l-nav__content--item .nav__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-nav__content--item .nav__link.nav__link--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.l-nav__content--item .nav__link.nav__link--home .nav__icon {
  margin-bottom: 0;
}
.l-nav__content--item .nav__text {
  white-space: nowrap;
}
.l-nav__content--item.nav__item--has-dropdown {
  position: relative;
}
.l-nav__content--item.nav__item--has-dropdown:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: auto;
}
.l-nav__content--item .nav__dropdown {
  position: absolute;
  top: calc(100% + 0rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1rem;
  padding: 1.5rem 1.8rem;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          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;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 20;
}
.l-nav__content--item .nav__dropdown-item + .nav__dropdown-item {
  margin-top: 1.5rem;
}
.l-nav__content--item .nav__dropdown-link {
  display: block;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2rem 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.l-nav__content--item .nav__dropdown-link:hover {
  color: #CFA049;
}

.hamburger {
  width: 46px;
  height: 46px;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: #CF6149;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(50% - 8px);
}

.hamburger span:nth-child(2) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
}

.hamburger span:nth-child(3) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(50% + 8px);
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

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

.hamburger.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  bottom: initial;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 9990;
  -webkit-transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
          transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

/* メニューの半円 */
.menu-round-wrap {
  position: absolute;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  top: 0;
}

.round-wrap {
  width: 10vw;
  height: 100%;
  -webkit-transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .menu-round-wrap .round-wrap {
  width: 0;
}

.menu-round-wrap .round-wrap .round {
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 150%;
  content: "";
  display: block;
  position: absolute;
  width: 750%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-6.5%, -50%) rotate(0.001deg);
          transform: translate(-6.5%, -50%) rotate(0.001deg);
}

.hamburger-menu__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.hamburger-menu__wrapper {
  padding: 8rem 4rem;
  min-height: 100vh;
  position: relative;
}
.hamburger-menu__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/hero_krin1.gif") no-repeat right bottom;
  background-size: auto 26rem;
  opacity: 0.18;
  pointer-events: none;
  z-index: -1;
}

.hamburger-menu__list {
  margin-bottom: 15px;
}

.hamburger-menu__listItem {
  font-family: inter;
  font-size: 2.4rem;
  font-weight: 900;
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu__listItem--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hamburger-menu.active .hamburger-menu__listItem {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__sub-list {
  margin-top: 1.4rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.hamburger-menu__sub-item {
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 6.3rem;
}
.hamburger-menu__sub-item .hamburger-menu__listLink {
  padding: 0 !important;
}
.hamburger-menu__sub-item:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.hamburger-menu__sub-item:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.hamburger-menu__sub-item:nth-child(3) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu.active .hamburger-menu__sub-item {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__listLink--parent {
  cursor: default;
  pointer-events: none;
}
.hamburger-menu__listLink--sub {
  padding: 1rem;
}
.hamburger-menu__listLink--sub p {
  font-size: 1.4rem !important;
  font-weight: 400;
}
.hamburger-menu__listLink--icon {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu__listLink--icon img {
  width: 4.5rem;
  height: auto;
}

.hamburger-menu__listItem:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.hamburger-menu__listItem:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.hamburger-menu__listItem:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.hamburger-menu__listItem:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.hamburger-menu__listItem:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.hamburger-menu__listItem:nth-child(6) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu__listItem:nth-child(7) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.hamburger-menu__listItem:nth-child(8) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.hamburger-menu__listItem:nth-child(9) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.hamburger-menu__listLink {
  font-size: 1.5rem;
  padding: 20px 9px;
  display: block;
  letter-spacing: 0.08rem;
  color: #000;
}

.hamburger-menu__info {
  border-bottom: solid 0.2px #222;
  padding-bottom: 35px;
  margin-bottom: 23px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translate(300px, 0) rotate(0.001deg);
          transform: translate(300px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .hamburger-menu__info {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.l-footer {
  margin-top: 8.5rem;
  padding-top: 9rem;
  background: url("../img/bg-footer.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .l-footer {
    padding-top: 3rem;
  }
}
.l-footer .footer-logo {
  width: 22rem;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer .footer-logo {
    width: 12.8rem;
  }
}
.l-footer .l-footer-headarea__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-headarea__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
}
.l-footer .l-footer-headarea__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .l-footer .c-fv-information__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    height: auto;
    width: 100%;
    max-width: 30rem;
  }
}
@media (max-width: 767px) {
  .l-footer .c-reserve-box__tel,
  .l-footer .c-reserve-box__web {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    padding: 1rem;
  }
}
.l-footer .l-footer-middlearea__flex {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer .l-footer-middlearea__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.l-footer .google-map {
  width: 76rem;
  height: 41rem;
}
@media (max-width: 767px) {
  .l-footer .google-map {
    width: 34.5rem;
    height: 18.6rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
}
.l-footer .google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.l-footer .google-map__textarea {
  width: 26rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #CF6149;
  padding: 0 2rem;
}
.l-footer .google-map__icon {
  width: 1.5rem;
  height: auto;
}
.l-footer .google-map__text {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
.l-footer .google-map__arrow {
  width: 1.5rem;
  height: auto;
}
.l-footer .footer-middlearea__image {
  width: 49.4rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .footer-middlearea__image {
    width: 34.5rem;
    height: 19.2rem;
    margin: 0 auto;
  }
}
.l-footer .footer-crinic__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.l-footer .footer-crinic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.l-footer .footer-crinic__item--image {
  width: 2.4rem;
  height: auto;
}
.l-footer .footer-crinic__item--text {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08em;
}
.l-footer .site-map {
  margin-top: 6rem;
}
.l-footer .site-map__title {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.12em;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .l-footer .site-map__title {
    font-size: 2rem;
  }
}
.l-footer .site-map__items {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .l-footer .site-map__items {
    font-size: 1.2rem;
  }
}
.l-footer .site-map__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
.l-footer .site-map__item {
  display: block;
  padding: 1rem 4.5rem;
  border-right: 1px dotted #000;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-footer .site-map__item {
    padding: 1rem 0.8rem;
  }
}
.l-footer .site-map__item:last-child {
  border-right: none;
}
.l-footer .l-footer__note {
  width: 117rem;
  margin: 5rem auto 0;
  padding: 3rem;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: 0.08em;
  background: #fff;
}
@media (max-width: 767px) {
  .l-footer .l-footer__note {
    width: 100%;
    padding: 1rem;
  }
}
.l-footer .l-footer__banner--grid {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem 10rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__banner--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.l-footer .l-footer__banner--grid__item01 {
  width: 33.3rem;
  height: 7.5rem;
  grid-area: 1/1/2/3;
}
@media (max-width: 767px) {
  .l-footer .l-footer__banner--grid__item01 {
    grid-area: auto;
    width: 100%;
    height: auto;
  }
}
.l-footer .l-footer__banner--grid__item02 {
  width: 42rem;
  height: 7.5rem;
  grid-area: 1/3/2/5;
}
@media (max-width: 767px) {
  .l-footer .l-footer__banner--grid__item02 {
    grid-area: auto;
    width: 100%;
    height: auto;
  }
}
.l-footer .l-footer__banner--grid__item03 {
  width: 31rem;
  height: 7.5rem;
  grid-area: 1/5/2/7;
}
@media (max-width: 767px) {
  .l-footer .l-footer__banner--grid__item03 {
    grid-area: auto;
    width: 100%;
    height: auto;
  }
}
.l-footer .l-footer__banner--grid__item04 {
  width: 42rem;
  height: 11rem;
  grid-area: 2/3/3/5;
}
@media (max-width: 767px) {
  .l-footer .l-footer__banner--grid__item04 {
    grid-area: auto;
    width: 100%;
    height: auto;
  }
}
.l-footer .l-copyright {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0.08em;
  padding: 1rem;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    font-size: 1rem;
    margin-top: 3rem;
  }
}

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

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

.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;
  -webkit-box-shadow: none !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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 112rem;
}
@media (max-width: 767px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

.u-flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 112rem;
}
@media (max-width: 767px) {
  .u-flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  -ms-flex-negative: 0;
      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%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .u-flex .flex-image,
  .u-flex-reverse .flex-image {
    width: 100%;
    height: auto;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  aspect-ratio: 1440/688;
  background: transparent;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 375/522;
  }
}
.fv .fv-title__image {
  width: 16rem;
  height: 13rem;
}
.fv .fv-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.fv .fv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.fv .fv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .c-fv-headarea {
  position: relative;
  z-index: 2;
  padding: 2rem;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fv .c-fv-headarea {
    padding: 4rem 2rem;
  }
}
.fv .c-fv-headarea > * {
  pointer-events: auto;
}
.fv .fv-catcharea {
  position: absolute;
  bottom: 3%;
  left: 1%;
  z-index: 2;
  width: 86.5rem;
  height: 42.5rem;
  background-image: url("../img/fv-catch.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .fv .fv-catcharea {
    width: 98%;
    height: auto;
    aspect-ratio: 375/208;
    padding: 2rem;
    bottom: auto;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.fv .fv-catch__text--head {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .fv .fv-catch__text--head {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.fv .fv-catch__text--bottom {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 767px) {
  .fv .fv-catch__text--bottom {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 767px) {
  .fv .fv-catch__text--bottom .u-size40,
  .fv .fv-catch__text--bottom .u-size30 {
    font-size: 2.4rem;
  }
}
.fv .fv-catch__text--bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: -10rem;
  left: 0;
  width: 26.8rem;
  height: 8.8rem;
  background-image: url("../img/fv-catch-text.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .fv .fv-catch__text--bottom::before {
    width: 14.8rem;
    height: 5rem;
    top: -5.5rem;
  }
}

.various-information {
  position: relative;
  padding: 7rem 0 55rem;
}
@media (max-width: 767px) {
  .various-information {
    padding: 7rem 0 8rem;
    margin-bottom: 15rem;
  }
}

.various-information__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .various-information__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}

.index-news {
  width: 100%;
  max-width: 55rem;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .index-news {
    width: 100%;
    max-width: 100%;
    padding: 2rem;
  }
}
.index-news .news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #E0E0E0;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .index-news .news-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-news .news-title__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #2B90AC;
  position: relative;
}
.index-news .news-title__en::before {
  content: "";
  background-image: url("../img/icon-flower_green.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: -5rem;
  left: 0;
  width: 2.6rem;
  height: 3.6rem;
}
.index-news .news-title__ja {
  font-size: 2rem;
}
.index-news .news-content {
  width: 100%;
}
.index-news .news-list-scroll {
  height: 24rem;
  overflow-y: scroll;
  padding-right: 1rem;
}
.index-news .news-list-scroll__item {
  border-bottom: 1px dotted #ccc;
}
.index-news .news-list-scroll__item:last-child {
  border-bottom: none;
}
.index-news .news-list-scroll__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  min-height: 6rem;
  /* もしくは具体的な高さを指定しても良いが、paddingで調整する方が柔軟 */
}
.index-news .news-list-scroll__link:hover {
  opacity: 0.7;
}
.index-news .news-list-scroll__date {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  margin-right: 2rem;
  color: #888;
  white-space: nowrap;
}
.index-news .news-list-scroll__title {
  font-size: 1.6rem;
  line-height: 1.5;
  overflow: hidden;
}
.index-news .news-list-scroll__empty {
  text-align: center;
  padding: 2rem 0;
  color: #666;
}

.information {
  width: 100%;
  max-width: 55rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .information {
    padding: 2rem 0;
  }
}

.information-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #E0E0E0;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .information-title {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.information-title__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #CF6149;
  position: relative;
}
.information-title__en::before {
  content: "";
  background-image: url("../img/icon-flower_red.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: -5rem;
  left: 0;
  width: 2.6rem;
  height: 3.6rem;
}

.information-title__ja {
  font-size: 2rem;
}

.clinic-name {
  font-size: 3.6rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .clinic-name {
    font-size: 2.4rem;
  }
}

.clinic-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.clinic-point {
  font-size: 1.6rem;
  width: 21.7rem;
  border-radius: 5rem;
  height: 4.3rem;
  border: 1px solid #E0E0E0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .clinic-point {
    width: 15.8rem;
  }
}

.clinic-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.clinic-address__icon {
  width: 2.4rem;
  height: 2.4rem;
}

.clinic-address__text {
  font-size: 1.6rem;
}

.clinic-means {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  padding-bottom: 6rem;
}

.means-item {
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
  max-width: 21rem;
  width: 100%;
  height: 14rem;
}
.means-item:last-child {
  border-right: none;
}

.means-train .means-text__head {
  font-size: 1.6rem;
  color: #51913D;
}

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

.means-text {
  font-size: 1.6rem;
}

.means-bus .means-text__head {
  font-size: 1.6rem;
  color: #F4BC74;
}

.means-car .means-text__head {
  font-size: 1.6rem;
  color: #2B90AC;
}

.c-medical-hours {
  width: 49rem;
}
@media (max-width: 767px) {
  .c-medical-hours {
    width: 100%;
  }
}

.medical-hours__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.medical-hours__table th,
.medical-hours__table td {
  text-align: center;
  vertical-align: middle;
  padding: 1.5rem 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .medical-hours__table th,
  .medical-hours__table td {
    font-size: 1.2rem;
    padding: 0.8rem 0;
  }
}
.medical-hours__table thead {
  background-color: #CF6149;
  color: #fff;
}
.medical-hours__table thead th {
  font-weight: normal;
}
.medical-hours__table thead th.medical-hours__head-label {
  width: 30%;
  text-align: center;
}
.medical-hours__table tbody {
  background-color: #fff;
}
.medical-hours__table tbody .medical-hours__time-row--top td {
  padding-top: 3rem;
}
.medical-hours__table tbody tr {
  border-bottom: 1px dotted #ddd;
}
.medical-hours__table tbody tr:last-child {
  border-bottom: none;
}
.medical-hours__table tbody td.medical-hours__time {
  font-family: "Josefin Sans", sans-serif;
}

.medical-hours__mark {
  font-size: 1.6rem;
}
.medical-hours__mark--circle, .medical-hours__mark--triangle {
  color: #CF6149;
}
.medical-hours__mark--slash {
  color: #000;
}

.medical-hours__note p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.news-imagearea {
  width: 100%;
  height: 21rem;
  margin-top: 12rem;
  position: relative;
}
@media (max-width: 767px) {
  .news-imagearea {
    margin: 4rem auto 0;
  }
}

.news-image01 {
  width: 44.4rem;
  height: auto;
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-image01 {
    width: 18.7rem;
    height: auto;
    position: relative;
    margin: 2rem auto 0;
  }
}

.news-image02 {
  width: 32.2rem;
  height: auto;
  position: absolute;
  top: 21rem;
  left: 23.5rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .news-image02 {
    width: 13.5rem;
    height: auto;
    position: absolute;
    top: 10rem;
    left: 70%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.news-image03 {
  width: 15.5rem;
  height: auto;
  position: absolute;
  top: 0rem;
  left: 36rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .news-image03 {
    width: 6.7rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 70%;
  }
}

.important {
  position: relative;
}
.important .titlearea {
  margin-top: -20rem;
}
@media (max-width: 767px) {
  .important .titlearea {
    margin-top: -12rem;
  }
}
.important .titlearea .titlearea__important {
  font-family: "Zen Old Mincho", serif;
}
.important .titlearea .section-title__en--important {
  font-size: 9.6rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #CF6149;
  text-align: center;
  letter-spacing: 0.13em;
  position: relative;
}
@media (max-width: 767px) {
  .important .titlearea .section-title__en--important {
    font-size: 4rem;
  }
}
.important .titlearea .section-title__en--important::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 98rem;
  width: 7rem;
  height: 5rem;
  background: url("../img/icon-bird.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .important .titlearea .section-title__en--important::before {
    width: 3.5rem;
    height: 2.4rem;
    top: -2rem;
    left: 90%;
  }
}
.important .titlearea .section-title__ja--important {
  margin-top: 3rem;
  font-size: 3.6rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .important .titlearea .section-title__ja--important {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.important .important-content {
  border: 1px solid #000;
  padding: 1.7rem;
  height: 50rem;
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .important .important-content {
    padding: 1rem;
    height: auto;
    margin-top: 2rem;
  }
}
.important .important-content::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 0;
  height: 0;
  border-top: 10.5rem solid #FFF3BC;
  border-left: 10.5rem solid transparent;
  z-index: 3;
}
@media (max-width: 767px) {
  .important .important-content::before {
    border-top: 7.35rem solid #FFF3BC;
    border-left: 7.35rem solid transparent;
  }
}
.important .important-content::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  width: 0;
  height: 0;
  border-bottom: 10.5rem solid #E0F2FB;
  border-right: 10.5rem solid transparent;
  z-index: 3;
}
@media (max-width: 767px) {
  .important .important-content::after {
    border-bottom: 7.35rem solid #E0F2FB;
    border-right: 7.35rem solid transparent;
  }
}
.important .important-content__inner {
  border: 1px solid #000;
  height: 100%;
}
.important .important-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .important .important-content__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.important .important-content__textarea {
  width: 65rem;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .important .important-content__textarea {
    width: 100%;
    padding: 1rem;
  }
}
.important .important-content__textarea--title {
  font-size: 3.6rem;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  color: #CF6149;
  text-align: center;
}
@media (max-width: 767px) {
  .important .important-content__textarea--title {
    font-size: 2.4rem;
  }
}
.important .important-content__textarea--text {
  font-size: 1.6rem;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .important .important-content__textarea--text {
    margin-top: 2rem;
  }
}
.important .important-content__image {
  position: relative;
}
.important .important-content__image img {
  width: 54rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media (max-width: 767px) {
  .important .important-content__image img {
    width: 100%;
    height: auto;
    position: relative;
    margin: 2rem auto 0;
    -webkit-transform: none;
            transform: none;
    padding: 1rem;
  }
}
.important .important-message {
  margin: 18rem auto 0;
  padding-bottom: 20rem;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  position: relative;
}
@media (max-width: 767px) {
  .important .important-message {
    margin: 10rem auto 0;
    padding-bottom: 5rem;
  }
}
.important .important-message::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: -7rem;
  width: 15.5rem;
  height: 14.5rem;
  background: url("../img/flower-beige.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .important .important-message::before {
    display: none;
  }
}
.important .important-message::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -7rem;
  width: 15.5rem;
  height: 14.5rem;
  background: url("../img/flower-green.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .important .important-message::after {
    display: none;
  }
}
.important .message-title {
  font-size: 3.2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .important .message-title {
    font-size: 1.6rem;
  }
  .important .message-title .u-size36 {
    font-size: 2.4rem;
  }
}
.important .message-title::before {
  content: "";
  position: absolute;
  background: url("../img/title-bg_concept.webp") no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 37.5rem;
  height: 22.4rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .important .message-title::before {
    width: 24.5rem;
    height: 14.8rem;
  }
}
.important .message-text {
  margin-top: 13rem;
  line-height: 1.8;
  position: relative;
}
@media (max-width: 767px) {
  .important .message-text {
    margin-top: 10rem;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.important .message-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  width: 137.7rem;
  height: 77.4rem;
  background: url("../img/bg-map.webp") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .important .message-text::before {
    width: 100%;
    height: 100%;
  }
}
.important .message-linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .important .message-linkarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.5rem;
    gap: 2rem;
  }
}
.important .message-linkarea__link {
  width: 28.4rem;
  height: 6.6rem;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 5rem;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  background: #fff;
}
.important .message-linkarea__link::before {
  content: "";
  position: absolute;
  background: url("../img/arrow-blue.webp") no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 87%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
}

.concept {
  position: relative;
  background: url("../img/bg-concept.webp") no-repeat center center;
  background-size: cover;
  aspect-ratio: 1440/770;
}
@media (max-width: 767px) {
  .concept {
    aspect-ratio: 375/480;
    background: url("../img/sp-bg-concept.webp") no-repeat center center;
    background-size: cover;
  }
}
.concept .concept-title {
  font-size: 12.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .concept .concept-title {
    font-size: 4.8rem;
  }
}
.concept .concept-text {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 12rem 0 22rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .concept .concept-text {
    font-size: 2rem;
    padding: 7rem 0 17rem;
    margin: 0 3.7rem 0 auto;
  }
}
.concept .concept-text::before {
  content: "";
  position: absolute;
  background: url("../img/mark-attention.webp") no-repeat center center;
  background-size: contain;
  top: 8.5rem;
  left: 18.5rem;
  width: 7.9rem;
  height: 3.4rem;
}
@media (max-width: 767px) {
  .concept .concept-text::before {
    top: 4.25rem;
    left: 10.25rem;
    width: 4rem;
    height: 1.7rem;
  }
}
.concept .concept-imagearea {
  position: absolute;
  top: 30%;
  right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .concept .concept-imagearea {
    top: 31rem;
    left: 12.6rem;
    right: auto;
  }
}
.concept .concept-image01 {
  width: 34.8rem;
  height: auto;
}
@media (max-width: 767px) {
  .concept .concept-image01 {
    width: 15.4rem;
    height: auto;
  }
}
.concept .concept-image02 {
  width: 29.4rem;
  height: auto;
  margin-left: -14.5rem;
}
@media (max-width: 767px) {
  .concept .concept-image02 {
    width: 13rem;
    height: auto;
    margin-left: 11rem;
    margin-top: -8rem;
  }
}

.feature {
  position: relative;
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .feature {
    padding-top: 5rem;
  }
}
.feature::before {
  content: "";
  position: absolute;
  top: 60rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-feature.webp") no-repeat;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 767px) {
  .feature::before {
    background: url("../img/sp-bg-feature.webp") no-repeat;
    top: 30rem;
    height: 100%;
  }
}
.feature .section-titlearea {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .feature .section-titlearea {
    gap: 1rem;
  }
}
.feature .section-titlearea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/title-bg_feature.webp") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.feature .section-title__en--feature {
  font-size: 9.6rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}
@media (max-width: 767px) {
  .feature .section-title__en--feature {
    font-size: 4rem;
  }
}
.feature .section-title__ja--feature {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .feature .section-title__ja--feature {
    font-size: 2.4rem;
  }
}
.feature .featuere-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.feature .title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.feature .vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.feature .number {
  font-size: 6.4rem;
  font-weight: 500;
}
.feature .en-text {
  font-family: "Licorice", cursive;
  color: #F4BC74;
  font-size: 3.2rem;
}
.feature .feature01 {
  margin-top: 8rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .feature .feature01 {
    padding: 0 2rem 12rem;
  }
}
.feature .feature01 .featuere-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .feature .feature01 .featuere-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.feature .feature01 .feature-textarea {
  width: 57rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .feature .feature01 .feature-textarea {
    width: 100%;
    margin-left: 0;
    padding: 2rem 0;
  }
}
.feature .feature01 .title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature .feature01 .vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.feature .feature01 .number {
  font-size: 6.4rem;
  font-weight: 500;
}
.feature .feature01 .en-text {
  font-family: "Licorice", cursive;
  color: #F4BC74;
  font-size: 3.2rem;
}
.feature .feature01 .feature-titlearea {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
.feature .feature01 .feature-text {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
}
.feature .feature01 .feature-imagearea {
  width: 75rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature01 .feature-imagearea {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .feature .feature01 .feature-image {
    width: 100%;
    height: auto;
  }
}
.feature .feature01 .feature-circle {
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: #fff;
  position: relative;
  padding: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .feature .feature01 .feature-circle {
    width: 16rem;
    height: 16rem;
    padding: 0.5rem;
  }
}
.feature .feature01 .feature-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22rem;
  height: 11rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 11rem 11rem;
  -webkit-transform: translate(-50%, 0) rotate(130deg);
          transform: translate(-50%, 0) rotate(130deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 1;
}
@media (max-width: 767px) {
  .feature .feature01 .feature-circle::before {
    width: 18rem;
    height: 9rem;
    border-radius: 0 0 9rem 9rem;
  }
}
.feature .feature01 .feature-circle01 {
  background: #CFA049;
  position: absolute;
  top: 70%;
  left: 5%;
}
@media (max-width: 767px) {
  .feature .feature01 .feature-circle01 {
    left: 1%;
  }
}
.feature .feature01 .feature-circle__image {
  z-index: 2;
  position: relative;
}
.feature .feature01 .feature-circle__text {
  color: #fff;
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  z-index: 2;
  position: relative;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .feature .feature01 .feature-circle__text {
    font-size: 2rem;
    padding-top: 1rem;
  }
}
.feature .feature01 .feature-circle02 {
  background: #2B90AC;
  position: absolute;
  top: 70%;
  left: 40%;
}
@media (max-width: 767px) {
  .feature .feature01 .feature-circle02 {
    left: 52%;
  }
}
.feature .feature02 {
  margin: 7rem auto;
  width: 120rem;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature02 {
    width: 100%;
    margin: 0 auto;
    background: transparent;
  }
}
.feature .feature02 .feature-textarea {
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-textarea {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  }
}
.feature .feature02 .title-number {
  position: absolute;
  top: 12%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature .feature02 .title-number {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.feature .feature02 .feature-titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-top: 6.5rem;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-titlearea {
    padding-top: 2rem;
  }
}
.feature .feature02 .feature-text {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
  letter-spacing: 0.09em;
  width: 107rem;
  margin: 2rem auto 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-text {
    width: 100%;
    margin: 2rem auto 4rem;
  }
}
.feature .feature02 .feature-imagearea {
  background: url("../img/feature02-bg.webp") no-repeat;
  background-size: contain;
  aspect-ratio: 1200/365;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-imagearea {
    background: url("../img/sp-feature02-bg.webp") no-repeat;
    height: 64rem;
    width: 100%;
    margin: 0 auto;
    background-size: contain;
    position: relative;
  }
}
.feature .feature02 .feature-imagearea__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  width: 126rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature .feature02 .feature-imagearea__items {
    width: 100%;
    height: 54rem;
    padding-top: 2rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    padding-top: 21rem;
  }
}
.feature .feature02 .feature-item01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item01 {
    -webkit-transform: translate(-9rem, -2rem);
            transform: translate(-9rem, -2rem);
  }
}
.feature .feature02 .feature-item01 .feature-item__image {
  width: 24rem;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item01 .feature-item__image {
    width: 16.2rem;
  }
}
.feature .feature02 .feature-item01 .feature-item__text {
  width: 21rem;
  height: 4.5rem;
  color: #fff;
  background: #CF6149;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item01 .feature-item__text {
    width: 14rem;
    height: 3rem;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
}
.feature .feature02 .feature-item01 .feature-item__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.feature .feature02 .feature-item02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item02 {
    margin-left: 18rem;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
}
.feature .feature02 .feature-item02 .feature-item__image {
  width: 24rem;
  height: auto;
  position: relative;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item02 .feature-item__image {
    width: 16.2rem;
  }
}
.feature .feature02 .feature-item02 .feature-item__text {
  width: 22rem;
  height: 4.5rem;
  color: #fff;
  background: #DDAE57;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item02 .feature-item__text {
    width: 18.3rem;
    height: 3rem;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
.feature .feature02 .feature-item02 .feature-item__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.feature .feature02 .feature-item03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item03 {
    -webkit-transform: translate(-9rem, -16rem);
            transform: translate(-9rem, -16rem);
  }
}
.feature .feature02 .feature-item03 .feature-item__image {
  width: 24rem;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item03 .feature-item__image {
    width: 16rem;
  }
}
.feature .feature02 .feature-item03 .feature-item__text {
  width: 21rem;
  height: 4.5rem;
  color: #fff;
  background: #51913D;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item03 .feature-item__text {
    width: 14rem;
    height: 3rem;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
.feature .feature02 .feature-item03 .feature-item__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.feature .feature02 .feature-item04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item04 {
    -webkit-transform: translateY(-22rem);
            transform: translateY(-22rem);
    margin-left: 18rem;
  }
}
.feature .feature02 .feature-item04 .feature-item__image {
  width: 15rem;
  height: auto;
  position: relative;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item04 .feature-item__image {
    width: 10.3rem;
  }
}
.feature .feature02 .feature-item04 .feature-item__text {
  width: 21rem;
  height: 4.5rem;
  color: #fff;
  background: #DDAE57;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item04 .feature-item__text {
    width: 14rem;
    height: 3rem;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
.feature .feature02 .feature-item04 .feature-item__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.feature .feature02 .feature-item05 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item05 {
    -webkit-transform: translate(-9rem, -30rem);
            transform: translate(-9rem, -30rem);
  }
}
.feature .feature02 .feature-item05 .feature-item__image {
  width: 24rem;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item05 .feature-item__image {
    width: 16rem;
  }
}
.feature .feature02 .feature-item05 .feature-item__text {
  width: 28rem;
  height: 4.5rem;
  color: #fff;
  background: #CF6149;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature02 .feature-item05 .feature-item__text {
    width: 30rem;
    height: auto;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    margin-left: 12rem;
  }
}
.feature .feature02 .feature-item05 .feature-item__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.feature .feature03 .featuere-item__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
}
@media (max-width: 767px) {
  .feature .feature03 .featuere-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.feature .feature03 .feature-textarea {
  width: 57rem;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .feature .feature03 .feature-textarea {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    min-height: auto;
  }
}
.feature .feature03 .title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature .feature03 .feature-titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.feature .feature03 .feature-imagearea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .feature .feature03 .feature-imagearea {
    width: 100%;
    padding: 0 2rem;
  }
}
.feature .feature03 .feature-imagearea .feature-image01 {
  width: 48.4rem;
  height: auto;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .feature .feature03 .feature-imagearea .feature-image01 {
    width: 22rem;
    margin-top: 0;
  }
}
.feature .feature03 .feature-imagearea .feature-image02 {
  width: 37.7rem;
  height: auto;
  z-index: 2;
  position: relative;
  margin-left: -10.1rem;
}
@media (max-width: 767px) {
  .feature .feature03 .feature-imagearea .feature-image02 {
    width: 17.2rem;
    height: auto;
    margin-top: -1rem;
    margin-left: -6rem;
  }
}
.feature .feature03 .feature-linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .feature .feature03 .feature-linkarea {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.feature .feature03 .feature-linkarea__link {
  width: 28.4rem;
  height: 6.6rem;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 5rem;
  background: #fff;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
.feature .feature03 .feature-linkarea__link::before {
  content: "";
  position: absolute;
  background: url("../img/arrow-blue.webp") no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 87%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
}
.feature .feature04 {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .feature .feature04 {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .feature .feature04 .featuere-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature .feature04 .feature-textarea {
  width: 57rem;
  font-family: "Zen Old Mincho", serif;
  margin-left: auto;
}
@media (max-width: 767px) {
  .feature .feature04 .feature-textarea {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  }
}
.feature .feature04 .title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .feature .feature04 .feature-titlearea {
    text-align: center;
  }
}
.feature .feature04 .feature-imagearea {
  position: relative;
  width: 75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .feature .feature04 .feature-imagearea {
    width: 100%;
    height: auto;
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .feature .feature04 .feature-image01 {
    width: 31rem;
  }
}
.feature .feature04 .feature-image02 {
  width: 41.4rem;
  height: auto;
  margin-left: 25.5rem;
  margin-top: -18rem;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature04 .feature-image02 {
    width: 22rem;
    margin-left: auto;
    margin-top: -3rem;
  }
}
.feature .feature04 .feature-image__textarea {
  position: absolute;
  top: 93%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature .feature04 .feature-image__textarea {
    left: 34%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.feature .feature04 .feature-image__text {
  background: #CF6149;
  position: relative;
  width: 21rem;
  height: 4.5rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature .feature04 .feature-image__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.feature .feature-boxarea__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .feature .feature-boxarea__flex {
    margin-top: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .feature .feature-boxarea__flex .feature05 {
    width: 100%;
    padding: 0 2rem;
  }
}
.feature .feature-boxarea__flex .feature-image {
  width: 59rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .feature .feature-boxarea__flex .feature-image {
    width: 28rem;
  }
}
.feature .feature-boxarea__flex .feature-textarea {
  width: 66rem;
  background: #fff;
  margin-left: 8rem;
  margin-top: -8.5rem;
  padding: 4rem 5rem;
  position: relative;
  z-index: 2;
  font-family: "Zen Old Mincho", serif;
  min-height: 57rem;
}
@media (max-width: 767px) {
  .feature .feature-boxarea__flex .feature-textarea {
    width: 31rem;
    margin-top: -4rem;
    margin-left: auto;
    padding: 1rem;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .feature .feature-boxarea__flex .title-number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature .feature-boxarea__flex .feature-titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .feature .feature-boxarea__flex .feature-titlearea {
    text-align: center;
  }
}
.feature .feature-boxarea__flex .feature06 {
  margin-left: -4rem;
}
@media (max-width: 767px) {
  .feature .feature-boxarea__flex .feature06 {
    width: 100%;
    margin-left: 0;
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .feature .feature-boxarea__flex .feature06 .feature-image {
    width: 28rem;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .feature .feature-boxarea__flex .feature06 .feature-textarea {
    margin-left: 0;
  }
}

.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;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .gallery-slider .splide__slide img {
    width: 100%;
    height: 10rem;
  }
}
.gallery-slider .splide__slide:nth-child(odd) {
  -webkit-transform: translateY(1.7rem);
          transform: translateY(1.7rem);
}

.medical {
  position: relative;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .medical {
    background: url("../img/bg-feature.webp") no-repeat top center;
    background-size: conver;
    width: 100%;
    height: 100%;
  }
}
.medical .titlearea__medical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.medical .section-title__en--medical {
  font-size: 9.6rem;
  letter-spacing: 0.13em;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #CFA049;
  position: relative;
}
@media (max-width: 767px) {
  .medical .section-title__en--medical {
    font-size: 4rem;
  }
}
.medical .section-title__en--medical::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -5rem;
  width: 5.6rem;
  height: 3.9rem;
  background: url("../img/icon-bird02.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .medical .section-title__en--medical::before {
    width: 3.4rem;
    height: 2.4rem;
    left: -3rem;
  }
}
.medical .section-title__ja--medical {
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .medical .section-title__ja--medical {
    font-size: 2.4rem;
  }
}
.medical .medical-grid__head {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .medical .medical-grid__head {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
  }
}
.medical .medical-item {
  position: relative;
}
@media (max-width: 767px) {
  .medical .medical-item01 {
    grid-area: 1/1/2/3;
  }
}
.medical .medical-item01 .medical-item__image::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/arrow-blue.webp") no-repeat center center;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 767px) {
  .medical .medical-item01 .medical-item__image::after {
    width: 1.2rem;
    height: 1.2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .medical .medical-item02 {
    grid-area: 1/3/2/5;
  }
}
.medical .medical-item02 .medical-item__image::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/arrow-green.webp") no-repeat center center;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 767px) {
  .medical .medical-item02 .medical-item__image::after {
    width: 1.2rem;
    height: 1.2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .medical .medical-item03 {
    grid-area: 2/2/3/4;
  }
}
.medical .medical-item03 .medical-item__image::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/arrow-red.webp") no-repeat center center;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 767px) {
  .medical .medical-item03 .medical-item__image::after {
    width: 1.2rem;
    height: 1.2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.medical .medical-item__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 480/390;
  position: relative;
}
.medical .medical-item__image::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 1px solid #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .medical .medical-item__image::before {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.medical .medical-item__textarea {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: 10rem;
  background: #fff;
  padding: 2rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .medical .medical-item__textarea {
    bottom: 0.5rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
    height: 5rem;
    padding: 1rem;
  }
}
.medical .medical-item__textarea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  background: url("../img/mark-triangle.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .medical .medical-item__textarea::before {
    width: 5rem;
    height: 5rem;
  }
}
.medical .medical-item__text--ja {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .medical .medical-item__text--ja {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.medical .medical-item__text--en {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .medical .medical-item__text--en {
    font-size: 1rem;
  }
}
.medical .medical-grid__bottom {
  width: 100%;
  padding: 0 7.75rem 4.1rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  background: url("../img/bg-footer.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .medical .medical-grid__bottom {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem;
  }
}
.medical .medical-grid__bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.6rem;
  height: 43.7rem;
  background: url("../img/medical-bg04.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .medical .medical-grid__bottom::before {
    width: 20rem;
    height: 22.4rem;
  }
}
.medical .medical-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .medical .medical-category {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.medical .medical-category01 .medical-category__title {
  font-family: "Zen Old Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 20rem;
  height: 22rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .medical .medical-category01 .medical-category__title {
    width: 12rem;
    height: 10rem;
    margin: 0;
  }
}
.medical .medical-category01 .medical-category__title--text {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .medical .medical-category01 .medical-category__title--text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.medical .medical-category01 .medical-category__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22rem;
  height: 20rem;
  background: url("../img/medical-bg01.webp") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .medical .medical-category01 .medical-category__title::before {
    width: 100%;
    height: 10rem;
  }
}
.medical .medical-category02 .medical-category__title {
  font-family: "Zen Old Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 25rem;
  height: 22rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .medical .medical-category02 .medical-category__title {
    width: 100%;
    height: 10rem;
    margin: 0;
  }
}
.medical .medical-category02 .medical-category__title--text {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .medical .medical-category02 .medical-category__title--text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.medical .medical-category02 .medical-category__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18rem;
  height: 16.5rem;
  background: url("../img/medical-bg02.webp") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .medical .medical-category02 .medical-category__title::before {
    width: 100%;
    height: 10rem;
  }
}
.medical .medical-item__card {
  width: 30.5rem;
  height: 11rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  border-left: 1rem solid #CFA049;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  gap: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .medical .medical-item__card {
    width: 15.6rem;
    height: 5.5rem;
    padding-left: 1rem;
    gap: 1rem;
  }
}
.medical .medical-item__card::before {
  content: "";
  position: absolute;
  background: url("../img/arrow-yerrow.webp") no-repeat center center;
  background-size: contain;
  bottom: 1rem;
  right: 1rem;
  width: 2.3rem;
  height: 2.3rem;
}
@media (max-width: 767px) {
  .medical .medical-item__card::before {
    width: 1.2rem;
    height: 1.2rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.medical .medical-item__card--icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.medical .medical-item__card--icon01 {
  width: 3.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon01 {
    width: 1.7rem;
  }
}
.medical .medical-item__card--textarea {
  font-family: "Zen Old Mincho", serif;
}
.medical .medical-item__card--text--ja {
  font-size: 2.4rem;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .medical .medical-item__card--text--ja {
    font-size: 1.6rem;
  }
}
.medical .medical-item__card--text--en {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .medical .medical-item__card--text--en {
    font-size: 0.8rem;
  }
}
.medical .medical-item__card--icon02 {
  width: 3.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon02 {
    width: 1.7rem;
  }
}
.medical .medical-item__card--icon03 {
  width: 4.4rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon03 {
    width: 2.3rem;
  }
}
.medical .medical-item__card--icon04 {
  width: 3.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon04 {
    width: 1.7rem;
  }
}
.medical .medical-item__card--icon05 {
  width: 3.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon05 {
    width: 1.5rem;
  }
}
.medical .medical-item__card--icon06 {
  width: 4.4rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon06 {
    width: 2.3rem;
  }
}
.medical .medical-item__card--icon07 {
  width: 3.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon07 {
    width: 1.6rem;
  }
}
.medical .medical-category03 .medical-category__title {
  font-family: "Zen Old Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 27rem;
  height: 22rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .medical .medical-category03 .medical-category__title {
    width: 100%;
    height: 10rem;
    margin: 0;
  }
}
.medical .medical-category03 .medical-category__title--text {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .medical .medical-category03 .medical-category__title--text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.medical .medical-category03 .medical-category__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 19rem;
  height: 17rem;
  background: url("../img/medical-bg03.webp") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .medical .medical-category03 .medical-category__title::before {
    width: 100%;
    height: 10rem;
  }
}
.medical .medical-item__card--icon08 {
  width: 4rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon08 {
    width: 2rem;
  }
}
.medical .medical-item__card--icon09 {
  width: 2.8rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon09 {
    width: 1.4rem;
  }
}
.medical .medical-category04 .medical-category__title {
  font-family: "Zen Old Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 30rem;
  height: 22rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .medical .medical-category04 .medical-category__title {
    width: 100%;
    height: 10rem;
    margin: 0;
  }
}
.medical .medical-category04 .medical-category__title--text {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .medical .medical-category04 .medical-category__title--text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.medical .medical-category04 .medical-category__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22rem;
  height: 20rem;
  background: url("../img/medical-bg01.webp") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .medical .medical-category04 .medical-category__title::before {
    width: 100%;
    height: 10rem;
  }
}
.medical .medical-item__card--icon10 {
  width: 4rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon10 {
    width: 2rem;
  }
}
.medical .medical-item__card--icon11 {
  width: 3.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .medical-item__card--icon11 {
    width: 1.7rem;
  }
}

.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%;
  -webkit-transform: translateX(-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);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          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);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          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);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

.greeting {
  position: relative;
  background: url("../img/bg-greeting.webp") no-repeat center center;
  background-size: cover;
  aspect-ratio: 1440/706;
}
.greeting::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 79.4rem;
  height: 47.85rem;
  background: url("../img/greeting01.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .greeting::before {
    width: 100%;
    height: 16rem;
    background: url("../img/greeting01.webp") no-repeat center right;
    background-size: contain;
  }
}
.greeting:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56.85rem;
  height: 30.4rem;
  background: url("../img/greeting-triangle.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .greeting:after {
    width: 50%;
    height: 9.3rem;
  }
}
.greeting .section-title__en--greeting {
  font-size: 9.6rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
@media (max-width: 767px) {
  .greeting .section-title__en--greeting {
    font-size: 4rem;
    padding-top: 3rem;
  }
}
.greeting .greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.4rem;
  position: relative;
  z-index: 2;
  width: 123rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .greeting .greeting__content {
    padding: 0 2rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.greeting .greeting-textarea {
  width: 73.2rem;
}
@media (max-width: 767px) {
  .greeting .greeting-textarea {
    width: 100%;
  }
}
.greeting .greeting__content--text {
  line-height: 1.8;
  letter-spacing: 0.09em;
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .greeting .greeting__content--text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .greeting .greeting-linkarea {
    width: 100%;
    padding: 3rem 0;
  }
}
.greeting .greeting-linkarea__link {
  margin: 2rem auto 0;
  width: 28.4rem;
  height: 6.6rem;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 5rem;
  background: #fff;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .greeting .greeting-linkarea__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.greeting .greeting-linkarea__link::before {
  content: "";
  position: absolute;
  background: url("../img/arrow-blue.webp") no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 87%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
}
.greeting .greeting-imagearea {
  width: 46.4rem;
  height: auto;
  aspect-ratio: 464/561;
  position: relative;
  margin-top: 7rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .greeting .greeting-imagearea {
    width: 22rem;
    height: auto;
    margin: 0 auto;
  }
}
.greeting .greeting-imagearea__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26rem;
  height: 10rem;
  background-color: #fff;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.greeting .greeting-imagearea__text span {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .greeting .greeting-imagearea__text {
    width: 18rem;
    height: 7rem;
    font-size: 1.4rem;
    -webkit-transform: translate(-20%, 20%);
            transform: translate(-20%, 20%);
  }
  .greeting .greeting-imagearea__text span {
    font-size: 2.2rem;
  }
}

.blog {
  padding: 8.5rem 0 0;
  position: relative;
}
.blog .blog-headarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .blog .blog-headarea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.blog .titlearea {
  font-family: "Zen Old Mincho", serif;
}
.blog .titlearea__blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .blog .titlearea__blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.blog .titlearea__blog::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 18rem;
  width: 3.7rem;
  height: 3.2rem;
  background: url("../img/icon-butterfly.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .blog .titlearea__blog::before {
    left: 10rem;
    top: -3rem;
  }
}
.blog .section-title__ja--blog {
  font-size: 1.6rem;
}
.blog .more-button__text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
}
.blog .more-button__icon {
  width: 8.35rem;
  height: auto;
  margin-top: -2rem;
}
.blog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .blog-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
}
.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  background: #FAFAFA;
}
@media (max-width: 767px) {
  .blog-item {
    width: 100%;
  }
}
.blog-item__image {
  width: 12rem;
  height: 12rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
  background: #eee;
}
.blog-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-item__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .blog-item__textarea {
    padding: 1rem;
  }
}
.blog-item__date {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.blog-item__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 4rem auto 0;
}
.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%;
  -o-object-fit: cover;
     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%;
  -webkit-transform: translateX(-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: -webkit-fit-content;
  inline-size: -moz-fit-content;
  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: -webkit-fit-content;
  inline-size: -moz-fit-content;
  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 .contents-title {
  letter-spacing: 0.02em;
}
.page-child .pediatric-orthodontics {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-child .pediatric-orthodontics {
    margin-top: 4rem;
  }
}
.page-child .treatment-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 115rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .page-child .treatment-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}
.page-child .treatment-textarea {
  width: 64rem;
}
@media (max-width: 767px) {
  .page-child .treatment-textarea {
    width: 100%;
  }
}
.page-child .treatment-text__head {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
.page-child .treatment-text__bottom-item {
  margin-top: 2rem;
}
.page-child .treatment-tag {
  width: 18.5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  color: #CFA049;
  border: 1px solid #CFA049;
}
.page-child .treatment-text__bottom-item--text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
.page-child .treatment-imagearea {
  width: 44.5rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-child .treatment-imagearea {
    width: 100%;
  }
}
.page-child .treatment-table {
  margin-top: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .page-child .treatment-table {
    margin-top: 2rem;
  }
}
.page-child .treatment-table .c-treatment-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #727272;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .page-child .treatment-table .c-treatment-table {
    border: none;
    display: block;
  }
}
@media (max-width: 767px) {
  .page-child .treatment-table .c-treatment-table tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-child .treatment-table .c-treatment-table tr {
    display: block;
    margin-bottom: 2rem;
    border: 1px solid #727272;
  }
}
.page-child .treatment-table .c-treatment-table th,
.page-child .treatment-table .c-treatment-table td {
  border: 1px solid #727272;
  padding: 3rem;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-child .treatment-table .c-treatment-table th,
  .page-child .treatment-table .c-treatment-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 2rem;
  }
}
.page-child .treatment-table .c-treatment-table th {
  background-color: #F5EADB;
  width: 25%;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  .page-child .treatment-table .c-treatment-table th {
    border-bottom: 1px solid #727272;
    width: 100%;
  }
}
.page-child .treatment-table .c-treatment-table td {
  background-color: #fff;
  width: 75%;
}
@media (max-width: 767px) {
  .page-child .treatment-table .c-treatment-table td {
    width: 100%;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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%;
  -webkit-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.page-first .promise-contents__item {
  width: 100%;
  max-width: 120rem;
  min-height: 16rem;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.page-first .promise-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 .philosophy-contents {
  background: url("../img/clinic01.webp") no-repeat;
  background-position: 40% center;
  background-size: cover;
  aspect-ratio: 1440/645;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10rem 0;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-clinic .philosophy-contents {
    background-position: center bottom;
    aspect-ratio: 375/250;
    padding: 2rem 2rem 4rem;
    overflow: hidden;
    margin-top: -4rem;
  }
}
.page-clinic .philosophy-title {
  width: 60%;
  color: #fff;
  font-size: 3.2rem;
  padding-top: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .philosophy-title {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 6rem;
  }
}
.page-clinic .philosophy-title::before {
  content: "";
  position: absolute;
  top: 10.5rem;
  left: 8rem;
  width: 4rem;
  height: 3.5rem;
  background: url("../img/icon-clinic01.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-clinic .philosophy-title::before {
    top: 6rem;
    left: 2rem;
    width: 2rem;
    height: 1.75rem;
  }
}
.page-clinic .philosophy-title::after {
  content: "";
  position: absolute;
  top: 10.5rem;
  right: 8rem;
  width: 4rem;
  height: 3.5rem;
  background: url("../img/icon-clinic02.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-clinic .philosophy-title::after {
    top: 6rem;
    right: 2rem;
    width: 2rem;
    height: 1.75rem;
  }
}
.page-clinic .philosophy-text {
  width: 60%;
  color: #fff;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .philosophy-text {
    width: 100%;
    font-size: 1rem;
    margin-top: 2rem;
    letter-spacing: 0;
  }
}
.page-clinic .about-clinic {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .page-clinic .about-clinic {
    margin-top: 4rem;
  }
}
.page-clinic .clinic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-clinic .clinic-item__image {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__image {
    width: 100%;
  }
}
.page-clinic .clinic-item__image::before {
  content: "";
  position: absolute;
  bottom: 5%;
  right: -10%;
  width: 12rem;
  height: 11rem;
  z-index: 2;
  background: url("../img/flower-beige.webp") no-repeat center center;
  background-size: contain;
}
.page-clinic .clinic-item__textarea {
  width: 42%;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__textarea {
    width: 100%;
  }
}
.page-clinic .clinic-item__title {
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__title {
    font-size: 2rem;
    letter-spacing: 0.09em;
    text-align: center;
  }
}
.page-clinic .clinic-item__title span {
  color: #2B90AC;
}
.page-clinic .clinic-item__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__text {
    font-size: 1.2rem;
    letter-spacing: 0.09em;
    padding: 0 2rem;
  }
}
.page-clinic .clinic-item__reverse {
  margin-top: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page-clinic .clinic-item__reverse .clinic-item__image {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__reverse .clinic-item__image {
    width: 100%;
  }
}
.page-clinic .clinic-item__reverse .clinic-item__image::before {
  content: "";
  position: absolute;
  bottom: 5%;
  left: -10%;
  width: 12rem;
  height: 11rem;
  z-index: 2;
  background: url("../img/flower-green.webp") no-repeat center center;
  background-size: contain;
}
.page-clinic .clinic-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page-clinic .clinic-card {
  width: 57.6rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-clinic .clinic-card {
    width: 100%;
  }
}
.page-clinic .clinic-card01 .clinic-card__image-title {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  line-height: 1.6;
  color: #fff;
  padding: 2rem 0;
  background: #CFA049;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .clinic-card01 .clinic-card__image-title {
    font-size: 1.4rem;
    letter-spacing: 0.09em;
    padding: 1rem 0;
  }
}
.page-clinic .clinic-card__textarea {
  margin-top: 2.4rem;
}
.page-clinic .clinic-card__text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .page-clinic .clinic-card__text {
    font-size: 1.2rem;
    letter-spacing: 0.09em;
    padding: 0 2rem;
  }
}
.page-clinic .clinic-card02 .clinic-card__image-title {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  line-height: 1.6;
  color: #fff;
  padding: 2rem 0;
  background: #CF6149;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .clinic-card02 .clinic-card__image-title {
    font-size: 1.4rem;
    letter-spacing: 0.09em;
    padding: 1rem 0;
  }
}
.page-clinic .clinic-item__bottom {
  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-clinic .clinic-item__bottom {
    padding: 4rem 2rem 0;
  }
}
.page-clinic .clinic-item__bottom--grid {
  width: 57%;
  margin: 7rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__bottom--grid {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin: 4rem auto 0;
    gap: 2rem;
    padding-bottom: 4rem;
  }
}
.page-clinic .clinic-item__bottom--grid-item {
  width: 39rem;
  min-height: 56rem;
  background: #fff;
  padding: 4rem 2rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__bottom--grid-item {
    width: 100%;
    min-height: auto;
    padding: 2rem 2rem;
  }
}
.page-clinic .clinic-item__bottom--grid-item01 .clinic-item__bottom--grid--item--title {
  color: #CFA049;
}
.page-clinic .clinic-item__bottom--grid-item02 .clinic-item__bottom--grid--item--title {
  color: #CF6149;
}
.page-clinic .clinic-item__bottom--grid-item03 .clinic-item__bottom--grid--item--title {
  color: #2B90AC;
}
.page-clinic .clinic-item__bottom--grid-item04 .clinic-item__bottom--grid--item--title {
  color: #51913D;
}
.page-clinic .clinic-item__bottom--grid-item-image {
  width: 28rem;
  height: auto;
  margin: 3rem auto;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__bottom--grid-item-image {
    width: 100%;
    margin: 2rem auto;
  }
}
.page-clinic .clinic-item__bottom--grid--item--title {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__bottom--grid--item--title {
    font-size: 1.4rem;
    letter-spacing: 0.09em;
  }
}
.page-clinic .clinic-item__bottom--grid--item--text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .page-clinic .clinic-item__bottom--grid--item--text {
    font-size: 1.2rem;
    letter-spacing: 0.09em;
    padding: 0 2rem;
  }
}

.page-staff .position {
  text-align: center;
}
.page-staff .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
.page-staff .name__ja {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .page-staff .name__ja {
    font-size: 2.4rem;
  }
}
.page-staff .name__en {
  color: #CF6149;
}
@media (max-width: 767px) {
  .page-staff .name__en {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-staff .flex-text {
    font-size: 1.6rem;
  }
}
.page-staff .flex-text__greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-bottom: 1rem;
}
.page-staff .paragraph {
  font-size: 1.6rem;
}
.page-staff .flex-image {
  width: 49.5rem;
  height: 55.6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-staff .flex-image {
    width: 100%;
    height: auto;
  }
}
.page-staff .flex-image::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: calc(100% + 1rem);
  background: #CFA049;
  z-index: -1;
}
.page-staff .flex-image::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 15rem;
  height: 14rem;
  background: url(../img/flower-beige.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .page-staff .flex-image::after {
    width: 10rem;
    height: 9rem;
  }
}
.page-staff .status {
  margin-top: 11rem;
  background: url(../img/bg-footer.webp) no-repeat top center/cover;
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .page-staff .status {
    padding-bottom: 4rem;
  }
}
.page-staff .status-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .page-staff .status-item__wrapper {
    padding-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-staff .status-item {
  width: 61.4rem;
  min-height: 40rem;
  background: #fff;
  padding-top: 6rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .page-staff .status-item {
    width: 100%;
    min-height: auto;
    padding: 2rem 2rem;
  }
}
.page-staff .status-item__title {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.09em;
  line-height: 1.6;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-staff .status-item__title {
    font-size: 2rem;
  }
}
.page-staff .status-item__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36rem;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .page-staff .status-item__title::before {
    width: 24rem;
  }
}
.page-staff .status-item__list {
  list-style: disc;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .page-staff .status-item__list {
    padding-left: 1rem;
  }
}
.page-staff .status-item__list-item {
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-staff .status-item__list-item {
    font-size: 1.4rem;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-aesthetic .ceramic-feature {
    width: 100%;
    margin: 3rem auto 0;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -webkit-transition: opacity 0.3s;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
.news-list .news-list__thumb {
  width: 24rem;
  height: 16rem;
  -ms-flex-negative: 0;
      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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list .news-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .news-list .pager-area {
    margin-top: 4rem;
  }
}

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

.single-news {
  padding-top: 1rem;
}
.single-news .news-single__header {
  padding-top: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .single-news .news-single__buttons {
    max-width: 80%;
    margin: 2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  }
}
.single-blog {
  padding-top: 1rem;
}
.single-blog .blog {
  padding-top: 8.5rem;
}
@media (max-width: 767px) {
  .single-blog .blog {
    padding-top: 4rem;
  }
}

.blog-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  max-width: 80rem;
  margin: 0 auto;
}

.blog-single__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .blog-single__title {
    font-size: 2rem;
  }
}

.blog-single__thumb {
  max-width: 80rem;
  margin: 4rem auto;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .blog-single__thumb {
    margin: 2rem auto;
  }
}

.blog-single__content {
  max-width: 80rem;
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .blog-single__content {
    margin: 2rem auto;
  }
  .blog-single__content p {
    font-size: 1.4rem;
  }
}

.blog-single__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-single__buttons {
    max-width: 80%;
    margin: 2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.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) {
  .c-btn {
    font-size: 1.4rem;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

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

.to-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-fv-information__box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.c-tel-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-navarea .nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.c-navarea .nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #ddd;
}
.c-navarea .nav__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 1.5rem 0;
  -webkit-transition: opacity 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-navarea .nav__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     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;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: auto;
}
.c-navarea .nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  padding: 1rem 1.8rem;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          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;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 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;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.c-navarea .nav__dropdown-link:hover {
  color: #000;
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}
.c-pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  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;
}