.animated{
	opacity: 0;
}
/*banner*/
.banner {
	width: 100%;
	height: 520px;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	overflow: hidden;
}
.banner .inner {
	width: 1400px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.banner .banner_border {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0;
	position: absolute;
	inset: 0;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner.fix .banner_border {
	border-width: 60px 60px 0px;
}
.banner .banner_text {
	position: relative;
	z-index: 3;
}
.banner .banner_text h2 {
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	font-weight: bold;
}

/*main*/
.main{
	padding: 6.51% 0 10.3125%;
}
.main .inner {
	width: 1400px;
}
.main .filter-box{
	margin-bottom: 5.143%;
	text-align: center;
}
.main .select-box{
	text-align: left;
	position: relative;	
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-right: 2.643%;
}
.main .select-box:last-child{
	margin-right: 0;
}
.main .select-box select{
	font-size: inherit;
	color: #333;
	padding: 0 1.5em;
	height: 2.625em;
	line-height: 2.625em;
	border-radius: 1.3125em;
	background-color: #f8f8f8;background-image: url(../images/recruit_select_tri.png); background-repeat: no-repeat; background-position: 95% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	min-width: 12.5em;
}
.main .select-box select.rotate{background-image: url(../images/recruit_select_tri1.png);}
.main .select-box img{
	width: auto;
	height: 0.375em;
	position: absolute;
	right: 1.25em;
	top: 50%;
	margin-top: -0.1875em;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}
.main .select-box img.rotate{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#list{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 100%;
	/*not good*/
	/*width: 1077px;*/
	/*margin: 0 auto 5.286%;*/
}
#list li{
	cursor: pointer; display: none !important;
	margin-bottom: 3%;
	background-color: #f5f5f5;
	width: 48.282%;
	border-top-right-radius: 30px;
	padding: 2.786% 2.429% 2.571% 3.214%;
}
#list li:nth-child(even){
	margin-right: 0;
}
#list li.active.active1{ display:inline-block !important;}
#list li.active.active1.jp-hidden{ display:none !important;}
#list li.hide{
	display: none!important;
}
#list li h5 span.hide{ display:none;}
#list li .flex-box{
	position: relative;
	margin-bottom: 6.576%;
}
#list li .area{
	font-size: 14px;
	color: #b71b30;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.5em;
}
#list li .area span{
	vertical-align: middle;
}
#list li .area img{
	vertical-align: middle;
	width: auto;
	height: 1em;
	margin-right: 0.5em;
}
#list li h5{
	font-size: 24px;
	color: #b71b30;
	font-weight: bold;
	margin-right: 1.5em;
}
#list li h5 span.hide{
	display: none;
}
#list li p{
	font-size: 16px;
	color: #333333;
	line-height: 1.75;
	padding-left: 2.25em;
}
#list li p img{
	width: 0.75em;
	margin-left: -2.25em;
	margin-right: 1.5em;
	vertical-align: baseline;
}
#list li p span{
}
#list li p a{
	font-size: inherit;
	color: inherit;
}
#pager{
	text-align: center;
}

@media only screen and (max-width:1600px) {/*X0.8*/
	/*banner*/
	.banner.fix .banner_border {
		border-width: 48px 20px 0;
	}

	.banner .banner_text h2 {
		font-size: 38px;
	}

	/*main*/
	.main .select-box{
		font-size: 14px;
	}
	.main .select-box select{
		padding: 0 1.5em;
		height: 2.625em;
		line-height: 2.625em;
		border-radius: 1.3125em;
		min-width: 16em;
	}
	.main .select-box img{
		height: 0.375em;
		right: 1.25em;
		top: 50%;
		margin-top: -0.1875em;
	}
	#list li{
		margin-bottom: 3%;
		width: 48.282%;
		border-top-right-radius: 30px;
		padding: 2.786% 2.429% 2.571% 3.214%;
	}
	#list li .area{
		font-size: 14px;
		right: 0;
		top: 50%;
		margin-top: -0.5em;
	}
	#list li .area img{
		vertical-align: middle;
		width: auto;
		height: 1em;
		margin-right: 0.5em;
	}
	#list li h5{
		font-size: 20px;
		color: #b71b30;
		font-weight: bold;
		margin-right: 1.5em;
	}
	#list li p{
		font-size: 14px;
		color: #333333;
		line-height: 1.75;
		padding-left: 2.25em;
	}
	#list li p img{
		width: 0.75em;
		margin-left: -2.25em;
		margin-right: 1.5em;
		vertical-align: baseline;
	}
}

@media only screen and (max-width:1440px) {
	/*banner*/
	.banner {
		height: 410px;
	}

}
@media only screen and (max-width:1024px) {/*X0.5*/
	/*banner*/
	.banner {
		height: 280px; background-position: 70% center;
	}
	.banner.fix .banner_border {
		border-width: 30px 20px 0px;
	}
	.banner .banner_text h2 {
		font-size: 2.8rem;
	}
	/*main*/
	.main{
	padding:50px 0 100px;
}
	.main .select-box{ width: 49%; margin-right: 2%; font-size: 1.3rem;
	}
	.main .select-box select{
		padding: 0 1.5em;
		height: 2.625em;
		line-height: 2.625em;
		border-radius: 1.3125em;
		min-width: 100%;
	}
	.main .select-box img{
		height: 0.375em;
		right: 1.25em;
		top: 50%;
		margin-top: -0.1875em;
	}
	#list li{
		margin-bottom: 3%;
		width: 48.282%;
		border-top-right-radius: 30px;
		padding: 2.786% 2.429% 2.571% 3.214%;
	}
	#list li .area{
		font-size: 1.2rem;
		right: 0;
		top: 50%;
		margin-top: -0.5em;
	}
	#list li .area img{
		vertical-align: middle;
		width: auto;
		height: 1em;
		margin-right: 0.5em;
	}
	#list li h5{
		font-size: 1.7rem;
		color: #b71b30;
		font-weight: bold;
		margin-right: 1.5em;
	}
	#list li p{
		font-size: 1.3rem;
		color: #333333;
		line-height: 1.75;
		padding-left: 2.25em;
	}
	#list li p img{
		width: 0.75em;
		margin-left: -2.25em;
		margin-right: 1.5em;
		vertical-align: baseline;
	}
}

@media only screen and (max-width:768px){
	#list li{
		margin-bottom: 3%;
		width: 100%;
		border-top-right-radius: 30px;
		padding: 2.786% 2.429% 2.571% 3.214%;
	}
}

@media only screen and (max-width:414px) {
	.banner {
		height: 300px;
	}
}
@media only screen and (max-width:375px){
	.main .select-box select{ width: 100%;}
	
}




