.section_title_en,
.message_top_human_name_en,
.message_top_title,
.message_content_question span{
    font-family: 'Oswald', sans-serif;
}

.message_content_wrap{
    max-width: 1200px;
}

.message_top_human_wrap{
    position: relative;
}

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

.message_top_human_inner{
    display: table;
    padding: 30px;
    width: 330px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.message_top_human_inner::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.message_top_human_pos,
.message_top_human_name_ja,
.message_top_human_name_en{
    color: #fff;
    position: relative;
}
.message_top_human_pos{
    font-size: 15px;
    line-height: 1.5;
}
.message_top_human_name_ja{
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}
.message_top_human_name_en{
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.message_content_question{
    font-size: 24px;
    margin-top: 60px;
    text-align: center;
}
.message_content_question span{
    font-size: 36px;
}

.message_top_title_wrap{
    background-image: url('../images/message/message_top_bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 45px;
    padding-bottom: 30px;
}

.message_top_title_inner{
    display: flex;
    align-items: center;
}

.message_top_title_icon{
    display: block;
    width: 40px;
    height: auto;
}

.message_top_title{
    font-size: 46px;
    font-weight: 400;
    
    margin-left: 25px;
}

.message_top_head{
    font-size: 27px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
    text-align: center;
}

.message_top_notes{
    font-size: 12px;
    
    margin-top: 25px;
}

.message_content_wrap{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-top: 60px;
    width: 96%;
}
.message_content_wrap:nth-child(even){
    margin-left: 0;
    margin-right: auto;
}

@media screen and (min-width: 1250px){
    .message_content_wrap{
        margin-right: auto;
    }
    .message_content_wrap:nth-child(even){
        margin-left: auto;
    }
}

.message_content_text_inner{
    width: 47%;
}
.message_content_wrap:nth-child(even) .message_content_text_inner{
    order: 2;
}

.message_content_head{
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.message_content_text{
    font-size: 16px;
    
    line-height: 2;
    text-align: justify;
}

.message_content_img_inner{
    width: 49%;
}

.message_content_img_box{
    display: block;
}
.message_content_img_box:nth-child(n+2){
    margin-top: 10px;
}

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

/* 会社紹介ムービー */
.section_movie{
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}

.movie_container{
    padding-top: 56.25%;
    position: relative;
}

.movie_bg{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.movie_bg.sp{
    display: none;
}

.movie_inner{
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.section_movie .more_btn{
    background-color: #fff;
    width: 100%;
    height: 50px;
}

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


/* 阿拉騰 布赫 */
.section_alateng{
    padding-top: 100px;
}


/* 宮川 真由美 */
.section_miyakawa{
    padding-top: 100px;
}


/* CROSS TALK */
.section_cross{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_cross .message_top_human_inner{
    margin: 0;
    width: 200px;
}
.section_cross .message_top_human_inner:nth-of-type(1){
    top: 31%;
    left: 5%;
}
.section_cross .message_top_human_inner:nth-of-type(2){
    top: auto;
    bottom: 0%;
    left: 27%;
}
.section_cross .message_top_human_inner:nth-of-type(3){
    top: 31%;
    right: 5%;
}
.section_cross .message_top_human_inner.sp{
    display: none;
}

.cross_content_wrap{
    margin-top: 20px;
}

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

.cross_content_text_wrap{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 91%;
}

.cross_content_text_inner{
    width: 28%;
}

.cross_content_text_img{
    display: none;
}

.cross_content_text{
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}







@media screen and (max-width: 1024px){    
    .message_top_human_inner{
        padding: 20px;
        width: 250px;
    }

    .message_top_human_pos{
        font-size: 14px;
    }
    .message_top_human_name_ja{
        font-size: 20px;
    }
    .message_top_human_name_en{
        font-size: 14px;
    }
    
    .message_content_question{
        font-size: 20px;
    }
    .message_content_question span{
        font-size: 28px;
    }
    
    .message_top_title_icon{
        width: 35px;
    }
    
    .message_top_title{
        font-size: 36px;
    }
    
    .message_top_head{
        font-size: 22px;
    }
    
    .message_content_head{
        font-size: 20px;
    }
    
    .message_content_text{
        font-size: 14px;
    }
    
    
    /* 会社紹介ムービー */
    .movie_inner{
        width: 350px;
    }

    
    /* CROSS TALK */    
    .section_cross .message_top_human_inner{
        width: 170px;
    }
    
    .cross_content_text{
        font-size: 14px;
    }
}












@media screen and (max-width: 599px){
    .message_top_human_inner{
        padding: 20px;
        width: 150px;
        top: auto;
        bottom: 0;
        transform: translateY(0);
    }

    .message_top_human_pos{
        font-size: 10px;
    }
    .message_top_human_name_ja{
        font-size: 18px;
        margin-top: 7px;
    }
    .message_top_human_name_en{
        font-size: 12px;
        margin-top: 5px;
    }

    .message_content_question{
        font-size: 14px;
        line-height: 1.75;
        margin-top: 15px;
    }
    .message_content_question span{
        font-size: 18px;
    }

    .message_top_title_wrap{
        background-image: url('../images/message/message_top_bg_sp.jpg');
        padding-top: 30px;
    }

    .message_top_title_icon{
        width: 22px;
    }

    .message_top_title{
        font-size: 23px;
        margin-left: 15px;
    }

    .message_top_head{
        font-size: 14px;
        margin-top: 20px;
    }

    .message_top_notes{
        font-size: 10px;
        margin-top: 12px;
    }

    .message_content_wrap{
        flex-direction: column;
        margin-right: auto;
        margin-top: 45px;
        width: 84%;
    }
    .message_content_wrap:nth-child(even){
        margin-left: auto;
    }

    .message_content_text_inner{
        width: 100%;
    }

    .message_content_head{
        font-size: 14px;
        text-align: center;
    }

    .message_content_text{
        font-size: 12px;
    }

    .message_content_img_inner{
        margin-top: 20px;
        width: 100%;
    }
    .message_content_wrap:nth-child(even) .message_content_img_inner{
        order: 2;
    }

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


    /* 会社紹介ムービー */
    .section_movie{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .movie_container{
        padding-top: 170%;
    }

    .movie_bg.pc{
        display: none;
    }
    .movie_bg.sp{
        display: block;
    }

    .movie_inner{
        width: 84%;
        top: 70%;
    }

    .section_movie .more_btn{
        height: 40px;
    }

    .section_movie .more_btn_text{
        font-size: 17px;
    }
    .section_movie .more_btn_text::after{
        background-image: url('../images/common/btn_pink_arrow.svg');
        margin-left: 25px;
        margin-right: -25px;
    }


    /* 阿拉騰 布赫 */
    .section_alateng{
        padding-top: 40px;
    }


    /* 宮川 真由美 */
    .section_miyakawa{
        padding-top: 50px;
    }


    /* CROSS TALK */
    .section_cross{
        padding-top: 50px;
    }

    .section_cross .message_top_human_inner{
        margin: 0;
        width: 130px;
    }
    .section_cross .message_top_human_inner:nth-of-type(1),
    .section_cross .message_top_human_inner:nth-of-type(2),
    .section_cross .message_top_human_inner:nth-of-type(3){
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
    }
    .section_cross .message_top_human_inner.sp{
        display: block;
    }
    .section_cross .message_top_human_inner.pc{
        display: none;
    }

    .section_cross .message_content_wrap{
        flex-direction: column-reverse;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .section_cross .message_content_text_inner{
        margin-top: 20px;
    }

    .section_cross .message_content_img_inner{
        margin-top: 0;
        position: relative;
    }

    .cross_content_img{
        margin-top: 20px;
    }

    .cross_content_text_wrap{
        flex-direction: column;
        margin-top: 0;
        width: 84%;
    }

    .cross_content_text_inner{
        margin-top: 40px;
        width: 100%;
    }

    .cross_content_text_img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 42%;
        height: auto;
    }
    
    .cross_content_text{
        font-size: 12px;
        margin-top: 20px;
    }
}