:root {
  --mainColor: #0e2f8d;
  --mainColorHover: #2059a2;
  --textColor: #595757;
  --footerBgColor: #e0e0e0;
  --contentMaxWidth: 1250px;
  --navColor: #2c2c2c;
  --frameColor: #e7e7e7;
  --leading-trim: calc((1em - 1lh) / 2);
}

body.message .l-main {
  width: 100%;
  max-width: unset;
  color: #fff;
  background: transparent url("/wpmricf/wp-content/themes/maruichi/images/bg_message.jpg") no-repeat center center;
  background-size: cover;
}

body.message .c-heading__en {
  color: #fff;
}

body.message .c-lead {
  color: #fff;
  font-weight: bold;
  font-size: clamp(2.5rem, 5.71vw + 1.16rem, 5.63rem);
  line-height: 1.2;
  letter-spacing: -0.05em;
}

body.message .p-message__body > p {
  margin-top: 0;
  margin-bottom: 0;
}

body.message .p-message__body > p + p {
  margin-top: calc(4.375rem + var(--leading-trim));
}

body.message .p-message__signature {
  margin-top: calc(4.375rem + var(--leading-trim));
  line-height: 1.5;
}

body.message .p-message__position {
  font-size: 1.5rem;
}

body.message .p-message__chairperson {
  font-size: 1.875rem;
}

@media screen and (max-width: 526px) {
  body.message .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

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