/*-----------------------------
  FV
--------------------------------*/
#icatch{
}
#icatch h1 img{
	margin: 0 auto;
	display: block;
}

/*/////▼ 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;
}
.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{
	padding: 0;
}
.pc_location h2,
#category h2,
#condition h2,
#case h2,
#column h2{
	padding: 4rem 0 2rem 0;
	text-align: center;
	font-size: 2.5rem;
	font-weight: lighter;
	color: #3a0c0c;
}
.pc_location h2 br,
#category h2 br,
#condition h2 br,
#case h2 br,
#column h2 br{
	display: none;
}

/*-----------------------------
  都道府県
--------------------------------*/
.pc_location{
	padding: 5rem 0;
}
.pc_location h2{
	background: url(../img/loc_tpc_ico.png) no-repeat center top;
	background-size: auto 4rem;
}
.pc_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.pc_location section dl{
	width: 31%;
	height: 270px;
	background: #f2c3bf;  /* fallback for old browsers */
	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: #3a0c0c;
}
.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:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #3a0c0c;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

/*-----------------------------
  職種
--------------------------------*/
#category{
	padding: 5rem 0;
	background: url(../img/choco_bg01.png) no-repeat 98% top #e56a7e;
}
#category h2{
	background: url(../img/cat_tpc_ico.png) no-repeat center top; 
	background-size: auto 4rem;
}
#category section{
	max-width: 700px;
	margin: 0 auto;
}
#category section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#category section ul li{
	width: 49%;
}
#category section ul li dl{
	background: #fff;
	padding: 1rem;
	color: #3a0c0c;
}
#category section ul li dl dt{
	font-size: 1.7rem;
	padding: 0 0 1rem 0;
	background: url(../img/search_pink.png) no-repeat right top;
	background-size:auto 80%;
}
dd.tag{
	padding: 1rem 0 0 0;
	text-align: right;
}

/*-----------------------------
  条件
--------------------------------*/
#condition{
	padding: 5rem 0 3rem 0;
	background: url(../img/choco_bg02.png) no-repeat 2% top;
}
#condition h2{
	background: url(../img/con_tpc_ico.png) no-repeat center top; 
	background-size: auto 4rem;
}
#condition section{
	max-width: 1360px;
	margin: 0 auto;
}
#condition section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(../img/choco_bg05.png) no-repeat 3% 45%,
		url(../img/choco_bg05.png) no-repeat 97% bottom;
}
#condition section ul li{
	width: 49%;
}
#condition section ul li a{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	background: url(../img/search_white.png) no-repeat 98% 1rem #3a0c0c;
	background-size:auto 40px;
	border-radius: 5px;
	padding: 4rem 0;
	margin: 0 0 2rem 0;
}
#condition section ul li a:hover{
	opacity: inherit;
	color: #e56a7e;
}

/*-----------------------------
  事例
--------------------------------*/
#case{
	padding: 5rem 0;
	background: url(../img/choco_bg01.png) no-repeat 98% top #edb7ba;
}
#case h2{
	background: url(../img/case_tpc_ico.png) no-repeat center top; 
	background-size: auto 4rem;
}
#case section{
	max-width: 1360px;
	margin: 0 auto;
}
#case section article:nth-child(2){
	background: url(../img/case_img01.png) no-repeat right center;
	background-size:50% auto;
	padding: 5% 40% 5% 0;
}
#case section article:nth-child(3){
	background: url(../img/case_img02.png) no-repeat left center;
	background-size:50% auto;
	padding: 5% 0 5% 40%;
}
#case section article div{
	padding: 2rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: lighter;
}
#case section article div h3{
	font-size: 1.5rem;
	padding: 0 0 1rem 0;
}
#case section article:nth-child(2) div{
	background: url(../img/case_bg01.png) no-repeat left top rgba(58, 12, 12, 0.8);
	background-size:auto 40px;
}
#case section article:nth-child(3) div{
	background: url(../img/case_bg02.png) no-repeat right top rgba(58, 12, 12, 0.8);
	background-size:auto 40px;
}

/*-----------------------------
  コラム
--------------------------------*/
#column{
	padding: 5rem 0;
	background: url(../img/choco_bg03.png) no-repeat 2% top,
		url(../img/col_bg.png) no-repeat;
	background-size: auto,
		cover;
}
#column h2{
	background: url(../img/col_tpc_ico.png) no-repeat center top; 
	background-size: auto 4rem;
	color: #fff;
}
#column section{
	max-width: 1360px;
	margin: 0 auto;
}
#column section article{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#column section article dl{
	width: 49%;
	color: #fff;
}
#column section article dl dt{
	padding: 2rem 1rem;
	font-size: 1.8rem;
	color: #3a0c0c;
	text-align: center;
	  background: #f2c3bf; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f2c3bf, #f6e4c7); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f2c3bf, #f6e4c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#column section article dl dd{
	padding: 2rem 0 0 0;
	font-size: 1.3rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: lighter;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 230px;
	background: #edb7ba;
	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: #3a0c0c;
	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_w.png) no-repeat 97% center #3a0c0c;
	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: 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{
}
.sp_location h2,
#category h2,
#condition h2,
#case h2,
#column h2{
	padding: 4rem 0 2rem 0;
	text-align: center;
	font-size: 2.5rem;
	font-weight: lighter;
	color: #3a0c0c;
}
.sp_location h2 br,
#category h2 br,
#condition h2 br,
#case h2 br,
#column h2 br{
	display: block;
}

