@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 共通の要素--------------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

*:focus {
  outline: none;
}

* {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #422714;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.wrap {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 134px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .header {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 62px;
  }
}
.header__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin: auto;
  padding-left: 90px;
}
@media screen and (max-width: 1280px) {
  .header__outer {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__outer {
    padding-left: 20px;
  }
}
.header__logo {
  position: absolute;
  width: auto;
  padding-top: 15px;
}
@media screen and (max-width: 1280px) {
  .header__logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 207px;
    padding-top: 10px;
  }
}
.header__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header__right {
    display: none;
  }
}
.header__nav {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  padding-top: 40px;
}
.header__nav-top, .header__nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1180px) {
  .header__nav-top, .header__nav-bottom {
    gap: 10px;
  }
}
.header__link-top {
  color: #94e6b4;
  font-weight: 700;
  font-size: 14px;
}
.header__link-bottom {
  color: white;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1180px) {
  .header__link-bottom {
    font-size: 14px;
  }
}
.header__link-bottom:hover {
  opacity: 1;
  color: #94e6b4;
}
.header__hover {
  padding-bottom: 15px;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__btn-tel, .header__btn-contact, .header__btn-web {
  width: 153px;
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 1180px) {
  .header__btn-tel, .header__btn-contact, .header__btn-web {
    width: 140px;
  }
}
.header__btn-tel img, .header__btn-contact img, .header__btn-web img {
  width: auto;
}
.header__btn-tel p, .header__btn-contact p, .header__btn-web p {
  color: white;
  font-size: 20px;
  font-weight: 500;
}
.header__btn-tel {
  background-color: #4b9568;
}
.header__btn-web {
  background-color: #31c76c;
}
.header__btn-contact {
  background-color: #fff;
}
.header__btn-contact p {
  color: #4b9568;
}

.under_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .under_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 9994;
  }
  .under_menu a {
    width: 33.33vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .under_menu a:hover {
    opacity: 0.7;
  }
}

.hamburger {
  position: fixed;
  z-index: 9996;
  top: 25px;
  right: 20px;
  display: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 17px;
    right: 13px;
  }
}
.hamburger.open .hamburger__bar--top {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(13px) rotate(45deg);
          transform: translateY(13px) rotate(45deg);
}
.hamburger.open .hamburger__bar--middle {
  opacity: 0;
}
.hamburger.open .hamburger__bar--bottom {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-13px) rotate(-45deg);
          transform: translateY(-13px) rotate(-45deg);
}
.hamburger.open .hamburger__bar--top, .hamburger.open .hamburger__bar--middle, .hamburger.open .hamburger__bar--bottom {
  background-color: #422714;
}
.hamburger__outer {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.hamburger__bar--top, .hamburger__bar--middle, .hamburger__bar--bottom {
  display: block;
  width: 32px;
  height: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: white;
}

.slide {
  position: fixed;
  z-index: 9995;
  top: 0;
  right: 0;
  overflow-y: scroll;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  padding: 70px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: white;
}
.slide.show {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slide__nav {
  padding: 0 27px;
}
.slide__menu {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.slide__menu--title {
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #422714;
  padding-top: 10px;
}
.slide__menu-list {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
  border-bottom: 1px solid #422714;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.slide__menu-list * {
  color: rgba(66, 39, 20, 0.7);
}
.slide__menu-list a {
  line-height: 1.8;
  font-size: 16px;
}
.slide__tel, .slide__web, .slide__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 314px;
  height: 56px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
}
.slide__tel p, .slide__web p, .slide__contact p {
  color: white;
  font-weight: 500;
  font-size: 20px;
}
.slide__tel {
  background-color: #4b9568;
  margin-top: 25px;
}
.slide__tel img {
  width: 20px;
}
.slide__web {
  background-color: #31c76c;
  margin-top: 10px;
}
.slide__web img {
  width: 20px;
}
.slide__contact {
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #4b9568;
}
.slide__contact img {
  width: 22px;
}
.slide__contact p {
  color: #4b9568;
}

.cta {
  padding: 80px 20px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 60px;
  }
}
.cta__inner {
  max-width: 1080px;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 1024px) {
  .cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    gap: 15px;
  }
}
.cta__logo {
  width: auto;
}
@media screen and (max-width: 767px) {
  .cta__logo {
    width: 280px;
    margin: 0 auto;
  }
}
.cta__right {
  max-width: 445px;
}
@media screen and (max-width: 1080px) {
  .cta__right {
    max-width: 400px;
  }
}
.cta__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cta__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    gap: 10px;
  }
}
.cta__middle-left {
  color: white;
  background-color: #422714;
  width: 200px;
  height: 43px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .cta__middle-left {
    font-size: 16px;
    height: 30px;
    width: 122px;
  }
}
.cta__middle-right {
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #4b9568;
}
@media screen and (max-width: 767px) {
  .cta__middle-right {
    font-size: 32px;
  }
}
.cta__text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 180%;
  color: #422714;
}
@media screen and (max-width: 767px) {
  .cta__text {
    text-align: center;
    margin-top: 5px;
  }
}
.cta__btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cta__btns {
    gap: 10px;
    margin-top: 20px;
  }
}
.cta__btn-tel, .cta__btn-contact {
  width: 270px;
  height: 90px;
  border-radius: 45px;
  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: 15px;
}
@media screen and (max-width: 767px) {
  .cta__btn-tel, .cta__btn-contact {
    width: 165px;
    gap: 10px;
    height: 55px;
  }
}
.cta__btn-tel p, .cta__btn-contact p {
  color: white;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cta__btn-tel p, .cta__btn-contact p {
    font-size: 20px;
  }
}
.cta__btn-tel {
  background-color: #4b9568;
}
.cta__btn-tel img {
  width: 32px;
}
@media screen and (max-width: 767px) {
  .cta__btn-tel img {
    width: 20px;
  }
}
.cta__btn-contact {
  background-color: #31c76c;
}
.cta__btn-contact img {
  width: 36px;
}
@media screen and (max-width: 767px) {
  .cta__btn-contact img {
    width: 22px;
  }
}

