/*-----------------------------
  FV
--------------------------------*/
#icatch{
}
#icatch{
	width: 100%;
	padding: 20px 0;
	background: url(../img/common_bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
#icatch img{
	margin: 0 auto;
	display: block;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: 960px;
		margin: 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;
	padding: 10px 0;
}
.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%;
}

/*/////▼ 各コンテンツの幅などを指定 ▼////*/
.pc_location,
.sp_location,
#job,
#col{
	width: 100%;
}

#job section,
#col section{
	width: 960px;
	margin: 0 auto;
}
.pc_location h2,
#job h2,
#col h2{
	font-weight: lighter;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	letter-spacing: 0.2em;
}

/*-----------------------------
  都道府県
--------------------------------*/
.pc_location{
	padding: 40px 0;
	background: url(../img/area_bg.png);
}
.pc_location h2{
}
.pc_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.pc_location section dl{
	width: 31%;
	height: 200px;
	background: #fff;
	border-radius: 5px;
	float: left;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
	border:3px solid #000;
}
.pc_location section dl dt{
	font-size: 18px;
	padding: 10px 0 15px 0;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.pc_location section dl dd ul li{
	width: 31.2%;
	float: left;
	margin: 0 0.8% 2% 1.2%;
}
.pc_location section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #000;
	background-size: auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

/*/////▼ コンテンツエリア ▼////*/
#job{
	padding: 40px 0;
	background: url(../img/job_bg03.png) no-repeat 90% top,
		url(../img/job_bg05.png) no-repeat 90% 95%,
		url(../img/job_bg01.png) no-repeat 10% 5%,
		url(../img/job_bg02.png) no-repeat 10% 95%,
		url(../img/common_bg.jpg) no-repeat;
	background-size: auto auto,
		auto auto,
		auto auto,
		auto auto,
		cover;
}
#job section ul{
	width: 980px;
}
#job section li{
	width: 300px;
	float: left;
	margin: 0 25px 25px 0;
}
#job section li a{
	color: #fff;
}
#job section li dl{
	transition: 0.5s ;
}
#job section li dl:hover{
	opacity: 0.7 ;
}

#job section li dl dd{
	padding: 10px 10px 13px 10px;
	text-align: right;
	box-sizing: border-box;
}
.office{
	background: linear-gradient(to right, #74e8d2, #a9b3e2);
}
.education{
	background: linear-gradient(to right, #ff9666, #ff5f62);
}
.food{
	background: linear-gradient(to right, #d8e05b, #46b349);
}
.creative{
	background: linear-gradient(to right, #ffdf59, #ffa451);
}
.powerful{
	background: linear-gradient(to right, #f85c7d, #6b80f7);
}
	
/*/////▼ colmun ▼////*/
#col{
	padding: 40px 0;
	background: url(../img/col_bg.gif);
}
#col section article{
	margin: 0 0 40px 0;
}
#col section article:last-child{
	margin: 0;
}
#col section article figure{
	width: 514px;
}
#col section article div{
	width: 430px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
}
#col section article div h3{
	font-family: "M PLUS Rounded 1c";
	padding: 15px 10px 10px 10px;
	box-sizing: border-box;
	background: url(../img/col_tpc01.png) no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#col section article:last-child div h3{
	background: url(../img/col_tpc02.png) no-repeat;
	background-size: cover;
}
#col section article div a{
	display: block;
	text-align: right;
	padding: 10px 0 0 0;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-family: "M PLUS Rounded 1c";
	font-weight: heavy;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 180px;
	background: #fff;
	border-radius: 5px;
	border:3px solid #000;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
	padding: 0 0 5px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 1% 2% 2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #000;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
.popup section dl dd ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% center #444;
	color: #fff;
	text-decoration: none;
}
#other{
	padding: 40px 0;
	background: #833ab4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#other section{
	width: 960px;
	margin: 0 auto;
}
#other section ul li{
	width: 640px;
	margin: 0 auto 20px auto;
}
#other section ul li:last-child{
	margin: 0 auto;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
	/*-----------------------------
  FV
--------------------------------*/
img{
		max-width: 100%;
	}
