@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- base
- character_comment
- question_area
-------------------------*/
/*=======================================
　base
=======================================*/
body:has(.quiz) {
  background: url("../img/quiz/true-false/cloud_bg.svg") no-repeat center 64.5714285714vw, -webkit-gradient(linear, left top, left bottom, from(#1cc3fb), color-stop(6.29%, #7ee2fd), color-stop(21.72%, #d8fffe), color-stop(42.75%, #d8fffe), to(#7ee2fd));
  background: url("../img/quiz/true-false/cloud_bg.svg") no-repeat center 64.5714285714vw, linear-gradient(#1cc3fb 0%, #7ee2fd 6.29%, #d8fffe 21.72%, #d8fffe 42.75%, #7ee2fd 100%);
}
@media screen and (max-width: 768px) {
  body:has(.quiz) {
    background: url("../img/quiz/true-false/cloud_bg.svg") no-repeat center top, -webkit-gradient(linear, left top, left bottom, from(#1CC3FB), color-stop(20%, #7EE2FD), color-stop(80%, #C5F9FE), to(#D8FFFE));
    background: url("../img/quiz/true-false/cloud_bg.svg") no-repeat center top, linear-gradient(to bottom, #1CC3FB 0%, #7EE2FD 20%, #C5F9FE 80%, #D8FFFE 100%);
  }
}

/* ===========
character_comment
============= */
main > .character_comment img {
  height: auto;
}
main > .character_comment:nth-child(1 of .character_comment) {
  margin-bottom: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(1 of .character_comment) {
    margin-bottom: 16vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
main > .character_comment:nth-child(1 of .character_comment) img {
  width: 12.6428571429vw;
  -webkit-transform: scale(-1, 1) translateY(-50%);
      -ms-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
  right: -16vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(1 of .character_comment) img {
    width: 26.6666666667vw;
    position: static;
    -webkit-transform: scale(-1, 1) translateY(0);
        -ms-transform: scale(-1, 1) translateY(0);
            transform: scale(-1, 1) translateY(0);
  }
}
main > .character_comment:nth-child(1 of .character_comment) .comment_wrapper {
  padding-top: 0vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(1 of .character_comment) .comment_wrapper .comment_txt::before {
    right: -5.3333333333vw;
    top: 60%;
    bottom: auto;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    scale: none;
  }
}
main > .character_comment:nth-child(2 of .character_comment) {
  margin-bottom: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(2 of .character_comment) {
    margin-bottom: 48vw;
  }
}
main > .character_comment:nth-child(2 of .character_comment) img {
  width: 9.7142857143vw;
  left: -12.9285714286vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(2 of .character_comment) img {
    width: 29.3333333333vw;
    left: 50%;
    bottom: -32vw;
  }
}
main > .character_comment:nth-child(2 of .character_comment) .comment_wrapper {
  padding-top: 1.9285714286vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(2 of .character_comment) .comment_wrapper {
    padding-top: 0;
  }
}
main > .character_comment:nth-child(3 of .character_comment) {
  margin-bottom: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(3 of .character_comment) {
    margin-bottom: 53.3333333333vw;
  }
}
main > .character_comment:nth-child(3 of .character_comment) img {
  width: 11.2857142857vw;
  left: -13.5714285714vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(3 of .character_comment) img {
    width: 32vw;
    left: 50%;
    bottom: -26.6666666667vw;
  }
}
main > .character_comment:nth-child(3 of .character_comment) .comment_wrapper {
  padding-top: 1.9285714286vw;
}
@media screen and (max-width: 768px) {
  main > .character_comment:nth-child(3 of .character_comment) .comment_wrapper {
    padding-top: 0;
  }
}
main > .character_comment:nth-child(3 of .character_comment) .comment_wrapper .comment_txt {
  background: #0493DD;
  color: #fff;
  text-align: left;
}
main > .character_comment:nth-child(3 of .character_comment) .comment_wrapper .comment_txt::before {
  background: #0493DD;
}

/* ===========
question_area
============= */
main {
  counter-reset: number 0;
}

.question_area .inner {
  max-width: 77.1428571429vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner {
    max-width: inherit;
  }
}
.question_area .inner .question_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9.0714285714vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box_wrap {
    row-gap: 16vw;
  }
}
.question_area .inner .question_box_wrap:nth-child(1 of .question_box_wrap) {
  margin-bottom: 9.0714285714vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box_wrap:nth-child(1 of .question_box_wrap) {
    margin-bottom: 16vw;
  }
}
.question_area .inner .question_box {
  -webkit-box-shadow: 0 0.2142857143vw 0.4285714286vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.2142857143vw 0.4285714286vw rgba(0, 0, 0, 0.16);
  border-radius: 1.4285714286vw;
  border: 0.5714285714vw solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box {
    border-radius: 5.3333333333vw;
    border: 2.1333333333vw solid #fff;
    -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
}
.question_area .inner .question_box::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15.2142857143vw;
  height: 7.5vw;
  border-radius: 0 0 1.0714285714vw 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box::before {
    width: 19.7333333333vw;
    height: 9.8666666667vw;
    border-radius: 0 0 4vw 0;
  }
}
.question_area .inner .question_box .question_txt {
  position: relative;
  height: 8.5714285714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .question_txt {
    height: auto;
    padding: 9.8666666667vw 15.2vw 7.2vw 4.5333333333vw;
  }
}
.question_area .inner .question_box .question_txt.active .aco_open_btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.question_area .inner .question_box .question_txt .num {
  position: absolute;
  left: 0;
  top: -5.1428571429vw;
  width: 11.2857142857vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .question_txt .num {
    width: 24.8vw;
    top: -9.6vw;
  }
}
.question_area .inner .question_box .question_txt .num::before {
  counter-increment: number 1;
  content: "Q" counter(number);
  font-family: var(--jost);
  font-weight: 700;
  font-size: 3.0714285714vw;
  letter-spacing: 0.03em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 55%;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .question_txt .num::before {
    font-size: 6.1333333333vw;
  }
}
.question_area .inner .question_box .question_txt h3 {
  font-family: var(--murecho);
  font-weight: 500;
  font-size: 1.6428571429vw;
  letter-spacing: 0.03em;
  line-height: 1.391;
  color: #fff;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .question_txt h3 {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.question_area .inner .question_box .question_txt h3 .ruby .rt {
  top: -1em;
}
.question_area .inner .question_box .question_txt .aco_open_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 9.0714285714vw;
  height: 8.5714285714vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .question_txt .aco_open_btn {
    width: 16vw;
    height: 16vw;
  }
}
.question_area .inner .question_box .question_txt .aco_open_btn span {
  width: 2.8571428571vw;
  height: 0.3571428571vw;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .question_txt .aco_open_btn span {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
.question_area .inner .question_box .question_txt .aco_open_btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.question_area .inner .question_box.open .aco_content_wrapper {
  grid-template-rows: 1fr;
  margin-bottom: 3.7857142857vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box.open .aco_content_wrapper {
    margin-bottom: 6.1333333333vw;
  }
}
.question_area .inner .question_box .aco_content_wrapper {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.4s ease, margin-bottom 0.4s ease;
  transition: grid-template-rows 0.4s ease, margin-bottom 0.4s ease;
  transition: grid-template-rows 0.4s ease, margin-bottom 0.4s ease, -ms-grid-rows 0.4s ease;
  margin-bottom: 0;
}
.question_area .inner .question_box .aco_content {
  width: 70vw;
  margin: 0 auto;
  border-radius: 1.1428571429vw;
  background: #fff;
  overflow: hidden;
  min-height: 0;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content {
    border-radius: 2.6666666667vw;
    width: 76.6666666667vw;
  }
}
.question_area .inner .question_box .aco_content .aco_inner {
  padding: 4.2857142857vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .aco_inner {
    padding: 6.6666666667vw 4vw 7.4666666667vw;
  }
}
.question_area .inner .question_box .aco_content .question_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 2.8571428571vw;
     -moz-column-gap: 2.8571428571vw;
          column-gap: 2.8571428571vw;
  padding-bottom: 2.9285714286vw;
  margin-bottom: 2.9285714286vw;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.7142857143vw 0.2857142857vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .question_answer {
    background-size: 1.6vw 0.5333333333vw;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 5.3333333333vw;
  }
}
.question_area .inner .question_box .aco_content .question_answer img {
  width: 20vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .question_answer img {
    width: 100%;
  }
}
.question_area .inner .question_box .aco_content .question_answer .txt_area {
  width: 38.5714285714vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .question_answer .txt_area {
    width: 100%;
  }
}
.question_area .inner .question_box .aco_content .question_answer .txt_area .answer_mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.8571428571vw;
     -moz-column-gap: 1.8571428571vw;
          column-gap: 1.8571428571vw;
  margin-bottom: 2.1428571429vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .question_answer .txt_area .answer_mark {
    -webkit-column-gap: 4.5333333333vw;
       -moz-column-gap: 4.5333333333vw;
            column-gap: 4.5333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
.question_area .inner .question_box .aco_content .question_answer .txt_area .answer_mark span.answer_mark_txt {
  font-family: var(--murecho);
  font-weight: 500;
  font-size: 2vw;
  letter-spacing: 0.03em;
  line-height: 1.785;
  color: #fff;
  border-radius: 0.7142857143vw;
  background: #ff5353;
  padding: 0.7142857143vw 1.4285714286vw 0.1428571429vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .question_answer .txt_area .answer_mark span.answer_mark_txt {
    font-size: 3.7333333333vw;
    padding: 3.2vw 3.7333333333vw 1.0666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.question_area .inner .question_box .aco_content .question_answer .txt_area .answer_mark span.answer_mark_icon {
  width: 4vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .question_answer .txt_area .answer_mark span.answer_mark_icon {
    width: 8.5333333333vw;
  }
}
.question_area .inner .question_box .aco_content .question_answer .txt_area .answer_mark span.answer_mark_icon img {
  width: 100%;
}
.question_area .inner .question_box .aco_content .question_answer .txt_area .answer_txt {
  font-family: var(--murecho);
  font-weight: 500;
  font-size: 1.4285714286vw;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #183251;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .question_answer .txt_area .answer_txt {
    font-size: 3.7333333333vw;
  }
}
.question_area .inner .question_box .aco_content .character_comment {
  margin-bottom: 6.2142857143vw;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .character_comment {
    margin-bottom: 9.0666666667vw;
  }
}
.question_area .inner .question_box .aco_content .character_comment img {
  width: 11.7142857143vw;
  height: auto;
  left: 50%;
  top: auto;
  bottom: -8.0714285714vw;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .character_comment img {
    width: 24vw;
    bottom: -12.8vw;
  }
}
.question_area .inner .question_box .aco_content .character_comment .comment_wrapper {
  padding-top: 0;
}
.question_area .inner .question_box .aco_content .character_comment .comment_wrapper .comment_txt {
  text-align: center;
  padding: 1.6428571429vw 2.3571428571vw;
  background: #B5ECFF;
  font-size: 1.2857142857vw;
  letter-spacing: 0.03em;
  line-height: 1.777;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .character_comment .comment_wrapper .comment_txt {
    font-size: 3.7333333333vw;
    line-height: 1.857;
    padding: 5.3333333333vw;
    text-align: left;
  }
}
.question_area .inner .question_box .aco_content .character_comment .comment_wrapper .comment_txt::before {
  -webkit-transform: scale(1, -1) rotate(90deg);
      -ms-transform: scale(1, -1) rotate(90deg);
          transform: scale(1, -1) rotate(90deg);
  top: auto;
  bottom: -1.7857142857vw;
  left: calc(50% - 7.4285714286vw);
  background: #B5ECFF;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .character_comment .comment_wrapper .comment_txt::before {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    bottom: -4.8vw;
    left: calc(50% - 17.8666666667vw);
  }
}
.question_area .inner .question_box .aco_content .character_comment .comment_wrapper .comment_txt .ruby .rt {
  top: -0.75em;
}
.question_area .inner .question_box .aco_content .link_area {
  margin-bottom: 0;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .question_area .inner .question_box .aco_content .link_area .link_btn:hover {
    color: #fff;
    background: #0493DD;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .question_area .inner .question_box .aco_content .link_area .link_btn:hover {
    color: #fff;
    background: #0493DD;
  }
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .link_area .link_btn {
    width: 57.3333333333vw;
  }
}
.question_area .inner .question_box .aco_content .link_area .link_btn__wide {
  width: 29.0714285714vw;
  aspect-ratio: 407/98;
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .link_area .link_btn__wide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box .aco_content .link_area:has(.link_btn__wide) {
    width: 100%;
  }
}
.question_area .inner .question_box__red {
  background: #ff5353;
}
.question_area .inner .question_box__red::before {
  background: #fe301a;
}
.question_area .inner .question_box__red .question_txt .num {
  -webkit-filter: drop-shadow(0 0.2142857143vw 0.2142857143vw #c52525) drop-shadow(0 0.2142857143vw 0.4285714286vw rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.2142857143vw 0.2142857143vw #c52525) drop-shadow(0 0.2142857143vw 0.4285714286vw rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box__red .question_txt .num {
    -webkit-filter: drop-shadow(0 0.8vw 0.8vw #c52525) drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0.8vw 0.8vw #c52525) drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
  }
}
.question_area .inner .question_box__red .question_txt .num::before {
  color: #ff5353;
}
.question_area .inner .question_box__red .question_answer {
  background-image: radial-gradient(circle, #FF5353 0.1428571429vw, transparent 0.1428571429vw);
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box__red .question_answer {
    background-image: radial-gradient(circle, #FF5353 0.2666666667vw, transparent 0.2666666667vw);
  }
}
.question_area .inner .question_box__green {
  background: #0EAE56;
}
.question_area .inner .question_box__green::before {
  background: #02771D;
}
.question_area .inner .question_box__green .question_txt .num {
  -webkit-filter: drop-shadow(0 0.2142857143vw 0.2142857143vw #037235) drop-shadow(0 0.2142857143vw 0.4285714286vw rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.2142857143vw 0.2142857143vw #037235) drop-shadow(0 0.2142857143vw 0.4285714286vw rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box__green .question_txt .num {
    -webkit-filter: drop-shadow(0 0.8vw 0.8vw #037235) drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0.8vw 0.8vw #037235) drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
  }
}
.question_area .inner .question_box__green .question_txt .num::before {
  color: #0EAE56;
}
.question_area .inner .question_box__green .question_answer {
  background-image: radial-gradient(circle, #0EAE56 0.1428571429vw, transparent 0.1428571429vw);
}
@media screen and (max-width: 768px) {
  .question_area .inner .question_box__green .question_answer {
    background-image: radial-gradient(circle, #0EAE56 0.2666666667vw, transparent 0.2666666667vw);
  }
}/*# sourceMappingURL=true-false.css.map */