.footerMap {
  height: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footerMap {
    height: 190px;
  }
}

.footer {
  padding: 80px 20px;
  max-width: 1120px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 20px;
    gap: 30px;
  }
}
.footer__subtitle {
  position: relative;
  z-index: 2;
}
.footer__subtitle p {
  font-weight: 400;
  font-size: 24px;
  line-height: 180%;
  color: #422714;
  background-color: white;
  display: table;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer__subtitle p {
    font-size: 20px;
  }
}
.footer__subtitle::after {
  height: 1px;
  width: 100%;
  background-color: #422714;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: -1;
}
.footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
  gap: 5px 40px;
}
@media screen and (max-width: 767px) {
  .footer__list {
    margin-top: 10px;
  }
}
.footer__list-text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .footer__list-text {
    font-size: 14px;
  }
}
.footer__payment {
  margin-top: 30px;
}
.footer__payment img {
  margin-top: 15px;
}
.footer__schedule {
  width: 100%;
  margin-top: 20px;
}
.footer__schedule th {
  background-color: #4b9568;
  color: white;
  height: 45px;
  vertical-align: middle;
  font-size: 18px;
  width: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__schedule th {
    font-size: 14px;
    width: calc((100% - 110px) / 7);
    height: 35px;
  }
}
.footer__schedule th:first-of-type {
  width: calc(100% - 315px);
}
@media screen and (max-width: 767px) {
  .footer__schedule th:first-of-type {
    width: 110px;
  }
}
.footer__schedule td {
  height: 65px;
  vertical-align: middle;
  color: #4b9568;
  font-size: 18px;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__schedule td {
    font-size: 14px;
    height: 50px;
  }
}
.footer__schedule td:first-of-type {
  letter-spacing: 0.1em;
}
.footer__schedule-bottom {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer__schedule-bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__info-title {
  line-height: 1.8;
  font-size: 24px;
  text-align: center;
  color: white;
  background-color: #88c7a0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer__info-title {
    font-size: 16px;
  }
}
.footer__info-text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer__info-text {
    margin-top: 5px;
    font-size: 14px;
  }
}

.h-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  margin: 0 auto;
  top: 140px;
  right: 510px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 20px 25px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .h-menu {
    display: none;
  }
}
.h-menu.show {
  opacity: 1;
  pointer-events: all;
}
.h-menu__list {
  font-size: 18px;
  opacity: 0.7;
}
.h-menu__item:hover {
  opacity: 0.7;
}
.h-menu__item a {
  border-bottom: 1px solid rgba(66, 39, 20, 0.3);
}
.h-menu__item + .h-menu__item {
  margin-top: 15px;
}

.web-menu {
  position: fixed;
  right: 150px;
  top: 140px;
  z-index: 9999;
  width: min(90vw, 320px);
  opacity: 0;
  visibility: hidden;
  padding: 10px 10px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .web-menu {
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -70%);
            transform: translate(50%, -70%);
  }
}
.web-menu.show {
  opacity: 1;
  visibility: visible;
}
.web-menu__close {
  margin-bottom: 15px;
  text-align: right;
}
.web-menu__close img {
  display: inline;
  width: 25px;
  height: 25px;
  vertical-align: top;
}
.web-menu__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #422714;
  text-align: center;
}
.web-menu__list {
  list-style: none;
  margin-top: 20px;
  padding: 0 15px;
}
.web-menu__list li + li {
  margin-top: 10px;
}
.web-menu__list li a {
  display: block;
  padding: 20px 15px;
  font-size: 20px;
  color: #422714;
  line-height: 1;
  text-decoration: none;
  border-radius: 6px;
  position: relative;
}
.web-menu__list li a::after {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right.svg");
  background-size: cover;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.web-menu__list li:first-child a {
  background-color: rgba(148, 230, 180, 0.6);
}
.web-menu__list li:last-child a {
  background-color: #fff;
  border: 1px solid #88c7a0;
}

.customize-support .h-menu,
.customize-support .web-menu {
  top: 170px;
}

#access {
  scroll-padding-top: 150px;
}

#overlay {
  /* 画面全体に広がる設定 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 背景色（半透明の黒） */
  background-color: rgba(0, 0, 0, 0.5);
  /* 重なり順をメニュー(9999)の直下にする */
  z-index: 9998;
  /* 初期状態では非表示にする */
  display: none;
}

/* JavaScriptでこのクラスを付け外しして表示を切り替える */
#overlay.show {
  display: block;
}

.pageFv {
  background-position: center;
  background-size: cover;
  height: 424px;
  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;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageFv {
    height: 170px;
    padding-top: 50px;
  }
}
.pageFv::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
}
.pageFv--blog {
  background-image: url("../images/fv-blog.jpg");
}
.pageFv--news {
  background-image: url("../images/fv-news.jpg");
}
.pageFv--recruit {
  background-image: url("../images/fv-recruit.jpg");
}
.pageFv--feature {
  background-image: url("../images/fv-feature.jpg");
}
.pageFv--firstTime {
  background-image: url("../images/fv-first-time.jpg");
}
.pageFv--doctor {
  background-image: url("../images/fv-doctor.jpg");
}
.pageFv--clinic {
  background-image: url("../images/fv-clinic.jpg");
}
.pageFv--contact {
  background-image: url("../images/fv-contact.jpg");
}
.pageFv--price {
  background-image: url("../images/fv-price.jpg");
}
.pageFv--search {
  background-image: url("../images/fv-search.jpg");
}
.pageFv--menu {
  background-image: url("../images/fv-menu.jpg");
}
.pageFv__subtitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 100%;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageFv__subtitle {
    display: none;
  }
}
.pageFv__subtitle::first-letter {
  color: #94e6b4;
}
.pageFv__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 180%;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageFv__title {
    font-size: 32px;
  }
}

