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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.3255813953vw, 11.6279069767px);
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

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

.main {
  position: relative;
  min-height: 100vh;
}
.page-main {
  position: relative;
  min-height: 100vh;
}
h1,
h2,
a,
p {
  line-height: 1;
}

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

h1,
h2 {
  font-family: "Zen Maru Gothic", sans-serif;
}

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

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

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

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

.text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 0;
  text-align: center;
}
.section-title .en {
  font-size: 7rem;
  color: #f5922e;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.section-title .ja {
  font-size: 1.6rem;
  margin-top: 0.5rem;
  color: #333;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
  pointer-events: none;
}
.section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .section-title {
    margin: 4rem 0;
  }
  .section-title::before, .section-title::after {
    width: 36px;
    height: 36px;
    left: 10%;
    right: 10%;
  }
  .section-title .en {
    font-size: 2rem;
  }
  .section-title .ja {
    font-size: 1.1rem;
  }
}
.mv {
  position: relative;
  height: 63rem;
  background: url("../images/clinic/mv-clinic.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .mv {
    height: 40rem;
  }
}
.mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.mv-bottom {
  height: 7rem;
  background: #fff;
}
@media (max-width: 767px) {
  .mv-bottom {
    height: 2rem;
  }
}

.page-title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .page-title {
    top: 55%;
  }
}
.page-title .page-title__ja {
  font-size: 5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-title .page-title__ja {
    font-size: 3rem;
    letter-spacing: 0;
  }
}
.page-title .page-title__en {
  font-size: 3rem;
  color: #fff;
  margin-top: 3rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-title .page-title__en {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}

.bg-gray {
  background: #DDE2E8;
}

.bg-l-gray {
  background: #EAEDF3;
}

.l-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .l-header {
    height: 10rem;
    display: block;
    opacity: 1;
  }
}
.l-header.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.l-header__wrap {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e9e7dd;
}
@media (max-width: 767px) {
  .l-header__wrap {
    display: none;
  }
}

.header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 100%;
}
.header-navi ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
  gap: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-navi li {
  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;
  padding-top: 1rem;
  height: 100%;
  position: relative;
}
.header-navi li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 6rem;
  background: #fff;
  opacity: 0.5;
}
.header-navi li.has-dropdown .dropdown-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 32rem;
  width: 32rem;
  background: #fff;
  border: 1px solid #f5922e;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 20;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header-navi li.has-dropdown:hover .dropdown-menu, .header-navi li.has-dropdown:focus-within .dropdown-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header-navi li.has-dropdown .dropdown-menu li {
  width: 100%;
  padding: 0;
  border: none;
}
.header-navi li.has-dropdown .dropdown-menu a {
  display: block;
  padding: 1rem 2rem;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: left;
  border-radius: 0.3rem;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.header-navi li.has-dropdown .dropdown-menu a:hover {
  color: #f5922e;
}
.header-navi li:last-child {
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-navi .nav-link {
  width: 5.5rem;
  height: 5.5rem;
  color: #333;
  text-decoration: none;
  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;
  white-space: nowrap;
}
.header-navi .ja {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
}
.header-navi .en {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  margin-top: 1rem;
  opacity: 0.85;
}

.fv-reserve__area > * {
  position: relative;
  z-index: 1;
  margin-left: auto;
}

.fv-reserve__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
}

.fv-reserve__tel {
  width: 32rem;
  height: 100%;
  padding: 1rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: #f5922e;
  z-index: 1;
  border: 5px solid #fdead4;
}
.fv-reserve__tel > * {
  position: relative;
  z-index: 1;
}
.fv-reserve__tel .icon {
  width: 3.5rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.fv-reserve__tel--number {
  font-size: 4rem;
  margin-top: 0.1rem;
  line-height: 1;
}

.fv-reserve__web {
  width: 32rem;
  background: #ee94b7;
  color: #fff;
  padding: 0.5rem;
  border: 5px solid #fff;
  position: relative;
}
.fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  background: url("../images/top/triangle-mark.webp") no-repeat right bottom/contain;
  pointer-events: none;
  z-index: 2;
  display: block;
}

.fv-reserve__web--pc {
  margin-top: 0.1rem;
  line-height: 1;
  display: block;
  text-align: center;
  position: relative;
}
.fv-reserve__web--pc .icon {
  width: 4.5rem;
  height: 3rem;
  margin: 0.5rem auto;
}
.fv-reserve__web--pc .text {
  font-size: 4rem;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  background: #f5922e;
  border: none;
  position: relative;
  z-index: 1100;
  cursor: pointer;
  color: #fff;
}
.hamburger span {
  display: block;
  width: 3.2rem;
  height: 0.2rem;
  background: #fff;
  margin: 0.4rem 0;
  border-radius: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(1rem) rotate(45deg);
          transform: translateY(1rem) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-1rem) rotate(-45deg);
          transform: translateY(-1rem) rotate(-45deg);
}

@media (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 1rem 1rem 0 auto;
    z-index: 200;
  }
}

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

