@charset "UTF-8";

body{
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#main h1,#main h2{
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
}
/* HEADER */
#anime_header.hFixed{
	position:fixed;
	left:0;
	z-index:100;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
#header{
	width:auto;
	padding:10px 20px;
	overflow:hidden;
	background:rgba(255,255,255,0.9);
	position:relative;
	z-index:100;
}
#header #logo{
	max-height:74px;
}
#header #logo a{
	width:452px;
	height:74px;
}
#header #logo a img{
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
#gNavi{
	width:auto;
	top:22px;
	right:10px;
}
#gNavi ul{
	width:auto;
	/*display:table;*/
}
#gNavi li.mainNavi{
	display:table-cell;
	text-align:left;
	font-size:93%;
	margin-left:0;
	padding:0 10px;
}
#gNavi li.mainNavi a{
	height:auto;
	padding:0;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
#gNavi li.mainNavi.naviFresh a{
	color:#fff;
	background:#335A81;
	padding:0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
#gNavi li.mainNavi.naviCareea a{
	color:#fff;
	background:#DE5A24;
	padding:0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
#gNavi li.mainNavi.naviFresh a:hover,
#gNavi li.mainNavi.naviCareea a:hover{
	opacity:0.7;
}
#gNavi li.mainNavi a::before{
	display:none;
}
#gNavi li.mainNavi a > span{
	height:50px;
	padding:5px 0 4px;
	display:inline-block;
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
#gNavi li.mainNavi.naviFresh a > span,
#gNavi li.mainNavi.naviCareea a > span{
	height:auto;
	padding:5px 10px 4px;
}
#gNavi li.mainNavi a > span::after{
	content:"";
	position:absolute;
	bottom:-10px;
	left:0;
	width:60%;
	height:2px;
	background:#335A81;
	opacity:0;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
#gNavi li.mainNavi.naviCareea a > span::after{
	background:#DE5A24;
}
#gNavi li.mainNavi a:hover > span::after,
#gNavi li.mainNavi.active a > span::after{
	width:100%;
	opacity:1;
}
#gNavi li.mainNavi.naviFresh a:hover > span::after,
#gNavi li.mainNavi.naviCareea a:hover > span::after{
	display:none;
}
#gNavi li.mainNavi.naviFresh.active a:hover > span::after,
#gNavi li.mainNavi.naviCareea.active a:hover > span::after{
	display:block;
	width:100%;
	opacity:1;
}
#gNavi li.mainNavi a > span span{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	display:block;
	margin-bottom:5px;
}
@media screen and (max-width: 1080px) {
#gNavi{
	top:24px;
}
#gNavi li.mainNavi{
	font-size:85%;
	padding:0 5px;
}
#gNavi li.mainNavi a > span{
	height:46px;
	padding:5px 0 4px;
}
#gNavi li.mainNavi a > span span{
	font-size:17px;
}
}
@media screen and (max-width: 980px) {
#header #logo{
	max-height:55px;
}
#header #logo a{
	width:336px;
	height:55px;
}
#gNavi{
	top:18px;
}
#gNavi li.mainNavi{
	font-size:77%;
	padding:0 4px;
}
#gNavi li.mainNavi a > span{
	height:40px;
	padding:3px 0 2px;
}
#gNavi li.mainNavi.naviFresh a > span,
#gNavi li.mainNavi.naviCareea a > span{
	padding:3px 8px 2px;
}
#gNavi li.mainNavi a > span span{
	font-size:16px;
}
}
@media screen and (max-width: 804px) {
#anime_header{
	top:0 !important;
	opacity:1 !important;
}
#header{
	padding:8px 10px;
	height:37px;
	background:#FFFFFF;
	z-index:11;
}
#header #logo{
	max-height:37px;
}
#header #logo a{
	width:226px;
	height:37px;
}
#sp_menu > ul > li:nth-child(3){
	margin-bottom:0;
	border-bottom:solid 2px #315996;
}
#sp_menu > ul > li.naviFresh{
	margin-bottom:0;
	border-bottom:solid 2px #315996;
}
#sp_menu > ul > li.naviFresh a,
#sp_menu > ul > li.naviCareea a{
	background:#fff;
}
#sp_menu > ul > li.naviFresh a{
	color:#7B93B8;
}
#sp_menu > ul > li.naviCareea a{
	color:#eb9c7c;
}
#sp_menu > ul > li.naviFresh a:hover,
#sp_menu > ul > li.naviFresh a.active{
	color:#315996;
	font-weight:bold;
}
#sp_menu > ul > li.naviCareea a:hover,
#sp_menu > ul > li.naviCareea a.active{
	color:#DE5A24;
	font-weight:bold;
}
}

#mainBox{
	min-height:400px;
}
#contents .read{
	color:#315996;
	font-size:167%;
	font-weight:bold;
	margin-bottom:30px;
}
#container{
	background-color:#fff;
}
#mainBox{
	width:auto;
	position:relative;
}
#contents{
	float:none;
	width:980px;
	margin:0 auto;
}
#pageTop{
	z-index:3;
}

/* RECRUIT TOP */
#container.recTop{
	padding-bottom:0px;
	margin-top:-94px;
}
.recTop#container{
	background-color:#fff;
}
.recTop #mainBox{
	width:100%;
	padding:0;
	position:relative;
}
.recTop #contents{
	width:100%;
}
.recTop .inner h2{
	font-size:123.1%;
	line-height:2;
	text-align:center;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop .inner h2.show{
	top:0;
	opacity:1;
}
.recTop .inner h2 span{
	font-family: 'Oswald', sans-serif;
	font-size:56px;
	line-height:1;
	color:#335A81;
	display:block;
	margin-bottom:10px;
}
.recTop #mainBox #main{
	position:relative;
	display:table;
	width:100%;
	height:749px;
	margin-bottom:0;
	overflow:hidden;
}
.recTop #mainBox #main::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background:#486a8f;
	-webkit-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}
