.section_title_en{
    font-family: 'Oswald', sans-serif;
}

.section_title_en{
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
}
.section_title_en::after{
    content: "";
    background-color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 400px;
    height: 2px;
}

.section_title_ja{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    text-align: center;
}


/* 私たちの強み */
.strength_container{
    background-image: url('../images/company/strength_bg.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 130px;
}

.strength_wrap{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.strength_text{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin-top: 40px;
    text-align: center;
}

.strength_logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 370px;
    height: auto;
}

.strength_icon_box{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 730px;
}
.strength_icon{
    display: block;
    width: 100%;
    height: auto;
}

.strength_img_box{
    display: block;
    width: 100%;
}
.strength_img{
    display: block;
    width: 100%;
    height: auto;
}

.strength_division_container{
    margin-left: auto;
    margin-right: auto;
    width: 91%;
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.strength_division_list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.strength_division_list_inner{
    width: 24%;
}

.strength_division_link{
    display: block;
    width: 100%;
}
.strength_division_link:nth-child(n+2){
    margin-top: 20px;
}

.strength_division_img{
    display: block;
    width: 100%;
    height: auto;
}

.strength_division_box{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 68%;
}
.strength_division{
    display: block;
    width: 100%;
    height: auto;
}


/* 会社情報 */
.section_company{
    background-image: url('../images/company/information_bg.jpg');
    background-size: cover;
    background-position: bottom center;
    padding-top: 130px;
    padding-bottom: 130px;
}

.company_list_wrap{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 600px;
}

.company_list_inner{
    
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}
.company_list_inner:not(:last-child){
    border-bottom: 1px solid #fff;
}

.company_list_head{
    color: #fff;
    font-size: 12px;
    line-height: 1.75;
    margin-right: 60px;
    min-width: 62px;
}

.company_list_data{
    color: #fff;
    font-size: 12px;
    line-height: 1.75;
}













@media screen and (max-width: 1024px){
    .section_title_en{
        font-size: 36px;
    }
    .section_title_en::after{
        width: 380px;
    }
    
    .section_title_ja{
        font-size: 16px;
    }


    /* 私たちの強み */
    .strength_text{
        font-size: 14px;
    }

    .strength_logo{
        width: 320px;
    }

    .strength_icon_box{
        width: 90%;
    }


    /* 会社情報 */
    .company_list_wrap{
        width: 90%;
        max-width: 600px;
    }
}












@media screen and (max-width: 599px){
    .section_title_en{
        font-size: 32px;
        letter-spacing: .2em;
    }
    .section_title_en::after{
        background-color: #f05050;
        margin-top: 5px;
        width: 100%;
        height: 3px;
    }
    
    .section_title_ja{
        font-size: 15px;
        font-weight: bold;
    }
    
    
    /* 私たちの強み */
    .strength_container{
        background-image: url('../images/company/strength_bg_sp.jpg');
        padding-top: 40px;
        padding-bottom: 60px;
    }
    
    .strength_text{
        font-size: 13px;
        margin-top: 35px;
    }
    
    .strength_logo{
        display: none;
    }
    
    .strength_icon_box{
        margin-top: 40px;
        width: 75%;
    }
    
    .strength_division_container{
        padding-top: 20px;
        padding-bottom: 30px;
        width: 90%;
    }
    
    .strength_division_list{
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        width: 93%;
        position: static;
        transform: translate(0);
    }
    
    .strength_division_list_inner{
        flex-direction: column;
        width: 100%;
    }
    .strength_division_list_inner:nth-child(n+2){
        margin-top: 10px;
    }
    
    .strength_division_link{
        width: 100%;
    }
    .strength_division_link:nth-child(n+2){
        margin-top: 10px;
    }

    .strength_division_box{
        margin-top: 25px;
        width: 100%;
    }
    
    
    /* 会社情報 */
    .section_company{
        background-image: url('../images/company/information_bg_sp.jpg');
        padding-top: 35px;
    }

    .section_company .section_title_en::after{
        margin-left: auto;
        margin-right: auto;
        width: 84%;
    }
    
    .company_list_wrap{
        margin-top: 20px;
        width: 84%;
    }
    
    .company_list_inner{
        padding-top: 15px;
        padding-bottom: 2px;
    }
    .company_list_inner:not(:last-child){
        border-bottom: 1px dotted #fff;
    }
    
    .company_list_head{
        margin-right: 15px;
        min-width: 62px;
    }
    
    .company_list_data{
        color: #fff;
        font-size: 12px;
        line-height: 1.75;
    }

    .company_list_inner:nth-last-child(-n+2){
        flex-direction: column;
    }

    .company_list_inner:nth-last-child(-n+2) .company_list_head{
        border-bottom: 1px dotted #fff;
        width: 100%;
    }
    
    .company_list_inner:nth-last-child(-n+2) .company_list_data{
        letter-spacing: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .company_list_inner:last-child .company_list_data{
        border-bottom: 1px dotted #fff;
    }
}