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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  /* フォントサイズの正確に */
  -webkit-text-size-adjust: 100%;
  /* 文字をシャープに */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.2666666667vw;
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-size: clamp(14rem, 1.8229166667vw, 17.92rem);
  color: #333;
  line-height: 1.8;
}

.main-inner {
  background-color: #f7f5ee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
}

.sp-hide {
  display: none;
}

.pc-hide {
  display: block;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", serif;
  font-weight: 700;
  font-style: normal;
}

.section-inner {
  padding: 0 20rem;
}

.attention {
  font-size: clamp(12rem, 1.5625vw, 15.36rem);
  line-height: 1.6;
}

.blue-bg {
  background-color: #e6f2fe;
}

.blue-bg__inner {
  padding: clamp(60rem, 7.8125vw, 76.8rem) clamp(20rem, 2.6041666667vw, 25.6rem);
}

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

.button {
  border-radius: clamp(8rem, 1.0416666667vw, 10.24rem);
  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: clamp(18rem, 2.34375vw, 23.04rem);
  font-weight: bold;
  padding: clamp(17rem, 2.2135416667vw, 21.76rem) clamp(20rem, 2.6041666667vw, 25.6rem);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button.detail-button {
  background-color: white;
  color: #fc8024;
  border: clamp(1rem, 0.1302083333vw, 1.28rem) solid #fc8024;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.button.detail-button:after {
  content: "";
  position: absolute;
  width: clamp(8rem, 1.0416666667vw, 10.24rem);
  height: clamp(8rem, 1.0416666667vw, 10.24rem);
  border-top: solid clamp(2rem, 0.2604166667vw, 2.56rem) #fc8024;
  border-right: solid clamp(2rem, 0.2604166667vw, 2.56rem) #fc8024;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: clamp(20rem, 2.6041666667vw, 25.6rem);
}
.button.detail-button--blue {
  color: #0e5294;
  border-color: #0e5294;
}
.button.detail-button--blue:after {
  border-color: #0e5294;
}
.button.next-button {
  background-color: #fc8024;
  color: white;
  -webkit-box-shadow: 0 6rem 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6rem 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
  transition: 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
  transition: 0.4s box-shadow, 0.4s transform;
  transition: 0.4s box-shadow, 0.4s transform, 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
  width: 100%;
}
.button.cta-button {
  font-size: clamp(15rem, 1.953125vw, 19.2rem);
  color: white;
  padding: clamp(4rem, 0.5208333333vw, 5.12rem) clamp(8rem, 1.0416666667vw, 10.24rem) clamp(8rem, 1.0416666667vw, 10.24rem);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-shadow: 0 4rem 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4rem 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
  transition: 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
  transition: 0.4s box-shadow, 0.4s transform;
  transition: 0.4s box-shadow, 0.4s transform, 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
}
.button.cta-button .larger {
  font-size: clamp(20rem, 2.6041666667vw, 25.6rem);
}
.button.reserve-button {
  background-color: #fc8024;
  color: white;
  -webkit-box-shadow: 0 6rem 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6rem 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
  transition: 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
  transition: 0.4s box-shadow, 0.4s transform;
  transition: 0.4s box-shadow, 0.4s transform, 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
  width: 100%;
}
.button.reserve-button--white {
  background-color: white;
  color: #fc8024;
}

.header {
  height: clamp(60rem, 7.8125vw, 76.8rem);
  background-color: white;
}
.header .header-inner {
  padding: 0 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-width: 1400rem;
  margin: auto;
}
.header .header-inner .header-logo img {
  width: 100%;
}
.header .header-inner .header-logo:nth-child(1) {
  width: clamp(100rem, 13.0208333333vw, 128rem);
}
.header .header-inner .header-logo:nth-child(2) {
  width: clamp(129rem, 16.796875vw, 165.12rem);
}

.main {
  position: relative;
}
.main .main-inner {
  max-width: 480rem;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.mv {
  position: relative;
  z-index: 1;
}
.mv .section-inner {
  padding: clamp(16rem, 2.0833333333vw, 20.48rem) 0 clamp(84rem, 10.9375vw, 107.52rem) 0;
}
.mv .mv-shoulder {
  font-size: clamp(16rem, 2.0833333333vw, 20.48rem);
  font-weight: bold;
  text-align: center;
}
.mv h1 {
  pointer-events: none;
}
.mv.animated .mv-animation .fade-img {
  opacity: 1;
  -webkit-animation: zoomInAnime 0.33s ease-in-out;
          animation: zoomInAnime 0.33s ease-in-out;
}
.mv .mv-animation {
  position: relative;
  padding-top: clamp(46rem, 5.9895833333vw, 58.88rem);
  padding-bottom: clamp(176rem, 22.9166666667vw, 225.28rem);
  overflow: hidden;
}
.mv .mv-animation .fade-img {
  position: absolute;
  opacity: 0;
}
.mv .mv-animation .fade-img-1 {
  top: clamp(20rem, 2.6041666667vw, 25.6rem);
  left: clamp(-23rem, -2.9947916667vw, -29.44rem);
  width: clamp(147rem, 19.140625vw, 188.16rem);
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.mv .mv-animation .fade-img-2 {
  top: clamp(22rem, 2.8645833333vw, 28.16rem);
  right: clamp(-18rem, -2.34375vw, -23.04rem);
  width: clamp(119rem, 15.4947916667vw, 152.32rem);
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.mv .mv-animation .fade-img-3 {
  top: clamp(202rem, 26.3020833333vw, 258.56rem);
  left: clamp(-75rem, -9.765625vw, -96rem);
  width: clamp(181rem, 23.5677083333vw, 231.68rem);
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.mv .mv-animation .fade-img-4 {
  top: clamp(201rem, 26.171875vw, 257.28rem);
  right: clamp(-72rem, -9.375vw, -92.16rem);
  width: clamp(179.5rem, 23.3723958333vw, 229.76rem);
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.mv .mv-animation .fade-img-5 {
  bottom: clamp(27rem, 3.515625vw, 34.56rem);
  left: clamp(-6rem, -0.78125vw, -7.68rem);
  width: clamp(188rem, 24.4791666667vw, 240.64rem);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mv .mv-animation .fade-img-6 {
  right: clamp(11rem, 1.4322916667vw, 14.08rem);
  bottom: clamp(38rem, 4.9479166667vw, 48.64rem);
  width: clamp(138rem, 17.96875vw, 176.64rem);
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}
.mv .mv-title__bottom {
  font-size: clamp(22rem, 2.8645833333vw, 28.16rem);
  font-weight: bold;
  text-align: center;
  color: #0e5294;
  letter-spacing: 2px;
  opacity: 0;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  -webkit-transition: 0.24s opacity, 0.24s -webkit-transform;
  transition: 0.24s opacity, 0.24s -webkit-transform;
  transition: 0.24s opacity, 0.24s transform;
  transition: 0.24s opacity, 0.24s transform, 0.24s -webkit-transform;
}
.mv .mv-title__bottom.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mv .mv-copy {
  font-size: clamp(18rem, 2.34375vw, 23.04rem);
  font-weight: bold;
  text-align: center;
}
.mv .mv-copy strong {
  color: #ee640e;
}
.mv .mv-copy + .mv-copy {
  margin-top: clamp(24rem, 3.125vw, 30.72rem);
}

.start {
  background-color: #fcf2d4;
  position: relative;
}
.start .section-inner {
  padding-top: clamp(45rem, 5.859375vw, 57.6rem);
  padding-bottom: clamp(40rem, 5.2083333333vw, 51.2rem);
}
.start .start-title {
  text-align: center;
  position: absolute;
  top: clamp(-23rem, -2.9947916667vw, -29.44rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(305rem, 39.7135416667vw, 390.4rem);
}
.start .start-title img {
  width: 100%;
}
.start .old-title {
  font-size: clamp(20rem, 2.6041666667vw, 25.6rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(20rem, 2.6041666667vw, 25.6rem);
}
.start .old-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20rem, 2.6041666667vw, 25.6rem) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20rem, 2.6041666667vw, 25.6rem);
}
.start .old-list__item:nth-child(1) .old-list__link {
  background-color: #f94a21;
}
.start .old-list__item:nth-child(2) .old-list__link {
  background-color: #fc8024;
}
.start .old-list__link {
  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: clamp(8rem, 1.0416666667vw, 10.24rem);
  color: white;
  padding: clamp(20rem, 2.6041666667vw, 25.6rem) 0;
  -webkit-box-shadow: 0 6rem 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6rem 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
  transition: 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
  transition: 0.4s box-shadow, 0.4s transform;
  transition: 0.4s box-shadow, 0.4s transform, 0.4s -webkit-box-shadow, 0.4s -webkit-transform;
}
.start .old-list__link:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
}
.start .old-list__link img {
  height: clamp(94rem, 12.2395833333vw, 120.32rem);
}
.start .attention {
  margin-top: clamp(30rem, 3.90625vw, 38.4rem);
}
.start .step-wrap {
  margin-top: clamp(40rem, 5.2083333333vw, 51.2rem);
  padding-top: clamp(30rem, 3.90625vw, 38.4rem);
  position: relative;
}
.start .step-wrap::before {
  content: "";
  background-image: url(../img/step-line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: clamp(3.5rem, 0.4557291667vw, 4.48rem);
  top: clamp(-3.5rem, -0.4557291667vw, -4.48rem);
}
.start .step-wrap__title {
  font-size: clamp(20rem, 2.6041666667vw, 25.6rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(10rem, 1.3020833333vw, 12.8rem);
  color: #ee640e;
}
.start .step-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(20rem, 2.6041666667vw, 25.6rem);
}
.start .step-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.start .step-list__number {
  border-radius: 50%;
  background-color: white;
  color: #fc8024;
  width: clamp(30rem, 3.90625vw, 38.4rem);
  height: clamp(30rem, 3.90625vw, 38.4rem);
  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: clamp(18rem, 2.34375vw, 23.04rem);
  font-weight: bold;
  font-family: "Barlow", serif;
  line-height: 1;
}
.start .step-list__text {
  font-size: clamp(16rem, 2.0833333333vw, 20.48rem);
  font-weight: bold;
  text-align: center;
  margin-top: clamp(6rem, 0.78125vw, 7.68rem);
}

.about .section-inner {
  padding-top: clamp(60rem, 7.8125vw, 76.8rem);
  padding-bottom: clamp(60rem, 7.8125vw, 76.8rem);
}
.about .about-title {
  font-size: clamp(24rem, 3.125vw, 30.72rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(10rem, 1.3020833333vw, 12.8rem);
  color: #ee640e;
}
.about .about-img {
  width: clamp(292rem, 38.0208333333vw, 373.76rem);
  margin: 0 auto clamp(30rem, 3.90625vw, 38.4rem);
  text-align: center;
}
.about .about-img img {
  width: 100%;
}
.about .about-copy {
  font-size: clamp(16rem, 2.0833333333vw, 20.48rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(30rem, 3.90625vw, 38.4rem);
}
.about .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about .about-flex:nth-of-type(1) {
  border-radius: clamp(8rem, 1.0416666667vw, 10.24rem) clamp(8rem, 1.0416666667vw, 10.24rem) 0 0;
  background-color: #e3f0fb;
}
.about .about-flex:nth-of-type(2) {
  border-radius: 0 0 clamp(8rem, 1.0416666667vw, 10.24rem) clamp(8rem, 1.0416666667vw, 10.24rem);
  background-color: #fceecd;
}
.about .about-flex__item:has(.about-flex__image) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about .about-flex__text {
  font-size: clamp(26rem, 3.3854166667vw, 33.28rem);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.about .about-flex__text span {
  display: block;
  font-size: clamp(15rem, 1.953125vw, 19.2rem);
  font-weight: 500;
}
.about .non-cognitive {
  margin: 0 auto clamp(30rem, 3.90625vw, 38.4rem);
  width: clamp(335rem, 43.6197916667vw, 428.8rem);
}
.about .about-description {
  font-size: clamp(15rem, 1.953125vw, 19.2rem);
  text-align: left;
  margin-bottom: clamp(30rem, 3.90625vw, 38.4rem);
}
.about .about-description strong {
  color: #ee640e;
  font-weight: bold;
}
.about .about-description:has(+ .about-description) {
  margin-bottom: clamp(16rem, 2.0833333333vw, 20.48rem);
}

.left-content {
  display: none;
}
.left-content.lower .left-content__wrap {
  width: 320rem;
}
.left-content.lower .left-content__wrap .left-quest {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.left-content.lower .left-content__wrap .left-quest .left-quest__detail {
  -webkit-filter: none;
          filter: none;
  width: 320rem;
}
.left-content.lower .survey-list {
  gap: 7rem;
  margin-top: -5rem;
  max-width: 320rem;
}
.left-content.lower .survey-list .survey-link {
  -webkit-filter: drop-shadow(0px 0px 5px #00b1ff);
          filter: drop-shadow(0px 0px 5px #00b1ff);
  -webkit-transition: 0.4s -webkit-filter;
  transition: 0.4s -webkit-filter;
  transition: 0.4s filter;
  transition: 0.4s filter, 0.4s -webkit-filter;
}
.left-content.lower .survey-list .survey-link:hover {
  -webkit-filter: initial;
          filter: initial;
  opacity: 1;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top-footer {
  background-color: #fcf2d4;
  border-radius: clamp(12rem, 1.5625vw, 15.36rem) clamp(12rem, 1.5625vw, 15.36rem) 0 0;
  position: relative;
  bottom: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s transform;
  transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
  opacity: 0;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
}
.top-footer.active {
  position: sticky;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-footer .cta-wrap {
  padding: clamp(4rem, 0.5208333333vw, 5.12rem) clamp(20rem, 2.6041666667vw, 25.6rem) clamp(12rem, 1.5625vw, 15.36rem);
}
.top-footer .cta-wrap__title {
  font-size: clamp(18rem, 2.34375vw, 23.04rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(4rem, 0.5208333333vw, 5.12rem);
  color: #ee640e;
}
.top-footer .cta-list {
  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-column-gap: clamp(20rem, 2.6041666667vw, 25.6rem);
     -moz-column-gap: clamp(20rem, 2.6041666667vw, 25.6rem);
          column-gap: clamp(20rem, 2.6041666667vw, 25.6rem);
}
.top-footer .cta-list .cta-list__item {
  width: clamp(157rem, 20.4427083333vw, 200.96rem);
  height: clamp(48rem, 6.25vw, 61.44rem);
}
.top-footer .cta-list .cta-list__item:nth-child(1) .cta-button {
  background-color: #f94a21;
}
.top-footer .cta-list .cta-list__item:nth-child(2) .cta-button {
  background-color: #fc8024;
}

.lesson-footer {
  padding: clamp(14rem, 1.8229166667vw, 17.92rem) clamp(20rem, 2.6041666667vw, 25.6rem) clamp(16rem, 2.0833333333vw, 20.48rem);
  background-color: #fc8024;
  border-radius: clamp(12rem, 1.5625vw, 15.36rem) clamp(12rem, 1.5625vw, 15.36rem) 0 0;
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s transform;
  transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
  opacity: 0;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
  bottom: 0;
}
.lesson-footer.active {
  position: sticky;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main.question-page .main-inner {
  padding: 0 0 clamp(60rem, 7.8125vw, 76.8rem);
}
.main.question-page .header {
  margin-bottom: clamp(30rem, 3.90625vw, 38.4rem);
}
.main.question-page .eq-caption {
  font-size: clamp(18rem, 2.34375vw, 23.04rem);
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: clamp(44rem, 5.7291666667vw, 56.32rem);
  color: #0e5294;
}
.main.question-page .question-wrap {
  padding: 0 clamp(20rem, 2.6041666667vw, 25.6rem);
}
.main.question-page .question-list__item {
  padding: clamp(30rem, 3.90625vw, 38.4rem) clamp(18rem, 2.34375vw, 23.04rem) clamp(24rem, 3.125vw, 30.72rem);
  background-color: white;
  border-radius: clamp(12rem, 1.5625vw, 15.36rem);
  position: relative;
}
.main.question-page .question-list__item .question-number {
  text-align: center;
  color: #fc8024;
  font-size: clamp(36rem, 4.6875vw, 46.08rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: clamp(-18rem, -2.34375vw, -23.04rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main.question-page .question-list__item .question-list__title {
  font-size: clamp(16rem, 2.0833333333vw, 20.48rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: clamp(20rem, 2.6041666667vw, 25.6rem);
}
.main.question-page .question-list__item:not(:last-child) {
  margin-bottom: clamp(53rem, 6.9010416667vw, 67.84rem);
}
.main.question-page .answer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(15rem, 1.953125vw, 19.2rem) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15rem, 1.953125vw, 19.2rem);
}
.main.question-page .answer-list .answer-list__item label {
  border: 1px solid #ffaa5f;
  border-radius: clamp(4rem, 0.5208333333vw, 5.12rem);
  padding: 0 clamp(5rem, 0.6510416667vw, 6.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: clamp(56rem, 7.2916666667vw, 71.68rem);
  font-size: clamp(15rem, 1.953125vw, 19.2rem);
  line-height: 1.3;
}
.main.question-page .answer-list .answer-list__item label:has(input:checked) {
  background-color: #f9f4d7;
  color: #ee640e;
}
.main.question-page .next-button {
  margin-top: clamp(40rem, 5.2083333333vw, 51.2rem);
}
.main.question-page .next-button:not(.is-answered) {
  opacity: 0.5;
  pointer-events: none;
}
.main.question-page .next-button.is-answered {
  opacity: 1;
  pointer-events: auto;
}
.main.question-page .validation-message {
  text-align: center;
  color: red;
  margin-top: 20rem;
}

.main.result-page .header {
  margin-bottom: clamp(10rem, 1.3020833333vw, 12.8rem);
}
.main.result-page .result {
  padding: 0 clamp(20rem, 2.6041666667vw, 25.6rem) clamp(82rem, 10.6770833333vw, 104.96rem);
}
.main.result-page .result-shoulder {
  color: #fc8024;
  font-size: clamp(18rem, 2.34375vw, 23.04rem);
  font-weight: bold;
  text-align: center;
  opacity: 0;
  margin-bottom: 0;
}
.main.result-page .result-shoulder.is-active {
  opacity: 1;
}
.main.result-page .result-shoulder.is-active span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
  -webkit-animation: fadeInUp 0.4s ease forwards;
          animation: fadeInUp 0.4s ease forwards;
}
.main.result-page .result-shoulder.is-active span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.main.result-page .result-shoulder.is-active span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.main.result-page .result-shoulder.is-active span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.main.result-page .result-shoulder.is-active span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.main.result-page .result-shoulder.is-active span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.main.result-page .result-shoulder.is-active span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.main.result-page .result-shoulder.is-active span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.main.result-page .result-shoulder.is-active span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.main.result-page .result-shoulder.is-active span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.main.result-page .result-title {
  opacity: 0;
  margin-bottom: clamp(10rem, 1.3020833333vw, 12.8rem);
}
.main.result-page .result-title.is-active {
  -webkit-animation: fadeInUp 0.5s ease-in-out forwards;
          animation: fadeInUp 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.main.result-page .result-image {
  opacity: 0;
  width: clamp(335rem, 43.6197916667vw, 428.8rem);
  margin: 0 auto;
}
.main.result-page .result-image.is-active {
  -webkit-animation: zoomFadeIn 0.5s ease-in-out forwards;
          animation: zoomFadeIn 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes zoomFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(20rem);
            transform: scale(0.5) translateY(20rem);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes zoomFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(20rem);
            transform: scale(0.5) translateY(20rem);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
.main.result-page .score-wrap {
  margin: clamp(14rem, 1.8229166667vw, 17.92rem) auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(15rem, 1.953125vw, 19.2rem);
}
.main.result-page .score-box {
  width: clamp(158rem, 20.5729166667vw, 202.24rem);
  height: clamp(140rem, 18.2291666667vw, 179.2rem);
  background-color: #fc8024;
  border-radius: clamp(12rem, 1.5625vw, 15.36rem);
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid clamp(4rem, 0.5208333333vw, 5.12rem) #ffaa5f;
  color: white;
}
.main.result-page .score-box * {
  line-height: 1;
}
.main.result-page .score-box__title {
  font-size: clamp(18rem, 2.34375vw, 23.04rem);
  font-weight: bold;
  margin-bottom: clamp(4rem, 0.5208333333vw, 5.12rem);
}
.main.result-page .score-box__score {
  font-size: clamp(36rem, 4.6875vw, 46.08rem);
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.main.result-page .score-box__score span {
  font-size: clamp(72rem, 9.375vw, 92.16rem);
  opacity: 0;
}
.main.result-page .score-box__score span.is-active {
  opacity: 1;
}
.main.result-page #chart-container {
  position: relative;
  width: clamp(161rem, 20.9635416667vw, 206.08rem);
  height: clamp(192rem, 25vw, 245.76rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main.result-page #radar {
  position: absolute;
  top: clamp(1rem, 0.1302083333vw, 1.28rem);
  left: 0;
  z-index: 2;
  width: 100%;
  /* チャートを背景画像の上に配置 */
}
.main.result-page #chart-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* 背景画像を下に配置 */
  width: clamp(161rem, 20.9635416667vw, 206.08rem);
  height: clamp(192rem, 25vw, 245.76rem);
  pointer-events: none;
  /* 背景画像のクリックを無効化 */
}
.main.result-page .answer-box {
  background-color: white;
  border-radius: clamp(12rem, 1.5625vw, 15.36rem);
}
.main.result-page .answer-box__inner {
  padding: clamp(30rem, 3.90625vw, 38.4rem) clamp(36rem, 4.6875vw, 46.08rem);
}
.main.result-page .graph-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(22rem, 2.8645833333vw, 28.16rem);
}
.main.result-page .graph-list__item .graph-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5rem, 0.6510416667vw, 6.4rem);
  font-size: clamp(15rem, 1.953125vw, 19.2rem);
  font-weight: bold;
  color: #505966;
  line-height: 1.2;
}
.main.result-page .graph-list__item .graph-list__title span {
  font-size: clamp(18rem, 2.34375vw, 23.04rem);
  line-height: 1.2;
}
.main.result-page .graph-list__item .graph-list__meter {
  height: clamp(12rem, 1.5625vw, 15.36rem);
  margin-top: clamp(7rem, 0.9114583333vw, 8.96rem);
  background-size: 100%;
  background-position: center;
  position: relative;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main.result-page .graph-list__item .graph-list__meter span {
  height: clamp(12rem, 1.5625vw, 15.36rem);
  background-color: #fc8024;
  opacity: 0;
  -webkit-animation: fadeInMeter 0.3s ease forwards;
          animation: fadeInMeter 0.3s ease forwards;
  padding-top: clamp(13rem, 1.6927083333vw, 16.64rem);
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.main.result-page .graph-list__item .graph-list__meter span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes fadeInMeter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInMeter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.main.result-page .graph-list__item .graph-list__meter.result-1 {
  -webkit-mask-image: url(../img/graph-base_1.svg);
          mask-image: url(../img/graph-base_1.svg);
  width: clamp(251rem, 32.6822916667vw, 321.28rem);
  background-image: url(../img/graph-base_1.svg);
  gap: clamp(1rem, 0.1302083333vw, 1.28rem);
}
.main.result-page .graph-list__item .graph-list__meter.result-1 span {
  width: clamp(20rem, 2.6041666667vw, 25.6rem);
}
.main.result-page .graph-list__item .graph-list__meter.result-2 {
  -webkit-mask-image: url(../img/graph-base_2.svg);
          mask-image: url(../img/graph-base_2.svg);
  width: clamp(255rem, 33.203125vw, 326.4rem);
  background-image: url(../img/graph-base_2.svg);
  gap: clamp(1rem, 0.1302083333vw, 1.28rem);
}
.main.result-page .graph-list__item .graph-list__meter.result-2 span {
  width: clamp(31rem, 4.0364583333vw, 39.68rem);
}
.main.result-page .answer-advice {
  margin-top: clamp(31.5rem, 4.1015625vw, 40.32rem);
  padding-top: clamp(28.5rem, 3.7109375vw, 36.48rem);
  font-size: clamp(16rem, 2.0833333333vw, 20.48rem);
  position: relative;
  font-weight: bold;
}
.main.result-page .answer-advice::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: clamp(3rem, 0.390625vw, 3.84rem);
  display: block;
  background-image: url(../img/answer-line.png);
  top: clamp(-3rem, -0.390625vw, -3.84rem);
  left: 0;
}
.main.result-page .advice-wrap {
  position: relative;
  background-color: #fcf2d4;
}
.main.result-page .advice-wrap__inner {
  padding: clamp(68rem, 8.8541666667vw, 87.04rem) clamp(30rem, 3.90625vw, 38.4rem) clamp(60rem, 7.8125vw, 76.8rem) clamp(20rem, 2.6041666667vw, 25.6rem);
}
.main.result-page .advice-title {
  position: absolute;
  top: clamp(-25rem, -3.2552083333vw, -32rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(271rem, 35.2864583333vw, 346.88rem);
}
.main.result-page .advice-text {
  font-size: clamp(16rem, 2.0833333333vw, 20.48rem);
  padding-left: clamp(20rem, 2.6041666667vw, 25.6rem);
  border-left: 1rem solid #fc8024;
}
.main.result-page .advice-text:not(:last-child) {
  margin-bottom: clamp(40rem, 5.2083333333vw, 51.2rem);
}
.main.result-page .support-wrap .support-wrap__title {
  font-size: clamp(18rem, 2.34375vw, 23.04rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(10rem, 1.3020833333vw, 12.8rem);
  color: #333;
}
.main.result-page .support-wrap .support-wrap__copy {
  font-size: clamp(20rem, 2.6041666667vw, 25.6rem);
  text-align: center;
  margin-bottom: clamp(40rem, 5.2083333333vw, 51.2rem);
  color: #ee640e;
  font-weight: bold;
}
.main.result-page .lesson-wrap {
  margin-top: clamp(60rem, 7.8125vw, 76.8rem);
}
.main.result-page .lesson-wrap .lesson-wrap__title {
  font-size: clamp(24rem, 3.125vw, 30.72rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(20rem, 2.6041666667vw, 25.6rem);
  color: #0e5294;
  line-height: 1.5;
}
.main.result-page .lesson-wrap .lesson-movie {
  width: clamp(375rem, 48.828125vw, 480rem);
  height: clamp(210rem, 27.34375vw, 268.8rem);
  margin-left: clamp(-20rem, -2.6041666667vw, -25.6rem);
}
.main.result-page .lesson-wrap .lesson-movie iframe {
  width: 100%;
  height: 100%;
}
.main.result-page .lesson-wrap .review-wrap {
  margin-top: clamp(60rem, 7.8125vw, 76.8rem);
  margin-bottom: clamp(40rem, 5.2083333333vw, 51.2rem);
}
.main.result-page .lesson-wrap .review-title {
  font-size: clamp(20rem, 2.6041666667vw, 25.6rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(40rem, 5.2083333333vw, 51.2rem);
  color: #0e5294;
  line-height: 1.5;
}
.main.result-page .lesson-wrap .review-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(40rem, 5.2083333333vw, 51.2rem);
}
.main.result-page .lesson-wrap .review-list__item {
  background-color: white;
  border-radius: clamp(12rem, 1.5625vw, 15.36rem) 0;
  position: relative;
  padding: clamp(70rem, 9.1145833333vw, 89.6rem) clamp(20rem, 2.6041666667vw, 25.6rem) clamp(30rem, 3.90625vw, 38.4rem);
}
.main.result-page .lesson-wrap .review-icon {
  position: absolute;
  top: clamp(-20rem, -2.6041666667vw, -25.6rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(80rem, 10.4166666667vw, 102.4rem);
}
.main.result-page .lesson-wrap .review-list__title {
  color: #0e5294;
  font-size: clamp(16rem, 2.0833333333vw, 20.48rem);
  font-weight: bold;
  margin-bottom: clamp(4rem, 0.5208333333vw, 5.12rem);
  line-height: 1.5;
}
.main.result-page .lesson-wrap .review-list__info {
  font-size: clamp(13rem, 1.6927083333vw, 16.64rem);
  color: #fc8024;
  margin-bottom: clamp(10rem, 1.3020833333vw, 12.8rem);
  font-weight: bold;
  margin-bottom: clamp(6rem, 0.78125vw, 7.68rem);
}
.main.result-page .lesson-wrap .review-list__text {
  font-size: clamp(15rem, 1.953125vw, 19.2rem);
  line-height: 1.5;
}
.main.result-page .diagonal-text {
  font-size: clamp(20rem, 2.6041666667vw, 25.6rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(18rem, 2.34375vw, 23.04rem);
  color: #333;
  line-height: 1.5;
}
.main.result-page .diagonal-text::before, .main.result-page .diagonal-text::after {
  content: "";
  position: relative;
  display: inline-block;
  background-color: #333;
  width: 1.5rem;
  height: 1.3em;
  margin: 0 1em;
  margin-top: -0.3em;
  vertical-align: middle;
  bottom: 0;
  font-weight: normal;
}
.main.result-page .diagonal-text::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  left: 8px;
}
.main.result-page .diagonal-text::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  right: 9px;
}

.top-swiper {
  overflow: hidden;
  max-width: 1198rem;
  margin-left: auto;
  margin-right: auto;
}
.top-swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px){
  html {
    font-size: clamp(3.125%, 0.0847457627vw, 6.25%);
  }
  .sp-hide {
    display: block;
  }
  .pc-hide {
    display: none;
  }
  .main {
    background-color: #f7e9c2;
  }
  .left-content {
    display: block;
    position: fixed;
    z-index: 0;
    top: 30rem;
    left: 50%;
    width: 1000rem;
    margin: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .left-content .left-content__wrap {
    width: 354rem;
  }
  .left-content .left-content__wrap .left-main {
    width: 100%;
    margin-bottom: 10rem;
    display: block;
  }
  .left-content .left-content__wrap .left-quest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7rem;
    margin-bottom: 18rem;
  }
  .left-content .left-content__wrap .left-quest .left-quest__detail {
    -webkit-filter: drop-shadow(0px 0px 5px #00b1ff);
            filter: drop-shadow(0px 0px 5px #00b1ff);
    -webkit-transition: 0.4s -webkit-filter;
    transition: 0.4s -webkit-filter;
    transition: 0.4s filter;
    transition: 0.4s filter, 0.4s -webkit-filter;
    width: 294rem;
  }
  .left-content .left-content__wrap .left-quest:hover .left-quest__detail {
    -webkit-filter: initial;
            filter: initial;
  }
  .left-content .left-content__wrap .left-quest .lefe-quest__title {
    width: 93rem;
    margin: auto;
  }
  .left-content .left-content__wrap .left-quest.end {
    pointer-events: none;
  }
  .left-content .left-content__wrap .left-quest.comingsoon {
    position: relative;
    pointer-events: none;
  }
  .left-content .left-content__wrap .left-quest.comingsoon img {
    opacity: 0.7;
  }
  .left-content .left-content__wrap .left-quest.comingsoon::after {
    content: "";
    background-image: url("../images/left-comingsoon.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    position: absolute;
    opacity: 1;
    width: 186rem;
    height: 84rem;
    top: 22rem;
    left: 51rem;
  }
  .main.result-page .lesson-wrap .lesson-movie {
    margin-left: -25.6rem;
  }
}
@media (hover: hover){
  a:hover:not(.button):not(.old-list__link) {
    opacity: 0.7;
  }
  .button.detail-button:hover {
    opacity: 0.7;
  }
  .button.next-button:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
  .button.cta-button:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
  .button.reserve-button:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
}