﻿@charset "utf-8";

#contents{
	position: relative;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 42px;
	padding: 0 30px;
}


#contents-wide header .title,
#contents header .title{
	text-align: center;
	margin: 0 auto 30px;
}
#contents-wide header .title img,
#contents header .title img{
	width: 99px;
	display: block;
	margin: 0 auto;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #bfbfbf;
}
#contents-wide header .title div,
#contents header .title div{
	display: inline-block;
	background-color: #3966c2;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 24px;
	line-height: 100%;
}


@media screen and (max-width: 980px){
#contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 10px;
}
}
@media screen and (max-width: 640px){
#contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 0 10px;
}
#contents-wide header .title,
#contents header .title{
	margin: 0px auto 20px;
}
#contents-wide header .title div,
#contents header .title div{
	font-size: 16px;
	padding: 12px;
}
}



/*----------------------------------------------------------
謗｡逕ｨ繝｡繝・そ繝ｼ繧ｸ
----------------------------------------------------------*/
.recruit-message .visual{
	position: relative;
	top: -100px;
	z-index: -1;
}

.recruit-message .visual img{
	max-width: 100%;
	
}


.recruit-message p.top{
	margin-top: -50px;
}
.recruit-message p{
	margin-bottom: 2em;
	line-height: 200%;
	padding: 0 10%;
}

@media screen and (max-width: 980px){
}
@media screen and (max-width: 640px){
.recruit-message .visual{
	position: relative;
	top: 0;
	z-index: -1;
}

.recruit-message p.top{
	margin-top: 20px;
}
.recruit-message p{
	margin-bottom: 2em;
	line-height: 200%;
	padding: 0 10px;
	font-size: 0.8rem;
}


}

/*----------------------------------------------------------
驕ｸ閠・ヵ繝ｭ繝ｼ
----------------------------------------------------------*/
#contents.recruit-flow{
	max-width: none;
	padding: 0;
}

.recruit-flow h1{
	font-size: 30px;
	font-weight: bold;
	margin: 60px 0 50px;
	text-align: center;
}

.recruit-flow .lead{
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
}

.recruit-flow .flow-bg{
	background-color: #3f6fc9;
	padding: 60px 0;
	margin-bottom: 20px;
}

.recruit-flow .flow-wrap{
	max-width: 1000px;
	margin: 0 auto;
	display: table;
}

.recruit-flow .flow-left{
	display: table-cell;
	width: 75%;
	padding-right: 10px;
}