.recTop #mainBox #main.show::before{
	opacity:0;
}
.recTop #mainBox #main .bg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	background:url(/img/recruit/main_img.jpg) no-repeat center center;
	background-size:cover;
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}
.recTop #mainBox #main.show .bg{
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.recTop #mainBox #main .inner{
	display:table-cell;
	vertical-align:middle;
	padding-top:94px;
	padding-left:130px;
	position:relative;
	z-index:2;
}
.recTop #mainBox #main .inner p{
	color:#fff;
	font-size:153.9%;
	line-height:2;
	margin-top:30px;
}
.recTop #mainBox #main .inner p.lead{
	font-size:45px;
	line-height:1.75;
	/*margin-top:0;*/
	margin-top: 70px;
}
.recTop #mainBox #main .inner span{
	display:inline-block;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #mainBox #main .inner span.show{
	top:0;
	opacity:1;
}
.recTop #message{
	padding:60px 0 180px;
}
.recTop #message .inner{
	max-width:797px;
	margin:0 auto;
	padding-top:90px;
	position:relative;
}
.recTop #message .photo{
	position:absolute;
	top:0;
	left:0;
	width:468px;
}
.recTop #message .photo img{
	width:100%;
	height:auto;
	position:relative;
	z-index:2;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #message .photo.show img{
	top:0;
	opacity:1;
}
.recTop #message .photo::before{
	content:"";
	width:100%;
	height:100%;
	background:#335A81;
	position:absolute;
	left:0;
	top:20px;
	z-index:0;
	opacity:0;
	-webkit-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	-ms-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
}
.recTop #message .photo.show::before{
	left:-30px;
	top:50px;
	opacity:1;
}
.recTop #message .txt{
	margin-left:330px;
	padding:30px 30px 90px 195px;
	background:#DCE0E3;
	position:relative;
	z-index:1;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #message .txt.show{
	top:0;
	opacity:1;
}
.recTop #message .txt h2{
	font-family: 'Oswald', sans-serif;
	font-size:56px;
	line-height:1;
	color:#335A81;
	margin-bottom:0;
	text-align:left;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s 0.5s,opacity 0.5s 0.5s;
	-ms-transition:top 0.5s 0.5s,opacity 0.5s 0.5s;
	transition:top 0.5s 0.5s,opacity 0.5s 0.5s;
}
.recTop #message .txt.show h2{
	top:0;
	opacity:1;
}
.recTop #message .inner .txt p{
	font-size:123.1%;
	line-height:2;
	font-weight:bold;
	margin-top:40px;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s 0.7s,opacity 0.5s 0.7s;
	-ms-transition:top 0.5s 0.7s,opacity 0.5s 0.7s;
	transition:top 0.5s 0.7s,opacity 0.5s 0.7s;
}
.recTop #message .inner .txt.show p{
	top:0;
	opacity:1;
}
.recTop #message .txt .more{
	position:absolute;
	bottom:-50px;
	right:-10px;
	opacity:0;
	-webkit-transition:bottom 0.5s 0.9s,opacity 0.5s 0.9s;
	-ms-transition:bottom 0.5s 0.9s,opacity 0.5s 0.9s;
	transition:bottom 0.5s 0.9s,opacity 0.5s 0.9s;
}
.recTop #message .txt.show .more{
	bottom:-20px;
	opacity:1;
}
.recTop #message .txt .more a{
	background:#335A81;
	color:#fff;
	font-size:138.5%;
	line-height:1;
	font-weight:normal;
	height:auto;
	padding:15px 90px 16px 50px;
	position:relative;
}
.recTop #message .txt .more a::after{
	content:"";
	position:absolute;
	top:50%;
	right:55px;
	width:24px;
	height:10px;
	margin-top:-10px;
	background:url(/img/recruit/arrow_white.svg) no-repeat center center;
	background-size:100% 100%;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.recTop #message .txt .more a:hover::after{
	right:45px;
}
.recTop #whats,
.recTop #voiceT,
.recTop #voiceF,
.recTop #entry{
	padding:0 0 180px;
	position:relative;
}
.recTop #whats,
.recTop #voiceF{
	background:#D3D3D3;
}
.recTop #voiceT{
	background:#DFDFDF;
}
.recTop #entry{
	padding:0 0 90px;
}
.recTop #whats::before,
.recTop #voiceT::before,
.recTop #voiceF::before,
.recTop #entry::before{
	content:"";
	position:absolute;
	display: block;
	z-index:0;
	width:200%;
	height:200px;
	top:-80px;
	left:-50%;
}
.recTop #whats::before{
	background:#D3D3D3;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.recTop #voiceT::before{
	background:#DFDFDF;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
.recTop #voiceF::before{
	background:#D3D3D3;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.recTop #entry::before{
	background:#FFFFFF;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
.recTop #whats .inner{
	position:relative;
	max-width:1190px;
	margin:0 auto;
	padding:0 40px;
}
.recTop #whats h3{
	margin-top:60px;
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	text-align:center;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #whats h3.show{
	top:0;
	opacity:1;
}
.recTop #whats p{
	font-size:123.1%;
	line-height:2;
	text-align:center;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	-ms-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
}
.recTop #whats h3.show + p{
	top:0;
	opacity:1;
}
.recTop #whats ul{
	margin-top:60px;
	margin-right:-0.83%;
}
.recTop #whats ul::after{
	content:"";
	width:0;
	height:0;
	display:block;
	clear:both;
}
.recTop #whats ul li{
	width:25%;
	float:left;
	margin-top:10px;
	padding-right:0.83%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #whats ul li:nth-child(4n+2){
	-webkit-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	-ms-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
}
.recTop #whats ul li:nth-child(4n+3){
	-webkit-transition:top 0.5s 0.4s,opacity 0.5s 0.4s;
	-ms-transition:top 0.5s 0.4s,opacity 0.5s 0.4s;
	transition:top 0.5s 0.4s,opacity 0.5s 0.4s;
}
.recTop #whats ul li:nth-child(4n){
	-webkit-transition:top 0.5s 0.6s,opacity 0.5s 0.6s;
	-ms-transition:top 0.5s 0.6s,opacity 0.5s 0.6s;
	transition:top 0.5s 0.6s,opacity 0.5s 0.6s;
}
.recTop #whats ul li.show{
	top:0;
	opacity:1;
}
.recTop #whats ul li img{
	width:100%;
	height:auto;
}
.recTop #whats .more{
	margin-top:50px;
	text-align:center;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #whats .more.show{
	top:0;
	opacity:1;
}
.recTop #whats .more a{
	background:#335A81;
	color:#fff;
	font-size:138.5%;
	line-height:1;
	font-weight:normal;
	height:auto;
	padding:15px 90px 16px 50px;
	position:relative;
}
.recTop #whats .more a::after{
	content:"";
	position:absolute;
	top:50%;
	right:55px;
	width:24px;
	height:10px;
	margin-top:-10px;
	background:url(/img/recruit/arrow_white.svg) no-repeat center center;
	background-size:100% 100%;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.recTop #whats .more a:hover::after{
	right:45px;
}
.recTop #voiceT .inner,
.recTop #voiceF .inner{
	position:relative;
	max-width:926px;
	margin:0 auto;
	padding:0 60px;
}
.recTop #voiceT ul,
.recTop #voiceF ul{
	margin-top:60px;
	margin-right:-8.13%;
}
.recTop #voiceT ul::after,
.recTop #voiceF ul::after{
	content:"";
	width:0;
	height:0;
	display:block;
	clear:both;
}
.recTop #voiceT ul li,
.recTop #voiceF ul li{
	float:left;
	width:33.33%;
	margin-top:25px;
	padding-right:7.6%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.recTop #voiceT ul li:nth-child(3n+1),
