/* ------------------ トップページ ------------------ */

/* ------------------ メインビュー ------------------ */
#main-view {
  position: relative;
}

.main-view-sp {
  display: none;
}

.line-link-sp {
  display: none;
}

.main-view-title-area {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.main-view-title {
  font-size: clamp(10px, 4vw, 51px);
  font-weight: 900;
  color: #ebca1b;
  margin-bottom: 3%;
}

.main-view-explanation .font-color {
  font-size: clamp(10px, 2.5vw, 32px);
  font-weight: bold;
  color: #ebca1b;
}

.main-view-explanation {
  font-size: clamp(10px, 1.5vw, 19px);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
}

.scroll-area {
  position: absolute;
  right: 2%;
  bottom: 38%;
  z-index: 20;
}

.scroll {
  font-size: clamp(10px, 1.5vw, 19px);
  font-weight: 900;
  writing-mode: vertical-lr;
}

.border {
  border-right: solid 2px #000000;
  width: clamp(1px, 0.8vw, 10px);
  height: clamp(10px, 6vw, 77px);
}

.main-view-content-area {
  background-color: #f1f0eb;
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding: 10% 0;
}

.main-view-content-area-wrapper {
  position: relative;
  z-index: 10;
}

.main-view-content-title {
  font-size: clamp(10px, 2.5vw, 32px);
  font-weight: 900;
  color: #e3007f;
  margin-bottom: 2%;
}

.font-large {
  font-size: clamp(10px, 3.5vw, 45px);
}

.bg-yellow {
  background-color: #ebca1b;
}

.main-view-content {
  font-size: clamp(10px, 1.5vw, 19px);
  font-weight: 500;
}

.main-view-icon {
  width: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* ------------------ Recruit ------------------ */
#recruit {
  margin: 10%;
}

.recruit-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}

.recruit-title {
  font-size: clamp(10px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.5;
  border-left: solid 2px #e3007f;
  padding-left: 3%;
}

.recruit-title .font-color {
  font-size: clamp(10px, 3.5vw, 45px);
  color: #e3007f;
}

.recruit-title-en {
  font-family: Avenir, sans-serif;
  font-size: clamp(10px, 9vw, 115px);
  font-weight: 800;
  color: #f1f0eb;
}

.recruit-text {
  font-size: clamp(10px, 1.3vw, 17px);
  font-weight: 500;
  margin-bottom: 5%;
}

.recruit-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6%;
}

.recruit-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 3%;
  background-color: #f1f0eb;
  border-radius: 10px;
  width: 47%;
}

.place {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  font-size: clamp(10px, 1.5vw, 19px);
  font-weight: bold;
  color: #ffffff;
  background-color: #e3007f;
  padding: 2% 3%;
}

.detail-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12%;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}

.recruit-photo {
  width: 45%;
  margin-right: 5%;
}

.work {
  font-size: clamp(10px, 1.5vw, 19px);
  font-weight: bold;
  border-left: solid 2px #e3007f;
  padding-left: 5%;
  margin-bottom: 5%;
}

.information {
  font-size: clamp(10px, 1.2vw, 15px);
  border-bottom: solid 2px #cdcdcd;
  padding-bottom: 5%;
  margin-bottom: 5%;
}

.salary {
  font-size: clamp(10px, 1.2vw, 15px);
  font-weight: bold;
}

.amount {
  font-family: "M PLUS 1", sans-serif;
  font-size: clamp(10px, 3vw, 38px);
  font-weight: 500;
}

.recruit-link-area {
  text-align: center;
}

.recruit-link {
  font-size: clamp(10px, 1.2vw, 25px);
  font-weight: bold;
  color: #e3007f;
  position: relative;
  border: solid 2px #e3007f;
  border-radius: 100px;
  padding: 1.5% 8%;
  display: inline-block;
}

.recruit-link .right-arrow {
  width: 4%;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

/* ------------------ Reason ------------------ */
#reason {
  margin: 10%;
}

.reason-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}

.reason-title {
  font-size: clamp(10px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.5;
  border-left: solid 2px #e3007f;
  padding-left: 3%;
}

.reason-title .font-color {
  font-size: clamp(10px, 3.5vw, 45px);
  color: #e3007f;
}

.reason-title-en {
  font-family: Avenir, sans-serif;
  font-size: clamp(10px, 9vw, 115px);
  font-weight: 800;
  color: #f1f0eb;
}

.reason-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10%;
}

.reason-photo {
  width: 45%;
}

.reason-area-wrapper {
  width: 45%;
}

.reason-number {
  font-family: Avenir, sans-serif;
  font-size: clamp(10px, 3.5vw, 45px);
  font-weight: 800;
  color: #e3007f;
  margin-bottom: 5%;
}

.reason-sub-title {
  font-size: clamp(10px, 2.5vw, 32px);
  font-weight: bold;
  border-left: solid 2px #e3007f;
  padding-left: 5%;
  margin-bottom: 5%;
}

.reason-content {
  font-size: clamp(10px, 1.2vw, 15px);
  line-height: 1.8;
}

