

.find-box {
	background-color: #EBF1FF;
	padding: 100px 0 110px 0;
}

.find-box>h2:nth-of-type(1) {
	font-size: 36px;
	font-weight: 400;
	color: #222222;
	text-align: center;
}

	.find-box > h3:nth-of-type(1) {
        font-size: 18px;
        font-weight: 300;
        color: #555555;
		text-align: center;
		margin: 31px 0 0 0;
	}


.find-box>h3:nth-of-type(2) {
	font-size: 20px;
	font-weight: 400;
	color: #222222;
	margin: 51px 0 0 0;
	text-align: center;
}


.find-box>h3:nth-of-type(3) {
	width: 474px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #222222;
	font-size: 30px;
	font-weight: 400;
	color: #222222;
	text-align: center;
	margin: 62px auto 0 auto;
}


.find-box>h3:nth-of-type(4) {
	font-size: 36px;
	font-weight: 400;
	color: #222222;
	text-align: center;
	margin: 27px 0 0 0;
}

.find-box>h3:nth-of-type(5) {
	font-size: 18px;
	font-weight: 300;
	color: #555555;
	margin: 13px 0 0 0;
	text-align: center;
}

.eight-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.fear-box {
	width: 49.5%;
	background: #FFFFFF;
	padding: 59px 59px 81px;
}


.promise-box {
	background: #2A62FF;
	width: 49.5%;
	padding: 59px 59px 81px;
}

.fear-box>h2,
.promise-box>h2 {
	font-size: 36px;
	font-weight: 400;
	padding: 0 0 21px 0;
	text-align: center;

}

.fear-box>h2 {
	color: #222222;
	border-bottom: 1px solid #222222;

}

