@charset "utf-8";

/*

staff.css
Version: 2025.05.22


*/

/* --------------------------------------------------------
/* .page-staff
/* .staff-list
/* .staff-detail
/* .staff-detail-photo
/* .staff-detail-content
/* .staff-detail-summary
/* .staff-detail-summary-info
-------------------------------------------------------- */


/* .page-staff
-------------------------------------------------------- */
.visual-sub-bg {
    position: relative;
    background: #fff url(../../assets/img/staff/bg_visual-sub-bg_sp.jpg) no-repeat center center;
    background-size: cover !important;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .visual-sub-bg {
        background: #fff url(../../assets/img/staff/bg_visual-sub-bg_pc.jpg) no-repeat center center;
        background-size: cover !important;
    }
}


/* .staff-list
-------------------------------------------------------- */
.staff-list {
    width: 100%;
}
.staff-list-item {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgba(1, 92, 172, 1);
    background: rgba(247, 247, 247, 1);
}
.staff-list-item a {
    position: relative;
    display: block;
    height: 100%;
}
.staff-list-item a:hover {
    text-decoration: none;
}

/* .staff-list-item-img */
.staff-list-item-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 0 0;
}
.staff-list-item-img img {
    /* border: 4px solid #e6e6e6; */
    padding: 0;
}
.staff-list-item-img figcaption {
    margin-top: 0;
    padding: 1em;
    line-height: 1.6;
}
.staff-list-item-img figcaption .ttl {
    display: block;
    margin: 0 0 .2em;
    color: #0070C0;
    font-weight: 600;
    font-size: 1.6rem;
}
.staff-list-item-img figcaption .txt {
    display: block;
    margin: 0;
    color: #020202;
    font-weight: 600;
    font-size: 2.4rem;
}
.staff-list-item-img figcaption .txt .kana {
    display: inline-block;
    margin: 0 0 0 .8em;
    color: #020202;
    font-size: 60%;
}

/* .staff-list-item-box */
.staff-list-item-box {
    width: 100%;
}
.staff-list-item-box .catch {
    margin: 0 0 10px;
    padding: 1em 1.2em;
    color: #020202;
    font-size: 1.4rem;
    line-height: 1.6;
}

/* .staff-list-item-job */
.staff-list-item-job {
    position: relative;
    z-index: 2;
    margin-top: -1.2em;
    text-align: right;
}
.staff-list-item-job span {
    position: relative;
    margin: 0;
    padding: .5em .8em;
    background-color: #000;
    color: #fff;
    text-align: right;
    font-size: 1.5rem;
}

/* .staff-list-item-name */
.staff-list-item-name {
    margin-top: 0;
    padding: 1em;
    line-height: 1.6;
}
.staff-list-item-name .ttl {
    display: block;
    margin: 0 0 .2em;
    color: #0070C0;
    font-weight: 600;
    font-size: 1.6rem;
}
.staff-list-item-name .txt {
    display: block;
    margin: 0;
    color: #020202;
    font-weight: 600;
    font-size: 2.4rem;
}
.staff-list-item-name .txt .kana {
    display: inline-block;
    margin: 0 0 0 .8em;
    color: #020202;
    font-size: 60%;
}

/* .staff-table */
.staff-table.table {
    /* border: 1px solid #e6e6e6; */
}
.staff-table.table tbody th,
.staff-table.table tbody td {
    padding: 15px 15px;
    border: 2px solid #e6e6e6;
    border-right: none;
    border-left: none;
    background: #fff;
}
.staff-table.table tbody th {
    border-color: #0070C0;
    color: #0070C0;
    vertical-align: middle;
    text-align: left;
    font-size: 1.6rem;
}
.staff-table.table tbody td {
    padding: 10px 10px;
    border-color: #e6e6e6;
    font-size: 1.6rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .staff-list-item-img {
        position: relative;
        display: flex;
        overflow: hidden;
        margin: 0 0 0 0;
        width: 100%;
        height: 420px;

        justify-content: center;
        align-items: center;
    }
    .staff-list-item-img img {
        display: block;
        width: 100%;
        height: 100%;
        font-family: "object-fit: cover; object-position: 0 100%;"; /* IE対策 */
        transition: all .3s ease;

        -o-object-position: 0 100%;
           object-position: 0 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .staff-list-item a:hover .staff-list-item-img img {
        transform: scale(1.1);
    }
    .staff-table.table tbody td {
        padding: 15px 15px;
    }
}


/* .staff-detail
-------------------------------------------------------- */
.staff-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto 60px;
    /* padding: 0 14px;
    max-width: 1640px; */
    width: 100%;

    justify-content: space-between;
    gap: 2%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .staff-detail {
        flex-direction: row;
        padding: 0 0;
    }
}


/* .staff-detail-photo
-------------------------------------------------------- */
.staff-detail-photo {
    width: 100%;
}
.staff-detail-photo img {
    margin-bottom: 10px;
}
.staff-detail-photo figcaption {
    margin-bottom: 30px;
    font-size: 1.8rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .staff-detail-photo {
        /* margin-right: 2%; */
        /* width: calc(100% * 820 / 1520); */
        width: 53.94736842105263%; /* 820.00px */
    }
}


/* .staff-detail-content
-------------------------------------------------------- */
.staff-detail-content {
    width: 100%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .staff-detail-content {
        flex: 1;
    }
}


/* .staff-detail-summary
-------------------------------------------------------- */
.staff-detail-summary {
    width: 100%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .staff-detail-summary {
        flex: 1;
    }
}


/* .staff-detail-summary-info
-------------------------------------------------------- */
.staff-detail-summary-info {
    width: 100%;
}

/* .staff-detail-summary-info .dl */
.staff-detail-summary-info .dl {
    overflow: hidden;
    margin: 0 0 1.5em 0;
    padding: 0;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
}
.staff-detail-summary-info .dl dt {
    display: block;
    margin: 0;
    padding: .8em 1em;
    background: #eaf2f4;
    color: #555;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8;
}
.staff-detail-summary-info .dl dd {
    margin: 0;
    padding: 1em;
    font-size: 1.5rem;
    line-height: 1.8;
}
