body {
	background: url("../images/top_bg.jpg")no-repeat top center/cover;
	background-attachment: fixed;
}

.fs-5 {
	font-size: 1.15rem !important;
}

.min-200 {
	min-width: 200px;
}

/*--------------------------------
header
--------------------------------*/
header {
	/*background:url(../images/pre.jpeg)no-repeat top center/cover;
	background-color:rgb(0 0 0/0.5);*/
	margin: 0px;
	/*padding:200px 0;
	/*height: 100%;
	height:100vh;*/
	overflow: hidden;
}

.top_c {
	-webkit-filter: drop-shadow(3px 3px 10px rgb(0 0 0/.8));
	/* SafariなどのWebkitブラウザ用 */
	filter: drop-shadow(3px 3px 10px rgb(0 0 0/.8));
}

.swiper {}

.swiper-slide {
	overflow: hidden;
}

.swiper-slide img {
	height: auto;
	width: 100%;
}

.swiper,
.swiper-slide {
	height: 100vh;
}

.swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

.txtZone {
	z-index: 5;
}

/*--------------------------------
body
--------------------------------*/

/* CONTENT01 ******************/
.content1 {
	line-height: 2;
	position: relative;
	background: rgb(0 0 0/.6);
}

.content1 .bgmove {
	background: rgb(0 0 0/.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.content1 .fs-5.pcfs {
	font-size: 1.5rem !important;
}

.swiper-img {
	filter: brightness(95%);
}

/* CONTENT02 ******************/
.content2 {
	background: #FFF;
}

.content2 a {
	color: #000000;
	text-decoration: none;
}

.newsList {}

.newsList li {
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.newsList .date {
	margin: 0 2rem 0 0;
}

.newsLink {
	transition: .5s;
}

.newsLink:hover {
	color: #e0031c;
}

.newsLink .cls-1,
.newsLink .cls-2 {
	stroke: #e0031c;
}

/*************************************/
.aboutUs {
	/*background:#ECECEC;*/
}

.aboutUs::before {
	display: none;
}

.aboutBtn {
	background: #000;
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgb(0 0 0/.3);
	text-decoration: none;
	padding: 15px;
	transition: .5s;
}

.aboutBtn:hover {
	opacity: .5;
}

.aboutUs .cls-1,
.aboutUs .cls-2 {
	stroke: #fff;
}


/*************************************/
.business {
	background: #FFF;
}

.business .links {
	text-decoration: none;
	transition: .5s;
}

.business .links:hover {
	opacity: .5;
}

.business .txts {
	color: #000;
}

.business .icon,
.business .icon svg {
	width: 40px;
	height: 40px;
}

.business .cls-1,
.business .cls-2 {
	stroke: #e0031c;
}

/*************************************/
.interview {}

.interview .intBtn {
	background: #e0031c;
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgb(0 0 0/.3);
	text-decoration: none;
	padding: 15px;
	transition: .5s;
}

.interview .intBtn:hover {}

.interview .intBtn img {
	transition: 1s all;
}

.interview .intBtn:hover img {
	transform: scale(1.2, 1.2);
	transition: 1s all;
}

/*************************************/
.work {}

.workStyle {
	background: #FFF;
}

.workStyle .aboutBtn {
	background: #e0031c;
}

/*************************************/
.recruit {
	background: #ECECEC;
}

.recruit .links {
	text-decoration: none;
	transition: .5s;
}

.recruit .links:hover {
	opacity: .5;
}

.recruit .txts {
	color: #000;
	font-weight: bold;
}

.recruit .icons {
	width: 40px;
	height: 40px;
}

.recruit .links .cls-1,
.recruit .links .cls-2 {
	stroke: #000;
}

.pcflex {
	display: flex;
}

.spflex {
	display: none;
}

/*--------------------------------
media
--------------------------------*/
@media (max-width: 991px) {
	/** content1 ************************/
	/** content2 ************************/
	/** About Us ************************/
}

@media (max-width: 767px) {
	.pcflex {
		display: none;
	}

	.spflex {
		display: flex;
	}

	header {
		height: auto;
		padding: 0;
	}

	h2 {
		font-size: 50px;
	}

	.fs-5 {
		font-size: 1.1rem !important;
	}

	/** SWIPER ************************/
	.swiper,
	.swiper-slide {
		height: 40vh;
	}

	.swiper-slide img {
		object-fit: cover;
		width: 100%;
		height: 40vh;
	}

	/** content1 ************************/
	.content1 {
		padding: 1rem;
	}

	.content1 .fs-5.pcfs {
		font-size: 1.25rem !important;
		line-height: 1.6;
	}

	/** content2 ************************/
	.newsLink {
		flex-wrap: wrap;
	}

	.newsLink .ttl {
		width: calc(100% - 35px);
	}

	.newsList .date {
		margin: 0;
		width: 100%;
	}

	/** About Us ************************/
	.aboutUs .arrow {
		position: relative;
		top: -4px;
	}

	.aboutUs .icon {
		position: relative;
		top: -6px;
	}

	/** works ************************/
	.works .txts {
		width: calc(100% - 35px);
	}

	.works .icons {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 575px) {
	.sc {
		max-width: 170px;
	}
}