/*====================
  Top Message
====================*/
.sec_message {
  padding: 30px 0 45px;
}
.sec_message .inner {
  padding: 0 15px;
}
.sec_message h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}
.sec_message .block_img {
  margin-top: 40px;
}
.sec_message .block_img img {
  margin: 0 auto;
}
.sec_message .top_info {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.sec_message .top_info ._name {
  font-size: 1.7rem;
  margin-right: 15px;
}
.sec_message .top_info ._post {
  font-size: 1.1rem;
  line-height: 1.35;
  padding-left: 13px;
  border-left: solid 1px #EC6C00;
}
.sec_message .block_text {
  margin-top: 60px;
}
.sec_message .block_text p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2em;
  /*text-indent: 1em;*/
}

@media screen and (min-width: 768px) {
  .sec_message {
    padding: 140px 0 111px;
  }
  .sec_message .inner {
    padding: 0 38px;
  }
  .sec_message .block_clear {
    position: relative;
  }
  .sec_message .sec_ttl_wrap {
    width: 67%;
  }
  .sec_message h2 {
    margin-top: 90px;
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 3rem);
  }
  .sec_message .block_img {
    margin-top: 0;
    width: 33%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec_message .top_info {
    margin: 83px 0 63px;
    width: 67%;
  }
  .sec_message .top_info ._name {
    font-size: 2.2rem;
    margin-right: 18px;
  }
  .sec_message .top_info ._post {
    font-size: 1.4rem;
    padding-left: 18px;
  }
  .sec_message .block_text {
    margin-top: 120px;
    padding: 0 46px;
  }
  .sec_message .block_text p {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=message.css.map */
