@charset "Shift_JIS";

/* 企業情報
============================ */

/* 下線つき見出し */
#corp.company .underline {
	font-size: 1.063rem; /* 17px */
	}
	@media print, screen and (min-width:768px) {
	#corp.company .underline {
		font-size: 1.125rem;
	}
}

/* 採用情報バナー */
#corp.company .recruitArea {
	position: relative;
	z-index: 10;
	margin-bottom: 60px;
	}
	@media print, screen and (min-width:1305px) {
	#corp.company .recruitArea {
		margin-bottom: 80px;
	}
}
#corp.company .recruitArea p.bnr {
	width: calc(100% - (24px * 2));
	margin: 0 auto;
	}
	@media print, screen and (min-width:768px) {
	#corp.company .recruitArea p.bnr {
		width: calc(100% - (54px * 2));
		max-width: 1000px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.company .recruitArea p.bnr {
		width: 1000px;
	}
}
#corp.company .recruitArea p.bnr a img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#corp.company .recruitArea p.bnr a:hover img {
	opacity: 0.7;
}

/* 第三階層共通
------------------------------------------------- */
#corp.third.company {
	background: #f4f4f4;
	position: relative;
}
#corp.third.company::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: #f4f4f4 url(../images/bg_visual.jpg) center top no-repeat;
	background-size: cover;
	z-index: 1;
	}
	@media print, screen and (min-width:768px) {
	#corp.third.company::before {
		height: 200px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.third.company::before {
		height: 380px;
	}
}
#corp.third.company .bgWhite {
	width: 100%;
	position: relative;
	top: 160px;
	padding-bottom: 160px;
	}
	@media print, screen and (min-width:768px) {
	#corp.third.company .bgWhite {
		top: 200px;
		padding-bottom: 200px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.third.company .bgWhite {
		top: 262px;
		padding-bottom: 262px;
	}
}
#corp.third.company .bgWhite::before {
	background: #fff;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 160px);
	width: 100%;
	z-index: 2;
	}
	@media print, screen and (min-width:768px) {
	#corp.third.company .bgWhite::before {
		height: calc(100% - 200px);
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.third.company .bgWhite::before {
		height: calc(100% - 262px);
		width: calc(50% + 678px);
	}
}
#corp.third.company .bgWhite .wrap {
	position: relative;
	z-index: 3;
	top: 0;
	padding-bottom: 80px;
	margin: 0 24px;
	}
	@media print, screen and (min-width:768px) {
	#corp.third.company .bgWhite .wrap {
		padding-bottom: 80px;
		margin: 0 54px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.third.company .bgWhite .wrap {
		width: 1000px;
		padding-bottom: 120px;
		margin: 0 auto;
	}
}
#corp.third.company #footerSearchArea {
	background: #f2f2f2;
	}
	@media print, screen and (min-width:1305px) {
	#corp.third.company #footerSearchArea {
		background: #fff;
	}
}
#corp.third.company .txt p {
	margin-bottom: 1em;
	line-height: 2;
}
#corp.third.company .txt p:last-of-type {
	margin-bottom: 0;
}
#corp.third.company p.mgnB1 {
	margin-bottom: 1.5em;
}
