.blue-txt {
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    /* line-height: 18px; */
    letter-spacing: 0.1em;
    color: #0033B3;
    @media screen and (max-width: 767px) {
        line-height: 2.8rem;
    }
}

.txt-paragraph-pride {
    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;
    }
}

.content-flex-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7rem;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        margin-bottom: 3.5rem;
    }
}

.black-box-title-container {
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    /* line-height: 22px; */
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding: 1.8rem 2.4rem;
    background: #000000;
    margin-bottom: 3rem;
    width: fit-content;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        padding: 0.8rem;
        margin-bottom: 1.5rem;
    }
}

.under-black-box-txt {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.1em;
    color: #000000;
    max-width: 69rem;
    @media screen and (max-width: 767px) {
        max-width: inherit;
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}

.content-img-container {
    width: 50.3rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        padding-top: 2rem;
    }
}

.grey-bk-pride {
    background-color: #EEF1F4;
    margin-top: 11rem;
    padding-top: 11rem;
    @media screen and (max-width: 767px) {
        margin-top: 7rem;
        padding-top: 7rem;
    }
}

.step-mega-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11rem;
    position: relative;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 6rem;
        margin-top: 6rem;
        margin-bottom: 7rem;
    }
}

.step-mega-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.2rem;
    background-color: #0033B3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .step-mega-container::after {
        width: 0.2rem;
        height: 100%;
    }
}

.step-box-container {
    position: relative;
    width: 38.5rem;
    height: 20rem;
    border: 0.2rem solid #0033B3;
    padding-top: 5.1rem;
    background-color: white;
    @media screen and (max-width: 767px) {
        width: 100%;
        height: 16.5rem;
        padding-top: 2.5rem;
    }
}

.step-title-abs {
    position: absolute;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    width: 13rem;
    height: 4rem;
    left: 0;
    right: 0;
    margin: auto;
    top: -2rem;
    background: #0033B3;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and (max-width: 767px) {
        font-size: 1.7rem;
        width: 11rem;
        height: 3.3rem;
        top: -1.7rem;
    }
}

.step-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    /* line-height: 18px; */
    text-align: center;
    letter-spacing: 0.1em;
    color: #0033B3;
    margin-bottom: 1.6rem;
}

.step-content-list {
    max-width: 31.2rem;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    color: #000000;
    padding-left: 6.3rem;
    @media screen and (max-width: 767px) {
        padding-left: 3.5rem;
    }
}

.step-content-list li {
    list-style: disc;
    list-style-position: outside;
    text-indent: -0.5rem;
}

.pride-objectif-container {
    margin: 5rem auto 7rem;
    padding: 4.6rem 7.5rem 3.6rem;
    background-color: #FFFFFF;
    width: 90rem;
    @media screen and (max-width: 767px) {
        padding: 3rem 2.3rem 2rem;
        background-color: #FFFFFF;
        width: 100%;
    }
}

.objt-pride-title {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    /* line-height: 20px; */
    text-align: center;
    letter-spacing: 0.1em;
    color: #0033B3;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        text-align: left;
    }
}

.pride-objct-scale-container {
    width: 41.9rem;
    margin: 1.2rem auto 1.4rem;
    @media screen and (max-width: 767px) {
        display: none;
    }
}

.objct-pride-txt-flex-container {
    display: flex;
    gap: 6.1rem;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 4rem;
        padding-left: 2.7rem;
        padding-top: 3rem;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .objct-pride-txt-flex-container::after {
        content: "";
        position: absolute;
        width: 0.1rem;
        height: 17.7rem;
        background-color: #0033B3;
        top: 0.5rem;
        left: 0.5rem;
    }      
}

.prid-object-txt {
    max-width: 34.5rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.08em;
    color: #000000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
        max-width: 18.6rem;
    }
}

.objct-pride-img-flexcontainer {
    display: flex;
    gap: 25rem;
    margin-top: 2.3rem;
    justify-content: center;
}

.objct-pride-img {
    width: 16.3rem;
    @media screen and (max-width: 767px) {
        width: 6.4rem;
        height: 6.4rem;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .objct-pride-img::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2.2rem;
        width: 2.2rem;
        height: 0.1rem;
        background-color: #0033B3;
        margin: auto;
        z-index: 1;
    }      
}

.location-pride-flex-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20rem;
    @media screen and (max-width: 767px) {
        padding-bottom: 7rem;
        flex-direction: column;
    }
}

.location-pride-flex-container::before {
    content: "";
    position: absolute;
    width: 48.3rem;
    height: 48.3rem;
    border-radius: 50%;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 0rem;
    z-index: -1;
}

.location-pride-flex-container::after {
    content: "";
    position: absolute;
    width: 48.3rem;
    height: 48.3rem;
    border-radius: 50%;
    background-color: white;
    top: 0;
    bottom: 0;
    right: 0rem;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .location-pride-flex-container::after, .location-pride-flex-container::before {
        width: 21.2rem;
        height: 21.2rem;
    }      
    .location-pride-flex-container::after {
        top: -3rem;
        left: 5rem;
    }
    .location-pride-flex-container::before{
        top: 27rem;
        left: 5rem;
    }
}

.blue-location-top-title {
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    /* line-height: 22px; */
    text-align: center;
    letter-spacing: 0.1em;
    color: #0033B3;
    margin-bottom: 3.8rem;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
}

