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

.bg-beige {
  background: #EFE8DD;
}

.bg-cyan {
  background: rgba(153, 245, 253, 0.14);
}

.bg-pink {
  background: #FEE9E7;
}

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.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.5641025641vw, 12.8205128205px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  background: #f3f1ed;
  color: #524c51;
}

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

.grecaptcha-badge {
  display: none;
}

#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  background: url("../img/animal.webp") no-repeat center center;
  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;
}

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

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

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

.section-title__main {
  position: relative;
  z-index: 1;
  font-size: 3.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-title__main {
    font-size: 2.4rem;
  }
}

.section-title__sub {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .section-title__sub {
    font-size: 1.8rem;
  }
}

.page-section-title {
  width: 100%;
  background: #eee;
  padding: 6rem 0;
  margin: 5rem 0;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  color: #524c51;
  text-shadow: 0px 2px 4px rgba(67, 67, 67, 0.4);
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 8px 2px rgba(255, 220, 0, 0.6);
          box-shadow: 0px 2px 8px 2px rgba(255, 220, 0, 0.6);
}
@media (max-width: 767px) {
  .page-section-title {
    padding: 3rem 0;
    margin: 4rem 0;
    font-size: 3rem;
  }
}
.page-section-title::before {
  content: "";
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10.6rem;
  height: 2.4rem;
  aspect-ratio: 212/49;
  background: url("../img/icon-flower.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-section-title::before {
    top: 80%;
    width: 8rem;
    height: 2rem;
  }
}

.flow-contents {
  border: 1px solid #f79427;
}

.flow-item {
  padding: 4rem;
  background: #fff;
}

.flow-item__inner {
  background: #fff;
  border-bottom: 1px solid #f79427;
}

.flow-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding-bottom: 6rem;
  position: relative;
}
.flow-item__flex::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  border-bottom: 1px solid #f79427;
  border-right: 1px solid #f79427;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.flow-item__flex::after {
  content: "";
  width: 8rem;
  height: 2.2rem;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  z-index: 1;
}

.flow-item__bottom .flow-item__inner {
  border-bottom: none;
}
.flow-item__bottom .flow-item__flex {
  padding-bottom: 0;
}
.flow-item__bottom .flow-item__flex::before {
  display: none;
}
.flow-item__bottom .flow-item__flex::after {
  display: none;
}

.flow-item__flex--left {
  width: 55%;
}

.flow-item__flex--right {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 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;
}

.step-titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.step-tag {
  display: inline-block;
  min-width: 12rem;
  height: 4.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;
  background: #f79427;
  font-size: 2.2rem;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.step-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
}

.step-textarea {
  font-size: 2.2rem;
  margin-top: 4rem;
}

.step-text {
  line-height: 1.5;
}
.step-text span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.8rem;
}

.step-text__bottom {
  margin-top: 2rem;
  line-height: 1.5;
  color: red;
}

.page-visit .flow-item__flex {
  display: block;
  gap: 2rem;
  padding-bottom: 6rem;
  position: relative;
}
.page-visit .flow-item__flex--left {
  width: 100%;
}

.faq {
  margin-top: 10rem;
}

.faq-accordion {
  padding: 6rem 0 10rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.faq-accordion__list {
  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;
}

.faq-accordion__item {
  border: 1px solid #e6e6e8;
  border-radius: 1rem;
  overflow: hidden;
}

/* 質問部分 */
.q-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 3rem;
  gap: 1.5rem;
  border: 1px solid #f79427;
  border-radius: 1rem;
}

.q-item .icon {
  font-weight: 700;
  line-height: 1;
  background: #f79427;
  border-radius: 50%;
  color: #fff;
  width: 4rem;
  height: 4rem;
  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: 2.4rem;
}

.q-item .text {
  padding-left: 1.5rem;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}

.q-item .mark {
  margin-left: auto;
  font-size: 3.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 回答部分 */
.a-item {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 3rem;
  border-radius: 1rem;
  border: 1px solid #ffdc00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.a-item.is-open {
  max-height: 500px;
  padding: 2.4rem 3rem 3rem;
}
.a-item .icon {
  font-weight: 700;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffdc00;
  border-radius: 50%;
  color: #fff;
  width: 4rem;
  height: 4rem;
  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: 2.4rem;
}
.a-item .text {
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 1rem;
}
.a-item .text p {
  line-height: 1.5;
}
.a-item .text a {
  color: #f79427;
  text-decoration: underline;
}
.a-item .text .faq-accordion__link {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: none;
  background: #f79427;
  padding: 2rem 4rem;
  border-radius: 25px;
  display: inline-block;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .q-item {
    padding: 1.4rem 1.8rem;
  }
  .q-item .text {
    font-size: 1.6rem;
  }
  .a-item {
    padding: 0 1.8rem;
  }
  .a-item.is-open {
    padding: 1.8rem 1.8rem 2.4rem;
  }
  .a-item .text {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
.fv {
  position: relative;
  background-image: url("../img/bg-feature.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/920;
  padding: 3rem 5rem 5rem;
  height: 55rem;
  width: 100%;
}
@media (max-width: 767px) {
  .fv {
    padding: 4rem 0;
    aspect-ratio: 390/600;
  }
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 148, 39, 0.1);
  z-index: 1;
}
.fv .fv-headarea,
.fv .fv-centerarea,
.fv .fv-information,
.fv .fv-animal {
  position: relative;
  z-index: 2;
  color: #fff;
}
.fv .fv-headarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fv .fv-title {
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  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: 2rem;
}
@media (max-width: 767px) {
  .fv .fv-title {
    display: none;
  }
}
.fv .fv-title .fv-title__image {
  width: 6rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}
.fv .fv-title .dc-name__ja,
.fv .fv-title .dc-name__en {
  text-shadow: 2px 2px 4px rgba(255, 140, 0, 0.3), 1px 1px 2px rgba(255, 140, 0, 0.4), 0 0 8px rgba(255, 140, 0, 0.2);
}
.fv .fv-title .dc-name__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}
.fv .fv-title .dc-name__en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
.fv .fv-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.fv .fv-information__access {
  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-top: 1rem;
}
@media (max-width: 767px) {
  .fv .fv-information__access {
    display: none;
  }
}
.fv .fv-information__sp {
  display: none;
}
@media (max-width: 767px) {
  .fv .fv-information__sp {
    display: block;
  }
  .fv .fv-information__sp .fv-information__access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    z-index: 2;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fv .fv-information__sp .means-icon {
    width: 2rem;
    height: 2rem;
  }
  .fv .fv-information__sp .means-text {
    font-size: 1.8rem;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
  }
}
.fv .means {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.fv .means-icon {
  width: 3.5rem;
  height: 3.5rem;
}
.fv .means-text {
  font-size: 2.2rem;
}
.fv .fv-centerarea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fv .fv-centerarea__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .fv .fv-centerarea__image {
    gap: 3rem;
  }
}
.fv .fv-centerarea__image--left {
  width: 30rem;
  height: auto;
}
@media (max-width: 767px) {
  .fv .fv-centerarea__image--left {
    width: 15rem;
  }
}
.fv .fv-centerarea__image--right {
  width: 23rem;
  height: auto;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .fv .fv-centerarea__image--right {
    width: 10rem;
    margin-top: 5rem;
  }
}
.fv .fv-catch {
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0px 4px 4px rgba(67, 67, 67, 0.4);
  text-align: center;
  margin-top: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fv .fv-catch {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.fv .fv-catch span {
  color: #ee870d;
}
.fv .fv-animal {
  width: 18rem;
  height: auto;
  position: absolute;
  top: 40%;
  right: 4rem;
}
@media (max-width: 767px) {
  .fv .fv-animal {
    width: 10rem;
    height: auto;
    top: 68%;
    right: 2rem;
  }
}

.fv-image01 {
  width: 25rem;
  height: 35rem;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .fv-image01 {
    width: 15rem;
    height: 15rem;
    bottom: 55%;
    left: 10%;
    opacity: 0.85;
  }
}
.fv-image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 45% 45% 0 0;
}
@media (max-width: 767px) {
  .fv-image01 img {
    border-radius: 50%;
  }
}

.fv-image02 {
  width: 22rem;
  height: 30rem;
  z-index: 1;
  position: absolute;
  bottom: 30%;
  left: 33%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .fv-image02 {
    width: 15rem;
    height: 15rem;
    bottom: 45%;
    left: 80%;
    opacity: 0.85;
  }
}
.fv-image02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 45% 45% 0 0;
}
@media (max-width: 767px) {
  .fv-image02 img {
    border-radius: 50%;
  }
}

.fv-image03 {
  width: 30rem;
  height: 35rem;
  z-index: 1;
  position: absolute;
  bottom: 30%;
  left: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .fv-image03 {
    width: 15rem;
    height: 15rem;
    bottom: 10%;
    left: 30%;
    opacity: 0.85;
  }
}
.fv-image03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 45% 45% 0 0;
}
@media (max-width: 767px) {
  .fv-image03 img {
    border-radius: 50%;
  }
}

.fv-information__box {
  width: 52rem;
}
@media (max-width: 767px) {
  .fv-information__box {
    display: none;
  }
}

.fv-information__box--tel {
  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;
  background: #f79427;
  padding: 2rem 3rem;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.icon-tel {
  width: 5rem;
  height: 5rem;
}

.tel-text {
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.fv-information__box--address {
  background: #ffdc00;
  padding: 1rem 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 2.6rem;
}

.address-text {
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.fv .fv-navarea {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.fv .nav__content {
  background-color: rgba(239, 232, 221, 0.85);
  border-radius: 1rem;
  padding: 1rem 3rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.fv .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;
}
.fv .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;
}
.fv .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: rgba(255, 255, 255, 0.8);
}
.fv .nav__item--has-dropdown:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: auto;
}
.fv .nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  background: rgba(239, 232, 221, 0.85);
  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;
}
.fv .nav__dropdown-item + .nav__dropdown-item {
  margin-top: 1rem;
}
.fv .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;
}
.fv .nav__dropdown-link:hover {
  color: #f79427;
}
.fv .nav__link {
  width: 20rem;
  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: 1rem 1.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fv .nav__link:hover {
  opacity: 0.7;
}
.fv .nav__icon {
  width: 5rem;
  height: 5rem;
  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;
}
.fv .nav__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv .nav__text {
  font-size: 1.4rem;
  color: #333;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.factor-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.factor-flex__item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}

.factor-flex__item--title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.factor-flex__item--text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}

.progress {
  margin-top: 4rem;
}

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

.progress-item {
  background: rgba(247, 148, 39, 0.1);
  border-radius: 1rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.progress-item--title {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 2rem;
  border-bottom: 2px dotted #f79427;
}
@media (max-width: 767px) {
  .progress-item--title {
    font-size: 2rem;
  }
}

.progress-item__flex {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .progress-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
    gap: 2rem;
    padding: 1rem 0.5rem;
  }
}

.progress-item__flex--image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .progress-item__flex--image {
    width: 80%;
    margin: 0 auto;
  }
}
.progress-item__flex--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.progress-item__flex--text {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .progress-item__flex--text {
    font-size: 1.6rem;
    letter-spacing: -0.03em;
  }
}

.prevention .progress-item {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .prevention .progress-item {
    margin-top: 4rem;
  }
}
.prevention .progress-item__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .prevention .progress-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.improvement-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}

.improvement-item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}

.improvement-item__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.improvement-item__text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}

.improvement-bottom {
  margin-top: 4rem;
  width: 100%;
}

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

.review-item {
  border: 2px solid #ffdc00;
  background: #fff;
  padding: 4rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 2px 6px rgba(247, 148, 39, 0.2);
          box-shadow: 0 2px 6px rgba(247, 148, 39, 0.2);
}
@media (max-width: 767px) {
  .review-item {
    padding: 2rem;
  }
}

.review-title {
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 2px dotted #ffdc00;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .review-title {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    padding-left: 1em;
  }
}

.review-contents {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .review-contents {
    margin-top: 1rem;
  }
}

.review-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .review-list {
    padding: 0.5rem;
  }
}

.review-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .review-contents-item {
    font-size: 1.6rem;
    padding-left: 1em;
    letter-spacing: 0.03em;
  }
}
.review-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #f79427;
}
.review-contents-item + .review-contents-item {
  margin-top: 1rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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-radius: 0 0 2rem 2rem;
  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: 5.7rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 3.5rem;
    border-radius: 0 0 1rem 1rem;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.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;
  }
}

