body.page-staff {
    min-width: auto;
}

.staff-wrapper {
    padding: 40px 30px;
    background-color: #FFF;
}
.staff-wrapper.main {
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
}

.staff-wrapper-img {
    width: 30%;
}
.staff-name-en.julian {
    max-width: 140px;
}
.staff-wrapper-img img {
    width: 100%;
    vertical-align: bottom;
}
.staff-wrapper.main .staff-wrapper-txt {
     width: 65%;
}
.staff-wrapper-txt {
    width: 100%;
}

.staff-name-ja {
    padding: 10px 0;
    font-family: 'Noto Serif SC', serif;
    font-size: 33px;
    font-weight: bold;
    color: #F29600;
}
.staff-profession {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
    font-weight: bold;
}

.staff-txt-modal {
    padding-top: 20px;
    font-size: 13px;
    text-align: justify;
    color: #231815;
    line-height: 1.8;
}

@media screen and (max-width:768px) {
    .staff-wrapper.main {
        display: block;
    }
    .staff-wrapper-img {
        width: 100%;
    }
    .staff-wrapper-txt {
        width: 100%;
    }
    
    .staff-name-en {
        padding-top: 20px;
    }
    .staff-name-ja {
        padding: 10px 0 15px;
        font-size: 25px;
    }
    .staff-wrapper.main .staff-wrapper-txt {
        width: 100%;
    }
}

