@charset "utf-8";

/*================================
下層ページ共通設定
================================*/

.lower_mv {
    background-image: url(./img/lower_mv_bg.jpg);
}

.staff_flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
    gap: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.staff_flex_img {
    flex: 1;
}

.staff_flex_txt {
    max-width: 480px;
}

.staff_flex_txt .blue_big_txt01 + .txt{
    line-height: 1.7;
}

.staff_name {
    font-size: 28px;
    color: #333333;
    line-height: 1.286;
    text-align: left;
    font-weight: 500;
}

.staff_name_eng {
    font-size: 18px;
    color: #3da7d1;
    text-align: left;
    font-weight: 500;
}

.grey_box li {
    line-height: 1.5;
}

.staff_pic-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 65px 20px;
    margin-bottom: 50px;
}

.staff_pic-item {

}

.staff_pic-item:nth-child(1) {
    /* padding-left: 20px; */
}
.staff_pic-item:nth-child(2) {
    display: flex;
    align-items: flex-end;
    position: relative;
    bottom: -10px;
}
.staff_pic-item:nth-child(5) {
    position: relative;
    top: -30px;
}

.staff_pic-item:nth-child(6) {
    padding-right: 40px;
}

.grey_box {
    width: fit-content;
    margin: 0 auto;
    padding: 20px;
    max-width: 800px;
    width: 100%;
}
.grey_box_inner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/*================================

　ここからPC適用

================================*/
@media(min-width: 897px) {


}

/*================================
TABLET縦 1024px～0px
================================*/
@media (max-width: 1024px) {

    .staff_flex_img {
        flex: auto;
    }


}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 896px) {
    .staff_pic-flex {
        gap: 40px 20px;
    }
}

/*================================

　ここからSP適用

================================*/
@media(max-width: 700px) {

    .staff_pic-flex {
        gap: 10px;
    }
    .staff_pic-item:nth-child(2) {
        display: block;
        inset: 0px;
    }
    .staff_pic-item:nth-child(5) {
        display: block;
        inset: 0px;

    }

}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {

    .staff_flex_txt .blue_big_txt01.mb20 {
        font-size: 18px;
    }

    .grey_box_inner > div{
        width: 100%;
    }


}