.breadcrumb {
  max-width: 1120px;
  padding: 0 20px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb a,
.breadcrumb span {
  font-size: 16px;
}

.contents {
  max-width: 940px;
  padding: 0 20px;
  margin: 156px auto 0;
}
@media screen and (max-width: 767px) {
  .contents {
    margin-top: 30px;
  }
}
.contents__title {
  font-size: 36px;
  text-align: center;
  position: relative;
  margin: 50px auto 0;
  display: table;
}
@media screen and (max-width: 767px) {
  .contents__title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.contents__title:first-of-type {
  margin-top: 0;
}
.contents__title:before, .contents__title:after {
  content: "";
  display: block;
  width: calc(450px - 50% - 20px);
  height: 1px;
  background-color: #422714;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 940px) {
  .contents__title:before, .contents__title:after {
    width: calc((100vw - 40px) / 2 - 50% - 20px);
  }
}
.contents__title:before {
  right: calc(100% + 20px);
}
.contents__title::after {
  left: calc(100% + 20px);
}
.contents__img {
  -webkit-box-shadow: 10px 10px 0px rgba(148, 230, 180, 0.4);
          box-shadow: 10px 10px 0px rgba(148, 230, 180, 0.4);
  border-radius: 20px;
  max-width: 500px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .contents__img {
    max-width: 300px;
    margin-top: 30px;
    -webkit-box-shadow: 8px 8px 0px rgba(148, 230, 180, 0.4);
            box-shadow: 8px 8px 0px rgba(148, 230, 180, 0.4);
    border-radius: 15px;
  }
}
.contents__text {
  margin: 50px auto 0;
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .contents__text {
    margin-top: 30px;
    font-size: 16px;
  }
}
.contents__text.red {
  color: #ff4000;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contents__text.red {
    margin-bottom: 30px;
  }
}
.contents__subtitle {
  margin: 50px auto 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contents__subtitle {
    font-size: 20px;
    margin-top: 30px;
  }
}
.contents__subtitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(148, 230, 180, 0.16)), to(rgba(136, 199, 160, 0.4)));
  background: linear-gradient(270deg, rgba(148, 230, 180, 0.16) 0%, rgba(136, 199, 160, 0.4) 100%);
  background-blend-mode: multiply;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .contents__subtitle::after {
    height: 8px;
  }
}

.firstTime__caution {
  background-color: rgba(148, 230, 180, 0.2);
  margin-top: 50px;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .firstTime__caution {
    padding: 25px;
  }
}
.firstTime__caution-title {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .firstTime__caution-title {
    font-size: 20px;
  }
}
.firstTime__caution-text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 180%;
  color: #4b9568;
}
@media screen and (max-width: 767px) {
  .firstTime__caution-text {
    font-size: 16px;
    margin-top: 15px;
  }
}

.doctor__img {
  max-width: 350px;
  margin: 50px auto 0;
  -webkit-box-shadow: 10px 10px 0px rgba(148, 230, 180, 0.4);
          box-shadow: 10px 10px 0px rgba(148, 230, 180, 0.4);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .doctor__img {
    max-width: 250px;
    margin-top: 20px;
    -webkit-box-shadow: 8px 8px 0px rgba(148, 230, 180, 0.4);
            box-shadow: 8px 8px 0px rgba(148, 230, 180, 0.4);
  }
}
.doctor__name {
  font-size: 18px;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .doctor__name {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .doctor__name span {
    display: none;
  }
}
.doctor__links {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  max-width: 750px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .doctor__links {
    max-width: 250px;
    gap: 5px;
  }
}
.doctor__history {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .doctor__history {
    margin: 40px 0;
  }
}
.doctor__history-data {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .doctor__history-data {
    margin-top: 20px;
  }
}
.doctor__history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .doctor__history-item {
    gap: 5px;
  }
}
.doctor__history-year {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.doctor__history-year, .doctor__history-text {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .doctor__history-year, .doctor__history-text {
    font-size: 16px;
  }
}
.doctor__history-bottoms {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .doctor__history-bottoms {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.doctor__history-list {
  margin-top: 50px;
  list-style-type: disc;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .doctor__history-list {
    margin-top: 20px;
  }
}
.doctor__history-listItem {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .doctor__history-listItem {
    font-size: 16px;
  }
}
.doctor__qa {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
.doctor__qa-question {
  border-bottom: 1px solid #88c7a0;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .doctor__qa-question {
    padding-bottom: 8px;
  }
}
.doctor__qa-question span {
  color: #4b9568;
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .doctor__qa-question span {
    font-size: 18px;
  }
}
.doctor__qa-question p {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .doctor__qa-question p {
    font-size: 18px;
  }
}
.doctor__qa-answer {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .doctor__qa-answer {
    font-size: 16px;
    margin-top: 15px;
  }
}

.inquiry {
  max-width: 940px;
  padding: 0 20px;
  margin: 156px auto 0;
}
@media screen and (max-width: 767px) {
  .inquiry {
    margin-top: 30px;
  }
}
.inquiry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #c2c2c2;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .inquiry__item {
    padding: 15px 0;
    -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: 10px;
  }
}
.inquiry__left {
  width: 214px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .inquiry__left {
    width: auto;
    gap: 10px;
  }
}
.inquiry__label {
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .inquiry__label {
    font-size: 16px;
  }
}
.inquiry__need {
  line-height: 1;
  background: #88c7a0;
  border-radius: 5px;
  padding: 3px 5px;
  color: white;
}
@media screen and (max-width: 767px) {
  .inquiry__need {
    font-size: 12px;
  }
}
.inquiry__right {
  width: 100%;
}
.inquiry__input {
  width: 100%;
  height: 50px;
  background-color: rgba(194, 194, 194, 0.1);
  padding: 0 10px;
  font-size: 16px;
}
.inquiry__input[type=number] {
  width: 7em;
}
@media screen and (max-width: 767px) {
  .inquiry__input {
    height: 40px;
    font-size: 14px;
  }
}
.inquiry__input::-webkit-input-placeholder {
  color: rgba(66, 39, 20, 0.6);
}
.inquiry__input::-moz-placeholder {
  color: rgba(66, 39, 20, 0.6);
}
.inquiry__input:-ms-input-placeholder {
  color: rgba(66, 39, 20, 0.6);
}
.inquiry__input::-ms-input-placeholder {
  color: rgba(66, 39, 20, 0.6);
}
.inquiry__input::placeholder {
  color: rgba(66, 39, 20, 0.6);
}
.inquiry__textarea {
  width: 100%;
  height: 120px;
  background-color: rgba(194, 194, 194, 0.1);
  padding: 10px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .inquiry__textarea {
    font-size: 14px;
  }
}
.inquiry__submit {
  background: #88c7a0;
  border-radius: 45px;
  width: 270px;
  height: 90px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 32px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .inquiry__submit {
    width: 240px;
    height: 60px;
    font-size: 24px;
    margin-top: 35px;
  }
}
.inquiry__submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.inquiry__error, .inquiry__val {
  color: crimson;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  display: none;
}
.inquiry__error.show, .inquiry__val.show {
  display: block;
}
.inquiry .confirm-text {
  display: none;
  font-weight: 700;
  padding-top: 20px;
}
.inquiry.confirm .inquiry__form input,
.inquiry.confirm .inquiry__form textarea,
.inquiry.confirm .inquiry__form .inquiry__confirm {
  display: none;
}
.inquiry.confirm .inquiry__form .confirm-text,
.inquiry.confirm .inquiry__form .inquiry__btns {
  display: block;
}
.inquiry .wpcf7-form * {
  display: none;
}
.inquiry .wpcf7-response-output {
  display: block;
}
.inquiry #wana {
  display: none;
}
.inquiry__privacy {
  padding-top: 30px;
}
.inquiry__privacy--title {
  font-size: 18px;
  line-height: 1.8;
  border-bottom: 1px solid #422714;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .inquiry__privacy--title {
    font-size: 16px;
  }
}
.inquiry__privacy--box {
  max-height: 200px;
  border: 1px solid #f5f5f5;
  padding: 10px;
  overflow-y: scroll;
  margin-bottom: 10px;
}
.inquiry__privacy--content {
  font-size: 16px;
  line-height: 1.8;
  color: #8e7d72;
}
.inquiry__privacy--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry__privacy--flex input {
  width: 16px;
  height: 16px;
}

