.staff-first-container {
    margin-top: 3.3rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    @media screen and (max-width: 767px) {
        flex-direction: column;
	}
}


@media screen and (max-width: 767px) {
   
    .sp-inner {
        width: calc(100% - 3rem);
    }
}

.voice-bk {
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 10rem;
    letter-spacing: 0.1em;
    line-height: 21.6rem;
    text-align: left;
    color: #e8f3fa;
    z-index: -1;
    @media screen and (max-width: 767px) {
        font-size: 6rem;
        line-height: 5rem;
	}
}

.main-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 3.4rem;
    letter-spacing: 0.06em;
    line-height: 6.2rem;
    text-align: left;
    color: #255ca6;
    margin-top: -11rem;
    /* z-index: 1; */
    margin-left: 5rem;
    width:68rem;
    @media screen and (max-width: 767px) {
        margin-left: 0;
        margin-top: 0;
        font-size: 2.2rem;
        line-height: 3.4rem;
	width:100%;
	}
}

.staff-top-informations {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #000;
    margin-left: 5rem;
    margin-top: 9rem;
    @media screen and (max-width: 767px) {
        margin-left: 0;
        margin-top: 0;
        font-size: 1.2rem;
        line-height: 2rem;
	}
}


.container-img-staff-top {
    width: 64.4rem;
    height: 50rem;
    /* margin-left: -5rem;
    margin-right: -17vw; */
    position: relative;
    @media screen and (max-width: 767px) {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2rem;
	}
}

.img-staff-top-number {
    position: absolute;
    bottom: -8rem;
    right: 5rem;
    font-family: Jost;
    font-weight: normal;
    font-size: 16rem;
    letter-spacing: -0.06em;
    /* line-height: 216px; */
    text-align: left;
    color: #e8f3fa;
    @media screen and (max-width: 767px) {
        bottom: -3rem;
        right: 1rem;
        font-size: 7rem;
        
	}   
}

.profile-section-container {
    margin-top: 9.4rem;
    padding-top: 5.9rem;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 10rem;
    @media screen and (max-width: 767px) {
        display: block;
        margin-top: 3.5rem;
        padding-top: 3rem;
        padding-bottom: 5rem;
	}
}

.blue-banner-profile {
    width: 85.7rem;
    padding-top: 6.7rem;
    padding-left: 35.4rem;
    padding-right: 5rem;
    background-color: #E9F6FF;
    border-radius: 0.8rem;
    @media screen and (max-width: 767px) {
        padding-top: 2.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%;
        padding-bottom: 1rem;
	}
}

.profile-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    line-height: 4rem;
    text-align: left;
    color: #255ca6;
    margin-bottom: 2.2rem;
    @media screen and (max-width: 767px) {
        font-size: 1.7rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
	}
}

.profile-text {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #255ca6;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-top: 2rem;
	}
}

.big-profile-txt {
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 10rem;
    letter-spacing: 0.08em;
    /* line-height: 21.6px; */
    text-align: right;
    color: #fff;
    margin-top: 5rem;
    line-height: 7rem;
    @media screen and (max-width: 767px) {
        margin-top: 1rem;
        line-height: 5rem;
        font-size: 5rem;
	}
}

.profile-img-container {
    width: 45.1rem;
    position: absolute;
    top: 12rem;
    left: -3rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        top: 0;
        left: 0;
        position: inherit;
	}
}

.profile-img-container img {
    border-radius: 0.8rem;
}

.buble-container {
    width:33.5rem;
    height: 7.8rem;
    background: url(../../img/page/staff/bubble.png) no-repeat;
    background-size: 100%;
    margin-bottom: 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    @media screen and (max-width: 767px) {
        width: 19.5rem;
        height: 4.7rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
	}
}

.buble-container span {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.03em;
    /* line-height: 30px; */
    text-align: left;
    color: #3278d6;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
	}
}

.flex-container-choice {
    display: flex;
    justify-content: space-between;
    position: relative;
    @media screen and (max-width: 767px) {
        display: inherit;
	}
}

.flex-container-choice::before {
    content: "";
    position: absolute;
    background: url(../../img/page/staff/staff-background01.png) no-repeat;
    background-size: 100%;
    left: -24vw;
    top: -11rem;
    width: 61.2rem;
    height: 23.2rem;
}

@media screen and (max-width: 767px) {
    .flex-container-choice::before {
        left: 15vw;
        top: 0rem;
        width: 35.2rem;
        height: 12.2rem;
        z-index: -1;
    }
	
}

