@charset "UTF-8";
/*============================
common
============================*/
*, *::before, *::after {
  box-sizing: border-box;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  color: #3b3b3b;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
  background-color: #008758;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.1s;
  cursor: pointer;
}

button {
  font-family: inherit;
  background: transparent;
  transition: all 0.1s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

@media all and (min-width: 750px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .pconly {
    display: none !important;
  }
}
.col--orange {
  color: #ed6d34;
}
.col--yellow {
  color: #ffff1c;
}

.deco--marker {
  background-image: linear-gradient(#ffff1c);
  background-position: left center;
  background-size: 100% 1em;
  background-repeat: no-repeat;
}
.deco--line {
  text-decoration: underline;
}

/*============================
ブレイクポイント打消し分(768→750)
============================*/
@media screen and (max-width: 767px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 749px) {
  body {
    min-width: 0;
  }
}

/*============================
.main
============================*/
.architectureType2018 #wrap #mainArea {
  margin-bottom: 0;
}

@media all and (min-width: 750px) {
  #wrap #mainArea main {
    padding: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  #wrap #mainArea main {
    padding: 0 !important;
  }
}

/*============================
.header
============================*/
.headerInner {
  background: #fff;
}

/*============================
.footer
============================*/
#pageTop {
  display: none !important;
}

.simpleTempelate footer[role=contentinfo] .footerInfo .copyRight {
  margin-top: 0 !important;
}

footer[role=contentinfo] .footerInfo .copyRight:before {
  content: none !important;
}

@media all and (min-width: 750px) {
  .simpleTempelate footer[role=contentinfo] {
    padding-top: 0 !important;
  }
  .simpleTempelate footer[role=contentinfo] .footerInfo:before {
    content: none !important;
  }
}
/*============================
acc
============================*/
.accBtn {
  position: relative;
  font-weight: bold;
  text-align: center;
  transition: all 0.1s;
}
.accBtn::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: "";
  transition: all 0.1s;
}
.accBtn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.accView {
  display: none;
}