.location-img-container {
    width: 16rem;
    @media screen and (max-width: 767px) {
        width: 9.5rem;
        margin: 0 auto;
    }
}

.location-img-container02 {
    width: 31rem;
    margin-top: 6rem;
    @media screen and (max-width: 767px) {
      width: 17rem;
    }
}

.location-box-text {
    margin-top: 1.8rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.08em;
    color: #000000;
        max-width: fit-content;
    margin: 1.8rem auto 0;
    @media screen and (max-width: 767px) {
        max-width: 100%;
        margin-top: 2rem;
        font-size:1.4rem;
        line-height: 2.4rem;
        text-align: center;
    }
}

.location-box-text2 {
    margin: 6rem auto 0;
    @media screen and (max-width: 767px) {
            margin: 3rem auto 0;
    }
}

.left-circle {
    margin-top: 6rem;
    margin-left: 13rem;
    @media screen and (max-width: 767px) {
        margin-top:0;
        margin-left: 0;
    }
}

.right-circle {
    margin-top: 6rem;
    margin-right: 9rem;
    @media screen and (max-width: 767px) {
        margin-top: 7rem;
        margin-right: 0;
    }
}

.career-mega-container {
    margin-top: 13.9rem;
    margin-bottom: 14rem;
    padding-bottom: 24rem;
    @media screen and (max-width: 767px) {
        margin-top: 7rem;
        margin-bottom: 10rem;
        padding-bottom: 21rem;
    }
}

.footer-up {
    margin-top: -23rem;
}

.career-nav-container {
    display: flex;
    gap: 2.6rem;
    align-items: flex-end;
    height: 8.6rem;
    @media screen and (max-width: 767px) {
        gap: 0.6rem;
        height: 5.1rem;
    }
}

.career-nav {
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    /* line-height: 22px; */
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    width: 61.7rem;
    height: 5.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #898989;
    border-radius: 2.6rem 2.6rem 0px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
        width: 25.7rem;
        height: 3.5rem;
        border-radius: 1.6rem 1.6rem 0px 0px;
    }
}

.career-nav.selected-nav {
    width: 61.7rem;
    height: 8.4rem;
    background: #0033B3;
    cursor: default;
    @media screen and (max-width: 767px) {
        width: 25.7rem;
        height: 5rem;
    }
}

.career-content-container {
    border: 2px solid #0033B3;
    padding: 7rem 18rem;
    background-color: white;
    @media screen and (max-width: 767px) {
        padding: 2.8rem 2rem;
    }
}

.career-case-container {
    padding: 5rem;
    background-color: #F8F8F8;
    @media screen and (max-width: 767px) {
        padding: 2.4rem 2rem;
    }

}

.career-case-titles-container {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 1.4rem;
    @media screen and (max-width: 767px) {
        gap: 0.6rem;
        margin-bottom: 0.6rem;
    }
}

.case-number {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    /* line-height: 20px; */
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #0033B3;
    padding: 0.8rem 1.5rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        padding: 0.3rem 0.5rem;
    }
}

.case-title {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    /* line-height: 20px; */
    letter-spacing: 0.1em;
    color: #0033B3;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
    }
}

.career-case-container p {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    /* line-height: 26px; */
    letter-spacing: 0.08em;
    color: #000000;
    margin-bottom: 4rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-bottom: 2rem;
    }
}

.career-image-content-container {
    display: flex;
    flex-direction: column;
    gap: 6.9rem;
    @media screen and (max-width: 767px) {
        gap: 4rem;
    }
}

.career-image-container {
    display: flex;
    gap: 6.1rem;
    position: relative;
    justify-content: center;
    @media screen and (max-width: 767px) {
        gap: 1.2rem;
        flex-direction: column;
    }
}

.career-image-container::after {
    content: "";
    position: absolute;
    width: 79%;
    height: 0.2rem;
    background-color: #0033B3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.career-image-container-two::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0.2rem;
    background-color: #0033B3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .career-image-container::after {
        content: "";
        position: absolute;
        width: 0.2rem;
        height: 79%;
        background-color: #0033B3;
        top: 0;
        bottom: 0;
        left: 3rem;
        right: inherit;
        margin: auto;
        z-index: 0;
    }
}

.career-img-box {
    position: relative;
    width: 17.4rem;
    height: 17.4rem;
    z-index: 2;
    @media screen and (max-width: 767px) {
        width: 6.6rem;
        height: 6.6rem;
        display: flex;
        gap: 1.6rem;
    }
}

.absolute-txt-career-content {
    position: absolute;
    bottom: -4.5rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    @media screen and (max-width: 767px) {
        /* bottom: -3rem;
        left: auto;
        right: -17rem;
        transform: unset; */
        position: unset;
        transform: inherit;
    }
}

.absolute-txt-career-content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    /* line-height: 16px; */
    text-align: center;
    letter-spacing: 0.1em;
    color: #0033B3;
    margin-bottom: 0.4rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        text-align: left;
    }
}

.absolute-txt-career-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.08em;
    color: #000000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 1.8rem;
        text-align: left;
    }
}

.absolute-txt-career-content p span {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
    }
}

.absolute-txt-career-content-thrre-lines {
    bottom: -6.8rem;
}

@media screen and (max-width: 767px) {
    .sp-img-text-flex-container {
        display: flex;
        gap: 1.2rem;
    }      
}

.one-line-daft {
    bottom: -2.5rem;
}