@charset "utf-8";

.secStaff{
    margin-top: 75px;
    color: var(--brandColor);
}
.secStaff .topTit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_15);
    text-align: center;
}
.secStaff .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 73px;
}
.secStaff .item{
    width: 30%;
    margin-right: 5%;
    display: flex;
    flex-flow: column;
}
.secStaff .item:nth-child(3n){
    margin-right: 0;
}
.secStaff .item:nth-child(n+4){
    margin-top: 80px;
}
.secStaff .imgBox{
    position: relative;
    text-align: center;
}
.secStaff .img{
    padding-top: 66.667%;
}
.secStaff .imgTit{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_15);
    font-weight: bold;
    font-weight: bold;
    background: var(--brandColor);
    color: var(--textColor);
    padding: 9.25px 10px;
    border-radius: 19px;
    min-width: 120px;
    display: inline-block;
    position: relative;
    top: -20px;
}
.secStaff .txtBox{
    margin-top: -3px;
    display: flex;
    flex-flow: column;
}
.secStaff .imgBox:not(:has(.imgTit)) + .txtBox{
    margin-top: 20px;
}

.secStaff .name{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_15);
    letter-spacing: var(--pcLetterSpacing28_1);
    font-weight: bold;
    text-align: center;
}
.secStaff .engName{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_15);
    letter-spacing: var(--pcLetterSpacing16_05);
    margin-top: 10px;
    text-align: center;
}
.secStaff .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_175);
    margin-top: 20px;
    font-weight: bold;
}
.secStaff .tableBox{
    margin-top: 35px;
    border-radius: 40px;
    background: var(--textColor);
    padding: 32.5px 40px;
}
.secStaff table{
    width: 100%;
}
.secStaff tr{
    display: block;
    padding: 3px 0;
}
.secStaff th,
.secStaff td{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_169);
    font-weight: bold;
}
.secStaff th{
    width: 110px;
}
.secStaff td{
    width: calc(100% - 110px);
    padding-left: 10px;
    position: relative;
}
.secStaff td::after{
    position: absolute;
    content: "：";
    font-size: var(--pcFontSize13);
    left: 0;
    top: 0;
}
@media only screen and (max-width:767px){
    .secStaff{
        margin-top: 43px;
    }
    .secStaff .topTit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_185);
    }
    .secStaff .list{
        margin-top: 25px;
    }
    .secStaff .item{
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .secStaff .item:nth-child(3n),
    .secStaff .item:nth-child(n+2){
        margin: 49px auto 0;
    }
    .secStaff .imgBox{
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    .secStaff .imgTit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_15);
        padding: 7px 5%;
        border-radius: 16px;
        min-width: 95px;
        top: -18px;
    }
    .secStaff .txtBox{
        margin-top: -8px;
        display: block;
    }
    .secStaff .imgBox:not(:has(.imgTit)) + .txtBox{
        margin-top: 15px;
    }

    .secStaff .name{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_15);
        letter-spacing: var(--spLetterSpacing20_1);
    }
    .secStaff .engName{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_153);
        letter-spacing: var(--spLetterSpacing13_05);
        margin-top: 5px;
    }
    .secStaff .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_185);
        margin-top: 10px;
    }
    .secStaff .tableBox{
        margin-top: 14px;
        border-radius: 30px;
        padding: 15px 20px;
    }
    .secStaff table{
        width: 100%;
    }
    .secStaff tr{
        display: block;
        padding: 2px 0;
    }
    .secStaff th,
    .secStaff td{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_163);
    }
    .secStaff th{
        width: 95px;
    }
    .secStaff td{
        width: calc(100% - 95px);
        padding-left: 10px;
    }
    .secStaff td::after{
        font-size: var(--spFontSize11);
        left: 0;
        top: 0;
    }
}