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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

@media (max-width: 833px) {
  html {
      font-size: 2.6666666667vw;
  }
}

body {
  line-height: 1;
  font-size: 1.6rem;
}
@media (max-width: 833px) {
  body {
      font-size: 1.2rem;
  }
}
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;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ============================
  basic
=============================*/
* {
  box-sizing: border-box;
}

body {
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  color: #191b20;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.72;
  font-feature-settings: "palt";
  overflow: visible;
}

@media (min-width: 768px) {
  body {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    justify-content: center;
    margin: 0;
    font-size: calc(28px * 0.6666667);
  }
}

@media (max-width: 767px) {
  body {
    max-width: 100%;
    font-size: calc(28 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .body-bg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background: url(../../images/quiz/pc_bg.png) no-repeat center/cover;
  }
}

@media (min-width: 768px) {
  .body-bg::before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(2635.93px * 0.75);
    height: calc(985.26px * 0.75);
    background: url(../../images/quiz/pc_bg_obj.png) no-repeat center/contain;
  }
}

.wrapper {
  background-color: #fff;
}

@media (min-width: 768px) {
  .wrapper {
    width: 500px;
    height: 100vh;
    margin: 0 auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
  }
}

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

h1 {
  display: none;
}

a {
  text-decoration: none;
}

main {
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  main {
    width: 500px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 767px) {
  main {
    max-width: 100%;
  }
}

.container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.clearfix * {
  zoom: 1;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.f-mp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.f-zm {
  font-family: "Zen Maru Gothic", serif;
}

/* ============================
  Header
=============================*/
.l-header {
  display: hide;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.l-header__inner {
  display: none;
}

/* ============================
  main-visual
=============================*/
.p-mv {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.p-mv__inner {
  position: relative;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-mv__inner {
    width: 100%;
    height: calc(1200px * 0.6666667);
    background-image: url(../../images/quiz/MV.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-mv__inner {
    background-image: url(../../images/quiz/MV@1.5x.png);
  }
}

@media (max-width: 767px) {
  .p-mv__inner {
    width: 100%;
    height: calc(1200 / 750 * 100vw);
    background-image: url(../../images/quiz/MV.png);
  }
}

/* ==========================================================
  Section
=====*/
.sec-area {
  display: none;
}

.sec-area.active {
  display: block !important;
  animation: fadeIn 1s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ==========================================================
  q-block
=====*/
.q-block {
  display: block;
  margin: auto;
  background-color: #FFFBE8;
}

@media (min-width: 768px) {
  .q-block {
    padding-bottom: calc(150px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .q-block {
    padding-bottom: calc(150 / 750 * 100vw);
  }
}

.q-block__num {
  display: table;
  width: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .q-block__num {
    height: calc(208px * 0.6666667);
    padding: calc(58px * 0.6666667);
    background-image: url(../../images/quiz/q_num_bg.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .q-block__num {
    background-image: url(../../images/quiz/q_num_bg@1.5x.png);
  }
}

@media (max-width: 767px) {
  .q-block__num {
    height: calc(208 / 750 * 100vw);
    padding: calc(58 / 750 * 100vw) 0;
    background-image: url(../../images/quiz/q_num_bg.png);
  }
}

.q-block__num > span {
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .q-block__num > span {
    width: calc(150px * 0.6666667);
    height: calc(114px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .q-block__num > span {
    width: calc(150 / 750 * 100vw);
    height: calc(114 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .q-block__num > span[data-num="Q1"] {
    background-image: url(../../images/quiz/q_num_01.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .q-block__num > span[data-num="Q1"] {
    background-image: url(../../images/quiz/q_num_01@1.5x.png);
  }
}

@media (max-width: 767px) {
  .q-block__num > span[data-num="Q1"] {
    background-image: url(../../images/quiz/q_num_01.png);
  }
}

@media (min-width: 768px) {
  .q-block__num > span[data-num="Q2"] {
    background-image: url(../../images/quiz/q_num_02.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .q-block__num > span[data-num="Q2"] {
    background-image: url(../../images/quiz/q_num_02@1.5x.png);
  }
}

@media (max-width: 767px) {
  .q-block__num > span[data-num="Q2"] {
    background-image: url(../../images/quiz/q_num_02.png);
  }
}

@media (min-width: 768px) {
  .q-block__num > span[data-num="Q3"] {
    background-image: url(../../images/quiz/q_num_03.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .q-block__num > span[data-num="Q3"] {
    background-image: url(../../images/quiz/q_num_03@1.5x.png);
  }
}

@media (max-width: 767px) {
  .q-block__num > span[data-num="Q3"] {
    background-image: url(../../images/quiz/q_num_03.png);
  }
}

.q-block__txt {
  text-align: center;
  color: #323E88;
  font-weight: 800;
}

@media (min-width: 768px) {
  .q-block__txt {
    margin-top: calc(55px * 0.6666667);
    font-size: calc(46px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .q-block__txt {
    margin-top: calc(55 / 750 * 100vw);
    font-size: calc(46 / 750 * 100vw);
  }
}

.q-block__txt > span {
  display: inline;
  color: #D7092F;
}

.q-block .radio-none {
  display: none;
}

.q-block .radio-none:checked + .q-block__btn {
  border-color: #323E88;
}

.q-block__btn {
  display: inline-block;
  background-color: #fff;
  border-style: solid;
  border-color: #B1B1B1;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .q-block__btn {
    width: calc(304px * 0.6666667);
    margin: 0 calc(10px * 0.6666667);
    padding: calc(0px * 0.6666667) 0 calc(20px * 0.6666667);
    border-width: calc(10px * 0.6666667);
    border-radius: calc(30px * 0.6666667);
    transition: 0.3s ease;
  }
}

@media (max-width: 767px) {
  .q-block__btn {
    width: calc(304 / 750 * 100vw);
    margin: 0 calc(10 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
    border-width: calc(10 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .q-block__btn:focus {
    border-color: #323E88;
  }
}

.q-block__btn input:checked + label {
  border-color: #323E88;
}

.q-block__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

@media (min-width: 768px) {
  .q-block__btn-wrap {
    margin-top: calc(50px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .q-block__btn-wrap {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.q-block__btn .btn-num {
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .q-block__btn .btn-num[data-num="A"] {
    width: calc(52px * 0.6666667);
    height: calc(116px * 0.6666667);
    background-image: url(../../images/quiz/q_btn_num_A.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .q-block__btn .btn-num[data-num="A"] {
    background-image: url(../../images/quiz/q_btn_num_A@1.5x.png);
  }
}

@media (max-width: 767px) {
  .q-block__btn .btn-num[data-num="A"] {
    width: calc(52 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
    background-image: url(../../images/quiz/q_btn_num_A.png);
  }
}

@media (min-width: 768px) {
  .q-block__btn .btn-num[data-num="B"] {
    width: calc(52px * 0.6666667);
    height: calc(116px * 0.6666667);
    background-image: url(../../images/quiz/q_btn_num_B.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .q-block__btn .btn-num[data-num="B"] {
    background-image: url(../../images/quiz/q_btn_num_B@1.5x.png);
  }
}

@media (max-width: 767px) {
  .q-block__btn .btn-num[data-num="B"] {
    width: calc(52 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
    background-image: url(../../images/quiz/q_btn_num_B.png);
  }
}

.q-block__btn .btn-txt {
  color: #323E88;
  font-weight: 800;
}

@media (min-width: 768px) {
  .q-block__btn .btn-txt {
    font-size: calc(32px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .q-block__btn .btn-txt {
    font-size: calc(32 / 750 * 100vw);
  }
}

.q-block__btn .btn-txt.lh-3 {
  line-height: 3;
}

.q-block .next-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
  margin: auto;
  background-color: #FCCF00;
  border-radius: 9999px;
  text-align: center;
  font-weight: 800;
  text-decoration: none;
  color: #323E88;
  vertical-align: middle;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .q-block .next-btn {
    width: calc(460px * 0.6666667);
    height: calc(120px * 0.6666667);
    margin-top: calc(30px * 0.6666667);
    border: solid calc(10px * 0.6666667) #323E88;
    font-size: calc(36px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .q-block .next-btn {
    width: calc(460 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    border: solid calc(10 / 750 * 100vw) #323E88;
    font-size: calc(36 / 750 * 100vw);
  }
}

.q-block .next-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .q-block .next-btn::before {
    width: calc(50px * 0.6666667);
    height: calc(50px * 0.6666667);
    right: calc(30px * 0.6666667);
    background-image: url(../../images/quiz/next_btn_icon.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .q-block .next-btn::before {
    background-image: url(../../images/quiz/next_btn_icon@1.5x.png);
  }
}

@media (max-width: 767px) {
  .q-block .next-btn::before {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    background-image: url(../../images/quiz/next_btn_icon.png);
  }
}

.q-block .next-btn.active {
  opacity: 1;
}

/* ==========================================================
  answer
=====*/
.answer-area {
  display: block;
  width: 100%;
  margin: auto;
}

.answer-head {
  display: block;
  margin: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media (min-width: 768px) {
  .answer-head {
    padding: calc(80px * 0.6666667) 0;
    background-image: url(../../images/quiz/answer_head_bg.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .answer-head {
    background-image: url(../../images/quiz/answer_head_bg@1.5x.png);
  }
}

@media (max-width: 767px) {
  .answer-head {
    padding: calc(80 / 750 * 100vw) 0;
    background-image: url(../../images/quiz/answer_head_bg.png);
  }
}

.answer-head__ttl {
  position: relative;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media (min-width: 768px) {
  .answer-head__ttl {
    left: calc(10px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-head__ttl {
    left: calc(10 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .answer-head__ttl[data-num="Q1"] {
    width: calc(485.08px * 0.6666667);
    height: calc(132.96px * 0.6666667);
    background-image: url(../../images/quiz/answer_head_ttl_q1.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .answer-head__ttl[data-num="Q1"] {
    background-image: url(../../images/quiz/answer_head_ttl_q1@1.5x.png);
  }
}

@media (max-width: 767px) {
  .answer-head__ttl[data-num="Q1"] {
    width: calc(485.08 / 750 * 100vw);
    height: calc(132.96 / 750 * 100vw);
    background-image: url(../../images/quiz/answer_head_ttl_q1.png);
  }
}

@media (min-width: 768px) {
  .answer-head__ttl[data-num="Q2"] {
    width: calc(458.82px * 0.6666667);
    height: calc(105px * 0.6666667);
    background-image: url(../../images/quiz/answer_head_ttl_q2.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .answer-head__ttl[data-num="Q2"] {
    background-image: url(../../images/quiz/answer_head_ttl_q2@1.5x.png);
  }
}

@media (max-width: 767px) {
  .answer-head__ttl[data-num="Q2"] {
    width: calc(458.82 / 750 * 100vw);
    height: calc(105 / 750 * 100vw);
    background-image: url(../../images/quiz/answer_head_ttl_q2.png);
  }
}

@media (min-width: 768px) {
  .answer-head__ttl[data-num="Q3"] {
    width: calc(433.91px * 0.6666667);
    height: calc(127.78px * 0.6666667);
    background-image: url(../../images/quiz/answer_head_ttl_q3.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .answer-head__ttl[data-num="Q3"] {
    background-image: url(../../images/quiz/answer_head_ttl_q3@1.5x.png);
  }
}

@media (max-width: 767px) {
  .answer-head__ttl[data-num="Q3"] {
    width: calc(433.91 / 750 * 100vw);
    height: calc(127.78 / 750 * 100vw);
    background-image: url(../../images/quiz/answer_head_ttl_q3.png);
  }
}

.answer-head__read {
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
  color: #D7092F;
  font-weight: 800;
}

.answer-head__read::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -5%;
  width: 110%;
  border-radius: 9999px;
  background: #FCCF00;
}

@media (min-width: 768px) {
  .answer-head__read::before {
    bottom: 1.2rem;
    height: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-head__read::before {
    bottom: 0.7rem;
    height: calc(30 / 750 * 100vw);
  }
}

.answer-head__read p {
  position: relative;
  display: inline-block;
  margin: auto;
}

@media (min-width: 768px) {
  .answer-head__read p {
    font-size: calc(46px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-head__read p {
    font-size: calc(46 / 750 * 100vw);
  }
}

.answer-head__read p span {
  position: relative;
  bottom: -0.1em;
  margin-right: 0.2em;
  font-weight: 900;
}

@media (min-width: 768px) {
  .answer-head__read p span {
    font-size: calc(100px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-head__read p span {
    font-size: calc(100 / 750 * 100vw);
  }
}

.answer-head__txt {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .answer-head__txt {
    padding: 0 calc(40px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-head__txt {
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.answer-head__txt > span {
  display: block;
  text-align: center;
  font-weight: 800;
  color: #323E88;
}

@media (min-width: 768px) {
  .answer-head__txt > span {
    margin-top: calc(30px * 0.6666667);
    font-size: calc(36px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-head__txt > span {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.answer-head__txt > p {
  display: block;
  text-align: justify;
}

@media (min-width: 768px) {
  .answer-head__txt > p {
    margin-top: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-head__txt > p {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.answer-body {
  display: block;
  margin: auto;
  background-color: #E2FEFF;
}

@media (min-width: 768px) {
  .answer-body {
    padding: calc(60px * 0.6666667) calc(40px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body {
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.answer-body__top {
  display: block;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .answer-body__top {
    margin-bottom: calc(40px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__top {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.answer-body__top > p {
  color: #323E88;
}

@media (min-width: 768px) {
  .answer-body__top > p {
    font-size: calc(36px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__top > p {
    font-size: calc(36 / 750 * 100vw);
  }
}

.answer-body__top > span {
  color: #D7092F;
}

@media (min-width: 768px) {
  .answer-body__top > span {
    font-size: calc(48px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__top > span {
    font-size: calc(48 / 750 * 100vw);
  }
}

.answer-body__cnt {
  display: block;
  margin: auto;
}

.answer-body__cnt > h2 {
  display: table;
  width: 100%;
  margin: auto;
  background-color: #323E88;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .answer-body__cnt > h2 {
    padding: calc(20px * 0.6666667) 0;
    border-radius: calc(30px * 0.6666667);
    font-size: calc(48px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__cnt > h2 {
    padding: calc(20 / 750 * 100vw) 0;
    border-radius: calc(30 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}

.answer-body__cnt > h3 {
  display: block;
  margin: auto;
  color: #00A4A7;
  text-align: center;
  line-height: 1.52;
}

@media (min-width: 768px) {
  .answer-body__cnt > h3 {
    margin-top: calc(30px * 0.6666667);
    font-size: calc(36px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__cnt > h3 {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .answer-body__cnt > h3.mt-80 {
    margin-top: calc(80px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__cnt > h3.mt-80 {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.answer-body__cnt > p {
  display: block;
  text-align: justify;
}

@media (min-width: 768px) {
  .answer-body__cnt > p {
    margin-top: calc(20px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__cnt > p {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.answer-body__cnt > picture {
  display: block;
}

@media (min-width: 768px) {
  .answer-body__cnt > picture {
    margin-top: calc(40px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__cnt > picture {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.answer-body__cnt > .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .answer-body__cnt > .flex {
    margin-top: calc(20px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__cnt > .flex {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.answer-body__cnt > .flex > p {
  display: block;
  text-align: justify;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .answer-body__cnt > .flex > p {
    width: calc(378px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__cnt > .flex > p {
    width: calc(378 / 750 * 100vw);
  }
}

.answer-body__cnt > .flex > picture {
  display: block;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .answer-body__cnt > .flex > picture {
    width: calc(258px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-body__cnt > .flex > picture {
    width: calc(258 / 750 * 100vw);
  }
}

.answer-bottom {
  display: block;
  margin: auto;
  width: 100%;
  background-color: #E2FEFF;
}

@media (min-width: 768px) {
  .answer-bottom {
    padding-bottom: calc(110px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-bottom {
    padding-bottom: calc(110 / 750 * 100vw);
  }
}

.answer-bottom__head {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 800;
  color: #D7092F;
  z-index: 2;
}

@media (min-width: 768px) {
  .answer-bottom__head {
    padding: calc(110px * 0.6666667) calc(90px * 0.6666667) calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-bottom__head {
    padding: calc(110 / 750 * 100vw) calc(90 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.answer-bottom__head::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media (min-width: 768px) {
  .answer-bottom__head::before {
    bottom: calc(-8px * 0.6666667);
    right: calc(80px * 0.6666667);
    width: calc(292px * 0.6666667);
    height: calc(227px * 0.6666667);
    background-image: url(../../images/quiz/answer_bottom_head_img.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .answer-bottom__head::before {
    background-image: url(../../images/quiz/answer_bottom_head_img@1.5x.png);
  }
}

@media (max-width: 767px) {
  .answer-bottom__head::before {
    bottom: calc(-8 / 750 * 100vw);
    right: calc(80 / 750 * 100vw);
    width: calc(292 / 750 * 100vw);
    height: calc(227 / 750 * 100vw);
    background-image: url(../../images/quiz/answer_bottom_head_img.png);
  }
}

.answer-bottom__arrow {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  background-color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .answer-bottom__arrow {
    padding-top: calc(50px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-bottom__arrow {
    padding-top: calc(50 / 750 * 100vw);
  }
}

.answer-bottom__arrow::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .answer-bottom__arrow::after {
    border-right: calc(390px * 0.6666667) solid transparent;
    border-left: calc(390px * 0.6666667) solid transparent;
    border-top: calc(100px * 0.6666667) solid #fff;
  }
}

@media (max-width: 767px) {
  .answer-bottom__arrow::after {
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: calc(100 / 750 * 100vw) solid #fff;
  }
}

.answer-bottom__arrow > p {
  color: #323E88;
  font-weight: 800;
  line-height: 1.52;
}

@media (min-width: 768px) {
  .answer-bottom__arrow > p {
    font-size: calc(36px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-bottom__arrow > p {
    font-size: calc(36 / 750 * 100vw);
  }
}

.answer-bottom__arrow > p > span {
  position: relative;
  margin-right: 0.3rem;
  color: #D7092F;
  z-index: 2;
}

@media (min-width: 768px) {
  .answer-bottom__arrow > p > span {
    font-size: calc(40px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-bottom__arrow > p > span {
    font-size: calc(40 / 750 * 100vw);
  }
}

.answer-bottom__arrow > p > span::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -3%;
  bottom: 0.2rem;
  width: 104%;
  border-radius: 9999px;
  background: #FCCF00;
  z-index: -1;
}

@media (min-width: 768px) {
  .answer-bottom__arrow > p > span::before {
    height: calc(20px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .answer-bottom__arrow > p > span::before {
    height: calc(20 / 750 * 100vw);
  }
}

/* ==========================================================
  sample
=====*/
.sample-block {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #E2FEFF;
}

@media (min-width: 768px) {
  .sample-block {
    padding: calc(80px * 0.6666667) calc(40px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .sample-block {
    padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.sample-block__ttl {
  text-align: center;
  color: #323E88;
  font-weight: 800;
}

@media (min-width: 768px) {
  .sample-block__ttl {
    font-size: calc(40px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .sample-block__ttl {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sample-block__ttl > span {
  position: relative;
  margin-right: 0.3rem;
  color: #D7092F;
  z-index: 2;
}

@media (min-width: 768px) {
  .sample-block__ttl > span {
    font-size: calc(58px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .sample-block__ttl > span {
    font-size: calc(58 / 750 * 100vw);
  }
}

.sample-block__ttl > span::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -3%;
  bottom: 0.2rem;
  width: 104%;
  border-radius: 9999px;
  background: #FCCF00;
  z-index: -1;
}

@media (min-width: 768px) {
  .sample-block__ttl > span::before {
    height: calc(20px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .sample-block__ttl > span::before {
    height: calc(20 / 750 * 100vw);
  }
}

.sample-list {
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .sample-list {
    margin-top: calc(150px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .sample-list {
    margin-top: calc(150 / 750 * 100vw);
  }
}

.sample-list > li {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  background-color: #fff;
}

@media (min-width: 768px) {
  .sample-list > li {
    padding: calc(120px * 0.6666667) calc(30px * 0.6666667) calc(60px * 0.6666667);
    border: calc(10px * 0.6666667) solid #323E88;
    border-radius: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .sample-list > li {
    padding: calc(120 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
    border: solid calc(10 / 750 * 100vw) #323E88;
    border-radius: calc(30 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .sample-list > li:not(:last-child) {
    margin-bottom: calc(150px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .sample-list > li:not(:last-child) {
    margin-bottom: calc(150 / 750 * 100vw);
  }
}

.sample-list > li > h4 {
  text-align: center;
  font-weight: 800;
  color: #323E88;
}

@media (min-width: 768px) {
  .sample-list > li > h4 {
    margin-bottom: calc(20px * 0.6666667);
    font-size: calc(36px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .sample-list > li > h4 {
    margin-bottom: calc(20 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.sample-list > li > picture {
  display: block;
}

@media (min-width: 768px) {
  .sample-list > li > picture {
    margin-bottom: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .sample-list > li > picture {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.sample-list__num {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: center;
  color: #FCCF00;
  font-weight: 800;
}

@media (min-width: 768px) {
  .sample-list__num {
    top: calc(-90px * 0.6666667);
    width: calc(207px * 0.6666667);
    height: calc(182px * 0.6666667);
    padding-top: calc(20px * 0.6666667);
    background-image: url(../../images/quiz/sample_list_ttl_bg.png);
    font-size: calc(90px * 0.6666667);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .sample-list__num {
    background-image: url(../../images/quiz/sample_list_ttl_bg@1.5x.png);
  }
}

@media (max-width: 767px) {
  .sample-list__num {
    top: calc(-90 / 750 * 100vw);
    width: calc(207 / 750 * 100vw);
    height: calc(182 / 750 * 100vw);
    padding-top: calc(20 / 750 * 100vw);
    background-image: url(../../images/quiz/sample_list_ttl_bg.png);
    font-size: calc(90 / 750 * 100vw);
  }
}

.sample-list__num > span {
  display: none;
}

/* ==========================================================
  about
=====*/
.about-block {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #E2FEFF;
}

@media (min-width: 768px) {
  .about-block {
    padding: calc(60px * 0.6666667) calc(40px * 0.6666667) calc(100px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .about-block {
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
}

.about-block__ttl {
  text-align: center;
  color: #323E88;
  font-weight: 800;
}

@media (min-width: 768px) {
  .about-block__ttl {
    margin-bottom: calc(50px * 0.6666667);
    font-size: calc(40px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .about-block__ttl {
    margin-bottom: calc(50 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}

.about-block__ttl > span {
  position: relative;
  margin-right: 0.3rem;
  color: #D7092F;
  z-index: 2;
}

@media (min-width: 768px) {
  .about-block__ttl > span {
    font-size: calc(58px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .about-block__ttl > span {
    font-size: calc(58 / 750 * 100vw);
  }
}

.about-block__ttl > span::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -3%;
  bottom: 0.2rem;
  width: 104%;
  border-radius: 9999px;
  background: #FCCF00;
  z-index: -1;
}

@media (min-width: 768px) {
  .about-block__ttl > span::before {
    height: calc(20px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .about-block__ttl > span::before {
    height: calc(20 / 750 * 100vw);
  }
}

.about-block > h4 {
  text-align: center;
  color: #00A4A7;
  font-weight: 800;
}

@media (min-width: 768px) {
  .about-block > h4 {
    margin-top: calc(30px * 0.6666667);
    font-size: calc(36px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .about-block > h4 {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.about-block__txt {
  margin-top: 1rem;
  text-align: justify;
}

.about-block__table {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-style: solid;
  border-color: #00A4A7;
}

@media (min-width: 768px) {
  .about-block__table {
    margin-top: calc(60px * 0.6666667);
    border-width: calc(10px * 0.6666667);
    border-radius: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .about-block__table {
    margin-top: calc(60 / 750 * 100vw);
    border-width: calc(10 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
  }
}

.about-block__table > tbody {
  display: block;
}

.about-block__table > tbody > tr {
  display: block;
}

@media (min-width: 768px) {
  .about-block__table > tbody > tr:nth-child(1) {
    border-bottom: solid calc(10px * 0.6666667) #00A4A7;
  }
}

@media (max-width: 767px) {
  .about-block__table > tbody > tr:nth-child(1) {
    border-bottom: solid calc(10 / 750 * 100vw) #00A4A7;
  }
}

.about-block__table > tbody > tr > td {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .about-block__table > tbody > tr > td {
    padding: calc(30px * 0.6666667) calc(20px * 0.6666667);
    border-radius: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .about-block__table > tbody > tr > td {
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
  }
}

.about-block__table > tbody > tr > td:nth-child(1) {
  text-align: center;
}

@media (min-width: 768px) {
  .about-block__table > tbody > tr > td:nth-child(1) {
    width: calc(189px * 0.6666667);
    border-right: solid calc(10px * 0.6666667) #00A4A7;
  }
}

@media (max-width: 767px) {
  .about-block__table > tbody > tr > td:nth-child(1) {
    width: calc(189 / 750 * 100vw);
    border-right: solid calc(10 / 750 * 100vw) #00A4A7;
  }
}

.about-block__table > tbody > tr > td:nth-child(1) .stage {
  color: #D7092F;
  font-weight: 800;
}

@media (min-width: 768px) {
  .about-block__table > tbody > tr > td:nth-child(1) .stage {
    font-size: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .about-block__table > tbody > tr > td:nth-child(1) .stage {
    font-size: calc(30 / 750 * 100vw);
  }
}

.about-block__table > tbody > tr > td:nth-child(1) > p {
  color: #00A4A7;
  font-weight: 800;
}

@media (min-width: 768px) {
  .about-block__table > tbody > tr > td:nth-child(1) > p > span {
    font-size: calc(58px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .about-block__table > tbody > tr > td:nth-child(1) > p > span {
    font-size: calc(58 / 750 * 100vw);
  }
}

.about-block__table > tbody > tr > td:nth-child(2) {
  text-align: justify;
}

.about-block__table > tbody > tr > td:nth-child(2) > .read {
  color: #00A4A7;
  font-weight: 800;
}

@media (min-width: 768px) {
  .about-block__table > tbody > tr > td:nth-child(2) > .read {
    font-size: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .about-block__table > tbody > tr > td:nth-child(2) > .read {
    font-size: calc(30 / 750 * 100vw);
  }
}

/* ==========================================================
  point
=====*/
.point-block {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #FFFAE5;
}

@media (min-width: 768px) {
  .point-block {
    padding: calc(100px * 0.6666667) calc(40px * 0.6666667) calc(100px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .point-block {
    padding: calc(100 / 750 * 100vw) calc(40 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
}

.point-list {
  display: block;
  width: 100%;
  margin: auto;
}

.point-list > li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .point-list > li {
    padding-bottom: calc(40px * 0.6666667);
    border-top: solid calc(10px * 0.6666667) #323E88;
    border-bottom: solid calc(10px * 0.6666667) #323E88;
  }
}

@media (max-width: 767px) {
  .point-list > li {
    padding-bottom: calc(40 / 750 * 100vw);
    border-top: solid calc(10 / 750 * 100vw) #323E88;
    border-bottom: solid calc(10 / 750 * 100vw) #323E88;
  }
}

@media (min-width: 768px) {
  .point-list > li:not(:last-child) {
    margin-bottom: calc(50px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .point-list > li:not(:last-child) {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.point-list > li > h3 {
  color: #323E88;
  font-weight: 800;
}

@media (min-width: 768px) {
  .point-list > li > h3 {
    font-size: calc(36px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .point-list > li > h3 {
    font-size: calc(36 / 750 * 100vw);
  }
}

.point-list > li > ol {
  display: block;
  list-style: none;
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .point-list > li > ol {
    margin-top: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .point-list > li > ol {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.point-list > li > ol > li {
  padding-left: 1em;
  text-indent: -1em;
}

.point-list > li > ol > li > span {
  color: #323E88;
}

.point-list > li > p {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .point-list > li > p {
    margin-top: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .point-list > li > p {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.point-list__num {
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  color: #FCCF00;
  text-align: center;
  font-weight: 800;
}

@media (min-width: 768px) {
  .point-list__num {
    width: calc(148.32px * 0.6666667);
    height: calc(195.12px * 0.6666667);
    margin-right: calc(30px * 0.6666667);
    padding-top: calc(60px * 0.6666667);
    background-image: url(../../images/quiz/point_num_bg.png);
    font-size: calc(62px * 0.6666667);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .point-list__num {
    background-image: url(../../images/quiz/point_num_bg@1.5x.png);
  }
}

@media (max-width: 767px) {
  .point-list__num {
    width: calc(148.32 / 750 * 100vw);
    height: calc(195.12 / 750 * 100vw);
    margin-right: calc(30 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
    background-image: url(../../images/quiz/point_num_bg.png);
    font-size: calc(62 / 750 * 100vw);
  }
}

.point-list__num > span {
  display: none;
}

/* ==========================================================
  present
=====*/
.present-block {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #FCCF00;
}

@media (min-width: 768px) {
  .present-block {
    padding: calc(100px * 0.6666667) 0 calc(100px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .present-block {
    padding: calc(100 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}

.present-block__ttl {
  display: block;
  text-align: center;
  color: #323E88;
  font-weight: 800;
  line-height: 1.42;
}

@media (min-width: 768px) {
  .present-block__ttl {
    font-size: calc(38px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .present-block__ttl {
    font-size: calc(38 / 750 * 100vw);
  }
}

.present-block__ttl > span {
  position: relative;
  margin-right: 0.3rem;
  color: #D7092F;
  z-index: 2;
}

@media (min-width: 768px) {
  .present-block__ttl > span {
    font-size: calc(58px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .present-block__ttl > span {
    font-size: calc(58 / 750 * 100vw);
  }
}

.present-block__ttl > span::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -2%;
  bottom: 0.2rem;
  width: 104%;
  border-radius: 9999px;
  background: #fff;
  z-index: -1;
}

@media (min-width: 768px) {
  .present-block__ttl > span::before {
    height: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .present-block__ttl > span::before {
    height: calc(30 / 750 * 100vw);
  }
}

.present-block > picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .present-block > picture {
    width: calc(670px * 0.6666667);
    margin-top: calc(40px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .present-block > picture {
    width: calc(670 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}

.present-block__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
  margin: auto;
  background-color: #fff;
  border-radius: 9999px;
  text-align: center;
  font-weight: 800;
  text-decoration: none;
  color: #323E88;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .present-block__btn {
    width: calc(630px * 0.6666667);
    margin-top: calc(10px * 0.6666667);
    padding: calc(20px * 0.6666667);
    border: solid calc(10px * 0.6666667) #323E88;
    font-size: calc(36px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .present-block__btn {
    width: calc(630 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
    border: solid calc(10 / 750 * 100vw) #323E88;
    font-size: calc(36 / 750 * 100vw);
  }
}

.present-block__btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .present-block__btn::before {
    width: calc(50px * 0.6666667);
    height: calc(50px * 0.6666667);
    right: calc(30px * 0.6666667);
    background-image: url(../../images/quiz/btn_icon.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .present-block__btn::before {
    background-image: url(../../images/quiz/btn_icon@1.5x.png);
  }
}

@media (max-width: 767px) {
  .present-block__btn::before {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    background-image: url(../../images/quiz/btn_icon.png);
  }
}

/* ==========================================================
  voice
=====*/
.voice-block {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #E2FEFF;
}

@media (min-width: 768px) {
  .voice-block {
    padding: calc(100px * 0.6666667) calc(40px * 0.6666667) calc(100px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .voice-block {
    padding: calc(100 / 750 * 100vw) calc(40 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
}

.voice-block__ttl {
  text-align: center;
  font-weight: 800;
  color: #323E88;
}

@media (min-width: 768px) {
  .voice-block__ttl {
    font-size: calc(40px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .voice-block__ttl {
    font-size: calc(40 / 750 * 100vw);
  }
}

.voice-block__ttl > span {
  display: block;
  color: #D7092F;
}

@media (min-width: 768px) {
  .voice-block__ttl > span {
    font-size: calc(58px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .voice-block__ttl > span {
    font-size: calc(58 / 750 * 100vw);
  }
}

.voice-list {
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .voice-list {
    margin-top: calc(50px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .voice-list {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.voice-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .voice-list > li:not(:last-child) {
    margin-bottom: calc(50px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .voice-list > li:not(:last-child) {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.voice-list > li:nth-child(odd) > p {
  order: 2;
}

.voice-list > li:nth-child(odd) > picture {
  order: 1;
}

.voice-list > li:nth-child(even) > p {
  order: 1;
}

.voice-list > li:nth-child(even) > picture {
  order: 2;
}

.voice-list > li > p {
  display: block;
  flex-shrink: 0;
  text-align: justify;
}

@media (min-width: 768px) {
  .voice-list > li > p {
    width: calc(310px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .voice-list > li > p {
    width: calc(310 / 750 * 100vw);
  }
}

.voice-list > li > picture {
  display: block;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .voice-list > li > picture {
    width: calc(335px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .voice-list > li > picture {
    width: calc(335 / 750 * 100vw);
  }
}

/* ==========================================================
  faq
=====*/
.faq-block {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #FFFAE5;
}

@media (min-width: 768px) {
  .faq-block {
    padding: calc(100px * 0.6666667) calc(40px * 0.6666667) calc(100px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .faq-block {
    padding: calc(100 / 750 * 100vw) calc(40 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
}

.faq-block__ttl {
  text-align: center;
  font-weight: 800;
  color: #323E88;
}

@media (min-width: 768px) {
  .faq-block__ttl {
    font-size: calc(36px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .faq-block__ttl {
    font-size: calc(36 / 750 * 100vw);
  }
}

.faq-block__ttl > span {
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .faq-block__ttl > span {
    width: calc(264px * 0.6666667);
    height: calc(141px * 0.6666667);
    background-image: url(../../images/quiz/faq_block_ttl.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .faq-block__ttl > span {
    background-image: url(../../images/quiz/faq_block_ttl@1.5x.png);
  }
}

@media (max-width: 767px) {
  .faq-block__ttl > span {
    width: calc(264 / 750 * 100vw);
    height: calc(141 / 750 * 100vw);
    background-image: url(../../images/quiz/faq_block_ttl.png);
  }
}

.faq dl {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .faq dl {
    margin: calc(50px * 0.6666667) auto 0;
  }
}

@media (max-width: 767px) {
  .faq dl {
    margin: calc(50 / 750 * 100vw) auto 0;
  }
}

.faq-content {
  display: block;
}

@media (min-width: 768px) {
  .faq-content {
    margin: calc(30px * 0.6666667) auto 0;
  }
}

@media (max-width: 767px) {
  .faq-content {
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.faq-content-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  color: #323E88;
  font-weight: 800;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

@media (min-width: 768px) {
  .faq-content-parent {
    padding: calc(40px * 0.6666667) 0;
    border: solid calc(10px * 0.6666667) #323E88;
    border-radius: calc(30px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .faq-content-parent {
    padding: calc(40 / 750 * 100vw) 0;
    border: solid calc(10 / 750 * 100vw) #323E88;
    border-radius: calc(30 / 750 * 100vw);
  }
}

.faq-content-parent::before, .faq-content-parent::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .faq-content-parent::before {
    left: calc(30px * 0.6666667);
    width: calc(74px * 0.6666667);
    height: calc(103px * 0.6666667);
    background-image: url(../../images/quiz/faq_q_head_img.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .faq-content-parent::before {
    background-image: url(../../images/quiz/faq_q_head_img@1.5x.png);
  }
}

@media (max-width: 767px) {
  .faq-content-parent::before {
    left: calc(30 / 750 * 100vw);
    width: calc(74 / 750 * 100vw);
    height: calc(103 / 750 * 100vw);
    background-image: url(../../images/quiz/faq_q_head_img.png);
  }
}

.faq-content-parent::after {
  transform: rotate(-270deg);
  transition: .3s;
}

@media (min-width: 768px) {
  .faq-content-parent::after {
    right: calc(20px * 0.6666667);
    width: calc(50px * 0.6666667);
    height: calc(50px * 0.6666667);
    background-image: url(../../images/quiz/btn_icon.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .faq-content-parent::after {
    background-image: url(../../images/quiz/btn_icon@1.5x.png);
  }
}

@media (max-width: 767px) {
  .faq-content-parent::after {
    right: calc(20 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background-image: url(../../images/quiz/btn_icon.png);
  }
}

.faq-content-parent > p {
  font-weight: 700;
}

@media (min-width: 768px) {
  .faq-content-parent > p {
    padding: 0 calc(100px * 0.6666667) 0 calc(120px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .faq-content-parent > p {
    padding: 0 calc(100 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}

.faq-content-parent.open::after {
  transform: rotate(-90deg);
}

.faq-content-child {
  width: 100%;
  overflow: hidden;
  text-align: left;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.faq-content-child div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .faq-content-child div {
    padding: calc(10px * 0.6666667) calc(40px * 0.6666667) calc(10px * 0.6666667) calc(130px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .faq-content-child div {
    padding: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw) calc(10 / 750 * 100vw) calc(130 / 750 * 100vw);
  }
}

.faq-content-child div::before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .faq-content-child div::before {
    top: calc(20px * 0.6666667);
    left: calc(40px * 0.6666667);
    width: calc(65px * 0.6666667);
    height: calc(103px * 0.6666667);
    background-image: url(../../images/quiz/faq_a_head_img.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .faq-content-child div::before {
    background-image: url(../../images/quiz/faq_a_head_img@1.5x.png);
  }
}

@media (max-width: 767px) {
  .faq-content-child div::before {
    top: calc(20 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
    width: calc(65 / 750 * 100vw);
    height: calc(103 / 750 * 100vw);
    background-image: url(../../images/quiz/faq_a_head_img.png);
  }
}

.faq-content-child div p {
  text-align: justify;
}

@media (min-width: 768px) {
  .faq-content-child div p {
    font-size: calc(26px * 0.6666667);
  }
}

@media (max-width: 767px) {
  .faq-content-child div p {
    font-size: calc(26 / 750 * 100vw);
  }
}



select {
  background-image: url("../../images/select_arrow.svg");
  background-position: right 2rem center;
  background-size: 2rem;
  background-position: right min(2rem,20px) center;
  background-size: min(2rem,30px);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

select.form_control {
  padding: 12px 24px 12px 10px;
}

p.block-entry-catch {
  font-size: 20px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  color: #f7dd4b;
  margin-bottom: 10px;
  position: relative;
}

p.block-entry-catch::before,
p.block-entry-catch::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #f7dd4b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

p.block-entry-catch::before {
  left: -12px;
  height: 20px;
  transform: translateY(-50%) rotate(-45deg);
}

p.block-entry-catch::after {
  right: -12px;
  height: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.content{
  width: auto;
}

.block-entry .content{
  max-width: 375px;
}
@media (max-width: 833px) {
  .block-entry .content{
    max-width: 100%;
  }
}
.block-entry .headline {
  font-size: 2.4rem;
  font-size: min(2.4rem,30px);
  letter-spacing: 0.12em;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.entry-info {
  display: block;
  align-items: center;
  font-weight: 900;
  max-width: 90rem;
  margin: 3.2rem auto 0;
  max-width: min(90rem,900px);
  margin: min(3.2rem,32px) auto 0;
}

.entry-info dl {
  display: flex;
  align-items: center;
}

.entry-info dt {
  width: 6.8rem;
  width: min(6.8rem,68px);
  margin-right: 1.2rem;
  margin-right: min(1.2rem,12px);
  flex: none;
  border-radius: 0.4rem;
  border-radius:min(.4rem,4px);
  background-color: #fff;
  color: #374190;
  text-align: center;
}

.entry-info dd {
  font-size: 1.2rem;
  font-size: min(1.2rem,18px);
}

.entry-info .note {
  margin-left: 3.2rem;
  margin-left: min(3.2rem,32px);
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: min(1.2rem,18px);
}

.entry-info .note li:not(:last-child) {
  margin-right: 1em;
  margin-bottom: 0;
}

.spHide, .pcOnly {
  display: none;
}

.entry-form {
  max-width: 90rem;
  margin: 3.2rem auto 0;
  max-width: min(90rem,900px);
  margin: min(3.2rem,32px) auto 0;
}

.form-group {
  display: flex;
}

.form-group + .form-group {
  margin-top: 2.4rem;
}

.form-box {
  width: 100%;
}

.form-box + .form-box {
  margin-left: 2rem;
}

.form-box dt {
  margin-bottom: 1.2rem;
  letter-spacing: 0.12em;
}

.form-box .required {
  color: #ed3e4e;
}

.form-control {
  width: 100%;
  padding: 1.2em 1.5em;
  border: 2px solid #fff;
  border-radius: 1.2rem;
  background-color: #fff;
  color: #374190;
  letter-spacing: 0;
}

.form-policy {
  max-width: 53.2rem;
  margin: 6.4rem auto 0;
  padding: 3.2rem 2.4rem 2.4rem;
  max-width: min(53.2rem,532px);
  margin: min(6.4rem,64px)m auto 0;
  padding: min(3.2rem,32px) min(2.4rem,24px) min(2.4rem,24px);
  color: #374190;
  font-size: 1.4rem;
  font-size: min(1.4rem,14px);
}

.form-policy dt {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700;
}

.form-doui {
  margin-top: 3.2rem;
  margin-top: min(3.2rem,32px);
  letter-spacing: 0;
}

.form-submit {
  width: 53.2rem;
  height: 6.4rem;
  width: min(53.2rem,532px);
  height: min(6.4rem,64px);
  margin: 3.2rem auto 0;
  padding: 0 3.8rem;
  margin: min(3.2rem,32px) auto 0;
  padding: 0 min(3.8rem,38x);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.2rem;
  border-radius:min(3.2rem,32px);
  background-color: #ed3e4e;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2rem;
  font-size:min(2rem,20px);
  line-height: 1;
  transition: 0.3s ease-in-out;
}

.form-submit::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 2.9rem;
  z-index: 2;
  display: block;
  border-top: 2px solid #ed3e4e;
  border-right: 2px solid #ed3e4e;
  border-radius: 1px;
  transform: rotate(45deg);
}

.form-submit::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 2rem;
  border-radius: 50%;
  background-color: #fff;
}

.form-submit:hover {
  background-color: #fff;
  color: #ed3e4e;
}

.form-submit:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.form-submit:hover::after {
  background-color: #ed3e4e;
}

.form-submit[data-status=disable] {
  background-color: #aaa;
  pointer-events: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  margin-bottom: 1.2rem;
  margin-bottom: min(1.2rem,12px);
  position: absolute;
  right: 0;
  bottom: 100%;
  color: #ed3e4e;
  font-size: 1.2rem;
  font-size:min(1.2rem,12px);
}

.wpcf7-not-valid {
  border-color: #ed3e4e !important;
  background-color: #fbd4d7 !important;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1em;
  text-align: center;
}

.notice-block {
  margin-top: 4.8rem;
  margin-top:min(4.8rem,48px);
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 1.8rem;
  font-size:min(1.8rem,18px);
}

.notice-block dt {
  margin-bottom: 0.4em;
}

.notice-block dd p {
  line-height: 1.75;
}

.block-entry .notice-block {
  max-width: 90rem;
}

.hs-form-private {
  display: block;
}

.hs-form-field {
  width: 100%;
  margin-bottom: 1.6rem;
  margin-bottom: min(1.6rem,16px);
}

.hs-form-field > label {
  display: block;
  margin-bottom: 0.8rem;
  margin-bottom: min(.8rem,8px);
  font-size: min(1.4rem,20px);
}

.hs-recaptcha {
  margin-top: 1.6rem;
  margin-top:min(1.6rem,16px);
}

.hs-recaptcha .input {
  width: fit-content;
  margin: 0 auto;
}

.hs-form-required {
  color: #ed3e4e;
}

.hs-input {
  width: 100%;
  padding: 0.7em 0.8em;
  border: 2px solid #fff;
  border-radius: 0.8rem;
  color: #374190;
  background-color: #fff;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-size: min(1.6rem,20px);
}

.hs-error-msgs, .hs-error-msg {
  margin-top: 0.5em;
  color: #ed3e4e;
  font-size: 1.2rem;
  font-size:min(1.2rem,18px);
}

.hs_error_rollup {
  width: fit-content;
  margin: 0 auto;
}

.hs_competitor_investigation + div{
  width: 100%;
}

.hs-richtext {
  max-width: 53.2rem;
  margin: 4rem auto 2.4rem;
  margin: min(4rem,40px) auto min(2.4rem,24px);
  padding: 2.4rem 2rem;
  padding:min(2.4rem,24px) min(2rem,20px);
  border-radius: 0.8rem;
  font-size: 1.2rem;
  font-size:min(1.2rem,18px);
  background-color: #fff;
  color: #374190;
}

.hs-richtext p:not(:last-child) {
  margin-bottom: 1em;
}

.hs-richtext strong {
  display: block;
  text-align: center;
  font-weight: bolder;
}

.hs-submit {
  width: 100%;
}

.hs-field-desc {
  font-size: min(1.2rem,18px);
  
}

.hs-submit .hs-button {
  width: 90%;
  height: 4.8rem;
  height:min(4.8rem,60px);
  padding: 0 3.8rem;
  border-radius: 2.4rem;
  font-size: 1.5rem;
  font-size: min(1.5rem,20px);
  max-width: 100%;
  margin: 2.4rem auto 0;
  margin: min(2.4rem,24px) auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed3e4e;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s ease-in-out;
}

.hs-submit .hs-button::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 2.9rem;
  z-index: 2;
  display: block;
  border-top: 2px solid #ed3e4e;
  border-right: 2px solid #ed3e4e;
  border-radius: 1px;
  transform: rotate(45deg);
}

.hs-submit .hs-button::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  width: min(2.4rem,24px);
  height:  min(2.4rem,24px);
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 2rem;
  border-radius: 50%;
  background-color: #fff;
}

.hs-submit .hs-button:hover {
  background-color: #fff;
  color: #ed3e4e;
}

.hs-submit .hs-button:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.hs-submit .hs-button:hover::after {
  background-color: #ed3e4e;
}

.section-block.block-entry {
  padding: 6.4rem 1.6rem;
  padding: min(6.4rem,64px) min(1.6rem,16px);
  background-color: #374190;
  color: #fff;
  position: relative;
}


.site-footer {
  padding: 4.8rem 1.6rem;
  padding: min(4.8rem,48px) min(1.6rem,16px);
  background-color: #fff;
  color: #666;
  font-size: 1.2rem;
  font-size: min(1.2rem,12px);
}

.site-footer p {
  letter-spacing: 0;
  font-size: 1.2rem;
  font-size: min(1.2rem,12px);
}

.footer-area01 {
  font-size: 1.2rem;
  font-weight: 700;
  font-size: min(1.2rem,12px);
}

.footer-title figure {
  display: flex;
  align-items: center;
}

.footer-title .caption {
  margin-left: 2rem;
  margin-left:min(2rem,20px);
  font-size: 1.4rem;
  font-size: min(1.4rem,14px);
  color: #666;
}

.copy-right {
  margin-top: 2.8rem;
  margin-top: min(2.8rem,28px);
  line-height: 1;
}
.site-footer .content {
  display: block;
}

.footer-title img {
  width: 11.8rem;
  width: min(11.8rem,118px);
}

.footer-area02 {
  margin-top: 4.8rem;
  margin-top: min(4.8rem,48px);
  padding-top: 4.8rem;
  padding-top: min(4.8rem,48px);
  border-top: 1px solid #ccc;
  text-align: center;
}

.footer-area02 p {
  font-size: min(1rem,10px);
}

.footer-privacy-policy-link {
  font-size: 10px;
  color: #666;
}

@media (max-width: 833px) {
  .footer-privacy-policy-link {
      font-size: 10px;
  }
}

.answer-body__cnt .movie_wrap{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.answer-body__cnt .movie_wrap iframe{
  width: 100%;
  height: 100%;
}