.left-text-choice {
    max-width: 50rem;
    @media screen and (max-width: 767px) {
        max-width: 100%;
	}
}

.choice-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    line-height: 4rem;
    text-align: left;
    color: #255ca6;
    margin-bottom: 3.3rem;
    @media screen and (max-width: 767px) {
        font-size: 1.9rem;
        line-height: 2.4rem;
        margin-bottom: 2rem;
	}
}

.choice-text {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #255ca6;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-top: 2rem;
	}
}

.right-pic-choice-container {
    width: 45.1rem;
    @media screen and (max-width: 767px) {
        width: 100%;
	}
}

.reward-section {
    margin-top: 9.8rem;
    @media screen and (max-width: 767px) {
        margin-top: 5rem;
	}
}

.flex-container-reward {
    display: flex;
    justify-content: space-between;
}

.reward-bubble-container {
    display: flex;
    justify-content: flex-end;
    margin-right: 16rem;
}

.reward-section {
    position: relative;
}

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

.inspiration-section {
    margin-top: 10.5rem;
    @media screen and (max-width: 767px) {
        margin-top: 5rem;
	}
}

.private-section {
    margin-top: 21.9rem;
    position: relative;
    display: flex;
    @media screen and (max-width: 767px) {
        margin-top: 8rem;
        display: inherit;
	}
}

.private-section::before {
    content: "PRIVATE";
    position: absolute;
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 10rem;
    letter-spacing: 0.1em;
    text-align: left;
    color: #255ca6;
    top: -5.6rem;
    right: 7vw;
}

@media screen and (max-width: 767px) {
    .private-section::before {
        font-size: 5rem;
        top: -4.6rem;
        right: -4vw;
    }
	
}

.private-img-container {
    width: 90.1rem;
    height: 50rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        height: auto;
	}   
}

.private-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blue-private-container {
    height: 50rem;
    background-color: #3278D6;
    padding-top: 11.8rem;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    @media screen and (max-width: 767px) {
        height: fit-content;
        padding-top: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.3rem;
	}
}

.private-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    /* line-height: 40px; */
    text-align: left;
    color: #f5f5f2;
    margin-bottom: 3rem;
    max-width: 38.8rem;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        max-width: 100%;
        line-height: 2.5rem;
        margin-bottom: 2rem;
	}   
}

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

.day-section {
    position: relative;
    margin-top: 19.5rem;
    @media screen and (max-width: 767px) {
        margin-top: 7.5rem;
	}   
}

.day-section::before {
    /* content: "";
    position: absolute;
    background: url(../../img/page/staff/staff-background-day.png) no-repeat;
    width: 140.3rem;
    height: 194.6rem;
    top: -30rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1; */
    content: "";
    position: absolute;
    width: 300%;
    height: 140rem;
    top: 18rem;
    left: -238rem;
    right: 0;
    margin: auto;
    z-index: -1;
    background: linear-gradient(to left, #D6EDFF, #D6EDFF);
    transform: rotate(159deg);
}

.day-mid-title {
    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: 7.8rem;
    @media screen and (max-width: 767px) {
        font-size: 2.2rem;
        line-height: 2.5rem;
        margin-bottom: 4rem;
	}
}

.day-big-container {
    position: relative;
}

.day-big-container::before {
    position: absolute;
    content: "";
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.2rem;
    height: attr(data-height rem);
    background-color: #245CA6;
}

.day-big-container::after {
    position: absolute;
    content: "ONE DAY";
    font-family: Jost;
    font-weight: 500;
    font-size: 10rem;
    letter-spacing: 0.1em;
    text-align: left;
    color: white;
    top: 19.4rem;
    left: -4vw;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    .day-big-container::before {
        right: unset;
        left: -0.7rem;
        height: attr(data-height-sp rem);
    }
    .day-big-container::after {
        display: none;
    }
	
}

.box-day-flex-container-right {
    display: flex;
    justify-content: flex-end;
    @media screen and (max-width: 767px) {
        justify-content: flex-start;
	}
}

.box-day {
    max-width: 39rem;
    @media screen and (max-width: 767px) {
        max-width: 100%;
	}
}

.day-hour {
    font-family: Jost;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.03em;
    /* line-height: 30px; */
    text-align: left;
    color: #3278d6;
    margin-bottom: 0.5rem;
    position: relative;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        line-height: 2rem;
        margin-left: 0.5rem;
	}
}

