@charset "utf-8";

.br {display: block;}
.br2 {display: none;}

/*===========================================

CARRER

===========================================*/

.recruit section#carrer {
    background: url(../imgs/recruit/jobinfo/bg_jobinfo.png) no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}

.recruit .carrerBox {
    background: #fff;
    width: 60%;
    margin: 0px auto;
    padding: 50px;
    box-sizing: border-box;
	text-align:center;
	border-radius:10px;
}

.recruit .carrerBox h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
    letter-spacing: 2px;
    text-align: left;
    line-height: 2em;
    margin: 0 0 50px 0;
}

/*===========================================

CHALLENGE

===========================================*/

.recruit section#challenge {
    background: url(../imgs/recruit/jobinfo/bg_jobinfo.png) no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}

.recruit .challengeBox {
    background: #fff;
    width: 60%;
    margin: 0px auto;
	overflow:hidden;
    padding: 50px;
    box-sizing: border-box;
	border-radius:10px;
}

.recruit .challengeBox h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
    letter-spacing: 2px;
    text-align: left;
    line-height: 2em;
    margin: 0 0 50px 0;
}

.recruit .challengeBox p {
    font-family: 'Martel', serif;
    border-top: 3px solid #333;
    font-size: 350%;
    margin: 40px 0 0 0;
}

/*01*/
.recruit .challengeBox .left {
	float:left;
	width:60%;
	overflow:hidden;
}

.recruit .challengeBox .box {
	overflow:hidden;
	margin:0 0 30px 0;
}

.recruit .challengeBox .box li {
	float:left;
}

.recruit .challengeBox dl{
	width:38%;
	float:right;
	border-top: 3px solid #333;
}

.recruit .challengeBox dt {
    padding: 8px 0 10px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 130%;
    letter-spacing: 2px;
    font-weight: bold;
}

.recruit .challengeBox dd{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 90%;
    line-height: 1.8em;
    margin: 10px 0 0 0;
}





/*===========================================

EVENT

===========================================*/

.event_button {
	background:#111;
	position:relative;
	color: #fff;
	display: block;
	padding: 20px 80px 18px;
	max-width: max-content;
	margin:50px auto 0;
	text-align: center;
	border-radius: 0;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1.1em;
}
.event_button:hover {
	opacity:0.8;
	text-decoration:none !important;
}
.event_button:before {
	content:"";
	background: url(../imgs/recruit/arrow_on.png) no-repeat;
	position: absolute;
	width: 18px;
	height: 13px;
	right: 2%;
	transform: rotate(-90deg);
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 15px;
}

/*お知らせ*/
.recruit .eventBox .kokuchi {
	/* border: 1px solid #ff3030; */
	font-weight: normal;
	/* padding: 15px; */
	margin: 0;
}
.recruit .eventBox .kokuchi p {
	text-align:center;
	padding: 0;
}
.recruit .eventBox .kokuchi ul {
	max-width: 95%;
	margin: 40px auto 0;
	display: flex;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	padding: 30px;
	box-sizing: border-box;
	flex-wrap: wrap;
	position: relative;
	border-radius: 5px;
}
.recruit .eventBox .kokuchi ul:before {
	content:"";
	width: 1px;
	height: 100%;
	position: absolute;
	background: #eee;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.recruit .eventBox .kokuchi li {/* padding: 30px; */width: 50%;box-sizing: border-box;}
.recruit .eventBox .kokuchi li:last-child {
	border: none;
	padding: 0 0 0 40px;
	width: 50%;
}
.recruit .eventBox .kokuchi li p {
	text-align:left;
	line-height: 1.8;
}
.recruit .eventBox .kokuchi li p a {
	color: #69c;
	margin: 0 0 0 5px;
	text-decoration: underline;
}
.recruit .eventBox .kokuchi li h6 {
	font-weight: bold;
	position: relative;
	font-size: 1.1em;
	margin: 0 0 10px;
}
.recruit .eventBox .kokuchi li h6:after {
	content:"";
	/* background: #ccc; */
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60%;
	height: 1px;
	margin: auto;
}
.recruit .eventBox .kokuchi b{
	/* color: #ff3030; */
	font-size: 1.5em;
	letter-spacing: 1px;
	line-height: 2;
	text-align: center;
	display: block;
	margin: 0 0 15px;
}

/**/
.recruit .eventBox .kokuchi2 {
	clear: both;
	border: none;
	padding: 50px 0 0;
	margin: 50px 0;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 2px;
	color: #f00;
	line-height: 2;
	padding: 0;
}
/**/

.recruit section#event {
    background: url(../imgs/recruit/jobinfo/bg_jobinfo.png) no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}

