@charset "utf-8";

/* メインビジュアル */
.mainv {
	background: url(../img/career/mainv.jpg) center top no-repeat;
	background-size: cover;
}

/*----------------------------------------------

要項

----------------------------------------------*/
.intro {
}
.intro h1 {
	margin: 35px 0 60px;
	letter-spacing: .2em;
	font-weight: 500;
}
.intro p {
	margin-bottom: 80px;
	letter-spacing: .1em;
}


.base-table {
	letter-spacing: .1em;
	line-height: 1.8;
}
.base-table tr {
	border-bottom: solid 1px #000;
}
.base-table th {
	width: 25%;
}
.base-table .middle-td {
	width: 52%;
}
.base-table th,
.base-table td {
	padding: 25px;
}

.link-red a {
	text-decoration: underline;
	color: #a80505;
}
/* セクション 共通ここまで */


#sec03 {
	margin-bottom: 100px;
}

/* 中途採用比率表示用のスタンダードテーブル 2022.3.28 50522追加 */

.career-std-table {
	width:100%;
	margin-top:0.7em;
}

.career-std-table, .career-std-table th, .career-std-table td {
	border:1px solid #000000 !important;
	border-collapse:collapse !important;
	letter-spacing: .1em;
	line-height: 1.8;
	text-align:center;
	padding:3px 5px;
	vertical-align:middle;
}

.career-std-table th, .career-std-table td {
	font-weight:bold;
}

.career-std-table .head {
	background-color: #f3ebde;
}

.career-std-table th .comment {
	font-weight:normal;
	font-size: smaller;
	display:block;
}

.career-std-table-p {
	font-size:smaller;
	text-align:right;
	margin-top:0.7em;
}

/* 中途採用比率表示用のスタンダードテーブル ここまで */

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {

	/*----------------------------------------------

	要項

	----------------------------------------------*/
	.intro h1 {
		margin: 30px 0 25px;
	}
	.intro p {
		margin-bottom: 40px;
	}

	
	/* table */
	.base-table {
		letter-spacing: .1em;
		line-height: 1.8;
	}
	.base-table thead {
		display: none;
	}
	.base-table .naiyo::before {
		content: "内容／"
	}
	.base-table .kinmu {
		padding-bottom: 15px;
	}
	.base-table .kinmu::before {
		content: "勤務地／"
	}
	.base-table tr {
		border-top: solid 1px #000;
	}
	.base-table th {
		width: 100%;
		padding: 15px 0 5px 0;
	}
	.base-table .middle-td {
		width: 100%;
	}
	.base-table th,
	.base-table td {
		display: block;
	}
	.base-table td {
		padding: 0;
	}
	/* セクション 共通ここまで */


	#sec03 {
		margin-bottom: 100px;
	}

}
