.top-page-banner-container {
    padding-top: 10rem;
    position: relative;
    margin-bottom: 11rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 7rem;
        padding-top: 9rem;
    }
}

#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-main-title {
    font-style: normal;
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 6.8rem;
    letter-spacing: 0.08em;
    color: #000000;
    max-width: 59.8rem;
    @media screen and (max-width: 767px) {
        font-size: 2.2rem;
        line-height: 3rem;
        margin-bottom: 2rem;
        max-width: inherit;
    }
}

.cross-main-img-container {
    width: 91.2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    @media screen and (max-width: 767px) {
        width: 100%;
        top: 2rem;
        left: 3rem;
    }
}

.top-texts-title-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 54.1rem;
    @media screen and (max-width: 767px) {
        max-height: 30rem;
        height: auto;
        margin-top: 26rem;
    }
}

.relative-title-img {
    position: relative;
}

.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;
}

.year-name-flex-container {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    margin-bottom: 2.4rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 0.5rem;
    }
}

.name-cross {
    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-cross {
    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;
    }
}

.cross-profile-box {
    background: #eef1f475;
    border: 3px solid #0033B3;
    padding: 5.5rem 5rem 3.8rem;
    position: relative;
    margin-bottom: 8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 11rem;
    @media screen and (max-width: 767px) {
        padding: 4.5rem 2rem 2.5rem;
        margin-bottom: 7rem;
        gap: 2rem;
        flex-direction: column;
    }
}

.img-profile-container {
    width: 9rem;
}

.profile-name-blue {
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    /* line-height: 18px; */
    letter-spacing: 0.1em;
    color: #0033B3;
    margin-bottom: 0.9rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 0.5rem;
        font-size: 1.6rem;
    }
}

.profile-content-syokai {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.1em;
    color: #000000;
    max-width: 37rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2.2rem;
        max-width: 20rem;
    }
}

.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-cross-content-box {
    display: flex;
    gap: 1.9rem;
    @media screen and (max-width: 767px) {
        gap: 1rem;
    }
}

.profile-cross-content-box {
    position: relative;
}

.profile-cross-content-box-separator::after {
    content: "";
    position: absolute;
    background-color: #0033B3;
    width: 0.1rem;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -5rem;
    margin: auto;
}

.section-top-flex-container {
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 2rem;
    }
}

.section-img-left-container {
    width: 47.4rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.cross-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;
    }
}

.cross-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 .cross-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) {
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 5rem;
    }
}

.swiper-slide {
    width: inherit;
}

.title-bar-page-container {
    margin-bottom: 6rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 3rem;
    }
}


.footer-up {
    margin-top: -12rem;
}

.cross-container {
    padding: 0;
    background-color: transparent;
}

.txt-button-cross-container {
    max-width: 59.8rem;
}

@media screen and (max-width: 767px) {
    .cross-job-title {
        font-size: 1.8rem;
        line-height: 2.6rem;
        text-align: center;
    }

    .cross-img-container {
        width: 100%;
        margin: 2rem 0;
    }

    .cross-button {
        width: 17.7rem;
        height: 4.4rem;
        padding-left: 1.8rem;
        margin: 0 auto;
    }
    .cross-button p {
        font-size: 1.2rem;
    }
    .cross-button p::after {
        right: -8.5rem;
        width: 1.4rem;
        height: 1.4rem;
    }  
}