.recTop #voiceF ul li:nth-child(3n+1){
	clear:left;
}
.recTop #voiceT ul li a,
.recTop #voiceF ul li a{
	display:block;
	position:relative;
	text-decoration:none;
}
.recTop #voiceT ul li a .photo,
.recTop #voiceF ul li a .photo{
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #voiceT ul li:nth-child(3n+2) a .photo,
.recTop #voiceF ul li:nth-child(3n+2) a .photo{
	-webkit-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	-ms-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
}
.recTop #voiceT ul li:nth-child(3n) a .photo,
.recTop #voiceF ul li:nth-child(3n) a .photo{
	-webkit-transition:top 0.5s 0.4s,opacity 0.5s 0.4s;
	-ms-transition:top 0.5s 0.4s,opacity 0.5s 0.4s;
	transition:top 0.5s 0.4s,opacity 0.5s 0.4s;
}
.recTop #voiceT ul li.show a .photo,
.recTop #voiceF ul li.show a .photo{
	top:0;
	opacity:1;
}
.recTop #voiceT ul li a .photo::before,
.recTop #voiceF ul li a .photo::before{
	content:"";
	width:100%;
	height:100%;
	background:#FFFFFF;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.recTop #voiceT ul li a .photo::after,
.recTop #voiceF ul li a .photo::after{
	content:"";
	width:100%;
	height:100%;
	background:#335A81;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	opacity:0;
	-webkit-transition:top 0.5s 0.2s,left 0.5s 0.2s,opacity 0.5s 0.2s;
	-ms-transition:top 0.5s 0.2s,left 0.5s 0.2s,opacity 0.5s 0.2s;
	transition:top 0.5s 0.2s,left 0.5s 0.2s,opacity 0.5s 0.2s;
}
.recTop #voiceT ul li:nth-child(3n+2) a .photo::after,
.recTop #voiceF ul li:nth-child(3n+2) a .photo::after{
	-webkit-transition:top 0.5s 0.4s,left 0.5s 0.4s,opacity 0.5s 0.4s;
	-ms-transition:top 0.5s 0.4s,left 0.5s 0.4s,opacity 0.5s 0.4s;
	transition:top 0.5s 0.4s,left 0.5s 0.4s,opacity 0.5s 0.4s;
}
.recTop #voiceT ul li:nth-child(3n) a .photo::after,
.recTop #voiceF ul li:nth-child(3n) a .photo::after{
	-webkit-transition:top 0.5s 0.6s,left 0.5s 0.6s,opacity 0.5s 0.6s;
	-ms-transition:top 0.5s 0.6s,left 0.5s 0.6s,opacity 0.5s 0.6s;
	transition:top 0.5s 0.6s,left 0.5s 0.6s,opacity 0.5s 0.6s;
}
.recTop #voiceT ul li.show a .photo::after,
.recTop #voiceF ul li.show a .photo::after{
	left:-9.05%;
	top:20%;
	opacity:1;
}
.recTop #voiceT ul li a .photo img,
.recTop #voiceF ul li a .photo img{
	width:100%;
	height:auto;
	position:relative;
	z-index:2;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.recTop #voiceT ul li a .txt,
.recTop #voiceF ul li a .txt{
	position:relative;
	z-index:3;
	background:#FFFFFF;
	width:96%;
	padding:30px 16px 40px 16px;
	margin-top:-18%;
	margin-left:13%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s 0.6s,opacity 0.5s 0.6s;
	-ms-transition:top 0.5s 0.6s,opacity 0.5s 0.6s;
	transition:top 0.5s 0.6s,opacity 0.5s 0.6s;
}
.recTop #voiceT ul li:nth-child(3n+2) a .txt,
.recTop #voiceF ul li:nth-child(3n+2) a .txt{
	-webkit-transition:top 0.5s 0.8s,opacity 0.5s 0.8s;
	-ms-transition:top 0.5s 0.8s,opacity 0.5s 0.8s;
	transition:top 0.5s 0.8s,opacity 0.5s 0.8s;
}
.recTop #voiceT ul li:nth-child(3n) a .txt,
.recTop #voiceF ul li:nth-child(3n) a .txt{
	-webkit-transition:top 0.5s 1s,opacity 0.5s 1s;
	-ms-transition:top 0.5s 1s,opacity 0.5s 1s;
	transition:top 0.5s 1s,opacity 0.5s 1s;
}
.recTop #voiceT ul li.show a .txt,
.recTop #voiceF ul li.show a .txt{
	top:0;
	opacity:1;
}
.recTop #voiceT ul li a .txt::after,
.recTop #voiceF ul li a .txt::after{
	content:"";
	position:absolute;
	bottom:17px;
	right:17px;
	width:24px;
	height:10px;
	background:url(/img/recruit/arrow_blue.svg) no-repeat center center;
	background-size:100% 100%;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.recTop #voiceT ul li a:hover .txt::after,
