.common-banner-recruit {
    background: url(../../img/page/mid-career/common-banner-recruit.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}

.common-banner-recruit::before {
    content: "";
    position: absolute;
    width: 73.2rem;
    height: 100%;
    background: linear-gradient(to right, #004cff 0%, rgb(2 93 253 / 88%) 17.73%, rgba(52, 115, 201, 0) 100%);
    opacity: 0.5;
    top: 0;
    left: 0;
}


@media screen and (max-width: 767px) {
	.common-banner-recruit::before {
		width: 50%;
	}
}

.menu-carrer-button {
    margin-top: 5.6rem;
}

.menu-career-button-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8.6rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 4rem;
	}
}

.new-graduate-button {
    position: relative;
    width: 46.4rem;
    height: 14.5rem;
    background-color: #E8EDD6;
    display: flex;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
    transition: 0.4;
    border: 0.2rem transparent solid;
    @media screen and (max-width: 767px) {
        width: 48%;
        height: 6.5rem;
        font-size: 2rem;
	}
}

.new-graduate-button:hover {
    border: 0.2rem solid black;
}

.new-graduate-button::after {
    position: absolute;
    content: "NEW GRADUATE";
    width: 29rem;
    font-family: Jost;
    font-weight: 500;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    opacity: 0.4;
    bottom: 1rem;
    left: 1rem;
}

.mid-career-button {
    position: relative;
    width: 46.4rem;
    height: 14.5rem;
    background-color: #00C1B3;
    display: flex;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
    transition: 0.4s;
    border: 0.2rem transparent solid;
    @media screen and (max-width: 767px) {
        width: 48%;
        height: 6.5rem;
        font-size: 2rem;
	}
}

.mid-career-button:hover {
    border: #000 solid 0.2rem;
}

.mid-career-button::after {
    position: absolute;
    content: "MID CAREER";
    width: 28.6rem;
    font-family: Jost;
    font-weight: 500;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    opacity: 0.4;
    bottom: 1rem;
    left: 1rem;
}

@media screen and (max-width: 767px) {
    .new-graduate-button::after, .mid-career-button::after {
        width: 100%;
        font-size: 1rem;
        opacity: 0.4;
        bottom: 0.8rem;
        left: 1rem;
    }
}

.menu-check-button-container {
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 1rem;
	}
}

.check-box-recruit {
    width: 55rem;
    background-color: #E9F6FF;
    position: relative;
    padding-top: 5.5rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        padding-top: 2rem;
	}
}

.work-place {
    border-radius: 0.8rem 0 0 0.8rem;
    position: relative;
}

.work-place::after {
    content: "WORK PLACE";
    position: absolute;
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 7rem;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    bottom: -1rem;
    left: 0rem;
}

.chck-box-txt {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    /* line-height: 40px; */
    text-align: center;
    color: #255ca6;
    margin-bottom: 4.2rem;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        margin-bottom: 1.3rem;
	}
}



.chk-box-flex-container {
    display: flex;
    gap: 1.1rem;
    justify-content: center;
    margin-bottom: 8.5rem;
    flex-wrap: wrap;
    @media screen and (max-width: 767px) {
        margin-bottom: 4rem;
	}
}

.filter-check-box {
    width: 20.3rem;
    height: 9.3rem;
    border-radius: 4.7rem;
    background-color: white;
    color: #3278D6;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    @media screen and (max-width: 767px) {
        width: 10.5rem;
        height: 3.3rem;
        font-size: 1.6rem;
	}
}

.mid-career {
    border-radius: 0 0.8rem 0.8rem 0;
    position: relative;
}

.mid-career::after {
    content: "FIELD";
    position: absolute;
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 7rem;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    bottom: -1rem;
    right: 0rem;
}

@media screen and (max-width: 767px) {
    .work-place::after, .mid-career::after {
        bottom: 1rem;
        left: 1rem;
        font-size: 3rem;
    }
    
}

.filter-check-box.checked {
    color: white;
    background-color: #3278D6;
}

.section-chk-box-container {
    margin-bottom: 10.4rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5rem;
	}
}

.hidden-checkbox {
    display: none;
}

li.recruit-item {
    max-width: 34.2rem;
    @media screen and (max-width: 767px) {
        max-width: 47.5%;
	}
}

.recruit-title {
    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;
    margin: 2.3rem auto 1.6rem;
    height: 7rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
        margin: 1rem auto;
        height: auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 4rem;
        max-width: 100%;
        display: -webkit-box;
	}
}

.recruit-description {
    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;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common-list.article {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4.2rem;
    margin-bottom: 5rem;
    gap: 4.2rem;
    @media screen and (max-width: 767px) {
        row-gap: 2rem;
        gap: 1rem;
	}
}

.recruit-button {
    width: 34.2rem;
    height: 6.5rem;
    /* padding-left: 3.1rem; */
    background-color: #3278D6;
    border-radius: 3.3rem;
    margin-top: 1.6rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    /* line-height: 25px; */
    text-align: center;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    @media screen and (max-width: 767px) {
        width: 100%;
        height: 2.8rem;
        padding-left: 0;
        font-size: 1.2rem;
	}
}

.recruit-button::after {
    content: "";
    position: absolute;
    background: url(../../img/page/mid-career/arrow-kuwashi.svg) no-repeat;
    width: 3.2rem;
    height: 0.6rem;
    background-size: 100%;
    top: 0;
    bottom: 0;
    right: 3rem;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .recruit-button::after {
        width: 2rem;
        height: 0.4rem;
        right: 2rem;
    }
	
}

.step-archive-section {
    margin-top: 14.5rem;
    position: relative;
    @media screen and (max-width: 767px) {
        margin-top: 5rem;
	}
}

.blue-center-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: 4.5rem;
    @media screen and (max-width: 767px) {
        font-size: 2.2rem;
        margin-bottom: 2.5rem;
	}
}

