@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 16px;
}

body {
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.page_wrap {
  padding: 1rem;
  background-image: repeating-linear-gradient(90deg, #00a4f5, #00a4f5 5%, #e30016 5%, #e30016 10%);
}
@media screen and (max-width: 1200px) {
  .page_wrap {
    background-image: repeating-linear-gradient(90deg, #00a4f5, #00a4f5 10%, #e30016 10%, #e30016 20%);
  }
}

.page_inner {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 2rem;
}
.page_inner::before {
  content: "";
  position: fixed;
  bottom: 30px;
  display: block;
  width: 245px;
  height: 351px;
  background-image: url(../images/chara_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: bottom center;
  animation: 20s ease infinite forwards leftAnim;
}
@keyframes leftAnim {
  0% {
    background-image: url(../images/chara_01.png);
    right: 100%;
    transform: rotate(-15deg);
  }
  2.5% {
    background-image: url(../images/chara_01.png);
    right: 88%;
    transform: rotate(15deg);
  }
  22.5% {
    background-image: url(../images/chara_01.png);
    right: 88%;
    transform: rotate(15deg);
  }
  25% {
    background-image: url(../images/chara_01.png);
    right: 100%;
    transform: rotate(-15deg);
  }
  49% {
    background-image: url(../images/chara_03.png);
  }
  50% {
    background-image: url(../images/chara_03.png);
    right: 100%;
    transform: rotate(-15deg);
  }
  52.5% {
    background-image: url(../images/chara_03.png);
    right: 88%;
    transform: rotate(15deg);
  }
  72.5% {
    background-image: url(../images/chara_03.png);
    right: 88%;
    transform: rotate(15deg);
  }
  75% {
    background-image: url(../images/chara_03.png);
    right: 100%;
    transform: rotate(-15deg);
  }
  100% {
    background-image: url(../images/chara_03.png);
    right: 100%;
    transform: rotate(-15deg);
  }
}
.page_inner::after {
  content: "";
  position: fixed;
  bottom: 30px;
  display: block;
  width: 248px;
  height: 390px;
  background-image: url(../images/chara_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: bottom center;
  animation: 20s ease infinite forwards rightAnim;
}
@keyframes rightAnim {
  0% {
    background-image: url(../images/chara_02.png);
    left: 100%;
    transform: rotate(15deg);
  }
  25% {
    background-image: url(../images/chara_02.png);
    left: 100%;
    transform: rotate(15deg);
  }
  27.5% {
    background-image: url(../images/chara_02.png);
    left: 90%;
    transform: rotate(-15deg);
  }
  45% {
    background-image: url(../images/chara_02.png);
    left: 90%;
    transform: rotate(-15deg);
  }
  50% {
    background-image: url(../images/chara_02.png);
    left: 100%;
    transform: rotate(15deg);
  }
  75% {
    background-image: url(../images/chara_04.png);
    left: 100%;
    transform: rotate(15deg);
  }
  77.5% {
    background-image: url(../images/chara_04.png);
    left: 90%;
    transform: rotate(-15deg);
  }
  95% {
    background-image: url(../images/chara_04.png);
    left: 90%;
    transform: rotate(-15deg);
  }
  100% {
    background-image: url(../images/chara_04.png);
    left: 100%;
    transform: rotate(15deg);
  }
}
@media screen and (max-width: 1400px) {
  .page_inner::before, .page_inner::after {
    display: none;
  }
}

.kv_pc img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .kv_pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .kv_pc {
    display: none;
  }
}

.kv_sp img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .kv_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .kv_sp {
    display: block;
  }
}

.kv_sp_inner {
  padding: 1rem;
}

.question {
  margin: 0 auto;
}

.question__inner {
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 4.75rem;
}
@media screen and (max-width: 767px) {
  .question__inner {
    margin-top: 1rem;
    border-radius: 1.875rem;
  }
}

.question__present {
  padding: 2rem;
}
.question__present img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .question__present {
    padding: 1rem 1rem 2rem;
  }
}

.question__title {
  max-width: 700px;
  margin: auto auto 5rem;
  padding: 0 0.5rem;
}
.question__title img {
  width: 100%;
}

.question__pre {
  padding: 0 3rem 3rem;
}
.question__pre img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .question__pre {
    margin-top: -2rem;
    padding: 0 1rem 1rem;
  }
}

.question__contents__wrap {
  padding: 0 2rem 0 4rem;
}
.question__contents__wrap + .question__contents__wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .question__contents__wrap {
    padding: 0 2rem;
  }
  .question__contents__wrap + .question__contents__wrap {
    margin-top: 5rem;
  }
}