.recruit .eventBox {
    background: #fff;
    width: 60%;
    margin: 0px auto;
    padding: 60px 50px 80px;
    box-sizing: border-box;
    border-radius:10px;
    overflow:hidden;
}

.recruit .eventBox ul.eventTab {
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}

.recruit .eventBox ul.eventTab li {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #000;
    float: left;
    text-align: center;
    margin: 0 0 30px 0;
    cursor: pointer;
    font-size: 1.1em;
    color: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 500;
}

.recruit .eventBox ul.eventTab li b {
	font-size: 140%;
    padding: 8px 0 10px 0;
    display: block;
    letter-spacing: 2px;
}

.recruit .eventBox ul.eventTab li .date {
	display:inline-block;
	margin:0 10px 10px 0;
}

.recruit .eventBox ul.eventTab li .date.last {
	margin:0;
}

.recruit .eventBox ul.eventTab li .date p {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 5em;
    line-height: 0.8em;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.recruit .eventBox ul.eventTab li .date span {
    display: inline-block;
    vertical-align: middle;
    background: #222;
    color: #fff;
    font-size: 85%;
    border-radius: 100px;
	line-height:1.4em;
    width: 18px;
    height: 18px;
    padding: 5px;
    text-align: center;
    margin: 40px 0 0 5px;
}



.recruit .eventBox ul.eventTab li:nth-child(1) {
	border-left:2px solid #000;
}

/*東海*/
.recruit .eventBox ul.eventTab li {
    background:#fff;
}

.recruit .eventBox ul.eventTab li:hover {
    background:#000;
	color:#fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.recruit .eventBox ul.eventTab li.active {
    background:#000;
	color:#fff;

}




.recruit .eventBox article {
	clear:both;
	overflow:hidden;
	display:inline-block;
	width:100%;
}

.recruit .eventBox article.fukuoka {
	display:none;
}

/*.recruit .eventBox article.tokyo {
display:none;
}*/


.recruit .eventBox .sub_ttl_event {
    font-style: oblique;
    text-align: left;
    margin: 50px 0 0 0;
    border-left: 5px solid #333;
    padding: 0 0 0 15px;
    font-size: 150%;
    font-weight: bolder;
    color: #333;
}

.recruit .eventBox span {
    padding: 30px 0 0 0;
    display: block;
    font-weight: bolder;
    letter-spacing: 1px;
}


.recruit .eventBox .ttl_line {
	clear:both;
	border-bottom: 3px solid #333;
	padding: 50px 0 10px 0;
	font-size: 160%;
	text-align: left;
	font-weight: bolder;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.recruit .eventBox p {
    clear: both;
    /* padding: 30px 0 0 0; */
    line-height: 2;
}

.recruit .eventBox .dateBox {
	clear:both;
	margin: 10px 0 0 0;
	font-size: 0.95em;
}


.recruit .eventBox .dateBox .num {
    display: inline-block;
    vertical-align: middle;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 30px 20px 0 0;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.recruit .eventBox .dateBox .date {
	height: 100px;
	margin:0 30px 0 0;
	display:inline-block;
	vertical-align:middle;
}

.recruit .eventBox .dateBox p {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 5.5em;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
    font-weight: bold;
	line-height: 1.2;
    letter-spacing: 4px;
}

.recruit .eventBox .dateBox span {
	display:inline-block;
	vertical-align: middle;
	background: #000;
	color: #fff;
	font-size: 120%;
	border-radius: 100px;
	width: 28px;
	height: 28px;
	padding: 5px;
	text-align: center;
	margin:40px 0 0 10px;
}



.recruit .eventBox .dateBox .detail {
	display: block;
	vertical-align:middle;
	/*border-bottom: 1px dotted #ccc;*/
	padding: 20px 0 10px 0;
}

.recruit .eventBox .dateBox .detail dl {
    font-size: 1em;
    padding: 0 0 20px 0;
    /* font-weight: 500; */
}

.recruit .eventBox .dateBox .detail dt {
	display: block;
	vertical-align: middle;
	margin: 0 0 5px;
	font-weight: 500;
}

.recruit .eventBox .dateBox .detail dd {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	line-height: 2;
}

.recruit .eventBox .dateBox .detail dd a {
	margin: 0 10px 0 0;
}
.recruit .eventBox .dateBox .detail dd b {
    display: block;
    font-weight: normal;
    font-size: 0.95em;
    margin: 0;
}

/*郵送先*/
.recruit .eventBox .send {
    border: 1px solid #000;
    overflow: hidden;
    width: 75%;
    margin: 30px 0 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.recruit .eventBox .send .ttl_send {
    float: left;
    padding: 8px 30px 8px 0;
    border-right: 2px solid #000;
    font-size: 120%;
    letter-spacing: 2px;
    font-weight: bold;
    width: 15%;
    text-align: center;
}

.recruit .eventBox .send .add_send {
	float:right;
	width: 75%;





}

.recruit .eventBox .send .add_send span {
	padding:0 0 2px 0;
	font-size: 90%;
	font-weight: normal;
}


.recruit .eventBox .eventTable {
	width: 52%;
    /*MAPありは50%*/
	/*width: 50%;
    float: left;*/
	display: inline-block;
	vertical-align: top;
	margin: 0 0 50px 0;
	text-align: left;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.recruit .eventBox .eventTable th {
	padding: 0 20px;
	font-weight:bold;
	vertical-align: middle;
	font-size: 85%;
	width: 27%;
	box-sizing: border-box;
}

.recruit .eventBox .eventTable tr:nth-child(odd) {
	background:#eee;
}

.recruit .eventBox .eventTable td {
    padding:10px 8px 10px 10px;
    font-size: 0.9em;
    line-height: 1.8;
    letter-spacing: 1px;
}

.recruit .eventBox .eventTable table {
	margin:0 0 10px 0;
	width:100%;
}

.recruit .eventBox .eventTable span {
    padding: 5px 0 0 0;
    font-size: 90%;
    font-weight: normal;
    letter-spacing: 0;
    color: #ff3030;
}

.recruit .eventBox iframe {
	width:45%;
	display: inline-block;
	height: 350px;
	overflow: hidden;
	margin: 0 0 0 20px;
	vertical-align: top;
}

.recruit .eventBox .ev_line {
    clear: both;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.recruit .eventBox dl.text {
    clear: both;
    padding: 30px 0 0;
    border-top: 1px dotted #ccc;
    margin: 30px 0 0 0;	
}

.recruit .eventBox dl.text dt{text-align: center;font-size: 1em;line-height: 2;letter-spacing: 1px;}

.recruit .eventBox dl.text dd{
	text-align: center;
	margin: 15px 0 0 0;
}

/*会社説明会申し込み*/
.recruit .eventBox .app {
    clear: both;
    background: #d33f3f;
    padding: 10px;
	box-sizing:border-box;
    width: 100%;
    margin: 0 auto 80px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
}

.recruit .eventBox .app p {
    padding: 0 0 10px 0;
    text-align: center;
    color: #fff;
    font-size: 130%;
    letter-spacing: 2px;
    font-weight: bolder;
}

.recruit .eventBox .app span {
	font-size:90%;
	padding: 0;
}

.recruit .eventBox .appBox {
	background:#fff;
	padding: 20px;
}

.recruit .eventBox .appBox ul {
	margin: 10px 0 30px 0;
}

.recruit .eventBox .appBox li {
    width: 32%;
    padding:10px 10px 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    margin: 0 10px 0 0;
	text-align:center;
}

.recruit .eventBox .appBox li:last-child {
	margin:0;
}

.recruit .eventBox .appBox .contact {
	background:#f9f3e0;
	padding:15px;
	border-radius:3px;
	overflow:hidden;
}

.recruit .eventBox .appBox .contact p {
    color: #000;
    padding: 30px 15px 30px 0;
    text-align: center;
    font-size: 110%;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 3px;
    width: 18%;
    display: inline-block;
    vertical-align: middle;
}

.recruit .eventBox .appBox .contact ul {
    display: inline-block;
    vertical-align: middle;
    width: 73%;
    margin: 0;
    border-left: 1px solid #000;
    padding: 0 0 0 50px;
}

.recruit .eventBox .appBox .contact li {
    width: auto;
    border: none;
    padding: 0 0 5px 0;
    font-size: 90%;
	text-align:left;
	display:block;
}



@media (max-width:1499px){
/*===========================================

CARRER

===========================================*/

.recruit section#carrer {
    background: url(../imgs/recruit/jobinfo/bg_jobinfo.png) no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}

.recruit .carrerBox {
    width: 90%;
    padding: 30px;
}

.recruit .carrerBox h4 {
    font-size: 90%;
}

/*===========================================

CHALLENGE

===========================================*/
.recruit .eventBox .kokuchi ul {
	max-width: 100%;
}
.recruit .challengeBox {
    background: #fff;
    width: 90%;
    padding: 30px;
}


/*===========================================

EVENT

===========================================*/


.recruit section#event {
}

.recruit .eventBox {
    width: 90%;
    /* padding: 30px; */
}

.recruit .eventBox ul.eventTab {
	overflow:hidden;
}

.recruit .eventBox ul.eventTab li {
    margin: 0 0 50px 0;

}

.recruit .eventBox ul.eventTab li:nth-child(1) {
	border-left:2px solid #000;
}

/*東海*/
.recruit .eventBox ul.eventTab li#tb01 {
}

/*東海*/
.recruit .eventBox ul.eventTab li#tb01:hover {

}





/*東京*/
.recruit .eventBox ul.eventTab li#tb03 {
	background-size:50%;
}

.recruit .eventBox ul.eventTab li#tb03:hover {
	background-size:50%;
}

.recruit .eventBox ul.eventTab li#tb03.active {
	background-size:50%;
}