@media (max-width: 767px) {
  .hamburger-menu.u-sp.active {
    display: block;
  }
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #fcfcf2;
  opacity: 0.93;
  z-index: 100;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.hamburger-menu .hamburger-menu__list {
  list-style: none;
  margin: 0;
  padding-top: 110px;
}
.hamburger-menu .hamburger-menu__list li {
  position: relative;
}
.hamburger-menu .hamburger-menu__list li a {
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: #333;
  gap: 0.5rem;
}
.hamburger-menu .hamburger-menu__list li a:hover {
  opacity: 0.6;
}
.hamburger-menu .hamburger-menu__list li .sp-dropdown-menu {
  width: 100%;
  margin: 0.5rem 0 2rem 0;
  padding: 0;
  list-style: none;
  background: none;
}
.hamburger-menu .hamburger-menu__list li .sp-dropdown-menu li {
  padding: 0;
  margin: 0;
}
.hamburger-menu .hamburger-menu__list li .sp-dropdown-menu li a {
  font-size: 1.4rem;
  color: #333;
  padding: 0.7rem 0;
  text-align: center;
  display: block;
  background: none;
  border-radius: 0.3rem;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.hamburger-menu .hamburger-menu__list li .sp-dropdown-menu li a:hover {
  color: #f5922e;
}

.hamburgar-reserve {
  padding: 6rem 0 2.5rem;
}
@media (max-width: 767px) {
  .hamburgar-reserve {
    padding: 1rem 0;
  }
}

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

@media (max-width: 767px) {
  .label__en {
    font-size: 1.5rem;
  }
}

.page .l-header {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.l-footer .general-information {
  background: url("../images/top/bg-stripe-yellow.webp") no-repeat left top/cover;
  width: 100%;
  height: 78rem;
  margin: 0 auto;
  padding-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .l-footer .general-information {
    width: 100%;
    height: auto;
  }
}
.l-footer .general-information__contents {
  background: #fdfbe2;
  width: 164rem;
  height: 78rem;
  padding: 6rem 8rem 13rem 14rem;
  margin: 0 auto;
  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 .general-information__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 39rem;
    height: auto;
    padding: 2.5rem 1rem;
  }
}
.l-footer .general-information__contents .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer .general-information__contents .address-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer .general-information__contents .left-area {
  width: 67rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .left-area {
    width: 100%;
    padding: 0;
  }
}
.l-footer .general-information__contents .left-area .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .left-area .title-area {
    -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;
    width: 100%;
  }
}
.l-footer .general-information__contents .left-area .fv-logo {
  width: 16.5rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .left-area .fv-logo {
    width: 10rem;
  }
}
.l-footer .general-information__contents .left-area .fv-title {
  color: #333;
  padding: 4rem 0 0 2rem;
}
.l-footer .general-information__contents .left-area .fv-title__ja {
  font-size: 4rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .left-area .fv-title__ja {
    font-size: 2.4rem;
  }
}
.l-footer .general-information__contents .left-area .fv-title__en {
  padding: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .left-area .fv-title__en {
    font-size: 1.3rem;
  }
}
.l-footer .general-information__contents .left-area .fv-reserve__bottom {
  margin: 3rem 0 0 -4rem;
}
.l-footer .general-information__contents .left-area .fv-reserve__bottom .text {
  margin-left: 0;
}
.l-footer .general-information__contents .left-area .fv-reserve__flex {
  height: 10.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .left-area .fv-reserve__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer .general-information__contents .left-area .fv-reserve__tel {
  width: 31rem;
  height: 100%;
  padding: 1rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: #f5922e;
  z-index: 1;
}
.l-footer .general-information__contents .left-area .fv-reserve__tel > * {
  position: relative;
  z-index: 1;
}
.l-footer .general-information__contents .left-area .fv-reserve__tel .icon {
  width: 3.5rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.l-footer .general-information__contents .left-area .fv-reserve__tel .fv-reserve__tel--number {
  font-size: 4rem;
  margin-top: 0.1rem;
  line-height: 1;
}
.l-footer .general-information__contents .left-area .fv-reserve__web {
  width: 31rem;
  background: #ee94b7;
  color: #fff;
  padding: 0.5rem;
  position: relative;
}
.l-footer .general-information__contents .left-area .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  background: url("../images/top/triangle-mark.webp") no-repeat right bottom/contain;
  pointer-events: none;
  z-index: 2;
  display: block;
}
.l-footer .general-information__contents .left-area .fv-reserve__web--pc {
  margin-top: 0.1rem;
  line-height: 1;
  display: block;
  text-align: center;
  position: relative;
}
.l-footer .general-information__contents .left-area .fv-reserve__web--pc .icon {
  width: 4.5rem;
  height: 3rem;
  margin: 0.5rem auto;
}
.l-footer .general-information__contents .left-area .fv-reserve__web--pc .text {
  font-size: 4rem;
}
.l-footer .general-information__contents .right-area {
  padding-top: 16rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .right-area {
    padding-top: 0;
  }
}
.l-footer .general-information__contents .right-area .img-area {
  position: relative;
  width: 67rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .right-area .img-area {
    width: 100%;
    margin-top: 10rem;
  }
}
.l-footer .general-information__contents .right-area .img-area::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 7%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 9rem;
  height: 10rem;
  background: url("../images/top/icon-leaf02.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .right-area .img-area::before {
    width: 6rem;
    height: 7rem;
    top: 100%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
.l-footer .general-information__contents .right-area .img-area::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 7%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 9rem;
  height: 8rem;
  background: url("../images/top/icon-bubble.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .right-area .img-area::after {
    width: 7rem;
    height: 9rem;
    top: 0%;
    left: auto;
    right: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
.l-footer .general-information__contents .right-area .fv-means-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.5rem auto 0;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .right-area .fv-means-textarea {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
    padding-left: 10rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
.l-footer .general-information__contents .right-area .fv-means-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  color: #333;
}
.l-footer .general-information__contents .right-area .icon {
  width: 3.5rem;
  height: auto;
}
.l-footer .general-information__contents .right-area .text {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: unset;
}
.l-footer .google-map {
  width: 100vw;
  max-width: 100%;
  height: 50rem;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.l-footer .google-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.l-footer .site-map {
  padding: 9rem 0 7rem;
}
@media (max-width: 767px) {
  .l-footer .site-map {
    padding: 5rem 0 5rem;
  }
}
.l-footer .site-map .site-map__inner {
  width: 110rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer .site-map .site-map__inner {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-footer .site-map .site-map__title {
  font-size: 4rem;
  color: #f5922e;
  text-align: center;
}
.l-footer .site-map .row1,
.l-footer .site-map .row2,
.l-footer .site-map .row3,
.l-footer .site-map .row4,
.l-footer .site-map .row5,
.l-footer .site-map .row6,
.l-footer .site-map .row7,
.l-footer .site-map .row8 {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .site-map .site-map__item {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
  text-align: center;
  padding: 0 2.4rem;
  border-right: 1px solid #333;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .l-footer .site-map .site-map__item {
    font-size: 1.6rem;
  }
}
.l-footer .site-map .site-map__item--last {
  border-right: none;
}
.l-footer .l-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  color: #fff;
  background: #f5922e;
  height: 8rem;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    font-size: 1.8rem;
  }
}

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

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

.u-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) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-flex .text-area {
  width: 55.6%;
}
@media (max-width: 767px) {
  .u-flex .text-area {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.u-flex .head-text {
  font-size: 4rem;
  padding: 1.5rem 0 3rem;
  border-bottom: 1px solid #C0CADC;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .u-flex .head-text {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.u-flex .text {
  padding-top: 4rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .u-flex .text .text {
    padding-top: 1rem;
  }
}
.u-flex .img-area {
  width: 37.7%;
}
@media (max-width: 767px) {
  .u-flex .img-area {
    width: 90%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
  .u-flex .img-area img {
    width: 100%;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .top-fv {
    background: none;
  }
}
.top-fv .fv-image {
  width: 100%;
  position: relative;
  overflow: visible;
  display: block;
}
.top-fv .fv-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 767px) {
  .top-fv .fv-image {
    aspect-ratio: 430/932;
    width: 100vw;
  }
}
.top-fv .fv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .top-fv .fv-image img {
    margin-right: 0;
  }
}
.top-fv .swiper-container-fv,
.top-fv .swiper-wrapper,
.top-fv .swiper-slide {
  height: 100%;
}
@media (max-width: 767px) {
  .top-fv .swiper-container-fv img,
  .top-fv .swiper-wrapper img,
  .top-fv .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-fv .fv-inner {
  position: absolute;
  padding: 0 5.2rem 0 8.1rem;
  width: 100%;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .top-fv .fv-inner {
    padding: 0 1.5rem;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 767px) {
  .top-fv .fv-left {
    height: 100%;
    width: 100%;
  }
}
.top-fv .fv-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .top-fv .fv-right {
    display: none;
  }
}
.top-fv .fv-right .fv-means-textarea {
  width: 24rem;
  height: 10rem;
  padding: 1rem 3rem 2rem 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: 1rem;
}
.top-fv .fv-right .fv-means-item {
  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;
  width: 100%;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.top-fv .fv-right .icon {
  width: 3.8rem;
  height: auto;
  display: block;
  margin: 0;
}
.top-fv .fv-right .text {
  font-size: 2rem;
  color: #fff;
}
.top-fv .fv-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .top-fv .fv-title__area {
    margin-left: -1rem;
  }
}
.top-fv .fv-logo {
  width: 16rem;
  height: auto;
}
@media (max-width: 767px) {
  .top-fv .fv-logo {
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .top-fv .fv-title {
    margin-left: 1rem;
  }
}
.top-fv .fv-title__ja {
  font-size: 3.6rem;
  margin-top: 5.3rem;
}
@media (max-width: 767px) {
  .top-fv .fv-title__ja {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .top-fv .fv-title__ja {
    margin-top: 1rem;
  }
}
.top-fv .fv-title__en {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .top-fv .fv-title__en {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .top-fv .fv-title__en {
    margin-top: 1rem;
  }
}
.top-fv .fv-title__outline {
  margin-top: 2rem;
  border: 1px solid #fff;
  padding: 0.5rem;
  width: 33rem;
  text-align: center;
}
@media (max-width: 767px) {
  .top-fv .fv-title__outline {
    font-size: 1.4rem;
    width: 21.5rem;
  }
}
.top-fv .fv-title__address {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .top-fv .fv-title__address {
    display: none;
  }
}
.top-fv .fv-reserve__area > * {
  position: relative;
  z-index: 1;
  margin-right: -5.2rem;
}
@media (max-width: 767px) {
  .top-fv .fv-reserve__area > * {
    margin-right: 0;
  }
}
.top-fv .fv-reserve__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
}
.top-fv .fv-reserve__tel {
  width: 32rem;
  height: 100%;
  padding: 1rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: #f5922e;
  z-index: 1;
  border: 5px solid #fdead4;
}
.top-fv .fv-reserve__tel > * {
  position: relative;
  z-index: 1;
}
.top-fv .fv-reserve__tel .icon {
  width: 3.5rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.top-fv .fv-reserve__tel--number {
  font-size: 4rem;
  margin-top: 0.1rem;
  line-height: 1;
}
.top-fv .fv-reserve__web {
  width: 32rem;
  background: #ee94b7;
  color: #fff;
  padding: 0.5rem;
  border: 5px solid #fff;
  position: relative;
}
.top-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  background: url("../images/top/triangle-mark.webp") no-repeat right bottom/contain;
  pointer-events: none;
  z-index: 2;
  display: block;
}
.top-fv .fv-reserve__web--pc {
  margin-top: 0.1rem;
  line-height: 1;
  display: block;
  text-align: center;
  position: relative;
}
.top-fv .fv-reserve__web--pc .icon {
  width: 4.5rem;
  height: 3rem;
  margin: 0.5rem auto;
}
.top-fv .fv-reserve__web--pc .text {
  font-size: 4rem;
}
.top-fv .fv-reserve__bottom {
  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-align: center;
  background: rgba(186, 197, 71, 0.8);
  color: #fff;
  padding: 1.4rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.top-fv .fv-reserve__bottom p {
  margin-left: 1.2rem;
}
.top-fv .fv-counseling-icon {
  width: 38.5rem;
  top: 0;
  margin-top: 11rem;
  margin-right: 4rem;
  margin-left: auto;
}
.top-fv .fv-textarea {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-fv .fv-textarea-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-fv .img-left {
  width: 36rem;
}
@media (max-width: 767px) {
  .top-fv .img-left {
    width: 21rem;
    margin-top: -11rem;
  }
}
.top-fv .img-right {
  width: 29rem;
}
@media (max-width: 767px) {
  .top-fv .img-right {
    width: 19rem;
  }
}
.top-fv .fv-textarea-bottom {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .top-fv .fv-textarea-bottom {
    font-size: 3.1rem;
    margin-top: 11rem;
  }
}
.top-fv .fv-bottom__sp .address {
  background: #767051;
  color: #fff;
  padding: 2.7rem 0;
  text-align: center;
}
.top-fv .fv-bottom__sp .fv-bottom__sp--counseling {
  background: #a79c64;
  padding: 2.5rem 0 2rem;
}
.top-fv .fv-bottom__sp .fv-bottom__sp--head {
  background: #fff;
  color: #a79c64;
  width: 31rem;
  margin: 0 auto;
  text-align: center;
}
.top-fv .fv-bottom__sp .fv-bottom__sp--middle {
  color: #fff;
}
.top-fv .fv-bottom__sp .border {
  width: 32rem;
  height: auto;
  margin: 0 auto;
}
.top-fv .fv-bottom__sp .text {
  font-size: 2.4rem;
  padding: 1.5rem 0 0;
  text-align: center;
}
.top-fv .fv-bottom__sp .fv-bottom__sp--bottom {
  position: relative;
}
.top-fv .fv-bottom__sp .text-en {
  background: #d5c67c;
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 1rem;
  margin-top: 2rem;
  text-align: center;
}
.top-fv .fv-bottom__sp .ceramic {
  width: 10rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.top-fv .sp-fv-bottom {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.top-fv .fv-means-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 43rem;
  margin: 0 auto;
}
.top-fv .fv-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;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
.top-fv .fv-means-item .text {
  margin-left: 1rem;
  white-space: nowrap;
}
.top-fv .sp-fv-bottom__address {
  padding: 1.5rem 5rem 2rem;
  margin-top: 4rem;
  background: #98c50a;
  color: #fff;
}
.top-fv .sp-fv-bottom__address p {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.news {
  padding: 7.5rem 0 16.5rem;
}
.news .title__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .news .title__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news .title__news .title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .news .title__news .title__text {
    -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;
  }
}
.news .title__news .en {
  color: #f5922e;
  margin-right: 2.4rem;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .news .title__news .en {
    margin-right: 0;
    text-align: center;
  }
}
.news .title__news .ja {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .news .title__news .ja {
    margin: 2rem auto;
  }
}
.news .title__news .title__icon {
  margin-left: 2.7rem;
  width: 17.5rem;
}
@media (max-width: 767px) {
  .news .title__news .title__icon {
    margin: 0;
    line-height: 0;
  }
}
.news .news-content {
  margin-top: 8rem;
}
.news .news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 2rem;
}
.news .news-date {
  font-size: 2rem;
  color: #f5922e;
}
.news .news-item {
  font-size: 1.8rem;
  line-height: 1.8;
}
.concept .concept-main {
  background: url(../images/top/bg-stripe-orange.webp);
  position: relative;
}
@media (max-width: 767px) {
  .concept .concept-main {
    padding: 5rem 2rem 0;
  }
}
.concept .section-title {
  padding-top: 6rem;
  margin: 0 auto;
}
.concept .section-title::before, .concept .section-title::after {
  content: none;
}
@media (max-width: 767px) {
  .concept .sectin-title__concept {
    padding: 1rem 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.concept .sectin-title__concept .en {
  color: #7c5726;
  position: relative;
}
@media (max-width: 767px) {
  .concept .sectin-title__concept .en {
    font-size: 4rem;
  }
}
.concept .sectin-title__concept .en::before {
  content: "";
  position: absolute;
  top: -80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24rem;
  height: 13rem;
  background-image: url(../images/top/concept01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .concept .sectin-title__concept .en::before {
    width: 17rem;
    height: 9rem;
    top: -100%;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
  }
}
.concept .concept-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 176rem;
  background: #fff;
  margin: -2rem auto 0;
}
@media (max-width: 767px) {
  .concept .concept-inner {
    width: 100%;
  }
}
.concept .concept-textarea {
  width: 84rem;
  margin: 0 auto;
  padding: 16rem 0 14rem;
}
@media (max-width: 767px) {
  .concept .concept-textarea {
    padding: 12rem 1rem 4rem;
  }
}
.concept .concept-textarea .concept-title {
  color: #f5922e;
  text-align: center;
  line-height: 1.35;
  font-size: 4rem;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  .concept .concept-textarea .concept-title {
    font-size: 3rem;
  }
}
.concept .concept-textarea .concept-text {
  margin-top: 5.4rem;
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
}
@media (max-width: 767px) {
  .concept .concept-textarea .concept-text {
    text-align: left;
  }
}
.concept .concept-textarea .concept-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 13rem;
  height: 14rem;
  background: url("../images/top/icon-animal01.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .concept .concept-textarea .concept-text::before {
    display: none;
  }
}
.concept .concept-textarea .concept-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 21rem;
  height: 22rem;
  background: url("../images/top/icon-tree03.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .concept .concept-textarea .concept-text::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .concept .concept-img {
    background: #fff;
    padding: 0 1rem 13rem;
  }
}
.concept .concept-img__left {
  width: 51.2rem;
  border: 6px solid #ee94b7;
  position: absolute;
  left: 0;
  top: 20%;
}
@media (max-width: 767px) {
  .concept .concept-img__left {
    position: relative;
    width: 36rem;
    margin: 0 auto;
  }
}
.concept .concept-img__right--top {
  width: 42.2rem;
  border: 6px solid #ee94b7;
  position: absolute;
  right: 0;
  top: 20%;
}
@media (max-width: 767px) {
  .concept .concept-img__right--top {
    position: relative;
    width: 24rem;
    border: 2px solid #ee94b7;
    margin-left: auto;
    margin-right: 2rem;
    margin-top: -2rem;
    z-index: 3;
  }
}
.concept .concept-img__right--bottom {
  width: 42.2rem;
  border: 6px solid #ee94b7;
  position: absolute;
  right: 10%;
  top: 40%;
}
@media (max-width: 767px) {
  .concept .concept-img__right--bottom {
    position: relative;
    width: 24rem;
    border: 2px solid #ee94b7;
    right: 0;
    margin-top: -3rem;
    z-index: 4;
  }
}
.concept .concept-img__bottom {
  width: 107rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .concept .concept-img__bottom {
    display: block;
    margin-top: -7rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
  .concept .concept-img__bottom img {
    width: 100vw;
  }
}
.concept .concept-banner__area {
  position: relative;
  z-index: 0;
  padding: 10.7rem 0 10rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .concept .concept-banner__area {
    padding: 0 2rem;
  }
}
.concept .concept-banner__area .concept-banner {
  width: 80.4rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  background: #98c50a;
  position: relative;
}
@media (max-width: 767px) {
  .concept .concept-banner__area .concept-banner {
    width: 100%;
    margin: 7rem auto 6rem;
  }
}
.concept .concept-banner__area .concept-banner::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/top/triangle-mark2.webp") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .concept .concept-banner__area .concept-banner::after {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .concept .concept-banner__area .banner-img {
    width: 21rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .concept .concept-banner__area .banner-textarea {
    margin-left: -9rem;
    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;
  }
}
.concept .concept-banner__area .head-text {
  padding-top: 1.5rem;
  padding-left: 2rem;
  font-size: 2.7rem;
  color: #7c5726;
}
@media (max-width: 767px) {
  .concept .concept-banner__area .head-text {
    font-size: 1.8rem;
    padding-top: 0;
  }
}
.concept .concept-banner__area .middle-text {
  width: 53rem;
  padding-top: 2rem;
  margin-left: -20rem;
}
@media (max-width: 767px) {
  .concept .concept-banner__area .middle-text {
    width: 26rem;
    margin-left: 0;
    padding-top: 1rem;
  }
}
.concept .concept-banner__area .bottom-text {
  margin-left: -2rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .concept .concept-banner__area .bottom-text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.concept .concept-banner__area .circle-bottom {
  width: 118.3rem;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 767px) {
  .concept .concept-banner__area .circle-bottom {
    width: 38rem;
  }
}
.concept .concept-banner__area .circle-bottom__01 {
  top: 13%;
  left: -20%;
}
@media (max-width: 767px) {
  .concept .concept-banner__area .circle-bottom__01 {
    top: 65%;
    left: -45%;
  }
}
.concept .concept-banner__area .circle-bottom__02 {
  top: 60%;
  left: 25%;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .concept .concept-banner__area .circle-bottom__02 {
    top: 80%;
    left: 5%;
  }
}
.concept .concept-banner__area .circle-bottom__03 {
  top: 20%;
  left: 70%;
}
@media (max-width: 767px) {
  .concept .concept-banner__area .circle-bottom__03 {
    top: 65%;
    left: 70%;
  }
}

.top-feature .sectin-title__feature {
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .sectin-title__feature {
    padding: 5rem 0;
  }
}
.top-feature .sectin-title__feature::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 13rem;
  height: 14rem;
  background: url("../images/top/icon-animal01.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-feature .sectin-title__feature::before {
    width: 7rem;
    height: 7rem;
    top: 85%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
.top-feature .sectin-title__feature::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 21rem;
  height: 22rem;
  background: url("../images/top/icon-tree03.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-feature .sectin-title__feature::after {
    width: 7rem;
    height: 9rem;
    top: 85%;
    left: auto;
    right: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .top-feature .en {
    font-size: 4rem;
  }
}
.top-feature .ja {
  font-size: 4rem;
  padding-top: 4rem;
  color: #7c5726;
}
@media (max-width: 767px) {
  .top-feature .ja {
    font-size: 2.4rem;
    padding-top: 2rem;
  }
}
.top-feature .circle-number {
  position: relative;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  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: 7rem;
  font-weight: 400;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-feature .circle-number {
    width: 9rem;
    height: 9rem;
    font-size: 4.4rem;
  }
}
.top-feature .circle-number::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  /* 修正箇所：固定値から親要素の高さに合わせる */
  border-top-right-radius: 14rem;
  border-bottom-right-radius: 14rem;
  width: 50%;
  height: 100%;
  z-index: 0;
}
.top-feature .circle-number span {
  position: relative;
  z-index: 1;
}
.top-feature .circle-number .flower {
  position: absolute;
  z-index: 2;
  left: 70%;
  bottom: 5%;
}
.top-feature .feature-item__01 {
  position: relative;
  z-index: 0;
  padding-top: 16rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6rem;
    background: #fefaf6;
  }
}
.top-feature .feature-item__01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32rem;
  background-color: #fdecdC;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
  z-index: 0;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01::before {
    height: 15rem;
  }
}
.top-feature .feature-item__01 .feature-item__head {
  background: #fefaf6;
}
.top-feature .feature-item__01 .bottom-space {
  padding: 10rem 0;
  background: #fff;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01 .bottom-space {
    display: none;
  }
}
.top-feature .feature-item__01 .circle-number__01 {
  margin-top: -22rem;
  color: #fff;
  background: #a4d12f;
}
.top-feature .feature-item__01 .circle-number__01::after {
  background: #92bc25;
}
.top-feature .feature-item__01 .feature-textarea {
  margin: 6rem auto 0;
  padding-bottom: 39rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01 .feature-textarea {
    margin-top: 11rem;
    padding-bottom: 65rem;
  }
}
.top-feature .feature-item__01 .feature-textarea::before, .top-feature .feature-item__01 .feature-textarea::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.top-feature .feature-item__01 .feature-textarea::before {
  left: 0;
  width: 44rem;
  height: 10rem;
  background: url("../images/top/arrow-orange-bl.webp") no-repeat bottom left/contain;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01 .feature-textarea::before {
    width: 54%;
    height: 4.5rem;
    margin-left: -2rem;
  }
}
.top-feature .feature-item__01 .feature-textarea::after {
  right: 0;
  width: 44rem;
  height: 10rem;
  background: url("../images/top/arrow-orange-br.webp") no-repeat bottom right/contain;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01 .feature-textarea::after {
    width: 54%;
    height: 4.5rem;
    margin-right: -2rem;
  }
}
.top-feature .feature-item__01 .feature-title {
  width: 88rem;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01 .feature-title {
    font-size: 2.4rem;
    width: 100%;
  }
}
.top-feature .feature-item__01 .feature-title span {
  color: #f5922e;
}
.top-feature .feature-item__01 .feature-text {
  width: 88rem;
  margin: 0 auto;
  padding: 0 3rem;
  line-height: 2;
  font-size: 1.8rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01 .feature-text {
    width: 100%;
    padding: 0;
  }
}
.top-feature .feature-item__01 .feature-imagearea {
  position: relative;
  max-width: 132rem;
  margin: -35rem auto 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01 .feature-imagearea {
    margin-top: -67rem;
  }
}
.top-feature .feature-item__01 .img-left {
  padding-top: 7rem;
  margin-left: -3.5rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01 .img-left {
    padding-top: 3rem;
    margin-left: -2rem;
  }
}
.top-feature .feature-item__01 .img-right {
  margin-right: 3.5rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__01 .img-right {
    margin-right: 0;
  }
}
.top-feature .feature-item__02 {
  background: url(../images/top/bg-stripe-blue.webp);
  position: relative;
  padding: 12rem 0 0 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 {
    padding: 2rem 0 0 2rem;
    margin-top: 10rem;
  }
}
.top-feature .feature-item__02 .feature-item__contents {
  background: #a4d12f;
  color: #fff;
  position: relative;
  border-radius: 7.2rem 0 0 0;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .feature-item__contents {
    max-width: 41rem;
    margin: 0 auto;
  }
}
.top-feature .feature-item__02 .bg-ellipse-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7.2rem 0 0 0;
  /* 親の角丸と合わせる */
  overflow: hidden;
  /* この要素だけはみ出しを非表示に */
  z-index: 0;
}
.top-feature .feature-item__02 .bg-ellipse-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  width: 90%;
  height: 80%;
  background: #b4d644;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .bg-ellipse-container::after {
    height: 30%;
    width: 140%;
    left: 75%;
  }
}
.top-feature .feature-item__02 .feature-item__textarea,
.top-feature .feature-item__02 .feature-imagearea {
  position: relative;
  z-index: 1;
}
.top-feature .feature-item__02 .feature-item__textarea {
  padding: 14rem 0 0 12rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .feature-item__textarea {
    padding-top: 38rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.top-feature .feature-item__02 .decoration {
  position: absolute;
  width: 27.5rem;
  height: 17rem;
  top: -3%;
  left: -1%;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .decoration {
    width: 14rem;
    height: 9rem;
    top: 33%;
    left: 0%;
  }
}
.top-feature .feature-item__02 .animal {
  width: 13.5rem;
  height: 11rem;
  position: absolute;
  bottom: 0;
  left: -1%;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .animal {
    width: 10.5rem;
    height: 8rem;
    bottom: 1%;
    left: 0%;
  }
}
.top-feature .feature-item__02 .circle-number__02 {
  background: #fefaf6;
  color: #a4d12f;
  margin: 0;
  position: absolute;
  top: -20%;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible !important;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .circle-number__02 {
    top: 33%;
    left: 50%;
  }
}
.top-feature .feature-item__02 .circle-number__02::after {
  background: #f1f6d6;
}
.top-feature .feature-item__02 .feature-textbox {
  width: 75rem;
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .feature-textbox {
    width: 100%;
  }
}
.top-feature .feature-item__02 .feature-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .feature-title {
    font-size: 2rem;
  }
}
.top-feature .feature-item__02 .feature-title span {
  background: #fff;
  color: #a4d12f;
  border-radius: 5rem;
  padding: 0.5rem 4rem;
}
.top-feature .feature-item__02 .feature-text {
  font-size: 1.8rem;
  line-height: 2;
}
.top-feature .feature-item__02 .feature-imagearea {
  position: absolute;
  top: -12rem;
  right: 0;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .feature-imagearea {
    top: 0;
  }
}
.top-feature .feature-item__02 .feature-imagearea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37rem;
  height: 6rem;
  background: url("../images/top/arrow-green-tr.webp") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .feature-imagearea::before {
    width: 25.6rem;
    height: 4.5rem;
  }
}
.top-feature .feature-item__02 .feature-imagearea img {
  width: 87rem;
  height: 56rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__02 .feature-imagearea img {
    width: 100%;
    height: auto;
  }
}
.top-feature .feature-item__03 {
  background: url(../images/top/bg-stripe-pink.webp);
  position: relative;
  padding: 12rem 12rem 0 0;
  z-index: 0;
  margin-top: 12.5rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 {
    margin-top: 5.5rem;
    padding: 2rem 2rem 3rem 0;
  }
}
.top-feature .feature-item__03 .feature-item__contents {
  background: #ee94b7;
  color: #fff;
  position: relative;
  border-radius: 0 7.2rem 0 0;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .feature-item__contents {
    max-width: 41rem;
    margin: 0 auto;
  }
}
.top-feature .feature-item__03 .bg-ellipse-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.2rem 0 0;
  /* 親の角丸と合わせる */
  overflow: hidden;
  /* この要素だけはみ出しを非表示に */
  z-index: 0;
}
.top-feature .feature-item__03 .bg-ellipse-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  width: 90%;
  height: 80%;
  background: #f1a5c3;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .bg-ellipse-container::after {
    height: 35%;
    width: 155%;
    left: 75%;
  }
}
.top-feature .feature-item__03 .feature-item__textarea,
.top-feature .feature-item__03 .feature-imagearea {
  position: relative;
  z-index: 1;
}
.top-feature .feature-item__03 .feature-item__textarea {
  padding: 14rem 12rem 0 95rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .feature-item__textarea {
    padding: 40rem 1rem 0 2rem;
  }
}
.top-feature .feature-item__03 .decoration {
  position: absolute;
  width: 27.5rem;
  height: 17rem;
  top: -3%;
  right: -1%;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .decoration {
    top: 29%;
    right: 0;
    width: 16rem;
    height: 11rem;
  }
}
.top-feature .feature-item__03 .animal {
  width: 13.5rem;
  height: 11rem;
  position: absolute;
  bottom: 0;
  left: -1%;
}
.top-feature .feature-item__03 .circle-number__03 {
  background: #fefaf6;
  color: #ee94b7;
  margin: 0;
  position: absolute;
  top: -20%;
  left: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible !important;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .circle-number__03 {
    top: 32%;
    left: 50%;
  }
}
.top-feature .feature-item__03 .circle-number__03::after {
  background: #feebf2;
}
.top-feature .feature-item__03 .feature-textbox {
  width: 75rem;
  padding-bottom: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .feature-textbox {
    width: 100%;
  }
}
.top-feature .feature-item__03 .feature-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .feature-title {
    font-size: 2.2rem;
  }
}
.top-feature .feature-item__03 .feature-title span {
  background: #fff;
  color: #ee94b7;
  border-radius: 5rem;
  padding: 0.5rem 4rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .feature-title span {
    padding: 0.5rem 1rem;
  }
}
.top-feature .feature-item__03 .feature-text {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .feature-text {
    margin-top: 4rem;
  }
}
.top-feature .feature-item__03 .feature-imagearea {
  position: absolute;
  top: -12rem;
  left: 0;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .feature-imagearea {
    top: 0;
  }
}
.top-feature .feature-item__03 .feature-imagearea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37rem;
  height: 6rem;
  background: url("../images/top/arrow-pink-tl.webp") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .feature-imagearea::before {
    width: 17.5rem;
    height: 3.5rem;
  }
}
.top-feature .feature-item__03 .feature-imagearea img {
  width: 87rem;
  height: 56rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__03 .feature-imagearea img {
    width: 100%;
    height: auto;
  }
}
.top-feature .feature-item__04 {
  margin-top: 21rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__04 {
    margin-top: 5rem;
  }
}
.top-feature .feature-item__04 .feature-item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f7fc;
  padding: 13.5rem 0 3rem 15.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .feature-item__04 .feature-item__contents {
    padding: 0rem 2rem 6rem 2rem;
    max-width: 41rem;
    margin: 0 auto;
  }
}
.top-feature .feature-item__04 .feature-item__contents::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 37rem;
  height: 6rem;
  background: url("../images/top/arrow-blue-bl.webp") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .top-feature .feature-item__04 .feature-item__contents::before {
    width: 22rem;
    height: 4rem;
  }
}
.top-feature .feature-item__04 .feature-item__textarea {
  width: 94.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  position: relative;
  padding: 13.5rem 2rem 4rem 2rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-feature .feature-item__04 .feature-item__textarea {
    width: 100%;
    margin-top: 25rem;
  }
}
.top-feature .feature-item__04 .circle-number__04 {
  background: #6ec4d6;
  color: #fff;
  margin: 0;
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible !important;
}
@media (max-width: 767px) {
  .top-feature .feature-item__04 .circle-number__04 {
    top: 2%;
  }
}
.top-feature .feature-item__04 .circle-number__04::after {
  background: #88cedd;
}
.top-feature .feature-item__04 .feature-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .top-feature .feature-item__04 .feature-title {
    font-size: 2.2rem;
  }
}
.top-feature .feature-item__04 .feature-title span {
  color: #9ad4e1;
}
.top-feature .feature-item__04 .feature-text {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .top-feature .feature-item__04 .feature-text {
    margin-top: 6rem;
  }
}
.top-feature .feature-item__04 .feature-imagearea {
  position: absolute;
  right: 0;
  top: -6rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__04 .feature-imagearea {
    top: 0;
    padding: 0 2rem;
  }
}
.top-feature .feature-item__04 .feature-img {
  z-index: 0;
  position: relative;
  width: 88rem;
  height: auto;
}
@media (max-width: 767px) {
  .top-feature .feature-item__04 .feature-img {
    width: 100%;
  }
}
.top-feature .feature-item__04 .feature-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37rem;
  height: 6rem;
  background: url("../images/top/arrow-blue-tr.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-feature .feature-item__04 .feature-img::before {
    width: 24rem;
    height: 4rem;
  }
}
.top-feature .feature-item__05 {
  padding-top: 18.5rem;
  padding-left: 28.5rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 {
    padding: 0;
  }
}
.top-feature .feature-item__05 .feature-item__contents {
  background: url("../images/top/feature-img08.webp") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10.5rem 7rem 8rem 56rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .feature-item__contents {
    background: url("../images/top/sp-feature01.webp") no-repeat center center;
    background-size: cover;
    padding: 0 2rem 6rem;
    margin: 9rem auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-feature .feature-item__05 .feature-item__contents::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37rem;
  height: 6rem;
  background: url("../images/top/arrow-orange-br.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .feature-item__contents::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .feature-imagearea {
    margin-top: -4rem;
  }
}
.top-feature .feature-item__05 .feature-imagearea__top {
  position: absolute;
  left: -21rem;
  top: -10rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .feature-imagearea__top {
    position: relative;
    left: 0rem;
    top: 0rem;
    margin-left: -2rem;
  }
}
.top-feature .feature-item__05 .feature-imagearea__bottom {
  position: absolute;
  left: 4rem;
  bottom: 2rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .feature-imagearea__bottom {
    position: relative;
    bottom: auto;
    top: 3rem;
    right: 1rem;
    padding-left: 3.5rem;
  }
}
.top-feature .feature-item__05 .img-top {
  width: 56.7rem;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .img-top {
    width: 32.6rem;
    height: auto;
  }
}
.top-feature .feature-item__05 .img-top::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 56.7rem;
  height: 100%;
  background: #f5922e;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .img-top::after {
    width: 100%;
    right: -1rem;
    bottom: -1rem;
  }
}
.top-feature .feature-item__05 .img-top img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.top-feature .feature-item__05 .img-bottom {
  width: 57.1rem;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .img-bottom {
    width: 32.6rem;
    height: auto;
  }
}
.top-feature .feature-item__05 .img-bottom::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 56.7rem;
  height: 100%;
  background: #f5922e;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .img-bottom::after {
    width: 100%;
    right: -1rem;
    bottom: -1rem;
  }
}
.top-feature .feature-item__05 .img-bottom img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.top-feature .feature-item__05 .feature-item__textarea {
  background: #fff;
  position: relative;
  padding: 13rem 13rem 8rem;
  min-height: 58.5rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .feature-item__textarea {
    padding: 0;
    margin-top: 10rem;
    padding: 8.5rem 1rem 4rem;
  }
}
.top-feature .feature-item__05 .circle-number__05 {
  background: #f5922e;
  color: #fff;
  margin: 0;
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible !important;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .circle-number__05 {
    top: -5%;
  }
}
.top-feature .feature-item__05 .circle-number__05::after {
  background: #f6a751;
}
.top-feature .feature-item__05 .feature-title {
  text-align: center;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .feature-title {
    font-size: 2.2rem;
  }
}
.top-feature .feature-item__05 .feature-title span {
  color: #f5922e;
}
.top-feature .feature-item__05 .feature-text {
  padding-top: 6rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top-feature .feature-item__05 .feature-text {
    padding-top: 4rem;
  }
}
.top-feature .concept-flex {
  width: 100%;
  margin-top: 29rem;
}
@media (max-width: 767px) {
  .top-feature .concept-flex {
    margin-top: 22rem;
  }
}
.top-feature .concept-flex .feature-item__06 {
  width: 50%;
  background: #f0fcf3;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__06 {
    width: 100%;
  }
}
.top-feature .concept-flex .feature-item__06::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37rem;
  height: 6rem;
  background: url("../images/top/arrow-green-br.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__06::before {
    width: 20.5rem;
    height: 4rem;
  }
}
.top-feature .concept-flex .feature-item__06 .feature-item__contents {
  padding: 11rem 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__06 .feature-item__contents {
    padding: 11rem 2rem;
  }
}
.top-feature .concept-flex .feature-item__06 .feature-imagearea {
  width: 86%;
  margin: -17rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__06 .feature-imagearea {
    width: 100%;
    padding: 0 1rem;
  }
}
.top-feature .concept-flex .feature-item__06 .feature-imagearea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37rem;
  height: 6rem;
  background: url("../images/top/arrow-green-tl.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__06 .feature-imagearea::before {
    width: 24rem;
    height: 4rem;
    left: 1rem;
  }
}
.top-feature .concept-flex .feature-item__06 .circle-number__06 {
  background: #a4d12f;
  color: #fff;
  margin: 0;
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible !important;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__06 .circle-number__06 {
    top: -25%;
  }
}
.top-feature .concept-flex .feature-item__06 .circle-number__06::after {
  background: #c2db58;
}
.top-feature .concept-flex .feature-item__06 .feature-item__textarea {
  background: #fff;
  padding: 12rem 6rem 6rem;
  margin-top: -3.5rem;
  min-height: 51.5rem;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__06 .feature-item__textarea {
    padding: 8rem 1rem 6rem;
  }
}
.top-feature .concept-flex .feature-item__06 .feature-title {
  text-align: center;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__06 .feature-title {
    font-size: 2.2rem;
  }
}
.top-feature .concept-flex .feature-item__06 .feature-title span {
  color: #a4d12f;
}
.top-feature .concept-flex .feature-item__07 {
  width: 50%;
  background: #feeaf2;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__07 {
    width: 100%;
    margin-top: 17.5rem;
  }
}
.top-feature .concept-flex .feature-item__07::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37rem;
  height: 6rem;
  background: url("../images/top/arrow-pink-br.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__07::before {
    width: 24rem;
    height: 4rem;
  }
}
.top-feature .concept-flex .feature-item__07 .circle-number__07 {
  position: absolute;
  background: #ee94b7;
  color: #fff;
  margin: 0;
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible !important;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__07 .circle-number__07 {
    top: -23%;
  }
}
.top-feature .concept-flex .feature-item__07 .circle-number__07::after {
  background: #f2a6c7;
}
.top-feature .concept-flex .feature-item__07 .feature-item__contents {
  padding: 11rem 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__07 .feature-item__contents {
    padding: 17rem 2rem 6rem;
  }
}
.top-feature .concept-flex .feature-item__07 .feature-imagearea {
  width: 86%;
  margin: -17rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__07 .feature-imagearea {
    margin-top: -23rem;
    width: 100%;
    padding: 0 1rem;
  }
}
.top-feature .concept-flex .feature-item__07 .feature-imagearea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37rem;
  height: 6rem;
  background: url("../images/top/arrow-pink-tl.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__07 .feature-imagearea::before {
    width: 20.5rem;
    height: 4rem;
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__07 .flower {
    width: 3rem;
  }
}
.top-feature .concept-flex .feature-item__07 .feature-item__textarea {
  background: #fff;
  padding: 12rem 6rem 6rem;
  margin-top: -3.5rem;
  min-height: 51.5rem;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__07 .feature-item__textarea {
    padding: 9rem 1rem 6rem;
    min-height: 0;
  }
}
.top-feature .concept-flex .feature-item__07 .feature-title {
  text-align: center;
}
@media (max-width: 767px) {
  .top-feature .concept-flex .feature-item__07 .feature-title {
    font-size: 2.2rem;
  }
}
.top-feature .concept-flex .feature-item__07 .feature-title span {
  color: #ee94b7;
}
.top-feature .feature-item__08 {
  margin-top: 20rem;
  background: url("../images/top/feature-img13set.webp") no-repeat center center;
  position: relative;
  padding: 9rem 23rem 6rem;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 {
    background: url("../images/top/sp-feature02.webp") no-repeat center center;
    background-size: contain;
    width: 100%;
    padding: 6rem 2rem;
    margin-top: 12rem;
  }
}
.top-feature .feature-item__08 .circle-number__08 {
  position: absolute;
  background: #6ec4d6;
  color: #fff;
  margin: 0;
  position: absolute;
  top: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible !important;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .circle-number__08 {
    top: -4%;
  }
}
.top-feature .feature-item__08 .circle-number__08::after {
  background: #88cedd;
}
.top-feature .feature-item__08 .content-item__head {
  background: #6ec4d6;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  width: 100rem;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 5rem;
  margin: 0 auto 4rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .content-item__head {
    width: 100%;
    font-size: 2.7rem;
  }
}
.top-feature .feature-item__08 .feature-item__means {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 150rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .feature-item__means {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 6rem;
  }
}
.top-feature .feature-item__08 .means-item {
  background: #fff;
  width: 66rem;
  min-height: 63rem;
  padding: 4rem 4rem 2rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .means-item {
    width: 100%;
    padding: 2rem 1rem;
    min-height: 0;
  }
}
.top-feature .feature-item__08 .means-item__img {
  width: 40rem;
  height: 40rem;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .means-item__img {
    width: 28rem;
    height: 28rem;
  }
}
.top-feature .feature-item__08 .means-item__img::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 41rem;
  height: 41rem;
  background: #6ec4d6;
  z-index: 0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .means-item__img::after {
    width: 29rem;
    height: 29rem;
  }
}
.top-feature .feature-item__08 .means-item__img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.top-feature .feature-item__08 .means-item__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .means-item__textarea {
    gap: 2rem;
  }
}
.top-feature .feature-item__08 .means-item__icon--train {
  width: 4rem;
  height: auto;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .means-item__icon--train {
    width: 2rem;
    margin-left: 3rem;
  }
}
.top-feature .feature-item__08 .means-item__icon--car {
  width: 5.5rem;
  height: auto;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .means-item__icon--car {
    width: 4rem;
    padding-top: 6rem;
    margin-left: 3rem;
  }
}
.top-feature .feature-item__08 .means-item__text--train {
  padding-top: 2rem;
  line-height: 2;
}
.top-feature .feature-item__08 .means-item__text--car {
  padding-top: 8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .means-item__text--car {
    padding-top: 2rem;
  }
}

