@charset "UTF-8";

/* last update : 2019-03-04 */


/*	recruit
----------------------------*/
/*3つの魅力*/
.recruit_appeal .appeal3 dt {
	font-weight: bold;
}

/*会社情報*/
.recruit_company > table td dl.in_table.dayoff dd > span {
	display: block;
}

.recruit_company > table td ul.in_table > li {
	line-height: 1.5;
	margin-bottom: 5px;
	padding-left: 1em;
	position: relative;
}

.recruit_company > table td ul.in_table > li:last-child {
	margin-bottom: 0;
}

.recruit_company > table td ul.in_table li::before {
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/*問い合わせ*/
.recruit_contact .sec_inner > p > a {
	text-decoration: underline;
}

/*メッセージ*/
.recruit_message {
	background: #f2f2f2;
}

#subpage #recruit_kobe .mainColumn .sec_common.recruit_message > h4 {
	padding-left: 0;
}

#subpage #recruit_kobe .mainColumn .sec_common.recruit_message > h4::before {
	content: none;
}

/*--- PC ---*/
@media print,screen and (min-width:768px){
	/*3つの魅力*/
	.recruit_appeal .sec_inner {
		position: relative;
	}

	.recruit_appeal .appeal3 {
		position: relative;
		z-index: 5;
	}
	
	.recruit_appeal .appeal3 dd {
		margin-bottom: 15px;
		margin-left: .5em;
	}

	.recruit_appeal .office_photo {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}

	/*会社情報*/
	.recruit_company > table th {
		width: 125px;
	}
	
	.recruit_company > table td dl.in_table > div {
		display: table;
		margin-bottom: 5px;
	}

	.recruit_company > table td dl.in_table > div:last-child {
		margin-bottom: 0;
	}
	
	.recruit_company > table td dl.in_table > div >* {
		display: table-cell;
		line-height: 1.5;
		vertical-align: top;
	}

	/*新卒採用者募集*/
	.recruit_requirements > table th {
		width: 125px;
	}

	/*メッセージ*/
	.recruit_message {
		padding: 15px;
	}
}

/*--- SP ---*/
@media only screen and (max-width:767px){
	/*3つの魅力*/
	.recruit_appeal .appeal3 dt {
		margin-left: -.5em;
	}
	
	.recruit_appeal .appeal3 dd {
		margin-bottom: 10px;
	}

	/*会社情報*/
	.recruit_company > table th {
		width: 95px;
	}

	.recruit_company > table td dl.in_table > div {
		margin-bottom: 5px;
	}

	.recruit_company > table td dl.in_table > div:last-child {
		margin-bottom: 0;
	}

	.recruit_company > table td dl.in_table.dayoff > div {
		display: table;
	}

	.recruit_company > table td dl.in_table.dayoff > div >* {
		display: table-cell;
		line-height: 1.5;
		vertical-align: top;
	}

	.recruit_company > table td dl.in_table.dayoff > div > dt {
		width: 3em;
	}

	.recruit_company > table td dl.in_table.dayoff dd > span {
		font-size: 1.2rem;
		margin-top: 3px;
	}

	/*新卒採用者募集*/
	.recruit_requirements > table th {
		width: 95px;
	}

	/*メッセージ*/
	.recruit_message {
		padding: 10px 15px;
	}
}