@charset "UTF-8";
/* sp-only ------------*/
/* pc-only ------------*/
/* hover-only ------------*/
/* flex ------------*/
/* Font Awesome 疑似要素 ------------*/
/* Edge用 ------------*/
/* IE用 ------------*/
/* Microsoft IE/Edge用 ------------*/
/* Safari用 ------------*/
/* Font styles ------------*/
/* Color styles ------------*/
/* 375pxデザイン時のpxからvwを計算 ------------*/
/* calc内で使いたい場合: calc( 100% - vw(10) ); */
#main {
  background-color: #fff;
}

.quiz-main {
  position: relative;
  z-index: 1;
  perspective: 200px;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 0 !important;
}
.quiz-main.js-load--on .quiz-main-ttl {
  opacity: 1;
  transform: scale(1);
}
.quiz-main .quiz-main-ttl {
  opacity: 0;
  transform: scale(3);
  transition: opacity 0.7s 0.1s cubic-bezier(0, 0, 0.79, 0.01), transform 0.7s 0.1s cubic-bezier(0, 0, 0.79, 0.01);
}
.quiz-main .quiz-main-ttl__img {
  transform: scale(1) translateY(0);
}
.quiz-main .quiz-main__img {
  width: 844px;
}
@media screen and (max-width: 767px) {
  .quiz-main .quiz-main__img {
    width: 86.1333333333vw;
  }
}

.quiz-lesson {
  position: relative;
  z-index: 1;
}
.quiz-lesson.scr-anin--on .lcl-lesson__rocket {
  -webkit-animation: lcl-lesson-rocket 6s linear -2s infinite;
          animation: lcl-lesson-rocket 6s linear -2s infinite;
}
@-webkit-keyframes lcl-lesson-rocket {
  30% {
    opacity: 0;
    transform: translate(-100%, 100%);
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(100%, -100%);
  }
}
@keyframes lcl-lesson-rocket {
  30% {
    opacity: 0;
    transform: translate(-100%, 100%);
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(100%, -100%);
  }
}
@media screen and (min-width: 768px) {
  .quiz-lesson .lcl-lesson-char-txt__in {
    width: 755px;
  }
}

.fukidashi--medical.fukidashi--medical {
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  .fukidashi--medical.fukidashi--medical {
    width: 800px;
  }
}

.quiz-question .quiz-question-ttl__txt {
  width: 769px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-question .quiz-question-ttl__txt {
    width: 88.5333333333vw;
  }
}