.medical .sectin-title__medical {
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  .medical .sectin-title__medical {
    padding: 4rem 0 2rem;
  }
}
.medical .sectin-title__medical::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 21rem;
  height: 16rem;
  background: url("../images/top/icon-medical-left.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .medical .sectin-title__medical::before {
    width: 11rem;
    height: 9rem;
    left: 22%;
    top: 70%;
  }
}
.medical .sectin-title__medical::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 26.5rem;
  height: 13.5rem;
  background: url("../images/top/icon-medical-right.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .medical .sectin-title__medical::after {
    width: 13rem;
    height: 8rem;
    left: auto;
    top: 70%;
    right: 25%;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
@media (max-width: 767px) {
  .medical .en {
    font-size: 4rem;
  }
}
.medical .ja {
  font-size: 4rem;
  padding-top: 4rem;
  color: #7c5726;
}
@media (max-width: 767px) {
  .medical .ja {
    font-size: 2.4rem;
  }
}
.medical .row1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .medical .row1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
.medical .medical-item {
  background: #fcfcf2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
  width: 31.5rem;
  height: 26.5rem;
}
@media (max-width: 767px) {
  .medical .medical-item {
    width: 18.5rem;
    height: 15.5rem;
    gap: 1rem;
  }
}
.medical .medical-item::after {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 31.5rem;
  height: 26.5rem;
  background: #f5922e;
  z-index: -1;
  border-radius: 0.8rem;
}
@media (max-width: 767px) {
  .medical .medical-item::after {
    width: 18.5rem;
    height: 15.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
  }
}
.medical .icon {
  width: 14rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .icon {
    width: 8rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .medical .text {
    font-size: 1.6rem;
  }
}
.medical .arrow {
  width: 3rem;
  height: auto;
}
@media (max-width: 767px) {
  .medical .arrow {
    width: 1.5rem;
  }
}
.medical .row2 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 4rem;
  margin-top: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .medical .row2 {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .medical .row2 > :last-child {
    grid-column: 1/3;
    justify-self: center;
  }
}

.greeting {
  margin-top: 18rem;
  padding-right: 20rem;
  padding-bottom: 12rem;
  position: relative;
}
@media (max-width: 767px) {
  .greeting {
    margin-top: 12rem;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.greeting .greeting-flex {
  background: url(../images/top/bg-stripe-purple.webp);
  position: relative;
  padding: 8rem 11rem 8rem 0;
  border-radius: 0 8rem 8rem 0;
}
@media (max-width: 767px) {
  .greeting .greeting-flex {
    padding: 4rem 2rem 0;
    border-radius: 0;
  }
}
.greeting .greeting-textarea {
  background: #fff;
  height: 100%;
  border-radius: 8rem;
  padding: 9.5rem 63rem 13.5rem 17rem;
  margin-left: 8rem;
  min-height: 71.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .greeting .greeting-textarea {
    border-radius: 3.6rem;
    padding: 2rem 2rem 2.5rem;
    margin-left: 0;
  }
}
.greeting .title__en {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 2rem;
  left: -4rem;
  font-size: 12rem;
  font-weight: 400;
  white-space: nowrap;
  color: #ab98e5;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 767px) {
  .greeting .title__en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 5rem;
    position: relative;
    text-align: center;
    left: 0;
    top: -5rem;
  }
}
.greeting .title__ja {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .greeting .title__ja {
    font-size: 2.4rem;
  }
}
.greeting .title__ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 5rem;
  height: 5rem;
  background: url("../images/top/icon-leaf02.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .greeting .title__ja::before {
    width: 4.5rem;
    height: 4.5rem;
    left: 38%;
  }
}
.greeting .title__ja::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 5rem;
  height: 5rem;
  background: url("../images/top/icon-leaf03.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .greeting .title__ja::after {
    left: auto;
    width: 4.5rem;
    height: 4.5rem;
    right: 12%;
  }
}
.greeting .greeting-text {
  line-height: 2;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .greeting .greeting-text {
    margin-top: 6rem;
  }
}
.greeting .greeting-imgarea {
  position: absolute;
  right: -5rem;
  top: 15rem;
}
@media (max-width: 767px) {
  .greeting .greeting-imgarea {
    position: relative;
    right: 0;
    top: 0;
  }
}
.greeting .greeting-img {
  position: relative;
  top: 0;
  left: 0;
  width: 68rem;
  height: 48.9rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .greeting .greeting-img {
    width: 37.9rem;
    height: 27.3rem;
  }
}
.greeting .greeting-img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.greeting .greeting-img__bg {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 68rem;
  height: 48.9rem;
  background: #ab98e5;
  z-index: 0;
  pointer-events: none;
  padding: 1rem;
}
@media (max-width: 767px) {
  .greeting .greeting-img__bg {
    width: 37.9rem;
    height: 27.3rem;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem;
  }
}
.greeting .greeting-inner {
  border: 2px dashed #fff;
  width: 100%;
  height: 100%;
}
.greeting .greeting-namearea {
  width: 34.5rem;
  height: 13.7rem;
  padding: 1rem;
  background: #f5922e;
  position: relative;
  z-index: 3;
  margin: -4rem 0 0 -2rem;
}
@media (max-width: 767px) {
  .greeting .greeting-namearea {
    width: 25.5rem;
    height: 10rem;
    padding: 0.5rem;
    margin: -2rem 0 0 0;
  }
}
.greeting .namearea-inner {
  border: 2px dashed #fff;
  padding: 0.5rem;
  height: 100%;
}
.greeting .greeting-name__contents {
  width: 100%;
  height: 100%;
  background: #ffebd7;
}
.greeting .name__ja {
  font-size: 2.4rem;
  padding-top: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .greeting .name__ja {
    font-size: 1.8rem;
    padding-top: 1.5rem;
  }
}
.greeting .name__ja span {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .greeting .name__ja span {
    font-size: 2.2rem;
  }
}
.greeting .name__en {
  font-size: 2.4rem;
  padding-top: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .greeting .name__en {
    font-size: 1.8rem;
  }
}
.greeting .greeting-bottom {
  background: #ece8f7;
  width: 100vw !important;
  height: 60rem;
  position: absolute;
  bottom: 0rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .greeting .greeting-bottom {
    height: 10rem;
    position: relative;
    margin-top: -3rem;
    z-index: 1;
  }
}

.greeting__animal {
  position: absolute;
  right: -20rem;
  bottom: -12rem;
  width: 53rem;
  height: auto;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767px) {
  .greeting__animal {
    width: 25.5rem;
    right: 2rem;
    bottom: -7rem;
    z-index: 2;
  }
}

.interview {
  /* 疑似要素で+/-を切り替え */
  /* アコーディオン本体 */
  /* detailsがopenのとき */
}
.interview .interview__head {
  position: relative;
  height: 50rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .interview .interview__head {
    height: 26.6rem;
  }
}
.interview .interview__head .circle-bottom {
  width: 118.3rem;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 767px) {
  .interview .interview__head .circle-bottom {
    width: 38rem;
  }
}
.interview .interview__head .circle-bottom__01 {
  top: 13%;
  left: -20%;
}
@media (max-width: 767px) {
  .interview .interview__head .circle-bottom__01 {
    top: 65%;
    left: -45%;
  }
}
.interview .interview__head .circle-bottom__02 {
  top: 60%;
  left: 25%;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .interview .interview__head .circle-bottom__02 {
    top: 80%;
    left: 5%;
  }
}
.interview .interview__head .circle-bottom__03 {
  top: 20%;
  left: 70%;
}
@media (max-width: 767px) {
  .interview .interview__head .circle-bottom__03 {
    top: 65%;
    left: 70%;
  }
}
.interview .sectin-title__interview {
  padding-top: 22rem;
}
@media (max-width: 767px) {
  .interview .sectin-title__interview {
    padding: 4rem 0 0;
    margin-bottom: 0;
  }
}
.interview .sectin-title__interview::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 10rem;
  height: 15rem;
  background: url("../images/top/icon-flower05.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .interview .sectin-title__interview::before {
    width: 6rem;
    height: 10rem;
    top: 80%;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .interview .en {
    font-size: 5rem;
  }
}
.interview .ja {
  font-size: 3rem;
  padding-top: 4rem;
  color: #7c5726;
}
@media (max-width: 767px) {
  .interview .ja {
    font-size: 2.4rem;
    padding-top: 3rem;
  }
}
.interview .faq-list {
  margin: -3rem auto 0;
}
@media (max-width: 767px) {
  .interview .faq-list {
    margin-top: 3.5rem;
  }
}
.interview .faq-item {
  margin-bottom: 1rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  overflow: hidden;
}
.interview .q-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #a4d12f;
  padding: 2rem 3rem;
  border-radius: 3.55rem;
}
@media (max-width: 767px) {
  .interview .q-item {
    padding: 1rem;
  }
}
.interview .q-icon {
  width: 3.5rem;
  height: 3.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;
  margin-right: 3rem;
}
@media (max-width: 767px) {
  .interview .q-icon {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    margin-right: 1rem;
  }
}
.interview .q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .interview .q-text {
    font-size: 1.8rem;
  }
}
.interview .mark {
  font-size: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  margin-right: 2.28rem;
}
@media (max-width: 767px) {
  .interview .mark {
    margin-right: 1rem;
  }
}
.interview .mark::after {
  content: "+";
  -webkit-transition: content 0.3s;
  transition: content 0.3s;
}
.interview .faq-item.open .mark::after {
  content: "−";
}
.interview .a-item {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.2s, opacity 0.2s, padding 0.2s;
  transition: max-height 0.2s, opacity 0.2s, padding 0.2s;
  padding: 0 0;
  font-size: 1.6rem;
  padding: 3.5rem 7.5rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .interview .a-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3rem;
    font-size: 1.6rem;
    padding: 1.5rem 0rem;
  }
}
.interview .faq-item.open .a-item {
  max-height: 500px;
  /* 十分大きな値に */
  opacity: 1;
}
@media (max-width: 767px) {
  .interview .faq-item.open .a-item {
    max-height: none;
  }
}
.interview .paragraph {
  padding-top: 1.5rem;
  line-height: 2;
}
.interview .a-img {
  width: 49.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .recruit {
    margin-top: 24rem;
  }
}
.recruit .recruit-contents {
  background: url("../images/top/bg-recruit.webp") no-repeat center center;
  background-size: contain;
  position: relative;
}
@media (max-width: 767px) {
  .recruit .recruit-contents {
    background: url("../images/top/sp-bg-recruit.webp") no-repeat center center;
    height: 100%;
    background-size: cover;
    aspect-ratio: 390/604;
  }
}
.recruit .recruit-head {
  position: relative;
  width: 35rem;
  margin: 0 auto;
}
.recruit .recruit-head .ribbon {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .recruit .recruit-head .ribbon {
    padding-top: 14rem;
    position: relative;
  }
}
.recruit .recruit-head .text {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .recruit .recruit-head .text {
    padding-top: 16rem;
  }
}
.recruit .recruit-textarea {
  width: 58rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .recruit .recruit-textarea {
    width: 100%;
    padding: 0 2rem 2rem;
  }
}
.recruit .recruit-textarea__top {
  font-size: 7rem;
  padding-top: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .recruit .recruit-textarea__top {
    font-size: 4rem;
    padding-top: 1rem;
  }
}
.recruit .recruit-textarea__middle {
  font-size: 1.8rem;
  line-height: 2;
  padding-top: 1rem;
}
.recruit .recruit-textarea__bottom {
  display: block;
  margin: 2rem auto;
  font-size: 3rem;
  width: 27.5rem;
  padding: 2rem;
  text-align: center;
  border: 1px solid #333;
}
.recruit .recruit-img__left {
  width: 32.5rem;
  height: auto;
  position: absolute;
  left: -4rem;
  top: 6rem;
}
@media (max-width: 767px) {
  .recruit .recruit-img__left {
    width: 23.6rem;
    left: 0rem;
    top: -17rem;
    z-index: 1;
  }
}
.recruit .recruit-img__right {
  width: 32.5rem;
  height: auto;
  position: absolute;
  right: -6rem;
  bottom: 0;
}
@media (max-width: 767px) {
  .recruit .recruit-img__right {
    width: 23.6rem;
    right: 0rem;
    bottom: auto;
    top: -3rem;
  }
}