.recruit .eventBox article {
	clear:both;
	overflow:hidden;
	display:inline-block;
	width:100%;
}

.recruit .eventBox article.fukuoka {
	display:none;
}


.recruit .eventBox .sub_ttl_event {
    font-style: oblique;
    text-align: left;
    margin: 50px 0 0 0;
    border-left: 5px solid #333;
    padding: 0 0 0 15px;
    font-size: 150%;
    font-weight: bolder;
    color: #333;
}

.recruit .eventBox span {
    padding: 30px 0 0 0;
    display: block;
    font-weight: bolder;
    letter-spacing: 1px;
}


.recruit .eventBox p {
    clear: both;
    padding: 50px 0 0 0;
    text-align: left;
}

/*郵送先*/
.recruit .eventBox .send {
    border: 1px solid #000;
    overflow: hidden;
    width: 75%;
    margin: 30px 0 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.recruit .eventBox .send .ttl_send {
    float: left;
    padding: 8px 30px 8px 0;
    border-right: 2px solid #000;
    font-size: 120%;
    letter-spacing: 2px;
    font-weight: bold;
    width: 15%;
    text-align: center;
}

.recruit .eventBox .send .add_send {
	float:right;
	width: 75%;
}

.recruit .eventBox .send .add_send span {
	padding:0 0 2px 0;
	font-size: 90%;
	font-weight: normal;
}


.recruit .eventBox .eventTable {
    /*width: 50%;
    float: left;*/
    margin: 20px 0 0 0;
    text-align: left;
    letter-spacing: 2px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.recruit .eventBox .eventTable th {
	padding:10px;
	font-weight:bold;
    font-size: 85%;
}

.recruit .eventBox .eventTable tr:nth-child(odd) {
	background:#eee;
}

.recruit .eventBox .eventTable td {
    padding: 10px 20px;
    font-size: 90%;
}

.recruit .eventBox iframe {
	width:45%;
    float: right;
    height: 300px;
    overflow: hidden;
    margin:20px 0 50px 0;
}

.recruit .eventBox .ev_line {
    clear: both;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 0 0 50px 0;
}
}


@media (max-width:1023px){
/*===========================================

CARRER

===========================================*/

.recruit section#carrer {
    padding: 50px 0;
}

.recruit .carrerBox {
    width: 100%;
    padding: 20px 20px 50px 20px;
	border-radius:0;
}

.recruit .carrerBox h4 {
    font-size: 80%;
    line-height: 1.8em;
    margin: 0 0 20px 0;
}


	
/*===========================================

CHALLENGE

===========================================*/


.recruit .challengeBox {
    width: 100%;
    padding:30px 10px 50px 10px;
	border-radius:0;
}

.recruit .challengeBox h4 {
    font-size: 90%;
    line-height: 1.8em;
}

.recruit .challengeBox p {
    border-top: 3px solid #333;
    font-size: 350%;
    margin: 40px 0 0 0;
}

/*01*/
.recruit .challengeBox .challenge01 {
    height: auto;
    background-size: 100%;
    margin: 25px 0 40px 0;
    padding: 0;
}

.recruit .challengeBox dl{

}

.recruit .challengeBox dt {
    font-size: 120%;
}

.recruit .challengeBox dd{
    font-size: 100%;
}


/*===========================================

EVENT

===========================================*/

.recruit .eventBox {
    width: 100%;
    padding: 20px;
    border-radius: 0;
}

/*お知らせ*/
.recruit .eventBox .kokuchi {
	margin: auto;
	max-width: 100%;
	padding: 30px;
}


.recruit .eventBox ul.eventTab {
	overflow:hidden;
}

.recruit .eventBox ul.eventTab li {
    margin: 0 0 50px 0;
}

.recruit .eventBox ul.eventTab li:nth-child(1) {
	border-left:2px solid #000;
}

.recruit .eventBox ul.eventTab li b {
	font-size:120%;
	padding:8px 0 0 0;
}

.recruit .eventBox ul.eventTab li .date {
	margin:0 0 10px 0;

}

.recruit .eventBox ul.eventTab li .date p {
    font-size:3.5em;
	width:auto;
}

.recruit .eventBox ul.eventTab li .date span {
    margin: 25px 0 0 5px;
}


/*東京*/
.recruit .eventBox ul.eventTab li#tb03 {
	background-size:50%;
}

