@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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 */
}

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]: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 {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #464646;
}

a {
  color: #464646;
  text-decoration: none;
  transition-duration: 0.4s;
}

a:hover,
button:hover,
input:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

video {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

/*
  container
--------------------------------------*/
.l-container, .l-container--narrow {
  width: 90%;
  max-width: 114.8rem;
  margin-inline: auto;
}
.l-container--narrow {
  max-width: 99.8rem;
}
.l-container--wide {
  width: 100%;
  max-width: 144rem;
  margin-inline: auto;
}

.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}

/*
  main
--------------------------------------*/
.l-main {
  position: relative;
  width: 100%;
}
/*
  footer
--------------------------------------*/
.l-footer {
  position: relative;
}

/*
  header
--------------------------------------*/
.c-header {
  width: 100%;
}
@media (max-width: 1065px) {
  .c-header {
    padding-inline: 1rem;
    padding-top: 0.7rem;
  }
}
@media (min-width: 1066px) {
  .c-header {
    padding-inline: 2.2rem;
    padding-top: 1.8rem;
  }
}
.c-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #08182E;
}
@media (max-width: 1065px) {
  .c-header-inner {
    padding: 0.5rem 0.6rem;
  }
}
@media (min-width: 1066px) {
  .c-header-inner {
    padding-left: 0.9rem;
  }
}
.c-header-logo {
  z-index: 20;
  position: relative;
}
@media (max-width: 1065px) {
  .c-header-logo {
    width: 11.8rem;
  }
}
@media (min-width: 1066px) {
  .c-header-logo {
    width: 16.7rem;
    padding-block: 0.5rem;
  }
}
.c-header-logo__link {
  display: block;
}
.c-header-logo__img {
  width: 100%;
}
.c-header-toggle {
  z-index: 20;
  position: relative;
  width: 3.4rem;
  height: 3.5rem;
  background-color: #B18641;
}
@media (max-width: 1065px) {
  .c-header-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1066px) {
  .c-header-toggle {
    display: none;
  }
}
.c-header-toggle__button {
  position: relative;
  width: 1.6rem;
  height: 1.3rem;
}
.c-header-toggle__line {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  transition-duration: 0.4s;
}
.c-header-toggle__line.--top {
  top: 0;
}
.c-header-toggle__line.--middle {
  top: 50%;
  transform: translateY(-50%);
}
.c-header-toggle__line.--bottom {
  bottom: 0;
}
.c-header-toggle.is-open .c-header-toggle__line.--top {
  top: 50%;
  rotate: 45deg;
  translate: -50% -50%;
}
.c-header-toggle.is-open .c-header-toggle__line.--middle {
  width: 0;
}
.c-header-toggle.is-open .c-header-toggle__line.--bottom {
  bottom: 50%;
  rotate: -45deg;
  translate: -50% 50%;
}