/* ------------------ STAFF ------------------ */
#staff {
  background-color: #e3007f;
  padding: 10%;
}

.staff-title-area {
  position: relative;
  text-align: center;
  margin-bottom: 8%;
}

.staff-title {
  font-size: clamp(10px, 4vw, 51px);
  font-weight: 900;
  color: #ffffff;
  position: relative;
  z-index: 5;
}

.staff-title .font-color {
  font-size: clamp(10px, 5vw, 64px);
  color: #eac514;
  margin-left: 1%;
}

.staff-title-en {
  font-family: Avenir, sans-serif;
  font-size: clamp(10px, 10vw, 128px);
  font-weight: 800;
  color: #d1007f;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.staff-data-area {
  display: flex;
  justify-content: space-around;
}

.staff-data {
  width: 30%;
}

.staff-photo {
  margin-bottom: 5%;
}

.age-gender {
  font-size: clamp(10px, 1.5vw, 19px);
  font-weight: bold;
  color: #eac514;
  margin-bottom: 3%;
}

.staff-data-title {
  font-size: clamp(10px, 1.7vw, 22px);
  font-weight: bold;
  color: #eac514;
  line-height: 1.5;
  margin-bottom: 3%;
}

.staff-data-content {
  font-size: clamp(10px, 1.2vw, 15px);
  color: #ffffff;
  line-height: 1.5;
}

/* ------------------ Q&A ------------------ */
#question {
  background-color: #f1f0eb;
  display: flex;
  justify-content: space-between;
  padding: 10% 0;
}

.left-area {
  margin-left: 10%;
}

