@charset "utf-8";

/* ========================================================
	recruit.css => リクルート用CSS
======================================================== */


/* main
============================================================================================================ */
.main {
	overflow: hidden;
	position: relative;
	height: 338px;
	margin-bottom: 20px;
	padding-top: 28px;
	background-image: url(../images/main_bg.jpg), url(../images/main_bg_x.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat, repeat-x;
}
.main p {
	width: 960px;
	margin: 0 auto;
}
.main .txt {
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.main p.txt strong {
	font-size: 25px;
	font-size: 2.5rem;
	color: #ffef42;
}
.main:before,
.main .txt:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 16px;
	background-color: #fff;
}
.main:before {
	right: 50%;
	margin-right: 16px;
}
.main .txt:before {
	left: 50%;
	margin-left: 16px;
}
.main:after,
.main .txt:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0;
}
.main:after {
	right: 50%;
	border-width: 16px 0 0 16px;
	border-left-color: #fff
}
.main .txt:after {
	left: 50%;
	border-width: 0 0 16px 16px;
	border-bottom-color: #fff
}

@media (max-width: 640px) {
	.main {
		height: auto;
		padding-top: 15px;
		padding-bottom: 25px;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.main img {
		width: 180px;
	}
	.main p {
		padding: 0 10px;
		width: auto;
	}
	.main .txt {
		margin-top: 10px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.main p.txt strong {
		font-size: 2rem;
	}
}



/* 現在、募集はしておりません
============================================================================================================ */
.not {
	padding: 0 15px 15px;
}
.not p:first-child {
	margin-bottom: 30px;
	text-align: center;
}
.not strong {
	color: #1cb6da;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
@media (max-width: 640px) {
	.not {
		padding-bottom: 0;
	}
	.not p:first-child {
		margin-bottom: 15px;
	}
	.not strong {
		font-size: 1.6rem;
	}
}



/* 募集
============================================================================================================ */
.outline {
	padding: 80px 0 70px;
	background-color: #eee;
	text-align: center;
}
.outline a {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.outline a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
.outline a[href]:hover:after {
	background-color: rgba(255,255,255,0.3);
}
.outline span {
	display: inline-block;
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 2.1;
	text-align: left;
	vertical-align: top;
}
@media screen and (min-width: 769px), print {
	.outline a + a {
		margin-left: 5%;
	}
}
@media (max-width: 640px) {
	.outline {
		padding: 40px 10px 35px;
	}
	.outline a:after {
		content: none;
	}
	.outline a + a {
		margin-top: 5%;
	}
	.outline span {
		margin-top: 0;
	}
}



/* table
============================================================================================================ */
table.basic + table.basic {
	margin-top: 30px;
}
table.basic caption {
	padding: 0.2em;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
}
table.basic caption a {
	color: #fff;
}
table.basic th {
	width: 190px;
}
table.basic th a {
	color: #333;
}
table.basic caption ~ tbody th,
table.basic caption ~ tr th {
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}
table.basic caption ~ tbody td,
table.basic caption ~ tr td {
	padding-top: 0.9em;
	padding-bottom: 0.9em;
}

table.building caption {
	background-image: url(../images/building_title_bg.png);
}
table.building th {
	background-color: #d9f3ef;
	border-right-color: #45ddc6;
}

table.office caption {
	background-image: url(../images/office_title_bg.png);
}
table.office th {
	background-color: #f0fded;
	border-right-color: #9dd03d;
}

@media (max-width: 640px) {
	table.basic caption {
		display: block;
	}
	table.basic caption ~ tbody th,
	table.basic caption ~ tr th {
		padding-top: 0.2em;
		padding-bottom: 0.2em;
	}
	table.basic caption ~ tbody td,
	table.basic caption ~ tr td {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	table.basic caption ~ tbody tr,
	table.basic caption ~ tr {
		margin-bottom: -1px;
	}
	table.basic th a {
		font-size: 100%;
	}
}

.non {
	color: #aaa;
}