.topics {
  max-width: 143rem;
  margin: 24rem auto 10rem;
  background: url("../images/top/bg-topics.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .topics {
    background: url("../images/top/sp-bg-topics.webp") no-repeat center center;
    background-size: cover;
    width: 39rem;
    padding-top: 5rem;
    margin: 9rem auto 0;
  }
}
.topics .topics-title {
  padding: 7rem 7rem 0;
}
@media (max-width: 767px) {
  .topics .topics-title {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topics .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  font-weight: 400;
}
.topics .en {
  color: #f5922e;
}
@media (max-width: 767px) {
  .topics .en {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .topics .ja {
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.topics .more-btn {
  background: #9fcc2f;
  width: 14rem;
  height: 3.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 7rem;
  right: 7rem;
}
@media (max-width: 767px) {
  .topics .more-btn {
    position: static;
    margin: 3rem auto 0;
  }
}
.topics .topics-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 7rem 7rem;
}
@media (max-width: 767px) {
  .topics .topics-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 1rem;
    gap: 2rem;
  }
}
.topics .topics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  position: relative;
  background: #fff;
  gap: 1rem;
}
@media (max-width: 767px) {
  .topics .topics-item {
    width: 100%;
    margin: 0 auto;
  }
}
.topics .topics-item__img {
  width: 12.8rem;
  height: auto;
}
.topics .topics-item__date {
  color: #f5922e;
}
.topics .topics-item__title {
  padding-top: 2.5rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .topics .topics-item__title {
    padding-top: 1.5rem;
  }
}
.topics .topics-item__bottom {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.topics .topics-item__bottom span {
  padding-left: 0.5rem;
  color: #f5922e;
  border-bottom: 1px solid #f5922e;
}
.page-clinic .clinic-features {
  padding-bottom: 21rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-features {
    padding-bottom: 6rem;
  }
}
.page-clinic .clinic-features .fertures-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-features .fertures-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    gap: 4rem;
  }
}
.page-clinic .clinic-features .fertures-row1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-clinic .clinic-features .fertures-row2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-clinic .clinic-features .fertures-item {
  width: 36.5rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-features .fertures-item {
    width: 100%;
  }
}
.page-clinic .clinic-features .fertures-item__imagearea {
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .clinic-features .fertures-item__imagearea {
    width: 30rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-clinic .clinic-features .fertures-item__image {
    max-width: 30rem;
    margin: 0 auto;
  }
}
.page-clinic .clinic-features .fertures-item__number {
  font-size: 6rem;
  color: #f5922e;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  z-index: 1;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff;
}
@media (max-width: 767px) {
  .page-clinic .clinic-features .fertures-item__number {
    font-size: 4rem;
    top: 2rem;
    left: 1.5rem;
  }
}
.page-clinic .clinic-features .fertures-item__text-area {
  margin-top: 1rem;
}
.page-clinic .clinic-features .fertures-item__title {
  font-size: 2.4rem;
  color: #f5922e;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-clinic .clinic-features .fertures-item__title {
    font-size: 2rem;
  }
}
.page-clinic .clinic-features .fertures-item__text {
  line-height: 1.2;
  padding-top: 2rem;
}
.page-clinic .sectin-title__feature {
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .sectin-title__feature {
    padding: 5rem 0;
  }
}
.page-clinic .sectin-title__feature::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 13rem;
  height: 14rem;
  background: url("../images/top/icon-animal01.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-clinic .sectin-title__feature::before {
    width: 7rem;
    height: 7rem;
    top: 85%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
.page-clinic .sectin-title__feature::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 21rem;
  height: 22rem;
  background: url("../images/top/icon-tree03.webp") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-clinic .sectin-title__feature::after {
    width: 7rem;
    height: 9rem;
    top: 85%;
    left: auto;
    right: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .page-clinic .en {
    font-size: 4rem;
  }
}
.page-clinic .ja {
  font-size: 4rem;
  padding-top: 4rem;
  color: #7c5726;
}
@media (max-width: 767px) {
  .page-clinic .ja {
    font-size: 2.4rem;
    padding-top: 2rem;
  }
}
.page-clinic .circle-number {
  position: relative;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  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: 7rem;
  font-weight: 400;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-clinic .circle-number {
    width: 9rem;
    height: 9rem;
    font-size: 4.4rem;
  }
}
.page-clinic .circle-number::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  /* 修正箇所：固定値から親要素の高さに合わせる */
  border-top-right-radius: 14rem;
  border-bottom-right-radius: 14rem;
  width: 50%;
  height: 100%;
  z-index: 0;
}
.page-clinic .circle-number span {
  position: relative;
  z-index: 1;
}
.page-clinic .circle-number .flower {
  position: absolute;
  z-index: 2;
  left: 70%;
  bottom: 5%;
}
.page-clinic .feature-item__01 {
  margin-top: 14rem;
  position: relative;
  z-index: 0;
  padding-top: 16rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__01 {
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6rem;
    background: #fefaf6;
  }
}
.page-clinic .feature-item__01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32rem;
  background-color: #fdecdC;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__01::before {
    height: 15rem;
  }
}
.page-clinic .feature-item__01 .feature-item__head {
  background: #fefaf6;
}
.page-clinic .feature-item__01 .bottom-space {
  padding: 10rem 0;
  background: #fff;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__01 .bottom-space {
    padding: 2rem;
  }
}
.page-clinic .feature-item__01 .feature-textarea {
  margin: 6rem auto 0;
  padding-bottom: 39rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__01 .feature-textarea {
    margin-top: 11rem;
    padding-bottom: 65rem;
  }
}
.page-clinic .feature-item__01 .feature-title {
  width: 88rem;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__01 .feature-title {
    font-size: 2.4rem;
    width: 100%;
  }
}
.page-clinic .feature-item__01 .feature-title span {
  color: #f5922e;
}
.page-clinic .feature-item__01 .feature-text {
  width: 88rem;
  margin: 0 auto;
  padding: 0 3rem;
  line-height: 2;
  font-size: 1.8rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__01 .feature-text {
    width: 100%;
    padding: 0;
  }
}
.page-clinic .feature-item__01 .feature-imagearea {
  position: relative;
  max-width: 132rem;
  margin: -35rem auto 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__01 .feature-imagearea {
    margin-top: -67rem;
  }
}
.page-clinic .feature-item__01 .img-left {
  padding-top: 7rem;
  margin-left: -3.5rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__01 .img-left {
    padding-top: 3rem;
    margin: 0 auto 2rem;
    width: 30rem;
  }
}
.page-clinic .feature-item__01 .img-right {
  margin-right: 3.5rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__01 .img-right {
    margin: 0 auto 2rem;
    width: 30rem;
  }
}
.page-clinic .feature-item__02 {
  background: url(../images/top/bg-stripe-blue.webp);
  position: relative;
  padding: 12rem 0 0 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__02 {
    padding: 2rem 0 0 2rem;
  }
}
.page-clinic .feature-item__02 .feature-item__contents {
  background: #a4d12f;
  color: #fff;
  position: relative;
  border-radius: 7.2rem 0 0 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__02 .feature-item__contents {
    max-width: 41rem;
    margin: 0 auto;
  }
}
.page-clinic .feature-item__02 .bg-ellipse-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7.2rem 0 0 0;
  /* 親の角丸と合わせる */
  overflow: hidden;
  /* この要素だけはみ出しを非表示に */
  z-index: 0;
}
.page-clinic .feature-item__02 .bg-ellipse-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  width: 90%;
  height: 80%;
  background: #b4d644;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__02 .bg-ellipse-container::after {
    height: 30%;
    width: 140%;
    left: 75%;
  }
}
.page-clinic .feature-item__02 .feature-item__textarea,
.page-clinic .feature-item__02 .feature-imagearea {
  position: relative;
  z-index: 1;
}
.page-clinic .feature-item__02 .feature-item__textarea {
  padding: 14rem 0 0 12rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__02 .feature-item__textarea {
    padding-top: 38rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page-clinic .feature-item__02 .decoration {
  position: absolute;
  width: 27.5rem;
  height: 17rem;
  top: -3%;
  left: -1%;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__02 .decoration {
    width: 14rem;
    height: 9rem;
    top: 33%;
    left: 0%;
  }
}
.page-clinic .feature-item__02 .animal {
  width: 13.5rem;
  height: 11rem;
  position: absolute;
  bottom: 0;
  left: -1%;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__02 .animal {
    width: 10.5rem;
    height: 8rem;
    bottom: 1%;
    left: 0%;
  }
}
.page-clinic .feature-item__02 .feature-textbox {
  width: 75rem;
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__02 .feature-textbox {
    width: 100%;
  }
}
.page-clinic .feature-item__02 .feature-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__02 .feature-title {
    font-size: 2rem;
  }
}
.page-clinic .feature-item__02 .feature-title span {
  background: #fff;
  color: #a4d12f;
  border-radius: 5rem;
  padding: 0.5rem 4rem;
}
.page-clinic .feature-item__02 .feature-text {
  font-size: 1.8rem;
  line-height: 2;
}
.page-clinic .feature-item__02 .feature-imagearea {
  position: absolute;
  top: -12rem;
  right: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__02 .feature-imagearea {
    top: 0;
  }
}
.page-clinic .feature-item__02 .feature-imagearea img {
  width: 87rem;
  height: 56rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__02 .feature-imagearea img {
    width: 100%;
    height: auto;
  }
}
.page-clinic .feature-item__03 {
  background: url(../images/top/bg-stripe-pink.webp);
  position: relative;
  padding: 12rem 12rem 0 0;
  z-index: 0;
  margin-top: 12.5rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 {
    margin-top: 5.5rem;
    padding: 2rem 2rem 3rem 0;
  }
}
.page-clinic .feature-item__03 .feature-item__contents {
  background: #ee94b7;
  color: #fff;
  position: relative;
  border-radius: 0 7.2rem 0 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 .feature-item__contents {
    max-width: 41rem;
    margin: 0 auto;
  }
}
.page-clinic .feature-item__03 .bg-ellipse-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 7.2rem 0 0;
  /* 親の角丸と合わせる */
  overflow: hidden;
  /* この要素だけはみ出しを非表示に */
  z-index: 0;
}
.page-clinic .feature-item__03 .bg-ellipse-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  width: 90%;
  height: 80%;
  background: #f1a5c3;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 .bg-ellipse-container::after {
    height: 35%;
    width: 155%;
    left: 75%;
  }
}
.page-clinic .feature-item__03 .feature-item__textarea,
.page-clinic .feature-item__03 .feature-imagearea {
  position: relative;
  z-index: 1;
}
.page-clinic .feature-item__03 .feature-item__textarea {
  padding: 14rem 12rem 0 95rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 .feature-item__textarea {
    padding: 35rem 1rem 0 2rem;
  }
}
.page-clinic .feature-item__03 .decoration {
  position: absolute;
  width: 27.5rem;
  height: 17rem;
  top: -3%;
  right: -1%;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 .decoration {
    top: 31%;
    right: 0;
    width: 16rem;
    height: 11rem;
  }
}
.page-clinic .feature-item__03 .animal {
  width: 13.5rem;
  height: 11rem;
  position: absolute;
  bottom: 0;
  left: -1%;
}
.page-clinic .feature-item__03 .feature-textbox {
  width: 75rem;
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 .feature-textbox {
    width: 100%;
  }
}
.page-clinic .feature-item__03 .feature-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 .feature-title {
    font-size: 2.2rem;
  }
}
.page-clinic .feature-item__03 .feature-title span {
  background: #fff;
  color: #ee94b7;
  border-radius: 5rem;
  padding: 0.5rem 4rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 .feature-title span {
    padding: 0.5rem 1rem;
  }
}
.page-clinic .feature-item__03 .feature-text {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 .feature-text {
    margin-top: 4rem;
  }
}
.page-clinic .feature-item__03 .feature-imagearea {
  position: absolute;
  top: -12rem;
  left: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 .feature-imagearea {
    top: 0;
  }
}
.page-clinic .feature-item__03 .feature-imagearea img {
  width: 87rem;
  height: 56rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__03 .feature-imagearea img {
    width: 100%;
    height: auto;
  }
}
.page-clinic .feature-item__04 {
  margin-top: 21rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__04 {
    margin-top: 5rem;
  }
}
.page-clinic .feature-item__04 .feature-item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f7fc;
  padding: 13.5rem 0 3rem 15.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__04 .feature-item__contents {
    padding: 0rem 2rem 6rem 2rem;
    max-width: 41rem;
    margin: 0 auto;
  }
}
.page-clinic .feature-item__04 .feature-item__textarea {
  width: 94.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  position: relative;
  padding: 13.5rem 2rem 4rem 2rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__04 .feature-item__textarea {
    width: 100%;
    margin-top: 25rem;
    padding-top: 4rem;
  }
}
.page-clinic .feature-item__04 .feature-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__04 .feature-title {
    font-size: 2.2rem;
  }
}
.page-clinic .feature-item__04 .feature-title span {
  color: #9ad4e1;
}
.page-clinic .feature-item__04 .feature-text {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__04 .feature-text {
    margin-top: 6rem;
  }
}
.page-clinic .feature-item__04 .feature-imagearea {
  position: absolute;
  right: 0;
  top: -6rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__04 .feature-imagearea {
    top: 0;
    padding: 0 2rem;
  }
}
.page-clinic .feature-item__04 .feature-img {
  z-index: 0;
  position: relative;
  width: 88rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__04 .feature-img {
    width: 100%;
  }
}
.page-clinic .feature-item__05 {
  padding-top: 18.5rem;
  padding-left: 28.5rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 {
    padding: 0;
  }
}
.page-clinic .feature-item__05 .feature-item__contents {
  background: url("../images/top/feature-img08.webp") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10.5rem 7rem 8rem 56rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .feature-item__contents {
    background: url("../images/top/sp-feature01.webp") no-repeat center center;
    background-size: cover;
    padding: 0 2rem 6rem;
    margin: 9rem auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .feature-imagearea {
    margin-top: -4rem;
  }
}
.page-clinic .feature-item__05 .feature-imagearea__top {
  position: absolute;
  left: -21rem;
  top: -10rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .feature-imagearea__top {
    position: relative;
    left: 0rem;
    top: 0rem;
    margin-left: -2rem;
  }
}
.page-clinic .feature-item__05 .feature-imagearea__bottom {
  position: absolute;
  left: 4rem;
  bottom: 2rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .feature-imagearea__bottom {
    position: relative;
    bottom: auto;
    top: 3rem;
    right: 1rem;
    padding-left: 3.5rem;
  }
}
.page-clinic .feature-item__05 .img-top {
  width: 56.7rem;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .img-top {
    width: 32.6rem;
    height: auto;
  }
}
.page-clinic .feature-item__05 .img-top::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 56.7rem;
  height: 100%;
  background: #f5922e;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .img-top::after {
    width: 100%;
    right: -1rem;
    bottom: -1rem;
  }
}
.page-clinic .feature-item__05 .img-top img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.page-clinic .feature-item__05 .img-bottom {
  width: 57.1rem;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .img-bottom {
    width: 32.6rem;
    height: auto;
  }
}
.page-clinic .feature-item__05 .img-bottom::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 56.7rem;
  height: 100%;
  background: #f5922e;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .img-bottom::after {
    width: 100%;
    right: -1rem;
    bottom: -1rem;
  }
}
.page-clinic .feature-item__05 .img-bottom img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.page-clinic .feature-item__05 .feature-item__textarea {
  background: #fff;
  position: relative;
  padding: 13rem 13rem 8rem;
  min-height: 58.5rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .feature-item__textarea {
    padding: 0;
    margin-top: 10rem;
    padding: 8.5rem 1rem 4rem;
  }
}
.page-clinic .feature-item__05 .feature-title {
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .feature-title {
    font-size: 2.2rem;
  }
}
.page-clinic .feature-item__05 .feature-title span {
  color: #f5922e;
}
.page-clinic .feature-item__05 .feature-text {
  padding-top: 6rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__05 .feature-text {
    padding-top: 4rem;
  }
}
.page-clinic .concept-flex {
  width: 100%;
  margin-top: 29rem;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex {
    margin-top: 10rem;
  }
}
.page-clinic .concept-flex .feature-item__06 {
  width: 50%;
  background: #f0fcf3;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex .feature-item__06 {
    width: 100%;
  }
}
.page-clinic .concept-flex .feature-item__06 .feature-item__contents {
  padding: 11rem 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex .feature-item__06 .feature-item__contents {
    padding: 11rem 2rem;
  }
}
.page-clinic .concept-flex .feature-item__06 .feature-imagearea {
  width: 86%;
  margin: -17rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex .feature-item__06 .feature-imagearea {
    width: 100%;
    padding: 0 1rem;
  }
}
.page-clinic .concept-flex .feature-item__06 .feature-item__textarea {
  background: #fff;
  padding: 12rem 6rem 6rem;
  margin-top: -3.5rem;
  min-height: 51.5rem;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex .feature-item__06 .feature-item__textarea {
    padding: 8rem 1rem 6rem;
  }
}
.page-clinic .concept-flex .feature-item__06 .feature-title {
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex .feature-item__06 .feature-title {
    font-size: 2.2rem;
  }
}
.page-clinic .concept-flex .feature-item__06 .feature-title span {
  color: #a4d12f;
}
.page-clinic .concept-flex .feature-item__07 {
  width: 50%;
  background: #feeaf2;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex .feature-item__07 {
    width: 100%;
    margin-top: 10rem;
  }
}
.page-clinic .concept-flex .feature-item__07 .feature-item__contents {
  padding: 11rem 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex .feature-item__07 .feature-item__contents {
    padding: 17rem 2rem 6rem;
  }
}
.page-clinic .concept-flex .feature-item__07 .feature-imagearea {
  width: 86%;
  margin: -17rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex .feature-item__07 .feature-imagearea {
    margin-top: -23rem;
    width: 100%;
    padding: 0 1rem;
  }
}
.page-clinic .concept-flex .feature-item__07 .feature-item__textarea {
  background: #fff;
  padding: 12rem 6rem 6rem;
  margin-top: -3.5rem;
  min-height: 51.5rem;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex .feature-item__07 .feature-item__textarea {
    padding: 9rem 1rem 6rem;
    min-height: 0;
  }
}
.page-clinic .concept-flex .feature-item__07 .feature-title {
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .concept-flex .feature-item__07 .feature-title {
    font-size: 2.2rem;
  }
}
.page-clinic .concept-flex .feature-item__07 .feature-title span {
  color: #ee94b7;
}
.page-clinic .feature-item__08 {
  margin-top: 20rem;
  background: url("../images/top/feature-img13set.webp") no-repeat center center;
  position: relative;
  padding: 9rem 23rem 6rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 {
    background: url("../images/top/sp-feature02.webp") no-repeat center center;
    background-size: contain;
    width: 100%;
    padding: 6rem 2rem;
    margin-top: 4rem;
  }
}
.page-clinic .feature-item__08 .content-item__head {
  background: #6ec4d6;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  width: 100rem;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 5rem;
  margin: 0 auto 4rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .content-item__head {
    width: 100%;
    font-size: 2.7rem;
  }
}
.page-clinic .feature-item__08 .feature-item__means {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .feature-item__means {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 6rem;
  }
}
.page-clinic .feature-item__08 .means-item {
  background: #fff;
  width: 66rem;
  min-height: 63rem;
  padding: 4rem 4rem 2rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .means-item {
    width: 100%;
    padding: 2rem 1rem;
    min-height: 0;
  }
}
.page-clinic .feature-item__08 .means-item__img {
  width: 40rem;
  height: 40rem;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .means-item__img {
    width: 28rem;
    height: 28rem;
  }
}
.page-clinic .feature-item__08 .means-item__img::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 41rem;
  height: 41rem;
  background: #6ec4d6;
  z-index: 0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .means-item__img::after {
    width: 29rem;
    height: 29rem;
  }
}
.page-clinic .feature-item__08 .means-item__img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.page-clinic .feature-item__08 .means-item__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .means-item__textarea {
    gap: 2rem;
  }
}
.page-clinic .feature-item__08 .means-item__icon--train {
  width: 4rem;
  height: auto;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .means-item__icon--train {
    width: 2rem;
    margin-left: 3rem;
  }
}
.page-clinic .feature-item__08 .means-item__icon--car {
  width: 5.5rem;
  height: auto;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .means-item__icon--car {
    width: 4rem;
    padding-top: 6rem;
    margin-left: 3rem;
  }
}
.page-clinic .feature-item__08 .means-item__text--train {
  padding-top: 2rem;
  line-height: 2;
}
.page-clinic .feature-item__08 .means-item__text--car {
  padding-top: 8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .means-item__text--car {
    padding-top: 2rem;
  }
}
.page-clinic .deducation .deducation-head {
  padding: 6rem 3rem 9rem;
}
@media (max-width: 767px) {
  .page-clinic .deducation .deducation-head {
    padding: 6rem 0;
  }
}
.page-clinic .deducation .head-title {
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .deducation .head-title {
    font-size: 2.4rem;
  }
}
.page-clinic .deducation .head-title::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 3rem;
  background: url("../images/clinic/icon-title-left.webp") no-repeat center/contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -0.7rem;
}
.page-clinic .deducation .head-text {
  font-size: 1.8rem;
  line-height: 2;
  padding-top: 3rem;
}
.page-clinic .deducation .deducation-body__head {
  width: 100%;
  background: #7c5726;
  border-radius: 3.3rem;
  font-size: 2.4rem;
  padding: 2rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .page-clinic .deducation .deducation-body__head {
    padding: 1rem;
  }
}
.page-clinic .deducation .body-item__main {
  background: #f2ffe9;
  padding: 5rem 5rem 7rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page-clinic .deducation .body-item__main {
    padding: 2rem;
  }
}
.page-clinic .deducation .body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .page-clinic .deducation .body-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.page-clinic .deducation .body-item__icon {
  width: 7.5rem;
  height: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-clinic .deducation .body-item__icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
  }
}
.page-clinic .deducation .body-item__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .page-clinic .deducation .body-item__title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.page-clinic .deducation .body-item__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-clinic .deducation .body-item__text {
    font-size: 1.6rem;
  }
}
.page-clinic .deducation .note {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.8;
}
.page-clinic .deducation-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) {
  .page-clinic .deducation-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-clinic .deducation-subject {
  width: 49%;
}
@media (max-width: 767px) {
  .page-clinic .deducation-subject {
    width: 100%;
    margin-top: 4rem;
  }
}
.page-clinic .deducation-subject__head {
  background: #fff;
  padding: 4rem 2rem;
}
.page-clinic .subject-title {
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}
.page-clinic .subject-title::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 3rem;
  background: url("../images/clinic/icon-title-left.webp") no-repeat center/contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -0.7rem;
}
.page-clinic .subject-text {
  padding: 3rem 0 0 3rem;
}
@media (max-width: 767px) {
  .page-clinic .subject-text {
    padding: 2rem 0 0 1rem;
  }
}
.page-clinic .subject-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2;
  padding: 3rem 0 0 3rem;
}
@media (max-width: 767px) {
  .page-clinic .subject-list {
    padding: 2rem 0 0 1rem;
  }
}
.page-clinic .subject-list li {
  position: relative;
  padding-left: 2rem;
}
.page-clinic .subject-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #AFD198;
}
.page-clinic .subject-list02 {
  padding-top: 1rem;
}
.page-clinic .deducation-subject__icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-clinic .deducation-subject__icon-area {
    margin-top: 2rem;
  }
}
.page-clinic .deducation-subject__icon01 {
  width: 13rem;
  height: 13rem;
}
@media (max-width: 767px) {
  .page-clinic .deducation-subject__icon01 {
    width: 6rem;
    height: 6rem;
  }
}
.page-clinic .deducation-subject__icon02 {
  width: 22rem;
  height: 22rem;
}
@media (max-width: 767px) {
  .page-clinic .deducation-subject__icon02 {
    width: 10rem;
    height: 10rem;
  }
}
.page-clinic .subject-box {
  margin: 1rem 2rem;
  padding: 1rem;
  border: 1px solid #AFD198;
}
@media (max-width: 767px) {
  .page-clinic .subject-box {
    margin: 1rem 0;
  }
}
.page-clinic .subject-box__text {
  line-height: 1.5;
}
.page-clinic .underline-link {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  color: #6c98fe;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  text-decoration-thickness: 1px;
}
.page-clinic .underline-link:hover {
  opacity: 0.6;
}
.page-clinic .clinic-infomation {
  margin-top: 18rem;
  background: #fcfbf0;
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-infomation {
    margin-top: 6rem;
    padding-bottom: 4rem;
  }
}
.page-clinic .space-area {
  padding: 1.5rem;
  background: #fff;
}
.page-clinic .clinic-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4rem;
}
.page-clinic .clinic-info-table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.page-clinic .clinic-info-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
}
.page-clinic .clinic-info-table table th,
.page-clinic .clinic-info-table table td {
  border: none;
  border-bottom: 1px solid #333;
  padding: 2rem 0;
  text-align: left;
  vertical-align: top;
}
.page-clinic .clinic-info-table table th {
  width: 15rem;
}
.page-clinic .clinic-info-photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 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;
}
.page-clinic .clinic-info-photo img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .page-clinic .clinic-info-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .page-clinic .clinic-info-photo,
  .page-clinic .clinic-info-table {
    width: 100%;
  }
}
.page-clinic .clinic-calendar__area {
  width: 76rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-clinic .clinic-calendar__area {
    width: 100%;
  }
}
.page-clinic .clinic-calendar {
  padding: 3.5rem 2.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-clinic .clinic-calendar {
    width: 100%;
    padding: 2rem 0 0.2rem;
  }
}
.page-clinic .clinic-calendar .clinic-calendar-table__outer {
  padding: 2rem 1rem;
  background: #fff;
}
.page-clinic .clinic-calendar .clinic-calendar-table {
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.page-clinic .clinic-calendar .clinic-calendar-table th,
.page-clinic .clinic-calendar .clinic-calendar-table td {
  text-align: center;
  padding: 0.5rem 0rem;
  width: 6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-clinic .clinic-calendar .clinic-calendar-table th,
  .page-clinic .clinic-calendar .clinic-calendar-table td {
    width: 9rem;
    padding: 0.5rem;
  }
}
.page-clinic .clinic-calendar .clinic-calendar-table th span,
.page-clinic .clinic-calendar .clinic-calendar-table td span {
  color: #f5922e;
}
@media (max-width: 767px) {
  .page-clinic .clinic-calendar .clinic-calendar-table th span,
  .page-clinic .clinic-calendar .clinic-calendar-table td span {
    font-size: 1.5rem;
  }
}
.page-clinic .clinic-calendar .clinic-calendar-table th {
  font-weight: 400;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-calendar .clinic-calendar-table th {
    font-size: 1.3rem;
    padding-bottom: 1rem;
  }
}
.page-clinic .clinic-calendar .clinic-calendar-table td {
  font-size: 3rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-calendar .clinic-calendar-table td {
    padding-top: 1rem;
    font-size: 0.6rem;
    padding: 0.5rem;
  }
}
.page-clinic .clinic-calendar .clinic-calendar-table .th-1st {
  font-size: 3rem;
  text-align: left;
  width: 20rem;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .page-clinic .clinic-calendar .clinic-calendar-table .th-1st {
    width: 11rem;
    font-size: 1.3rem;
    padding-top: 0;
  }
}
.page-clinic .clinic-calendar .clinic-calendar-table .row1 {
  border-bottom: 1px solid #AFD198;
}
@media (max-width: 767px) {
  .page-clinic .clinic-calendar .clinic-calendar-table .row1 {
    padding-top: 0.6rem;
  }
}
.page-clinic .clinic-calendar .clinic-calendar-table .row2,
.page-clinic .clinic-calendar .clinic-calendar-table .row3 {
  padding-top: 0.8rem;
  border-bottom: 1px solid #AFD198;
}
.page-clinic .clinic-calendar .clinic-calendar-table .td-1st {
  font-size: 3rem;
  text-align: left;
  width: 26rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-calendar .clinic-calendar-table .td-1st {
    font-size: 1.3rem;
  }
}
.page-clinic .clinic-calendar .clinic-calendar-table th,
.page-clinic .clinic-calendar .clinic-calendar-table td {
  border-bottom: 1px solid #AFD198;
}
.page-clinic .clinic-calendar-note {
  font-size: 2rem;
  padding: 0rem 0 0 2.5rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .page-clinic .clinic-calendar-note {
    padding: 0.5rem 0 0 1.5rem;
    font-size: 1.6rem;
  }
}
.page-clinic .clinic-google-map__area {
  margin-top: 13rem;
  width: 86rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-clinic .clinic-google-map__area {
    width: 100%;
  }
}
.page-clinic .clinic-google-map__area .clinic-google-map {
  width: 86rem;
  height: 47rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-clinic .clinic-google-map__area .clinic-google-map {
    width: 100%;
    height: 20rem;
  }
}
.page-clinic .clinic-google-map__area .clinic-google-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.page-clinic .clinic-google-map__area .address {
  font-size: 1.8rem;
  line-height: 2;
  padding-top: 2rem;
}
.page-clinic .clinic-google-map__area .address span {
  color: #AFD198;
}
.page-clinic .facility {
  margin-top: 25rem;
}
@media (max-width: 767px) {
  .page-clinic .facility {
    margin-top: 10rem;
  }
}
.page-clinic .facility-content {
  padding: 10rem 0 21rem;
}
@media (max-width: 767px) {
  .page-clinic .facility-content {
    padding: 4rem 0 6rem;
  }
}
.page-clinic .facility-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .facility-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-clinic .facility-item02 {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-clinic .facility-item02 {
    margin-top: 6rem;
  }
}
.page-clinic .facility-item__img {
  width: 44.5rem;
  height: 38rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-clinic .facility-item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 44.5/38;
  }
}
.page-clinic .facility-item__title {
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}
.page-clinic .facility-item__title01 {
  position: relative;
}
.page-clinic .facility-item__title01::before {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 6.7rem;
  background: url("../images/clinic/title-pink.webp") no-repeat center/contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -0.7rem;
}
@media (max-width: 767px) {
  .page-clinic .facility-item__title01::before {
    width: 2rem;
    height: 4rem;
  }
}
.page-clinic .facility-item__title02 {
  position: relative;
}
.page-clinic .facility-item__title02::before {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 6.7rem;
  background: url("../images/clinic/title-green.webp") no-repeat center/contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -0.7rem;
}
@media (max-width: 767px) {
  .page-clinic .facility-item__title02::before {
    width: 2rem;
    height: 4rem;
  }
}
.page-clinic .facility-item__text {
  font-size: 1.8rem;
  line-height: 2;
  padding-top: 1rem;
}
.page-clinic .device-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 137rem;
  row-gap: 5rem;
  margin: 15rem auto;
}
@media (max-width: 767px) {
  .page-clinic .device-content {
    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;
    margin: 6rem auto;
    padding: 0 2rem;
  }
}
.page-clinic .device-item {
  width: 43.8rem;
}
@media (max-width: 767px) {
  .page-clinic .device-item {
    width: 100%;
  }
}
.page-clinic .device-content > :last-child {
  grid-column: 2/3;
  justify-self: center;
}
.page-clinic .device-item__img {
  width: 100%;
  height: auto;
}
.page-clinic .device-item__title {
  height: 10rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.page-clinic .device-item__title::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 2px dashed #fff;
  pointer-events: none;
  z-index: 1;
  border-radius: 0.5rem;
}
.page-clinic .device-item__title--odd {
  background: #ef93bb;
  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 .device-item__title--even {
  background: #b7d331;
  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 .device-item__text {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 2;
}

.page-staff .doctor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-staff .doctor-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page-staff .doctor-item__textarea {
  width: 60rem;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .page-staff .doctor-item__textarea {
    width: 100%;
    padding-top: 2rem;
  }
}
.page-staff .doctor-item__text {
  font-size: 1.8rem;
  line-height: 2;
}
.page-staff .doctor-namearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .page-staff .doctor-namearea {
    margin-top: 1rem;
  }
}
.page-staff .doctor-name-icon {
  position: relative;
}
.page-staff .doctor-name-icon__bg {
  width: 12.8rem;
  height: 12.8rem;
  border-radius: 50%;
  background: #f5922e;
  position: relative;
}
@media (max-width: 767px) {
  .page-staff .doctor-name-icon__bg {
    width: 7rem;
    height: 7rem;
  }
}
.page-staff .doctor-name-icon__bg::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 50%;
  border: 1px dashed #fff;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-staff .doctor-name-icon__bg::before {
    top: 0.2rem;
    left: 0.2rem;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
  }
}
.page-staff .doctor-name-icon__text {
  width: 10.8rem;
  height: 10.8rem;
  padding: 0.5rem;
  border-radius: 50%;
  background: #ffebd7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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-staff .doctor-name-icon__text {
    width: 6rem;
    height: 6rem;
    padding: 0.2rem;
    font-size: 1.8rem;
  }
}
.page-staff .doctor-name__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-staff .doctor-name__flex .ja {
  font-size: 3rem;
  margin: 0 3rem 0 2rem;
}
@media (max-width: 767px) {
  .page-staff .doctor-name__flex .ja {
    font-size: 2.6rem;
    margin: 0 1rem 0 1rem;
  }
}
.page-staff .doctor-name__flex .en {
  font-size: 2rem;
  color: #f5922e;
}
.page-staff .doctor-item__imagearea {
  width: 62rem;
  height: 45rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-staff .doctor-item__imagearea {
    margin: 0 auto;
    width: 31rem;
    height: 22.5rem;
  }
}
.page-staff .doctor-item__img {
  z-index: 1;
  position: relative;
}
.page-staff .doctor-item__img--bg {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 62rem;
  height: 45rem;
  background: #ab98e5;
  z-index: 0;
  pointer-events: none;
  padding: 1rem;
}
@media (max-width: 767px) {
  .page-staff .doctor-item__img--bg {
    width: 31rem;
    height: 22.5rem;
  }
}
.page-staff .doctor-item__img--inner {
  border: 2px dashed #fff;
  width: 100%;
  height: 100%;
}
.page-staff .career {
  margin-top: 14rem;
  position: relative;
  z-index: 0;
  padding: 3rem 0 11rem;
  background: #f6f0fc;
}
@media (max-width: 767px) {
  .page-staff .career {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 6rem;
  }
}
.page-staff .career::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32rem;
  background-color: #dfd5f5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
  z-index: 0;
}
@media (max-width: 767px) {
  .page-staff .career::before {
    height: 15rem;
  }
}
.page-staff .career .career-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  width: 133rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-staff .career .career-contents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-staff .career .career-item {
  background: #fff;
  width: 63rem;
  min-height: 43rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .page-staff .career .career-item {
    width: 100%;
    min-height: auto;
    padding: 1rem;
  }
}
.page-staff .career .career-title {
  background: #ac98e5;
  width: 100%;
  height: 8rem;
  padding: 1rem;
  font-size: 3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-staff .career .career-title {
    font-size: 2rem;
    height: 6rem;
  }
}
.page-staff .career .career-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 2px dashed #fff;
  pointer-events: none;
  z-index: 1;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-staff .career .career-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.page-staff .career .career-year {
  width: 10rem;
  text-align: left;
  font-size: 1.8rem;
  padding: 1rem 1rem 1rem 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-staff .career .career-year {
    width: 8rem;
    font-size: 1.6rem;
  }
}
.page-staff .career .career-detail {
  text-align: left;
  font-size: 1.8rem;
  padding: 1rem 0 1rem 1rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-staff .career .career-detail {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
.page-staff .staff {
  margin: 18rem 0;
}
@media (max-width: 767px) {
  .page-staff .staff {
    margin: 6rem 0;
  }
}
.page-staff .staff-content {
  background: #fff;
  margin-top: 4rem;
}
.page-staff .staff-item {
  margin-top: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
}
@media (max-width: 767px) {
  .page-staff .staff-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page-staff .staff-item:first-child {
  margin-top: 0;
}
.page-staff .staff-item__imagearea {
  position: relative;
}
@media (max-width: 767px) {
  .page-staff .staff-item__imagearea {
    margin: 0 auto;
  }
}
.page-staff .staff-item__img {
  width: 51rem;
  height: 49rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-staff .staff-item__img {
    width: 25.5rem;
    height: 24.5rem;
  }
}
.page-staff .staff-item__img--bg {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 51rem;
  height: 49rem;
  background: #ef93bb;
  z-index: 0;
  pointer-events: none;
  padding: 1rem;
}
@media (max-width: 767px) {
  .page-staff .staff-item__img--bg {
    width: 25.5rem;
    height: 24.5rem;
  }
}
.page-staff .staff-item__img--inner {
  border: 2px dashed #fff;
  width: 100%;
  height: 100%;
}
.page-staff .textarea {
  padding-top: 3rem;
}
.page-staff .name {
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 2px solid #ef93bb;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-staff .name {
    font-size: 2rem;
    text-align: center;
  }
}
.page-staff .name span {
  font-size: 4rem;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .page-staff .name span {
    font-size: 2.4rem;
  }
}
.page-staff .comment {
  font-size: 1.8rem;
  line-height: 2;
  min-height: 22rem;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .page-staff .comment {
    padding-top: 2rem;
    min-height: 0;
  }
}
.page-staff .comment span {
  font-weight: 700;
}
.page-staff .message {
  padding: 2rem 2.5rem;
  background: #fcfbf0;
  min-height: 19rem;
}
@media (max-width: 767px) {
  .page-staff .message {
    min-height: 0;
  }
}
.page-staff .titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.page-staff .icon {
  width: 1rem;
  height: 3rem;
  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-staff .icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .page-staff .icon img {
    height: 3rem;
  }
}
.page-staff .title {
  color: #007c31;
  font-size: 2.6rem;
  margin: 0;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  .page-staff .title {
    font-size: 2rem;
  }
}
.page-staff .message-textarea {
  margin-top: 2rem;
  line-height: 2;
}

.page-general-dentistry .head-contents__middle {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .head-contents__middle {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.page-general-dentistry .head-contents__middle span {
  color: #AFD198;
}
.page-general-dentistry .head-contents__bottom {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .head-contents__bottom {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.page-general-dentistry .about-medical {
  width: 120rem;
  padding: 4rem 7rem 6rem;
  background: #f2ffe9;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .about-medical {
    width: 100%;
    padding: 2rem;
  }
}
.page-general-dentistry .about-medical__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.page-general-dentistry .about-medical__icon {
  width: 1rem;
  height: 3rem;
  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-general-dentistry .about-medical__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.page-general-dentistry .about-medical__title {
  font-size: 2.4rem;
  position: relative;
  margin: 0;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  .page-general-dentistry .about-medical__title {
    font-size: 2rem;
  }
}
.page-general-dentistry .about-medical__text {
  margin-top: 2.5rem;
  line-height: 2;
}
.page-general-dentistry .plan__head {
  width: 100%;
  background: #7c5726;
  border-radius: 3.3rem;
  font-size: 3rem;
  padding: 1.5rem;
  margin-top: 14rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan__head {
    margin-top: 6rem;
    padding: 1rem;
    font-size: 2rem;
  }
}
.page-general-dentistry .tag-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86rem;
  margin: 5rem auto 13rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-general-dentistry .tag-area {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.page-general-dentistry .tag-crown,
.page-general-dentistry .tag-inlay,
.page-general-dentistry .tag-dentures {
  border: 1px solid #a1d032;
  position: relative;
  width: 26rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .tag-crown,
  .page-general-dentistry .tag-inlay,
  .page-general-dentistry .tag-dentures {
    margin: 0 auto;
  }
}
.page-general-dentistry .tag-crown span,
.page-general-dentistry .tag-inlay span,
.page-general-dentistry .tag-dentures span {
  color: #a1d032;
  font-size: 1.2rem;
}
.page-general-dentistry .tag-crown::before,
.page-general-dentistry .tag-inlay::before,
.page-general-dentistry .tag-dentures::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 1px dashed #a1d032;
  pointer-events: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.page-general-dentistry .tag-crown.active::before,
.page-general-dentistry .tag-inlay.active::before,
.page-general-dentistry .tag-dentures.active::before {
  border-color: #fff;
}
.page-general-dentistry .plan-contents > div {
  display: none;
}
.page-general-dentistry .plan-contents > .active {
  display: block;
}
.page-general-dentistry .tag-area > div {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s, background 0.2s, color 0.2s;
  transition: opacity 0.2s, background 0.2s, color 0.2s;
  background: #fff;
  color: #333;
}
.page-general-dentistry .tag-area > div span {
  color: #a1d032;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page-general-dentistry .tag-area > .active {
  background: #a1d032;
  color: #fff;
  opacity: 1;
  font-weight: bold;
}
.page-general-dentistry .tag-area > .active span {
  color: #fff;
}
.page-general-dentistry .plan-head-title {
  position: relative;
  padding-left: 5rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-head-title {
    padding-left: 3rem;
    font-size: 2rem;
  }
}
.page-general-dentistry .plan-head-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: url("../images/general-dentistry/icon-tooth.webp") no-repeat center/contain;
  display: block;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-head-title::before {
    width: 3rem;
    height: 3rem;
  }
}
.page-general-dentistry .plan-items {
  margin-top: 2rem;
  margin-bottom: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-bottom: 6rem;
  }
}
.page-general-dentistry .plan-item {
  background: #f2ffe9;
  padding: 3rem 17rem 4rem 11rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item {
    padding: 2rem;
  }
}
.page-general-dentistry .plan-item__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  padding-left: 15rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__titlearea {
    padding-left: 0;
    gap: 1rem;
  }
}
.page-general-dentistry .plan-item__title--icon {
  width: 9rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__title--icon {
    width: 3.5rem;
    height: auto;
  }
}
.page-general-dentistry .plan-item__title {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__title {
    font-size: 1.4rem;
  }
}
.page-general-dentistry .plan-item__content {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-general-dentistry .plan-item__content--imagearea {
  width: 34rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__content--imagearea {
    width: 100%;
  }
}
.page-general-dentistry .plan-item__content--textarea--head--text {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__content--textarea--head--text {
    line-height: 1.5;
  }
}
.page-general-dentistry .plan-item__content--pricearea {
  margin-top: 3rem;
  padding-left: 12rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__content--pricearea {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.page-general-dentistry .plan-item__content--price {
  color: #a4d12f;
  letter-spacing: 0.1em;
}
.page-general-dentistry .plan-item__content--price span {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__content--price span {
    font-size: 2rem;
  }
}
.page-general-dentistry .plan-item__content--price--text {
  margin-top: 1.5rem;
}
.page-general-dentistry .plan-item__content--tablearea {
  background: #fff;
}
.page-general-dentistry .plan-item__content--table {
  margin: 3rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 47rem;
  border-collapse: collapse;
  background: #fff;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__content--table {
    min-width: 0;
    width: 100%;
  }
}
.page-general-dentistry .plan-item__content--table th,
.page-general-dentistry .plan-item__content--table td {
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__content--table th,
  .page-general-dentistry .plan-item__content--table td {
    font-size: 1.2rem;
  }
}
.page-general-dentistry .plan-item__content--table th {
  background: #fff;
  width: 15rem;
  font-weight: 400;
}
.page-general-dentistry .plan-item__content--table td img {
  width: 9rem;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__content--table td img {
    width: 5rem;
    height: auto;
  }
}
.page-general-dentistry .plan-item__content--table .plan-item__list-text {
  text-align: center;
}
.page-general-dentistry .plan-item__content--table .plan-item__list-item {
  padding: 1.15rem 0;
}
@media (max-width: 767px) {
  .page-general-dentistry .plan-item__content--table .plan-item__list-item {
    padding: 1.15rem 0.5rem;
  }
}
.page-general-dentistry .plan-item__content--table .plan-item__list-item--star {
  text-align: center;
}
.page-general-dentistry .plan-item__content--table .assessment {
  border-top: 1px solid #a1d032;
}
.page-general-dentistry .plan-item__content--table .assessment .plan-item__list-item--star img {
  width: 11rem;
  height: auto;
}
.page-general-dentistry .plan-item__other {
  padding: 4rem 11rem;
}
.page-general-dentistry .plan-item__other .plan-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  padding: 2.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-general-dentistry .plan-item__other .plan-item__list:first-child {
  border-bottom: 1px solid #c3c3c3;
}
.page-general-dentistry .plan-item__other .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  min-width: 22rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-general-dentistry .plan-item__other .icon {
  width: 1rem;
  height: 3rem;
  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-general-dentistry .plan-item__other .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.page-general-dentistry .plan-item__other .title {
  font-size: 1.8rem;
}
.page-general-dentistry .plan-item__other .price span {
  font-size: 3rem;
}

.page-pediatric .head-contents__middle--imagearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .page-pediatric .head-contents__middle--imagearea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.page-pediatric .head-contents__middle--imagearea .img-left {
  width: 20rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-pediatric .head-contents__middle--imagearea .img-left {
    width: 16rem;
    height: auto;
  }
}
.page-pediatric .head-contents__middle--imagearea .img-right {
  width: 22.5rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-pediatric .head-contents__middle--imagearea .img-right {
    width: 18rem;
    height: auto;
  }
}
.page-pediatric .head-contents__middle {
  line-height: 2;
}
.page-pediatric .head-contents__middle span {
  color: #a4d12f;
}
.page-pediatric .role-text {
  padding: 3.5rem 10rem 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-pediatric .role-text {
    padding: 2rem;
  }
}
.page-pediatric .merit {
  background: url("../images/top/bg-stripe-blue.webp") no-repeat center/cover;
  padding: 8.5rem 0 10rem;
  margin-top: 14rem;
}
@media (max-width: 767px) {
  .page-pediatric .merit {
    margin-top: 6rem;
    padding: 4rem 0;
  }
}
.page-pediatric .merit .merit-items {
  padding: 7rem 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 8rem;
}
@media (max-width: 767px) {
  .page-pediatric .merit .merit-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: 2rem;
    padding: 4rem 0;
  }
}
.page-pediatric .merit .merit-item {
  width: 56.5rem;
  width: 100%;
}
.page-pediatric .merit .merit-item__title {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 2.5rem 0;
  font-size: 2.4rem;
}
.page-pediatric .merit .merit-item__title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 2px dashed #fff;
  pointer-events: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-pediatric .merit .merit-item__text {
  min-height: 20.5rem;
  background: #fff;
  padding: 3rem 3.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-pediatric .merit .merit-item__text {
    min-height: 0;
    padding: 2rem;
    line-height: 1.5;
  }
}
.page-pediatric .merit .merit-item__text--pink {
  border: 2px solid #ef93bb;
}
.page-pediatric .merit .merit-item__text--green {
  border: 2px solid #b7d331;
}
.page-pediatric .merit .merit-item__title__pink {
  background: #ef93bb;
}
.page-pediatric .merit .merit-item__title__green {
  background: #b7d331;
}
.page-pediatric .merit .merit-item__title__blue {
  background: #6ec4d6;
}
.page-pediatric .merit .merit-item__title__purple {
  background: #ac98e5;
}
.page-pediatric .correction {
  margin-top: 23rem;
}
@media (max-width: 767px) {
  .page-pediatric .correction {
    margin-top: 6rem;
  }
}
.page-pediatric .merit-flex {
  padding: 7rem 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 8rem;
}
@media (max-width: 767px) {
  .page-pediatric .merit-flex {
    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: 4rem 0;
  }
}
.page-pediatric .merit-item__flex--title {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 2.5rem 0;
  font-size: 2.4rem;
}
.page-pediatric .merit-item__flex--title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 2px dashed #fff;
  pointer-events: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-pediatric .merit-item__flex--title--pink {
  background: #ef93bb;
}
.page-pediatric .merit-item__flex--title--green {
  background: #b7d331;
}
.page-pediatric .merit-item__flex--textarea {
  min-height: 41rem;
  padding: 3rem 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-pediatric .merit-item__flex--textarea {
    min-height: 0;
    padding: 2rem;
    line-height: 1.5;
  }
}
.page-pediatric .merit-item__flex--textarea--pink {
  border: 2px solid #ef93bb;
}
.page-pediatric .merit-item__flex--textarea--green {
  border: 2px solid #b7d331;
}
.page-pediatric .merit-item__flex--text--head {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .page-pediatric .merit-item__flex--text--head {
    font-size: 2rem;
  }
}
.page-pediatric .merit-item__flex--text {
  padding-top: 5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-pediatric .merit-item__flex--text {
    padding-top: 2rem;
    line-height: 1.5;
  }
}
.page-pediatric .timing {
  margin-top: 8rem;
  padding: 9rem 0 6rem;
  background: #f0fcf3;
}
@media (max-width: 767px) {
  .page-pediatric .timing {
    margin-top: 6rem;
    padding: 4rem 0;
  }
}
.page-pediatric .timing-text {
  padding: 5rem 6rem 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-pediatric .timing-text {
    padding: 2rem;
    line-height: 1.5;
  }
}
.page-pediatric .season {
  background: #fff;
  padding: 5rem 5rem 6rem 7rem;
  width: 118rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .page-pediatric .season {
    width: 100%;
    padding: 2rem;
  }
}
.page-pediatric .season-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  gap: 1rem;
}
.page-pediatric .season-title::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 3rem;
  background: url("../images/clinic/icon-title-left.webp") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-pediatric .season-text {
  padding-top: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-pediatric .season-text {
    padding-top: 2rem;
    line-height: 1.5;
  }
}
.page-pediatric .season-text span {
  color: #f5922e;
}
.page-pediatric .point {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .page-pediatric .point {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .page-pediatric .point .page-titile__head {
    font-size: 1.4rem;
  }
}
.page-pediatric .point-image {
  padding: 12rem 1.5rem 9rem;
}
@media (max-width: 767px) {
  .page-pediatric .point-image {
    padding: 2rem;
  }
}
.page-pediatric .point-item {
  padding: 5.5rem 8.5rem 4.5rem 3.5rem;
  background: #f0fcf3;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-pediatric .point-item {
    padding: 2rem;
  }
}
.page-pediatric .point-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-pediatric .point-title {
    font-size: 2rem;
  }
}
.page-pediatric .point-title::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 3rem;
  background: url("../images/clinic/icon-title-left.webp") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-pediatric .point-text {
  padding-left: 9rem;
  padding-top: 5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-pediatric .point-text {
    padding-left: 0;
    padding-top: 2rem;
    line-height: 1.5;
  }
}
.page-pediatric .point-text span {
  color: #f5922e;
}
.page-pediatric .point-item__bottom {
  padding: 5rem 7.5rem;
}
@media (max-width: 767px) {
  .page-pediatric .point-item__bottom {
    padding: 2rem 0;
  }
}
.page-pediatric .point-item__bottom--title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  line-height: 1.2;
  gap: 1rem;
  border-bottom: 1px solid #007c31;
}
@media (max-width: 767px) {
  .page-pediatric .point-item__bottom--title {
    font-size: 2rem;
  }
}
.page-pediatric .point-item__bottom--title::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 3rem;
  background: url("../images/clinic/icon-title-left.webp") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-pediatric .point-item__bottom--text {
  padding-top: 4.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-pediatric .point-item__bottom--text {
    padding-top: 2rem;
    line-height: 1.5;
  }
}

.page-prevention .cleaning-textarea {
  padding: 5rem 10.5rem 4rem;
  background: #f2ffe9;
  margin: 8.5rem 0 18rem;
}
@media (max-width: 767px) {
  .page-prevention .cleaning-textarea {
    margin: 6rem 0;
    padding: 2rem;
  }
}
.page-prevention .cleaning-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-prevention .cleaning-title {
    font-size: 1.6rem;
  }
}
.page-prevention .cleaning-title__mt6 {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-prevention .cleaning-title__mt6 {
    margin-top: 4rem;
  }
}
.page-prevention .cleaning-title::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 3rem;
  background: url("../images/clinic/icon-title-left.webp") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-prevention .cleaning-text {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-prevention .cleaning-text {
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.page-prevention .cleaning-text span {
  color: #f5922e;
}
.page-prevention .regular-checkup {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-prevention .regular-checkup {
    margin-bottom: 6rem;
  }
}

.page-orthodontics .page-titile__head {
  width: 100%;
  background: #7c5726;
  border-radius: 3.3rem;
  font-size: 3rem;
  padding: 1.5rem;
  margin-top: 14rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .page-orthodontics .page-titile__head {
    font-size: 2rem;
    padding: 1rem;
    margin-top: 6rem;
  }
}
.page-orthodontics .page-titile__head--mt0 {
  margin-top: 0;
}
.page-orthodontics .kinds-contents {
  background: #f2ffe9;
  padding: 4rem 4rem 4rem;
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .page-orthodontics .kinds-contents {
    margin-top: 6rem;
    padding: 2rem;
  }
}
.page-orthodontics .kinds-contents__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-orthodontics .kinds-contents__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0rem;
  }
}
.page-orthodontics .kinds-contents__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .page-orthodontics .kinds-contents__textarea {
    gap: 1rem;
    padding: 0rem;
  }
}
.page-orthodontics .kinds-item__number {
  font-size: 5rem;
  color: #f5922e;
}
@media (max-width: 767px) {
  .page-orthodontics .kinds-item__number {
    font-size: 3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page-orthodontics .kinds-item__title {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-orthodontics .kinds-item__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .page-orthodontics .kinds-item__title {
    line-height: 1.5;
  }
}
.page-orthodontics .kinds-item__title span {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-orthodontics .kinds-item__title span {
    font-size: 2rem;
  }
}
.page-orthodontics .merit-flex {
  padding: 7rem 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 8rem;
}
@media (max-width: 767px) {
  .page-orthodontics .merit-flex {
    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: 4rem 0;
  }
}
.page-orthodontics .merit-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.page-orthodontics .merit-item__flex--title {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 2.5rem 0;
  font-size: 2.4rem;
}
.page-orthodontics .merit-item__flex--title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 2px dashed #fff;
  pointer-events: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-orthodontics .merit-item__flex--title--pink {
  background: #ef93bb;
}
.page-orthodontics .merit-item__flex--title--green {
  background: #b7d331;
}
.page-orthodontics .merit-item__flex--textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 3rem 2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .page-orthodontics .merit-item__flex--textarea {
    padding: 2rem;
  }
}
.page-orthodontics .merit-item__flex--text {
  width: 100%;
  min-height: 17rem;
  margin: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-orthodontics .merit-item__flex--text {
    min-height: 0;
    line-height: 1.5;
  }
}
.page-orthodontics .correction-fee__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 113rem;
  height: 9rem;
  border: 1px solid #a4d12f;
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .page-orthodontics .correction-fee__flex {
    width: 100%;
  }
}
.page-orthodontics .correction-fee__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 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-orthodontics .correction-fee__item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
  }
}
.page-orthodontics .correction-fee__item + .correction-fee__item {
  border-left: 1px solid #a4d12f;
}
.page-orthodontics .banner-area {
  margin: 22rem auto 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-orthodontics .banner-area {
    margin: 6rem 0;
  }
}
.page-orthodontics .banner-link img {
  width: 72rem;
  display: block;
}
@media (max-width: 767px) {
  .page-orthodontics .banner-link img {
    width: 80%;
    margin: 0 auto;
  }
}

