.profile.message .ttl {
  background: url(/profile/img/message/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profile.message .ttl {
    background: url(/profile/img/message/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.profile.message .message-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile.message .message-wrap .president-image {
  width: 508px;
}
@media screen and (max-width: 767px) {
  .profile.message .message-wrap .president-image {
    width: 100%;
    margin-bottom: 35px;
  }
}
.profile.message .message-wrap .message-txt {
  width: 532px;
}
@media screen and (max-width: 767px) {
  .profile.message .message-wrap .message-txt {
    width: 100%;
  }
}
.profile.message .message-wrap .message-txt .president-name {
  margin-top: 30px;
  text-align: right;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .profile.message .message-wrap .message-txt .president-name {
    font-size: 1.625rem;
    margin-top: 25px;
  }
}
.profile.message .message-wrap .message-txt .president-name span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .profile.message .message-wrap .message-txt .president-name span {
    font-size: 0.9375rem;
  }
}
.profile.message .category-link .category-link-wrap .category-link-list li:nth-of-type(2) {
  display: none;
}/*# sourceMappingURL=message.css.map */