@charset "UTF-8";
/* ==================================================
Mixin
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope&display=swap");
@media all and (max-width: 1023px) {
  .section_body {
    margin-bottom: 82px !important;
  }
}

#questions {
  margin-bottom: 38px;
}
#questions li a span:last-child {
  border-bottom: 1px solid #1E2124;
}
@media all and (min-width: 1024px) {
  #questions {
        -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #questions li {
    width: 50%;
    margin-bottom: 14px;
  }
}
@media all and (max-width: 1023px) {
  #questions li {
    margin-bottom: 18px;
  }
}

.answer {
  border: 1px solid #ddd;
}
.answer #questionTitle[data-scene=question] {
  margin-bottom: 40px;
  font-weight: lighter;
}
.answer #questionTitle[data-scene=question] span:last-child {
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  font-size: 1.8rem;
}
.answer #questionTitle[data-scene=answer] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  margin: 0 auto 30px;
  background-color: #F7F7F7;
  font-size: 1.4rem;
  font-weight: lighter;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.answer #questionTitle[data-scene=answer] span:first-child {
  margin-right: 1rem;
}
.answer #questionTitle[data-scene=answer]::after {
  position: absolute;
  border-style: solid;
  border-color: #F7F7F7 transparent transparent transparent;
  content: "";
}
.answer #questionAnswerArea #questionAnswer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: end;
  padding-bottom: 16px;
  font-size: 1.8rem;
  font-weight: lighter;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
}
.answer #questionAnswerArea #questionAnswer span {
  margin-right: 1.8rem;
}
.answer #questionAnswerArea #explanation #summary {
  margin-bottom: 20px;
  line-height: 2.25;
}
.answer #questionAnswerArea #explanation #summary .oneline {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.answer #questionAnswerArea #explanation #modalButton {
  display: block;
  width: 154px;
  height: 48px;
  border: 1px solid #1E2124;
  font-size: 14px;
}
.answer #questionAnswerArea #rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.answer #questionAnswerArea #rate > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  height: 152px;
  border: 1px solid #1E2124;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.answer #questionAnswerArea #rate > div .percent {
  font-size: 60px;
  letter-spacing: 4px;
}
.answer #questionAnswerArea #rate > div .percent::after {
  font-size: 32px;
  content: "%";
}
.answer #questionAnswerArea #rate > div[data-choice="1"]::before {
  position: absolute;
  top: -17px;
  padding: 10px 34px;
  background-color: #EFEBE9;
  font-size: 14px;
  line-height: 1;
  content: "あなたの回答";
}
.answer #questionAnswerArea #rate > div[data-choice="1"]::after {
  position: absolute;
  top: 16px;
  border-width: 16px 8px 0 8px;
  border-style: solid;
  border-color: #EFEBE9 transparent transparent transparent;
  content: "";
}
.answer #questionAnswerArea #pagerButton {
  display: block;
  background-color: #1E2124;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.answer #questionAnswerArea #pagerButton[data-status=next]::before {
  content: "次の質問へ";
}
.answer #questionAnswerArea #pagerButton[data-status=back]::before {
  content: "最初の質問へ";
}
.answer #select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.answer #select .choice {
  position: relative;
  border: 1px solid #ddd;
}
.answer #select .choice svg {
  margin: 24px auto;
}
.answer #select .choice label {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 18px;
  line-height: 232px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.answer #select .choice[data-status=non]::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: #1E2124;
  content: "";
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.answer #select .choice[data-status=non]::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1px;
  width: 1px;
  height: 0%;
  background-color: #1E2124;
  content: "";
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.answer #select .choice[data-status=non]:hover::before {
  width: 100%;
}
.answer #select .choice[data-status=non]:hover::after {
  height: 100%;
}
.answer #select .choice[data-status=non] label {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.answer #select .choice[data-status=non] label::before {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: -1px;
  width: 0%;
  height: 1px;
  background-color: #1E2124;
  content: "";
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.answer #select .choice[data-status=non] label::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 0%;
  background-color: #1E2124;
  content: "";
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.answer #select .choice[data-status=non] label:hover::before {
  width: 100%;
}
.answer #select .choice[data-status=non] label:hover::after {
  height: 100%;
}
.answer #select .choice[data-status=selected] {
  background-image: linear-gradient(60deg, #E8EDEB, #EDF0EF 30%, #EFEBE9 70%, #EFEBE9);
}
.answer .answerButton {
  display: block;
  font-size: 18px;
}
.answer .answerButton[data-status=disable] {
  border: 1px solid #ddd;
  color: #837F7F;
  cursor: default;
}
.answer .answerButton[data-status=disable]::before {
  content: "選択してください";
}
.answer .answerButton[data-status=enable] {
  background-color: #1E2124;
  color: #fff;
  cursor: pointer;
}
.answer .answerButton[data-status=enable]::before {
  content: "回答を見る";
}
.answer .answerButton::before {
  display: block;
  width: 100%;
  max-width: 276px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  content: "";
}
@media all and (min-width: 1024px) {
  .answer {
    padding: 42px 64px;
  }
  .answer #questionTitle[data-scene=question] span:first-child {
    margin-bottom: 28px;
    font-size: 3.4rem;
  }
  .answer #questionTitle[data-scene=answer] {
    padding: 14px 20px;
  }
  .answer #questionTitle[data-scene=answer]::after {
    bottom: -14px;
    border-width: 14px 8px 0 8px;
  }
  .answer #questionAnswerArea #explanation {
    margin-bottom: 58px;
  }
  .answer #questionAnswerArea #rate {
    margin-bottom: 40px;
  }
  .answer #questionAnswerArea #rate > div {
    width: 348px;
  }
  .answer #questionAnswerArea #rate > div svg {
    margin-bottom: 10px;
  }
  .answer #questionAnswerArea #rate > div .percent {
    margin-left: 56px;
  }
  .answer #questionAnswerArea #pagerButton {
    width: 276px;
    height: 68px;
  }
  .answer #select {
    margin-bottom: 41px;
  }
  .answer #select .choice {
    width: 151px;
    height: 158px;
  }
  .answer #select .choice:hover {
    cursor: pointer;
  }
  .answer #select .choice:first-child {
    margin-right: 54px;
  }
  .answer #select .choice label {
    width: 151px;
    height: 156px;
  }
  .answer .answerButton {
    width: 276px;
    height: 68px;
  }
}
@media all and (max-width: 1023px) {
  .answer {
    padding: 38px 16px;
  }
  .answer #questionTitle[data-scene=question] span:first-child {
    margin-bottom: 21px;
    font-size: 2.5rem;
  }
  .answer #questionTitle[data-scene=answer] {
    padding: 22px 16px;
  }
  .answer #questionTitle[data-scene=answer]::after {
    bottom: -25px;
    border-width: 25px 14px 0 14px;
  }
  .answer #questionAnswerArea #questionAnswer {
    margin-bottom: 28px;
  }
  .answer #questionAnswerArea #explanation {
    margin-bottom: 48px;
  }
  .answer #questionAnswerArea #rate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (max-width: 1023px) and (max-width: 799px) {
  .answer #questionAnswerArea #rate {
        -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
}
@media all and (max-width: 1023px) {
  .answer #questionAnswerArea #rate > div {
    width: 100%;
    max-width: 350px;
    margin-bottom: 31px;
  }
  .answer #questionAnswerArea #rate > div svg {
    margin-bottom: 10px;
  }
  .answer #questionAnswerArea #rate > div .percent {
    margin-left: 21px;
  }
}
@media all and (max-width: 1023px) {
  .answer #questionAnswerArea #pagerButton {
    width: 244px;
    height: 74px;
  }
}
@media all and (max-width: 1023px) {
  .answer #select {
    margin-bottom: 31px;
  }
  .answer #select .choice {
    width: 124px;
    height: 165px;
  }
  .answer #select .choice:first-child {
    margin-right: 32px;
  }
  .answer #select .choice label {
    width: 124px;
    height: 165px;
  }
}
@media all and (max-width: 1023px) {
  .answer .answerButton {
    width: 244px;
    height: 74px;
  }
}

#modal {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(112, 112, 112, 0.35);
}
#modal #modal_wrapper {
  position: relative;
  overflow-y: auto;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  margin: 5vh auto 5vh;
  background-color: #fff;
}
@media all and (min-width: 1024px) {
  #modal #modal_wrapper {
    padding: 40px 60px;
  }
}
@media all and (max-width: 1023px) {
  #modal #modal_wrapper {
    padding: 20px 30px;
  }
}
#modal #modal_wrapper #voiceTarget:focus {
  outline: #fff;
}
#modal #modal_wrapper section h4 {
  margin-bottom: 18px;
  font-size: 1.8rem;
}
#modal #modal_wrapper #modalCloseButton {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
@media all and (min-width: 1024px) {
  #modal #modal_wrapper #modalCloseButton {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #modal #modal_wrapper #modalCloseButton:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 1023px) {
  #modal #modal_wrapper #modalCloseButton {
    position: fixed;
    top: 60px;
    right: 10%;
  }
}