.page-whitening {
  /* 疑似要素で+/-を切り替え */
  /* アコーディオン本体 */
  /* detailsがopenのとき */
}
.page-whitening .about-whitening__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5rem;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-whitening .about-whitening__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page-whitening .about-whitening__textarea {
  padding-left: 9rem;
}
@media (max-width: 767px) {
  .page-whitening .about-whitening__textarea {
    padding-left: 0;
  }
}
.page-whitening .about-whitening__text {
  line-height: 2;
}
.page-whitening .about-whitening__text--bottom {
  line-height: 2;
  padding-top: 6rem;
}
.page-whitening .about-whitening__imagearea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-whitening .about-whitening__imagearea img {
  width: 37rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-whitening .about-whitening__imagearea img {
    width: 100%;
  }
}
.page-whitening .about-whitening__img--text {
  font-size: 1.6rem;
  line-height: 2;
}
.page-whitening .whitening-ferture__contents {
  margin-top: 6rem;
  background: #f2ffe9;
  padding: 5rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-ferture__contents {
    padding: 2rem;
  }
}
.page-whitening .whitening-ferture__item {
  background: #fff;
  padding: 4rem 2.5rem 4.5rem 11rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-whitening .whitening-ferture__item {
    padding: 6rem 2rem 2rem;
  }
}
.page-whitening .whitening-ferture__item--titlearea {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-ferture__item--titlearea {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.page-whitening .whitening-ferture__item--icon {
  background: #ef93bb;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  line-height: 8rem;
  letter-spacing: 0.1em;
  position: absolute;
  left: 5%;
  top: -8%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (max-width: 767px) {
  .page-whitening .whitening-ferture__item--icon {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    left: 50%;
    top: -2%;
  }
}
.page-whitening .whitening-ferture__item--textarea {
  margin-top: 2rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-ferture__item--textarea {
    line-height: 1.5;
    gap: 2rem;
  }
}
.page-whitening .whitening-ferture__item--textarea--text {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-whitening .whitening-ferture__item--textarea--text {
    line-height: 1.5;
  }
}
.page-whitening .whitening-flow .whitening-flow__contents {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .whitening-flow__contents {
    margin-top: 4rem;
  }
}
.page-whitening .whitening-flow .whitening-flow__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-whitening .whitening-flow .whitening-flow__item--titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .whitening-flow__item--titlearea {
    gap: 2rem;
    padding: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-whitening .whitening-flow .whitening-flow__item--titlearea--odd {
  background: #feeaf2;
}
.page-whitening .whitening-flow .whitening-flow__item--titlearea--even {
  background: #f6f0fc;
}
.page-whitening .whitening-flow .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.page-whitening .whitening-flow .icon-odd {
  background: #ef93bb;
}
.page-whitening .whitening-flow .icon-even {
  background: #b4a1e7;
}
.page-whitening .whitening-flow .whitening-flow__item--title--text {
  font-size: 2.4rem;
}
.page-whitening .whitening-flow .whitening-flow__item--textarea {
  padding: 5rem 9.5rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .whitening-flow__item--textarea {
    padding: 2rem;
  }
}
.page-whitening .whitening-flow .whitening-flow__item--textarea--odd {
  border-left: 1px solid #ef93bb;
  border-right: 1px solid #ef93bb;
  border-bottom: 1px solid #ef93bb;
}
.page-whitening .whitening-flow .whitening-flow__item--textarea--even {
  border-left: 1px solid #b4a1e7;
  border-right: 1px solid #b4a1e7;
  border-bottom: 1px solid #b4a1e7;
}
.page-whitening .whitening-flow .whitening-flow__item--textarea--text {
  line-height: 2;
}
.page-whitening .whitening-flow .flow-arrow {
  width: 6rem;
  height: auto;
  margin: 1.5rem auto 3.5rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .flow-arrow {
    width: 4rem;
    margin: 1rem auto 2rem;
  }
}
.page-whitening .whitening-flow .flow-arrow__set {
  width: 66.5rem;
  margin: 5rem auto 2rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .flow-arrow__set {
    width: 80%;
  }
}
.page-whitening .whitening-flow .whitening-flow__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .whitening-flow__flex {
    gap: 1rem;
  }
}
.page-whitening .whitening-flow .whitening-flow__flex .whitening-flow__item--titlearea {
  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-align: center;
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .whitening-flow__flex .whitening-flow__item--titlearea {
    padding: 1rem;
  }
}
.page-whitening .whitening-flow .whitening-flow__flex .whitening-flow__item--textarea {
  padding: 4rem 3rem 4rem 9rem;
  min-height: 48rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .whitening-flow__flex .whitening-flow__item--textarea {
    padding: 2rem 1rem;
  }
}
.page-whitening .whitening-flow .whitening-flow__flex .flow-item__titleset {
  position: relative;
}
.page-whitening .whitening-flow .whitening-flow__flex .icon {
  position: absolute;
  top: 50%;
  left: -7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .whitening-flow__flex .icon {
    top: 10%;
    left: 50%;
  }
}
.page-whitening .whitening-flow .whitening-flow__flex .whitening-flow__item--textarea--head {
  font-size: 2.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .whitening-flow__flex .whitening-flow__item--textarea--head {
    font-size: 2rem;
    padding-top: 2rem;
    line-height: 1.5;
    text-align: center;
  }
}
.page-whitening .whitening-flow .whitening-flow__flex .whitening-flow__item--textarea--bottom {
  margin-top: 3rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .whitening-flow__flex .whitening-flow__item--textarea--bottom {
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.page-whitening .whitening-flow .whitening-flow__flex .mt6 {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-flow .whitening-flow__flex .mt6 {
    margin-top: 2rem;
  }
}
.page-whitening .home-whitening__head-image,
.page-whitening .office-whitening__head-image {
  width: 100%;
  height: auto;
  margin-top: 3.5rem;
}
.page-whitening .whitening-titlearea {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .page-whitening .whitening-titlearea {
    padding-left: 0;
    margin-top: 4rem;
  }
}
.page-whitening .whitening-title__icon img {
  width: 1rem;
  height: 3rem;
}
.page-whitening .home-whitening-title,
.page-whitening .office-whitening-title {
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-whitening .home-whitening-title,
  .page-whitening .office-whitening-title {
    font-size: 2rem;
  }
}
.page-whitening .home-whitening-text,
.page-whitening .office-whitening-text {
  margin-top: 2rem;
  line-height: 2;
  padding-left: 9rem;
}
@media (max-width: 767px) {
  .page-whitening .home-whitening-text,
  .page-whitening .office-whitening-text {
    padding-left: 0;
    line-height: 1.5;
  }
}
.page-whitening .home-whitening-text span,
.page-whitening .office-whitening-text span {
  color: #ef93bb;
}
.page-whitening .home-whitening-feature,
.page-whitening .office-whitening-feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page-whitening .home-whitening-feature,
  .page-whitening .office-whitening-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-whitening .home-whitening-feature__item {
  width: 100%;
  border: 2px solid #ef93bb;
  padding: 3rem;
  position: relative;
}
.page-whitening .home-whitening-feature__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 2px dashed #ef93bb;
  pointer-events: none;
  z-index: 1;
}
.page-whitening .office-whitening-feature__item {
  width: 100%;
  border: 2px solid #ac98e5;
  padding: 3rem;
  position: relative;
}
.page-whitening .office-whitening-feature__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 2px dashed #ac98e5;
  pointer-events: none;
  z-index: 1;
}
.page-whitening .home-whitening-feature__item--head {
  font-size: 3rem;
  color: #ef93bb;
}
@media (max-width: 767px) {
  .page-whitening .home-whitening-feature__item--head {
    font-size: 2rem;
  }
}
.page-whitening .home-whitening-feature__item--head span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-whitening .home-whitening-feature__item--head span {
    font-size: 3rem;
  }
}
.page-whitening .office-whitening-feature__item--head {
  font-size: 3rem;
  color: #ac98e5;
}
@media (max-width: 767px) {
  .page-whitening .office-whitening-feature__item--head {
    font-size: 2rem;
  }
}
.page-whitening .office-whitening-feature__item--head span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-whitening .office-whitening-feature__item--head span {
    font-size: 3rem;
  }
}
.page-whitening .home-whitening-feature__item--text,
.page-whitening .office-whitening-feature__item--text {
  line-height: 2;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .page-whitening .home-whitening-feature__item--text,
  .page-whitening .office-whitening-feature__item--text {
    line-height: 1.5;
    padding-top: 1rem;
  }
}
.page-whitening .home-whitening-flex,
.page-whitening .office-whitening-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10rem;
  gap: 10rem;
}
@media (max-width: 767px) {
  .page-whitening .home-whitening-flex,
  .page-whitening .office-whitening-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-whitening .home-whitening-flex__textarea,
.page-whitening .office-whitening-flex__textarea {
  width: 50%;
}
@media (max-width: 767px) {
  .page-whitening .home-whitening-flex__textarea,
  .page-whitening .office-whitening-flex__textarea {
    width: 100%;
  }
}
.page-whitening .home-whitening-flex__textarea .whitening-titlearea,
.page-whitening .office-whitening-flex__textarea .whitening-titlearea {
  margin-top: 0;
}
.page-whitening .home-whitening-flex__image,
.page-whitening .office-whitening-flex__image {
  width: 51rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-whitening .home-whitening-flex__image,
  .page-whitening .office-whitening-flex__image {
    width: 100%;
  }
}
.page-whitening .office-whitening-text--head {
  color: #333 !important;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-whitening .office-whitening-text--head {
    font-size: 2rem;
  }
}
.page-whitening .office-whitening-textarea {
  margin-bottom: 21rem;
}
@media (max-width: 767px) {
  .page-whitening .office-whitening-textarea {
    margin-bottom: 6rem;
  }
}
.page-whitening .white-cool-image {
  padding: 6rem 0 2rem;
}
@media (max-width: 767px) {
  .page-whitening .white-cool-image {
    padding: 2rem 0 2rem;
  }
}
.page-whitening .plan-note {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 4.5rem 0 2.5rem 0;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .page-whitening .plan-note {
    padding-right: 1rem;
  }
}
.page-whitening .office-whitening-table {
  width: 110.5rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .page-whitening .office-whitening-table {
    width: 100%;
  }
}
.page-whitening .office-whitening-table table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #a4d12f;
  border-collapse: collapse;
}
.page-whitening .office-whitening-table table th,
.page-whitening .office-whitening-table table td {
  border: 1px solid #a4d12f;
}
.page-whitening .time {
  background: #e8ffad;
  width: 50%;
  padding: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-whitening .time {
    padding: 3rem 1rem;
  }
}
.page-whitening .price {
  width: 50%;
  color: #ff6767;
  text-align: center;
  padding: 3rem;
}
.page-whitening .price span {
  color: #333;
}
.page-whitening .plan-text {
  line-height: 2;
  padding: 2.5rem 14rem 9.5rem;
}
@media (max-width: 767px) {
  .page-whitening .plan-text {
    line-height: 1.5;
    padding: 2.5rem 0 6rem;
  }
}
.page-whitening .office-whitening-table__pro {
  width: 110.5rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .page-whitening .office-whitening-table__pro {
    width: 100%;
  }
}
.page-whitening .office-whitening-table__pro table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #a4d12f;
  border-collapse: collapse;
}
.page-whitening .office-whitening-table__pro tr {
  border: 1px solid #a4d12f;
  border-collapse: collapse;
}
.page-whitening .office-whitening-table__pro .border-none {
  border-bottom: none;
}
.page-whitening .office-whitening-table__pro .table-note {
  border-top: none;
}
.page-whitening .office-whitening-table__pro .table-note__text {
  padding: 2rem 0 2rem 8rem;
}
@media (max-width: 767px) {
  .page-whitening .office-whitening-table__pro .table-note__text {
    padding: 2rem;
  }
}
.page-whitening .coupon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24rem;
}
@media (max-width: 767px) {
  .page-whitening .coupon-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-bottom: 6rem;
  }
}
.page-whitening .ticket-head {
  width: 100%;
  aspect-ratio: 620/70;
  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: url("../images/whitening/bg-ticket.webp") no-repeat center center/cover;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ff7b7b;
  text-align: center;
}
@media (max-width: 767px) {
  .page-whitening .ticket-head {
    font-size: 2.4rem;
  }
}
.page-whitening .ticket-contents {
  width: 100%;
  border: 2px solid #fcc4c6;
  padding: 3rem 2rem;
}
.page-whitening .ticket-contents__bottom {
  margin-top: 2rem;
}
.page-whitening .ticket-contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #fcc4c6;
  padding-bottom: 1rem;
}
.page-whitening .ticket-contents-head .icon {
  padding-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.4rem;
  height: 1.4rem;
}
.page-whitening .ticket-contents-head .text {
  font-weight: 700;
}
.page-whitening .ticket-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.page-whitening .ticket-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  min-height: 4.8rem;
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .page-whitening .ticket-table__row {
    gap: 0.5rem;
  }
}
.page-whitening .ticket-table__type {
  font-size: 1.8rem;
  min-width: 7rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-whitening .ticket-table__type {
    font-size: 1.4rem;
    min-width: 5rem;
  }
}
.page-whitening .ticket-table__price {
  color: #ff5b6d;
  font-weight: 700;
  font-size: 2.4rem;
  min-width: 11rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.1rem;
}
@media (max-width: 767px) {
  .page-whitening .ticket-table__price {
    font-size: 1.8rem;
    min-width: 8rem;
  }
}
.page-whitening .ticket-table__price span {
  font-size: 1.8rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-whitening .ticket-table__price span {
    font-size: 1.4rem;
  }
}
.page-whitening .ticket-table__price-num {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff7b7b;
}
.page-whitening .ticket-table__discount {
  font-size: 1.6rem;
  margin-left: 1.5rem;
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media (max-width: 767px) {
  .page-whitening .ticket-table__discount {
    margin-left: 0.5rem;
    font-size: 1.4rem;
    width: auto;
    min-width: 10rem;
  }
}
.page-whitening .ticket-table__discount span {
  background: #ff5b6d;
  color: #fff;
  padding: 0.3rem 0.5rem;
}
.page-whitening .ticket-table__term {
  margin-left: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
  min-width: 8rem;
}
@media (max-width: 767px) {
  .page-whitening .ticket-table__term {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-left: 0;
  }
}
.page-whitening .course .ticket-head {
  width: 100%;
  aspect-ratio: 620/70;
  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: url("../images/whitening/bg-course.webp") no-repeat center center/cover;
  font-size: 3.2rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .page-whitening .course .ticket-head {
    font-size: 2.4rem;
  }
}
.page-whitening .course .ticket-contents {
  width: 100%;
  max-width: 62rem;
  border: 2px solid #a4d12f;
  padding: 3rem 2rem;
}
.page-whitening .course .ticket-contents__bottom {
  margin-top: 2rem;
}
.page-whitening .course .ticket-contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #fcc4c6;
  padding-bottom: 1rem;
}
.page-whitening .course .ticket-contents-head .icon {
  padding-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.4rem;
  height: 1.4rem;
}
.page-whitening .course .ticket-contents-head .text {
  font-weight: 700;
}
.page-whitening .course .ticket-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.page-whitening .course .ticket-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  min-height: 4.8rem;
  padding: 1.2rem 0 0 1rem;
}
.page-whitening .course .ticket-table__type {
  font-size: 1.8rem;
  min-width: 7rem;
  font-weight: 400;
  width: 70%;
}
.page-whitening .course .ticket-table__type span {
  font-size: 2.4rem;
}
.page-whitening .course .ticket-table__price {
  color: #ff5b6d;
  font-weight: 700;
  font-size: 2.4rem;
  width: 15%;
  min-width: 11rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.1rem;
}
@media (max-width: 767px) {
  .page-whitening .course .ticket-table__price {
    font-size: 2rem;
  }
}
.page-whitening .course .ticket-table__price span {
  font-size: 1.8rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-whitening .course .ticket-table__price span {
    font-size: 1.4rem;
  }
}
.page-whitening .course .ticket-table__price-num {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff7b7b;
}
.page-whitening .course .ticket-table__discount {
  font-size: 1.6rem;
  margin-left: 1.5rem;
  min-width: 7rem;
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .page-whitening .course .ticket-table__discount {
    margin-left: 0;
  }
}
.page-whitening .course .ticket-table__discount span {
  background: #ff5b6d;
  color: #fff;
  padding: 0.3rem 0.5rem;
}
.page-whitening .course .ticket-table__term {
  margin-left: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
  min-width: 8rem;
}
.page-whitening .course .course-bottom {
  border-bottom: 1px dashed #a4d12f;
}
.page-whitening .course .course-bottom__text {
  line-height: 1.5;
  padding-left: 1rem;
  padding-bottom: 3rem;
}
.page-whitening .faq-list {
  margin: 10rem auto 28rem;
}
@media (max-width: 767px) {
  .page-whitening .faq-list {
    margin-top: 3.5rem;
    margin-bottom: 6rem;
  }
}
.page-whitening .faq-item {
  margin-bottom: 1rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  overflow: hidden;
}
.page-whitening .q-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #a4d12f;
  padding: 2rem 3rem;
  border-radius: 3.55rem;
}
@media (max-width: 767px) {
  .page-whitening .q-item {
    padding: 1rem;
  }
}
.page-whitening .q-icon {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  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-right: 3rem;
}
@media (max-width: 767px) {
  .page-whitening .q-icon {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    margin-right: 1rem;
  }
}
.page-whitening .q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .page-whitening .q-text {
    font-size: 1.8rem;
  }
}
.page-whitening .mark {
  font-size: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  margin-right: 2.28rem;
}
@media (max-width: 767px) {
  .page-whitening .mark {
    margin-right: 1rem;
  }
}
.page-whitening .mark::after {
  content: "+";
  -webkit-transition: content 0.3s;
  transition: content 0.3s;
}
.page-whitening .faq-item.open .mark::after {
  content: "−";
}
.page-whitening .a-item {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.2s, opacity 0.2s, padding 0.2s;
  transition: max-height 0.2s, opacity 0.2s, padding 0.2s;
  padding: 0 0;
  font-size: 1.6rem;
  padding: 3.5rem 7.5rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-whitening .a-item {
    padding-left: 3rem;
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
    gap: 0.5rem;
  }
}
.page-whitening .faq-item.open .a-item {
  max-height: 500px;
  /* 十分大きな値に */
  opacity: 1;
}
@media (max-width: 767px) {
  .page-whitening .faq-item.open .a-item {
    max-height: none;
  }
}
.page-whitening .a-icon {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #f5922e;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .page-whitening .a-icon {
    padding-left: 2rem;
  }
}
.page-whitening .paragraph {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-whitening .paragraph {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .latest .head-contents__title {
    font-size: 2rem;
  }
}
.latest .head-contents__textarea--title {
  font-size: 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .latest .head-contents__textarea--title {
    font-size: 2rem;
  }
}
.latest .head-contents__top span {
  color: #a4d12f;
}
.latest .youtube {
  width: 82rem;
  height: 47rem;
  margin: 10rem auto 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .latest .youtube {
    width: 100%;
    height: 20rem;
    margin: 4rem auto 6rem;
  }
}
.latest .youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.page-implant .about-implant__textarea {
  padding: 5rem 9rem 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-implant .about-implant__textarea {
    padding: 2rem 1rem 0;
  }
}
.page-implant .about-implant__textarea--text {
  line-height: 2;
}
.page-implant .whitening-flow .whitening-flow__contents {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-implant .whitening-flow .whitening-flow__contents {
    margin-top: 4rem;
  }
}
.page-implant .whitening-flow .whitening-flow__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-implant .whitening-flow .whitening-flow__item--titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .page-implant .whitening-flow .whitening-flow__item--titlearea {
    gap: 2rem;
    padding: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-implant .whitening-flow .whitening-flow__item--titlearea--odd {
  background: #feeaf2;
}
.page-implant .whitening-flow .whitening-flow__item--titlearea--even {
  background: #f6f0fc;
}
.page-implant .whitening-flow .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-implant .whitening-flow .icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.page-implant .whitening-flow .icon-odd {
  background: #ef93bb;
}
.page-implant .whitening-flow .icon-even {
  background: #b4a1e7;
}
.page-implant .whitening-flow .whitening-flow__item--title--text {
  font-size: 2.4rem;
}
.page-implant .whitening-flow .whitening-flow__item--textarea {
  padding: 5rem 9.5rem;
}
@media (max-width: 767px) {
  .page-implant .whitening-flow .whitening-flow__item--textarea {
    padding: 2rem;
  }
}
.page-implant .whitening-flow .whitening-flow__item--textarea--odd {
  border-left: 1px solid #ef93bb;
  border-right: 1px solid #ef93bb;
  border-bottom: 1px solid #ef93bb;
}
.page-implant .whitening-flow .whitening-flow__item--textarea--even {
  border-left: 1px solid #b4a1e7;
  border-right: 1px solid #b4a1e7;
  border-bottom: 1px solid #b4a1e7;
}
.page-implant .whitening-flow .whitening-flow__item--textarea--text {
  line-height: 2;
}
.page-implant .whitening-flow .whitening-flow__item--textarea--text .strong {
  color: #ff0000;
}
.page-implant .whitening-flow .flow-arrow {
  width: 6rem;
  height: auto;
  margin: 1.5rem auto 3.5rem;
}
@media (max-width: 767px) {
  .page-implant .whitening-flow .flow-arrow {
    width: 4rem;
    margin: 1rem auto 2rem;
  }
}
.page-implant .comparison-tablearea {
  margin-bottom: 14rem;
}
@media (max-width: 767px) {
  .page-implant .comparison-tablearea {
    margin-bottom: 6rem;
  }
}
.page-implant .comparison-table {
  width: 100%;
}
.page-implant .head-item__title {
  padding-top: 7rem;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-implant .head-item__title {
    padding-top: 4rem;
  }
}
.page-implant .comparison-image__img {
  padding: 2rem;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .page-implant .comparison-image__img {
    padding: 1rem;
  }
}
.page-implant .comparison-image__img img {
  max-width: 30rem;
  width: 100%;
  height: auto;
}
.page-implant .comparison-row--odd {
  background: #f7f5f0;
}
.page-implant .td-item {
  width: 28.125%;
  padding: 4rem 0;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-implant .td-item {
    width: 20%;
    line-height: 1.5;
  }
}
.page-implant .td-item__1st {
  width: 15.625%;
}
@media (max-width: 767px) {
  .page-implant .td-item__1st {
    width: 20%;
    font-size: 1.4rem;
  }
}
.page-implant .comparison-row--even {
  background: #fff;
}
.page-implant .menu-plan {
  margin-bottom: 14rem;
}
.page-implant .plan-note {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 4.5rem 0 2.5rem 0;
  padding-right: 4rem;
}
.page-implant .office-whitening-table {
  width: 110.5rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .page-implant .office-whitening-table {
    width: 100%;
    margin: 2rem auto 0;
  }
}
.page-implant .office-whitening-table table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #a4d12f;
  border-collapse: collapse;
}
.page-implant .office-whitening-table table th,
.page-implant .office-whitening-table table td {
  border: 1px solid #a4d12f;
}
.page-implant .time {
  background: #e8ffad;
  width: 50%;
  padding: 3rem;
  text-align: center;
}
.page-implant .price {
  width: 50%;
  color: #ff6767;
  text-align: center;
  padding: 3rem;
}
@media (max-width: 767px) {
  .page-implant .price {
    padding: 3rem 1rem;
  }
}
.page-implant .price span {
  color: #333;
}
.page-implant .plan-text {
  line-height: 2;
  padding: 2.5rem 14rem 9.5rem;
}

.page-recruit .recruit-contents {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .page-recruit .recruit-contents {
    margin-top: 4rem;
  }
}
.page-recruit .recruit-inner {
  max-width: 100.3rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.page-recruit .main-image {
  width: 100%;
  height: auto;
}
.page-recruit .recruit-about {
  width: 100%;
  height: 41rem;
  padding: 7rem 19rem 3rem;
  position: relative;
  background-image: url(../images/recruit/bg-recruit.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page-recruit .recruit-about {
    height: auto;
    aspect-ratio: 970/410;
    padding: 1rem;
    background-position: top;
  }
}
.page-recruit .ribbon-area {
  width: 47rem;
  height: auto;
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .page-recruit .ribbon-area {
    width: 70%;
  }
}
.page-recruit .ribbon-area .ribbon {
  position: relative;
  width: 100%;
  height: auto;
}
.page-recruit .ribbon-area .text {
  position: absolute;
  font-size: 3rem;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .ribbon-area .text {
    font-size: 2rem;
  }
}
.page-recruit .recruit-greeting__head {
  color: #fff;
  font-size: 7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .recruit-greeting__head {
    font-size: 2.4rem;
  }
}
.page-recruit .recruit-greeting__text {
  line-height: 1.8;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .page-recruit .recruit-greeting__text {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0.5rem 0;
  }
}
.page-recruit .recruit-greeting__bottom {
  width: 37rem;
  height: 10rem;
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-recruit .recruit-greeting__bottom {
    font-size: 2rem;
    height: 5rem;
    width: 30rem;
  }
}
.page-recruit .recruit-image__flex {
  margin: 6rem 0 21rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .page-recruit .recruit-image__flex {
    margin: 2rem auto 6rem;
  }
}
.page-recruit .left {
  width: 42.3%;
  height: auto;
}
.page-recruit .right {
  width: 42.3%;
  height: auto;
}
@media (max-width: 767px) {
  .page-recruit .requirements-contents {
    padding: 0 1rem;
  }
}
.page-recruit .table-inner {
  width: 91rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-recruit .table-inner {
    width: 100%;
    padding: 0;
  }
}
.page-recruit .recruit-table {
  width: 100%;
  border-collapse: collapse;
  background: #f2ffe9;
  font-size: 1.4rem;
  margin: 12rem 0 0;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table {
    margin-top: 6rem;
  }
}
.page-recruit .recruit-table th,
.page-recruit .recruit-table td {
  padding: 2rem 1rem 2rem 7rem;
  border-top: 1px solid #007c31;
  /* 上の横線 */
  border-bottom: 1px solid #007c31;
  /* 下の横線 */
  border-left: none;
  border-right: none;
  vertical-align: top;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table th,
  .page-recruit .recruit-table td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.page-recruit .recruit-table th {
  width: 24%;
  background: #d8eca4;
  text-align: left;
  font-weight: bold;
}
.page-recruit .recruit-table tr:first-child th,
.page-recruit .recruit-table tr:first-child td {
  border-top: px solid #007c31;
  /* 最初の行の上線 */
}
.page-recruit .entry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f89c2a;
  color: #fff;
  font-size: 2.4rem;
  margin: 5.5rem auto 14rem;
  letter-spacing: 0.2em;
  border-radius: 3.35rem;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 31.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-recruit .entry-btn {
    margin-bottom: 6rem;
  }
}
.page-recruit .entry-btn:hover {
  background: #e88c1a;
}
.page-recruit .entry-btn::after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../images/recruit/icon-arrow.webp") no-repeat center center/contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-first {
  /* 疑似要素で+/-を切り替え */
  /* アコーディオン本体 */
  /* detailsがopenのとき */
}
.page-first .page-titile__head {
  width: 100%;
  background: #7c5726;
  border-radius: 3.3rem;
  font-size: 3rem;
  padding: 1.5rem;
  margin-top: 10rem;
  text-align: center;
  color: #fff;
}
.page-first .page-titile__head--mt0 {
  margin-top: 0;
}
.page-first .page-titile__head--odd {
  background: #ef93bb;
}
.page-first .page-titile__head--even {
  background: #ac98e5;
}
.page-first .about-implant__textarea {
  padding: 5rem 9rem 0;
  line-height: 2;
}
.page-first .about-implant__textarea--text {
  line-height: 2;
}
.page-first .whitening-ferture__contents {
  margin-top: 6rem;
  background: #f2ffe9;
  padding: 5rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
.page-first .whitening-ferture__item {
  background: #fff;
  padding: 4rem 2.5rem 4.5rem 11rem;
  position: relative;
}
.page-first .whitening-ferture__item--titlearea {
  font-size: 2.4rem;
}
.page-first .whitening-ferture__item--icon {
  background: #ef93bb;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  line-height: 8rem;
  letter-spacing: 0.1em;
  position: absolute;
  left: 5%;
  top: -8%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.page-first .whitening-ferture__item--textarea {
  margin-top: 2rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
.page-first .whitening-flow .whitening-flow__contents {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-first .whitening-flow .whitening-flow__contents {
    margin-top: 4rem;
  }
}
.page-first .whitening-flow .whitening-flow__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-first .whitening-flow .whitening-flow__item--titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .page-first .whitening-flow .whitening-flow__item--titlearea {
    gap: 2rem;
    padding: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-first .whitening-flow .whitening-flow__item--titlearea--odd {
  background: #feeaf2;
}
.page-first .whitening-flow .whitening-flow__item--titlearea--even {
  background: #f6f0fc;
}
.page-first .whitening-flow .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-first .whitening-flow .icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.page-first .whitening-flow .icon-odd {
  background: #ef93bb;
}
.page-first .whitening-flow .icon-even {
  background: #b4a1e7;
}
.page-first .whitening-flow .whitening-flow__item--title--text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-first .whitening-flow .whitening-flow__item--textarea {
    padding: 2rem;
  }
}
.page-first .whitening-flow .whitening-flow__item--textarea--odd {
  border-left: 1px solid #ef93bb;
  border-right: 1px solid #ef93bb;
  border-bottom: 1px solid #ef93bb;
}
.page-first .whitening-flow .whitening-flow__item--textarea--even {
  border-left: 1px solid #b4a1e7;
  border-right: 1px solid #b4a1e7;
  border-bottom: 1px solid #b4a1e7;
}
.page-first .whitening-flow .whitening-flow__item--textarea--text {
  line-height: 2;
  width: 81rem;
}
@media (max-width: 767px) {
  .page-first .whitening-flow .whitening-flow__item--textarea--text {
    width: 100%;
  }
}
.page-first .whitening-flow .whitening-flow__item--textarea--text .strong {
  color: #ff0000;
}
.page-first .whitening-flow .flow-arrow {
  width: 6rem;
  height: auto;
  margin: 1.5rem auto 3.5rem;
}
@media (max-width: 767px) {
  .page-first .whitening-flow .flow-arrow {
    width: 4rem;
    margin: 1rem auto 2rem;
  }
}
.page-first .home-whitening__head-image,
.page-first .office-whitening__head-image {
  width: 100%;
  height: auto;
  margin-top: 3.5rem;
}
.page-first .whitening-titlearea {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-left: 6rem;
}
.page-first .whitening-title__icon img {
  width: 1rem;
  height: 3rem;
}
.page-first .home-whitening-title,
.page-first .office-whitening-title {
  font-size: 3rem;
  line-height: 1.2;
}
.page-first .home-whitening-text,
.page-first .office-whitening-text {
  margin-top: 2rem;
  line-height: 2;
  padding-left: 9rem;
}
.page-first .home-whitening-text span,
.page-first .office-whitening-text span {
  color: #ef93bb;
}
.page-first .home-whitening-feature,
.page-first .office-whitening-feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1rem;
  margin-top: 5rem;
}
.page-first .home-whitening-feature__item {
  width: 100%;
  border: 2px solid #ef93bb;
  padding: 3rem;
  position: relative;
}
.page-first .home-whitening-feature__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 2px dashed #ef93bb;
  pointer-events: none;
  z-index: 1;
}
.page-first .office-whitening-feature__item {
  width: 100%;
  border: 2px solid #ac98e5;
  padding: 3rem;
  position: relative;
}
.page-first .office-whitening-feature__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 2px dashed #ac98e5;
  pointer-events: none;
  z-index: 1;
}
.page-first .home-whitening-feature__item--head {
  font-size: 3rem;
  color: #ef93bb;
}
.page-first .home-whitening-feature__item--head span {
  font-size: 4rem;
}
.page-first .office-whitening-feature__item--head {
  font-size: 3rem;
  color: #ac98e5;
}
.page-first .office-whitening-feature__item--head span {
  font-size: 4rem;
}
.page-first .home-whitening-feature__item--text,
.page-first .office-whitening-feature__item--text {
  line-height: 2;
  padding-top: 2rem;
}
.page-first .home-whitening-flex,
.page-first .office-whitening-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10rem;
  gap: 10rem;
}
.page-first .home-whitening-flex__textarea,
.page-first .office-whitening-flex__textarea {
  width: 50%;
}
.page-first .home-whitening-flex__textarea .whitening-titlearea,
.page-first .office-whitening-flex__textarea .whitening-titlearea {
  margin-top: 0;
}
.page-first .home-whitening-flex__image,
.page-first .office-whitening-flex__image {
  width: 51rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-first .office-whitening-text--head {
  color: #333 !important;
  font-size: 2.4rem;
}
.page-first .office-whitening-textarea {
  margin-bottom: 21rem;
}
.page-first .white-cool-image {
  padding: 6rem 0 2rem;
}
.page-first .plan-note {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 4.5rem 0 2.5rem 0;
  padding-right: 4rem;
}
.page-first .office-whitening-table {
  width: 110.5rem;
  margin: 5rem auto 0;
}
.page-first .office-whitening-table table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #a4d12f;
  border-collapse: collapse;
}
.page-first .office-whitening-table table th,
.page-first .office-whitening-table table td {
  border: 1px solid #a4d12f;
}
.page-first .time {
  background: #e8ffad;
  width: 50%;
  padding: 3rem;
  text-align: center;
}
.page-first .price {
  width: 50%;
  color: #ff6767;
  text-align: center;
  padding: 3rem;
}
.page-first .price span {
  color: #333;
}
.page-first .plan-text {
  line-height: 2;
  padding: 2.5rem 14rem 9.5rem;
}
.page-first .office-whitening-table__pro {
  width: 110.5rem;
  margin: 5rem auto 0;
}
.page-first .office-whitening-table__pro table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #a4d12f;
  border-collapse: collapse;
}
.page-first .office-whitening-table__pro tr {
  border: 1px solid #a4d12f;
  border-collapse: collapse;
}
.page-first .office-whitening-table__pro .border-none {
  border-bottom: none;
}
.page-first .office-whitening-table__pro .table-note {
  border-top: none;
}
.page-first .office-whitening-table__pro .table-note__text {
  padding: 2rem 0 2rem 8rem;
}
.page-first .coupon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24rem;
}
.page-first .ticket-head {
  width: 100%;
  aspect-ratio: 620/70;
  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: url("../images/whitening/bg-ticket.webp") no-repeat center center/cover;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ff7b7b;
  text-align: center;
}
.page-first .ticket-contents {
  width: 100%;
  border: 2px solid #fcc4c6;
  padding: 3rem 2rem;
}
.page-first .ticket-contents__bottom {
  margin-top: 2rem;
}
.page-first .ticket-contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #fcc4c6;
  padding-bottom: 1rem;
}
.page-first .ticket-contents-head .icon {
  padding-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.4rem;
  height: 1.4rem;
}
.page-first .ticket-contents-head .text {
  font-weight: 700;
}
.page-first .ticket-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.page-first .ticket-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  min-height: 4.8rem;
  padding: 1.2rem 0;
}
.page-first .ticket-table__type {
  font-size: 1.8rem;
  min-width: 7rem;
  font-weight: 400;
}
.page-first .ticket-table__price {
  color: #ff5b6d;
  font-weight: 700;
  font-size: 2.4rem;
  min-width: 11rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.1rem;
}
.page-first .ticket-table__price span {
  font-size: 1.8rem;
  display: inline-block;
}
.page-first .ticket-table__price-num {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff7b7b;
}
.page-first .ticket-table__discount {
  font-size: 1.6rem;
  margin-left: 1.5rem;
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.page-first .ticket-table__discount span {
  background: #ff5b6d;
  color: #fff;
  padding: 0.3rem 0.5rem;
}
.page-first .ticket-table__term {
  margin-left: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
  min-width: 8rem;
}
.page-first .course .ticket-head {
  width: 100%;
  aspect-ratio: 620/70;
  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: url("../images/whitening/bg-course.webp") no-repeat center center/cover;
  font-size: 3.2rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.page-first .course .ticket-contents {
  width: 100%;
  max-width: 62rem;
  border: 2px solid #a4d12f;
  padding: 3rem 2rem;
}
.page-first .course .ticket-contents__bottom {
  margin-top: 2rem;
}
.page-first .course .ticket-contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #fcc4c6;
  padding-bottom: 1rem;
}
.page-first .course .ticket-contents-head .icon {
  padding-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.4rem;
  height: 1.4rem;
}
.page-first .course .ticket-contents-head .text {
  font-weight: 700;
}
.page-first .course .ticket-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.page-first .course .ticket-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  min-height: 4.8rem;
  padding: 1.2rem 0 0 1rem;
}
.page-first .course .ticket-table__type {
  font-size: 1.8rem;
  min-width: 7rem;
  font-weight: 400;
  width: 70%;
}
.page-first .course .ticket-table__type span {
  font-size: 2.4rem;
}
.page-first .course .ticket-table__price {
  color: #ff5b6d;
  font-weight: 700;
  font-size: 2.4rem;
  width: 15%;
  min-width: 11rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.1rem;
}
.page-first .course .ticket-table__price span {
  font-size: 1.8rem;
  display: inline-block;
}
.page-first .course .ticket-table__price-num {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff7b7b;
}
.page-first .course .ticket-table__discount {
  font-size: 1.6rem;
  margin-left: 1.5rem;
  min-width: 7rem;
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-first .course .ticket-table__discount span {
  background: #ff5b6d;
  color: #fff;
  padding: 0.3rem 0.5rem;
}
.page-first .course .ticket-table__term {
  margin-left: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
  min-width: 8rem;
}
.page-first .course .course-bottom {
  border-bottom: 1px dashed #a4d12f;
}
.page-first .course .course-bottom__text {
  line-height: 1.5;
  padding-left: 1rem;
  padding-bottom: 3rem;
}
.page-first .comparison-tablearea {
  margin-bottom: 14rem;
}
.page-first .comparison-table {
  width: 100%;
}
.page-first .head-item__title {
  padding-top: 7rem;
  text-align: center;
}
.page-first .comparison-image__img {
  padding: 2rem;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}
.page-first .comparison-image__img img {
  max-width: 30rem;
  width: 100%;
  height: auto;
}
.page-first .comparison-row--odd {
  background: #f7f5f0;
}
.page-first .td-item {
  width: 28.125%;
  padding: 4rem 0;
  text-align: center;
  line-height: 2;
}
.page-first .td-item__1st {
  width: 15.625%;
}
.page-first .comparison-row--even {
  background: #fff;
}
.page-first .menu-plan {
  margin-bottom: 14rem;
}
.page-first .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .page-first .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-first .btn-area .btn-tel {
  background: #6ec4d6;
  width: 36rem;
  height: 7rem;
  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;
}
@media (max-width: 767px) {
  .page-first .btn-area .btn-tel {
    width: 30rem;
    height: 5rem;
    margin: 0 auto;
  }
}
.page-first .btn-area .btn-tel::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 2px dashed #fff;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-first .btn-area .icon {
  width: 3rem;
  height: 3rem;
  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-right: 1.5rem;
}
@media (max-width: 767px) {
  .page-first .btn-area .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
}
.page-first .btn-area .text {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .page-first .btn-area .text {
    font-size: 2.4rem;
  }
}
.page-first .btn-area .web-reserve {
  background: #ee94b7;
  width: 36rem;
  height: 7rem;
  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;
}
@media (max-width: 767px) {
  .page-first .btn-area .web-reserve {
    width: 30rem;
    height: 5rem;
    margin: 0 auto;
  }
}
.page-first .btn-area .web-reserve::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 2px dashed #fff;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-first .btn-area .web-reserve::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  background: url("../images/first/icon-triangle.webp") no-repeat center center/contain;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-first .whitening-flow__item--imagearea {
    margin: 0 auto;
  }
}
.page-first .whitening-flow__item--image {
  width: 24rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-first .whitening-flow__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5rem;
  padding: 5rem 7rem 3.5rem 9rem;
}
@media (max-width: 767px) {
  .page-first .whitening-flow__item--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.page-first .faq-list {
  margin: 10rem auto 28rem;
}
@media (max-width: 767px) {
  .page-first .faq-list {
    margin-top: 3.5rem;
    margin-bottom: 6rem;
  }
}
.page-first .faq-item {
  margin-bottom: 1rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  overflow: hidden;
}
.page-first .q-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #a4d12f;
  padding: 2rem 3rem;
  border-radius: 3.55rem;
}
@media (max-width: 767px) {
  .page-first .q-item {
    padding: 1rem;
  }
}
.page-first .q-icon {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  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-right: 3rem;
}
@media (max-width: 767px) {
  .page-first .q-icon {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    margin-right: 1rem;
  }
}
.page-first .q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .page-first .q-text {
    font-size: 1.8rem;
  }
}
.page-first .mark {
  font-size: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  margin-right: 2.28rem;
}
@media (max-width: 767px) {
  .page-first .mark {
    margin-right: 1rem;
  }
}
.page-first .mark::after {
  content: "+";
  -webkit-transition: content 0.3s;
  transition: content 0.3s;
}
.page-first .faq-item.open .mark::after {
  content: "−";
}
.page-first .a-item {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.2s, opacity 0.2s, padding 0.2s;
  transition: max-height 0.2s, opacity 0.2s, padding 0.2s;
  padding: 0 0;
  font-size: 1.6rem;
  padding: 3.5rem 7.5rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-first .a-item {
    padding-left: 3rem;
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
}
.page-first .faq-item.open .a-item {
  max-height: 500px;
  /* 十分大きな値に */
  opacity: 1;
}
@media (max-width: 767px) {
  .page-first .faq-item.open .a-item {
    max-height: none;
  }
}
.page-first .a-icon {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #f5922e;
  margin-top: -1rem;
}
.page-first .paragraph {
  font-size: 1.8rem;
  line-height: 2;
}
.page-first .contact-inner {
  width: 100%;
  max-width: 91rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.page-first .contact-head {
  text-align: center;
  padding-top: 3rem;
}
.page-first .contact-head__text {
  line-height: 2;
}
.page-first .contact-head-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: 3rem auto 8rem;
}
.page-first .contact-head-tel .icon {
  width: 3rem;
  height: 3rem;
}
.page-first .contact-head-tel .text {
  font-size: 3rem;
  color: #abd445;
  letter-spacing: 0.1em;
}
.page-first .contact-bottom {
  margin-bottom: 12rem;
}
.page-first .contact-bottom__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.page-first .contact-bottom__icon {
  width: 1rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-first .contact-bottom__title {
  font-size: 2.2rem;
  line-height: 3;
}
.page-first .contact-bottom__text {
  line-height: 2;
}
.page-first .contact-form {
  max-width: 77rem;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #333;
}
@media (max-width: 767px) {
  .page-first .contact-form {
    width: 100%;
  }
}
.page-first .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 0.2rem solid #a4d12f;
  position: relative;
}
.page-first .form-row:last-of-type {
  border-bottom: none !important;
}
.page-first .form-label {
  width: 29rem;
  height: 8rem;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-first .form-label {
    width: 35%;
    font-size: 1.2rem;
  }
}
.page-first .form-label__textarea {
  height: 21rem;
}
.page-first .form-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.2rem;
  height: 100%;
  background: #a4d12f;
  display: block;
  z-index: 1;
}
.page-first .form-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-first .tel-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .page-first .tel-inputs {
    width: 100%;
  }
}
.page-first .tel-inputs input[type=tel] {
  width: 100%;
  padding: 1rem;
  font-size: 1.4rem;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media (max-width: 767px) {
  .page-first .tel-inputs input[type=tel] {
    width: 100%;
  }
}
.page-first .required {
  color: red;
  font-size: 1.2rem;
  margin-left: 0.5rem;
}
.page-first .form-field input[type=text],
.page-first .form-field input[type=email],
.page-first .form-field textarea {
  width: 46rem;
  padding: 1rem;
  font-size: 1.4rem;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .page-first .form-field input[type=text],
  .page-first .form-field input[type=email],
  .page-first .form-field textarea {
    width: 100%;
  }
}
.page-first .form-field textarea {
  height: 12rem;
  resize: vertical;
}
.page-first .form-field input[type=radio] {
  -moz-appearance: radio;
       appearance: radio;
  -webkit-appearance: radio;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0.5em 0 0;
}
.page-first .form-field label {
  margin-right: 2rem;
}
.page-first .submit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-first .submit-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-first .form-row__textarea {
  border-bottom: none !important;
}
.page-first .form-submit {
  width: 30rem;
  height: 8rem;
  text-align: center;
  margin: 4rem 0 10rem;
  background-color: #a4d12f;
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-first .form-submit {
    margin: 4rem auto;
  }
}
.page-first .form-submit input[type=submit].form-submit {
  background-color: #a4d12f;
  color: #fff;
  font-size: 2.4rem;
  width: 30rem;
  height: 8rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin: 0 auto;
  display: inline-block;
}
.page-first .privacy-area {
  width: 120rem;
  height: 33rem;
  margin: 0 auto 14rem;
  background: #e8f4cc;
  border: 1px solid #757575;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .page-first .privacy-area {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.page-first .privacy-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
.page-first .privacy-head {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #333;
  letter-spacing: 0.1em;
}
.page-first .privacy-titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 1.5rem;
}
.page-first .privacy-title__icon {
  width: 1rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
.page-first .privacy-title__text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
}
.page-first .privacy-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  color: #333;
}
.page-first .privacy-content p {
  line-height: 2;
}

