@charset "UTF-8";
/*! 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-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  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] {
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

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

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

:root {
  --colorBlack: #192981;
  --colorBg: #e0f9fc;
  --colorCurrent: #c7c7c7;
  --colorPink: #f25165;
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
    "MS P明朝", "MS PMincho", serif;
  --fontEnglish: "Josefin Sans", sans-serif;
  --fontMaru: "Zen Maru Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontKaku: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 30rem;
  --letterSpacing: 0;
  --lineHeight: 1.6;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: 0.4s;
}

html {
  font-size: clamp(0.625%, 0.1041666667vw, 4.1875%);
}

body {
  background-color: white;
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightBold);
  font-size: var(--fontSize);
  font-family: var(--fontKaku);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}
body.top {
  background-color: var(--bodyBg);
}
body.is-overflow {
  overflow: hidden;
}

body {
  text-align: center;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

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

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

.main-button {
  position: relative;
  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: 0 32rem;
  height: 132rem;
  width: 100%;
  border: solid 4rem #00aad1;
  border-bottom: solid 12rem;
  border-radius: 20rem;
  background-color: #fffad7;
  text-align: center;
  font-size: 32rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #00aad1;
}

.main-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30rem;
  width: 0;
  height: 0;
  border-width: 0 0 20rem 20rem;
  border-style: solid;
  border-color: transparent transparent #00aad1 transparent;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.josefin {
  font-family: "Josefin Sans", sans-serif;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(0%, #ffe455));
  background: linear-gradient(transparent 62%, #ffe455 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 1s;
  transition: background-size 1s;
}
.marker.show {
  background-size: 100% 100%;
}

section {
  position: relative;
  z-index: 0;
}

.pr-icon {
  width: 56rem;
  height: 36rem;
  position: absolute;
  top: 20rem;
  right: 20rem;
  z-index: 1;
}

.blue-bg {
  background-color: #e0f9fc;
  border-radius: 80rem 80rem 0 0;
  padding: 70rem 40rem 120rem;
  position: relative;
  z-index: 0;
}
.blue-bg:after {
  content: "";
  background-image: url(../image/bg-result_bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 749rem;
  height: 1078rem;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 !important;
  width: 100%;
  background-color: #fff;
}
.header a {
  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;
}

.logo__container {
  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: 148px;
  width: 100%;
  height: 46px;
}

.header__logo--sekkisei {
  width: 90px;
}

.header__logo--benesse {
  width: 98px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100rem;
  margin-right: auto;
  margin-left: auto;
  width: 1566.6666666667rem;
}

.pc-content {
  position: fixed;
  top: 95rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 895rem;
  width: 666.6666666667rem;
  height: calc(100% - 300rem);
}

.pc__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pc__nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 0;
}

.mv_title-image-pc {
  width: 806rem;
  height: auto;
}

.pc__nav-top {
  width: 520rem;
}

.pc__nav-survey {
  width: 542rem;
}

.pc-bg__balloon {
  margin-right: auto;
  width: 415rem;
}

.pc-bg__copy {
  margin-top: -16.6666666667rem;
  width: 578.3333333333rem;
}

.pc-bg__date {
  margin-top: 8.3333333333rem;
  width: 456.6666666667rem;
}

.pc-content .cv {
  margin-top: 33.3333333333rem;
}

.pc-content .cv__button-text {
  width: 428.3333333333rem;
}

.main__inner {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  width: 770rem;
}

.footer__inner {
  padding-top: 112rem;
}

.footer__share p {
  font-size: 32rem;
  font-weight: bold;
  color: #00aad1;
}

.footer__share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30rem auto 0 auto;
  width: 390rem;
}

.footer__share-icon {
  width: 90rem;
  height: 90rem;
}

.footer__survey {
  margin-top: 120rem;
}

.footer__survey-present {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--colorPink);
  font-size: 32rem;
}
.footer__survey-present::before, .footer__survey-present::after {
  content: "";
  display: block;
  margin-top: 5rem;
  width: 33rem;
  height: 74rem;
  background-image: url("../image/deco_footer-survey.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer__survey-present::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.footer__survey .main-button {
  width: 560rem;
  border-bottom: solid 12rem var(--colorBlack);
  background-color: var(--colorPink);
  color: #fff;
}

.footer__survey .main-button::after {
  border-color: transparent transparent #fff transparent;
}

.footer__survey-attention {
  margin-top: 20rem;
  font-weight: 500;
  font-size: 24rem;
}

.footer__test {
  margin-top: 120rem;
  padding-bottom: 155rem;
}

.footer__test .result__title img {
  width: 570rem;
}

.footer__test .main-button {
  margin: 20rem auto 0;
  padding: 25rem 0;
  width: 560rem;
}

.footer__test .main-button.return {
  margin-top: 48rem;
  padding: 15rem 0;
  width: 400rem;
  border-bottom: solid 4rem #00aad1;
  background-color: white;
  height: 90rem;
  border-radius: 45rem;
  color: #00aad1;
}

.footer__test .return.main-button::after {
  left: 28rem;
  border-width: 20rem 20rem 0 0;
  border-color: #00aad1 transparent transparent transparent;
}

.footer__more {
  margin-top: 75rem;
  line-height: 1.5;
}

.footer__more a {
  color: var(--colorPink);
  text-decoration: underline;
}

body.top .main__inner {
  background-color: var(--bodyBg);
}

body.result-top .main__inner {
  background-color: white;
}

.fade-in {
  opacity: 0;
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: translateY(50rem);
          transform: translateY(50rem);
}

.fade-in.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 1064px;
}

.pc__title {
  position: absolute;
  top: 110px;
  right: calc(50% + 65px);
  width: 610px;
}

.main__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  min-height: calc(100vh - 46px);
}

.mv:after {
  content: "";
  background-image: url(../image/bg-mv.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 750rem;
  height: 1320rem;
  z-index: -1;
  top: 0;
  left: 0;
}

.mv__shoulder {
  width: 343.2323rem;
  height: 198.1699rem;
  margin: 0 auto 44rem;
  opacity: 0;
  -webkit-transform: translateY(180rem);
          transform: translateY(180rem);
  -webkit-transition: 0.77s opacity, 0.77s -webkit-transform;
  transition: 0.77s opacity, 0.77s -webkit-transform;
  transition: 0.77s opacity, 0.77s transform;
  transition: 0.77s opacity, 0.77s transform, 0.77s -webkit-transform;
  position: relative;
  z-index: 1;
}
.mv__shoulder.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mv__inner {
  padding-top: 102rem;
}

.mv__image {
  width: 673.8229rem;
  height: auto;
  margin: 0 auto 454rem;
  opacity: 0;
  -webkit-transform: translateY(180rem);
          transform: translateY(180rem);
  -webkit-transition: 0.77s opacity, 0.77s -webkit-transform;
  transition: 0.77s opacity, 0.77s -webkit-transform;
  transition: 0.77s opacity, 0.77s transform;
  transition: 0.77s opacity, 0.77s transform, 0.77s -webkit-transform;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  position: relative;
  z-index: 1;
}
.mv__image.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mv-illusts {
  position: absolute;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(0.86);
          transform: scale(0.86);
  -webkit-transition: 0.4s opacity, 0.4s -webkit-transform;
  transition: 0.4s opacity, 0.4s -webkit-transform;
  transition: 0.4s opacity, 0.4s transform;
  transition: 0.4s opacity, 0.4s transform, 0.4s -webkit-transform;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mv-illusts.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mv-illusts.mv-illust-1 {
  width: 186.0556rem;
  height: 385.8969rem;
  top: 41rem;
  left: 7rem;
}
.mv-illusts.mv-illust-2 {
  width: 189.0951rem;
  height: 285.997rem;
  top: 58rem;
  right: 8rem;
}
.mv-illusts.mv-illust-3 {
  width: 321.4156rem;
  height: 412.0383rem;
  bottom: 175rem;
  left: 40rem;
}
.mv-illusts.mv-illust-4 {
  width: 312.6176rem;
  height: 367.1524rem;
  right: 24rem;
  bottom: 210rem;
}

.scroll {
  position: relative;
  padding-bottom: 86.8rem;
}

.scroll-text {
  font-size: 36rem;
  font-weight: bold;
  color: #00aad1;
  text-align: center;
  font-family: var(--fontEnglish);
  letter-spacing: 1.8rem;
  padding-top: 10rem;
}

#scroll-arrow {
  width: 14.6rem;
  height: 86.8rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.alternate-wrap {
  margin-top: 190rem;
  margin-bottom: 120rem;
}

.alternate-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.alternate-list__item:not(:last-child) {
  margin-bottom: 180rem;
}
.alternate-list__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alternate-list__item:nth-child(even) .alternate-list__content {
  border-radius: 0 80rem 80rem 0;
}
.alternate-list__item:nth-child(1) .alternate-list__image {
  width: 335.6516rem;
  height: 412.5243rem;
  bottom: 6rem;
  left: 25rem;
}
.alternate-list__item:nth-child(2) .alternate-list__image {
  width: 368rem;
  height: 508rem;
  right: 0;
  bottom: 0;
}
.alternate-list__item:nth-child(3) .alternate-list__image {
  width: 402rem;
  height: 512rem;
  left: 0;
  bottom: 0;
}
.alternate-list__item:nth-child(3) .alternate-list__content {
  width: 488rem;
}
.alternate-list__item:nth-child(4) .alternate-list__image {
  width: 437rem;
  height: 646rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.alternate-list__content {
  background-color: white;
  padding: 70rem 40rem 76rem;
  position: relative;
  border-radius: 80rem 0 0 80rem;
  width: 420rem;
}

.alternate-list__flow {
  position: absolute;
  top: -88rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 254.5rem;
  height: 145.0266rem;
}

.alternate-list__text {
  font-size: 34rem;
  line-height: 1.76;
  font-weight: bold;
}

.alternate-list__image {
  position: absolute;
}

.performance-image {
  width: 750rem;
  height: 234rem;
  margin-top: 32rem;
}

.present-image {
  width: 670rem;
  height: 428rem;
  margin: 122rem auto 0;
}

.question {
  margin-top: auto;
}
.question:before {
  content: "";
  position: absolute;
  top: 156rem;
  left: 8rem;
  width: 750rem;
  height: 980rem;
  background-image: url("../image/bg-question.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.question:has(.question__inner.is-retry):before {
  top: -120rem;
}

.question__inner {
  padding-bottom: 144rem;
}
.question__inner.is-retry {
  height: 700rem;
}

.question__title {
  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: 30rem;
  font-size: 32rem;
  text-align: center;
  font-weight: bold;
}
.question__title img {
  width: 680rem;
  height: auto;
}

.question__container, #question-container {
  position: relative;
  margin: 50rem auto 0 auto;
  padding: 20rem 40rem 56rem;
  width: 670rem;
  border: solid 4rem var(--colorBlack);
  border-radius: 40rem;
  background-color: #fff;
}
.question__container::before, #question-container::before {
  content: "";
  background-image: url("../image/image_question-treat.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 142.2491rem;
  height: 54.8237rem;
  top: -20rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.question__number {
  color: white;
  border-radius: 50%;
  font-size: 60rem;
  font-family: var(--fontEnglish);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90rem;
  height: 90rem;
  background-color: #00aad1;
  margin: auto;
  position: relative;
}

.question__text {
  margin-top: 30rem;
  margin-bottom: 42rem;
  font-size: 40rem;
  min-height: 120rem;
  color: #00aad1;
  line-height: 1.5;
  text-align: center;
}

.question__button {
  margin: 40rem auto 0 auto;
  width: 590rem;
}

.question__button button:not(:first-of-type) {
  margin-top: 40rem;
}

.question__retry {
  margin-right: auto;
  margin-left: auto;
  padding-top: 100rem;
  width: 560rem;
}
.question__retry:not(:last-child) {
  padding-top: 0;
}

.loader {
  position: fixed;
  margin: auto;
  inset: 0;
  width: 80rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #00aad1 94%, rgba(0, 0, 0, 0)) top/12rem 12rem no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #00aad1);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 12rem), #000 0);
  -webkit-animation: l13 1.2s infinite linear;
          animation: l13 1.2s infinite linear;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.loader.loaded {
  -webkit-animation: none;
          animation: none;
  z-index: -999;
  width: 0;
  height: 0;
  pointer-events: none;
  margin: 0;
}

@-webkit-keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.loading-wrap {
  opacity: 0;
  -webkit-transition: 0.6s opacity;
  transition: 0.6s opacity;
  pointer-events: none;
}
.loading-wrap.loaded {
  opacity: 1;
  pointer-events: auto;
  height: 100%;
}

.question-loader {
  position: absolute;
  margin: auto;
  inset: 0;
  width: 80rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #00aad1 94%, rgba(0, 0, 0, 0)) top/12rem 12rem no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #00aad1);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 12rem), #000 0);
  -webkit-animation: l13 1.2s infinite linear;
          animation: l13 1.2s infinite linear;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

@-webkit-keyframes toggleVisible {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}

@keyframes toggleVisible {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}
#question-container {
  min-height: 670rem;
}

.result {
  padding-top: 34rem;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.result.result1 {
  background-image: url("../image/bg-result_1.svg");
}
.result.result2 {
  background-image: url("../image/bg-result_2.svg");
}
.result.result3 {
  background-image: url("../image/bg-result_3.svg");
}
.result.result4 {
  background-image: url("../image/bg-result_4.svg");
}
.result.result5 {
  background-image: url("../image/bg-result_5.svg");
}
.result.result6 {
  background-image: url("../image/bg-result_6.svg");
}

.result__inner {
  margin: 0 auto;
  width: 670rem;
  padding-bottom: 100rem;
}

.result__title {
  margin: 0 auto;
  width: 516.4475rem;
}
.result__type {
  margin-top: 32rem;
}
.result__type img {
  width: auto;
  height: 203.0693rem;
}

.result__image img {
  width: 100%;
}

.result__text {
  margin-top: 24rem;
  text-align: center;
  line-height: 1.78;
  font-size: 36rem;
  font-weight: bold;
}

.recommend-caption {
  color: #00aad1;
  font-size: 36rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 110rem;
}

.product-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 116rem;
  justify-items: center;
}

.product-list__item {
  width: 643rem;
  position: relative;
  margin-left: 13rem;
}

.product-list__title {
  font-size: 32rem;
  text-align: center;
  color: white;
  line-height: 1.25;
  font-weight: bold;
  position: absolute;
  top: -56rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 480rem;
  height: 110rem;
  padding: 40rem 0;
  border-radius: 55rem;
  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;
}
.product-list__title:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 16.7364rem;
  height: 19.8212rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -19.8212rem;
}
.product-list__title.product1 {
  background-color: #00249c;
}
.product-list__title.product1:after {
  background-image: url("../image/treat-product_1.svg");
}
.product-list__title.product2 {
  background-color: #0574e2;
}
.product-list__title.product2:after {
  background-image: url("../image/treat-product_2.svg");
}
.product-list__title.product3 {
  background-color: #dd92cf;
}
.product-list__title.product3:after {
  background-image: url("../image/treat-product_3.svg");
}
.product-list__title.product4 {
  background-color: #00aad1;
}
.product-list__title.product4:after {
  background-image: url("../image/treat-product_4.svg");
}

.present-image.result-present {
  display: block;
  width: 670rem;
  height: 762rem;
  margin: 0 auto;
}

.banner-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 93rem;
}

.banner-area__text {
  font-size: 30rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20rem;
}

.column__inner {
  margin: 0 auto;
  padding-top: 60rem;
  background-image: url("../image/bg_result.svg");
  background-position: center top;
  background-size: 100%;
  background-repeat: repeat-y;
}

.column__top-inner {
  margin: 0 auto;
  width: 650rem;
}

.column__top-title {
  margin-top: 55rem;
  margin-bottom: 30rem;
}
.column__top-title img {
  scale: 1.15;
}

.column__top p {
  line-height: 1.8;
}
.column__top p + p {
  margin-top: 30rem;
}

.column__top p span {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 15rem;
  /* 線の太さ */
  text-decoration-color: #ffe455;
  /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* 線の色 */
  text-underline-offset: -13rem;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.column__variation {
  margin-top: 55rem;
}

