/*-----------------------------
  FV
--------------------------------*/
#icatch{
	background: url(../img/bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 5% 0 7% 0;
	position: relative;
	z-index: 1;
}
#icatch img{
	width: 60%;
	margin: 0 auto;
	display: block;
}

.postwork{
	width: 400px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	top:-40px;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: 100%;
		margin: 0 auto 10px auto;
		background: #333;
		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{
	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{
}
.pc_location h2,
#category h2,
#jobinfo h2,
#banner h2,
#qa h2,
#area h2,
#column h2{
	padding: 0 0 1.5rem 0;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	color: #444;
}
#banner section,
#qa section,
#column section{
	width: 960px;
	margin: 0 auto;
}

/*-----------------------------
  都道府県
--------------------------------*/
.pc_location{
	padding: 5rem 0;
	background: #fff;
}
.pc_location h2{
	padding: 50px 0 20px 0;
	background: url(../img/tpc_ico.png) no-repeat center top;
	background-size:auto 40px; 
}
.pc_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.pc_location section dl{
	width: 31%;
	height: 270px;
	background: url(../img/cloud_ico01.png) no-repeat left top,
		url(../img/cloud_ico02.png) no-repeat right bottom #cf0915;
	background-size: auto 50px;
	border-radius: 5px;
	float: left;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.pc_location section dl dt{
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
.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: #444;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

/*-----------------------------
  こだわり・職種
--------------------------------*/
#category{
	
}
#category section{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center; 
}
#category section:first-child{
	flex-flow: row-reverse;
}
#category section article,
#category section figure{
	width: 50%;
}
#category section figure{
	

}
#category section figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;	
	object-position: 50% 50%;
}
#category section article{
	padding: 4% 3% 0 3%;
	background: #f1c13a;
}
@media screen and (min-width:1900px){
#category section article{
	padding: 7% 3% 0 3%;
}
}
#category section article h2{
	color: #fff;
}
#category section article ul{
	width: 70%;
	margin: 0 auto;
}
#category section article ul li{
	margin: 0 0 1rem 0;
}
#category section article ul li:last-child{
	margin: 0;
}
#category section article ul li a{
	display: block;
	text-align: center;
	padding: 1.5rem 0;
	font-size: 1.5rem;
	color: #f1c13a;
	font-weight: normal;
	border-radius: 5px;
	background: url(../img/cloud_ico03.png) no-repeat right bottom #fff;
	background-size: auto 30px;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}

/*-----------------------------
  仕事内容＆働き方
--------------------------------*/
#jobinfo {
	background: url(../img/jobinfo_bg.png) no-repeat center top;
	background-size: cover;
	padding: 20px 0;
	height: 300px;
}

#jobinfo h2{
	padding: 80px 0 20px 0;
}

#jobinfo section {
	width: 960px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

.jobinfoblock1 {
    float: left;
    text-align: center;
    width: 460px;
    padding-bottom: 15px;
}

.jobinfoBlockTitle01 {
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 20px;
} 

.jobinfoblock2 {
    float: right;
    text-align: center;
    width: 460px;
    padding-bottom: 15px;
}

.jobinfoBlockTitle02 {
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 20px;
}

.jobinfoBlockTxt {
	font-size: 1.2rem;
	border-top: solid 5px #cf0915;
	padding: 20px 0;
    line-height: 2.0;
	text-align: left;
}

br .pc_hidden {
	display: none;
}

/*-----------------------------
  バナー
--------------------------------*/
#banner{
	padding: 27rem 0 10rem 0;
}
#banner section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#banner section ul li{
	width: 49%;
}

/*-----------------------------
  QA
--------------------------------*/
#qa{
	padding: 5rem 0;
	background: url(../img/cloud_bg01.png) no-repeat left top,
		 url(../img/cloud_bg02.png) no-repeat right bottom,
		url(../img/bg.jpg) no-repeat center center;
	background-size: auto 250px,
		auto 250px,
		cover;
}
#qa section dl{
	background: #fff;
	background-size:auto 20px;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
	border-radius: 5px;
	margin: 0 0 1.5rem 0;
	color: #444;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#qa section dl:last-child{
	margin: 0;
}
#qa section dl dt{
	padding: 1.5rem;
	background: url(../img/arrow_bottom_b.png) no-repeat 98% center;
	background-size: auto 10px;
	cursor: pointer;
	font-weight: bold;
}
#qa section dl dd{
	display: none;
	padding: 0 1.5rem 1.5rem 1.5rem;
}
#qa section dl dd h3{
	color: #cf0915;
	padding: 0 0 0.5rem 0;
}