.topics-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 0;
}

.topics-list__ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topics-list__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.topics-list__li:hover {
  background: #f8fbe9;
}

.topics-list__thumb {
  width: 7rem;
  height: 7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-right: 2rem;
  background: #f4f4f4;
  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;
}
.topics-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.topics-list__title {
  font-size: 1.7rem;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.topics-list__title:hover {
  color: #7eb26d;
}

.post-main {
  background: #fcfcf2;
  min-height: 100vh;
  padding: 4rem 0;
}

.post-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  padding: 4rem 3rem 3rem 3rem;
}

.post-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.post-title {
  font-size: 4rem;
  font-weight: bold;
  color: #4b5e2e;
  margin-bottom: 1rem;
}

.post-date {
  color: #a4d12f;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.post-thumbnail {
  margin: 2rem auto 2.5rem auto;
  text-align: center;
}
.post-thumbnail img {
  max-width: 80%;
  height: auto;
  border-radius: 0.7rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.post-content {
  font-size: 2rem;
  color: #333;
  line-height: 2.1;
  margin-bottom: 3rem;
  word-break: break-word;
}
.post-content p {
  margin-bottom: 1.5em;
}
.post-content h2, .post-content h3, .post-content h4 {
  color: #7eb26d;
  margin: 2.5rem 0 1.2rem 0;
  font-weight: bold;
}
.post-content ul, .post-content ol {
  margin: 1.5em 0 1.5em 2em;
}

.post-back {
  text-align: center;
  margin-top: 2rem;
}
.post-back a {
  display: inline-block;
  background: #a4d12f;
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 2rem;
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.post-back a:hover {
  background: #7eb26d;
}

.c-to-top-btn {
  position: fixed;
  right: 10.5rem;
  bottom: 9.3rem;
  width: 7.3rem;
  height: 7.3rem;
  background: url("../images/top/to-top.webp") no-repeat center center;
  background-size: contain;
  z-index: 2000;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-to-top-btn {
    right: 1.5rem;
    bottom: 4rem;
    width: 6.2rem;
    height: 6.2rem;
  }
}
.c-to-top-btn:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .c-calendar__area {
    width: 100%;
  }
}

.c-calendar {
  padding: 3.5rem 2.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-calendar {
    width: 100%;
    padding: 2rem 0 0.2rem;
  }
}
.c-calendar .c-calendar-table__outer {
  width: 49.5rem;
  padding: 1rem;
  background: #fff;
}
.c-calendar .c-calendar-table {
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.c-calendar .c-calendar-table th,
.c-calendar .c-calendar-table td {
  text-align: center;
  padding: 0.5rem 0rem;
  width: 6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table th,
  .c-calendar .c-calendar-table td {
    width: 9rem;
    padding: 0.5rem;
  }
}
.c-calendar .c-calendar-table th span,
.c-calendar .c-calendar-table td span {
  color: #f5922e;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table th span,
  .c-calendar .c-calendar-table td span {
    font-size: 1.5rem;
  }
}
.c-calendar .c-calendar-table th {
  font-weight: 400;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table th {
    font-size: 1.3rem;
    padding-bottom: 1rem;
  }
}
.c-calendar .c-calendar-table td {
  font-size: 2rem;
  padding: 1.5rem 0.5rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table td {
    padding-top: 1rem;
    font-size: 0.6rem;
    padding: 0.5rem;
  }
}
.c-calendar .c-calendar-table .th-1st {
  font-size: 2rem;
  text-align: left;
  width: 16rem;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table .th-1st {
    width: 11rem;
    font-size: 1.3rem;
    padding-top: 0;
  }
}
.c-calendar .c-calendar-table .row1 {
  border-bottom: 1px solid #AFD198;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table .row1 {
    padding-top: 0.6rem;
  }
}
.c-calendar .c-calendar-table .row2,
.c-calendar .c-calendar-table .row3 {
  padding-top: 0.8rem;
  border-bottom: 1px solid #AFD198;
}
.c-calendar .c-calendar-table .td-1st {
  font-size: 2rem;
  text-align: left;
  width: 26rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table .td-1st {
    font-size: 1.3rem;
  }
}
.c-calendar .c-calendar-table th,
.c-calendar .c-calendar-table td {
  border-bottom: 1px solid #AFD198;
}

.c-calendar-note {
  font-size: 2rem;
  padding: 0rem 0 0 2.5rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .c-calendar-note {
    padding: 0.5rem 0 0 1.5rem;
    font-size: 1.8rem;
  }
}

.fv-navi {
  background: #e9e7dd;
  position: absolute;
  bottom: 4.5rem;
  z-index: 3;
  width: 167rem;
  padding: 1.5rem 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible;
}
@media (max-width: 767px) {
  .fv-navi {
    display: none;
  }
}
.fv-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fv-navi li {
  width: 28rem;
  position: relative;
  padding-right: 2.5rem;
  border-right: none;
}
.fv-navi li:first-child {
  width: 26rem;
}
.fv-navi li:last-child {
  border-right: none;
}
.fv-navi li:last-child::after {
  display: none;
}
.fv-navi li::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 3px;
  height: 50%;
  background: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fv-navi .has-dropdown {
  position: relative;
}
.fv-navi .has-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 32rem;
  background: #fff;
  border: 1px solid #f5922e;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 20;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.fv-navi .has-dropdown .dropdown-menu li {
  width: 100%;
  padding: 0;
  border: none;
}
.fv-navi .has-dropdown .dropdown-menu li::after {
  display: none;
}
.fv-navi .has-dropdown .dropdown-menu a {
  display: block;
  padding: 1rem 2rem;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: left;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  border-radius: 0.3rem;
}
.fv-navi .has-dropdown .dropdown-menu a:hover {
  color: #f5922e;
}
.fv-navi .has-dropdown:hover .dropdown-menu, .fv-navi .has-dropdown:focus-within .dropdown-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.fv-nav-link {
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}
.fv-nav-link span {
  display: block;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.fv-nav-link .icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}

