@charset "UTF-8";
@-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;
  }
}
@media screen and (max-width: 768px) {
  .p_message {
    overflow: hidden;
  }
}
.p_message__heading {
  overflow: hidden;
  background: none;
  position: relative;
  z-index: 0;
}
.p_message__heading .o_c_heading__page__body__jp::before {
  content: none;
}
.p_message__heading .o_c_heading__page__body {
  z-index: 2;
}
.p_message__heading__bg {
  position: absolute;
  width: clamp(500px, 80vw, 1080px);
  height: auto;
  top: -10rem;
  left: -12rem;
  z-index: 0;
}
@media screen and (max-width: 1166px) {
  .p_message__heading__bg {
    top: -9rem;
    left: -12rem;
  }
}
@media screen and (max-width: 768px) {
  .p_message__heading__bg {
    top: -7rem;
    left: -10rem;
  }
}
@media screen and (max-width: 480px) {
  .p_message__heading__bg {
    top: -5rem;
    left: -10rem;
  }
}
.p_message__intro {
  position: relative;
  width: 100%;
}
.p_message__intro--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1366px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p_message__intro--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p_message__intro .intro {
  margin-left: 10rem;
}
@media screen and (max-width: 1166px) {
  .p_message__intro .intro {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p_message__intro .intro {
    margin-left: 1.5rem;
  }
}
.p_message__intro .intro__copy {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5.2vw, 3.625rem);
  line-height: 1.6;
}
.p_message__intro .intro__copy span {
  display: block;
  text-decoration: underline;
  text-underline-offset: 1rem;
  text-decoration-thickness: 0.3rem; /* 線の太さ */
}
@media screen and (max-width: 768px) {
  .p_message__intro .intro__copy span {
    text-underline-offset: 0.5rem;
    text-decoration-thickness: 0.2rem; /* 線の太さ */
  }
}
.p_message__intro .intro__affiliation {
  margin-block: 3rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p_message__intro .intro__affiliation {
    margin-block: 2rem;
  }
}
.p_message__intro .intro__affiliation__post {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p_message__intro .intro__affiliation__name {
  margin-top: 0.75em;
  font-size: 1.625rem;
}
.p_message__intro .mv {
  max-width: 500px;
  width: clamp(240px, 38vw, 480px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p_message__intro .mv {
    margin-inline: auto 0;
    max-width: 260px;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 480px) {
  .p_message__intro .mv {
    max-width: 240px;
    position: initial;
  }
}
.p_message__intro--paint {
  position: absolute;
  width: 100%;
  height: 8rem;
  max-width: calc(100% - (100vw - 1166px) / 2 - 10rem);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 94, 255, 0)), to(rgb(13, 94, 255)));
  background-image: linear-gradient(90deg, rgba(13, 94, 255, 0), rgb(13, 94, 255));
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}
@media screen and (max-width: 1166px) {
  .p_message__intro--paint {
    max-width: calc(100% - 3.75rem);
  }
}
@media screen and (max-width: 768px) {
  .p_message__intro--paint {
    max-width: calc(100% - 1.625rem);
  }
}
@media screen and (max-width: 480px) {
  .p_message__intro--paint {
    bottom: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.p_message__content {
  background: #B3B7C4;
  padding-block: 8rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p_message__content {
    padding-block: 8rem 3rem;
  }
}
@media screen and (max-width: 480px) {
  .p_message__content {
    padding-block: 6rem 0rem;
    z-index: 3;
  }
}
.p_message__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50rem;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p_message__content::after {
    height: 20rem;
  }
}
@media screen and (max-width: 480px) {
  .p_message__content::after {
    height: 20rem;
  }
}
.p_message__content::before {
  content: "";
  position: absolute;
  width: clamp(280px, 80vw, 460px);
  height: 110px;
  height: 8rem;
  max-width: calc(100% - (100vw - 1166px) / 2 - 10rem);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(13, 94, 255)), to(rgba(13, 94, 255, 0)));
  background-image: linear-gradient(90deg, rgb(13, 94, 255), rgba(13, 94, 255, 0));
  left: 30%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_message__content::before {
    left: 10%;
  }
}
@media screen and (max-width: 480px) {
  .p_message__content::before {
    height: 6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4;
  }
}
.p_message__content__sticky {
  width: 43%;
  max-width: 580px;
  position: absolute;
  z-index: 1;
  top: 8rem;
  right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_message__content__sticky {
    display: none;
  }
}
.p_message__content__talk {
  margin-left: calc((100% - 1166px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1166px) {
  .p_message__content__talk {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p_message__content__talk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 2rem;
  }
}
.p_message__content__talk .talk {
  width: 50%;
  padding-right: 2rem;
  margin-block: 0 15rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_message__content__talk .talk {
    width: 100%;
    margin-block: initial;
  }
}
.p_message__content__talk .talk__title {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_message__content__talk .talk__title {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 480px) {
  .p_message__content__talk .talk__title {
    margin-top: 3rem;
  }
}
.p_message__content__talk .talk__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 2rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p_message__content__talk .talk__text {
    margin-top: 1rem;
  }
}
.p_message__content__talk .talk__profile {
  margin-block: 4rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p_message__content__talk .talk__profile {
    margin-block: 2rem;
  }
}
.p_message__content__talk .talk__profile--title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
  border-bottom: rgba(10, 16, 35, 0.4) solid 1px;
}
.p_message__content__talk .talk__profile--intro {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p_message__content__talk .talk__img {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_message__content__talk .talk__img {
    display: block;
    width: calc(100% + 2rem);
    position: relative;
    margin-block: 5rem;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .p_message__content__talk .talk__img {
    margin-block: 4rem;
  }
}
.p_message__content__talk .talk .paint2 {
  position: relative;
}
.p_message__content__talk .talk .paint2::before {
  content: "";
  position: absolute;
  width: clamp(240px, 60vw, 670px);
  height: 800px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 94, 255, 0)), to(rgb(13, 94, 255)));
  background-image: linear-gradient(90deg, rgba(13, 94, 255, 0), rgb(13, 94, 255));
  left: 30vw;
  top: -3rem;
  z-index: -1;
}
@media screen and (max-width: 1166px) {
  .p_message__content__talk .talk .paint2::before {
    left: 10vw;
    top: -3rem;
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .p_message__content__talk .talk .paint2::before {
    left: -3rem;
    top: -2rem;
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .p_message__content__talk .talk .paint2::before {
    height: 310px;
  }
}
.p_message__content__talk .talk .paint3 {
  position: relative;
}
.p_message__content__talk .talk .paint3::before {
  content: "";
  position: absolute;
  width: 25rem;
  height: 390px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 94, 255, 0)), to(rgb(13, 94, 255)));
  background-image: linear-gradient(90deg, rgba(13, 94, 255, 0), rgb(13, 94, 255));
  left: -26.5rem;
  bottom: -20rem;
  z-index: -1;
}
@media screen and (max-width: 1166px) {
  .p_message__content__talk .talk .paint3::before {
    left: -7.5rem;
    width: 6rem;
    bottom: -20rem;
  }
}
@media screen and (max-width: 768px) {
  .p_message__content__talk .talk .paint3::before {
    left: -110px;
    width: 90px;
    bottom: -24px3rem;
  }
}
.p_message__content__talk .talk .paint4 {
  position: relative;
}
.p_message__content__talk .talk .paint4::before {
  content: "";
  position: absolute;
  width: 600px;
  width: clamp(170px, 40vw, 600px);
  height: 640px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(13, 94, 255)), to(rgba(13, 94, 255, 0)));
  background-image: linear-gradient(90deg, rgb(13, 94, 255), rgba(13, 94, 255, 0));
  right: -100%;
  top: 20rem;
  z-index: -1;
}
@media screen and (max-width: 1166px) {
  .p_message__content__talk .talk .paint4::before {
    top: 22rem;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p_message__content__talk .talk .paint4::before {
    top: -18rem;
    right: -1rem;
    height: 450px;
  }
}
.p_message__content__talk .talk .paint5 {
  position: relative;
}
.p_message__content__talk .talk .paint5::before {
  content: "";
  position: absolute;
  width: clamp(280px, 80vw, 460px);
  height: clamp(90px, 6rem, 130px);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 94, 255, 0)), to(rgb(13, 94, 255)));
  background-image: linear-gradient(90deg, rgba(13, 94, 255, 0), rgb(13, 94, 255));
  left: 30vw;
  top: calc(100% + 3rem);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_message__content__talk .talk .paint5::before {
    bottom: initial;
    left: -2rem;
    top: -50%;
  }
}
@media screen and (max-width: 480px) {
  .p_message__content__talk .talk .paint5::before {
    top: -40%;
  }
}
.p_message__content__wide {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1166px) {
  .p_message__content__wide {
    padding-block: 6rem 0;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p_message__content__wide {
    padding-block: 3rem 0;
    margin-top: 5rem;
  }
}
.p_message__content__wide::before {
  content: "";
  position: absolute;
  width: 70vw;
  height: 85%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 94, 255, 0)), to(rgb(13, 94, 255)));
  background-image: linear-gradient(90deg, rgba(13, 94, 255, 0), rgb(13, 94, 255));
  right: calc((-100vw + 1166px) / 2);
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  z-index: -1;
}
@media screen and (max-width: 1266px) {
  .p_message__content__wide::before {
    right: 0;
  }
}
@media screen and (max-width: 1166px) {
  .p_message__content__wide::before {
    width: 70vw;
    height: 60%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
@media screen and (max-width: 768px) {
  .p_message__content__wide::before {
    width: 90vw;
  }
}
.p_message__content__wide::after {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgb(255, 255, 255));
  left: calc((-100vw + 1166px) / 2);
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1266px) {
  .p_message__content__wide::after {
    left: 0;
  }
}
.p_message__content__wide__wrap {
  margin-inline: auto;
  max-width: 1166px;
  border-radius: 16px;
  overflow: hidden;
}
.p_message__content__wide__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 1266px) {
  .p_message__content__wide__wrap {
    width: calc(100% - 3rem);
    margin-inline: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p_message__content__wide__wrap {
    width: calc(100% - 2rem);
    margin-inline: 0 auto;
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 480px) {
  .p_message__content__wide__wrap {
    aspect-ratio: 33/24;
  }
}
.p_message__cover {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.p_message__cover .o_p_bl-next {
  padding-top: 8rem;
  margin-top: initial;
}
.p_message__cover .o_p_menu-recruitment {
  padding-bottom: 8rem;
  margin-bottom: initial;
}

.l_footer {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=message.css.map */