.recruit {
  max-width: 940px;
  padding: 0 20px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 30px;
  }
}
.recruit__img {
  max-width: 500px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .recruit__img {
    margin-top: 30px;
  }
}
.recruit__img:first-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit__img:first-of-type {
    margin-bottom: 20px;
  }
}
.recruit__subtitle {
  margin-top: 50px;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruit__subtitle {
    font-size: 20px;
    margin-top: 20px;
  }
}
.recruit__subtitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(148, 230, 180, 0.16)), to(rgba(136, 199, 160, 0.4)));
  background: linear-gradient(270deg, rgba(148, 230, 180, 0.16) 0%, rgba(136, 199, 160, 0.4) 100%);
  background-blend-mode: multiply;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .recruit__subtitle::after {
    height: 8px;
  }
}
.recruit__text {
  margin: 50px auto 0;
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .recruit__text {
    margin-top: 20px;
    font-size: 16px;
  }
}
.recruit__list, .recruit__list--num {
  background-color: rgba(148, 230, 180, 0.2);
  border-radius: 20px;
  padding: 15px 15px 15px 45px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit__list, .recruit__list--num {
    margin-top: 20px;
  }
}
.recruit__list li, .recruit__list--num li {
  font-size: 18px;
  line-height: 180%;
  color: #4b9568;
}
@media screen and (max-width: 767px) {
  .recruit__list li, .recruit__list--num li {
    font-size: 16px;
  }
}
.recruit__list {
  list-style-type: disc;
}
.recruit__list--num {
  list-style-type: decimal;
}
.recruit__table1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit__table1 {
    margin-top: 20px;
  }
}
.recruit__table1-title {
  height: 64px;
  background: #88c7a0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 24px;
  color: white;
}
@media screen and (max-width: 767px) {
  .recruit__table1-title {
    height: 54px;
    font-size: 20px;
  }
}
.recruit__table1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #422714;
}
.recruit__table1-left {
  background-color: rgba(148, 230, 180, 0.4);
  width: 173px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit__table1-left {
    width: 90px;
    font-size: 16px;
  }
}
.recruit__table1-right {
  padding: 20px 15px;
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .recruit__table1-right {
    font-size: 16px;
  }
}
.recruit__table2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit__table2 {
    margin-top: 20px;
  }
}
.recruit__table2-title {
  height: 64px;
  background: #88c7a0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 24px;
  color: white;
}
@media screen and (max-width: 767px) {
  .recruit__table2-title {
    height: 54px;
    font-size: 20px;
  }
}
.recruit__table2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #422714;
}
.recruit__table2-left {
  padding: 20px 0 20px 15px;
  width: 200px;
  font-size: 18px;
  color: #4b9568;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit__table2-left {
    font-size: 16px;
    width: 130px;
  }
}
.recruit__table2-list {
  padding: 20px 15px;
  list-style-type: disc;
}
.recruit__table2-list li {
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .recruit__table2-list li {
    font-size: 16px;
  }
}
.recruit__btn {
  border-radius: 45px;
  background-color: #88c7a0;
  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: 50px auto 0;
  max-width: 400px;
  height: 90px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .recruit__btn {
    width: 100%;
    height: 56px;
    gap: 10px;
    margin-top: 20px;
  }
}
.recruit__btn img {
  width: 36px;
}
@media screen and (max-width: 767px) {
  .recruit__btn img {
    width: 22px;
  }
}
.recruit__btn p {
  color: white;
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .recruit__btn p {
    font-size: 20px;
  }
}

