@charset "UTF-8";
/* 下線が右から左へ消える
---------------------------------------------------------- */
/* 下線が左から右へ消える
---------------------------------------------------------- */
.message_sec {
  padding: 50px 0 60px;
}
@media all and (min-width: 751px) {
  .message_sec {
    padding: 132px 0 137px;
  }
}
.message_sec .title_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .message_sec .title_wrap {
    margin-bottom: 110px;
  }
}
@media all and (max-width: 750px) {
  .message_sec .title_wrap .sec_title {
    margin-bottom: 57px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .message_sec .title_wrap .sec_title {
    margin-bottom: 100px;
  }
}
.message_sec .title_wrap .sec_title .en_title {
  position: relative;
}
.message_sec .title_wrap .sec_title .en_title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 87px;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
@media all and (min-width: 751px) {
  .message_sec .title_wrap .sec_title .en_title::after {
    left: 234px;
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
}
.message_sec .title_wrap .sec_title .ceo::after {
  background: url(../images/message/ceo_text.png) no-repeat center/contain;
  width: 182px;
  height: 59px;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
@media all and (min-width: 751px) {
  .message_sec .title_wrap .sec_title .ceo::after {
    width: 392px;
    height: 112px;
  }
}
.message_sec .title_wrap .sec_title .hr::after {
  background: url(../images/message/hr_text.png) no-repeat center/contain;
  width: 182px;
  height: 59px;
}
@media all and (min-width: 751px) {
  .message_sec .title_wrap .sec_title .hr::after {
    width: 344px;
    height: 112px;
  }
}
.message_sec .title_wrap .sec_copy {
  margin: 0 0 0 auto;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media all and (max-width: 750px) {
  .message_sec .title_wrap .sec_copy {
    font-size: 22px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .message_sec .title_wrap .sec_copy {
    margin: 0;
  }
}
@media all and (max-width: 750px) {
  .message_sec picture + .read {
    margin-top: 25px;
  }
}
.message_sec .read {
  margin-top: 35px;
}
@media all and (min-width: 751px) {
  .message_sec .read {
    margin-top: 90px;
    padding: 0 80px;
  }
}
.message_sec .read .read_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  .message_sec .read .read_title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.message_sec .read p {
  font-size: 14px;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .message_sec .read p {
    font-size: 20px;
  }
}
.message_sec .read p:not(:last-child) {
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .message_sec .read p:not(:last-child) {
    margin-bottom: 35px;
  }
}
/*# sourceMappingURL=message.css.map */