@charset "utf-8";

.page-section.interview {
  margin-bottom: 100px;
}

.interview-box {
  position: relative;
  display: flex;
  margin-block: 110px 60px;
}
.interview-box__image {
  position: absolute;
  top: -50px;
  left: 0;
  width: 52%;
}
.interview-box__text {
  width: 52%;
  aspect-ratio: 525/380;
  padding: 60px 6% 60px 10%;
  margin-left: 48%;
  background: #f1f1f1;
}
.interview-box__text h3 {
  margin-bottom: 0.8em;
  font-size: 1.8vw;
  font-weight: var(--normal-font-weight);
  line-height: 1.6;
}
.interview-box__text a {
  display: flex;
  gap: 6px;
  place-content: center;
  align-items: center;
  min-height: 54px;
  padding: 17px 40px;
  margin-block: 30px 0;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
}
.interview-box__text a img {
  width: auto;
  height: 0.58em;
}

@media only screen and (max-width: 767px) {
  .interview-box {
    flex-direction: column;
    margin-block: 40px;
  }
  .interview-box__image {
    position: relative;
    top: auto;
    width: 100%;
  }
  .interview-box__text {
    width: 100%;
    padding: 25px 20px 45px;
    margin-left: 0;
    font-size: var(--vw13);
  }
  .interview-box__text h3 {
    font-size: 5.8666666vw;
  }
  .interview-box__text a {
    width: 100%;
    margin: 25px auto 0;
  }

  .lens-column__content {
    margin-top: 0;
  }
}
