/*-----------------------------
  FV
--------------------------------*/
#icatch{
	background: url(../img/mvbg.jpg) no-repeat center top;
	background-size: cover;
	padding: 0;
	position: relative;
	z-index: 1;
}
#icatch img{
	margin: 0 auto;
	display: block;
}
#icatch figcaption{
	padding: 1rem;
	background: #ED7700;
}
#icatch figcaption img{
	width: 500px;
}

/*/////▼ 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 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	text-align: center;
	font-size: 2.5rem;
	padding: 0 0 2.5rem 0;
	color: #00AAEE;
}
.contents h2 br{
	display: none;
}
.contents section{
	max-width: 1360px;
	margin: 0 auto;
}


/*-----------------------------
  こだわり
--------------------------------*/
.condition{
	padding: 5rem 0;
	background: #fff;
}
.condition section article{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin: 0 0 2.5rem 0;
	padding: 80px 0 0 0;
}
article.highincome{
	background: url(../img/con_bg04.png) no-repeat left bottom;
	background-size: 740px auto;
}
article.remote{
	background: url(../img/con_bg03.png) no-repeat left bottom;
	background-size: 740px auto;
}
article.online{
	background: url(../img/con_bg01.png) no-repeat left bottom;
	background-size: 740px auto;
}
article.resume{
	background: url(../img/con_bg02.png) no-repeat left bottom;
	background-size: 740px auto;
}
.condition section article:last-child{
	margin: 0;
}
.condition section article div{
	width: 740px;
	height: 400px;
	padding: 40px;
	background: #fff;
	float: right;
	position: relative;
	top: -80px;
	box-shadow:0px 0px 15px -2px #ccc;
}
.persistent > .condition section article div h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
	color: #00AAEE;
	font-size: 2rem;
	margin: 0 0 20px 0;
}
.persistent > .condition section article div a{
	display: block;
	width: 420px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 1rem 0;
	background: url(../img/arrow_w.png) no-repeat 98% center #ED7700;
	background-size: auto 14px;
	position: absolute;
	right: 40px;
	bottom:40px;
}

/*-----------------------------
  都道府県
--------------------------------*/
.persistent > .location{
	padding: 3rem 0 4rem 0;
	background: #00AAEE;
}
.location h2{
	color: #fff;
}
.location section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.location section ul li{
	width: 13.5%;
}
.location section ul li dl{
	background: #fff;
	font-size: 1.3rem;
	border-radius: 8px;
}
.location section ul li dl dt{
	padding: 2rem 0;
	color: #444;
	cursor: pointer;
	text-align: center;
	background: url(../img/arrow_bottom.png) no-repeat 98% center;
	background-size: auto 12px;
}
.location section ul li dl dd{
	display: block;
	padding: 1rem 1rem 0 1rem;
}
.location section ul li dl dd ul{
	display: block;
}
.location section ul li dl dd ul li{
	width: 100%;
}
.persistent > .location section ul li dl dd ul li a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
	background: url(../img/arrow_black.png) no-repeat 98% center #FF6600;
	background-size: auto 12px;
	border-radius: 5px;
	margin: 0 0 1rem 0
}
/*-----------------------------
  FV
--------------------------------*/

.main-visual img{
	width: 100%;

}

/*-----------------------------
  オープニング人気職種
--------------------------------*/
.opening-occupation{
	/* width: 1360px; */
	margin: 0 auto;
	padding: 3rem 0 3rem 0;

}

