.top_info{
    padding-bottom:400px;
}

.mx-920{
    /* max-width: 920px; */
    margin: 0 auto;
    font-size:20px;
}
.two-col{
    display: flex;
    align-items: center;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
header.style-2{
    padding-top: 25px !important;
}
header.style-2 .logo{
    width: 100%;
    max-width: 105px;
    padding-bottom: 100px;
    z-index: 999;
    position: relative;
    margin-left: 25px;
}
@media (max-width: 600px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .two-col{
        flex-direction: column;
    }
    .two-col img{
        order: 1;
    }
    .two-col h5{
        order: 2;
    }
    .choose-us.style-2 .img{
        overflow: hidden;
    }
    .choose-us.style-2 .img img{
        max-width: 75%;
        display: block;
        margin: 0 auto;
    }
    header.style-2 .head_shape2{
        object-fit: cover;
        bottom: -25%;
    }
    header.style-2 .content h1{
        letter-spacing: 8px;
    }
    header.style-2 .content p {
        font-size: 13px;
    }
    .top_info {
        padding-bottom: 300px;
        margin-top: -120px;
    }
    header.style-2 .logo {
        padding-bottom: 150px;
        max-width: 70px;
    }
    header.style-2 .content h4{
        font-size: calc(1rem + .3vw);
    }
    .choose-us.style-2 .info h5{
        font-size: 16px;;
    }
    .h5, h5{
        font-size: 16px;
    }
}