.recruit .eventBox ul.eventTab li#tb03:hover {
	background-size:50%;
}

.recruit .eventBox ul.eventTab li#tb03.active {
	background-size:50%;
}


.recruit .eventBox article {
	clear:both;
	overflow:hidden;
	display:inline-block;
	width:100%;
}

.recruit .eventBox article.fukuoka {
	display:none;
}

.recruit .eventBox article.tokyo {
/*	display:none;*/
}

.recruit .eventBox .sub_ttl_event {
    font-style: oblique;
    text-align: left;
    margin: 50px 0 0 0;
    border-left: 5px solid #333;
    padding: 0 0 0 15px;
    font-size: 150%;
    font-weight: bolder;
    color: #333;
}

.recruit .eventBox span {
    padding: 30px 0 0 0;
    display: block;
    font-weight: bolder;
    letter-spacing: 1px;
}


.recruit .eventBox .ttl_line {
    font-size: 130%;
}


.recruit .eventBox .dateBox .num {
    padding: 10px;
    font-size: 120%;
    margin: 30px 10px 0 0;
}

.recruit .eventBox .dateBox .date {
	height:auto;
	/* text-align: center; */
	margin: 0 auto;
	text-align: left;

}

.recruit .eventBox .dateBox .date p {
	font-size:6em;
	width:auto;
}