#icatch{
	padding: 0;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: auto;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: auto;
	margin: 0 auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
#job section,
#col section{
	width: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.sp_location h2,
#area h2,
#reco h2,
#int h2{
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	color: #444;
}

/*-----------------------------
  都道府県
--------------------------------*/
.sp_location{
	padding: 20px 0;
	background: url(../img/area_bg.png);
}
.sp_location h2{
}
.sp_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.sp_location section dl{
	width: 48%;
	background: #fff;
	border-radius: 5px;
	border:3px solid #000;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.sp_location section dl dt{
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
}
.sp_location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
}
.sp_location section dl dd ul li a{
	display: block;
	color: #fff;
	border:1px solid #444;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #000;
	background-size: auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
}


/*/////▼ コンテンツエリア ▼////*/
#job{
	padding: 20px 0 30px 0;
	background: url(../img/job_bg03.png) no-repeat 95% 1%,
		url(../img/job_bg05.png) no-repeat 5% 1%,
		url(../img/common_bg.jpg) no-repeat;
	background-size: auto 60px,
		auto 60px,
		cover;
}
#job h2 img{
	width: 60%;
	}
#job section ul{
	width: auto;
}
#job section li{
	width: 100%;
	margin: 0 0 20px 0;
}
#job section li:last-child{
	margin: 0;
}
#job section li a{
	color: #fff;
}
#job section li dl{
	transition: 0.5s ;
}
#job section li dl:hover{
	opacity: 0.7 ;
}

#job section li dl dd{
	padding: 10px 10px 13px 10px;
	text-align: right;
	box-sizing: border-box;
}
.office{
	background: linear-gradient(to right, #74e8d2, #a9b3e2);
}
.education{
	background: linear-gradient(to right, #ff9666, #ff5f62);
}
.food{
	background: linear-gradient(to right, #d8e05b, #46b349);
}
.creative{
	background: linear-gradient(to right, #ffdf59, #ffa451);
}
.powerful{
	background: linear-gradient(to right, #f85c7d, #6b80f7);
}



/*/////▼ colmun ▼////*/
#col{
	padding: 20px 0 40px 0;
	background: url(../../PC/img/col_bg.gif);
}
#col section article{
	margin: 0 0 20px 0;
}
#col section article:last-child{
	margin: 0;
}
#col section article figure{
	padding: 0 0 5px 0;
	text-align: center;
}
figure img{
	width: 50%;
}
#col section article div{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#col section article figure{
	width: auto;
}
#col section article div{
	width: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-size: 1rem;
}
#col section article div h3{
	font-family: "M PLUS Rounded 1c";
	padding: 15px 10px 10px 10px;
	box-sizing: border-box;
	background: url(../img/col_tpc01.png) no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#col section article:last-child div h3{
	background: url(../img/col_tpc02.png) no-repeat;
	background-size: cover;
	text-align: center;
}
#col section article div a{
	display: block;
	text-align: right;
	padding: 10px 0 0 0;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	font-family: "M PLUS Rounded 1c";
	font-weight: heavy;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 5px;
	border:3px solid #000;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0 5% 0;
}
.popup section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
	text-align: center;
}
.popup section dl dd ul li{
	width: 48%;
	float: left;
	margin: 0 1% 2% 1%;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #000;
	background-size: auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.popup section dl dd ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% center #444;
	color: #fff;
	text-decoration: none;
}
#other{
	padding: 40px 0;
	background: #833ab4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#other section{
	width: auto;
	padding:0 20px;
	box-sizing: border-box;
}
#other section ul li{
	width: auto;
	margin: 0 0 10px 0;
}
#other section ul li:last-child{
	margin: 0;
}
}
