@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

/*======================================================
# Media Query
====================================================== */
/* 
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}


M PLUS Rounded 1c
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/MPLUSRounded1c-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


Marcellus
@font-face {
  font-family: "Marcellus";
  src: url("../fonts/Marcellus-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

Cormorant Garamond（Variable Font
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #484242;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, -webkit-transform 0.8s;
  transition: opacity 1s, transform 0.8s, -webkit-transform 0.8s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-header {
  background-color: #FDFBFA;
  height: 62px;
}
@media screen and (max-width: 500px) {
  .l-header {
    height: 12.4vw;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.l-header__logo {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .l-header__logo {
    width: 28vw;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-footer {
  background-color: #484242;
  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;
  padding: 14px 20px 80px;
}
@media screen and (max-width: 500px) {
  .l-footer {
    padding: 2.8vw 4vw 16vw;
  }
}
.l-footer small {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  .l-footer small {
    font-size: 2.4vw;
  }
}

.l-bg {
  background-image: url(../img/pc-bg.webp);
  background-size: cover;
  background-position: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.l-main {
  max-width: 500px;
  margin: 0 auto;
  background-color: #FDFBFA;
}
@media screen and (max-width: 500px) {
  .l-main {
    max-width: 100vw;
  }
}

.l-shadow {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .l-shadow {
    max-width: 100vw;
  }
}

.c-cta {
  padding: 60px 20px;
  background-image: url(../img/cta/bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 500px) {
  .c-cta {
    padding: 12vw 4vw;
  }
}
.c-cta__subtitle {
  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: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .c-cta__subtitle {
    gap: 2vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 500px) {
  .c-cta__subtitle svg {
    width: 3vw;
    height: auto;
  }
}
.c-cta__title {
  margin: 10px -20px 0;
  padding: 10px 20px;
  background-color: #DFA3A3;
  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: 4px;
}
@media screen and (max-width: 500px) {
  .c-cta__title {
    margin: 2vw -4vw 0;
    padding: 2vw 4vw;
    gap: 0.8vw;
  }
}
.c-cta__title h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .c-cta__title h2 {
    font-size: 5.2vw;
  }
}
.c-cta__title .-img1 img, .c-cta__title .-img2 img {
  width: 100%;
  height: auto;
}
.c-cta__title .-img1 {
  width: 66px;
}
@media screen and (max-width: 500px) {
  .c-cta__title .-img1 {
    width: 13.2vw;
  }
}
.c-cta__title .-img2 {
  width: 92px;
}
@media screen and (max-width: 500px) {
  .c-cta__title .-img2 {
    width: 18.4vw;
  }
}
.c-cta__buttons {
  margin: 32px 0 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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .c-cta__buttons {
    margin: 6.4vw 0 0;
    gap: 4vw;
  }
}
.c-cta__button {
  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: 6px;
  max-width: 400px;
  width: 100%;
  height: 70px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .c-cta__button {
    gap: 1.2vw;
    max-width: 80vw;
    height: 14vw;
    border-radius: 10vw;
  }
}
.c-cta__button.-web {
  background-color: #DFA3A3;
}
.c-cta__button.-line {
  background-color: #06C755;
}
.c-cta__button span {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .c-cta__button span {
    font-size: 4.8vw;
  }
}
.c-cta__button:hover {
  opacity: 0.7;
}
.c-cta__list {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 33px 4px;
}
@media screen and (max-width: 500px) {
  .c-cta__list {
    margin-top: 8.4vw;
    gap: 6.6vw 0.8vw;
  }
}
.c-cta__item {
  width: calc(50% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #B39342;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .c-cta__item {
    width: calc(50% - 0.4vw);
    font-size: 4vw;
  }
}
.c-cta__item::before, .c-cta__item::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 76px;
}
@media screen and (max-width: 500px) {
  .c-cta__item::before, .c-cta__item::after {
    width: 5.8vw;
    height: 15.2vw;
  }
}
.c-cta__item::before {
  background-image: url(../img/archive-l.webp);
  left: 0;
}
.c-cta__item::after {
  background-image: url(../img/archive-r.webp);
  right: 0;
}
.c-cta__item small {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .c-cta__item small {
    font-size: 2vw;
  }
}
.c-cta-sns {
  margin-top: 47px;
}
@media screen and (max-width: 500px) {
  .c-cta-sns {
    margin-top: 9.4vw;
  }
}
.c-cta-sns__title {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  color: #DFA3A3;
}
@media screen and (max-width: 500px) {
  .c-cta-sns__title {
    font-size: 3.6vw;
  }
}
.c-cta-sns__list {
  margin-top: 12px;
  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: 30px;
}
@media screen and (max-width: 500px) {
  .c-cta-sns__list {
    margin-top: 2.4vw;
    gap: 6vw;
  }
}
.c-cta-sns__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.c-cta-sns__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  .c-cta-sns__item svg {
    width: 10vw;
    height: auto;
  }
}

.c-menu {
  background-color: #F3EFED;
  padding: 30px 20px;
}
@media screen and (max-width: 500px) {
  .c-menu {
    padding: 6vw 4vw;
  }
}
.c-menu + .c-menu {
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  .c-menu + .c-menu {
    margin-top: 8vw;
  }
}
.c-menu__title {
  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;
}
.c-menu__title .-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #484242;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 17px;
}
@media screen and (max-width: 500px) {
  .c-menu__title .-sm {
    font-size: 4.4vw;
    padding: 1.6vw 4vw;
    margin-bottom: 3.4vw;
  }
}
.c-menu__title .-lg {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #DFA3A3;
  z-index: 1;
  padding: 19px 0;
}
@media screen and (max-width: 500px) {
  .c-menu__title .-lg {
    font-size: 4.4vw;
    padding: 3.8vw 0;
  }
}
.c-menu__title .-border {
  width: 100%;
  height: 7px;
  border-top: 1px solid #DFA3A3;
  border-bottom: 1px solid #DFA3A3;
}
@media screen and (max-width: 500px) {
  .c-menu__title .-border {
    height: 1.4vw;
  }
}
.c-menu__desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 22px;
}
.c-menu__desc span {
  color: #DFA3A3;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .c-menu__desc {
    font-size: 3.2vw;
    margin-top: 4.4vw;
  }
}
.c-menu__dl dt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 24px;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .c-menu__dl dt {
    font-size: 3.2vw;
    margin-top: 4.8vw;
    padding-left: 2vw;
  }
}
.c-menu__dl dt::after {
  position: absolute;
  content: "";
  background-color: #484242;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-menu__dl dd {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 8px;
}
.c-menu__dl dd.-sm {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  .c-menu__dl dd {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
  .c-menu__dl dd.-sm {
    font-size: 2.8vw;
  }
}
.c-menu__slider {
  margin: 26px -32px 0;
}
@media screen and (max-width: 500px) {
  .c-menu__slider {
    margin: 5.2vw -6.4vw 0;
  }
}
.c-menu__sliderbottom {
  max-width: 194px;
  margin: 15px auto 0;
  position: relative;
}
@media screen and (max-width: 500px) {
  .c-menu__sliderbottom {
    max-width: 38.8vw;
    margin: 3vw auto 0;
  }
}
.c-menu__sliderbottom .swiper-pagination {
  position: unset;
}
.c-menu__sliderbottom .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .c-menu__sliderbottom .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}
.c-menu__sliderbottom .swiper-pagination-bullet-active {
  background-color: #DFA3A3;
}
.c-menu__sliderbottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .c-menu__sliderbottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
@media screen and (max-width: 500px) {
  .c-menu__sliderbottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .c-menu__sliderbottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.2vw;
  }
}
.c-menu__sliderbottom .swiper-button-next, .c-menu__sliderbottom .swiper-button-prev {
  position: absolute;
  width: 6px;
  height: 12px;
  margin-top: unset;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-menu__sliderbottom .swiper-button-next:after, .c-menu__sliderbottom .swiper-button-prev:after {
  content: "";
  width: 6px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-menu__sliderbottom .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M1.41406 1.41406L7.13365 7.23399C7.28851 7.39157 7.28629 7.64486 7.12868 7.7997L1.41406 13.4141' stroke='%23DFA3A3' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.c-menu__sliderbottom .swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M6.83423 13.4141L1.11464 7.59413C0.959782 7.43656 0.962004 7.18327 1.11961 7.02843L6.83423 1.41406' stroke='%23DFA3A3' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.c-menu__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 500px) {
  .c-menu__col2 {
    gap: 2.4vw;
  }
}
.c-menu__imgwrap {
  position: relative;
  padding: 37px 0 0 34px;
}
@media screen and (max-width: 500px) {
  .c-menu__imgwrap {
    padding: 7.4vw 0 0 6.8vw;
  }
}
.c-menu__img img {
  width: 100%;
  height: auto;
}
.c-menu__ba {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #fff;
}
.c-menu__ba span {
  font-size: 12px;
}
.c-menu__ba span.-sm {
  font-size: 10px;
}
@media screen and (max-width: 500px) {
  .c-menu__ba span {
    font-size: 2.4vw;
  }
  .c-menu__ba span.-sm {
    font-size: 2vw;
  }
}
.c-menu__ba.-after {
  background-color: #DFA3A3;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .c-menu__ba {
    font-size: 3.2vw;
    width: 12.8vw;
    height: 12.8vw;
  }
  .c-menu__ba span {
    font-size: 2.4vw;
  }
}

.p-top__title {
  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;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .p-top__title {
    gap: 2vw;
    margin-bottom: 8vw;
  }
}
.p-top__title .-lg {
  width: 100%;
  height: auto;
}
.p-top__title .-features {
  max-width: 356px;
}
@media screen and (max-width: 500px) {
  .p-top__title .-features {
    max-width: 71.2vw;
  }
}
.p-top__title .-method {
  max-width: 356px;
}
@media screen and (max-width: 500px) {
  .p-top__title .-method {
    max-width: 71.2vw;
  }
}
.p-top__title .-qa {
  max-width: 348px;
}
@media screen and (max-width: 500px) {
  .p-top__title .-qa {
    max-width: 69.6vw;
  }
}
.p-top__title .-sm {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .p-top__title .-sm {
    font-size: 2.8vw;
  }
}
.p-top-kv__mainarea {
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-kv__mainarea {
    padding: 0 4vw;
  }
}
.p-top-kv__bg img {
  width: 100%;
  height: auto;
}
.p-top-kv__copy {
  position: absolute;
  right: 50px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__copy {
    right: 10vw;
    bottom: 4vw;
    gap: 4vw;
  }
}
.p-top-kv__copy .-bg {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 11px 7px;
  letter-spacing: 0.1em;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__copy .-bg {
    padding: 2.2vw 1.4vw;
    gap: 0.4vw;
  }
}
.p-top-kv__copy .-lg {
  font-size: 38px;
  line-height: 108%;
}
@media screen and (max-width: 500px) {
  .p-top-kv__copy .-lg {
    font-size: 7.6vw;
  }
}
.p-top-kv__copy .-sm {
  font-size: 30px;
  line-height: 114%;
}
@media screen and (max-width: 500px) {
  .p-top-kv__copy .-sm {
    font-size: 6vw;
  }
}
.p-top-kv__copy .-color1 {
  color: #B39342;
}
.p-top-kv__archivearea {
  position: absolute;
  left: 50px;
  bottom: 60px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__archivearea {
    left: 10vw;
    bottom: 12vw;
  }
}
.p-top-kv__archivearea::after {
  position: absolute;
  content: "";
  background-image: url("../img/blur.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 231px;
  height: 113px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -32px;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .p-top-kv__archivearea::after {
    width: 46.2vw;
    height: 22.6vw;
    top: -6.4vw;
  }
}
.p-top-kv__archivetext {
  margin: 0 7px;
  color: #B39342;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .p-top-kv__archivetext {
    margin: 0 1.4vw;
  }
}
.p-top-kv__archivetext::before, .p-top-kv__archivetext::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 76px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__archivetext::before, .p-top-kv__archivetext::after {
    width: 5.8vw;
    height: 15.2vw;
  }
}
.p-top-kv__archivetext::before {
  background-image: url(../img/archive-l.webp);
  left: 0;
}
.p-top-kv__archivetext::after {
  background-image: url(../img/archive-r.webp);
  right: 0;
}
.p-top-kv__archivetext .-lg {
  display: inline-block;
  margin: 0 -5px;
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__archivetext .-lg {
    margin: 0 -1vw;
    font-size: 4.8vw;
  }
}
.p-top-kv__archivetext .-md {
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__archivetext .-md {
    font-size: 4.4vw;
  }
}
.p-top-kv__archivetext .-sm {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .p-top-kv__archivetext .-sm {
    font-size: 3.6vw;
  }
}
.p-top-kv__archivenote {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(72, 66, 66, .7);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .p-top-kv__archivenote {
    margin-top: 2.8vw;
    font-size: 2.4vw;
  }
}
.p-top-kv__archivenote::after {
  position: absolute;
  content: "";
  background-image: url("../img/blur2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 230px;
  height: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .p-top-kv__archivenote::after {
    width: 46vw;
    height: 8vw;
  }
}
.p-top-kv-concern {
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-kv-concern {
    padding: 4vw;
  }
}
.p-top-kv-concern::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 24px;
  height: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -9px;
  z-index: 2;
  background-color: #FDFBFA;
}
@media screen and (max-width: 500px) {
  .p-top-kv-concern::after {
    width: 4.8vw;
    height: 2vw;
    bottom: -1.6vw;
  }
}
.p-top-kv-concern__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-kv-concern__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .p-top-kv-concern__item {
    gap: 2vw;
  }
}
.p-top-kv-concern__item span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  .p-top-kv-concern__item span {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-kv-concern__item svg {
    width: 4.8vw;
    height: auto;
  }
}
.p-top-kv-concern__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .p-top-kv-concern__text {
    font-size: 3.6vw;
    margin-top: 3vw;
  }
}
.p-top-kv-solution {
  padding: 20px 30px;
  background-color: #DFA3A3;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-kv-solution {
    padding: 4vw 6vw;
  }
}
.p-top-kv-solution__lead {
  color: #FDFBFA;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 500px) {
  .p-top-kv-solution__lead {
    font-size: 4.8vw;
  }
}
.p-top-kv-solution__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 165px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .p-top-kv-solution__img {
    width: 33vw;
  }
}
.p-top-kv-solution__img img {
  width: 100%;
  height: auto;
}
.p-top-about {
  padding: 60px 20px;
}
@media screen and (max-width: 500px) {
  .p-top-about {
    padding: 12vw 4vw;
  }
}
.p-top-about-doctor {
  margin: 0 -20px 30px;
  background-color: #CEE3F3;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-about-doctor {
    margin: 0 -4vw 6vw;
  }
}
.p-top-about-doctor__img {
  position: relative;
  z-index: 2;
  max-width: 440px;
  height: auto;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 500px) {
  .p-top-about-doctor__img {
    max-width: 88vw;
  }
}
.p-top-about-doctor__img img {
  width: 100%;
  height: auto;
}
.p-top-about-doctor__title {
  position: absolute;
  z-index: 2;
  left: 70px;
  bottom: 46px;
  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;
  gap: 12px;
}
@media screen and (max-width: 500px) {
  .p-top-about-doctor__title {
    left: 14vw;
    bottom: 9.2vw;
    gap: 2.4vw;
  }
}
.p-top-about-doctor__title .-sm {
  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: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 500px) {
  .p-top-about-doctor__title .-sm {
    gap: 2vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-about-doctor__title .-sm svg {
    width: 3vw;
    height: auto;
  }
}
.p-top-about-doctor__title .-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #484242;
  color: #fff;
  width: 177px;
  height: 48px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 500px) {
  .p-top-about-doctor__title .-lg {
    width: 35.4vw;
    height: 9.6vw;
    font-size: 4.8vw;
  }
}
.p-top-about-doctor__enname {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 97px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(rgba(231, 242, 251, .5)), color-stop(53%, rgba(255, 255, 255, .5)), to(rgba(237, 245, 250, .5)));
  background: linear-gradient(90deg, rgba(231, 242, 251, .5) 0%, rgba(255, 255, 255, .5) 53%, rgba(237, 245, 250, .5) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 500px) {
  .p-top-about-doctor__enname {
    font-size: 19.4vw;
  }
}
.p-top-about__section {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 500px) {
  .p-top-about__section {
    margin-top: 6vw;
    gap: 2.8vw;
  }
}
.p-top-about__dot {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 500px) {
  .p-top-about__dot {
    width: 1.4vw;
    height: auto;
  }
}
.p-top-about__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .p-top-about__lead {
    font-size: 3.6vw;
  }
}
.p-top-about__lead .-bg {
  background-color: #DFA3A3;
  color: #FBFBFB;
  padding: 6px 15px;
}
@media screen and (max-width: 500px) {
  .p-top-about__lead .-bg {
    padding: 1.2vw 3vw;
  }
}
.p-top-about__lead.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 500px) {
  .p-top-about__lead.-column {
    padding: 1.6vw;
  }
}
.p-top-about__desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  .p-top-about__desc {
    font-size: 3.2vw;
  }
}
.p-top-about__desc span {
  color: #DFA3A3;
  font-weight: 700;
}
.p-top-about__desc span .-sm {
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .p-top-about__desc span .-sm {
    font-size: 2.4vw;
  }
}
.p-top-about__small {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: rgba(72, 66, 66, .6);
}
@media screen and (max-width: 500px) {
  .p-top-about__small {
    font-size: 2.4vw;
  }
}
.p-top-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .p-top-about__list {
    gap: 2vw;
  }
}
.p-top-about__list li {
  width: calc(33.33333% - 6.66667px);
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/about/bg.webp);
  background-size: cover;
  border-radius: 72px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .p-top-about__list li {
    width: calc(33.33333% - 1.33333vw);
    height: 17.2vw;
    border-radius: 14.4vw;
    font-size: 3.6vw;
  }
}
.p-top-about__box {
  background-color: #F3EFED;
  border-radius: 8px;
  padding: 20px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .p-top-about__box {
    border-radius: 1.6vw;
    padding: 4vw 6vw;
    margin-top: 6vw;
  }
}
.p-top-about__boxtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #484242;
  color: #FBFBFB;
  border-radius: 50px;
  padding: 8px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .p-top-about__boxtitle {
    font-size: 2.8vw;
    border-radius: 10vw;
    padding: 1.6vw 3.6vw;
    margin-bottom: 2vw;
  }
}
.p-top-about__qualification li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 500px) {
  .p-top-about__qualification li {
    font-size: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-top-about__qualification li::after {
  position: absolute;
  content: "";
  background-color: #DFA3A3;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  .p-top-about__qualification li::after {
    top: 2.8vw;
    width: 1.2vw;
    height: 1.2vw;
  }
}
.p-top-about__career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-about__career dt {
  width: 37px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  .p-top-about__career dt {
    width: 7.4vw;
    font-size: 3.2vw;
  }
}
.p-top-about__career dd {
  width: calc(100% - 37px);
  padding-left: 26px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-about__career dd {
    width: calc(100% - 7.4vw);
    padding-left: 5.2vw;
    font-size: 3.2vw;
  }
}
.p-top-about__career dd:not(:last-of-type)::before, .p-top-about__career dd::after {
  position: absolute;
  content: "";
  background-color: #DFA3A3;
}
.p-top-about__career dd:not(:last-of-type)::before {
  background-color: #DFA3A3;
  width: 1px;
  height: 100%;
  top: 17px;
  left: 12px;
}
@media screen and (max-width: 500px) {
  .p-top-about__career dd:not(:last-of-type)::before {
    top: 3.4vw;
    left: 2.4vw;
  }
}
.p-top-about__career dd::after {
  left: 10px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  .p-top-about__career dd::after {
    left: 2vw;
    top: 2.8vw;
    width: 1.2vw;
    height: 1.2vw;
  }
}
.p-top-features {
  background-color: #F3EFED;
  padding: 60px 0;
}
@media screen and (max-width: 500px) {
  .p-top-features {
    padding: 12vw 0;
  }
}
.p-top-features__item {
  position: relative;
}
.p-top-features__item:nth-of-type(odd) .p-top-features__point {
  left: -16px;
}
@media screen and (max-width: 500px) {
  .p-top-features__item:nth-of-type(odd) .p-top-features__point {
    left: -3.2vw;
  }
}
.p-top-features__item:nth-of-type(odd) .p-top-features__img {
  margin-left: 60px;
}
@media screen and (max-width: 500px) {
  .p-top-features__item:nth-of-type(odd) .p-top-features__img {
    margin-left: 12vw;
  }
}
.p-top-features__item:nth-of-type(odd) .p-top-features__textarea {
  margin-right: 40px;
}
@media screen and (max-width: 500px) {
  .p-top-features__item:nth-of-type(odd) .p-top-features__textarea {
    margin-right: 8vw;
  }
}
.p-top-features__item:nth-of-type(even) .p-top-features__point {
  right: -16px;
  top: 225px;
}
@media screen and (max-width: 500px) {
  .p-top-features__item:nth-of-type(even) .p-top-features__point {
    right: -3.2vw;
    top: 45vw;
  }
}
.p-top-features__item:nth-of-type(even) .p-top-features__img {
  margin-right: 60px;
}
@media screen and (max-width: 500px) {
  .p-top-features__item:nth-of-type(even) .p-top-features__img {
    margin-right: 12vw;
  }
}
.p-top-features__item:nth-of-type(even) .p-top-features__textarea {
  margin-left: 40px;
}
@media screen and (max-width: 500px) {
  .p-top-features__item:nth-of-type(even) .p-top-features__textarea {
    margin-left: 8vw;
  }
}
.p-top-features__item + .p-top-features__item {
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  .p-top-features__item + .p-top-features__item {
    margin-top: 8vw;
  }
}
.p-top-features__point {
  position: absolute;
  top: 220px;
  color: #DFA3A3;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Marcellus", sans-serif;
  rotate: 90deg;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 500px) {
  .p-top-features__point {
    top: 44vw;
    font-size: 4.8vw;
  }
}
.p-top-features__point::after {
  position: absolute;
  content: "";
  width: 178px;
  height: 1px;
  background-color: #DFA3A3;
  left: -186px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .p-top-features__point::after {
    width: 35.6vw;
    left: -37.2vw;
  }
}
.p-top-features__img img {
  width: 100%;
  height: auto;
}
.p-top-features__textarea {
  position: relative;
  z-index: 2;
  background-color: #FDFBFA;
  margin-top: -20px;
  padding: 30px;
}
@media screen and (max-width: 500px) {
  .p-top-features__textarea {
    margin-top: -4vw;
    padding: 6vw;
  }
}
.p-top-features__title {
  color: #DFA3A3;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-bottom: 1px solid #DFA3A3;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .p-top-features__title {
    font-size: 5.6vw;
    padding-bottom: 4vw;
  }
}
.p-top-features__desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .p-top-features__desc {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}
.p-top-features__desc span {
  color: #DFA3A3;
  font-weight: 700;
}
.p-top-features__desc sup {
  font-size: 9px;
}
@media screen and (max-width: 500px) {
  .p-top-features__desc sup {
    font-size: 1.8vw;
  }
}
.p-top-features__desc .-sm {
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .p-top-features__desc .-sm {
    font-size: 2.4vw;
  }
}
.p-top-features__small {
  margin-top: 3px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: rgba(72, 66, 66, .6);
  display: block;
}
@media screen and (max-width: 500px) {
  .p-top-features__small {
    margin-top: 0.6vw;
    font-size: 2.4vw;
  }
}
.p-top-worries__bg {
  background-image: url(../img/worries/bg.webp);
  background-size: cover;
  background-position: top;
  padding: 50px 20px 90px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-worries__bg {
    padding: 10vw 4vw 18vw;
  }
}
.p-top-worries__title {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .p-top-worries__title {
    font-size: 4.8vw;
  }
}
.p-top-worries__title .-lg {
  font-size: 32px;
}
@media screen and (max-width: 500px) {
  .p-top-worries__title .-lg {
    font-size: 6.4vw;
  }
}
.p-top-worries__title .-dot {
  position: relative;
}
.p-top-worries__title .-dot::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -4px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
}
@media screen and (max-width: 500px) {
  .p-top-worries__title .-dot::after {
    top: -0.8vw;
    width: 1vw;
    height: 1vw;
    border-radius: 10vw;
  }
}
.p-top-worries__list {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 120px;
}
@media screen and (max-width: 500px) {
  .p-top-worries__list {
    width: calc(100% - 8vw);
    top: 24vw;
  }
}
.p-top-worries__list li {
  width: 170px;
  height: 80px;
  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;
  border-radius: 50px;
  background-color: rgba(72, 66, 66, .8);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .p-top-worries__list li {
    width: 34vw;
    height: 16vw;
    border-radius: 10vw;
    font-size: 4vw;
  }
}
.p-top-worries__list li.-item2 {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .p-top-worries__list li.-item2 {
    margin-top: 6vw;
  }
}
.p-top-worries__list li.-item3 {
  margin-top: 7px;
}
@media screen and (max-width: 500px) {
  .p-top-worries__list li.-item3 {
    margin-top: 1.4vw;
  }
}
.p-top-worries__list li.-item4 {
  margin-top: 36px;
}
@media screen and (max-width: 500px) {
  .p-top-worries__list li.-item4 {
    margin-top: 7.2vw;
  }
}
.p-top-worries__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: -80px auto 0;
}
@media screen and (max-width: 500px) {
  .p-top-worries__img {
    margin: -16vw auto 0;
  }
}
.p-top-worries__img img {
  width: 109%;
  height: auto;
  margin-left: -5%;
}
.p-top-worries__img2 {
  margin-top: -26px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .p-top-worries__img2 {
    margin-top: -5.2vw;
  }
}
.p-top-worries__img2 img {
  width: 100%;
  height: auto;
}
.p-top-worries__copy {
  margin-top: -52px;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .p-top-worries__copy {
    margin-top: -10.4vw;
    gap: 4vw;
  }
}
.p-top-worries__copy .-sm {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  .p-top-worries__copy .-sm {
    font-size: 3.6vw;
  }
}
.p-top-worries__copy .-lg {
  background-color: #DFA3A3;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding: 6px 15px;
}
@media screen and (max-width: 500px) {
  .p-top-worries__copy .-lg {
    font-size: 5.6vw;
    padding: 1.2vw 3vw;
  }
}
.p-top-worries__copy .-color {
  color: #DFA3A3;
  font-weight: 700;
}
.p-top-method {
  padding: 60px 20px;
}
@media screen and (max-width: 500px) {
  .p-top-method {
    padding: 12vw 4vw;
  }
}
.p-top-method-other {
  background-color: #F3EFED;
  border-radius: 8px;
  margin-top: 40px;
  padding: 30px;
}
@media screen and (max-width: 500px) {
  .p-top-method-other {
    border-radius: 1.6vw;
    margin-top: 8vw;
    padding: 6vw;
  }
}
.p-top-method-other__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #484242;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 8px 20px;
  border-radius: 50px;
}
@media screen and (max-width: 500px) {
  .p-top-method-other__title {
    font-size: 4.4vw;
    padding: 1.6vw 4vw;
    border-radius: 10vw;
  }
}
.p-top-method-other__desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.p-top-method-other__desc.-color {
  color: #DFA3A3;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .p-top-method-other__desc {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}
.p-top-method-other__desc + .p-top-method-other__desc {
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  .p-top-method-other__desc + .p-top-method-other__desc {
    margin-top: 2vw;
  }
}
.p-top-method-other__img {
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  .p-top-method-other__img {
    margin-top: 2vw;
  }
}
.p-top-method-other__img img {
  width: 100%;
  height: auto;
}
.p-top-method-correction {
  padding: 40px 30px 0;
}
.p-top-method-correction__title {
  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: 10px;
}
@media screen and (max-width: 500px) {
  .p-top-method-correction__title {
    gap: 2vw;
  }
}
.p-top-method-correction__title h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .p-top-method-correction__title h3 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-method-correction__title svg {
    width: 3vw;
    height: auto;
  }
}
.p-top-method-correction__listtitle {
  margin-top: 10px;
  background-color: #484242;
  color: #FDFBFA;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  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;
  border-radius: 4px 4px 0 0;
  padding: 12px;
}
@media screen and (max-width: 500px) {
  .p-top-method-correction__listtitle {
    margin-top: 2vw;
    font-size: 3.2vw;
    border-radius: 0.8vw 0.8vw 0 0;
    padding: 2.4vw;
  }
}
.p-top-method-correction__list {
  background-color: #F3EFED;
  border-radius: 0 0 4px 4px;
  padding: 4px 30px;
}
@media screen and (max-width: 500px) {
  .p-top-method-correction__list {
    border-radius: 0 0 0.8vw 0.8vw;
    padding: 0.8vw 6vw;
  }
}
.p-top-method-correction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 10px;
}
.p-top-method-correction__item + .p-top-method-correction__item {
  border-top: 1px dashed rgba(72, 66, 66, .6);
}
@media screen and (max-width: 500px) {
  .p-top-method-correction__item {
    gap: 2vw;
    padding: 3.2vw 2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-method-correction__item svg {
    width: 4.8vw;
    height: auto;
  }
}
.p-top-qa {
  padding: 60px 20px 60px;
}
@media screen and (max-width: 500px) {
  .p-top-qa {
    padding: 12vw 4vw 12vw;
  }
}
.p-top-qa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  counter-reset: q;
}
@media screen and (max-width: 500px) {
  .p-top-qa__list {
    gap: 4vw;
  }
}
.p-top-qa__item {
  background-color: #E2DAD6;
  border-radius: 8px;
  counter-increment: q;
}
@media screen and (max-width: 500px) {
  .p-top-qa__item {
    border-radius: 1.6vw;
  }
}
.p-top-qa__item dt {
  position: relative;
  cursor: pointer;
  padding: 20px 47px 15px 20px;
}
@media screen and (max-width: 500px) {
  .p-top-qa__item dt {
    padding: 4vw 9.4vw 3vw 4vw;
  }
}
.p-top-qa__item dt::before {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "Q" counter(q);
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: "Marcellus", sans-serif;
}
@media screen and (max-width: 500px) {
  .p-top-qa__item dt::before {
    left: 4vw;
    top: 4vw;
    font-size: 4.4vw;
  }
}
.p-top-qa__item dt.is-active .p-top-qa__cross::after {
  rotate: 0deg;
}
.p-top-qa__item dd {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.p-top-qa__item dd div {
  padding: 16px 20px 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-top-qa__item dd div {
    padding: 3.2vw 4vw 4vw;
  }
}
.p-top-qa__item dd div::after {
  position: absolute;
  content: "";
  border-top: 1px dashed rgba(72, 66, 66, .6);
  width: calc(100% - 40px);
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 500px) {
  .p-top-qa__item dd div::after {
    width: calc(100% - 8vw);
  }
}
.p-top-qa__item dt, .p-top-qa__item dd {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  .p-top-qa__item dt, .p-top-qa__item dd {
    font-size: 3.2vw;
  }
}
.p-top-qa__title {
  padding-left: 34px;
  display: block;
}
@media screen and (max-width: 500px) {
  .p-top-qa__title {
    padding-left: 6.8vw;
  }
}
.p-top-qa__cross {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .p-top-qa__cross {
    width: 3.2vw;
    height: 3.2vw;
    right: 4vw;
  }
}
.p-top-qa__cross::before, .p-top-qa__cross::after {
  position: absolute;
  content: "";
  background-color: #484242;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .p-top-qa__cross::before, .p-top-qa__cross::after {
    width: 3.2vw;
    height: 0.4vw;
  }
}
.p-top-qa__cross::after {
  rotate: 90deg;
  -webkit-transform: unset;
          transform: unset;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 500px) {
  .p-top-qa__cross::after {
    top: 1.4vw;
  }
}

/* hidden
--------------------------------------------------------------*/
.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}