@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

:root {
  --main-color: #2e366d;
  --main-red: #ae3846;
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --ibarra: "Ibarra Real Nova", serif;
  --mrs: "Mrs Saint Delafield", cursive;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 320px;
  margin: auto;
  color: #000;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
  background: #fcfcfc;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 960px) {
  body.hidden {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.59vw;
    line-height: 1.5;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  .__pc {
    display: none !important;
  }
}

.__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .__sp {
    display: inherit;
  }
}

a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
button:hover {
  opacity: 0.8;
}

.container {
  max-width: 112rem;
  margin: auto;
}
@media (max-width: 112rem) {
  .container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 3.846vw;
  }
}

.entry {
  background: url("../images/entry_bg.png") no-repeat center/cover;
  padding: 10rem 0 16.7rem;
  margin-bottom: 14rem;
  /* 最初の問題を表示する */
  /* 問題のコンテナを非表示にする */
  /* 「1つ戻る」ボタンと「次へ」ボタンを非表示にする */
}
@media screen and (max-width: 767px) {
  .entry {
    background: url("../images/entry_bg_sp.png") no-repeat;
    background-size: cover;
    padding: 10.256vw 0 61.538vw;
    margin-bottom: 12.821vw;
  }
}
.entry__content h2 {
  position: relative;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .entry__content h2 {
    margin-bottom: 7.692vw;
  }
}
.entry__content h2 .en {
  font-size: 12rem;
  line-height: 1;
  opacity: 0.08;
}
@media screen and (max-width: 767px) {
  .entry__content h2 .en {
    font-size: 14.359vw;
    white-space: nowrap;
  }
}
.entry__content h2 .ja {
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .entry__content h2 .ja {
    font-size: 4.103vw;
  }
}
.entry__content .lead {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .entry__content .lead {
    margin-bottom: 10.256vw;
  }
}
.entry .progress {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .entry .progress {
    margin-bottom: 10.256vw;
  }
}
.entry .progress li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  width: 14.2857142857%;
}
@media screen and (max-width: 767px) {
  .entry .progress li {
    font-size: 3.077vw;
  }
}
.entry .progress li.active, .entry .progress li.complete {
  color: var(--main-red);
}
.entry .progress li.active:before, .entry .progress li.active:after, .entry .progress li.complete:before, .entry .progress li.complete:after {
  background-color: var(--main-red);
}
.entry .progress li:first-child:after {
  content: none;
}
.entry .progress li:before {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto 1.4rem;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: currentColor;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .entry .progress li:before {
    width: 4.103vw;
    height: 4.103vw;
    margin: 0 auto 2.564vw;
  }
}
.entry .progress li:after {
  position: absolute;
  z-index: 0;
  top: 1.2rem;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #999;
}
@media screen and (max-width: 767px) {
  .entry .progress li:after {
    top: 2.051vw;
  }
}
.entry #question-container > div {
  display: none;
}
.entry #question-container > div.current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entry .question-item .head {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .entry .question-item .head {
    font-size: 4.103vw;
    margin-bottom: 7.692vw;
  }
}
.entry .question-item .head span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .entry .question-item .head span {
    font-size: 3.077vw;
  }
}
.entry .question-item .answers.__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .entry .question-item .answers.__check {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5.128vw;
  }
}
.entry .question-item .answers.__check .check-button label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40rem;
  height: 8rem;
  border: 1px solid var(--main-color);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .entry .question-item .answers.__check .check-button label {
    width: 100%;
    height: 16.41vw;
    padding: 0 2.564vw;
  }
}
.entry .question-item .answers.__check .check-button input[type=checkbox],
.entry .question-item .answers.__check .check-button input[type=radio] {
  display: none;
}
.entry .question-item .answers.__check .check-button input[type=checkbox]:checked + label,
.entry .question-item .answers.__check .check-button input[type=radio]:checked + label {
  background-color: var(--main-color);
  color: #ffffff;
}
.entry .question-item .answers.__check.__many {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .entry .question-item .answers.__check.__many {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.entry .question-item .answers.__check.__many .check-button label {
  width: 100%;
  height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .entry .question-item .answers.__check.__many .check-button label {
    height: 16.41vw;
  }
}
.entry .question-item.__text {
  max-width: 60rem;
  margin: auto;
  row-gap: 2rem;
}
.entry .question-item.__text .form-item label {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .entry .question-item.__text .form-item label {
    font-size: 4.103vw;
    margin-bottom: 1.282vw;
    padding: 0 2.564vw;
  }
}
.entry .question-item.__text .form-item .input-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .entry .question-item.__text .form-item .input-item {
    gap: 0 6.41vw;
  }
}
.entry .question-item.__text .form-item .input-item.__barth {
  gap: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .entry .question-item.__text .form-item .input-item.__barth {
    gap: 0 1.282vw;
  }
}
.entry .question-item.__text .form-item .input-item input {
  display: block;
  padding: 1rem;
  border: 1px solid #212121;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .entry .question-item.__text .form-item .input-item input {
    padding: 2.564vw;
  }
}
.entry .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .entry .buttons {
    -webkit-column-gap: 5.128vw;
       -moz-column-gap: 5.128vw;
            column-gap: 5.128vw;
    margin-top: 10.256vw;
  }
}
.entry .buttons button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  width: 32rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .entry .buttons button {
    font-size: 4.103vw;
    width: 100%;
    height: 16.41vw;
  }
}
.entry .prev-button {
  border: 1px solid #212121;
}
.entry .next-button {
  opacity: 0.4;
  pointer-events: none;
  color: #fff;
  background: #212121;
  border: 1px solid #212121;
}
.entry .next-button:hover {
  opacity: 0.8;
}

.entry__bottom {
  max-width: 112rem;
  margin-top: 15rem;
  color: var(--main-color);
  font-size: 1.4rem;
  font-weight: 700;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .entry__bottom {
    margin-top: 12.821vw;
    font-size: 3.077vw;
  }
}