.under_mv {
  position: relative;
}
.under_mv .under_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 767px) {
  .under_mv .under_line {
    top: 40%;
  }
}

@keyframes nuru {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
#nuru-test {
  animation: nuru 0.4s linear 0s forwards;
}

.mes1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 90px;
}
.mes1 .img {
  position: relative;
}
.mes1 .img .mes1_in {
  width: 0;
  height: 100%;
  background: url("../images/mes1.webp") center center/cover;
}
.mes1 .cont {
  padding: 5vw;
}
.mes1 h2 {
  color: #223061;
  font-family: serif;
  margin-bottom: 40px;
  font-size: 3rem;
}
.mes1 .txt {
  font-size: 1.8rem;
}
.mes1 .mes1_fd {
  filter: blur(10px);
  will-change: filter;
}
@media all and (max-width: 1160px) {
  .mes1 h2 {
    font-size: 2.6rem;
  }
  .mes1 .txt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1000px) {
  .mes1 {
    grid-template-columns: 1fr;
  }
  .mes1 .img {
    height: 500px;
    order: 2;
  }
  .mes1 .cont {
    order: 1;
  }
}
@media all and (max-width: 767px) {
  .mes1 {
    margin-top: 30px;
  }
  .mes1 h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-feature-settings: "palt";
  }
  .mes1 .img {
    height: 320px;
    margin-top: 20px;
  }
  .mes1 .txt {
    font-size: 1.4rem;
  }
}

.mes2 {
  padding: 110px 0;
}
.mes2 h2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #223061;
  font-family: serif;
  margin-bottom: 40px;
}
.mes2 .txt {
  font-size: 1.8rem;
}
.mes2 .mes2_fd {
  opacity: 0;
  filter: blur(10px);
}
.mes2 .char {
  opacity: 0;
  will-change: filter;
}
@media all and (max-width: 767px) {
  .mes2 h2 {
    font-size: 2.6rem;
  }
  .mes2 .txt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .mes2 {
    padding: 40px 0;
  }
  .mes2 h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .mes2 .txt {
    font-size: 1.4rem;
  }
}

.mes3 {
  aspect-ratio: 1920/1280;
  position: relative;
  z-index: 4;
}
.mes3 .mes3_img {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  aspect-ratio: 1920/1280;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.mes3 .mes3_in {
  width: 0;
  height: 100%;
  background: url("../images/mes3.webp") center center/cover;
}
.mes3 .mes3_txt {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
  color: white;
  font-size: 1.8rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.16), 0 0 3px rgba(0, 0, 0, 0.16), 0 0 3px rgba(0, 0, 0, 0.16);
}
.mes3 .char {
  opacity: 0;
  will-change: filter;
}
@media all and (max-width: 1366px) {
  .mes3 .mes3_in {
    min-height: 900px;
  }
  .mes3 .mes3_txt {
    width: 90%;
  }
}
@media all and (max-width: 767px) {
  .mes3 .mes3_img {
    aspect-ratio: 750/1460;
    padding: 0;
  }
  .mes3 .mes3_txt {
    bottom: 30px;
    left: 5%;
    font-size: 1.4rem;
  }
  .mes3 .mes3_in {
    min-height: 0;
    background: url("../images/mes3_sp.webp") center center/cover;
  }
}

.mes4 {
  margin: 0 10px;
  background: url("../images/mes4.webp") center center/cover;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mes4 .bx {
  aspect-ratio: 950/1000;
  color: white;
  padding: 5vw 3vw 3vw 5vw;
}
.mes4 .ttls {
  position: relative;
  z-index: 2;
}
.mes4 .ttls h2 {
  font-size: 4rem;
  font-family: serif;
  font-weight: 600;
  line-height: 1;
}
.mes4 .ttls h2 i {
  font-size: 3rem;
}
.mes4 .ttls .eg {
  line-height: 1;
  font-family: "deg_sb", sans-serif;
  font-size: 4rem;
  margin-top: 20px;
}
.mes4 .txt {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 2rem;
  z-index: 2;
}
.mes4 .txt .t2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.mes4 .txt p {
  margin: 0;
  padding: 0;
  line-height: 2;
}
.mes4 .left {
  position: relative;
}
.mes4 .left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D8BA54;
  mix-blend-mode: multiply;
  z-index: 1;
}
.mes4 .right {
  position: relative;
  color: white;
}
.mes4 .right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #182554;
  mix-blend-mode: multiply;
  z-index: 1;
}
.mes4 .mes4_fd {
  opacity: 0;
}
@media all and (max-width: 1160px) {
  .mes4 {
    grid-template-columns: 1fr;
  }
  .mes4 .bx {
    aspect-ratio: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 10vw 5vw;
  }
  .mes4 .txt {
    display: inline-block;
    position: relative;
    right: unset;
    bottom: unset;
    font-size: 1.8rem;
  }
  .mes4 .txt .t2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .mes4 .txt p {
    margin: 0;
    padding: 0;
    line-height: 2;
  }
}
@media all and (max-width: 767px) {
  .mes4 {
    margin: 0;
    background: url("../images/mes4.webp") center center/cover;
    grid-template-columns: 1fr;
  }
  .mes4 .bx {
    aspect-ratio: unset;
    color: white;
    padding: 40px 5%;
    display: block;
  }
  .mes4 .ttls {
    margin-top: 40px;
  }
  .mes4 .ttls h2 {
    font-size: 2.8rem;
  }
  .mes4 .ttls h2 i {
    font-size: 2rem;
  }
  .mes4 .ttls .eg {
    font-size: 2.4rem;
    margin-top: 10px;
  }
  .mes4 .txt {
    right: unset;
    bottom: unset;
    font-size: 1.4rem;
    margin-top: 60px;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  .mes4 .left {
    position: relative;
  }
  .mes4 .left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D8BA54;
    mix-blend-mode: multiply;
    z-index: 1;
  }
  .mes4 .right {
    position: relative;
    color: white;
  }
  .mes4 .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #182554;
    mix-blend-mode: multiply;
    z-index: 1;
  }
}

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