@charset "UTF-8";

.-company_features .main_hd {
	z-index: 1;
}

.-company_features .main_body {
	z-index: 0;
}

.feat {
	display: flex;
}

.feat:nth-child(2n) {
	flex-direction: row-reverse;
}

.feat.-first .feat_img {
	margin-top: -120px;
}

.feat_img,
.feat_cnt {
	width: 50%;
}

.feat_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feat_cnt {
	display: flex;
	align-items: center;
	padding: 60px 6%;
}

.feat_cnt_point {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: var(--color-brand-primary);
	font-size: 18px;
	line-height: 1;
}

.feat_cnt_point span {
	margin-top: -4px;
	margin-left: 8px;
	font-size: 30px;
}

.feat_cnt_ttl {
	margin-bottom: 18px;
	font-weight: 700;
	font-size: 24px;
	line-height: var(--lh-ttl-jp);
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.feat,
	.feat:nth-child(2n) {
		flex-direction: column;
	}

	.feat_img,
	.feat_cnt {
		width: 100%;
	}

	.feat.-first .feat_img {
		margin-top: -80px;
	}

	.feat_cnt {
		padding: 30px 20px 60px;
	}

	.feat_cnt_point {
		font-size: 16px;
	}

	.feat_cnt_point span {
		font-size: 24px;
	}

	.feat_cnt_ttl {
		margin-bottom: 12px;
		font-size: 20px;
	}
}
