@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

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

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

html {
  font-size: 2.5641025641vw;
}
@media (min-width: 841px) {
  html {
    font-size: 1.0101010101svh;
  }
}
@media (min-width: 841px) and (max-height: 570px) {
  html {
    font-size: 5.7px;
  }
}

.c-pc {
  display: none;
}
@media (min-width: 841px) {
  .c-pc {
    display: block;
  }
}

.c-sp {
  display: block;
}
@media (min-width: 841px) {
  .c-sp {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  min-height: 100dvh;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
}
body img,
body video {
  width: 100%;
  object-fit: cover;
}
body input[type=checkbox],
body input[type=radio] {
  position: absolute;
}
body input[type=text]:-webkit-autofill,
body input[type=email]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
body button {
  color: #000;
}

.l-header {
  position: relative;
  z-index: 10;
  height: 5.6rem;
}
@media (min-width: 841px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 67px;
  }
}
.l-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.l-header__inner > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .l-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    padding: 0;
  }
  .l-header__inner > * {
    min-height: 0%;
  }
}
.l-header__logo {
  padding: 1.4rem 2rem;
  background: #fff;
  border-radius: 0.6rem;
  max-width: 23rem;
}
@media (min-width: 841px) {
  .l-header__logo {
    margin: 6px 0 0 4px;
    padding: 15px;
    max-width: 270px;
  }
}
.l-header__logo a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
}
@media (any-hover: hover) {
  .l-header__logo a:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.l-header.is-lower {
  pointer-events: none;
}
@media (min-width: 841px) {
  .l-header.is-lower {
    pointer-events: auto;
  }
}
.l-header.is-lower .l-header__logo {
  display: none;
}
@media (min-width: 841px) {
  .l-header.is-lower .l-header__logo {
    display: block;
  }
}

.l-container-wrap {
  position: relative;
  z-index: 1;
  margin: -4rem 0 0;
  padding: 0 1.6rem;
  min-height: calc(100dvh - 3.2rem);
}
@media (min-width: 841px) {
  .l-container-wrap {
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100dvh - 4rem);
  }
  .l-container-wrap::before, .l-container-wrap::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100vw;
    height: 2rem;
    background: #fff;
  }
  .l-container-wrap::after {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 841px) {
  .l-container-wrap.is-narrow-layout .l-main-container {
    margin: 0 auto 0 min(40% + 2rem, 100vw - 49.5rem);
  }
  .l-container-wrap.is-narrow-layout .l-sub-container01 {
    min-width: calc((100vw - 49.5rem - 2rem) / 2);
    max-width: calc(100vw - 49.5rem - 2rem);
    width: 40%;
    container-type: inline-size;
  }
  .l-container-wrap.is-narrow-layout .l-sub-container01__inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 340px;
  }
  .l-container-wrap.is-narrow-layout .l-sub-container02 {
    max-width: calc(100vw - 49.5rem - 4rem - 40%);
    width: 100%;
  }
  .l-container-wrap.is-narrow-layout .l-sub-container02__inner {
    display: none;
  }
}

.l-main-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
  min-height: calc(100dvh - 3.2rem);
}
.l-main-container > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .l-main-container {
    margin: 0 auto;
    width: 45.5rem;
    max-width: 1400px;
    min-height: calc(100dvh - 4rem);
  }
}
.l-main-container.is-hidden {
  display: none;
}
.l-main-container.is-lower {
  padding: 0 0 1.6rem;
}
@media (min-width: 841px) {
  .l-main-container.is-lower {
    padding: 0;
  }
}
.l-main-container__background {
  padding: 6rem 0 3.2rem;
  background-color: #EEDD86;
  border-radius: 0.6rem;
}

.l-main {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0 8rem;
  width: 100%;
}
.l-main.is-frontpage {
  padding: 6rem 0 3.2rem;
}
@media (min-width: 841px) {
  .l-main.is-frontpage {
    padding: 3.87rem 0 3.2rem;
  }
}
.l-main.is-background {
  background-color: #EEDD86;
  border-radius: 0.6rem;
}
.l-main.is-graph-paper {
  border-radius: 0.4rem;
  border: solid 0.5rem #1E5199;
  position: relative;
}
.l-main.is-graph-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../images/component/c-background_pattern01-img.webp) repeat center/6rem;
  opacity: 0.1;
  border-radius: 0.4rem;
}
.l-main.is-vh {
  padding-bottom: 19rem;
  min-height: max(74rem, 100dvh - 3.2rem);
  height: auto;
}
@media (min-width: 841px) {
  .l-main.is-vh {
    min-height: max(50rem, 100dvh - 4rem);
    height: auto;
  }
}
.l-main.is-vh_question {
  padding-bottom: 18rem;
  min-height: max(70rem, 100dvh - 3.2rem);
}
@media (min-width: 841px) {
  .l-main.is-vh_question {
    min-height: max(50rem, 100dvh - 4rem);
    height: auto;
  }
}
.l-main__inner {
  position: relative;
  height: 100%;
}

.l-content {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.l-content.is-show {
  opacity: 1;
}

.l-sub-container-wrap {
  display: none;
}
@media (min-width: 841px) {
  .l-sub-container-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100svw - 4rem);
  }
  .l-sub-container-wrap > * {
    min-height: 0%;
  }
}

.l-sub-container01,
.l-sub-container02 {
  padding: 4rem 0;
  width: calc((100dvw - 53.5rem) / 2);
  height: calc(100dvh - 4rem);
  background-color: #EEDD86;
}
.l-sub-container01__inner,
.l-sub-container02__inner {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-sub-container01__inner.is-hide,
.l-sub-container02__inner.is-hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.l-sub-container01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 6px 0 0 6px;
  overflow: auto;
}
.l-sub-container01 > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .l-sub-container01 {
    padding-top: 12rem;
  }
  .l-sub-container01::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100dvw - 53.5rem) / 2);
    height: 12rem;
    background-color: #EEDD86;
    z-index: 2;
  }
}
.l-sub-container01__inner {
  margin: 0 9% 0 auto;
  padding: 0 15px;
  max-width: 381px;
}
@media (max-height: 740px) {
  .l-sub-container01__inner {
    max-width: 280px;
  }
}
.l-sub-container01__logo {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  margin-bottom: 45px;
}
@media (any-hover: hover) {
  .l-sub-container01__logo:hover:not([disabled]) {
    opacity: 0.7;
  }
}
@media (max-height: 740px) {
  .l-sub-container01__logo {
    margin-bottom: 20px;
  }
}
.l-sub-container01__logo__image01, .l-sub-container01__logo__image02 {
  display: block;
  text-align: center;
}
.l-sub-container01__logo__image01 > img, .l-sub-container01__logo__image02 > img {
  width: 293px;
}
@media (max-height: 740px) {
  .l-sub-container01__logo__image01 > img, .l-sub-container01__logo__image02 > img {
    width: 220px;
  }
}
.l-sub-container01__banner > a,
.l-sub-container01__banner > span {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .l-sub-container01__banner > a:hover:not([disabled]),
.l-sub-container01__banner > span:hover:not([disabled]) {
    opacity: 0.7;
  }
}

.l-sub-container02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0 6px 6px 0;
  overflow: auto;
}
.l-sub-container02 > * {
  min-height: 0%;
}
@media (max-height: 740px) {
  .l-sub-container02 {
    padding: 2rem 0;
  }
}
.l-sub-container02__inner {
  margin: 0 auto 0 9%;
  padding: 0 15px;
  max-width: 390px;
}
@media (max-height: 740px) {
  .l-sub-container02__inner {
    max-width: 360px;
  }
}
@media (max-height: 640px) {
  .l-sub-container02__inner {
    max-width: 330px;
  }
}
.l-sub-container02__inner > div:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-height: 740px) {
  .l-sub-container02__inner > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-height: 640px) {
  .l-sub-container02__inner > div:not(:last-child) {
    margin-bottom: 15px;
  }
}
.l-sub-container02__container02__title01 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1E5199;
  margin-bottom: 5px;
}
@media (max-height: 740px) {
  .l-sub-container02__container02__title01 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.l-sub-container02__container02__title01.is-small {
  margin-bottom: 0;
}
.l-sub-container02__container02__lead01 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-height: 740px) {
  .l-sub-container02__container02__lead01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .l-sub-container02__container02__lead01 {
    font-size: 14px;
  }
}
.l-sub-container02__container03__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.l-sub-container02__container03__content > * {
  min-height: 0%;
}
.l-sub-container02__container03__title01 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1E5199;
  margin-bottom: 14px;
}
@media (max-height: 740px) {
  .l-sub-container02__container03__title01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.l-sub-container02__container03__snslist01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 22px;
}
.l-sub-container02__container03__snslist01 > * {
  min-height: 0%;
}
@media (max-height: 740px) {
  .l-sub-container02__container03__snslist01 {
    gap: 0 16px;
  }
}
@media (max-width: 1400px) {
  .l-sub-container02__container03__snslist01 {
    gap: 0 16px;
  }
}
.l-sub-container02__container03__snslist01 > li {
  width: 40px;
}
@media (max-height: 740px) {
  .l-sub-container02__container03__snslist01 > li {
    width: 32px;
  }
}
@media (max-width: 1400px) {
  .l-sub-container02__container03__snslist01 > li {
    width: 32px;
  }
}
.l-sub-container02__container03__snslist01 > li a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
}
@media (any-hover: hover) {
  .l-sub-container02__container03__snslist01 > li a:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.l-sub-container02__container03__lead {
  padding: 0 0 0 24px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-height: 740px) {
  .l-sub-container02__container03__lead {
    padding: 0 0 0 16px;
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .l-sub-container02__container03__lead {
    padding: 0 0 0 16px;
    font-size: 14px;
  }
}
.l-sub-container02__title_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
@media (max-height: 740px) {
  .l-sub-container02__title_wrapper {
    margin-bottom: 10px;
  }
}
.l-sub-container02__content {
  overflow: hidden;
}
.l-sub-container02__content.is-small {
  display: none;
}
@media (max-height: 640px) {
  .l-sub-container02__content.is-small {
    display: block;
  }
}
.l-sub-container02__content.is-large {
  display: block;
}
@media (max-height: 640px) {
  .l-sub-container02__content.is-large {
    display: none;
  }
}
.l-sub-container02__content .swiper-wrapper {
  display: none;
}
.l-sub-container02__content.swiper-initialized .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.l-sub-container02__controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 9px;
}
.l-sub-container02__controller__prev, .l-sub-container02__controller__next {
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  margin: 0;
  background: #fff;
  border: 1.5px solid #000000;
}
@media (any-hover: hover) {
  .l-sub-container02__controller__prev:hover:not([disabled]), .l-sub-container02__controller__next:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.l-sub-container02__controller__prev:after, .l-sub-container02__controller__next:after {
  content: "";
  width: 12.75px;
  height: 10.5px;
}
.l-sub-container02__controller__prev:after {
  background: url(../images/component/c-slider-ico-prev.svg) no-repeat center/contain;
}
.l-sub-container02__controller__next:after {
  background: url(../images/component/c-slider-ico-next.svg) no-repeat center/contain;
}
.l-sub-container02__controller .swiper-button-next,
.l-sub-container02__controller .swiper-button-prev,
.l-sub-container02__controller .swiper-pagination {
  position: static;
}
.l-sub-container02__controller .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 6px;
  width: auto;
}
.l-sub-container02__controller .swiper-pagination-bullet {
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #D2D2D2;
}
@media (any-hover: hover) {
  .l-sub-container02__controller .swiper-pagination-bullet:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.l-sub-container02__controller .swiper-pagination-bullet-active {
  background: #1E5199;
}
.l-sub-container02__controller .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.l-sub-container02__controller .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.l-sub-container02__button-list01 > li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-height: 740px) {
  .l-sub-container02__button-list01 > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-height: 640px) {
  .l-sub-container02__button-list01 > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.l-sub-container02__button01 {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding: 12px 38px 12px 14px;
  width: 100%;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #000;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (any-hover: hover) {
  .l-sub-container02__button01:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.l-sub-container02__button01 > * {
  min-height: 0%;
}
@media (max-height: 740px) {
  .l-sub-container02__button01 {
    padding: 10px 38px 10px 10px;
    font-size: 13px;
  }
}
.l-sub-container02__button01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 15px;
  background: url(../images/component/c-angle01-ico-black.svg) no-repeat center/contain;
}
.l-sub-container02__button01 .is-icon {
  display: inline-block;
  width: 45px;
  height: 47px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-height: 740px) {
  .l-sub-container02__button01 .is-icon {
    width: 36px;
    height: 37px;
  }
}
.l-sub-container02__bunner-list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 24px 28px;
}
.l-sub-container02__bunner-list01 > * {
  min-height: 0%;
}
.l-sub-container02__bunner-list01 > li {
  width: calc((100% - 28px) / 2);
}
.l-sub-container02__bunner-list01 > li a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
}
@media (any-hover: hover) {
  .l-sub-container02__bunner-list01 > li a:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.l-sub-container02__bunner-list01 > li a > span {
  display: block;
  margin: 10px 0 0;
  line-height: 1.357;
  font-size: 14px;
  color: #000000;
}
.l-sub-container02__bunner-list02 > li {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .l-sub-container02__bunner-list02 > li:hover:not([disabled]) {
    opacity: 0.7;
  }
}

.l-footer {
  margin: 2rem -1.6rem 0;
  padding: 3rem 0 1.5rem;
  width: calc(100% + 3.2rem);
  background: #f3f3f3;
  color: #333;
}
@media (min-width: 841px) {
  .l-footer {
    margin: 2rem -2rem 0;
    width: calc(100% + 4rem);
  }
}
.l-footer a {
  color: #333;
}
.l-footer__logo01, .l-footer__logo02 {
  width: 13rem;
}
@media (min-width: 841px) {
  .l-footer__logo01, .l-footer__logo02 {
    width: 16rem;
  }
}
.l-footer__logo01 {
  margin: 0 auto 1rem;
}
.l-footer__logo02 {
  margin: 0 auto 3rem;
}
.l-footer__text01 {
  margin: 0 auto 0.5rem;
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 841px) {
  .l-footer__text01 {
    font-size: 1.4rem;
  }
}
.l-footer__linklist01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 0.5rem;
  font-size: 1.2rem;
  gap: 0 3.5rem;
}
.l-footer__linklist01 > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .l-footer__linklist01 {
    font-size: 1.4rem;
  }
}
.l-footer__linklist01 > li:first-child {
  position: relative;
  z-index: 1;
}
.l-footer__linklist01 > li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #333;
}
.l-footer__link {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: #333 !important;
}
@media (any-hover: hover) {
  .l-footer__link {
    transition: opacity 0.3s ease;
  }
  .l-footer__link:hover {
    opacity: 0.7;
  }
}
.l-footer__copy {
  margin: 2rem 0 0;
  text-align: center;
}
.l-footer__copy small {
  font-size: 1rem;
}
@media (min-width: 841px) {
  .l-footer__copy small {
    font-size: 1.2rem;
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100dvh;
  background: #EEDD86;
  visibility: visible;
  transition: opacity 0.6s ease 0.4s, left 0s ease 1s;
}
.c-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: 0.4s cubic-bezier(0.417, -0.83, 0.66, -0.56);
  width: 32.5rem;
}
.c-loading.is-hide {
  opacity: 0;
  left: -100vw;
}
.c-loading.is-hide .c-loading__logo {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
}

