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

.section__title{
	font-size: 28px;
	font-weight: bold;
	line-height: calc(32 / 28);
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 16px;
}

.section__title--en{
	font-size: 14px;
	line-height: calc(32 / 14);
	color: #141B4D;
	font-family: 'Anek Bangla', sans-serif;
}

.ict{
	margin-top: 10px;
}

.ict__wrapper{
	/* display: flex; */
	/* align-items: center; */
}

.section__text{
	font-size: 14px;
	line-height: calc(32 / 14);
	line-break: strict;
}

.ict__img{
	width: 72.58%;
	/* padding-top: 50px; */
	/* padding-right: 4.0322%; */
	/* border-right: 1px solid #CCCCCC; */
	/* border-radius: 20px; */
	margin: 74px auto 0;
	display: block;
}
.ict__text{
	/* max-width: 1000px; */
	width:80.64%;
	margin: 50px auto 0;
}

.businessfield{
	margin-top: 100px;
}

.business__wrapper{
	/* display: flex; */
	/* align-items: center; */
}

.business__img{
	width: 40.32%;
	/* padding-top: 50px; */
	/* padding-right: 4.1129%; */

	/* border-radius: 20px; */
	margin:32px auto 0;
	display: block;
}

.business__text{
	/* max-width: 1000px; */
	width:80.64%;
	margin:50px auto 0;
	/* padding-left: 4.032%; */
	/* padding-top: 152px; */
	/* border-left: 1px solid #CCCCCC; */
}

.seizou{
	margin-top: 50px;
}

.seizou__wrapper{
	display: grid;
	grid-template-columns: 1fr 1.1077fr 1fr;
}
.seizou__content1{
	padding-right: 12.2807%;
}
.seizou__content2{
	padding-right: 10.1809%;
	padding-left: 10.1809%;
	border-left: 1px solid #CCCCCC;
	border-right:   1px solid #CCCCCC;
}
.seizou__content3{
	padding-left: 12.2807%;
}
.seizou__title{
	font-size: 24px;
	line-height: calc(32 / 24);
	font-weight: bold;
	padding-left: 9px;
	border-left: 5px solid #9ADBE8;
}



.manufacturing{
	display: block;
	font-size: 14px;
	line-height: 30px;
	width: 170px;
	text-align: center;
	background-color: #9ADBE8;
	color: #000;
	margin-top: 50px;
	border-radius: 15px;
}
.section__sub-title{
	margin-top: 14px;
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
}

.seizou__text{
	margin-top: 10px;
	line-height: 2;
}

.seizou__wrapper2{
	margin-top: 70px;
}

.seizou__title--green{
	border-left: 5px solid #47D7AC;
}

.manufacturing--green{
	background-color:#47D7AC;
}
.seizou__title--lightblue{
	border-left: 5px solid #EDE04B;
}
.seizou__title--blue{
	border-left: 5px solid #F87C56;
}

.manufacturing--lightblue{
	background-color: #EDE04B;
}
.manufacturing--blue{
	background-color: #F87C56;
}

.result{
	margin-top: 100px;
}

.result__wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 42px;
}

.result__left{
	width: 44.3548%;
}
.result__right{
	width: 48.38%;
	background-color: #d0d1db;
	padding: 50px 0 50px 40px;
	border-radius: 20px 0 0 20px;
	position: relative;
}
.result__right::after{
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
right: -100px;
top: 0;
background-color: #d0d1db;
}
.result__title{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
}

.cae{
	margin-top: 60px;
}

.result__text{
	font-size: 14px;
	line-height: 32px;
	margin-top: 35px;
	line-break: strict;
}

.cae__link{
	display: block;
	font-size: 16px;
	line-height: 2;
	padding: 19px 0;
	border-radius: 35px;
	border: 1px solid #141B4D;
	margin-top: 30px;
	text-align: center;
}

.cae__link:hover{
	background-color: #141B4D;
	color: #fff;
	transition: 0.3s ease-in-out;
}

.result__right-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 2;

}
.result__text--right{
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
}

.btn__wrapper{
	margin-top: 41px;
}
.evaluation__link{
	display: block;
	width: 91.6666%;
	font-size: 16px;
	line-height: 2;
	padding: 19px 0;
	border-radius: 35px;
	border: 1px solid #141B4D;
	/* margin-top: 30px; */
	text-align: center;
	background-color: #fff;
}

.evaluation__link:hover{
	background-color: #141B4D;
	color: #fff;
	transition: 0.3s ease-in-out;
}

.btn__bottom{
	margin-top: 11px;
}

.solution{
	margin-top: 50px;
}

.solution img{
	width: 100%;
}

@media (max-width:959px){
	#cont{
		padding-left:20px;
		padding-right: 20px;
		padding-bottom: 50px;
	}
	.ict{
		margin-top: 60px;
	}
	.ict__wrapper{
		display: flex;
		flex-direction: column-reverse;
	}
	.ict__img{
		margin-top: 30px;
		/* border: none; */
		width: 100%;
		/* padding-right: 0; */
		/* padding-top: 40px; */
	}
	.section__title{
		font-size: 26px;
	}
	.ict__text{
		/* padding-left: 0; */
		width: 100%;
		margin-top: 30px;
	}
	.section__text{
		line-height: 26px;
		border: none;
	}
	.businessfield{
		margin-top: 40px;
	}
	.business__wrapper{
		display: flex;
		flex-direction: column-reverse;
	}
	.business__img{
		/* border: none; */
		width: 100%;
		/* padding-top: 40px; */
		/* padding-right: 0; */
		margin-top: 30px;
	}
	.business__text{
		margin-top: 30px;
		/* padding-left: 0; */
		/* padding-top: 0; */
		width: 100%;

	}
	.seizou{
		margin-top: 60px;
	}
	.seizou__wrapper{
		grid-template-columns: 1fr;
	}
	.seizou__content1{
		padding-right: 0;
	}
	.seizou__content2{
		padding-right: 0;
		padding-left: 0;
		border: none;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		margin-top: 30px;
		padding-bottom: 30px;
		/* padding-top: 30px; */
	}
	.seizou__content3{
		padding-left: 0;
	}
	.manufacturing{
		margin-top: 30px;
	}
	.seizou__wrapper2{
		margin-top: 60px;
	}
	.koukyo{
		padding-top: 40px;
		border: none;
	}
	.kinyu{
		padding-top: 30px;
	}
	.result{
		margin-top: 70px;
	}
	.result__wrapper{
		display: block;
	}
	.result__left{
		width: 100%;
	}
	.result__right{
		width: 94.33427%;
		max-width: 100%;
		padding-bottom: 61px;
		padding-right: 23px;
		margin-top: 50px;
	}
	.result__right::after{
		right: -20px;
	}
	.result__text{
		line-height: 26px;
	}
	.result__text--right{
		/* box-sizing: border-box; */
		padding-right: 23px;
		line-height: 26px;
	}
	.btn__wrapper{
		margin-top: 60px;
	}
	.evaluation__link{
		font-size: 14px;
		line-height: 24px;
		padding: 12px 0 8px;
	}
	.cae{
		margin-top: 50px;
	}
}