.recruit-flow .flow-right{
	display: table-cell;
	width: 25%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.recruit-flow .flow-left .step-box{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.recruit-flow .flow-left .step-box.mb0{
	margin-bottom: 0;
}

.recruit-flow .flow-left .step{
	display: table-cell;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	width: 170px;
	padding-right: 20px;
}

.recruit-flow .flow-left .step img{
}

.recruit-flow .flow-left .step span.date{
	display: inline-block;
	margin-top: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	padding: 4px 10px;
	color: #3f6fc9;
	font-size: 12px;
	white-space: nowrap;
	font-weight: normal;
}

.recruit-flow .flow-left .box{
/*	display: table-cell; */
	background-color: #fff;
	padding: 16px 50px 22px;
	font-size: 90%;
}

.recruit-flow .flow-left .box h3{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
}

.recruit-flow .flow-left .arrow{
	margin: 10px 0 0;
	text-align: center;
}

.recruit-flow .flow-right p{
	margin-bottom: 36px;
}



.btn{
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
}

.btn-entry{
	background-color: #002dac;
	width: 49%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
}

.btn-mypage{
	background-color: #d7b100;
	width: 49%;
}

.recruit-flow .btn-seminar{
	background-color: #3ab5c7;
}

.recruit-flow .btn-entry:hover{
	background-color: #1a4ad0;
}

.btn-mypage:hover{
	background-color: #ebc92d;
}

.recruit-flow .btn-seminar:hover{
	background-color: #4dcadc;
}

.recruit-flow .message{
	max-width: 860px;
	margin: 0 auto 30px;
	display: table;
	width: 100%;
}

.recruit-flow .message .fukidasi{
	background-color: #e4e9f2;
	padding: 56px 46px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: table-cell;
}

.recruit-flow .message .fukidasi h2{
	color: #3f6fc9;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.recruit-flow .message .fukidasi p{
	font-weight: bold;
	line-height: 2em;
}

.recruit-flow .message .man{
	width: 220px;
	display: table-cell;
	vertical-align: bottom;
}

@media screen and (max-width: 980px){
.recruit-flow .flow-left .box{
	padding: 16px;
}

.recruit-flow .btn{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

}
@media screen and (max-width: 640px){
#contents.recruit-flow{
	padding: 10px;
}

.recruit-flow h1{
	font-size: 1em;
	text-align: left;
	margin: 0 0 20px;
}

.recruit-flow .lead{
	font-size: 0.8rem;
	text-align: left;
	font-weight: normal;
	margin: 0 0 20px;
}

.recruit-flow .lead br{
	display: none;
}

.recruit-flow .flow-wrap{
	display: block;
}

.recruit-flow .flow-bg{
	padding: 20px 10px;
}

.recruit-flow .flow-left{
	display: block;
	width: 100%;
	padding: 0;
}

.recruit-flow .flow-left .step{
	padding: 0;
}

.recruit-flow .flow-right{
	display: block;
	width: 100%;
	margin-top: 10px;
}

.recruit-flow .flow-right p{
	margin-bottom: 10px;
}

.recruit-flow .flow-left .step-box{
	display: block;
}

.recruit-flow .flow-left .step{
	display: block;
	width: 100%;
}

.recruit-flow .flow-left .step span.step-num{
	display: block;
}

.recruit-flow .flow-left .step span.date{
	margin-bottom: 10px;
}

.recruit-flow .flow-left .box{
	display: block;
	width: 100%;
}

.recruit-flow .flow-left .box h3{
	font-size: 1em;
}

.recruit-flow .flow-left .box p{
	font-size: 0.8rem;
}

.recruit-flow .flow-right p{
	font-size: 0.8rem;
}

.recruit-flow .message{
	display: block;
}

.recruit-flow .message .fukidasi{
	display: block;
	padding: 16px;
}

.recruit-flow .message .fukidasi h2{
	font-size: 1em;
	text-align: left;
	margin-bottom: 10px;
}

.recruit-flow .message .fukidasi p{
	font-size: 0.8rem;
	line-height: 150%;
	font-weight: normal;
}

.recruit-flow .message .man{
	display: none;
}

}



/*----------------------------------------------------------
蜍滄寔隕・�
----------------------------------------------------------*/
.recruit-requirent p{
	text-align: center;
	font-size: 18px;
	font-weight: bold
}

.recruit-requirent .banners{
	text-align: center;
	margin-bottom: 30px;
}

.recruit-requirent .banners a{
	display: inline-block;
	margin: 10px 5px;
}

@media screen and (max-width: 980px){
}
@media screen and (max-width: 640px){
}



/*----------------------------------------------------------
遖丞茜蜴夂函
----------------------------------------------------------*/
#contents.recruit-support{
	max-width: none;
	padding: 0;
}

.recruit-support .lead{
	text-align: center;
	margin: 40px 0 60px;
	font-weight: bold;
}

.recruit-support h2{
	width: 220px;
	border: 3px solid #3f6fc9;
	padding: 19px 0;
	text-align: center;
	color: #3f6fc9;
	font-weight: bold;
	margin: 0 auto;
	background-color: #fff;
}

.recruit-support .line{
	display: block;
	border-top: 1px solid #3f6fc9;
	position: relative;
	top: -34px;
	left: 0;
	z-index: -1;
}

.recruit-support .boxs{
	max-width: 1000px;
	margin: 0 auto 30px;
	display: table;
	width: 100%;
}

.recruit-support .boxs .box{
	width: 48%;
	margin: 0 1%;
	display: table-cell;
	border: 1px solid #3f6fc9;
}

.recruit-support .boxs .box-wide{
	width: 100%;
	border: 1px solid #3f6fc9;
}

.recruit-support .boxs .box-wide .lead{
	text-align: center;
	margin: 0px 0 20px;
}

.recruit-support .boxs .box-spacer{
	width: 4%;
	display: table-cell;
}

.recruit-support .boxs .box h3,
.recruit-support .boxs .box-wide h3{
	background-color: #3f6fc9;
	color: #fff;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.recruit-support .boxs .box-in{
	padding: 20px;
}

.recruit-support .boxs ul{
	padding-left: 1em;
}
.recruit-support .boxs li{
	list-style: disc;
}

.recruit-support .boxs table{
	border-collapse: collapse;
	width: 100%;
}

.recruit-support .boxs th{
	background-color: #eee;
	text-align: left;
	padding: 10px 20px;
	border: 1px solid #ccc;
	vertical-align: top;
}

.recruit-support .boxs td{
	padding: 10px 20px;
	border: 1px solid #ccc;
}

@media screen and (max-width: 980px){
.recruit-support .boxs{
	max-width: none;
}
.recruit-support p{
	padding: 0 10px;
}
.recruit-support .boxs{
	padding: 0 10px;
}
}

@media screen and (max-width: 640px){
.recruit-support .lead{
	margin: 20px 0;
	text-align: left;
	font-size: 0.8rem;
	font-weight: normal;
}

.recruit-support .lead br{
	display: none;
}

.recruit-support li,
.recruit-support th,
.recruit-support td{
	font-size: 0.8rem;
}

.recruit-support .boxs .box h3,
.recruit-support .boxs .box-wide h3{
	font-size: 1rem;
}

.recruit-support .boxs .box{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.recruit-support .boxs .box-spacer{
	display: none;
}

.recruit-support .boxs .box-wide .lead{
	font-size: 0.8rem;
	text-align: left;
}

.recruit-support .boxs .box-wide .lead br{
	display: none;
}

}



/*----------------------------------------------------------
謗｡逕ｨFAQ
----------------------------------------------------------*/
#contents.recruit-faq header .title div{
	padding: 12px 80px
}

.recruit-faq h2{
	background-color: #3f6fc9;
	padding: 30px 44px;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

.faq-wrap{
	border: 1px solid #3f6fc9;
	padding: 40px;
	margin-bottom: 50px;
}

.faq-wrap .question{
	color: #3f6fc9;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #3f6fc9;
	position: relative;
	cursor: pointer;
	max-width: 100%;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
	white-space: normal;

}

.faq-wrap .question:hover{
	background-color: #f6f6f6;
}

.faq-wrap .question .fa-plus{
	display: none;
	position: absolute;
	right: 10px;
	top: 24px;
}
.faq-wrap .question .fa-minus{
	display: none;
	position: absolute;
	right: 10px;
	top: 24px;
}
.faq-wrap .question .fa-plus.active,
.faq-wrap .question .fa-minus.active{
	display: block;
}

.faq-wrap .answer{
	display: none;
	background-color: #f6f6f6;
	padding: 22px;
	width: 100%;
}

.faq-wrap .answer div.a{
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 44px;
	height: 44px;
	background-color: #3f6fc9;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	margin-right: 18px;
	float: left;
}

.faq-wrap .answer div.a span{
}

.faq-wrap .answer div.t{
	margin-right: 40px;
	max-width: 100%;
	white-space: normal;
	padding-left: 50px;
}

@media screen and (max-width: 980px){
}
@media screen and (max-width: 640px){
.recruit-faq h2{
	padding: 10px;
	font-size: 1rem;
}

.faq-wrap{
	padding: 10px;
	margin-bottom: 20px;
}

.faq-wrap .question{
	font-size: 0.8rem;
}

.faq-wrap .answer{
	font-size: 0.8rem;
	padding: 10px;
}

}



/*----------------------------------------------------------
髫懊′縺・・治逕ｨ
----------------------------------------------------------*/
#contents.recruit-diversity{
	max-width: none;
	padding: 0;
}

.recruit-diversity .lead{
	text-align: left;
	margin: 40px 0 60px;
	font-weight: bold;
	line-height: 2em;
}

.recruit-diversity h2{
	width: 280px;
	border: 3px solid #3f6fc9;
	padding: 19px 0;
	text-align: center;
	color: #3f6fc9;
	font-weight: bold;
	margin: 0 auto;
	background-color: #fff;
}

.recruit-diversity .line{
	display: block;
	border-top: 1px solid #3f6fc9;
	position: relative;
	top: -34px;
	left: 0;
	z-index: -1;
}

.recruit-diversity .inner{
	max-width: 780px;
	margin: 50px auto;
}

.recruit-diversity h3{
	color: #3f6fc9;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #3f6fc9;
}

.recruit-diversity .jisseki{
	text-align: left;
	margin: 15px 0 80px;
	font-weight: bold;
}

.recruit-diversity .senpai{
	/*
	background-color: #3f6fc9;
	*/
}

.recruit-diversity .senpai h2{
	position: relative;
	z-index: 10;
}

.recruit-diversity .faq h2{
	position: relative;
	top: -34px;
}

.recruit-diversity .senpai .senpai-wrap{
	display: table;
	width: 100%;
	margin-top: -34px;
	border-top: 1px solid #3f6fc9;
	border-bottom: 1px solid #3f6fc9;

}

.recruit-diversity .senpai a{
	position: relative;
	width: 50%;
	border-right: 2px solid #fff;
	display: table-cell;
	height: 450px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.recruit-diversity .senpai .title{
	position: relative;
	display: inline-block;
	padding: 12px 0;
	width: 464px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	z-index: 2;
}

.recruit-diversity .senpai .title img{
	margin-bottom: 12px;
}


.recruit-diversity .senpai .bg{
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1;
}

.recruit-diversity .senpai .bg img{
	width: 100%;
	min-height: 450px;
	min-width: 600px;
}

.recruit-diversity .senpai a:hover .bg img{
	opacity: 1;
}


.recruit-diversity .faq{
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.recruit-diversity .faq h3{
	background-color: #3f6fc9;
	padding: 30px 44px;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
}


@media screen and (max-width: 980px){
.recruit-diversity .senpai a{
	height: auto;
	position: relative;
}

.recruit-diversity .senpai .title{
	width: 290px;
	height: 100px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.recruit-diversity .senpai .bg{
	width: 100%;
	position: static;
}

.recruit-diversity .senpai .bg img{
	width: 100%;
	min-height: initial;
	min-width: initial;
}

.recruit-diversity .senpai .sp{
	display: none !important;
}

.recruit-diversity .senpai .senpai-right{
	border-right: none;
}

.recruit-diversity .line.sp{
	display: none !important;;
}

}
@media screen and (max-width: 640px){
.recruit-diversity .lead{
	margin: 0 0 20px;
	text-align: left;
	font-size: 0.8rem;
	font-weight: normal;
}

.recruit-diversity .inner{
	padding: 0 10px;
	margin: 20px 0;
}

.recruit-diversity .jisseki{
	font-size: 0.8rem;
	font-weight: normal;
	margin-bottom: 20px;
}

.recruit-diversity .senpai{
}

.recruit-diversity .senpai h2 {
	width: 280px;
	border: 3px solid #3f6fc9;
	padding: 19px 0;
	text-align: center;
	color: #3f6fc9;
	font-weight: bold;
	margin: 0 auto;
	background-color: #fff;
}


.recruit-diversity .senpai .senpai-wrap{
	display: block;
	margin-top: 10px;
	border: none;
}

.recruit-diversity .senpai .sp{
	display: block !important;
}

.recruit-diversity .senpai-wrap a{
	display: block;
	width: 100%;
}

.recruit-diversity .senpai-wrap a img{
	width: 100%;
}

.recruit-diversity .senpai .senpai-left .title,
.recruit-diversity .senpai .senpai-right .title,
.recruit-diversity .senpai .senpai-left .bg,
.recruit-diversity .senpai .senpai-right .bg{
	display: none;
}


.recruit-diversity .senpai .title-en,
.recruit-diversity .senpai .title-jp{
	font-size: 1rem;
}

.recruit-diversity .faq .faq-inner{
	padding: 0 10px;
}

.recruit-diversity .faq h2 {
	top: 0;
	margin: 20px auto;
}

.recruit-diversity .line.sp{
	display: block !important;
	top: -52px;
}

.recruit-diversity .faq h3{
	padding: 10px;
	font-size: 1rem;
}

}

/*----------------------------------------------------------
髫懊′縺・・治逕ｨ - INTERVIEW
----------------------------------------------------------*/

.recruit-interview .profile{
	background-color: #09b6a2;
	margin-top: 80px;
	padding: 30px;
}

.recruit-interview .profile .left{
	width: 60%;
	float: left;
}

.recruit-interview .profile .left img{
	max-width: 100%;
}

.recruit-interview .profile .right{
	position: relative;
	width: 35%;
	float: right;
	color: #fff;
}

.recruit-interview .profile .right h1{
	font-size: 18px;
}

.recruit-interview .profile .right h1 img{
	margin-bottom: 13px;
	max-width: 100%;
}

.recruit-interview .profile .right .bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.recruit-interview .profile .right .bottom .name{
	font-size: 36px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.recruit-interview .profile .right .bottom .name span{
	display: block;
	font-size: 14px;
}

.recruit-interview .profile .right .bottom .unit{
	font-size: 14px;
}

.recruit-interview .message{
	background-color: #e2f1ef;
	padding: 90px 60px 50px;
	margin-bottom: 50px;
}

.recruit-interview .message .left{
	width: 46%;
	float: left;
}

.recruit-interview .message .right{
	width: 46%;
	float: right;
}

.recruit-interview .message .right img{
	max-width: 100%;
}

.recruit-interview .message h2{
	font-size: 18px;
	color: #019a87;
	margin-bottom: 2em;
	font-weight: bold;
}

.recruit-interview .message .box1{
	margin-bottom: 50px;
}

.recruit-interview .message .box1 h2{
	margin-bottom: .5em;
}

.recruit-interview .message .box3{
	margin-bottom: 50px;
}

.links{
	max-width: 1280px;
	margin: 30px auto 50px auto;
}

.links img{
	max-width: 100%;
}

.links .left{
	width: 49%;
	margin-right: 1%;
	text-align: right;
}

.links .right{
	width: 49%;
	margin-left: 1%;
	text-align: left;
}

@media screen and (max-width: 980px){
.recruit-interview .profile .right .bottom .name{
	font-size: 1.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.recruit-interview .profile .right .bottom .name span{
	font-size: 0.9rem;
}

.recruit-interview .profile .right .bottom .unit{
	font-size: 0.8rem;
}

.recruit-interview .message .left,
.recruit-interview .message .right{
	float: none;
	width: 100%;
}

.recruit-interview .message .tc{
	text-align: center;
}

}
@media screen and (max-width: 640px){

.recruit-interview .profile{
	padding: 10px;
	margin-top: 30px;
}

.recruit-interview .profile .left,
.recruit-interview .profile .right{
	float: none;
	width: 100%;
}

.recruit-interview .profile .right{
	height: auto !important;
}

.recruit-interview .profile .right h1{
	margin: 10px 0;
}

.recruit-interview .profile .right .bottom{
	position: static;
}

.recruit-interview .message{
	padding: 10px;
}

.recruit-interview .message h2{
	font-size: 1rem;
	margin-bottom: 1em;
}

.recruit-interview .message p{
	font-size: 0.8rem;
}

.recruit-interview .message .box1,
.recruit-interview .message .box2,
.recruit-interview .message .box3{
	margin-bottom: 20px;
}

}


/*----------------------------------------------------------
髫懊′縺・・治逕ｨ - CROSS TALK
----------------------------------------------------------*/

#contents.recruit-cross {
	max-width: none;
	padding: 0;
}

.recruit-cross .intro{
	position: relative;
	max-width: 1280px;
	margin: 0 auto 100px;
}

.recruit-cross .intro h1{
	width: 570px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 36px;
	left: 50%;
	margin-left: -285px;
	z-index: 100;
}

.recruit-cross .intro h1 img{
	margin-bottom: 25px;
}

.recruit-cross .intro h1 span{
	display: block;
	font-size: 25px;
	font-weight: bold;
}

.recruit-cross .intro .left{
	width: 50%;
	float: left;
	background-color: #de6a7f;
}

.recruit-cross .intro .right{
	width: 50%;
	float: right;
	background-color: #6779d8;
}

.recruit-cross .profile{
	padding: 26px 40px 0;
	text-align: center;
	position: relative;
	padding-top: 90px;
}

.recruit-cross .photo img{
	max-width: 100%;
}

.recruit-cross .intro .x{
	position: absolute;
	right: -33px;
	bottom: 80px;
	z-index: 10;
}

.recruit-cross .intro .unit{
	padding: 26px 40px;
	color: #fff;
}

.recruit-cross .intro .right .name,
.recruit-cross .intro .right .unit{
	text-align: right;
}

.recruit-cross .intro .unit .name{
	font-size: 36px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.recruit-cross .intro .unit .name span{
	display: block;
	font-size: 14px;
}

.recruit-cross .intro .unit p{
	font-size: 14px;
}


/*
.recruit-cross .intro .unit .k-left,
.recruit-cross .intro .unit .k-right{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.recruit-cross .intro .unit .k-left{
	text-align: right;
}

.recruit-cross .intro .unit .k-right{
	text-align: left;
}
*/


.recruit-cross .intro .now{
	padding: 26px 40px;
}

.recruit-cross .intro .left .now{
	background-color: #de6a7f;
}

.recruit-cross .intro .right .now{
	background-color: #6779d8;
}

.recruit-cross .intro .now h2{
	text-align: center;
	margin-bottom: 20px;
}

.recruit-cross .intro .now h2 span{
	display: inline-block;
	background-color: #fff;
	font-weight: bold;
	padding: 8px 16px;
	line-height: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.recruit-cross .intro .left .now h2 span{
	color: #d32d4a;
}

.recruit-cross .intro .right .now h2 span{
	color: #2f49dc;
}


.recruit-cross .intro .now p{
	color: #fff;
	font-size: 14px;
	line-height: 180%;
}

.recruit-cross .talk1{
	background-color: #9eb6e3;
}

.recruit-cross .talk2{
	background-color: #ebe785;
}

.recruit-cross .talk3{
	background-color: #bfe8e2;
}

.recruit-cross .talk4{
	background-color: #df9db4;
}

.recruit-cross .talk5{
	background-color: #e6c89e;
}

.recruit-cross .talk6{
	background-color: #d69ee6;
}

.recruit-cross .talk h2{
	width: 280px;
	border: 3px solid #3f6fc9;
	padding: 19px 0;
	text-align: center;
	color: #3f6fc9;
	font-weight: bold;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	top: -34px;
}


.recruit-cross .talk .talk-box{
	max-width: 860px;
	margin: 0 auto 65px;
	border: 15px solid #e4e4e4;
	padding: 30px;
	background-color: #fff;
	font-size: 14px;
	color: #282828;
}

.recruit-cross .talk .question{
	text-align: center;
	margin-bottom: 40px;
}

.recruit-cross .talk .question .mark{
	margin-bottom: 12px;
}

/*
.recruit-cross .talk .question h3:before{
	content: "";
	display: block;
	height: 1px;
	width: 90px;
	background-color: #a6a6a6;
	margin: 0 auto 24px;
}
*/

.recruit-cross .talk .question h3{
	font-weight: bold;
	font-size: 18px;
	padding-top: 30px;
}

.recruit-cross .talk .question.mt{
	margin-top: 50px;
}

.recruit-cross .talk .left{
	width: 360px;
	float: left;
}

.recruit-cross .talk .right{
	width: 360px;
	float: right;
}

.recruit-cross .talk .name{
	float: left;
	width: 45px;
}

.recruit-cross .talk .name span{
	display: inline-block;
	width: 100%;
	color: #fff;
	line-height: 100%;
	padding: 4px;
	text-align: center;
}

.recruit-cross .talk .name.c1{
	background: url('../../recruit/img/diversity/fuki-red.png') no-repeat 9px bottom;
	height: 34px;
}

.recruit-cross .talk .name.c2{
	background: url('../../recruit/img/diversity/fuki-blue.png') no-repeat 9px bottom;
	height: 34px;
}

.recruit-cross .talk .name.c1 span{
	background-color: #d32d4a;
}

.recruit-cross .talk .name.c2 span{
	background-color: #2f49dc;
}

.recruit-cross .talk p{
	float: right;
	width: 294px;
}


.recruit-cross .talk .talk-img{
	text-align: center;
	margin-top: 50px;
}


@media screen and (max-width: 980px){

.recruit-cross .intro h1 img{
	margin-bottom: 10px;
}

.recruit-cross .intro h1 span{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.recruit-cross .profile{
	height: auto;
	padding: 90px 20px 0;
}

.recruit-cross .intro .left .name{
	left: 20px;
	bottom: 30px;
}

.recruit-cross .intro .right .name{
	right: 20px;
	bottom: 30px;
}

.recruit-cross .intro .unit{
	padding: 26px 20px 0;
}

.recruit-cross .intro .unit .k-left img{
	max-width: initial;
}
.recruit-cross .intro .unit .k-right img{
	max-width: initial;
}

.recruit-cross .intro .x{
	bottom: 20px;
}

.recruit-cross .intro .now{
	padding: 26px 20px;
}


.recruit-cross .talk{
	padding: 0 5px;
}

.recruit-cross .talk .left,
.recruit-cross .talk .right{
	width: 100%;
	float: none;
	margin-bottom: 2em;
}

.recruit-cross .talk .name{
	width: 10%;
}

.recruit-cross .talk p{
	width: 85%;
}

.recruit-cross .talk .question.mt{
	margin-top: 1em;
}

}
@media screen and (max-width: 640px){

.recruit-cross .intro{
	margin-bottom: 50px;
}

.recruit-cross .intro h1{
	width: 100%;
	background: url('../../recruit/img/diversity/cross-bg.png');
	position: static;
	margin: 0 auto;
	padding: 10px 20px;
}

.recruit-cross .intro h1 img{
	margin-bottom: 10px;
	max-width: 400px;
	width: 100%;
}

.recruit-cross .intro h1 span{
	font-size: 0.8em;
}

.recruit-cross .intro .left{
	float: none;
	width: 100%;
}

.recruit-cross .intro .right{
	float: none;
	width: 100%;
}

.recruit-cross .intro .profile{
	background: none;
	padding: 10px;
}

.recruit-cross .intro .left .profile,
.recruit-cross .intro .right .profile{
	text-align: center;
}

.recruit-cross .intro .unit{
	padding: 15px;
	font-size: 0.8em;
}

.recruit-cross .intro .right .name,
.recruit-cross .intro .right .unit{
	text-align: left;
}

.recruit-cross .intro .now{
	padding: 10px;
}

.recruit-cross .intro .now h2{
	margin-bottom: 10px;
}

.recruit-cross .intro .now p{
	font-size: 0.8em;
}

.recruit-cross .intro .x{
	display: none;
}

.recruit-cross .talk h2{
	top: -10px;
}

.recruit-cross .talk .talk-box{
	border-width: 5px;
	padding: 10px;
	margin-bottom: 20px;
}

.recruit-cross .talk .question{
	margin-bottom: 10px;
}

.recruit-cross .talk .question h3{
	font-size: 1em;
	text-align: left;
}

.recruit-cross .talk .question h3 br{
	display: none;
}

.recruit-cross .talk .question h3:before{
	margin: 0 auto 10px;
}

.recruit-cross .talk .name{
	font-size: 0.8em;
	float: none;
	width: 70px;
}

.recruit-cross .talk .name.c1,
.recruit-cross .talk .name.c2{
	background-position: 9px 16px;
}

.recruit-cross .talk p{
	font-size: 0.8em;
	float: none;
	width: 100%;
}

.recruit-cross .talk .question.mt{
	margin-top: 0;
}

.recruit-cross .talk .talk-img{
	margin-top: 0;
}

.links{
	margin: 20px auto;
}

.links .left{
	width: 100%;
	margin: 0 0 10px;
	float: none;
	text-align: center;
}

.links .right{
	width: 100%;
	margin-left: 0;
	float: none;
	text-align: center;
}


}