.page-title__area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.page-title__area .page-border {
  height: 2rem;
  width: 100%;
  overflow: hidden;
}
.page-title__area .page-border img {
  display: block;
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-title__area .page-section-title {
  background: #fcfbf0;
  padding: 3rem 0;
  font-size: 4rem;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-title__area .page-section-title {
    font-size: 2.4rem;
    padding: 2rem 0;
  }
}

.c-bottom-banner {
  margin: 10rem auto 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60rem;
  height: 30rem;
}
@media (max-width: 767px) {
  .c-bottom-banner {
    width: 39rem;
    height: 20rem;
    margin: 7.5rem auto 8rem;
  }
}

.sp-fixed-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  background: #fff;
  min-height: 7.3rem;
}
.sp-fixed-menu .menu-btn {
  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-decoration: none;
  padding: 0.5rem 0 0.2rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  border: 2px solid #fff;
}
.sp-fixed-menu .label {
  padding-top: 0.5rem;
  font-size: 2.2rem;
}
.sp-fixed-menu .top {
  width: 7.3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.3rem;
          flex: 0 0 7.3rem;
  border-radius: 0 0 0 2rem;
}
.sp-fixed-menu .tel, .sp-fixed-menu .web, .sp-fixed-menu .access {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.sp-fixed-menu .tel {
  background: #f5922e;
}
.sp-fixed-menu .web {
  background: #ee94b7;
}
.sp-fixed-menu .access {
  background: #74c8fd;
}
.sp-fixed-menu .top {
  background: #ee94b7;
  border-radius: 50%;
}

.fv-inner {
  position: absolute;
  padding: 0 5.2rem 0 8.1rem;
  width: 100%;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .fv-inner {
    padding: 0 1.5rem;
    height: 100%;
    top: 0;
  }
}

@media (max-width: 767px) {
  .fv-left {
    height: 100%;
    width: 100%;
  }
}

.fv-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .fv-right {
    display: none;
  }
}
.fv-right .fv-means-textarea {
  width: 24rem;
  height: 10rem;
  padding: 1rem 3rem 2rem 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: 1rem;
}
.fv-right .fv-means-item {
  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;
  width: 100%;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.fv-right .icon {
  width: 3.8rem;
  height: auto;
  display: block;
  margin: 0;
}
.fv-right .text {
  font-size: 2rem;
  color: #fff;
}

.fv-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .fv-title__area {
    margin-left: -1rem;
  }
}

