body{
	padding-top: 135px;
}
.CULTURE{
	height: 582px;
	width: 100%;
	display: flex;
	justify-content: center;	
}
.c_center{
	height: 428px;
	width: 1300px;
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*justify-content: center;*/
}
.c_center img{
	width: 100%;
}
.c_c_title{
	display: block;
	width: 96px;
	margin: 50px auto 50px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 900;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 10;
	color: #333333;
}
.c_c_title::before{
	position: absolute;
	content: "CULTURE";
	font-weight: 900;
	font-size: 72px;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	color: #e7e7e7;
	z-index: -1;
}
.c_c_detail{
	width: 714px;
	margin: 0 auto 0;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.WELFARE{
	height: 590px;
	width: 100%;
	display: flex;
	justify-content: center;	
	background-color: #f4f4f4;
}
.we_center{
	/*height: 428px;*/
	width: 1300px;
	height: 100%;
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*justify-content: center;*/
}
.w_c_title{
	display: block;
	width: 96px;
	margin: 50px auto 50px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 900;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 10;
	color: #333333;
}
.w_c_title::before{
	position: absolute;
	content: "WELFARE";
	font-weight: 900;
	font-size: 72px;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	color: #e7e7e7;
	z-index: -1;
}
.w_c_width_box{
	width: 100%;
	height: 274px;
	display: flex;
	justify-content: space-around;
}
.w_c_w_list{
	width: 176px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}
.w_c_w_l_pa{
	margin-top: 15px;
	line-height: 30px;
	font-weight: 900;
	font-size: 16px;
}
.w_c_w_l_pb{
	padding: 0 20px 0;
	margin-top: 10px;
	font-size: 14px;
}
.w_c_text{
	width: 100%;
	text-align: center;
	margin-top: 80px;
	font-size: 14px;
	color: #333333;
}
.us_c_title{
	display: block;
	width: 96px;
	margin: 50px auto 50px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 900;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 10;
	color: #333333;
}
.us_c_title::before{
	position: absolute;
	content: "STAFF";
	font-weight: 900;
	font-size: 72px;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	color: #e7e7e7;
	z-index: -1;
}
.users{
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
}
.us_center{
	width: 1300px;
	height: 100%;
}

.scroll_box{
	width: 1300px;
	height: 270px;
	position: relative;
}
.scroll_b{
	margin: 0 auto 0;
	width: 1210px;
	height: 270px;
}
.swiper-slide{
	overflow: hidden;
	position: relative;
}
.s_c_s_link{
	text-decoration: none;
}
.s_c_s_l_title{
	padding: 0 15px 0;
	position: absolute;
	bottom: 0px;
	height: 56px;
	left: 0px;
	right: 0px;
	color: #ffffff;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	background-color: rgba(0,0,0,0.4);
}
.s_c_prev{
	cursor: pointer; 
	left:0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.s_c_next{
	cursor: pointer; 
	right: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-wrapper{
	display: flex;
	align-items: center;
}
/*.swiper-slide{
	transition: 300ms;
	height: 230px;
}
.swiper-slide-active{
	transition: 300ms;
	height: 270px;
}*/
.s_c_s_l_image{
	margin-left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
.RECRUIT{
	width: 100%;
	min-height: 300;
	display: flex;
	justify-content: center;
	padding-bottom: 110px;
}
.re_center{
	width: 1300px;
	min-height: 100px;
	border-bottom:dashed 1px #333333;
}

.re_c_box{
	overflow: hidden;
	width: 100%;
	height: 106px;
	border-style: solid solid none solid;
	border-width: 6px 1px 0 1px;
	border-color: #ff0000 #333333 #333333 #333333;
	box-sizing: border-box;
}
.re_c_t_detail:last-child{
	border-style: none;
}
.re_c_title{
	height: 100px;
	width: auto;
	box-sizing: border-box;
	/*border-bottom: dashed 1px #333333;*/
	padding: 0 60px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.re_c_t_text{
	position: relative;
	font-size: 16px;
	font-weight: 900;
	color: #333333;
}
.re_c_t_text::after{
	content: "";
	position: absolute;
	left: -15px;
	top: 50%;
	border-radius: 30px;
	transform: translateY(-50%);
	height: 8px;
	width: 8px;
	background-color: #ff0000;
}
.re_c_t_jz{
	font-size: 30px;
}
.re_c_t_detail{
	width: 100%;
	min-height: 30px;
	padding: 10px;
	line-height: 30px;
	border-bottom: solid 1px #333333; 

}
.re_c_b_title{
	display: block;
	width: 96px;
	margin: 50px auto 50px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 900;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 10;
	color: #333333;
}
.re_c_b_title::before{
	position: absolute;
	content: "RECRUIT";
	font-weight: 900;
	font-size: 72px;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	color: #e7e7e7;
	z-index: -1;
}