.recTop #voiceF ul li a:hover .txt::after{
	right:7px;
}
.recTop #voiceT ul li a .txt h3,
.recTop #voiceF ul li a .txt h3{
	font-size:93%;
	line-height:1;
	color:#FFFFFF;
	display:inline-block;
	padding:10px 12px 9px;
	background:#0071A9;
	position:absolute;
	top:-14px;
	left:-20px;
}
.recTop #voiceT ul li a .txt p,
.recTop #voiceF ul li a .txt p{
	font-size:123.1%;
	line-height:1.625;
	font-weight:bold;
}
.recTop #entry .inner{
	position:relative;
	max-width:870px;
	margin:0 auto;
	padding:0 40px;
}
.recTop #entry ul{
	margin-top:60px;
	margin-right:-9.19%;
	text-align:center;
}
.recTop #entry ul::after{
	content:"";
	width:0;
	height:0;
	display:block;
	clear:both;
}
.recTop #entry ul li{
	float:left;
	width:50%;
	text-align:center;
	padding-right:8.4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #entry ul li:nth-child(2){
	-webkit-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	-ms-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
}
.recTop #entry ul li.show{
	top:0;
	opacity:1;
}
.recTop #entry ul li a{
	display:block;
	color:#FFFFFF;
	font-size:93%;
	line-height:1;
	text-decoration:none;
	padding:35px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.recTop #entry ul li:nth-child(1) a{
	background:#335A81;
}
.recTop #entry ul li:nth-child(2) a{
	background:#DE5A24;
}
.recTop #entry ul li a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.recTop #entry ul li a span{
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:32px;
	margin-bottom:5px;
}

/* 新卒採用 */
.fresh #mainBox{
	padding-top:90px;
}
.fresh #main h1{
	text-align:center;
	font-size:123.1%;
	line-height:1.2;
}
.fresh #main h1 span{
	font-family: 'Oswald', sans-serif;
	font-size:56px;
	line-height:1;
	color:#335A81;
	display:block;
	padding:0;
	margin-bottom:10px;
}
.fresh #contents .read{
	font-size:23px;
}
.fresh #contents h3{
	color: #315996;
	font-size: 16px;
	margin-bottom:10px;
}
.fresh #contents table{
	border-top:1px solid #e5e5e5;
	width:100%;
}
.fresh #contents table th{
	font-size:108%;
	line-height:1.8em;
	padding:10px 10px 8px 0px;
	border-bottom:1px solid #e5e5e5;
}
.fresh #contents table td{
	font-size:108%;
	line-height:1.8em;
	padding:10px 0px 8px 10px;
	border-bottom:1px solid #e5e5e5;
}
.fresh #contents .contactBtn{
	margin-bottom:40px;
}
@media screen and (max-width: 640px) {
.fresh #contents .scrollSp{
	overflow-x: scroll;
	padding-bottom: 20px;
}
.fresh #contents .scrollSp table{
	width: 800px;
}
.fresh #contents .scrollSp::-webkit-scrollbar {
	height: 8px;
}
.fresh #contents .scrollSp::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 1);
}
.fresh #contents .scrollSp::-webkit-scrollbar-track {
	background: #e4e4e4;
}
}

/* キャリア採用 */
.career #mainBox{
	padding-top:90px;
}
.career #main h1{
	text-align:center;
	font-size:123.1%;
	line-height:1.2;
}
.career #main h1 span{
	font-family: 'Oswald', sans-serif;
	font-size:56px;
	line-height:1;
	color:#335A81;
	display:block;
	padding:0;
	margin-bottom:10px;
}
.career #contents table{
	border-top:1px solid #e5e5e5;
	width:100%;
}
.career #contents table th{
	font-size:108%;
	line-height:1.8em;
	padding:10px 10px 8px 0px;
	border-bottom:1px solid #e5e5e5;
}
.career #contents table td{
	font-size:108%;
	line-height:1.8em;
	padding:10px 0px 8px 10px;
	border-bottom:1px solid #e5e5e5;
}
.career #contents .contactBtn{
	margin-bottom:40px;
}

/* 社長メッセージ */
.message #mainBox{
	padding-top:0px;
}
.message #main{
	position:relative;
	height:514px;
	background-image:url(/img/recruit/message/main_img.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.message #main .txt{
	position:absolute;
	left:60px;
	top:180px;
}
.message #main .txt h1{
	font-size:20px;
	margin-bottom:15px;
}
.message #main .txt h2{
	font-size:36px;
	line-height:1.4;
}
.message #main .txt h2 span{
	display:inline-block;
	font-size:36px;
	line-height:1.4;
	padding:0;
	margin-left:-0.5em;
}
.message #main .txt h2 span:last-child{
	font-size:20px;
	display:block;
	margin-top:15px;
	margin-left:0;
	letter-spacing: 0;
}
.message .section{
	position:relative;
	min-height:353px;
}
.message .section .photo{
	position:absolute;
	top:0;
	width:470px;
}
.message .left .photo{
	left:0px;
}
.message .right .photo{
	right:0px;
}
.message .section .photo img{
	width:100%;
	height:auto;
}
.message .section .txt h3{
	color:#315996;
	font-size:23px;
	margin-bottom:10px;
}
.message .section .txt p{
	font-size:108%;
	line-height:1.8em;
	margin-bottom:25px;
}
/*.message .left .txt{
	margin-left:530px;
}
.message .right .txt{
	margin-right:530px;
}
*/

