@charset "UTF-8";
/* ----- interviewFv ----- */
.interviewFv {
  background-image: url(../img/interview/interviewFv-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 53.1rem;
  margin-top: 2.9rem;
  position: relative;
}

.interviewFv__content {
  position: absolute;
  bottom: -39.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 124.7rem;
}

.interviewFv__content-pic {
  height: 61.8rem;
}

.interviewFv__message {
  position: absolute;
  top: 17.2rem;
  left: 13.5rem;
  transform: rotate(-3deg);
  color: #c72355;
  font-size: 4rem;
  line-height: 1.25;
  font-family: "beautifulfont";
  font-weight: 400;
}

.interviewFv__info {
  position: absolute;
  bottom: -4rem;
  left: 12.4rem;
  color: #fff;
  min-width: 46rem;
  padding: 5rem 6rem 5.6rem;
  background: -moz-linear-gradient(left, #c72355, #de8da6);
  background: -webkit-linear-gradient(left, #c72355, #de8da6);
  background: linear-gradient(to right, #c72355, #de8da6);
}
.interviewFv__info .interviewFv__info-txt {
  font-size: 1.4rem;
}
.interviewFv__info .interviewFv__info-name {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
}
.interviewFv__info .interviewFv__info-name span {
  font-size: 1.8rem;
  margin-left: 0.9rem;
  font-family: lato, sans-serif;
}
.interviewFv__info .interviewFv__info-ttl {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 3.1rem;
  line-height: 1.4;
}

/* ----- interview ----- */
.interview {
  padding: 53.4rem 0 12rem;
  background-color: #f6f6f6;
}

/* ----- career ----- */
.career {
  margin-bottom: 15rem;
}

.career__content {
  display: flex;
}

.career__pic {
  width: 79.6rem;
  height: 56.8rem;
}
@media (max-width: 1679px) {
  .career__pic {
    width: 63.2rem;
    height: 45.44rem;
  }
}

.career__info {
  width: 72rem;
  background-color: #fff;
  margin: 17rem 0 0 15rem;
  padding: 6.7rem 6rem 12.9rem;
}
@media (max-width: 1679px) {
  .career__info {
    width: 62rem;
    margin: 17rem 0 0 5rem;
  }
}
.career__info h2 {
  font-size: 2.8rem;
  color: #c72355;
  font-weight: 700;
  line-height: 1.5;
}
.career__info p {
  font-size: 1.4rem;
  line-height: 2.28;
  margin-top: 5.5rem;
}

/* ----- motivation ----- */
.motivation {
  margin-bottom: 15rem;
}

.motivation__pic {
  height: 52.7rem;
}

.motivation__info {
  width: 72rem;
  margin: -10.7rem auto 0;
  padding: 6.7rem 6rem 6.6rem;
  background-color: #fff;
}
.motivation__info h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #c72355;
  line-height: 1.5;
}
.motivation__info p {
  font-size: 1.4rem;
  line-height: 2.28;
  margin-top: 5.5rem;
}

/* ----- rewarding ----- */
.rewarding {
  margin-bottom: 15rem;
}

.rewarding__content {
  display: flex;
  justify-content: flex-end;
}

.rewarding__info {
  width: 72rem;
  margin: 17rem 15rem 0 0;
  padding: 6.7rem 6rem 16.2rem;
  background-color: #fff;
}
@media (max-width: 1679px) {
  .rewarding__info {
    width: 62rem;
    margin: 17rem 5rem 0 0;
  }
}
.rewarding__info h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #c72355;
  line-height: 1.5;
}
.rewarding__info p {
  font-size: 1.4rem;
  line-height: 2.28;
  margin-top: 5.5rem;
}

.rewarding__pic {
  width: 79.6rem;
  height: 56.8rem;
}
@media (max-width: 1679px) {
  .rewarding__pic {
    width: 63.2rem;
    height: 45.44rem;
  }
}

/* ----- worth ----- */
.worth {
  margin-bottom: 20rem;
}

.worth__info {
  width: 72rem;
  margin-left: 45.8%;
  padding: 6.7rem 6rem 13rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1679px) {
  .worth__info {
    margin-left: 42.8%;
  }
}
.worth__info h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #c72355;
  line-height: 1.5;
}
.worth__info p {
  font-size: 1.4rem;
  line-height: 2.28;
  margin-top: 5.5rem;
}

.worth__pic {
  margin-top: -29.5rem;
  height: 52.7rem;
}

/* ----- commonBtn-wrap-inteview ----- */
.commonBtn-wrap-inteview {
  display: flex;
  justify-content: center;
}
.commonBtn-wrap-inteview .commonBtn::after {
  content: "一覧に戻る";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

/* ------------------------------------------
/* sp
/* ------------------------------------------ */
@media (max-width: 767px) {
  /* ----- interviewFv ----- */
  .interviewFv {
    background-image: url(../img/interview/interviewFv-bg-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 80vw;
    margin-top: 8.2vw;
    position: relative;
  }

  .interviewFv__content {
    position: absolute;
    bottom: -33.3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89.8vw;
  }

  .interviewFv__content-pic {
    height: 77.3vw;
  }

  .interviewFv__message {
    position: absolute;
    top: 14.6vw;
    left: 5.6vw;
    transform: rotate(-3deg);
    color: #c72355;
    font-size: 6.4vw;
    line-height: 1.08;
    font-family: "beautifulfont";
  }

  .interviewFv__info {
    position: absolute;
    bottom: -35vw;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    min-width: 89.8vw;
    padding: 7.2vw 8vw 8.8vw;
    background: -moz-linear-gradient(left, #c72355, #de8da6);
    background: -webkit-linear-gradient(left, #c72355, #de8da6);
    background: linear-gradient(to right, #c72355, #de8da6);
  }
  .interviewFv__info .interviewFv__info-txt {
    font-size: 3.2vw;
  }
  .interviewFv__info .interviewFv__info-name {
    font-size: 5.333333vw;
    font-weight: 700;
    margin-top: 4.8vw;
    display: flex;
    align-items: center;
  }
  .interviewFv__info .interviewFv__info-name span {
    font-size: 3.733333vw;
    margin-left: 2.4vw;
    font-family: lato, sans-serif;
  }
  .interviewFv__info .interviewFv__info-ttl {
    display: inline-block;
    font-size: 3.733333vw;
    margin-top: 2.9vw;
    line-height: 1.4;
  }

  /* ----- interview ----- */
  .interview {
    padding: 89.3vw 0 26.6vw;
    background-color: #f6f6f6;
  }

  /* ----- career ----- */
  .career {
    margin-bottom: 13.3vw;
  }

  .career__content {
    display: flex;
    flex-direction: column;
  }

  .career__pic {
    width: 80vw;
    height: 61.6vw;
  }

  .career__info {
    width: 80.8vw;
    background-color: #fff;
    margin: -16.2vw 0 0 14.1vw;
    padding: 8vw 6.9vw 9.6vw;
  }
  .career__info h2 {
    font-size: 5.6vw;
    color: #c72355;
    font-weight: 700;
    line-height: 1.5;
  }
  .career__info p {
    font-size: 3.733333vw;
    line-height: 1.85;
    margin-top: 5.3vw;
  }

  /* ----- motivation ----- */
  .motivation {
    margin-bottom: 13.3vw;
  }

  .motivation__pic {
    height: 61.6vw;
  }

  .motivation__info {
    width: 91.7vw;
    margin: -13.3vw auto 0;
    padding: 8vw 6.9vw 9.6vw;
    background-color: #fff;
  }
  .motivation__info h2 {
    font-size: 5.6vw;
    color: #c72355;
    font-weight: 700;
    line-height: 1.5;
  }
  .motivation__info p {
    font-size: 3.733333vw;
    line-height: 1.85;
    margin-top: 5.3vw;
  }

  /* ----- rewarding ----- */
  .rewarding {
    margin-bottom: 13.3vw;
  }

  .rewarding__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column-reverse;
  }

  .rewarding__info {
    width: 80.8vw;
    background-color: #fff;
    margin: -16.2vw 14.1vw 0 0;
    padding: 8vw 6.9vw 9.6vw;
    position: relative;
    z-index: 1;
  }
  .rewarding__info h2 {
    font-size: 5.6vw;
    color: #c72355;
    font-weight: 700;
    line-height: 1.5;
  }
  .rewarding__info p {
    font-size: 3.733333vw;
    line-height: 1.85;
    margin-top: 5.3vw;
  }

  .rewarding__pic {
    width: 80vw;
    height: 61.6vw;
  }

  /* ----- worth ----- */
  .worth {
    margin-bottom: 21.3vw;
  }

  .worth__info {
    width: 91.7vw;
    background-color: #fff;
    margin: 0vw auto 0;
    padding: 8vw 6.9vw 9.6vw;
    position: relative;
    z-index: 1;
  }
  .worth__info h2 {
    font-size: 5.6vw;
    color: #c72355;
    font-weight: 700;
    line-height: 1.5;
  }
  .worth__info p {
    font-size: 3.733333vw;
    line-height: 1.85;
    margin-top: 5.3vw;
  }

  .worth__pic {
    margin-top: 0;
    height: 61.6vw;
  }

  /* ----- commonBtn-wrap-inteview ----- */
  .commonBtn-wrap-inteview {
    display: flex;
    justify-content: center;
  }
  .commonBtn-wrap-inteview .commonBtn::after {
    content: "一覧に戻る";
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
}
@media (max-width: 767px) and (min-width: 1330px) {
  .commonBtn-wrap-inteview .commonBtn:hover::after {
    color: #fff;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
}