.business_main_title_en,
.human_strength_title span,
.human_flow_term,
.global_item_title_en{
    font-family: 'Oswald', sans-serif;
}

.business_main_info_inner,
.business_content_container{
    max-width: 1200px;
}

.business_main_wrap{
    background-size: cover;
    background-position: center;
    padding-bottom: 90px;
}

.business_main_title_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: auto;
    width: 95%;
}

.business_main_icon_box{
    background-color: #f7d0d1;
    padding-top: min(30%, 400px);
    width: 30%;
    max-width: 400px;
    position: relative;
}
.business_main_icon_box::before,
.business_main_icon_box::after{
    content: '';
    width: 100%;
    height: 37%;
    position: absolute;
    top: 0;
    left: 0;
}
.business_main_icon_box::before{
    background-color: #f05050;
}
.business_main_icon_box::after{
    background: linear-gradient(to right, rgba(240, 80, 80, .5) 65%, rgba(255, 255, 150, .5));
    background: -moz-linear-gradient(left, rgba(240, 80, 80, .5) 65%, rgba(255, 255, 150, .5));
}

.business_main_icon{
    display: block;
    width: 58%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.business_main_box{
    width: 57%;
}

.business_main_title_en{
    color: #fff;
    /* font-size: 60px; */
    /* 23.10.11 A変更 */
    font-size: 52px;
    font-weight: 400;
    
    line-height: 1.2;
    margin-left: .05em;
    text-align: center;
}
.business_main_title_en::after{
    content: '';
    background-color: #fff;
    display: block;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
    height: 4px;
}

.business_main_title_ja{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.business_main_info_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: 89%;
}

.business_main_text_box{
    width: 54%;
}

.business_main_head{
    color: #fff;
    /* font-size: 38px; */
    /* 23.10.11 A変更 */
    font-size: 36px;
    font-weight: bold;
    
    line-height: 1.3;
}

.business_main_text{
    color: #fff;
    font-size: 15px;
    
    line-height: 1.85;
    margin-top: 30px;
    text-align: justify;
}

.business_main_img_box{
    width: 39%;
    position: relative;
}

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

.business_main_badge{
    display: block;
    width: 45%;
    height: auto;
    position: absolute;
    top: -20%;
    right: -8%;
}

.business_main_content_inner{
    background-size: cover;
    height: 350px;
}

.business_main_content_box{
    background-color: #f05050;
    padding: 30px 20px;
    width: 330px;
}

.business_main_content_head{
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.45;
    text-align: center;
}

.human_main_content_text{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}

.business_main_content_img{
    display: none;
}

.business_content_container{
    margin-left: auto;
    margin-right: auto;
    width: 91%;
}

.business_content_wrap{
    margin-top: 60px;
}

.business_content_wrap_02{
    margin-top: 35px;
}


.business_content_title{
    background-color: #f05050;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}


/* 人材派遣 */
.section_human{
    padding-bottom: 100px;
}

.section_human .business_main_wrap{
    background-image: url('../images/business/human_main_bg.jpg');
}

.section_human .business_main_title_ja{
    width: 144px;
}

.human_main_content_wrap .business_main_content_inner:nth-child(1){
    background-image: url('../images/business/human_main_img01.jpg');
}
.human_main_content_wrap .business_main_content_inner:nth-child(2){
    background-image: url('../images/business/human_main_img02.jpg');
}

.human_main_content_wrap .business_main_content_inner:nth-child(1) .business_main_content_box{
    margin-left: auto;
}

.section_human .business_content_wrap:nth-child(n+2){
    margin-top: 50px;
}

.human_type_inner{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.human_type_box{
    width: 30%;
}

.human_type_title{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.human_type_img{
    display: block;
    margin-top: 20px;
    width: 100%;
    height: auto;
}

.human_type_text{
    font-size: 15px;
    line-height: 1.85;
    margin-top: 15px;
    text-align: justify;
}

.human_strength_inner{
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 75%;
}

.human_strength_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* 23.10.11 A変更 */
    padding-bottom: 5%;
}
.human_strength_box:nth-child(n+2){
    margin-top: 20px;
}

.human_strength_icon{
    display: block;
    width: 24%;
    height: auto;
    z-index: 1;
}

.human_strength_info{
    width: 70%;
}

.human_strength_title{
    font-size: 24px;
    font-weight: normal;
}
.human_strength_title span{
    font-size: 31px;
    font-weight: 400;
}
.human_strength_title::after{
    content: '';
    background-color: #969696;
    display: block;
    margin-top: 10px;
    /* 23.10.11 A変更 */
    margin-left: -15%;
    width: 115%;
    height: 2px;
}

.human_strength_text{
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    text-align: justify;
}

.human_flow_inner{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 92%;
}

.human_flow_box{
    width: 46%;
}

.human_flow_title{
    background-color: #efefef;
    font-size: 24px;
    font-weight: normal;
    padding: 25px;
    text-align: center;
}

.human_flow_list{
    margin-top: 30px;
    position: relative;
}
.human_flow_list::before{
    content: '';
    background-color: #d3d3d4;
    display: block;
    width: 2px;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 49.5px;
    transform: translateY(-50%);
}

.human_flow_line{
    display: flex;
    align-items: center;
}
.human_flow_line:nth-child(n+2){
    margin-top: 15px;
}

.human_flow_term{
    background-color: #efefef;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 400;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    min-width: 100px;
    position: relative;
}

.human_flow_desc{
    font-size: 16px;
}

.human_flow_text{
    font-size: 16px;
    margin-top: 15px;
}


/* 日本語学校 */
.section_school{
    padding-bottom: 100px;
}


.section_school .business_main_wrap{
    background-image: url('../images/business/school_main_bg.jpg');
}

.section_school .business_main_title_ja{
    width: 450px;
}

.section_school .business_main_content_inner{
    background-image: url('../images/business/school_main_img01.png');
}

/* 23.10.11 A追加 */
.school_sub_title{
    letter-spacing: -0.03em;
    line-height: 1.3em;
}

.school_sub_text{
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 5%;
}

.school_sub_text_02{
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 1%;
    text-decoration:underline;
}

.school_type_box{
    width: 30%;
}

/*
.school_course_inner{
    margin-top: 40px;
}

.school_course_title{
    font-size: 30px;
    font-weight: normal;
}

.school_course_table{
    border: 1px solid #c8c8c8;
    margin-top: 25px;
    width: 100%;
}
.school_course_table.sp{
    display: none;
}

.school_course_thead{
    background-color: #c8c8c8;
}

.school_course_table_line{
    border-top: 1px solid #c8c8c8;
}

.school_course_table_head{
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}
.school_course_thead .school_course_table_head{
    color: #fff;
}
.school_course_tbody .school_course_table_head{
    border-right: 1px solid #c8c8c8;
    width: 200px;
}

.school_course_table_data{
    border-right: 1px solid #c8c8c8;
    font-size: 20px;
    line-height: 1.75;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.school_course_tbody .school_course_table_line:first-child .school_course_table_data{
    padding-top: 45px;
    padding-bottom: 45px;
}


.school_strength_inner{
    margin-top: 50px;
}

.school_strength_box{
    display: flex;
    justify-content: space-between;
}
.school_strength_box:nth-child(n+2){
    margin-top: 50px;
}

.school_strength_info{
    width: 50%;
}

.school_strength_title{
    font-size: 24px;
    font-weight: normal;
}

.school_strength_text{
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    text-align: justify;
}

.school_strength_map{
    margin-top: 30px;
    padding-top: 33%;
    width: 100%;
    position: relative;
}
.school_strength_map iframe{
    filter: grayscale(100%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.school_strength_picture{
    width: 44%;
}

.school_strength_img{
    display: block;
    width: 100%;
    height: auto;
} */



/* 国際貿易 */
.section_global{
    padding-bottom: 120px;
}

.section_global .business_main_wrap{
    background-image: url('../images/business/global_main_bg.jpg');
}

.section_global .business_main_title_ja{
    width: 140px;
}

.section_global .business_main_content_inner{
    background-image: url('../images/business/global_main_img01.jpg');
}

.section_global .business_content_wrap:nth-child(1){
    margin-top: 40px;
}
.section_global .business_content_wrap:nth-child(n+2){
    margin-top: 100px;
}

.section_global .business_content_wrap:nth-child(1) .global_item_title{
    margin-top: 40px;
}
.global_item_title{
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
}
.business_content_wrap:nth-child(1) .global_item_title{
    background-image: url('../images/business/global_daily_bg.jpg');
}
.business_content_wrap:nth-child(2) .global_item_title{
    background-image: url('../images/business/global_coffee_bg.jpg');
}
.business_content_wrap:nth-child(3) .global_item_title{
    background-image: url('../images/business/global_room_bg.jpg');
}

.section_global .business_content_wrap:nth-child(n+2) .business_content_title{
    display: none;
}

.global_item_title_en{
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}

.global_item_title_ja{
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-top: 15px;
}

.global_item_head_img_inner{
    display: flex;
}

.global_item_head_img_box{
    display: block;
    width: 50%;
}
.global_item_head_img{
    display: block;
    width: 100%;
    height: auto;
}

.global_item_inner{
    margin-top: 60px;
}

.global_item_box{
    display: flex;
    justify-content: space-between;
}
.global_item_box:nth-child(n+2){
    margin-top: 40px;
}

.global_item_img_box{
    display: block;
    width: 46%;
}
.global_item_box:nth-child(even) .global_item_img_box{
    order: 2;
}

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

.global_item_text_box{
    width: 50%;
}

.global_item_head{
    font-size: 24px;
    font-weight: normal;
}

.global_item_text{
    font-size: 15px;
    line-height: 1.85;
    margin-top: 15px;
    text-align: justify;
}

.global_item_other_inner{
    margin-top: 50px;
}

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

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

.business_contact_text{
    display: none;
}

.business_content_container .more_btn{
    background-color: #fff;
    border: 1px solid #d3d3d4;
    margin-top: 30px;
    width: 100%;
    height: 50px;
}

.business_content_container .more_btn_text{
    color: #000;
    font-size: 20px;
}
.business_content_container .more_btn_text::after{
    background-image: url("../images/common/btn_pink_arrow.svg");
}










@media screen and (max-width: 1024px){        
    .business_main_icon_box{
        padding-top: max(30%, 220px);
        min-width: 220px;
    }
    
    .business_main_title_en{
        font-size: 46px;
    }
    .business_main_title_en::after{
        content: '';
        background-color: #fff;
        display: block;
        margin-top: 15px;
    }

    .business_main_text_box{
        width: 58%;
    }
    
    .business_main_head{
        font-size: 28px;
    }
    
    .business_main_text{
        font-size: 14px;
    }
    
    .business_main_content_inner{
        height: 320px;
    }
    
    .business_main_content_box{
        background-color: #f05050;
        padding: 20px 10px;
        width: 290px;
    }
    
    .business_main_content_head{
        font-size: 22px;
    }
    
    .human_main_content_text{
        font-size: 14px;
    }
    
    .business_content_title{
        font-size: 22px;
    }
    
    
    /* 人材派遣 */
    .section_human .business_main_title_ja{
        width: 114px;
    }
    
    .human_type_title{
        font-size: 22px;
    }
    
    .human_type_text{
        font-size: 14px;
    }
    
    .human_strength_inner{
        width: 90%;
    }
    
    .human_strength_title{
        font-size: 22px;
    }
    .human_strength_title span{
        font-size: 28px;
    }
    
    .human_strength_text{
        font-size: 14px;
    }
    
    .human_flow_inner{
        align-items: center;
        flex-direction: column;
        width: 90%;
    }
    
    .human_flow_box{
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .human_flow_box:nth-child(n+2){
        margin-top: 50px;
    }
    
    .human_flow_title{
        font-size: 22px;
        width: 100%;
    }
    
    .human_flow_term{
        font-size: 15px;
    }
    
    .human_flow_desc{
        font-size: 14px;
    }
    
    .human_flow_text{
        font-size: 14px;
        margin-top: 15px;
    }
    
    
    /* 日本語学校 */    
    /* .section_school .business_main_title_ja{
        width: 142px;
    }
    
    .school_course_title{
        font-size: 24px;
    }
    
    .school_course_table_head{
        font-size: 16px;
    }
    .school_course_tbody .school_course_table_head{
        width: 150px;
    }
    
    .school_course_table_data{
        font-size: 16px;
    }

    .school_strength_info{
        width: 53%;
    }
    
    .school_strength_title{
        font-size: 20px;
    }
    
    .school_strength_text{
        font-size: 14px;
    } */
    
    
    
    /* 国際貿易 */
    .section_global .business_main_title_ja{
        width: 114px;
    }
    
    .global_item_title_en{
        font-size: 46px;
    }
    
    .global_item_title_ja{
        font-size: 20px;
    }

    .global_item_head{
        font-size: 20px;
    }
    
    .global_item_text{
        font-size: 14px;
    }
    
    .business_content_container .more_btn{
        height: 40px;
    }
    
    .business_content_container .more_btn_text{
        font-size: 18px;
    }
}












@media screen and (max-width: 599px){
    .school_strength_title span{
        font-family: 'Oswald', sans-serif;
    }

    .business_main_title_inner{
        background-color: rgba(240, 80, 80, .3);
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 25px;
        width: 100%;
        position: relative;
    }
    .business_main_title_inner::before,
    .business_main_title_inner::after{
        content: '';
        width: 100%;
        height: 24%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .business_main_title_inner::before{
        background-color: #f05050;
    }
    .business_main_title_inner::after{
        background: linear-gradient(to right, rgba(240, 80, 80, .5) 65%, rgba(255, 255, 150, .5));
        background: -moz-linear-gradient(left, rgba(240, 80, 80, .5) 65%, rgba(255, 255, 150, .5));
    }

    .business_main_icon_box{
        background-color: transparent;
        padding-top: 0;
        width: 19%;
        min-width: 0;
    }
    .business_main_icon_box::before,
    .business_main_icon_box::after{
        display: none;
    }

    .business_main_icon{
        width: 100%;
        position: relative;
        left: auto;
        transform: translate(0);
    }

    .business_main_box{
        margin-top: 25px;
        width: 84%;
    }
    
    .business_main_title_en{
        font-size: 30px;
    }
    .business_main_title_en::after{
        background-color: #f05050;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .business_main_info_inner{
        flex-direction: column;
        margin-top: 15px;
        width: 84%;
    }

    .business_main_text_box{
        width: 100%;
    }
    
    .business_main_head{
        font-size: 19px;
        text-align: center;
    }
    
    .business_main_text{
        font-size: 12px;
        margin-top: 15px;
    }

    .business_main_img_box{
        margin-top: 30px;
        width: 91%;
    }
    
    .business_main_content_inner{
        height: auto;
    }
    
    .business_main_content_box{
        padding: 15px 10px;
        width: 100%;
    }
    
    .business_main_content_head{
        font-size: 16px;
        font-weight: bold;
    }
    
    .human_main_content_text{
        font-size: 11px;
        font-weight: bold;
        margin-top: 10px;
    }

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

    .business_content_container{
        width: 100%;
    }
    
    .business_content_wrap{
        margin-top: 35px;
    }
    
    .business_content_title{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1.5;
        padding: 0;
        height: 90px;
    }
    
    
    /* 人材派遣 */
    .section_human{
        padding-bottom: 100px;
    }
    
    .section_human .business_main_wrap{
        background-image: url('../images/business/human_main_bg_sp.jpg');
    }
    
    .section_human .business_main_title_ja{
        width: 70px;
    }
   
    .section_human .business_main_img_box{
        margin-top: 75px;
    }
    
    .human_main_content_wrap .business_main_content_inner:nth-child(1){
        background-image: none;
    }
    .human_main_content_wrap .business_main_content_inner:nth-child(2){
        background-image: none;
    }

    .human_type_inner{
        flex-direction: column;
        margin-top: 40px;
    }

    .human_type_box{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        width: 88%;
    }
    .human_type_box:nth-child(n+2){
        margin-top: 40px;
    }
    
    .human_type_title{
        background-color: rgba(250, 150, 150, .3);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
        width: 50%;
    }
    
    .human_type_box picture{
        display: block;
        width: 50%;
    }
    .human_type_img{
        margin-top: 0;
        width: 100%;
    }
    
    .human_type_text{
        font-size: 12px;
        width: 100%;
    }
    
    .human_strength_inner{
        margin-top: 40px;
        width: 84%;
    }

    .human_strength_box{
        flex-direction: column;
    }
    /* .human_strength_box:nth-child(n+2){
        margin-top: 40px;
    } */

    .human_strength_icon{
        width: 38%;
    }

    .human_strength_info{
        margin-top: 10px;
        width: 100%;
    }
    
    .human_strength_title{
        font-size: 15px;
        text-align: center;
    }
    .human_strength_title span{
        font-size: 19px;
    }
    .human_strength_title::after {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
        height: 1px;
    }
    
    .human_strength_text{
        font-size: 12px;
        margin-top: 10px;
    }
    
    .human_flow_inner{
        margin-top: 40px;
        width: 84%;
    }

    .human_flow_box:nth-child(n+2){
        margin-top: 35px;
    }
    
    .human_flow_title{
        font-size: 19px;
        padding: 20px 10px;
        width: 100%;
    }

    .human_flow_list{
        margin-top: 25px;
    }
    .human_flow_list::before{
        width: 1px;
        left: 40px;
    }
    
    .human_flow_term{
        font-size: 13px;
        margin-right: 10px;
        min-width: 80px;
    }
    
    .human_flow_desc{
        font-size: 12px;
        letter-spacing: 0;
    }
    
    .human_flow_text{
        font-size: 12px;
        margin-top: 10px;
    }
    
    
    /* 日本語学校 */
    .section_school .business_main_title_ja {
        width: 250px;
    }    
    .school_sub_text{
        font-size: 12px;
        text-align: center;
        line-height: 1.8em;
        margin: 10% 0;
    }
    .school_bottom_img{
        margin-top: 10%;
    }

    .school_type_box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        width: 88%;
    }
    .school_type_box picture {
        display: block;
        width: 50%;
    }

    .school_type_box:nth-child(n+2) {
        margin-top: 40px;
    }
    
    
    /* 国際貿易 */    
    .section_global .business_main_wrap{
        background-image: url('../images/business/global_main_bg_sp.jpg');
    }
    
    .section_global .business_main_title_ja{
        width: 70px;
    }

    .section_global .business_main_content_inner{
        background-image: none;
    }

    .section_global .business_content_wrap:nth-child(n+2){
        margin-top: 50px;
    }

    .section_global .business_content_wrap:nth-child(1) .global_item_title{
        margin-top: 0;
    }
    .global_item_title{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .business_content_wrap:nth-child(1) .global_item_title{
        background-image: url('../images/business/global_daily_bg_sp.jpg');
    }
    .business_content_wrap:nth-child(2) .global_item_title{
        background-image: url('../images/business/global_coffee_bg_sp.jpg');
    }
    .business_content_wrap:nth-child(3) .global_item_title{
        background-image: url('../images/business/global_room_bg_sp.jpg');
    }
    
    .section_global .business_content_wrap:nth-child(n+2) .business_content_title{
        display: flex;
    }
    
    .global_item_title_en{
        font-size: 30px;
    }
    
    .global_item_title_ja{
        font-size: 16px;
        margin-top: 10px;
    }

    .global_item_head_img_inner{
        flex-direction: column;
    }

    .global_item_head_img_box{
        width: 100%;
    }

    .global_item_inner{
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 84%;
    }

    .global_item_box{
        flex-direction: column-reverse;
    }

    .global_item_img_box{
        margin-top: 20px;
        width: 100%;
    }

    .global_item_text_box{
        width: 100%;
    }
    .global_item_box:nth-child(even) .global_item_text_box{
        order: 2;
    }

    .global_item_head{
        font-size: 15px;
        text-align: center;
    }
    
    .global_item_text{
        font-size: 12px;
        margin-top: 15px;
    }

    .global_item_other_inner{
        margin-top: 30px;
    }

    .global_item_other_img_box:nth-child(n+2){
        margin-top: 5px;
    }

    .business_contact_text{
        display: block;
        font-size: 12px;
        margin-top: 35px;
        text-align: center;
    }
    
    .business_content_container .more_btn{
        background-color: #f05050;
        border: none;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 84%;
        height: 40px;
    }
    
    .business_content_container .more_btn_text{
        color: #fff;
        font-size: 17px;
    }
    .business_content_container .more_btn_text::after{
        background-image: url("../images/common/btn_white_arrow.svg");
    }
}