@charset "utf-8";

#lp_contents{
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
a:hover{
	text-decoration: none;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
	margin: 40px 0 0 0;
}
	.adbnr h3{
		width: 960px;
		margin: 0 auto 10px auto;
		background: #000;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
}
.adbnr ul li{
	margin: 0 0 10px 0;
}
.adbnr ul li:last-child{
	margin: 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #e6e6e6;
	border-radius: 100px;
	font-size: 80%;
}

#icarch{
	background: url(../img/mvbg.png);
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
#icarch img{
	display: block;
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width:1440px){
	#icarch img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
}

/*/////▼ 各コンテンツの幅などを指定 ▼////*/
#read,
#area,
#job,
#condition,
#int{
	width: 100%;
}
#read section,
#int section{
	width: 960px;
	margin: 0 auto;
}
#area section,
#job section,
#condition section
{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
#read h2,
#area h2,
#job h2,
#condition h2,
#int h2{
	font-size: 36px;
	padding: 50px 0 0 0;
	font-weight: 900;
	text-align: center;
	margin: 0 0 20px 0;
	letter-spacing: 0.1em;
}


#read{
	width: 100%;
	padding: 0 0 40px 0;
	position: relative;
	z-index: 2;
	color: #fff;
	background: #abb5e4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #74ead4, #abb5e4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #74ead4, #abb5e4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	text-align: center;
}
#read img{
	height: 40px;
	margin: -80px auto 0 auto;
}
#read h2{
	padding: 40px 0 0 0;
}
#read h2 em{
	font-style: normal;
	display: block;
	font-size: 70px;
}
#read section dl{
	width: 49%;
	float: left;
}
#read section dl:last-child{
	float: right;
}
#read section dl dt{
	padding: 60px 0 0 0;
	font-size: 36px;
	font-weight: 900;
	background: url(../img/merit_ico01.png) no-repeat center top;
	background-size: auto 50px;
}
#read section dl dt span{
	font-weight: normal;
	font-size: 16px;
	display: block;
}
#read section dl:last-child dt{
	background: url(../img/merit_ico02.png) no-repeat center top;
	background-size: auto 50px;
}
#read section dl dd{
	padding: 10px 0 0 0;
	text-align: justify;
	font-size:16px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
}


/*/////▼ エリアから探す ▼////*/
#area{
	padding: 40px 0;
	background: url(../img/area_bg.png);
}
#area h2{
	background: url(../img/area_ico.png) no-repeat center top;
	background-size: auto 40px;
}
#area h2 span{
	display: block;
	font-size: 21px;
	font-family: 'Dancing Script', cursive;
	letter-spacing: 0;
	font-weight: bold;
}
#area section dl{
	width: 31%;
	height: 220px;
	background: #74ead4;
	border-radius: 5px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
#area section dl dt{
	font-size: 24px;
	font-weight: 900;
	padding: 10px 0 15px 0;
	text-align: center;
	color: #444;
}
#area section dl dd ul li{
	width: 31%;
	float: left;
	margin: 0 0.5% 2% 1.5%;
}
#area section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #fc6767;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	transition: 0.4s ;
}
#area section dl dd ul li a:hover{
	color: #fff;
	text-decoration: none;
	background: url(../img/arrow_w.png) no-repeat 98% center #ec008c;
}


/*/////▼ 職種 ▼////*/
#job{
	padding: 40px 0 120px 0;
	background: url(../img/job_bg.png) no-repeat center bottom;
	background-size: 100% auto;
}
#job h2{
	background: url(../img/job_ico.png) no-repeat center top;
	background-size: auto 40px;
}
#job h2 span{
	display: block;
	font-size: 21px;
	font-family: 'Dancing Script', cursive;
	letter-spacing: 0;
	font-weight: bold;
}
#job section ul li{
	width: 31%;
	float: left;
	margin: 0 0.5% 0 1.5%;
}
#job section ul li img{
	transition: 0.4s ;
}
#job section ul li img:hover{
	opacity: 0.7;
}

/*/////▼ こだわり ▼////*/
#condition{
	padding: 40px 0 120px 0;
	background: url(../img/condition_bg.png);
}
#condition h2{
	background: url(../img/condition_ico.png) no-repeat center top;
	background-size: auto 40px;
}
#condition h2 span{
	display: block;
	font-size: 21px;
	font-family: 'Dancing Script', cursive;
	letter-spacing: 0;
	font-weight: bold;
}
#condition section ul li{
	width: 31%;
	float: left;
	margin: 0 0.5% 0 1.5%;
}
#condition section ul li a{
	display: block;
	color: #333;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	padding: 70px 0 30px 0;
	border-bottom:3px solid #f2f2f2;
	border-radius: 10px;
}
#condition section ul li a:hover{
	padding: 73px 0 30px 0;
	border-bottom:none;
}
.short a{
	background: url(../img/tanki_ico.png) no-repeat center 30px,
		url(../img/search_ico.png) no-repeat 97% 10px #fff;
	background-size: auto 40px;
}
.daily a{
	background: url(../img/hibarai_ico.png) no-repeat center 30px,
		url(../img/search_ico.png) no-repeat 97% 10px #fff;
	background-size: auto 40px;
}
.highpay a{
	background: url(../img/koshunyu_ico.png) no-repeat center 30px,
		url(../img/search_ico.png) no-repeat 97% 10px #fff;
	background-size: auto 40px;
}
.short a:hover{
	background: url(../img/tanki_ico.png) no-repeat center 33px,
		url(../img/search_ico.png) no-repeat 97% 13px #fff;
	background-size: auto 40px;
}
.daily a:hover{
	background: url(../img/hibarai_ico.png) no-repeat center 33px,
		url(../img/search_ico.png) no-repeat 97% 13px #fff;
	background-size: auto 40px;
}
.highpay a:hover{
	background: url(../img/koshunyu_ico.png) no-repeat center 33px,
		url(../img/search_ico.png) no-repeat 97% 13px #fff;
	background-size: auto 40px;
}

/*/////▼ インタビュー ▼////*/
#int{
	padding: 40px 0 80px 0;
	background-color: #fffbb7;
}
#int h2{
	background: url(../img/int_ico.png) no-repeat center top;
	background-size: auto 40px;
}
#int h2 span{
	display: block;
	font-size: 21px;
	font-family: 'Dancing Script', cursive;
	letter-spacing: 0;
	font-weight: bold;
}
#int section dl dt{
	width:132px;
	float: left;
	padding: 20px 0 0 0;
}
#int section dl dd{
	width:800px;
	float: right;
	padding: 20px;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	color: #333;
	border-radius: 10px;
	position: relative;
	background: #ffd334;
}
#int section dl dd:after{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(116, 234, 212, 0);
	border-right-color: #ffd334;
	border-width: 10px;
	margin-top: -10px;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 900;
	line-height: 1.3;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 180px;
	background: #74ead4;
	border-radius: 5px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.popup section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 31%;
	float: left;
	margin: 0 0.5% 2% 1.5%;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #fc6767;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;transition: 0.4s;
}
.popup section dl dd ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% center #ec008c;
	color: #fff;
	text-decoration: none;
}