.opening-occupation ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* gap: 2vh 2vh; */
	/* width: 98.5%; */
	/* filter: drop-shadow(0px 2px 4px rgb(106, 106, 106, 0.2)); */

}
.opening-occupation li{
	/* height: 200px; */
	margin-bottom: 20px;
	width: 49.3%;
	/* border: solid black 1px; */
	border-radius: 8px;
	box-shadow: 0 2px 4px 2px rgba(106, 106, 106, 0.1);
    /* filter: drop-shadow(0px 2px 4px rgb(106, 106, 106, 0.2)); */
}
.opening-occupation img{
	height: 160px;
	border-radius: 8px 0 0 0;
}
.opening-occupation .item{
	display: flex;
	/* filter: drop-shadow(0px 2px 4px rgb(106, 106, 106, 0.2)); */

}
.opening-occupation li .button{
	background-color: #ED7700;
	text-align: center;
	border-radius: 0 0 8px 8px;
	padding: 8px;	
	color: white;
	font-size: 15px;
	font-weight: bold;
	/* filter: drop-shadow(0px 2px 4px rgb(106, 106, 106, 0.2)); */

}
.opening-occupation a{
	text-decoration: none;
	/* text-align: center;
	background-color: #ED7700; */
}
.opening-occupation h3{
	font-weight: bold;
	font-size: 20px;
	color: #00AAEE;
}
.opening-occupation p{
	padding-top: 10px;
	font-size: 16px;
}
.opening-occupation .text{
	padding: 10px;
	/* filter: drop-shadow(0px 2px 4px rgb(106, 106, 106, 0.2)); */
}
/* @media screen and (max-width:1400px) {
	.opening-occupation li{
		width: 49.2%;
		border-radius: 8px;
		box-shadow: 0 2px 4px 2px rgba(106, 106, 106, 0.1);
	}
	
	.opening-occupation ul{
		display: flex;
		flex-wrap: wrap;
		gap: 3vh 3vh;	
	}
	
} */



/*-----------------------------
  オープニングメリット
--------------------------------*/
.whole-cover{
	background-color: #F6F6F6;
	height: auto;
	padding: 3rem 0 3rem 0;

}
.opening-merit{
	/* width: 1360px; */
	height: auto;
	margin: 0 auto;
}
.opening-merit ul{
	display: flex;
	/* justify-content: center; */
	justify-content: space-between;
	flex-wrap: wrap;
	/* gap: 2vh 2vh; */
	/* padding-bottom: 40px; */
	/* width: 98.5%; */
}
.opening-merit li{
	/* height: 200px; */
	margin-bottom: 20px;
	width: 32.3%;
	border-radius: 8px;
	background-color: white;
    filter: drop-shadow(0px 2px 4px rgb(106, 106, 106, 0.2));
}
.opening-merit img{
	width: 7vw;
}
.img-content{
	display: flex;
	justify-content: center;
	padding: 20px 0px;
}
.text-xontent{
	padding: 0 0 20px 0;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}
/* @media screen and (max-width:1400px) {
	.opening-merit ul{
		display: flex;
		flex-wrap: wrap;
		gap: 3.3vh 3.3vh;	
	}
	
} */


/*-----------------------------
  みんなの声
--------------------------------*/
#voice{
	padding: 5rem 0;
	background: #f2f2f2;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#voice section{
	margin:0 auto 5rem auto;
	font-size: 1.2rem;
}
#voice section:last-child{
	margin:0 auto;
}
#voice section p{
	font-size: 1.5rem;
	text-align: center;
	margin: 0 0 5rem 0;
}
#voice section article{
	margin: 0 0 2.5rem 0;
	position: relative;
}
#voice section article:last-child{
	margin: 0;
}
#voice section article.int_odd{
	padding: 0 200px 0 0;
}
#voice section article.int_even{
	padding: 0 0 0 200px;
}
div.int_wrap{
	padding: 10px;
	position: relative;
	z-index: 1;
}
div.int_detail{
	padding: 2.5rem;
	background: #fff;
}
div.int_detail figure{
	width: 80%;
	margin: 0 auto 2.5rem auto;
}
div.int_detail h3 {
    font-size: 2.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
    text-align: center;
	margin: 0 0 2.5rem 0;
}
div.int_detail h4 {
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
    text-align: left;
	margin: 0 0 1rem 0;
	color: #00aaee;
}
div.int_detail em{
	font-style: normal;
	font-weight: bold;
	color: #f26600;
}
img.q_odd,
img.q_even{
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 2;
}
img.q_odd{
	left: 0;
	top: 0;
}
img.q_even{
	right: 0;
	top: 0;
}
article.company{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
article.company dl{
	padding: 1.5rem;
}
article.company ul li dl dt{
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: lighter;
	text-align: center;
}
article.company ul li dl dd{
	padding: 1.5rem 0 0 0;
}
article.companyul li dl dd img{
	display: block;
	padding: 0 0 1.5rem 0;
}
article.company dl{
	width: 48%;
}
article.company dl dt{
	padding: 0 0 1.5rem 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: lighter;
	font-size: 1.5rem;
	text-align: center;
}
article.company dl dt br{
	display: none;
}
article.company dl dd{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
article.company dl dd figure{
	width: 55%;
}
article.company dl dd div{
	width: 43%;
}
#voice section span{
	display: block;
	font-size: 1rem;
	padding: 0.5rem 0 0 0;
	text-align: right;
}

/*-----------------------------
  まとめ
--------------------------------*/
#summary{
	padding: 3rem 0;
	background: url("../img/summrybg.png") no-repeat center top #fff;
	background-size: 80px 0;
}
#summary section p{
	font-size: 1.5rem;
	text-align: center;
}

