@charset "UTF-8";

header{
    background-color: #F6F5EA;
    height: 60px;
    padding: 10px 15px;
}

.header__img{
    height: 35px;
}

.header__icon{
    width: 24px;
}

h1{
    font-size: 20px;
    margin-top:10px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.staff__img {
    width: 100%;
    display: block;
    text-align: center;
}

.staff__intro {
    padding: 40px 8%;
}

.staff_point {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    margin-bottom:15px;
}
    
    .staff_point::before,
    .staff_point::after {
        content: '';
        width: 1px;
        height: 60px;
        background-color: #000;
    }
    
    .staff_point::before {
        margin-right: 35px;
        transform: rotate(-20deg)
    }
    .staff_point::after {
        margin-left: 35px;
        transform: rotate(20deg)
    }

.staff_point-bold{
    font-weight: 700;
}

.staff__container{
    display: flex;
    padding: 30px 12% 50px;
    font-size: 14px;
    line-height: 2;
}

.staff__item{
    font-weight: 700;
    text-align: right;
}

.staff__text{
    padding-left: 20px;
}

