/**********
 style-recruit.css
**********/
/*
h2#title{
	background:#fff url(./img_about/h2Bg.jpg) no-repeat center center;
	background-size:cover;
}
*/


/**********
 recruit
**********/
#recruit_top{
	margin-bottom: 120px;
}

#recruit_top .midashi{
	font-size: 2.8rem;
	font-weight: 500;
}

#recruit_top .midashi span{
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FFEA3A 70%);
}

#recruit_top img{
	max-width: 400px;
	margin: 0 0 0 auto;
	border-radius: 20px;
}

#recruit_top p:last-of-type{
	padding-top: 30px;
	line-height: 1.7;
}

@media only screen and (max-width: 768px) {
	#recruit_top{
		padding-bottom: 0;
	}
	#recruit_top .midashi{
		font-size: 2.2rem;
	}
	#recruit_top img{
		margin: 35px auto 0;
		max-width: 300px;
	}
}


/**********
 recruit
**********/
h3.recruit{
	background: linear-gradient(180deg, #fff 0%, #fff 30%, #00a2d5 30%, #00a2d5 100%);
	position: relative;
	margin-bottom: 80px;
	padding-top: 25px;
}

h3.recruit:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 30px solid transparent;
  border-top: 30px solid #00a2d5;
}

h3.recruit p{
	color: #fff;
	font-size: 2.6rem;
	padding: 18px;
}

@media only screen and (max-width: 768px) {
	h3.recruit p{
		font-size: 2.3rem;
	}
}

#recruit h4{
	font-size:3rem;
	text-align:center;
	margin-bottom:45px;
	font-weight:bold;
}


#recruit h4 span{
	padding-bottom:3px;
	border-bottom:5px solid #00a2d5;
	line-height:1.8;
}

#recruit h5{
	text-align: center;
	font-size: 1.3em;
}


/**********
 jobInner
**********/
.jobInner{
	padding-top: 30px;
}

.jobInner h6{
	border-bottom: solid 2px #00a2d5;
	padding: 10px 0 8px;
	margin-bottom: 25px;
	font-size: 1.2em;
	color: #00a2d5;
}



.jobInner table{
	box-sizing: border-box;
	border-collapse:collapse;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.jobInner table th,
.jobInner table td{
	border: 1px solid #999;
	text-align: left;
}

.jobInner table th > p,
.jobInner table td > p,
.jobInner table td > ul,
.jobInner table td > div{
	padding: 15px 20px;
}

.jobInner table th{
	background: #efefef;
	width: 22%;
}



@media screen and (max-width: 768px) {
    .jobInner table th,
    .jobInner table td{
		display: block;
		width: 100%;
    }
	
	.jobInner table th{
		border-bottom: none;
	}
	.jobInner table tr td{
		border-bottom: none;
	}
	.jobInner table tr:last-of-type td{
		border-bottom: 1px solid #999;
	}
	
	.jobInner table th > p,
	.jobInner table td > p,
	.jobInner table td > ul,
	.jobInner table td > div{
		padding: 10px 15px;
	}
}



/* PC・大型タブレット：769px～1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {
/**@media only screen and (min-width: 769px) and (max-width: 1100px) {**/


}


/* PC向け：1050px以上で固定 */
@media only screen and (min-width: 1051px) {



}




