@charset "utf-8";
@import url("base.css");
@import url("../recruit_form/mfp.statics/mailformpro.css");



/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/

/*リンク*/
.recruit li a{
	color: #000;
	text-decoration: none;
}
.recruit li a:hover,.recruit li a:active{
	color: #000;
	text-decoration:underline;
}

/*メイン*/
h1:after{
	content: 'recruit';
}
#main_title{
	background-image: url(../img/recruit/top_img.png);
	background-position: center;
}
.recruit,#talent,#contact{
	margin: 3em auto 0;
}
#talent p{
	margin: 3em 0 0;
	text-align: center;
}
#talent ul{
	width: 100%;
	margin: 2em 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#talent ul li:nth-child(1){
	width: 38%;
}
#talent ul li:nth-child(2){
	width: 58%;
}
#talent ul li dl dt{
	color: #028a4a;
	font-size: 187%;
	position:relative;
	display: inline-block;
	margin: 0 0 1em -10%;
}
.recruit h3{
	width: 96%;
	margin: 2em 0 0;
	background-color: #028a4a;
	color: #fff;
	padding: 1em 2%;
	text-align: left;
}
.recruit ul{
	margin: 0;
}
.recruit li{
	width: 96%;
	padding: 1em 2%;
}
.recruit li:nth-child(odd){
	background-color: #f7f7f7;
}
.recruit li dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.recruit li dt{
	width: 20%;
	color: #028a4a;
}	
.recruit li dd{
	width: 78%;
}	
.inp01{
	width:25%;
	}
.inp02{
	width:35%;
	}
.inp03{
	width:60%;
	}
		

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1300px)  {

/*メイン*/
h1,.recruit,#talent,#contact{
	width: 1280px;
}
.recruit .btn{
	display: none;
}
}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*メイン*/
h1,.recruit,#talent,#contact{
	width: 96%;
}
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/


/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px)  {

/*メイン*/
.recruit .btn{
	display: none;
}
}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
/*メイン*/
.recruit .btn{
	display: none;
}
}

/* tablet3  */
@media only screen and (max-width: 767px) {

/*メイン*/
#talent ul{
	flex-direction:column;
}
#talent ul li:nth-child(1){
	width: 100%;
}
#talent ul li:nth-child(2){
	width: 100%;
}
#talent ul li dl{
	text-align: center;
}
#talent ul li dl dt{
	margin: 0.5em 0;
}
#talent ul li dl dd{
	text-align: left;
}
.recruit li dl{
	flex-direction:column;
}
.recruit li dt{
	width: 100%;
	margin: 0 0 0.5em;
}	
.recruit li dd{
	width: 100%;
}
.map{
		display: none;
	}
#contact[id]::before {
  content: "";
  display: block;
  height: 7rem;
  margin-top: -7rem;
  visibility: hidden;
}
.inp01{
	width:25%;
	}
.inp02{
	width:65%;
	}
.inp03{
	width:80%;
	}
}

/* smartPhone1 */
@media only screen and (max-width: 499px) {
	
/*メイン*/

}