/* 先輩社員の声 */
.voice #mainBox{
	padding-top:0px;
}
.voice #main{
	position:relative;
	height:514px;
	background-position:center top;
	background-repeat:no-repeat;
}
.ci0 #main{
	background-image:url(/img/recruit/voice/ci0_main_img.jpg);
}
.mo0 #main{
	background-image:url(/img/recruit/voice/mo0_main_img.jpg);
}
.to0 #main{
	background-image:url(/img/recruit/voice/to0_main_img.jpg);
}
.yo0 #main{
	background-image:url(/img/recruit/voice/yo0_main_img.jpg);
}
.ak0 #main{
	background-image:url(/img/recruit/voice/ak0_main_img.jpg);
}
.ks0 #main{
	background-image:url(/img/recruit/voice/ks0_main_img.jpg);
}
.ks1 #main{
	background-image:url(/img/recruit/voice/ks1_main_img.jpg);
}
.sk0 #main{
	background-image:url(/img/recruit/voice/sk0_main_img.jpg);
}
.ms0 #main{
	background-image:url(/img/recruit/voice/ms0_main_img.jpg);
}
.ym0 #main{
	background-image:url(/img/recruit/voice/ym0_main_img.jpg);
}
.et0 #main{
	background-image:url(/img/recruit/voice/et0_main_img.jpg);
}
.mk0 #main{
	background-image:url(/img/recruit/voice/mk0_main_img.jpg);
}
.voice #main h1{
	position:relative;
	/*z-index:10;*/
	z-index:9;
	padding:120px 0px 0px 60px;
}
.voice #main h1 span{
	font-size:20px;
	margin-bottom:30px;
}
.voice #main h1 strong{
	display:block;
	font-size:36px;
	line-height:1.4;
}
.voice #main h2{
	position:relative;
	z-index:1;
	line-height:1.2em;
	padding:40px 0 0 60px;
}
.voice #main h2  span{
	display:block;
	font-size:24px;
	line-height:1.2em;
	padding:0px;
}
.voice #main h2  strong{
	display:block;
	font-size:20px;
	line-height:1.2em;
}
.voice .section{
	position:relative;
	min-height:353px;
}
.voice .section .photo{
	position:absolute;
	top:0;
	width:470px;
}
.voice .left .photo{
	left:0px;
}
.voice .right .photo{
	right:0px;
}
.voice .section .photo img{
	width:100%;
	height:auto;
}
.voice .section .txt h3{
	color:#315996;
	font-size:16px;
	margin-bottom:10px;
}
.voice .section .txt p{
	font-size:108%;
	line-height:1.8em;
	margin-bottom:25px;
}
.voice .left .txt{
	margin-left:530px;
}
.voice .right .txt{
	margin-right:530px;
}
.voice #schedule{
	clear:both;
	margin-bottom:40px;
}
.voice #schedule h4{
	font-size:16px;
	color:#315996;
	margin-bottom:10px;
}
.voice #schedule table + h4{
	margin-top:20px;
}
.voice #schedule table{
	width:100%;
	font-size:108%;
}
.voice #schedule table th{
	width:100px;
	background-color:#315996;
	padding:10px 0px 8px 0px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	border-bottom:1px solid #fff;
	vertical-align:middle;
}
.voice #schedule table td{
	padding:10px 20px 8px 20px;
	background-color:#ECF0F5;
	border-bottom:1px solid #fff;
}

/* 先輩社員の声 TOP */
.voiceTop #mainBox{
	padding-left:0;
	padding-right:0;
}
.voiceTop #contents{
	width:100%;
}
.voiceTop #bnrNaviT{
	background:#DFDFDF;
	position:relative;
	z-index:1;
	padding:90px 0 100px;
}
.voiceTop #bnrNaviF{
	background:#D3D3D3;
	position:relative;
	margin-bottom:80px;
	padding:170px 0 100px;
}
.voiceTop #bnrNaviT::after{
	content:"";
	position:absolute;
	display: block;
	z-index:0;
	width:200%;
	height:200px;
	bottom:-80px;
	left:-50%;
	background:#DFDFDF;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.voiceTop #bnrNaviF::after{
	content:"";
	position:absolute;
	display: block;
	z-index:0;
	width:200%;
	height:200px;
	bottom:-80px;
	left:-50%;
	background:#D3D3D3;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
.voiceTop #bnrNaviT h1,
.voiceTop #bnrNaviF h1{
	text-align:center;
	font-size:123.1%;
	line-height:1.2;
}
.voiceTop #bnrNaviT h1 span,
.voiceTop #bnrNaviF h1 span{
	font-family: 'Oswald', sans-serif;
	font-size:56px;
	line-height:1;
	color:#335A81;
	display:block;
	margin-bottom:10px;
}
.voiceTop #bnrNaviT .inner,
.voiceTop #bnrNaviF .inner{
	position:relative;
	max-width:926px;
	margin:0 auto;
	padding:0 60px;
}
.voiceTop #bnrNaviT ul,
.voiceTop #bnrNaviF ul{
	margin-top:60px;
	margin-right:-8.13%;
}
.voiceTop #bnrNaviT ul::after,
.voiceTop #bnrNaviF ul::after{
	content:"";
	width:0;
	height:0;
	display:block;
	clear:both;
}
.voiceTop #bnrNaviT ul li,
.voiceTop #bnrNaviF ul li{
	float:left;
	width:33.33%;
	margin-top:25px;
	padding-right:7.6%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.voiceTop #bnrNaviT ul li:nth-child(3n+1),
.voiceTop #bnrNaviF ul li:nth-child(3n+1){
	clear:left;
}
.voiceTop #bnrNaviT ul li a,
.voiceTop #bnrNaviF ul li a{
	display:block;
	position:relative;
	text-decoration:none;
}
.voiceTop #bnrNaviT ul li a .photo,
.voiceTop #bnrNaviF ul li a .photo{
	position:relative;
}
.voiceTop #bnrNaviT ul li a .photo::before,
.voiceTop #bnrNaviF ul li a .photo::before{
	content:"";
	width:100%;
	height:100%;
	background:#FFFFFF;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.voiceTop #bnrNaviT ul li a .photo::after,
.voiceTop #bnrNaviF ul li a .photo::after{
	content:"";
	width:100%;
	height:100%;
	background:#335A81;
	position:absolute;
	left:-9.05%;
	top:20%;
	z-index:0;
}
.voiceTop #bnrNaviT ul li a .photo img,
.voiceTop #bnrNaviF ul li a .photo img{
	width:100%;
	height:auto;
	position:relative;
	z-index:2;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.voiceTop #bnrNaviT ul li a .txt,
.voiceTop #bnrNaviF ul li a .txt{
	position:relative;
	z-index:3;
	background:#FFFFFF;
	width:96%;
	padding:30px 16px 40px 16px;
	margin-top:-18%;
	margin-left:13%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.voiceTop #bnrNaviT ul li a .txt::after,
.voiceTop #bnrNaviF ul li a .txt::after{
	content:"";
	position:absolute;
	bottom:17px;
	right:17px;
	width:24px;
	height:10px;
	background:url(/img/recruit/arrow_blue.svg) no-repeat center center;
	background-size:100% 100%;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.voiceTop #bnrNaviT ul li a:hover .txt::after,
.voiceTop #bnrNaviF ul li a:hover .txt::after{
	right:7px;
}
.voiceTop #bnrNaviT ul li a .txt h3,
.voiceTop #bnrNaviF ul li a .txt h3{
	font-size:93%;
	line-height:1;
	color:#FFFFFF;
	display:inline-block;
	padding:10px 12px 9px;
	background:#0071A9;
	position:absolute;
	top:-14px;
	left:-20px;
}
.voiceTop #bnrNaviT ul li a .txt p,
.voiceTop #bnrNaviF ul li a .txt p{
	font-size:123.1%;
	line-height:1.625;
	font-weight:bold;
}

