.page-banner-common {
    display: none;
}

.recruit-button-section {
	position: relative;
    margin-top: 3rem;
}

.entry-footer-section::before {
	content: "";
	position: absolute;
	background: url(../../common/img/footer/footer-bk.png) no-repeat;
	width: 74.2rem;
	height: 27.8rem;
	top: 17vh;
    left: -1vw;
}

.introduction-footer-flex-title-container {
	display: flex;
	gap: 3rem;
	margin-bottom: 8.6rem;
	align-items: baseline;
}

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

.recruit-button-prev {
	width: 46.4rem;
	height: 17.7rem;
	background: #9BC716;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 4.3rem;
	background-size: cover;
    border-radius: 2rem;
    border: 0.2rem transparent solid;
    @media screen and (max-width: 767px) {
        width: 48%;
        height: 6rem;
        background: #9BC716;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        gap: 2.2rem;
        position: relative;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        background-size: cover;
        border-radius: 0.8rem;
	}
}

.recruit-button-prev:hover {
    border: 0.2rem black solid;
}

.recruit-button-next {
	width: 46.4rem;
	height: 17.7rem;
	background: #E8EDD6;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 4.3rem;
	background-size: cover;
    border-radius: 2rem;
    @media screen and (max-width: 767px) {
        width: 48%;
        height: 6rem;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        gap: 2.2rem;
        position: relative;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        background-size: cover;
        border-radius: 0.8rem;
	}
}

.recruit-button-prev::before {
	content: "NEW GRADUATE";
	position: absolute;
	bottom: 0.5rem;
	left: 1rem;
	font-family: Jost;
	font-weight: 500;
	font-size: 3.2rem;
	letter-spacing: 0.5rem;
	text-align: left;
	color: white;
    opacity: 0.5;
	/* font-style: italic; */
}

.entry-title-prev, .entry-title-next {
	font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    /* line-height: 25px; */
    text-align: center;
    color: #fff;
    @media screen and (max-width: 767px) {
        font-size: 2rem;
	}
}

.recruit-button-next.recruit-button-prev::before {
	content: "MID CAREER";
	position: absolute;
	bottom: 0.5rem;
	left: 1rem;
	font-family: Jost;
	font-weight: 500;
	font-size: 3.2rem;
	letter-spacing: 0.5rem;
	text-align: left;
	color: white;
    opacity: 0.5;
	/* font-style: italic; */
}

@media screen and (max-width: 767px) {
    .recruit-button-prev::before {
        bottom: 0.5rem;
        font-size: 1rem;
        left: 2rem;
        letter-spacing: 0.3rem;
    }
    .recruit-button-next.recruit-button-prev::before {
        bottom: 0.5rem;
        left: 2rem;
        font-size: 1rem;
        letter-spacing: 0.3rem;
    }
}





.blue-mid-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    line-height: 2.8rem;
    text-align: center;
    color: #255ca6;
    margin-bottom: 3.6rem;
}

.section-overview {
    padding-top: 10.8rem;
    /* padding-bottom: 10.6rem; */
    @media screen and (max-width: 767px) {
        padding-top: 5rem;
	}
}

.section-overview .blue-mid-title {
    margin-bottom: 0;
    @media screen and (max-width: 767px) {
        font-size: 2.2rem;
	}
}

.overview-table {
    margin-top: 4.1rem;
    @media screen and (max-width: 767px) {
        margin-top: 2.5rem;
	}
}

.ov-th {
    border-top: #C7D5E8 1px solid;
    display: flex;
    @media screen and (max-width: 767px) {
        flex-direction: column;
	}
}

.ov-th:last-child {
    border-top: #C7D5E8 1px solid;
    display: flex;
    border-bottom: #C7D5E8 1px solid;
}

.ov-left{
    padding: 2rem 5.7rem 2rem 5.5rem;
    background-color: #F2FAFF;
    color: #255CA6;
    width: 28.5rem;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: left;
    color: #255ca6;
    display: flex;
    align-items: center;
    @media screen and (max-width: 767px) {
        padding: 1rem 2rem;
        width: 100%;
	}
}

.ov-right {
    padding: 2.2rem 1rem 2.2rem 2.2rem;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 3rem;
    text-align: left;
    color: #255ca6;
}

/* .recruit-table-2 {
    margin-top: 12rem;
    @media screen and (max-width: 767px) {
        margin-top: 8rem;
	}
} */






.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10rem;
}


.step {
    background: #3278D6;
    color: white;
    padding: 1rem;
    border-radius: 50%;
    width: 25rem;
    height: 25rem;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}


.step-title {
    padding-bottom: 5rem;
}

.recruit-eng-title {
    font-family: "Jost";
    font-weight: medium;
    font-size: 3.8rem;
    color: #255CA6;
    top: -3rem;
    position: absolute;
    display: flex;
    justify-content: left;
    text-align: left;
    align-items: left;
    /* margin-top: 2rem; */
}

.recruit-number-title {
    font-family: "Jost";
    font-size: 4.8rem;
    color: #255CA6;
}

.icon {
    width: 5.1rem;
    height: 10rem;
    background: transparent;
    border-radius: 50%;
    display: flex;
    /* justify-content: center; */
    /* align-items: center;  */
    font-size: 2.5rem;
    color: #3278D6;
}



p {
    margin: 0.5rem 0;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 25px;
    text-align: center;
    color: #fff;
}



.small-description-1 {
    font-size: 1.6rem;
    font-family: "Noto Sans JP";
    font-weight: normal;
    line-height: 3rem;
    padding-top: 0.5rem;
    text-align: center;
    color: #fff;

}

.small-description-2 {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
    padding-top: 1rem;
    color: #fff;

}

.arrow {
    font-size: 2.5rem;
    color: #0056b3;
    font-weight: bold;
}

.contact {
    margin-top: 30px;
    padding: 20px;
    background: #C6D5E8;
    border-radius: 10px;
}

.phone {
    font-size: 20px;
    font-weight: bold;
    color: #3278D6;
}


.table-title-section {
    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;
	}
}

.selection-process-section {
    margin-top: 15.1rem;
    position: relative;
    @media screen and (max-width: 767px) {
        margin-top: 6.5rem;
	}
}

.selection-process-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;
    }
	
}

#breadcrumbs {
    display: none;
}

#breadcrumbs-redemption {
    padding: 2.4rem 0;
    position: relative;
    @media screen and (max-width: 767px) {
		display: none;
	}
	& ol {
		display: flex;
		flex-wrap: wrap;
	}
	& li {
		position: relative;
		margin-right: 3.7rem;
		font-weight: 500;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		font-family: "Noto Sans JP";
		font-weight: normal;
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		/* line-height: 35px; */
		text-align: left;
		color: #919fb5;


		&:after {
			content: "";
            position: absolute;
            /* background: #919FB5; */
            width: 0.8rem;
            height: 0.8rem;
            border-top: 0.1rem solid #919FB5;
            border-left: 0.1rem solid #919FB5;
            top: 0.2rem;
            bottom: 0;
            right: -2rem;
            margin: auto;
            transform: rotate(136deg);
			&:last-child:after {
				display: none;
			}
		}
		&:last-child:after {
			display: none;
		}
	}
	& a {
		font-family: "Noto Sans JP";
		font-weight: normal;
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		/* line-height: 35px; */
		text-align: left;
		color: #919fb5;
	}
}


#breadcrumbs-redemption::after {
	content: "";
	position: absolute;
    width: 59rem;
    height: 0.9rem;
    background: #3278D6;
    opacity: 20%;
    transform: rotate(25deg);
    top: 12vh;
    right: -2vw;
    z-index: -1;
}

.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;
}