.c-mv__en__large {
    font-family: "Shippori Mincho", serif;
    margin-top: 4.2vw;
    margin-bottom: 5vw;
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.0;
    color: #fff;
    letter-spacing: .028em;
}

.c-mv__jp__small {
    margin-bottom: 3rem;
    font-size: 2.4vw;
    font-weight: 700;
    line-height: 1.31;
    color: #fff;
}
.c-mv__jp__small2 {
    font-size: 0.965vw;
    line-height: 2.4;
    color: #fff;
}


.p-company-message .c-sub-mv {
    position: relative;
    background: url(../images/company/message/mv.png) top center / cover no-repeat;
    background-size: 100% auto;
    aspect-ratio: 1920 / 1238;
    height: 100%;
    width: 100%;
}

.p-company-message .c-mv__title {
    top: 0%;
}

/* section 01 */
.p-company-message__01 {
  margin-top: -10%;
  position: relative;
}
.p-company-message .p-company-message__01 .c-layout__01--large .c-layout__01__lead {
    grid-column: 3 / 11;
}

.p-company-message .p-company-message__01 .c-layout__01--large .c-layout__01__main {
    grid-column: 11 / 19;
}


.p-company-message__inner {
  align-items: center;
}
.p-company-message__section__img__01 {
  margin-bottom: 15%;
}
.p-company-message__section__img__01 img {
  width: 50%;
}
.p-company-message__section__img__02 {
}
.p-company-message__section__img__02 img {
  width: 75%;
  margin-left: 25%;
}

/* section 02 */
.p-company-message__02 {
  margin-top: 5%;
}
.p-company-message .p-company-message__02 .c-layout__01--large .c-layout__01__lead {
    grid-column: 3 / 13;
}

.p-company-message .p-company-message__02 .c-layout__01--large .c-layout__01__main {
    grid-column: 13 / 19;
}
.p-company-message__section__02__img__01 img {
  width: 70%;
  margin-left: 15%;
}

/* section 03 */
.p-company-message__03 {
  margin-top: 8%;
}
.p-company-message .p-company-message__03 .c-layout__01--large .c-layout__01__main {
    grid-column: 3 / 19;
}

.p-company-message .p-company-message__03 .c-layout__01--large .c-layout__01__lead {
    grid-column: 3 / 19;
}

.p-company-message__section__03__img__01 {
  margin-bottom: 3%;
}
.p-company-message__section__03__img__01 img {
  width: 100%;
}

/* section 04 */
.p-company-message .l-main__top::before {
  content: none;
}
.p-company-message .l-main__top::after {
  left: 65%;
  width: 35%;
  height: 70%;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.p-company-message__04 {
  margin-top: 8%;
}
.p-company-message .p-company-message__04 .c-layout__01--large .c-layout__01__main {
    grid-column: 3 / 9;
}

.p-company-message .p-company-message__04 .c-layout__01--large .c-layout__01__lead {
    grid-column: 10 / 19;
}
.p-company-message__section__04__img__01 img {
  width: 100%;
}
/* section 05 */
.p-company-message__05 {
  margin-top: 8%;
  margin-bottom: 12%;
}
.p-company-message .p-company-message__05 .c-layout__01--large .c-layout__01__lead {
    grid-column: 3 / 12;
}

.p-company-message .p-company-message__05 .c-layout__01--large .c-layout__01__main {
    grid-column: 12 / 19;
}

.p-company-message__section__05__img__01 img {
  width: 100%;
}

.p-company-message__02__img-with-polygon {
  position: relative;
}
.p-company-message__02__img-with-polygon::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5%, -50%);
    z-index: -1;
    display: block;
    aspect-ratio: 300 / 468;
    object-fit: cover;
    width: 470px;
    height: auto;
    content: "";
    background: #e3eaec;
    clip-path: polygon(70% 0%, 100% 0%, 30% 100%, 0% 100%);
}

.p-company-message__04__img-with-polygon {
  position: relative;
}
.p-company-message__04__img-with-polygon::before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-64%, -15%);
    z-index: -1;
    display: block;
    aspect-ratio: 300 / 468;
    object-fit: cover;
    width: 170px;
    height: auto;
    content: "";
    background: #e3eaec;
    clip-path: polygon(70% 0%, 100% 0%, 30% 100%, 0% 100%);
}


@media screen and (max-width: 768.9px) {
  .p-company-message .p-company-message__01 .c-layout__01--large .c-layout__01__lead {
      grid-column: 3 / 19;
  }
  .p-company-message .p-company-message__01 .c-layout__01--large .c-layout__01__main {
    grid-column: 2 / 20;
  }
  .p-company-message__section__img__01 {
    margin-bottom: 10%;
  }
  .p-company-message .p-company-message__02 .c-layout__01--large .c-layout__01__lead {
    grid-column: 3 / 19;
  }
  .p-company-message .p-company-message__02 .c-layout__01--large .c-layout__01__main {
    grid-column: 5 / 17;
  }
  .p-company-message .p-company-message__03 .c-layout__01--large .c-layout__01__main {
    grid-column: 1 / 21;
  }
  .p-company-message__02__img-with-polygon::before {
    width: 300px;
    transform: translate(15%, -50%);
  }
  .p-company-message .p-company-message__04 .c-layout__01--large .c-layout__01__main {
    grid-column: 6 / 16;
  }
  .p-company-message .p-company-message__04 .c-layout__01--large .c-layout__01__lead {
    grid-column: 3 / 19;
    margin-top: 40px;
  }
  .p-company-message .p-company-message__05 .c-layout__01--large .c-layout__01__lead {
    grid-column: 3 / 19;
  }
  .p-company-message .p-company-message__05 .c-layout__01--large .c-layout__01__main {
    grid-column: 6 / 16;
  }
  .p-company-message .l-main__top::after {
    left: 30%;
    width: 70%;
    height: 35%;
  }
  .p-company-message__01 {
    margin-top: 5%;
  }
  .p-company-message .c-mv__title {
    top: auto;
    bottom: 5%;
  }
  .p-company-message .c-sub-mv {
    aspect-ratio: 1920 / 3090; /* 1238 * 2.5 */
    background-color: #2f2f2f;
  }
  .c-mv__en__large {
    font-size: 3.5rem;
  }
  .c-mv__jp__small {
    font-size: 2rem;
  }
  .c-mv__jp__small2 {
    font-size: 1.2rem;
  }
}
