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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

body {
  font-family: "Zen Old Mincho", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #454545;
  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,
h3,
a,
p {
  line-height: 1;
}

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

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

.inner1280 {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner1280 {
    padding: 0 3rem;
  }
}

.inner1190 {
  max-width: 119rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner1190 {
    padding: 0 3rem;
  }
}

.page-about {
  background: url("../images/bg-page-head.webp") no-repeat center 100%;
  background-size: cover;
}

.section-title {
  margin: 8rem auto;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: inherit;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  margin: 8rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2.4rem;
    margin: 4rem auto;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8.8rem;
  height: 8.8rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icon-title.webp") no-repeat center center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section-title::before {
    width: 4rem;
    height: 4rem;
  }
}
.section-title > * {
  position: relative;
  z-index: 1;
}

.mv {
  position: relative;
  height: 51.7rem;
  background: url("../images/page-mv.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .mv {
    height: 25rem;
  }
}
.mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.33);
  z-index: 1;
  pointer-events: none;
}

.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: 4.8rem;
  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: 3.2rem;
  color: #fff;
  margin-top: 4.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-title .page-title__en {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}

.bg-gray {
  background: #DDE2E8;
}

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

.l-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 14.7rem;
  -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: 11.1rem;
    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: rgba(81, 102, 132, 0.8);
}
@media (max-width: 767px) {
  .l-header__wrap {
    display: none;
  }
}

.header-navi {
  padding: 0;
  width: 100%;
}
.header-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  padding-left: 2rem;
  list-style: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  padding: 0 2.8rem;
}
.header-navi li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 3.6rem;
  background: #fff;
  opacity: 0.5;
}
.header-navi li:last-child {
  padding: 0;
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 100%;
}
.header-navi .nav-link {
  color: #fff;
  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;
}
.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: 14.7rem;
}
@media (max-width: 767px) {
  .fv-reserve__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    height: auto;
  }
}

.fv-reserve__tel {
  width: 38rem;
  height: 100%;
  padding: 2rem 4rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: rgba(146, 144, 140, 0.8);
  z-index: 1;
}
@media (max-width: 767px) {
  .fv-reserve__tel {
    width: 28rem;
    margin: 0 auto;
    padding: 1rem 0;
    border: 2px solid #fff;
    font-size: 1.6rem;
  }
}
.fv-reserve__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: #A5A39E;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}
.fv-reserve__tel > * {
  position: relative;
  z-index: 1;
}

.fv-reserve__tel--number {
  font-size: 2.8rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .fv-reserve__tel--number {
    font-size: 1.6rem;
  }
}
.fv-reserve__tel--number span {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .fv-reserve__tel--number span {
    font-size: 2.4rem;
  }
}

.fv-reserve__tel--time {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .fv-reserve__tel--time {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

.fv-reserve__web {
  background: #9486ae;
  color: #fff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .fv-reserve__web {
    width: 28rem;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 1rem 2rem 2rem;
  }
}

.fv-reserve__web--time {
  background: #786699;
  padding: 0.5rem 2rem;
  text-align: center;
}

.fv-reserve__web--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  font-size: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .fv-reserve__web--phone {
    font-size: 2rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}
.fv-reserve__web--phone p {
  margin-left: 1rem;
}

.icon {
  width: 2rem;
  height: auto;
}
@media (max-width: 767px) {
  .icon {
    width: 1.6rem;
  }
}

.arrow {
  max-width: 15.5rem;
  height: 0.7rem;
}
@media (max-width: 767px) {
  .arrow {
    max-width: 13.3rem;
    height: 0.6rem;
    margin: 0 auto;
  }
}

.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: #667BA1;
  border: none;
  position: relative;
  z-index: 1100;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 3.2rem;
  height: 0.4rem;
  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(1.2rem) rotate(45deg);
          transform: translateY(1.2rem) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-1.2rem) rotate(-45deg);
          transform: translateY(-1.2rem) rotate(-45deg);
}

@media (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 3.8rem 1.6rem 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: #91A7BB;
  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;
}
@media (max-width: 767px) {
  .hamburger-menu .hamburger-menu__list li {
    color: #fff;
  }
}
.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: #454545;
  gap: 0.5rem;
}
.hamburger-menu .hamburger-menu__list li a:hover {
  background: #ececec;
}

