.message {
  width: 100%;
  padding: 6.6666666667vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .message {
    padding: 4.8611111111vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .message {
    padding: 70px 0;
  }
}
.message__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .message__title {
    padding-bottom: 10px;
  }
}
.message__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .message__title span {
    font-size: 3rem;
  }
}
.message__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .message__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .message__title::before {
    width: 218px;
    height: 3px;
  }
}
.message__title {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .message__title {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .message__title {
    margin-bottom: 50px;
  }
}
.message__lead {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 8vw 0;
}
@media screen and (min-width: 768px) {
  .message__lead {
    letter-spacing: 0.3em;
    line-height: 1.5;
    font-size: 3.2rem;
    margin: 0 0 3.4722222222vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .message__lead {
    margin: 0 0 50px 0;
  }
}
.message__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #313131;
  margin: 0 0 6.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .message__text {
    line-height: 2;
    margin: 0 0 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .message__text {
    margin: 0 0 30px 0;
  }
}
.message__text:last-child {
  margin: 0 0 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .message__text:last-child {
    margin: 0 0 4.8611111111vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .message__text:last-child {
    margin: 0 0 70px 0;
  }
}
.message__sign {
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .message__sign {
    flex-direction: row;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .message__sign {
    gap: 20px;
  }
}
.message__job {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .message__job {
    margin: 0 0 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .message__job {
    margin: 0 0 30px 0;
  }
}
.message__name {
  width: 51.7333333333vw;
}
@media screen and (min-width: 768px) {
  .message__name {
    width: 13.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .message__name {
    width: 194px;
  }
}
.message__name img {
  width: 100%;
  height: auto;
}