@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://use.typekit.net/zkq2emd.css");
body {
  margin: 0;
}

.tittle-parent {
  width: max-content;
  margin: auto;
  margin-top: 15vw;
  text-align: center;
  font-family: rift, sans-serif;
  position: absolute;
  z-index: 4;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.tittle-parent h6 {
  color: white;
  font-family: "rift";
  font-size: 2vw;
  margin: 0;
}

.tittle-parent h1 {
  font-size: 6vw;
  margin: 0;
  font-family: "rift";
  color: white;
}

.wrapper.questpage {
  margin: 60px 0;
}

.recruit-top-header {
  display: block;
  width: 100%;
  height: 33.5vw;
  overflow: hidden;
  position: relative;
}

.recruit-top-header img {
  width: 100%;
}

.header-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 1;
  background: url(../img/kv_dot.png) repeat 0 0;
  background-size: 4px 4px;
}

.header-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

/* top tittle css */

.recruit-single-ttl-parent {
  margin-top: 0px;
  background: url(../img/bg-pc.png);
  background-size: 80%;
  background-position: -100% 0vw;
  background-repeat: no-repeat;
  padding: 60px 0px 60px;
}

.interview-top-section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 900px;
  margin: auto;
}

.interview-top-section h1 {
  color: #ac1821;
  font-size: 90px;
  margin: 0;
  font-family: rift, sans-serif;
  line-height: 1;
}

p.interview-single-text {
  font-size: 15px;
  margin: auto;
  width: 900px;
  margin: 10px auto;
  /* padding-left: 20px; */
  display: flex;
  align-items: center;
}

p.interview-single-text::before {
  content: " ";
  width: 20px;
  position: relative;
  height: 20px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/quiz/quiz-bullets.png);
}

.interview-top-section p {
  color: #ac1821;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 4px;
  font-weight: bold;
}

/* top tittle css */

.quizcont {
  width: 50%;
  margin: auto;
  margin-top: -3vw;
}

.quizcont img {
  width: 100%;
}

.quizcont p {
  font-family: "Noto Sans JP";
  text-align: center;
  margin: 3vw auto;
}

.wrapper.quizpage {
  margin-top: 0px;
  background: url(../img/bg-pc.png);
  background-size: 80%;
  background-position: -100% 0vw;
  background-repeat: no-repeat;
  padding: 60px 0px 60px;
}

.ttlmain h1 {
  color: #ac1821;
  font-size: 90px;
  margin: 0;
  font-family: rift, sans-serif;
  line-height: 1;
}

.ttlmain p {
  color: #ac1821;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 4px;
  font-weight: bold;
}