.day-hour::before {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background-color: #3278D6;
    top: 0;
    bottom: 0;
    left: -4.4rem;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .day-hour::before {
        width: 1.2rem;
        height: 1.2rem;
        left: -1.6rem;
    }
}

.day-title {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    /* line-height: 25px; */
    text-align: left;
    color: #3278d6;
    margin-bottom: 1.1rem;
    @media screen and (max-width: 767px) {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
        margin-left: 0.5rem;
	}
}

.day-text {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #255ca6;
    margin-bottom: 2.5rem;
    width: 39rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-bottom: 2rem;
        width: 90%;
	margin-left:10%;
	}
}

.day-img-container {
    width: 37.5rem;
    @media screen and (max-width: 767px) {
        width: 90%;
	margin-left:10%;
	}
}

.day-img-container img {
    border-radius: 0.8rem;
}

.box-day-flex-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -4rem;
    @media screen and (max-width: 767px) {
        display: inherit;
        margin-top: 3.3rem;
	}
}

.day-hour-left.day-hour::before {
    left: inherit;
    right: -4.4rem;
}

@media screen and (max-width: 767px) {
    .day-hour-left.day-hour::before {
        left: -1.6rem;
        right: inherit;
    }
}

.senpai-comment-section {
    margin-top: 15rem;
    margin-bottom: 14.2rem;
    @media screen and (max-width: 767px) {
        margin-top: 6rem;
        margin-bottom: 3rem;
	}
}


.box-container-senpai {
    background-color: #E9F6FF;
    width: 100%;
    padding: 5rem 5.3rem;
    @media screen and (max-width: 767px) {
        padding: 2rem 1.5rem;
	}
}


.senpai-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 25px; */
    text-align: left;
    color: #255ca6;
    max-width: 80rem;
    margin-bottom: 1.9rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin-bottom: 0.5rem;
        max-width: 100%;
	}
}

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

@media screen and (max-width: 767px) {
    .box-day-third-sp {
        margin-top: 2rem;
    }
    .day-img-container img {
        object-fit: cover;
        border-radius: 0.8rem;
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .day-big-container > div {
        position: relative;
        margin-top: 0;
        padding-bottom: 2rem;
    }
    .day-big-container > div:after {
        content: "";
        position: absolute;
        left: -8px;
        top: 15px;
        z-index: 1;
        width: 2px;
        height: calc(100% - 5px);
        background-color: #3278D6;
    }
    .day-big-container > div:last-child:after {
        display: none;
    }
    .day-big-container::before {
        display: none;
    }
}

.button-next-before-container {
    display: flex;
    gap: 45rem;
    justify-content: center;
    margin-bottom: 5rem;
    @media screen and (max-width: 767px) {
        gap: 4rem;
    }
}
.next-prev-button {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    color: white;
    background-color: #255ca6;
    padding: 3rem 5rem;
    border-radius: 0.8rem;
    @media screen and (max-width: 767px) {
        padding: 1rem 3rem;
        font-size: 1.2rem;
    }
}

.previous-staff-button {
    position: relative;
}

.previous-staff-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    background: url(../../img/home/svg-arrow-white.svg) no-repeat;
    transform: rotate(180deg);
    width: 3rem;
    height: 1rem;
    background-size: 100%;
    top: 0;
    left: 1rem;
}

.next-staff-button {
    position: relative;
}

.next-staff-button::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 0;
    margin: auto;
    background: url(../../img/home/svg-arrow-white.svg) no-repeat;
    width: 3rem;
    height: 1rem;
    background-size: 100%;
    top: 0;
}

@media screen and (max-width: 767px) {
    .previous-staff-button::after {
        width: 1.6rem;
        height: 0.5rem;
        left: 0.8rem;
    }
    .next-staff-button::after {
        width: 1.6rem;
        height: 0.5rem;
        right: 0.8rem;
    }
}


.private-img-container {
    width: 90.1rem; 
    height: 50rem;
    margin-bottom: 2rem; 
}

.private-img-container img {
    object-fit: cover;
    width: 100%; 
    height: 100%;
}


.private-img-container.double-image {
    width: 45.05rem;
    display: inline-block; 
    @media screen and (max-width: 767px) {
        width: 100%; 
    }
}

@media screen and (max-width: 767px) {
    .private-img-container {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0;
    }
}