.column__variation-inner {
  margin: 0 auto;
  width: 670rem;
}

.column__variation-title {
  color: var(--colorPink);
  font-size: 51rem;
}

.column__variation-title span {
  font-size: 40rem;
}

.column__variation-container {
  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;
  margin-top: 10rem;
}

.column__variation-box {
  width: 298rem;
}

.column__variation-box:nth-of-type(n+3) {
  margin-top: 45rem;
}

.column__variation-text {
  margin-top: 14rem;
  text-align: left;
  font-weight: 500;
  font-size: 26rem;
  line-height: 1.57;
}

.column__works {
  margin-top: 70rem;
}

.column__works-inner {
  margin: 0 auto;
  width: 750rem;
}

.column__works-step:first-of-type {
  margin-top: 50rem;
}

.column__works-step {
  margin-top: 30rem;
}

.column__works-step p {
  margin: 15rem auto 0 auto;
  width: 670rem;
  text-align: left;
  line-height: 1.5;
}

.column__point {
  margin-top: 70rem;
  padding: 90rem 0 115rem 0;
  background-image: url("../image/bg_column-yellow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.column__point-inner {
  margin: 0 auto;
  width: 680rem;
}

.column__point-text {
  font-size: 32rem;
  line-height: 1.78;
}

.column__point-text span {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 15rem;
  /* 線の太さ */
  text-decoration-color: #fff;
  /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* 線の色 */
  text-underline-offset: -13rem;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.column__point-text:not(:first-of-type) {
  margin-top: 40rem;
}

.column__point-box {
  margin: 60rem auto 0 auto;
  padding: 30rem 0;
  width: 630rem;
  border: solid 4rem var(--colorBlack);
  border-radius: 80rem;
  background-color: #fff;
}

.column__point-box_title {
  color: var(--colorPink);
  font-size: 44rem;
  line-height: 1.3;
}

.column__point-box_list {
  margin: 0 auto;
  width: 395rem;
  text-align: left;
  font-size: 32rem;
}

.column__point-box_list li {
  position: relative;
  margin-top: 4rem;
  padding-left: 40rem;
}

.column__point-box_list li:first-of-type {
  margin-top: 20rem;
}

.column__point-box_list li::before {
  content: "";
  position: absolute;
  top: 12rem;
  left: 0;
  display: inline-block;
  width: 30rem;
  height: 30rem;
  background-image: url("../image/icon_column-check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.column__point-box_text {
  margin-top: 10rem;
  color: var(--colorPink);
  font-size: 32rem;
}

.column__point-box_text span {
  text-decoration: underline;
  text-decoration-thickness: 15rem;
  text-decoration-color: #ffe455;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -13rem;
}

.column__secret {
  margin-top: 55rem;
}

.column__secret-inner {
  margin: 0 auto;
  width: 670rem;
}

.column__secret-note_image {
  margin-top: 40rem;
}

.column__goodpoint {
  margin-top: 65rem;
}

.column__goodpoint-inner {
  margin: 0 auto;
  width: 670rem;
}

.column__goodpoint-title {
  margin-left: -40rem;
  max-width: none;
  width: 750rem;
}

.column__goodpoint-text {
  margin-top: 30rem;
  font-size: 28rem;
  line-height: 1.71;
}

.column__goodpoint-container {
  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;
  margin-top: 65rem;
}

.column__goodpoint-box {
  position: relative;
  width: 320rem;
  height: 372rem;
  background-image: url("../image/bg_column-point_normal.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.column__goodpoint-box:nth-of-type(n+3) {
  margin-top: 60rem;
}

.column__goodpoint-box:nth-of-type(7) {
  width: 670rem;
  height: 270rem;
  background-image: url("../image/bg_column-point_wide.svg");
}

.column__goodpoint-box::before {
  content: "";
  position: absolute;
  top: -35rem;
  left: 50%;
  display: inline-block;
  width: 80rem;
  height: 100rem;
  background-image: url("../image/icon_column-point_number_01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.column__goodpoint-box:nth-of-type(2):before {
  background-image: url("../image/icon_column-point_number_02.svg");
}

.column__goodpoint-box:nth-of-type(3)::before {
  background-image: url("../image/icon_column-point_number_03.svg");
}

.column__goodpoint-box:nth-of-type(4)::before {
  background-image: url("../image/icon_column-point_number_04.svg");
}

.column__goodpoint-box:nth-of-type(5)::before {
  background-image: url("../image/icon_column-point_number_05.svg");
}

.column__goodpoint-box:nth-of-type(6)::before {
  background-image: url("../image/icon_column-point_number_06.svg");
}

.column__goodpoint-box:nth-of-type(7)::before {
  background-image: url("../image/icon_column-point_number_07.svg");
}

.column__goodpoint-box_title {
  position: absolute;
  top: 60rem;
  left: 50%;
  width: 235rem;
  color: var(--colorPink);
  font-size: 38rem;
  line-height: 1.3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.column__goodpoint-box:nth-of-type(7) .column__goodpoint-box_title {
  width: 600rem;
}

.column__goodpoint-box_text {
  position: absolute;
  top: 212rem;
  left: 30rem;
  margin: 0 auto;
  width: 254rem;
  text-align: left;
  font-size: 28rem;
  line-height: 1.4;
}

.column__goodpoint-box:nth-of-type(7) .column__goodpoint-box_text {
  top: 160rem;
  width: 602rem;
}

.column__goodpoint-button {
  position: relative;
  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;
  margin-top: 70rem;
  margin-right: auto;
  margin-left: auto;
  width: 560rem;
  height: 110rem;
  border-radius: 20rem;
  background-color: var(--colorBlack);
  color: #fff;
  text-align: center;
  font-size: 34rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.column__goodpoint-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30rem;
  display: inline-block;
  width: 32rem;
  height: 32rem;
  background-image: url("../image/icon_column-link.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.column__goodpoint-button_attention {
  margin-top: 15rem;
  font-weight: 500;
  font-size: 24rem;
}

.column__summary {
  margin-top: 80rem;
  padding: 125rem 0 90rem 0;
  background-image: url("../image/bg_column-yellow_short.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.column__summary .column__point-box_list {
  width: 555rem;
}

@media (min-width: 961px){
  .pc-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../image/bg-main_pc.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main__inner {
    border-top: 0;
    border-bottom: 0;
  }
  .pc-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../image/bg-main_pc.png");
    background-position: center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
  }
  .main__inner {
    margin-right: 0;
    margin-left: auto;
    width: 532px;
    border: 24.2424242424rem solid #91dcee;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  .loader {
    position: absolute;
    inset: initial;
    top: 12%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .pc-none {
    display: none !important;
  }
}

@media screen and (min-width: 961px) and (max-width: 1350px){
  .pc__title {
    right: calc(50% + 76px);
    width: 800rem;
  }
}

@media screen and (min-width: 961px) and (max-height: 790px){
  .pc__title {
    width: 66vh;
  }
}

@media (max-width: 960px){
  html {
    font-size: 0.1333333333vw;
  }
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  .logo__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0rem 40rem 0 20rem;
    height: 110rem;
  }
  .header__logo--sekkisei {
    width: 244.2135rem;
  }
  .header__logo--benesse {
    width: 252rem;
  }
  .sp-none {
    display: none !important;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}