/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  font
=====================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*====================================
  common
=====================================*/
.header {
  background-color: #fff;
  width: 100%;
  max-width: 504px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8000;
}
@media (max-width: 768px) {
  .header {
    max-width: 100%;
  }
}
.header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (max-width: 768px) {
  .header > .inner {
    height: 13.8888888889vw;
  }
}
.header__logo {
  margin: initial;
}
.header__logo img {
  width: 310px;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 61.5079365079vw;
  }
}

.hamburger {
  display: none;
  width: 37px;
  height: 27px;
  position: relative;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  z-index: 9999;
  position: fixed;
  top: 20px;
  left: calc(50% + 186px);
}
@media (max-width: 768px) {
  .hamburger {
    width: 7.3412698413vw;
    height: 5.3571428571vw;
    top: 3.9682539683vw;
    left: calc(50% + 36.9047619048vw);
  }
}
@media (max-width: 1100px) {
  .hamburger {
    display: flex;
  }
}
.hamburger span {
  display: block;
  height: 3px;
  background-color: #b3b3b3;
  border-radius: 10px;
  transition: 0.3s ease;
  transform-origin: center;
}
@media (max-width: 768px) {
  .hamburger span {
    height: 0.5952380952vw;
    border-radius: 1.9841269841vw;
  }
}
.hamburger.is-active span:nth-of-type(1) {
  transform: rotate(-215deg) translate(6px, -6px);
}
@media (max-width: 768px) {
  .hamburger.is-active span:nth-of-type(1) {
    transform: rotate(-215deg) translate(1.1904761905vw, -1.1904761905vw);
  }
}
.hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-of-type(3) {
  transform: rotate(215deg) translate(10px, 12px);
}
@media (max-width: 768px) {
  .hamburger.is-active span:nth-of-type(3) {
    transform: rotate(215deg) translate(1.9841269841vw, 2.380952381vw);
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transition: transform 0.3s ease;
  z-index: 9000;
  display: none;
  background-color: #f8dadc;
  max-width: 540px;
}
@media (max-width: 768px) {
  .menu {
    max-width: 100%;
  }
}
.menu__btn {
  text-align: center;
  margin-top: 76px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .menu__btn {
    margin-top: 15.0793650794vw;
    margin-bottom: 11.1111111111vw;
  }
}
.menu__btn img {
  width: 394px;
}
@media (max-width: 768px) {
  .menu__btn img {
    width: 78.1746031746vw;
  }
}
.menu__ttl {
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .menu__ttl {
    margin-bottom: 2.380952381vw;
  }
}
.menu__ttl img {
  width: 196px;
}
@media (max-width: 768px) {
  .menu__ttl img {
    width: 38.8888888889vw;
  }
}
.menu ul {
  max-width: 400px;
  margin: auto;
}
@media (max-width: 768px) {
  .menu ul {
    max-width: 79.3650793651vw;
  }
}
.menu ul li a {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 18px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px dashed #dd4751;
}
@media (max-width: 768px) {
  .menu ul li a {
    font-size: 5.1587301587vw;
    letter-spacing: 0.3968253968vw;
    padding: 3.5714285714vw 0;
    gap: 3.1746031746vw;
    border-bottom: 0.1984126984vw dashed #dd4751;
  }
}
.menu ul li a::before {
  content: "";
  width: 22px;
  height: 23px;
  display: block;
  background-image: url(../img/icon_arrow-red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .menu ul li a::before {
    width: 4.3650793651vw;
    height: 4.5634920635vw;
  }
}
.menu ul li:nth-last-of-type(1) a {
  border-bottom: none;
}
.menu.is-open {
  display: block;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
}

figure {
  margin: initial;
}

h1 {
  margin: initial;
}

p,
a,
span,
div,
dl,
dd,
dt,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
  color: #000000;
  font-feature-settings: "palt";
}

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

a {
  text-decoration: none;
}

p {
  line-height: 1.8;
  margin: initial;
}

ul {
  padding: initial;
  margin: initial;
}

li {
  padding: initial;
  margin: initial;
  list-style: none;
}

.footer {
  background-color: #dd4751;
  padding: 32px 0 80px;
}
@media (max-width: 768px) {
  .footer {
    padding: 6.3492063492vw 0 15.873015873vw;
  }
}
.footer .inner {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.footer__link {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 7.5396825397vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3.9682539683vw;
  }
}
.footer__privacy {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .footer__privacy {
    font-size: 3.9682539683vw;
    margin-bottom: 1.5873015873vw;
  }
}
.footer small {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .footer small {
    font-size: 3.9682539683vw;
  }
}

html {
  scroll-behavior: auto;
}

.wrapper {
  max-width: 504px;
  margin: 0 auto;
  box-shadow: 0px 0px 30px 10px rgba(92, 92, 92, 0.3);
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
}

.inner-lg {
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner-lg {
    max-width: 95.2380952381vw;
  }
}

.inner {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 89.2857142857vw;
  }
}

