body{
    background: #f5f5f5;
}
#staff{
    background: #f5f5f5;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../image/rm222-mind-39.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#staff h1{
    text-align: center;
    color: #282626;
    font-size: 45px;
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: arboria,sans-serif;
    font-weight: 600;
    line-height: 40px;
    margin: 3%;
}
.staff{
    background-color: #1f2937;
    height: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 50px;
}
.info{
    display: flex;
    margin: 1%;
    margin-left: 2%;
    width: 70%;
}
.foncInfo,.nameInfo{
    padding: 1%;
    margin: 1%;
}
.nameInfo {
    color: #ffffff;
    font-size: 18px;
    font-family: system-ui;
    font-weight: 600;
}
.foncInfo {
    font-size: 16px;
    font-weight: 800;
    width: 50%;
    color: #d0d0d0;
    margin: 2%;
}
.foncInfo a{
    font-size: 16px;
    font-weight: 800;
    width: 50%;
    color: #d0d0d0;
    border-radius: 10px;
    border: solid;
    padding: 2%;
}
.stfimg{
    width: 30%;
    text-align: center;
}
.stfimg img{
    border-radius: 12px;
    width: 200px;
    height: 200px;
    transform: translate(4px, 0px);
}
.title {
    text-align: center;
    margin: 2%;
}
.title b{
    font-size: 26px;
    font-weight: 600;
    width: 60%;
    background-image: linear-gradient(to left,#414146, #4d5d9d);
    color: transparent;    color: transparent;
    background-clip: text;
    -webkit-background-clip: text; 
}
@media screen and (max-width: 800px) {
    .info{
        flex-direction: column;
    }
}
@media screen and (max-width: 650px) {
    .stfimg{
        width: 50%;
    }
    .info{
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .staff{
        height: auto;
        padding: 1%;
    }
    .stfimg img{
        width: 150px;
        height: 150px;
    }
    .info{
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .staff{
        flex-direction: column;
    }
}