/* ローカルナビ */
#mainBox #lNavi{
	width:100%;
	padding:130px 0 0;
	margin:0;
	text-align:center;
	clear:both;
}
.voiceTop #mainBox #lNavi{
	width:980px;
	margin:0 auto;
}
#mainBox #lNavi::after{
	content:"";
	width:0;
	height:0;
	display:block;
	clear:both;
}
#mainBox #lNavi li{
	float:left;
	width:25%;
	font-size:12px;
	line-height:2;
	font-weight:bold;
	border-left:solid 1px rgba(51,90,129,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#mainBox #lNavi li:last-child{
	border-right:solid 1px rgba(51,90,129,0.5);
}
#mainBox #lNavi li a{
	display:block;
	text-align:center;
	color:#335A81;
	text-decoration:none;
}
#mainBox #lNavi li a > span{
	display:inline-block;
	text-align:left;
	position:relative;
}
#mainBox #lNavi li a > span::after{
	content:"";
	position:absolute;
	bottom:-10px;
	left:0;
	width:60%;
	height:4px;
	background:#335A81;
	opacity:0;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
#mainBox #lNavi li a:hover > span::after{
	width:100%;
	opacity:1;
}
#mainBox #lNavi li a > span span{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	display:block;
	margin-bottom:5px;
}

@media screen and (max-width: 1080px) {
#contents{
	width:auto;
	margin:0px 20px;
}
.recTop #contents,
.voiceTop #contents{
	margin:0px;
}
.recTop #voiceT ul li a .txt.ono p br,
.recTop #voiceF ul li a .txt.ono p br{
	display:none;
}

/* 社長メッセージ */
.message #main{
	height:400px;
}
.message #main .txt{
	position:absolute;
	top:110px;
	left:40px;
}
.message .section{
	min-height:277px;
}
.message .section .photo{
	width:370px;
}
/*.message .left .txt{
	margin-left:400px;
}
.message .right .txt{
	margin-right:400px;
}*/

.message .left .txt{
	margin-left:0px;
}
.message .right .txt{
	margin-right:0px;
}
	
	
/* 先輩社員の声 */
.voice #main{
	height:400px;
}
.voice #main h1{
	padding:60px 0px 0px 40px;
}
.voice #main h2{
	padding:30px 0 0 40px;
}
.voice .section{
	min-height:277px;
}
.voice .section .photo{
	width:370px;
}
.voice .left .txt{
	margin-left:400px;
}
.voice .right .txt{
	margin-right:400px;
}

/* 先輩社員の声 TOP */
.voiceTop #bnrNaviT ul li a .txt.ono p br,
.voiceTop #bnrNaviF ul li a .txt.ono p br{
	display:none;
}
/* ローカルナビ */
.voiceTop #mainBox #lNavi{
	width:auto;
	margin:0px 60px;
}
}

@media screen and (max-width: 980px) {
/* RECRUIT TOP */
.recTop #message{
	padding-left:70px;
	padding-right:40px;
}
.recTop #message .photo{
	max-width:468px;
	width:58.72%;
}
.recTop #message .txt{
	margin-left:41.4%;
	padding:30px 3.76% 90px 21%;
}
.recTop #voiceT ul li a .txt p br,
.recTop #voiceF ul li a .txt p br{
	display:none;
}

/* 先輩社員の声 TOP */
.voiceTop #bnrNaviT ul li a .txt p br,
.voiceTop #bnrNaviF ul li a .txt p br{
	display:none;
}

/* ローカルナビ */
.voiceTop #mainBox #lNavi{
	width:auto;
	margin:0px 20px;
}
}

@media screen and (max-width: 804px) {
/* RECRUIT TOP */
#container.recTop{
	margin-top:0;
}
.recTop .inner h2{
	font-size:14px;
}
.recTop .inner h2 span{
	font-size:32px;
	margin-bottom:5px;
}
.recTop #mainBox #main{
	height:300px;
}
.recTop #mainBox #main .inner{
	padding:0 20px;
}
.recTop #mainBox #main .inner p{
	font-size:16px;
	margin-top:20px;
}
.recTop #mainBox #main .inner p.lead{
	font-size:24px;
}
.recTop #mainBox #main .inner span{
	top:15px;
}
.recTop #message{
	padding:40px 20px 110px 50px;
}
.recTop #message .inner{
	padding-top:0;
}
.recTop #message .inner::after{
	content:"";
	display:block;
	width:0;
	height:0;
	clear:both;
}
.recTop #message .photo{
	position:relative;
	width:90%;
}
.recTop #message .txt{
	padding:60px 20px 50px;
	margin-top:-40px;
	margin-left:10%;
	margin-right:10px;
	width:300px;
	float:right;
}
.recTop #message .txt h2{
	font-size:32px;
}
.recTop #message .inner .txt p{
	margin-top:20px;
	font-size:14px;
}
.recTop #message .txt .more a{
	padding: 10px 60px 11px 20px;
	font-size:16px;
}
.recTop #message .txt .more a::after{
	right:25px;
}
.recTop #message .txt .more a:hover::after{
	right:20px;
}
.recTop #whats,
.recTop #voiceT,
.recTop #voiceF,
.recTop #entry{
	padding:0 0 90px;
}
.recTop #whats::before,
.recTop #voiceT::before,
.recTop #voiceF::before,
.recTop #entry::before{
	height: 100px;
	top: -40px;
}
.recTop #whats .inner{
	padding:0 20px;
}
.recTop #whats h3{
	font-size:24px;
	margin-top:30px;
}
.recTop #whats p{
	font-size:14px;
}
.recTop #whats ul{
	margin-top:30px;
	margin-right:-10px;
}
.recTop #whats ul li{
	width:33.33%;
	padding-right:10px;
}
.recTop #whats ul li:nth-child(4n+2),
.recTop #whats ul li:nth-child(4n+3),
.recTop #whats ul li:nth-child(4n){
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #whats ul li:nth-child(3n+2){
	-webkit-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	-ms-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
}
.recTop #whats ul li:nth-child(3n){
	-webkit-transition:top 0.5s 0.4s,opacity 0.5s 0.4s;
	-ms-transition:top 0.5s 0.4s,opacity 0.5s 0.4s;
	transition:top 0.5s 0.4s,opacity 0.5s 0.4s;
}
.recTop #whats .more{
	margin-top:30px;
}
.recTop #whats .more a{
	padding: 10px 60px 11px 20px;
	font-size: 16px;
}
.recTop #whats .more a::after{
	right:20px;
}
.recTop #whats .more a:hover::after{
	right:15px;
}
.recTop #voiceT .inner,
.recTop #voiceF .inner{
	padding:0 40px;
}
.recTop #voiceT ul,
.recTop #voiceF ul{
	margin-top:30px;
}
.recTop #voiceT ul li.show a .photo::after,
.recTop #voiceF ul li.show a .photo::after{
	top:15%;
}
.recTop #voiceT ul li a .txt,
.recTop #voiceF ul li a .txt{
	padding:30px 15px 30px 15px;
}
.recTop #voiceT ul li a .txt h3,
.recTop #voiceF ul li a .txt h3{
	font-size:11px;
	padding:8px 10px;
	left:-15px;
}
.recTop #voiceT ul li a .txt p,
.recTop #voiceF ul li a .txt p{
	font-size:14px;
}
.recTop #voiceT ul li a .txt::after,
.recTop #voiceF ul li a .txt::after{
	bottom:12px;
	right:12px;
}
.recTop #voiceT ul li a:hover .txt::after,
.recTop #voiceF ul li a:hover .txt::after{
	right:7px;
}
.recTop #entry .inner{
	padding:0 20px;
}
.recTop #entry ul{
	margin-top:30px;
	margin-right:-20px;
}
.recTop #entry ul li{
	padding-right:20px;
}
.recTop #entry ul li a{
	padding:20px;
}
.recTop #entry ul li a span{
	font-size:24px;
}

