img {
  width: 100%;
}
#interview {
  background: #f5f5f5;
}
.interview_container {
  width: 96%;
  max-width: 900px;
  margin: 56px auto;
  padding: 40px 56px;
  background: #fff;
}
.interview_container h1 {
  font-size: clamp(2.4rem, 5vw, 32px);
  font-weight: bold;
  background: linear-gradient(
    90deg,
    var(--main-color) 0%,
    var(--sub-color) 40%,
    #e9a1ff 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 40px;
  padding-top: 16px;
}
.image_text_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.interview_thumb {
  flex: 2;
  width: 260px;
  aspect-ratio: 9/12;
}
.interview_thumb img {
  object-position: 0 0;
}
.interview_container .text_wrap {
  width: 52%;
}
.schedule {
  margin-block: 56px 0;
  padding-block: 0 16px;
  padding-inline: 40px;
  background-color: #fbf9f4;
}
.schedule h2 {
  position: relative;
  top: -16px;
  -webkit-padding-after: 4px;
  padding-block-end: 4px;
  color: var(--sub-color);
  font-size: clamp(20px, 3.4vw, 28px);
  white-space: nowrap;
  font-family: "Figtree", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.time_block {
  position: relative;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-padding-after: 4px;
  padding-block-end: 4px;
}
.p-oneday-time__clock {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 90px;
  height: 34px;
  border: 1px solid #56a6e2;
  background-color: #fbf9f4;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "Figtree", sans-serif;
  color: #56a6e2;
  font-weight: bold;
  text-align: center;
}
.interview_container section {
  margin: 40px 0;
}
.ques {
  font-size: 20px;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  line-height: 36px;
  margin: 24px 0 16px;
}
.ans {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 16px;
}
.another_interview {
  text-align: center;
  background: #fff;
  padding: 80px 0 0;
}
.another_interview h2 {
  font-size: clamp(22px, 4vw, 28px);
  white-space: nowrap;
  font-weight: bold;
}
.another_interview_wrap {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
a.another_interview_item {
  color: #151515;
  transition: 0.3s ease;
  position: relative;
}
a.another_interview_item:hover {
  color: var(--sub-color);
  transition: 0.3s ease;
}
.another_interview_thumb {
  width: 100%;
  height: 372px;
}
.another_interview_thumb img {
  object-position: 0 0;
}
.another_interview_text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 16px 0 8px;
  text-align: left;
}
.another_desc {
  display: flex;
  gap: 24px;
}
.c-card-link-has-title__category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-tag-label-gradation {
  display: inline-block;
  padding-block: 8px;
  padding-inline: 8px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.c-tag-label-gradation.-career {
  background: linear-gradient(to right, var(--main-color), var(--sub-color));
}
@media (max-width: 820px) {
  .image_text_wrap {
    gap: 32px;
  }
  .interview_container {
    width: 100%;
    margin: 56px auto;
    padding: 16px 28px;
  }
  .another_interview {
    padding: 80px 24px 0;
  }
  .another_interview_wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .interview_container h1 {
    margin-bottom: 24px;
    padding-top: 8px;
  }
  .image_text_wrap {
    gap: 16px;
    flex-direction: column;
  }
  .interview_thumb {
    flex: inherit;
    width: 100%;
    height: 440px;
    aspect-ratio: inherit;
  }
  .time_block {
    font-size: 15px;
  }
  .interview_container .text_wrap {
    width: 100%;
  }
  .schedule h2 {
    top: -12px;
  }
  .interview_content p {
    font-size: 14px;
  }
  .another_interview {
    padding: 56px 24px 0;
  }
  .another_interview_wrap {
    grid-template-columns: 1fr;
  }
  .another_interview_thumb {
    height: 392px;
  }
}