.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.dokidoki {
  animation: dokidoki 1.5s infinite;
}

@keyframes dokidoki {
  0% {
    transform: scale(1.05);
  }
  5% {
    transform: scale(1);
  }
  95% {
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}
.bururi {
  animation: bururi 1s infinite;
}

@keyframes bururi {
  50% {
    transform: scale(1, 1);
  }
  52% {
    transform: scale(0.98, 0.95);
  }
  54% {
    transform: scale(1, 1);
  }
  56% {
    transform: scale(0.98, 0.95);
  }
  58% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(0.98, 0.95);
  }
}
/*====================================
  config
=====================================*/
html,
body {
  font-family: "Noto Sans JP", sans-serif;
}

figure {
  margin: initial;
}

h1 {
  margin: initial;
}

p,
a,
span,
div,
dl,
dd,
dt,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
  color: #000000;
  font-feature-settings: "palt";
}

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

a {
  text-decoration: none;
}

p {
  line-height: 1.8;
  margin: initial;
}

ul {
  padding: initial;
  margin: initial;
}

li {
  padding: initial;
  margin: initial;
  list-style: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

* {
  box-sizing: border-box;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/*====================================
  page
=====================================*/
.bk-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  background-image: url(../img/bk.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bk-logo {
  position: fixed;
  top: 50%;
  left: 0;
  width: calc((100% - 504px) / 2);
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .bk-logo {
    display: none;
  }
}
.bk-logo img {
  width: 23.4375vw;
  max-width: 451px;
}

.bk-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc((100% - 504px) / 2);
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 1100px) {
  .bk-menu {
    display: none;
  }
}
.bk-menu__btn img {
  max-width: 344px;
}
@media (max-width: 1390px) {
  .bk-menu__btn img {
    max-width: 295px;
  }
}
.bk-menu__ttl {
  text-align: center;
  margin-bottom: 12px;
}
.bk-menu__ttl img {
  width: 196px;
}
.bk-menu ul {
  margin-bottom: 36px;
  margin-left: -15%;
}
@media (max-width: 1390px) {
  .bk-menu ul {
    margin-bottom: 30px;
  }
}
.bk-menu ul li {
  margin-bottom: 30px;
}
@media (max-width: 1390px) {
  .bk-menu ul li {
    margin-bottom: 26px;
  }
}
.bk-menu ul li:nth-last-of-type(1) a {
  margin-bottom: initial;
}
.bk-menu ul li a {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 1390px) {
  .bk-menu ul li a {
    font-size: 18px;
  }
}
.bk-menu ul li a::before {
  content: "";
  width: 17px;
  height: 18px;
  display: block;
  background-image: url(../img/icon_arrow-red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1390px) {
  .bk-menu ul li a::before {
    width: 15px;
    height: 16px;
  }
}
.bk-menu.is-open {
  display: block;
}

.floating {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
@media (max-width: 768px) {
  .floating {
    left: 0;
    transform: initial;
  }
}
.floating a {
  display: flex;
}
.floating a img {
  width: 504px;
}
@media (max-width: 768px) {
  .floating a img {
    width: 100vw;
    max-width: initial;
  }
}

.fv {
  position: relative;
  z-index: 100;
}
.fv > img {
  width: 100%;
}
.fv a {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .fv a {
    bottom: 0;
  }
}
.fv a img {
  max-width: 271px;
}
@media (max-width: 768px) {
  .fv a img {
    max-width: 53.7698412698vw;
  }
}

.about {
  background-color: #fff;
  border-top: 10px solid #dd4751;
  border-left: 10px solid #e46c74;
  border-right: 10px solid #e84374;
  padding-top: 110px;
  position: relative;
  z-index: 98;
  margin-top: -85px;
  padding-bottom: 92px;
}
@media (max-width: 768px) {
  .about {
    border-top: 1.9841269841vw solid #dd4751;
    border-left: 1.9841269841vw solid #e46c74;
    border-right: 1.9841269841vw solid #e84374;
    padding-top: 21.8253968254vw;
    margin-top: -16.8650793651vw;
    padding-bottom: 18.253968254vw;
  }
}
.about h2 {
  text-align: center;
}
.about h2 img {
  width: 385px;
}
@media (max-width: 768px) {
  .about h2 img {
    width: 76.3888888889vw;
  }
}
.about__heading {
  text-align: center;
  margin-top: 31px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .about__heading {
    margin-top: 6.1507936508vw;
    margin-bottom: 1.5873015873vw;
  }
}
.about__heading img {
  width: 218px;
}
@media (max-width: 768px) {
  .about__heading img {
    width: 43.253968254vw;
  }
}
.about__cta a {
  background: linear-gradient(90deg, rgb(221, 71, 81) 0%, rgb(212, 20, 90) 100%);
  width: 450px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  font-size: 29px;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin: auto;
}
@media (max-width: 768px) {
  .about__cta a {
    width: 89.2857142857vw;
    height: 15.873015873vw;
    border-radius: 15.873015873vw;
    font-size: 5.753968254vw;
  }
}
.about__cta a::after {
  content: "";
  width: 21px;
  height: 20px;
  display: block;
  background-image: url(../img/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .about__cta a::after {
    width: 4.1666666667vw;
    height: 3.9682539683vw;
    right: 5.1587301587vw;
  }
}
.about figure img {
  width: 100%;
}

.want {
  margin-top: -48px;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .want {
    margin-top: -9.5238095238vw;
  }
}
.want figure img {
  width: 100%;
}

.for {
  background-color: #fff;
  border-bottom: 10px solid #dd4751;
  border-left: 10px solid #e46c74;
  border-right: 10px solid #e84374;
  padding-top: 56px;
  padding-bottom: 18px;
  position: relative;
  z-index: 97;
  margin-top: -51px;
}
@media (max-width: 768px) {
  .for {
    border-bottom: 1.9841269841vw solid #dd4751;
    border-left: 1.9841269841vw solid #e46c74;
    border-right: 1.9841269841vw solid #e84374;
    padding-top: 11.1111111111vw;
    padding-bottom: 3.5714285714vw;
    margin-top: -10.119047619vw;
  }
}
.for__ttl {
  text-align: center;
}
.for__ttl img {
  width: 310px;
}
@media (max-width: 768px) {
  .for__ttl img {
    width: 61.5079365079vw;
  }
}
.for figure img {
  width: 100%;
}

.reason {
  background-image: url(../img/reason_bk.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .reason {
    padding-bottom: 12.6984126984vw;
  }
}
.reason__ttl {
  margin-top: initial;
  text-align: center;
  margin-bottom: 90px;
  margin-top: -2px;
  position: relative;
  z-index: 101;
}
@media (max-width: 768px) {
  .reason__ttl {
    margin-bottom: 17.8571428571vw;
    margin-top: -0.3968253968vw;
  }
}
.reason__ttl span:nth-of-type(1) {
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 768px) {
  .reason__ttl span:nth-of-type(1) {
    margin-bottom: 7.9365079365vw;
  }
}
.reason__ttl span:nth-of-type(1) img {
  width: 263px;
}
@media (max-width: 768px) {
  .reason__ttl span:nth-of-type(1) img {
    width: 52.1825396825vw;
  }
}
.reason__ttl span:nth-of-type(2) {
  display: block;
}
.reason__ttl span:nth-of-type(2) img {
  width: 376px;
}
@media (max-width: 768px) {
  .reason__ttl span:nth-of-type(2) img {
    width: 74.6031746032vw;
  }
}
.reason__block {
  background-color: #fff;
  border-radius: 20px;
  padding: 0 37.5px 38px;
}
@media (max-width: 768px) {
  .reason__block {
    border-radius: 3.9682539683vw;
    padding: 0 7.4404761905vw 7.5396825397vw;
  }
}
.reason__block:nth-of-type(1) {
  margin-bottom: 86px;
}
@media (max-width: 768px) {
  .reason__block:nth-of-type(1) {
    margin-bottom: 17.0634920635vw;
  }
}
.reason__block h3 {
  text-align: center;
  margin-top: initial;
}
.reason__block h3 img {
  width: 132px;
  margin-top: -67px;
}
@media (max-width: 768px) {
  .reason__block h3 img {
    width: 26.1904761905vw;
    margin-top: -13.2936507937vw;
  }
}
.reason__block figure {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .reason__block figure {
    margin-bottom: 5.5555555556vw;
  }
}
.reason__lead {
  color: #dd4751;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .reason__lead {
    font-size: 5.5555555556vw;
    margin-bottom: 7.5396825397vw;
  }
}
.reason__txt {
  font-size: 18px;
}
@media (max-width: 768px) {
  .reason__txt {
    font-size: 3.5714285714vw;
  }
}

.choice {
  background-image: url(../img/choice_bk.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .choice {
    padding: 9.5238095238vw 0;
  }
}
.choice h2 {
  font-size: 30px;
  color: #dd4751;
  font-weight: 700;
  text-align: center;
  margin-top: initial;
}
@media (max-width: 768px) {
  .choice h2 {
    font-size: 5.9523809524vw;
  }
}
.choice ul.choice-head {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .choice ul.choice-head {
    gap: 1.9841269841vw;
    margin-bottom: 3.9682539683vw;
  }
}
.choice ul.choice-head li {
  width: calc(33.33% - 6.68px);
  height: 50px;
  border: 2px solid #dd4751;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 6px;
  letter-spacing: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .choice ul.choice-head li {
    width: calc(33.33% - 1.3253968254vw);
    height: 9.9206349206vw;
    border: 0.3968253968vw solid #dd4751;
    padding: 1.1904761905vw;
    letter-spacing: 0.7936507937vw;
  }
}
.choice ul.choice-head li::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../img/choice_arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
@media (max-width: 768px) {
  .choice ul.choice-head li::after {
    width: 7.9365079365vw;
    height: 7.9365079365vw;
    bottom: -0.3968253968vw;
    right: -0.3968253968vw;
  }
}
.choice ul.choice-head li:hover {
  background-color: rgba(221, 71, 81, 0.8);
  transition: all 0.3s;
}
.choice ul.choice-head li:hover p {
  color: #fff;
}
.choice ul.choice-head li.is-active {
  background-color: rgba(221, 71, 81, 0.8);
}
.choice ul.choice-head li.is-active p {
  color: #fff;
}
.choice ul.choice-head li p {
  font-size: 22px;
  line-height: 1;
  color: #dd4751;
}
@media (max-width: 768px) {
  .choice ul.choice-head li p {
    font-size: 4.3650793651vw;
  }
}
.choice__block {
  background-color: #fff;
  border: 2px solid #dd4751;
  border-radius: 20px;
  /*padding: 20px 38px;*/
}
@media (max-width: 768px) {
  .choice__block {
    border: 0.3968253968vw solid #dd4751;
    border-radius: 3.9682539683vw;
    /*padding: 3.9682539683vw 7.5396825397vw;*/
  }
}
/*
.choice__block img {
  display: none;
  width: 100%;
}
.choice__block img.is-visible {
  display: block;
}
*/

.limited {
  background-color: #fff;
  background-image: url(../img/limited_bk.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .limited {
    padding-bottom: 9.9206349206vw;
  }
}
.limited__ttl {
  margin-top: initial;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.limited__ttl > span:nth-of-type(1) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .limited__ttl > span:nth-of-type(1) {
    margin-bottom: 1.9841269841vw;
  }
}
.limited__ttl > span:nth-of-type(1) img {
  width: 210px;
}
@media (max-width: 768px) {
  .limited__ttl > span:nth-of-type(1) img {
    width: 41.6666666667vw;
  }
}
.limited__ttl > span:nth-of-type(2) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .limited__ttl > span:nth-of-type(2) {
    margin-bottom: 3.9682539683vw;
  }
}
.limited__ttl > span:nth-of-type(2) img {
  width: 375px;
}
@media (max-width: 768px) {
  .limited__ttl > span:nth-of-type(2) img {
    width: 74.4047619048vw;
  }
}
.limited__ttl > span:nth-of-type(3) {
  color: #dd4751;
  font-weight: 700;
  font-size: 36px;
  display: block;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .limited__ttl > span:nth-of-type(3) {
    font-size: 7.1428571429vw;
  }
}
.limited__ttl > span:nth-of-type(3) span {
  color: #dd4751;
  font-size: 48px;
}
@media (max-width: 768px) {
  .limited__ttl > span:nth-of-type(3) span {
    font-size: 9.5238095238vw;
  }
}
.limited__exp {
  background-image: url(../img/limited_comment.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 215px;
  padding: 30px 20px 22px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .limited__exp {
    height: 42.6587301587vw;
    padding: 5.9523809524vw 3.9682539683vw 4.3650793651vw;
    margin-bottom: 7.1428571429vw;
  }
}
.limited__exp p {
  font-size: 18px;
  font-weight: 400;
  width: 66%;
}
@media (max-width: 768px) {
  .limited__exp p {
    font-size: 3.5714285714vw;
  }
}
.limited__accordion--list:nth-of-type(1) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .limited__accordion--list:nth-of-type(1) {
    margin-bottom: 7.9365079365vw;
  }
}
.limited__accordion--list h3 {
  display: flex;
  align-items: center;
  background-color: #dd4751;
  padding: 12px 17px;
  margin: initial;
  cursor: pointer;
}
@media (max-width: 768px) {
  .limited__accordion--list h3 {
    padding: 2.380952381 3.373015873vw;
  }
}
.limited__accordion--list h3 > span:nth-of-type(1) {
  padding-right: 17px;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .limited__accordion--list h3 > span:nth-of-type(1) {
    padding-right: 3.373015873vw;
    border-right: 0.1984126984vw solid #fff;
  }
}
.limited__accordion--list h3 > span:nth-of-type(1) img {
  width: 30px;
}
@media (max-width: 768px) {
  .limited__accordion--list h3 > span:nth-of-type(1) img {
    width: 5.9523809524vw;
  }
}
.limited__accordion--list h3 > span:nth-of-type(2) {
  color: #fff;
  font-size: 20px;
  padding-left: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .limited__accordion--list h3 > span:nth-of-type(2) {
    font-size: 3.9682539683vw;
    padding-left: 3.373015873vw;
  }
}
.limited__accordion--list h3 > span:nth-of-type(2)::after {
  content: "";
  width: 24px;
  height: 11px;
  display: block;
  background-image: url(../img/icon_arrow-under.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .limited__accordion--list h3 > span:nth-of-type(2)::after {
    width: 4.7619047619vw;
    height: 2.1825396825vw;
  }
}
.limited__accordion--list.is-open h3 > span:nth-of-type(2)::after {
  transform: rotate(180deg);
}
.limited__accordion--block {
  background-color: #fff;
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}
.limited__accordion--block > p {
  padding: 20px;
  font-size: 20px;
  letter-spacing: initial;
}
@media (max-width: 768px) {
  .limited__accordion--block > p {
    padding: 3.9682539683vw;
    font-size: 3.9682539683vw;
  }
}
.limited__accordion--attention {
  background-color: #f8dadc;
  padding: 24px 21px;
}
@media (max-width: 768px) {
  .limited__accordion--attention {
    padding: 4.7619047619vw 4.1666666667vw;
  }
}
.limited__accordion--attention h4 {
  text-align: center;
  color: #dd4751;
  font-size: 20px;
  margin-top: initial;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .limited__accordion--attention h4 {
    font-size: 3.9682539683vw;
    margin-bottom: 3.1746031746vw;
  }
}
.limited__accordion--attention p {
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .limited__accordion--attention p {
    font-size: 2.9761904762vw;
  }
}
.limited__accordion--attention p a {
  font-weight: 600;
  text-decoration: underline;
}
.limited__accordion--attention p span {
  color: #dd4751;
}
.limited__accordion--attention ul {
  display: flex;
  flex-flow: column;
}
.limited__accordion--attention ul li {
  display: flex;
  margin-bottom: 56px;
  position: relative;
}
@media (max-width: 768px) {
  .limited__accordion--attention ul li {
    margin-bottom: 11.1111111111vw;
  }
}
.limited__accordion--attention ul li::before {
  content: "";
  width: 162px;
  height: 48px;
  display: block;
  background-image: url(../img/limited_step-arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -38px;
  left: 0;
}
@media (max-width: 768px) {
  .limited__accordion--attention ul li::before {
    width: 32.1428571429vw;
    height: 9.5238095238vw;
    bottom: -7.5396825397vw;
  }
}
.limited__accordion--attention ul li span {
  flex-shrink: 0;
  padding: 0 16px 21px 16px;
  border-right: 1px solid #dd4751;
}
@media (max-width: 768px) {
  .limited__accordion--attention ul li span {
    padding: 0 3.1746031746vw 4.1666666667vw 3.1746031746vw;
    border-right: 0.1984126984vw solid #dd4751;
  }
}
.limited__accordion--attention ul li span img {
  width: 27px;
}
@media (max-width: 768px) {
  .limited__accordion--attention ul li span img {
    width: 5.3571428571vw;
  }
}
.limited__accordion--attention ul li P {
  font-size: 17px;
  color: #dd4751;
  font-weight: 500;
  padding-left: 16px;
  margin-top: -8px;
}
@media (max-width: 768px) {
  .limited__accordion--attention ul li P {
    font-size: 3.373015873vw;
    padding-left: 3.1746031746vw;
    margin-top: -1.5873015873vw;
  }
}
.limited__accordion--attention ul li:nth-of-type(2) p {
  margin-bottom: -6px;
}
@media (max-width: 768px) {
  .limited__accordion--attention ul li:nth-of-type(2) p {
    margin-bottom: -1.1904761905vw;
  }
}
.limited__accordion--attention small {
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .limited__accordion--attention small {
    font-size: 2.9761904762vw;
  }
}
.limited__treat {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.limited__treat--01 {
  background-image: url(../img/limited_treat01.webp);
  width: 79px;
  height: 79px;
  top: 15px;
  left: 28px;
}
@media (max-width: 768px) {
  .limited__treat--01 {
    width: 15.6746031746vw;
    height: 15.6746031746vw;
    top: 2.9761904762vw;
    left: 5.5555555556vw;
  }
}
.limited__treat--02 {
  background-image: url(../img/limited_treat02.webp);
  width: 15px;
  height: 15px;
  top: 120px;
  left: 34px;
}
@media (max-width: 768px) {
  .limited__treat--02 {
    width: 2.9761904762vw;
    height: 2.9761904762vw;
    top: 23.8095238095vw;
    left: 6.746031746vw;
  }
}
.limited__treat--03 {
  background-image: url(../img/limited_treat03.webp);
  width: 32px;
  height: 40px;
  top: 215px;
  left: 18px;
}
@media (max-width: 768px) {
  .limited__treat--03 {
    width: 6.3492063492vw;
    height: 7.9365079365vw;
    top: 42.6587301587vw;
    left: 3.5714285714vw;
  }
}
.limited__treat--04 {
  background-image: url(../img/limited_treat04.webp);
  width: 98px;
  height: 72px;
  top: 285px;
  left: -48px;
}
@media (max-width: 768px) {
  .limited__treat--04 {
    width: 19.4444444444vw;
    height: 14.2857142857vw;
    top: 56.5476190476vw;
    left: -9.5238095238vw;
  }
}
.limited__treat--05 {
  background-image: url(../img/limited_treat02.webp);
  width: 15px;
  height: 15px;
  top: 27px;
  right: 110px;
}
@media (max-width: 768px) {
  .limited__treat--05 {
    width: 2.9761904762vw;
    height: 2.9761904762vw;
    top: 5.3571428571vw;
    right: 21.8253968254vw;
  }
}
.limited__treat--06 {
  background-image: url(../img/limited_treat04.webp);
  width: 98px;
  height: 72px;
  top: 40px;
  right: -36px;
}
@media (max-width: 768px) {
  .limited__treat--06 {
    width: 19.4444444444vw;
    height: 14.2857142857vw;
    top: 7.9365079365vw;
    right: -7.1428571429vw;
  }
}
.limited__treat--07 {
  background-image: url(../img/limited_treat05.webp);
  width: 27px;
  height: 43px;
  top: 130px;
  right: 16px;
}
@media (max-width: 768px) {
  .limited__treat--07 {
    width: 5.3571428571vw;
    height: 8.5317460317vw;
    top: 25.7936507937vw;
    right: 3.1746031746vw;
  }
}
.limited__treat--08 {
  background-image: url(../img/limited_treat06.webp);
  width: 15px;
  height: 15px;
  top: 315px;
  right: 25px;
}
@media (max-width: 768px) {
  .limited__treat--08 {
    width: 2.9761904762vw;
    height: 2.9761904762vw;
    top: 62.5vw;
    right: 4.9603174603vw;
  }
}

.voice {
  background-color: #dd4751;
  position: relative;
  padding: 32px 0 52px;
}
@media (max-width: 768px) {
  .voice {
    padding: 6.3492063492vw 0 10.3174603175vw;
  }
}
.voice::before {
  content: "";
  width: 100%;
  height: 225px;
  display: block;
  background-image: url(../img/voice_bk-top.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .voice::before {
    height: 44.6428571429vw;
  }
}
.voice::after {
  content: "";
  width: 100%;
  height: 225px;
  display: block;
  background-image: url(../img/voice_bk-bottom.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .voice::after {
    height: 44.6428571429vw;
  }
}
.voice .inner {
  position: relative;
  z-index: 10;
}
.voice__ttl {
  margin-top: initial;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.voice__ttl span:nth-of-type(1) {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .voice__ttl span:nth-of-type(1) {
    margin-bottom: 6.3492063492vw;
  }
}
.voice__ttl span:nth-of-type(1) img {
  width: 181px;
}
@media (max-width: 768px) {
  .voice__ttl span:nth-of-type(1) img {
    width: 35.9126984127vw;
  }
}
.voice__ttl span:nth-of-type(2) {
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .voice__ttl span:nth-of-type(2) {
    margin-bottom: 3.373015873vw;
  }
}
.voice__ttl span:nth-of-type(2) img {
  width: 324px;
}
@media (max-width: 768px) {
  .voice__ttl span:nth-of-type(2) img {
    width: 64.2857142857vw;
  }
}
.voice__ttl span:nth-of-type(3) {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .voice__ttl span:nth-of-type(3) {
    font-size: 6.9444444444vw;
  }
}
.voice ul {
  background-color: #fff;
}
.voice ul li {
  display: flex;
  align-items: center;
}
.voice ul li figure {
  flex-shrink: 0;
  margin: initial;
  display: flex;
}
.voice ul li figure img {
  width: 140px;
}
@media (max-width: 768px) {
  .voice ul li figure img {
    width: 27.7777777778vw;
  }
}
.voice ul li p {
  padding: 16px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .voice ul li p {
    padding: 3.1746031746vw;
    font-size: 3.1746031746vw;
  }
}
.voice ul li:nth-of-type(even) {
  background-color: #f8dadc;
  flex-flow: row-reverse;
}
.voice ul li:nth-of-type(even) p {
  padding-right: 8px;
}
@media (max-width: 768px) {
  .voice ul li:nth-of-type(even) p {
    padding-right: 1.5873015873vw;
  }
}
.voice ul li:nth-of-type(4) {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .voice ul li:nth-of-type(4) {
    padding-right: 2.9761904762vw;
  }
}

.interview {
  background-color: #fff;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .interview {
    padding-top: 1.9841269841vw;
  }
}
.interview figure {
  border: 4px solid #dd4751;
  display: flex;
}
@media (max-width: 768px) {
  .interview figure {
    border: 0.7936507937vw solid #dd4751;
  }
}
.interview figure a {
  transition: all 0.3s;
  display: flex;
}
.interview figure a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.senior {
  background-color: #fff;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .senior {
    padding-top: 4.7619047619vw;
  }
}
.senior__ttl {
  text-align: center;
  margin-top: initial;
}
.senior__ttl img {
  width: 377px;
}
@media (max-width: 768px) {
  .senior__ttl img {
    width: 74.8015873016vw;
  }
}
.senior__cta {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .senior__cta {
    margin-bottom: 3.1746031746vw;
  }
}
.senior__cta a {
  max-width: 440px;
  height: 100px;
  display: block;
  background-color: #dd4751;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .senior__cta a {
    max-width: 87.3015873016vw;
    height: 19.8412698413vw;
    gap: 2.380952381vw;
    border-radius: 1.5873015873vw;
    font-size: 5.1587301587vw;
  }
}
.senior__cta a::after {
  content: "";
  width: 33px;
  height: 33px;
  display: block;
  background-image: url(../img/icon_tab.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .senior__cta a::after {
    width: 6.5476190476vw;
    height: 6.5476190476vw;
  }
}
.senior p {
  text-align: center;
  background-color: #f8dadc;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .senior p {
    height: 19.8412698413vw;
  }
}
.senior p img {
  width: 420px;
}
@media (max-width: 768px) {
  .senior p img {
    width: 83.3333333333vw;
  }
}

.lesson {
  margin-top: -20px;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .lesson {
    margin-top: -3.9682539683vw;
  }
}
.lesson a {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lesson a {
    bottom: 1.5873015873vw;
  }
}
.lesson a img {
  width: 271px;
}
@media (max-width: 768px) {
  .lesson a img {
    width: 53.7698412698vw;
  }
}

.contact {
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 5.9523809524vw 0;
  }
}
@media (max-width: 768px) {
  .contact .inner {
    width: 92%;
  }
}
.contact h2 {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  border: 2px solid #e50012;
  color: #e50012;
  padding: 2px;
  margin-top: initial;
}
@media (max-width: 768px) {
  .contact h2 {
    font-size: 5.5555555556vw;
    border: 0.3968253968vw solid #e50012;
    padding: 0.3968253968vw;
  }
}
.contact__logo {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .contact__logo {
    margin-bottom: 3.1746031746vw;
  }
}
.contact__logo img {
  width: 400px;
}
@media (max-width: 768px) {
  .contact__logo img {
    width: 79.3650793651vw;
  }
}
.contact__tel {
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contact__tel {
    font-size: 11.9047619048vw;
    gap: 1.55vw;
    margin-bottom: 4.7619047619vw;
    letter-spacing: -0.1vw;
  }
}
.contact__tel::before {
  content: "";
  width: 57px;
  height: 46px;
  display: block;
  background-image: url(../img/icon_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .contact__tel::before {
    width: 11.3095238095vw;
    height: 9.126984127vw;
    margin-top: 3.9682539683vw;
  }
}
.contact__line {
  text-align: center;
}
.contact__line img {
  width: 450px;
}
@media (max-width: 768px) {
  .contact__line img {
    width: 89.2857142857vw;
  }
}