@charset "utf-8";

/*--------------------------------
recruit-top
---------------------------------*/
.recruit-link-color {
  color: #fafafa;
}

.recruit-top {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  background: #0068fa;
  z-index: -100;
}

.recruit-top-slider {
  transform: rotate(-45deg);
  position: relative;
  z-index: -1;
  right: -60%;
  top: 10%;
  width: 1200px;
  height: 100vh;
}

.out-roll {
  transform: rotate(-120deg);
  top:-100%;
  left:80%;
}

.recruit-top-inner {
  height: 100vh;
  height: calc(100vh - 100px);
}

.recruit-top-heading {
  color: #fafafa;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #ffa500;
  font-size: 96px;
  font-weight: bold;
  letter-spacing: 19.2px;
  padding-top: 270px;
  margin-left: 60px;
}

.recruit-head-catch {
  color: #fafafa;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ffa500;
  font-size: 48px;
  font-weight: bold;
  margin-left: 60px;
}

.recruit-container {
  overflow: hidden;
}
/*--------------------------------
thought
---------------------------------*/
.thought-inner {
  position: relative;
}

.thought-inner::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 350px;
  height: 350px;
  transform: rotate(9deg);
  border: 10px solid #5bc0de;
  top: 20%;
  left: 0%;
}

.thought-contents {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.thought-texts {
  flex-basis: 50%;
  background-color: #fafafa;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  justify-content: center;
  border-radius: 20px;
  border: #5bc0de solid 5px;
}

.thought-image {
  flex-basis: 50%;
}
.thought-image img {
  border-radius: 10px;
  border: #5bc0de 2px solid;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
}

/*--------------------------------
benefit
---------------------------------*/
.benefit-inner {
  position: relative;
}

.benefit-inner::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 400px;
  height: 400px;
  transform: rotate(19deg);
  background: #0068fa;
  top: 25%;
  right: -15%;
}

.benefit-contents {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  z-index: 10;
  position: relative;
}

.benefit-image {
  flex-basis: 50%;
}

.benefit-image img {
  border-radius: 10px;
  border: #5bc0de 2px solid;
}

.benefit-texts {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border: #5bc0de solid 5px;
  flex-basis: 50%;
}

.benefit-link-btn {
  background-color: #ffa500;
  border-radius: 60px;
  padding: 15px 22px;
  display: block;
  border: #ffffff solid 2px;
  color: #ffffff;
  font-weight: bold;
  width: 60%;
}

/*--------------------------------
INTERVIEW
---------------------------------*/
.interview-inner {
  position: relative;
}

.interview-inner::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 350px;
  height: 350px;
  transform: rotate(-26deg);
  border: 10px solid #5bc0de;
  top: 20%;
  left: 0%;
}

.initial {
  position: absolute;
  color: #fafafa;
  font-size: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  top: 10px;
  left: 10px;
}

.job {
  position: absolute;
  color: #fafafa;
  font-size: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  bottom: 20px;
  right: 10px;
}


.interview-text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  color: #ffa500;
}

.interview-text img {
  width: 48px;
  height: 48px;
}

.swiper_roll:hover ~ .interview-text {
  animation: bound 1.5s linear infinite;
  transform: scale(1.2);
}

@keyframes bound {
  0% {
    transform: translateY(-10px) scale(1.2);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px) scale(1.2);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0) scale(1.2);
  }
}

/*--------------------------------
JOB LIST
---------------------------------*/
.recruit {
}

.recruit-job-inner {
  position: relative;
}

.recruit-job-inner::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 400px;
  height: 400px;
  transform: rotate(19deg);
  background: #0068fa;
  top: 25%;
  right: -15%;
}

.recruit-job-contents {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.recruit-job-content-tag {
  position: absolute;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  background: rgba(250, 250, 250, 0.8);
  padding: 8px 16px;
}

.recruit-job-content {
  position: relative;
  margin-top: 30px;
  max-width: 300px;
}

.recruit-job-image-box {
  overflow: hidden;
  border-radius: 20px;
  border: #5bc0de 2px solid;
}

.recruit-job-image img {
  height: 300px;
  object-fit: cover;
}

.recruit-job-text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.other-link {
  font-weight: bold;
  font-size: 20px;
  margin-left: auto;
  width: fit-content;
  padding: 8px 16px;
  margin-top: 20px;
}
/*--------------------------------
IDEALI
---------------------------------*/

.ideali-inner {
}

.ideali-head-text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  color: #ffa500;
}

