@charset "utf-8";
html{
	scroll-padding-top: 120px !important;
}
nav{
	width: 100%;
	background: #444;
}
nav ul{
	width: 960px;
	margin:0 auto;
}
nav ul li{
	width: 192px;
	float: left;
	background: url(../img/nav_line.png) no-repeat right center;
}
nav ul li:first-child{
	background: url(../img/nav_line.png) no-repeat right center,
		url(../img/nav_line.png) no-repeat left center;
}
nav ul li:last-child{
	float: right;
}
nav ul li a{
	display: block;
	text-align: center;
	color: #fff !important;
	padding: 15px 0 !important;
}
nav ul li a:hover{
	background: #32c9a4;
	opacity:1;
	text-decoration: none;
}
.fixed{
	position:fixed;
	left:0;
	top:0;
	z-index:2;
}
/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
	margin: 10px 0;
}
	.adbnr h3{
		width: 960px;
		margin: 0 auto 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;
}
.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%;
}
#sns{
	width: 960px;
	margin: 0 auto;
	padding:0 20px 0 0;
	box-sizing:border-box
}
#sns ul li{
	width:30px;
	float:right;
	margin:0 0 0 10px;
}
#contetns{
	background: url(../img/bg.png) center bottom;
}
#icatch{
	text-align: center;
	height: 389px;
	background: url(../img/mv.png) no-repeat center top,
		url(../img/icatch_bg.png) repeat-x center top;
	background-size: auto auto,
		auto 230px;
	padding: 5% 0 0 0;
	box-sizing: border-box;
}

#search,
#howto,
#qa{
	width: 100%;
}
#about,
#int{
	width: 100%;
}
#search section,
#howto section,
#about section,
#int section{
	/*width: 960px;
	margin: 0 auto;*/
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

#search h2
{
  padding-top: 55px;
  padding-bottom: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #444;
  position: relative;
  margin-bottom: 40px;
 
}


#search h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 85px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ec7a06;
  border-radius: 2px;
}

/*h2 > span{
	font-size: 16px;
	color: #FFA454;
}*/
/*#search h2,
#howto h2,
#about h2,
#int h2,
#qa h2{
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	padding: 85px 0 0 0;
	margin: 0 0 20px 0;
	letter-spacing: 0.2em;
}
#search h2 span,
#howto h2 span,
#about h2 span,
#int h2 span,
#qa h2 span{
	font-family: 'Dancing Script', cursive;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 0 0;
	letter-spacing: 0.05em;
}*/

#search{
	padding:0;
	background-color: #E1F6FF;
}
#search h2{
	background: url(../img/search_ico.png) no-repeat center top;
}
#search section dl{
	/*width: 305px;*/
	height: 150px;
	width:calc(100%/3 - 14.05px);
	/*height:calc(100%/3 - 8px);*/
	background: #0161C8;
	border-radius: 5px;
	display: inline-block;
	float: left;
	box-shadow:0px 0px 3px 1px #e3e3e3;
	padding: 5px;
	box-sizing:border-box;
	margin: 0 7px 14px 7px;
}

#search section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
	color:#fff;
}


#search section dl dd ul li{
	/*width: 90px;*/
	width:calc(100%/3 - 6.05px);
	float: left;
	margin: 0 3px 4px 3px;
	background-color: #fff;
	border-radius: 5px;
}
#search section dl dd ul li a{
	display: block;
	color:#0161C8 ;
	/*border:1px solid #32c9a4;
	border-radius: 5px;*/
	background: url(../img/arrow.png) no-repeat 105% center;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

#search section dl dd ul li:hover{
	/*background: url(../img/arrow_w.png) no-repeat 98% center #32c9a4;*/
	/*color:#0161C8  ;*/
	background-color:#8BCCFF;
	/*opacity:1;*/
	/*text-decoration: none;*/
}

/*#search section dl dd ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% center #32c9a4;
	color:#0161C8;
	text-decoration: none;
}*/

#about{
	padding: 40px 0;
	background: #fff;
}
#read{
	padding: 20px 0 40px 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #32c9a4;
}
#about h2{
	background: url(../img/about_ico.png) no-repeat center top;
}
.works h3,
.merit h3,
.jobcat h3,
.overview h3{
	font-size: 24px;
	font-weight: lighter;
	padding: 20px 0;
	margin: 0 0 20px 0;
	color: #32c9a4;
	background: url(../img/about_tpc_line.png) no-repeat left top,
		url(../img/about_tpc_line.png) no-repeat left bottom;
}
.works{
	margin: 0 0 40px 0;
}
.works article{
	margin: 0 0 20px 0;
}
.works article:last-child{
	margin: 0;
}
.works em{
	font-size: 12px;
	font-style: normal;
}
.jobcat{
	margin: 40px auto 0 auto !important;
	padding: 40px 0;
	background: url(../img/work_bg.png) no-repeat center top;
}
.works div.txt{
	width: 480px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: justify;
}
.works div.ph{
	width: 452px;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.jobcat > article{
	margin: 0 0 30px 0;
}
.jobcat > article:last-child{
	margin: 0;
}
.jobcat > article div.txt{
	width: 610px;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: justify;
}
.jobcat > article div.ph{
	width: 320px;
}
.jobcat > article.rare > div{
	width: 48%;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: justify;
}
.jobcat > article.rare > div h4{
	text-align: center;
	color: #32c9a4;
	padding: 220px 0 10px 0;
	background: url(../img/about_img09.png) no-repeat center top;
}
.jobcat > article.rare > div:last-child h4{
	background: url(../img/about_img10.png) no-repeat center top;
}
.jobcat > article.teleworks,
.jobcat > article.teleworkers,
.jobcat > article.teleworkscenes{
	width: 960px;
	height: 400px;
	color: #fff;
	font-size: 16px;
	padding: 40px 40px 20px 40px;
	box-sizing: border-box;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: justify;
}
.jobcat > article.teleworks h4,
.jobcat > article.teleworkers h4,
.jobcat > article.teleworkscenes h4{
	font-size: 24px;
	padding: 0 0 20px 0;
	box-sizing: border-box;
}
.jobcat > article.teleworks{
	background: url(../img/about_bg01.png) no-repeat center center;
	background-size: contain;
}
.jobcat > article.teleworkers{
	background: url(../img/about_bg02.png) no-repeat center center;
	background-size: contain;
}
.jobcat > article.teleworkscenes{
	background: url(../img/about_bg03.png) no-repeat center center;
	background-size: contain;
}
.overview{
	margin: 0 auto 40px auto !important;
}
.overview > article{
	margin: 0 0 20px 0;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	background: url(../img/bg.png);
}
.overview > article dl dt{
	width: 240px;
	height: 150px;
	 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
	text-align: center;
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #32c9a4;
	background: url(../img/over_bg.png) no-repeat center center;
	float: left;
}
.overview > article dl dd{
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.overview > article dl dd em{
	font-style: normal;
	font-weight: bold;
	color: #32c9a4;
}
article.merit{
	margin: 0 0 20px 0;
}
article.merit dl,
article.demerit dl{
	width: 305px;
	float: left;
	margin: 0 15px 0 0;
}
article.merit dl dd,
article.demerit dl dd{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: justify;
}
article.merit dl dt{
	color: #d4145a;
	text-align: center;
}
article.demerit dl dt{
	color: #45a9ff;
	text-align: center;
}
dl.merit01 dt{
	background: url(../img/merit01.png) no-repeat center top;
	padding: 100px 0 10px 0;

}
dl.merit02 dt{
	background: url(../img/merit02.png) no-repeat center top;
	padding: 100px 0 10px 0;

}
dl.merit03 dt{
	background: url(../img/merit03.png) no-repeat center top;
	padding: 100px 0 10px 0;

}
dl.demerit01 dt{
	background: url(../img/demerit01.png) no-repeat center top;
	padding: 100px 0 10px 0;

}
dl.demerit02 dt{
	background: url(../img/demerit02.png) no-repeat center top;
	padding: 100px 0 10px 0;

}
dl.demerit03 dt{
	background: url(../img/demerit03.png) no-repeat center top;
	padding: 100px 0 10px 0;

}


#howto{
	padding: 40px 0;
}
#howto h2{
	background: url(../img/howto_ico.png) no-repeat center top;
}
#howto section dl{
	width: 305px;
	float: left;
	margin: 0 20px 0 0;
}
#howto section dl:last-child{
	float: right;
	margin: 0;
}
#howto section dl dt{
	text-align: center;
	padding: 0 0 10px 0;
}
#howto section dl dd{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: justify;
}
#howto section dl dd h3{
	font-size: 24px;
	font-weight: lighter;
	text-align: center;
	padding: 0 0 5px 0;
	color: #32c9a4;
}
.recommend article{
	background: #fff;
	border-radius: 10px;
	margin: 0 0 20px 0;
	padding: 20px;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: justify;
}
.recommend article h4{
	font-size: 18px;
	color: #32c9a4;
	padding: 0 0 20px 0;
}

#int{
	padding: 40px 0 0 0;
	background: #fff;
}
#int h2{
	background: url(../img/int_ico.png) no-repeat center top;
}
#int section{
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: justify;
}
#int section img{
	float: right;
	margin: 0 0 20px 20px;
}
#int section article{
	margin: 40px 0 0 0;
	padding: 40px 0 30px 0;
	background: url(../img/work_bg.png) no-repeat center top;
}
#int section article > dl{
	margin: 0 0 40px 0;
}
#int section article > dl:last-child{
	margin: 0;
}
#int section article > dl dt{
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #32c9a4;
	padding: 0 0 10px 0;
	text-align: center;
}
#int section article > dl dd.ph{
	width: 402px;
}
#int section article > dl dd.txt{
	width: 530px;
}
#int section article > dl dd span{
	display: block;
	text-align: right;
	font-size: 14px;
	color: #888;
}

/*#qa{
	padding: 40px 0;
}*/
#qa h2{
	background: url(../img/qa_ico.png) no-repeat center top;
}
#qa section dl{
	background: #fff;
	box-sizing: border-box;
	box-shadow:0px 0px 3px 1px #e3e3e3;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
#qa section dl:last-child{
	margin: 0;
}
dl.answer dt{
	width: 100%;
    display:block;
	color: #32c9a4;
	font-size: 18px;
	box-sizing: border-box;
    cursor:pointer;
	padding: 10px 0 10px 50px;
    background:url(../img/qa_open.png) 98% center no-repeat,
		url(../img/q.png) 10px center no-repeat;
    }
dl.answer dd{
    display:none;
	padding: 0 20px 20px 50px;
	background: url(../img/a.png) no-repeat 10px 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.3;
    }
dl.answer dd img{
	float: left;
	margin: 0 20px 0 0;
}
dl.answer dt.active{
    background:url(../img/qa_close.png) 98% center no-repeat,
		url(../img/q.png) 10px center no-repeat;
    }

div.joblinks{
	width: 100%;
	border-top:1px solid #32c9a4;
	border-bottom:1px solid #32c9a4;
	padding: 20px 0;
	margin: 20px 0 40px 0;
}
div.cdlinks{
	width: 100%;
	border-top:1px solid #32c9a4;
	padding: 20px 0 40px 0;
	margin: 20px 0 0 0;
}
div.joblinks h3,
div.cdlinks h3{
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 0.2em;
}
div.joblinks h3 em,
div.cdlinks h3 em{
	font-style: normal;
	color: #32c9a4;
}
div.joblinks section ul li{
	width: 305px;
	float: left;
	margin: 0 15px 0 0;
}
div.joblinks section ul li:last-child{
	float: right;
}
div.joblinks section ul li a,
div.cdlinks section ul li a{
	display: block;
	padding: 15px 0;
	box-sizing: border-box;
	border-radius: 5px;
	background:url(../img/arrow_w.png) 98% center no-repeat #32c9a4;
	background-size: auto 12px;
	color: #fff;
	text-align: center;
}
div.cdlinks section ul li{
	width: 220px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #32c9a4;
}
div.cdlinks section ul li:last-child{
	float: right;
}
dl.areamenu dt{
    display:block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
    cursor:pointer;
	padding: 10px 0;
	background:url(../img/open.png) 98% center no-repeat;
	line-height: 1.5;
}
dl.areamenu dd{
	display:none;
	padding: 0 0 10px 0;
}
dl.areamenu dt.active{
	background:url(../img/close.png) 98% center no-repeat;
}
dl.areamenu dd ul li{
	margin: 0 0 10px 0;
}
dl.areamenu dd ul li:last-child{
	margin:0;
}
dl.areamenu dd ul li a{
	display: block;
	font-size: 14px;
	text-align: center;
	background: #fff;
	border-bottom:2px solid #eaeaea;
	border-radius: 5px;
	padding: 10px 0;
	color:#000;
}
dl.areamenu dd ul li a:hover{
	padding: 12px 0 10px 0;
	border-bottom:none;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 30px;
	font-weight: bold;
	padding: 12px 0 20px 0;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	text-align: center;
	color: #0161C8;
}
.popup section{
	padding: 0 10px 20px 20px;
	box-sizing: border-box;
}
.popup section dl{
	width: 31%;
	height: 180px;
	background:#0161C8 ;
	border-radius: 5px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
	color: #fff;
}
.popup section dl dd ul li{
	width: 31%;
	float: left;
	margin: 0 1% 2% 1%;
	border-radius: 5px;
	background-color:#fff;
}
.popup section dl dd ul li a{
	display: block;
	color: #0161C8;
	/*background: url(../img/arrow.png) no-repeat 98% center #fff;*/
	background: url(../img/arrow.png) no-repeat 105% center;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
.popup section dl dd ul li a:hover{
	/*background: url(../img/arrow.png) no-repeat 98% center #ffff00;*/
	background: url(../img/arrow.png) no-repeat 98% center;
	text-decoration: none;

}

.popup section dl dd ul li:hover{
	background-color:#8BCCFF;



}


#special{
	padding: 1.5rem;
}
#special ul li img{
	display: block;
	margin: 0 auto;
}

/* 企業向けリンク \*/
.linkForKigyo{
	text-decoration: none;
  margin: 5px 0px 10px 0px;
  text-align: center;
  font-weight: 400;
}
.forKigyo a {
	text-decoration: none;
  color: #000 !important;
	}