/*-----------------------------
  アプリ
--------------------------------*/
#app{
	width: 100%;
	padding: 5rem 2.5rem;
	background: #fff;
	box-shadow:0px -3px 15px -5px #ccc;
    position: fixed;
    bottom: 0;
	z-index:9999;
}
#app section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#app section ul li{
	width: 23%;
}
#close_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 90%;
  cursor: pointer;
  z-index:220;
	background:url("../img/close.png") no-repeat;
	background-size: 40px auto;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 230px;
	background: #fff;
	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: #444;
	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: #fff;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 97% center #FF6600;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {

	/*-----------------------------
  FV
--------------------------------*/
#icatch{
	background: url(../img/mvbg.jpg) no-repeat center top;
	background-size: cover;
	padding: 0;
	position: relative;
	z-index: 1;
}
#icatch img{
	width: 98%;
	margin: 0 auto;
	display: block;
}


/*/////▼ 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 h2{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 1.8rem;
	padding: 0 0 2.5rem 0;
	color: #00AAEE;
}
.contents h2 br{
	display: block;
}
.contents section{
	width: inherit;
	margin: 0 auto;
	padding: 0 1.5rem;
}

/*-----------------------------
  職種から探す
--------------------------------*/

/*-----------------------------
  オープニング人気職種
--------------------------------*/
.opening-occupation{
	margin: 0 auto;
}

.opening-occupation ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0px;
	width: auto;
	/* margin: 0; */
}
.opening-occupation li{
	height: auto;
	width: auto;
	border-radius: 8px;
	box-shadow: 0 2px 4px 2px rgba(106, 106, 106, 0.1);
	margin-bottom: 0px;


}
.opening-occupation img{
	height: 130px;
	border-radius: 8px 0 0 0;
}
.opening-occupation .item{
	display: flex;

}
.opening-occupation li .button{
	background-color: #ED7700;
	text-align: center;
	border-radius: 0 0 8px 8px;
	font-size: 13px;
	padding: 5px;	
	color: white;
}
.opening-occupation a{
	text-decoration: none;
	/* text-align: center;
	background-color: #ED7700; */

}
.opening-occupation h3{
	font-weight: bold;
	color: #00AAEE;
	font-size: 16px;
}
.opening-occupation p{
	padding-top: 10px;
	font-size: 12px;
}
.opening-occupation .text{
	padding: 10px;
}
/*-----------------------------
  オープニングメリット
--------------------------------*/
.whole-cover{
	background-color: #F6F6F6;
	height: auto;

}
.opening-merit{
	/* width: 1360px; */
	height: auto;
	margin: 0 auto;
}
.opening-merit ul{
	display: flex;
	/* justify-content: center; */
	flex-wrap: wrap;
	gap: 13px 13px;
	/* padding-bottom: 40px; */
	/* width: 98.5%; */
}
.opening-merit li{
	/* height: 200px; */
	width: 48%;
	border-radius: 8px;
	background-color: white;
	filter: drop-shadow(0px 2px 4px rgb(106, 106, 106, 0.2));
	margin-bottom: 0px;


}
.opening-merit img{
	width: 13vw;
}
.img-content{
	display: flex;
	justify-content: center;
	padding: 20px 0px;
}
.text-xontent{
	padding: 0 0 20px 0;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
}