.single {
  max-width: 1120px;
  padding: 0 20px;
  margin: 156px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .single {
    margin-top: 30px;
  }
}
.single__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.single__time {
  font-weight: 400;
  font-size: 18px;
  color: #88c7a0;
}
@media screen and (max-width: 767px) {
  .single__time {
    font-size: 16px;
  }
}
.single__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.single__category {
  border: 1px solid #88c7a0;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 10px;
  color: #88c7a0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .single__category {
    font-size: 14px;
  }
}
.single__title {
  font-size: 32px;
  line-height: 180%;
  border-bottom: 1px solid #422714;
  padding-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .single__title {
    font-size: 20px;
    margin-top: 5px;
  }
}
.single__contents p,
.single__contents h2,
.single__contents h3,
.single__contents h4,
.single__contents h5,
.single__contents h6,
.single__contents img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .single__contents p,
  .single__contents h2,
  .single__contents h3,
  .single__contents h4,
  .single__contents h5,
  .single__contents h6,
  .single__contents img {
    margin-top: 25px;
  }
}
.single__contents p {
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .single__contents p {
    font-size: 16px;
  }
}
.single__contents h2 {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .single__contents h2 {
    font-size: 20px;
  }
}
.single__contents h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(148, 230, 180, 0.16)), to(rgba(136, 199, 160, 0.4)));
  background: linear-gradient(270deg, rgba(148, 230, 180, 0.16) 0%, rgba(136, 199, 160, 0.4) 100%);
  background-blend-mode: multiply;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .single__contents h2::after {
    height: 8px;
  }
}
.single__contents img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
  border-bottom: 1px solid #422714;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single__nav {
    margin-top: 50px;
  }
}
.single__nav-prev, .single__nav-next {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single__nav-prev, .single__nav-next {
    font-size: 14px;
  }
}
.single__side {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .single__side {
    display: none;
  }
}
.single__side-title {
  padding: 5px 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 240%;
  color: rgba(66, 39, 20, 0.5);
  border-bottom: 1px solid #c2c2c2;
}
.single__side-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 53px;
  font-size: 18px;
  line-height: 140%;
  border-bottom: 1px solid #c2c2c2;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.single__side-link:hover {
  color: #88c7a0;
  opacity: 1;
}
.single__side-link::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 1px;
  background-color: #c2c2c2;
  display: block;
}
.single__side-archives {
  padding: 10px;
  border-bottom: 1px solid #c2c2c2;
}
.single__side-archive {
  display: block;
  text-decoration: underline;
  font-size: 18px;
  line-height: 2;
}
.single__side-archive:hover {
  color: #88c7a0;
  opacity: 1;
}

.price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .price__items {
    gap: 30px;
  }
}

.price-category {
  margin: 50px auto;
  font-weight: normal;
}

.price-main-header {
  background-color: #88c7a0;
  color: white;
  font-size: 24px;
  text-align: center;
  padding: 15px;
  margin: 0;
  font-weight: normal;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}
.price-table th,
.price-table td {
  font-size: 18px;
  padding: 20px 15px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.price-table th {
  background-color: #d4f5e1;
}
.price-table td {
  background-color: #fff;
  width: 50%;
}
.price-table tr th,
.price-table tr td {
  border-bottom: 1px solid #5a7764;
}
.price-table.price-table--complex th {
  background-color: #eafaf0;
}
.price-table.price-table--complex th[colspan],
.price-table.price-table--complex th:first-child[rowspan],
.price-table.price-table--complex th:first-child:has(+ th) {
  background-color: #d4f5e1;
}
.price-table.price-table--complex th:not([colspan]) {
  width: 25%;
}

.price-note {
  margin: 10px 0;
}

@media (max-width: 768px) {
  .price-category {
    border: none;
    margin: 30px 0;
  }
  .price-main-header {
    font-size: 22px;
  }
  .price-table {
    border: none;
    background-color: #fff;
  }
  .price-table tbody,
  .price-table tr,
  .price-table th,
  .price-table td {
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    color: #333;
    border: none;
  }
  .price-table tr {
    padding: 0;
    border-bottom: none;
  }
  .price-table tr th {
    background-color: #d4f5e1;
    text-align: center;
    padding: 15px;
    border-bottom: none;
  }
  .price-table tr td {
    background-color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 20px;
  }
  .price-table--complex tr.complex-2elm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-table--complex tr.complex-2elm th,
  .price-table--complex tr.complex-2elm td {
    width: 50% !important;
    border-bottom: 1px solid #5a7764;
  }
  .price-table--complex tr.complex-3elm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-table--complex tr.complex-3elm > :has(:nth-child(3)):first-child {
    width: 100% !important;
    border-bottom: 1px solid #5a7764;
  }
  .price-table--complex tr.complex-3elm > :not(:first-child) {
    width: 50% !important;
    border-bottom: 1px solid #5a7764;
  }
}
.dental__contents p,
.dental__contents h2,
.dental__contents h3,
.dental__contents h4,
.dental__contents h5,
.dental__contents h6,
.dental__contents img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .dental__contents p,
  .dental__contents h2,
  .dental__contents h3,
  .dental__contents h4,
  .dental__contents h5,
  .dental__contents h6,
  .dental__contents img {
    margin-top: 25px;
  }
}
.dental__contents p {
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .dental__contents p {
    font-size: 16px;
  }
}
.dental__contents h2 {
  font-size: 36px;
  text-align: center;
  position: relative;
  margin: 50px auto 0;
  display: table;
}
@media screen and (max-width: 767px) {
  .dental__contents h2 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.dental__contents h2:first-of-type {
  margin-top: 0;
}
.dental__contents h2:before, .dental__contents h2:after {
  content: "";
  display: block;
  width: calc(450px - 50% - 20px);
  height: 1px;
  background-color: #422714;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 940px) {
  .dental__contents h2:before, .dental__contents h2:after {
    width: calc((100vw - 40px) / 2 - 50% - 20px);
  }
}
.dental__contents h2:before {
  right: calc(100% + 20px);
}
.dental__contents h2::after {
  left: calc(100% + 20px);
}
.dental__contents h3 {
  margin: 50px auto 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .dental__contents h3 {
    font-size: 20px;
    margin-top: 30px;
  }
}
.dental__contents h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(148, 230, 180, 0.16)), to(rgba(136, 199, 160, 0.4)));
  background: linear-gradient(270deg, rgba(148, 230, 180, 0.16) 0%, rgba(136, 199, 160, 0.4) 100%);
  background-blend-mode: multiply;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .dental__contents h3::after {
    height: 8px;
  }
}
.dental__contents img {
  width: 100%;
  max-width: 500px;
  -webkit-box-shadow: 10px 10px 0px rgba(148, 230, 180, 0.4);
          box-shadow: 10px 10px 0px rgba(148, 230, 180, 0.4);
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dental__contents img {
    -webkit-box-shadow: 8px 8px 0px rgba(148, 230, 180, 0.4);
            box-shadow: 8px 8px 0px rgba(148, 230, 180, 0.4);
  }
}

