@charset "utf-8";
/* ----------------------------------
   採用情報
   ---------------------------------- */
.message-lead {
	font-size: 16px;
	font-size: 1.6rem;
}
@media print, (min-width: 60.0625em) {
	.message-lead {
		font-size: 20px;
		font-size: 2rem;
	}
}

/* ----------------------------------
   募集要項
   ---------------------------------- */
.youkou-table dd {
	margin: 0;
	padding: 8px 0 1.5em;
}
@media screen and (max-width: 40em) {
	.youkou-table dt {
		padding: 1em 0 0;
		border-top: 1px solid #e3e3e3;
	}
}
@media print, (min-width: 40.0625em) {
	.youkou-table dl {
		display: table;
		width: 100%;
		margin: 0;
	}
	.youkou-table dt,
	.youkou-table dd {
		display: table-cell;
		padding: 1.5em 0;
		vertical-align: top;
	}
	.youkou-table dt {
		width: 25%;
		border-bottom: 1px solid #999;
	}
	.youkou-table dd {
		padding-left: 2em;
		border-bottom: 1px solid #e3e3e3;
	}
}

.youkou-banner {
	padding: 20px 15px;
	border: 1px solid #ddd;
}

/* ----------------------------------
   職種紹介
   ---------------------------------- */
/* インデックス */
.staff-index {
	max-width: 960px;
	margin: 40px auto;
}
.staff-index__item .item__text {
	padding: 8px 4px;
}
.staff-index__item a {
	display: block;
	margin: 4px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.no-touchevents .staff-index__item a:hover {
	opacity: 0.7;
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

@media screen and (max-width: 40em) {
	.staff-index {
		margin: 0 4px;
	}
	.staff-index:after {
		display: block;
		content: "";
		clear: both;
	}
	.staff-index__item {
		float: left;
		width: 50%;
	}
}
@media print, (min-width: 40.0625em) {
	.staff-index:after {
		display: block;
		content: "";
		clear: both;
	}
	.staff-index__item {
		float: left;
		width: 25%;
		line-height: 1.4;
		margin-bottom: 30px;
		font-size: 15px;
		font-size: 1.5rem;
	}
}

/* 紹介ページ */
.staff__image {
	position: relative;
	max-width: 960px;
	margin: 0 auto 60px;
}
.staff__image img {
	position: relative;
	z-index: -1;
}
.staff__prof span {
	display: inline-block;
	font-size: 1.5em;
}

@media screen and (max-width: 40em) {
	.image__inner {
		background: #fff;
		margin: -20px 20px 0;
		padding: 20px 20px 0;
		text-align: center;
	}
	.staff__heading {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.staff__prof {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.staff__prof:after {
		display: block;
		content: "";
		width: 60px;
		height: 1px;
		margin: 16px auto;
		background: #000;
	}
	.staff__desc {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
	.staff__desc br {
		display: none;
	}
	.staff .h3 {
		text-align: left;
	}
}
@media print, (min-width: 40.0625em) {
	.staff__heading {
		position: absolute;
		left: 0;
		top: 28%;
		line-height: 1;
		margin-top: -1.4em;
		padding: 8px 16px;
		background: #1c1c1c;
		background: rgba(44, 44, 44, 0.9);
		color: #fff;
		font-size: 34px;
		font-size: 3.4rem;
		font-weight: normal;
	}
	.staff__heading.staff5 {
		margin-top: -2.3em;
	}
	.staff__prof {
		position: absolute;
		left: 0;
		top: 30%;
		line-height: 1;
		padding: 8px 16px;
		background: #fff;
	}
	.staff__image--r .staff__heading,
	.staff__image--r .staff__prof {
		left: auto;
		right: 0;
	}
	.staff__desc {
		position: relative;
		z-index: 1;
		margin: -30px 60px 0;
		padding: 20px;
		background: #f5f5f5;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: center;
	}
}

/* 職種紹介ページ下部ナビゲーション */
.staff-nav {
	line-height: 1.4;
	margin-top: 60px;
}
.staff-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.staff-nav li {
	display: inline-block;
	width: 120px;
	margin: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	vertical-align: top;
}
.staff-nav img {
	width: 100%;
	margin-bottom: 8px;
}
.staff-nav a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.no-touchevents .staff-nav a:hover {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

@media print, (min-width: 60.0625em) {
	.staff-nav {
		margin-top: 80px;
	}
	.staff-nav li {
		width: 140px;
	}
}