.fv-logo {
  width: 16rem;
  height: auto;
}
@media (max-width: 767px) {
  .fv-logo {
    width: 8rem;
  }
}

@media (max-width: 767px) {
  .fv-title {
    margin-left: 1rem;
  }
}

.fv-title__ja {
  font-size: 3.6rem;
  margin-top: 5.3rem;
}
@media (max-width: 767px) {
  .fv-title__ja {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fv-title__ja {
    margin-top: 1rem;
  }
}

.fv-title__en {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .fv-title__en {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fv-title__en {
    margin-top: 1rem;
  }
}

.fv-title__outline {
  margin-top: 2rem;
  border: 1px solid #fff;
  padding: 0.5rem;
  width: 33rem;
  text-align: center;
}
@media (max-width: 767px) {
  .fv-title__outline {
    font-size: 1.4rem;
    width: 21.5rem;
  }
}

.fv-title__address {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .fv-title__address {
    display: none;
  }
}

.fv-reserve__area > * {
  position: relative;
  z-index: 1;
  margin-right: -5.2rem;
}
@media (max-width: 767px) {
  .fv-reserve__area > * {
    margin-right: 0;
  }
}

.fv-reserve__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
}

.fv-reserve__tel {
  width: 32rem;
  height: 100%;
  padding: 1rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: #f5922e;
  z-index: 1;
  border: 5px solid #fdead4;
}
.fv-reserve__tel > * {
  position: relative;
  z-index: 1;
}
.fv-reserve__tel .icon {
  width: 3.5rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.fv-reserve__tel--number {
  font-size: 4rem;
  margin-top: 0.1rem;
  line-height: 1;
}

.fv-reserve__web {
  width: 32rem;
  background: #ee94b7;
  color: #fff;
  padding: 0.5rem;
  border: 5px solid #fff;
  position: relative;
}
.fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  background: url("../images/top/triangle-mark.webp") no-repeat right bottom/contain;
  pointer-events: none;
  z-index: 2;
  display: block;
}

.fv-reserve__web--pc {
  margin-top: 0.1rem;
  line-height: 1;
  display: block;
  text-align: center;
  position: relative;
}
.fv-reserve__web--pc .icon {
  width: 4.5rem;
  height: 3rem;
  margin: 0.5rem auto;
}
.fv-reserve__web--pc .text {
  font-size: 4rem;
}

.fv-reserve__bottom {
  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-align: center;
  background: rgba(186, 197, 71, 0.8);
  color: #fff;
  padding: 1.4rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.fv-reserve__bottom p {
  margin-left: 1.2rem;
}

.head-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .head-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.head-contents__even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .head-contents__even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 4rem;
  }
}

.head-contents__textarea {
  width: 50%;
}
@media (max-width: 767px) {
  .head-contents__textarea {
    width: 100%;
  }
}

.head-contents__title {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
  color: #f5922e;
  border-bottom: 1px solid #333;
  padding-bottom: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .head-contents__title {
    font-size: 2.4rem;
  }
}

.head-contents__top {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .head-contents__top {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

.head-contents__img {
  width: 59rem;
  height: auto;
}
@media (max-width: 767px) {
  .head-contents__img {
    width: 100%;
  }
}

.consultation {
  margin-top: 8rem;
  background: url("../images/general-dentistry/bg-blue-set.webp") no-repeat left top/cover;
  padding: 9rem 10rem 4rem;
}
@media (max-width: 767px) {
  .consultation {
    margin-top: 4rem;
    padding: 2rem;
    background-size: 100% 100%;
  }
}

.consultation-textarea {
  padding: 10rem 13rem 5.5rem;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .consultation-textarea {
    padding: 2rem;
  }
}

.consultation-textarea__head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.consultation-textarea__title {
  background: #b7d331;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  width: 98rem;
  padding: 2.5rem 5.5rem;
  position: relative;
  border-radius: 3.65rem;
}
@media (max-width: 767px) {
  .consultation-textarea__title {
    width: 30rem;
    font-size: 2rem;
    padding: 1rem 2rem;
    margin-top: -3rem;
  }
}
.consultation-textarea__title::before, .consultation-textarea__title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/general-dentistry/dot.webp") no-repeat center/contain;
  z-index: 2;
  pointer-events: none;
  width: 6rem;
  height: 1rem;
}
@media (max-width: 767px) {
  .consultation-textarea__title::before, .consultation-textarea__title::after {
    display: none;
  }
}
.consultation-textarea__title::before {
  left: 2.5rem;
}
.consultation-textarea__title::after {
  right: 2.5rem;
}

.consultation-textarea__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 767px) {
  .consultation-textarea__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: 1rem;
  }
}

.consultation-textarea__item {
  position: relative;
  padding-left: 3.5rem;
}
.consultation-textarea__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../images/general-dentistry/icon-check.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}

.page-titile__head {
  width: 100%;
  background: #7c5726;
  border-radius: 3.3rem;
  font-size: 3rem;
  padding: 1.5rem;
  margin-top: 10rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .page-titile__head {
    font-size: 2rem;
    padding: 1rem;
    margin-top: 4rem;
  }
}
.page-titile__head--mt0 {
  margin-top: 0;
}
.page-titile__head--odd {
  background: #ef93bb;
}
.page-titile__head--even {
  background: #ac98e5;
}

.introduction-swiper-main {
  width: 100%;
  max-width: 120rem;
  margin: 10rem auto 1.4rem;
  position: relative;
  overflow: visible;
}
.introduction-swiper-main .swiper-button-prev,
.introduction-swiper-main .swiper-button-next {
  width: 3rem;
  height: 5.86rem;
  background: none;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 767px) {
  .introduction-swiper-main .swiper-button-prev,
  .introduction-swiper-main .swiper-button-next {
    top: 60%;
  }
}
.introduction-swiper-main .swiper-button-prev {
  left: 0;
}
.introduction-swiper-main .swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/clinic/btn-prev.webp") no-repeat center/contain;
}
.introduction-swiper-main .swiper-button-next {
  right: 0;
}
.introduction-swiper-main .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/clinic/btn-next.webp") no-repeat center/contain;
}

.introduction-swiper-main .swiper-slide img {
  width: 100%;
  max-width: 100rem;
  aspect-ratio: 1000/720;
  height: auto;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.introduction-swiper-thumb {
  max-width: 100rem;
  margin: 0 auto;
}
.introduction-swiper-thumb .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, border 0.3s;
  transition: opacity 0.3s, border 0.3s;
  border: none;
}
.introduction-swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #667ba1;
  border-radius: 4px;
  background: #fff;
}
.introduction-swiper-thumb .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.ceramic-flow-swiper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.ceramic-flow-swiper .swiper-slide {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 2rem 0;
  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;
  max-width: 1165px;
}
.ceramic-flow-swiper .flow-img-area {
  position: relative;
  width: 100%;
}
.ceramic-flow-swiper .flow-img-area img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.ceramic-flow-swiper .flow-img-area .flow-caption {
  position: absolute;
  bottom: 3.5rem;
  right: 0;
  background: rgba(102, 123, 161, 0.88);
  color: #fff;
  width: 36rem;
  height: 5rem;
  letter-spacing: 0.22em;
  border-radius: 0.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;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .flow-img-area .flow-caption {
    top: 0;
    left: 0;
    width: 25rem;
    height: 3rem;
  }
}
.ceramic-flow-swiper .flow-img-area .flow-step {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .flow-img-area .flow-step {
    font-size: 1.4rem;
  }
}
.ceramic-flow-swiper .flow-img-area .flow-title {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .flow-img-area .flow-title {
    font-size: 1.4rem;
  }
}
.ceramic-flow-swiper .flow-desc {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  color: #333;
  padding: 0 2rem;
  line-height: 1.8;
}
.ceramic-flow-swiper .swiper-button-prev,
.ceramic-flow-swiper .swiper-button-next {
  width: 6rem;
  height: 9rem;
  background: none;
  color: #667BA1;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ceramic-flow-swiper .swiper-button-prev::after,
.ceramic-flow-swiper .swiper-button-next::after {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .swiper-button-prev,
  .ceramic-flow-swiper .swiper-button-next {
    display: none;
  }
}
.ceramic-flow-swiper .swiper-button-prev {
  left: calc(50% - 580px);
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .swiper-button-prev {
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    display: block;
  }
}
.ceramic-flow-swiper .swiper-button-next {
  right: calc(50% - 580px);
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .swiper-button-next {
    right: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    display: block;
  }
}
.ceramic-flow-swiper .swiper-pagination {
  position: relative;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .swiper-pagination {
    margin-top: 0;
  }
}
.ceramic-flow-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: #CCD4E2;
  opacity: 1;
  margin: 0 0.8rem !important;
}
.ceramic-flow-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #667BA1;
}