/*-----------------------------
  エリア
--------------------------------*/
#area{
	padding: 5rem 0;
}
#area section{
	padding: 0 2rem;
}
#area section dl{
	width: 13.4%;
	float: left;
	background: #cf0915;
	margin: 0 1% 0 0;
}
#area section dl:last-child{
	float: right;
	margin: 0;
}
#area section dl dt{
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	background:url(../img/arrow_bottom.png) no-repeat 98% center;
	background-size:auto 10px;
	padding: 1.5rem;
	cursor: pointer;
}
#area section dl dd{
	padding: 0 1.5rem 1.5rem 1.5rem;
	display: none;
}
#area section dl dd ul li{
	margin: 0 0 0.5rem 0;
}
#area section dl dd ul li:last-child{
	margin: 0;
}
#area section dl dd ul li a{
	display: block;
	padding: 1rem 0;
	text-align: center;
	background: url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size:auto 10px;
	border-radius: 5px;
}

/*-----------------------------
  コラム
--------------------------------*/
#column{
	padding: 5rem 0;
	background: url(../img/ptn.png) #f4d37d;
}
#column h2{
	padding: 50px 0 20px 0;
	background: url(../img/tai.png) no-repeat center top;
	background-size:auto 40px;
}
#column h2 span{
	font-size: 1.2rem;
	display: block;
}
#column h2 br{
	display: none;
}
#column section article{
	padding: 1.2rem;
	background:#fff;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
	margin:0 0 1rem 0;
	font-size:1.2rem;
}
#column section article h3{
	font-size: 1.5rem;
	color: #cf0915;
	padding: 0 0 1.2rem 0;
	margin: 0 0 1rem 0;
	background: url(../img/line.png) repeat-x left bottom;
	background-size:auto 10px;
}


/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
	color:#cf0915;
}
.popup section dl{
	width: 31%;
	height: 230px;
	background: url(../img/cloud_ico01.png) no-repeat left top,
		url(../img/cloud_ico02.png) no-repeat right bottom #cf0915;
	background-size: auto 50px;
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 0.8% 2% 2.2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #444;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
	/*-----------------------------
  FV
--------------------------------*/
img{
		max-width: 100%;
	}
#icatch{
	padding: 10% 10px 12% 10px;
	box-sizing: border-box;
}
#icatch img{
	width: 100%;
	}
.postwork{
	width: 80%;
	margin: 0 auto;
	position: relative;
	top:-30px;
	z-index: 2;
}

/*/////▼ 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{
}
.sp_location h2,
#category h2,
#jobinfo h2,
#banner h2,
#qa h2,
#area h2,
#column h2{
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	color: #444;
}

#banner section,
#qa section,
#column section{
	width: auto;
	padding: 0 20px;
}

/*-----------------------------
  都道府県
--------------------------------*/
.sp_location{
	padding: 20px 0;
	background: #fff;
}
.sp_location h2{
	padding: 50px 0 20px 0;
	background: url(../img/tpc_ico.png) no-repeat center top;
	background-size:auto 40px; 
}
.sp_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.sp_location section dl{
	width: 48%;
	height: auto;
	background: url(../img/cloud_ico01.png) no-repeat left top,
		url(../img/cloud_ico02.png) no-repeat right bottom #cf0915;
	background-size: auto 20px;
	border-radius: 5px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.sp_location section dl dt{
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
.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: #444;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
}
.areamenu.areamenu_b dd{
	display: block;
}
.areamenu.areamenu_b.areamenu_c dd{
	display: none;
}
/*-----------------------------
  こだわり・職種
--------------------------------*/
#category section{
	display: block;
}
#category section article,
#category section figure{
	width:100%;
}
#category section figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;	
	object-position: 50% 50%;
}
#category section article{
	padding: 2rem;
	background: #f1c13a;
}
#category section article h2{
	color: #fff;
}
#category section article ul{
	width: 100%;
	margin: 0 auto;
}
#category section article ul li{
	margin: 0 0 1rem 0;
}
#category section article ul li:last-child{
	margin: 0;
}
#category section article ul li a{
	display: block;
	text-align: center;
	padding: 1.5rem 0;
	font-size: 1.5rem;
	color: #f1c13a;
	font-weight: normal;
	border-radius: 5px;
	background: url(../img/cloud_ico03.png) no-repeat right bottom #fff;
	background-size: auto 30px;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}

