/*-----------------------------
  FV
--------------------------------*/
/* #icatch{
	max-width:1440px;
	margin: 1px auto 0 auto;
}
#icatch img{
	display: block;
} */
#icatch{
	width: 100%;
	height: 60vh;
	background: url(../img/mvbg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	/* max-width: 1034px; */
	margin: 0 auto;

}
#icatch .catch{
	width: 60%;

}

img.catch{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
img.basky{
	height: 15vh;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*/////▼ 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{
	/* background: #f3f3f3; */
}
.catecory_ttl{
	padding: 1.5rem 0;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	background: #f26600;
	width: 55%;
	margin: 0 auto;
}
.catecory_ttl br{
	display: none;
}
.location h2{
	padding: 0 0 2rem 0;
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
}


/*-----------------------------
  都道府県
--------------------------------*/
.location{
	padding: 3rem 0 4rem 0;
	max-width: 1034px;
	margin: 0 auto;

}
.location h2{
}
.location section{
	padding: 0 1.5rem;
}
.location section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.location section ul li{
	width: 14%;
}
.location section dl{
	padding: 0 1rem;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.location section dl dt{
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
	color: #444;
	cursor: pointer;
}
.location section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location section dl dd ul::after{
  content:"";
  display: block;
  width:32%;
}
.location section dl dd ul li{
	width: 48%;
	margin: 0 0 0.5rem 0;
}
.location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #f26600;
	background-size:auto 12px;
	font-size: 11px;
	text-align: center;
	padding: 15px 0;
}
.areamenu dd{
	display: none;
	padding: 0 0 1rem 0;
}
.blue{
	background: #0ae;
}
.blue h2{
	color: #fff;
}
.blue dl{
	background: #fff;
}
.white{
	background: #fff;
}
.white h2{
	color: #0ae;
}
.white dl{
	background: #0ae;
}
.page_jump{
	background-color: #fff;
	color: black;
	display: flex;
}
.jump_bottun{
	/* padding: 20px 0; */
	flex: 1;
	text-align: center;
	font-size: 18px;
	background: url(../img/under_ar.png) no-repeat 98% center;
	border-top: 1px dotted #000;

}
.first{
	border-right: 1px dotted #000;
}
.catecory_ttll{
	padding: 2.5rem 0;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	/* background-color: #00DBDE;
	background-image: linear-gradient(90deg, #f26600 0%, #0ae 100%); */

}
.catecory_ttll br{
	display: none;
}
.pc-skill{
	display: flex;
	flex-direction: row;
	width: 98%;
	margin: 0 auto;
	justify-content: space-between;

}
.get-skill-btn-white{
	/* background-color: #fff;
	color: black;
	padding: 20px 10px; */
	display:block;
	background:#fff;
	padding:30px 0px;
	width: 49%;
	border-radius: 5px;
	text-align:center;
	font-size: 1.1rem;
	color:#444;
	margin:5px;
	cursor:pointer;
}
.get-skill-btn-blue{
	/* background-color: #fff;
	color: black;
	padding: 20px 10px; */
	display: block;
	background:#0ae;
	padding:30px 0px;
	width: 49%;
	border-radius: 5px;
	text-align:center;
	font-size: 1.1rem;
	color:#444;
	margin:5px;
	cursor:pointer;
}

/* .icatch{
	width: 100%;
    height: 60vh;
    background: url(../img/mvbg.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
} */
/* .icatch img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
} */
/* .location h2{
	padding: 0 0 2rem 0;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
} */
.rare{
	/* max-width: 1034px; */
	margin: 0 auto;
	padding: 30px 0;
	/* background: #f3f3f3; */
}

.rare a{
	max-width: 1034px;
	margin: 0 auto;
	max-width: 700px;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
	/*-----------------------------
  FV
--------------------------------*/
img{
		max-width: 100%;
	}
#icatch{
	padding: 0;
}
#icatch .catch{
	width: 90%;
}


/*/////▼ 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%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.catecory_ttl{
	padding: 1rem 0;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	background: #f26600;
}
.catecory_ttl br{
	display: block;
}
.location h2{
	padding: 0 0 1rem 0;
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
}

/*-----------------------------
  都道府県
--------------------------------*/
.location{
	padding: 2.5rem 0 3rem 0;
}
.location h2{
}
.location section {
	display: block;
	}
.location section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location section ul li{
	width: 49%;
	margin: 0 0 2% 0;
	}
