.interview-video {
  display: flex;
  justify-content: center;
}
.interview-video iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.pickup__modal {
  margin-right: auto;
  margin-left: auto;
  padding: 2.666vw 6.665vw 0;
  background: #fff url(../images/02/bg_message2.jpg) 50% 100%/contain no-repeat;
}
.pickup__modal img {
  max-width: 100%;
  height: auto;
}

.pickup__modal-wrapper {
  overflow-y: scroll;
  width: 100%;
  height: 90svh;
  background: rgba(0, 0, 0, 0.9);
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
}

.pickup__modal-wrapper.pickup__modal-wrapper {
  margin-top: 0;
}

.pickup__modal-wrapper.is-active {
  display: block;
  -webkit-animation: pickup__modal-wrapper 0.2s ease-out forwards;
  animation: pickup__modal-wrapper 0.2s ease-out forwards;
}

.pickup__modal-close-btn {
  position: relative;
  display: block;
  margin: 0 -3.999vw 0 auto;
  width: 7.998vw;
  height: 7.998vw;
  cursor: pointer;
  rotate: 45deg;
  border: none;
  background-color: transparent;
}

.pickup__modal-close-btn-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #04127c;
}

.pickup__modal-close-btn-line + span {
  rotate: 90deg;
}

.pickup__modal-ttl {
  margin-top: 1em;
  font-size: 2.4rem;
  line-height: 1.5;
}

.pickup__modal-ttl + * {
  margin-top: 2rem;
}

.pickup__modal-ttl span {
  font-size: 2rem;
}

.pickup__modal-stack > * + * {
  margin-top: 1em;
}

.pickup__modal-sign {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 3rem;
  font-size: 1.4rem;
  gap: 0 1rem;
}

.pickup__modal-sign-img {
  width: 42.656vw;
}

.pickup__modal-img {
  margin-right: auto;
  margin-left: auto;
  width: 47.988vw;
  line-height: 0;
}

@-webkit-keyframes pickup__modal-wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pickup__modal-wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 1025px) {
  .pickup__modal {
    position: relative;
    padding: 80px 70px 60px;
    background: #fff url(../images/02/bg_message2-pc.jpg) 0 0/cover no-repeat;
  }
  .pickup__modal-wrapper {
    height: auto;
  }
  .pickup__modal-close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
    width: 30px;
    height: 30px;
  }
  .pickup__modal-close-btn-label {
    position: absolute;
    top: 35px;
    right: calc(60px + 1em);
    display: block;
    font-size: 0.86em;
  }
  .pickup__modal-ttl {
    margin-top: 0;
  }
  .pickup__modal-ttl + * {
    margin-top: 3rem;
  }
  .pickup__modal-stack > * + * {
    margin-top: 1.5em;
  }
  .pickup__modal-sign {
    margin-top: 3rem;
    margin-left: 120px;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .pickup__modal-sign-img {
    width: 160px;
  }
  .pickup__modal-img {
    position: absolute;
    right: 50px;
    bottom: 0;
    margin: 0;
    width: 140px;
  }
}