.question-title {
  font-size: clamp(10px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.5;
  border-left: solid 2px #e3007f;
  padding-left: 6%;
  margin-bottom: 1%;
}

.question-title .font-color {
  font-size: clamp(10px, 3.5vw, 45px);
  color: #e3007f;
}

.question-title-en {
  font-family: Avenir, sans-serif;
  font-size: clamp(10px, 10vw, 128px);
  font-weight: 800;
  color: #dbd8cb;
  margin-bottom: 5%;
}

.question-photo {
  width: 85%;
}

.right-area {
  background-color: #dbd8cb;
  border-radius: 10px 0 0 10px;
  padding: 3% 10% 1% 3%;
  width: 80%;
}

.q_a-area {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3% 5%;
  margin-bottom: 5%;
}

.question-area {
  display: flex;
  justify-content: left;
  align-items: center;
}

.question {
  font-size: clamp(10px, 1.5vw, 19px);
  font-weight: bold;
  width: 100%;
}

.question-area .font-color {
  font-size: clamp(10px, 3vw, 40px);
  font-weight: 900;
  color: #e3007f;
  margin-right: 3%;
}

.open {
  border-radius: 100px;
  width: 7%;
}

.close {
  display: none;
  width: 7%;
}

.answer-area {
  display: none;
  justify-content: left;
  align-items: center;
  border-top: solid 1px #e7e7e7;
  padding-top: 2%;
  margin-top: 1%;
}

.answer-area .font-color {
  font-size: clamp(10px, 3vw, 40px);
  font-weight: 900;
  color: #e3007f;
  margin-right: 3%;
}

.answer {
  font-size: clamp(10px, 1.2vw, 20px);
  line-height: 1.5;
}



/* ------------------ SP ------------------ */
@media screen and (max-width: 960px) {
  .sp-off {
    display: none;
  }

  /* ------------------ メインビュー SP ------------------ */
  .main-view-sp {
    display: block;
  }

  .main-view {
    display: none;
  }

  .main-view-title-area {
    top: 5%;
    width: 100%;
  }

  .main-view-title {
    font-size: clamp(10px, 12vw, 128px);
    margin-bottom: 3%;
  }

  .main-view-explanation .font-color {
    font-size: clamp(10px, 6vw, 77px);
  }

  .main-view-explanation {
    font-size: clamp(10px, 4.5vw, 58px);
  }

  .scroll-area {
    display: none;
  }

  .line-link-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #27aa41;
    font-size: clamp(10px, 5vw, 36px);
    font-weight: bold;
    color: #ffffff;
    padding: 4% 0;
  }

  .line-sp {
    width: 6%;
    margin-right: 2%;
  }

  .main-view-content-area {
    line-height: 1.5;
    padding: 15% 5% 20%;
  }

  .main-view-content-title {
    font-size: clamp(10px, 8vw, 102px);
    margin-bottom: 2%;
  }

  .font-large {
    font-size: clamp(10px, 12vw, 154px);
  }

  .main-view-content {
    font-size: clamp(10px, 4vw, 51.2px);
  }

  .main-view-icon {
    width: 70%;
  }












  /* ------------------ Recruit SP ------------------ */
  #recruit {
    margin: 15% 5%;
  }

  .recruit-title-area {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5%;
  }

  .recruit-title {
    font-size: clamp(10px, 6.5vw, 83px);
    border-left: solid 3px #e3007f;
    padding-left: 8%;
    margin-bottom: 5%;
  }

  .recruit-title .font-color {
    font-size: clamp(10px, 13vw, 145px);
  }

  .recruit-title-en {
    font-size: clamp(10px, 26vw, 333px);
  }

  .recruit-text {
    display: none;
  }

  .recruit-area {
    flex-direction: column;
    margin-bottom: 0%;
  }

  .recruit-information {
    flex-direction: column;
    padding: 6%;
    width: 100%;
    margin-bottom: 10%;
  }

  .place {
    font-size: clamp(10px, 4.5vw, 58px);
    padding: 2% 4%;
  }

  .detail-arrow {
    width: 15%;
  }

  .recruit-photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }

  .work {
    font-size: clamp(10px, 5vw, 64px);
    border-left: solid 3px #e3007f;
    padding-left: 5%;
    margin-bottom: 8%;
  }

  .information {
    font-size: clamp(10px, 4.5vw, 58px);
  }

  .salary {
    font-size: clamp(10px, 4.5vw, 58px);
  }

  .amount {
    font-size: clamp(10px, 9vw, 115px);
  }

  .recruit-link {
    font-size: clamp(10px, 4.5vw, 58px);
    padding: 6% 25%;
  }

  .recruit-link .right-arrow {
    width: 3%;
  }

  /* ------------------ Reason SP ------------------ */
  #reason {
    margin: 20% 5%;
  }

  .reason-title-area {
    align-items: start;
    flex-direction: column;
    margin-bottom: 5%;
  }

  .reason-title {
    font-size: clamp(10px, 6.5vw, 83px);
    line-height: 1.5;
    border-left: solid 3px #e3007f;
    padding-left: 8%;
    margin-bottom: 5%;
  }

  .reason-title .font-color {
    font-size: clamp(10px, 13vw, 145px);
  }

  .reason-title-en {
    font-size: clamp(10px, 26vw, 333px);
  }

  .reason-area {
    flex-direction: column;
    margin-bottom: 15%;
  }

  .reason-photo {
    width: 100%;
    margin-bottom: 5%;
  }

  .reason-area-wrapper {
    width: 100%;
  }

  .reason-number {
    font-size: clamp(10px, 11vw, 141px);
    margin-bottom: 5%;
  }

  .reason-sub-title {
    font-size: clamp(10px, 8.7vw, 111px);
    border-left: solid 3px #e3007f;
    padding-left: 8%;
    margin-bottom: 5%;
  }

  .reason-content {
    font-size: clamp(10px, 4vw, 51px);
  }

  .reason-area:nth-child(3) {
    flex-direction: column-reverse;
  }

  /* ------------------ STAFF SP ------------------ */
  #staff {
    padding: 20% 5% 5%;
  }

  .staff-title-area {
    margin-bottom: 15%;
  }

  .staff-title {
    font-size: clamp(10px, 10vw, 128px);
  }

  .staff-title .font-color {
    font-size: clamp(10px, 17vw, 218px);
    margin-left: 0;
  }

  .staff-title-en {
    font-size: clamp(10px, 30vw, 384px);
    top: -10%;
  }

  .staff-data-area {
    flex-direction: column;
  }

  .staff-data {
    width: 100%;
  }

  .staff-photo {
    margin-bottom: 5%;
  }

  .age-gender {
    font-size: clamp(10px, 5vw, 64px);
    margin-bottom: 3%;
  }

  .staff-data-title {
    font-size: clamp(10px, 6vw, 122px);
    margin-bottom: 3%;
  }

  .staff-data-content {
    font-size: clamp(10px, 4vw, 115px);
    margin-bottom: 20%;
  }

  /* ------------------ Q&A SP ------------------ */
  #question {
    flex-direction: column;
    padding: 10% 0;
  }

  .left-area {
    margin: 0 5% 10%;
    text-align: center;
  }

  .question-title {
    font-size: clamp(10px, 6.5vw, 83px);
    padding-left: 8%;
    margin-bottom: 1%;
    text-align: left;
  }

  .question-title .font-color {
    font-size: clamp(10px, 13vw, 145px);
  }

  .question-title-en {
    font-size: clamp(10px, 38vw, 486px);
    margin-bottom: 0%;
  }

  .question-photo {
    width: 90%;
  }

  .right-area {
    border-radius: 0;
    padding: 10% 5% 5%;
    width: 100%;
  }

  .q_a-area {
    padding: 3% 5%;
    margin-bottom: 5%;
  }

  .question-area {
    justify-content: left;
  }

  .question {
    font-size: clamp(10px, 4.5vw, 58px);
  }

  .question-area .font-color {
    font-size: clamp(10px, 10vw, 128px);
    margin-right: 3%;
  }

  .open {
    width: 12%;
    margin-left: 5%;
  }

  .close {
    width: 12%;
    margin-left: 5%;
  }

  .answer-area {
    padding-top: 2%;
    margin-top: 1%;
  }

  .answer-area .font-color {
    font-size: clamp(10px, 10vw, 128px);
    font-weight: 900;
    color: #e3007f;
    margin-right: 3%;
  }

  .answer {
    font-size: clamp(10px, 3.5vw, 45px);
    line-height: 1.5;
  }
}