.c-inner01 {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.c-title01 {
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #1E5199;
  line-height: 1.3;
}
@media (min-width: 841px) {
  .c-title01 {
    font-size: 3.6rem;
  }
}
.c-title01 > span {
  display: inline-block;
  padding: 0.5rem 0.5rem 0.75rem;
  background: #fff;
  border: solid 1px #000;
  line-height: 1;
}
.c-title01 > span:not(:last-child) {
  margin-bottom: 1rem;
}
.c-title01.is-small {
  font-size: 2.8rem;
}
@media (min-width: 841px) {
  .c-title01.is-small {
    font-size: 3.2rem;
  }
}
.c-title01.is-nowrap {
  letter-spacing: -0.065em;
  margin: 0 0 3rem;
  white-space: nowrap;
}
@media (min-width: 841px) {
  .c-title01.is-nowrap {
    letter-spacing: 0;
  }
}
.c-title01.is-center {
  text-align: center;
}

.c-title02 {
  margin: 0 0 3rem;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Lexend Deca", sans-serif;
  color: #1E5199;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0.5px 0 black, 0.5px 0 0 black, 0 -0.5px 0 black, -0.5px 0 0 black, -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}
@media (min-width: 841px) {
  .c-title02 {
    font-size: 3.6rem;
  }
}
.c-title02 span {
  position: relative;
  display: inline-block;
}

.c-title03 {
  width: 17.5rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}
@media (min-width: 841px) {
  .c-title03 {
    width: 22.5rem;
  }
}
.c-title03 > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  text-align: right;
}
@media (any-hover: hover) {
  .c-title03 > a:hover:not([disabled]) {
    opacity: 0.7;
  }
}

.c-title04 {
  position: relative;
  margin: 0 0 3rem;
  padding: 0 0 2rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #0D2C56;
}
@media (min-width: 841px) {
  .c-title04 {
    font-size: 4rem;
  }
}
.c-title04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 0.2rem;
  background: #000;
}

.c-button-wrap {
  margin: 0 auto;
  width: 25rem;
}
@media (min-width: 841px) {
  .c-button-wrap {
    width: 31rem;
  }
}

.c-button01 {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
}
@media (any-hover: hover) {
  .c-button01:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.c-button01:disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}
.c-button01__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
  padding: 1rem 4rem;
  min-height: 6.4rem;
  width: 100%;
  background: #1E5199;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  border: solid 1px black;
  border-radius: 0.4rem;
}
.c-button01__button > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .c-button01__button {
    min-height: 8rem;
    font-size: 2.2rem;
    border-radius: 0.6rem;
  }
}
.c-button01__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(calc(-50% + 0.2rem));
          transform: translateY(calc(-50% + 0.2rem));
  width: 1.1rem;
  height: 1.5rem;
  background: url(../images/component/c-angle01-ico-white.svg) no-repeat center/contain;
}
@media (min-width: 841px) {
  .c-button01__button::before {
    right: 2.5rem;
    width: 1.4rem;
    height: 2rem;
  }
}
.c-button01__button.is-small {
  font-size: 1.6rem;
  padding: 1rem 4rem 1rem 2rem;
}
@media (min-width: 841px) {
  .c-button01__button.is-small {
    font-size: 2rem;
  }
}
.c-button01__button.is-external::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.12rem;
  height: 2.12rem;
  background: url(../images/component/c-external01-ico-white.svg) no-repeat center/contain;
}
.c-button01__button.is-loading {
  color: #1E5199;
}
.c-button01__button.is-loading::before {
  display: none;
}
.c-button01__button.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  width: 3rem;
  height: 3rem;
  background: url(../images/component/c-loading01-ico-white.svg) no-repeat center/contain;
}
.c-button01__shadow {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 0.4rem;
  z-index: -1;
}
@media (min-width: 841px) {
  .c-button01__shadow {
    border-radius: 0.6rem;
  }
}

button.c-button01 {
  outline-offset: 1px !important;
}

.c-sns-campaign-button {
  margin: 0 0 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}
.c-sns-campaign-button > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  border-radius: 0.6rem;
  padding: 0.6rem;
  background: #1E5199;
  display: block;
}
@media (any-hover: hover) {
  .c-sns-campaign-button > a:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.c-sns-campaign-button > small {
  display: block;
  position: relative;
  font-size: 1.6rem;
  padding: 0 0 0 1.6rem;
}
.c-sns-campaign-button > small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-sns-campaign-button__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0.6rem;
  border: 0.3rem solid #FBFF00;
  padding: 0.6rem;
}
.c-sns-campaign-button__button {
  position: relative;
  width: 34.25%;
  aspect-ratio: 1/1;
}
.c-sns-campaign-button__button > span.is-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: solid 1px black;
  border-radius: 0.4rem;
  background: #fff;
}
.c-sns-campaign-button__button > span.is-button > * {
  min-height: 0%;
}
.c-sns-campaign-button__button > span.is-button > img {
  width: 2.2rem;
}
@media (min-width: 841px) {
  .c-sns-campaign-button__button > span.is-button > img {
    width: 2.64rem;
  }
}
.c-sns-campaign-button__button > span.is-shadow {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 0.4rem;
  z-index: 1;
}
@media (min-width: 841px) {
  .c-sns-campaign-button__button > span.is-shadow {
    border-radius: 0.6rem;
  }
}
.c-sns-campaign-button__label {
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 841px) {
  .c-sns-campaign-button__label {
    font-size: 2rem;
  }
}

.c-sns-button-list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 1rem;
}
.c-sns-button-list01 > * {
  min-height: 0%;
}
.c-sns-button-list01.is-double {
  gap: 3rem;
}
.c-sns-button-list01 > li {
  width: calc((100% - 2rem) / 3);
  aspect-ratio: 1/1;
}
.c-sns-button-list01 > li a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .c-sns-button-list01 > li a:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.c-sns-button-list01 > li a .is-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: solid 1px black;
  border-radius: 0.4rem;
}
.c-sns-button-list01 > li a .is-button > * {
  min-height: 0%;
}
.c-sns-button-list01 > li a .is-shadow {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 0.4rem;
  z-index: 1;
}
@media (min-width: 841px) {
  .c-sns-button-list01 > li a .is-shadow {
    border-radius: 0.6rem;
  }
}
.c-sns-button-list01 > li a.is-x .is-button {
  background: #fff;
}
.c-sns-button-list01 > li a.is-x .is-button img {
  width: 2.2rem;
}
@media (min-width: 841px) {
  .c-sns-button-list01 > li a.is-x .is-button img {
    width: 2.64rem;
  }
}
.c-sns-button-list01 > li a.is-facebook .is-button {
  background: #0866FF;
}
.c-sns-button-list01 > li a.is-facebook .is-button img {
  width: 3.2rem;
}
@media (min-width: 841px) {
  .c-sns-button-list01 > li a.is-facebook .is-button img {
    width: 3.84rem;
  }
}
.c-sns-button-list01 > li a.is-line .is-button {
  background: #4CC764;
}
.c-sns-button-list01 > li a.is-line .is-button img {
  width: 3rem;
}
@media (min-width: 841px) {
  .c-sns-button-list01 > li a.is-line .is-button img {
    width: 3.6rem;
  }
}

.c-bunner-list01 > li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.c-bunner-list01 > li a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
}
@media (any-hover: hover) {
  .c-bunner-list01 > li a:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.c-bunner-list01__text {
  display: inline-block;
  margin-top: 1rem;
  padding-left: 2rem;
  color: #000;
  position: relative;
}
@media (min-width: 841px) {
  .c-bunner-list01__text {
    font-size: 1.7rem;
  }
}
@media (min-width: 841px) {
  .c-bunner-list01__text {
    padding-left: 2.5rem;
  }
}
.c-bunner-list01__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/pages/top/p-top_arrow01-ico.svg) no-repeat center/contain;
}
@media (min-width: 841px) {
  .c-bunner-list01__text::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.c-animation-ctrlbtn {
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
  width: 4.6rem;
  height: 4.6rem;
  border: solid 1px #000;
  border-radius: 50%;
  background: #fff;
}
@media (any-hover: hover) {
  .c-animation-ctrlbtn:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.c-animation-ctrlbtn::before, .c-animation-ctrlbtn::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  width: 0.4rem;
  height: 1.9rem;
  background-color: #1E5199;
}
.c-animation-ctrlbtn::before {
  left: 1.6rem;
}
.c-animation-ctrlbtn::after {
  right: 1.6rem;
}
.c-animation-ctrlbtn.is-paused::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 1.6rem;
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-left: 1.6rem solid #1E5199;
  border-right: 0;
}
.c-animation-ctrlbtn.is-paused::after {
  display: none;
}

.c-question01__explan-content {
  display: none;
}

