@charset "utf-8";
.feature_section {
		padding: 90px 10px;
		background: #fff;
}
@media(max-width: 767px) {
		.feature_section {
				padding: 60px 10px;
		}
}
.feature_item {
		display: flex;
		align-items: center;
		margin: 0 0 50px;
}
.feature_section .feature_item:last-child {
		margin-bottom: 0;
}
.feature_item_thumb {
		margin: 0 50px 0 0;
		width: 450px;
}
.feature_item_thumb img {
		width: 100%;
		height: auto
}
.feature_inner .feature_item:last-child {
		margin-bottom: 0;
}
.feature_item_caption {
		flex: 1
}
.feature_item_caption h5 {
		font-size: 24px;
		font-weight: 600;
		margin: 0 0 40px;
		position: relative;
		line-height: 1.6;
		display: flex;
		align-items: center;
}
.feature_item_caption h5::before {
		display: block;
		color: #027DFF;
		font-family: "Barlow Condensed";
		font-weight: 600;
		font-size: 40px;
		line-height: 1;
		margin-right: 20px;
		transform: translateY(-0.08em);
}
.feature_item_gr .feature_item:first-child .feature_item_caption h5::before {
		content: '01';
}
.feature_item_gr .feature_item:nth-child(2) .feature_item_caption h5::before {
		content: '02';
}
.feature_item_gr .feature_item:nth-child(3) .feature_item_caption h5::before {
		content: '03';
}
.feature_item_gr .feature_item:nth-child(4) .feature_item_caption h5::before {
		content: '04';
}
.feature_item_caption p {
		line-height: 1.8;
		text-align: justify;
}
.feature_item_caption ul {
		margin-top: 25px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
}
.feature_item_caption li {
		width: calc(calc(100% - 30px) / 4);
		height: 50px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #003F86;
		color: #fff;
}
@media(max-width: 1300px) {
		.feature_item_caption li {
				font-size: 14px;
		}
}
@media(max-width: 1200px) {
		.feature_inner h4 {
				font-size: 24px;
				margin-bottom: 30px;
		}
		.feature_item {
				display: flex;
				align-items: flex-start;
				margin: 0 0 60px;
		}
		.feature_item_thumb {
				margin: 0 40px 0 0;
				width: 40%;
		}
		.feature_item_caption h5 {
				font-size: 20px;
				margin-bottom: 20px;
		}
		.feature_item_caption h5::before {
				font-size: 32px;
				margin-right: 10px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.feature_item_caption h5::before {
				font-size: 26px;
				margin-right: 7px;
		}
		.feature_item_caption h5 {
				font-size: 18px;
		}
		.feature_item {
				display: block !important;
				margin: 0 0 50px;
		}
		.feature_item_thumb {
				width: 100% !important;
				margin: 0 0 20px !important
		}
}
/* =========== */
.merit_section {
		padding: 90px 10px;
}
.merit_section hgroup {
		text-align: center;
}
@media(max-width: 767px) {
		.merit_section {
				padding: 60px 10px;
		}
}
/* =========== */
.service_section {
		padding: 90px 10px;
}
@media(max-width: 767px) {
		.service_section {
				padding: 60px 10px;
		}
}