.p-message .l-page-head {
  background: url("../../img/message/page-head.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 992px) {
    .p-message .l-page-head {
      background: url(../../img/message/page-head.jpg) no-repeat top left;
      background-size: 140%; } }
.p-message-ttl {
  font-size: 30px;
  font-weight: 500; }
  @media screen and (max-width: 992px) {
    .p-message-ttl {
      font-size: 24px; } }
.p-message-cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 90px; }
  @media screen and (max-width: 992px) {
    .p-message-cont {
      display: block;
      margin-bottom: 0;
      margin-top: 50px; } }
  .p-message-cont-txt {
    width: 60%;
    padding-right: 7%; }
    @media screen and (max-width: 992px) {
      .p-message-cont-txt {
        width: 100%;
        padding-right: 0; } }
  .p-message-cont-img {
    width: 40%; }
    @media screen and (max-width: 992px) {
      .p-message-cont-img {
        width: 80%;
        margin: auto;
        gap: 30px;
        padding-top: 40px; } }
    .p-message-cont-img img:first-child {
      padding-bottom: 60px; }
      @media screen and (max-width: 992px) {
        .p-message-cont-img img:first-child {
          padding-bottom: 30px; } }
.p-message-img_lg {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  margin-top: 80px; }
  @media screen and (max-width: 992px) {
    .p-message-img_lg {
      height: 220px;
      overflow: hidden;
      margin-top: 20px; } }
  .p-message-img_lg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 992px) {
      .p-message-img_lg img {
        width: 160%;
        max-width: none;
        height: auto;
        top: 45%; } }
.p-message-cont2 {
  display: flex;
  justify-content: space-around;
  margin-top: 80px; }
  @media screen and (max-width: 992px) {
    .p-message-cont2 {
      display: block;
      margin-top: 10px; } }
  .p-message-cont2-txt {
    min-width: 50%;
    padding-right: 60px; }
    @media screen and (max-width: 992px) {
      .p-message-cont2-txt {
        width: 100%;
        padding-right: 0; } }
  .p-message-cont2-movie {
    min-width: 50%;
    padding-bottom: 20px; }
    .p-message-cont2-movie-txt {
      font-weight: 600;
      line-height: 1.6;
      padding-bottom: 15px; }
      @media screen and (max-width: 992px) {
        .p-message-cont2-movie-txt {
          font-size: 100%; } }
      .p-message-cont2-movie-txt span {
        font-size: 90%; }
    @media screen and (max-width: 992px) {
      .p-message-cont2-movie {
        position: relative;
        margin: 60px auto 30px;
        width: 100%; } }
    .p-message-cont2-movie iframe {
      width: 560px;
      aspect-ratio: 16 / 9;
      height: auto;
      border: 0; }
      @media screen and (max-width: 992px) {
        .p-message-cont2-movie iframe {
          width: 100%; } }
.p-message-mvv {
  margin: 60px auto 20px;
  gap: 20px; }
  @media screen and (max-width: 992px) {
    .p-message-mvv {
      margin: 60px auto 40px; } }
  @media screen and (max-width: 767px) {
    .p-message-mvv {
      display: block; } }
  .p-message-mvv li {
    font-size: 17px;
    font-weight: 700;
    line-height: 46px; }
    @media screen and (max-width: 767px) {
      .p-message-mvv li {
        line-height: 26px; } }
    .p-message-mvv li span {
      display: inline-block;
      width: 90px;
      font-size: 110%;
      background: #000;
      padding: 0 6px;
      color: #fff;
      line-height: 28px;
      text-align: center;
      margin-bottom: 8px;
      margin-right: 8px; }
  @media screen and (max-width: 767px) {
    .p-message-mvv li {
      margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .p-message-detail .l-page-head-hero {
    top: 20%; } }
.p-message-detail-copy {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 992px) {
    .p-message-detail-copy {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .p-message-detail-copy {
      font-size: 18px; } }
.p-message-detail-personnel .l-page-head-lg {
  background: url("../../img/message/personnel-dept/page-head.jpg") no-repeat 65% 20%;
  background-size: cover;
  height: 460px; }
  @media screen and (max-width: 767px) {
    .p-message-detail-personnel .l-page-head-lg {
      height: 300px; } }
.p-message-detail-box .c-txt-rg {
  line-height: 2; }

.c-btn-primary-txt2 {
  margin: -20px 0 40px; }
  .c-btn-primary-txt2 a {
    font-size: 16px; }

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