/* モーダル */
.c-modal01 {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100svw;
  height: 100svh;
  opacity: 0;
  transition: opacity 0.3s ease 0s, left 0s ease 0.3s;
  z-index: 100;
  background: rgba(30, 81, 153, 0.6);
  display: none;
}
@media (min-width: 841px) {
  .c-modal01 {
    display: block;
  }
}
.c-modal01.is-show {
  transition: opacity 0.3s ease 0s, left 0s ease 0s;
  opacity: 1;
  left: 0;
}
.c-modal01__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.c-modal01__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 102;
  padding: 60px 40px;
  width: 730px;
  border-radius: 5px;
  border: 6px solid #1E5199;
  background: #fff;
}
.c-modal01__content:before {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: url(../images/component/c-background_pattern01-img.webp) repeat center/50px 50px;
}
.c-modal01__inner {
  position: relative;
  z-index: 2;
}
.c-modal01__title {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 30px;
  color: #1E5199;
}
.c-modal01__title__image {
  width: 353px;
}
.c-modal01__lead {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 30px;
}
.c-modal01__define {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.c-modal01__define > dd {
  padding: 0 0 0 10px;
}
.c-modal01__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.c-modal01__button__inner {
  width: 260px;
}
.c-modal01__close {
  position: absolute;
  z-index: 3;
  top: -6px;
  right: -6px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #1E5199;
  cursor: pointer;
}
.c-modal01__close::before, .c-modal01__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 4px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.c-modal01__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .c-modal01__close:hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  .c-modal01__close:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

/* モーダル */
.c-modal02 {
  position: fixed;
  top: 0;
  left: -100dvw;
  width: 100dvw;
  height: 100dvh;
  opacity: 0;
  transition: opacity 0.3s ease 0s, left 0s ease 0.3s;
  z-index: 100;
  background: rgba(30, 81, 153, 0.6);
}
.c-modal02.is-show {
  transition: opacity 0.3s ease 0s, left 0s ease 0s;
  opacity: 1;
  left: 0;
}
.c-modal02__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.c-modal02__content {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 102;
  width: calc(100dvw - 4rem);
  border-radius: 5px;
  background: #1E5199;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
@media (min-width: 841px) {
  .c-modal02__content {
    width: 390px;
  }
}
.c-modal02__inner {
  overflow: auto;
  overflow-y: scroll;
  max-height: calc(100dvh - 4rem);
}
@media (min-width: 841px) {
  .c-modal02__inner {
    max-height: calc(100dvh - 80px);
  }
}
.c-modal02__keyvisual__image {
  padding: 7rem 3.2rem 2.4rem;
}
.c-modal02__keyvisual__lead {
  line-height: 6.7rem;
  background: #fff;
  text-align: center;
  color: #1E5199;
  font-weight: bold;
  font-size: 1.6rem;
}
.c-modal02__keyvisual__define {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  color: #1E5199;
  font-weight: bold;
  font-size: 1.6rem;
  height: 6.7rem;
}
.c-modal02__keyvisual__define > dt {
  padding: 0 1.2rem 0 0;
  position: relative;
}
.c-modal02__keyvisual__define > dt:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.1rem;
  height: 100%;
  background: #1E5199;
  display: block;
}
.c-modal02__keyvisual__define > dd {
  padding: 1rem 0 0 1.2rem;
  border: 0.1rem solid #fff;
}
.c-modal02__keyvisual__define > dd > span {
  display: inline-block;
  position: relative;
}
.c-modal02__keyvisual__define > dd > span:before {
  position: absolute;
  top: -1.2rem;
  font-size: 1.2rem;
  content: "2025年";
}
.c-modal02__about {
  padding: 3.6rem 2.6rem 6rem;
}
.c-modal02__about__inner {
  padding: 0 0.6rem;
}
.c-modal02__about__lead {
  font-size: 1.6rem;
  margin: 0 0 3rem;
}
.c-modal02__about__title {
  text-align: center;
  font-weight: 900;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  margin: 0 0 1.6rem;
  color: #ffdd17;
}
.c-modal02__about__image {
  position: relative;
  margin: 0 0 2rem;
}
.c-modal02__about__image > span.is-sub {
  position: absolute;
  right: -1rem;
  bottom: -1.5rem;
  width: 8rem;
}
.c-modal02__about__list {
  font-size: 1.4rem;
  font-weight: normal;
}
.c-modal02__about__list > li {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
  position: relative;
}
.c-modal02__about__list > li:last-child {
  margin: 0;
}
.c-modal02__about__list > li:before {
  content: "・";
  position: absolute;
  top: 0.15rem;
  left: 0;
}
.c-modal02__flow {
  padding: 0px 2rem 8rem;
}
.c-modal02__flow__inner {
  padding: 0 0.6rem;
}
.c-modal02__flow__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 6.8rem;
  padding: 0 0 0.4rem;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  margin: 0 0 2.6rem;
  color: #1E5199;
  background: #ffdd17;
  border-radius: 0.5rem;
}
.c-modal02__flow__lead {
  font-size: 1.6rem;
  margin: 0 0 3.5rem;
}
.c-modal02__flow__lead > span {
  color: #ffdd17;
}
.c-modal02__flow__lead > span > strong {
  font-weight: 900;
}
.c-modal02__flow__list {
  margin: 0 0 2.6rem;
}
.c-modal02__flow__list > li {
  margin: 0 0 8.3rem;
  position: relative;
}
.c-modal02__flow__list > li:last-child {
  margin: 0;
}
.c-modal02__flow__list > li:last-child:before {
  display: none;
}
.c-modal02__flow__list > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -6.6rem;
  width: 0.7rem;
  height: 4.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAABfCAYAAAA3WJ29AAAACXBIWXMAAAsTAAALEwEAmpwYAAABBElEQVRYhe2WQYrCQBBFXwpXutKN0MwRBC+jN/BYc4PxMoJHGIRsxlWyjRRUnDZMTKq3Uw960VAvXaGr4Vdd15FRATtbH8AKaIBv4GrrKVSZvAaOQGKcG/AF3HNZxZOdNEUDfOoHxFo9zhSxOq2vxP7vXat/kdRTeU8Zeyk4tWer8pIyliq3hXIrdncl1CpfCuWL2Mh5T7+pp7KO2NkmZw6N1Xf5bG+Aw4zZPgM/usnl4atKdo1t3yZvXpUbKTYJ2Y34lV9CdiJeISdkJ+IVckJ2shjsI4eNkyKH+akjhxE5bAqZrAj5hZCdiFfICdmJeIX/Li8G+8hh46TIYX7qyGH4ctgD70aWjdsWXYkAAAAASUVORK5CYII=) 0 0 no-repeat;
  background-size: contain;
}
.c-modal02__flow__annotation {
  font-size: 1.4rem;
}
.c-modal02__announce {
  padding: 0rem 2rem 7.5rem;
}
.c-modal02__announce__inner {
  padding: 0 0.6rem;
}
.c-modal02__announce__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 6.8rem;
  padding: 0 0 0.4rem;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  margin: 0 0 2.6rem;
  color: #1E5199;
  background: #ffdd17;
  border-radius: 0.5rem;
}
.c-modal02__announce__lead {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-modal02__announce__lead > span {
  font-weight: 700;
  color: #ffdd17;
}
.c-modal02__announce__annotation {
  font-size: 1.4rem;
  font-weight: normal;
}
.c-modal02__terms {
  padding: 0 2rem;
}
.c-modal02__terms__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 6.8rem;
  padding: 0 0 0.4rem;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  margin: 0 0 2.6rem;
  color: #1E5199;
  background: #ffdd17;
  border-radius: 0.5rem;
}
.c-modal02__terms__content {
  height: 26.3rem;
  overflow: auto;
  overflow-y: scroll;
  background: #103261;
  border: 0.2rem solid #fff;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  font-weight: normal;
}
.c-modal02__terms__content > p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}
.c-modal02__terms__content > p:last-child {
  margin: 0;
}
.c-modal02__terms__content > p > a {
  color: #ffffff;
  text-decoration: underline;
}
.c-modal02__terms__content > p > a:hover {
  text-decoration: none;
}
.c-modal02__closing {
  padding: 5rem 2rem 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.c-modal02__closing__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.6rem;
  width: 28.8rem;
  height: 6.7rem;
  border-radius: 3.4rem;
  border: 0.2rem solid #000;
  background: #fff;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-modal02__closing__button:hover > span.is-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  .c-modal02__closing__button:hover > span.is-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
.c-modal02__closing__button > span.is-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  position: relative;
}
.c-modal02__closing__button > span.is-icon::before, .c-modal02__closing__button > span.is-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.6rem;
  height: 0.3rem;
  background: #1E5199;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.c-modal02__closing__button > span.is-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal02__closing__button > span.is-text {
  color: #1E5199;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-modal02__close {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 6.2rem;
  height: 5.7rem;
  border-radius: 0 0 0 1.5rem;
  background: #ffdd17;
  cursor: pointer;
}
.c-modal02__close::before, .c-modal02__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 0.4rem;
  background: #1E5199;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.c-modal02__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .c-modal02__close:hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  .c-modal02__close:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes theButtonAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    background-size: 62px 62px, 38px 38px, 19px 19px, 48px 48px, 56px 56px, 50px 50px, 40px 40px, 36px 36px, 68px 68px, 67px 67px, 11px 11px, 29px 29px;
    background-position: 507px 491px, 503px 519px, 490px 535px, 453px 514px, 432px 494px, 429px 474px, 440px 457px, 459px 442px, 465px 420px, 488px 427px, 533px 471px, 530px 485px;
  }
  3.3% {
    background-size: 53px 53px, 31px 31px, 16px 16px, 41px 41px, 47px 47px, 44px 44px, 33px 33px, 31px 31px, 60px 60px, 59px 59px, 9px 9px, 25px 25px;
    background-position: 565px 538px, 542px 576px, 494px 598px, 431px 553px, 394px 536px, 366px 474px, 394px 439px, 441px 401px, 465px 381px, 525px 381px, 580px 427px, 583px 479px;
  }
  6.6% {
    background-size: 45px 45px, 25px 25px, 14px 14px, 35px 35px, 40px 40px, 39px 39px, 28px 28px, 27px 27px, 53px 53px, 52px 52px, 8px 8px, 21px 21px;
    background-position: 601px 567px, 566px 611px, 497px 636px, 418px 579px, 373px 562px, 329px 476px, 366px 429px, 430px 375px, 466px 357px, 549px 355px, 609px 402px, 617px 476px;
  }
  10% {
    opacity: 1;
    background-size: 38px 38px, 21px 21px, 12px 12px, 30px 30px, 33px 33px, 34px 34px, 23px 23px, 23px 23px, 47px 47px, 46px 46px, 6px 6px, 18px 18px;
    background-position: 623px 585px, 581px 632px, 499px 658px, 410px 596px, 361px 578px, 309px 477px, 350px 423px, 424px 361px, 468px 342px, 563px 341px, 626px 388px, 637px 475px;
  }
  13.3% {
    background-size: 32px 32px, 17px 17px, 10px 10px, 26px 26px, 28px 28px, 30px 30px, 19px 19px, 20px 20px, 42px 42px, 41px 41px, 5px 5px, 16px 16px;
    background-position: 636px 596px, 590px 644px, 501px 672px, 406px 607px, 354px 589px, 298px 479px, 341px 420px, 421px 352px, 470px 334px, 573px 333px, 636px 379px, 650px 474px;
  }
  16.6% {
    background-size: 27px 27px, 14px 14px, 8px 8px, 22px 22px, 24px 24px, 27px 27px, 16px 16px, 17px 17px, 37px 37px, 36px 36px, 4px 4px, 14px 14px;
    background-position: 645px 603px, 596px 653px, 502px 681px, 404px 615px, 350px 596px, 292px 480px, 336px 419px, 419px 346px, 472px 329px, 580px 329px, 642px 374px, 659px 474px;
  }
  20% {
    background-size: 23px 23px, 11px 11px, 7px 7px, 19px 19px, 20px 20px, 24px 24px, 13px 13px, 15px 15px, 32px 32px, 32px 32px, 3px 3px, 12px 12px;
    background-position: 651px 609px, 600px 658px, 503px 686px, 402px 621px, 348px 601px, 288px 481px, 333px 418px, 418px 343px, 473px 326px, 585px 327px, 647px 371px, 665px 475px;
  }
  23.3% {
    background-size: 19px 19px, 9px 9px, 6px 6px, 16px 16px, 17px 17px, 21px 21px, 11px 11px, 13px 13px, 29px 29px, 28px 28px, 3px 3px, 10px 10px;
    background-position: 656px 613px, 603px 662px, 504px 691px, 401px 626px, 347px 605px, 286px 483px, 330px 417px, 417px 340px, 475px 323px, 588px 326px, 650px 369px, 670px 475px;
  }
  26.6% {
    background-size: 16px 16px, 7px 7px, 5px 5px, 14px 14px, 14px 14px, 18px 18px, 9px 9px, 11px 11px, 25px 25px, 25px 25px, 2px 2px, 8px 8px;
    background-position: 660px 616px, 605px 666px, 504px 694px, 401px 630px, 346px 609px, 284px 484px, 328px 417px, 417px 338px, 476px 322px, 592px 325px, 652px 368px, 674px 475px;
  }
  30% {
    background-size: 13px 13px, 6px 6px, 4px 4px, 12px 12px, 12px 12px, 16px 16px, 7px 7px, 9px 9px, 22px 22px, 22px 22px, 2px 2px, 7px 7px;
    background-position: 663px 618px, 607px 668px, 505px 697px, 400px 633px, 345px 611px, 283px 485px, 327px 417px, 416px 337px, 478px 320px, 594px 324px, 654px 366px, 677px 476px;
  }
  33.3% {
    background-size: 11px 11px, 5px 5px, 3px 3px, 10px 10px, 10px 10px, 14px 14px, 6px 6px, 8px 8px, 20px 20px, 20px 20px, 1px 1px, 6px 6px;
    background-position: 665px 620px, 609px 670px, 505px 699px, 399px 637px, 344px 614px, 282px 486px, 326px 417px, 416px 335px, 479px 319px, 597px 324px, 655px 365px, 680px 476px;
  }
  36.6% {
    background-size: 9px 9px, 4px 4px, 3px 3px, 9px 9px, 8px 8px, 12px 12px, 5px 5px, 7px 7px, 17px 17px, 17px 17px, 1px 1px, 5px 5px;
    background-position: 667px 622px, 610px 672px, 505px 701px, 399px 639px, 344px 616px, 282px 487px, 324px 416px, 415px 334px, 480px 317px, 599px 323px, 657px 364px, 682px 476px;
  }
  40% {
    background-size: 8px 8px, 3px 3px, 2px 2px, 7px 7px, 7px 7px, 11px 11px, 4px 4px, 6px 6px, 15px 15px, 15px 15px, 1px 1px, 4px 4px;
    background-position: 669px 624px, 611px 674px, 506px 703px, 398px 642px, 343px 617px, 281px 487px, 323px 416px, 415px 332px, 481px 316px, 601px 323px, 658px 363px, 685px 476px;
  }
  43.3% {
    background-size: 7px 7px, 2px 2px, 2px 2px, 6px 6px, 6px 6px, 10px 10px, 3px 3px, 5px 5px, 13px 13px, 14px 14px, 0px 0px, 4px 4px;
    background-position: 671px 626px, 613px 676px, 506px 705px, 397px 644px, 342px 619px, 280px 488px, 322px 415px, 414px 331px, 482px 315px, 603px 322px, 660px 362px, 687px 476px;
  }
  46.6% {
    background-size: 6px 6px, 2px 2px, 2px 2px, 5px 5px, 5px 5px, 8px 8px, 3px 3px, 4px 4px, 12px 12px, 12px 12px, 0px 0px, 3px 3px;
    background-position: 673px 627px, 614px 677px, 506px 707px, 397px 647px, 341px 621px, 279px 488px, 320px 415px, 414px 329px, 482px 313px, 605px 322px, 661px 361px, 689px 477px;
  }
  50% {
    background-size: 5px 5px, 1px 1px, 1px 1px, 4px 4px, 4px 4px, 7px 7px, 2px 2px, 4px 4px, 10px 10px, 11px 11px, 0px 0px, 3px 3px;
    background-position: 675px 628px, 615px 679px, 506px 708px, 396px 649px, 340px 622px, 278px 489px, 319px 414px, 413px 328px, 483px 312px, 606px 321px, 662px 361px, 691px 477px;
  }
  53.3% {
    background-size: 4px 4px, 1px 1px, 1px 1px, 4px 4px, 3px 3px, 6px 6px, 2px 2px, 3px 3px, 9px 9px, 9px 9px, 0px 0px, 2px 2px;
    background-position: 676px 630px, 616px 680px, 507px 710px, 395px 651px, 339px 624px, 277px 489px, 317px 414px, 413px 326px, 483px 311px, 608px 320px, 663px 360px, 693px 477px;
  }
  56.6% {
    background-size: 3px 3px, 1px 1px, 1px 1px, 3px 3px, 3px 3px, 6px 6px, 1px 1px, 3px 3px, 8px 8px, 8px 8px, 0px 0px, 2px 2px;
    background-position: 678px 631px, 617px 682px, 507px 712px, 394px 653px, 338px 625px, 276px 490px, 316px 413px, 412px 325px, 484px 309px, 609px 320px, 665px 359px, 695px 477px;
  }
  60% {
    background-size: 3px 3px, 1px 1px, 1px 1px, 3px 3px, 2px 2px, 5px 5px, 1px 1px, 2px 2px, 7px 7px, 7px 7px, 0px 0px, 2px 2px;
    background-position: 679px 632px, 618px 683px, 507px 713px, 393px 655px, 337px 626px, 275px 490px, 315px 413px, 412px 324px, 484px 308px, 610px 319px, 666px 358px, 697px 477px;
  }
  63.3% {
    background-size: 2px 2px, 0px 0px, 0px 0px, 2px 2px, 2px 2px, 4px 4px, 1px 1px, 2px 2px, 6px 6px, 6px 6px, 0px 0px, 1px 1px;
    background-position: 680px 633px, 618px 684px, 507px 715px, 393px 657px, 336px 627px, 274px 490px, 313px 412px, 411px 322px, 484px 306px, 612px 318px, 667px 357px, 699px 477px;
  }
  66.6% {
    background-size: 2px 2px, 0px 0px, 0px 0px, 2px 2px, 1px 1px, 4px 4px, 1px 1px, 2px 2px, 5px 5px, 6px 6px, 0px 0px, 1px 1px;
    background-position: 682px 634px, 619px 685px, 507px 716px, 392px 658px, 335px 629px, 273px 491px, 312px 412px, 410px 321px, 485px 305px, 613px 317px, 668px 356px, 701px 476px;
  }
  70% {
    background-size: 1px 1px, 0px 0px, 0px 0px, 1px 1px, 1px 1px, 3px 3px, 0px 0px, 1px 1px, 5px 5px, 5px 5px, 0px 0px, 1px 1px;
    background-position: 683px 635px, 620px 687px, 507px 718px, 391px 660px, 334px 630px, 272px 491px, 311px 411px, 410px 319px, 485px 303px, 614px 316px, 669px 355px, 703px 476px;
  }
  73.3% {
    background-size: 1px 1px, 0px 0px, 0px 0px, 1px 1px, 1px 1px, 3px 3px, 0px 0px, 1px 1px, 4px 4px, 4px 4px, 0px 0px, 1px 1px;
    background-position: 684px 636px, 621px 688px, 507px 719px, 390px 662px, 333px 631px, 271px 491px, 309px 411px, 409px 318px, 485px 302px, 615px 315px, 670px 354px, 704px 476px;
  }
  76.6% {
    background-size: 1px 1px, 0px 0px, 0px 0px, 1px 1px, 1px 1px, 2px 2px, 0px 0px, 1px 1px, 4px 4px, 4px 4px, 0px 0px, 0px 0px;
    background-position: 685px 637px, 622px 689px, 507px 721px, 389px 663px, 332px 632px, 270px 491px, 308px 410px, 409px 316px, 485px 300px, 616px 314px, 671px 353px, 706px 476px;
  }
  80% {
    background-size: 1px 1px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 2px 2px, 0px 0px, 1px 1px, 3px 3px, 3px 3px, 0px 0px, 0px 0px;
    background-position: 686px 637px, 622px 690px, 508px 722px, 388px 665px, 331px 633px, 268px 491px, 307px 409px, 408px 315px, 485px 299px, 617px 313px, 672px 353px, 708px 476px;
  }
  83.3% {
    background-size: 0px 0px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 2px 2px, 0px 0px, 0px 0px, 3px 3px, 3px 3px, 0px 0px, 0px 0px;
    background-position: 687px 638px, 623px 691px, 508px 724px, 387px 666px, 330px 634px, 267px 491px, 305px 409px, 407px 314px, 486px 297px, 618px 312px, 673px 352px, 709px 476px;
  }
  86.6% {
    background-size: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 2px 2px, 0px 0px, 0px 0px, 2px 2px, 2px 2px, 0px 0px, 0px 0px;
    background-position: 688px 639px, 624px 692px, 508px 725px, 386px 668px, 329px 635px, 266px 491px, 304px 408px, 407px 312px, 486px 296px, 619px 311px, 674px 351px, 711px 476px;
  }
  90% {
    background-size: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 0px 0px, 2px 2px, 2px 2px, 0px 0px, 0px 0px;
    background-position: 689px 640px, 625px 694px, 508px 726px, 386px 669px, 327px 636px, 265px 492px, 303px 408px, 406px 311px, 486px 294px, 620px 310px, 675px 350px, 712px 476px;
  }
  93.3% {
    background-size: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 0px 0px, 2px 2px, 2px 2px, 0px 0px, 0px 0px;
    background-position: 690px 641px, 625px 695px, 508px 728px, 385px 671px, 326px 637px, 264px 492px, 301px 407px, 405px 310px, 486px 293px, 621px 309px, 676px 349px, 714px 476px;
  }
  96.6% {
    background-size: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 0px 0px, 1px 1px, 2px 2px, 0px 0px, 0px 0px;
    background-position: 691px 641px, 626px 696px, 508px 729px, 384px 672px, 325px 638px, 263px 492px, 300px 406px, 405px 308px, 486px 291px, 622px 308px, 677px 348px, 715px 476px;
  }
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    background-size: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 0px 0px, 1px 1px, 1px 1px, 0px 0px, 0px 0px;
    background-position: 692px 642px, 627px 697px, 508px 730px, 383px 673px, 324px 638px, 262px 492px, 299px 406px, 404px 307px, 486px 290px, 623px 307px, 678px 348px, 717px 475px;
  }
}
@keyframes theButtonAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    background-size: 62px 62px, 38px 38px, 19px 19px, 48px 48px, 56px 56px, 50px 50px, 40px 40px, 36px 36px, 68px 68px, 67px 67px, 11px 11px, 29px 29px;
    background-position: 507px 491px, 503px 519px, 490px 535px, 453px 514px, 432px 494px, 429px 474px, 440px 457px, 459px 442px, 465px 420px, 488px 427px, 533px 471px, 530px 485px;
  }
  3.3% {
    background-size: 53px 53px, 31px 31px, 16px 16px, 41px 41px, 47px 47px, 44px 44px, 33px 33px, 31px 31px, 60px 60px, 59px 59px, 9px 9px, 25px 25px;
    background-position: 565px 538px, 542px 576px, 494px 598px, 431px 553px, 394px 536px, 366px 474px, 394px 439px, 441px 401px, 465px 381px, 525px 381px, 580px 427px, 583px 479px;
  }
  6.6% {
    background-size: 45px 45px, 25px 25px, 14px 14px, 35px 35px, 40px 40px, 39px 39px, 28px 28px, 27px 27px, 53px 53px, 52px 52px, 8px 8px, 21px 21px;
    background-position: 601px 567px, 566px 611px, 497px 636px, 418px 579px, 373px 562px, 329px 476px, 366px 429px, 430px 375px, 466px 357px, 549px 355px, 609px 402px, 617px 476px;
  }
  10% {
    opacity: 1;
    background-size: 38px 38px, 21px 21px, 12px 12px, 30px 30px, 33px 33px, 34px 34px, 23px 23px, 23px 23px, 47px 47px, 46px 46px, 6px 6px, 18px 18px;
    background-position: 623px 585px, 581px 632px, 499px 658px, 410px 596px, 361px 578px, 309px 477px, 350px 423px, 424px 361px, 468px 342px, 563px 341px, 626px 388px, 637px 475px;
  }
  13.3% {
    background-size: 32px 32px, 17px 17px, 10px 10px, 26px 26px, 28px 28px, 30px 30px, 19px 19px, 20px 20px, 42px 42px, 41px 41px, 5px 5px, 16px 16px;
    background-position: 636px 596px, 590px 644px, 501px 672px, 406px 607px, 354px 589px, 298px 479px, 341px 420px, 421px 352px, 470px 334px, 573px 333px, 636px 379px, 650px 474px;
  }
  16.6% {
    background-size: 27px 27px, 14px 14px, 8px 8px, 22px 22px, 24px 24px, 27px 27px, 16px 16px, 17px 17px, 37px 37px, 36px 36px, 4px 4px, 14px 14px;
    background-position: 645px 603px, 596px 653px, 502px 681px, 404px 615px, 350px 596px, 292px 480px, 336px 419px, 419px 346px, 472px 329px, 580px 329px, 642px 374px, 659px 474px;
  }
  20% {
    background-size: 23px 23px, 11px 11px, 7px 7px, 19px 19px, 20px 20px, 24px 24px, 13px 13px, 15px 15px, 32px 32px, 32px 32px, 3px 3px, 12px 12px;
    background-position: 651px 609px, 600px 658px, 503px 686px, 402px 621px, 348px 601px, 288px 481px, 333px 418px, 418px 343px, 473px 326px, 585px 327px, 647px 371px, 665px 475px;
  }
  23.3% {
    background-size: 19px 19px, 9px 9px, 6px 6px, 16px 16px, 17px 17px, 21px 21px, 11px 11px, 13px 13px, 29px 29px, 28px 28px, 3px 3px, 10px 10px;
    background-position: 656px 613px, 603px 662px, 504px 691px, 401px 626px, 347px 605px, 286px 483px, 330px 417px, 417px 340px, 475px 323px, 588px 326px, 650px 369px, 670px 475px;
  }
  26.6% {
    background-size: 16px 16px, 7px 7px, 5px 5px, 14px 14px, 14px 14px, 18px 18px, 9px 9px, 11px 11px, 25px 25px, 25px 25px, 2px 2px, 8px 8px;
    background-position: 660px 616px, 605px 666px, 504px 694px, 401px 630px, 346px 609px, 284px 484px, 328px 417px, 417px 338px, 476px 322px, 592px 325px, 652px 368px, 674px 475px;
  }
  30% {
    background-size: 13px 13px, 6px 6px, 4px 4px, 12px 12px, 12px 12px, 16px 16px, 7px 7px, 9px 9px, 22px 22px, 22px 22px, 2px 2px, 7px 7px;
    background-position: 663px 618px, 607px 668px, 505px 697px, 400px 633px, 345px 611px, 283px 485px, 327px 417px, 416px 337px, 478px 320px, 594px 324px, 654px 366px, 677px 476px;
  }
  33.3% {
    background-size: 11px 11px, 5px 5px, 3px 3px, 10px 10px, 10px 10px, 14px 14px, 6px 6px, 8px 8px, 20px 20px, 20px 20px, 1px 1px, 6px 6px;
    background-position: 665px 620px, 609px 670px, 505px 699px, 399px 637px, 344px 614px, 282px 486px, 326px 417px, 416px 335px, 479px 319px, 597px 324px, 655px 365px, 680px 476px;
  }
  36.6% {
    background-size: 9px 9px, 4px 4px, 3px 3px, 9px 9px, 8px 8px, 12px 12px, 5px 5px, 7px 7px, 17px 17px, 17px 17px, 1px 1px, 5px 5px;
    background-position: 667px 622px, 610px 672px, 505px 701px, 399px 639px, 344px 616px, 282px 487px, 324px 416px, 415px 334px, 480px 317px, 599px 323px, 657px 364px, 682px 476px;
  }
  40% {
    background-size: 8px 8px, 3px 3px, 2px 2px, 7px 7px, 7px 7px, 11px 11px, 4px 4px, 6px 6px, 15px 15px, 15px 15px, 1px 1px, 4px 4px;
    background-position: 669px 624px, 611px 674px, 506px 703px, 398px 642px, 343px 617px, 281px 487px, 323px 416px, 415px 332px, 481px 316px, 601px 323px, 658px 363px, 685px 476px;
  }
  43.3% {
    background-size: 7px 7px, 2px 2px, 2px 2px, 6px 6px, 6px 6px, 10px 10px, 3px 3px, 5px 5px, 13px 13px, 14px 14px, 0px 0px, 4px 4px;
    background-position: 671px 626px, 613px 676px, 506px 705px, 397px 644px, 342px 619px, 280px 488px, 322px 415px, 414px 331px, 482px 315px, 603px 322px, 660px 362px, 687px 476px;
  }
  46.6% {
    background-size: 6px 6px, 2px 2px, 2px 2px, 5px 5px, 5px 5px, 8px 8px, 3px 3px, 4px 4px, 12px 12px, 12px 12px, 0px 0px, 3px 3px;
    background-position: 673px 627px, 614px 677px, 506px 707px, 397px 647px, 341px 621px, 279px 488px, 320px 415px, 414px 329px, 482px 313px, 605px 322px, 661px 361px, 689px 477px;
  }
  50% {
    background-size: 5px 5px, 1px 1px, 1px 1px, 4px 4px, 4px 4px, 7px 7px, 2px 2px, 4px 4px, 10px 10px, 11px 11px, 0px 0px, 3px 3px;
    background-position: 675px 628px, 615px 679px, 506px 708px, 396px 649px, 340px 622px, 278px 489px, 319px 414px, 413px 328px, 483px 312px, 606px 321px, 662px 361px, 691px 477px;
  }
  53.3% {
    background-size: 4px 4px, 1px 1px, 1px 1px, 4px 4px, 3px 3px, 6px 6px, 2px 2px, 3px 3px, 9px 9px, 9px 9px, 0px 0px, 2px 2px;
    background-position: 676px 630px, 616px 680px, 507px 710px, 395px 651px, 339px 624px, 277px 489px, 317px 414px, 413px 326px, 483px 311px, 608px 320px, 663px 360px, 693px 477px;
  }
  56.6% {
    background-size: 3px 3px, 1px 1px, 1px 1px, 3px 3px, 3px 3px, 6px 6px, 1px 1px, 3px 3px, 8px 8px, 8px 8px, 0px 0px, 2px 2px;
    background-position: 678px 631px, 617px 682px, 507px 712px, 394px 653px, 338px 625px, 276px 490px, 316px 413px, 412px 325px, 484px 309px, 609px 320px, 665px 359px, 695px 477px;
  }
  60% {
    background-size: 3px 3px, 1px 1px, 1px 1px, 3px 3px, 2px 2px, 5px 5px, 1px 1px, 2px 2px, 7px 7px, 7px 7px, 0px 0px, 2px 2px;
    background-position: 679px 632px, 618px 683px, 507px 713px, 393px 655px, 337px 626px, 275px 490px, 315px 413px, 412px 324px, 484px 308px, 610px 319px, 666px 358px, 697px 477px;
  }
  63.3% {
    background-size: 2px 2px, 0px 0px, 0px 0px, 2px 2px, 2px 2px, 4px 4px, 1px 1px, 2px 2px, 6px 6px, 6px 6px, 0px 0px, 1px 1px;
    background-position: 680px 633px, 618px 684px, 507px 715px, 393px 657px, 336px 627px, 274px 490px, 313px 412px, 411px 322px, 484px 306px, 612px 318px, 667px 357px, 699px 477px;
  }
  66.6% {
    background-size: 2px 2px, 0px 0px, 0px 0px, 2px 2px, 1px 1px, 4px 4px, 1px 1px, 2px 2px, 5px 5px, 6px 6px, 0px 0px, 1px 1px;
    background-position: 682px 634px, 619px 685px, 507px 716px, 392px 658px, 335px 629px, 273px 491px, 312px 412px, 410px 321px, 485px 305px, 613px 317px, 668px 356px, 701px 476px;
  }
  70% {
    background-size: 1px 1px, 0px 0px, 0px 0px, 1px 1px, 1px 1px, 3px 3px, 0px 0px, 1px 1px, 5px 5px, 5px 5px, 0px 0px, 1px 1px;
    background-position: 683px 635px, 620px 687px, 507px 718px, 391px 660px, 334px 630px, 272px 491px, 311px 411px, 410px 319px, 485px 303px, 614px 316px, 669px 355px, 703px 476px;
  }
  73.3% {
    background-size: 1px 1px, 0px 0px, 0px 0px, 1px 1px, 1px 1px, 3px 3px, 0px 0px, 1px 1px, 4px 4px, 4px 4px, 0px 0px, 1px 1px;
    background-position: 684px 636px, 621px 688px, 507px 719px, 390px 662px, 333px 631px, 271px 491px, 309px 411px, 409px 318px, 485px 302px, 615px 315px, 670px 354px, 704px 476px;
  }
  76.6% {
    background-size: 1px 1px, 0px 0px, 0px 0px, 1px 1px, 1px 1px, 2px 2px, 0px 0px, 1px 1px, 4px 4px, 4px 4px, 0px 0px, 0px 0px;
    background-position: 685px 637px, 622px 689px, 507px 721px, 389px 663px, 332px 632px, 270px 491px, 308px 410px, 409px 316px, 485px 300px, 616px 314px, 671px 353px, 706px 476px;
  }
  80% {
    background-size: 1px 1px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 2px 2px, 0px 0px, 1px 1px, 3px 3px, 3px 3px, 0px 0px, 0px 0px;
    background-position: 686px 637px, 622px 690px, 508px 722px, 388px 665px, 331px 633px, 268px 491px, 307px 409px, 408px 315px, 485px 299px, 617px 313px, 672px 353px, 708px 476px;
  }
  83.3% {
    background-size: 0px 0px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 2px 2px, 0px 0px, 0px 0px, 3px 3px, 3px 3px, 0px 0px, 0px 0px;
    background-position: 687px 638px, 623px 691px, 508px 724px, 387px 666px, 330px 634px, 267px 491px, 305px 409px, 407px 314px, 486px 297px, 618px 312px, 673px 352px, 709px 476px;
  }
  86.6% {
    background-size: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 2px 2px, 0px 0px, 0px 0px, 2px 2px, 2px 2px, 0px 0px, 0px 0px;
    background-position: 688px 639px, 624px 692px, 508px 725px, 386px 668px, 329px 635px, 266px 491px, 304px 408px, 407px 312px, 486px 296px, 619px 311px, 674px 351px, 711px 476px;
  }
  90% {
    background-size: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 0px 0px, 2px 2px, 2px 2px, 0px 0px, 0px 0px;
    background-position: 689px 640px, 625px 694px, 508px 726px, 386px 669px, 327px 636px, 265px 492px, 303px 408px, 406px 311px, 486px 294px, 620px 310px, 675px 350px, 712px 476px;
  }
  93.3% {
    background-size: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 0px 0px, 2px 2px, 2px 2px, 0px 0px, 0px 0px;
    background-position: 690px 641px, 625px 695px, 508px 728px, 385px 671px, 326px 637px, 264px 492px, 301px 407px, 405px 310px, 486px 293px, 621px 309px, 676px 349px, 714px 476px;
  }
  96.6% {
    background-size: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 0px 0px, 1px 1px, 2px 2px, 0px 0px, 0px 0px;
    background-position: 691px 641px, 626px 696px, 508px 729px, 384px 672px, 325px 638px, 263px 492px, 300px 406px, 405px 308px, 486px 291px, 622px 308px, 677px 348px, 715px 476px;
  }
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    background-size: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 1px 1px, 0px 0px, 0px 0px, 1px 1px, 1px 1px, 0px 0px, 0px 0px;
    background-position: 692px 642px, 627px 697px, 508px 730px, 383px 673px, 324px 638px, 262px 492px, 299px 406px, 404px 307px, 486px 290px, 623px 307px, 678px 348px, 717px 475px;
  }
}
@-webkit-keyframes scroll-text-sp {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-text-sp {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-text-sp-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes scroll-text-sp-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-top__fv {
  padding: 0 2rem 6.8rem;
  border-bottom: solid 0.2rem #000;
}
@media (min-width: 841px) {
  .p-top__fv {
    padding: 0 2rem 6.8rem;
  }
}
.p-top__fv__title {
  margin: 0 auto 2.2rem;
  width: 27rem;
}
@media (min-width: 841px) {
  .p-top__fv__title {
    margin: 0 auto 2.7rem;
    width: 34rem;
  }
}
.p-top__fv__lead {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2.2rem -1.6rem;
  width: calc(100% + 3.2rem);
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 841px) {
  .p-top__fv__lead {
    margin: 0 0 3.3rem -1.6rem;
  }
}
.p-top__fv__lead > p {
  display: inline-block;
  padding-right: 5rem;
  font-family: "WDXL Lubrifont JP N", sans-serif;
  line-height: 1;
  letter-spacing: 0.5em;
  white-space: nowrap;
  -webkit-animation: scroll-text-sp 20s -10s linear infinite;
          animation: scroll-text-sp 20s -10s linear infinite;
}
@media (min-width: 841px) {
  .p-top__fv__lead > p {
    font-size: 2rem;
  }
}
.p-top__fv__lead > p.is-duplicate {
  -webkit-animation: scroll-text-sp-2 20s linear infinite;
          animation: scroll-text-sp-2 20s linear infinite;
}
.p-top__fv__lead > p.is-paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.p-top__fv__edition {
  margin: 0 0 1.4rem;
  text-align: center;
  letter-spacing: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 841px) {
  .p-top__fv__edition {
    margin: 0 0 2.04rem;
    font-size: 2.13rem;
  }
}
.p-top__fv__start {
  margin: 0 0 4.4rem;
}
@media (min-width: 841px) {
  .p-top__fv__start {
    margin: 0 0 5.4rem;
  }
}
.p-top__fv__banner > span {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-top__fv__banner > span:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.p-top__fv__linktext {
  text-align: center;
  margin: 0 0 4.4rem;
}
@media (min-width: 841px) {
  .p-top__fv__linktext {
    margin: 0 0 5.4rem;
    font-size: 2rem;
  }
}
.p-top__fv__linktext a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
  padding-right: 2rem;
  color: #000;
}
@media (any-hover: hover) {
  .p-top__fv__linktext a:hover:not([disabled]) {
    opacity: 0.7;
  }
}
@media (min-width: 841px) {
  .p-top__fv__linktext a {
    padding-right: 2.5rem;
  }
}
.p-top__fv__linktext a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 0.2rem));
          transform: translateY(calc(-50% + 0.2rem));
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/pages/top/p-top_arrow01-ico.svg) no-repeat center/contain;
}
@media (min-width: 841px) {
  .p-top__fv__linktext a::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-top__fv-slider {
  position: relative;
  margin: 0 0 2.69rem;
}
@media (min-width: 841px) {
  .p-top__fv-slider {
    margin: 0 0 2.69rem;
  }
}
.p-top__fv-slider__inner {
  position: relative;
  overflow-x: clip;
  width: calc(100% + 1.6rem + 1.6rem);
  left: -1.6rem;
}
.p-top__fv-slider__content {
  position: relative;
  z-index: 3;
  transition: -webkit-transform 0.5s linear(0, -0.004 4.9%, -0.02 9.4%, -0.124 26.4%, -0.126 30.5%, -0.104 34.1%, -0.027 38.8%, 0.108 43.1%, 0.299 47%, 0.817 55.2%, 0.97 59.1%, 1.071 63.4%, 1.118 67.7%, 1.127 72.6%, 1.108 77.2%, 1.019 90.7%, 1.004 95.2%, 1), opacity 0.3s ease;
  transition: transform 0.5s linear(0, -0.004 4.9%, -0.02 9.4%, -0.124 26.4%, -0.126 30.5%, -0.104 34.1%, -0.027 38.8%, 0.108 43.1%, 0.299 47%, 0.817 55.2%, 0.97 59.1%, 1.071 63.4%, 1.118 67.7%, 1.127 72.6%, 1.108 77.2%, 1.019 90.7%, 1.004 95.2%, 1), opacity 0.3s ease;
  opacity: 0;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.p-top__fv-slider__content.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-top__fv-slider__content__inner {
  transition: 0.5s linear(0, -0.004 4.9%, -0.02 9.4%, -0.124 26.4%, -0.126 30.5%, -0.104 34.1%, -0.027 38.8%, 0.108 43.1%, 0.299 47%, 0.817 55.2%, 0.97 59.1%, 1.071 63.4%, 1.118 67.7%, 1.127 72.6%, 1.108 77.2%, 1.019 90.7%, 1.004 95.2%, 1);
}
.p-top__fv-slider__content__inner .swiper-slide {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.3s;
}
.p-top__fv-slider__content__inner.is-tilt .swiper-slide {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.p-top__fv-slider__splash {
  position: absolute;
  width: 90px;
  height: 90px;
  left: calc(50% + 0rem);
  top: calc(50% - 0rem);
  -webkit-transform: translate(-50%, -50%) scale(0.8, 0.9);
          transform: translate(-50%, -50%) scale(0.8, 0.9);
  z-index: 4;
}
.p-top__fv-slider__splash__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top__fv-slider__splash__inner:after {
  content: "";
  position: absolute;
  left: -455px;
  top: -455px;
  min-width: 1000px;
  min-height: 1000px;
  pointer-events: none;
  transition: background-size ease-in-out 0.5s, background-position ease-in-out 0.5s;
  background-repeat: no-repeat;
  overflow: hidden;
}
.p-top__fv-slider__splash__inner.is-animation:after {
  -webkit-animation: theButtonAnimation linear 0.8s forwards;
          animation: theButtonAnimation linear 0.8s forwards;
  background-image: radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%);
}
.p-top__fv-slider__typography {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Lexend Deca", sans-serif;
  font-size: min(10.8rem, 30vh);
  color: #1E5199;
  line-height: 1;
  text-shadow: 0 0.5px 0 black, 0.5px 0 0 black, 0 -0.5px 0 black, -0.5px 0 0 black, -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 841px) {
  .p-top__fv-slider__typography {
    font-size: min(13.8rem, 30vh);
  }
}
.p-top__fv-slider__typography > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-top__fv-slider__typography > div:nth-child(1) {
  margin-left: 1rem;
  letter-spacing: 0.17em;
}
.p-top__fv-slider__typography > div:nth-child(1) > span:nth-child(1) {
  transition: -webkit-transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.2s;
  transition: transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.2s;
}
.p-top__fv-slider__typography > div:nth-child(1) > span:nth-child(2) {
  transition: -webkit-transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.1s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.1s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.1s;
}
.p-top__fv-slider__typography > div:nth-child(1) > span:nth-child(3) {
  transition: -webkit-transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.3s;
  transition: transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.3s;
}
.p-top__fv-slider__typography > div:nth-child(1) > span:nth-child(4) {
  transition: -webkit-transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.05s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.05s;
  transition: transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.05s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.05s;
}
.p-top__fv-slider__typography > div:nth-child(2) {
  letter-spacing: 0.1em;
}
.p-top__fv-slider__typography > div:nth-child(2) > span:nth-child(1) {
  transition: -webkit-transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.35s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.35s;
  transition: transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.35s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.35s;
}
.p-top__fv-slider__typography > div:nth-child(2) > span:nth-child(2) {
  transition: -webkit-transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.25s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.25s;
  transition: transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.25s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.25s;
}
.p-top__fv-slider__typography > div:nth-child(2) > span:nth-child(3) {
  transition: -webkit-transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0s;
}
.p-top__fv-slider__typography > div:nth-child(2) > span:nth-child(4) {
  transition: -webkit-transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.15s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.15s;
  transition: transform 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.15s, opacity 0.3s cubic-bezier(0.517, 2, 0.64, 1) 0.15s;
}
.p-top__fv-slider__typography > div > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
.p-top__fv-slider__typography.is-show > div > span {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-top__fv-slider__item__inner {
  text-align: center;
  height: 43rem;
  max-height: 50dvh;
}
.p-top__fv-slider__item__inner img {
  height: 100%;
  width: auto;
}
.p-top__fv-slider .swiper-wrapper {
  position: relative;
  z-index: 2;
  transition-timing-function: linear(0, -0.004 4.9%, -0.02 9.4%, -0.124 26.4%, -0.126 30.5%, -0.104 34.1%, -0.027 38.8%, 0.108 43.1%, 0.299 47%, 0.817 55.2%, 0.97 59.1%, 1.071 63.4%, 1.118 67.7%, 1.127 72.6%, 1.108 77.2%, 1.019 90.7%, 1.004 95.2%, 1);
}
.p-top__fv-slider .c-animation-ctrlbtn {
  position: absolute;
  bottom: 0;
  right: -2.8rem;
  z-index: 3;
}
.p-top-about {
  padding: 3rem 0 6rem;
  border-bottom: solid 0.2rem #000;
}
.p-top-about__title01 {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 6rem;
  padding: 0 0 3rem;
  border-bottom: solid 0.2rem #000;
  overflow: hidden;
}
.p-top-about__title01 > span,
.p-top-about__title01 > h2,
.p-top-about__title01 > h3 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #1E5199;
  letter-spacing: 0.1em;
  padding-right: 5rem;
  width: 60rem;
  white-space: nowrap;
  text-shadow: 0 0.05rem 0 black, 0.05rem 0 0 black, 0 -0.05rem 0 black, -0.05rem 0 0 black, -0.05rem -0.05rem 0 black, 0.05rem -0.05rem 0 black, -0.05rem 0.05rem 0 black, 0.05rem 0.05rem 0 black;
  max-width: none;
  -webkit-animation: scroll-text-sp 14s -7s linear infinite;
          animation: scroll-text-sp 14s -7s linear infinite;
}
@media (min-width: 841px) {
  .p-top-about__title01 > span,
.p-top-about__title01 > h2,
.p-top-about__title01 > h3 {
    font-size: 4rem;
  }
}
.p-top-about__title01 > span.is-duplicate,
.p-top-about__title01 > h2.is-duplicate,
.p-top-about__title01 > h3.is-duplicate {
  -webkit-animation: scroll-text-sp-2 14s linear infinite;
          animation: scroll-text-sp-2 14s linear infinite;
}
.p-top-about__title01 > span.is-paused,
.p-top-about__title01 > h2.is-paused,
.p-top-about__title01 > h3.is-paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.p-top-about__title03 {
  margin: 0 auto 2rem;
  width: 21rem;
}
@media (min-width: 841px) {
  .p-top-about__title03 {
    width: 26rem;
  }
}
.p-top-about__selfcare {
  margin: 0 0 3rem;
  position: relative;
}
.p-top-about__selfcare__anchor {
  position: absolute;
  top: -4.5rem;
  left: 0;
}
.p-top-about__selfcare__text {
  margin-bottom: 1rem;
  line-height: 2;
}
@media (min-width: 841px) {
  .p-top-about__selfcare__text {
    font-size: 1.8rem;
  }
}
.p-top-about__selfcare__def {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
@media (min-width: 841px) {
  .p-top-about__selfcare__def {
    font-size: 1.6rem;
  }
}
.p-top-about__selfcare__def > dt {
  width: calc(5em + 1rem);
}
.p-top-about__academy {
  padding: 3rem 2rem;
  background: #fff;
  border: solid 1px #000;
  border-radius: 0.4rem;
  position: relative;
}
.p-top-about__academy__anchor {
  position: absolute;
  top: -4.5rem;
  left: 0;
}
.p-top-about__academy__lead {
  margin: 0 0 2rem;
}
@media (min-width: 841px) {
  .p-top-about__academy__lead {
    font-size: 1.8rem;
  }
}
.p-top-sns {
  padding: 5rem 0 6rem;
  border-bottom: solid 0.2rem #000;
}
.p-top-linkContent {
  padding: 5rem 0 0;
}
.p-top-linkContent__list {
  padding: 0 1.3rem;
}
.p-top-linkContent__text01 {
  margin-top: 4rem;
  padding: 0 0.9rem;
}
.p-top-linkContent__text01 a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #000;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-top-linkContent__text01 a:hover:not([disabled]) {
    opacity: 0.7;
  }
}

.p-guidelines__title01 {
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  margin: 0 0 2.4rem;
  text-align: center;
}
.p-guidelines__def {
  margin-bottom: 2rem;
}
@media (min-width: 841px) {
  .p-guidelines__def {
    margin-bottom: 3rem;
  }
}
@media (min-width: 841px) {
  .p-guidelines__def > div {
    font-size: 1.8rem;
  }
}
.p-guidelines__def > div:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-guidelines__def > div > dt {
  font-weight: bold;
}
.p-guidelines__def > div > dt > span {
  background: #fff;
  display: inline-block;
  padding: 0 0.3rem 0.2rem;
  line-height: 2.2rem;
}
.p-guidelines__def > div > dd > span {
  font-weight: 700;
  text-decoration: underline;
}
.p-guidelines__notice {
  padding: 1.6rem;
  background: #fff;
}
.p-guidelines__notice p {
  font-size: 1.4rem;
}
@media (min-width: 841px) {
  .p-guidelines__notice p {
    font-size: 1.6rem;
  }
}
.p-guidelines__button01 {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-guidelines__content {
  position: absolute;
  top: calc(50% - 5rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@keyframes scroll-text-sp {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-text-sp-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-question {
  z-index: 11;
}
@media (min-width: 841px) {
  .p-question {
    z-index: 9;
  }
}
.p-question__main {
  overflow: hidden;
}
.p-question__main__inner:has(.p-question__form01) {
  padding-bottom: 5rem;
  border-bottom: solid 2px black;
}
@media (min-width: 841px) {
  .p-question__main__inner:has(.p-question__form01) {
    padding-bottom: 7rem;
  }
}
.p-question__infoarea {
  position: relative;
  z-index: 1;
  padding: 0 0 1rem;
  margin: -0.5rem 0 2.2rem;
}
.p-question__infoarea::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: -2rem;
  z-index: 2;
  width: calc(100% + 4rem);
  height: 0.2rem;
  background: #1E5199;
}
.p-question__infoarea__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-question__infoarea__header > * {
  min-height: 0%;
}
.p-question__infoarea__annotation {
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  line-height: 1.8rem;
  margin: 0.5rem 0 0;
  padding: 0 0 0.1rem;
  background: #980000;
  display: none;
}
.p-question__infoarea__annotation.is-show {
  display: block;
}
.p-question__quiz-number {
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-family: "Lexend Deca", sans-serif;
  color: #1E5199;
  letter-spacing: 0.1em;
}
@media (min-width: 841px) {
  .p-question__quiz-number {
    font-size: 2rem;
  }
}
.p-question__quiz-number > span.is-number {
  color: #000;
}
.p-question__quiz-title {
  width: 12.2rem;
}
@media (min-width: 841px) {
  .p-question__quiz-title {
    width: 14rem;
  }
}
.p-question__quiz-title > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
}
@media (any-hover: hover) {
  .p-question__quiz-title > a:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.p-question__quiz-title > a > img {
  display: block;
}
.p-question__quiz-counter {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 841px) {
  .p-question__quiz-counter {
    font-size: 2rem;
  }
}
.p-question__quiz-counter > span.is-label:empty {
  display: none;
}
.p-question__button01 {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-question__button02 {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  z-index: 2;
  width: calc(100% - 4rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-question__button02__lead {
  margin: 1.8rem 0 0;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 841px) {
  .p-question__button02__lead {
    font-size: 1.7rem;
  }
}
.p-question__timer-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: calc(100% - 4rem);
}
.p-question__timer-area > * {
  min-height: 0%;
}
.p-question__timer-area__quiz-timer {
  position: relative;
  padding: 0 0 0 2.5rem;
  font-size: 1.6rem;
}
@media (min-width: 841px) {
  .p-question__timer-area__quiz-timer {
    padding: 0 0 0 3rem;
    font-size: 2rem;
  }
}
.p-question__timer-area__quiz-timer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.7rem;
  height: 1.8rem;
  background: url(../images/component/c-time-icon01-ico.svg) no-repeat center/contain;
}
@media (min-width: 841px) {
  .p-question__timer-area__quiz-timer::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-question__timer-area__skip-button {
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
  padding-right: 2.2rem;
  font-size: 1.4rem;
}
@media (any-hover: hover) {
  .p-question__timer-area__skip-button:hover:not([disabled]) {
    opacity: 0.7;
  }
}
@media (min-width: 841px) {
  .p-question__timer-area__skip-button {
    padding-right: 2.5rem;
    font-size: 1.7rem;
  }
}
.p-question__timer-area__skip-button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/pages/top/p-top_arrow01-ico.svg) no-repeat center/contain;
}
@media (min-width: 841px) {
  .p-question__timer-area__skip-button::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-question__modal {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.p-question__modal__wrap {
  opacity: 0;
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 10;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  background: rgba(255, 255, 255, 0.7);
  transition: left 0s ease 0.3s, opacity 0.3s ease 0s;
}
.p-question__modal__wrap.is-show {
  transition: left 0s ease 0s, opacity 0.3s ease 0s;
  left: 0;
  opacity: 1;
}
.p-question__modal__wrap.is-show .p-question__modal::before {
  transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.p-question__modal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  width: 27rem;
  height: 27rem;
  max-height: 60dvh;
  transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
.p-question__modal.is-true::before {
  background: url(../images/pages/question/p-question_bool_true-img.svg) no-repeat center/contain;
}
.p-question__modal.is-false::before {
  background: url(../images/pages/question/p-question_bool_false-img.svg) no-repeat center/contain;
}
.p-question__title-area {
  margin: 0 0 5rem;
}
.p-question__title01 {
  position: relative;
  margin: 0 0 1rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #0D2C56;
}
@media (min-width: 841px) {
  .p-question__title01 {
    font-size: 4rem;
  }
}
.p-question__lead {
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 841px) {
  .p-question__lead {
    font-size: 1.7rem;
  }
}
.p-question__form01__def > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  z-index: 1;
}
.p-question__form01__def > div > * {
  min-height: 0%;
}
.p-question__form01__def > div:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-question__form01__def > div dt,
.p-question__form01__def > div dd {
  position: relative;
  z-index: 2;
}
.p-question__form01__def > div dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 8.8rem;
  background: #1E5199;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 0.4rem 0 0 0.4rem;
  border: solid 1px #000;
}
.p-question__form01__def > div dt > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .p-question__form01__def > div dt {
    width: 11rem;
    font-size: 2rem;
  }
}
.p-question__form01__def > div dd {
  position: relative;
  z-index: 1;
  width: calc(100% - 8.8rem);
  border-radius: 0 0.4rem 0.4rem 0;
  border: solid 1px #000;
  overflow: hidden;
}
@media (min-width: 841px) {
  .p-question__form01__def > div dd {
    width: calc(100% - 11rem);
  }
}
.p-question__form01__def > div dd select {
  padding: 0 3rem 0 1rem;
  min-height: 5rem;
  width: 100%;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
@media (min-width: 841px) {
  .p-question__form01__def > div dd select {
    padding: 2rem 3rem 2rem 1rem;
    font-size: 2.5rem;
  }
}
.p-question__form01__def > div dd select .is-disabled {
  color: #0d2c56;
}
.p-question__form01__def > div dd::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/component/c-angle02-ico-deeblue.svg) no-repeat center/contain;
  pointer-events: none;
}
.p-question__form01__def > div::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 0.4rem;
  z-index: 1;
}
@media (min-width: 841px) {
  .p-question__form01__def > div::before {
    border-radius: 0.6rem;
  }
}

.quiz-body__question-content {
  position: relative;
  padding: 0 0 2rem;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}
@media (min-width: 841px) {
  .quiz-body__question-content {
    gap: 1.5rem;
  }
}
.quiz-body__question-content.is-noimage {
  margin: 0 0 2rem;
}
.quiz-body__question-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: url(../images/component/c-dash-line01-img-blue.svg) repeat-x center/contain;
}
.quiz-body__question-content__lead {
  font-size: 1.8rem;
}
@media (min-width: 841px) {
  .quiz-body__question-content__lead {
    font-size: 2.3rem;
  }
}
.quiz-body__question-content__lead > span {
  text-decoration: underline;
}
.quiz-body__question-content__annotation {
  font-size: 1.3rem;
}
@media (min-width: 841px) {
  .quiz-body__question-content__annotation {
    font-size: 1.8rem;
  }
}
.quiz-body__answer-form > label:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (min-width: 841px) {
  .quiz-body__answer-form > label:not(:last-child) {
    margin-bottom: 2.6rem;
  }
}
.quiz-body__combination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.quiz-body__combination > * {
  min-height: 0%;
}
.quiz-body__combination__left {
  padding: 0 3.2rem 0 0;
  border-right: 0.1rem dashed #000000;
}
@media (min-width: 841px) {
  .quiz-body__combination__left {
    border-right: 0.2rem dashed #000000;
  }
}
.quiz-body__combination__right {
  padding: 0 0 0 3.2rem;
}
.quiz-body__combination__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 1.1rem;
  color: #1E5199;
}
@media (min-width: 841px) {
  .quiz-body__combination__title {
    font-size: 1.7rem;
  }
}
.quiz-body__combination__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 1.6rem 0;
}
.quiz-body__combination__list > * {
  min-height: 0%;
}
.quiz-body__radio01 {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
}
@media (any-hover: hover) {
  .quiz-body__radio01:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.quiz-body__radio01 input:checked + .quiz-body__radio01__button {
  background-color: #F9E639;
}
.quiz-body__radio01 input:focus + * {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 2px;
}
.quiz-body__radio01__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  z-index: 2;
  min-height: 6rem;
  width: 100%;
  background: #fff;
  color: #000;
  font-weight: bold;
  border: solid 1px black;
  border-radius: 0.4rem;
}
.quiz-body__radio01__button > * {
  min-height: 0%;
}
.quiz-body__radio01__button .is-key {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 5.3rem;
  background: #1E5199;
  font-family: "Lexend Deca", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #fff;
}
.quiz-body__radio01__button .is-key > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .quiz-body__radio01__button .is-key {
    width: 6.6rem;
    font-size: 4rem;
  }
}
.quiz-body__radio01__button .is-value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 5.3rem);
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}
.quiz-body__radio01__button .is-value > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .quiz-body__radio01__button .is-value {
    padding: 1.2rem 1rem;
    width: calc(100% - 6.6rem);
    font-size: 1.7rem;
  }
}
.quiz-body__radio01__shadow {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 0.4rem;
  z-index: 1;
}
@media (min-width: 841px) {
  .quiz-body__radio01__shadow {
    border-radius: 0.6rem;
  }
}
.quiz-body__radio02 {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  .quiz-body__radio02:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.quiz-body__radio02:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (min-width: 841px) {
  .quiz-body__radio02:not(:last-child) {
    margin-bottom: 2.6rem;
  }
}
.quiz-body__radio02 input:checked + .quiz-body__radio02__column {
  border-color: #F9E639;
}
.quiz-body__radio02 input:checked + .quiz-body__radio02__column .is-badge {
  background: #F9E639;
  color: #000;
}
.quiz-body__radio02__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  border: solid 0.4rem #1E5199;
  border-radius: 0.4rem;
  background: #F2F7FF;
}
.quiz-body__radio02__column > * {
  min-height: 0%;
}
.quiz-body__radio02__image {
  width: 35.37%;
}
.quiz-body__radio02__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: 64.63%;
  padding: 0 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.quiz-body__radio02__text > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .quiz-body__radio02__text {
    font-size: 1.7rem;
  }
}
.quiz-body__radio02 .is-badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.25rem;
  height: 2rem;
  background: #1E5199;
  border-radius: 0.4rem 0 0.4rem 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.quiz-body__radio02 .is-badge > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .quiz-body__radio02 .is-badge {
    width: 5rem;
    height: 2.4rem;
    font-size: 1.6rem;
  }
}
.quiz-body__radio03 {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (any-hover: hover) {
  .quiz-body__radio03:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.quiz-body__radio03 > input:checked + div.is-link01:before, .quiz-body__radio03 > input:checked + div.is-link02:before, .quiz-body__radio03 > input:checked + div.is-link03:before {
  opacity: 1;
}
.quiz-body__radio03 > input:checked + div > span {
  background-color: #F9E639;
  border: 0.4rem solid #1E5199;
}
.quiz-body__radio03 > input:focus + * {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 2px;
}
.quiz-body__radio03 > div {
  position: relative;
  z-index: 2;
}
.quiz-body__radio03 > div.is-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 6.5rem;
  height: 0.4rem;
  background: #1E5199;
  opacity: 0;
}
@media (min-width: 841px) {
  .quiz-body__radio03 > div.is-left:before {
    width: 7rem;
  }
}
.quiz-body__radio03 > div.is-left.is-01.is-link02:before {
  width: 9.7rem;
  top: calc(50% - 0.2rem);
  left: calc(100% - 0.2rem);
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (min-width: 841px) {
  .quiz-body__radio03 > div.is-left.is-01.is-link02:before {
    width: 10.7rem;
    -webkit-transform: rotateZ(50deg);
            transform: rotateZ(50deg);
  }
}
.quiz-body__radio03 > div.is-left.is-01.is-link03:before {
  width: 15rem;
  top: calc(50% - 0.2rem);
  left: calc(100% - 0.2rem);
  -webkit-transform: rotateZ(62.5deg);
          transform: rotateZ(62.5deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (min-width: 841px) {
  .quiz-body__radio03 > div.is-left.is-01.is-link03:before {
    width: 18rem;
    -webkit-transform: rotateZ(67.5deg);
            transform: rotateZ(67.5deg);
  }
}
.quiz-body__radio03 > div.is-left.is-02.is-link01:before {
  width: 9.7rem;
  top: calc(50% - 0.2rem);
  left: calc(100% - 0.2rem);
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (min-width: 841px) {
  .quiz-body__radio03 > div.is-left.is-02.is-link01:before {
    width: 10.7rem;
    -webkit-transform: rotateZ(-50deg);
            transform: rotateZ(-50deg);
  }
}
.quiz-body__radio03 > div.is-left.is-02.is-link03:before {
  width: 9.7rem;
  top: calc(50% - 0.2rem);
  left: calc(100% - 0.2rem);
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (min-width: 841px) {
  .quiz-body__radio03 > div.is-left.is-02.is-link03:before {
    width: 10.7rem;
    -webkit-transform: rotateZ(50deg);
            transform: rotateZ(50deg);
  }
}
.quiz-body__radio03 > div.is-left.is-03.is-link01:before {
  width: 15rem;
  top: calc(50% - 0.2rem);
  left: calc(100% - 0.2rem);
  -webkit-transform: rotateZ(-62.5deg);
          transform: rotateZ(-62.5deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (min-width: 841px) {
  .quiz-body__radio03 > div.is-left.is-03.is-link01:before {
    width: 18rem;
    -webkit-transform: rotateZ(-67.5deg);
            transform: rotateZ(-67.5deg);
  }
}
.quiz-body__radio03 > div.is-left.is-03.is-link02:before {
  width: 9.7rem;
  top: calc(50% - 0.2rem);
  left: calc(100% - 0.2rem);
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (min-width: 841px) {
  .quiz-body__radio03 > div.is-left.is-03.is-link02:before {
    width: 10.7rem;
    -webkit-transform: rotateZ(-50deg);
            transform: rotateZ(-50deg);
  }
}
.quiz-body__radio03 > div > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
  min-height: 4.8rem;
  width: 100%;
  background: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
  border: solid 0.1rem black;
  border-radius: 0.4rem;
}
.quiz-body__radio03 > div > span > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .quiz-body__radio03 > div > span {
    border: solid 0.2rem black;
    min-height: 6.4rem;
  }
}
.quiz-body__radio03 > div > span.is-large {
  font-size: 1.4rem;
  width: 10.8rem;
}
@media (min-width: 841px) {
  .quiz-body__radio03 > div > span.is-large {
    font-size: 1.7rem;
    width: 13rem;
  }
}
.quiz-body__radio03 > div > span.is-small {
  font-size: 1.2rem;
  width: 13.3rem;
  line-height: 1.3;
}
@media (min-width: 841px) {
  .quiz-body__radio03 > div > span.is-small {
    font-size: 1.4rem;
    width: 16rem;
  }
}
.quiz-body__card-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 1.6rem 2rem;
}
.quiz-body__card-wrap > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .quiz-body__card-wrap {
    gap: 2rem 3rem;
  }
}
.quiz-body__card-wrap > * {
  width: calc((100% - 2rem) / 2);
}
@media (min-width: 841px) {
  .quiz-body__card-wrap > * {
    width: calc((100% - 3rem) / 2);
  }
}
.quiz-body__card-wrap label {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .quiz-body__card-wrap label:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.quiz-body__card-wrap label input:checked + .quiz-body__card01 .quiz-body__card01__image {
  border-color: #F9E639;
}
.quiz-body__card-wrap label input:checked + .quiz-body__card01 .quiz-body__card01__image__badge {
  background: #F9E639;
  color: #000;
}
.quiz-body__card-wrap label input:checked + .quiz-body__card02 .quiz-body__card02__image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/pages/question/p-question_filter01-img.webp) no-repeat center/cover;
}
.quiz-body__card-wrap label input:checked + .quiz-body__card02 .quiz-body__card02__image__badge {
  opacity: 1;
}
.quiz-body__card-wrap label input:focus + * {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 2px;
}
.quiz-body__card01__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 150/118;
  border: solid 0.4rem #1E5199;
  border-radius: 0.4rem;
  background: #F2F7FF;
}
.quiz-body__card01__image > * {
  min-height: 0%;
}
.quiz-body__card01__image.is-noimage {
  background: #fff;
}
.quiz-body__card01__image.is-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}
.quiz-body__card01__image.is-bottom > * {
  min-height: 0%;
}
.quiz-body__card01__image__picture {
  position: relative;
  z-index: 1;
}
.quiz-body__card01__image__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.quiz-body__card01__image__text > * {
  min-height: 0%;
}
.quiz-body__card01__image__text > span {
  font-weight: 700;
  text-align: center;
  padding: 0.4rem 0.6rem;
}
@media (min-width: 841px) {
  .quiz-body__card01__image__text > span {
    padding: 0.4rem 1rem;
  }
}
.quiz-body__card01__image__text > span.is-alignLeft {
  text-align: left;
}
.quiz-body__card01__image__text > span.is-large {
  font-size: 1.4rem;
  line-height: 1.35;
}
@media (min-width: 841px) {
  .quiz-body__card01__image__text > span.is-large {
    font-size: 1.8rem;
  }
}
.quiz-body__card01__image__text > span.is-small {
  font-size: 1.2rem;
  line-height: 1.33;
}
@media (min-width: 841px) {
  .quiz-body__card01__image__text > span.is-small {
    font-size: 1.5rem;
  }
}
.quiz-body__card01__image__badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: -0.3rem;
  top: -0.3rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  background: #1E5199;
  border-radius: 0.4rem 0 0.4rem 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.quiz-body__card01__image__badge > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .quiz-body__card01__image__badge {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.6rem;
  }
}
.quiz-body__card01__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0.6rem 0 0;
}
@media (min-width: 841px) {
  .quiz-body__card01__text {
    font-size: 1.7rem;
  }
}
.quiz-body__card01__text.is-small {
  font-size: 1.3rem;
}
@media (min-width: 841px) {
  .quiz-body__card01__text.is-small {
    font-size: 1.5rem;
  }
}
.quiz-body__card02__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 1;
  margin: 0 0 0.6rem;
  width: 100%;
  aspect-ratio: 150/118;
  border: solid 0.4rem #1E5199;
  border-radius: 0.4rem;
  background: #fff;
}
.quiz-body__card02__image > * {
  min-height: 0%;
}
.quiz-body__card02__image.is-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}
.quiz-body__card02__image.is-bottom > * {
  min-height: 0%;
}
.quiz-body__card02__image img {
  position: relative;
  z-index: 1;
}
.quiz-body__card02__image .is-badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 0.5rem;
  top: 0.7rem;
  z-index: 2;
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
  color: #1E5199;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0 0 0.3rem;
}
.quiz-body__card02__image .is-badge > * {
  min-height: 0%;
}
.quiz-body__card02__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 841px) {
  .quiz-body__card02__text {
    font-size: 1.7rem;
  }
}
.quiz-body__explan-content {
  display: none;
}
.quiz-body__explan-content__user-answer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0 1.8rem;
}
.quiz-body__explan-content__user-answer.is-true .quiz-body__explan-content__user-answer__main::after {
  content: "正解";
  width: 2.7rem;
  height: 2.7rem;
  background: url(../images/pages/question/p-quiz-body_bool_true-img.svg) no-repeat center/2.6rem 2.6rem;
  font-size: 0;
  color: transparent;
}
.quiz-body__explan-content__user-answer.is-false .quiz-body__explan-content__user-answer__main::after {
  content: "不正解";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/pages/question/p-quiz-body_bool_false-img.svg) no-repeat center/2.4rem 2.4rem;
  font-size: 0;
  color: transparent;
}
.quiz-body__explan-content__user-answer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.quiz-body__explan-content__user-answer__inner > * {
  min-height: 0%;
}
.quiz-body__explan-content__user-answer__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding-left: 3.5rem;
  gap: 0.5rem;
}
.quiz-body__explan-content__user-answer__main > * {
  min-height: 0%;
}
.quiz-body__explan-content__user-answer__main::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.quiz-body__explan-content__user-answer__main > span.is-label {
  font-weight: 700;
}
.quiz-body__explan-content__user-answer__main > span.is-answer {
  font-size: 2.777rem;
  font-family: "Lexend Deca", sans-serif;
}
.quiz-body__explan-content__user-answer__main > span.is-answer:empty {
  display: none;
}
.quiz-body__explan-content__user-answer__sub {
  margin: 0.5rem 0 0;
  font-size: 1.2rem;
  line-height: 1.333;
}
@media (min-width: 841px) {
  .quiz-body__explan-content__user-answer__sub {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.quiz-body__explan-content__user-answer__sub > span {
  padding: 0 0 0 1.2rem;
  display: block;
  letter-spacing: -0.01em;
  position: relative;
}
@media (min-width: 841px) {
  .quiz-body__explan-content__user-answer__sub > span {
    padding: 0 0 0 1.5rem;
  }
}
.quiz-body__explan-content__user-answer__sub > span:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.quiz-body__explan-content__user-answer__sub:empty {
  display: none;
}
.quiz-body__explan-content__explan-box__answer {
  position: relative;
  z-index: 1;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
}
.quiz-body__explan-content__explan-box__answer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: url(../images/component/c-dash-line01-img-darkblue.svg) repeat-x center/30rem;
}
.quiz-body__explan-content__explan-box__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 1rem;
  color: #0D2C56;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.quiz-body__explan-content__explan-box__title > * {
  min-height: 0%;
}
.quiz-body__explan-content__explan-box__title span:first-child {
  min-width: 2rem;
}
.quiz-body__explan-content__explan-box__title .is-strong {
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Lexend Deca", sans-serif;
}
.quiz-body__explan-content__explan-box__title .is-strong.is-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
}
@media (min-width: 841px) {
  .quiz-body__explan-content__explan-box__title .is-strong.is-ja {
    font-size: 2.4rem;
  }
}
.quiz-body__explan-content__explan-box__text {
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 841px) {
  .quiz-body__explan-content__explan-box__text {
    font-size: 1.7rem;
  }
}
.quiz-body__explan-content__explan-box__define > dt {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #0D2C56;
}
.quiz-body__explan-content__explan-box__define > dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 1.5rem;
  background: #fff;
  padding: 1.6rem;
  font-size: 1.4rem;
}
.quiz-body__explan-content__explan-box__define > dd > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .quiz-body__explan-content__explan-box__define > dd {
    font-size: 1.6rem;
  }
}
.quiz-body__explan-content__explan-box__define > dd > p > span {
  font-weight: 700;
}
.quiz-body__explan-content__explan-box__define > dd > p > mark {
  background: linear-gradient(transparent 40%, #F9E639 80%);
}
.quiz-body__explan-content__explan-box__define > dd > dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 0.5rem;
}
.quiz-body__explan-content__explan-box__define > dd > dl > * {
  min-height: 0%;
}
.quiz-body__explan-content__explan-box__define > dd > dl > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.quiz-body__explan-content__explan-box__define > dd > dl > div > * {
  min-height: 0%;
}
.quiz-body__explan-content__explan-box__define > dd > dl > div > dt {
  font-weight: 700;
  padding: 0 0.6rem 0 0;
  white-space: nowrap;
}
.quiz-body__explan-content__explan-box__define > dd > dl > div > dd > mark {
  background: linear-gradient(transparent 40%, #F9E639 80%);
}
.quiz-body__explan-content__explan-box__define > dd > dl.is-nowrap > div > dd {
  white-space: nowrap;
}
.quiz-body__button01 {
  bottom: 3.5rem;
}
.quiz-body .p-question__button01 {
  bottom: 4rem;
}
.quiz-body #explanCnt {
  position: relative;
  z-index: 1;
}
.quiz-body #explanCnt > * {
  position: relative;
  z-index: 2;
}
.quiz-body #explanCnt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 200rem;
  background: #EEDD86;
}
.quiz-body #explanCnt {
  width: calc(100% + 0.8rem);
  left: -0.4rem;
  padding: 3rem 0 0;
}
.quiz-body.is-explan .quiz-body__question-content {
  margin-bottom: 0;
  padding: 0;
}
.quiz-body.is-explan .quiz-body__question-content::before {
  content: none;
}

