html{
	scroll-padding-top: 100px;
}

#cont{
	padding: 0 100px 50px;
}


.career-step__text{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	max-width: 1000px;
	margin: auto;
}

.career-step__text2{
	line-height: 18px;
	display: block;
}

.careerstep-links{
	margin-top: 110px;
}
.careerstep-link{
	position: relative;
	margin-top: 50px;
}

.careerstep-img{
	width: 100%;
	padding-left: 20px;
	padding-right: 100px;
	box-sizing: border-box;
}

.careerstep-img--2{
	padding-left: 100px;
	padding-right: 20px;
}

.careerstep-btn{
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 307px;
	height: 52px;
	background-color: #fff;
	border: 1px solid #141B4D;
	border-radius: 26px;
	position: absolute;
	bottom: min(37px,2.56vw);
	left: 20px;
}

.careerstep-btn--2{
	left: auto;
	right: 20px;
}

.careerstep-btn:hover{
	background-color: #141B4D;
	color: #fff;
}


.case-top{
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
	width: 100%;
	min-height: 600px;
	position: relative;
}

@media screen and (max-width:1400px) {
	.case-top{
		min-height: 450px;
		}
}

.case-top__img{
	width: 49.82vw;
	display: block;
	position: absolute;
	left: 0;
}

.case-top__content{
	width: 45.78%;
	position: relative;
	margin-top: 45px;
}

.case-top__title{
	font-size: 34px;
	font-weight: bold;
	line-height: calc(52 / 34);
	padding-bottom: 12px;
	border-bottom: 1px solid #cccccc;
}

.case-top__text{
	font-size: 14px;
	line-height: calc(32 / 14);
	margin-top: 25px;
}

.case-top__note{
	border-top: 1px solid #999999;
	font-size: 14px;
	line-height: calc(32 / 14);
	padding-top: 20px;
	margin-top: 15px;
}


