/**************************************/
.top-message .under-fv__ttl--en {
  font-size: var(--f80);
}

.top-message__inner {
  max-width: 979px;
  margin-left: auto;
}

.top-message__ttl {
  font-size: var(--f42);
  margin-bottom: 7rem;
}
@media (max-width: 834px) {
  .top-message__ttl {
    margin-bottom: 3.5rem;
    font-size: 3rem;
  }
}

.top-message__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .top-message__profile {
    margin-top: 4rem;
  }
}
.top-message__profile.ff-shippori--right-side {
  margin-right: 0;
}

.top-message__position {
  display: inline-block;
  line-height: 1.5;
  font-size: var(--f12);
}

.top-message__name {
  display: inline-block;
  font-size: 2.4rem;
}/*# sourceMappingURL=top-message.css.map */