@charset "UTF-8";
/*
    フォントサイズツール
*/
@media screen and (min-width: 768px) {
  .font-sizes-test {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .font-sizes-test {
    font-size: 20px;
  }
}

/*
    inline-blockを左右中央配置
    外にflex-centerを使いたくない場合
*/
.pageContents {
  min-height: 100vh;
}
.pageContents > .main .kv {
  padding: 5.3333333333cqw 0 5.3333333333cqw;
  background: #fff;
  position: relative;
}
.pageContents > .main .question {
  background: #fff;
}
.pageContents > .main .question__screen {
  display: none;
}
.pageContents > .main .question__screen.is-active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pageContents > .main .question__body {
  padding: 6.4cqw 7.4666666667cqw 16.5333333333cqw;
}
.pageContents > .main .question__progress {
  width: 74.9333333333cqw;
  margin: 0 auto 14.6666666667cqw;
}
.pageContents > .main .question__progressHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 4.2666666667cqw;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-bottom: 1.3333333333cqw;
}
.pageContents > .main .question__progressTrack {
  position: relative;
  height: 8cqw;
  border: 0.4cqw solid #1a3f7d;
  border-radius: 999px;
}
.pageContents > .main .question__progressDot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.2266666667cqw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #aab8cf;
}
.pageContents > .main .question__progressDot--step01 {
  background: #aab8cf;
}
.pageContents > .main .question__progressDot--step02 {
  background: #adafc9;
}
.pageContents > .main .question__progressDot--step03 {
  background: #b1a5c4;
}
.pageContents > .main .question__progressDot--step04 {
  background: #b49cbe;
}
.pageContents > .main .question__progressDot--step05 {
  background: #b893b8;
}
.pageContents > .main .question__progressDot--step06 {
  background: #bb89b3;
}
.pageContents > .main .question__progressDot--step07 {
  background: #be80ad;
}
.pageContents > .main .question__progressDot--step08 {
  background: #c277a7;
}
.pageContents > .main .question__progressDot--step09 {
  background: #c56ea1;
}
.pageContents > .main .question__progressDot--step10 {
  background: #c8649c;
}
.pageContents > .main .question__progressDot--step11 {
  background: #cc5b96;
}
.pageContents > .main .question__progressDot--step12 {
  background: #cf5290;
}
.pageContents > .main .question__progressDot--step13 {
  background: #d3488b;
}
.pageContents > .main .question__progressDot--step14 {
  background: #d63f85;
}
.pageContents > .main .question__number {
  text-align: center;
  margin: 0;
}
.pageContents > .main .question__numberImage {
  display: block;
  width: auto;
  height: 9.8666666667cqw;
  margin: 0 auto;
}
.pageContents > .main .question__title {
  font-size: 5.8cqw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 3.4666666667cqw -0.5em 0;
}
.pageContents > .main .question .btn-madoi {
  margin: 1em 0 2em;
}
.pageContents > .main .question__note {
  font-size: 5.3333333333cqw;
  line-height: 1.6;
  text-align: center;
  margin: 2.6666666667cqw -0.5em 0;
}
.pageContents > .main .question__multi {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  background: #1a3f7d;
  color: #fff;
  font-size: 3.4133333333cqw;
  font-weight: 700;
  line-height: 1;
  padding: 1.8666666667cqw 2.6666666667cqw;
  border-radius: 1.0666666667cqw;
  margin-top: 2.9333333333cqw;
}
.pageContents > .main .question__intro {
  font-size: 2.9333333333cqw;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 6.6666666667cqw;
}
.pageContents > .main .question__intro--action {
  font-size: 4cqw;
  line-height: 1.65;
  margin-bottom: 4.5333333333cqw;
}
.pageContents > .main .question__choices {
  list-style: none;
  padding: 0;
  margin: 14.6666666667cqw 0 0;
}
.pageContents > .main .question__choices li {
  position: relative;
}
.pageContents > .main .question__choices input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pageContents > .main .question__choices label {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 14.4cqw;
  padding: 2.4cqw 3.2cqw;
  border: 0.4cqw solid #1a3f7d;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .pageContents > .main .question__choices label {
    font-size: 3.6cqw;
  }
}
@media screen and (max-width: 767px) {
  .pageContents > .main .question__choices label {
    font-size: 4.4cqw;
  }
}
.pageContents > .main .question__choices label {
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background: #fff;
}
.pageContents > .main .question__choices input:checked + label {
  background: #aab8cf;
  border-width: 0.8cqw;
}
.pageContents > .main .question__choices--age {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2cqw 2.9333333333cqw;
}
.pageContents > .main .question__choices--alpha li + li {
  margin-top: 5.7333333333cqw;
}
.pageContents > .main .question__choices--alpha label {
  justify-content: flex-start;
  text-align: left;
  padding-left: 5.8666666667cqw;
  padding-right: 3.4cqw;
}
.pageContents > .main .question__choiceIndex {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 7.7333333333cqw;
  line-height: 1;
  min-width: 5.8666666667cqw;
  margin-right: 2.4cqw;
}
.pageContents > .main .question__levelList {
  list-style: none;
  padding: 0;
  margin: 5.6cqw 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.8666666667cqw;
}
.pageContents > .main .question__levelList li {
  position: relative;
}
.pageContents > .main .question__levelList input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pageContents > .main .question__levelList label {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  align-content: start;
  gap: 6cqw;
  cursor: pointer;
  min-height: 50.6666666667cqw;
}
.pageContents > .main .question__levelText {
  font-size: 5.72cqw;
  font-weight: 500;
  line-height: 1.45;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.pageContents > .main .question__dot {
  display: block;
  width: 12.6666666667cqw;
  aspect-ratio: 1;
  flex: 0 0 auto;
  box-sizing: border-box;
  border-radius: 50%;
  border: 0.4cqw solid #1a3f7d;
  background: #fff;
  transition: background-color 0.2s ease;
}
.pageContents > .main .question__levelList input:checked + label .question__dot {
  background: #aab8cf;
  border-width: 0.8cqw;
}
.pageContents > .main .question__levelList li:first-child label, .pageContents > .main .question__levelList li:last-child label {
  gap: 3.7333333333cqw;
}
.pageContents > .main .question__levelList li:first-child .question__dot, .pageContents > .main .question__levelList li:last-child .question__dot {
  width: 16.8666666667cqw;
  aspect-ratio: 1;
  margin-top: -2.2666666667cqw;
}
.pageContents > .main .question__footerNav {
  border-top: 1px solid #1a3f7d;
  padding: 4cqw 7.4666666667cqw 4.5333333333cqw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.9333333333cqw;
}
.pageContents > .main .question__navBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.4cqw solid #1a3f7d;
  border-radius: 999px;
  background: #fff;
  color: #1a3f7d;
  font-size: 4.4cqw;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31.7333333333cqw;
  height: 10.6666666667cqw;
  position: relative;
}
.pageContents > .main .question__navBtn[hidden] {
  display: none !important;
}
.pageContents > .main .question__navBtn::before, .pageContents > .main .question__navBtn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4cqw;
  line-height: 1;
}
.pageContents > .main .question__navBtn--prev::before {
  content: "◀";
  left: 3.4666666667cqw;
}
.pageContents > .main .question__navBtn--next {
  background: #1a3f7d;
  color: #fff;
}
.pageContents > .main .question__navBtn--next::after {
  content: "▶";
  right: 3.4666666667cqw;
}
.pageContents > .main .question__navBtn--result {
  padding-right: 2cqw;
  width: 36cqw;
}
.pageContents > .main .question__navBtn--small {
  font-size: 2.6666666667cqw;
  font-weight: bold;
  min-width: 25.3333333333cqw;
  height: 8.2666666667cqw;
  padding: 0 2.6666666667cqw;
}
.pageContents > .main .question__navBtn:disabled {
  opacity: 0.5;
}
.pageContents > .main .questionInfoModal__content {
  border: 0;
  border-radius: 2.6666666667cqw;
  background-color: #f6f3f2;
}
.pageContents > .main .questionInfoModal__body {
  padding: 13.3333333333cqw 5.3333333333cqw;
  text-align: center;
  cursor: pointer;
}
.pageContents > .main .questionInfoModal__body .madoi-note__title {
  margin: 0;
  font-size: 7.8666666667cqw;
  font-weight: 700;
  line-height: 1.35;
  color: #1a3f7d;
  text-align: center;
  letter-spacing: -0.02em;
}
.pageContents > .main .questionInfoModal__body .madoi-note__lead,
.pageContents > .main .questionInfoModal__body .madoi-note__body {
  margin: 10cqw 0 0;
  font-size: 3.8666666667cqw;
  font-weight: 400;
  line-height: 1.8;
  color: #1a3f7d;
  text-align: center;
  letter-spacing: -0.01em;
}
.pageContents > .main .questionInfoModal__body .madoi-note__lead strong,
.pageContents > .main .questionInfoModal__body .madoi-note__body strong {
  font-weight: 700;
}
.pageContents > .main .questionInfoModal__body .madoi-note__close {
  margin-top: 6.6666666667cqw;
}
.pageContents > .main .questionInfoModal__body .madoi-note__close img {
  width: 11.0666666667cqw;
}/*# sourceMappingURL=question.css.map */