@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.page-header > h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  padding: 14.5rem 0;
}
@media screen and (max-width: 768px) {
  .page-header > h1 {
    font-size: 3rem;
    padding: 5.6rem 0;
    line-height: 1.6;
    letter-spacing: 0.6rem;
  }
}

.interview .wrapper {
  padding: 12rem 12rem 0;
}
@media screen and (max-width: 768px) {
  .interview .wrapper {
    padding: 5.6rem 1.6rem 0;
  }
}
.interview .wrapper > h1 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 0.7;
  letter-spacing: 0.05rem;
  margin-bottom: 4rem;
  color: #1e4f84;
}
.interview .wrapper .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 3rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
  color: #1e4f84;
}
.interview .wrapper .meta .department {
  flex: 0 0 auto;
}
.interview .wrapper .meta .assignment {
  flex: 0 0 auto;
}
.interview .wrapper .meta .joined-at {
  flex: 0 0 100%;
}
.interview .wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-content .wrapper {
  padding: 4rem 12rem 12rem;
}
@media screen and (max-width: 768px) {
  .interview-content .wrapper {
    padding: 4rem 1.6rem 5.6rem;
  }
}
.interview-content .wrapper .current-assignment {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06rem;
  margin-bottom: 6rem;
}
.interview-content .wrapper .body {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .interview-content .wrapper .body {
    flex-direction: column;
  }
}
.interview-content .wrapper .body .image {
  flex: 0 0 28.4rem;
}
@media screen and (max-width: 768px) {
  .interview-content .wrapper .body .image {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.interview-content .wrapper .body .image img {
  display: block;
  width: 28.4rem;
  height: 23.4rem;
}
.interview-content .wrapper .body .text > p {
  text-align: justify;
}
.interview-content .wrapper .body .text p:not(:last-of-type) {
  margin-bottom: 8rem;
}

/*# sourceMappingURL=single-interview.css.map */