.recruit .eventBox .dateBox .detail {
	display:block;
	padding:15px 0 0 0;
}

.recruit .eventBox .dateBox .detail dl {
	font-size: 0.9em;
}

.recruit .eventBox .dateBox .detail dt {
	padding:0;
	display: block;
	width: auto;
}

.recruit .eventBox .dateBox .detail dd {
	letter-spacing: 0;
}


.recruit .eventBox p {
    clear: both;
    padding: 50px 0 0 0;
    text-align: left;
}

/*郵送先*/
.recruit .eventBox .send {
    border: 1px solid #000;
    overflow: hidden;
    width: 75%;
    margin: 30px 0 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.recruit .eventBox .send .ttl_send {
    float: left;
    padding: 8px 30px 8px 0;
    border-right: 2px solid #000;
    font-size: 120%;
    letter-spacing: 2px;
    font-weight: bold;
    width: 15%;
    text-align: center;
}

.recruit .eventBox .send .add_send {
	float:right;
	width: 75%;
}

.recruit .eventBox .send .add_send span {
	padding:0 0 2px 0;
	font-size: 90%;
	font-weight: normal;
}

.recruit .eventBox .eventTable tr:nth-child(odd) {
	background:#eee;
}


.recruit .eventBox iframe {
	width:45%;
    float: right;
    height: 300px;
    overflow: hidden;
    margin:20px 0 50px 0;
}

.recruit .eventBox .ev_line {
    clear: both;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 0 0 50px 0;
}

/*会社説明会申し込み*/

.recruit .eventBox .appBox li {
    width: 31%;
}


}

