@charset "UFT-8";


#MAIN{
	text-align: center;
	background: #EEEEEF;
	position: relative;
}
#MAIN:before{
	content: "";
	width: 100%;
	height: 350px;
	background: url(../img/other/bg_recruit.png) center no-repeat #9badc6;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}
.h2{
	color: #fff;
}
.btn-flex{
	padding: 30px 0 10px;
}
#MAIN .btn-flex a{
	line-height: 4em;
	height: 4em;
	vertical-align: middle;
	padding: 0;
	background: url(../img/common/ico_arrow_down_blue.png) center left 10px no-repeat #4177C8;
	font-size: 110%;
}
#MAIN p {
	padding: 1em 0;
}

#MAIN .flex{
	margin-top: 40px;
}
#MAIN .flex dl{
	margin-right: 40px;
}
#MAIN .flex dd,
#MAIN .flex li {
	background: #c3daf7;
	color: #000;
	text-align: center;
	padding: 0 1em;
	margin-top: 1em;;
	line-height: 1.5;
	height: 6em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
#MAIN .flex dd .medium{
	font-size: 110%;
	font-weight: bold;
}
#MAIN .flex dd .small{
	font-size: 80%;
}
#MAIN .flex dd span{
	padding-bottom: 10px;
	
}
#MAIN .flex dd span:last-of-type{
	padding-bottom: 0;
}


#MAIN ul.flow-down{
	width: 70%;
	margin: 0 auto;
}
#MAIN ul.flow-down h4 span.small{
	font-size: 70%;
	vertical-align: middle;
}
#MAIN ul.flow-down span.small{
	font-size: 80%;
}
#MAIN ul.flow-down li{
	background: #EEEEEF;
	padding:0;
	margin: 0;
	height: auto;
	line-height: 3em;
	vertical-align: middle;
}
#MAIN ul.flow-down li:first-of-type{
	background: #fff;
	margin-bottom: 1em;
}
#MAIN ul.flow-down li.arrow-down{
	position: relative;
	padding-bottom: 2em ;
}
#MAIN ul.flow-down li.arrow-down:after{
	content: "";
	width: 100%;
	height: 2em;
	background: url(../img/common/ico_arrow_down_blue.png) center center no-repeat #fff;
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
}
#MAIN ul.flow-down li.arrow-down.tall{
	padding: 10px 0;
	line-height: 2;
}
#MAIN ul.flow-down li.arrow-down.tall span.small{
	padding-bottom: 0.5em;
}
#MAIN ul.flow-down li.arrow-down.medium{
	height: 8em;
	line-height: 1;
}
#MAIN ul.flow-down li.arrow-down.medium span.small{
	padding-top: 1em;
	padding-bottom: 0.5em;
}

#MAIN ul.flow-down a.btn{
	margin: 1em 4em;
	background: url(../img/common/bg_btn_menu_RIGHT.png) no-repeat right top -2px #4177C8;
	background-size: contain;
	color: #fff;
	padding-top: 1em;
	width: 220px;
}


#MAIN table th{
	text-align: justify;
	text-align-last:justify;
	white-space: nowrap;
	letter-spacing: 5px;
	background: #4177C8;
	color: #fff;
	font-weight: normal;
    line-height: 1.6;
	padding: 1em 1.5em;
}
#MAIN table tr:nth-of-type(2n-1) {
	background: #EEEEEF;
}
#MAIN table tr:nth-of-type(2n) th{
	background: #78A6E1;
	color: #fff;
}
#MAIN table td{
	text-align: left;
	padding: 1.8em 2.5em;
	line-height: 1.8;
	vertical-align: bottom;
}

.recruitInfo{
	background: #efefef;
	border: 1px solid #666;
	margin-top: 50px;
	padding: 20px;
	text-align: center;
}



@media only screen and (max-width: 768px) {
	#MAIN {
		background: url(../img/other/bg_recruit_sp.png) top center no-repeat #FFF;
		background-size: contain;
		padding: 5%;
	}
	#MAIN:before {
		content: none;
	}
	#MAIN .h2 h2 {
		font-size: 150%;
	}
	#MAIN .h2 p {
		font-size: 110%;
		padding: 0.5em;
	}
	#MAIN h3 {
		font-size: 170%;
	}
	#MAIN h3:after {
		margin: 10px auto 0;
	}
	#MAIN div.bg-blue {
		margin-top: 10px;
		text-align: center;
	}
	#MAIN .h2 {
		padding-top: 40px;
	}
	#MAIN .flex {
		display: block;
	}
	#MAIN #sec01,
	#MAIN #sec01 p:first-of-type{
		padding: 3em 0;
	}
	#MAIN #sec01 th {
		padding: 0.8em;
		font-size: 90%;
	}
	#MAIN #sec01 td {
		padding: 0.8em;
		font-size: 90%;
	}

	#MAIN ul.flow-down{
		width: 100%;
	}
	#MAIN ul.flow-down a.btn{
		width: 70%;
	}
	#MAIN table tr{
		font-size: 85%;
	}
}