.title-staff-archive-container {
    padding-top: 5.5rem;
    position: relative;
    @media screen and (max-width: 767px) {
        padding-top: 3.5rem;
	}
}


.title-staff-archive {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    /* line-height: 28px; */
    text-align: center;
    color: #255ca6;
    margin-bottom: 3.6rem;
    @media screen and (max-width: 767px) {
        font-size: 2rem;
        margin-bottom: 3.5rem;
	}
}

.text-staff-archive {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: center;
    color: #000;
    margin-bottom: 10.4rem;
    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
        line-height: 2.2rem;
        margin-bottom: 5.5rem;
	}
}

.staff-left-img-container {
    width: 91.5rem;
    position: relative;
    margin-top: 10.4rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 0 1rem;
        margin-top: 0;
	}
}

.staff-left-img-container img {
    border-radius: 0.8rem;
    @media screen and (max-width: 767px) {
        height: 13rem;
        object-fit: cover;
	
	}
}

@media screen and (max-width: 767px) {
    .height-sp32 img {
        height: 13rem;
    }
    .height-sp38 img {
        height: 13rem;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt-05 {
        margin-top: 5rem;
    }
}


.text-inside-pic-content {
position: absolute;
top: 12.4rem;
left: 20rem;
max-width: 55rem;
    @media screen and (max-width: 767px) {
	position: relative;
	color:black;
        padding: 0 2rem;
        top: 0;
        left: 0;
    }   
}

.title-text-inside {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 25px; */
    text-align: left;
    color: #fff;
    margin-bottom: 2.3rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        margin-bottom: 1.8rem;
        margin-top: 1.8rem;
        text-align: center;
        color:black;
	}
}

.text-text-inside {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2rem;
        max-width: 100%;
        color:black;
	}   
}

.two-pic-flex-container {
    display: flex;
    justify-content: space-between;
    margin-top: -3rem;
    @media screen and (max-width: 767px) {
        margin-top: 1.5rem;
	}
}

.pic-staff-archive-box {
    max-width: 45.1rem;
    @media screen and (max-width: 767px) {
        max-width: 48%;
	}
}

.img-staff-archive-container-box {
    width: 45.075rem;
    @media screen and (max-width: 767px) {
        width: 100%;
	}
}

.img-staff-archive-container-box img {
    border-radius: 0.8rem;
}

.staff-info-archive {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2.6rem;
    text-align: left;
    color: #000;
    margin-top: 1.9rem;
    margin-bottom: 0.9rem;
    @media screen and (max-width: 767px) {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
	}
}

.staff-title-archive {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 2.5rem;
    text-align: left;
    color: #255ca6;
    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
        line-height: 1.8rem;
	}
}

.staff-right-img-container {
    width: 91.5rem;
    position: relative;
}

.staff-right-img-container-flex-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10.4rem;
    position: relative;
}

.staff-right-img-container-flex-wrapper::before {
    content: "";
    position: absolute;
    left: -15vw;
    top: -8vh;
    width: 124.2rem;
    height: 1rem;
    z-index: -1;
    background-color: #3278D6;
    transform: rotate(15deg);
    opacity: 20%;

}

.no-before.staff-right-img-container-flex-wrapper::before {
    display: none;
}

.bk-staff-archive {
    position: relative;
}

.bk-staff-archive::before {
    content: "";
    position: absolute;
    background: url(../../img/page/staff/staff-background02.png) no-repeat;
    width: 140rem;
    height: 111rem;
    top: -30vh;
    left: 28vw;
    z-index: -1;
}

.bk-staff-archive-end {
    position: relative;
    margin-bottom: 21.7rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 8rem;
	}
}

.bk-staff-archive-end::before {
    content: "";
    position: absolute;
    background: url(../../img/page/staff/staff-background02.png) no-repeat;
    width: 140rem;
    height: 111rem;
    top: -44vh;
    left: -25vw;
    z-index: -1;
    transform: rotate(144deg);
}

@media screen and (max-width: 767px) {
    .bk-staff-archive-end::before {
        width: 81rem;
        height: 85rem;
        top: -52vh;
        left: 63vw;
    }
}