body {
	background: url("../images/benefits/mv.jpg")no-repeat center center/cover;
	background-attachment: fixed;
	position: relative;
}

.red {
	color: #e0031c;
}

/*--------------------------------
header
--------------------------------*/
header {
	/*background:url("../images/mv.jpg")no-repeat center center/cover;
	background-color:#ffffff;*/
	margin: 0px;
	overflow: hidden;
	position: relative;
	height: 60vh;
	min-height: 500px;
}


/*--------------------------------
body
--------------------------------*/
/* WORKS interview display none ******************/
.works .interview {
	display: none;
}

.works .container .pb-md-5 {
	margin-bottom: 0 !important;
}

/* WORKS interview display none ******************/

/* CONTENT01 ******************/
.content1 {
	/*background:#e0031c;*/
	background: rgb(224 3 28/0.7);
	padding: 4rem;
}

/* CONTENT02 ******************/
.content2,
.content4,
.content6,
.nextContent {
	background: #fff;
}

.v-list,
.v-list2 {
	/*max-width:800px;*/
}

.v-list li,
.v-list2 li {
	background: #FFF;
	border-radius: 15px;
	box-shadow: 5px 5px 10px rgb(0 0 0/.1);
	display: inline-block;
	margin: 1rem;
	padding: 1rem;
}

.topIcon {
	height: 70px;
	width: 70px;
	margin: 0 1.5rem 0 0;
	overflow: hidden;
	object-fit: cover;
}

.topIcon img {
	object-fit: scale-down;
}

.px-075 {
	padding-left: 5%;
	padding-right: 5%;
}

.px-125 {
	padding-left: 11.5%;
	padding-right: 11.5%;
}

/* CONTENT03 ******************/
.content3,
.content5 {
	background: #ECECEC;
}

.checks {
	list-style-type: none;
}

.checks li {
	position: relative;
	line-height: 1.8;
	font-weight: bold;
}

.checks li::after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 20px;
	height: 10px;
	border-left: 3px solid #e0031c;
	border-bottom: 3px solid #e0031c;
	transform: rotate(-45deg);
}

.pcflex {
	display: flex;
}

.spflex {
	display: none;
}

/*--------------------------------
media
--------------------------------*/
@media (max-width: 991px) {
	/** content1 ************************/
	/** content2 ************************/
	/** About as ************************/
}

@media (max-width: 767px) {
	.pcflex {
		display: none;
	}

	.spflex {
		display: flex;
	}

	header {
		height: 30vh;
		min-height: 280px;
	}

	/** content1 ************************/
	.content1 {
		padding: 1rem;
	}

	/** content2 ************************/
	.topIcon {
		margin: 0 1rem 0 0;
		width: 40px;
		height: 40px;
	}

	.v-list {
		justify-content: center;
	}

	.v-list .fw-bold {
		width: calc(100% - 60px);
	}

	.v-list li {
		width: 47%;
		margin: 1.5%;
	}

	.v-list2 .fw-bold {
		width: 100%;
	}

	.v-list2 li {
		margin: 1.5%;
		text-align: start;
	}

	.v-list2 li.spw-100 {
		width: 100%;
	}

	.px-125 {
		padding-left: 7%;
		padding-right: 7%;
	}
}

@media (max-width: 575px) {
	.sc {
		max-width: 170px;
	}
}