@media (max-width:767px){
	
.br {display: none;}
.br2 {display: block;}
	
/*===========================================

CARRER

===========================================*/

.recruit section#carrer {
    padding: 50px 0;
}

.recruit .carrerBox {
    width: 100%;
    padding: 20px 20px 50px 20px;
	border-radius:0;
}

.recruit .carrerBox h4 {
    font-size: 80%;
    line-height: 1.8em;
    margin: 0 0 20px 0;
}


	
/*===========================================

CHALLENGE

===========================================*/
.recruit .eventBox .kokuchi ul {
	display:block;
	padding: 30px 20px;
	margin: 20px auto 0;
}
.recruit .eventBox .kokuchi ul:before {
	display:none;
}
.recruit .eventBox .kokuchi li h6 {
	font-size: 1em;
}	
.recruit .eventBox .kokuchi li {
	width: 100%;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
}
.recruit .eventBox .kokuchi li p {
	width: auto;
	font-size: 0.9em;
}	
.recruit .eventBox .kokuchi li:last-child {padding: 0;width: auto;margin: 0;}
	
.recruit .challengeBox {
    width: 100%;
	border-radius:0;
}

/*01*/
.recruit .challengeBox {
    height: auto;
    background-size: 100%;
    margin: 25px 0 40px 0;
}

.recruit .challengeBox .left {
	width:auto;
	float:none;
}

.recruit .challengeBox dl{
    float: none;
    width: auto;
    margin: 10px 0 0 0;
    border: none;
}

.recruit .challengeBox dt {
    font-size: 100%;

	padding:8px 0 5px 0;
}

.recruit .challengeBox dd{
    font-size: 90%;
	margin:0;
}



/*===========================================

EVENT

===========================================*/

.recruit section#event {
    padding: 50px 0 100px 0;
}

.recruit .eventBox {
    width: 100%;
    padding:30px 10px 0 10px;
    border-radius: 0;
}

/*お知らせ*/
.recruit .eventBox .kokuchi {padding: 0;max-width: 95%;}

.recruit .eventBox .kokuchi b{
	font-size: 1.1em;
	line-height: 1.8;
}
.recruit .eventBox .kokuchi p {font-size: 0.8em;width: auto;}	

.recruit .eventBox .kokuchi2 {
	font-size: 1em;
}


.recruit .eventBox ul.eventTab {
	padding: 0;
}

.recruit .eventBox ul.eventTab li {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
    box-sizing:border-box;
    border-left:2px solid #000;
    font-size: 0.9em;
}

.recruit .eventBox ul.eventTab li:nth-child(1) {
	border-left:2px solid #000;
}