.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 {
    color: #fff;
    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 {
  background: #7B7870;
  color: #fff;
  padding: 10.5rem 0 0;
}
.l-footer .general-information {
  width: 128rem;
  margin: 0 auto;
  padding-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .l-footer .general-information {
    width: 100%;
  }
}
.l-footer .general-information__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer .general-information__contents .fv-title__ja {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-title__ja {
    font-size: 2.4rem;
  }
}
.l-footer .general-information__contents .fv-title__en {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-title__en {
    font-size: 1.3rem;
  }
}
.l-footer .general-information__contents .fv-title__outline {
  margin-top: 2rem;
  border: 1px solid #fff;
  padding: 0.5rem;
  width: 33rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-title__outline {
    font-size: 1.4rem;
    width: 21.5rem;
  }
}
.l-footer .general-information__contents .fv-title__address {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-title__address {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer .general-information__contents .fv-reserve__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14.7rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-reserve__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.l-footer .general-information__contents .fv-reserve__tel {
  width: 38rem;
  height: 100%;
  padding: 2rem 4rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: rgba(146, 144, 140, 0.8);
  z-index: 1;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-reserve__tel {
    width: 28.4rem;
    margin: 0 auto;
    border: 2px solid #fff;
  }
}
.l-footer .general-information__contents .fv-reserve__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: #A3A19C;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}
.l-footer .general-information__contents .fv-reserve__tel > * {
  position: relative;
  z-index: 1;
}
.l-footer .general-information__contents .fv-reserve__tel .fv-reserve__tel--number {
  font-size: 2.8rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-reserve__tel .fv-reserve__tel--number {
    font-size: 1.6rem;
  }
}
.l-footer .general-information__contents .fv-reserve__tel .fv-reserve__tel--number span {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-reserve__tel .fv-reserve__tel--number span {
    font-size: 2.4rem;
  }
}
.l-footer .general-information__contents .fv-reserve__tel .fv-reserve__tel--time {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-reserve__tel .fv-reserve__tel--time {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.l-footer .general-information__contents .fv-reserve__web {
  background: #9486ae;
  color: #fff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-reserve__web {
    width: 28.4rem;
    margin: 2rem auto 3rem;
    border: 2px solid #fff;
  }
}
.l-footer .general-information__contents .fv-reserve__web--time {
  background: #786699;
  padding: 0.5rem 2rem;
  text-align: center;
}
.l-footer .general-information__contents .fv-reserve__web--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  font-size: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-reserve__web--phone {
    font-size: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}
.l-footer .general-information__contents .fv-reserve__web--phone p {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .fv-reserve__web--phone p {
    padding-top: 0.5rem;
  }
}
.l-footer .general-information__contents .icon {
  width: 2rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .icon {
    width: 1.4rem;
  }
}
.l-footer .general-information__contents .arrow {
  max-width: 15.5rem;
  height: 0.7rem;
}
@media (max-width: 767px) {
  .l-footer .general-information__contents .arrow {
    max-width: 13.3rem;
    height: 0.6rem;
    margin-top: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
.l-footer .address {
  width: 43rem;
  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;
}
.l-footer .reserve .fv-reserve__flex {
  width: 60rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}
.l-footer .fv-reserve__bottom {
  background: #A79C64;
  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;
  color: #fff;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .l-footer .fv-reserve__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    font-size: 2rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
.l-footer .fv-reserve__bottom .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
.l-footer .cashless {
  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;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .l-footer .cashless {
    display: none;
  }
}
.l-footer .cashless .text {
  font-size: 1.5rem;
}
.l-footer .cashless .cashless-img {
  width: 47rem;
  height: auto;
  margin-top: 1.5rem;
}
.l-footer .banner-link {
  padding: 5rem 0;
  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;
  background: #F1F0ED;
}
.l-footer .banner-link .official-site {
  position: relative;
}
.l-footer .banner-link .banner-img {
  width: 37.4rem;
  height: auto;
  position: relative;
}
.l-footer .banner-link .text__ja {
  position: absolute;
  font-size: 2.4rem;
  left: 3rem;
  line-height: 1.8;
  top: 2.4rem;
  color: #333;
}
.l-footer .banner-link .text__en {
  position: absolute;
  top: 6.3rem;
  left: 3rem;
  color: #A79C64;
  font-size: 1.5rem;
  line-height: 1.8;
}
.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 .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.5rem;
  color: #333;
  background: #fff;
  height: 7rem;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    font-size: 1.5rem;
  }
}

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

.top-fv {
  background: url("../images/bg-fv01.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-fv {
    background: none;
  }
}
.top-fv .fv-image {
  width: 100%;
  height: 84.9rem;
  max-height: 84.9rem;
  aspect-ratio: 1920/849;
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 767px) {
  .top-fv .fv-image {
    aspect-ratio: 430/527;
    width: 100vw;
  }
}
.top-fv .fv-image img,
.top-fv .fv-image picture {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-right: -28vw;
}
@media (max-width: 767px) {
  .top-fv .fv-image img,
  .top-fv .fv-image picture {
    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-image__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.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;
  }
}
.top-fv .fv-left {
  color: #fff;
}
@media (max-width: 767px) {
  .top-fv .fv-left {
    height: 100%;
    width: 100%;
  }
}
.top-fv .fv-title__main {
  font-size: 10rem;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  margin-top: 7rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top-fv .fv-title__main {
    font-size: 5.6rem;
    line-height: 1.2;
    margin-top: 0;
    position: absolute;
    bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .top-fv .fv-right {
    display: none;
  }
}
.top-fv .fv-title__ja {
  font-size: 3.6rem;
  margin-top: 5.3rem;
}
@media (max-width: 767px) {
  .top-fv .fv-title__ja {
    font-size: 2.4rem;
  }
}
.top-fv .fv-title__en {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .top-fv .fv-title__en {
    font-size: 1.3rem;
  }
}
.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: 14.7rem;
}
.top-fv .fv-reserve__tel {
  width: 38rem;
  height: 100%;
  padding: 2rem 4rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: rgba(146, 144, 140, 0.8);
  z-index: 1;
}
.top-fv .fv-reserve__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: #A3A19C;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}
.top-fv .fv-reserve__tel > * {
  position: relative;
  z-index: 1;
}
.top-fv .fv-reserve__tel--number {
  font-size: 2.8rem;
  margin-top: 1rem;
}
.top-fv .fv-reserve__tel--number span {
  font-size: 3.6rem;
}
.top-fv .fv-reserve__tel--time {
  margin-top: 2rem;
}
.top-fv .fv-reserve__web {
  background: #9486ae;
  color: #fff;
  padding: 2rem;
}
.top-fv .fv-reserve__web--time {
  background: #786699;
  padding: 0.5rem 2rem;
  text-align: center;
}
.top-fv .fv-reserve__web--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  font-size: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fv .fv-reserve__web--phone p {
  margin-left: 1rem;
}
.top-fv .icon {
  width: 2rem;
  height: auto;
}
.top-fv .arrow {
  max-width: 15.5rem;
  height: 0.7rem;
}
.top-fv .fv-reserve__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  color: #767051;
  padding: 1.4rem;
}
.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-navi {
  background: #516684;
  color: #fff;
  opacity: 0.8;
  position: absolute;
  bottom: 4.5rem;
  z-index: 3;
  width: 100rem;
  padding: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-fv .fv-navi {
    display: none;
  }
}
.top-fv .fv-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-fv .fv-navi li {
  position: relative;
  padding-right: 2.5rem;
  border-right: none;
}
.top-fv .fv-navi li:last-child {
  border-right: none;
}
.top-fv .fv-navi li:last-child::after {
  display: none;
}
.top-fv .fv-navi li::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-fv .fv-nav-link {
  text-align: center;
}
.top-fv .fv-nav-link span {
  display: block;
}
.top-fv .en {
  margin-top: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.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;
}

@media (max-width: 767px) {
  .worries .worries-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 2rem;
  }
  .worries .worries-border img {
    height: 100%;
  }
}
.worries .worries-title-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}
.worries .worries-title {
  position: relative;
  z-index: 1;
  font-size: 4.6rem;
  padding: 8rem 0;
  text-align: center;
  background: transparent;
}
@media (max-width: 767px) {
  .worries .worries-title {
    font-size: 2.4rem;
    padding: 3rem 0;
  }
}
.worries .trouble-dot-wrap {
  position: relative;
  display: inline-block;
}
.worries .trouble-dots {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #b3a96b;
  font-size: 1em;
  letter-spacing: -0.1em;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .worries .trouble-dots {
    top: -2rem;
  }
}
.worries .back-text {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 9.6rem;
  color: #F6F5EF;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .worries .back-text {
    font-size: 4.8rem;
  }
}
.worries .trouble-main {
  color: #b3a96b;
  /* 本文の色（例） */
  font-weight: bold;
}
.worries .worries-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  height: 69rem;
  padding: 5rem 0 7rem;
  background: url("../images/bg-worries-main.webp") no-repeat center center;
  background-size: cover;
  color: #000;
}
@media (max-width: 767px) {
  .worries .worries-main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3rem 0;
  }
}
.worries .worries-main > * {
  position: relative;
  z-index: 1;
}
.worries .worries-item {
  width: 26rem;
  height: 30rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  text-align: center;
  padding-top: 15rem;
}
@media (max-width: 767px) {
  .worries .worries-item {
    width: 19.1rem;
    height: 20rem;
    font-size: 1.5rem;
    padding-top: 9rem;
  }
}
.worries .worries-item01 {
  background: url("../images/worries01.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .worries .worries-item01 {
    background: url("../images/sp/sp-worries01.webp") no-repeat center center;
    background-size: contain;
  }
}
.worries .worries-item02 {
  background: url("../images/worries02.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .worries .worries-item02 {
    background: url("../images/sp/sp-worries02.webp") no-repeat center center;
    background-size: contain;
  }
}
.worries .worries-item03 {
  background: url("../images/worries03.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .worries .worries-item03 {
    background: url("../images/sp/sp-worries03.webp") no-repeat center center;
    background-size: contain;
  }
}
.worries .worries-item04 {
  background: url("../images/worries04.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .worries .worries-item04 {
    background: url("../images/sp/sp-worries04.webp") no-repeat center center;
    background-size: contain;
  }
}
.worries .worries-item05 {
  background: url("../images/worries05.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .worries .worries-item05 {
    background: url("../images/sp/sp-worries05.webp") no-repeat center center;
    background-size: contain;
  }
}
.worries .worries-inner {
  width: 86rem;
  max-width: 100%;
  gap: 2rem;
  justify-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .worries .worries-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.worries .worries-inner > * {
  position: relative;
  z-index: 1;
}
.worries .worries-inner .worries-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.worries .worries-inner .worries-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 767px) {
  .worries .worries-item:last-child {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.worries .about {
  background: url("../images/bg-about-ceramic.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}
.worries .about::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .worries .about::before {
    top: 1.7rem;
    left: 1.7rem;
    right: 1.7rem;
    bottom: 1.7rem;
  }
}
.worries .about-contents {
  padding: 15rem 32rem 17rem 45.8rem;
  width: 100%;
}
@media (max-width: 767px) {
  .worries .about-contents {
    padding: 3rem;
  }
}
.worries .about-img {
  width: 42.2rem;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .worries .about-img {
    display: none;
  }
}
.worries .about-textarea {
  width: 67rem;
}
@media (max-width: 767px) {
  .worries .about-textarea {
    width: 100%;
  }
}
.worries .about-title__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #a79c64;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  line-height: 1.2;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .worries .about-title__en {
    font-size: 2.4rem;
    padding-top: 0;
  }
}
.worries .gradient-text {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDDACA), to(#A79C64));
  background: linear-gradient(180deg, #DDDACA 0%, #A79C64 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* 一部ブラウザ用 */
  color: transparent;
  font-weight: bold;
  font-size: 7.2rem;
}
@media (max-width: 767px) {
  .worries .gradient-text {
    font-size: 4rem;
  }
}
.worries .about-title__ja {
  font-size: 4rem;
  text-align: center;
  position: relative;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .worries .about-title__ja {
    font-size: 2.4rem;
  }
}
.worries .about-title__ja::before, .worries .about-title__ja::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 13rem;
  height: 1px;
  background: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .worries .about-title__ja::before, .worries .about-title__ja::after {
    width: 4rem;
  }
}
.worries .about-title__ja::before {
  left: 0;
}
@media (max-width: 767px) {
  .worries .about-title__ja::before {
    left: 3rem;
  }
}
.worries .about-title__ja::after {
  right: 0;
}
@media (max-width: 767px) {
  .worries .about-title__ja::after {
    right: 3rem;
  }
}
.worries .about-text {
  margin-top: 6rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.worries .about-linkarea {
  margin-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .worries .about-linkarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4rem;
  }
}
.worries .link-btn {
  width: 32rem;
  height: 11rem;
  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: 2px solid #000;
  background: #fff;
  color: #000;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
@media (max-width: 767px) {
  .worries .link-btn {
    width: 23rem;
    height: 7.7rem;
  }
}
.worries .link-btn .link-text {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .worries .link-btn .link-text {
    font-size: 1.5rem;
  }
}
.worries .link-btn .link-icon {
  width: 2rem;
  height: 2rem;
  background: #333;
  color: #fff;
  margin-left: 2rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .worries .link-btn .link-icon {
    font-size: 0.8rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.worries .link-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.worries .link-btn:hover .link-text {
  color: #fff;
}
.worries .link-btn:hover .link-icon {
  background: #fff;
  color: #000;
}
.worries .link-icon {
  width: 2rem;
  height: 2rem;
  background: #333;
  color: #fff;
  margin-left: 2rem;
  font-size: 1rem;
  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;
}

.features {
  padding: 7rem 0 6rem;
  background: url("../images/bg-top-features-head.webp") no-repeat top center;
  background-size: contain;
  position: relative;
}
.features::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54rem;
  height: 49rem;
  background: url("../images/bg-top-features-bottom-left.webp") no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .features::before {
    background: url("../images/sp/sp-bg-features04left.webp") no-repeat left bottom;
    background-size: contain;
    width: 16.9rem;
    height: 15.3rem;
  }
}
.features::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54rem;
  height: 92rem;
  background: url("../images/bg-top-features-bottom-right.webp") no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .features::after {
    background: url("../images/sp/sp-bg-features04right.webp") no-repeat right bottom;
    background-size: contain;
    width: 16.9rem;
    height: 15.3rem;
  }
}
.features .title-img__features {
  width: 54rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .features .title-img__features {
    width: 27rem;
  }
}
.features .sub-title {
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -6rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .features .sub-title {
    font-size: 2rem;
    margin-top: -3rem;
  }
}
.features .sub-title span {
  color: #667ba1;
}
.features .top-feature-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
@media (max-width: 767px) {
  .features .top-feature-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features .top-feature-flex__imgarea {
  width: 91rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .features .top-feature-flex__imgarea {
    width: 100%;
  }
}
.features .top-feature-flex__img {
  width: 91rem;
  height: auto;
}
@media (max-width: 767px) {
  .features .top-feature-flex__img {
    width: 100%;
  }
}
.features .top-feature-flex__textarea--bg--01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  background: url("../images/bg-top-features-01.webp") no-repeat right top;
  background-size: 100% 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .features .top-feature-flex__textarea--bg--01 {
    background: url("../images/sp/sp-bg-features01.webp") no-repeat center top;
  }
}
.features .top-feature-flex__textarea--bg--02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  background: url("../images/bg-top-features-02.webp") no-repeat left top;
  background-size: 100% 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .features .top-feature-flex__textarea--bg--02 {
    background: url("../images/sp/sp-bg-features02.webp") no-repeat center top;
    background-position: center -30rem;
  }
}
.features .top-feature-flex__textarea {
  margin-left: 7rem;
  position: relative;
  display: inline-block;
  font-size: 2rem;
  padding: 4rem 4rem 11rem 4rem;
  width: 62rem;
}
@media (max-width: 767px) {
  .features .top-feature-flex__textarea {
    width: 100%;
    margin: 2rem;
    padding: 4rem 2rem;
  }
}
.features .top-feature-flex__textarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  width: 54rem;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .features .top-feature-flex__textarea::before {
    width: 35rem;
    left: 2.5rem;
  }
}
.features .top-feature-flex__textarea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 19rem;
  background: #000;
}
@media (max-width: 767px) {
  .features .top-feature-flex__textarea::after {
    height: 12rem;
  }
}
.features .top-feature-flex__textarea .corner-bottom-right-horizontal {
  position: absolute;
  right: 3rem;
  bottom: 0;
  width: 54rem;
  height: 1px;
  background: #000;
  display: block;
}
@media (max-width: 767px) {
  .features .top-feature-flex__textarea .corner-bottom-right-horizontal {
    width: 35rem;
    right: 2.5rem;
  }
}
.features .top-feature-flex__textarea .corner-bottom-right-vertical {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 19rem;
  background: #000;
  display: block;
}
@media (max-width: 767px) {
  .features .top-feature-flex__textarea .corner-bottom-right-vertical {
    height: 12rem;
  }
}
.features .item-title {
  color: #667ba1;
  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) {
  .features .item-title {
    font-size: 1.6rem;
  }
}
.features .number {
  font-size: 8.8rem;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .features .number {
    font-size: 4rem;
  }
}
.features .shin {
  color: #C0CADC;
}
.features .feature-item__head {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .features .feature-item__head {
    font-size: 2rem;
  }
}
.features .feature-item__text {
  font-size: 1.6rem;
  margin-top: 3rem;
  line-height: 1.8;
}
.features .top-feature-flex__02 {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .features .top-feature-flex__02 {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .features .top-feature-flex__02 .top-feature-flex__textarea--bg--02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.features .top-feature-flex__02 .top-feature-flex__textarea {
  margin-left: auto;
  margin-right: 7rem;
}
@media (max-width: 767px) {
  .features .top-feature-flex__02 .top-feature-flex__textarea {
    margin: 5rem 2rem;
  }
}
@media (max-width: 767px) {
  .features .top-feature-flex__02 .top-feature-flex__imgarea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.features .feature-item__addition--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: -16rem;
}
@media (max-width: 767px) {
  .features .feature-item__addition--area {
    margin-top: -5rem;
    margin-left: 11rem;
  }
}
.features .feature-item__addition {
  background: #67747f;
  width: 22.3rem;
  height: 22.3rem;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .features .feature-item__addition {
    width: 13.65rem;
    height: 13.65rem;
  }
}
.features .feature-item__addition::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27rem;
  height: 27rem;
  background: #67747f;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .features .feature-item__addition::before {
    width: 16.6rem;
    height: 16.6rem;
  }
}
.features .feature-item__addition--text {
  color: #fff;
  font-size: 2.4rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .features .feature-item__addition--text {
    font-size: 1.6rem;
  }
}
.features .strong {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .features .strong {
    font-size: 2.4rem;
  }
}
.features .top-feature-flex__items {
  margin: 24rem auto 0;
  width: 128rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .features .top-feature-flex__items {
    width: 100%;
    margin-top: 5.5rem;
  }
}
@media (max-width: 767px) {
  .features .top-feature-flex__items .top-feature-flex__item--03 .top-feature-flex__imgarea {
    width: 100%;
    padding: 0 2rem 0 3rem;
    position: relative;
  }
  .features .top-feature-flex__items .top-feature-flex__item--03 .top-feature-flex__imgarea::before {
    content: "";
    position: absolute;
    top: 3.6rem;
    left: 0;
    width: 20rem;
    height: 20rem;
    background: url("../images/sp/sp-bg-gold.webp") no-repeat center center;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
  }
  .features .top-feature-flex__items .top-feature-flex__item--03 .top-feature-flex__imgarea > * {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .features .top-feature-flex__items .top-feature-flex__item--04 {
    width: 100%;
    padding: 0 3rem 0 2rem;
    position: relative;
  }
  .features .top-feature-flex__items .top-feature-flex__item--04::before {
    content: "";
    position: absolute;
    top: 3.6rem;
    right: 0;
    width: 20rem;
    height: 20rem;
    background: url("../images/sp/sp-bg-blue.webp") no-repeat center center;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
  }
  .features .top-feature-flex__items .top-feature-flex__item--04 > * {
    position: relative;
    z-index: 1;
  }
}
.features .top-feature-flex__items .top-feature-flex__item {
  width: 60.5rem;
}
@media (max-width: 767px) {
  .features .top-feature-flex__items .top-feature-flex__item {
    width: 100%;
  }
}
.features .top-feature-flex__items .top-feature-flex__imgarea {
  width: 100%;
}
.features .top-feature-flex__items .top-feature-flex__img {
  width: 100%;
}
.features .top-feature-flex__items .top-feature-flex__textarea {
  width: 100%;
  margin-left: 0;
}
.features .top-feature-flex__items .top-feature-flex__textarea::before, .features .top-feature-flex__items .top-feature-flex__textarea::after {
  display: none !important;
  content: none !important;
}
.features .top-feature-flex__items .gold {
  color: #a79c64;
}
.features .top-feature-flex__items .gold .shin {
  color: #E4E1D0;
}
.features .top-feature-flex__items .feature-item__head {
  margin: 0 -4rem;
}

.top-counseling .counseling-contents {
  padding-top: 3.5rem;
  padding-bottom: 13.5rem;
  background: url("../images/bg-top-counseling.webp") no-repeat top center;
  background-size: contain;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .top-counseling .counseling-contents {
    background: url("../images/sp-bg-counseling.webp") no-repeat top center;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.top-counseling .counseling-contents > * {
  position: relative;
  z-index: 2;
}
.top-counseling .counseling-contents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 37.4rem;
  background: rgba(118, 112, 81, 0.7);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-counseling .counseling-contents::before {
    height: 19rem;
  }
}
.top-counseling .border {
  border-bottom: 1px solid #fff;
  width: 186rem;
  margin: 0 auto;
}
.top-counseling .counseling-head {
  padding-top: 6rem;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .top-counseling .counseling-head {
    font-size: 2rem;
    padding-top: 3rem;
  }
}
.top-counseling .strong {
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .top-counseling .strong {
    font-size: 3.6rem;
  }
}
.top-counseling .counseling-items {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 97rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-counseling .counseling-items {
    padding: 8rem 2rem 3rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.top-counseling .counseling-item {
  background: url("../images/counseling-item02.webp") no-repeat top center;
  background-size: contain;
  position: relative;
  width: 22.6rem;
  height: 28.1rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-counseling .counseling-item {
    width: 18.7rem;
    height: 23.3rem;
  }
}
.top-counseling .icon {
  width: 2.6rem;
  height: auto;
  padding-top: 5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-counseling .icon {
    padding-top: 3.5rem;
  }
}
.top-counseling .counseling-text {
  padding-top: 2rem;
  text-align: center;
  line-height: 1.6;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .top-counseling .counseling-text {
    font-size: 2rem;
  }
}
.top-counseling .counseling-bottom {
  padding-top: 6rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .top-counseling .counseling-bottom {
    padding: 0 1.5rem;
    text-align: left;
  }
}
.top-counseling .smile {
  position: relative;
  background: url("../images/bg-top-smile.webp") no-repeat top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-counseling .smile {
    background: url("../images/sp/sp-bg-smile.webp") no-repeat center center;
    background-size: contain;
  }
}
.top-counseling .smile-text {
  padding: 27rem 0 29rem;
  font-size: 3.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 20rem;
  margin: 0 auto;
}
.top-counseling .smile-text span {
  color: #667ba1;
}
@media (max-width: 767px) {
  .top-counseling .smile-text {
    padding: 14rem 0;
    font-size: 2.4rem;
    width: 14.5rem;
  }
}
.top-counseling .smile-img01 {
  width: 35rem;
  height: 34rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate(-43rem, -20rem);
          transform: translate(-50%, -50%) translate(-43rem, -20rem);
}
@media (max-width: 767px) {
  .top-counseling .smile-img01 {
    width: 12.5rem;
    height: 12.2rem;
    -webkit-transform: translate(-50%, -50%) translate(-15rem, -13rem);
            transform: translate(-50%, -50%) translate(-15rem, -13rem);
  }
}
.top-counseling .smile-img02 {
  width: 35rem;
  height: 34rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate(37rem, -22rem);
          transform: translate(-50%, -50%) translate(37rem, -22rem);
}
@media (max-width: 767px) {
  .top-counseling .smile-img02 {
    width: 12.5rem;
    height: 12.2rem;
    -webkit-transform: translate(-50%, -50%) translate(14rem, -18rem);
            transform: translate(-50%, -50%) translate(14rem, -18rem);
  }
}
.top-counseling .smile-img03 {
  width: 27.1rem;
  height: 26.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate(-30rem, 20rem);
          transform: translate(-50%, -50%) translate(-30rem, 20rem);
}
@media (max-width: 767px) {
  .top-counseling .smile-img03 {
    width: 9.68rem;
    height: 9.43rem;
    -webkit-transform: translate(-50%, -50%) translate(-14rem, 10rem);
            transform: translate(-50%, -50%) translate(-14rem, 10rem);
  }
}
.top-counseling .smile-img04 {
  width: 27.1rem;
  height: 26.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate(33rem, 15rem);
          transform: translate(-50%, -50%) translate(33rem, 15rem);
}
@media (max-width: 767px) {
  .top-counseling .smile-img04 {
    width: 9.68rem;
    height: 9.43rem;
    -webkit-transform: translate(-50%, -50%) translate(15rem, 7rem);
            transform: translate(-50%, -50%) translate(15rem, 7rem);
  }
}

.faq {
  position: relative;
  background: url("../images/bg-top-faq.webp") no-repeat top center;
  background-size: cover;
  padding: 9rem 0 5.5rem;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 2rem;
  }
}
.faq .inner-faq {
  max-width: 111rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq .inner-faq {
    padding: 0 1.5rem;
  }
}
.faq .title-img__features {
  width: 19rem;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq .title-img__features {
    width: 9rem;
  }
}
.faq .sub-title {
  width: 40rem;
  padding: 1.5rem;
  text-align: center;
  margin: 2rem auto 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .faq .sub-title {
    font-size: 2.4rem;
    width: 18rem;
    padding: 1rem 0;
  }
}
.faq .q-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(167, 156, 100, 0.87);
  border-radius: 2.4rem;
  padding: 4rem 0rem 4rem 14.5rem;
  width: 93.4rem;
  margin-top: 5.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .faq .q-item {
    width: 100%;
    margin-left: 0;
    padding: 6rem 1.5rem;
  }
}
.faq .q-img {
  width: 9rem;
  height: 9rem;
  position: absolute;
  top: -4rem;
  left: 3rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .faq .q-img {
    width: 6.9rem;
    height: 6.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.faq .q-icon {
  width: 7rem;
  height: 6rem;
  margin-left: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq .q-icon {
    width: 5rem;
    height: 4rem;
    margin-left: 0;
  }
}
.faq .q-text {
  font-size: 2.4rem;
  padding-left: 5rem;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 767px) {
  .faq .q-text {
    padding-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.faq .a-item {
  width: 93.4rem;
  margin-top: 5.8rem;
  margin-left: auto;
  border-radius: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.5rem 10rem 5rem 4.5rem;
  background: rgba(255, 255, 255, 0.87);
  position: relative;
}
@media (max-width: 767px) {
  .faq .a-item {
    margin-left: 0;
    width: 100%;
    padding: 6rem 1.5rem;
  }
}
.faq .a-img {
  position: absolute;
  width: 9.5rem;
  height: 9.5rem;
  top: -4rem;
  right: 3rem;
}
@media (max-width: 767px) {
  .faq .a-img {
    width: 6.9rem;
    height: 6.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.faq .a-icon {
  width: 7rem;
  height: 6rem;
  margin-right: 3.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq .a-icon {
    width: 5rem;
    height: 4rem;
    margin-right: 0;
  }
}
.faq .a-text {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .faq .a-text {
    padding-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.faq .link-btn {
  margin: 3.7rem auto 0;
  width: 46rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .faq .link-btn {
    width: 33.8rem;
    height: 7.5rem;
    font-size: 2.4rem;
  }
}
.faq .link-btn::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 2px solid #000;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.faq .link-btn .link-text,
.faq .link-btn .link-icon {
  position: relative;
  z-index: 2;
}
.faq .link-btn .link-text {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.faq .link-btn .link-icon {
  width: 2rem;
  height: 2rem;
  background: #333;
  color: #fff;
  margin-left: 2rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7%;
}
.faq .link-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.faq .link-btn:hover::before {
  border-color: #fff;
}
.faq .link-btn:hover .link-text {
  color: #fff;
}
.faq .link-btn:hover .link-icon {
  background: #fff;
  color: #000;
}

.greeting {
  padding: 12rem 0 0;
}
@media (max-width: 767px) {
  .greeting {
    padding-top: 2rem;
  }
}
.greeting .greeting-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .greeting .greeting-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.greeting .greeting-left {
  width: 64.6rem;
  height: 80rem;
  position: relative;
  background: url("../images/bg-top-greeting-left.webp") no-repeat top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .greeting .greeting-left {
    width: 100%;
    height: 56.369rem;
  }
}
.greeting .greeting-left__title {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 3.6rem;
  font-size: 9.6rem;
  color: #667ba1;
  font-family: "EB Garamond", serif;
  margin-left: -1.5rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .greeting .greeting-left__title {
    font-size: 6.4rem;
    margin-left: -1rem;
  }
}
@media (max-width: 767px) {
  .greeting .greeting-img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.greeting .greeting-name {
  border-radius: 50%;
  background: rgba(81, 102, 132, 0.8);
  color: #fff;
  width: 28rem;
  height: 28rem;
  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;
  position: absolute;
  font-size: 3.2rem;
  line-height: 1.4;
  top: 38rem;
  right: -7rem;
}
@media (max-width: 767px) {
  .greeting .greeting-name {
    width: 18.3rem;
    height: 18.3rem;
    font-size: 2rem;
    top: 41rem;
    right: 2rem;
  }
}
.greeting .en {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .greeting .en {
    font-size: 1.5rem;
  }
}
.greeting .more-btn-area {
  position: absolute;
  right: 6.7rem;
  top: 57rem;
}
@media (max-width: 767px) {
  .greeting .more-btn-area {
    right: 13.7rem;
    top: 51rem;
  }
}
.greeting .more-btn__doctor {
  margin: 3.7rem auto 0;
  width: 16.6rem;
  height: 16.6rem;
  border-radius: 50%;
  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;
  background: #fff;
  color: #000;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .greeting .more-btn__doctor {
    width: 11rem;
    height: 11rem;
    font-size: 1.6rem;
  }
}
.greeting .more-btn__doctor::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 50%;
  border: 1px solid #000;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.greeting .more-btn__doctor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.2rem;
  height: 0.85rem;
  background: url("../images/svg/icon-arrow.svg") no-repeat center center/contain;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 767px) {
  .greeting .more-btn__doctor::after {
    width: 4.8rem;
    height: 0.56rem;
    bottom: 3rem;
  }
}
.greeting .more-btn__doctor:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.greeting .more-btn__doctor:hover::before {
  border-color: #fff;
}
.greeting .more-btn__doctor:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.greeting .greeting-right {
  margin-left: auto;
  padding-right: 40rem;
  height: 80rem;
  position: relative;
  background: url("../images/bg-top-greeting-right.webp") no-repeat 65rem center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .greeting .greeting-right {
    background-position: 12rem -10rem;
    z-index: -1;
    padding: 8rem 1.5rem;
  }
}
.greeting .greeting-right__head {
  font-size: 4rem;
  color: #667ba1;
}
@media (max-width: 767px) {
  .greeting .greeting-right__head {
    font-size: 3.2rem;
  }
}
.greeting .greeting-right__title {
  font-size: 3.6rem;
  line-height: 1.8;
  margin-top: 2rem;
  width: 80rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .greeting .greeting-right__title {
    font-size: 2.4rem;
    width: 100%;
  }
}
.greeting .greeting-right__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 4rem;
  width: 80rem;
}
@media (max-width: 767px) {
  .greeting .greeting-right__text {
    width: 100%;
  }
}
.greeting .greeting-right__imgarea {
  width: 80rem;
  position: relative;
}
@media (max-width: 767px) {
  .greeting .greeting-right__imgarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 4.4rem;
  }
}
.greeting .greeting-right_img {
  width: 31.7rem;
  height: 19.4rem;
}
@media (max-width: 767px) {
  .greeting .greeting-right_img {
    width: 19rem;
    height: 11.65rem;
  }
}
.greeting .greeting-right_img01 {
  position: absolute;
  left: 3rem;
  top: 3rem;
}
@media (max-width: 767px) {
  .greeting .greeting-right_img01 {
    position: static;
  }
}
.greeting .greeting-right_img02 {
  position: absolute;
  left: 42rem;
  top: 12rem;
}
@media (max-width: 767px) {
  .greeting .greeting-right_img02 {
    position: static;
  }
}
.greeting .greeting-bottom {
  margin-top: 15rem;
  background: url("../images/bg-top-greeting-bottom.webp") no-repeat center center;
  background-size: cover;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .greeting .greeting-bottom {
    margin-top: 5.8rem;
    padding: 3.5rem 2rem;
  }
}
.greeting .career-table-area {
  background: #fff;
  width: 76rem;
  margin: 0 auto;
  position: relative;
  padding: 4rem 0 9rem;
}
@media (max-width: 767px) {
  .greeting .career-table-area {
    width: 100%;
  }
}
.greeting .career-table-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.2rem;
  height: 6.2rem;
  background: url("../images/svg/icon-corner.svg") no-repeat center center/contain;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .greeting .career-table-area::before {
    display: none !important;
    content: none !important;
  }
}
.greeting .career-title {
  font-size: 3.2rem;
  color: #516684;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .greeting .career-title {
    font-size: 2.4rem;
  }
}
.greeting .career-table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 5rem 2rem;
  border: none;
}
.greeting .career-table td,
.greeting .career-table th {
  border: none;
}

.page-clinic .features {
  padding: 4rem 0 6rem;
  background: url("../images/bg-top-features-head.webp") no-repeat top center;
  background-size: contain;
  position: relative;
}
.page-clinic .features::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54rem;
  height: 92rem;
  background: url("../images/bg-features03.webp") no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-clinic .features::before {
    background: url("../images/sp/sp-bg-features04left.webp") no-repeat left bottom;
    background-size: contain;
    width: 16.9rem;
    height: 15.3rem;
  }
}
.page-clinic .features::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54rem;
  height: 92rem;
  background: url("../images/bg-features04.webp") no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-clinic .features::after {
    background: url("../images/sp/sp-bg-features04right.webp") no-repeat right bottom;
    background-size: contain;
    width: 16.9rem;
    height: 15.3rem;
  }
}
.page-clinic .title-img__features {
  width: 54rem;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .page-clinic .title-img__features {
    width: 27rem;
  }
}
.page-clinic .sub-title {
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -6rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-clinic .sub-title {
    font-size: 2rem;
    margin-top: -3rem;
  }
}
.page-clinic .sub-title span {
  color: #667ba1;
}
.page-clinic .top-feature-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-clinic .top-feature-flex__imgarea {
  width: 91rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__imgarea {
    width: 100%;
  }
}
.page-clinic .top-feature-flex__img {
  width: 91rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__img {
    width: 100%;
  }
}
.page-clinic .top-feature-flex__textarea--bg--01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  background: url("../images/bg-top-features-01.webp") no-repeat right top;
  background-size: 100% 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__textarea--bg--01 {
    background: url("../images/sp/sp-bg-features01.webp") no-repeat center top;
  }
}
.page-clinic .top-feature-flex__textarea--bg--02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  background: url("../images/bg-top-features-02.webp") no-repeat left top;
  background-size: 100% 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__textarea--bg--02 {
    background: url("../images/sp/sp-bg-features02.webp") no-repeat center top;
    background-position: center -30rem;
  }
}
.page-clinic .top-feature-flex__textarea {
  margin-left: 7rem;
  position: relative;
  display: inline-block;
  font-size: 2rem;
  padding: 4rem 4rem 11rem 4rem;
  width: 62rem;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__textarea {
    width: 100%;
    margin: 2rem;
    padding: 4rem 2rem;
  }
}
.page-clinic .top-feature-flex__textarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  width: 54rem;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__textarea::before {
    width: 35rem;
    left: 2.5rem;
  }
}
.page-clinic .top-feature-flex__textarea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 19rem;
  background: #000;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__textarea::after {
    height: 12rem;
  }
}
.page-clinic .top-feature-flex__textarea .corner-bottom-right-horizontal {
  position: absolute;
  right: 3rem;
  bottom: 0;
  width: 54rem;
  height: 1px;
  background: #000;
  display: block;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__textarea .corner-bottom-right-horizontal {
    width: 35rem;
    right: 2.5rem;
  }
}
.page-clinic .top-feature-flex__textarea .corner-bottom-right-vertical {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 19rem;
  background: #000;
  display: block;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__textarea .corner-bottom-right-vertical {
    height: 12rem;
  }
}
.page-clinic .item-title {
  color: #667ba1;
  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;
  letter-spacing: 0.12em;
  margin-left: -5rem;
}
@media (max-width: 767px) {
  .page-clinic .item-title {
    font-size: 1.6rem;
  }
}
.page-clinic .number {
  font-size: 8.8rem;
  margin-left: 4.5rem;
}
@media (max-width: 767px) {
  .page-clinic .number {
    font-size: 4rem;
  }
}
.page-clinic .shin {
  color: #C0CADC;
}
.page-clinic .feature-item__head {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__head {
    font-size: 2rem;
  }
}
.page-clinic .feature-item__text {
  font-size: 1.6rem;
  margin-top: 3rem;
  line-height: 1.8;
}
.page-clinic .top-feature-flex__02 {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__02 {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__02 .top-feature-flex__textarea--bg--02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-clinic .top-feature-flex__02 .top-feature-flex__textarea {
  margin-left: auto;
  margin-right: 7rem;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__02 .top-feature-flex__textarea {
    margin: 5rem 2rem;
  }
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__02 .top-feature-flex__imgarea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-clinic .feature-item__addition--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: -16rem;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__addition--area {
    margin-top: -5rem;
    margin-left: 11rem;
  }
}
.page-clinic .feature-item__addition {
  background: #67747f;
  width: 22.3rem;
  height: 22.3rem;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__addition {
    width: 13.65rem;
    height: 13.65rem;
  }
}
.page-clinic .feature-item__addition::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27rem;
  height: 27rem;
  background: #67747f;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__addition::before {
    width: 16.6rem;
    height: 16.6rem;
  }
}
.page-clinic .feature-item__addition--text {
  color: #fff;
  font-size: 2.4rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-clinic .feature-item__addition--text {
    font-size: 1.6rem;
  }
}
.page-clinic .strong {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .page-clinic .strong {
    font-size: 2.4rem;
  }
}
.page-clinic .top-feature-flex__items {
  margin: 24rem auto 0;
  width: 128rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__items {
    width: 100%;
    margin-top: 5.5rem;
  }
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__items .top-feature-flex__item--03 .top-feature-flex__imgarea {
    width: 100%;
    padding: 0 2rem 0 3rem;
    position: relative;
  }
  .page-clinic .top-feature-flex__items .top-feature-flex__item--03 .top-feature-flex__imgarea::before {
    content: "";
    position: absolute;
    top: 3.6rem;
    left: 0;
    width: 20rem;
    height: 20rem;
    background: url("../images/sp/sp-bg-gold.webp") no-repeat center center;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
  }
  .page-clinic .top-feature-flex__items .top-feature-flex__item--03 .top-feature-flex__imgarea > * {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__items .top-feature-flex__item--04 {
    width: 100%;
    padding: 0 3rem 0 2rem;
    position: relative;
  }
  .page-clinic .top-feature-flex__items .top-feature-flex__item--04::before {
    content: "";
    position: absolute;
    top: 3.6rem;
    right: 0;
    width: 20rem;
    height: 20rem;
    background: url("../images/sp/sp-bg-blue.webp") no-repeat center center;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
  }
  .page-clinic .top-feature-flex__items .top-feature-flex__item--04 > * {
    position: relative;
    z-index: 1;
  }
}
.page-clinic .top-feature-flex__items .top-feature-flex__item {
  width: 60.5rem;
}
@media (max-width: 767px) {
  .page-clinic .top-feature-flex__items .top-feature-flex__item {
    width: 100%;
  }
}
.page-clinic .top-feature-flex__items .top-feature-flex__imgarea {
  width: 100%;
}
.page-clinic .top-feature-flex__items .top-feature-flex__img {
  width: 100%;
}
.page-clinic .top-feature-flex__items .top-feature-flex__textarea {
  width: 100%;
  margin-left: 0;
}
.page-clinic .top-feature-flex__items .top-feature-flex__textarea::before, .page-clinic .top-feature-flex__items .top-feature-flex__textarea::after {
  display: none !important;
  content: none !important;
}
.page-clinic .top-feature-flex__items .gold {
  color: #a79c64;
}
.page-clinic .top-feature-flex__items .gold .shin {
  color: #E4E1D0;
}
.page-clinic .top-feature-flex__items .feature-item__head {
  margin: 0 -4rem;
}
.page-clinic .counseling-contents {
  padding-top: 3.5rem;
  padding-bottom: 13.5rem;
  background: url("../images/features05.webp") no-repeat top center;
  background-size: cover;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .page-clinic .counseling-contents {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.page-clinic .counseling-contents > * {
  position: relative;
  z-index: 2;
}
.page-clinic .counseling-contents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 37.4rem;
  background: rgba(118, 112, 81, 0.7);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-clinic .counseling-contents::before {
    height: 19rem;
  }
}
.page-clinic .counseling-contents .item-title__feature {
  padding-top: 20rem;
  color: #c0cadc;
}
@media (max-width: 767px) {
  .page-clinic .counseling-contents .item-title__feature {
    padding-top: 5rem;
  }
}
.page-clinic .counseling-contents .number {
  color: #fff;
}
.page-clinic .counseling-contents .shin {
  color: #c0cadc;
}
.page-clinic .border {
  border-bottom: 1px solid #fff;
  width: 186rem;
  margin: 0 auto;
}
.page-clinic .counseling-head {
  padding-top: 3rem;
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .counseling-head {
    font-size: 2rem;
    padding-top: 3rem;
  }
}
.page-clinic .counseling-bottom {
  padding-top: 2rem;
  line-height: 1.8;
  text-align: center;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-clinic .counseling-bottom {
    padding: 0 1.5rem;
    text-align: left;
    width: 90%;
  }
}
.page-clinic .flow {
  width: 103rem;
  margin: 13rem auto;
}
@media (max-width: 767px) {
  .page-clinic .flow {
    width: 100%;
    margin: 5rem auto;
    padding: 0 2rem;
  }
}
.page-clinic .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-clinic .flow-item__text-area {
  width: 68.7rem;
}
@media (max-width: 767px) {
  .page-clinic .flow-item__text-area {
    width: 100%;
  }
}
.page-clinic .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 1px solid #667BA1;
}
@media (max-width: 767px) {
  .page-clinic .title-area {
    padding-bottom: 1rem;
  }
}
.page-clinic .number {
  width: 6.5rem;
  height: 6.5rem;
  color: #fff;
  background: #667BA1;
  font-size: 3.2rem;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-clinic .number {
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
  }
}
.page-clinic .title {
  font-size: 3.2rem;
  color: #667ba1;
  margin-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-clinic .title {
    font-size: 2.4rem;
  }
}
.page-clinic .text {
  padding-top: 2rem;
  line-height: 1.8;
}
.page-clinic .flow-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30.6rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-clinic .flow-img {
    width: 90%;
    margin: 0 auto;
    padding-top: 1rem;
  }
}