.symptom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .symptom {
    gap: 0;
  }
}
.symptom-group__title {
  background-color: #88c7a0;
  padding: 15px;
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.symptom-group__icon {
  width: 56px;
  height: 56px;
  margin-right: 10px;
}
.symptom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 16px;
  /* 左の小見出し（縦に連結） */
}
.symptom-table .col--label {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .symptom-table .col--label {
    width: 100%;
  }
}
.symptom-table .col--cause {
  width: auto;
}
.symptom-table .col--action {
  width: 31%;
}
.symptom-table th,
.symptom-table td {
  border-bottom: 1px solid #422714;
  padding: 14px 12px;
  vertical-align: middle;
  font-size: 18px;
}
.symptom-table__subhead {
  font-weight: 700;
  color: #5a5a5a;
  text-align: left;
  background: #fff;
  border-right: 0;
  width: 1%;
  white-space: nowrap;
}
.symptom-table__cause {
  font-size: 15px;
}
.symptom-table__action {
  text-align: right;
}

@media (max-width: 767px) {
  .symptom-table {
    width: 100%;
    border-collapse: collapse;
  }
  /* tbodyの塊化 */
  .symptom-table tbody {
    display: block;
  }
  /* 行を2カラムGridに */
  .symptom-table tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(10em, 1fr) 12px clamp(9rem, 40vw, 14rem);
    grid-template-columns: minmax(10em, 1fr) clamp(9rem, 40vw, 14rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px 12px;
    padding: 10px 0;
    border-bottom: 1px solid #422714;
  }
  /* ★ 重要：table-cell を解除して rowspan の影響を無効化 */
  .symptom-table td,
  .symptom-table th {
    display: block; /* ←これで重なり解消 */
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    font-weight: 400;
  }
  /* 小見出しを中央見出し化 */
  .symptom-table tbody tr:first-child .symptom-table__subhead {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    color: #555;
    padding: 12px 0 8px;
    margin-bottom: 2px;
    position: relative;
    /* PC用の幅指定を打ち消し */
    width: auto;
    white-space: normal;
  }
  /* 1行目の原因/ボタンは見出しの次の段へ */
  .symptom-table tbody tr:first-child .symptom-table__cause {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .symptom-table tbody tr:first-child .symptom-table__action {
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: right;
  }
  .symptom-table .symptom-table__cause {
    font-size: 16px;
  }
  .symptom-table .symptom-table__action {
    text-align: right;
    -ms-grid-column-align: end;
        justify-self: end; /* 右端に寄せる */
    text-align: right;
  }
  .symptom-table .symptom-table__subhead {
    border-bottom: 0.4px solid #422714;
  }
}
.c-btn {
  background-color: rgba(148, 230, 180, 0.2);
  border-radius: 5px;
  padding: 7px 9px;
  font-size: 18px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 16px;
  }
}
.c-btn:nth-of-type(2) {
  margin-top: 10px;
}

.fv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(165, 202, 179)), to(rgba(165, 202, 179, 0)));
  background-image: linear-gradient(to bottom, rgb(165, 202, 179), rgba(165, 202, 179, 0));
  padding: 220px 20px 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 3/4;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fv__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.fv__copy img {
  width: auto;
  max-width: 90vw;
  height: auto;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fv__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 180px;
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  .fv__cont {
    display: none;
  }
}
.fv__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  max-width: 370px;
  width: 100%;
}
.fv__right {
  padding-top: 150px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fv__box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px 18px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.05), -6px -6px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.05), -6px -6px 6px rgba(0, 0, 0, 0.05);
}
.fv__logo {
  margin-bottom: 20px;
}
.fv__access {
  font-size: 27px;
  text-align: center;
  line-height: 1.2;
  margin-top: 25px;
  color: #4b9568;
}
.fv__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.fv__label {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 20px;
  border: 0.5px solid #422714;
}
.fv__text {
  font-size: 16px;
  line-height: 1.6;
}
.fv__btn {
  background-color: #31c76c;
  border-radius: 10px;
  padding: 26px 0;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.fv__btn::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-contact.svg");
  background-size: cover;
  width: 30px;
  height: 27px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .fv__img {
    display: none;
  }
}