.p-answers__main {
  padding-bottom: 16rem !important;
}
.p-answers__main__inner {
  padding-bottom: 4.5rem;
  border-bottom: solid 2px black;
}
.p-answers__def input {
  display: none;
}
.p-answers__def > div:not(:last-child) {
  margin-bottom: 2rem;
}
.p-answers__def > div > dt {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  border: solid 1px black;
  border-radius: 0.4rem 0.4rem 0 0.4rem;
  background: #fff;
  transition: border-radius 0.3s ease;
}
@media (any-hover: hover) {
  .p-answers__def > div > dt:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.p-answers__def > div > dt > * {
  min-height: 0%;
}
.p-answers__def > div > dt .is-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #1E5199;
}
.p-answers__def > div > dt .is-icon::before, .p-answers__def > div > dt .is-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 0.2rem;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.p-answers__def > div > dt .is-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-answers__def > div > dt > * {
  pointer-events: none;
}
.p-answers__def > div > dd {
  display: none;
}
.p-answers__def > div.is-open > dt {
  border-radius: 0;
}
.p-answers__def > div.is-open > dt .is-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-answers__def__q-num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 7rem;
  background: #1E5199;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Lexend Deca", sans-serif;
  letter-spacing: 0.1em;
}
.p-answers__def__q-num > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .p-answers__def__q-num {
    width: 8rem;
    font-size: 2.8rem;
  }
}
.p-answers__def__q-text {
  padding: 0.5rem 3rem 0.5rem 1rem;
  width: calc(100% - 7rem);
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 841px) {
  .p-answers__def__q-text {
    width: calc(100% - 8rem);
    font-size: 1.7rem;
  }
}
.p-answers__explan-box {
  padding: 1.5rem 1rem;
  background: #fff;
  border: solid 1px black;
}
.p-answers__explan-box__header {
  position: relative;
  margin: 0 0 4rem;
  padding: 0 0 1.5rem;
}
.p-answers__explan-box__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: url(../images/component/c-dash-line01-img-darkblue.svg) repeat-x center/30rem;
}
.p-answers__explan-box__body .quiz-body__card-wrap {
  gap: 1rem 1rem;
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__card-wrap {
    gap: 2rem 3rem;
  }
}
.p-answers__explan-box__body .quiz-body__card-wrap > * {
  width: calc((100% - 1rem) / 2);
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__card-wrap > * {
    width: calc((100% - 3rem) / 2);
  }
}
.p-answers__explan-box__body .quiz-body__card01__text {
  font-size: 1.3rem;
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__card01__text {
    font-size: 1.5rem;
  }
}
.p-answers__explan-box__body .quiz-body__card02__text {
  font-size: 1.3rem;
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__card02__text {
    font-size: 1.5rem;
  }
}
.p-answers__explan-box__body .quiz-body__card01__image__text > span.is-small {
  font-size: 1.1rem;
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__card01__image__text > span.is-small {
    font-size: 1.3rem;
  }
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__card01__image__text > span.is-large {
    font-size: 1.5rem;
  }
}
.p-answers__explan-box__body .quiz-body__radio01__button .is-value {
  font-size: 1.3rem;
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__radio01__button .is-value {
    font-size: 1.5rem;
  }
}
.p-answers__explan-box__body .quiz-body__answer-form > label:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__answer-form > label:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.p-answers__explan-box__body .quiz-body__combination__left {
  padding: 0 1.6rem 0 0;
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__combination__left {
    padding: 0 3.2rem 0 0;
  }
}
.p-answers__explan-box__body .quiz-body__combination__right {
  padding: 0 0 0 1.6rem;
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__combination__right {
    padding: 0 0 0 3.2rem;
  }
}
.p-answers__explan-box__body .quiz-body__card01__text.is-small {
  font-size: 1.2rem;
}
@media (min-width: 841px) {
  .p-answers__explan-box__body .quiz-body__card01__text.is-small {
    font-size: 1.3rem;
  }
}
.p-answers__explan-box__choices {
  margin: 0 0 3.5rem;
}
@media (min-width: 841px) {
  .p-answers__explan-box__choices {
    padding: 0 1rem;
  }
}
.p-answers__explan-box__explan {
  letter-spacing: 0.05em;
}
.p-answers__explan-box__explan__title {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 841px) {
  .p-answers__explan-box__explan__title {
    font-size: 1.8rem;
  }
}
.p-answers__explan-box__explan__text-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 1.5rem;
  font-size: 1.4rem;
}
@media (min-width: 841px) {
  .p-answers__explan-box__explan__text-box {
    font-size: 1.6rem;
  }
}
.p-answers__explan-box__explan__text-box > p > span {
  font-weight: 700;
}
.p-answers__explan-box__explan__text-box > p > mark {
  background: linear-gradient(transparent 40%, #F9E639 80%);
}
.p-answers__explan-box__explan__text-box > dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 0.5rem;
}
.p-answers__explan-box__explan__text-box > dl > * {
  min-height: 0%;
}
.p-answers__explan-box__explan__text-box > dl > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-answers__explan-box__explan__text-box > dl > div > * {
  min-height: 0%;
}
.p-answers__explan-box__explan__text-box > dl > div > dt {
  font-weight: 700;
  padding: 0 0.6rem 0 0;
  white-space: nowrap;
}
.p-answers__explan-box__explan__text-box > dl > div > dd > mark {
  background: linear-gradient(transparent 40%, #F9E639 80%);
}
.p-answers__explan-box__explan__text-box > dl.is-nowrap > div > dd {
  white-space: nowrap;
}
.p-answers__correct-answer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-answers__correct-answer > dt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (min-width: 841px) {
  .p-answers__correct-answer > dt {
    font-size: 1.8rem;
  }
}
.p-answers__correct-answer > dd > span.is-long {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 841px) {
  .p-answers__correct-answer > dd > span.is-long {
    line-height: 1.6;
  }
}
.p-answers__correct-answer > dd > span.is-short {
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
}
@media (min-width: 841px) {
  .p-answers__correct-answer > dd > span.is-short {
    line-height: 1.2;
  }
}
.p-answers__button01 {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-result__main {
  overflow: hidden;
}
.p-result__button-area {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
.p-result__button-area::before, .p-result__button-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  z-index: 1;
  width: calc(100% + 4rem);
  height: 0.2rem;
  background: #000;
}
.p-result__button-area::after {
  top: auto;
  bottom: 0;
}
.p-result__button01:not(:last-child) {
  margin-bottom: 2rem;
}
.p-result__bunner-area {
  padding: 5rem 1rem 0;
}
.p-result__score-area {
  margin-bottom: 5rem;
}
.p-result__score {
  text-align: center;
  color: #0D2C56;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1;
}
.p-result__score__text01 {
  display: inline-block;
  font-size: 6rem;
}
@media (min-width: 841px) {
  .p-result__score__text01 {
    font-size: 7rem;
  }
}
.p-result__score__text01 #js-score {
  margin-right: 1rem;
}
.p-result__score__text02 {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 2.8rem;
}
@media (min-width: 841px) {
  .p-result__score__text02 {
    margin-right: 0.8rem;
    font-size: 3.5rem;
  }
}
.p-result__score__text03 {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
}
@media (min-width: 841px) {
  .p-result__score__text03 {
    font-size: 3.5rem;
  }
}
.p-result__time {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #0D2C56;
}
@media (min-width: 841px) {
  .p-result__time {
    font-size: 2rem;
  }
}
.p-result__time p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.p-result__time p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/component/c-time-icon01-ico.svg) no-repeat center/contain;
}
@media (min-width: 841px) {
  .p-result__time p::before {
    margin-right: 0.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-result__rank {
  position: relative;
  z-index: 1;
  margin: 0 0 5rem;
  padding: 1.6rem;
  background: #fff;
  border-radius: 0.4rem;
  border: solid 1px black;
}
@media (min-width: 841px) {
  .p-result__rank {
    margin: 0 0 6.6rem;
  }
}
.p-result__rank::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../images/component/c-background_pattern01-img.webp) repeat center/6rem;
  opacity: 0.1;
  border-radius: 0.4rem;
}
.p-result__rank__text01 {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: solid 1px black;
  text-align: center;
  color: #0D2C56;
  line-height: 1;
}
.p-result__rank__text01 .is-normal {
  display: inline-block;
  margin-right: 1rem;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: super;
}
@media (min-width: 841px) {
  .p-result__rank__text01 .is-normal {
    font-size: 2.5rem;
  }
}
.p-result__rank__text01 .is-large {
  display: inline-block;
  font-size: 3.6rem;
  font-family: "JetBrains Mono", monospace;
  font-family: "Reddit Mono", monospace;
  font-weight: 600;
  color: #aaa;
}
@media (min-width: 841px) {
  .p-result__rank__text01 .is-large {
    font-size: 4.5rem;
  }
}
.p-result__rank__text01 .is-large.is-complete {
  color: #0D2C56;
  -webkit-animation: pop ease 0.3s;
          animation: pop ease 0.3s;
}
.p-result__rank__text01 .is-small {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
}
@media (min-width: 841px) {
  .p-result__rank__text01 .is-small {
    font-size: 2rem;
  }
}
.p-result__rank__text02 {
  text-align: center;
}
@media (min-width: 841px) {
  .p-result__rank__text02 {
    font-size: 2rem;
  }
}
.p-result__sns-share {
  margin-bottom: 6rem;
}
.p-result__sns-share__dl {
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 1;
  margin: 2rem auto 0;
  width: 27rem;
}
@media (any-hover: hover) {
  .p-result__sns-share__dl:hover:not([disabled]) {
    opacity: 0.7;
  }
}
@media (min-width: 841px) {
  .p-result__sns-share__dl {
    width: 30rem;
  }
}
.p-result__sns-share__dl .is-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
  padding: 1.2rem 5rem 1.2rem 1.8rem;
  width: 100%;
  border-radius: 0.4rem;
  background: #fff;
  border: solid 1px #000;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  color: #000;
}
.p-result__sns-share__dl .is-button > * {
  min-height: 0%;
}
@media (min-width: 841px) {
  .p-result__sns-share__dl .is-button {
    font-size: 1.8rem;
  }
}
.p-result__sns-share__dl .is-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(calc(-50% + 0.2rem));
          transform: translateY(calc(-50% + 0.2rem));
  width: 2.1rem;
  height: 1.7rem;
  background: url(../images/component/c-download01-ico-deeblue.svg) no-repeat center/contain;
}
.p-result__sns-share__dl .is-shadow {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 0.4rem;
  z-index: 1;
}
@media (min-width: 841px) {
  .p-result__sns-share__dl .is-shadow {
    border-radius: 0.6rem;
  }
}
.p-result__sns-share__lead {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (min-width: 841px) {
  .p-result__sns-share__lead {
    margin: 2rem 0 0;
  }
}
.p-result__sns-share__lead:before {
  content: "";
  display: inline-block;
  width: 1.13rem;
  height: 1.3rem;
  background: url(../images/component/c-angle03-ico-deeblue.svg) no-repeat center/contain;
}
.p-result__title01 {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  text-align: center;
  color: #0D2C56;
  font-weight: bold;
  line-height: 1.2;
}
.p-result__title01::before, .p-result__title01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 3.2rem;
  height: 100%;
  border: 0.6rem solid #0D2C56;
  box-sizing: border-box;
}
.p-result__title01::before {
  border-right: none;
}
.p-result__title01::after {
  left: auto;
  right: 0;
  border-left: none;
}
.p-result__title01 .is-copy,
.p-result__title01 .is-sub,
.p-result__title01 .is-main {
  position: relative;
  display: block;
  z-index: 2;
  line-height: 1.375;
}
.p-result__title01 .is-copy {
  font-family: "WDXL Lubrifont JP N", sans-serif;
  font-size: 1.9rem;
  font-weight: normal;
  letter-spacing: 0.225rem;
  margin: 0 0 1rem;
}
.p-result__title01 .is-copy > span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.p-result__title01 .is-sub {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 841px) {
  .p-result__title01 .is-sub {
    font-size: 2rem;
  }
}
.p-result__title01 .is-main {
  font-size: 3.2rem;
  font-weight: 700;
}
@media (min-width: 841px) {
  .p-result__title01 .is-main {
    font-size: 4rem;
  }
}
.p-result__type-section {
  margin-bottom: 5rem;
}
.p-result__type-section__type-illust {
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}
.p-result__type-section__type-illust.is-show img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-result__type-section__type-illust__inner {
  position: relative;
  z-index: 3;
  text-align: center;
}
.p-result__type-section__type-illust__inner > img {
  position: relative;
  z-index: 2;
  width: auto;
  height: 31.8rem;
  transition: -webkit-transform 0.5s linear(0, -0.004 4.9%, -0.02 9.4%, -0.124 26.4%, -0.126 30.5%, -0.104 34.1%, -0.027 38.8%, 0.108 43.1%, 0.299 47%, 0.817 55.2%, 0.97 59.1%, 1.071 63.4%, 1.118 67.7%, 1.127 72.6%, 1.108 77.2%, 1.019 90.7%, 1.004 95.2%, 1), opacity 0.3s ease;
  transition: transform 0.5s linear(0, -0.004 4.9%, -0.02 9.4%, -0.124 26.4%, -0.126 30.5%, -0.104 34.1%, -0.027 38.8%, 0.108 43.1%, 0.299 47%, 0.817 55.2%, 0.97 59.1%, 1.071 63.4%, 1.118 67.7%, 1.127 72.6%, 1.108 77.2%, 1.019 90.7%, 1.004 95.2%, 1), opacity 0.3s ease;
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media (min-width: 841px) {
  .p-result__type-section__type-illust__inner > img {
    height: auto;
  }
}
.p-result__type-section__type-illust__splash {
  position: absolute;
  width: 90px;
  height: 90px;
  left: calc(50% + 0rem);
  top: calc(50% - 0rem);
  -webkit-transform: translate(-50%, -50%) scale(0.8, 0.9);
          transform: translate(-50%, -50%) scale(0.8, 0.9);
  z-index: 2;
}
.p-result__type-section__type-illust__splash__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-result__type-section__type-illust__splash__inner:after {
  content: "";
  position: absolute;
  left: -455px;
  top: -455px;
  min-width: 1000px;
  min-height: 1000px;
  pointer-events: none;
  transition: background-size ease-in-out 0.5s, background-position ease-in-out 0.5s;
  background-repeat: no-repeat;
  overflow: hidden;
}
.p-result__type-section__type-illust__splash__inner.is-animation:after {
  -webkit-animation: theButtonAnimation linear 0.8s forwards;
          animation: theButtonAnimation linear 0.8s forwards;
  background-image: radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%), radial-gradient(circle, white 45%, transparent 45%);
}
.p-result__type-section__type-illust__text, .p-result__type-section__type-illust__typography {
  position: absolute;
  width: calc(100% + 4rem);
}
.p-result__type-section__type-illust__text > p, .p-result__type-section__type-illust__typography > p {
  white-space: nowrap;
  color: #EEDD86;
  font-family: "Lexend Deca", sans-serif;
  text-shadow: 0 1px 0 rgba(13, 44, 86, 0.5), 1px 0 0 rgba(13, 44, 86, 0.5), 0 -1px 0 rgba(13, 44, 86, 0.5), -1px 0 0 rgba(13, 44, 86, 0.5), -1px -1px 0 rgba(13, 44, 86, 0.5), 1px -1px 0 rgba(13, 44, 86, 0.5), -1px 1px 0 rgba(13, 44, 86, 0.5), 1px 1px 0 rgba(13, 44, 86, 0.5);
}
.p-result__type-section__type-illust__text {
  top: 5.5rem;
  left: -2rem;
  color: #0D2C56;
  line-height: 1;
}
.p-result__type-section__type-illust__text > p {
  font-size: 5rem;
  letter-spacing: 0.14em;
}
@media (min-width: 841px) {
  .p-result__type-section__type-illust__text > p {
    font-size: 6.25rem;
  }
}
.p-result__type-section__type-illust__typography {
  display: -ms-flexbox;
  display: flex;
  top: 13.5rem;
  left: -2rem;
  z-index: 1;
  overflow: hidden;
}
.p-result__type-section__type-illust__typography > p {
  padding: 0 5.5rem;
  font-size: 8rem;
  line-height: 1;
  -webkit-animation: scroll-text-sp 20s -10s linear infinite;
          animation: scroll-text-sp 20s -10s linear infinite;
}
@media (min-width: 841px) {
  .p-result__type-section__type-illust__typography > p {
    padding: 0 7rem;
    font-size: 12.8rem;
  }
}
.p-result__type-section__type-illust__typography > p.is-duplicate {
  -webkit-animation: scroll-text-sp-2 20s linear infinite;
          animation: scroll-text-sp-2 20s linear infinite;
}
.p-result__type-section__type-illust__typography > p.is-paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.p-result__type-section__type-illust #js-animetionCtrl {
  position: absolute;
  bottom: 1.4rem;
  right: -0.7rem;
  z-index: 5;
}
.p-result__type-section__data__title {
  text-align: center;
  margin-bottom: 1.7rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0D2C56;
}
@media (min-width: 841px) {
  .p-result__type-section__data__title {
    font-size: 2.6rem;
  }
}
.p-result__type-section__data__content {
  background: #fff;
  border-radius: 0.4rem;
  border: solid 1px black;
}
.p-result__type-section__data__chart {
  padding: 2.4rem 0 0;
}
.p-result__type-section__data__chart canvas {
  height: 26rem;
}
.p-result__type-section__data__comment {
  padding: 4rem 2rem 2.4rem;
  font-size: 1.5rem;
  position: relative;
}
.p-result__type-section__data__comment:before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 1px;
  background: black;
}
@media (min-width: 841px) {
  .p-result__type-section__data__comment {
    font-size: 1.7rem;
  }
}
.p-result__banner > span {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-result__banner > span:hover:not([disabled]) {
    opacity: 0.7;
  }
}