/*============================
anime
============================*/
.quiz-marker {
  display: inline;
  background-image: linear-gradient(#ffff1c);
  background-position: left center;
  background-size: 0 1em;
  background-repeat: no-repeat;
  animation: quiz-marker 0.8s linear forwards 0.5s;
}
@keyframes quiz-marker {
  from {
    background-size: 0 1em;
  }
  to {
    background-size: 100% 1em;
  }
}

.textFade-g .run {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  padding-top: 2px;
  vertical-align: top;
}
.textFade-g .run span {
  display: inline-block;
  position: relative;
  top: 1.4em;
}
@keyframes textFadeIn {
  0% {
    top: 1.4em;
  }
  80% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
.textFade-g.anime .run span {
  animation: textFadeIn linear 0.3s forwards;
}

/*============================
keyframes
============================*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*============================
.fv
============================*/
@keyframes fv {
  from {
    opacity: 0;
    translate: 0 2vh;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
.fv {
  position: relative;
  text-align: center;
  min-height: calc(100vh - 73px);
  margin: 0 auto;
  overflow: hidden;
}
@media all and (min-width: 750px) {
  .fv {
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  .fv {
    font-size: 13px;
  }
}
.fv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  animation: fade-out 0.5s forwards 1.7s;
}
.fv.close::before {
  content: none;
}
.fv__top {
  position: relative;
}
@media all and (min-width: 750px) {
  .fv__top {
    height: 487px;
    padding-top: 30px;
    background-image: url("/nenkin/ideco/ideco_quiz_landing/img/fv_band_pc.png"), linear-gradient(#dcf7e5);
    background-position: center top;
    background-size: 1920px auto, 100% 100px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1920px) {
  .fv__top {
    background-position: center bottom;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 749px) {
  .fv__top {
    height: 397px;
    padding-top: 19px;
    background: #dcf7e5;
  }
  .fv__top::before {
    position: absolute;
    top: calc(100% - 27px);
    left: 0;
    content: "";
    width: 100%;
    height: 56px;
    background-image: url("/nenkin/ideco/ideco_quiz_landing/img/fv_band_sp.png");
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.fv__title {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  translate: 0 2vh;
  animation: fv 1s forwards;
  z-index: 2;
}
@media all and (min-width: 750px) {
  .fv__title {
    width: 644px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 749px) {
  .fv__title {
    width: 265px;
    margin-bottom: 12px;
  }
}
.fv__text {
  display: block;
  position: relative;
  font-weight: bold;
  font-feature-settings: "palt";
  margin: 0 auto;
  opacity: 0;
  translate: 0 2vh;
  animation: fv 1s forwards 0.7s;
  z-index: 1;
}
.fv__text::before {
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  translate: -50% 0;
  content: "";
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
@media all and (min-width: 750px) {
  .fv__text {
    line-height: 1.5625;
    margin-bottom: 49px;
  }
  .fv__text::before {
    bottom: -2.5em;
    width: 1500px;
    height: 1080px;
  }
}
@media screen and (max-width: 749px) {
  .fv__text {
    line-height: 1.53846;
    margin-bottom: 27px;
  }
  .fv__text::before {
    bottom: -1.5em;
    width: 130%;
    width: 595px;
    height: auto;
    aspect-ratio: 1190/951;
  }
}
.fv__text-02 {
  position: relative;
  font-weight: bold;
  color: #009c66;
  font-feature-settings: "palt";
}
@media all and (min-width: 750px) {
  .fv__text-02 {
    font-size: 20px;
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 749px) {
  .fv__text-02 {
    font-size: 18px;
    margin-top: 0.6em;
  }
}
.fv__text-easy {
  font-weight: bold;
  font-feature-settings: "palt";
  color: #fff;
}
@media all and (min-width: 750px) {
  .fv__text-easy {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 749px) {
  .fv__text-easy {
    font-size: 20px;
    margin: 35px 0 15px;
  }
}
@media screen and (max-width: 340px) {
  .fv__block {
    display: block;
  }
}
.fv__img {
  position: relative;
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .fv__img {
    width: 422px;
  }
}
@media screen and (max-width: 749px) {
  .fv__img {
    max-width: 247px;
  }
}
.fv__yellow-box {
  display: flex;
  justify-content: center;
  margin-top: -3px;
}
@media screen and (max-width: 749px) {
  .fv__yellow-box {
    padding: 0 3px;
  }
}
.fv__yellow {
  color: #f7ff39;
  padding-bottom: 2px;
  border-bottom: 0.1em solid currentColor;
}
@media all and (min-width: 750px) {
  .fv__yellow {
    margin-left: 1px;
  }
}
@media screen and (max-width: 749px) {
  .fv__yellow {
    margin-top: 2px;
  }
}
.fv__big {
  position: relative;
  top: 0.08em;
  font-size: 1.45em;
}
.fv__marker {
  background-image: linear-gradient(#ffea00);
  background-position: left center;
  background-size: 100% 1em;
  background-repeat: no-repeat;
}
.fv__btn {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0;
  color: #009c66 !important;
  margin: 0 auto;
  background: #ffff1c;
  border-radius: 1.25em;
  animation: fv-btn 1s ease 0s infinite alternate;
  transform-origin: top 0.1s box-shadow 0.1s;
}
@keyframes fv-btn {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@media all and (min-width: 750px) {
  .fv__btn {
    font-size: 24px;
    width: 234px;
    height: 60px;
  }
}
@media screen and (max-width: 749px) {
  .fv__btn {
    width: 225px;
    height: 60px;
  }
}
.fv__btn::after {
  content: "";
  background-image: url("/nenkin/ideco/ideco_quiz_landing/img/ico_triangle.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
}
@media all and (min-width: 750px) {
  .fv__btn::after {
    width: 1em;
    height: 1em;
    margin-left: 0.35em;
  }
}
@media screen and (max-width: 749px) {
  .fv__btn::after {
    width: 0.83em;
    height: 0.83em;
    margin-left: 0.15em;
  }
}
.fv__btn:hover {
  box-shadow: 0 0 #007543;
}
@media all and (min-width: 750px) {
  .fv__btn:hover {
    top: 6px;
  }
}
@media screen and (max-width: 749px) {
  .fv__btn:hover {
    top: 3px;
  }
}
@media all and (min-width: 750px) {
  .fv__btn {
    font-size: 24px;
    margin-bottom: 6px;
    box-shadow: 0 6px #007543;
  }
}
@media screen and (max-width: 749px) {
  .fv__btn {
    font-size: 24px;
    margin-bottom: 3px;
    box-shadow: 0 3px #007543;
  }
}

/*============================
.quiz
============================*/
.quiz-box.goal {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media all and (min-width: 750px) {
  .quiz-box {
    margin-bottom: 40px;
    padding-bottom: calc(100vh - 600px + 40px);
  }
}
@media screen and (max-width: 749px) {
  .quiz-box {
    margin-bottom: 30px;
    padding-bottom: calc(100vh - 555px + 30px);
  }
}

.quiz-wrap, .quiz-wrap--last {
  display: none;
}
.quiz-wrap.on, .quiz-wrap--last.on {
  display: block;
  animation: fade-in 0.3s forwards;
}

@media all and (min-width: 750px) {
  .quiz-wrap--last {
    padding-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-wrap--last {
    padding-top: 30px;
  }
}

.quiz__scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.quiz-wrap {
  position: relative;
}
@media all and (min-width: 750px) {
  .quiz-wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-wrap {
    padding-top: 30px;
  }
}

.quiz {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  font-feature-settings: "palt";
  background: #fff;
  overflow: hidden;
}
@media all and (min-width: 750px) {
  .quiz {
    width: 800px;
    height: 600px;
    border-radius: 10px;
    box-shadow: 0 0 18px #004e2f;
  }
}
@media screen and (max-width: 749px) {
  .quiz {
    width: 345px;
    max-width: 92vw;
    height: 555px;
    border-radius: 5px;
    box-shadow: 0 0 10px #004e2f;
  }
}
.quiz__top {
  flex-grow: 1;
}
.quiz__text {
  font-weight: bold;
}
.quiz__btn {
  position: relative;
  display: grid;
  place-items: center;
  font-weight: bold;
  color: #fff !important;
  height: 100%;
  letter-spacing: 0;
  padding-top: 0.1em;
  background: #ed6d34;
  transition: top 0.1s;
}
.quiz__btn img {
  opacity: 1 !important;
}
.quiz__btn:hover {
  box-shadow: 0 0 #ca0e00;
}
@media all and (min-width: 750px) {
  .quiz__btn:hover {
    top: 4px;
  }
}
@media screen and (max-width: 749px) {
  .quiz__btn:hover {
    top: 3px;
  }
}
@media all and (min-width: 750px) {
  .quiz__btn {
    height: 60px;
    box-shadow: 0 4px #ca0e00;
    border-radius: 35px;
  }
}
@media screen and (max-width: 749px) {
  .quiz__btn {
    height: 60px;
    box-shadow: 0 3px #ca0e00;
    border-radius: 35px;
  }
}
.quiz__note {
  display: flex;
  justify-content: left;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .quiz__note {
    font-size: 18px;
    margin-top: 0.5em;
    margin-left: 0.6em;
  }
}
@media screen and (max-width: 749px) {
  .quiz__note {
    font-size: 10px;
    margin-left: 1em;
  }
}

.quiz-q {
  background-position: center top;
  background-size: 101% auto;
  background-repeat: no-repeat;
}
@media all and (min-width: 750px) {
  .quiz-q {
    padding: 20px 0 58px;
    background-image: url("/nenkin/ideco/ideco_quiz_landing/img/quiz-q_title_bg_pc.png");
  }
}
@media screen and (max-width: 749px) {
  .quiz-q {
    padding: 11px 0 33px;
    background-image: url("/nenkin/ideco/ideco_quiz_landing/img/quiz-q_title_bg_sp.png");
  }
}
@media all and (min-width: 750px) {
  .quiz-q__title {
    width: 468px;
    margin: 0 144px 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .quiz-q__title {
    width: 88.26086%;
    margin: 0 3% 0 auto;
  }
}
.quiz-q__arrow {
  display: block;
}
@media all and (min-width: 750px) {
  .quiz-q__arrow {
    width: 221px;
    margin: 27px 0 22px 293px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-q__arrow {
    width: 43.5%;
    margin: 14px auto;
    translate: 0.7% 0;
  }
}
.quiz-q__no {
  display: grid;
  place-items: end center;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  color: #00a069;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media all and (min-width: 750px) {
  .quiz-q__no {
    font-size: 32px;
    width: 304px;
    height: 56px;
    margin-bottom: 19px;
    background-image: url("/nenkin/ideco/ideco_quiz_landing/img/quiz-q_no_pc.png");
    background-size: 100% auto;
  }
}
@media screen and (max-width: 749px) {
  .quiz-q__no {
    font-size: 23px;
    width: 83.47826%;
    height: 43px;
    margin-bottom: 18px;
    background-image: url("/nenkin/ideco/ideco_quiz_landing/img/quiz-q_no_sp.png");
    background-size: auto 100%;
  }
}
.quiz-q__text {
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .quiz-q__text {
    font-size: 24px;
    line-height: 1.41666;
    width: 680px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-q__text {
    font-size: 16px;
    line-height: 1.5625;
    width: 83.47826%;
  }
}
@media all and (min-width: 750px) {
  .quiz-q__speech {
    width: 417px;
    margin-left: 159px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-q__speech {
    width: 82%;
    margin: 0 auto;
  }
}
.quiz-q__btn-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .quiz-q__btn-box {
    width: 468px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-q__btn-box {
    width: 83.47826%;
    margin-top: 28px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-q__btn-box--03 {
    margin-top: 48px;
  }
}
.quiz-q__btn {
  padding-bottom: 0;
}
@media all and (min-width: 750px) {
  .quiz-q__btn {
    font-size: 38px;
    width: 204px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-q__btn {
    font-size: 28px;
    width: 45.61403%;
  }
}
.quiz-q__circle {
  width: 1em;
}
.quiz-q__cross {
  width: 0.86842em;
}

.quiz-a {
  background: #dcf7e5;
}
@media all and (min-width: 750px) {
  .quiz-a {
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-a {
    padding-bottom: 33px;
  }
}
.quiz-a__title-box {
  text-align: center;
  background-position: center top, center bottom;
  background-size: 100% 60%, 100% auto;
  background-repeat: no-repeat;
}
@media all and (min-width: 750px) {
  .quiz-a__title-box {
    height: 168px;
    padding-top: 27px;
    margin-bottom: 14px;
    background-image: linear-gradient(#fff), url("/nenkin/ideco/ideco_quiz_landing/img/quiz_a_title_pc.png");
  }
}
@media screen and (max-width: 749px) {
  .quiz-a__title-box {
    min-height: 143px;
    margin-bottom: 11px;
    padding-top: 19px;
    background-image: linear-gradient(#fff), url("/nenkin/ideco/ideco_quiz_landing/img/quiz_a_title_sp.png");
  }
}
.quiz-a__answer {
  letter-spacing: 0;
  font-weight: bold;
  color: #ed6d34;
  font-feature-settings: normal;
}
@media all and (min-width: 750px) {
  .quiz-a__answer {
    font-size: 34px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-a__answer {
    font-size: 27px;
  }
}
.quiz-a__title {
  letter-spacing: 0.05em;
  line-height: 1.31578;
  font-weight: bold;
}
@media all and (min-width: 750px) {
  .quiz-a__title {
    font-size: 26px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-a__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    min-height: 75px;
  }
}
.quiz-a__text {
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .quiz-a__text {
    font-size: 22px;
    line-height: 1.54545;
    width: 690px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-a__text {
    font-size: 16px;
    width: 88%;
    line-height: 1.625;
  }
}
.quiz-a__list__item {
  display: flex;
}
@media all and (min-width: 750px) {
  .quiz-a__list__item + .quiz-a__list__item {
    margin-top: 0.85em;
  }
}
@media screen and (max-width: 749px) {
  .quiz-a__list__item + .quiz-a__list__item {
    line-height: 1.9375;
    margin-top: 1.1em;
  }
}
.quiz-a__list__item::before {
  content: "・";
}
.quiz-a__img {
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .quiz-a__img--01 {
    width: 238px;
    margin-left: 277px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-a__img--01 {
    width: 57.3913%;
    max-width: 196px;
  }
}
@media all and (min-width: 750px) {
  .quiz-a__img--02 {
    width: 147px;
    margin-left: 330px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-a__img--02 {
    width: 42.02898%;
    max-width: 145px;
  }
}
@media all and (min-width: 750px) {
  .quiz-a__img--03 {
    width: 129px;
    margin-left: 335px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-a__img--03 {
    width: 35.07246%;
    max-width: 121px;
  }
}
.quiz-a__img--04 {
  display: block;
}
@media all and (min-width: 750px) {
  .quiz-a__img--04 {
    width: 165px;
    margin: 0 0 3px 317px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-a__img--04 {
    width: 54.20289%;
    max-width: 187px;
  }
}
.quiz-a__btn {
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .quiz-a__btn {
    font-size: 26px;
    width: 204px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-a__btn {
    font-size: 28px;
    width: 65.21738%;
    margin-top: 20px;
  }
}

.quiz-g {
  display: block;
}
@media all and (min-width: 750px) {
  .quiz-g {
    height: 480px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g {
    height: 415px;
    margin-bottom: 25px;
  }
}
.quiz-g__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-g__btn::after {
  display: inline-block;
  content: "";
  margin-left: 0.35em;
  background-image: url("/nenkin/ideco/ideco_quiz_landing/img/ico_triangle.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  filter: brightness(0) invert(1);
}
@media all and (min-width: 750px) {
  .quiz-g__btn::after {
    width: 0.92307em;
    height: 0.92307em;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g__btn::after {
    width: 0.85714em;
    height: 0.85714em;
  }
}
.quiz-g__title {
  position: relative;
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 0.1em;
  background-color: #ffad5d;
  overflow: hidden;
  z-index: 0;
}
@media all and (min-width: 750px) {
  .quiz-g__title {
    align-items: center;
    font-size: 40px;
    height: 60px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g__title {
    flex-direction: column;
    font-size: 33px;
    letter-spacing: 0;
    height: 75px;
  }
}
.quiz-g__title::before {
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  height: 105%;
  background: #ed6d34;
  pointer-events: none;
  z-index: -1;
}
@media all and (min-width: 750px) {
  .quiz-g__title::before {
    width: 77%;
    transform: skew(-50deg);
    box-shadow: 0 0 0 16px #ff7e45;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g__title::before {
    width: 89%;
    transform: skew(-25deg);
    box-shadow: 0 0 0 8px #ff7e45;
  }
}
.quiz-g__title--small {
  font-size: 0.7em;
}
@media all and (min-width: 750px) {
  .quiz-g__title--small {
    translate: 0 0.07em;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g__title--small {
    margin-bottom: 0.12em;
  }
}
@media all and (min-width: 750px) {
  .quiz-g__speech {
    width: 623px;
    margin: 21px auto 0;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g__speech {
    width: 82.89855%;
  }
}
.quiz-g__check {
  position: relative;
  font-weight: bold;
  letter-spacing: 0;
  font-feature-settings: normal;
  margin: 0 auto;
  background: #feffe6;
  border: solid #cabea5;
}
@media all and (min-width: 750px) {
  .quiz-g__check {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    width: 760px;
    margin-bottom: 33px;
    padding: 28px 0 29px 26px;
    border-width: 2px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g__check {
    line-height: 1.3125;
    letter-spacing: 0;
    width: 92.8%;
    margin-bottom: 19px;
    padding: 12px 1% 10px 3.14465%;
    border-width: 2px;
  }
}
.quiz-g__check::before, .quiz-g__check::after {
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  content: "";
  height: auto;
  aspect-ratio: 23/18;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media all and (min-width: 750px) {
  .quiz-g__check::before, .quiz-g__check::after {
    font-size: 25px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g__check::before, .quiz-g__check::after {
    font-size: 16px;
  }
}
.quiz-g__check::before {
  top: calc(100% + 1px);
  width: 1.125em;
  background: #cabea5;
}
.quiz-g__check::after {
  top: calc(100% - 1px);
  width: 1em;
  background: #feffe6;
}
.quiz-g__check__item {
  display: flex;
}
@media all and (min-width: 750px) {
  .quiz-g__check__item:nth-of-type(1), .quiz-g__check__item:nth-of-type(3) {
    width: 53.5%;
  }
  .quiz-g__check__item:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g__check__item + .quiz-g__check__item {
    margin-top: 0.2em;
  }
}
.quiz-g__check__item::before {
  display: inline-block;
  content: "";
  background-image: url("/nenkin/ideco/ideco_quiz_landing/img/ico_check.png");
  background-position: center;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-color: #ed6d34;
}
@media all and (min-width: 750px) {
  .quiz-g__check__item::before {
    width: 1em;
    height: 1em;
    margin-right: 0.34375em;
    border-radius: 0.2em;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g__check__item::before {
    width: 0.8125em;
    height: 0.8125em;
    margin-right: 0.28em;
    translate: 0 0.2em;
    border-radius: 0.15em;
  }
}
.quiz-g__text {
  text-align: center;
  font-weight: bold;
}
@media all and (min-width: 750px) {
  .quiz-g__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 749px) {
  .quiz-g__text {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media all and (min-width: 750px) {
  .quiz-g__text--bottom {
    margin-left: 0.3em;
  }
}

/*============================
.guide
============================*/
.guide {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  text-align: center;
  background: #fff;
}
@media all and (min-width: 750px) {
  .guide {
    padding: 13px 0 69px 10px;
  }
}
@media screen and (max-width: 749px) {
  .guide {
    padding: 18px 0 50px;
  }
}
@media all and (min-width: 750px) {
  .guide--02 {
    padding: 33px 0 51px;
  }
}
@media screen and (max-width: 749px) {
  .guide--02 {
    padding: 36px 0 31px;
  }
}
.guide__text {
  font-feature-settings: "palt";
}
@media all and (min-width: 750px) {
  .guide__text {
    font-size: 24px;
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 749px) {
  .guide__text {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 0.43em;
  }
}
.guide__text::before, .guide__text::after {
  display: inline-block;
  content: "";
  height: 1.25em;
  border-left: 1px solid currentColor;
  transform-origin: bottom center;
}
.guide__text::before {
  margin-right: 0.34em;
  rotate: -45deg;
}
.guide__text::after {
  margin-left: 0.3em;
  rotate: 45deg;
}
.guide__btn-wrap {
  position: relative;
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .guide__btn-wrap {
    width: 590px;
    height: 96px;
  }
}
@media screen and (max-width: 749px) {
  .guide__btn-wrap {
    width: 315px;
    max-width: 84vw;
    height: 65px;
  }
}
.guide__form {
  height: 100%;
}
.guide__btn {
  position: relative;
  top: 0;
  line-height: 1.2;
  font-weight: bold;
  color: #fff !important;
  width: 100%;
  height: 100%;
  padding: 0 1%;
  background: linear-gradient(#ff9854, #ff5c05);
  overflow: hidden;
  transition: top 0.1s, box-shadow 0.1s;
  animation: big-btn 3.5s infinite;
}
@keyframes big-btn {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media all and (min-width: 750px) {
  .guide__btn {
    font-size: 31px;
    border-radius: 60px;
    box-shadow: 0 8px #c9300d;
  }
}
@media screen and (max-width: 749px) {
  .guide__btn {
    font-size: 17px;
    padding-top: 0.2em;
    border-radius: 40px;
    box-shadow: 0 4px #c9300d;
  }
}
.guide__btn:hover {
  box-shadow: 0 0 #c9300d;
}
@media all and (min-width: 750px) {
  .guide__btn:hover {
    top: 8px;
  }
}
@media screen and (max-width: 749px) {
  .guide__btn:hover {
    top: 4px;
  }
}
.guide__btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation: shiny-btn 3.5s 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}
@keyframes shiny-btn {
  0% {
    left: -100%;
  }
  15% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.guide__arrow {
  opacity: 1 !important;
}
@media all and (min-width: 750px) {
  .guide__arrow {
    width: 0.6em;
    margin-left: 1em;
  }
}
@media screen and (max-width: 749px) {
  .guide__arrow {
    width: 0.55em;
    margin-left: 0.7em;
  }
}
.guide__bubble {
  display: grid;
  place-items: center;
  position: absolute;
  line-height: 1.1;
  letter-spacing: -0.06em;
  font-weight: bold;
  color: #00a069;
  width: 3.35em;
  height: 3.35em;
  background: #ffff1c;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}
@media all and (min-width: 750px) {
  .guide__bubble {
    top: -11px;
    left: -105px;
    font-size: 33px;
    padding-top: 0.3em;
  }
}
@media screen and (max-width: 749px) {
  .guide__bubble {
    top: -32px;
    left: -24px;
    font-size: 17px;
    padding-top: 0.15em;
  }
}
.guide__bubble::before {
  position: absolute;
  content: "";
  background: #ffff1c;
  border: solid #00a069;
}
@media all and (min-width: 750px) {
  .guide__bubble::before {
    top: 54%;
    right: -0.4em;
    translate: 0 -50%;
    width: 0.6em;
    height: 0.6em;
    border-radius: 0 0.2em 0 0;
    border-width: 0.15em 0.15em 0 0;
    transform: rotate(45deg) skew(-15deg, -15deg);
  }
}
@media screen and (max-width: 749px) {
  .guide__bubble::before {
    bottom: 0;
    right: 0.2em;
    width: 0.6em;
    height: 0.6em;
    border-width: 0 0.15em 0.15em 0;
    border-radius: 0 0 0.2em 0;
    transform: skew(15deg, 15deg) rotate(4deg);
  }
}

/*============================
.good
============================*/
.good {
  font-feature-settings: "palt";
  background: #fff;
}
.good__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 0.1em;
  background-color: #17bf85;
  overflow: hidden;
  z-index: 0;
}
@media all and (min-width: 750px) {
  .good__title {
    font-size: 36px;
    line-height: 1.16666;
    height: 170px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 749px) {
  .good__title {
    font-size: 23px;
    line-height: 1.34782;
    height: 140px;
    margin-bottom: 35px;
  }
}
.good__title::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 77%;
  height: 105%;
  background: #00a069;
  pointer-events: none;
  z-index: -1;
}
@media all and (min-width: 750px) {
  .good__title::before {
    width: 900px;
    transform: skew(-22deg);
    box-shadow: 0 0 0 16px #14ae79;
  }
}
@media screen and (max-width: 749px) {
  .good__title::before {
    width: 310px;
    transform: skew(-14deg);
    box-shadow: 0 0 0 8px #14ae79;
  }
}
.good__title--small {
  font-size: 0.77777em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 749px) {
  .good__title--yellow {
    font-size: 1.1em;
  }
}
.good__accBtn {
  display: grid;
  place-items: center;
  letter-spacing: 0;
  color: #009c66;
  font-feature-settings: normal;
  border: solid currentColor;
  background: #fff;
}
@media all and (min-width: 750px) {
  .good__accBtn {
    font-size: 30px;
    height: 60px;
    border-width: 2px;
  }
}
@media screen and (max-width: 749px) {
  .good__accBtn {
    font-size: 21px;
    height: 45px;
    padding-right: 16px;
    border-width: 2px;
  }
}
.good__accBtn::after {
  background-image: url("/nenkin/ideco/ideco_quiz_landing/img/ico_triangle.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
}
@media all and (min-width: 750px) {
  .good__accBtn::after {
    right: 28px;
    width: 1.06666em;
    height: 1.06666em;
  }
}
@media screen and (max-width: 749px) {
  .good__accBtn::after {
    right: 3%;
    width: 1.2857em;
    height: 1.2857em;
  }
}
.good__accBtn.open::after {
  rotate: -180deg;
}
.good__inner {
  margin: 0 auto;
  background: #feffe6;
}
@media all and (min-width: 750px) {
  .good__inner {
    width: 900px;
  }
}
@media screen and (max-width: 749px) {
  .good__inner {
    width: 345px;
    max-width: 92vw;
  }
}
@media all and (min-width: 750px) {
  .good__accView {
    padding: 25px 70px 68px;
  }
}
@media screen and (max-width: 749px) {
  .good__accView {
    padding: 16px 4.3% 39px;
  }
}
.good__review {
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .good__review {
    width: 275px;
    margin-left: 255px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 749px) {
  .good__review {
    max-width: 171px;
    margin-left: 25.5%;
    margin-bottom: 16px;
  }
}
.good__speech {
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .good__speech {
    width: 634px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  .good__speech {
    margin: 0 -1% 22px;
  }
}
.good__text {
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  font-feature-settings: normal;
}
@media all and (min-width: 750px) {
  .good__text {
    font-size: 24px;
    line-height: 1.41666;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 749px) {
  .good__text {
    font-size: 14px;
    line-height: 1.35714;
    margin-bottom: 26px;
  }
}
.good__item {
  font-weight: bold;
}
@media all and (min-width: 750px) {
  .good__item + .good__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 749px) {
  .good__item + .good__item {
    margin-top: 21px;
  }
}
@media all and (min-width: 750px) {
  .good__item__title {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 749px) {
  .good__item__title {
    margin-bottom: 9px;
  }
}
.good__table {
  background: #fff;
  border: solid #cabea5;
  overflow: hidden;
}
@media all and (min-width: 750px) {
  .good__table {
    border-radius: 10px;
    border-width: 2px;
  }
}
@media screen and (max-width: 749px) {
  .good__table {
    border-radius: 5px;
    border-width: 2px;
  }
}
.good__table__title {
  display: grid;
  place-items: center;
  text-align: center;
  color: #ffff1c;
  padding-top: 0.1em;
  background: #ed6d34;
}
@media all and (min-width: 750px) {
  .good__table__title {
    font-size: 26px;
    height: 50px;
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .good__table__title {
    font-size: 16px;
    line-height: 1.2;
    min-height: 35px;
    padding: 1%;
    border-radius: 4px 4px 0 0;
  }
}
.good__table__text {
  font-feature-settings: normal;
}
@media all and (min-width: 750px) {
  .good__table__text {
    font-size: 20px;
    line-height: 1.4;
    padding: 18px 39px;
  }
}
@media screen and (max-width: 749px) {
  .good__table__text {
    font-size: 15px;
    line-height: 1.33333;
    padding: 16px 4.47283%;
  }
}

/*============================
.warning
============================*/
.warning {
  background: #e3f9f1;
}
@media all and (min-width: 750px) {
  .warning {
    padding: 66px 0 40px;
  }
}
@media screen and (max-width: 749px) {
  .warning {
    padding: 41px 0 24px;
  }
}
.warning__inner {
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .warning__inner {
    width: 1000px;
  }
}
@media screen and (max-width: 749px) {
  .warning__inner {
    width: 315px;
    max-width: 84vw;
  }
}
.warning__item {
  background: #fff;
  border: solid #009c66;
}
@media all and (min-width: 750px) {
  .warning__item {
    border-width: 2px;
  }
  .warning__item + .warning__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 749px) {
  .warning__item {
    border-width: 2px;
  }
  .warning__item + .warning__item {
    margin-top: 25px;
  }
}
.warning__first {
  position: relative;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 750px) {
  .warning__first {
    padding: 40px 0 39px;
  }
}
@media screen and (max-width: 749px) {
  .warning__first {
    padding: 30px 1% 22px;
  }
}
.warning__first__title {
  font-weight: bold;
  color: #009c66;
}
@media all and (min-width: 750px) {
  .warning__first__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 749px) {
  .warning__first__title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.warning__first__bottom {
  position: relative;
  margin: 0 auto;
}
@media all and (min-width: 750px) {
  .warning__first__bottom {
    padding-top: 32px;
    border-top-width: 2px;
  }
}
@media screen and (max-width: 749px) {
  .warning__first__bottom {
    padding-top: 19px;
    border-top-width: 1px;
  }
}
.warning__first__bottom::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  content: "";
  border-top: solid #009c66;
}
@media all and (min-width: 750px) {
  .warning__first__bottom::before {
    width: 800px;
    border-width: 2px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .warning__first__bottom::before {
    width: 90.03215%;
    border-width: 1px 0 0;
  }
}
.warning__first__text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 750px) {
  .warning__first__text-box {
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .warning__first__text-box {
    font-size: 13px;
    line-height: 1.2;
  }
}
.warning__first__text-01, .warning__first__text-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.warning__first__text-01 {
  align-items: center;
}
@media all and (min-width: 750px) {
  .warning__first__text-01 {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 749px) {
  .warning__first__text-01 {
    margin-bottom: 0.5em;
  }
}
.warning__first__text-02 {
  align-items: flex-end;
}
.warning__first__note {
  font-size: 0.8em;
  text-align: left;
}
@media all and (min-width: 750px) {
  .warning__first__note {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 749px) {
  .warning__first__note {
    margin-top: 0.6em;
  }
}
.warning__speech {
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  letter-spacing: 0;
  color: #fff;
  background: #009c66;
}
@media all and (min-width: 750px) {
  .warning__speech {
    top: -16px;
    font-size: 20px;
    width: 150px;
    height: 30px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 749px) {
  .warning__speech {
    top: -14px;
    font-size: 13px;
    width: 128px;
    height: 24px;
    border-radius: 12px;
  }
}
.warning__speech::before {
  position: absolute;
  bottom: -0.35em;
  left: 50%;
  translate: -50% 0;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media all and (min-width: 750px) {
  .warning__link-box {
    margin: 16px 0 33px;
  }
}
@media screen and (max-width: 749px) {
  .warning__link-box {
    margin: 3px 3% 21px;
  }
}
.warning__link {
  font-weight: bold;
  color: currentColor !important;
  text-decoration: underline !important;
  text-underline-offset: 0.15em;
  text-decoration-color: #afafaf !important;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.warning__link:hover {
  text-decoration: none !important;
}
@media all and (min-width: 750px) {
  .warning__link {
    font-size: 20px;
    text-decoration-thickness: 2px !important;
  }
}
@media screen and (max-width: 749px) {
  .warning__link {
    font-size: 13px;
    text-decoration-thickness: 1px !important;
  }
}
@media all and (min-width: 750px) {
  .warning__address {
    margin: 30px 0 25px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 749px) {
  .warning__address {
    margin: 11px 0 13px;
    padding-right: 1.2%;
  }
}
.warning__tel {
  display: flex;
  justify-content: center;
  color: #ed6d34;
}
@media all and (min-width: 750px) {
  .warning__tel {
    font-size: 38px;
    pointer-events: none;
  }
}
@media screen and (max-width: 749px) {
  .warning__tel {
    font-size: 24px;
  }
}
.warning__tel__img {
  margin: -0.05em 0.18em 0 0;
}
@media all and (min-width: 750px) {
  .warning__tel__img {
    width: 0.78em;
  }
}
@media screen and (max-width: 749px) {
  .warning__tel__img {
    width: 0.75em;
  }
}
.warning__frame {
  display: grid;
  place-items: center;
  border: 0.1em solid currentColor;
  width: 1.1em;
  height: 1.3em;
  margin: 0 0.05em;
  border-radius: 0.3em;
}
@media all and (min-width: 750px) {
  .warning__big {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 749px) {
  .warning__big {
    font-size: 1.07692em;
  }
}
@media all and (min-width: 750px) {
  .warning__slash {
    margin: 0 0.3em;
  }
}
@media screen and (max-width: 749px) {
  .warning__slash {
    margin: 0 0.2em;
  }
}
.warning__accBtn {
  display: grid;
  place-items: center;
  letter-spacing: 0;
  color: #009c66;
}
@media all and (min-width: 750px) {
  .warning__accBtn {
    font-size: 28px;
    height: 65px;
  }
}
@media screen and (max-width: 749px) {
  .warning__accBtn {
    font-size: 16px;
    min-height: 32px;
    padding: 0.1em 7% 0 0.5%;
    line-height: 1.2;
  }
}
.warning__accBtn::after {
  content: "";
  background: #009c66;
  transition: all 0.1s;
  clip-path: polygon(0 44%, 44% 44%, 44% 0%, 56% 0%, 56% 44%, 100% 44%, 100% 56%, 56% 56%, 56% 100%, 44% 100%, 44% 56%, 0 56%);
}
@media all and (min-width: 750px) {
  .warning__accBtn::after {
    right: 46px;
    width: 0.9em;
    height: 0.9em;
  }
}
@media screen and (max-width: 749px) {
  .warning__accBtn::after {
    right: 3.3762%;
    width: 0.7em;
    height: 0.7em;
  }
}
.warning__accBtn.open::after {
  rotate: 180deg;
  clip-path: polygon(0 44%, 100% 44%, 100% 56%, 0 56%);
}
.warning__accView {
  position: relative;
  font-weight: 500;
}
@media all and (min-width: 750px) {
  .warning__accView {
    font-size: 18px;
    line-height: 1.33333;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 749px) {
  .warning__accView {
    font-size: 10.625px;
    line-height: 1.33333;
    padding: 14px 4.18006%;
  }
}
.warning__accView::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  content: "";
  border: solid #009c66;
}
@media all and (min-width: 750px) {
  .warning__accView::before {
    width: 930px;
    border-width: 2px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .warning__accView::before {
    width: 98.07073%;
    border-width: 1px 0 0;
  }
}
.warning__list li {
  display: flex;
}
.warning__list li::before {
  flex-shrink: 0;
  display: inline-block;
  content: "";
  width: 0.85em;
  height: 0.85em;
  margin-right: 0.15em;
  border: 1px solid currentColor;
  border-radius: 50%;
  translate: 0 0.2em;
}
.warning__name {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 1.2em;
}
.warning__name__title {
  display: flex;
  justify-content: space-between;
}
.warning__name__title::after {
  content: "：";
}

/*============================
.
============================*/