/*------------------------------------------------
quiz-main lcl-choice
------------------------------------------------*/
.quiz-main .lcl-main__wave {
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -1px;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-main__wave {
    width: 200%;
    height: 4vw;
  }
}
.quiz-main .lcl-choice__cnt {
  position: relative;
  margin-top: 100px;
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  .quiz-main .lcl-choice__cnt {
    /* before ------------*/
    /* after ------------*/
  }
  .quiz-main .lcl-choice__cnt::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 0;
    width: 150px;
    height: 1166px;
    background: url(../../webp/choice/wave_01.webp) left center/contain no-repeat;
  }
  .quiz-main .lcl-choice__cnt::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 45px;
    right: 0;
    width: 181px;
    height: 1189px;
    background: url(../../webp/choice/wave_02.webp) right center/contain no-repeat;
  }
}
.quiz-main .lcl-choice__in {
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
  border: 6px solid #2f95ff;
  border-radius: 20px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__in {
    width: 92vw;
    padding: 2.6666666667vw;
  }
}
.quiz-main .lcl-choice__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.quiz-main .lcl-choice__ttl {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__ttl {
    font-size: 5.8666666667vw;
    letter-spacing: 0.1em;
  }
}
.quiz-main .ttl01__small {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .quiz-main .ttl01__small {
    font-size: 4.8vw;
  }
}
.quiz-main .lcl-choice__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__list {
    flex-direction: column;
  }
}
.quiz-main .lcl-choice__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 225px;
  height: 225px;
  color: #000;
  background-color: #fff000;
  border-radius: 50%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  /* nth-of-type(2n) ------------ */
  /* SP only ------------ */
}
.quiz-main .lcl-choice__item:nth-of-type(2n) {
  color: #fff;
  background-color: #2f95ff;
}
.quiz-main .lcl-choice__item:nth-of-type(2n) .ico_svg .svg-path {
  fill: #fff000;
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__item {
    justify-content: center;
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
.quiz-main .lcl-choice__item .ico_svg {
  width: 50px;
  height: 50px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__item .ico_svg {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.quiz-main .lcl-choice__item .ico_svg .svg-path {
  fill: #2f95ff;
}
.quiz-main .lcl-choice__item::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../img/course/ico_01.png) center center/contain no-repeat;
  position: relative;
  left: 120px;
  right: 0;
  bottom: -96px;
  margin: 0 auto;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__item::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__item:nth-child(1)::before {
    left: 0;
    bottom: -37.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__item:nth-child(2)::before {
    left: 0;
    bottom: -37.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__item:nth-child(3)::before {
    left: 0;
    bottom: -37.8666666667vw;
  }
}
.quiz-main .lcl-choice__item:nth-child(4)::before {
  opacity: 0;
}
.quiz-main .lcl-choice__txt {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  text-align: center;
  margin-top: 25px;
  font-size: 17px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__txt {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__txt {
    margin-top: -6.4vw;
    font-size: 3.7333333333vw;
  }
}
.quiz-main .lcl-choice__note {
  margin: 10px 40px;
}
.quiz-main .lcl-choice__note .lcl-choice__note__txt--small {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-main .lcl-choice__note .lcl-choice__note__txt--small {
    padding: 0 2.6666666667vw;
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.quiz-main .quiz-main__lead {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  margin-top: 30px;
  color: #000;
  /* PC only ------------ */
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-main .quiz-main__lead {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .quiz-main .quiz-main__lead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .quiz-main .quiz-main__lead {
    margin-top: 5.3333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.quiz-main .quiz-main__attention__cnt {
  margin: 20px auto 40px;
  display: flex;
  justify-content: center;
}
.quiz-main .quiz-main__attention {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-main .quiz-main__attention {
    padding: 0 2.6666666667vw;
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.quiz-main .lcl-bnr {
  margin: 80px auto;
  text-align: center;
}

/*------------------------------------------------
quiz-work
------------------------------------------------*/
.quiz-work .quiz-work__lead {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  margin-top: 30px;
  color: #fff;
  /* PC only ------------ */
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__lead {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .quiz-work .quiz-work__lead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__lead {
    margin-top: 5.3333333333vw;
  }
}
.quiz-work .quiz-work__attention {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__attention {
    padding: 0 2.6666666667vw;
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.quiz-work .quiz-work__in {
  width: 1000px;
  margin: 40px auto 0;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__in {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.quiz-work .quiz-work__cnt {
  color: #fff;
  background-color: #ed0677;
  /* nth-of-type(n + 2) ------------ */
}
.quiz-work .quiz-work__cnt:nth-of-type(n + 2) {
  margin-top: 25px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__cnt:nth-of-type(n + 2) {
    margin-top: 5.3333333333vw;
  }
}
.quiz-work .quiz-work__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  transition: height 0.35s ease;
  /* SP only ------------ */
  /* before ------------*/
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__box {
    height: 480vw !important;
    padding: 10px;
  }
}
.quiz-work .quiz-work__box:not(.quiz-work__box--open) {
  height: 180px !important;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__box:not(.quiz-work__box--open) {
    height: 80vw !important;
  }
}
.quiz-work .quiz-work__box.quiz-work__box--open {
  justify-content: space-around;
}
.quiz-work .quiz-work__box.quiz-work__box--open::before {
  opacity: 0;
}
.quiz-work .quiz-work__box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  transition: opacity 0.25s ease;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__box::before {
    height: 6.6666666667vw;
  }
}
.quiz-work .quiz-work__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 6px;
  text-align: center;
  width: 33%;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__main {
    width: 100%;
  }
}
.quiz-work .quiz-work__head {
  position: relative;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.quiz-work .quiz-work__ico {
  /* PC only ------------ */
  /* SP only ------------ */
}
@media screen and (min-width: 768px) {
  .quiz-work .quiz-work__ico {
    position: absolute;
    top: -10px;
    left: -165px;
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__ico {
    width: 26.6666666667vw;
  }
}
.quiz-work .quiz-work__ttl {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__ttl {
    flex: 1;
    font-size: 4.5333333333vw;
  }
}
.quiz-work .quiz-work__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 26px;
  counter-reset: item;
  list-style-type: none;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__list {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.quiz-work .quiz-work__item {
  width: calc((100% - 80px) * 0.3333);
  padding-left: 2em;
  text-indent: -2em;
  font-size: 13px;
  line-height: 1.5;
  /* PC only ------------ */
  /* SP only ------------ */
  /* before ------------*/
}
@media screen and (min-width: 768px) {
  .quiz-work .quiz-work__item {
    /* :not(:nth-child(3n + 1)) ------------ */
    /* nth-of-type(n + 4) ------------ */
  }
  .quiz-work .quiz-work__item:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
  .quiz-work .quiz-work__item:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__item {
    width: 100%;
    font-size: 3.4666666667vw;
    /* nth-of-type(n + 2) ------------ */
  }
  .quiz-work .quiz-work__item:nth-of-type(n + 2) {
    margin-top: 2.6666666667vw;
  }
}
.quiz-work .quiz-work__item::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero) " | ";
}
.quiz-work .quiz-work__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #bc005c;
  cursor: pointer;
  transition: background-color 0.35s ease;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__button {
    height: 10.6666666667vw;
  }
}
.quiz-work .quiz-work__button.quiz-work__button--open .ico_svg {
  transform: rotateZ(180deg);
}
.quiz-work .quiz-work__button.quiz-work__button--open .quiz-work__more::before, .quiz-work .quiz-work__button.quiz-work__button--open .quiz-work__more::after {
  transform: translateY(-100%);
}
.quiz-work .quiz-work__button .ico_svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  margin: auto 0;
  transition: transform 0.35s ease;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__button .ico_svg {
    right: 10.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.quiz-work .quiz-work__button .ico_svg .svg-path {
  fill: #fff;
}
.quiz-work .quiz-work__more {
  position: relative;
  overflow: hidden;
  height: 1.7em;
  font-size: 14px;
  /* SP only ------------ */
  /* before ------------*/
  /* after ------------*/
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__more {
    font-size: 3.4666666667vw;
  }
}
.quiz-work .quiz-work__more::before, .quiz-work .quiz-work__more::after {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  transition: transform 0.25s ease;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-work__more::before, .quiz-work .quiz-work__more::after {
    font-size: 3.4666666667vw;
  }
}
.quiz-work .quiz-work__more::before {
  content: "もっと見る！";
}
.quiz-work .quiz-work__more::after {
  content: "閉じる";
  position: absolute;
  top: 1.7em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.quiz-work .quiz-workschedule__cnt {
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-workschedule__cnt {
    margin-top: 1.3333333333vw;
  }
}
.quiz-work .quiz-workschedule-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.quiz-work .quiz-workschedule-ttl__txt {
  padding: 4px 30px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border-radius: 6px;
  background-color: #fff;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-workschedule-ttl__txt {
    padding: 1.0666666667vw 8vw;
    font-size: 3.4666666667vw;
    border-radius: 1.6vw;
  }
}
.quiz-work .quiz-workschedule__main {
  position: relative;
  margin: 10px auto 0;
}
.quiz-work .quiz-workschedule-table {
  width: 100%;
  table-layout: fixed;
  /* SP only ------------ */
}
.quiz-work .quiz-workschedule-table.quiz-workschedule-table--purple .quiz-workschedule-table__cnt--active {
  color: #fff000;
  background-color: #7651c5;
}
.quiz-work .quiz-workschedule-table.quiz-workschedule-table--blue .quiz-workschedule-table__cnt--active {
  color: #fff000;
  background-color: #2f95ff;
}
.quiz-work .quiz-workschedule-table.quiz-workschedule-table--navy .quiz-workschedule-table__cnt--active {
  color: #fff000;
  background-color: #003a95;
}
.quiz-work .quiz-workschedule-table__head,
.quiz-work .quiz-workschedule-table__ttl,
.quiz-work .quiz-workschedule-table__cnt {
  border: 1px solid #e2e9fc;
}
.quiz-work .quiz-workschedule-table__head {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  text-align: center;
  color: #fff;
  background-color: #42bbef;
  height: 105px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-workschedule-table__head {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-workschedule-table__head {
    height: 16vw;
  }
  .quiz-work .quiz-workschedule-table__head_::-webkit-full-page-media,
.quiz-work .quiz-workschedule-table__head _:future, :root .quiz-work .quiz-workschedule-table__head {
    width: auto;
  }
}
.quiz-work .quiz-workschedule-table__ttl {
  text-align: center;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  background-color: #fff000;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-workschedule-table__ttl {
    padding: 1.6vw 4vw;
    text-align: left;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.quiz-work .quiz-workschedule-table__cnt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  background-color: #fff;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-workschedule-table__cnt {
    font-size: 3.2vw;
    letter-spacing: -0.05em;
    padding: 2.6666666667vw 0;
  }
}
.quiz-work .quiz-workschedule__sub {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-work .quiz-workschedule__sub {
    font-size: 3.2vw;
  }
}
.quiz-work .ttl01__en,
.quiz-work .ttl01__txt,
.quiz-work .quiz-work__lead,
.quiz-work .quiz-work__attention {
  color: #000;
}

/*------------------------------------------------
quiz-wdyd
------------------------------------------------*/
.quiz-wdyd .quiz-wdyd__item {
  background: none;
}
.quiz-wdyd .quiz-wdyd__list {
  margin-top: 0;
  /* nth-of-type(1) ------------ */
  /* nth-of-type(2) ------------ */
  /* nth-of-type(3) ------------ */
}
.quiz-wdyd .quiz-wdyd__list li:nth-of-type(1) .quiz-wdyd__point {
  background-image: url(../../common/img/match/bg_01.png);
}
.quiz-wdyd .quiz-wdyd__list li:nth-of-type(2) .quiz-wdyd__point {
  background-image: url(../../common/img/match/bg_02.png);
}
.quiz-wdyd .quiz-wdyd__list li:nth-of-type(3) .quiz-wdyd__point {
  background-image: url(../../common/img/match/bg_03.png);
}
.quiz-wdyd .quiz-wdyd__list .quiz-wdyd__point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: -35px;
  padding: 40px 35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-wdyd .quiz-wdyd__list .quiz-wdyd__point {
    margin-top: -8.8vw;
    padding: 7.2vw 2.6666666667vw;
  }
}
.quiz-wdyd .quiz-wdyd__list .quiz-wdyd__point__txt {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-wdyd .quiz-wdyd__list .quiz-wdyd__point__txt {
    font-size: 3.2vw;
  }
}
.quiz-wdyd .quiz-wdyd__list .quiz-wdyd__ttl {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000;
  /* PC only ------------ */
}
@media screen and (max-width: 767px) {
  .quiz-wdyd .quiz-wdyd__list .quiz-wdyd__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .quiz-wdyd .quiz-wdyd__list .quiz-wdyd__ttl {
    min-height: 3.2em;
    text-align: center;
    align-items: start;
  }
}
.quiz-wdyd .quiz-wdyd__list .quiz-wdyd__txt {
  color: #000;
}
.quiz-wdyd .ttl01__en,
.quiz-wdyd .ttl01__txt {
  color: #000;
}
.quiz-wdyd .quiz-wdyd__level {
  color: #2f95ff;
}

/*------------------------------------------------
quiz-schedule
------------------------------------------------*/
.quiz-schedule {
  margin-top: 100px;
}
.quiz-schedule .quiz-schedule-table__ttl {
  background-color: rgba(255, 240, 0, 0.3);
}
.quiz-schedule .quiz-schedule__cnt:nth-of-type(n + 2) {
  margin-top: 0 !important;
}
.quiz-schedule .ttl01__en,
.quiz-schedule .ttl01__txt,
.quiz-schedule .quiz-schedule__txt {
  color: #000;
}

/*------------------------------------------------
flow
------------------------------------------------*/
.flow {
  /* -------------- flow-acinstep -------------- */
}
.flow .flow-acinstep {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .flow .flow-acinstep {
    margin-top: 6.6666666667vw;
  }
}
.flow .flow-acinstep__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc((100% - 39px) * 0.3);
  padding: 11px 10px;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 6px;
  background-color: #42bbef;
  position: relative;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .flow .flow-acinstep__item {
    width: 100%;
    padding: 3.7333333333vw;
    border-radius: 1.6vw;
    margin-bottom: 40px;
  }
}
.flow .flow-acinstep__item::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../img/course/ico_01.png) center center/contain no-repeat;
  position: absolute;
  left: 180px;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .flow .flow-acinstep__item::after {
    left: 0;
    bottom: -8vw;
    transform: none;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.flow .flow-acinstep__item:nth-child(3)::after {
  display: none;
}
.flow .flow-acinstep__txt {
  margin-top: 3px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .flow .flow-acinstep__txt {
    margin-top: 0.5333333333vw;
    font-size: 4vw;
  }
}
.flow .flow__attention {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0;
}

/*------------------------------------------------
quiz-flow
------------------------------------------------*/
.quiz-flow {
  margin-top: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .quiz-flow::before {
    content: "";
    background: url(../../../webp/about/bg_01.webp) center center/100% 100% no-repeat;
    width: 214px;
    height: 1158px;
    position: absolute;
    left: 0;
    top: -120px;
  }
  .quiz-flow::after {
    content: "";
    background: url(../../../webp/about/bg_02.webp) center center/100% 100% no-repeat;
    width: 167px;
    height: 1223px;
    position: absolute;
    right: 0;
    top: 137px;
  }
}
.quiz-flow .ttl01__en,
.quiz-flow .ttl01__txt {
  color: #000;
}
.quiz-flow .lcl-line-contact img {
  width: 100%;
  height: auto;
}
.quiz-flow .flow__textarea .btn-02 {
  width: 200px !important;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .quiz-flow .flow__textarea .btn-02 {
    margin-top: 2.6666666667vw;
  }
}

/*------------------------------------------------
quiz-course
------------------------------------------------*/
.quiz-course .quiz-course__ttl,
.quiz-course .quiz-course-list__txt {
  color: #000;
}
.quiz-course .quiz-course-list__item--foster .quiz-course-list__img {
  background-image: url(../../webp/main/bg_02_2.webp);
}

/*------------------------------------------------
quiz-sec
------------------------------------------------*/
.quiz-sec .ttl01__en,
.quiz-sec .ttl01__txt {
  color: #000;
}/*# sourceMappingURL=index.css.map */