.top-page-banner-container {
    padding-top: 10rem;
    position: relative;
    margin-bottom: 11rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 7rem;           
    }
}

#breadcrumbs ol li:nth-child(2):after {
    display: none;
}

#breadcrumbs ol li:nth-child(3) {
    display: none;
}

#breadcrumbs {
    padding: 0rem 0;
    position: absolute;
    top: 5rem;
    right: 29rem;
    margin: 0;
}

.top-staff-flex-container {
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 767px) {
        flex-direction: column;        
    }

}

.top-main-title {
    font-style: normal;
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 6.8rem;
    letter-spacing: 0.08em;
    color: #000000;
    max-width: 58.8rem;
    @media screen and (max-width: 767px) {
        font-size: 2.2rem;
        line-height: 3rem;  
    }
}

.staff-main-img-container {
    width: 59.3rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        margin-top: 2rem;     
    }
}

.top-texts-title-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.job-specification {
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    /* line-height: 20px; */
    letter-spacing: 0.06em;
    color: #FFFFFF;
    padding: 0.9rem 1.8rem;
    background-color: #0033B3;
    margin-bottom: 2.1rem;
    width: fit-content;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        padding: 0.5rem;   
        margin: 1rem 0;
    }
}

.year-name-flex-container {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.name-staff {
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    /* line-height: 40px; */
    letter-spacing: 0.1em;
    color: #000000;
    @media screen and (max-width: 767px) {
        font-size: 2rem;   
    }
}

.year-staff {
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    /* line-height: 26px; */
    letter-spacing: 0.1em;
    color: #0033B3;    
    @media screen and (max-width: 767px) {
        font-size: 2rem;   
    }
}

.staff-profile-box {
    background: #EEF1F4;
    border: 3px solid #0033B3;
    padding: 5.5rem 5.1rem 3.8rem;
    position: relative;
    margin-bottom: 8rem;
    @media screen and (max-width: 767px) {
        padding: 3rem 1.7rem 2rem;
        margin-bottom: 4rem;   
    }
}

.profile-title-abs {
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    /* line-height: 20px; */
    letter-spacing: 0.1em;
    color: #FFFFFF;
    width: 12.7rem;
    height: 4.2rem;
    left: 0rem;
    top: 0rem;
    background: #0033B3;
    border-radius: 0px 0px 1.4rem 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and (max-width: 767px) {
        font-size: 1rem;
        width: 7rem;
        height: 2.2rem;
        border-radius: 0px 0px 0.9rem 0px;
    }
}

.profile-staff-content {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.1em;
    color: #000000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2.2rem;   
    }
}

.section-top-flex-container {
    display: flex;
    justify-content: space-between;
}

.section-img-left-container {
    width: 47.4rem;
    @media screen and (max-width: 767px) {
        width: 100%;   
        margin-bottom: 2rem;
    }
}

.staff-title-content {
    max-width: 69.6rem;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 900;
    font-size: 2.7rem;
    line-height: 3.9rem;
    letter-spacing: 0.08em;
    color: #000000;
    margin-bottom: 2rem;
    @media screen and (max-width: 767px) {
        font-size: 2rem;
        line-height: 2.8rem;
        max-width: inherit;   
    }
}

.staff-txt-content {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.1em;
    color: #000000;
    max-width: 69.6rem;
}

.between-section-container {
    margin: 7rem 0;
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 767px) {
        flex-direction: column;   
    }
}

.between-section-container .staff-title-content {
    max-width: 47.4rem;
    @media screen and (max-width: 767px) {
        max-width: inherit;   
    }
}

.final-image-container {
    margin-top: 10rem;
    width: 100%;
    margin-bottom: 15rem;
    @media screen and (max-width: 767px) {
        margin: 4rem 0 6rem;   
    }
}

.osusume-container {
    background-color: #EEF1F4;
    padding-top: 10rem;
    padding-bottom: 25rem;
    @media screen and (max-width: 767px) {
        padding-top: 7rem;
        padding-bottom: 17rem;   
    }
}

.osusume-contents {
    display: flex;
    gap: 5.6rem;
    margin-bottom: 10rem;
    @media screen and (max-width: 767px) {
        gap: 4rem;
        flex-direction: column;
        align-items: center;
        margin-bottom: 6rem;   
    }
}

.swiper-slide {
    width: inherit;
}

.title-bar-page-container {
    margin-bottom: 6rem;
}


.footer-up {
    margin-top: -12rem;
}

@media screen and (max-width: 767px) {
    .staff-name {
        font-size: 1.4rem;
    }        
    .staff-year {
        font-size: 1.4rem;
    }        
    .common-list.staff {
        column-gap: 0;
        row-gap: 3rem;
        justify-content: space-between;
    }
    .staff-img-container {
        width: 30.4rem;
        height: 32.4rem;
    }
    .list-title {
        max-width: 16.4rem;
    }
}