.section-home-keyvisual .keyvisual_swiper::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../../helpers/images/wave.svg');
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-banner img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}