.st_company_message_article {
  padding-bottom: 12.5rem;
}
@media (max-width:640px) {
  .st_company_message_article {
    padding-bottom: 6.25rem;
  }
}
.st_company_message_mv {
  position: relative;
  height: 31.25rem;
  margin-bottom: 4rem;
}
@media (max-width:640px) {
  .st_company_message_mv {
    height: 45rem;
  }
}
.st_company_message_mv > .texts {
  position: relative;
  width: var(--content-width, auto);
  margin-inline: auto;
  padding-top: 15.625rem;
  z-index: 1;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@media (max-width:640px) {
  .st_company_message_mv > .texts {
    padding-top: 4rem;
  }
}
.st_company_message_mv > .texts > .body > .sign {
  display: block;
  width: 15rem;
  height: auto;
  margin-left: auto;
}
.st_company_message_mv > .texts > .body > .sign > img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width:640px) {
  .st_company_message_mv > .texts > .body > .sign {
    width: 11.25rem;
    margin-left: 0rem;
  }
}
.st_company_message_mv > picture > img {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (max-width:640px) {
  .st_company_message_mv > picture > img {
    object-position: 100% 50%;
  }
}
/*# sourceMappingURL=./message.css.map */