.message {
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .message {
    line-height: 1.8;
  }
}
.message_intro {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .message_intro {
    flex-direction: column;
    gap: 0px;
  }
}
.message_intro_text {
  flex: 1;
}
.message_intro_title {
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 10%;
}
.message_intro_body {
  max-width: 730px;
  min-width: 400px;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  margin-bottom: 10%;
}
@media screen and (max-width: 1000px) {
  .message_intro_body {
    min-width: auto;
  }
}
.message_intro_body p {
  margin-bottom: 5%;
}
.message_intro_body p:last-child {
  margin-bottom: 0;
}
.message_intro_name {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.message_intro_name span {
  font-size: clamp(22px, 2vw, 40px);
  display: inline-block;
  margin-left: 15px;
}
.message_intro_img img {
  max-width: 100%;
}
.message_interview_title {
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 700;
  margin-bottom: 40px;
}
.message_interview_subtitle {
  display: block;
  font-size: clamp(14px, 2vw, 18px);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #bf3030;
  margin-bottom: 40px;
  margin-bottom: 5%;
}
.message_interview_block {
  margin-bottom: 3%;
}
.message_interview_q {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 20px;
}
.message_interview_a {
  font-size: clamp(14px, 2vw, 18px);
  margin-bottom: 3%;
}
.message_interview_img {
  margin-bottom: 40px;
}
/*# sourceMappingURL=message.css.map */