@charset "UFT-8";


#MAIN {
	text-align: center;
	background: #EEEEEF;
	position: relative;
}

#MAIN:before {
	content: "";
	width: 100%;
	height: 350px;
	background: url(../img/job/bg_job.jpg) center no-repeat #9badc6;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}

.h2 {
	color: #fff;
}

.btn-flex {
	padding: 30px 0 10px;
}

#MAIN a.btn {}

#MAIN p {
	padding: 1em 0;
}

#MAIN div.bg-blue {
	background: #4177C8;
	color: #fff;
	font-size: 110%;
	padding: 1em;
	margin-top: 40px;
	text-align: left;
}

#MAIN div.bg-blue p.huge {
	padding: 0;

}

#MAIN div.bg-blue a {
	color: #fff;
}

#MAIN div.bg-blue a:hover {
	color: #aaa;
}

#MAIN .big {
	font-size: 130%;
}

#MAIN #sec01 .big {
	display: inline-block;
	padding: 1em 0;
	line-height: 1.5em;
}

#MAIN #sec01 p.img {
	padding: 0;
	margin: 0;
	margin-top: 2em;
	flex:0 0 289px;
}


#MAIN #sec03 .container .w760 {
	background: url(../img/job/bg_sec03.gif) top 2em center;
	background-size: auto;
}

#MAIN #sec03 .flex > div {
	background: #63B0D3;
	text-align: center;
	padding: 1.2em 1em;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#MAIN #sec03 .flex > div:first-of-type {
	background: #00b2bc;
}
#MAIN #sec03 .flex > div:nth-child(2) {
	background: #6AAEA6;
}

#MAIN #sec03 .flex p {
	font-size: 80%;
	padding: 0.5em;
}
#MAIN #sec03 .huge {
	display: block;
	font-size: 160%;
	font-weight: bold;
}


@media only screen and (max-width: 768px) {
	#MAIN {
		background: url(../img/job/bg_job_sp.jpg) 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 #sec00 p,#MAIN #sec03 .lead {
		text-align: left;
	}
	#MAIN .h2 {
		padding-top: 40px;
	}
	#MAIN .flex {
		display: block;
	}
	#MAIN #sec03 .flex > div:first-of-type,
	#MAIN #sec03 .flex > div:nth-child(2) {
		margin-right: 0;
	}
	#MAIN #sec01,
	#MAIN #sec01 p:first-of-type,
	#MAIN #sec03,
	#MAIN #sec03 p:first-of-type {
		padding: 0;
	}
	#MAIN #sec01 p {
		padding: 0;
		margin: 0;
		margin-top: 1em;
	}
	#MAIN #sec01 p.img {
		padding: 0 1em;
	}
	#MAIN #sec01 .big {
		font-size: 110%;
	}
	#MAIN #sec03 .flex:nth-of-type(1) > div {
		padding: 1em;
		border-radius: 0;
		margin-bottom: 1em;
	}
	#MAIN #sec03 .huge {
		display: inline-block;

	}
	#MAIN #sec03 div p:first-of-type {
		font-size: 90%;
		padding-bottom: 1em;
	}
	#MAIN #sec03 .container .w760 {
		background: none;
	}
	#MAIN #sec03 .big_img img {
		width: 100%;
	}
}