body#career.interview #wrapper {
  background: #ecf0f3;
}

.p-interview-detail {
  background: radial-gradient(circle at 0% 0%, rgba(78, 145, 253, 0.7) 5%, transparent 30%),linear-gradient(to bottom, rgb(26, 43, 130) 10%, rgb(236, 240, 243) 60%, rgb(236, 240, 243) 100%);
}

.p-interview-detail__headline {
  color: #fff;
  font-size: .52rem;
  font-weight: 600;
  line-height: 1.4;
  text-shadow: .03rem .03rem .03rem rgba(27,27,27,.5);
}

.p-interview-detail__name {
  margin: .24rem .1rem 0 0;
  color: #263792;
  font-size: .16rem;
  text-align: right;
}

.p-interview-detail__profile {
  width: 92%;
  display: flex;
  align-items: center;
  gap: .4rem;
}

.p-interview-detail__profile.is-right {
  margin-left: auto;
}

.p-interview-detail__profile-title {
  margin-bottom: .16rem;
  font-size: .24rem;
}

.p-interview-detail__profile-image {
  width: 53%;
  flex-shrink: 0;
}

.p-interview-detail__picture {
  width: 90%;
  max-width: 12rem;
  margin: .4rem auto 0;
  aspect-ratio: 1200/400;
}

.p-interview-detail__career {
  margin-top: .64rem;
  padding: .2rem;
  background: #fff;
}

.p-interview-detail__wrap {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-interview-detail__career-title {
  margin-bottom: .16rem;
  color: #1a2b82;
  font-size: .24rem;
  font-weight: 600;
}

.p-interview-detail__career-timeline {
  display: flex;
  justify-content: center;
  gap: .28rem;
}

.p-interview-detail__career-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: -webkit-min-content;
  width: min-content;
  min-width: 1.8rem;
}

.p-interview-detail__career-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.29rem;
  top: .21rem;
  width: .3rem;
  height: .02rem;
  background-color: #1a2b82;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-interview-detail__career-item.is-gray .p-interview-detail__career-box {
  background: #777676;
}

.p-interview-detail__career-item.is-gray::after {
  background-color: #777676;
}

.p-interview-detail__career-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: .46rem;
  border-radius: .02rem;
  padding: .03rem .1rem 0;
  background: #1a2b82;
  color: #fff;
  font-size: .12rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 1.6;
}

.p-interview-detail__career-box.is-wide {
  width: 3.57rem;
}

.p-interview-detail__career-box.is-tight {
  line-height: 1;
}

.p-interview-detail__career-text {
  padding: .08rem;
  font-size: .14rem;
  line-height: .21rem;
}

.p-interview-detail__annotation {
  margin-top: .3rem;
  font-size: .14rem;
  text-align: right;
}

@media screen and (max-width: 1240px) {
  .p-interview-detail__headline {
    font-size: .42rem;
  }

  .p-interview-detail__headline {
    font-size: .35rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-interview-detail__career-item {
    flex-shrink: 1;
    width: auto;
    min-width: auto;
  }

  .p-interview-detail__career-box.is-wide {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-interview-detail__headline {
    margin: 0 0 .2rem;
    font-size: .32rem;
    text-shadow: none;
  }

  .p-interview-detail__name {
    color: #fff;
  }

  .p-interview-detail__profile {
    width: 100%;
    max-width: 100%;
    padding: 0 .2rem;
    flex-direction: column;
  }

  .p-interview-detail__profile-image {
    width: 100%;
  }

  .p-interview-detail__picture {
    width: 100%;
  }

  .p-interview-detail__career {
    margin-top: .48rem;
  }

  .p-interview-detail__career-timeline {
    gap: .14rem;
    flex-direction: column;
  }

  .p-interview-detail__career-item:not(:last-child)::after {
    top: .24rem;
    left: .16rem;
    width: .02rem;
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .p-interview-detail__career-item {
    width: 100%;
    max-width: 100%;
  }

  .p-interview-detail__career-text {
    padding: .16rem .16rem .16rem .34rem;
  }
}