﻿@charset "utf-8";

.graduates01 {
	background: url("/recruit/images/graduates01-01.jpg") no-repeat #fff top center!important;
	background-size: cover!important;
}
@media screen and (max-width: 600px) {
	.graduates01 {
		background: url("/recruit/images/graduates01-01s.jpg") no-repeat #fff top center!important;
		background-size: cover!important;
	}
}
.graduates02 {
	background: url("/recruit/images/graduates02-01.jpg") no-repeat #fff top center!important;
	background-size: cover!important;
}
@media screen and (max-width: 600px) {
	.graduates02 {
		background: url("/recruit/images/graduates02-01s.jpg") no-repeat #fff top center!important;
		background-size: cover!important;
	}
}
.experience01 {
	background: url("/recruit/images/experience01-01.jpg") no-repeat #fff top center!important;
	background-size: cover!important;
}
@media screen and (max-width: 600px) {
	.experience01 {
		background: url("/recruit/images/experience01-01s.jpg") no-repeat #fff top center!important;
		background-size: cover!important;
	}
}
.experience02 {
	background: url("/recruit/images/experience02-01.jpg") no-repeat #fff top center!important;
	background-size: cover!important;
}
@media screen and (max-width: 600px) {
	.experience02 {
		background: url("/recruit/images/experience02-01s.jpg") no-repeat #fff top center!important;
		background-size: cover!important;
	}
}

.interview .recruitCopy {
	margin: 40% 0 0!important;
}
@media screen and (max-width: 1100px) {
	.interview .recruitCopy {
		font-size: 2vw!important;
	}
}
@media screen and (max-width: 600px) {
	.interview .recruitCopy {
		font-size: 100%!important;
		margin: 80% 0 0!important;
	}
}
@media screen and (max-width: 400px) {
	.interview .recruitCopy {
		font-size: 90%!important;
		margin: 80% 0 0!important;
	}
}

/* mainArea
================================================== */
#mainArea {
	padding: 0;
}
@media screen and (max-width: 639px) {
	#mainArea {
		padding: 0;
	}
}

/* pageContentArea
================================================== */
#pageContentArea {
	padding: 0;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
#pageContentArea .mainTit{
	padding: 5% 0;
	font-size: 220%;
	line-height: 130%;
	font-weight: bold;
}
@media screen and (max-width: 1000px) {
	#pageContentArea .mainTit{
		font-size: 3.5vw;
	}
}
@media screen and (max-width: 639px) {
	#pageContentArea .mainTit{
		padding: 8% 0;
		font-size: 110%;
		font-weight: bold;
	}
}
#pageContentArea .mainTit span{
	font-size: 60%;
}
#pageContentArea .txtB{
	font-weight: bold;
}
#pageContentArea p{
	font-size: 120%;
}
@media screen and (max-width: 1000px) {
	#pageContentArea p{
		font-size: 1.9vw;
	}
}
@media screen and (max-width: 700px) {
	#pageContentArea p{
		font-size: 100%;
	}
}
#pageContentArea h2{
	padding: 5% 0 ;
	font-size: 180%;
	line-height: 130%;
}
@media screen and (max-width: 1000px) {
	#pageContentArea h2{
		font-size: 3vw;
	}
}
@media screen and (max-width: 639px) {
	#pageContentArea h2{
		padding: 8% 0 5%;
		font-size: 110%;
		font-weight: bold;
	}
}
#pageContentArea h3{
	color: #2e4e97;
	font-size: 130%;
	line-height: 130%;
}
@media screen and (max-width: 1000px) {
	#pageContentArea h3{
		font-size: 2.6vw;
	}
}
@media screen and (max-width: 639px) {
	#pageContentArea h3{
		font-size: 100%;
	}
}
#pageContentArea .kakomi{
	padding: 3% 3% 0;
	background-color: #efefef;
}
@media screen and (max-width: 639px) {
	#pageContentArea .kakomi{
		padding: 5% 5% 0;
	}
	#pageContentArea .kakomi p{
		padding: 0 0 5% 0;
	}
}
#pageContentArea p{
	padding: 0 0 3%;
	line-height: 180%;
}
@media screen and (max-width: 639px) {
	#pageContentArea p{
		padding: 0 0 5%;
	}
}
#pageContentArea .imgR{
	padding: 0 0 0 5%;
	float: right;
	width: 50%;
}
@media screen and (max-width: 639px) {
	#pageContentArea .imgR{
		padding: 0 0 3% 0;
		float: none;
		width: 100%;
	}
}
#pageContentArea .imgR img{
	padding: 0 0 2% 0;
}
#pageContentArea .imgR p{
	padding: 0 0 2% 0;
	font-size: 80%;
}
#pageContentArea .imgL{
	padding: 0 5% 0 0;
	float: left;
	width: 50%;
}
@media screen and (max-width: 639px) {
	#pageContentArea .imgL{
		padding: 0 0 3% 0;
		float: none;
		width: 100%;
	}
}
#pageContentArea .imgL img{
	padding: 0 0 2% 0;
}
#pageContentArea .imgL p{
	padding: 0 0 2% 0;
	font-size: 70%;
}
#pageContentArea .imgBox{
	padding: 0 0 3% 0;
}
@media screen and (max-width: 639px) {
	#pageContentArea .imgBox{
		padding: 0 0 5% 0;
	}
}
#pageContentArea .txtR {
	text-align: right;
	font-size: 80%;
}




