.page-header-banner__container img {
    width: 100%;
}

.page-header-banner .common-section-container-inner {
    position: relative;
}


.page-header-banner .common-header .section-title {
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: calc(30px + 1.6vw) !important;
}

.page-header-banner__container .mb_img {
    display: none;
}

@media (max-width:768px) {
    .page-header-banner__container .pc_img {
        display: none;
    }

    .page-header-banner__container .mb_img {
        display: block;
    }

    .page-header-banner .common-header .section-title {
        left: 5%;
        top: unset;
        bottom: 10%;
        transform: unset;
        margin: 0;
        font-size: 55px !important;
    }
}

@media (max-width:500px) {
    .page-header-banner .common-header .section-title {
        font-size: 9.6vw !important;
    }
}