@charset "UTF-8";
/*!
Theme Name: GPU Workstation ODM という選択
Description:
Version: 1.0
*/
/**
 * mixins and functions
 * @version 1.0
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}

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

ul {
  list-style: none;
}

h1, h2 {
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  h1, h2 {
    line-height: 1.4;
  }
}

h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .sp, .spbr {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc, .pcbr {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pcbr {
    display: none;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
  }
}
.header .headerLogo {
  padding: 10px 0 0 10px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .header .headerLogo {
    width: 154px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .header .headerLogo {
    width: 135px;
  }
}

.footer-top {
  background: #35AAF4;
  padding: 40px 0;
  color: #fff;
}
.footer-cta {
  display: flex;
  align-items: center;
  max-width: 763px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-cta {
    display: block;
  }
}
.footer-cta .cta-wrap {
  font-weight: 700;
  flex: 1;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .footer-cta .cta-wrap {
    margin-right: 0;
    text-align: center;
  }
}
.footer-cta .cta-wrap span {
  display: inline-block;
  border-bottom: 2px dotted #fff;
  border-top: 2px dotted #fff;
}
@media screen and (max-width: 767px) {
  .footer-cta .cta-wrap span {
    padding: 2px 0 3px;
  }
}
.footer-cta .cta-txt01 {
  font-size: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .footer-cta .cta-txt01 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-cta .cta-txt01 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.footer-cta .cta-txt02 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .footer-cta .cta-txt02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-cta .ctaButton {
    margin-top: 20px;
  }
}
.footer-bottom {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 0;
  }
}
.footer-bottom .f-logo {
  text-align: center;
}
.footer-bottom .f-logo img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .footer-bottom .f-logo img {
    width: 160px;
  }
}

.o-component {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.o-mvWrapper {
  background: #E4F8FE;
  position: relative;
  height: 100%;
  padding: 55px 9.5px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-mvWrapper {
    padding: 40px 9.5px 40px;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper {
    padding: 75px 0 60px;
  }
}
.o-mvWrapper .o-mvintro {
  max-width: 1422px;
  margin: 0 auto;
  background: url(../../_assets/images/mvIntro-bg.png) center bottom/100% no-repeat;
  padding: 55px 10px 84px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-mvWrapper .o-mvintro {
    padding: 40px 10px 64px;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .o-mvintro {
    background: url(../../_assets/images/mvIntro-bg_sp.png) center bottom/100% no-repeat;
    padding: 37px 10px 43px;
  }
}
.o-mvWrapper .mvIntro {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 2.5;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-mvWrapper .mvIntro {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvIntro {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 2.7;
  }
}
.o-mvWrapper .mvImg {
  max-width: 1422px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  position: relative;
  bottom: -1px;
}

.o-guideWrapper {
  font-weight: 700;
  text-align: center;
  padding: 80px 0 140px;
  background: #fff url(../../_assets/images/quiz_bg.svg) repeat;
}
@media screen and (max-width: 767px) {
  .o-guideWrapper {
    padding: 60px 0 80px;
  }
}
.o-guideWrapper .o-component {
  max-width: 860px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-guideWrapper .o-component {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .o-guideWrapper .o-component {
    max-width: 90%;
  }
}
.o-guideWrapper .list-anchor-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .o-guideWrapper .list-anchor-link {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.o-guideWrapper .list-anchor-link > li > a {
  border: 3px solid #000;
  background: #FCB21F;
  border-radius: 100px;
  font-size: 22px;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  box-shadow: 0 6px 0 #000000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-guideWrapper .list-anchor-link > li > a {
    font-size: 20px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .o-guideWrapper .list-anchor-link > li > a {
    padding: 10px;
    font-size: 18px;
  }
}
.o-guideWrapper .list-anchor-link > li > a::after {
  position: absolute;
  content: "";
  background: url(../images/anchor-link_arrow.svg) center/contain no-repeat;
  width: 18px;
  height: 12px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-guideWrapper .list-anchor-link > li > a::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .o-guideWrapper .list-anchor-link > li > a::after {
    width: 14px;
    height: 8px;
    right: 15px;
  }
}
.o-guideWrapper .list-anchor-link > li > a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #000;
}

.o-quizWrapper {
  background: #fff url(../../_assets/images/quiz_bg.svg) repeat;
}
.o-quizWrapper + .o-quizWrapper {
  padding: 140px 0 100px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper + .o-quizWrapper {
    padding: 70px 0;
  }
}
.o-quizWrapper .o-component {
  width: 94%;
}
.o-quizWrapper .quiz-main-ttl {
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-main-ttl {
    margin-bottom: 35px;
  }
}
.o-quizWrapper .quiz-main-ttl > span {
  background: #fff;
  display: inline-block;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  font-size: 45px;
  padding: 20px;
  min-width: 645px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-main-ttl > span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-main-ttl > span {
    min-width: auto;
    font-size: 25px;
    padding: 15px 30px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
}
.o-quizWrapper .quiz-layout {
  position: relative;
  padding-top: 57px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-layout {
    padding-top: 45px;
  }
  .o-quizWrapper .quiz-layout.num02 {
    padding-top: 43px;
  }
  .o-quizWrapper .quiz-layout.num02 .quiz-num {
    padding: 7px 13px 3px;
  }
}
.o-quizWrapper .quiz-layout .quiz-num {
  display: inline-flex;
  align-items: center;
  background: url(../../_assets/images/quiz-num_bg.svg) left bottom/contain no-repeat;
  position: absolute;
  width: 160px;
  height: 60px;
  padding: 10px;
  top: 0;
  left: 0;
}
.o-quizWrapper .quiz-layout .quiz-num .jp {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0;
  margin-right: 1px;
}
.o-quizWrapper .quiz-layout .quiz-num .num {
  font-size: 50px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  margin-top: 5px;
  display: inline-block;
}
.o-quizWrapper .quiz-layout .quiz-num.num01 {
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-layout .quiz-num.num01 {
    padding: 9px 15px 3px;
  }
}
.o-quizWrapper .quiz-layout .quiz-num.num01 .jp {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-layout .quiz-num {
    background: url(../../_assets/images/quiz-num_bg_sp.svg) left bottom/contain no-repeat;
    width: 110px;
    padding: 5px;
    height: auto;
    padding: 5px 12px;
  }
  .o-quizWrapper .quiz-layout .quiz-num .jp {
    font-size: 18px;
  }
  .o-quizWrapper .quiz-layout .quiz-num .num {
    font-size: 30px;
  }
}
.o-quizWrapper .quiz-layout + .quiz-layout {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-layout + .quiz-layout {
    margin-top: 40px;
  }
}
.o-quizWrapper .quiz-layout + .quiz-layout02 {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-layout + .quiz-layout02 {
    margin-top: 60px;
  }
}
.o-quizWrapper .quiz-contnts {
  border: 4px solid #000;
  background: #fff;
  box-shadow: 6px 6px 0 #000;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts {
    border: 2px solid #000;
    box-shadow: 4px 4px 0 #000;
    border-radius: 0 20px 20px 20px;
  }
}
.o-quizWrapper .quiz-contnts .question-top {
  display: flex;
  background: #E4F8FE;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.o-quizWrapper .quiz-contnts .question-top.center {
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-top {
    align-items: center;
  }
}
.o-quizWrapper .quiz-contnts .question-top .Yellow-marker {
  line-height: 1.72;
}
.o-quizWrapper .quiz-contnts .question-top.men {
  padding: 35px 10px 0 30px;
}
.o-quizWrapper .quiz-contnts .question-top.men .q-img {
  margin-right: 20px;
}
.o-quizWrapper .quiz-contnts .question-top.men .q-img img {
  height: 171px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-top.men {
    padding: 30px 10px 0 20px;
  }
}
.o-quizWrapper .quiz-contnts .question-top.women {
  padding: 40px 10px 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-top.women {
    padding: 30px 10px 0 20px;
  }
}
.o-quizWrapper .quiz-contnts .question-top.women .q-img {
  margin-right: 23px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-top.women .q-img {
    margin-right: 20px;
  }
}
.o-quizWrapper .quiz-contnts .question-top.women .q-img img {
  height: 171px;
}
.o-quizWrapper .quiz-contnts .question-top.men02 {
  padding: 30px 10px 0 100px;
}
.o-quizWrapper .quiz-contnts .question-top.men02 .q-img {
  margin-right: 30px;
}
.o-quizWrapper .quiz-contnts .question-top.men02 .q-img img {
  height: 171px;
}
.o-quizWrapper .quiz-contnts .question-top.men02 .q-desc {
  margin-top: 15px;
}
.o-quizWrapper .quiz-contnts .question-top.men02 .q-desc.men02 {
  margin-top: 35px;
}
.o-quizWrapper .quiz-contnts .question-top.women02 {
  padding: 45px 10px 0 70px;
}
.o-quizWrapper .quiz-contnts .question-top.women02 .q-img {
  margin-right: 30px;
}
.o-quizWrapper .quiz-contnts .question-top.women02 .q-img img {
  height: 171px;
}
.o-quizWrapper .quiz-contnts .question-top.women02 .q-desc {
  margin-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-top {
    font-size: 16px;
  }
}
.o-quizWrapper .quiz-contnts .question-top.men03 {
  padding: 30px 10px 0 60px;
}
.o-quizWrapper .quiz-contnts .question-top.men03 .q-img {
  margin-right: 30px;
}
.o-quizWrapper .quiz-contnts .question-top.men03 .q-img img {
  height: 171px;
}
.o-quizWrapper .quiz-contnts .question-top.men03 .q-desc {
  margin-top: 15px;
}
.o-quizWrapper .quiz-contnts .question-top.men03 .q-desc.men02 {
  margin-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-top.men03 {
    padding: 30px 10px 0 30px;
  }
}
.o-quizWrapper .quiz-contnts .question-top.women03 {
  padding: 30px 10px 0 50px;
}
.o-quizWrapper .quiz-contnts .question-top.women03 .q-img {
  margin-right: 30px;
}
.o-quizWrapper .quiz-contnts .question-top.women03 .q-img img {
  height: 171px;
}
.o-quizWrapper .quiz-contnts .question-top.women03 .q-desc {
  margin-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-top.women03 {
    padding: 30px 10px 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-top {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .question-top {
    display: block;
    font-size: 16px;
  }
  .o-quizWrapper .quiz-contnts .question-top.men {
    padding: 25px 20px 30px;
  }
  .o-quizWrapper .quiz-contnts .question-top.men .q-img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .o-quizWrapper .quiz-contnts .question-top.men .q-img img {
    height: 160px;
  }
  .o-quizWrapper .quiz-contnts .question-top.women {
    padding: 25px 20px 30px;
  }
  .o-quizWrapper .quiz-contnts .question-top.women .q-img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .o-quizWrapper .quiz-contnts .question-top.women .q-img img {
    height: 160px;
  }
  .o-quizWrapper .quiz-contnts .question-top.men02 {
    padding: 25px 20px 30px;
  }
  .o-quizWrapper .quiz-contnts .question-top.men02 .q-img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .o-quizWrapper .quiz-contnts .question-top.men02 .q-img img {
    height: 160px;
  }
  .o-quizWrapper .quiz-contnts .question-top.men02 .q-desc {
    margin-top: 0;
  }
  .o-quizWrapper .quiz-contnts .question-top.women02 {
    padding: 25px 20px 30px;
  }
  .o-quizWrapper .quiz-contnts .question-top.women02 .q-img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .o-quizWrapper .quiz-contnts .question-top.women02 .q-img img {
    height: 160px;
  }
  .o-quizWrapper .quiz-contnts .question-top.women02 .q-desc {
    margin-top: 0;
  }
  .o-quizWrapper .quiz-contnts .question-top.men03 {
    padding: 25px 20px 30px;
  }
  .o-quizWrapper .quiz-contnts .question-top.men03 .q-img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .o-quizWrapper .quiz-contnts .question-top.men03 .q-img img {
    height: 160px;
  }
  .o-quizWrapper .quiz-contnts .question-top.men03 .q-desc {
    margin-top: 0;
  }
  .o-quizWrapper .quiz-contnts .question-top.women03 {
    padding: 25px 20px 30px;
  }
  .o-quizWrapper .quiz-contnts .question-top.women03 .q-img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .o-quizWrapper .quiz-contnts .question-top.women03 .q-img img {
    height: 160px;
  }
  .o-quizWrapper .quiz-contnts .question-top.women03 .q-desc {
    margin-top: 0;
  }
}
.o-quizWrapper .quiz-contnts .question-bottom {
  background: #fff;
  padding: 50px 150px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-bottom {
    padding: 50px 80px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .question-bottom {
    padding: 30px 20px;
  }
}
.o-quizWrapper .quiz-contnts .question-bottom .choices-list > li {
  display: flex;
  font-size: 24px;
  align-items: first baseline;
  position: relative;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-bottom .choices-list > li {
    font-size: 20px;
  }
}
.o-quizWrapper .quiz-contnts .question-bottom .choices-list > li::before {
  position: absolute;
  content: "";
  background: url(../../_assets/images/guide-deco.svg) left bottom repeat-x;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.o-quizWrapper .quiz-contnts .question-bottom .choices-list > li:not(:last-child) {
  margin-bottom: 20px;
}
.o-quizWrapper .quiz-contnts .question-bottom .choices-list > li:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .question-bottom .choices-list > li:last-child {
    margin-bottom: 30px;
  }
}
.o-quizWrapper .quiz-contnts .question-bottom .choices-list > li .num {
  font-family: "Josefin Sans", sans-serif;
  color: #FC9700;
  font-size: 30px;
  display: inline-block;
  flex-shrink: 0;
  min-width: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-bottom .choices-list > li .num {
    font-size: 27px;
  }
}
.o-quizWrapper .quiz-contnts .question-bottom .choices-list > li .txt {
  margin-left: 60px;
  flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .question-bottom .choices-list > li .txt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .question-bottom .choices-list > li {
    font-size: 15px;
  }
  .o-quizWrapper .quiz-contnts .question-bottom .choices-list > li .num {
    font-size: 25px;
    margin-top: 1px;
  }
  .o-quizWrapper .quiz-contnts .question-bottom .choices-list > li .txt {
    margin-left: 16px;
    line-height: 1.4;
  }
}
.o-quizWrapper .quiz-contnts .question-bottom .question-btn {
  display: block;
  width: 100%;
  background: #FC9700;
  padding: 16px 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 100px;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
}
.o-quizWrapper .quiz-contnts .question-bottom .question-btn::before, .o-quizWrapper .quiz-contnts .question-bottom .question-btn::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 16px;
  height: 2px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.o-quizWrapper .quiz-contnts .question-bottom .question-btn::before {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.o-quizWrapper .quiz-contnts .question-bottom .question-btn:not(.is-open):hover {
  opacity: 0.5;
}
.o-quizWrapper .quiz-contnts .question-bottom .question-btn.is-open::before {
  transform: translateY(-50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .question-bottom .question-btn {
    font-size: 15px;
  }
}
.o-quizWrapper .quiz-contnts .answer-contents {
  display: none;
}
.o-quizWrapper .quiz-contnts .answer-bg {
  background: #FFF5CF;
  padding: 35px 0 60px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .answer-bg {
    padding: 20px 0 0;
  }
}
.o-quizWrapper .quiz-contnts .answer-bg .answer-img {
  text-align: center;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .answer-bg .answer-img {
    margin: 0 auto -5px;
  }
}
.o-quizWrapper .quiz-contnts .answer-bg .answer-img img {
  height: 240px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .answer-bg .answer-img img {
    height: auto;
  }
}
.o-quizWrapper .quiz-contnts .answer-bg .answer-img.num01 img {
  width: 449px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .answer-bg .answer-img.num01 img {
    width: 90%;
  }
}
.o-quizWrapper .quiz-contnts .answer-bg .answer-img.num02 img {
  width: 431px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .answer-bg .answer-img.num02 img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .answer-bg .answer-img.num03 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .answer-bg .answer-img.num04 {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .answer-bg .answer-img.num05 {
    text-align: center;
  }
  .o-quizWrapper .quiz-contnts .answer-bg .answer-img.num05 img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .answer-bg .answer-img.num05 {
    width: 90%;
  }
}
.o-quizWrapper .quiz-contnts .explanation-link {
  text-decoration: underline;
  color: #35AAF4;
}
.o-quizWrapper .quiz-contnts .explanation-link:hover {
  text-decoration: none;
}
.o-quizWrapper .quiz-contnts .explanation-layout {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 50px;
  background: #fff;
  position: relative;
  border-radius: 20px;
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .explanation-layout {
    padding: 25px 40px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout {
    border-radius: 0;
    padding: 30px 20px 50px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .explanation {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: #2686B3;
  border-radius: 6px;
  padding: 10px 14px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .explanation {
    font-size: 18px;
    padding: 8px 10px;
    margin-bottom: 15px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .explanation-txt {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .explanation-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .explanation-txt {
    font-size: 16px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout > .small {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .explanation-layout > .small {
    font-size: 13px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout > .small02 {
  font-size: 14px;
  line-height: 1.8;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-ttl {
    font-size: 16px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-img {
  text-align: center;
  margin-bottom: 20px;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-img img {
  width: 514px;
  height: 290px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-img img {
    width: 100%;
    height: auto;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li {
  display: flex;
  line-height: 1;
  align-items: baseline;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
  padding-bottom: 15px;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list li {
    align-items: first baseline;
    padding-left: 20px;
    font-size: 15px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li::after {
  position: absolute;
  content: "";
  background: url(../../_assets/images/guide-deco.svg) left bottom repeat-x;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li:not(:last-child) {
  margin-bottom: 15px;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list li::before {
    top: 4px;
    width: 15px;
    height: 15px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li .txt {
  display: inline-block;
  margin: 0 10px 0 5px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list li .txt {
    font-size: 14px;
    line-height: 1.3;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li .num {
  font-size: 20px;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list li .num {
    font-size: 16px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li:nth-child(odd)::before {
  background: #2686B3;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li:nth-child(odd) .num {
  color: #2686B3;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li:nth-child(even)::before {
  background: #5CCDF6;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li:nth-child(even) .num {
  color: #5CCDF6;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list li .big {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list li .big {
    font-size: 18px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-layout {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-layout {
    display: block;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-layout .l-img {
  width: 42.86%;
  margin-right: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-layout .l-img {
    width: 39.86%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-layout .l-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-layout .l-desc {
  flex: 1;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02.quiz02-01 li {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list02.quiz02-01 li {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list02.quiz02-01 li {
    font-size: 16px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02.quiz02-01 li::before {
  left: 5px;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list02.quiz02-01 li::before {
    top: 4.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list02.quiz02-01 li .big {
    font-size: 20px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li {
  display: flex;
  line-height: 1;
  align-items: baseline;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
  padding-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li {
    font-size: 13px;
    padding-left: 20px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li::after {
  position: absolute;
  content: "";
  background: url(../../_assets/images/guide-deco.svg) left bottom repeat-x;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li:not(:last-child) {
  margin-bottom: 15px;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li::before {
    width: 15px;
    height: 15px;
    top: 5px;
  }
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li .txt {
  display: inline-block;
  margin-right: 10px;
  flex: 1;
  line-height: 1.3;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li:nth-child(1)::before {
  background: #2686B3;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li:nth-child(2)::before {
  background: #78B4D0;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li:nth-child(3)::before {
  background: #5CCDF6;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li:nth-child(4)::before {
  background: #35AAF4;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li:nth-child(5)::before {
  background: #82A9B2;
}
.o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li .big {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .explanation-layout .graph-list02 li .big {
    font-size: 18px;
  }
}
.o-quizWrapper .quiz-contnts .supplement-container {
  max-width: 800px;
  margin: 0 auto;
}
.o-quizWrapper .quiz-contnts .supplement-container02 {
  max-width: 842px;
  margin: 0 auto 0 100px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .supplement-container02 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-container02 {
    margin: 0 auto;
  }
}
.o-quizWrapper .quiz-contnts .supplement-contents {
  background: #FCD742;
  border-top: 3px solid #000;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .supplement-contents {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-contents {
    padding: 20px 20px 30px;
    border-top: 2px solid #000;
    font-size: 16px;
  }
}
.o-quizWrapper .quiz-contnts .supplement-box {
  background: #FFE38E;
  padding: 20px;
  font-size: 18px;
  line-height: 2.2;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-box {
    padding: 20px 15px;
    font-size: 14px;
  }
}
.o-quizWrapper .quiz-contnts .supplement-layout {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: -35px 0 30px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-layout {
    display: block;
    margin: -35px 0 10px;
    position: relative;
  }
}
.o-quizWrapper .quiz-contnts .supplement-layout.center {
  align-items: baseline;
}
.o-quizWrapper .quiz-contnts .supplement-layout .l-img {
  margin-right: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .supplement-layout .l-img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-layout .l-img {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.o-quizWrapper .quiz-contnts .supplement-layout .l-img img {
  height: 220px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-layout .l-img img {
    height: 170px;
  }
}
.o-quizWrapper .quiz-contnts .supplement-layout .l-img.num01 img {
  width: 174px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-layout .l-img.num01 img {
    width: auto;
  }
}
.o-quizWrapper .quiz-contnts .supplement-layout .l-img.num02 img {
  width: 141px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-layout .l-img.num02 img {
    width: auto;
  }
}
.o-quizWrapper .quiz-contnts .supplement-layout .l-desc {
  font-size: 30px;
  line-height: 2.5;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-contnts .supplement-layout .l-desc {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-layout .l-desc {
    font-size: 21px;
    text-align: center;
  }
}
.o-quizWrapper .quiz-contnts .supplement-layout .l-desc .white-marker {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-layout .l-desc .white-marker {
    line-height: 1.6;
  }
}
.o-quizWrapper .quiz-contnts .supplement-layout.no-up {
  margin: 15px 0 30px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .supplement-layout.no-up {
    margin: -35px 0 15px;
  }
}
.o-quizWrapper .quiz-contnts .trivia-box {
  background: #FFF5CF;
  padding: 30px 45px;
  margin-top: 30px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .trivia-box {
    padding: 25px 20px;
    font-size: 15px;
  }
}
.o-quizWrapper .quiz-contnts .trivia-box-ttl {
  font-size: 23px;
  text-align: center;
  color: #C20D23;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-contnts .trivia-box-ttl {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 10px;
  }
}
.o-quizWrapper .quiz-contnts .trivia-box-ttl > span {
  border-bottom: 3px dotted #C20D23;
}
.o-quizWrapper .quiz-layout02 {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-layout02 {
    padding-top: 20px;
  }
}
.o-quizWrapper .quiz-layout02 .quiz-contnts {
  box-shadow: none;
  border-radius: 30px;
  padding: 125px 30px 40px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-layout02 .quiz-contnts {
    padding: 85px 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-layout02 .quiz-contnts {
    padding: 70px 20px 50px;
    border-radius: 20px;
  }
}
.o-quizWrapper .quiz-layout02 .quiz-ttl {
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 37px;
  position: absolute;
  white-space: nowrap;
}
.o-quizWrapper .quiz-layout02 .quiz-ttl span {
  display: inline-block;
  background: #91DFF2;
  border: 3px solid #000;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  padding: 0 10px 2px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-layout02 .quiz-ttl span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-layout02 .quiz-ttl span {
    font-size: 22px;
    border: 2px solid #000;
    padding: 0 7px 2px;
  }
}
.o-quizWrapper .quiz-layout02 .quiz-ttl .mb10 {
  margin-bottom: 10px;
}
.o-quizWrapper .quiz-layout02 .quiz-txt {
  line-height: 2.2;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-layout02 .quiz-txt {
    font-size: 14px;
    line-height: 2.3;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-layout02 .quiz-txt {
    font-size: 17px;
  }
}
.o-quizWrapper .quiz-layout02 .quiz-yellow {
  font-size: 24px;
  color: #FC9700;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .quiz-layout02 .quiz-yellow {
    font-size: 17px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .quiz-layout02 .quiz-yellow {
    font-size: 20px;
  }
}
.o-quizWrapper .service-list01,
.o-quizWrapper .service-list02,
.o-quizWrapper .service-list03,
.o-quizWrapper .service-list04,
.o-quizWrapper .service-list05,
.o-quizWrapper .service-list06 {
  display: grid;
  gap: 10px;
}
.o-quizWrapper .service-list01 .service-list__item,
.o-quizWrapper .service-list02 .service-list__item,
.o-quizWrapper .service-list03 .service-list__item,
.o-quizWrapper .service-list04 .service-list__item,
.o-quizWrapper .service-list05 .service-list__item,
.o-quizWrapper .service-list06 .service-list__item {
  background: #DBF6FD;
  display: flex;
  align-items: center;
  padding: 29px 10px 29px;
  color: #2686B3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.o-quizWrapper .service-list01 .service-list__item > p,
.o-quizWrapper .service-list02 .service-list__item > p,
.o-quizWrapper .service-list03 .service-list__item > p,
.o-quizWrapper .service-list04 .service-list__item > p,
.o-quizWrapper .service-list05 .service-list__item > p,
.o-quizWrapper .service-list06 .service-list__item > p {
  flex: 1;
}
.o-quizWrapper .service-list01 .service-list__item .small,
.o-quizWrapper .service-list02 .service-list__item .small,
.o-quizWrapper .service-list03 .service-list__item .small,
.o-quizWrapper .service-list04 .service-list__item .small,
.o-quizWrapper .service-list05 .service-list__item .small,
.o-quizWrapper .service-list06 .service-list__item .small {
  font-size: 15px;
}
.o-quizWrapper .service-list01 .service-list__item.red,
.o-quizWrapper .service-list02 .service-list__item.red,
.o-quizWrapper .service-list03 .service-list__item.red,
.o-quizWrapper .service-list04 .service-list__item.red,
.o-quizWrapper .service-list05 .service-list__item.red,
.o-quizWrapper .service-list06 .service-list__item.red {
  padding: 0 !important;
  background: none;
}
.o-quizWrapper .service-list01 .service-list__item.red a,
.o-quizWrapper .service-list02 .service-list__item.red a,
.o-quizWrapper .service-list03 .service-list__item.red a,
.o-quizWrapper .service-list04 .service-list__item.red a,
.o-quizWrapper .service-list05 .service-list__item.red a,
.o-quizWrapper .service-list06 .service-list__item.red a {
  display: block;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.o-quizWrapper .service-list01 .service-list__item.red a:hover,
.o-quizWrapper .service-list02 .service-list__item.red a:hover,
.o-quizWrapper .service-list03 .service-list__item.red a:hover,
.o-quizWrapper .service-list04 .service-list__item.red a:hover,
.o-quizWrapper .service-list05 .service-list__item.red a:hover,
.o-quizWrapper .service-list06 .service-list__item.red a:hover {
  opacity: 0.5;
}
.o-quizWrapper .service-list01 .service-list__item.red a img,
.o-quizWrapper .service-list02 .service-list__item.red a img,
.o-quizWrapper .service-list03 .service-list__item.red a img,
.o-quizWrapper .service-list04 .service-list__item.red a img,
.o-quizWrapper .service-list05 .service-list__item.red a img,
.o-quizWrapper .service-list06 .service-list__item.red a img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .service-list01 .service-list__item.red a img,
  .o-quizWrapper .service-list02 .service-list__item.red a img,
  .o-quizWrapper .service-list03 .service-list__item.red a img,
  .o-quizWrapper .service-list04 .service-list__item.red a img,
  .o-quizWrapper .service-list05 .service-list__item.red a img,
  .o-quizWrapper .service-list06 .service-list__item.red a img {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .service-list01 .service-list__item.red a img,
  .o-quizWrapper .service-list02 .service-list__item.red a img,
  .o-quizWrapper .service-list03 .service-list__item.red a img,
  .o-quizWrapper .service-list04 .service-list__item.red a img,
  .o-quizWrapper .service-list05 .service-list__item.red a img,
  .o-quizWrapper .service-list06 .service-list__item.red a img {
    height: auto;
  }
}
.o-quizWrapper .service-list01 {
  margin-top: 15px;
  grid-template-columns: 176px 744px;
}
.o-quizWrapper .service-list02 {
  margin-top: 10px;
  grid-template-columns: repeat(5, 176px);
}
.o-quizWrapper .service-list03 {
  margin-top: 10px;
  grid-template-columns: repeat(2, 176px) 362px 176px;
}
.o-quizWrapper .service-list04 {
  margin-top: 10px;
  grid-template-columns: repeat(5, 176px);
}
.o-quizWrapper .service-list05 {
  margin-top: 10px;
  grid-template-columns: repeat(2, 362px) 176px;
}
.o-quizWrapper .service-list06 {
  margin-top: 10px;
  grid-template-columns: 362px repeat(3, 176px);
}
.o-quizWrapper .service-list06 li:first-child {
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .o-quizWrapper .service-img {
    max-width: 694px;
    margin: 0 auto;
  }
  .o-quizWrapper .service-list01,
  .o-quizWrapper .service-list02,
  .o-quizWrapper .service-list03,
  .o-quizWrapper .service-list04,
  .o-quizWrapper .service-list05,
  .o-quizWrapper .service-list06 {
    max-width: 694px;
    margin: 0 auto;
  }
  .o-quizWrapper .service-list01 .service-list__item,
  .o-quizWrapper .service-list02 .service-list__item,
  .o-quizWrapper .service-list03 .service-list__item,
  .o-quizWrapper .service-list04 .service-list__item,
  .o-quizWrapper .service-list05 .service-list__item,
  .o-quizWrapper .service-list06 .service-list__item {
    padding: 19px 5px 19px 8px;
    font-size: 11px;
  }
  .o-quizWrapper .service-list01 .service-list__item .small,
  .o-quizWrapper .service-list02 .service-list__item .small,
  .o-quizWrapper .service-list03 .service-list__item .small,
  .o-quizWrapper .service-list04 .service-list__item .small,
  .o-quizWrapper .service-list05 .service-list__item .small,
  .o-quizWrapper .service-list06 .service-list__item .small {
    font-size: 8px;
  }
  .o-quizWrapper .service-list01 {
    margin-top: 15px;
    grid-template-columns: 130px 554px;
  }
  .o-quizWrapper .service-list02 {
    margin-top: 10px;
    grid-template-columns: repeat(5, 130px);
  }
  .o-quizWrapper .service-list03 {
    margin-top: 10px;
    grid-template-columns: repeat(2, 130px) 270px 130px;
  }
  .o-quizWrapper .service-list04 {
    margin-top: 10px;
    grid-template-columns: repeat(5, 130px);
  }
  .o-quizWrapper .service-list05 {
    margin-top: 10px;
    grid-template-columns: repeat(2, 270px) 130px;
  }
  .o-quizWrapper .service-list06 {
    margin-top: 10px;
    grid-template-columns: 270px repeat(3, 130px);
  }
  .o-quizWrapper .service-list06 li:first-child {
    opacity: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 768px) {
  .o-quizWrapper .service-scroll {
    margin: 0 auto;
  }
  .o-quizWrapper .service-list01 .service-list__item,
  .o-quizWrapper .service-list02 .service-list__item,
  .o-quizWrapper .service-list03 .service-list__item,
  .o-quizWrapper .service-list04 .service-list__item,
  .o-quizWrapper .service-list05 .service-list__item,
  .o-quizWrapper .service-list06 .service-list__item {
    padding: 19px 5px 19px 8px;
    font-size: 11px;
  }
  .o-quizWrapper .service-list01 .service-list__item .small,
  .o-quizWrapper .service-list02 .service-list__item .small,
  .o-quizWrapper .service-list03 .service-list__item .small,
  .o-quizWrapper .service-list04 .service-list__item .small,
  .o-quizWrapper .service-list05 .service-list__item .small,
  .o-quizWrapper .service-list06 .service-list__item .small {
    font-size: 8px;
  }
  .o-quizWrapper .service-list01 {
    margin-top: 15px;
    grid-template-columns: 123px 520px;
  }
  .o-quizWrapper .service-list02 {
    margin-top: 10px;
    grid-template-columns: repeat(5, 123px);
  }
  .o-quizWrapper .service-list03 {
    margin-top: 10px;
    grid-template-columns: repeat(2, 123px) 257px 123px;
  }
  .o-quizWrapper .service-list04 {
    margin-top: 10px;
    grid-template-columns: repeat(5, 123px);
  }
  .o-quizWrapper .service-list05 {
    margin-top: 10px;
    grid-template-columns: repeat(2, 257px) 123px;
  }
  .o-quizWrapper .service-list06 {
    margin-top: 10px;
    grid-template-columns: 257px repeat(3, 123px);
  }
  .o-quizWrapper .service-list06 li:first-child {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .o-quizWrapper .service-scroll {
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
    white-space: nowrap;
  }
  .o-quizWrapper .service-scroll::before {
    content: "※横にスクロールできます。";
  }
  .o-quizWrapper .service-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .o-quizWrapper .service-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }
  .o-quizWrapper .service-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }
  .o-quizWrapper .service-scroll .service-img {
    width: 100%;
    min-width: 780px;
  }
  .o-quizWrapper .service-scroll .service-list01 .service-list__item,
  .o-quizWrapper .service-scroll .service-list02 .service-list__item,
  .o-quizWrapper .service-scroll .service-list03 .service-list__item,
  .o-quizWrapper .service-scroll .service-list04 .service-list__item,
  .o-quizWrapper .service-scroll .service-list05 .service-list__item,
  .o-quizWrapper .service-scroll .service-list06 .service-list__item {
    font-size: 13px;
    padding-left: 10px;
  }
  .o-quizWrapper .service-scroll .service-list01 .service-list__item .small,
  .o-quizWrapper .service-scroll .service-list02 .service-list__item .small,
  .o-quizWrapper .service-scroll .service-list03 .service-list__item .small,
  .o-quizWrapper .service-scroll .service-list04 .service-list__item .small,
  .o-quizWrapper .service-scroll .service-list05 .service-list__item .small,
  .o-quizWrapper .service-scroll .service-list06 .service-list__item .small {
    font-size: 11px;
  }
  .o-quizWrapper .service-scroll .service-list01 {
    margin-top: 15px;
    grid-template-columns: 148px 622px;
  }
  .o-quizWrapper .service-scroll .service-list02 {
    margin-top: 10px;
    grid-template-columns: repeat(5, 148px);
  }
  .o-quizWrapper .service-scroll .service-list03 {
    margin-top: 10px;
    grid-template-columns: repeat(2, 148px) 306px 148px;
  }
  .o-quizWrapper .service-scroll .service-list04 {
    margin-top: 10px;
    grid-template-columns: repeat(5, 148px);
  }
  .o-quizWrapper .service-scroll .service-list05 {
    margin-top: 10px;
    grid-template-columns: repeat(2, 306px) 148px;
  }
  .o-quizWrapper .service-scroll .service-list06 {
    margin-top: 10px;
    grid-template-columns: 306px repeat(3, 148px);
  }
  .o-quizWrapper .service-scroll .service-list06 li:first-child {
    opacity: 0;
  }
}

.ctaButton {
  display: inline-block;
  background: #C20D23;
  border: 3px solid #9F0013;
  width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 15px 30px;
  position: relative;
  transition: all 0.3s;
  border-radius: 100px;
  margin-top: 30px;
  box-shadow: 0 6px 0 #9F0013;
}
.ctaButton.long {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .ctaButton.long {
    width: 100%;
  }
}
.ctaButton.long02 {
  width: 485px;
}
@media screen and (max-width: 767px) {
  .ctaButton.long02 {
    width: 100%;
    line-height: 1.4;
    padding: 10px;
  }
}
.ctaButton.long03 {
  width: 485px;
  line-height: 1.5;
  padding: 5px 30px 7px;
}
@media screen and (max-width: 767px) {
  .ctaButton.long03 {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ctaButton {
    font-size: 14px;
    padding: 13px 10px 17px 20px;
    width: 100%;
  }
}
.ctaButton:before {
  content: "";
  width: 9px;
  height: 6px;
  background: url(../../_assets/images/cta-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .ctaButton:before {
    right: 10px;
  }
}
.ctaButton.anchor::before {
  transform: translateY(-50%) rotate(0);
}
.ctaButton:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
}

.quiz-cta {
  background: url(../images/quiz-cta_bg.jpg) center/cover no-repeat;
  padding: 65px 0 75px;
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .quiz-cta {
    padding: 50px 20px;
    background: url(../images/quiz-cta_bg_sp.jpg) center/cover no-repeat;
  }
}
.quiz-cta-ttl {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quiz-cta-ttl {
    font-size: 24px;
  }
}
.quiz-cta .ctaButton {
  width: 570px;
  font-size: 30px;
  margin-top: 0;
}
.quiz-cta .ctaButton::before {
  width: 10px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .quiz-cta .ctaButton {
    padding: 10px;
    width: 100%;
    line-height: 1.4;
    font-size: 20px;
  }
}

.Yellow-marker span {
  background: linear-gradient(transparent 65%, #FCB21F 65%);
}

.white-marker span {
  background: linear-gradient(transparent 70%, #fff 70%);
}

.tac {
  text-align: center;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px;
}/*# sourceMappingURL=style.css.map */