/*東京*/
.recruit .eventBox ul.eventTab li#tb03 {
    background-size: 40%;
}

.recruit .eventBox ul.eventTab li#tb03:hover {
    background-size: 40%;
}

.recruit .eventBox ul.eventTab li#tb03.active {
    background-size: 40%;
}


.recruit .eventBox article {
	clear:both;
	overflow:hidden;
	display:inline-block;
	width:100%;
}

.recruit .eventBox article.fukuoka {
	display:none;
}

.recruit .eventBox article.tokyo {
	/*display:none;*/
}

.recruit .eventBox .sub_ttl_event {
    padding: 0 0 0 15px;
    font-size: 120%;
	margin:30px 0 0 0;
}

.recruit .eventBox span {
    font-size: 90%;
}


.recruit .eventBox .ttl_line {
    font-size: 1em;
}
	
	.recruit .eventBox .dateBox .date {
		text-align: center;
			display: block;
	}

.recruit .eventBox .dateBox .num {
	padding: 5px 15px;
	font-size: 90%;
	display: block;
	text-align: center;
	margin: 30px 0 5px 0;
}

.recruit .eventBox .dateBox .date p {font-size: 4em;letter-spacing: 0;margin: 0 5px;padding: 0;}

.recruit .eventBox .dateBox .date span {
    width: 20px;
    height: 20px;
    margin: 30px 0 0 5px;
    font-size: 90%;
}


.recruit .eventBox p {clear: both;padding: 20px 0 0 0;text-align: left;/* width: 90%; */margin: 0 auto;}

/*郵送先*/
.recruit .eventBox .send {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 10px;
}

.recruit .eventBox .send .ttl_send {
    float: none;
    padding: 8px 30px 8px 0;
    border-right: none;
    border-bottom: 2px solid #000;
    font-size: 100%;
    width: 100%;
    box-sizing: border-box;
}

.recruit .eventBox .send .add_send {
    float: none;
    width: 100%;
    padding: 10px 0;
}

.recruit .eventBox .send .add_send span {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 80%;
}


.recruit .eventBox .eventTable {
    width: 100%;
    margin: 0;
    float: none;
}

.recruit .eventBox .eventTable th {
	font-size: 85%;
	width: 100%;
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	background: #eee;
}

.recruit .eventBox .eventTable tr:nth-child(odd) {
	background:#eee;
	width: 100%;
	display: block;
}

.recruit .eventBox .eventTable td {
    font-size: 0.8em;
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px;
    letter-spacing: 0;
    background: #fff;
    box-sizing:border-box;
}

.recruit .eventBox .eventTable table,tbody,tr,th,td {
	display:block;
}

.recruit .eventBox iframe {
    width: 100%;
    float: none;
    height: 250px;
    margin: 20px 0 0;
}

.recruit .eventBox .ev_line {
   padding: 0;
}
	
.recruit .eventBox dl.text {
    margin: 30px 0;
}

.recruit .eventBox dl.text dt{font-size: 0.8em;line-height: 2;letter-spacing: 0;text-align: left;}


.recruit .eventBox dl.text dd{font-size: 0.9em;}	

/*会社説明会申し込み*/


.recruit .eventBox .app p {
    font-size: 100%;
    letter-spacing: 3px;
}

.recruit .eventBox .app span {
	font-size:80%;
}

.recruit .eventBox .appBox {
	padding:10px;
}

.recruit .eventBox .appBox ul {
	margin:20px 0 30px 0;
}

.recruit .eventBox .appBox li {
    width: 80%;
    display: block;
    margin: 0 auto 10px;
}

.recruit .eventBox .appBox li:last-child {
	margin: 0 auto 10px;

}

.recruit .eventBox .appBox .contact {
	padding: 10px;
}

.recruit .eventBox .appBox .contact p {
    padding: 0 0 10px 0;
    border-right: none;
    width: 100%;
    margin: 0 0 10px 0;
}

.recruit .eventBox .appBox .contact ul {
    float: none;
    width: 100%;
    border: none;
    padding: 0;
}

.recruit .eventBox .appBox .contact li {
    width: auto;
    margin: 0;
}


}