.page-zirconia .zirconia-head {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-zirconia .zirconia-head {
    margin-top: 4rem;
  }
}
.page-zirconia .affinity {
  width: 71.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-zirconia .affinity {
    width: 100%;
  }
}
.page-zirconia .affinity .head-text {
  font-size: 4rem;
  padding: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page-zirconia .affinity .head-text {
    font-size: 2.4rem;
  }
}
.page-zirconia .affinity .text {
  border-top: 1px solid #C0CADC;
  padding-top: 4rem;
  line-height: 1.8;
  font-size: 1.6rem;
}
.page-zirconia .reason {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-zirconia .reason {
    margin-top: 4rem;
  }
}
.page-zirconia .reason .head-text {
  width: 82rem;
  margin: 0 auto;
  font-size: 4rem;
  padding: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page-zirconia .reason .head-text {
    width: 100%;
    font-size: 2.4rem;
  }
}
.page-zirconia .reason .text {
  border-top: 1px solid #C0CADC;
  width: 71.5rem;
  margin: 0 auto;
  padding-top: 4rem;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-zirconia .reason .text {
    width: 100%;
  }
}
.page-zirconia .reason-contents {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 767px) {
  .page-zirconia .reason-contents {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.page-zirconia .reason-contents .reason-item {
  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;
  padding: 5rem 6rem;
  width: 58rem;
  height: 41.3rem;
}
@media (max-width: 767px) {
  .page-zirconia .reason-contents .reason-item {
    width: 100%;
    padding: 2rem;
    height: auto;
  }
}
.page-zirconia .reason-contents .icon {
  width: 2.7rem;
  height: 2.7rem;
}
.page-zirconia .reason-contents .reason-title {
  color: #667BA1;
}
.page-zirconia .reason-contents .en {
  text-align: center;
  margin-top: 1rem;
  font-size: 3.2rem;
}
.page-zirconia .reason-contents .ja {
  text-align: center;
  margin-top: 2rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-zirconia .reason-contents .ja {
    font-size: 2rem;
  }
}
.page-zirconia .reason-contents .reason-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.page-zirconia .merit {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .page-zirconia .merit {
    margin-top: 4rem;
  }
}
.page-zirconia .merit .head-text {
  width: 88.5rem;
  margin: 0 auto;
  font-size: 4rem;
  padding: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page-zirconia .merit .head-text {
    width: 100%;
    font-size: 2.4rem;
  }
}
.page-zirconia .merit .text {
  border-top: 1px solid #C0CADC;
  width: 71.5rem;
  margin: 0 auto;
  padding-top: 4rem;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-zirconia .merit .text {
    width: 100%;
  }
}
.page-zirconia .merit .merit-item {
  width: 58rem;
}
@media (max-width: 767px) {
  .page-zirconia .merit .merit-item {
    width: 100%;
    margin-top: 2rem;
  }
}
.page-zirconia .merit .merit-item__head {
  height: 6.4rem;
  background: #667ba1;
  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;
  color: #fff;
  font-size: 2.4rem;
}
.page-zirconia .merit .merit-item__head--even {
  background: #516684;
}
.page-zirconia .merit .merit-item__text {
  padding-top: 3.2rem;
  padding-left: 11.7rem;
  height: 22.1rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-zirconia .merit .merit-item__text {
    height: auto;
    padding: 2rem;
  }
}
.page-zirconia .merit .risk {
  margin-top: 8rem;
}
.page-zirconia .merit .risk .head-text {
  width: 88.5rem;
  margin: 0 auto;
  font-size: 4rem;
  padding: 1.5rem;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-zirconia .merit .risk .head-text {
    width: 100%;
    font-size: 2.4rem;
  }
}
.page-zirconia .merit .risk .head-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 71.5rem;
  height: 1px;
  background: #C0CADC;
}
@media (max-width: 767px) {
  .page-zirconia .merit .risk .head-text::after {
    width: 100%;
  }
}
.page-zirconia .merit .risk-item {
  margin: 3rem 0 12rem;
  border: 1px solid #000;
  width: 119rem;
  padding: 5.1rem 0 5.1rem 23.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-zirconia .merit .risk-item {
    width: 100%;
    padding: 2rem 0.5rem;
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
}

.page-ceramic .trouble {
  background: linear-gradient(88deg, #7E8DAB 0.27%, #7E8FAB 49.52%, #7F91AD 63.2%, #667BA1 99.6%);
  color: #fff;
  margin: 24.5rem 0 4rem;
  padding: 9rem 0 10.5rem;
}
@media (max-width: 767px) {
  .page-ceramic .trouble {
    margin-top: 8rem;
    padding-bottom: 2rem;
  }
}
.page-ceramic .trouble-mark {
  font-size: 12.8rem;
  color: #ccd4e2;
  text-align: center;
  margin-top: -17rem;
}
@media (max-width: 767px) {
  .page-ceramic .trouble-mark {
    font-size: 5rem;
    margin-top: -12rem;
  }
}
.page-ceramic .trouble-head {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-ceramic .trouble-head {
    margin-top: 3rem;
  }
}
.page-ceramic .trouble-head span {
  font-size: 3.2rem;
  line-height: 1.6;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .page-ceramic .trouble-head span {
    font-size: 2.4rem;
  }
}
.page-ceramic .trouble-items {
  width: 100rem;
  margin: 6rem auto 0 21rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-ceramic .trouble-items {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 4rem auto;
    font-size: 1.4rem;
  }
}
.page-ceramic .trouble-item {
  position: relative;
  padding-left: 3.2rem;
  white-space: nowrap;
}
.page-ceramic .trouble-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/svg/icon-check.svg") no-repeat center center;
  background-size: contain;
}
.page-ceramic .ceramic-title {
  font-size: 3.6rem;
  background: url("../images/bg-title-ceramic.webp") no-repeat center center;
  background-size: contain;
  width: 128rem;
  height: 11rem;
  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-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-ceramic .ceramic-title {
    width: 100vw;
    font-size: 2.4rem;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-bottom: 0;
  }
}
.page-ceramic .ceramic-flex {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page-ceramic .ceramic-flex {
    margin-top: 2rem;
  }
}
.page-ceramic .ceramic-flex:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .page-ceramic .ceramic-flex:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-ceramic .comparison {
  margin-top: 11.5rem;
}
@media (max-width: 767px) {
  .page-ceramic .comparison {
    margin-top: 2rem;
  }
}
.page-ceramic .comparison-text {
  width: 96rem;
  line-height: 1.8;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-ceramic .comparison-text {
    width: 100%;
  }
}
.page-ceramic .comparison-table {
  width: 100%;
  overflow-x: auto;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .page-ceramic .comparison-table {
    padding: 0;
  }
}
.page-ceramic .comparison-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  background: #fff;
  border-top: 2px solid #667BA1;
  border-bottom: 2px solid #667BA1;
}
@media (max-width: 767px) {
  .page-ceramic .comparison-table table {
    width: 100%;
    min-width: 0;
  }
}
.page-ceramic .comparison-table th,
.page-ceramic .comparison-table td {
  border-bottom: 1px solid #667BA1;
  padding: 2rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-ceramic .comparison-table th,
  .page-ceramic .comparison-table td {
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
  }
}
.page-ceramic .comparison-table th {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-ceramic .comparison-table th {
    font-size: 1.8rem;
  }
}
.page-ceramic .comparison-table .comparison-table__header--category,
.page-ceramic .comparison-table .comparison-table__category {
  background: #CCD4E2;
  font-weight: bold;
  width: 30rem;
}
@media (max-width: 767px) {
  .page-ceramic .comparison-table .comparison-table__header--category,
  .page-ceramic .comparison-table .comparison-table__category {
    width: 30%;
  }
}
.page-ceramic .comparison-table .comparison-table__header--ceramic,
.page-ceramic .comparison-table .comparison-table__ceramic {
  background: #EAEDF3;
  width: calc((100% - 30rem) / 2);
}
.page-ceramic .comparison-table .comparison-table__header--silver,
.page-ceramic .comparison-table .comparison-table__silver {
  background: #F5F5F5;
  width: calc((100% - 30rem) / 2);
}
.page-ceramic .comparison-table .table-img {
  display: block;
  margin: 0.5rem auto 0;
  max-width: 36.6rem;
  height: auto;
  border-radius: 4px;
}
.page-ceramic .ceramic-flow {
  margin: 10rem 0 12rem;
}
@media (max-width: 767px) {
  .page-ceramic .ceramic-flow {
    margin: 4rem 0;
  }
}

@media (max-width: 767px) {
  .page-doctor .text-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .page-doctor .text-area .head-text {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .page-doctor .text-area .text {
    padding-top: 1rem;
  }
}
.page-doctor .doctor-img {
  position: relative;
}
@media (max-width: 767px) {
  .page-doctor .doctor-img {
    width: 90%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-doctor .greeting-name {
  border-radius: 50%;
  background: rgba(81, 102, 132, 0.8);
  color: #fff;
  width: 28rem;
  height: 28rem;
  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;
  position: absolute;
  font-size: 3.2rem;
  line-height: 1.4;
  top: 38rem;
  right: -7rem;
}
@media (max-width: 767px) {
  .page-doctor .greeting-name {
    width: 18.3rem;
    height: 18.3rem;
    font-size: 2rem;
    top: 26rem;
    right: 1rem;
  }
}
.page-doctor .en {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-doctor .en {
    font-size: 1.5rem;
  }
}
.page-doctor .greeting-bottom {
  margin-top: 15rem;
  background: url("../images/bg-top-greeting-bottom.webp") no-repeat center center;
  background-size: cover;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .page-doctor .greeting-bottom {
    margin-top: 5.8rem;
    padding: 3.5rem 2rem;
  }
}
.page-doctor .career-table-area {
  background: #fff;
  width: 76rem;
  margin: 0 auto;
  position: relative;
  padding: 4rem 0 9rem;
}
@media (max-width: 767px) {
  .page-doctor .career-table-area {
    width: 100%;
  }
}
.page-doctor .career-table-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.2rem;
  height: 6.2rem;
  background: url("../images/svg/icon-corner.svg") no-repeat center center/contain;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-doctor .career-table-area::before {
    display: none !important;
    content: none !important;
  }
}
.page-doctor .career-title {
  font-size: 3.2rem;
  color: #516684;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-doctor .career-title {
    font-size: 2.4rem;
  }
}
.page-doctor .career-table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 5rem 2rem;
  border: none;
}
@media (max-width: 767px) {
  .page-doctor .career-table {
    border-spacing: 1rem 2rem;
    font-size: 1.4rem;
  }
}
.page-doctor .career-table td,
.page-doctor .career-table th {
  border: none;
}

.page-faq {
  /* 疑似要素で+/-を切り替え */
  /* アコーディオン本体 */
  /* detailsがopenのとき */
}
.page-faq .faq-contents {
  margin: 7.5rem auto;
}
.page-faq .faq-item {
  margin-bottom: 1rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  overflow: hidden;
}
.page-faq .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: #EAEDF3 !important;
  font-size: 1.2rem;
  background: none;
  border: none;
  outline: none;
}
.page-faq .q-icon {
  font-size: 3.6rem;
  color: #fff;
  background: #667ba1;
  width: 7.3rem;
  height: 7.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;
  font-weight: bold;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .page-faq .q-icon {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
}
.page-faq .q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.4rem;
  color: #667ba1;
}
@media (max-width: 767px) {
  .page-faq .q-text {
    font-size: 1.4rem;
  }
}
.page-faq .mark {
  font-size: 2rem;
  width: 2.8rem;
  height: 2.8rem;
  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;
  background: #667ba1;
  color: #fff;
  margin-right: 2.28rem;
}
@media (max-width: 767px) {
  .page-faq .mark {
    margin-right: 1rem;
  }
}
.page-faq .mark::after {
  content: "+";
  -webkit-transition: content 0.3s;
  transition: content 0.3s;
}
.page-faq .faq-item.open .mark::after {
  content: "−";
}
.page-faq .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: 1.5rem 1.5rem 1.5rem 7.3rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-faq .a-item {
    padding-left: 3rem;
    font-size: 1.4rem;
  }
}
.page-faq .faq-item.open .a-item {
  max-height: 500px;
  /* 十分大きな値に */
  opacity: 1;
}

