@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  /career/index.css
=================================================================== */

@media screen and (min-width: 769px) {
/***** PC用のスタイル記述 *****/

article{
	position:relative;
}

/*** header_area ***/
#header_area{
	background:url(../../img/career/common/top_bg.jpg) center top no-repeat;
	background-size: cover;
	/*height:300px;*/
	height:247px;
	padding:130px 0 0 0;
}
#header_area h2{
	font-size:65px;
	color:#FFF;
	text-align:center;
	padding:90px 0 70px;
	display:none;
}

/*** top_area ***/
#top_area{
	width:980px;
	height:120px;
	margin:0 auto;
	background:#FFF;
}

/*** bottom_area ***/
#bottom_area{
	padding:30px 0;
}

#bottom_area ul{
	width:980px;
	margin:0 auto;
}

#bottom_area ul li{
	display:inline-block;
	text-align:center;
	padding:0 28px 0 0;
}

#bottom_area ul li:last-child{
	padding:0;
}


#bottom_area ul li a{
	display:block;
	width:210px;
	height:210px;
	vertical-align:middle;
}

#bottom_area ul li .inner{
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #d7d5cf;
  border-style: solid;
  border-width: 7px;
  border-radius:50%;
}



#bottom_area ul li img{
	padding:0;
}


#bottom_area ul li:first-child img{
	padding:0 0 60px 0;
}


#bottom_area ul li a.hvr-reveal:before {
	border-radius:50%;
}
#bottom_area ul li a.hvr-reveal.guideline:before {
    border-color: #c0a15d;
}
#bottom_area ul li a.hvr-reveal.voice:before {
    border-color: #5789a3;
}
#bottom_area ul li a.hvr-reveal.faq:before {
    border-color: #697c83;
}

	
#bottom_area ul li a.hvr-reveal:hover:before,
#bottom_area ul li a.hvr-reveal:focus:before,
#bottom_area ul li a.hvr-reveal:active:before{
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  border-width: 7px;
}






}
@media screen and (max-width: 768px) {
/* タブレット用のスタイル記述 */
/* スマートフォン用のスタイル記述 */

article{
	position:relative;
}

/*** header_area ***/
#header_area{
	background:url(../../img/career/common/top_bg.jpg) center top no-repeat;
	background-size: cover;
	padding:70px 0 0;
}
#header_area h2{
	/*font-size:200%;
	color:#FFF;
	text-align:center;
	padding:25px 0;*/
	display:none;
}

/*** top_area ***/
#top_area{
	width:100%;
	margin:0 auto;
	background:#FFF;
}

#top_area div.pan{
	display:none;
}

/*** bottom_area ***/
#bottom_area{
	padding:20px 0;
}

#bottom_area ul{
	margin:0 auto;
	padding:0 10px;
	text-align:center;
}

#bottom_area ul li{
	display:inline-block;
	text-align:center;
	width:32%;
}

#bottom_area ul li:first-child{
	display:none;
}


#bottom_area ul li img{
}


#bottom_area ul li:last-child{
}


#bottom_area ul li a{
	display:block;
	width:100%;
	height:auto;
	vertical-align:middle;
}

#bottom_area ul li .inner{
}



#bottom_area ul li img{
	width:100%;
	height:inherit;
    border-color: #d7d5cf;
    border-style: solid;
    border-width: 7px;
    border-radius:50%;
}



#bottom_area ul li.first img{
	border-radius:0;
	border:none;
}





}
