html {
    overflow-x: hidden;
}

body {
    background: #EDE9E2;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans JP' !important;
}

.recruit-privacy-policy section {
    padding: 0% !important;
}

.banner {
    position: relative;
    background: #fff;
    background-size: cover;
    min-height: 43.24045407636739vh;
}

#home {
    position: relative;
    height: 43.24045407636739vh;
}

#home img {
    width: 100%;
    height: 43.24045407636739vh;
    object-fit: cover;
}

.features {
    padding: 156px 0 200px;
}

.features-info {
    display: flex;
    justify-content: center;
    margin: 0 8.333333333333334vw;
    background: #fff;
    border: 5px solid #000;
}

.recruit-info {
    margin: 6.40625vw 15.625vw 8.333333333333334vw;
}

.feature-icon {
    position: absolute;
    left: -3.541667vw;
    top: 85%;
    width: 38.385416666667vw;
    height: 9.4791666666667vw;
    z-index: 999999;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.recruit-title > p{
    font-size: 40px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 0.15rem;
    text-align: center;
}

.recruit-description {
    margin: 120px 0 80px;
}

.recruit-description > p {
    font-size: 18px;
    line-height: 35px;
    font-weight: lighter;
}

.recruit-president p {
    text-align: right;
    font-size: 18px;
    line-height: 35px;
    font-weight: lighter;
}

.image-container {
    height: 100%;
    object-fit: cover;
}

.image-container-mb {
    display: none;
}

.banner-recruit-logo {
    position: absolute;
    width: 38.385416666667vw;
    height: 9.4791666666667vw;
    left: -2vw;
    z-index: 1;
    margin-top: -68px;
}

.recruit-logo-mb {
    display: none;
}

.banner-recruit {
    height: 419px;
    overflow: hidden;
}



@media screen and (max-width: 760px) {
    .banner-recruit-logo {
        width: 56.975vw;
        left: -7vw;
        margin-top: 6.57895vw;
    }

    .image-container {
        display: none;
    }

    .image-container-mb {
        display: inline-block;
        overflow: hidden;
        height: 101.5%;
        object-fit: cover;
        width: 100%;
    }

    .banner-recruit {
        padding: 0;
        height: 115.52631578947vw;
    }

    .recruit-title > p {
        font-size: 5.26316vw;
        line-height: 3.815789vw;
    }

    .recruit-privacy-policy section {
        margin-bottom: -8px !important;
    }

    .recruit-info {
        margin: 10.92105vw 12.36842vw 15.7895vw 10.52632vw !important;
    }

    .recruit-logo {
        display: none;
    }

    .recruit-logo-mb {
        display: block;
    }

    .features {
        padding-top: 26.9737vw;
        padding-bottom: 26.3158vw;
    }

    .recruit-description {
        margin-top: 15.7895vw;
        margin-bottom: 10.52632vw;
    }

    .recruit-description > p {
        font-size: 2.36842vw;
        line-height: 4.60526vw;
    }

    .recruit-president p{
        font-size: 2.36842vw;
        line-height: 4.60526vw;
    }

    .features-info {
        border: 0.657895vw solid #000;
    }

}