.c-to-top-btn {
  position: fixed;
  right: 10.5rem;
  bottom: 9.3rem;
  width: 8rem;
  height: 8rem;
  background: url("../images/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;
}

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

.c-calendar {
  padding: 3.5rem 2.5rem 2rem;
}
@media (max-width: 767px) {
  .c-calendar {
    width: 100%;
    padding: 2rem 1.6rem 0.2rem;
  }
}
.c-calendar .c-calendar-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.c-calendar .c-calendar-table th,
.c-calendar .c-calendar-table td {
  text-align: center;
  padding: 0.7rem 0rem;
  width: 6rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table th,
  .c-calendar .c-calendar-table td {
    width: 3rem;
    padding: 0.5rem;
  }
}
.c-calendar .c-calendar-table th {
  font-weight: bold;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@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: 1rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table td {
    padding-top: 1rem;
    font-size: 0.6rem;
  }
}
.c-calendar .c-calendar-table .th-1st {
  font-size: 2rem;
  text-align: left;
  width: 16rem;
  padding-top: 1.5rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table .th-1st {
    font-size: 1.3rem;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table .row1 {
    padding-top: 0.6rem;
  }
}
.c-calendar .c-calendar-table .row2,
.c-calendar .c-calendar-table .row3 {
  padding-top: 0.8rem;
}
.c-calendar .c-calendar-table .td-1st {
  font-size: 2rem;
  text-align: left;
  width: 14rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table .td-1st {
    font-size: 1.3rem;
  }
}

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

.introduction-swiper-main {
  width: 100%;
  max-width: 128rem;
  margin: 0 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/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/btn-next.webp") no-repeat center/contain;
}

.introduction-swiper-main .swiper-slide img {
  width: 100%;
  max-width: 111rem;
  height: auto;
  display: block;
  margin: 0 auto;
}

.introduction-swiper-thumb {
  max-width: 111rem;
  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;
}