body {
	background: url("../images/working/mv.jpg")no-repeat center center/cover;
	background-attachment: fixed;
	position: relative;
}

nav {
	height: 64px !important;
}

/*--------------------------------
header
--------------------------------*/
header {
	/*background:url("../images/mv.jpg")no-repeat center center/cover;
	background-color:#ffffff;*/
	background: rgb(224 3 28/0.7);
	margin: 0px;
	overflow: hidden;
	position: relative;
	/*height:60vh;
	min-height:500px;*/
}

h3 {
	color: #000;
	font-size: 26px;
}

.txtZone {
	position: static;
	transform: translate(0, 0);
}

.categoly {
	background: #fff;
	color: #e0031c;
}

.pageTtl {
	color: #FFF;
}

.topIcon {
	width: 80px;
}

/*--------------------------------
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;
}





.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;
	}

	/** content1 ************************/
	.content1 {
		padding: 1rem;
	}

	/** content2 ************************/

}

@media (max-width: 575px) {
	.sc {
		max-width: 170px;
	}
}