/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.message_mv {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 800px;
  position: relative;
  display: block;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .message_mv {
    height: 100svh;
    max-height: none;
    padding-top: 6rem;
  }
}
.message_mv .img-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin-left: 15.625vw;
}
@media screen and (max-width: 767px) {
  .message_mv .img-wrap {
    margin-left: 17.3333333333vw;
  }
}
.message_mv .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
@media screen and (max-width: 767px) {
  .message_mv .img-wrap img {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
.message_mv .text-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.125vw;
}
@media screen and (max-width: 767px) {
  .message_mv .text-wrap {
    top: auto;
    left: 2rem;
    bottom: 2rem;
    transform: none;
  }
}
.message_mv .text-wrap .title {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .message_mv .text-wrap .title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.message_mv .text-wrap .title .ja {
  font-size: 1.4rem;
  font-weight: 600;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .message_mv .text-wrap .title .ja {
    font-size: 1rem;
  }
}
.message_mv .text-wrap .title .en {
  color: #008cff;
  font-weight: 700;
  margin-right: 2rem;
  font-size: 2.1rem;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .message_mv .text-wrap .title .en {
    font-size: 2rem;
  }
}
.message_mv .text-wrap .copy-wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .message_mv .text-wrap .copy-wrap {
    margin-top: 1.3rem;
  }
}
.message_mv .text-wrap .copy-wrap p {
  display: block;
  background-color: #fff;
  padding: 1.8rem 2rem;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1;
  color: #252525;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  translate: -2rem 0;
}
@media screen and (max-width: 767px) {
  .message_mv .text-wrap .copy-wrap p {
    font-size: 2.6rem;
    padding: 0.8rem 0.6rem;
    translate: -0.6rem 0;
  }
}
.message_mv .text-wrap .copy-wrap p + p {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .message_mv .text-wrap .copy-wrap p + p {
    margin-top: 0.6rem;
  }
}

.message-wrap .section-hd {
  font-weight: 600;
  font-size: 3.4rem;
  margin-bottom: 3rem;
  line-height: 1.8;
  color: #252525;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .message-wrap .section-hd {
    padding-bottom: 1.5rem;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
}
.message-wrap .section-hd::after {
  content: "";
  display: none;
  position: absolute;
  background-color: #dce8f3;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .message-wrap .section-hd::after {
    display: inline-block;
  }
}
.message-wrap:nth-of-type(2) {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .message-wrap:nth-of-type(2) {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
.message-wrap:nth-of-type(2) .inner .wrap {
  display: flex;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
  max-width: 1190px;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .message-wrap:nth-of-type(2) .inner .wrap {
    display: block;
    margin-right: auto;
    align-items: center;
  }
}
.message-wrap:nth-of-type(2) .inner .wrap .text-wrap {
  width: 61.3445378151%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .message-wrap:nth-of-type(2) .inner .wrap .text-wrap {
    width: 100%;
  }
}
.message-wrap:nth-of-type(2) .inner .wrap .img-wrap {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .message-wrap:nth-of-type(2) .inner .wrap .img-wrap {
    width: 73.3333333333%;
    max-width: 275px;
    margin: 4rem -2rem 0 auto;
    align-self: flex-end;
  }
}
.message-wrap:nth-of-type(3) {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .message-wrap:nth-of-type(3) {
    margin-top: 4rem;
  }
}
.message-wrap:nth-of-type(3) .inner .wrap {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.message-wrap:nth-of-type(3) .inner .wrap .text-wrap {
  margin-bottom: 8rem;
  align-self: flex-end;
  width: 66.3636363636%;
}
@media screen and (max-width: 767px) {
  .message-wrap:nth-of-type(3) .inner .wrap .text-wrap {
    width: 100%;
    align-self: flex-start;
    margin-bottom: 3.5rem;
  }
}
.message-wrap:nth-of-type(3) .inner .wrap .img-wrap {
  width: 83.6363636364%;
}
@media screen and (max-width: 767px) {
  .message-wrap:nth-of-type(3) .inner .wrap .img-wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.message-wrap:nth-of-type(3) .inner .wrap .img-wrap img {
  width: 100%;
}
.message-wrap:nth-of-type(4) {
  margin-block: 7rem 10rem;
}
@media screen and (max-width: 767px) {
  .message-wrap:nth-of-type(4) {
    margin-block: 4rem;
  }
}
.message-wrap:nth-of-type(4) .inner .text-wrap {
  display: block;
}

.profile-wrap {
  overflow-x: clip;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .profile-wrap {
    margin-bottom: 0;
  }
}
.profile-wrap .inner .wrap {
  background-color: #e9f1f5;
  padding: 3.5rem 4rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .profile-wrap .inner .wrap {
    display: block;
    padding-block: 4rem;
    padding-inline: 2rem;
    margin-inline: -2rem;
  }
}
.profile-wrap .inner .wrap .profile {
  margin-right: 8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .profile-wrap .inner .wrap .profile {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.profile-wrap .inner .wrap .profile p {
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .profile-wrap .inner .wrap .profile p {
    font-size: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .profile-wrap .inner .wrap .profile .name-wrap {
    margin-bottom: 0.5rem;
  }
}
.profile-wrap .inner .wrap .profile .name-wrap .ja {
  font-size: 2.8rem;
  font-weight: 600;
  color: #252525;
  letter-spacing: 0.1em;
}
.profile-wrap .inner .wrap .profile .name-wrap .ja::first-letter {
  color: #008cff;
}
@media screen and (max-width: 767px) {
  .profile-wrap .inner .wrap .profile .name-wrap .ja {
    font-size: 2rem;
  }
}
.profile-wrap .inner .wrap .profile .name-wrap .en {
  line-height: 2;
  font-size: 1.4rem;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .profile-wrap .inner .wrap .profile .name-wrap .en {
    font-size: 1rem;
    margin-top: -0.5rem;
  }
}
.profile-wrap .inner .wrap .text {
  font-size: 1.4rem;
  line-height: 2;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .profile-wrap .inner .wrap .text {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=message.css.map */