.career-step__title{
	margin: auto;
	margin-top: 50px;
	font-family: 'Anek Bangla', sans-serif;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: calc(32 / 28);
	padding-bottom: 20px;
	max-width: 400px;
	border-bottom: 5px solid;
	border-image: linear-gradient(to right,#141B4D,#141B4D ,#AF272F) 1;
}

.career-step__title--jp{
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;;
}



.career-step__bg{
	background-color: #EEEEEE;
	/* width: 100vw; */
	margin: 0 calc(50% - 50vw);
	margin-top: 30px;
  padding: 78px calc(50vw - 50%) 27px calc(50vw - 50%);
	/* padding: 78px 0; */
}

.timeline{
	position: relative;
	margin: auto;
}

.timeline::before{
	content: "";
	position: absolute;
	left: calc(10.03vw + 136px);
	top: -34px;
	width: 6px;
	height: calc(100% + 74px);
	background: linear-gradient(to bottom, #888990, #2E3FB3);
}

.timeline__item{
	display: flex;
	/* justify-content: center; */
	gap: 80px;
	margin-left: 10.03vw;
}

.timeline__item--2{
	margin-top: 30px;
}

.timeline__item--3{
	margin-top: 20px;
}

.timeline__item--4{
	margin-top: 34px;
}

.timeline__year{
	width: 110px;
	text-align: right;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;

}
.timeline__year::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 50%;
	right: -44px;
	top: 6px;
	z-index: 1;
}

.timeline__year::before{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: #141B4D;
	border-radius: 50%;
	top: 9px;
	right: -41px;
	z-index: 10;
}
.timeline__year--orange::before{
	background: #F87C56;
}
.timeline__year--green::before{
	background: #47D7AC;
}
.timeline__year--blue::before{
	background: #9ADBE8;
}


.timeline-content{
	flex: 1;
}

.timeline__number{
	font-size: 40px;
	font-family: 'Anek Bangla', sans-serif;
}

.timeline__text{
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;

}

.timeline__text--bold{
	font-weight: bold;
}

.timeline__btn{
	font-family: 'Anek Bangla', sans-serif;
	box-sizing: border-box;
	width: 350px;
	height: 40px;
	padding: 0 32px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #141B4D;
	border-radius: 20px;
	font-size: 18px;
	color: #F87C56;
	font-weight: 600;
	margin-left: -20px;
}

.timeline__btn--white{
	color: #fff;
	position: relative;
}

.timeline__btn--green{
	color: #47D7AC;
}

.timeline__btn--blue{
	color: #9ADBE8;
}

.timeline__btn--white::before{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	clip-path: polygon(0% 0%, 50% 100%,100% 0%);
	background-color: #F87C56;
	left: -22px;
	top: 4px;
}

.timeline__btn--white2::before{
	background-color: #47D7AC;
}
.timeline__btn--white3::before{
	background-color: #9ADBE8;
}

.timeline__note{
	font-size: 14px;
	line-height: 32px;
	position: relative;
	margin:30px 11vw 0 auto;
	text-align: right;
}



.turning-point__wrapper{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100vw;
	position: relative;
	/* padding-right: 100px; */
	left: -100px;
	gap: 3.46vw;
}

.turning-point__wrapper--1::before{
	content: "";
	height: 3px;
	width: 130.58vw;
	width: 100vw;
	position: absolute;
	background: linear-gradient(to right,#F87C56 , #fff);
	top:65px;
	left: -100px;
	transform-origin: top left;
	transform: skewY(40deg);
	z-index: 0;
}
.turning-point__wrapper--green::before{
	background: linear-gradient(to right,#47D7AC, #fff);
}
.turning-point__wrapper--light-blue::before{
	background: linear-gradient(to right,#9ADBE8, #fff);
}

.turning-point__wrapper--2{
	margin-top: 90px;
	flex-direction: row-reverse;
	/* justify-content: space-between; */
}
.turning-point__wrapper--2::before{
	content: "";
	height: 3px;
	width: 130.58vw;
	width: 100vw;
	position: absolute;
	background: linear-gradient(to left,#F87C56 , #fff);
	top: 10px;
	right: -100px;
	transform-origin: top right;
	transform: skewY(-40deg);
	z-index: -1;
}

.turning-point__wrapper--green2::before{
	background: linear-gradient(to left,#47D7AC , #fff);
	top: 300px;
}
.turning-point__wrapper--blue2::before{
	background: linear-gradient(to left,#9ADBE8 , #fff);
	top: 60px;
}

.turning-point__wrapper--3{
	margin-top: 100px;
}

.turning-point__wrapper--blue{
	background-color: #141B4D;
	margin: 120px calc(50% - 50vw) 0;
	padding: 0 calc(50vw - 50%) 68px;
	align-items: flex-end;
}

.turning-point__wrapper--blue::before{
	background: none;
}

.turning-point__img{
	width: 49.82vw;
	position: relative;
	/* left: -100px; */
}




.turning-point__img--2{
	/* left: auto; */
	/* right: -100px; */
}

.turning-point__content{
	width: 45.78%;
	width: 39.44vw;
	position: relative;
	/* padding-left: 3.46vw; */
}

.turning-point__tag{
	font-family: 'Anek Bangla', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #F87C56;
	background-color: #141B4D;
	width: 200px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.turning-point__tag--green{
	color: #47D7AC;
}
.turning-point__tag--blue{
	color: #9ADBE8;
}

.turning-point__title{
	font-size: 36px;
	font-weight: bold;
	line-height: calc(52 / 36);
	margin-top: 15px;
}

.turning-point__text{
	font-size: 14px;
	line-height: calc(32 / 14);
	margin-top: 28px;
	line-break: strict;
}

.turning-point__note{
	font-size: 14px;
	line-height: calc(32 / 14);
	padding-top: 10px;
	border-top: 1px solid #999999;
	margin-top: 15px;
}

.challenge__tag{
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 52px;
	position: relative;
}

.challenge__tag::after{
	content: "";
	position: absolute;
	height: 5px;
	width: 400px;
	max-width: 100%;
	background-color: #fff;
	bottom: -17px;
	left: -100px;
}

.challenge__tag--en{
	font-family: 'Anek Bangla', sans-serif;
	font-size: 28px;
	font-weight: 600;

}

.challenge__title{
	color: #fff;
	font-size: 34px;
	line-height: 52px;
	font-weight: bold;
	margin-top: 66px;
}

.challenge__text{
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	margin-top: 30px;
}

.challenge__img{
	width: 49.82%;
	left: auto;
	right: 0;
	bottom: -68px;
}




.column{
	background-color: #D0D1DB;
	padding: 24px calc(50vw - 50%) 26px;
	margin:50px calc(50% - 50vw) 0;
}

.column__inner{
	margin: auto;
	padding: 0;
}

.column__tag{
	padding-left: 20px;
	font-family: 'Anek Bangla', sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	height: 40px;
	background: linear-gradient(to right,#141B4D 0%, #141B4D 390px, #8186A9 390px, #8186A9 100%);
}

.column__content{
	display: flex;
	background-color: #fff;
}

.column__title{
	font-size: 28px;
	font-weight: bold;
	width: 390px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.column__text{
	box-sizing: border-box;
	font-size: 14px;
	line-height: 32px;
	width: calc(100% - 390px);
	margin:35px 0;
	border-left: 1px solid #666666;
	padding-left: 43px;
	padding-right: 57px;
}



.other-employees{
	margin-top: 100px;
}

.other-employees__content{
	margin-top: 50px;
	display: flex;
	justify-content: center;
	gap: 30px;
}

.other-employees__card{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.other-employees__img{
	width: 300px;
}

.other-employees__name{
	margin-top: 30px;
	font-family: 'Anek Bangla', sans-serif;
	font-size: 32px;
	font-weight: 500;
}

.other-employees__card-text{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #666666;
	margin-top: 10px;
}

.other-employees__btn{
	font-family: 'Inter';
	font-size: 20px;
	line-height: 32px;
	box-sizing: border-box;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 410px;
	height: 70px;
	border-radius: 35px;
	border: 1px solid #141B4D;
}

.other-employees__btn:hover{
	background-color: #141B4D;
	color: #fff;
}

@media screen and (min-width:1800px) {
	.case-top__img{
		position: static;
	}
}


@media screen and (max-width:959px) {
	html{
	scroll-padding-top: 60px;
}

	#cont{
	padding: 0 0 50px;
}

.career-step__text{
	box-sizing: border-box;
	text-align: left;
	padding: 0 20px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
}
.career-step__text2{
	line-height: 14px;
}
.careerstep-links{
	margin-top: 50px;
}
.careerstep-link{
	margin-top: 25px;
}
.careerstep-img{
	padding-left: 0;
	padding-right: 20px;
}

.careerstep-img--2{
	padding-left: 20px;
	padding-right: 0;
}

.careerstep-btn{
	left: 50%;
	transform: translateX(-50%);
	bottom: min(30px, 7.76vw);
}
.careerstep-btn--2{
	right: 50%;
	transform: translateX(-50%);
}

	.case-top{
		flex-direction: column-reverse;
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 20px;
		gap: 30px;
	}
	.case-top__img{
		position: static;
		width: calc(100% + 20px);
		margin-left: -20px;
		transform: translateY(0);
	}
	.case-top__content{
		width: 100%;
		background-size: 100%;
	}
	.case-top__title{
		font-size: 26px;
		line-height: 26px;
		padding-bottom: 20px;
	}
	.case-top__text{
		margin-top: 20px;
		line-height: 28px;

	}

	.case-top__note{
		line-height: 28px;
	}


	.career-step__title{
		font-size: 24px;
		width: 250px;
		padding-bottom: 7px;
	}

	.career-step__title--jp{
		font-size: 20px;
	}

	.career-step__bg{
		box-sizing: border-box;
		padding: 59px 20px 26px;
	}

	.timeline::before{
		left: 112px;
	}

	.timeline__item{
		margin-left: 0;
		gap: 70px;
	}

	.timeline__item--2{
		margin-top: 25px;
	}

	.timeline__year{
		font-size: 16px;
		width: 90px;
	}

	.timeline__year::after{
		top: 0;
		right: -40px;
	}

	.timeline__year::before{
		top:3px;
		right: -37px;
	}

	.timeline__number{
		font-size: 36px;
	}

	.timeline__text{
		margin-top: 0;
	}

	.timeline__text--bold{
		margin-top: 10px;
	}

	.timeline__btn{
		font-size: 16px;
		flex-direction: column;
		width: 210px;
		height: 56px;
		border-radius: 30px;
		/* max-width: 100%; */
		align-items: flex-start;
		justify-content: center;
		gap: 5px;
		box-sizing: border-box;
	}

	.timeline__btn--white{
		padding-left: 20px;
	}

	.timeline__btn--white::before{
		left: 2px;
	}

	.timeline__note{
		margin-right: 0;
		margin-top: 25px;
	}



	.turning-point__wrapper{
		flex-direction: column-reverse;
		box-sizing: border-box;
		padding: 0 20px;
		margin-top: 30px;
		gap: 25px;
		left: 0;
	}

	.turning-point__wrapper--1::before{
		background: none;
	}

	.turning-point__wrapper--2::before{
		background: none;
	}

	.turning-point__wrapper--blue{
		margin-top: 50px;
		gap: 35px;
	}

	.turning-point__img{
		position: static;
		width: calc(100% + 20px);
		margin-left: -20px;
		aspect-ratio: 373 / 240;
	}

	.turning-point__img--2{
		margin-left: auto;
		margin-right: -20px;
	}
	.turning-point__content{
		width: 100%;
	}
	.turning-point__tag{
		font-size: 16px;
		height: 26px;
		width: 176px;
		margin-left: 2px;
		margin-top: 2px;
	}
	.turning-point__title{
		font-size: 26px;
		margin-top: 10px;
		line-height: 32px;
	}
	.turning-point__text{
		margin-top: 23px;
		line-height: 28px;
	}
	.turning-point__note{
		/* margin-top: 20px; */
		padding-top: 20px;
		line-height: 28px;
	}


	.challenge__tag{
		font-size: 20px;
	}
	.challenge__tag::after{
		width: 220px;
		left: -20px;
		bottom: -20px;
	}

	.challenge__tag--en{
		font-size: 24px;
	}

	.challenge__title{
		font-size: 26px;
		line-height: 32px;
		margin-top: 50px;
	}
	.challenge__text{
		margin-top: 25px;
		line-height: 28px;
	}
	.challenge__img{
		width: calc(100% + 20px);
		margin-right: -20px;
		margin-left: auto;
	}



	.column{
		box-sizing: border-box;
		padding: 42px 20px;
	}
	.column__content{
		flex-direction: column;
		box-sizing: border-box;
		padding: 50px 40px 50px 20px;
	}
	.column__title{
		display: block;
		font-size: 26px;
	}
	.column__text{
		margin-top: 30px;
		border-top: 1px solid #666666;
		border-left: none;
		width: 100%;
		padding: 20px 0 0;
		line-height: 28px;
		margin-bottom: 0;
	}


	.other-employees{
		margin-top: 50px;
	}
	.other-employees__content{
		flex-direction: column;
		margin-top: 25px;
	}

	.other-employees__img{
		width: 208px;
	}
	.other-employees__name{
		margin-top: 27px;
	}

	.other-employees__btn{
		width:325px;
		height: 64px;
	}
}
