.president {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}
.secMainVisual.message {
  background: url(/assets/images/message/main_message.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
.message__content {
  font-size: 0;
  letter-spacing: normal;
  margin-bottom: 60px;
}
.message__txt {
  display: inline-block;
  width: calc(100% - 300px);
  padding-right: 40px;
}
.message__img {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.message__txt p {
  font-size: 14px;
}

@media screen and (max-width: 860px) {
  .secMainVisual.message {
    margin-bottom: 50px;
  }
  .message__txt {
    width: calc(100% - 200px);
    padding-right: 20px;
  }
  .message__img {
    width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .secMainVisual.message {
    margin-bottom: 30px;
  }
  .president {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .message__txt {
    width: calc(100% );
    padding-right: 0;
  }
  .message__img {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}