section.banner{
    position: relative;
}

section.banner {
    position: relative
}

.banner-content {
    position: absolute;
    top: 9.2vw;
    left: 12.3vw;
    width: 35.7vw
}

.banner-content h1 {
    margin: 0;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.2;
    font-family: montserrat_light
}

.banner-content h1 span {
    font-family: montserrat_semibold
}
section.banner .pc-banner {
    height: 40vw;
    width: 100%;
    object-fit: cover
}
.banner-content p {
    color: #B9B9B9;
    margin-top: 1.7vw;
    font-family: 'montserrat_light';
    font-size: 1.065vw;
    line-height: 1.3;
}

@media only screen and (max-width: 500px){
    .banner-content {
        top: 25.2vw;
        left: 6.3vw;
        width: 86.7vw
    }

    .banner-content h1 {
        line-height: 1.4;
        font-size: 9.5vw
    }

    .banner-content h1 br {
        display: none
    }

    .banner-content p {
        font-size: 3.7vw;
        line-height: 1.6;
    }
    section.banner .pc-banner{
        height: 110vw;
    }
}