@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: "Yu Gothic", "游ゴシック", "YuGothic", "メイリオ", 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: "Kiwi Maru", 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: "Kiwi Maru", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.text {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "メイリオ", 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/mv.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;
  }
}
.page-title .page-title__sub {
  font-size: 2rem;
  color: #fff;
  margin-top: 3rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-title .page-title__sub {
    font-size: 1.4rem;
    margin-top: 1rem;
    white-space: nowrap;
  }
}

.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: 3.5rem;
  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;
  line-height: 1;
}
.fv-reserve__web--pc .text {
  font-size: 3.5rem;
}

.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;
  display: block;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 5rem;
  gap: 1rem;
}
.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%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer .general-information {
    width: 100%;
    height: auto;
  }
}
.l-footer .credit {
  width: 96rem;
  margin: 0 auto;
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .l-footer .credit {
    width: 100%;
  }
}
.l-footer .general-information__contents {
  background: #fdfbe2;
  width: 164rem;
  padding: 6rem 8rem 13rem 14rem;
  margin: 0 auto;
}
@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 .general-information__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .general-information__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    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: 51.4rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .left-area .fv-logo {
    width: 31rem;
  }
}
.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: 3.5rem;
  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;
  line-height: 1;
}
.l-footer .general-information__contents .left-area .fv-reserve__web--pc .text {
  font-size: 3.5rem;
}
.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: 50rem;
  -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: 0rem;
    -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;
    padding: 0 2rem;
  }
}
.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;
}

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

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

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

.u-400 {
  font-weight: 400;
}

.u-700 {
  font-weight: 700;
}

.u-no-wrap {
  white-space: nowrap;
}

@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: 28rem;
  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;
}
@media (max-width: 767px) {
  .top-fv .fv-right .fv-means-textarea {
    width: 100%;
    height: auto;
    padding: 0;
    gap: 0;
  }
}
.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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-fv .fv-right .text {
  font-size: 1.8rem;
  color: #fff;
}
.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: 3.5rem;
  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;
  line-height: 1;
}
.top-fv .fv-reserve__web--pc .text {
  font-size: 3.5rem;
}
.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-fv .img-left {
  width: 36rem;
  margin-top: -15rem;
}
@media (max-width: 767px) {
  .top-fv .img-left {
    width: 21rem;
  }
}
.top-fv .img-right {
  width: 29rem;
}
@media (max-width: 767px) {
  .top-fv .img-right {
    width: 19rem;
  }
}
.top-fv .fv-textarea-bottom {
  font-size: 3rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  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: 2rem;
    margin-top: 3rem;
    white-space: wrap;
  }
}
.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;
}
@media (max-width: 767px) {
  .top-fv .fv-means-textarea {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.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;
}
@media (max-width: 767px) {
  .top-fv .sp-fv-bottom__address {
    padding: 1.5rem 2rem 2rem;
  }
}

.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: 3rem;
  }
}
.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: 82rem;
  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: 3.5rem;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  .concept .concept-textarea .concept-title {
    font-size: 2.6rem;
  }
}
.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: 31%;
  left: 31%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 6.2rem;
  height: 4.8rem;
  background: url("../images/top/icon-leaf04.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: 43%;
  right: 31%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 6.2rem;
  height: 4.8rem;
  background: url("../images/top/icon-leaf04.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: 5%;
  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: 100%;
    -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;
  text-align: center;
}
@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: 38%;
    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: #333;
  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: 35%;
    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: #333;
  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/bg-feature05.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-bg-feature05.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;
  z-index: 2;
}
@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;
  z-index: 0;
}
@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: 55.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: 55.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/top16.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-bg-feature08.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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-feature .feature-item__08 .means-item__icon--car {
    width: 3rem;
    padding-top: 2rem;
    margin-left: 3rem;
  }
}
.top-feature .feature-item__08 .means-item__text--train {
  padding-top: 7rem;
  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 .medical-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8rem 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 .medical-contents {
    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;
  }
}

.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;
    padding-top: 2rem;
  }
}
.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;
}