/*-----------------------------
  こだわり
--------------------------------*/
.condition{
	padding: 3rem 0;
	background: #fff;
}
.condition section article{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin: 0 0 2.5rem 0;
	padding: 50% 0 0 0;
}
article.highincome{
	background: url(../img/con_bg04.png) no-repeat center top;
	background-size: 100% auto;
}
article.remote{
	background: url(../img/con_bg03.png) no-repeat center top;
	background-size: 100% auto;
}
article.online{
	background: url(../img/con_bg01.png) no-repeat center top;
	background-size: 100% auto;
}
article.resume{
	background: url(../img/con_bg02.png) no-repeat center top;
	background-size: 100% auto;
}
.condition section article:last-child{
	margin: 0;
}
.condition section article div{
	width: 100%;
	height: auto;
	padding: 1.5rem;
	background: #fff;
	float: none;
	position: static;
	top: auto;
}
.persistent > .condition section article div h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
	color: #00AAEE;
	font-size: 1.5rem;
	margin: 0 0 1rem 0;
}
.persistent > .condition section article div a{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 1rem 0;
	background: url(../img/arrow_w.png) no-repeat 98% center #ED7700;
	background-size: auto 14px;
	position: static;
	right: auto;
	bottom:auto;
	margin: 1.5rem 0 0 0;
}

/*-----------------------------
  都道府県
--------------------------------*/
.persistent > .location{
	padding: 3rem 0;
	background: #00AAEE;
}
.location h2{
	color: #fff;
}
.location section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location section ul li{
	width: 48%;
	margin: 0 0 1rem 0;
}
.location section ul li dl{
	background: #fff;
	font-size: 1.3rem;
	border-radius: 8px;
}
.location section ul li dl dt{
	padding: 1.3rem 0 1.5rem 0;
	color: #444;
	cursor: pointer;
	text-align: center;
	background: url(../img/arrow_bottom.png) no-repeat 98% center;
	background-size: auto 12px;
}
.location section ul li dl dd{
	display: none;
	padding: 1rem 1rem 0 1rem;
}
.location section ul li dl dd.areamenu_b{
	display: block;
}
.location section ul li dl dd ul{
	display: block;
}
.location section ul li dl dd ul li{
	width: 100%;
}
.limit > .location section ul li dl dd ul li a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
	background: url(../img/arrow_black.png) no-repeat 98% center #ee8277;
	background-size: auto 12px;
	border-radius: 5px;
	margin: 0 0 1rem 0
}
.persistent > .location section ul li dl dd ul li a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
	background: url(../img/arrow_black.png) no-repeat 98% center #FF6600;
	background-size: auto 12px;
	border-radius: 5px;
	margin: 0 0 1rem 0
}

/*-----------------------------
  人気エリア
--------------------------------*/


/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #fff;  /* fallback for old browsers */
	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: #444;
	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: #fff;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 97% center #FF6600;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
/*-----------------------------
  みんなの声
--------------------------------*/
#voice{
	padding: 4rem 0;
	background: #f2f2f2;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#voice section{
	margin:0 auto 3rem auto;
}
#voice section:last-child{
	margin:0 auto;
}
#voice section br{
	display: none;
	}
#voice section p{
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 3rem 0;
}
#voice section article{
	margin: 0 0 2rem 0;
	position: relative;
}
#voice section article:last-child{
	margin: 0;
}
#voice section article.int_odd{
	padding: 0;
}
#voice section article.int_even{
	padding: 0;
}
div.int_wrap{
	padding: 10px;
	position: relative;
	z-index: 1;
}
div.int_detail{
	padding: 2rem;
	background: #fff;
}
div.int_detail figure{
	width: 100%;
	margin: 0 auto 2rem auto;
}
div.int_detail h3 {
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
    text-align: center;
	margin: 0 0 2rem 0;
}
div.int_detail h4 {
    font-size: 1.3rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
    text-align: left;
	margin: 0 0 1rem 0;
	color: #00aaee;
}
img.q_odd,
img.q_even{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 2;
}
img.q_odd{
	left: 0;
	top: 0;
}
img.q_even{
	right: 0;
	top: 0;
}
article.company{
	display: block;
}
article.company dl{
	padding: 0;
}
article.company ul li dl dt{
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: lighter;
	text-align: center;
}
article.company ul li dl dd{
	padding: 1.5rem 0 0 0;
}
article.companyul li dl dd img{
	display: block;
	padding: 0 0 1.5rem 0;
}
article.company dl{
	width: 100%;
	margin: 0 0 2rem 0;
}
article.company dl dt{
	padding: 0 0 1.5rem 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: lighter;
	font-size: 1.5rem;
	text-align: center;
}
article.company dl dt br{
	display: none;
}
article.company dl dd{
	display: block;
}
article.company dl dd figure{
	width: 80%;
	margin: 0 auto 2rem auto;
}
article.company dl dd div{
	width: 100%;
}
#voice section span{
	display: block;
	font-size: 0.8rem;
	padding: 0.5rem 0 0 0;
	text-align: right;
}