.promise-box>h2 {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.fear-box > h3,
.promise-box > h3 > span {
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}
.fear-box > h3 {
	margin: 29px 0 0 0;
	color: #222222;
}

.promise-box > h3 {
	margin: 29px 0 0 0;
display: flex;
	align-items: flex-start;
}
	.promise-box > h3 > span {
		color: #FFFFFF;
		flex: 1;
	}



	.vs_icon {
		position: absolute;
		left: 47.8%;
		top: 27px;
	}

.feature-box {
    align-items: center;
	display: flex;
}

.feature-box>img {
	width: 50%;
}

.value-box {
	background-color: #F7F7F7;
	padding: 119px 0 120px 0;
}

.value-box>h2 {
	padding: 0 0 100px 0;
	font-size: 36px;
	font-weight: 400;
	color: #222222;
	text-align: center;
}

.value-list {
	display: flex;
	flex-wrap: wrap;
}

.value-item {
	width: 590px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 2px 15px 0px rgba(14, 5, 9, 0.1);
}

.value-item {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.value-item>img {
	margin: 30px 0 0 0;
}

.value-item>span {
	font-size: 18px;
	font-weight: 300;
	color: #222222;
}

	.value-item > span:nth-of-type(1) {
        max-width: 70%;
        margin: 13px 0 0 0;
	}

.value-item>span:nth-of-type(2) {

	margin: 10px 0 0 0;
}


.value-item:nth-child(odd) {
	margin: 20px 18px 0 0;

}

.service-box {
	background: url(../img/service-bg.png);
	background-size: cover;
	padding: 90px 0 81px 0;
}

.service-box>h2 {
	font-size: 36px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.service-list {
	display: flex;
	flex-wrap: wrap;
}

.service-item {
    width: 218px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 58px 0 0 0;
}

.service-item:not(:nth-of-type(3n)) {


	margin: 58px 273px 0 0;
}

.service-item>span {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;

}

.service-item>span:nth-of-type(1) {
	margin: 45px 0 0 0;
}

.service-item>span:nth-of-type(2) {
	margin: 10px 0 5px 0;
}

.service-promise-box {
	padding: 100px 0;
}

.service-promise-box>h2 {
	font-size: 36px;
	font-weight: 400;
	color: #222222;
	text-align: center;
}

.service-promise-box>p {
	font-size: 18px;
	font-weight: 300;
	color: #222222;
	line-height: 32px;
	text-align: center;


}

.service-promise-box>p:nth-of-type(1) {
	width: 403px;
	margin: 43px auto 0;
}

.service-promise-box>p:nth-of-type(2) {
	width: 461px;
	margin: 63px auto 0;
}

.service-promise-box>h3:nth-of-type(1) {
	width: 474px;
	line-height: 54px;
	border: 1px solid #222222;
	font-size: 30px;
	font-weight: 400;
	color: #222222;
	margin: 96px auto 0;
	text-align: center;

}

.service-promise-box>h3:nth-of-type(2) {
	font-size: 36px;
	font-weight: 400;
	color: #222222;
	text-align: center;
	margin: 27px 0 0 0;

}


.service-promise-box>h3:nth-of-type(3) {
	font-size: 18px;
	font-weight: 300;
	color: #555555;
	text-align: center;
	margin: 13px 0 0 0;

}

.evaluate-box {
	background-color: #F7F7F7;
	padding: 75px 0 169px 0;


}

.evaluate-list {
	display: flex;
	flex-wrap: wrap;
}

.evaluate-box>h2 {
	font-size: 36px;
	font-weight: 400;
	color: #222222;
	padding: 0 0 28px 0;
	text-align: center;
}

.evaluate-item {
	position: relative;
	width: 386px;
}

.evaluate-item:not(:nth-of-type(3n)) {
	margin: 72px 21px 0 0;
}

.evaluate-item {
	margin-top: 72px;

}

.evaluate-item>img:nth-of-type(1) {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.evaluate-item>img:nth-of-type(2) {
	position: absolute;
	right: -10px;
	top: -55px;
}

@media screen and (max-width:1199.98px) {
    .question-item > i {
        margin: 67vw 0 1.33vw 0;
    }


	.find-box {
		padding: 30px 3% 30px 3%;
	}

	.find-box>h2:nth-of-type(1) {
		font-size: 18px;
	}

	.find-box>h3:nth-of-type(1) {
		font-size: 18px;
		margin: 11px 0 0 0;
	}

	.eight-box {
		margin-top: 20px;
	}


	.fear-box {
		width: 49%;
		background: #FFFFFF;
		padding: 5px 10px 8px;
	}


	.promise-box {
		background: #2A62FF;
		width: 49.5%;
		padding: 5px 10px 8px;
	}


		.promise-box i.right-after {
            display: none;
		}

		.fear-box > h2,
		.promise-box > h2 {
			font-size: 18px;
			padding: 0 0 4px 0;
		}

		.fear-box > h3,
		.promise-box > h3 > span {
			font-size: 12px;
            text-align: left;
		}
		.fear-box > h3, .promise-box > h3 {
			margin: 9px 0 0 0;
            height: 30px;
		}



	.vs_icon {
		width: 29px;
		position: absolute;
		left: 44.8%;
        top: 0px;
	}


	.find-box > h3:nth-of-type(2) {
		font-size: 12px;
        margin: 10px 20% 0 20%;
	}

	.find-box>h3:nth-of-type(3) {
		width: 237px;
		height: 27px;
		line-height: 27px;
		font-size: 15px;
		margin: 30px auto 0 auto;
	}


	.find-box>h3:nth-of-type(4) {
		font-size: 18px;
		margin: 10px 0 0 0;
	}


	.find-box>h3:nth-of-type(5) {
		font-size: 12px;
		margin: 1px 0 0 0;
	}
	.feature-box {
        margin: 0 0 0 0;
	}

	.value-box {
		padding: 30px 3% 30px 3%;
	}

	.value-list {
		justify-content: space-between;
	}

	.value-box>h2 {
		padding: 0 0 10px 0;
		font-size: 18px;
	}

	.value-item {
		margin-top: 10px;
		width: 48%;
		height: 120px;
	}

	.value-item>img {
		width: 40px;
		margin: 10px 0 0 0;
	}


	.value-item:nth-child(odd) {
		margin: 10px 0px 0 0;

	}


	.value-item>span {
		font-size: 12px;
	}


	.value-item>span:nth-of-type(1) {

		margin: 10px 0 0 0;
	}


	.service-box {
		background-size: cover;
		padding: 30px 2% 30px 2%;
	}

	.service-box>h2 {
		font-size: 18px;
	}

	.service-list {
		justify-content: space-between;
	}


	.service-item {
		width: 48%;
		margin: 10px 0 0 0;
	}

	.service-item:not(:nth-of-type(3n)) {

		margin: 10px 0 0 0;
	}

	.service-item>img {
		width: 90px;
	}

	.service-item>span {
		font-size: 12px;
		font-weight: 400;
		color: #FFFFFF;
	}

	.service-item>span:nth-of-type(1) {
		margin: 10px 0 0 0;
	}

	.service-item>span:nth-of-type(2) {
		margin: 10px 0 5px 0;
	}


	.service-promise-box {
		padding: 30px 0;
	}

	.service-promise-box>h2 {
		font-size: 18px;
	}

	.service-promise-box>p {
		font-size: 12px;
		line-height: 16px;

	}

	.service-promise-box>p:nth-of-type(1) {
		width: 200px;
		margin: 10px auto 0;
	}

	.service-promise-box>p:nth-of-type(2) {
		width: 230px;
		margin: 10px auto 0;
	}

	.service-promise-box>h3:nth-of-type(1) {
		width: 230px;
		line-height: 27px;
		font-size: 15px;
		margin: 30px auto 0;
	}

	.service-promise-box>h3:nth-of-type(2) {
		font-size: 12px;
		margin: 10px 0 0 0;
	}

	.service-promise-box>h3:nth-of-type(3) {
		font-size: 12px;
		margin: 10px 0 0 0;
	}

	.evaluate-box {
		background-color: #F7F7F7;
		padding: 30px 3% 30px 3%;
	}

	.evaluate-box>h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		text-align: center;
	}

	.evaluate-box>h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
	}

	.evaluate-list {
		justify-content: space-between;
	}

	.evaluate-item {
		position: relative;
		width: 48%;
	}

	.evaluate-item:not(:nth-of-type(3n)) {
		margin: 10px 0px 0 0;
	}

	.evaluate-item {
		margin-top: 10px;

	}

	.evaluate-item>img:nth-of-type(2) {
		width: 50px;
		right: -5px;
		top: -25px;
	}


}
