@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_message {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_message .o_p_heading__page {
    padding-block: 6.25rem 2.5rem;
  }
}
.p_message__hero {
  width: 100%;
  height: 33.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_message__hero {
    height: 17.5rem;
  }
}
.p_message__hero__fv {
  width: 80vW;
  height: 33.75rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (min-width: 1391px) {
  .p_message__hero__fv {
    width: 75vW;
    margin-left: 25vw;
  }
}
@media screen and (max-width: 1390px) {
  .p_message__hero__fv {
    width: 80vW;
    margin-left: 20vw;
  }
}
@media screen and (max-width: 1168px) {
  .p_message__hero__fv {
    margin-left: 3rem;
    width: calc(100% - 2.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .p_message__hero__fv {
    margin-left: 2.5rem;
    width: calc(100% - 2.5rem);
  }
}
@media screen and (max-width: 768px) {
  .p_message__hero__fv {
    margin-left: 1.75rem;
    width: calc(100% - 1.75rem);
    position: absolute;
    bottom: -3.75rem;
    height: 17.5rem;
    border-radius: 0.75rem 0 0 0.75rem;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .p_message__hero__fv {
    margin-left: 1.5rem;
    width: calc(100% - 1.5rem);
  }
}
.p_message__hero__fv img,
.p_message__hero__fv source {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_message__hero__repetition {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  position: absolute;
  bottom: -4.375rem;
  z-index: 3;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 6.75rem;
  padding-block: 0.625rem;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .p_message__hero__repetition {
    font-size: 4rem;
    bottom: -2.8125rem;
  }
}
.p_message__hero__repetition .repetition-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  color: #f9f9f9;
  padding-right: 0.2em;
}
.p_message__hero__repetition .repetition-text:nth-child(odd) {
  -webkit-animation: MoveLeft 40s -20s infinite linear;
          animation: MoveLeft 40s -20s infinite linear;
}
.p_message__hero__repetition .repetition-text:nth-child(even) {
  -webkit-animation: MoveLeft2 40s infinite linear;
          animation: MoveLeft2 40s infinite linear;
}
@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p_message__ceo {
  margin-top: 1.875rem;
  padding-block: 7.5rem;
  width: 80vW;
  max-width: 60rem;
}
@media screen and (min-width: 1391px) {
  .p_message__ceo {
    width: 75vW;
    margin-left: 25vw;
  }
}
@media screen and (max-width: 1390px) {
  .p_message__ceo {
    width: 80vW;
    margin-left: 20vw;
  }
}
@media screen and (max-width: 1168px) {
  .p_message__ceo {
    margin-inline: 3rem;
    width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 1024px) {
  .p_message__ceo {
    margin-inline: 2.5rem;
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 768px) {
  .p_message__ceo {
    margin-inline: 1.75rem;
    width: calc(100% - 3.5rem);
    padding-block: 2.5rem 5rem;
  }
}
@media screen and (max-width: 480px) {
  .p_message__ceo {
    margin-inline: 1.5rem;
    width: calc(100% - 3rem);
  }
}
.p_message__ceo__leading .leading--tx {
  padding: 0.625rem 0.75rem;
  color: #ffffff;
  background: #0F52BA;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.25rem, 0.9772727273rem + 1.3636363636vw, 2rem);
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.p_message__ceo__leading .leading--tx + .leading--tx {
  margin-top: 0.25rem;
}
.p_message__ceo__thought {
  margin-top: 3.625rem;
}
@media screen and (max-width: 768px) {
  .p_message__ceo__thought {
    margin-top: 2rem;
  }
}
.p_message__ceo__thought .tx {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p_message__ceo__thought .tx + .tx {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p_message__ceo__thought .tx + .tx {
    margin-top: 1.5rem;
  }
}
.p_message__ceo__thought .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3rem;
  gap: 0 1.25rem;
}
.p_message__ceo__thought .name__position {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.p_message__ceo__thought .name__ceo {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}/*# sourceMappingURL=message.css.map */