.ttlmain {
  width: 60%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.linestart {
  border: solid 1px #bd1821;
  width: 8%;
  margin: 50px auto;
}

.linestart::after {
  background: none repeat scroll 0% 0% #bd1821;
  content: "";
  height: 10px;
  left: 50%;
  margin: -5px auto auto -5px;
  position: absolute;
  transform: rotate(-45deg);
  width: 10px;
}

.topcont {
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  display: none;
}

.topcont .icon {
  width: 20%;
  height: 80%;
  background: url(../img/quiz/diamond.png) no-repeat center;
  background-size: contain;
}

.topcont .topttl {
  font-family: "EB Garamond";
  font-size: 25px;
  color: #131b2e;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
}

.maincont {
  position: relative;
  padding: 20px 0;
  width: 60%;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 10px;
  background: white;
  /* border: solid 3px #bd1821; */
}

.numcont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.numcont .numbox1,
.numbox2,
.numbox3,
.numbox4,
.numbox5 {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #bd1821;
  justify-content: center;
  font-size: 20px;
  color: #bd1821;
  font-family: "rift";
  font-weight: 600;
  border-radius: 10px;
  margin: 0 5px;
  transition: 0.4s ease-in-out;
}

.active {
  background: #bd1821;
  color: white !important;
  transition: 0.4s ease-in-out;
}

.midcont {
  position: relative;
  display: flex;
  width: 200%;
}

.midcont .midbox {
  position: relative;
  width: 50%;
}

.maincont .quest {
  font-family: "rift";
  font-size: 30px;
  color: #131b2e;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  margin: 3% auto;
  width: 90%;
  font-weight: bold;
}

.anscont {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 45px 5%;
}

.left {
  animation: left 1000ms ease-in-out forwards;
}

.leftmid {
  animation: leftmid 1000ms ease-in-out forwards;
}

.lefteven {
  animation: lefteven 1000ms ease-in-out forwards;
}

.leftmideven {
  animation: leftmideven 1000ms ease-in-out forwards;
}

.right {
  animation: right 1000ms ease-in-out forwards;
}

.rightmid {
  animation: rightmid 1000ms ease-in-out forwards;
}

.righteven {
  animation: righteven 1000ms ease-in-out forwards;
}

.rightmideven {
  animation: rightmideven 1000ms ease-in-out forwards;
}

.anscont .ansbox {
  width: 95%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: white;
  background: #bd1821;
  border: 2px solid #bd1821;
  font-family: "rift";
  font-weight: 500;
  border-radius: 10px;
  line-height: 1;
  padding: 2%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

.anscont .boxcont {
  width: 44%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anscont .boxcont:hover .ansbox {
  color: #bd1821;
  background: white;
  animation: breath 1800ms linear infinite;
}

.imgcont {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.imgcont img {
  width: 10%;
  height: auto;
  object-fit: contain;
  border-radius: 30px;
  position: absolute;
  align-items: center;
  opacity: 0;
  transition: opacity 300ms;
  /* object-position: 0 30%; */
}

.imgcont .main {
  z-index: 1;
  opacity: 1;
  transition: opacity 300ms;
  /* box-shadow: 3px 4px 16px #191818a8; */
}

@keyframes breath {
  25% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.05);
  }
}

@keyframes left {
  0% {
    right: 0;
  }
  100% {
    right: 50%;
  }
}

@keyframes leftmid {
  0% {
    left: 0;
  }
  100% {
    left: -50%;
  }
}

@keyframes lefteven {
  0% {
    right: 50%;
  }
  100% {
    right: 100%;
  }
}

@keyframes leftmideven {
  0% {
    left: 50%;
  }
  100% {
    left: 0;
  }
}

@keyframes right {
  0% {
    left: 0;
  }
  100% {
    left: 50%;
  }
}

@keyframes rightmid {
  0% {
    left: -100%;
  }
  100% {
    left: -50%;
  }
}

@keyframes righteven {
  0% {
    left: -50%;
  }
  100% {
    left: 0;
  }
}

@keyframes rightmideven {
  0% {
    right: 50%;
  }
  100% {
    right: 0;
  }
}

a.navlink {
  text-decoration: none;
}

/* charm section  */

.recruit-charm {
  width: 100%;
  height: max-content;
  background-image: url(../img/recruit-bg-100.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 32px;
  padding-bottom: 30px;
}

.recruit-charm p {
  color: white;
  letter-spacing: 1px;
  padding: 16px 0px;
  font-size: 15px;
  margin: 0;
}

.charm-single-parent {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.charm-single {
  padding-right: 1vw;
  width: 19vw;
}

a.navlink,
a.navlink2 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: inherit;
}

.charm-single img {
  width: 100%;
}

.charm-single p {
  color: #ac1821;
  text-align: center;
  margin: 0px auto;
  letter-spacing: 1px;
  padding: 0;
  font-weight: bold;
  font-size: 13px;
}

/* charm section  */

.home-map {
  width: 100%;
  height: 450px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(1);
  padding-top: 2%;
}

/* animation css */

.reveal-holder {
  position: relative;
  width: auto;
  height: auto;
}

.reveal-holder2 {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
}

.reveal-holder3 {
  position: absolute;
  /* display: flex; */
  /* overflow: hidden; */
  /* align-items: flex-start; */
}

.reveal-holder.left {
  justify-content: flex-end;
}

.reveal-holder.right {
  justify-content: flex-start;
}

.reveal-holder .reveal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9;
}

.reveal-holder .reveal-charm {
  position: absolute;
  top: 0;
  width: 100%;
  /* height: 69%; */
  height: 22.7vw;
  background: white;
  z-index: 2;
}

.reveal-holder2 .reveal-block2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.reveal-holder3 .reveal-block2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.reveal-holder2 .reveal-block2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ac1821;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 9;
}

.reveal-holder3 .reveal-block2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ac1821;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 9;
}

.reveal-holder .reveal-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 9;
  /* transition-duration: 5.5s; */
}

.reveal-holder .reveal-charm::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ac1821;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 2;
  /* transition-duration: 5.5s; */
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.reveal-block.top::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-block.left::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.reveal-block.right::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

/* AOS animate */

[data-aos="reveal-top"],
[data-aos="reveal-left"],
[data-aos="reveal-right"],
[data-aos="reveal-bottom"] {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-delay: 0.5s;
}

[data-aos="reveal-top"] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos="reveal-top"].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos="reveal-left"] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos="reveal-left"].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos="reveal-right"] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos="reveal-right"].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos="reveal-bottom"] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos="reveal-bottom"].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos="reveal-item"] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}

[data-aos="reveal-item"].aos-animate {
  visibility: visible;
}

/* end aos animation */