.intro {
  background-image: url("../images/intro-bg.jpg");
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 1024px) {
  .intro {
    background-image: url("../images/intro-bg-sp.png");
  }
}
.intro__wrap {
  max-width: 720px;
  padding: 90px 0 90px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .intro__wrap {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .intro__wrap {
    margin-right: 0;
  }
}
.intro__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro__right {
  width: 100%;
}
.intro__title {
  font-size: 70px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: right;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 1024px) {
  .intro__title {
    text-align: center;
    color: #fff;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .intro__title {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.intro__title::first-letter {
  color: #94e6b4;
}
.intro__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  .intro__box {
    display: none;
  }
}
.intro__head {
  height: 120px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .intro__head {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .intro__head {
    width: 100%;
  }
}
.intro__head:nth-of-type(2) {
  margin-left: 70px;
}
.intro__head:last-of-type {
  margin-left: auto;
}
.intro__head.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .intro__head.tab {
    display: block;
  }
}

.feature {
  background-image: url("../images/feature-bg.png");
  background-size: cover;
  padding: 125px 0 85px;
}
@media screen and (max-width: 767px) {
  .feature {
    background-image: url("../images/feature-bg-sp.png");
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 30px 0;
  }
}
.feature__title {
  font-size: 70px;
  font-weight: 500;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 767px) {
  .feature__title {
    font-size: 40px;
  }
}
.feature__title::first-letter {
  color: #94e6b4;
}
.feature__wrap {
  max-width: 1440px;
  margin: 0 auto;
}
.feature__sub {
  font-size: 36px;
  text-align: center;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .feature__sub {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .feature__items {
    gap: 30px;
  }
}
.feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.feature__item.w100 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .feature__item.w100 {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.feature__item.r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .feature__item.r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.feature__item--left {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  .feature__item--left {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .feature__item--left {
    width: 100%;
  }
}
.feature__item--right {
  max-width: 590px;
  margin-right: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .feature__item--right {
    width: 60%;
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .feature__item--right {
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
  }
}
.feature__item--right.r {
  margin-right: 0;
  margin-left: 180px;
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .feature__item--right.r {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .feature__item--right.r {
    margin-left: 0;
    margin-top: 0;
  }
}
.feature__item--max {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.feature__item--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .feature__item--head {
    display: none;
  }
  .feature__item--head.db {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.feature__item--small {
  font-size: 16px;
  padding-top: 50px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .feature__item--small {
    margin-right: 20px;
    padding-top: 10px;
  }
}
.feature__item--small::first-letter {
  color: #94e6b4;
}
.feature__item--border {
  height: 1px;
  width: 100%;
  margin-top: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .feature__item--border {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .feature__item--border {
    max-width: 185px;
  }
}
.feature__item--num {
  font-family: "Cormorant Garamond", serif;
  font-size: 130px;
  color: #88c7a0;
  font-weight: 600;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.6;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .feature__item--num {
    font-size: 50px;
    margin-left: 20px;
  }
}
.feature__item--title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .feature__item--title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
  }
}
.feature__item--text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .feature__item--text {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.onayami {
  background-image: url("../images/onayami-bg.png");
  background-size: cover;
  padding: 120px 20px 70px;
}
@media screen and (max-width: 767px) {
  .onayami {
    padding: 30px 20px;
  }
}
.onayami__wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.onayami__title {
  font-size: 50px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .onayami__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.onayami__cont ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(136, 199, 160, 0.9);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px 50px;
  gap: 30px;
  font-size: 18px;
}
.onayami__cont ul li {
  text-align: center;
}
.onayami__cont ul li a img {
  max-width: 140px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .onayami__cont ul {
    padding: 30px 10px 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
  .onayami__cont ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .onayami__cont ul li a img {
    margin: 0 auto;
    max-width: 80px;
    margin-bottom: 7px;
  }
}

.menu {
  padding: 100px 20px 130px;
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 40px 20px 50px;
  }
}
.menu__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.menu__title {
  font-size: 70px;
  font-weight: 500;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .menu__title {
    font-size: 40px;
  }
}
.menu__title::first-letter {
  color: #94e6b4;
}
.menu__sub {
  font-size: 36px;
  text-align: center;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .menu__sub {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .menu__items {
    gap: 50px;
    margin-bottom: 20px;
  }
}
.menu__item.item1 {
  background-image: url("../images/menu-bg-1.png");
  background-size: cover;
  padding: 55px 75px;
}
@media screen and (max-width: 767px) {
  .menu__item.item1 {
    background-image: none;
    padding: 0;
  }
}
.menu__item.item2 {
  background-image: url("../images/menu-bg-2.png");
  background-size: cover;
  background-position: right;
  padding: 55px 75px 15px;
}
@media screen and (max-width: 767px) {
  .menu__item.item2 {
    background-image: none;
    padding: 0;
  }
}
.menu__item.item3 {
  background-image: url("../images/menu-bg-3.png");
  background-size: cover;
  background-position: right;
  padding: 55px 75px 45px;
}
@media screen and (max-width: 767px) {
  .menu__item.item3 {
    background-image: none;
    padding: 0;
  }
}
.menu__item--top {
  max-width: 620px;
}
.menu__item--top.ml {
  margin-left: auto;
}
.menu__item--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.menu__item--dental {
  font-size: 16px;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu__item--dental::first-letter {
  color: #94e6b4;
}
.menu__item--border {
  height: 1px;
  margin-left: 23px;
}
@media screen and (max-width: 767px) {
  .menu__item--border {
    max-width: 200px;
  }
}
.menu__item--box {
  background-color: #88c7a0;
  border-radius: 50px;
  padding: 25px 20px;
  text-align: center;
  max-width: 950px;
  margin: 60px auto 0;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .menu__item--box {
    border-radius: 25px;
  }
}
.menu__item--box__title {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #fff;
}
.menu__item--box__subtitle {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #fff;
}
.menu__item--box__description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.menu__item--box__description p {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.menu__item--box__description p:not(:last-child) {
  margin-bottom: 5px;
}
.menu__item--box__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .menu__item--box__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.menu__item--box__icon {
  height: 55px;
  width: auto;
  margin-right: 10px;
  display: inline;
  vertical-align: middle;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  .menu__item--box__icon {
    height: 35px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.menu__item--box__number {
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .menu__item--box__number {
    font-size: 34px;
  }
}
.menu__item--box__hours {
  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;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.menu__item--box__hours * {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .menu__item--box__hours {
    text-align: center;
  }
}
.menu__item--box__hours-label, .menu__item--box__hours-time {
  width: 100%;
}
.menu__item--bg {
  margin-bottom: 15px;
  background-color: #88c7a0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .menu__item--bg {
    display: none;
  }
}
.menu__item--title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .menu__item--title {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.menu__item--text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .menu__item--text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
  }
}
.menu__item--btn {
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .menu__item--btn {
    margin: 0 auto;
    background-color: rgba(194, 194, 194, 0.2);
    padding: 0 20px 5px;
  }
}
.menu__item--btn::after {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right.svg");
  background-size: cover;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  margin-top: 5px;
}
.menu__item--img {
  position: relative;
  z-index: 2;
}
.menu__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 46px 1fr 46px 1fr 46px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 73px 46px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .menu__links {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 15px;
    margin-bottom: 50px;
  }
}
.menu__link--img {
  margin-bottom: 10px;
}
.menu__link--name {
  font-size: 24px;
  font-weight: 500;
  color: #422714;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu__link--name {
    font-size: 20px;
    font-weight: 400;
  }
}

.manage {
  background-color: rgba(148, 230, 180, 0.2);
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .manage {
    padding: 20px 20px 35px;
  }
}
.manage__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.manage__title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 43px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .manage__title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 400;
  }
}
.manage__text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .manage__text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
  }
}
.manage__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .manage__items {
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 35px;
  }
}
.manage__item--img {
  margin-bottom: 10px;
}
.manage__item--name {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .manage__item--name {
    font-size: 16px;
    font-weight: 400;
  }
}

.human {
  background-image: url("../images/doctor-bg.png");
  background-size: cover;
  padding: 80px 20px 130px;
}
@media screen and (max-width: 767px) {
  .human {
    padding: 30px 20px;
  }
}
.human__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.human__title {
  font-size: 70px;
  font-weight: 500;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 767px) {
  .human__title {
    font-size: 40px;
    font-weight: 400;
  }
}
.human__title::first-letter {
  color: #94e6b4;
}
.human__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .human__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.human__cont + .human__cont {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .human__cont + .human__cont {
    margin-top: 25px;
  }
}
.human__img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .human__img {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
  }
}
.human__head {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .human__head {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
  }
}
.human__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .human__text {
    font-size: 16px;
    font-weight: 400;
  }
}
.human__name {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .human__name {
    font-size: 16px;
    text-align: center;
  }
}
.human__name strong {
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .human__name strong {
    font-size: 21px;
  }
}

.banner {
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 40px 20px;
  }
}
.banner__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .banner__items {
    gap: 20px;
  }
}
.banner__item {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .banner__item {
    border-radius: 20px;
  }
}
.banner__item.item1 {
  background-image: url("../images/price-bg.png");
  background-size: cover;
  padding: 75px 70px;
}
@media screen and (max-width: 1024px) {
  .banner__item.item1 {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner__item.item1 {
    background-image: url("../images/price-bg-sp.png");
  }
}
.banner__item.item2 {
  background-image: url("../images/clinic-bg.png");
  background-size: cover;
  padding: 75px 70px;
}
@media screen and (max-width: 1024px) {
  .banner__item.item2 {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner__item.item2 {
    background-image: url("../images/clinic-bg-sp.png");
  }
}
.banner__item--box {
  max-width: 515px;
}
.banner__item--box.ml {
  margin-left: auto;
}
.banner__item--title {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 767px) {
  .banner__item--title {
    font-size: 40px;
    font-weight: 500;
  }
}
.banner__item--title::first-letter {
  color: #94e6b4;
}
.banner__item--sub {
  font-size: 36px;
  font-weight: bo500ld;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .banner__item--sub {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.8;
    font-weight: 400;
  }
}
.banner__item--text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .banner__item--text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
  }
}
.banner__item--btn {
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .banner__item--btn {
    margin: 0 auto;
    background-color: rgba(194, 194, 194, 0.2);
    padding: 0 20px 5px;
  }
}
.banner__item--btn::after {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right.svg");
  background-size: cover;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  margin-top: 5px;
}

.blog {
  background-image: url("../images/column-bg.png");
  background-size: cover;
  padding: 110px 20px 90px;
}
@media screen and (max-width: 767px) {
  .blog {
    padding: 30px 20px;
  }
}
.blog__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.blog__title {
  font-size: 70px;
  font-weight: 500;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 767px) {
  .blog__title {
    font-size: 40px;
    font-weight: 400;
  }
}
.blog__title::first-letter {
  color: #94e6b4;
}
.blog__sub {
  font-size: 36px;
  text-align: center;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 86px;
}
@media screen and (max-width: 767px) {
  .blog__sub {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.blog__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 57px 1fr 57px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 57px;
}
@media screen and (max-width: 767px) {
  .blog__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blog__item--img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blog__item--img {
    max-width: 150px;
    border-radius: 15px;
    margin-bottom: 0;
  }
}
.blog__item--date {
  font-size: 16px;
  color: #88c7a0;
}
@media screen and (max-width: 767px) {
  .blog__item--date {
    font-size: 14px;
  }
}
.blog__item--title {
  font-size: 24px;
  line-height: 1.8;
  color: #422714;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .blog__item--title {
    font-size: 16px;
    font-weight: 400;
  }
}

.news {
  padding: 50px 20px 100px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 50px;
  }
}
.news__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.news__title {
  font-size: 70px;
  font-weight: 500;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 40px;
    font-weight: 400;
  }
}
.news__title::first-letter {
  color: #94e6b4;
}
.news__sub {
  font-size: 36px;
  text-align: center;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .news__sub {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 1.5em 0;
  border-bottom: 1px solid #c2c2c2;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .news__item {
    padding: 1em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    border-bottom: none;
  }
}
.news__item--date, .news__item--title {
  margin-top: 0;
  margin-bottom: 0;
}
.news__item--date {
  color: #88c7a0;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .news__item--date {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.t-recruit {
  display: none;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t-recruit {
    display: block;
  }
}
.t-recruit_wrap {
  background-image: url(../images/recruit-bg.jpg);
  background-size: cover;
  aspect-ratio: 1.754/1;
  padding: 17% 15px 0;
  border-radius: 10px;
}
.t-recruit * {
  color: #fff;
}
.t-recruit h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
}
.t-recruit p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.t-recruit a {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 28px 8px 33px;
  font-weight: 500;
  color: #422714;
  line-height: 1;
}
.t-recruit a::after {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right.svg");
  background-size: cover;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}

@media screen and (max-width: 767px) {
  .price__item.border {
    border-bottom: 0.5px solid #422714;
  }
}
/*# sourceMappingURL=style.css.map */