.interview-block {
  margin-top: 107px;
}
.interview-block-name {
  font-size: 24px;
  font-weight: 500;
  font-feature-settings: "palt";
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .interview-block-name {
    font-size: 22px;
  }
}
.interview-block-pic {
  max-width: 880px;
  margin: 35px auto 0;
}
.interview-block-pic img {
  width: 100%;
}
.interview-block-pic iframe {
  width: 100%;
  aspect-ratio: 560/315;
}
.interview-block-txt {
  max-width: 860px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: -0.025em;
  font-feature-settings: "palt";
}
.interview-section {
  margin: 40px auto 0;
  max-width: 943px;
}
.interview-section-head {
  display: flex;
  gap: 50px;
  align-items: end;
  color: #fb6322;
  margin-bottom: 30px;
  line-height: 1;
}
.interview-section-head.block {
  display: block;
}
.interview-section-head.block .interview-section-head_tit {
  font-size: 56px;
}
@media screen and (max-width: 840px) {
  .interview-section-head.block .interview-section-head_tit {
    font-size: 24px;
  }
}
.interview-section-head small {
  font-size: 32px;
}
@media screen and (max-width: 840px) {
  .interview-section-head small {
    font-size: 16px;
  }
}
@media screen and (max-width: 840px) {
  .interview-section-head {
    gap: 25px;
  }
}
.interview-section-head.two {
  justify-content: flex-end;
}
@media screen and (max-width: 840px) {
  .interview-section-head.two {
    justify-content: flex-start;
  }
  .interview-section-head.two .interview-section-head_num {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 840px) {
  .interview-section-head.three .interview-section-head_num {
    margin-bottom: 0;
  }
}
.interview-section-head_num {
  font-family: "fontNunber";
  font-size: 160px;
  margin-bottom: -15px;
}
@media screen and (max-width: 840px) {
  .interview-section-head_num {
    font-size: 80px;
    margin-bottom: -5px;
  }
}
.interview-section-head_tit {
  font-family: "Rodin M";
  font-size: 35px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 840px) {
  .interview-section-head_tit {
    font-size: 24px;
  }
}
.interview-section-gray {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 32px 44px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .interview-section-gray {
    padding: 32px 24px;
  }
}
.interview-section-gray-tit {
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.interview-section-gray-txt {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: -0.025em;
  font-feature-settings: "palt";
  margin-top: 8px;
}
@media screen and (max-width: 840px) {
  .interview-section-gray-txt {
    font-size: 14px;
  }
}/*# sourceMappingURL=interview.css.map */