  @charset "UTF-8";



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/






/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
	
	.indexpage #maintitle::before {
		background-image: url("/recruit/w-nexco/works/img/person.jpg");
	}
	
	
}




/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {
	/*----------------------------------------------------
		ÏÂŒÓindex
	------------------------------------------------------*/
	.indexpage #maintitle::before {
		background: url("/recruit/w-nexco/works/img/person_sp.jpg");
		background-size: contain;
		width: 100%;
		height: 100%;
	}
	.indexpage #maintitle::after {
		background-color: rgba(0,0,0,0.2);
	}
											.indexpage .contents .sec .link ul li .link_box a .scale img {
												transform: scale(1.3) translateY(10px);
											}
											.indexpage .contents .sec .link ul li .link_area .link_box a .link_img img {
												transform: translateY(-5vw);
											}
	


}