/*-----------------------------
  まとめ
--------------------------------*/
#summary{
	padding: 3rem 0;
	background: url("../img/summrybg.png") no-repeat center top #fff;
	background-size: 80px 0;
}
#summary section p{
	font-size: 13.2px;
	/* text-align: justify; */
}

/*-----------------------------
  アプリ
--------------------------------*/
#app{
	width: 100%;
	padding: 2rem 1.5rem 0 1.5rem;
	background: #fff;
	box-shadow:0px -3px 15px -5px #ccc;
    position: fixed;
    bottom: 0;
	z-index:9999;
}
#app section h2{
	font-size: 1.5rem;
	padding: 0 0 1rem 0;
	}
#app section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#app section ul li{
	width: 48%;
	margin: 0 0 1rem 0;
}
#close_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  left: 90%;
  cursor: pointer;
  z-index:220;
	background:url("../img/close.png") no-repeat;
	background-size: 30px auto;
}

}



/*20200609追加分*/

/*-----------------------------
  職種から探す
--------------------------------*/
.category{
	padding: 5rem 0;
}
.category section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.category section ul li a{
	display: block;
	padding: 100px 0;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
}
.category section ul li a br{
	display: none;
}
ul.popular{
	margin: 0 0 1.8rem 0;
}
ul.popular li{
	width: 32%;
}
ul.sub li{
	width: 32%;
}
.limit > .category section ul.popular li.powerful a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg01.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.popular li.izakaya a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg02.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.popular li.conveni a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg03.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.sub li.jimu a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg04.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.sub li.pachinko a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg05.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.sub li.gs a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg06.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.limit > .category section ul.sub li.kaigo a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg07.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.popular li.powerful a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg01.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.popular li.izakaya a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg02.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.popular li.conveni a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg03.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.sub li.jimu a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg04.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.sub li.pachinko a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg05.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent > .category section ul.sub li.gs a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg06.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}
.persistent> .category section ul.sub li.kaigo a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg07.png) no-repeat center center;
	background-size: auto 60px,
		cover;
}

@media screen and (max-width:780px) {
/*-----------------------------
  職種から探す
--------------------------------*/
.category{
	padding: 3rem 0;
}
.category section ul{
	display: block;
}
.category section ul li a{
	display: block;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}
.category section ul li a br{
	display: block;
}
ul.popular{
	margin: 0 0 1.5rem 0;
}
ul.sub{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	}
ul.popular li{
	width: 100%;
	margin: 0 0 1rem 0;

}
ul.sub li{
	width: 100% !important;
	margin: 0 0 1rem 0;
}
ul.popular li a{
	padding: 80px 0 !important;
	}
ul.sub li a{
	padding: 80px 0 !important;
	}

.limit > .category section ul.popular li.powerful a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg01.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.popular li.izakaya a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg02.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.popular li.conveni a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg03.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.sub li.jimu a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg04.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.sub li.pachinko a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg05.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.sub li.gs a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg06.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.limit > .category section ul.sub li.kaigo a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/red_cat_bg07.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.popular li.powerful a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg01.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.popular li.izakaya a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg02.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.popular li.conveni a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg03.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.sub li.jimu a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg04.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.sub li.pachinko a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg05.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent > .category section ul.sub li.gs a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg06.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}
.persistent> .category section ul.sub li.kaigo a{
	background: url(../img/search_ico.png) no-repeat right top,
		url(../img/blue_cat_bg07.png) no-repeat center center;
	background-size: auto 40px,
		cover;
}}