.recruit {
  margin-top: 10rem;
}
@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 {
  width: 6rem;
  height: 6rem;
  margin: 2rem auto;
  display: block;
}
@media (max-width: 767px) {
  .recruit .recruit-textarea__bottom {
    width: 4rem;
    height: 4rem;
  }
}
.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: 16.5rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-features {
    padding-bottom: 6rem;
  }
}
.page-clinic .features-content {
  background: url("../images/clinic/clinic01.webp") no-repeat center center;
  background-size: cover;
  padding: 12rem 0;
  margin-top: 7rem;
}
.page-clinic .features-content__head {
  font-size: 5rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .features-content__head {
    font-size: 2.4rem;
  }
}
.page-clinic .features-content__text {
  line-height: 2;
  color: #fff;
  margin-top: 5rem;
}
.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;
}
@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: 1;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__01::before {
    height: 15rem;
  }
}
.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 {
  background: url("../images/top/bg-stripe-orange.webp") no-repeat center center;
  background-size: cover;
  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;
  padding-top: 16rem;
}
@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;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@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: 1.8rem;
  }
}
.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: 1.8rem;
  }
}
.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/clinic/clinic09.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;
  z-index: 2;
}
@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;
  z-index: 0;
}
@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: 1.8rem;
  }
}
.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: 57rem;
}
@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: 1.8rem;
  }
}
.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: 57rem;
}
@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: 1.8rem;
  }
}
.page-clinic .concept-flex .feature-item__07 .feature-title span {
  color: #ee94b7;
}
.page-clinic .feature-item__08 {
  margin-top: 20rem;
  background: url("../images/top/top16.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-bg-feature08.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: 2rem;
    margin-top: 2rem;
  }
}
.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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .means-item__icon--train {
    padding-top: 2rem;
    width: 2rem;
    margin-left: 3rem;
  }
}
.page-clinic .feature-item__08 .means-item__icon--car {
  width: 5.5rem;
  height: auto;
  padding-top: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .means-item__icon--car {
    width: 3rem;
    padding-top: 2rem;
    margin-left: 3rem;
  }
}
.page-clinic .feature-item__08 .means-item__text--train {
  padding-top: 7rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__08 .means-item__text--train {
    padding-top: 2rem;
  }
}
.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 .hygiene-head {
  margin-top: 6rem;
}
.page-clinic .hygiene-head__title {
  font-size: 3rem;
  text-align: center;
}
.page-clinic .hygiene-head__text {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  line-height: 2;
  margin-top: 3rem;
}
.page-clinic .hygiene-grid {
  padding: 0 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .page-clinic .hygiene-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 4rem;
  }
}
.page-clinic .hygiene-item {
  border: 1px solid #ef93bb;
  border-radius: 2rem;
  padding: 1rem 3rem;
}
.page-clinic .number {
  color: #ef93bb;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-clinic .number {
    font-size: 2rem;
  }
}
.page-clinic .text {
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-clinic .text {
    margin-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-item__img {
  width: 100%;
  height: auto;
}
.page-clinic .device-item__title {
  height: 10rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  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-clinic .feature-item__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11rem;
  padding: 9rem 0;
  background: #f0fcf3;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.page-clinic .feature-item__other--textarea {
  background: #fff;
  padding: 14rem 7rem 8rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__other--textarea {
    padding: 8rem 2rem 6rem;
  }
}
.page-clinic .feature-item__other--textarea .feature-title {
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__other--textarea .feature-title {
    font-size: 1.8rem;
  }
}
.page-clinic .feature-item__other--textarea .feature-title span {
  color: #b7d331;
}
.page-clinic .feature-item__other--textarea .feature-text {
  padding-top: 9rem;
  line-height: 2;
}
.page-clinic .facility-item__cad {
  margin-top: 11rem;
}
.page-clinic .facility-item__cad-title {
  text-align: center;
}
.page-clinic .facility-item__cad-title span {
  font-size: 2.4rem;
  color: #f5922e;
  border-bottom: 1px solid #f5922e;
  padding-bottom: 0.5rem;
}
.page-clinic .facility-item__cad-text {
  margin-top: 4rem;
  line-height: 2;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}

.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 .doctor-flexarea {
  background: #f6f0fc;
  padding: 10rem 0 4rem;
  margin-top: 14rem;
}
@media (max-width: 767px) {
  .page-staff .doctor-flexarea {
    padding: 4rem 0;
  }
}
.page-staff .doctor-flexarea .doctor-flex {
  width: 133rem;
  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) {
  .page-staff .doctor-flexarea .doctor-flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0 2rem;
  }
}
.page-staff .doctor-flexarea .doctor-namearea {
  padding-top: 4rem;
  margin-top: 0;
}
.page-staff .doctor-flexarea .career-item {
  background: #fff;
  width: 63rem;
  height: 45rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .page-staff .doctor-flexarea .career-item {
    width: 100%;
    min-height: auto;
    padding: 1rem;
  }
}
.page-staff .doctor-flexarea .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 .doctor-flexarea .career-title {
    font-size: 2rem;
    height: 6rem;
  }
}
.page-staff .doctor-flexarea .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 .doctor-flexarea .career-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.page-staff .doctor-flexarea .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 .doctor-flexarea .career-year {
    width: 8rem;
    font-size: 1.6rem;
  }
}
.page-staff .doctor-flexarea .career-detail {
  text-align: left;
  font-size: 1.8rem;
  padding: 1rem 0 1rem 1rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-staff .doctor-flexarea .career-detail {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
.page-staff .staff-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7rem;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-staff .staff-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-bottom: 4rem;
  }
}
.page-staff .staff-flex__title {
  font-size: 3rem;
}
.page-staff .staff-flex__text {
  margin-top: 5rem;
  line-height: 2;
}
.page-staff .staff-flex__imagearea {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-staff .staff-flex__imagearea {
    width: 100%;
  }
}
.page-access .medical-time__flex {
  margin: 11rem 0 17rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-access .medical-time__flex {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 5rem 0 10rem;
  }
}
@media (max-width: 767px) {
  .page-access .medical-time__flex__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-access .fv-logo {
    width: 100%;
  }
}
.page-access .medical-time__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-access .medical-time__address {
    margin-top: 2rem;
    width: 100%;
  }
}
.page-access .icon-map {
  width: 2.5rem;
  height: auto;
}
.page-access .address {
  line-height: 2;
  margin-top: 2.5rem;
}
.page-access .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: #f5922e;
  padding: 3.5rem 3rem;
  margin-top: 2.5rem;
  width: 41.7rem;
}
@media (max-width: 767px) {
  .page-access .tel {
    width: 100%;
    padding: 2rem;
  }
}
.page-access .icon-tel {
  width: 3rem;
  height: auto;
}
.page-access .tel-number {
  font-size: 3.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .page-access .tel-number {
    font-size: 2.4rem;
  }
}
.page-access .google-map {
  margin-top: 10rem;
  width: 100%;
  height: 55rem;
}
@media (max-width: 767px) {
  .page-access .google-map {
    height: 30rem;
  }
}
.page-access .google-map iframe {
  width: 100%;
  height: 100%;
}
.page-access .means-of-access {
  margin: 8rem 10rem 0;
  background: #fcfbf0;
}
@media (max-width: 767px) {
  .page-access .means-of-access {
    padding: 0 2rem;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .page-access .icon-train,
  .page-access .icon-car {
    width: 3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page-access .means-of-access__item--public {
  padding: 4.5rem 7rem;
}
@media (max-width: 767px) {
  .page-access .means-of-access__item--public {
    padding: 2rem 0;
  }
}
.page-access .means-of-access__item--public .means-of-access__item__title {
  position: relative;
  border-bottom: 1px dotted #ef93bb;
  padding-bottom: 1rem;
  font-size: 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;
  gap: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-access .means-of-access__item--public .means-of-access__item__title {
    font-size: 2rem;
  }
}
.page-access .means-of-access__item--public .means-of-access__item__text {
  margin-top: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-access .means-of-access__item--public .means-of-access__item__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.page-access .means-of-access__item--car {
  padding: 4.5rem 7rem;
}
@media (max-width: 767px) {
  .page-access .means-of-access__item--car {
    padding: 2rem 0;
  }
}
.page-access .means-of-access__item--car .means-of-access__item__title {
  position: relative;
  border-bottom: 1px dotted #ef93bb;
  padding-bottom: 1rem;
  font-size: 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;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-access .means-of-access__item--car .means-of-access__item__title {
    font-size: 2rem;
  }
}
.page-access .means-of-access__item--car .strong {
  background: #ef93bb;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 2rem;
  width: 65rem;
  border-radius: 5rem;
  margin: 4rem auto;
  text-align: center;
}
@media (max-width: 767px) {
  .page-access .means-of-access__item--car .strong {
    font-size: 1.8rem;
    width: 100%;
    padding: 1rem 1rem;
    margin: 2rem auto;
    line-height: 1.5;
  }
}
.page-access .means-of-access__item--car .means-of-access__item__text {
  margin-top: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-access .means-of-access__item--car .means-of-access__item__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.page-access .clinic-exterior {
  margin: 8rem 10rem 16rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-access .clinic-exterior {
    padding: 0 2rem;
    margin: 4rem 0;
    grid-template-columns: 1fr;
  }
}
.page-access .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) {
  .page-access .c-calendar {
    width: 100%;
    padding: 2rem 0 0.2rem;
  }
}
.page-access .c-calendar .c-calendar-table__outer {
  width: 55.7rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #21a646;
}
@media (max-width: 767px) {
  .page-access .c-calendar .c-calendar-table__outer {
    width: 100%;
  }
}
.page-access .c-calendar .c-calendar-table {
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.page-access .c-calendar .c-calendar-table th,
.page-access .c-calendar .c-calendar-table td {
  text-align: center;
  padding: 0.5rem 0rem;
  width: 6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-access .c-calendar .c-calendar-table th,
  .page-access .c-calendar .c-calendar-table td {
    width: 3rem;
    padding: 0.5rem;
  }
}
.page-access .c-calendar .c-calendar-table th span,
.page-access .c-calendar .c-calendar-table td span {
  color: #21a646;
}
@media (max-width: 767px) {
  .page-access .c-calendar .c-calendar-table th span,
  .page-access .c-calendar .c-calendar-table td span {
    font-size: 1.5rem;
  }
}
.page-access .c-calendar .c-calendar-table th {
  font-weight: 400;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-access .c-calendar .c-calendar-table th {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
}
.page-access .c-calendar .c-calendar-table td {
  font-size: 2rem;
  padding: 1.5rem 0.5rem;
}
@media (max-width: 767px) {
  .page-access .c-calendar .c-calendar-table td {
    font-size: 0.5rem;
    padding: 0.3rem;
  }
}
.page-access .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) {
  .page-access .c-calendar .c-calendar-table .th-1st {
    width: 10rem;
    font-size: 1.2rem;
    padding-top: 0;
  }
}
.page-access .c-calendar .c-calendar-table .th-last {
  width: 10rem;
}
@media (max-width: 767px) {
  .page-access .c-calendar .c-calendar-table .th-last {
    width: 5rem;
  }
}
.page-access .c-calendar .c-calendar-table .row1 {
  border-bottom: 1px solid #21a646;
}
@media (max-width: 767px) {
  .page-access .c-calendar .c-calendar-table .row1 {
    padding-top: 0.6rem;
  }
}
.page-access .c-calendar .c-calendar-table .row2,
.page-access .c-calendar .c-calendar-table .row3 {
  padding-top: 0.8rem;
  border-bottom: 1px solid #21a646;
}
.page-access .c-calendar .c-calendar-table .td-1st {
  font-size: 2rem;
  text-align: left;
  width: 26rem;
}
@media (max-width: 767px) {
  .page-access .c-calendar .c-calendar-table .td-1st {
    font-size: 1.2rem;
    width: 10rem;
  }
}
.page-access .c-calendar .c-calendar-table th,
.page-access .c-calendar .c-calendar-table td {
  border-bottom: 1px solid #21a646;
}
.page-access .c-calendar-note {
  font-size: 2rem;
  padding: 0rem 0 0 2.5rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .page-access .c-calendar-note {
    padding: 0.5rem 0 0 1.5rem;
    font-size: 1.8rem;
  }
}

.page-treatment01 .cleaning {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning {
    margin-bottom: 6rem;
  }
}
.page-treatment01 .cleaning-textarea {
  padding: 5rem 10.5rem 4rem;
  background: #f2ffe9;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-textarea {
    margin: 2rem 0;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-textarea .note {
    font-size: 1.2rem;
  }
}
.page-treatment01 .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;
  font-weight: 700;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-title {
    font-size: 1.6rem;
  }
}
.page-treatment01 .cleaning-title__mt6 {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-title__mt6 {
    margin-top: 4rem;
  }
}
.page-treatment01 .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-treatment01 .cleaning-text {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-text {
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.page-treatment01 .cleaning-head {
  font-weight: 700;
  padding: 1rem 0;
}
.page-treatment01 .green1 {
  color: #007c31;
}
.page-treatment01 .cleaning-bottom {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-bottom {
    font-size: 1.2rem;
  }
}
.page-treatment01 .creaning-bottom__text {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.page-treatment01 .green2 {
  color: #5bcd83;
  font-weight: 700;
}
.page-treatment01 .cleaning-table {
  margin-top: 1rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table {
    padding: 0;
  }
}
.page-treatment01 .cleaning-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment01 .cleaning-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment01 .cleaning-table .price-table .service-name {
  width: 50%;
  text-align: center;
  background: #ededed;
}
.page-treatment01 .cleaning-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment01 .cleaning-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment01 .regular-checkup {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-treatment01 .regular-checkup {
    margin-bottom: 6rem;
  }
}
.page-treatment01 .before-after {
  width: 76rem;
  margin: 9rem auto 0;
}
@media (max-width: 767px) {
  .page-treatment01 .before-after {
    width: 100%;
    margin-top: 4rem;
  }
}
.page-treatment01 .before-after-text {
  text-align: center;
  color: #97c400;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-treatment01 .before-after-text {
    font-size: 1.2rem;
  }
}
.page-treatment01 .before-after__flex {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
}
@media (max-width: 767px) {
  .page-treatment01 .before-after__flex {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-treatment01 .before-after__text {
  font-size: 3rem;
  margin-top: 1rem;
  text-align: center;
  color: #97c400;
}
@media (max-width: 767px) {
  .page-treatment01 .before-after__text {
    font-size: 2rem;
  }
}
.page-treatment01 .before-after__text--sub {
  margin-top: 1rem;
  padding: 0.5rem;
}
.page-treatment01 .before-after__text--sub {
  font-size: 1.6rem;
  margin-top: 1rem;
  text-align: center;
}
.page-treatment01 .consultation {
  margin-bottom: 10rem;
}
.page-treatment01 .cleaning-table {
  margin-top: 1rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table {
    padding: 0;
  }
}
.page-treatment01 .cleaning-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment01 .cleaning-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment01 .cleaning-table .price-table .service-name {
  width: 50%;
  text-align: center;
  background: #ededed;
}
.page-treatment01 .cleaning-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment01 .cleaning-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment01 .cleaning-table {
  margin-top: 1rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table {
    padding: 0;
  }
}
.page-treatment01 .cleaning-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment01 .cleaning-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment01 .cleaning-table .price-table .service-name {
  width: 50%;
  text-align: center;
  background: #ededed;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table .price-table .service-name {
    font-size: 1.2rem;
  }
}
.page-treatment01 .cleaning-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table .price-table .price {
    font-size: 1.2rem;
  }
}
.page-treatment01 .cleaning-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment01 .cleaning-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment01 .whitening-comparison__table {
  margin: 6rem 0;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .whitening-comparison__table {
    padding: 0;
    margin: 3rem 0;
  }
}
.page-treatment01 .whitening-comparison__table .comparison-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f79427;
}
.page-treatment01 .whitening-comparison__table .comparison-table th,
.page-treatment01 .whitening-comparison__table .comparison-table td {
  padding: 2rem;
  border: 1px solid #f79427;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment01 .whitening-comparison__table .comparison-table th,
  .page-treatment01 .whitening-comparison__table .comparison-table td {
    padding: 1rem;
    font-size: 1rem;
  }
}
.page-treatment01 .whitening-comparison__table .comparison-table th {
  background: #f79427 !important;
  font-weight: 700;
  border: 1px solid #fff;
  color: #fff;
}
.page-treatment01 .whitening-comparison__table .comparison-table .criteria {
  width: 25%;
  text-align: left;
  background: #f9a952;
  color: #fff;
  border: 1px solid #fff;
}
.page-treatment01 .whitening-comparison__table .comparison-table .office-whitening {
  width: 37.5%;
}
.page-treatment01 .whitening-comparison__table .comparison-table .self-whitening {
  width: 37.5%;
}
.page-treatment01 .cleaning-head {
  font-weight: 700;
  line-height: 2;
}
.page-treatment01 .mark {
  color: #f5922e;
}
.page-treatment01 .whitening-table td {
  padding: 1.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-treatment01 .whitening-table td {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.page-treatment01 .whitening-table .visit-type {
  width: 20%;
  background: #ededed;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-treatment01 .whitening-table .visit-type {
    width: 50%;
  }
}
.page-treatment01 .whitening-table .service-name {
  width: 50%;
  text-align: left !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .page-treatment01 .whitening-table .service-name {
    width: 20% !important;
  }
}
.page-treatment01 .whitening-table .price {
  width: 30%;
  text-align: center;
  background: #fff;
}
.page-treatment01 .youtube {
  margin: 6rem 0;
}
.page-treatment01 .youtube .youtube-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-treatment01 .youtube .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 767px) {
  .page-treatment01 .youtube {
    margin: 4rem 0;
  }
  .page-treatment01 .youtube .youtube-container {
    max-width: 100%;
    padding: 0 2rem;
    padding-bottom: 56.25%;
  }
}
.page-treatment01 .about-whitening__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 4rem 0;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-treatment01 .about-whitening__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0;
  }
}
.page-treatment01 .about-whitening__textarea {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .about-whitening__textarea {
    padding-top: 0;
  }
}
.page-treatment01 .about-whitening__text {
  line-height: 2;
}
.page-treatment01 .about-whitening__text--bottom {
  line-height: 2;
  padding-top: 6rem;
}
.page-treatment01 .about-whitening__imagearea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
.page-treatment01 .about-whitening__imagearea img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .page-treatment01 .about-whitening__imagearea {
    width: 100%;
  }
}
.page-treatment01 .about-whitening__img--text {
  font-size: 1.6rem;
  line-height: 2;
}
.page-treatment01 .implant-flow__head-text {
  padding: 0 3.5rem;
  margin-top: 6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment01 .implant-flow__head-text {
    margin-top: 3rem;
    padding: 0;
  }
}
.page-treatment01 .implant-flow__top {
  margin: 7rem 0;
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-treatment01 .implant-flow__top {
    font-size: 2rem;
    margin: 3rem 0;
  }
}
.page-treatment01 .flow-contents {
  padding: 0 16rem;
}
@media (max-width: 767px) {
  .page-treatment01 .flow-contents {
    padding: 0;
  }
}
.page-treatment01 .flow-item {
  border-bottom: 2px dotted #f5922e;
}
.page-treatment01 .flow-title {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-treatment01 .flow-title {
    font-size: 2rem;
  }
}
.page-treatment01 .flow-text {
  line-height: 2;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .page-treatment01 .flow-text {
    padding: 2rem 0;
  }
}
.page-treatment01 .flow-arrow {
  width: 7rem;
  height: auto;
  margin: 3rem auto;
}
@media (max-width: 767px) {
  .page-treatment01 .flow-arrow {
    margin: 2rem auto;
    width: 5rem;
  }
}
.page-treatment01 .first-table {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .first-table {
    padding: 0;
  }
}
.page-treatment01 .first-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment01 .first-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment01 .first-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment01 .first-table .price-table .visit-type {
  width: 20%;
  background: #ededed;
  text-align: center;
  vertical-align: middle;
}
.page-treatment01 .first-table .price-table .service-name {
  width: 30%;
  text-align: center;
  background: #fff;
}
.page-treatment01 .first-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment01 .first-table .note {
  padding: 0.5rem 0 4rem 1rem;
}
@media (max-width: 767px) {
  .page-treatment01 .first-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment01 .second-table {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .second-table {
    padding: 0;
  }
}
.page-treatment01 .second-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment01 .second-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment01 .second-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment01 .second-table .price-table .service-name {
  width: 50%;
  background: #ededed;
  text-align: center;
  vertical-align: middle;
}
.page-treatment01 .second-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment01 .second-table .note {
  padding: 0.5rem 0 4rem 1rem;
}
@media (max-width: 767px) {
  .page-treatment01 .second-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment01 .company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem auto 6rem;
  max-width: 80rem;
}
@media (max-width: 767px) {
  .page-treatment01 .company-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 100%;
    padding: 0 2rem;
  }
}
.page-treatment01 .company-item {
  text-align: center;
}
.page-treatment01 .company-img {
  width: 35rem;
  height: auto;
}
.page-treatment01 .company-text {
  margin-top: 1rem;
}
.page-treatment01 .surgery {
  margin-top: 10rem;
}
.page-treatment01 .surgery .page-title__en {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-treatment01 .surgery .page-title__en {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.page-treatment01 .surgery .page-titile__head {
  margin-top: 0;
}
.page-treatment01 .dentition-text {
  position: relative;
  padding-left: 3.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment01 .dentition-text {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.page-treatment01 .dentition-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../images/treatment/icon-check.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-treatment01 .dentition-text::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.page-treatment01 .dentition-text__bottom {
  line-height: 2;
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment01 .dentition-text__bottom {
    padding-top: 2rem;
    font-size: 1.2rem;
  }
}
.page-treatment01 .orthodontic-treatment {
  background: url("../images/treatment/bg-pink-set.webp") no-repeat left top/cover;
  width: 100%;
  padding: 5rem 10rem 3rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-treatment01 .orthodontic-treatment {
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding: 2rem;
    background-size: 100% 100%;
  }
}
.page-treatment01 .orthodontic-treatment__head {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .orthodontic-treatment__head {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment01 .orthodontic-treatment__textarea {
  background: #fff;
  padding: 2rem 6rem 3rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .orthodontic-treatment__textarea {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
}
.page-treatment01 .orthodontic-treatment__textarea--image {
  width: 100%;
  height: auto;
}
.page-treatment01 .orthodontic-treatment__textarea--text {
  line-height: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-treatment01 .dentition-text__bottom--children {
    padding-top: 2rem;
  }
}
.page-treatment01 .children-orthodontics-table {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .children-orthodontics-table {
    padding: 0;
  }
}
.page-treatment01 .children-orthodontics-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #f5f5f5;
}
.page-treatment01 .children-orthodontics-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  background: #ededed;
}
@media (max-width: 767px) {
  .page-treatment01 .children-orthodontics-table .price-table td {
    padding: 1rem;
    font-size: 1rem;
  }
}
.page-treatment01 .children-orthodontics-table .price-table .treatment-type {
  width: 25%;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-treatment01 .children-orthodontics-table .price-table .treatment-type {
    padding: 1rem;
    font-size: 1rem;
  }
}
.page-treatment01 .children-orthodontics-table .price-table .service-name {
  width: 17%;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment01 .children-orthodontics-table .price-table .service-name {
    padding: 1rem 0.2rem;
    font-size: 1rem;
    vertical-align: middle;
  }
}
.page-treatment01 .children-orthodontics-table .price-table .price {
  width: 58%;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment01 .children-orthodontics-table .price-table .price {
    padding: 1rem 0.2rem;
    font-size: 1rem;
    vertical-align: middle;
    letter-spacing: -0.02em;
  }
}
.page-treatment01 .children-orthodontics-table .price-table .service-price {
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment01 .children-orthodontics-table .price-table .service-price {
    padding: 1rem 0.2rem;
    font-size: 1rem;
  }
}
.page-treatment01 .children-orthodontics-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment01 .children-orthodontics-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment01 .general-flow {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .page-treatment01 .general-flow {
    margin-bottom: 8rem;
  }
}
.page-treatment01 .metal-free {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-treatment01 .metal-free {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-treatment01 .cleaning-head__text {
  font-weight: 400;
  line-height: 2;
}
.page-treatment01 .evaluation {
  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;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .page-treatment01 .evaluation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
  }
}
.page-treatment01 .evaluation-text span {
  color: #98cf5e;
}
.page-treatment01 .subject-area {
  padding: 4rem 7rem;
}
.page-treatment01 .whitening-flow__contents {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-treatment01 .whitening-flow__contents {
    margin-top: 4rem;
  }
}
.page-treatment01 .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-treatment01 .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-treatment01 .whitening-flow__item--titlearea {
    gap: 2rem;
    padding: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-treatment01 .whitening-flow__item--titlearea--odd {
  background: #feeaf2;
}
.page-treatment01 .whitening-flow__item--titlearea--even {
  background: #f6f0fc;
}
.page-treatment01 .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-treatment01 .icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.page-treatment01 .icon-odd {
  background: #ef93bb;
}
.page-treatment01 .icon-even {
  background: #b4a1e7;
}
.page-treatment01 .whitening-flow__item--title--text {
  font-size: 2.4rem;
}
.page-treatment01 .whitening-flow__item--textarea {
  padding: 5rem 9.5rem;
}
@media (max-width: 767px) {
  .page-treatment01 .whitening-flow__item--textarea {
    padding: 2rem;
  }
}
.page-treatment01 .whitening-flow__item--textarea--odd {
  border-left: 1px solid #ef93bb;
  border-right: 1px solid #ef93bb;
  border-bottom: 1px solid #ef93bb;
}
.page-treatment01 .whitening-flow__item--textarea--even {
  border-left: 1px solid #b4a1e7;
  border-right: 1px solid #b4a1e7;
  border-bottom: 1px solid #b4a1e7;
}
.page-treatment01 .whitening-flow__item--textarea--text {
  line-height: 2;
  width: 81rem;
}
@media (max-width: 767px) {
  .page-treatment01 .whitening-flow__item--textarea--text {
    width: 100%;
  }
}
.page-treatment01 .whitening-flow__item--textarea--text .strong {
  color: #ff0000;
}
.page-treatment01 .flow-arrow {
  width: 6rem;
  height: auto;
  margin: 1.5rem auto 3.5rem;
}
@media (max-width: 767px) {
  .page-treatment01 .flow-arrow {
    width: 4rem;
    margin: 1rem auto 2rem;
  }
}
.page-treatment01 .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .page-treatment01 .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-treatment01 .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;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-treatment01 .btn-area .btn-tel {
    width: 30rem;
    height: 5rem;
  }
}
.page-treatment01 .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-treatment01 .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-treatment01 .btn-area .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
}
.page-treatment01 .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-treatment01 .btn-area .text {
    font-size: 2.4rem;
  }
}
.page-treatment01 .points-to-note {
  padding-top: 6rem;
  margin-bottom: 16rem;
}
.page-treatment01 .points-to-note__text {
  line-height: 2;
  margin-top: 8rem;
}
.page-treatment01 .periodontal-disease__item {
  position: relative;
  padding-left: 3.5rem;
}
.page-treatment01 .periodontal-disease__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../images/treatment/icon-check-pink.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
.page-treatment01 .periodontal-disease__symptoms {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 4rem;
}
.page-treatment01 .periodontal-disease__symptoms .points-to-note__text--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-treatment01 .periodontal-disease__symptoms .points-to-note__text--grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
.page-treatment01 .periodontal-disease__symptoms .points-to-note__text--grid .periodontal-disease__item {
  line-height: 1.5;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.page-treatment01 .periodontal-disease__symptoms .periodontal-disease__symptoms--textarea {
  padding: 4rem 5rem;
  background: #fff;
  line-height: 2;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-treatment01 .periodontal-disease__symptoms .periodontal-disease__symptoms--textarea {
    padding: 1rem 2rem;
    margin-top: 1rem;
    position: absolute;
    left: 0;
  }
}
.page-treatment01 .periodontal-disease__symptoms {
  background: url("../images/treatment/bg-periodontal-disease__symptoms.webp") no-repeat left top/cover;
}
@media (max-width: 767px) {
  .page-treatment01 .periodontal-disease__symptoms {
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    margin-bottom: 30rem;
  }
}
.page-treatment01 .periodontal-disease__symptoms--head-text {
  margin: 2.5rem 0 6rem;
  line-height: 2;
  text-align: center;
}
.page-treatment01 .periodontal-disease__symptoms--head-text span {
  color: #7c5726;
  font-size: 2.4rem;
}
.page-treatment01 .periodontal-disease__symptoms--preventive-dentistry {
  padding: 5rem 10rem 7.5rem;
}
@media (max-width: 767px) {
  .page-treatment01 .periodontal-disease__symptoms--preventive-dentistry {
    padding: 2rem;
    margin-bottom: 10rem;
  }
}
.page-treatment01 .periodontal-disease__symptoms--preventive-dentistry .points-to-note__textarea {
  background: #fff;
  margin-top: 0;
  padding: 4rem 4.5rem;
}
@media (max-width: 767px) {
  .page-treatment01 .periodontal-disease__symptoms--preventive-dentistry .points-to-note__textarea {
    padding: 2rem;
  }
}
.page-treatment01 .periodontal-disease__symptoms--preventive-dentistry .points-to-note__textarea p {
  line-height: 2;
}

.page-treatment02 .cleaning {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .page-treatment02 .cleaning {
    margin-bottom: 6rem;
  }
}
.page-treatment02 .cleaning-textarea {
  padding: 5rem 10.5rem 4rem;
  background: #f2ffe9;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment02 .cleaning-textarea {
    margin: 6rem 0;
    padding: 2rem;
  }
}
.page-treatment02 .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;
  font-weight: 700;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-treatment02 .cleaning-title {
    font-size: 1.6rem;
  }
}
.page-treatment02 .cleaning-title__mt6 {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment02 .cleaning-title__mt6 {
    margin-top: 4rem;
  }
}
.page-treatment02 .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-treatment02 .cleaning-text {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment02 .cleaning-text {
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.page-treatment02 .cleaning-head {
  font-weight: 700;
  padding: 1rem 0;
}
.page-treatment02 .green1 {
  color: #007c31;
}
.page-treatment02 .cleaning-bottom {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.page-treatment02 .green2 {
  color: #5bcd83;
  font-weight: 700;
}
.page-treatment02 .cleaning-table {
  margin-top: 3rem;
  padding: 0 4rem;
}
.page-treatment02 .cleaning-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment02 .cleaning-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-treatment02 .cleaning-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment02 .cleaning-table .price-table .service-name {
  width: 50%;
  text-align: center;
  background: #ededed;
}
.page-treatment02 .cleaning-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment02 .cleaning-table .note {
  padding: 0.5rem 0 0 1rem;
}
.page-treatment02 .regular-checkup {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-treatment02 .regular-checkup {
    margin-bottom: 6rem;
  }
}
.page-treatment02 .consultation {
  margin-bottom: 10rem;
}
.page-treatment02 .wisdom-teeth__flex {
  padding: 4rem 6rem;
  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-treatment02 .wisdom-teeth__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }
}
.page-treatment02 .wisdom-teeth__flex .textarea {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment02 .wisdom-teeth__flex .textarea {
    font-size: 1.4rem;
  }
}
.page-treatment02 .wisdom-teeth__flex .imagearea {
  width: 50%;
}
@media (max-width: 767px) {
  .page-treatment02 .wisdom-teeth__flex .imagearea {
    width: 100%;
  }
}

.page-treatment03 .cleaning {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning {
    margin-bottom: 6rem;
  }
}
.page-treatment03 .cleaning-textarea {
  padding: 5rem 10.5rem 4rem;
  background: #f2ffe9;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-textarea {
    margin: 2rem 0;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-textarea .note {
    font-size: 1.2rem;
  }
}
.page-treatment03 .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;
  font-weight: 700;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-title {
    font-size: 1.6rem;
  }
}
.page-treatment03 .cleaning-title__mt6 {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-title__mt6 {
    margin-top: 4rem;
  }
}
.page-treatment03 .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-treatment03 .cleaning-text {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-text {
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.page-treatment03 .cleaning-head {
  font-weight: 700;
  padding: 1rem 0;
}
.page-treatment03 .green1 {
  color: #007c31;
}
.page-treatment03 .cleaning-bottom {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-bottom {
    font-size: 1.2rem;
  }
}
.page-treatment03 .creaning-bottom__text {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.page-treatment03 .green2 {
  color: #5bcd83;
  font-weight: 700;
}
.page-treatment03 .cleaning-table {
  margin-top: 1rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table {
    padding: 0;
  }
}
.page-treatment03 .cleaning-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment03 .cleaning-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment03 .cleaning-table .price-table .service-name {
  width: 50%;
  text-align: center;
  background: #ededed;
}
.page-treatment03 .cleaning-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment03 .cleaning-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment03 .regular-checkup {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-treatment03 .regular-checkup {
    margin-bottom: 6rem;
  }
}
.page-treatment03 .before-after {
  width: 76rem;
  margin: 9rem auto 0;
}
@media (max-width: 767px) {
  .page-treatment03 .before-after {
    width: 100%;
    margin-top: 4rem;
  }
}
.page-treatment03 .before-after-text {
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment03 .before-after-text {
    font-size: 1.2rem;
  }
}
.page-treatment03 .before-after__flex {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
}
@media (max-width: 767px) {
  .page-treatment03 .before-after__flex {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-treatment03 .before-after__text {
  font-size: 3rem;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment03 .before-after__text {
    font-size: 2rem;
  }
}
.page-treatment03 .consultation {
  margin-bottom: 10rem;
}
.page-treatment03 .cleaning-table {
  margin-top: 1rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table {
    padding: 0;
  }
}
.page-treatment03 .cleaning-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment03 .cleaning-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment03 .cleaning-table .price-table .service-name {
  width: 50%;
  text-align: center;
  background: #ededed;
}
.page-treatment03 .cleaning-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment03 .cleaning-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment03 .cleaning-table {
  margin-top: 1rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table {
    padding: 0;
  }
}
.page-treatment03 .cleaning-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment03 .cleaning-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment03 .cleaning-table .price-table .service-name {
  width: 50%;
  text-align: center;
  background: #ededed;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table .price-table .service-name {
    font-size: 1.2rem;
  }
}
.page-treatment03 .cleaning-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table .price-table .price {
    font-size: 1.2rem;
  }
}
.page-treatment03 .cleaning-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment03 .cleaning-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment03 .whitening-comparison__table {
  margin: 6rem 0;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment03 .whitening-comparison__table {
    padding: 0;
    margin: 3rem 0;
  }
}
.page-treatment03 .whitening-comparison__table .comparison-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f79427;
}
.page-treatment03 .whitening-comparison__table .comparison-table th, .page-treatment03 .whitening-comparison__table .comparison-table td {
  padding: 2rem;
  border: 1px solid #f79427;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment03 .whitening-comparison__table .comparison-table th, .page-treatment03 .whitening-comparison__table .comparison-table td {
    padding: 1rem;
    font-size: 1rem;
  }
}
.page-treatment03 .whitening-comparison__table .comparison-table th {
  background: #f79427 !important;
  font-weight: 700;
  border: 1px solid #fff;
  color: #fff;
}
.page-treatment03 .whitening-comparison__table .comparison-table .criteria {
  width: 25%;
  text-align: left;
  background: #f9a952;
  color: #fff;
  border: 1px solid #fff;
}
.page-treatment03 .whitening-comparison__table .comparison-table .office-whitening {
  width: 37.5%;
}
.page-treatment03 .whitening-comparison__table .comparison-table .self-whitening {
  width: 37.5%;
}
.page-treatment03 .cleaning-head {
  font-weight: 700;
  line-height: 2;
}
.page-treatment03 .mark {
  color: #f5922e;
}
.page-treatment03 .whitening-table td {
  padding: 1.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-treatment03 .whitening-table td {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.page-treatment03 .whitening-table .visit-type {
  width: 20%;
  background: #ededed;
  text-align: center;
  vertical-align: middle;
}
.page-treatment03 .whitening-table .service-name {
  width: 50%;
  text-align: left !important;
  padding-left: 2rem;
}
.page-treatment03 .whitening-table .price {
  width: 30%;
  text-align: center;
  background: #fff;
}
.page-treatment03 .youtube {
  margin: 6rem 0;
}
.page-treatment03 .youtube .youtube-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-treatment03 .youtube .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 767px) {
  .page-treatment03 .youtube {
    margin: 4rem 0;
  }
  .page-treatment03 .youtube .youtube-container {
    max-width: 100%;
    padding: 0 2rem;
    padding-bottom: 56.25%;
  }
}
.page-treatment03 .about-whitening__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 4rem 0;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-treatment03 .about-whitening__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0;
  }
}
.page-treatment03 .about-whitening__textarea {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .page-treatment03 .about-whitening__textarea {
    padding-top: 0;
  }
}
.page-treatment03 .about-whitening__text {
  line-height: 2;
}
.page-treatment03 .about-whitening__text--bottom {
  line-height: 2;
  padding-top: 6rem;
}
.page-treatment03 .about-whitening__imagearea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
.page-treatment03 .about-whitening__imagearea img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .page-treatment03 .about-whitening__imagearea {
    width: 100%;
  }
}
.page-treatment03 .about-whitening__img--text {
  font-size: 1.6rem;
  line-height: 2;
}
.page-treatment03 .implant-flow__head-text {
  padding: 0 3.5rem;
  margin-top: 6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment03 .implant-flow__head-text {
    margin-top: 3rem;
    padding: 0;
  }
}
.page-treatment03 .implant-flow__top {
  margin: 7rem 0;
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-treatment03 .implant-flow__top {
    font-size: 2rem;
    margin: 3rem 0;
  }
}
.page-treatment03 .flow-contents {
  padding: 0 16rem;
}
@media (max-width: 767px) {
  .page-treatment03 .flow-contents {
    padding: 0;
  }
}
.page-treatment03 .flow-item {
  border-bottom: 2px dotted #f5922e;
}
.page-treatment03 .flow-title {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-treatment03 .flow-title {
    font-size: 2rem;
  }
}
.page-treatment03 .flow-text {
  line-height: 2;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .page-treatment03 .flow-text {
    padding: 2rem 0;
  }
}
.page-treatment03 .flow-arrow {
  width: 7rem;
  height: auto;
  margin: 3rem auto;
}
@media (max-width: 767px) {
  .page-treatment03 .flow-arrow {
    margin: 2rem auto;
    width: 5rem;
  }
}
.page-treatment03 .first-table {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment03 .first-table {
    padding: 0;
  }
}
.page-treatment03 .first-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment03 .first-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment03 .first-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment03 .first-table .price-table .visit-type {
  width: 20%;
  background: #ededed;
  text-align: center;
  vertical-align: middle;
}
.page-treatment03 .first-table .price-table .service-name {
  width: 30%;
  text-align: center;
  background: #fff;
}
.page-treatment03 .first-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment03 .first-table .note {
  padding: 0.5rem 0 4rem 1rem;
}
@media (max-width: 767px) {
  .page-treatment03 .first-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment03 .second-table {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment03 .second-table {
    padding: 0;
  }
}
.page-treatment03 .second-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment03 .second-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment03 .second-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment03 .second-table .price-table .service-name {
  width: 50%;
  background: #ededed;
  text-align: center;
  vertical-align: middle;
}
.page-treatment03 .second-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment03 .second-table .note {
  padding: 0.5rem 0 4rem 1rem;
}
@media (max-width: 767px) {
  .page-treatment03 .second-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment03 .company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem auto 6rem;
  max-width: 80rem;
}
@media (max-width: 767px) {
  .page-treatment03 .company-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 100%;
    padding: 0 2rem;
  }
}
.page-treatment03 .company-item {
  text-align: center;
}
.page-treatment03 .company-img {
  width: 35rem;
  height: auto;
}
.page-treatment03 .company-text {
  margin-top: 1rem;
}
.page-treatment03 .surgery {
  margin-top: 10rem;
}
.page-treatment03 .surgery .page-title__en {
  font-size: 2.4rem;
  text-align: center;
  color: #f5922e;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-treatment03 .surgery .page-title__en {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.page-treatment03 .surgery .page-titile__head {
  margin-top: 0;
}
.page-treatment03 .dentition-text {
  position: relative;
  padding-left: 3.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment03 .dentition-text {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.page-treatment03 .dentition-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../images/treatment/icon-check.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-treatment03 .dentition-text::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.page-treatment03 .dentition-text__bottom {
  line-height: 2;
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment03 .dentition-text__bottom {
    padding-top: 2rem;
    font-size: 1.2rem;
  }
}
.page-treatment03 .orthodontic-treatment {
  background: url("../images/treatment/bg-pink-set.webp") no-repeat left top/cover;
  width: 100%;
  padding: 5rem 10rem 3rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-treatment03 .orthodontic-treatment {
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding: 2rem;
    background-size: 100% 100%;
  }
}
.page-treatment03 .orthodontic-treatment__head {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-treatment03 .orthodontic-treatment__head {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment03 .orthodontic-treatment__textarea {
  background: #fff;
  padding: 2rem 6rem 3rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-treatment03 .orthodontic-treatment__textarea {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
}
.page-treatment03 .orthodontic-treatment__textarea--image {
  width: 100%;
  height: auto;
}
.page-treatment03 .orthodontic-treatment__textarea--text {
  line-height: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-treatment03 .dentition-text__bottom--children {
    padding-top: 2rem;
  }
}
.page-treatment03 .children-orthodontics-table {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment03 .children-orthodontics-table {
    padding: 0;
  }
}
.page-treatment03 .children-orthodontics-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #f5f5f5;
}
.page-treatment03 .children-orthodontics-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  background: #ededed;
}
@media (max-width: 767px) {
  .page-treatment03 .children-orthodontics-table .price-table td {
    padding: 1rem;
    font-size: 1rem;
  }
}
.page-treatment03 .children-orthodontics-table .price-table .treatment-type {
  width: 25%;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-treatment03 .children-orthodontics-table .price-table .treatment-type {
    padding: 1rem;
    font-size: 1rem;
  }
}
.page-treatment03 .children-orthodontics-table .price-table .service-name {
  width: 17%;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment03 .children-orthodontics-table .price-table .service-name {
    padding: 1rem 0.2rem;
    font-size: 1rem;
    vertical-align: middle;
  }
}
.page-treatment03 .children-orthodontics-table .price-table .price {
  width: 58%;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment03 .children-orthodontics-table .price-table .price {
    padding: 1rem 0.2rem;
    font-size: 1rem;
    vertical-align: middle;
    letter-spacing: -0.02em;
  }
}
.page-treatment03 .children-orthodontics-table .price-table .service-price {
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment03 .children-orthodontics-table .price-table .service-price {
    padding: 1rem 0.2rem;
    font-size: 1rem;
  }
}
.page-treatment03 .children-orthodontics-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment03 .children-orthodontics-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment03 .general-flow {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .page-treatment03 .general-flow {
    margin-bottom: 8rem;
  }
}
.page-treatment03 .cleaning-head__text {
  font-weight: 400;
  line-height: 2;
}

.page-treatment04 .cleaning {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning {
    margin-bottom: 6rem;
  }
}
.page-treatment04 .cleaning-textarea {
  padding: 5rem 10.5rem 4rem;
  background: #f2ffe9;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-textarea {
    margin: 2rem 0;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-textarea .note {
    font-size: 1.2rem;
  }
}
.page-treatment04 .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;
  font-weight: 700;
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-title {
    font-size: 1.6rem;
  }
}
.page-treatment04 .cleaning-title__mt6 {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-title__mt6 {
    margin-top: 4rem;
  }
}
.page-treatment04 .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-treatment04 .cleaning-text {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-text {
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.page-treatment04 .cleaning-head {
  font-weight: 700;
  padding: 1rem 0;
}
.page-treatment04 .green1 {
  color: #007c31;
}
.page-treatment04 .cleaning-bottom {
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-bottom {
    font-size: 1.2rem;
  }
}
.page-treatment04 .creaning-bottom__text {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.page-treatment04 .green2 {
  color: #5bcd83;
  font-weight: 700;
}
.page-treatment04 .cleaning-table {
  margin-top: 1rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table {
    padding: 0;
  }
}
.page-treatment04 .cleaning-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment04 .cleaning-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment04 .cleaning-table .price-table .service-name {
  width: 50%;
  text-align: center;
  background: #ededed;
}
.page-treatment04 .cleaning-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment04 .cleaning-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment04 .regular-checkup {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-treatment04 .regular-checkup {
    margin-bottom: 6rem;
  }
}
.page-treatment04 .before-after {
  width: 76rem;
  margin: 9rem auto 0;
}
@media (max-width: 767px) {
  .page-treatment04 .before-after {
    width: 100%;
    margin-top: 4rem;
  }
}
.page-treatment04 .before-after-text {
  text-align: center;
  color: #97c400;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-treatment04 .before-after-text {
    font-size: 1.2rem;
  }
}
.page-treatment04 .before-after__flex {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
}
@media (max-width: 767px) {
  .page-treatment04 .before-after__flex {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-treatment04 .before-after__text {
  font-size: 3rem;
  margin-top: 1rem;
  text-align: center;
  color: #97c400;
}
@media (max-width: 767px) {
  .page-treatment04 .before-after__text {
    font-size: 2rem;
  }
}
.page-treatment04 .before-after__text--sub {
  margin-top: 1rem;
  padding: 0.5rem;
}
.page-treatment04 .before-after__text--sub {
  font-size: 1.6rem;
  margin-top: 1rem;
  text-align: center;
}
.page-treatment04 .consultation {
  margin-bottom: 10rem;
}
.page-treatment04 .cleaning-table {
  margin-top: 1rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table {
    padding: 0;
  }
}
.page-treatment04 .cleaning-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment04 .cleaning-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment04 .cleaning-table .price-table .service-name {
  width: 50%;
  text-align: center;
  background: #ededed;
}
.page-treatment04 .cleaning-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment04 .cleaning-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment04 .cleaning-table {
  margin-top: 1rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table {
    padding: 0;
  }
}
.page-treatment04 .cleaning-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment04 .cleaning-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment04 .cleaning-table .price-table .service-name {
  width: 50%;
  text-align: center;
  background: #ededed;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table .price-table .service-name {
    font-size: 1.2rem;
  }
}
.page-treatment04 .cleaning-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table .price-table .price {
    font-size: 1.2rem;
  }
}
.page-treatment04 .cleaning-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment04 .cleaning-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment04 .whitening-comparison__table {
  margin: 6rem 0;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment04 .whitening-comparison__table {
    padding: 0;
    margin: 3rem 0;
  }
}
.page-treatment04 .whitening-comparison__table .comparison-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f79427;
}
.page-treatment04 .whitening-comparison__table .comparison-table th,
.page-treatment04 .whitening-comparison__table .comparison-table td {
  padding: 2rem;
  border: 1px solid #f79427;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment04 .whitening-comparison__table .comparison-table th,
  .page-treatment04 .whitening-comparison__table .comparison-table td {
    padding: 1rem;
    font-size: 1rem;
  }
}
.page-treatment04 .whitening-comparison__table .comparison-table th {
  background: #f79427 !important;
  font-weight: 700;
  border: 1px solid #fff;
  color: #fff;
}
.page-treatment04 .whitening-comparison__table .comparison-table .criteria {
  width: 25%;
  text-align: left;
  background: #f9a952;
  color: #fff;
  border: 1px solid #fff;
}
.page-treatment04 .whitening-comparison__table .comparison-table .office-whitening {
  width: 37.5%;
}
.page-treatment04 .whitening-comparison__table .comparison-table .self-whitening {
  width: 37.5%;
}
.page-treatment04 .cleaning-head {
  font-weight: 700;
  line-height: 2;
}
.page-treatment04 .mark {
  color: #f5922e;
}
.page-treatment04 .whitening-table td {
  padding: 1.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-treatment04 .whitening-table td {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.page-treatment04 .whitening-table .visit-type {
  width: 20%;
  background: #ededed;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-treatment04 .whitening-table .visit-type {
    width: 50%;
  }
}
.page-treatment04 .whitening-table .service-name {
  width: 50%;
  text-align: left !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .page-treatment04 .whitening-table .service-name {
    width: 20% !important;
  }
}
.page-treatment04 .whitening-table .price {
  width: 30%;
  text-align: center;
  background: #fff;
}
.page-treatment04 .youtube {
  margin: 6rem 0;
}
.page-treatment04 .youtube .youtube-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-treatment04 .youtube .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 767px) {
  .page-treatment04 .youtube {
    margin: 4rem 0;
  }
  .page-treatment04 .youtube .youtube-container {
    max-width: 100%;
    padding: 0 2rem;
    padding-bottom: 56.25%;
  }
}
.page-treatment04 .about-whitening__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 4rem 0;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-treatment04 .about-whitening__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0;
  }
}
.page-treatment04 .about-whitening__textarea {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .page-treatment04 .about-whitening__textarea {
    padding-top: 0;
  }
}
.page-treatment04 .about-whitening__text {
  line-height: 2;
}
.page-treatment04 .about-whitening__text--bottom {
  line-height: 2;
  padding-top: 6rem;
}
.page-treatment04 .about-whitening__imagearea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
.page-treatment04 .about-whitening__imagearea img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .page-treatment04 .about-whitening__imagearea {
    width: 100%;
  }
}
.page-treatment04 .about-whitening__img--text {
  font-size: 1.6rem;
  line-height: 2;
}
.page-treatment04 .implant-flow__head-text {
  padding: 0 3.5rem;
  margin-top: 6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment04 .implant-flow__head-text {
    margin-top: 3rem;
    padding: 0;
  }
}
.page-treatment04 .implant-flow__top {
  margin: 7rem 0;
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-treatment04 .implant-flow__top {
    font-size: 2rem;
    margin: 3rem 0;
  }
}
.page-treatment04 .flow-contents {
  padding: 0 16rem;
}
@media (max-width: 767px) {
  .page-treatment04 .flow-contents {
    padding: 0;
  }
}
.page-treatment04 .flow-item {
  border-bottom: 2px dotted #f5922e;
}
.page-treatment04 .flow-title {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-treatment04 .flow-title {
    font-size: 2rem;
  }
}
.page-treatment04 .flow-text {
  line-height: 2;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .page-treatment04 .flow-text {
    padding: 2rem 0;
  }
}
.page-treatment04 .flow-arrow {
  width: 7rem;
  height: auto;
  margin: 3rem auto;
}
@media (max-width: 767px) {
  .page-treatment04 .flow-arrow {
    margin: 2rem auto;
    width: 5rem;
  }
}
.page-treatment04 .first-table {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment04 .first-table {
    padding: 0;
  }
}
.page-treatment04 .first-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment04 .first-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment04 .first-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment04 .first-table .price-table .visit-type {
  width: 20%;
  background: #ededed;
  text-align: center;
  vertical-align: middle;
}
.page-treatment04 .first-table .price-table .service-name {
  width: 30%;
  text-align: center;
  background: #fff;
}
.page-treatment04 .first-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment04 .first-table .note {
  padding: 0.5rem 0 4rem 1rem;
}
@media (max-width: 767px) {
  .page-treatment04 .first-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment04 .second-table {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment04 .second-table {
    padding: 0;
  }
}
.page-treatment04 .second-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.page-treatment04 .second-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 767px) {
  .page-treatment04 .second-table .price-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-treatment04 .second-table .price-table .service-name {
  width: 50%;
  background: #ededed;
  text-align: center;
  vertical-align: middle;
}
.page-treatment04 .second-table .price-table .price {
  width: 50%;
  text-align: center;
  background: #fff;
}
.page-treatment04 .second-table .note {
  padding: 0.5rem 0 4rem 1rem;
}
@media (max-width: 767px) {
  .page-treatment04 .second-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment04 .company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem auto 6rem;
  max-width: 80rem;
}
@media (max-width: 767px) {
  .page-treatment04 .company-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 100%;
    padding: 0 2rem;
  }
}
.page-treatment04 .company-item {
  text-align: center;
}
.page-treatment04 .company-img {
  width: 35rem;
  height: auto;
}
.page-treatment04 .company-text {
  margin-top: 1rem;
}
.page-treatment04 .surgery {
  margin-top: 10rem;
}
.page-treatment04 .surgery .page-title__en {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-treatment04 .surgery .page-title__en {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.page-treatment04 .surgery .page-titile__head {
  margin-top: 0;
}
.page-treatment04 .dentition-text {
  position: relative;
  padding-left: 3.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-treatment04 .dentition-text {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.page-treatment04 .dentition-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../images/treatment/icon-check.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-treatment04 .dentition-text::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.page-treatment04 .dentition-text__bottom {
  line-height: 2;
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .page-treatment04 .dentition-text__bottom {
    padding-top: 2rem;
    font-size: 1.2rem;
  }
}
.page-treatment04 .orthodontic-treatment {
  background: url("../images/treatment/bg-pink-set.webp") no-repeat left top/cover;
  width: 100%;
  padding: 5rem 10rem 3rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .page-treatment04 .orthodontic-treatment {
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding: 2rem;
    background-size: 100% 100%;
  }
}
.page-treatment04 .orthodontic-treatment__head {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-treatment04 .orthodontic-treatment__head {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment04 .orthodontic-treatment__textarea {
  background: #fff;
  padding: 2rem 6rem 3rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-treatment04 .orthodontic-treatment__textarea {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
}
.page-treatment04 .orthodontic-treatment__textarea--image {
  width: 100%;
  height: auto;
}
.page-treatment04 .orthodontic-treatment__textarea--text {
  line-height: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-treatment04 .dentition-text__bottom--children {
    padding-top: 2rem;
  }
}
.page-treatment04 .children-orthodontics-table {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .page-treatment04 .children-orthodontics-table {
    padding: 0;
  }
}
.page-treatment04 .children-orthodontics-table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #f5f5f5;
}
.page-treatment04 .children-orthodontics-table .price-table td {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  background: #ededed;
}
@media (max-width: 767px) {
  .page-treatment04 .children-orthodontics-table .price-table td {
    padding: 1rem;
    font-size: 1rem;
  }
}
.page-treatment04 .children-orthodontics-table .price-table .treatment-type {
  width: 25%;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-treatment04 .children-orthodontics-table .price-table .treatment-type {
    padding: 1rem;
    font-size: 1rem;
  }
}
.page-treatment04 .children-orthodontics-table .price-table .service-name {
  width: 17%;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment04 .children-orthodontics-table .price-table .service-name {
    padding: 1rem 0.2rem;
    font-size: 1rem;
    vertical-align: middle;
  }
}
.page-treatment04 .children-orthodontics-table .price-table .price {
  width: 58%;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment04 .children-orthodontics-table .price-table .price {
    padding: 1rem 0.2rem;
    font-size: 1rem;
    vertical-align: middle;
    letter-spacing: -0.02em;
  }
}
.page-treatment04 .children-orthodontics-table .price-table .service-price {
  background: #fff;
}
@media (max-width: 767px) {
  .page-treatment04 .children-orthodontics-table .price-table .service-price {
    padding: 1rem 0.2rem;
    font-size: 1rem;
  }
}
.page-treatment04 .children-orthodontics-table .note {
  padding: 0.5rem 0 0 1rem;
}
@media (max-width: 767px) {
  .page-treatment04 .children-orthodontics-table .note {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.page-treatment04 .general-flow {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .page-treatment04 .general-flow {
    margin-bottom: 8rem;
  }
}
.page-treatment04 .metal-free {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-treatment04 .metal-free {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-treatment04 .cleaning-head__text {
  font-weight: 400;
  line-height: 2;
}
.page-treatment04 .evaluation {
  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;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .page-treatment04 .evaluation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
  }
}
.page-treatment04 .evaluation-text span {
  color: #98cf5e;
}
.page-treatment04 .subject-area {
  padding: 4rem 7rem;
}
.page-treatment04 .whitening-flow__contents {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-treatment04 .whitening-flow__contents {
    margin-top: 4rem;
  }
}
.page-treatment04 .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-treatment04 .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-treatment04 .whitening-flow__item--titlearea {
    gap: 2rem;
    padding: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-treatment04 .whitening-flow__item--titlearea--odd {
  background: #feeaf2;
}
.page-treatment04 .whitening-flow__item--titlearea--even {
  background: #f6f0fc;
}
.page-treatment04 .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-treatment04 .icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.page-treatment04 .icon-odd {
  background: #ef93bb;
}
.page-treatment04 .icon-even {
  background: #b4a1e7;
}
.page-treatment04 .whitening-flow__item--title--text {
  font-size: 2.4rem;
}
.page-treatment04 .whitening-flow__item--textarea {
  padding: 5rem 9.5rem;
}
@media (max-width: 767px) {
  .page-treatment04 .whitening-flow__item--textarea {
    padding: 2rem;
  }
}
.page-treatment04 .whitening-flow__item--textarea--odd {
  border-left: 1px solid #ef93bb;
  border-right: 1px solid #ef93bb;
  border-bottom: 1px solid #ef93bb;
}
.page-treatment04 .whitening-flow__item--textarea--even {
  border-left: 1px solid #b4a1e7;
  border-right: 1px solid #b4a1e7;
  border-bottom: 1px solid #b4a1e7;
}
.page-treatment04 .whitening-flow__item--textarea--text {
  line-height: 2;
  width: 81rem;
}
@media (max-width: 767px) {
  .page-treatment04 .whitening-flow__item--textarea--text {
    width: 100%;
  }
}
.page-treatment04 .whitening-flow__item--textarea--text .strong {
  color: #ff0000;
}
.page-treatment04 .flow-arrow {
  width: 6rem;
  height: auto;
  margin: 1.5rem auto 3.5rem;
}
@media (max-width: 767px) {
  .page-treatment04 .flow-arrow {
    width: 4rem;
    margin: 1rem auto 2rem;
  }
}
.page-treatment04 .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .page-treatment04 .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-treatment04 .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;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-treatment04 .btn-area .btn-tel {
    width: 30rem;
    height: 5rem;
  }
}
.page-treatment04 .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-treatment04 .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-treatment04 .btn-area .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
}
.page-treatment04 .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-treatment04 .btn-area .text {
    font-size: 2.4rem;
  }
}
.page-treatment04 .points-to-note {
  padding-top: 6rem;
  margin-bottom: 16rem;
}
.page-treatment04 .points-to-note__text {
  line-height: 2;
  margin-top: 8rem;
}

.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;
}
.page-recruit .requirements-contents {
  margin-bottom: 6rem;
}
@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%);
}

.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: 55.7rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #21a646;
}
.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: 5rem;
    padding: 0.5rem;
  }
}
.c-calendar .c-calendar-table th span,
.c-calendar .c-calendar-table td span {
  color: #21a646;
}
@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 .th-last {
  width: 10rem;
}
.c-calendar .c-calendar-table .row1 {
  border-bottom: 1px solid #21a646;
}
@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 {
  border-bottom: 1px solid #21a646;
}
.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 #21a646;
}

.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;
}
.fv-navi::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  height: 2rem;
  background: transparent;
}
.fv-navi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
}
@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::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  right: -1rem;
  bottom: -1.5rem;
  background: transparent;
  z-index: -1;
}
.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: calc(100% + 0.5rem);
  -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: 0;
}
.fv-navi .has-dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  pointer-events: none;
}
.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;
  position: relative;
  z-index: 1;
}
.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;
  margin-top: 2.4rem;
}
@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: 28rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fv-right .text {
  font-size: 1.8rem;
  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: 51.4rem;
  height: auto;
  margin: 1rem 0 0 3rem;
}
@media (max-width: 767px) {
  .fv-logo {
    width: 27rem;
    margin: 0.5rem;
  }
}

@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: 3.5rem;
  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;
  line-height: 1;
}
.fv-reserve__web--pc .text {
  font-size: 3.5rem;
}

.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;
  margin-bottom: 27rem;
  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;
    margin-bottom: 8rem;
    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;
}