.question__contents {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .question__contents {
    flex-wrap: wrap;
  }
}

.question__num {
  position: absolute;
  top: -50%;
  left: 0;
  padding: 0.5rem 1.5rem;
  background-color: #F8E821;
  border: 1px solid #111;
  border-radius: 2rem;
  font-size: 1.125rem;
  font-weight: bold;
  box-shadow: #111 2px 2px 0px;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .question__num {
    transform: translate(-30%, 20%);
  }
}

.question__txt__wrap {
  position: relative;
  flex-grow: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  border: solid 1px #111;
  border-radius: 0.5rem;
}
.question__txt__wrap.clear {
  background-color: #ddd;
}
.question__txt__wrap.clear .question__num {
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .question__txt__wrap {
    flex-basis: 100%;
  }
}

.question__txt {
  font-size: 1.125rem;
  font-weight: bold;
}

.question__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.question__btn::before {
  content: "";
  position: relative;
  top: -0.5rem;
  left: -0.5rem;
  min-width: 5.5rem;
  min-height: 3.775rem;
  padding: 0.8125rem 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-radius: 0.5rem;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.question__btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.question__btn[data-answer=o]::before {
  background-color: #FFBCC3;
  background-image: url(../images/circle.svg);
}
.question__btn[data-answer=o]::after {
  background: #FF959F;
  z-index: 0;
}
.question__btn[data-answer=x]::before {
  background-color: #8EDAFF;
  background-image: url(../images/cross.svg);
  background-size: 70% 70%;
}
.question__btn[data-answer=x]::after {
  background: #4EBEF5;
  z-index: 0;
}
.question__btn:hover[data-answer=o]::before {
  background-color: #feaab3;
}
.question__btn:hover[data-answer=x]::before {
  background-color: #7fd4fe;
}
.question__btn.selected::before {
  top: -0.125rem;
  left: -0.125rem;
  transition: all 0.2s ease-in-out;
}
.question__btn.selected[data-answer=o]::before {
  background-color: #E60011;
}
.question__btn.selected[data-answer=o]::after {
  background: #B10616;
}
.question__btn.selected[data-answer=x]::before {
  background-color: #00A4F5;
}
.question__btn.selected[data-answer=x]::after {
  background: #0A88C5;
}
@media screen and (max-width: 767px) {
  .question__btn::before {
    min-width: 5rem;
    min-height: 3.75rem;
  }
}

.question__btnArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .question__btnArea {
    gap: 3rem;
    margin-top: 1.5rem;
    justify-content: center;
  }
}

.question__hint {
  position: relative;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50%;
  margin: 1.5rem 0 2rem auto;
  padding: 1rem;
  background: #F1F1F1;
  border-radius: 0.5rem;
  opacity: 0;
}
.question__hint::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  right: 5rem;
  border-style: solid;
  border-width: 0 0.75rem 1.25rem 0.75rem;
  border-color: transparent transparent #F1F1F1;
  translate: -50% -100%;
}
@media screen and (max-width: 767px) {
  .question__hint {
    max-width: none;
  }
  .question__hint::before {
    right: calc(50% - 1.125rem);
  }
}
.question__hint::after {
  content: "";
  display: block;
  width: 100%;
  height: 69px;
  max-width: 56px;
  margin: 0 0 0 auto;
  background: url(../images/hint_chara.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.question__hint__title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 0.5rem;
}
.question__hint__title > :nth-child(2) {
  display: flex;
  justify-content: center;
}

.question__answer {
  display: none;
  position: relative;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50%;
  margin: 1.5rem 0 2rem auto;
  padding: 0.25rem 1rem;
  background: #f7f7f7;
  border-radius: 0.5rem;
}
.question__answer img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .question__answer {
    max-width: none;
    margin: 1.5rem auto;
  }
}

.apply {
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.25rem;
  padding: 1.5rem;
}
.apply img {
  max-width: 6.25rem;
}

.apply__btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 530px;
  padding: 1.25rem 2rem 1.25rem 0.75rem;
  background-color: #F8E821;
  border: 1px solid #111;
  border-radius: 5rem;
  box-shadow: #111 2px 2px 0px;
  font-size: 1.5rem;
}
.apply__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.5rem;
  height: 1rem;
  right: 1.25rem;
  top: 50%;
  background-image: url(../../assets/images/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .apply__btn {
    font-size: 5vw;
  }
}

.apply__btn--disable {
  pointer-events: none;
  background-color: #ddd;
}/*# sourceMappingURL=style.css.map */