.step-archive-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 55rem;
    background: linear-gradient(to right, #d6edff00, #D6EDFF);
    top: 14rem;
    left: 26rem;
    transform: rotate(18deg);
    z-index: -1;
}

.process-flex-container {
    display: flex;
    gap: 4.3rem;
    justify-content: center;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
	}
}

.bubble-process-container {
    
}

.bubble-step-title {
    font-family: Jost;
    font-weight: 500;
    font-size: 3.8rem;
    /* line-height: 401px; */
    text-align: left;
    color: #255ca6;
    margin-bottom: 1rem;
    @media screen and (max-width: 767px) {
        font-size: 2.2rem;
        margin-bottom: 0;
        margin-left: -5rem;
        line-height: 1.8rem;
	}
}

.bubble-step-title span {
    font-size: 4.8rem;
    @media screen and (max-width: 767px) {
        font-size: 2.5rem;
	}
}

.bubble-process {
    width: 23.2rem;
    height: 23.2rem;
    border-radius: 50%;
    background-color: #3278D6;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    @media screen and (max-width: 767px) {
        width: 16.2rem;
        height: 16.2rem;
	}
}

.bubble-process::after {
    position: absolute;
    content: "";
    background: url(../../img/page/mid-career/arrow-bubble.svg) no-repeat;
    width: 5.5rem;
    height: 1rem;
    top: 0;
    bottom: 0;
    right: -2.5rem;
    margin: auto;
    background-size: 100%;
}

@media screen and (max-width: 767px) {
    .bubble-process::after {
        width: 3.5rem;
        height: 0.9rem;
        top: inherit;
        bottom: -1.3rem;
        right: 0;
        margin: auto;
        background-size: 100%;
        transform: rotate(90deg);
        left: 0;
    }
	
}

.bubble-process-final.bubble-process::after {
    display: none;
}

.icon-bubble-container {
    width: 11.2rem;
    height: 7.3rem;
    margin-top: 2.8rem;
    margin-bottom: 0.4rem;
    @media screen and (max-width: 767px) {
        width: 7.2rem;
        height: 4.8rem;
	}
}

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

.bubble-inside-text {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.6rem;
    /* line-height: 30px; */
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;

    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
	}
}


.bubble-inside-undertext {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 0.9rem;
        line-height: 1rem;
	}
}

.banner-end-container {
    padding-left: 7rem;
    background-color: #C6D5E8;
    padding-top: 5.5rem;
    padding-bottom: 3.8rem;
    width: 124.4rem;
    padding-right: 25.9rem;
    margin-top: 5.5rem;
    margin-bottom: 20.2rem;
    border-radius: 0.8rem 0 0 0.8rem;
    @media screen and (max-width: 767px) {
        padding-left: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;
        padding-right: 1rem;
        margin-top: 3rem;
        margin-bottom: 8rem;
        margin-left: 4rem;
	}
}

.flex-text-container {
    display: flex;
    align-items: center;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 1rem;
	}
}

.contact-text-banner {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    /* line-height: 25px; */
    text-align: left;
    color: #255ca6;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 1.8rem;
	}
}

.contact-responsable {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    /* line-height: 30px; */
    text-align: left;
    color: #255ca6;
    margin-left: 17.6rem;
    margin-right: 3.6rem;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-left: 1rem;
        margin-right: 1rem;
	}
}

.contact-number {
    font-family: Jost;
    font-weight: 500;
    font-size: 3.8rem;
    /* line-height: 401px; */
    text-align: left;
    color: #3278d6;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        line-height: 2rem;
	}
}

.open-window {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: right;
    color: #255ca6;    
    @media screen and (max-width: 767px) {
        text-align: center;
        transform: translateX(4px);
    }  
}

.flex-wrap-end {
    display: flex    ;
    justify-content: flex-end;
}

img.recruit-img {
    height: 16.1rem;
    @media screen and (max-width: 767px) {
        height: auto;
	}
}

.section-post-city {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
    /* line-height: 28px; */
    text-align: center;
    color: #255ca6;
    margin-bottom: 1rem;
    position: relative;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
	}
}

.city-title-blue {
    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: 4.5rem;
    position: relative;
    @media screen and (max-width: 767px) {
        font-size: 2rem;
        margin-bottom: 1.5rem;
	}
}

.city-title-blue::before {
    position: absolute;
    content: attr(data-city);
    display: inline-block;
    top: -4rem;
    left: 0rem;
    font-family: Jost;
    font-weight: 500;
    font-style: italic;
    font-size: 10rem;
    letter-spacing: 0.1em;
    color: #e8f3fa;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .city-title-blue::before {
        font-size: 3.5rem;
        top: -2rem;
    }
	
}