/* 新卒採用 */
.fresh #mainBox{
	padding-top:40px;
}
.fresh #main h1{
	font-size:14px;
}
.fresh #main h1 span{
	font-size:32px;
}
.fresh #contents .read{
	font-size:16px;
}
.fresh #contents h3{
	font-size: 14px;
}
.fresh #contents table th{
	font-size:12px;
	width:80px !important;
}
.fresh #contents table td{
	font-size:12px;
}

/* キャリア採用 */
.career #mainBox{
	padding-top:40px;
}
.career #main h1{
	font-size:14px;
}
.career #main h1 span{
	font-size:32px;
}
.career #contents table th{
	font-size:12px;
}
.career #contents table td{
	font-size:12px;
}

/* 社長メッセージ */
.message #main{
	padding:0px 20px;
	width:100%;
	margin-left:-20px;
	background-size:cover;
	height:300px;
}
.message #main .txt{
	top:80px;
	left:20px;
}
.message #main .txt h1{
	font-size:16px;
}
.message #main .txt h2{
	font-size:24px;
}
.message #main .txt h2 span{
	font-size:24px;
}
.message #main .txt h2 span:last-child{
	font-size:16px;
}
.message .section{
	min-height:0px;
}
.message .section .photo{
	position:static;
	max-width:370px;
	width:auto;
	margin:0px auto 20px auto;
}
.message .section .txt h3{
	font-size:16px;
}
.message .section .txt h3 br{
	display:none;
}
.message .section .txt p{
	font-size:12px;
	line-height:1.8em;
	margin-bottom:25px;
}
.message .left .txt{
	margin-left:0px;
}
.message .right .txt{
	margin-right:0px;
}

/* 先輩社員の声 */
.voice #main{
	padding:0px 20px;
	width:100%;
	margin-left:-20px;
	background-size:cover;
	height:300px;
}
.voice #main h1{
	padding:40px 0px 0px 0px;
}
.voice #main h1 span{
	font-size:14px;
}
.voice #main h1 strong{
	font-size:24px;
}
.voice #main h2{
	padding:30px 0 0 0;
}
.voice #main #gradation{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(/img/recruit/voice/main_gradation.png);
	background-position:left top;
	background-repeat:repeat-y;
}
.voice .section{
	min-height:0px;
}
.voice .section .photo{
	position:static;
	max-width:370px;
	width:auto;
	margin:0px auto 20px auto;
}
.voice .section .txt h3{
	font-size:14px;
}
.voice .section .txt p{
	font-size:12px;
	line-height:1.8em;
	margin-bottom:25px;
}
.voice .left .txt{
	margin-left:0px;
}
.voice .right .txt{
	margin-right:0px;
}
.voice #schedule{
	margin-bottom:20px;
}
.voice #schedule table + h4{
	margin-top:15px;
}
.voice #schedule table{
	font-size:12px;
}
.voice #schedule table th{
	width:70px;
}
.voice #schedule table td{
	padding-left:15px;
}

/* 先輩社員の声 TOP */
.voiceTop #bnrNaviT{
	padding:40px 0;
}
.voiceTop #bnrNaviF{
	padding:85px 0;
}
.voiceTop #bnrNaviT::after,
.voiceTop #bnrNaviF::after{
	height:100px;
	bottom:-40px;
}
.voiceTop #bnrNaviT h1,
.voiceTop #bnrNaviF h1{
	font-size:14px;
}
.voiceTop #bnrNaviT h1 span,
.voiceTop #bnrNaviF h1 span{
	font-size:32px;
}
.voiceTop #bnrNaviT .inner,
.voiceTop #bnrNaviF .inner{
	padding:0 40px;
}
.voiceTop #bnrNaviT ul,
.voiceTop #bnrNaviF ul{
	margin-top:30px;
}
.voiceTop #bnrNaviT ul li a .photo::after,
.voiceTop #bnrNaviF ul li a .photo::after{
	top:15%;
}
.voiceTop #bnrNaviT ul li a .txt,
.voiceTop #bnrNaviF ul li a .txt{
	padding:30px 15px 30px 15px;
}
.voiceTop #bnrNaviT ul li a .txt h3,
.voiceTop #bnrNaviF ul li a .txt h3{
	font-size:11px;
	padding:8px 10px;
	left:-15px;
}
.voiceTop #bnrNaviT ul li a .txt p,
.voiceTop #bnrNaviF ul li a .txt p{
	font-size:14px;
}
.voiceTop #bnrNaviT ul li a .txt::after,
.voiceTop #bnrNaviF ul li a .txt::after{
	bottom:12px;
	right:12px;
}
.voiceTop #bnrNaviT ul li a:hover .txt::after,
.voiceTop #bnrNaviF ul li a:hover .txt::after{
	right:7px;
}

/* ローカルナビ */
#mainBox #lNavi{
	padding-top:70px;
}
#mainBox #lNavi li{
	font-size:11px;
}
#mainBox #lNavi li a > span span{
	font-size:16px;
}
}

