@media screen and (min-width: 1921px) {
    .hero-text {
      max-width: unset;
    }
   
    .intro-text_pc {
      z-index: 4;
    }

    .wave-intro_pc {
        /*bottom: calc(-6vw - 100px);*/
        z-index: 2;
    }

    .wave-service {
        margin-top: calc(-131px + -1vw);
    }

    .services {
        padding-top: 15vw;
    }

    .footer-inner_pc {
      margin-top: 5vw;
    }

}