/*-----------------------------
  仕事内容＆働き方
--------------------------------*/
#jobinfo {
	background: url(../img/jobinfo_bg_sp.png) no-repeat center top;
	background-size: 100%;
	padding: 20px 15px;
}

#jobinfo h2{
	padding: 50px 0 15px 0;
}

#jobinfo section {
    width: auto;
	margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

.jobinfoblock1 {
    width: auto;
	text-align: center;
}

.jobinfoBlockTitle01 {
	font-size: 1.5rem;
	font-weight: bold;
} 

.jobinfoblock2 {
	width: auto;
    text-align: center;
}

.jobinfoBlockTitle02 {
	font-size: 1.5rem;
	font-weight: bold;
}

.jobinfoBlockTxt {
	font-size: 1.2rem;
	border-top: solid 5px #cf0915;
	padding: 20px 0;
    line-height: 2.0;
	text-align: left;
}

/*-----------------------------
  バナー
--------------------------------*/
#banner{
	padding: 5rem 0;
}
#banner section ul{
	display: block;
}
#banner section ul li{
	width: 100%;
	margin: 0 0 1rem 0;
}
#banner section ul li:last-child{
	margin: 0;
	}

/*-----------------------------
  QA
--------------------------------*/
#qa{
	padding: 5rem 0;
	background: url(../img/cloud_bg01.png) no-repeat left top,
		 url(../img/cloud_bg02.png) no-repeat right bottom,
		url(../img/bg.jpg) no-repeat center center;
	background-size: auto 180px,
		auto 180px,
		cover;
}
#qa section dl{
	background: #fff;
	background-size:auto 20px;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
	border-radius: 5px;
	margin: 0 0 1.5rem 0;
	color: #444;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#qa section dl:last-child{
	margin: 0;
}
#qa section dl dt{
	padding: 1.5rem;
	background: url(../img/arrow_bottom_b.png) no-repeat 98% center;
	background-size: auto 5px;
	cursor: pointer;
	font-weight: bold;
}
#qa section dl dd{
	display: none;
	padding: 0 1.5rem 1.5rem 1.5rem;
}
#qa section dl dd h3{
	color: #cf0915;
	font-size: 1.2rem;
	padding: 0 0 0.5rem 0;
}

/*-----------------------------
  エリア
--------------------------------*/
#area{
	padding: 5rem 0;
}
#area section{
	padding: 0 2rem;
}
#area section dl{
	width: 100%;
	float: none;
	background: #cf0915;
	margin: 0 0 1% 0;
}
#area section dl:last-child{
	float: none;
	margin: 0;
}
#area section dl dt{
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	background:url(../img/arrow_bottom.png) no-repeat 98% center;
	background-size:auto 10px;
	padding: 1.5rem;
	cursor: pointer;
}
#area section dl dd{
	padding: 0 1.5rem 1.5rem 1.5rem;
	display: none;
}
#area section dl dd ul li{
	margin: 0 0 0.5rem 0;
}
#area section dl dd ul li:last-child{
	margin: 0;
}
#area section dl dd ul li a{
	display: block;
	padding: 1rem 0;
	text-align: center;
	background: url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size:auto 10px;
	border-radius: 5px;
}

/*-----------------------------
  コラム
--------------------------------*/
#column{
	padding: 5rem 0;
	background: url(../img/ptn.png) #f4d37d;
}
#column h2{
	padding: 50px 0 20px 0;
	background: url(../img/tai.png) no-repeat center top;
	background-size:auto 40px;
}
#column h2 span{
	font-size: 1.2rem;
	display: block;
}
#column h2 br{
	display: block;
}
#column section article{
	padding: 1.2rem;
	background:#fff;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
	margin:0 0 1rem 0;
	font-size:1.2rem;
}
#column section article h3{
	font-size: 1.5rem;
	color: #cf0915;
	padding: 0 0 1.2rem 0;
	margin: 0 0 1rem 0;
	background: url(../img/line.png) repeat-x left bottom;
	background-size:auto 10px;
}


/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: url(../img/cloud_ico01.png) no-repeat left top,
		url(../img/cloud_ico02.png) no-repeat right bottom #cf0915;
	background-size: auto 20px;
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	padding: 0 0 10px 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: #444;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

}

.tokuteikikan{

}

.tokuteikikan h2{
    padding: 50px 0 20px 0;
        text-align: center;
    font-size: 30px;
    font-weight: lighter;
    color: #444;
}
.areamenu_b dd{
	display: block;
}