.ideali-text {
  background-color: #fafafa;
  border: #5bc0de 5px solid;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: fit-content;
  margin: 30px auto 0 auto;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
}

/*--------------------------------
FLOW
---------------------------------*/

.flow-inner {
  position: relative;
}

.flow-inner::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 400px;
  height: 400px;
  transform: rotate(-18deg);
  background: #0068fa;
  top: 25%;
  left: -15%;
}

.flow-contents {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.flow-content {
  display: grid;
  position: relative;
  width: 200px;
  height: 250px;
  background-color: #5bc0de;
}

.flow-content::after {
  position: absolute;
  content: "";
  height: 90px;
  width: 60px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ffa500;
}

.flow-content.last-flow::after {
  display: none;
}

.flow-number-tag {
  position: absolute;
  width: 45px;
  height: 70px;
  background-color: yellow;
  font-size: 24px;
  text-align: center;
  top: -45px;
  right: 0;
}

.flow-text {
  display: grid;
  text-align: center;
  place-items: center;
  font-size: 24px;
  color: #ffffff;
}

.flow-exception {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.flow-entry {
  margin-top: 30px;
  font-size: 20px;
  width: 350px;
  height: fit-content;
  display: grid;
  place-items: center;
  padding: 12px 20px;
  margin-left: auto;
  border: solid 1px;
}

/* --------------------
レスポンシブ
-----------------------*/

/* タブレット、スマホ共通 */
@media (max-width: 1024px) {
  .recruit-top-slider {
    transform: rotate(-45deg);
    position: relative;
    z-index: -1;
    right: -60%;
    top: 10%;
    width: 1024px;
    height: 100vh;
  }

  .thought-contents {
    flex-direction: column-reverse;
    align-items: center;
  }

  .thought-image {
    max-width: 500px;
  }

  .benefit-contents {
    flex-direction: column;
    align-items: center;
  }
  .benefit-image {
    max-width: 500px;
  }

  .benefit-text {
    max-width: 500px;
    width: 100%;
  }

  .recruit-job-contents {
    flex-direction: column;
  }

  .recruit-job-content {
    max-width: 100%;
  }

  .flow-contents {
    flex-direction: column;
    align-items: center;
  }

  .flow-content {
    width: 80%;
    height: 130px;
  }

  .flow-content::after {
    top: 60%;
    left: 50%;
    height: 90px;
    width: 90px;
    transform: translateX(-50%);
    clip-path: polygon(0% 50%, 100% 50%, 50% 100%);
  }
}

/* タブレット */
@media (min-width: 481px) and (max-width: 1024px) {
  .recruit-top-heading {
    font-size: 60px;
    padding-top: 260px;
    margin-left: 40px;
  }

  .recruit-head-catch {
    font-size: 40px;
    margin-left: 40px;
  }
}

/* スマホ */
@media (max-width: 480px) {
  .recruit-top-heading {
    font-size: 40px;
    padding-top: 250px;
    margin-left: 20px;
    -webkit-text-stroke-width: 3px;
  }

  .recruit-head-catch {
    font-size: 24px;
    margin-top: 100px;
    margin-left: 20px;
    -webkit-text-stroke-width: 2px;
  }

  .benefit-link-btn {
    width: 80%;
  }

  .recruit-job-text {
    font-size: 14px;
  }

  .flow-exception {
    font-size: 14px;
  }

  .recruit-qa {
    padding-left: 10px;
  }

  .recruit-qa span {
    font-size: 32px;
  }

  .faq-box {
    padding: 40px 10px;
  }

  .faq-q-text {
    font-size: 16px;
  }

  .faq-a-text {
    font-size: 16px;
  }

  summary:before {
    height: 3px;
  }
  summary::after {
    height: 3px;
  }
}
