@charset "utf-8";
/*=============================
Article header section--staff
=============================*/
.article__header{
    margin-top: 80px;
}

.titleSubStaff{
    display: block;
    text-align: center;
}

.title__staff{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    width: 34.6%;
    height: auto;
}

.title img{
    width: 77px;
    height: auto;
}

.subTxt{
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}

.section--staff{
    margin: 60px var(--margin-pc) 0;
    max-width: 1120px;
}

/* 1441px以上の横幅でも、コンテンツを中央にする↓ */
@media screen and (min-width: 1441px){
    .section--staff{
        margin: 60px auto 0;
    }
}

.staff__item{
    margin-top: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.staff__item:first-child{
    margin-top: 60px;
}

.staff__yodasan,
.staff__doronkozasan,
.staff__nanaponsan,
.staff__fujiisan,
.staff__rain{
    display: flex;
    Flex-direction:row-reverse;
}

.spName{
    display: none;
}

.staffImg{
    width: 28.5%;
    height: auto;
}

.introduction{
    width: 67.8%;
}

.name{
    display: block;
    color: var(--primary-title);
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.txt{
    margin-top: 30px;
    font-weight: 500;
    line-height: 1.5;
}

.sns{
    margin-top: 30px;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 20px;
}

.icon{
    width: 8.15%;
    height: auto;
    transition: all 0.4s ease-in-out;
}