/*
  gnav
--------------------------------------*/
.c-gnav {
  height: 100%;
}
@media (max-width: 1065px) {
  .c-gnav {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 100%;
    height: calc(100dvh - 2.8rem);
    background-color: rgba(8, 24, 46, 0.9);
    transition-duration: 0.4s;
  }
}
@media (max-width: 1065px) {
  .c-gnav.is-open {
    display: block;
  }
}
@media (max-width: 1065px) {
  .c-gnav-inner {
    padding-inline: 2.6rem;
    padding-top: 9rem;
  }
}
.c-gnav-list {
  display: flex;
}
@media (max-width: 1065px) {
  .c-gnav-list {
    flex-direction: column;
    align-items: center;
    gap: 2.7rem;
  }
}
@media (min-width: 1066px) {
  .c-gnav-list {
    gap: 4rem;
  }
}
.c-gnav-list__item {
  position: relative;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1065px) {
  .c-gnav-list__item {
    width: 100%;
    font-size: 1.8rem;
  }
}
@media (min-width: 1066px) {
  .c-gnav-list__item {
    height: 5.8rem;
    font-size: 1.6rem;
  }
}
.c-gnav-list__link {
  color: #fff;
}
@media (min-width: 1066px) {
  .c-gnav-list__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.c-gnav-list__link:hover {
  color: #B18641;
}

/*
  footer
--------------------------------------*/
.c-footer {
  background-color: #08182E;
}

.c-footer-container {
  position: relative;
}
@media (max-width: 1065px) {
  .c-footer-container {
    padding-top: 3.8rem;
    padding-bottom: 4.2rem;
  }
}
@media (min-width: 1066px) {
  .c-footer-container {
    padding-top: 7.2rem;
    padding-bottom: 5.1rem;
  }
}

@media (min-width: 1066px) {
  .c-footer-inner {
    display: flex;
    justify-content: center;
    gap: 7.3rem;
  }
}

.c-footer-logo {
  flex: none;
}
@media (max-width: 1065px) {
  .c-footer-logo {
    width: 17.7rem;
  }
}

.c-footer-info {
  color: #fff;
}
@media (max-width: 1065px) {
  .c-footer-info {
    margin-top: 2.9rem;
  }
}
@media (min-width: 1066px) {
  .c-footer-info {
    display: flex;
    align-items: flex-end;
    gap: 1.4rem;
  }
}

@media (max-width: 1065px) {
  .c-footer-contact {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media (min-width: 1066px) {
  .c-footer-contact {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

@media (max-width: 1065px) {
  .c-footer-map {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.5rem;
  }
}
.c-footer-map__link {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-bottom: 0.3rem;
  color: #C7B98E;
  border-bottom: solid 1px #C7B98E;
}
.c-footer-map__link::after {
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  background: url("../images/common/icon/icon_chevron_beige.svg") center center/contain no-repeat;
  content: "";
}

.c-footer-credit {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #878F9A;
}
@media (max-width: 1065px) {
  .c-footer-credit {
    margin-top: 3.7rem;
    line-height: 1.7142857143;
  }
}
@media (min-width: 1066px) {
  .c-footer-credit {
    margin-top: 4.9rem;
    line-height: 2.1428571429;
    text-align: center;
  }
}

.c-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.4s;
  text-align: center;
}
@media (max-width: 1065px) {
  .c-btn {
    flex-direction: column;
  }
}
.c-btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition-duration: 0.4s;
}
.c-btn.--ocher {
  color: #fff;
  background-color: #B18641;
}
.c-btn.--ocher::after {
  background-color: #fff;
}
.c-btn.--navy {
  color: #DEB68C;
  background-color: #08182E;
}
.c-btn.--navy::after {
  background-color: #DEB68C;
}
.c-btn.--gnav {
  font-weight: 600;
}
@media (max-width: 1065px) {
  .c-btn.--gnav {
    width: 100%;
    height: 5.6rem;
    font-size: 2rem;
    border-radius: 100vmax;
  }
}
@media (min-width: 1066px) {
  .c-btn.--gnav {
    width: 23.1rem;
    height: 5.8rem;
    font-size: 1.8rem;
  }
}
.c-btn.--gnav::after {
  width: 0.5rem;
  height: 0.8rem;
  background-color: #fff;
}
@media (max-width: 1065px) {
  .c-btn.--gnav::after {
    right: 2.6rem;
  }
}
@media (min-width: 1066px) {
  .c-btn.--gnav::after {
    right: 1.7rem;
  }
}
@media (min-width: 1066px) {
  .c-btn.--gnav:hover::after {
    right: 1.5rem;
  }
}
.c-btn.--md {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 1065px) {
  .c-btn.--md {
    height: 4.2rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1066px) {
  .c-btn.--md {
    height: 6.6rem;
    font-size: 2.1rem;
  }
}
@media (max-width: 1065px) {
  .c-btn.--md::after {
    right: 1.6rem;
    width: 0.4rem;
    height: 0.7rem;
  }
}
@media (min-width: 1066px) {
  .c-btn.--md::after {
    right: 2.5rem;
    width: 0.7rem;
    height: 1.2rem;
  }
}
@media (min-width: 1066px) {
  .c-btn.--md:hover::after {
    right: 2.3rem;
  }
}
.c-btn.--lg {
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 1065px) {
  .c-btn.--lg {
    padding: 1rem 4rem;
    font-size: 2.2rem;
    line-height: 1.2272727273;
  }
}
@media (min-width: 1066px) {
  .c-btn.--lg {
    height: 9.4rem;
    font-size: 2.6rem;
  }
}
.c-btn.--lg::after {
  width: 0.9rem;
  height: 1.5rem;
}
@media (max-width: 1065px) {
  .c-btn.--lg::after {
    right: 1.6rem;
  }
}
@media (min-width: 1066px) {
  .c-btn.--lg::after {
    right: 4.6rem;
  }
}
@media (min-width: 1066px) {
  .c-btn.--lg:hover::after {
    right: 4.3rem;
  }
}
.c-btn.--rounded {
  border-radius: 100vmax;
}

.c-list__item.--disc {
  list-style-type: disc;
  margin-left: 1em;
}
.c-list__item.--check {
  position: relative;
  padding-left: 1em;
  line-height: 2.0625;
  list-style: none;
}
.c-list__item.--check::before {
  position: absolute;
  left: 0;
  top: 1.65rem;
  transform: translateX(-50%);
  display: block;
  content: "";
  background: url("../images/common/icon/icon_check_white.svg") center center/contain no-repeat;
  width: 0.8rem;
  height: 0.5rem;
}

.c-box-list {
  display: flex;
}
@media (max-width: 1065px) {
  .c-box-list {
    flex-direction: column;
    gap: 2px;
    margin-top: 3.2rem;
  }
}
@media (min-width: 1066px) {
  .c-box-list {
    gap: 1px;
    margin-top: 4.7rem;
  }
}

.c-box {
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (min-width: 1066px) {
  .c-box {
    flex: 1;
  }
}
.c-box.--dark-gray {
  background-color: #252320;
}
.c-box.--dark-navy {
  background-color: #07172E;
}
.c-box.--navy {
  background-color: #1D2A3C;
}
.c-box.--gray {
  background-color: #4D4D4D;
}
.c-box__head {
  order: 2;
}
@media (max-width: 1065px) {
  .c-box__head {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1066px) {
  .c-box__head {
    margin-top: 5.8rem;
  }
}
.c-box__heading {
  text-align: center;
  font-weight: 500;
}
.c-box__heading.--jp {
  letter-spacing: 0.1em;
}
@media (max-width: 1065px) {
  .c-box__heading.--jp {
    font-size: 2.6rem;
    line-height: 1.4230769231;
  }
}
@media (min-width: 1066px) {
  .c-box__heading.--jp {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
.c-box__heading.--en {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  color: #959493;
}
@media (max-width: 1065px) {
  .c-box__heading.--en {
    font-size: 1.4rem;
    line-height: 1.4166666667;
  }
}
@media (min-width: 1066px) {
  .c-box__heading.--en {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.c-box__body {
  order: 3;
}
@media (max-width: 1065px) {
  .c-box__body {
    padding: 0 3.5rem 4.8rem;
  }
}
@media (min-width: 1066px) {
  .c-box__body {
    padding: 0 3rem 4.8rem;
  }
}
.c-box__body.--mt-30 {
  margin-top: 3rem;
}
@media (max-width: 1065px) {
  .c-box__body.--mt-36 {
    margin-top: 4rem;
  }
}
@media (min-width: 1066px) {
  .c-box__body.--mt-36 {
    margin-top: 3.6rem;
  }
}
.c-box__imgArea {
  order: 1;
}
.c-box__img {
  width: 100%;
}

.c-innerBox + .c-innerBox {
  margin-top: 1.8rem;
  border-top: 1px solid #989898;
}
.c-innerBox + .c-innerBox .c-innerBox__head {
  margin-top: 1.8rem;
}
.c-innerBox__head {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.2rem;
  padding: 0.4rem 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  border: solid 1px #989898;
}
.c-innerBox__body {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
}
@media (min-width: 1066px) {
  .c-innerBox__body {
    padding-inline: 1rem;
  }
}

.c-step-list {
  max-width: 99.8rem;
  margin-inline: auto;
}
@media (max-width: 1065px) {
  .c-step-list {
    margin-top: 3.9rem;
  }
}
@media (min-width: 1066px) {
  .c-step-list {
    margin-top: 5.4rem;
  }
}

.c-step {
  position: relative;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 1065px) {
  .c-step {
    padding: 2rem 0.6rem 2.7rem;
  }
}
@media (min-width: 1066px) {
  .c-step {
    padding: 2.1rem 0 2.6rem;
  }
}
@media (max-width: 1065px) {
  .c-step + .c-step {
    margin-top: 5.3rem;
  }
}
@media (min-width: 1066px) {
  .c-step + .c-step {
    margin-top: 7rem;
  }
}
.c-step + .c-step::before {
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 3.3rem;
  height: 1.4rem;
  background-color: #08182E;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  content: "";
}
@media (max-width: 1065px) {
  .c-step + .c-step::before {
    top: -2.65rem;
  }
}
@media (min-width: 1066px) {
  .c-step + .c-step::before {
    top: -3.5rem;
  }
}
.c-step__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-step__heading {
  text-align: center;
}
.c-step__heading.--num {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  line-height: 1.3;
  color: #131F4B;
}
.c-step__heading.--num::before, .c-step__heading.--num::after {
  display: block;
  content: "";
  width: 3.1rem;
  height: 1px;
  background-color: #08182E;
}
.c-step__heading.--jp {
  margin-top: 0.2rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  color: #131F4B;
}
.c-step__description {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media (max-width: 1065px) {
  .c-step__description {
    margin-top: 0.9rem;
    line-height: 1.5625;
  }
}
@media (min-width: 1066px) {
  .c-step__description {
    margin-top: 0.7rem;
    line-height: 2;
  }
}

.c-hero {
  position: relative;
}
@media (min-width: 1066px) {
  .c-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70dvh;
    min-height: 70rem;
  }
}

.c-hero-figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-hero-figure__content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hero-container {
  z-index: 1;
  position: relative;
}
@media (max-width: 1065px) {
  .c-hero-container {
    padding-left: 2.1rem;
    padding-top: 12.2rem;
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 1066px) {
  .c-hero-container {
    padding-left: 11.6rem;
  }
}

.c-hero-title__text {
  display: block;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.4);
}
.c-hero-title__text.--md {
  letter-spacing: 0.073em;
}
@media (max-width: 1065px) {
  .c-hero-title__text.--md {
    font-size: 1.8rem;
  }
}
@media (min-width: 1066px) {
  .c-hero-title__text.--md {
    font-size: 3.5rem;
  }
}
.c-hero-title__text.--lg {
  letter-spacing: 0.168em;
}
@media (max-width: 1065px) {
  .c-hero-title__text.--lg {
    margin-top: 1.2rem;
    font-size: 2.6rem;
  }
}
@media (min-width: 1066px) {
  .c-hero-title__text.--lg {
    margin-top: 2rem;
    font-size: 5rem;
  }
}

@media (max-width: 1065px) {
  .c-hero-btnArea {
    width: 19.3rem;
    margin-top: 1.7rem;
  }
}
@media (min-width: 1066px) {
  .c-hero-btnArea {
    width: 30.4rem;
    margin-top: 3.3rem;
  }
}

.c-hero-label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #08182E;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 1065px) {
  .c-hero-label {
    width: 9.7rem;
    height: 2.8rem;
    margin-top: 1.9rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 1066px) {
  .c-hero-label {
    width: 14.7rem;
    height: 4.4rem;
    margin-top: 2.7rem;
    font-size: 1.8rem;
  }
}

.c-hero-scroll {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1065px) {
  .c-hero-scroll {
    bottom: 2.8rem;
    font-size: 1rem;
  }
}
@media (min-width: 1066px) {
  .c-hero-scroll {
    bottom: 6.8rem;
    font-size: 1.5rem;
  }
}
.c-hero-scroll::after {
  position: absolute;
  left: 50%;
  translate: -50% 100%;
  display: block;
  width: 1px;
  content: "";
  background-color: #fff;
}
@media (max-width: 1065px) {
  .c-hero-scroll::after {
    bottom: -0.45rem;
    height: 4.5rem;
  }
}
@media (min-width: 1066px) {
  .c-hero-scroll::after {
    bottom: -1.35rem;
    height: 10.6rem;
  }
}

.c-block.--bg-beige {
  color: #464646;
  background-color: #DEDEDA;
}
.c-block.--bg-navy {
  color: #fff;
  background-color: #08172E;
}
.c-block.--bg-gray {
  color: #2B2B2B;
  background-color: #D1D1D1;
}
.c-block.--bg-dark {
  color: #fff;
  background-color: #1C1C1C;
}
.c-block.--bg-white {
  color: #464646;
  background-color: #fff;
}

.c-block-heading {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (max-width: 1065px) {
  .c-block-heading {
    gap: 0.5rem;
  }
}
@media (min-width: 1066px) {
  .c-block-heading {
    gap: 1.1rem;
  }
}
.c-block-heading.--bordered {
  position: relative;
}
@media (max-width: 1065px) {
  .c-block-heading.--bordered {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1066px) {
  .c-block-heading.--bordered {
    padding-bottom: 3rem;
  }
}
.c-block-heading.--bordered::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  height: 1px;
  content: "";
}
@media (max-width: 1065px) {
  .c-block-heading.--bordered::after {
    width: 4.5rem;
  }
}
@media (min-width: 1066px) {
  .c-block-heading.--bordered::after {
    width: 7.3rem;
  }
}
@media (max-width: 1065px) {
  .c-block-heading.--bordered .c-block-heading__text.--jp {
    letter-spacing: 0.02em;
    line-height: 1.2307692308;
    font-size: 2.6rem;
  }
}
@media (min-width: 1066px) {
  .c-block-heading.--bordered .c-block-heading__text.--jp {
    letter-spacing: 0.08em;
    line-height: 1.4166666667;
    font-size: 3.6rem;
  }
}
@media (max-width: 1065px) {
  .c-block-heading.--bordered .c-block-heading__text.--en {
    line-height: 1.2857142857;
    font-size: 1.4rem;
  }
}
@media (min-width: 1066px) {
  .c-block-heading.--bordered .c-block-heading__text.--en {
    line-height: 1.2777777778;
    font-size: 1.8rem;
  }
}
@media (max-width: 1065px) {
  .c-block-heading.--no-border .c-block-heading__text.--jp {
    letter-spacing: 0.074em;
    line-height: 1.4583333333;
    font-size: 2.4rem;
  }
}
@media (min-width: 1066px) {
  .c-block-heading.--no-border .c-block-heading__text.--jp {
    letter-spacing: 0.1em;
    line-height: 1.4230769231;
    font-size: 2.6rem;
  }
}
.c-block-heading.--no-border .c-block-heading__text.--en {
  letter-spacing: 0.05em;
}
@media (max-width: 1065px) {
  .c-block-heading.--no-border .c-block-heading__text.--en {
    line-height: 1.4166666667;
    font-size: 1.2rem;
  }
}
@media (min-width: 1066px) {
  .c-block-heading.--no-border .c-block-heading__text.--en {
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}
.c-block-heading.--navy.--bordered::after {
  background-color: #131F4B;
}
.c-block-heading.--navy .c-block-heading__text.--jp {
  color: #08172E;
}
.c-block-heading.--navy .c-block-heading__text.--en {
  color: #646C77;
}
.c-block-heading.--beige.--bordered::after {
  background-color: #AF9F6E;
}
.c-block-heading.--beige .c-block-heading__text.--jp {
  color: #DEB68C;
}
.c-block-heading.--beige .c-block-heading__text.--en {
  color: #A58B70;
}
.c-block-heading.--gray .c-block-heading__text.--jp {
  color: #464646;
}
.c-block-heading.--gray .c-block-heading__text.--en {
  color: #7E7E7E;
}
@media (max-width: 1065px) {
  .c-block-heading.--white .c-block-heading__text.--jp {
    letter-spacing: 0.024em;
  }
}
.c-block-heading.--white.--bordered::after {
  background-color: #fff;
}
.c-block-heading.--white .c-block-heading__text.--jp {
  color: #fff;
}
.c-block-heading.--white .c-block-heading__text.--en {
  color: #646C77;
}
.c-block-heading__text.--jp {
  font-weight: 500;
}
.c-block-heading__text.--en {
  font-family: "EB Garamond", serif;
}

.c-block-description {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 1065px) {
  .c-concerns {
    padding-top: 4.2rem;
    padding-bottom: 6.1rem;
  }
}
@media (min-width: 1066px) {
  .c-concerns {
    padding-top: 8.6rem;
    padding-bottom: 14.8rem;
  }
}

@media (max-width: 1065px) {
  .c-concerns-boxArea {
    margin-top: 3.3rem;
  }
}
@media (min-width: 1066px) {
  .c-concerns-boxArea {
    margin-top: 5.5rem;
  }
}

.c-concerns-box {
  display: flex;
  color: #fff;
  background-color: #08172E;
}
@media (max-width: 1065px) {
  .c-concerns-box {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1066px) {
  .c-concerns-box {
    align-items: center;
  }
}
@media (min-width: 1066px) {
  .c-concerns-box.--reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1065px) {
  .c-concerns-box + .c-concerns-box {
    margin-top: 1.6rem;
  }
}
@media (min-width: 1066px) {
  .c-concerns-box + .c-concerns-box {
    margin-top: 2rem;
  }
}
@media (max-width: 1065px) {
  .c-concerns-box__textArea {
    padding: 1.8rem 2rem 2.7rem;
  }
}
@media (min-width: 1066px) {
  .c-concerns-box__textArea {
    width: 50%;
    padding-left: 3.9rem;
  }
}
.c-concerns-box__head {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #DEB68C;
}
@media (max-width: 1065px) {
  .c-concerns-box__head {
    font-size: 2.2rem;
    line-height: 1.4090909091;
  }
}
@media (min-width: 1066px) {
  .c-concerns-box__head {
    font-size: 3.4rem;
    line-height: 1.3611111111;
  }
}
@media (max-width: 1065px) {
  .c-concerns-box__body {
    margin-top: 1.3rem;
    padding-left: 1rem;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1066px) {
  .c-concerns-box__body {
    margin-top: 2.5rem;
    font-size: 2.2rem;
  }
}
@media (min-width: 1066px) {
  .c-concerns-box__figure {
    width: 50%;
  }
}

@media (max-width: 1065px) {
  .c-concerns-list {
    margin-top: 4.7rem;
  }
}
@media (min-width: 1066px) {
  .c-concerns-list {
    max-width: 99.8rem;
    margin-inline: auto;
    margin-top: 10.8rem;
  }
}
.c-concerns-list__item {
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #626262;
  border: solid 1px #707070;
}
@media (max-width: 1065px) {
  .c-concerns-list__item {
    padding: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 1066px) {
  .c-concerns-list__item {
    padding: 5.1rem 5.8rem 5.1rem 7.5rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
@media (max-width: 1065px) {
  .c-concerns-list__item + .c-concerns-list__item {
    margin-top: 2.6rem;
  }
}
@media (min-width: 1066px) {
  .c-concerns-list__item + .c-concerns-list__item {
    margin-top: 3.2rem;
  }
}

@media (min-width: 1066px) {
  .c-concerns-box__list__item {
    padding-right: 2rem;
  }
}
@media (max-width: 1065px) {
  .c-concerns-box__list__item + .c-concerns-box__list__item {
    margin-top: 0.9rem;
  }
}
@media (min-width: 1066px) {
  .c-concerns-box__list__item + .c-concerns-box__list__item {
    margin-top: 2.5rem;
  }
}

@media (max-width: 1065px) {
  .c-about {
    padding-top: 4.3rem;
    padding-bottom: 3.8rem;
  }
}
@media (min-width: 1066px) {
  .c-about {
    padding-top: 9.9rem;
    padding-bottom: 16.1rem;
  }
}

.c-about-contents {
  display: flex;
}
@media (max-width: 1065px) {
  .c-about-contents {
    flex-direction: column-reverse;
    gap: 2.4rem;
    margin-top: 1.8rem;
  }
}
@media (min-width: 1066px) {
  .c-about-contents {
    gap: 2.6rem;
    margin-top: 8.4rem;
  }
}
.c-about-contents__textArea {
  color: #2B2B2B;
  background-color: #C6B7A7;
}
@media (max-width: 1065px) {
  .c-about-contents__textArea {
    padding: 2.1rem 1.7rem;
  }
}
@media (min-width: 1066px) {
  .c-about-contents__textArea {
    width: calc(50% - 2.6rem);
    padding: 4.1rem 2rem 1.6rem 2.8rem;
  }
}
.c-about-contents__head {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #606060;
}
@media (max-width: 1065px) {
  .c-about-contents__head {
    padding-bottom: 1.1rem;
    font-size: 2.2rem;
    line-height: 1.4090909091;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1066px) {
  .c-about-contents__head {
    padding-bottom: 1.1rem;
    font-size: 2.4rem;
    line-height: 1.4583333333;
    letter-spacing: 0.1em;
  }
}
.c-about-contents__description {
  letter-spacing: 0.03em;
}
@media (max-width: 1065px) {
  .c-about-contents__description {
    margin-top: 2.1rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 1066px) {
  .c-about-contents__description {
    margin-top: 2.7rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media (min-width: 1066px) {
  .c-about-contents__imgArea {
    width: 50%;
  }
}
.c-about-contents__img {
  width: 100%;
}
@media (min-width: 1066px) {
  .c-about-contents__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1065px) {
  .c-target {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1066px) {
  .c-target {
    padding-top: 8.7rem;
  }
}

@media (max-width: 1065px) {
  .c-effects {
    padding-top: 6.1rem;
    padding-bottom: 8.1rem;
  }
}
@media (min-width: 1066px) {
  .c-effects {
    padding-top: 8.7rem;
    padding-bottom: 12.8rem;
  }
}

@media (max-width: 1065px) {
  .c-effects-sub {
    margin-top: 6.5rem;
  }
}
@media (min-width: 1066px) {
  .c-effects-sub {
    margin-top: 13.8rem;
  }
}
.c-effects-sub__list {
  display: grid;
}
@media (max-width: 1065px) {
  .c-effects-sub__list {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    margin-top: 3.6rem;
  }
}
@media (min-width: 1066px) {
  .c-effects-sub__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 4.4rem;
    margin-top: 6.2rem;
  }
}
.c-effects-sub__list-item {
  position: relative;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #886744;
  background-color: #F8F2EA;
}
@media (max-width: 1065px) {
  .c-effects-sub__list-item {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-block: 2.5rem;
    box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1066px) {
  .c-effects-sub__list-item {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-block: 3.8rem;
    box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
  }
}
.c-effects-sub__btnArea {
  max-width: 62.6rem;
  margin-inline: auto;
}
@media (max-width: 1065px) {
  .c-effects-sub__btnArea {
    margin-top: 5rem;
  }
}
@media (min-width: 1066px) {
  .c-effects-sub__btnArea {
    margin-top: 9.7rem;
  }
}

@media (max-width: 1065px) {
  .c-flow {
    padding-top: 4.8rem;
    padding-bottom: 6.6rem;
  }
}
@media (min-width: 1066px) {
  .c-flow {
    padding-top: 9.6rem;
    padding-bottom: 14.6rem;
  }
}

@media (max-width: 1065px) {
  .c-bannerArea {
    padding-top: 5.1rem;
    padding-bottom: 5.4rem;
  }
}
@media (min-width: 1066px) {
  .c-bannerArea {
    padding-top: 11rem;
    padding-bottom: 12.9rem;
  }
}
.c-bannerArea__inner {
  display: flex;
}
@media (max-width: 1065px) {
  .c-bannerArea__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 1066px) {
  .c-bannerArea__inner {
    align-items: center;
    gap: 3.8rem;
  }
}
@media (max-width: 1065px) {
  .c-bannerArea__banner {
    width: 27.5rem;
    margin-inline: auto;
  }
}
@media (min-width: 1066px) {
  .c-bannerArea__banner {
    flex: none;
    width: 45rem;
  }
}
.c-bannerArea__description {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
.c-bannerArea__note {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  color: #464646;
  background-color: #F8F2EA;
  border: solid 1px #BD9060;
}
@media (max-width: 1065px) {
  .c-bannerArea__note {
    margin-top: 3.2rem;
    padding: 2.1rem 2.5rem 2.4rem 2.9rem;
  }
}
@media (min-width: 1066px) {
  .c-bannerArea__note {
    margin-top: 1.7rem;
    padding: 2.1rem 2.9rem;
  }
}

@media (max-width: 1065px) {
  .c-doctor {
    padding-top: 5.4rem;
    padding-bottom: 7.3rem;
  }
}
@media (min-width: 1066px) {
  .c-doctor {
    padding-top: 9.8rem;
    padding-bottom: 14.5rem;
  }
}

.c-doctor-box {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
}
@media (max-width: 1065px) {
  .c-doctor-box {
    flex-direction: column-reverse;
    gap: 2.8rem;
    margin-top: 4.3rem;
    padding: 2.6rem 1.6rem 3.3rem;
  }
}
@media (min-width: 1066px) {
  .c-doctor-box {
    align-items: center;
    gap: 6.1rem;
    margin-top: 4.5rem;
    padding: 5.5rem 7.5rem 4.5rem;
  }
}
@media (min-width: 1066px) {
  .c-doctor-box.--reverse {
    flex-direction: row-reverse;
  }
}
.c-doctor-box__heading.--jp {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  color: #464646;
}
.c-doctor-box__heading.--en {
  margin-top: 0.5rem;
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #BD9060;
}
.c-doctor-box__description {
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  color: #464646;
}
.c-doctor-box__haad{
  display: flex;
  justify-content: space-between;
}
.doctor-keireki{
  padding: 5px 0px 5px 5px;
  border-left: 2px solid #BD9060 ;
}
.c-doctor-box__sikaku{
  margin-top: 10px;
  margin-bottom:6px;
}
.c-doctor-box__sikaku-text{
  font-size: 0.9em;
}

@media (max-width: 580px){
  .c-doctor-box__haad{
flex-direction: column;
  }

  .doctor-keireki{
  border-left:none;
  border-bottom: 2px solid #BD9060;
  }
}

@media (max-width: 1065px) {
  .c-doctor-box__description {
    margin-top: 1.6rem;
    line-height: 1.5625;
  }
}
@media (min-width: 1066px) {
  .c-doctor-box__description {
    margin-top: 3.3rem;
    line-height: 1.75;
  }
}
.c-doctor-box__figure {
  flex: none;
}
@media (min-width: 1066px) {
  .c-doctor-box__figure {
    width: 40rem;
  }
}
.c-doctor-box__img {
  width: 100%;
}

@media (max-width: 1065px) {
  .c-safety {
    padding-top: 5rem;
    padding-bottom: 9.2rem;
  }
}
@media (min-width: 1066px) {
  .c-safety {
    padding-top: 8.9rem;
    padding-bottom: 12.2rem;
  }
}

.c-safety-list {
  display: grid;
}
@media (max-width: 1065px) {
  .c-safety-list {
    grid-template-columns: 1fr;
    gap: 2.7rem;
    margin-top: 4.3rem;
  }
}
@media (min-width: 1066px) {
  .c-safety-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.3rem;
    max-width: 99.8rem;
    margin-inline: auto;
    margin-top: 5.7rem;
  }
}
.c-safety-list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #B18641;
}
@media (max-width: 1065px) {
  .c-safety-list__item {
    padding-block: 2.3rem;
  }
}
@media (min-width: 1066px) {
  .c-safety-list__item {
    padding-block: 3.6rem;
  }
}

@media (max-width: 1065px) {
  .c-considering {
    padding-top: 3.7rem;
    padding-bottom: 6.3rem;
  }
}
@media (min-width: 1066px) {
  .c-considering {
    padding-top: 7.8rem;
    padding-bottom: 9.6rem;
  }
}

.c-considering-description {
  letter-spacing: 0.03em;
}
@media (max-width: 1065px) {
  .c-considering-description {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 1066px) {
  .c-considering-description {
    margin-top: 3.2rem;
    font-size: 1.8rem;
    line-height: 1.9444444444;
  }
}

.c-considering-list {
  border: solid 1px #7B7B7B;
}
@media (max-width: 1065px) {
  .c-considering-list {
    margin-top: 3rem;
    padding: 2.6rem 2.3rem;
  }
}
@media (min-width: 1066px) {
  .c-considering-list {
    margin-top: 4.3rem;
    padding: 4.5rem 4.5rem 4.5rem 5.9rem;
  }
}
.c-considering-list__item {
  letter-spacing: 0.05em;
}
@media (min-width: 1066px) {
  .c-considering-list__item {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 1066px) {
  .c-considering-list__item {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
@media (max-width: 1065px) {
  .c-considering-list__item + .c-considering-list__item {
    margin-top: 2rem;
  }
}
@media (min-width: 1066px) {
  .c-considering-list__item + .c-considering-list__item {
    margin-top: 1.8rem;
  }
}

@media (max-width: 1065px) {
  .c-pricing {
    padding-top: 4.5rem;
    padding-bottom: 4.9rem;
  }
}
@media (min-width: 1066px) {
  .c-pricing {
    padding-top: 6.7rem;
    padding-bottom: 9.3rem;
  }
}

.c-pricing-inner {
  max-width: 99.8rem;
  margin-inline: auto;
}
@media (max-width: 1065px) {
  .c-pricing-inner {
    margin-top: 3.1rem;
  }
}
@media (min-width: 1066px) {
  .c-pricing-inner {
    margin-top: 4.6rem;
  }
}

.c-pricing-tableArea {
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 1065px) {
  .c-pricing-tableArea {
    padding: 2.3rem 1.6rem;
  }
}
@media (min-width: 1066px) {
  .c-pricing-tableArea {
    padding: 3.2rem 6rem;
  }
}

.c-pricing-table {
  width: 100%;
  table-layout: auto;
}
.c-pricing-table th {
  font-weight: 400;
}
@media (min-width: 1066px) {
  .c-pricing-table th {
    width: 80%;
    max-width: 66rem;
    padding-inline: 2rem;
  }
}
@media (max-width: 1065px) {
  .c-pricing-table td {
    padding-left: 1rem;
  }
}
@media (min-width: 1066px) {
  .c-pricing-table td:last-child {
    padding-inline: 2rem;
  }
}
@media (max-width: 1065px) {
  .c-pricing-table__row.--bordered th, .c-pricing-table__row.--bordered td {
    padding-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1066px) {
  .c-pricing-table__row.--bordered th, .c-pricing-table__row.--bordered td {
    padding-top: 2.6rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
@media (min-width: 1066px) {
  .c-pricing-table__col {
    vertical-align: middle;
  }
}
.c-pricing-table__col.--bordered {
  border-bottom: solid 1px #B9B9B9;
}
@media (max-width: 1065px) {
  .c-pricing-table__col.--bordered {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1066px) {
  .c-pricing-table__col.--bordered {
    padding-bottom: 2.6rem;
  }
}

.c-pricing-note {
  text-align: right;
  letter-spacing: 0.03em;
}
@media (max-width: 1065px) {
  .c-pricing-note {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media (min-width: 1066px) {
  .c-pricing-note {
    margin-right: 6rem;
    margin-top: 1.1rem;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}

@media (max-width: 1065px) {
  .c-faq {
    padding-top: 4.2rem;
    padding-bottom: 7.8rem;
  }
}
@media (min-width: 1066px) {
  .c-faq {
    padding-top: 8.7rem;
    padding-bottom: 17.5rem;
  }
}

.c-faq-list {
  max-width: 99.8rem;
  margin-inline: auto;
}
@media (max-width: 1065px) {
  .c-faq-list {
    margin-top: 3.4rem;
  }
}
@media (min-width: 1066px) {
  .c-faq-list {
    margin-top: 7.9rem;
  }
}
@media (max-width: 1065px) {
  .c-faq-list__box + .c-faq-list__box {
    margin-top: 2.2rem;
  }
}
@media (min-width: 1066px) {
  .c-faq-list__box + .c-faq-list__box {
    margin-top: 3.5rem;
  }
}
.c-faq-list__question::before, .c-faq-list__answer::before {
  position: absolute;
  font-family: "EB Garamond", serif;
  color: #BD9060;
}
@media (max-width: 1065px) {
  .c-faq-list__question::before, .c-faq-list__answer::before {
    left: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
@media (min-width: 1066px) {
  .c-faq-list__question::before, .c-faq-list__answer::before {
    left: 1.5rem;
    font-size: 2.1rem;
    line-height: 2;
  }
}
.c-faq-list__question {
  position: relative;
  padding-left: 5.2rem;
  padding-right: 4.4rem;
  font-weight: 400;
  border-bottom: solid 1px #B9B9B9;
}
@media (max-width: 1065px) {
  .c-faq-list__question {
    padding-block: 1.5rem;
  }
}
@media (min-width: 1066px) {
  .c-faq-list__question {
    padding-block: 1.7rem;
  }
}
.c-faq-list__question::before {
  content: "Q.";
}
@media (min-width: 1066px) {
  .c-faq-list__question::before {
    top: 0.9rem;
  }
}
.c-faq-list__question::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.6rem;
  height: 1rem;
  background: url("../images/common/icon/icon_chevron_gray.svg") center center/contain no-repeat;
  transition-duration: 0.4s;
  content: "";
}
@media (max-width: 1065px) {
  .c-faq-list__question::after {
    right: 1.6rem;
  }
}
@media (min-width: 1066px) {
  .c-faq-list__question::after {
    right: 2.1rem;
  }
}
.c-faq-list__question:hover {
  cursor: pointer;
}
.c-faq-list__question.is-open::after {
  rotate: -90deg;
}
.c-faq-list__answer {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding-left: 5.2rem;
  padding-right: 4.4rem;
  transition-duration: 0.4s;
}
@media (min-width: 1066px) {
  .c-faq-list__answer {
    padding-block: 0;
  }
}
.c-faq-list__answer::before {
  content: "A.";
}
.c-faq-list__answer.is-open {
  max-height: 1000px;
  overflow: visible;
}
@media (max-width: 1065px) {
  .c-faq-list__answer.is-open {
    padding-block: 1.5rem;
  }
}
@media (min-width: 1066px) {
  .c-faq-list__answer.is-open {
    padding-block: 1.7rem;
  }
}
@media (min-width: 1066px) {
  .c-faq-list__text {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

@media (max-width: 1065px) {
  .c-faq-btnArea {
    margin-top: 5.3rem;
  }
}
@media (min-width: 1066px) {
  .c-faq-btnArea {
    width: 62.6rem;
    margin-inline: auto;
    margin-top: 7.8rem;
  }
}

.c-backToTop {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.1rem;
  aspect-ratio: 1/1;
  background-color: #B18641;
  border-radius: 50%;
  transition-duration: 0.4s;
}
.c-backToTop:hover {
  cursor: pointer;
  background-color: #c59e60;
}
.c-backToTop__img {
  width: 1rem;
  height: 1.8rem;
}

/*
  br
--------------------------------------*/
.u-br::before {
  content: "\a";
  white-space: pre;
}
@media (max-width: 1065px) {
  .u-br-sp::before {
    content: "\a";
    white-space: pre;
  }
}
@media (min-width: 1066px) {
  .u-br-pc::before {
    content: "\a";
    white-space: pre;
  }
}

/*
  text
--------------------------------------*/
.u-text-align-right {
  text-align: right;
}
@media (max-width: 1065px) {
  .u-text-align-right-sp {
    text-align: right;
  }
}
@media (min-width: 1066px) {
  .u-text-align-right-pc {
    text-align: right;
  }
}
.u-text-align-center {
  text-align: center;
}
@media (max-width: 1065px) {
  .u-text-align-center-sp {
    text-align: center;
  }
}
@media (min-width: 1066px) {
  .u-text-align-center-pc {
    text-align: center;
  }
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-capitalize {
  text-transform: capitalize;
}

.u-text-notransform {
  text-transform: none !important;
}

.u-text-nowrap {
  white-space: nowrap;
}
@media (max-width: 1065px) {
  .u-text-nowrap-sp {
    white-space: nowrap;
  }
}
@media (min-width: 1066px) {
  .u-text-nowrap-pc {
    white-space: nowrap;
  }
}

.u-text-decoration-none {
  text-decoration: none !important;
}

/*
  underline
--------------------------------------*/
.u-underline {
  text-decoration: underline;
}

/*
  display
--------------------------------------*/
.u-display-none {
  display: none;
}
@media (max-width: 1065px) {
  .u-display-none-sp {
    display: none;
  }
}
@media (min-width: 1066px) {
  .u-display-none-pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */