@charset "UTF-8";
img{
	max-width: 100%;
}

nav{
	width: 100%;
	background: #444;
}
nav ul{
	width: auto;
	margin:0 auto;
}
nav ul li{
	width: 33.3%;
	float: left;
	background: url(../img/nav_line.png) no-repeat right center;
}
nav ul li:nth-child(1){
	width: 50%;
}
nav ul li:nth-child(2){
	width: 50%;
	background: none;
}
nav ul li:nth-child(3),
nav ul li:nth-child(4){
	border-top:1px solid #fff;
}
nav ul li:last-child{
	background: none;
	border-top:1px solid #fff;
}

nav ul li a{
	display: block;
	text-align: center;
	color: #fff !important;
	padding: 10px 0 !important;
}
.fixed{
	position:fixed;
	left:0;
	top:0;
	z-index:2;
}
#sns{
	width: auto;
	margin: 0 auto 40px auto;
	padding:0 20px 0 0;
	box-sizing:border-box
}
#sns ul li{
	width:30px;
	float:right;
	margin:0 0 0 10px;
}
#zaitaku{
	background: url(../img/bg.png) center bottom;
}
/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: 100%;
		margin: 0 auto 10px auto;
		background: #000;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 100%;
	margin:10px auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.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%;
}
img{
	display: block;
	margin: 0 auto;
}
#icatch{
	text-align: center;
	height: 110px;
	background: url(../img/mv.png) no-repeat center top,
		url(../img/icatch_bg.png) repeat-x center top;
	background-size: 100% auto,
		auto 60px;
	padding: 5% 10px 0 10px;
	box-sizing: border-box;
}
#icatch img{
	width: 70%;
}

#search,
#howto,
#qa{
	width: 100%;
	background-color: #E1F6FF;
}
#about,
#int{
	width: 100%;
}
#search section,
#howto section,
#about section,
#int section{
	width: auto;
	padding: 0 4%;
	box-sizing: border-box;
}
#search h2,
#howto h2,
#about h2,
#int h2{
	/*font-size: 24px;
	font-weight: lighter;
	text-align: center;
	padding: 55px 0 0 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.2em;*/
	padding-top: 55px;
	padding-bottom: 18px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #444;
	position: relative;
	/*display: inline-block;*/
	margin-bottom: 40px;
}

/*#search h2 span,
#howto h2 span,
#about h2 span,
#int h2 span,
#qa h2 span{
	font-family: 'Dancing Script', cursive;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	letter-spacing: 0.05em;
}*/

#search{
	/*padding: 40px 0;*/
}
#search h2{
	/*background: url(../img/search_ico.png) no-repeat center top;
	background-size: 50px 50px;*/
　padding-top: 55px;
  padding-bottom: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #444;
  position: relative;
  /*display: inline-block;*/
  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;
}

#search section dl{
	width: 48%;
	background: #0161C8;
	float: left;
	border-radius: 5px;
	box-shadow:0px 0px 3px 1px #e3e3e3;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;

}
#search section dl:nth-child(2n+1){
	clear: both;
}
#search section dl dt{
	font-size: 15px;
	padding: 10px 0;
	text-align: center;
	color:#fff;
}
#search section dl dd{
	display: none;
}
#search section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 5px 0;
	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 98% center;
	background-size: auto 14px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
dl.ac_menu_sp dt{
    display:block;
	box-sizing: border-box;
    cursor:pointer;
    background:url(../img/qa_open.png) 98% center no-repeat;
	background-size: auto 8px;
    }
dl.ac_menu_sp dd{
    display:none;
	padding: 0 0 10px 0;
    }
dl.ac_menu_sp dt.active{
    background:url(../img/qa_close.png) 98% center no-repeat;
	background-size: auto 8px;
    }

#about{
	padding: 40px 0;
	background: #fff;
}
#about h2{
	background: url(../img/about_ico.png) no-repeat center top;
	background-size: 50px 50px;
}
.works h3,
.merit h3,
.jobcat h3,
.overview h3{
	font-size: 18px;
	font-weight: lighter;
	padding: 15px 0;
	margin: 0 0 15px 0;
	color: #32c9a4;
	background: url(../img/about_tpc_line.png) no-repeat center top,
		url(../img/about_tpc_line.png) no-repeat center bottom;
	text-align: center;
}
.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 10px 10px 10px !important;
	background: url(../img/work_bg.png) no-repeat center top;
}

.works div.txt{
	width: auto;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: justify;
}
.works div.ph{
	width: auto;
}
.f_left{
	float: none;
}
.f_right{
	float: none;
}
.jobcat > article{
	margin: 0 0 30px 0;
}
.jobcat > article:last-child{
	margin: 0;
}
.jobcat > article div.txt{
	width: auto;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: justify;
	padding: 10px 0 0 0;
}
.jobcat > article div.ph{
	width: auto;
}
.jobcat > article.rare > div{
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: justify;
	margin: 0 0 20px 0;
}
.jobcat > article.rare > div h4{
	font-size: 18px;
	text-align: center;
	color: #32c9a4;
	padding: 80px 0 0 0;
	background: url(../img/about_img09.png) no-repeat center top;
	background-size: auto 80px;
}
.jobcat > article.rare > div:last-child{
	margin: 0;
}
.jobcat > article.rare > div:last-child h4{
	background: url(../img/about_img10.png) no-repeat center top;
	background-size: auto 80px;
}
.jobcat > article.teleworks,
.jobcat > article.teleworkers,
.jobcat > article.teleworkscenes{
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: justify;
}
.jobcat > article.teleworks h4,
.jobcat > article.teleworkers h4,
.jobcat > article.teleworkscenes h4{
	height: 15rem;
	font-size: 18px;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.jobcat > article.teleworks h4{
	background: url(../img/about_bg01.png) no-repeat center center;
	background-size: 100% auto;
}
.jobcat > article.teleworkers h4{
	background: url(../img/about_bg02.png) no-repeat center center;
	background-size: 100% auto;
}
.jobcat > article.teleworkscenes h4{
	background: url(../img/about_bg03.png) no-repeat center center;
	background-size: 100% auto;
}
.overview{
	margin: 40px auto 20px auto;
}
.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: 18px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #32c9a4;
	background: url(../img/over_bg.png) no-repeat center center;
	background-size: contain;
	margin: 0 auto 20px auto;
}
@media screen and (min-width:768px){
.jobcat > article.teleworks,
.jobcat > article.teleworkers,
.jobcat > article.teleworkscenes{
	color: #fff;
	height: 27rem;
	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{
	height: auto;
	font-size: 18px;
	padding: 0 0 10px 0;
	box-sizing: border-box;
	background: none;
}
.jobcat > article.teleworks{
	background: url(../img/about_bg01.png) no-repeat center center;
	background-size: 100% auto;
}
.jobcat > article.teleworkers{
	background: url(../img/about_bg02.png) no-repeat center center;
	background-size: 100% auto;
}
.jobcat > article.teleworkscenes{
	background: url(../img/about_bg03.png) no-repeat center center;
	background-size: 100% auto;
}
}
.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: 100%;
	margin: 0 0 15px 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;
	font-size: 18px;
}
article.demerit dl dt{
	color: #45a9ff;
	text-align: center;
	font-size: 18px;
}
dl.merit01 dt{
	background: url(../img/merit01.png) no-repeat center top;
	padding: 60px 0 10px 0;
	background-size: auto 50px;

}
dl.merit02 dt{
	background: url(../img/merit02.png) no-repeat center top;
	padding: 60px 0 10px 0;
	background-size: auto 50px;

}
dl.merit03 dt{
	background: url(../img/merit03.png) no-repeat center top;
	padding: 60px 0 10px 0;
	background-size: auto 50px;

}
dl.demerit01 dt{
	background: url(../img/demerit01.png) no-repeat center top;
	padding: 60px 0 10px 0;
	background-size: auto 50px;

}
dl.demerit02 dt{
	background: url(../img/demerit02.png) no-repeat center top;
	padding: 60px 0 10px 0;
	background-size: auto 50px;

}
dl.demerit03 dt{
	background: url(../img/demerit03.png) no-repeat center top;
	padding: 60px 0 10px 0;
	background-size: auto 50px;
}


#howto{
	padding: 40px 0;
}
#howto h2{
	background: url(../img/howto_ico.png) no-repeat center top;
	background-size: 50px 50px;
}
#howto section dl{
	width: 100%;
	margin: 0 0 15px 0;
}
#howto section dl:last-child{
	margin: 0;
}
#howto section dl dt{
	text-align: center;
	padding: 0 0 10px 0;
}
#howto section dl dt img{
	width: 30%;
}
#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;
	background: #fff;
}
#int h2{
	background: url(../img/int_ico.png) no-repeat center top;
	background-size: 50px 50px;
}
#int section{
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: justify;
}
#int section img{
	margin: 0 0 10px 0;
}
#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: 18px;
	letter-spacing: 0.1em;
	color: #32c9a4;
	padding: 0 0 10px 0;
	text-align: center;
}
#int section article > dl dd.ph{
	width: auto;
}
#int section article > dl dd.txt{
	width: auto;
}
#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;
	background-size: 50px 50px;
}
#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: 14px;
	box-sizing: border-box;
    cursor:pointer;
	padding: 20px 30px 20px 40px;
    background:url(../img/qa_open.png) 98% center no-repeat,
		url(../img/q.png) 10px center no-repeat;
	background-size: auto 8px,
		auto 20px;
    }
dl.answer dd{
    display:none;
	padding: 0 20px 20px 50px;
	background: url(../img/a.png) no-repeat 10px 10px;
	background-size: auto 20px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: justify;
    }
dl.answer dt.active{
    background:url(../img/qa_close.png) 98% center no-repeat,
		url(../img/q.png) 10px center no-repeat;
	background-size: auto 8px,
		auto 20px;
    }
dl.answer dd img{
	margin: 0 0 20px 0;
}*/

div.joblinks{
	width: 100%;
	border-top:1px solid #32c9a4;
	border-bottom:1px solid #32c9a4;
	padding: 20px 0;
	margin: 20px 0;
}
div.cdlinks{
	width: 100%;
	border-top:1px solid #32c9a4;
	padding: 20px 0 0 0;
	margin: 20px 0;
}
div.joblinks h3,
div.cdlinks h3{
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 18px;
	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: 100%;
	float: none;
	margin: 0 0 10px 0;
}
div.joblinks section ul li:last-child{
	float: none;
	margin: 0;
}
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: 100%;
	float: none;
	margin: 0 0 10px 0;
	box-sizing: border-box;
}
div.cdlinks section ul li:last-child{
	float: none;
	margin: 0;
}
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;
	background-size: auto 8px;
    }
dl.areamenu dd{
    display:none;
	padding: 0 0 10px 0;
    }
dl.areamenu dt.active{
    background:url(../img/close.png) 98% center no-repeat;
	background-size: auto 8px;
    }
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;
}
.popup h2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	color: #0161C8;
}
.popup section{
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}
.popup section dl{
	width: 100%;
	background: #0161C8;
	border-radius: 5px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0 5% 0;
}
.popup section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
	color: #fff;
}
.popup section dl dd ul li{
	width: 48%;
	float: left;
	margin: 0 1% 2% 1%;
}
.popup section dl dd ul li a{
	display: block;
	color: #0161C8;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
#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;
	}
