body {
	background: url("../images/ourbusiness/mv.jpg")no-repeat center center/cover;
	background-attachment: fixed;
	position: relative;
}

/*--------------------------------
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;
}

/* CONTENT03 ******************/
.content3,
.content5 {
	background: #ECECEC;
}

.dataNum,
.redNum {
	color: #D70003;
	font-weight: bold;
	font-size: 56px;
	line-height: 1;
}

.numIcon {
	width: 85px;
}

.bggray {
	background: #FFF;
	border-radius: 15px;
	padding: 40px;
}

.lh-sm {
	width: calc(100% - 90px);
}

.spwrap {
	flex-wrap: nowrap;
}

.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;
	}

	.redPoint {
		font-size: 2rem;
	}

	.dataNum,
	.redNum {
		font-size: 10vw
	}

	.spwrap {
		flex-direction: column;
	}

	/** content1 ************************/
	.content1 {
		padding: 1rem;
	}

	/** content2 ************************/
	.bggray {
		padding: 1rem;
	}

	.lh-sm {
		width: 100%;
		margin-top: .5rem;
		text-align: center !important;
	}
}

@media (max-width: 575px) {
	.sc {
		max-width: 170px;
	}
}