/* page-interview */

.page-interview-mv__wrap {
  position: relative;
}

.page-interview-mv {
  height: 628px;
}

@media (max-width: 768px) {
  .page-interview-mv {
    height: 290px;
  }
}

.page-interview-mv img {
  aspect-ratio: 1920 / 628;
  object-fit: cover;
  width: 100%;
  height: 628px;
}

@media (max-width: 768px) {
  .page-interview-mv img {
    height: 290px;
  }
}

.page-interview-mv__contents {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 560px;
  width: 100%;
  height: 203px;
  background-color: #fff;
  padding-top: 47px;
}

@media (max-width: 768px) {
  .page-interview-mv__contents {
    max-width: 70%;
    height: 100px;
    padding-top: 10px;
  }
}

.page-interview-mv__contents-inner {
  margin-left: auto;
  padding-right: 116px;
  width: fit-content;
}

@media (max-width: 768px) {
  .page-interview-mv__contents-inner {
    padding-right: 30px;
  }
}

.page-interview-mv__job {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
}

@media (max-width: 768px) {
  .page-interview-mv__job {
    font-size: 1.4rem;
  }
}

.page-interview-mv__name {
  margin-top: -2px;
  font-size: 6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #000;
}

@media (max-width: 768px) {
  .page-interview-mv__name {
    font-size: 3rem;
  }
}

.page-interview-mv__time {
  margin-top: 5px;
  font-size: 2rem;
  font-weight: 500;
  color: #848484;
}

@media (max-width: 768px) {
  .page-interview-mv__time {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

/* interview-block */

.interview-block {
  margin-top: 180px;
}

@media (max-width: 768px) {
  .interview-block {
    margin-top: 100px;
  }
}

.interview-block__inner {
  display: flex;
  flex-direction: column;
  gap: 124px;
}

@media (max-width: 768px) {
  .interview-block__inner {
    gap: 60px;
  }
}

.interview-block__item {
  display: flex;
  gap: 51px;
}

@media (max-width: 768px) {
  .interview-block__item {
    flex-direction: column;
  }
}

.interview-block__text-block {
  width: 100%;
}

.interview-block__text-block--content {
  width: 92%;
}

.interview-block__label {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5e5e5e;
}

.interview-block__label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #087854;
  border-radius: 50%;
}

.interview-block__title {
  margin-top: 32px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  line-height: calc(44 / 28);
}

@media (max-width: 768px) {
  .interview-block__title {
    margin-top: 20px;
    font-size: 2rem;
  }
}

.interview-block__text {
  margin-top: 22px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: calc(34 / 16);
}

@media (max-width: 768px) {
  .interview-block__text {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.interview-block__img {
  max-width: 600px;
  width: 100%;
}

@media (max-width: 768px) {
  .interview-block__img {
    margin: 0 auto;
  }
}

.interview-block__img img {
  aspect-ratio: 600 / 411;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* schedule */

.schedule {
  position: relative;
  margin: 120px auto 0;
  background-color: #f7f7f7;
  padding: 52px 0 79px;
  max-width: 1700px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .schedule {
    margin-top: 60px;
  }
}

.schedule::before {
  position: absolute;
  content: "schedule";
  color: rgba(133, 136, 135, 0.06);
  top: -45px;
  left: 0;
  font-size: 205px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.02em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .schedule::before {
    font-size: 65px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.schedule::after {
  position: absolute;
  content: "";
  background: url(/assets/img/recruit/recruitment/interview/interview-fig01.png) no-repeat center center / cover;
  width: 974px;
  height: 600px;
  right: 0;
  bottom: 0;
}

.schedule--management::after {
  background-image: url(/assets/img/recruit/recruitment/interview/interview-fig03.png);
  width: 713px;
  height: 582px;
}

@media (max-width: 768px) {
  .schedule::after {
    width: 341px;
    height: 210px;
  }

  .schedule--management::after {
    width: 257px;
  }
}

.schedule__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  .schedule__title {
    font-size: 2rem;
  }
}

.schedule__contents {
  max-width: 990px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.schedule__list {
  position: relative;
  z-index: 1;
  margin-top: 35px;
  padding-left: 64px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .schedule__list {
    padding-left: 0;
  }
}

.schedule__item {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 75px;
}

.schedule__item:not(:last-child) {
  padding-bottom: 47px;
}

@media (max-width: 768px) {
  .schedule__item:not(:last-child) {
    padding-bottom: 30px;
  }
}

.schedule__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #707070;
  left: 108px;
  top: 21%;
}

@media (max-width: 768px) {
  .schedule__item {
    gap: 60px;
  }

  .schedule__item:not(:last-child)::after {
    left: 79px;
  }
}

.schedule__time {
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  .schedule__time {
    font-size: 1.4rem;
  }
}

.schedule__time::before {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #5a5a5a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 141%;
}

@media (max-width: 768px) {
  .schedule__time::before {
    width: 15px;
    height: 15px;
    left: 160%;
  }
}

.schedule__content {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.schedule__content span {
  font-size: 1.8rem;
  margin-top: 6px;
  display: block;
}

@media (max-width: 768px) {
  .schedule__content {
    font-size: 1.4rem;
  }

  .schedule__content span {
    font-size: 1.2rem;
  }
}

/* advice */

.advice {
  margin: 175px auto 260px;
  max-width: 997px;
  padding: 0 20px;
  width: 100%;
}

@media (max-width: 768px) {
  .advice {
    margin: 60px auto 60px;
    padding: 0;
  }
}

.advice__contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 768px) {
  .advice__contents {
    gap: 30px;
  }
}

.advice__img {
  max-width: 917px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 917 / 545;
  object-fit: cover;
  height: auto;
}

/* page-interview__list */

.page-interview--list {
  padding-bottom: 320px;
}

@media (max-width: 768px) {
  .page-interview--list {
    padding-bottom: 160px;
  }
}

.page-interview--list .page-interview__item:nth-child(1),
.page-interview--list .page-interview__item:nth-child(2) {
  margin-top: 0;
}

.page-interview--list__title {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
}

@media (max-width: 768px) {
  .page-interview--list__title {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}

.page-interview--list__title::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #888888;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-interview--list .page-interview__list {
  margin: 95px auto 0;
  max-width: 930px;
  padding: 0 20px;
  gap: 70px;
}

@media (max-width: 768px) {
  .page-interview--list .page-interview__list {
    margin-top: 60px;
    flex-direction: column;
  }
}