/*-----------------------------
  都道府県
--------------------------------*/
.sp_location{
	padding: 4rem 0;
}
.sp_location h2{
	background: url(../img/loc_tpc_ico.png) no-repeat center top;
	background-size: auto 4rem;
}
.sp_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.sp_location section dl{
	width: 48%;
	height: auto;
	background: #edb7ba;  /* fallback for old browsers */
	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: #3a0c0c;
}
.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: #3a0c0c;
	/* 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;
	}

/*-----------------------------
  職種
--------------------------------*/
#category{
	padding: 4rem 0 2.5rem 0;
	background: url(../img/choco_bg01.png) no-repeat 98% top #e56a7e;
	background-size: auto 80px;
}
#category h2{
	background: url(../img/cat_tpc_ico.png) no-repeat center top; 
	background-size: auto 4rem;
}
#category section{
	max-width: inherit;
	margin: 0 auto;
	padding: 0 20px;
}
#category section ul{
	display: block;
}
#category section ul li{
	width: 100%;
	margin: 0 0 1.5rem 0;
}
#category section ul li dl{
	background: #fff;
	padding: 1rem;
	color: #3a0c0c;
}
#category section ul li dl dt{
	font-size: 1.3rem;
	padding: 0 0 1rem 0;
	background: url(../img/search_pink.png) no-repeat right top;
	background-size:auto 80%;
}
dd.tag{
	padding: 1rem 0 0 0;
	text-align: right;
}

/*-----------------------------
  条件
--------------------------------*/
#condition{
	padding: 4rem 0 3rem 0;
	background: url(../img/choco_bg02.png) no-repeat 2% top;
	background-size: auto 80px;
}
#condition h2{
	background: url(../img/con_tpc_ico.png) no-repeat center top; 
	background-size: auto 4rem;
}
#condition section{
	max-width: inherit;
	padding: 0 20px;
}
#condition section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(../img/choco_bg05.png) no-repeat 3% 45%,
		url(../img/choco_bg05.png) no-repeat 99% bottom;
}
#condition section ul li{
	width: 48.5%;
}
#condition section ul li a{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	background: url(../img/search_white.png) no-repeat 98% 10px #3a0c0c;
	background-size:auto 20px;
	border-radius: 5px;
	padding: 2rem 0;
	margin: 0 0 1rem 0;
}
#condition section ul li a:hover{
	opacity: inherit;
	color: #e56a7e;
}

/*-----------------------------
  事例
--------------------------------*/
#case{
	padding: 4rem 0;
	background: url(../img/choco_bg01.png) no-repeat 98% top #edb7ba;
	background-size: auto 80px;
}
#case h2{
	background: url(../img/case_tpc_ico.png) no-repeat center top; 
	background-size: auto 4rem;
}
#case section{
	max-width: inherit;
	padding: 0 20px;
}
#case section article:nth-child(2){
	background: url(../img/case_img01.png) no-repeat center bottom;
	background-size:auto;
	margin: 0 0 2rem 0;
	padding: 0 0 65% 0;
}
#case section article:nth-child(3){
	background: url(../img/case_img02.png) no-repeat center bottom;
	background-size:auto;
	margin: 0;
	padding: 0 0 65% 0;
}
#case section article div{
	padding: 2rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: lighter;
}
#case section article div h3{
	font-size: 1.5rem;
	padding: 0 0 1rem 0;
}
#case section article:nth-child(2) div{
	background: url(../img/case_bg01.png) no-repeat left top rgba(58, 12, 12, 0.8);
	background-size:auto 40px;
}
#case section article:nth-child(3) div{
	background: url(../img/case_bg02.png) no-repeat right top rgba(58, 12, 12, 0.8);
	background-size:auto 40px;
}

/*-----------------------------
  コラム
--------------------------------*/
#column{
	padding: 5rem 0;
	background: url(../img/choco_bg03.png) no-repeat 2% top,
		url(../img/col_bg.png) no-repeat;
	background-size: auto 80px,
		cover;
}
#column h2{
	background: url(../img/col_tpc_ico.png) no-repeat center top; 
	background-size: auto 4rem;
	color: #fff;
}
#column section{
	max-width: inherit;
	padding: 0 20px;
}
#column section article{
	display: block;
}
#column section article dl{
	width: 100%;
	color: #fff;
	margin: 0 0 2rem 0;
}
#column section article dl dt{
	padding: 1.3rem 1rem;
	font-size: 1.3rem;
	color: #3a0c0c;
	text-align: center;
	  background: #f2c3bf; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f2c3bf, #f6e4c7); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f2c3bf, #f6e4c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#column section article dl dd{
	padding: 1.3rem 0 0 0;
	font-size: 1.3rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: lighter;
}


/*/////▼ モーダル内リンク ▼////*/
.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: #edb7ba;  /* 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: #3a0c0c;
	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_w.png) no-repeat 97% center #3a0c0c;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
}