.fv-title {
  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;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
}
.fv-title .fv-title__image {
  width: 7rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}
.fv-title .fv-title__text {
  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: 0.5rem;
}
.fv-title .dc-name__ja,
.fv-title .dc-name__en {
  text-shadow: 2px 2px 4px rgba(255, 140, 0, 0.3), 1px 1px 2px rgba(255, 140, 0, 0.4), 0 0 8px rgba(255, 140, 0, 0.2);
}
.fv-title .dc-name__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .fv-title .dc-name__ja {
    font-size: 2.4rem;
  }
}
.fv-title .dc-name__en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .fv-title .dc-name__en {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .fv-title .fv-title__image {
    width: 3rem;
  }
}

#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: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-nav__content--item {
  width: auto;
  min-width: 14rem;
  padding: 0 1rem;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
.l-nav__content--item:last-child {
  border-right: none;
}
.l-nav__content--item .nav__icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  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 .nav__icon img {
  width: 100%;
}
.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(239, 232, 221, 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: #f79427;
}

.l-header-english {
  width: 11rem;
  background: #f79427;
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.5rem;
}
.l-header-english:hover {
  background: rgb(255, 255, 255);
  color: #f79427;
  border: 1px solid #f79427;
}
@media (max-width: 767px) {
  .l-header-english {
    display: none;
  }
}

.header-information .fv-information__box {
  width: 45rem;
}
.header-information .tel-text {
  font-size: 4rem;
}
.header-information .address-text {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .header-information {
    display: none;
  }
}

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

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  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.5rem;
  padding-left: 2rem;
  list-style: none;
}

.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;
}
.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 {
  font-size: 1.8rem;
  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-header-live {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 19rem;
  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;
}
@media (max-width: 767px) {
  .l-header-live {
    height: 5rem;
  }
}
.l-header-live .l-header__wrap {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FEE9E7;
}
@media (max-width: 767px) {
  .l-header-live .l-header__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
  }
}
.l-header-live .l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 15.93rem;
  height: auto;
  padding-left: 2.483rem;
}
@media (max-width: 767px) {
  .l-header-live .l-header__title {
    padding-left: 0;
    width: 5.5rem;
    height: auto;
  }
}
.l-header-live #l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0rem;
}
.l-header-live .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: 4.5rem;
  padding-right: 7.4rem;
}
@media (max-width: 767px) {
  .l-header-live .l-nav__content--items {
    display: none;
  }
}
.l-header-live .link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 900;
}
.l-header-live .link-items__image {
  width: 6.1rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-header-live .nav-link__image {
    width: 6.1rem;
    height: auto;
  }
}

.l-footer {
  background: #fff !important;
}
.l-footer .footer-head__image {
  width: 100%;
  height: auto;
}
.l-footer .footer-headarea {
  width: 140rem;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer .footer-headarea {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-footer .footer-head__flex {
  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 .footer-head__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: 2rem;
  }
}
.l-footer .footer-titlearea {
  color: #ffdc00;
  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;
}
.l-footer .footer-title__image {
  width: 6.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .footer-title__image {
    width: 4rem;
  }
}
.l-footer .footer-title__main {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-footer .footer-title__main {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}
.l-footer .footer-title__sub {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-footer .footer-title__sub {
    font-size: 1.4rem;
  }
}
.l-footer .footer-addressarea {
  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;
}
.l-footer .footer-addressarea__top {
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .footer-addressarea__top {
    font-size: 1.6rem;
  }
}
.l-footer .footer-addressarea__tel {
  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: 1rem;
}
.l-footer .footer-addressarea__tel--icon {
  width: 5rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .footer-addressarea__tel--icon {
    width: 3rem;
  }
}
.l-footer .footer-addressarea__tel--text {
  font-size: 5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-footer .footer-addressarea__tel--text {
    font-size: 3rem;
  }
}
.l-footer .footer-addressarea__bottom {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 1rem;
}
.l-footer .footer-addressarea__bottom span {
  padding-bottom: 1rem;
  border-bottom: 1px solid #524c51;
}
@media (max-width: 767px) {
  .l-footer .footer-addressarea__bottom {
    font-size: 1.6rem;
  }
}
.l-footer .footer-linkarea {
  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: 2rem;
}
@media (max-width: 767px) {
  .l-footer .footer-linkarea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.l-footer .footer-linkarea__access {
  background: #ffdc00;
  color: #fff;
  width: 16rem;
  height: 16rem;
  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;
  border-radius: 50%;
  gap: 1rem;
  text-align: center;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .l-footer .footer-linkarea__access {
    width: 10rem;
    height: 10rem;
    gap: 0.5rem;
    font-size: 1.2rem;
    border-radius: 50%;
    background: #ffdc00;
    color: #fff;
    text-align: center;
  }
}
.l-footer .footer-linkarea__item--icon {
  width: 3rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .footer-linkarea__item--icon {
    width: 2rem;
  }
}
.l-footer .footer-linkarea__item--text {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .l-footer .footer-linkarea__item--text {
    font-size: 1.2rem;
  }
}
.l-footer .footer-linkarea__item--marker {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .l-footer .footer-linkarea__item--marker {
    font-size: 1.2rem;
  }
}
.l-footer .footer-linkarea__faq {
  background: #f79427;
  color: #fff;
  width: 16rem;
  height: 16rem;
  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;
  border-radius: 50%;
  gap: 1rem;
  text-align: center;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .l-footer .footer-linkarea__faq {
    width: 10rem;
    height: 10rem;
    gap: 0.5rem;
    font-size: 1.2rem;
    border-radius: 50%;
    background: #f79427;
    color: #fff;
    text-align: center;
  }
}
.l-footer .icon-faq {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .l-footer .icon-faq {
    font-size: 2rem;
  }
}
.l-footer .footer-linkarea__parking {
  background: rgba(247, 148, 39, 0.7);
  color: #fff;
  width: 16rem;
  height: 16rem;
  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;
  border-radius: 50%;
  gap: 1rem;
  text-align: center;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .l-footer .footer-linkarea__parking {
    width: 10rem;
    height: 10rem;
    gap: 0.5rem;
    font-size: 1.2rem;
    border-radius: 50%;
    background: #ffdc00;
    color: #fff;
    text-align: center;
  }
}
.l-footer .footer-linkarea__item--icon img {
  /* SVG の線やアイコン色を白く反転させる（元が濃色前提） */
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  display: block;
}
.l-footer .footer-middllearea__flex {
  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;
  margin-top: 8rem;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .l-footer .footer-middllearea__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    padding: 0;
    gap: 5rem;
  }
}
.l-footer .footer-middlearea__image {
  position: relative;
  width: 38rem;
  height: 38rem;
}
@media (max-width: 767px) {
  .l-footer .footer-middlearea__image {
    width: 25rem;
    height: 25rem;
  }
}
.l-footer .footer-middlearea__image::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 100%;
  height: 100%;
  background: rgba(255, 220, 0, 0.4);
  border-radius: 50%;
  z-index: 0;
}
.l-footer .footer-middlearea__image::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: -5rem;
  width: 20%;
  height: 20%;
  background: rgba(255, 220, 0, 0.4);
  border-radius: 50%;
  z-index: 0;
}
.l-footer .footer-middlearea__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 943/629;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.l-footer .footer-schedule {
  width: 100%;
  border-collapse: collapse;
  color: #524c51;
  margin-bottom: 2rem;
}
.l-footer .footer-schedule th,
.l-footer .footer-schedule td {
  text-align: center;
  padding: 2.5rem 2rem;
}
@media (max-width: 767px) {
  .l-footer .footer-schedule th,
  .l-footer .footer-schedule td {
    padding: 1.2rem 0.8rem;
  }
}
.l-footer .footer-schedule thead {
  border-top: 1px solid #524c51;
  border-bottom: 1px solid #524c51;
}
.l-footer .footer-schedule thead th {
  font-weight: 400;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .l-footer .footer-schedule thead th {
    font-size: 1.4rem;
  }
}
.l-footer .footer-schedule thead th.medical-hours {
  width: auto;
  text-align: left;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .l-footer .footer-schedule thead th.medical-hours {
    padding-left: 0.5rem;
  }
}
.l-footer .footer-schedule tbody {
  border-bottom: 1px solid #524c51;
}
.l-footer .footer-schedule tbody td {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .l-footer .footer-schedule tbody td {
    font-size: 1.4rem;
  }
}
.l-footer .footer-schedule tbody td.time-cell {
  text-align: left;
  padding-left: 2rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .l-footer .footer-schedule tbody td.time-cell {
    font-size: 1.4rem;
    padding-left: 0.5rem;
    letter-spacing: 0;
  }
}
.l-footer .footer-schedule .circle {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .l-footer .footer-schedule .circle {
    font-size: 1.4rem;
  }
}
.l-footer .footer-schedule .slash {
  color: #524c51;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .l-footer .footer-schedule .slash {
    font-size: 1.4rem;
  }
}
.l-footer .footer-schedule__note {
  font-size: 2rem;
  margin-top: 1rem;
  padding-left: 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .l-footer .footer-schedule__note {
    font-size: 1.4rem;
    padding-left: 0.5rem;
  }
}
.l-footer .footer-bottom__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15rem;
  padding-top: 10rem;
  position: relative;
}
.l-footer .footer-bottom__flex::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 20rem;
  height: 35rem;
  background: url("../img/animal.webp") no-repeat center center;
  background-size: contain;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  opacity: 0.3;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-footer .footer-bottom__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 4rem 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.l-footer .footer-bottom__left {
  width: 46rem;
  height: 100rem;
}
.l-footer .footer-bottom__left img {
  aspect-ratio: 1920/2853;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .l-footer .footer-bottom__left {
    width: 100%;
    height: auto;
  }
  .l-footer .footer-bottom__left img {
    height: 14rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.l-footer .footer-bottom__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .l-footer .footer-bottom__right {
    width: 100%;
  }
}
.l-footer .google-map {
  width: 100%;
  height: 45rem;
}
@media (max-width: 767px) {
  .l-footer .google-map {
    height: 24rem;
  }
}
.l-footer .fotter-bottom__means {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10rem;
  margin-top: 5rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .l-footer .fotter-bottom__means {
    -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: 2rem;
    margin-top: 3rem;
    padding-left: 0;
  }
}
.l-footer .means-item {
  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;
}
.l-footer .means-icon {
  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: 3rem;
}
@media (max-width: 767px) {
  .l-footer .means-icon {
    width: 2rem;
    height: 2rem;
  }
}
.l-footer .means-text {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .l-footer .means-text {
    font-size: 1.8rem;
  }
}
.l-footer .site-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 8rem;
  padding-left: 2rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer .site-map {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding-left: 0;
    width: 100%;
  }
}
.l-footer .site-map__item--text {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .l-footer .site-map__item--text {
    font-size: 1.2rem;
  }
}
.l-footer .copyright {
  text-align: center;
  background: #f3f1ed;
  padding: 3rem 0;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .l-footer .copyright {
    font-size: 1.2rem;
    padding: 2rem 0;
  }
}

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

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

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

.u-number-orange {
  background: #f79427;
  color: rgb(255, 255, 255);
  padding: 0.5rem 0.8rem;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
}

.u-red {
  color: red;
}

.u-orange {
  color: #f79427;
}

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