@media screen and (max-width: 640px) {
/* RECRUIT TOP */
.recTop #whats ul li{
	width:50%;
}
.recTop #whats ul li:nth-child(3n+2),
.recTop #whats ul li:nth-child(3n){
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #whats ul li:nth-child(2n){
	-webkit-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	-ms-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
}
.recTop #voiceT ul,
.recTop #voiceF ul{
	margin-right:-10.93%;
}
.recTop #voiceT ul li,
.recTop #voiceF ul li{
	width:50%;
	padding-right:10.93%;
}
.recTop #voiceT ul li:nth-child(3n+1),
.recTop #voiceF ul li:nth-child(3n+1){
	clear:none;
}
.recTop #voiceT ul li:nth-child(2n+1),
.recTop #voiceF ul li:nth-child(2n+1){
	clear:left;
}
.recTop #voiceT ul li:nth-child(3n+2) a .photo,
.recTop #voiceT ul li:nth-child(3n) a .photo,
.recTop #voiceF ul li:nth-child(3n+2) a .photo,
.recTop #voiceF ul li:nth-child(3n) a .photo{
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}
.recTop #voiceT ul li:nth-child(2n) a .photo,
.recTop #voiceF ul li:nth-child(2n) a .photo{
	-webkit-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	-ms-transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
	transition:top 0.5s 0.2s,opacity 0.5s 0.2s;
}
.recTop #voiceT ul li:nth-child(3n+2) a .photo::after,
.recTop #voiceT ul li:nth-child(3n) a .photo::after,
.recTop #voiceF ul li:nth-child(3n+2) a .photo::after,
.recTop #voiceF ul li:nth-child(3n) a .photo::after{
	-webkit-transition:top 0.5s 0.2s,left 0.5s 0.2s,opacity 0.5s 0.2s;
	-ms-transition:top 0.5s 0.2s,left 0.5s 0.2s,opacity 0.5s 0.2s;
	transition:top 0.5s 0.2s,left 0.5s 0.2s,opacity 0.5s 0.2s;
}
.recTop #voiceT ul li:nth-child(2n) a .photo::after,
.recTop #voiceF ul li:nth-child(2n) a .photo::after{
	-webkit-transition:top 0.5s 0.4s,left 0.5s 0.4s,opacity 0.5s 0.4s;
	-ms-transition:top 0.5s 0.4s,left 0.5s 0.4s,opacity 0.5s 0.4s;
	transition:top 0.5s 0.4s,left 0.5s 0.4s,opacity 0.5s 0.4s;
}
.recTop #voiceT ul li:nth-child(3n+2) a .txt,
.recTop #voiceT ul li:nth-child(3n) a .txt,
.recTop #voiceF ul li:nth-child(3n+2) a .txt,
.recTop #voiceF ul li:nth-child(3n) a .txt{
	-webkit-transition:top 0.5s 0.6s,opacity 0.5s 0.6s;
	-ms-transition:top 0.5s 0.6s,opacity 0.5s 0.6s;
	transition:top 0.5s 0.6s,opacity 0.5s 0.6s;
}
.recTop #voiceT ul li:nth-child(2n) a .txt,
.recTop #voiceF ul li:nth-child(2n) a .txt{
	-webkit-transition:top 0.5s 0.8s,opacity 0.5s 0.8s;
	-ms-transition:top 0.5s 0.8s,opacity 0.5s 0.8s;
	transition:top 0.5s 0.8s,opacity 0.5s 0.8s;
}
.recTop #voiceT ul li a .txt h3,
.recTop #voiceF ul li a .txt h3{
	left:-10px;
}

/* 先輩社員の声 TOP */
.voiceTop #bnrNaviT ul,
.voiceTop #bnrNaviF ul{
	margin-right:-10.93%;
}
.voiceTop #bnrNaviT ul li,
.voiceTop #bnrNaviF ul li{
	width:50%;
	padding-right:10.93%;
}
.voiceTop #bnrNaviT ul li:nth-child(3n+1),
.voiceTop #bnrNaviF ul li:nth-child(3n+1){
	clear:none;
}
.voiceTop #bnrNaviT ul li:nth-child(2n+1),
.voiceTop #bnrNaviF ul li:nth-child(2n+1){
	clear:left;
}
.voiceTop #bnrNaviT ul li a .txt h3,
.voiceTop #bnrNaviF ul li a .txt h3{
	left:-10px;
}

/* ローカルナビ */
#mainBox #lNavi li{
	width:50%;
	margin-top:20px;
}
#mainBox #lNavi li:nth-child(2){
	border-right:solid 1px rgba(51,90,129,0.5);
}
#mainBox #lNavi li:nth-child(-n+2){
	margin-top:0;
}
}

@media screen and (max-width: 470px) {
/* RECRUIT TOP */
.recTop #mainBox #main .inner p{
	font-size:14px;
}
.recTop #mainBox #main .inner p.lead{
	font-size:20px;
}
.recTop #message .txt{
	width:auto;
	float:none;
}
.recTop #entry ul{
	margin-right:0;
}
.recTop #entry ul li{
	padding-right:0;
	width:100%;
	margin-top:15px;
}
.recTop #entry ul li:first-child{
	margin-top:0;
}
.recTop #entry ul li:nth-child(2){
	-webkit-transition:top 0.5s,opacity 0.5s;
	-ms-transition:top 0.5s,opacity 0.5s;
	transition:top 0.5s,opacity 0.5s;
}

/* 社長メッセージ */
.message #main{
	height:200px;
}
.message #main .txt{
	top:55px;
	left:15px;
}
.message #main .txt h1{
	font-size:14px;
	margin-bottom:10px;
}
.message #main .txt h2{
	font-size:16px;
}
.message #main .txt h2 span{
	font-size:16px;
}
.message #main .txt h2 span:last-child{
	font-size:14px;
	margin-top:10px;
}

/* 先輩社員の声 */
.voice #main{
	height:200px;
}
.voice #main h1{
	padding:20px 0px 0px 0px;
}
.voice #main h1 span{
	margin-bottom:5px;
	font-size:12px;
}
.voice #main h1 strong{
	font-size:16px;
}
.voice #main h2{
	bottom:20px;
}
.voice #main h2 span{
	font-size:16px;
}
.voice #main h2 strong{
	font-size:14px;
}
}