.location section dl{
	width: auto;
	height: auto;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
}
.location section dl dt{
	font-size: 1rem;
	padding: 15px 0;
	text-align: center;
	color: #444;
}
.location section dl dd ul{
	padding: 0 5px;
}
.location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 5% 0;
}
.location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #f26600;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
	}
.blue{
	background: #0ae;
}
.blue h2{
	color: #fff;
}
.blue dl{
	background: #fff;
}
.white{
	background: #fff;
}
.white h2{
	color: #0ae;
}
.white dl{
	background: #0ae;
}

/*-----------------------------
  人気エリア
--------------------------------*/
#area{
	padding: 0;
}
#area h2{
}
#area section{
	width: auto;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
#area section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#area section ul li{
	width: 49%;
	margin: 0 0 2% 0;
}
#area section ul li a{
	display: block;
	color: #fff;
	border-radius: 50px;
	background: url(../img/arrow_w.png) no-repeat 97% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}


/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section{
	display: block;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #f2f2f2;  /* fallback for old browsers */
	border-radius: 5px;
	padding: 10px;
	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{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
.page_jump{
	background-color: #fff;
	color: #444;
	display: flex;
}
.jump_bottun{
	padding: 20px 16px;
	flex: 1;
	text-align: center;
	font-size: 16px;
	background: url(../img/under_ar.png) no-repeat 98% center;
    background-size: 12px
}
.first{
	padding: 30px 15px;
	border-right: 1px dotted #000;
}
.catecory_ttll{
	padding: 2rem 10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #00DBDE;
	background-image: linear-gradient(90deg, #f26600 0%, #0ae 100%);

}
.catecory_ttll br{
	display: none;
}
.br-sp {display: none; }
}





/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section{
	display: block;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #f2f2f2;  /* fallback for old browsers */
	border-radius: 5px;
	padding: 10px;
	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{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
.page_jump{
	background-color: #fff;
	color: black;
	display: flex;
	max-width: 1034px;
	margin: 0 auto;
}
.jump_bottun{
	padding: 20px 16px;
	flex: 1;
	text-align: center;
	font-size: 16px;
	background: url(../img/under_ar.png) no-repeat 98% center;
    background-size: 12px
}
.first{
	border-right: 1px dotted #000;
}
.catecory_ttll{
	padding: 2rem 10px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	/* background-color: #00DBDE; */
	/* background-image: linear-gradient(90deg, #f26600 0%, #0ae 100%); */
	max-width: 1034px;
	margin: 0 auto;
}
.background{
	background-image: linear-gradient(90deg, #f26600 0%, #0ae 100%);
}
.background-jump{
	background-color: #fff;
}
.background-blue{
	background-color: #0ae;
}
.background-white{
	background-color: #fff;
}
.catecory_ttll br{
	display: none;
}
.br-sp {display: none; }
/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	color: #fff;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section,
.popup section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.popup section dl{
	width: 32%;
	height: 230px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	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::after{
  content:"";
  display: block;
  width:32%;
}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #f60;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
@media screen and (max-width:1280px) {

	.location section dl dd ul li a{
		display: block;
		color: #fff;
		/* border:1px solid #444; */
		border-radius: 5px;
		background: url(../img/arrow.png) no-repeat 98% center #f26600;
		background-size:auto 12px;
		font-size: 10px;
		text-align: center;
		padding: 15px 0;
	}
	
}
	

@media screen and (max-width:780px) {
	.first{
		padding: 30px 15px;
		border-right: 1px dotted #000;
	}
	.get-skill-btn-white {
		display: block;
		background: #fff;
		padding: 20px 0px;
		width: 49%;
		border-radius: 5px;
		text-align: center;
		font-size: 0.9rem;
		color: #444;
		margin: 5px;
		cursor: pointer;
	}
	.get-skill-btn-blue {
		display: block;
		background: #0ae;
		padding: 20px 0px;
		width: 49%;
		border-radius: 5px;
		text-align: center;
		font-size: 0.9rem;
		color: #444;
		margin: 5px;
		cursor: pointer;
	}
	
/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section{
	display: block;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	padding: 10px;
	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{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #f60;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
.pc-skill{
	display: flex;
	flex-direction: row;
	width: 93%;
	margin: 0 auto;
	justify-content: space-between;

}
.location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #f26600;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
.rare img{
	max-width: 90%;
	margin: 0 auto;
	padding: 0px 0;

}


	
}