.main .top-fv {
  position: relative;
  background-image: url("../img/bg-fv.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/920;
  padding: 3rem 5rem 5rem;
  height: 92rem;
}
@media (max-width: 767px) {
  .main .top-fv {
    padding: 4rem 0;
    aspect-ratio: 390/600;
    height: 60rem;
  }
}
.main .top-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.main .top-fv .fv-headarea,
.main .top-fv .fv-centerarea,
.main .top-fv .fv-information,
.main .top-fv .fv-animal {
  position: relative;
  z-index: 2;
  color: #fff;
}
.main .top-fv .fv-headarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .top-fv .fv-title {
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  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: 2rem;
}
@media (max-width: 767px) {
  .main .top-fv .fv-title {
    display: none;
  }
}
.main .top-fv .fv-title .fv-title__image {
  width: 6rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}
.main .top-fv .fv-title .dc-name__ja,
.main .top-fv .fv-title .dc-name__en {
  text-shadow: 2px 2px 4px rgba(255, 140, 0, 0.3), 1px 1px 2px rgba(255, 140, 0, 0.4), 0 0 8px rgba(255, 140, 0, 0.2);
}
.main .top-fv .fv-title .dc-name__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}
.main .top-fv .fv-title .dc-name__en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
.main .top-fv .fv-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.main .top-fv .fv-information__access {
  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-top: 1rem;
}
@media (max-width: 767px) {
  .main .top-fv .fv-information__access {
    display: none;
  }
}
.main .top-fv .fv-information__sp {
  display: none;
}
@media (max-width: 767px) {
  .main .top-fv .fv-information__sp {
    display: block;
  }
  .main .top-fv .fv-information__sp .fv-information__access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    z-index: 2;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main .top-fv .fv-information__sp .means-icon {
    width: 2rem;
    height: 2rem;
  }
  .main .top-fv .fv-information__sp .means-text {
    font-size: 1.8rem;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
  }
}
.main .top-fv .means {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.main .top-fv .means-icon {
  width: 3.5rem;
  height: 3.5rem;
}
.main .top-fv .means-text {
  font-size: 2.2rem;
}
.main .top-fv .fv-centerarea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main .top-fv .fv-centerarea__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .main .top-fv .fv-centerarea__image {
    gap: 3rem;
  }
}
.main .top-fv .fv-centerarea__image--left {
  width: 30rem;
  height: auto;
}
@media (max-width: 767px) {
  .main .top-fv .fv-centerarea__image--left {
    width: 15rem;
  }
}
.main .top-fv .fv-centerarea__image--right {
  width: 23rem;
  height: auto;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .main .top-fv .fv-centerarea__image--right {
    width: 10rem;
    margin-top: 5rem;
  }
}
.main .top-fv .fv-catch {
  color: #ffaa24;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0px 4px 4px rgba(67, 67, 67, 0.4);
  text-align: center;
  margin-top: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .main .top-fv .fv-catch {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.main .top-fv .fv-catch span {
  color: #ee870d;
}
.main .top-fv .fv-animal {
  width: 18rem;
  height: auto;
  position: absolute;
  top: 40%;
  right: 4rem;
}
@media (max-width: 767px) {
  .main .top-fv .fv-animal {
    width: 10rem;
    height: auto;
    top: 68%;
    right: 2rem;
  }
}
.main .news {
  color: #333;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .main .news {
    padding: 4rem 0;
  }
  .main .news .inner100 {
    width: 100%;
    padding: 0 2rem;
  }
}
.main .news .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
}
@media (max-width: 767px) {
  .main .news .news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.main .news .section-title {
  position: relative;
  z-index: 0;
}
.main .news .section-title::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -6rem;
  width: 6rem;
  height: 8rem;
  background-image: url("../img/icon-leaf-news.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .news .section-title::after {
    top: -1.5rem;
    left: 10rem;
    width: 6rem;
    height: 8rem;
    width: 4rem;
    height: 6rem;
  }
}
.main .news .news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .main .news .news-content {
    width: 100%;
    padding: 0 2rem;
  }
}
.main .news .news-list {
  list-style: none;
  margin: 0;
  padding: 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) {
  .main .news .news-list {
    width: 100%;
  }
}
.main .news .news-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .main .news .news-list__item {
    width: 100%;
  }
}
.main .news .news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main .news .news-list__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .main .news .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: 0.8rem;
  }
}
.main .news .news-list__date {
  font-size: 1.6rem;
  color: #f79427;
  min-width: 10rem;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main .news .news-list__date {
    font-size: 1.6rem;
    min-width: auto;
  }
}
.main .news .news-list__title {
  font-size: 2rem;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main .news .news-list__title {
    font-size: 1.6rem;
  }
}
.main .concept {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url("../img/bg-concept.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../img/bg-concept.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/600;
  margin-top: 5rem;
  padding: 3rem 5rem 5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .main .concept {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    padding: 2rem 0;
  }
}
.main .concept::before, .main .concept::after {
  content: "";
  position: absolute;
  width: 37rem;
  height: 33rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .concept::before, .main .concept::after {
    width: 12rem;
    height: 12rem;
  }
}
.main .concept::before {
  top: -8rem;
  left: -3rem;
  background-image: url("../img/img-leaf01.webp");
}
.main .concept::after {
  top: -7rem;
  right: -2rem;
  width: 37rem;
  height: 33rem;
  background-image: url("../img/img-leaf02.webp");
}
@media (max-width: 767px) {
  .main .concept::after {
    right: -1rem;
    width: 13rem;
    height: 13rem;
  }
}
.main .concept .concept-content {
  padding: 5rem 0;
  position: relative;
  z-index: 2;
  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;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10rem 0 10rem 0;
  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);
}
@media (max-width: 767px) {
  .main .concept .concept-content {
    padding: 2rem 0;
    border-radius: 2rem;
  }
}
.main .concept .concept-textarea {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .main .concept .concept-textarea {
    margin-top: 1rem;
  }
}
.main .concept .concept-textarea__head {
  font-size: 6rem;
  color: #f79427;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(67, 67, 67, 0.4);
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .main .concept .concept-textarea__head {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.main .concept .concept-textarea__head span {
  color: #ee870d;
  font-size: 7.2rem;
}
@media (max-width: 767px) {
  .main .concept .concept-textarea__head span {
    font-size: 2.6rem;
  }
}
.main .concept .concept-textarea__bottom {
  margin-top: 5rem;
  font-size: 2.2rem;
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .main .concept .concept-textarea__bottom {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
    text-align: left;
    padding: 0 2rem;
  }
}
.main .feature {
  position: relative;
}
.main .feature .feature-top {
  padding-top: 9rem;
  position: relative;
}
@media (max-width: 767px) {
  .main .feature .feature-top {
    padding-top: 4rem;
  }
}
.main .feature .feature-top__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .main .feature .feature-top__titlearea {
    -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: 1rem;
  }
}
.main .feature .feature-top__title--main {
  font-size: 20rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 2px 4px 8px rgba(67, 67, 67, 0.4);
}
@media (max-width: 767px) {
  .main .feature .feature-top__title--main {
    font-size: 6rem;
  }
}
.main .feature .feature-top__title--sub {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .main .feature .feature-top__title--sub {
    font-size: 2.4rem;
  }
}
.main .feature .feature-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .main .feature .feature-top__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: 2rem;
  }
}
.main .feature .feature-top__flex--image {
  width: 37.5%;
  margin-top: -10rem;
}
@media (max-width: 767px) {
  .main .feature .feature-top__flex--image {
    margin-top: 2rem;
    width: 100%;
    padding: 0 2rem;
  }
  .main .feature .feature-top__flex--image img {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.main .feature .feature-top__flex--textarea {
  margin-top: 14rem;
}
@media (max-width: 767px) {
  .main .feature .feature-top__flex--textarea {
    margin-top: 2rem;
  }
}
.main .feature .feature-top__flex--textarea--title {
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 25px #fff;
}
@media (max-width: 767px) {
  .main .feature .feature-top__flex--textarea--title {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
.main .feature .feature-top__flex--textarea--text {
  font-size: 2.2rem;
  margin-top: 8rem;
  line-height: 2;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 25px #fff;
}
@media (max-width: 767px) {
  .main .feature .feature-top__flex--textarea--text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
    margin-top: 2rem;
    text-align: center;
  }
}
.main .feature .feature-top__imagearea--image {
  position: absolute;
}
@media (max-width: 767px) {
  .main .feature .feature-top__imagearea--image {
    display: block;
    margin: 0 auto 1rem;
  }
}
.main .feature .feature-top__imagearea--image01 {
  right: 0;
  top: 20%;
  width: 39rem;
  height: auto;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .feature .feature-top__imagearea--image01 {
    display: none;
  }
}
.main .feature .feature-top__imagearea--image02 {
  right: 0;
  top: 45%;
  width: 55rem;
  height: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .main .feature .feature-top__imagearea--image02 {
    top: 40%;
    width: 30rem;
    opacity: 0.5;
  }
  .main .feature .feature-top__imagearea--image02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.main .feature .feature-top__pointarea {
  position: absolute;
  top: 67%;
  z-index: 3;
  left: 8rem;
}
@media (max-width: 767px) {
  .main .feature .feature-top__pointarea {
    top: 70%;
    left: 72%;
  }
}
.main .feature .feature-top__pointarea--image {
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: #ffdc00;
  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-shadow: 0 0 15px rgba(247, 148, 39, 0.3);
          box-shadow: 0 0 15px rgba(247, 148, 39, 0.3);
}
@media (max-width: 767px) {
  .main .feature .feature-top__pointarea--image {
    width: 10rem;
    height: 10rem;
  }
}
.main .feature .text-ja-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.main .feature .text-ja-box__left {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 0 5px rgba(247, 148, 39, 0.3);
}
@media (max-width: 767px) {
  .main .feature .text-ja-box__left {
    font-size: 1.2rem;
  }
}
.main .feature .text-ja-box__left span {
  font-size: 3.4rem;
  color: #da9bb3;
}
@media (max-width: 767px) {
  .main .feature .text-ja-box__left span {
    font-size: 1.2rem;
  }
}
.main .feature .text-ja-box__center {
  color: #78bfa7;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-shadow: 0 0 5px rgba(247, 148, 39, 0.3);
}
@media (max-width: 767px) {
  .main .feature .text-ja-box__center {
    font-size: 3.6rem;
  }
}
.main .feature .text-ja-box__right {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 0 5px rgba(247, 148, 39, 0.3);
}
@media (max-width: 767px) {
  .main .feature .text-ja-box__right {
    font-size: 1rem;
  }
}
.main .feature .text-ja-box__right span {
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .main .feature .text-ja-box__right span {
    font-size: 1.2rem;
  }
}
.main .feature .text-en-box {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 5px rgba(247, 148, 39, 0.3);
}
@media (max-width: 767px) {
  .main .feature .text-en-box {
    font-size: 1rem;
  }
}
.main .feature .text-en-box span {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .main .feature .text-en-box span {
    font-size: 1.2rem;
  }
}
.main .feature .feature-swiper {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  overflow: hidden;
  background: #fff;
  border-radius: 3rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .main .feature .feature-swiper {
    width: 100%;
    position: relative;
    padding: 1rem;
    border-radius: 0;
    padding: 2rem 0;
    margin-top: 5rem;
  }
}
.main .feature .feature-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 2rem;
  margin: 0 2rem;
}
@media (max-width: 767px) {
  .main .feature .feature-swiper .swiper-wrapper {
    margin: 0;
    padding: 0;
  }
}
.main .feature .feature-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: #f3f1ed;
  height: 42rem;
}
@media (max-width: 767px) {
  .main .feature .feature-swiper .swiper-slide {
    height: auto;
    gap: 0;
    border-radius: 2rem;
  }
}
.main .feature .slide-textarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding: 1rem;
  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;
}
.main .feature .slide-textarea__number {
  font-size: 4rem;
  color: #f79427;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .main .feature .slide-textarea__number {
    font-size: 2.4rem;
  }
}
.main .feature .slide-textarea__number span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .main .feature .slide-textarea__number span {
    font-size: 1.8rem;
  }
}
.main .feature .border {
  width: 4rem;
  border-bottom: 2px solid #f79427;
  margin: 1rem auto 0;
}
.main .feature .slide-textarea__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  min-height: 11rem;
  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;
}
@media (max-width: 767px) {
  .main .feature .slide-textarea__title {
    min-height: 8rem;
    font-size: 1.8rem;
  }
}
.main .feature .slide-textarea__title span {
  font-size: 1.8rem;
  color: #f79427;
}
@media (max-width: 767px) {
  .main .feature .slide-textarea__title span {
    font-size: 1.6rem;
  }
}
.main .feature .slide-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  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;
}
.main .feature .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .main .feature .slide-image img {
    border-radius: 0 2rem 2rem 0;
  }
}
.main .feature .ferture-bottom {
  background: #f0e2e8;
  padding: 30rem 0 0;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom {
    padding: 5rem 0 0;
  }
}
.main .feature .ferture-bottom__flex--odd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.main .feature .ferture-bottom__flex--odd::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  width: 45rem;
  height: 36rem;
  background: url("../img/img-leaf03.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd::before {
    display: none;
  }
}
.main .feature .ferture-bottom__flex--odd .ferture-bottom__flex--textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd .ferture-bottom__flex--textarea {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .feature .ferture-bottom__flex--odd .ferture-bottom__vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 13.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd .ferture-bottom__vertical-text {
    font-size: 6rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-shadow: 2px 4px 8px rgba(67, 67, 67, 0.4);
  }
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd .ferture-bottom__textarea {
    padding: 0 2rem;
  }
}
.main .feature .ferture-bottom__flex--odd .ferture-bottom__textarea--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd .ferture-bottom__textarea--title {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
  }
}
.main .feature .ferture-bottom__flex--odd .ferture-bottom__textarea--text {
  margin-top: 7rem;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd .ferture-bottom__textarea--text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.main .feature .ferture-bottom__flex--odd .ferture-bottom__flex--image {
  width: 52%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd .ferture-bottom__flex--image {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
  .main .feature .ferture-bottom__flex--odd .ferture-bottom__flex--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.main .feature .ferture-bottom__flex--even {
  padding-top: 13rem;
  background: #f3f1ed;
  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;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-top: 5rem;
  }
}
.main .feature .ferture-bottom__flex--even::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  width: 45rem;
  height: 36rem;
  background: url("../img/img-leaf04.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--even::before {
    width: 20rem;
    height: 15rem;
    top: 0%;
    opacity: 0.2;
  }
}
.main .feature .ferture-bottom__flex--even::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3rem;
  width: 15rem;
  height: 26rem;
  background: url("../img/hero_krin1.gif") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--even::after {
    background: url("../img/hero_krin2.gif") no-repeat center center;
    bottom: 20rem;
    left: 3rem;
    width: 10rem;
    height: auto;
    aspect-ratio: 263/454;
    background-size: cover;
    opacity: 0.2;
  }
}
.main .feature .ferture-bottom__flex--even .ferture-bottom__flex--textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--even .ferture-bottom__flex--textarea {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .feature .ferture-bottom__flex--even .ferture-bottom__textarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--even .ferture-bottom__textarea {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.main .feature .ferture-bottom__flex--even .ferture-bottom__textarea--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--even .ferture-bottom__textarea--title {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
  }
}
.main .feature .ferture-bottom__flex--even .ferture-bottom__textarea--text {
  margin-top: 7rem;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--even .ferture-bottom__textarea--text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.main .feature .ferture-bottom__flex--even .ferture-bottom__flex--image {
  width: 52%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--even .ferture-bottom__flex--image {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
  .main .feature .ferture-bottom__flex--even .ferture-bottom__flex--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.main .feature .ferture-bottom__flex--odd02 {
  padding-top: 13rem;
  background: #f0e2e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-top: 5rem;
  }
}
.main .feature .ferture-bottom__flex--odd02::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 45rem;
  height: 36rem;
  background: url("../img/img-leaf03.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd02::before {
    display: none;
  }
}
.main .feature .ferture-bottom__flex--odd02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3rem;
  width: 15rem;
  height: 26rem;
  background: url("../img/hero_krin2.gif") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd02::after {
    background: url("../img/hero_krin1.gif") no-repeat center center;
    bottom: 20rem;
    left: 80%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10rem;
    height: auto;
    aspect-ratio: 263/454;
    background-size: cover;
    opacity: 0.3;
  }
}
.main .feature .ferture-bottom__flex--odd02 .ferture-bottom__flex--textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-left: 23.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd02 .ferture-bottom__flex--textarea {
    margin-left: 0;
    padding: 0 2rem;
  }
}
.main .feature .ferture-bottom__flex--odd02 .ferture-bottom__vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 13.6rem;
  font-weight: 700;
}
.main .feature .ferture-bottom__flex--odd02 .ferture-bottom__textarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main .feature .ferture-bottom__flex--odd02 .ferture-bottom__textarea--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd02 .ferture-bottom__textarea--title {
    font-size: 2.2rem;
    text-align: center;
  }
}
.main .feature .ferture-bottom__flex--odd02 .ferture-bottom__textarea--text {
  margin-top: 7rem;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd02 .ferture-bottom__textarea--text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.main .feature .ferture-bottom__flex--odd02 .ferture-bottom__flex--image {
  width: 52%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .main .feature .ferture-bottom__flex--odd02 .ferture-bottom__flex--image {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
}
.main .feature .ferture-bottom__flex--odd02 .ferture-bottom__flex--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.main .feature .ferture-charmarea {
  background: url("../img/bg-feature.webp") no-repeat center center;
  position: relative;
  padding: 7rem;
  aspect-ratio: 1920/1380;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea {
    padding: 2rem;
    aspect-ratio: 375/812;
    background: url("../img/bg-feature.webp") no-repeat center center;
    background-size: cover;
  }
}
.main .feature .ferture-charmarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.main .feature .ferture-charmarea__title {
  font-size: 4rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px rgba(247, 148, 39, 0.5);
  position: absolute;
  top: 7rem;
  left: 7rem;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__title {
    position: relative;
    font-size: 2.2rem;
    top: 2rem;
    left: 0;
    text-align: center;
    padding-bottom: 2rem;
  }
}
.main .feature .ferture-charmarea__item {
  width: 60rem;
  height: 60rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__item {
    width: 25rem;
    height: 25rem;
  }
}
.main .feature .ferture-charmarea__item:hover .ferture-charmarea__link,
.main .feature .ferture-charmarea__item:hover .ferture-charmarea__more-button {
  opacity: 0.7;
  border-radius: 50%;
}
.main .feature .ferture-charmarea__link {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  position: relative;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__link {
    width: 25rem;
    height: 25rem;
    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;
  }
}
.main .feature .ferture-charmarea__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(247, 148, 39, 0.5);
  pointer-events: none;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__text {
    font-size: 1.2rem;
  }
}
.main .feature .ferture-charmarea__text span {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__text span {
    font-size: 2rem;
  }
}
.main .feature .ferture-charmarea__more-button {
  background: #f79427;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  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;
  text-decoration: none;
  position: absolute;
  bottom: 10%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__more-button {
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
  }
}
.main .feature .ferture-charmarea__outer--item01 {
  position: absolute;
  top: 11%;
  left: 18%;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__outer--item01 {
    width: 25rem;
    height: 25rem;
    position: relative;
    left: 45%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 2rem;
    z-index: 2;
  }
}
.main .feature .ferture-charmarea__outer--item01 .ferture-charmarea__more-button {
  left: 0%;
  bottom: 0;
}
.main .feature .ferture-charmarea__outer--item02 {
  position: absolute;
  top: 11%;
  right: 18%;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__outer--item02 {
    width: 25rem;
    height: 25rem;
    position: relative;
    left: 55%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 2rem;
    z-index: 2;
  }
}
.main .feature .ferture-charmarea__outer--item02 .ferture-charmarea__more-button {
  right: 0%;
}
.main .feature .ferture-charmarea__outer--item03 {
  position: absolute;
  bottom: 3%;
  left: 5%;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__outer--item03 {
    width: 25rem;
    height: 25rem;
    position: relative;
    left: 45%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 2rem;
    z-index: 2;
  }
}
.main .feature .ferture-charmarea__outer--item03 .ferture-charmarea__more-button {
  left: 0%;
}
.main .feature .ferture-charmarea__outer--item04 {
  position: absolute;
  bottom: 3%;
  right: 5%;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__outer--item04 {
    width: 25rem;
    height: 25rem;
    position: relative;
    left: 55%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 2rem;
    z-index: 2;
  }
}
.main .feature .ferture-charmarea__outer--item04 .ferture-charmarea__more-button {
  right: 0%;
}
.main .feature .ferture-charmarea__wood {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65rem;
  height: auto;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__wood {
    width: 40rem;
    z-index: 0;
  }
}
.main .feature .ferture-charmarea__animal {
  position: absolute;
  bottom: 0;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25rem;
  height: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .feature .ferture-charmarea__animal {
    z-index: 0;
    left: 10%;
    width: 7rem;
  }
}
.main .gallery {
  width: 100%;
  padding: 10rem 0 2rem;
}
@media (max-width: 767px) {
  .main .gallery {
    padding: 2rem 0 2rem;
  }
}
.main .gallery .gallery-slider {
  width: 100%;
}
.main .gallery .gallery-slider .splide__slide {
  width: 28rem;
  height: 34rem;
}
@media (max-width: 767px) {
  .main .gallery .gallery-slider .splide__slide {
    width: 100%;
    height: 100%;
  }
}
.main .gallery .gallery-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.main .gallery .gallery-slider .splide__slide:nth-child(even) {
  margin-top: 6rem;
}
.main .medical {
  background: transparent;
}
.main .medical .medical-titlearea {
  position: relative;
  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;
  padding-bottom: 20rem;
}
@media (max-width: 767px) {
  .main .medical .medical-titlearea {
    padding-bottom: 5rem;
  }
}
.main .medical .medical-titlearea::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 45rem;
  height: 38rem;
  background: url("../img/img-leaf03.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .medical .medical-titlearea::before {
    width: 8rem;
    height: 7rem;
  }
}
.main .medical .medical-titlearea::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  width: 50rem;
  height: 40rem;
  background: url("../img/img-leaf04.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .medical .medical-titlearea::after {
    width: 8rem;
    height: 7rem;
  }
}
.main .medical .medical-title {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  font-weight: 700;
  padding-top: 20rem;
}
@media (max-width: 767px) {
  .main .medical .medical-title {
    padding-top: 5rem;
    font-size: 2.2rem;
  }
}
.main .medical .medical-title__bg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #524c51;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
  white-space: nowrap;
  letter-spacing: 0.2em;
  pointer-events: none;
}
@media (max-width: 767px) {
  .main .medical .medical-title__bg {
    font-size: 6rem;
  }
}
.main .medical .medical-content {
  width: 90%;
  max-width: 180rem;
  margin: 6rem auto;
  padding: 10rem;
  background: url("../img/bg-medical.webp") no-repeat center center;
  position: relative;
}
@media (max-width: 767px) {
  .main .medical .medical-content {
    width: 100%;
    padding: 2rem;
    background: url("../img/bg-medical.webp") no-repeat center center;
    background-size: cover;
  }
}
.main .medical .medical-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 64, 64, 0.2);
}
.main .medical .medical-content__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .main .medical .medical-content__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.main .medical .medical-content__item01 {
  grid-area: 1/1/2/3;
}
@media (max-width: 767px) {
  .main .medical .medical-content__item01 {
    grid-area: auto;
  }
}
.main .medical .medical-content__item02 {
  grid-area: 1/3/2/5;
}
@media (max-width: 767px) {
  .main .medical .medical-content__item02 {
    grid-area: auto;
  }
}
.main .medical .medical-content__item03 {
  grid-area: 1/5/2/7;
}
@media (max-width: 767px) {
  .main .medical .medical-content__item03 {
    grid-area: auto;
  }
}
.main .medical .medical-content__item04 {
  grid-area: 2/1/3/3;
}
@media (max-width: 767px) {
  .main .medical .medical-content__item04 {
    grid-area: auto;
  }
}
.main .medical .medical-content__item05 {
  grid-area: 2/3/3/5;
}
@media (max-width: 767px) {
  .main .medical .medical-content__item05 {
    grid-area: auto;
  }
}
.main .medical .medical-content__item06 {
  grid-area: 2/5/3/7;
}
@media (max-width: 767px) {
  .main .medical .medical-content__item06 {
    grid-area: auto;
  }
}
.main .medical .medical-content__item07 {
  grid-area: 3/2/4/4;
}
@media (max-width: 767px) {
  .main .medical .medical-content__item07 {
    grid-area: auto;
  }
}
.main .medical .medical-content__item08 {
  grid-area: 3/4/4/6;
}
@media (max-width: 767px) {
  .main .medical .medical-content__item08 {
    grid-area: auto;
  }
}
.main .medical .medical-content__item {
  width: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
  padding: 3rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .main .medical .medical-content__item {
    width: 30rem;
    margin: 0 auto;
    padding: 2rem;
  }
}
.main .medical .medical-content__item:hover {
  opacity: 0.8;
}
.main .medical .medical-item__image {
  width: 8rem;
  height: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .main .medical .medical-item__image {
    width: 4rem;
    height: 4rem;
  }
}
.main .medical .medical-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .medical .medical-item__name--main {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main .medical .medical-item__name--main {
    font-size: 1.6rem;
  }
}
.main .medical .medical-item__name--sub {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f79427;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .main .medical .medical-item__name--sub {
    font-size: 1.2rem;
  }
}
.main .medical .medical-item__more {
  font-size: 1.8rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .main .medical .medical-item__more {
    font-size: 1.2rem;
    bottom: 0.5rem;
    right: 0.5rem;
    padding-right: 1rem;
  }
}
.main .medical .medical-item__more::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.5rem 1.5rem;
  border-color: transparent transparent #524c51 transparent;
}
@media (max-width: 767px) {
  .main .medical .medical-item__more::after {
    border-width: 0 0 1rem 1rem;
  }
}

.page-clinic {
  /* information セクション（医院紹介） */
  /* メインスライダーのナビゲーションボタン */
  /* 医院概要テーブル */
}
.page-clinic .page-concept {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-clinic .page-concept {
    margin-top: 4rem;
  }
}
.page-clinic .concept {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url("../img/bg-concept.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../img/bg-concept.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/600;
  padding: 3rem 5rem 5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-clinic .concept {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    padding: 2rem 0;
  }
}
.page-clinic .concept::before, .page-clinic .concept::after {
  content: "";
  position: absolute;
  width: 37rem;
  height: 33rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-clinic .concept::before, .page-clinic .concept::after {
    width: 12rem;
    height: 12rem;
  }
}
.page-clinic .concept::before {
  top: -8rem;
  left: -3rem;
  background-image: url("../img/img-leaf01.webp");
}
.page-clinic .concept::after {
  top: -7rem;
  right: -2rem;
  width: 37rem;
  height: 33rem;
  background-image: url("../img/img-leaf02.webp");
}
@media (max-width: 767px) {
  .page-clinic .concept::after {
    right: -1rem;
    width: 13rem;
    height: 13rem;
  }
}
.page-clinic .concept .concept-content {
  padding: 5rem 0;
  position: relative;
  z-index: 2;
  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;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10rem 0 10rem 0;
  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);
}
@media (max-width: 767px) {
  .page-clinic .concept .concept-content {
    padding: 2rem 0;
    border-radius: 2rem;
  }
}
.page-clinic .concept .concept-textarea {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-clinic .concept .concept-textarea {
    margin-top: 1rem;
  }
}
.page-clinic .concept .concept-textarea__head {
  font-size: 6rem;
  color: #f79427;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(67, 67, 67, 0.4);
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .page-clinic .concept .concept-textarea__head {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.page-clinic .concept .concept-textarea__head span {
  color: #ee870d;
  font-size: 7.2rem;
}
@media (max-width: 767px) {
  .page-clinic .concept .concept-textarea__head span {
    font-size: 2.6rem;
  }
}
.page-clinic .concept .concept-textarea__bottom {
  margin-top: 5rem;
  font-size: 2.2rem;
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-clinic .concept .concept-textarea__bottom {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
    text-align: left;
    padding: 0 2rem;
  }
}
.page-clinic .page-feature {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-clinic .page-feature {
    margin-top: 4rem;
  }
}
.page-clinic .feature {
  position: relative;
}
.page-clinic .feature .feature-top {
  background: rgba(247, 148, 39, 0.1);
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top {
    padding-top: 4rem;
  }
}
.page-clinic .feature .feature-top__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__titlearea {
    -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: 1rem;
  }
}
.page-clinic .feature .feature-top__title--main {
  font-size: 20rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 2px 4px 8px rgba(67, 67, 67, 0.4);
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__title--main {
    font-size: 6rem;
  }
}
.page-clinic .feature .feature-top__title--sub {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__title--sub {
    font-size: 2.4rem;
  }
}
.page-clinic .feature .feature-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__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: 2rem;
  }
}
.page-clinic .feature .feature-top__flex--image {
  width: 37.5%;
  height: 80rem;
}
.page-clinic .feature .feature-top__flex--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__flex--image {
    margin-top: 2rem;
    width: 100%;
    height: 20rem;
    padding: 0 2rem;
  }
  .page-clinic .feature .feature-top__flex--image img {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    overflow: hidden;
  }
}
.page-clinic .feature .feature-top__flex--textarea {
  margin-top: 14rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__flex--textarea {
    margin-top: 2rem;
  }
}
.page-clinic .feature .point-titlearea {
  position: relative;
}
.page-clinic .feature .point-title__bg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #f79427;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
  white-space: nowrap;
  letter-spacing: 0.2em;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-clinic .feature .point-title__bg {
    font-size: 6rem;
  }
}
.page-clinic .feature .feature-top__flex--textarea--title {
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 25px #fff;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__flex--textarea--title {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
.page-clinic .feature .feature-top__flex--textarea--text {
  font-size: 2.2rem;
  margin-top: 8rem;
  line-height: 2;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 25px #fff;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__flex--textarea--text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
    margin-top: 2rem;
    text-align: center;
  }
}
.page-clinic .feature .feature-top__imagearea--image {
  position: absolute;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__imagearea--image {
    display: block;
    margin: 0 auto 1rem;
  }
}
.page-clinic .feature .feature-top__imagearea--image01 {
  right: 0;
  top: 20%;
  width: 39rem;
  height: auto;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__imagearea--image01 {
    display: none;
  }
}
.page-clinic .feature .feature-top__imagearea--image02 {
  right: 0;
  top: 45%;
  width: 55rem;
  height: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-clinic .feature .feature-top__imagearea--image02 {
    top: 55%;
    width: 30rem;
    opacity: 0.5;
  }
  .page-clinic .feature .feature-top__imagearea--image02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.page-clinic .feature .clinic-point {
  width: 90%;
  margin: 0 auto;
  padding: 10rem 4rem;
  background: #fff;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .feature .clinic-point {
    width: 100%;
    padding: 4rem 2rem;
    margin-top: 2rem;
  }
}
.page-clinic .feature .clinic-point__title {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: rgba(247, 148, 39, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 8px 4px rgba(255, 220, 0, 0.4);
          box-shadow: 0px 0px 8px 4px rgba(255, 220, 0, 0.4);
  padding: 2rem 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .feature .clinic-point__title {
    font-size: 2.4rem;
    padding: 1rem 2rem;
  }
}
.page-clinic .feature .kids-space {
  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: 5rem;
  max-width: 90%;
  margin: 10rem auto;
}
@media (max-width: 767px) {
  .page-clinic .feature .kids-space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin: 4rem auto;
    max-width: 100%;
  }
}
.page-clinic .feature .kids-space__image {
  width: 40%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .page-clinic .feature .kids-space__image {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
}
.page-clinic .feature .kids-space__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-clinic .feature .kids-space__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.page-clinic .feature .kids-space__textarea::before {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 60%;
  width: 20rem;
  height: 40rem;
  background: url("../img/animal.webp") no-repeat center center;
  background-size: cover;
  z-index: 1;
  opacity: 0.2;
  -webkit-animation: kids-space-metronome 2.5s ease-in-out infinite;
          animation: kids-space-metronome 2.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .page-clinic .feature .kids-space__textarea::before {
    bottom: -10%;
    left: 70%;
    width: 10rem;
    height: 20rem;
  }
}
@-webkit-keyframes kids-space-metronome {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@keyframes kids-space-metronome {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.page-clinic .feature .kids-space__textarea--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-clinic .feature .kids-space__textarea--title {
    font-size: 2.4rem;
    padding: 1rem 2rem;
  }
}
.page-clinic .feature .kids-space__textarea--text {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  z-index: 2;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .feature .kids-space__textarea--text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.page-clinic .feature .point-content__flex {
  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: 10rem;
  max-width: 90%;
  margin: 10rem auto 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .point-content__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin: 4rem auto 0;
  }
}
.page-clinic .feature .point-content__item {
  width: 40%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .page-clinic .feature .point-content__item {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
.page-clinic .feature .point-content__item--image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-clinic .feature .point-content__item--textarea {
  width: 100%;
  height: 100%;
}
.page-clinic .feature .point-content__item--title {
  background-color: rgba(247, 148, 39, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 4rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-clinic .feature .point-content__item--title {
    font-size: 2.2rem;
    padding: 1rem 2rem;
  }
}
.page-clinic .feature .point-content__item--text {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .page-clinic .feature .point-content__item--text {
    font-size: 1.6rem;
    padding: 2rem 1rem;
  }
}
.page-clinic .feature .ferture-bottom {
  background: #f0e2e8;
  padding: 13rem 0 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom {
    padding: 5rem 0 0;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  width: 45rem;
  height: 36rem;
  background: url("../img/img-leaf03.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd::before {
    display: none;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 15rem;
  height: 26rem;
  background: url("../img/hero_krin2.gif") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd::after {
    background: url("../img/hero_krin1.gif") no-repeat center center;
    bottom: 20rem;
    left: 80%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10rem;
    height: auto;
    aspect-ratio: 263/454;
    background-size: cover;
    opacity: 0.3;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd .ferture-bottom__flex--textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin-left: 23.5rem;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd .ferture-bottom__flex--textarea {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd .ferture-bottom__textarea {
    padding: 0 2rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd .point-titlearea {
  position: relative;
}
.page-clinic .feature .ferture-bottom__flex--odd .point-titlearea .ferture-bottom__textarea--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd .point-titlearea .ferture-bottom__textarea--title {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd .point-titlearea .point-title__bg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #f79427;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
  white-space: nowrap;
  letter-spacing: 0.2em;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd .point-titlearea .point-title__bg {
    font-size: 6rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd .ferture-bottom__textarea--text {
  margin-top: 7rem;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd .ferture-bottom__textarea--text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd .ferture-bottom__flex--image {
  width: 52%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd .ferture-bottom__flex--image {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
  .page-clinic .feature .ferture-bottom__flex--odd .ferture-bottom__flex--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.page-clinic .feature .ferture-bottom__flex--even {
  padding-top: 13rem;
  background: #f3f1ed;
  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;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-top: 5rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--even::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  width: 45rem;
  height: 36rem;
  background: url("../img/img-leaf04.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--even::before {
    width: 20rem;
    height: 15rem;
    top: 0%;
    opacity: 0.2;
  }
}
.page-clinic .feature .ferture-bottom__flex--even::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2rem;
  width: 15rem;
  height: 26rem;
  background: url("../img/hero_krin1.gif") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--even::after {
    background: url("../img/hero_krin2.gif") no-repeat center center;
    bottom: 20rem;
    left: 3rem;
    width: 10rem;
    height: auto;
    aspect-ratio: 263/454;
    background-size: cover;
    opacity: 0.2;
  }
}
.page-clinic .feature .ferture-bottom__flex--even .ferture-bottom__flex--textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--even .ferture-bottom__flex--textarea {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-clinic .feature .ferture-bottom__flex--even .ferture-bottom__textarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--even .ferture-bottom__textarea {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--even .point-titlearea {
  position: relative;
}
.page-clinic .feature .ferture-bottom__flex--even .point-titlearea .ferture-bottom__textarea--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--even .point-titlearea .ferture-bottom__textarea--title {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
  }
}
.page-clinic .feature .ferture-bottom__flex--even .point-titlearea .point-title__bg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #f79427;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
  white-space: nowrap;
  letter-spacing: 0.2em;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--even .point-titlearea .point-title__bg {
    font-size: 6rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--even .ferture-bottom__textarea--text {
  margin-top: 7rem;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--even .ferture-bottom__textarea--text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--even .ferture-bottom__flex--image {
  width: 52%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--even .ferture-bottom__flex--image {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
  .page-clinic .feature .ferture-bottom__flex--even .ferture-bottom__flex--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd02 {
  padding-top: 13rem;
  background: #f0e2e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-top: 5rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd02::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 45rem;
  height: 36rem;
  background: url("../img/img-leaf03.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd02::before {
    display: none;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3rem;
  width: 15rem;
  height: 26rem;
  background: url("../img/hero_krin2.gif") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd02::after {
    background: url("../img/hero_krin1.gif") no-repeat center center;
    bottom: 20rem;
    left: 80%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10rem;
    height: auto;
    aspect-ratio: 263/454;
    background-size: cover;
    opacity: 0.3;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd02 .ferture-bottom__flex--textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-left: 23.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd02 .ferture-bottom__flex--textarea {
    margin-left: 0;
    padding: 0 2rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd02 .ferture-bottom__textarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.page-clinic .feature .ferture-bottom__flex--odd02 .point-titlearea {
  position: relative;
}
.page-clinic .feature .ferture-bottom__flex--odd02 .point-titlearea .ferture-bottom__textarea--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd02 .point-titlearea .ferture-bottom__textarea--title {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd02 .point-titlearea .point-title__bg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #f79427;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
  white-space: nowrap;
  letter-spacing: 0.2em;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd02 .point-titlearea .point-title__bg {
    font-size: 6rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd02 .ferture-bottom__textarea--text {
  margin-top: 7rem;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd02 .ferture-bottom__textarea--text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd02 .ferture-bottom__flex--image {
  width: 52%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature .ferture-bottom__flex--odd02 .ferture-bottom__flex--image {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
}
.page-clinic .feature .ferture-bottom__flex--odd02 .ferture-bottom__flex--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.page-clinic .feature .hygiene-gallery {
  width: 100%;
  margin: 0 auto;
  padding: 10rem 4rem;
  background: #fff;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .feature .hygiene-gallery {
    padding: 4rem 2rem;
    margin-top: 2rem;
  }
}
.page-clinic .feature .hygiene-gallery__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .feature .hygiene-gallery__inner {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.page-clinic .feature .hygiene-gallery__item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.page-clinic .feature .hygiene-gallery__item .hygiene-gallery__image {
  overflow: hidden;
}
.page-clinic .feature .hygiene-gallery__item .hygiene-gallery__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/640;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-clinic .feature .hygiene-gallery__item .hygiene-gallery__text {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 2rem 0;
  background: #f79427;
  color: #fff;
}
@media (max-width: 767px) {
  .page-clinic .feature .hygiene-gallery__item .hygiene-gallery__text {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
.page-clinic .feature .hygiene-gallery__item01 {
  grid-area: 1/1/2/3;
}
@media (max-width: 767px) {
  .page-clinic .feature .hygiene-gallery__item01 {
    grid-area: auto;
  }
}
.page-clinic .feature .hygiene-gallery__item02 {
  grid-area: 1/3/2/5;
}
@media (max-width: 767px) {
  .page-clinic .feature .hygiene-gallery__item02 {
    grid-area: auto;
  }
}
.page-clinic .feature .hygiene-gallery__item03 {
  grid-area: 1/5/2/7;
}
@media (max-width: 767px) {
  .page-clinic .feature .hygiene-gallery__item03 {
    grid-area: auto;
  }
}
.page-clinic .feature .hygiene-gallery__item04 {
  grid-area: 2/2/3/4;
}
@media (max-width: 767px) {
  .page-clinic .feature .hygiene-gallery__item04 {
    grid-area: auto;
  }
}
.page-clinic .feature .hygiene-gallery__item05 {
  grid-area: 2/4/3/6;
}
@media (max-width: 767px) {
  .page-clinic .feature .hygiene-gallery__item05 {
    grid-area: auto;
  }
}
.page-clinic .equipment-title {
  font-size: 4rem;
  font-weight: 700;
  padding-bottom: 2rem;
  margin-top: 10rem;
  border-bottom: 3px dotted #f79427;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-clinic .equipment-title {
    font-size: 2.2rem;
    padding: 1rem 2rem;
    margin-top: 4rem;
  }
}
.page-clinic .equipment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-clinic .equipment-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 1rem;
  }
}
.page-clinic .paragraph {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-clinic .paragraph {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.page-clinic .equipment-content__image {
  width: 40%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-clinic .equipment-content__image {
    width: 100%;
    margin-top: 1rem;
  }
}
.page-clinic .equipment-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-clinic .equipement-feature {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-clinic .equipement-feature {
    margin-top: 4rem;
  }
}
.page-clinic .equipement-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 2rem;
  border-bottom: 2px dotted #f79427;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .equipement-sub-title {
    font-size: 2rem;
    letter-spacing: -0.02em;
    padding: 1rem;
    margin-top: 4rem;
  }
}
.page-clinic .equipement-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
  border-bottom: 2px solid #f79427;
}
.page-clinic .equipement-feature__flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .equipement-feature__flex {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}
.page-clinic .equipement-feature__item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}
@media (max-width: 767px) {
  .page-clinic .equipement-feature__item {
    padding: 2rem;
  }
}
.page-clinic .equipement-feature__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .equipement-feature__title {
    font-size: 2.2rem;
  }
}
.page-clinic .equipement-feature__text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-clinic .equipement-feature__text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.page-clinic .equipment-necessity {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-clinic .equipment-necessity {
    margin-top: 4rem;
  }
}
.page-clinic .other-equipment {
  margin-top: 14rem;
}
@media (max-width: 767px) {
  .page-clinic .other-equipment {
    margin-top: 4rem;
  }
}
.page-clinic .other-equipment__item {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-clinic .other-equipment__item {
    margin-top: 4rem;
  }
}
.page-clinic .information {
  margin-top: 10rem;
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .page-clinic .information {
    margin-top: 4rem;
    padding: 0 0 4rem;
  }
}
.page-clinic .clinic-gallery {
  width: 100%;
  max-width: 132rem;
  padding: 0 2rem;
  margin: 4rem auto 0;
}
.page-clinic .clinic-gallery-main {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .clinic-gallery-main {
    margin-bottom: 1rem;
  }
}
.page-clinic .clinic-gallery-main .swiper-wrapper {
  padding: 0;
}
.page-clinic .clinic-gallery-main__item {
  overflow: hidden;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.page-clinic .clinic-gallery-main__item img {
  width: 100%;
  height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .page-clinic .clinic-gallery-main__item img {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-clinic .clinic-gallery-thumbs {
  width: 100%;
}
.page-clinic .clinic-gallery-thumbs__item {
  overflow: hidden;
  border-radius: 0.8rem;
  opacity: 0.6;
  -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;
}
.page-clinic .clinic-gallery-thumbs__item img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .page-clinic .clinic-gallery-thumbs__item img {
    height: 10rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-clinic .clinic-gallery-thumbs .swiper-slide-thumb-active .clinic-gallery-thumbs__item {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.page-clinic .clinic-gallery-main-prev,
.page-clinic .clinic-gallery-main-next {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  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;
}
.page-clinic .clinic-gallery-main-prev::after,
.page-clinic .clinic-gallery-main-next::after {
  font-size: 2.4rem;
  color: #524c51;
}
@media (max-width: 767px) {
  .page-clinic .clinic-gallery-main-prev,
  .page-clinic .clinic-gallery-main-next {
    width: 3rem;
    height: 3rem;
  }
  .page-clinic .clinic-gallery-main-prev::after,
  .page-clinic .clinic-gallery-main-next::after {
    font-size: 1.8rem;
  }
}
.page-clinic .clinic-gallery-main-prev {
  left: 1rem;
}
.page-clinic .clinic-gallery-main-next {
  right: 1rem;
}
.page-clinic .cllinic-outline {
  margin: 8rem auto 14rem;
}
@media (max-width: 767px) {
  .page-clinic .cllinic-outline {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0 2rem;
  }
}
.page-clinic .clinic-outline__table {
  width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.8rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .page-clinic .clinic-outline__table {
    width: 100%;
    font-size: 1.6rem;
  }
}
.page-clinic .clinic-outline__table th,
.page-clinic .clinic-outline__table td {
  padding: 2rem 3rem;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
.page-clinic .clinic-outline__table th {
  width: 20rem;
  background: #ffdc00;
  color: #fff;
  font-size: 2.2rem;
  text-shadow: 0 0 10px rgba(247, 148, 39, 0.6);
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-clinic .clinic-outline__table th {
    font-size: 1.6rem;
    width: 100%;
  }
}
.page-clinic .clinic-outline__table td {
  background: #fff;
  color: #524c51;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-outline__table td {
    font-size: 1.6rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-clinic .cllinic-outline {
    margin-top: 5rem;
  }
  .page-clinic .clinic-outline__table {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .page-clinic .clinic-outline__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .page-clinic .clinic-outline__table th,
  .page-clinic .clinic-outline__table td {
    padding: 1.5rem 1.5rem;
  }
}
.page-clinic .parking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-clinic .parking-grid {
    grid-template-columns: 1fr;
  }
}
.page-clinic .parking-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-clinic .parking-grid__item--image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.page-clinic .parking-grid__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-clinic .parking-grid__item--text .paragraph {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-clinic .parking-grid__item--text .paragraph {
    font-size: 1.6rem;
  }
}
.page-clinic .google-map {
  width: 100%;
  height: 45rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .google-map {
    height: 24rem;
    margin-top: 2rem;
  }
}

.page-first {
  /* 質問部分 */
  /* 回答部分 */
}
.page-first .greeting {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-first .greeting {
    margin-top: 4rem;
  }
}
.page-first .greeting .greeting-flex {
  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;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-first .greeting .greeting-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
    padding: 2rem 0;
  }
}
.page-first .greeting .greeting-flex__textarea {
  width: 45%;
  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) {
  .page-first .greeting .greeting-flex__textarea {
    width: 100%;
    margin-top: 4rem;
  }
}
.page-first .greeting .paragraph {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-first .greeting .paragraph {
    font-size: 1.6rem;
  }
}
.page-first .greeting .greeting-flex__image {
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
}
.page-first .greeting .greeting-flex__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .page-first .greeting .greeting-flex__image {
    width: 100%;
    margin: 0 auto;
  }
}
.page-first .greeting .greeting-doctor-label {
  position: absolute;
  left: 12%;
  bottom: 10%;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  border: 2px solid #fff;
  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;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3);
  position: absolute;
}
.page-first .greeting .greeting-doctor-label::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 50%;
  border: 1px dotted rgba(255, 255, 255, 0.8);
}
.page-first .greeting .greeting-doctor-label__role {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 1;
}
.page-first .greeting .greeting-doctor-label__name {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 1;
}
.page-first .greeting .greeting-doctor-label__en {
  font-size: 1rem;
  letter-spacing: 0.25em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-first .greeting .greeting-doctor-label__en {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .page-first .greeting .greeting-doctor-label {
    width: 11rem;
    height: 11rem;
    left: 70%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-first .greeting .greeting-doctor-label::before {
    inset: 0.8rem;
  }
}
.page-first .staff {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-first .staff {
    margin-top: 4rem;
  }
}
.page-first .staff .content-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 4rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .page-first .staff .content-title {
    font-size: 2.4rem;
    margin: 2rem 0;
    line-height: 1.5;
  }
}
.page-first .staff .staff-image {
  width: 100%;
  height: auto;
}
.page-first .staff .steff-text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 4rem;
  margin-bottom: 4rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .page-first .staff .steff-text {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.page-first .flow-contents {
  border: 1px solid #f79427;
}
.page-first .flow-item {
  padding: 4rem;
  background: #fff;
}
@media (max-width: 767px) {
  .page-first .flow-item {
    padding: 2rem;
  }
}
.page-first .flow-item__inner {
  background: #fff;
  border-bottom: 1px solid #f79427;
}
.page-first .flow-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding-bottom: 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-first .flow-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-bottom: 2rem;
  }
}
.page-first .flow-item__flex::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  border-bottom: 1px solid #f79427;
  border-right: 1px solid #f79427;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.page-first .flow-item__flex::after {
  content: "";
  width: 8rem;
  height: 2.2rem;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  z-index: 1;
}
.page-first .flow-item__bottom .flow-item__inner {
  border-bottom: none;
}
.page-first .flow-item__bottom .flow-item__flex {
  padding-bottom: 0;
}
.page-first .flow-item__bottom .flow-item__flex::before {
  display: none;
}
.page-first .flow-item__bottom .flow-item__flex::after {
  display: none;
}
.page-first .flow-item__flex--left {
  width: 55%;
}
@media (max-width: 767px) {
  .page-first .flow-item__flex--left {
    width: 100%;
  }
}
.page-first .flow-item__flex--right {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 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;
}
@media (max-width: 767px) {
  .page-first .flow-item__flex--right {
    width: 100%;
  }
}
.page-first .step-titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-first .step-titlearea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.page-first .step-tag {
  display: inline-block;
  min-width: 12rem;
  height: 3.4rem;
  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: #f79427;
  font-size: 2.2rem;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
@media (max-width: 767px) {
  .page-first .step-tag {
    width: 40%;
    font-size: 2rem;
  }
}
.page-first .step-title {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .page-first .step-title {
    font-size: 2rem;
  }
}
.page-first .step-textarea {
  font-size: 2.2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-first .step-textarea {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.page-first .step-text {
  line-height: 1.5;
}
.page-first .step-text span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.8rem;
}
.page-first .step-text__bottom {
  margin-top: 2rem;
  line-height: 1.5;
  color: red;
}
.page-first .faq {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-first .faq {
    margin-top: 4rem;
  }
}
.page-first .faq-accordion {
  padding: 6rem 0 10rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .page-first .faq-accordion {
    padding: 2rem 0 6rem;
  }
}
.page-first .faq-accordion__list {
  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;
}
@media (max-width: 767px) {
  .page-first .faq-accordion__list {
    gap: 2rem;
  }
}
.page-first .faq-accordion__item {
  border: 1px solid #e6e6e8;
  border-radius: 1rem;
  overflow: hidden;
}
.page-first .q-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 3rem;
  gap: 1.5rem;
  border: 1px solid #f79427;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .page-first .q-item {
    padding: 1.4rem 1.8rem;
    gap: 1rem;
  }
}
.page-first .q-item .icon {
  font-weight: 700;
  line-height: 1;
  background: #f79427;
  border-radius: 50%;
  color: #fff;
  width: 4rem;
  height: 4rem;
  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: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-first .q-item .icon {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
}
.page-first .q-item .text {
  padding-left: 1.5rem;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-first .q-item .text {
    font-size: 1.6rem;
  }
}
.page-first .q-item .mark {
  margin-left: auto;
  font-size: 3.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .page-first .q-item .mark {
    font-size: 2.4rem;
  }
}
.page-first .a-item {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 3rem;
  border-radius: 1rem;
  border: 1px solid #ffdc00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-first .a-item {
    padding: 0 1.8rem;
  }
}
.page-first .a-item.is-open {
  max-height: 500px;
  padding: 2.4rem 3rem 3rem;
}
@media (max-width: 767px) {
  .page-first .a-item.is-open {
    padding: 1.8rem 1.8rem 2.4rem;
  }
}
.page-first .a-item .icon {
  font-weight: 700;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffdc00;
  border-radius: 50%;
  color: #fff;
  width: 4rem;
  height: 4rem;
  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: 2.4rem;
}
@media (max-width: 767px) {
  .page-first .a-item .icon {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
}
.page-first .a-item .text {
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .page-first .a-item .text {
    font-size: 1.6rem;
  }
}
.page-first .a-item .text p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-first .a-item .text p {
    font-size: 1.6rem;
  }
}
.page-first .a-item .text a {
  color: #f79427;
  text-decoration: underline;
}
.page-first .a-item .text .faq-accordion__link {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: none;
  background: #f79427;
  padding: 2rem 4rem;
  border-radius: 25px;
  display: inline-block;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-first .a-item .text .faq-accordion__link {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border-radius: 15px;
    margin-top: 2rem;
  }
}

.page-caries .factor-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-caries .factor-flex {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-caries .factor-flex__item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}
@media (max-width: 767px) {
  .page-caries .factor-flex__item {
    padding: 2rem;
  }
}
.page-caries .factor-flex__item--title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-caries .factor-flex__item--title {
    font-size: 2rem;
  }
}
.page-caries .factor-flex__item--text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-caries .factor-flex__item--text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.page-caries .progress-item--title {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-caries .progress-item--title {
    padding: 2rem 1rem;
  }
}

.page-periodontal .improvement-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-periodontal .improvement-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-periodontal .improvement-item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}
@media (max-width: 767px) {
  .page-periodontal .improvement-item {
    padding: 2rem 0.4rem;
  }
}
.page-periodontal .improvement-item__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-periodontal .improvement-item__title {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: -0.04em;
  }
}
.page-periodontal .improvement-item__text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-periodontal .improvement-item__text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.page-periodontal .improvement-bottom {
  margin-top: 4rem;
  margin-bottom: 10rem;
  width: 100%;
}
@media (max-width: 767px) {
  .page-periodontal .improvement-bottom {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-periodontal .improvement-rows {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.page-periodontal .improvement-rows .improvement-item__title {
  text-align: left;
}
.page-periodontal .improvement-rows .improvement-item__title span {
  color: #f79427;
  padding-right: 1rem;
}
.page-periodontal .improvement-rows .improvement-item__text a {
  color: #f79427;
  text-decoration: underline;
}

.page-child .progress-item--title {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-child .progress-item--title {
    padding: 2rem 1rem;
  }
}
.page-child .improvement-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-child .improvement-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-child .improvement-item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}
@media (max-width: 767px) {
  .page-child .improvement-item {
    padding: 2rem;
  }
}
.page-child .improvement-item__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-child .improvement-item__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.page-child .improvement-item__text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-child .improvement-item__text {
    font-size: 1.6rem;
  }
}
.page-child .improvement-bottom {
  margin-top: 4rem;
  margin-bottom: 10rem;
  width: 100%;
}
@media (max-width: 767px) {
  .page-child .improvement-bottom {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.page-prevention .progress-item__flex--text-box-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-prevention .progress-item__flex--text-box-items {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-prevention .progress-item__flex--text-box-item {
  font-size: 1.8rem;
  line-height: 1.5;
  background: rgba(247, 148, 39, 0.3);
  padding: 0.5rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .page-prevention .progress-item__flex--text-box-item {
    font-size: 1.6rem;
    padding: 0.5rem;
    border-radius: 1rem;
  }
}
.page-prevention .progress-item__flex--text-box-item span {
  color: #f79427;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .page-prevention .progress-item__flex--text-box-item span {
    font-size: 1.6rem;
    padding-right: 0.5rem;
  }
}
.page-prevention .improvement-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-prevention .improvement-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-prevention .improvement-item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}
@media (max-width: 767px) {
  .page-prevention .improvement-item {
    padding: 2rem 0.4rem;
  }
}
.page-prevention .improvement-item__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-prevention .improvement-item__title {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: -0.04em;
  }
}
.page-prevention .improvement-item__text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-prevention .improvement-item__text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.page-prevention .improvement-bottom {
  margin-top: 4rem;
  margin-bottom: 10rem;
  width: 100%;
}
@media (max-width: 767px) {
  .page-prevention .improvement-bottom {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-prevention .improvement-rows {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.page-prevention .improvement-rows .improvement-item__title {
  text-align: left;
}
.page-prevention .improvement-rows .improvement-item__title span {
  color: #f79427;
  padding-right: 1rem;
}
.page-prevention .improvement-rows .improvement-item__text a {
  color: #f79427;
  text-decoration: underline;
}

.page-aesthetic .progress {
  margin-top: 4rem;
}
.page-aesthetic .progress-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.page-aesthetic .progress-item {
  background: rgba(247, 148, 39, 0.1);
  border-radius: 1rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.page-aesthetic .progress-item--title {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 2rem;
  border-bottom: 2px dotted #f79427;
}
@media (max-width: 767px) {
  .page-aesthetic .progress-item--title {
    font-size: 2rem;
    padding: 1rem;
  }
}
.page-aesthetic .progress-item__flex {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .page-aesthetic .progress-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
    gap: 2rem;
    padding: 1rem 0.5rem;
  }
}
.page-aesthetic .progress-item__flex--image {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-aesthetic .progress-item__flex--image {
    width: 100%;
  }
}
.page-aesthetic .progress-item__flex--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-aesthetic .progress-item__flex--text-box-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-aesthetic .progress-item__flex--text-box-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.page-aesthetic .progress-item__flex--text-box-title span {
  color: #f79427;
  padding-right: 1rem;
}
.page-aesthetic .progress-item__flex--text {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-aesthetic .progress-item__flex--text {
    font-size: 1.6rem;
    letter-spacing: -0.03em;
  }
}
.page-aesthetic .improvement-item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}
@media (max-width: 767px) {
  .page-aesthetic .improvement-item {
    padding: 2rem;
  }
}
.page-aesthetic .improvement-item__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-aesthetic .improvement-item__title {
    font-size: 2rem;
    text-align: left;
  }
}
.page-aesthetic .improvement-item__text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-aesthetic .improvement-item__text {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .page-aesthetic .cad-cam__title {
    font-size: 2.2rem;
    letter-spacing: -0.02em;
  }
}
.page-aesthetic .cad-cam__tablearea {
  overflow-x: auto;
}
.page-aesthetic .cadcam-table {
  width: 100%;
  min-width: 80rem;
  border-collapse: collapse;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-aesthetic .cadcam-table {
    font-size: 1.6rem;
    min-width: 70rem;
  }
}
.page-aesthetic .cadcam-table thead th {
  padding: 1.2rem 1.6rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.page-aesthetic .cadcam-table tbody td {
  padding: 1.2rem 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
}
.page-aesthetic .cadcam-table tbody tr:last-child td {
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.page-aesthetic .cadcam-table tbody td:nth-child(1) {
  white-space: nowrap;
  width: 14rem;
}
.page-aesthetic .cadcam-table tbody td:nth-child(3) {
  text-align: center;
  width: 7rem;
  font-weight: 700;
}
.page-aesthetic .cadcam-table tbody td:nth-child(4) {
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-aesthetic .cadcam-table tbody td:nth-child(4) {
    font-size: 1.2rem;
  }
}
.page-aesthetic .cadcam-table__thumb {
  width: 14rem;
}
.page-aesthetic .cadcam-thumb {
  display: inline-block;
  width: 10rem;
  height: 7.5rem;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.page-aesthetic .cadcam-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.page-aesthetic .cadcam-modal {
  position: fixed;
  inset: 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;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9900;
}
.page-aesthetic .cadcam-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-aesthetic .cadcam-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.page-aesthetic .cadcam-modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page-aesthetic .cadcam-modal__image {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  width: auto;
  height: auto;
}
.page-aesthetic .cadcam-modal__close {
  position: absolute;
  top: 0.4rem;
  right: 0.8rem;
  border: none;
  background: transparent;
  font-size: 8rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.2rem 0.6rem;
}
@media (max-width: 767px) {
  .page-aesthetic .cadcam-modal__close {
    font-size: 3rem;
  }
}
.page-aesthetic .review-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-aesthetic .review-flex {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-aesthetic .review-item {
  border: 2px solid #ffdc00;
  background: #fff;
  padding: 4rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 2px 6px rgba(247, 148, 39, 0.2);
          box-shadow: 0 2px 6px rgba(247, 148, 39, 0.2);
}
@media (max-width: 767px) {
  .page-aesthetic .review-item {
    padding: 2rem;
  }
}
.page-aesthetic .review-title {
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 2px dotted #ffdc00;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-aesthetic .review-title {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    padding-left: 1em;
  }
}
.page-aesthetic .review-contents {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-aesthetic .review-contents {
    margin-top: 1rem;
  }
}
.page-aesthetic .review-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-aesthetic .review-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .page-aesthetic .review-contents-item {
    font-size: 1.6rem;
    padding-left: 1em;
    letter-spacing: 0.03em;
  }
}
.page-aesthetic .review-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #f79427;
}
.page-aesthetic .review-contents-item + .page-aesthetic .review-contents-item {
  margin-top: 1rem;
}
.page-aesthetic .plan-item {
  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;
  margin: 4rem 0;
  padding: 2rem;
  border-bottom: 1px dotted #f79427;
}
@media (max-width: 767px) {
  .page-aesthetic .plan-item {
    padding: 1rem;
    margin: 2rem 0;
  }
}
.page-aesthetic .plan-item__title {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-aesthetic .plan-item__title {
    font-size: 1.6rem;
  }
}
.page-aesthetic .plan-item__text {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page-aesthetic .plan-item__text {
    font-size: 1.6rem;
  }
}
.page-aesthetic .cad-cam__merit .c-list-contents-item {
  font-weight: 400;
}

.page-dentures .progress-item--title {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 2rem;
  border-bottom: 2px dotted #f79427;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-dentures .progress-item--title {
    font-size: 2rem;
    padding: 1rem;
  }
}
.page-dentures .progress-item__flex {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .page-dentures .progress-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
    gap: 2rem;
    padding: 1rem 0.5rem;
  }
}
.page-dentures .progress-item__flex--image {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-dentures .progress-item__flex--image {
    width: 100%;
  }
}
.page-dentures .progress-item__flex--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-dentures .improvement-item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}
@media (max-width: 767px) {
  .page-dentures .improvement-item {
    padding: 2rem;
  }
}
.page-dentures .improvement-item__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-dentures .improvement-item__title {
    font-size: 2rem;
    text-align: left;
  }
}
.page-dentures .improvement-item__text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-dentures .improvement-item__text {
    font-size: 1.6rem;
  }
}
.page-dentures .improvement-rows {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.page-dentures .improvement-rows .improvement-item__title {
  text-align: left;
  line-height: 1.5;
}
.page-dentures .improvement-rows .improvement-item__title span {
  color: #f79427;
  padding-right: 1rem;
}
.page-dentures .improvement-rows .improvement-item__text a {
  color: #f79427;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page-dentures .c-contents-titlearea {
    margin: 0 0 4rem;
  }
}
.page-dentures .plan-item {
  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;
  margin: 4rem 0;
  padding: 2rem;
  border-bottom: 1px dotted #f79427;
}
@media (max-width: 767px) {
  .page-dentures .plan-item {
    padding: 1rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
  }
}
.page-dentures .plan-item__title {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-dentures .plan-item__title {
    font-size: 2rem;
  }
}
.page-dentures .plan-item__text {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page-dentures .plan-item__text {
    font-size: 1.6rem;
  }
}

.page-mouthpiece .factor-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .factor-flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-mouthpiece .factor-flex__item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem 3rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .factor-flex__item {
    padding: 2rem;
  }
}
.page-mouthpiece .factor-flex__item--title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-mouthpiece .factor-flex__item--title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .page-mouthpiece .treatment {
    margin-top: 6rem;
  }
}
.page-mouthpiece .progress {
  margin-top: 4rem;
}
.page-mouthpiece .progress-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.page-mouthpiece .progress-item {
  background: rgba(247, 148, 39, 0.1);
  border-radius: 1rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.page-mouthpiece .progress-item--title {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 2rem;
  border-bottom: 2px dotted #f79427;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-mouthpiece .progress-item--title {
    font-size: 2rem;
    padding: 1rem;
  }
}
.page-mouthpiece .progress-item__flex {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .progress-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
    gap: 2rem;
    padding: 1rem;
  }
}
.page-mouthpiece .progress-item__flex--image {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-mouthpiece .progress-item__flex--image {
    width: 100%;
  }
}
.page-mouthpiece .progress-item__flex--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-mouthpiece .progress-item__flex--text-box-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.page-mouthpiece .progress-item__flex--text-box-title span {
  color: #f79427;
  padding-right: 1rem;
}
.page-mouthpiece .progress-item__flex--text {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-mouthpiece .progress-item__flex--text {
    font-size: 1.6rem;
  }
}
.page-mouthpiece .prevention .progress-item .progress-item__flex--text-box-text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
.page-mouthpiece .progress-item__flex--text-box-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 2rem;
}
.page-mouthpiece .progress-item__flex--text-box-item {
  font-size: 2rem;
  line-height: 1.5;
  background: rgba(247, 148, 39, 0.3);
  padding: 0.5rem;
  border-radius: 1rem;
}
.page-mouthpiece .progress-item__flex--text-box-item span {
  color: #f79427;
  padding-right: 1rem;
}
.page-mouthpiece .improvement-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.page-mouthpiece .improvement-item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .improvement-item {
    padding: 2rem;
  }
}
.page-mouthpiece .improvement-item__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .improvement-item__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.page-mouthpiece .improvement-item__text {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-mouthpiece .improvement-item__text {
    font-size: 1.6rem;
  }
}
.page-mouthpiece .improvement-bottom {
  margin-top: 4rem;
  margin-bottom: 10rem;
  width: 100%;
}
.page-mouthpiece .improvement-rows {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .improvement-rows {
    margin-top: 4rem;
  }
}
.page-mouthpiece .improvement-rows .improvement-item__title {
  text-align: left;
}
.page-mouthpiece .improvement-rows .improvement-item__title span {
  color: #f79427;
  padding-right: 1rem;
}
.page-mouthpiece .improvement-rows .improvement-item__text a {
  color: #f79427;
  text-decoration: underline;
}
.page-mouthpiece .review-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}
.page-mouthpiece .review-item {
  border: 2px solid #ffdc00;
  background: #fff;
  padding: 4rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 2px 6px rgba(247, 148, 39, 0.2);
          box-shadow: 0 2px 6px rgba(247, 148, 39, 0.2);
}
.page-mouthpiece .review-title {
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 2px dotted #ffdc00;
  padding-bottom: 1rem;
}
.page-mouthpiece .review-contents {
  margin-top: 2rem;
}
.page-mouthpiece .review-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-mouthpiece .review-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
}
.page-mouthpiece .review-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #f79427;
}
.page-mouthpiece .review-contents-item + .page-mouthpiece .review-contents-item {
  margin-top: 1rem;
}
.page-mouthpiece .plan-item {
  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;
  margin: 4rem 0;
  padding: 2rem;
  border-bottom: 1px dotted #f79427;
}
@media (max-width: 767px) {
  .page-mouthpiece .plan-item {
    gap: 1rem;
    padding: 1rem;
    margin: 0;
  }
}
.page-mouthpiece .plan-item__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-mouthpiece .plan-item__title {
    font-size: 1.6rem;
  }
}
.page-mouthpiece .plan-item__text {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .plan-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-mouthpiece .consult-title {
    font-size: 2rem;
    margin-top: 5rem;
  }
}
.page-mouthpiece .consultation-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .consultation-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.page-mouthpiece .consultation-item {
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .page-mouthpiece .consultation-item {
    font-size: 1.6rem;
  }
}
.page-mouthpiece .mouthpiece-note {
  display: inline-block;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 2rem;
  color: red;
}
@media (max-width: 767px) {
  .page-mouthpiece .mouthpiece-note {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.page-visit .consultation-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-visit .consultation-items {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.page-visit .consultation-item {
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .page-visit .consultation-item {
    font-size: 1.6rem;
    padding-left: 1em;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .page-visit .flow-item {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .page-visit .flow-item__flex {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .page-visit .step-titlearea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.page-visit .step-tag {
  display: inline-block;
  min-width: 12rem;
  height: 3.4rem;
  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: #f79427;
  font-size: 2.2rem;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
@media (max-width: 767px) {
  .page-visit .step-tag {
    width: 40%;
  }
}
.page-visit .step-title {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  .page-visit .step-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .page-visit .step-textarea {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .page-visit .step-text {
    font-size: 1.6rem;
  }
}
.page-visit .q-item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-visit .q-item .a-item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-english .greeting {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-english .greeting {
    margin-top: 4rem;
  }
}
.page-english .greeting .greeting-flex {
  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;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-english .greeting .greeting-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
  }
}
.page-english .greeting .greeting-flex__textarea {
  width: 45%;
  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) {
  .page-english .greeting .greeting-flex__textarea {
    width: 100%;
    margin-top: 4rem;
  }
}
.page-english .greeting .paragraph {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-english .greeting .paragraph {
    font-size: 1.6rem;
  }
}
.page-english .greeting .greeting-flex__image {
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-english .greeting .greeting-flex__image {
    width: 100%;
    margin: 0 auto;
  }
}
.page-english .greeting .greeting-flex__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-english .greeting .greeting-doctor-label {
  position: absolute;
  left: 12%;
  bottom: 10%;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  border: 2px solid #fff;
  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;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3);
  position: absolute;
}
@media (max-width: 767px) {
  .page-english .greeting .greeting-doctor-label {
    width: 11rem;
    height: 11rem;
    left: 70%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-english .greeting .greeting-doctor-label::before {
    inset: 0.8rem;
  }
}
.page-english .greeting .greeting-doctor-label::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 50%;
  border: 1px dotted rgba(255, 255, 255, 0.8);
}
.page-english .greeting .greeting-doctor-label__role {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-english .greeting .greeting-doctor-label__role {
    letter-spacing: 0.1em;
  }
}
.page-english .greeting .greeting-doctor-label__name {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-english .greeting .greeting-doctor-label__name {
    font-size: 1.6rem;
  }
}
.page-english .greeting .greeting-doctor-label__en {
  font-size: 1rem;
  letter-spacing: 0.25em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-english .greeting .greeting-doctor-label__en {
    font-size: 1rem;
    letter-spacing: 0em;
  }
}
.page-english .introduction-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-english .introduction-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page-english .introduction-grid__item {
  border-top: 2px solid #f79427;
  background: rgba(247, 148, 39, 0.1);
  padding: 5rem;
}
@media (max-width: 767px) {
  .page-english .introduction-grid__item {
    padding: 2rem;
  }
}
.page-english .introduction-grid__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-english .introduction-grid__text-title {
  margin: 2rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-english .introduction-grid__text-title {
    font-size: 2rem;
    margin: 1rem 0;
  }
}
.page-english .introduction-grid__text-text {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-english .introduction-grid__text-text {
    font-size: 1.6rem;
  }
}

.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-privacy-policy .progress-item--title {
  line-height: 1.5;
}

.page-news-list .news {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .page-news-list .news {
    padding: 4rem 0;
  }
}
.page-news-list .news-content {
  width: 80rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .page-news-list .news-content {
    margin: 2rem auto 0;
    width: 100%;
  }
}
.page-news-list .news-list {
  list-style: none;
  margin: 0;
  padding: 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;
}
.page-news-list .news-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}
.page-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: 2rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-news-list .news-list__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .page-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: 0.8rem;
  }
}
.page-news-list .news-list__date {
  font-size: 2rem;
  color: #f79427;
  min-width: 10rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-news-list .news-list__date {
    font-size: 1.6rem;
    min-width: auto;
  }
}
.page-news-list .news-list__title {
  font-size: 2rem;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-news-list .news-list__title {
    font-size: 1.6rem;
  }
}
.page-news-list .news-list__empty {
  margin-top: 2rem;
  font-size: 2.2rem;
  text-align: center;
}
.page-news-list .news-list-page__pager {
  margin-top: 4rem;
}
.page-news-list .news-list-page__pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.page-news-list .news-list-page__pager .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-news-list .news-list-page__pager .pagination .page-numbers.current {
  background: #f79427;
  border-color: #f79427;
  color: #fff;
}
.page-news-list .news-list-page__pager .pagination .page-numbers:hover:not(.current) {
  background: rgba(247, 148, 39, 0.1);
  border-color: #f79427;
  color: #f79427;
}
.page-news-list .news-list-page__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border: 1px solid #f79427;
  border-radius: 1rem;
  background: #fff;
  max-width: 30rem;
  margin: 4rem auto 0;
}

.single-news {
  padding: 8rem 0 10rem;
}
.single-news .news-single {
  max-width: 80rem;
  margin: 4rem auto 0;
}
.single-news .news-single__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.single-news .news-single__date {
  display: block;
  font-size: 1.6rem;
  color: #f79427;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-news .news-single__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.single-news .news-single__cats {
  margin-top: 1rem;
}
.single-news .news-single__cats .news-single__cat {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #f79427;
  color: #f79427;
}
.single-news .news-single__cats .news-single__cat + .single-news .news-single__cats .news-single__cat {
  margin-left: 0.4rem;
}
.single-news .news-single__thumb {
  margin-top: 3rem;
}
.single-news .news-single__thumb img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.single-news .news-single__content {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 3rem;
}
.single-news .news-single__content img {
  max-width: 100%;
  height: auto;
}
.single-news .news-single__buttons {
  margin-top: 4rem;
  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;
}
.single-news .news-single__buttons .c-btn {
  font-size: 1.6rem;
  min-width: 22rem;
  text-align: center;
  padding: 2rem;
  border: 1px solid #f79427;
  border-radius: 1rem;
  background: #fff;
}
@media (max-width: 767px) {
  .single-news {
    padding: 4rem 0 6rem;
  }
  .single-news .news-single {
    margin-top: 2rem;
  }
  .single-news .news-single__title {
    font-size: 2.2rem;
  }
}

.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: 2rem;
  right: 2rem;
  z-index: 1000;
}

.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: 10rem;
  height: 15rem;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: to-top-metronome 2.5s ease-in-out infinite;
          animation: to-top-metronome 2.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3.6rem;
    height: 6rem;
  }
}

@-webkit-keyframes to-top-metronome {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

@keyframes to-top-metronome {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.to-top-button__text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .to-top-button__text {
    font-size: 1.4rem;
  }
}

.c-outline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.c-contents-title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-contents-title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}

.c-dot-line {
  width: 10rem;
  border-bottom: 3px dotted #f79427;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 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;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-paragraph {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-paragraph {
    font-size: 1.6rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #f79427;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  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-link__button--denture {
  background: #f79427;
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: 2px dotted #f79427;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
  border-bottom: 2px solid #f79427;
}