@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	about.css
*/

@media screen and (max-width: 768px) {
	.body {
		padding: 0 0 80px 0;
	}
}

/*============================================================
	メイン
*/
.body .unit-main {
	background-image: url(/company/recruitment/assets/img/about/main-kv.jpg);
}
@media screen and (max-width: 768px) {
	.body .unit-main {
		background-image: url(/company/recruitment/assets/img/about/main-kv-sp.jpg);
	}
}

/*============================================================
	コンテナ
*/
@media screen and (max-width: 768px) {
	.body .container {
		padding: 0 10px;
	}
}

/*============================================================
	コンテンツ
*/
.body .content {
	padding: 70px 0;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.body .content .kv {
	display: none;
	padding-top: 53%;
	height: 0;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.body .content .container {
	padding: 30px 50px 50px 80px;
	max-width: 1200px;
	min-height: 620px;
	background-color: rgba(0,0,143,0.9);
}
.body .content .detail {
	position: relative;
	float: left;
	width: 430px;
}
.body .content .detail::before {
	content: '';
	display: block;
	position: absolute;
	top: 24px;
	left: -80px;
	width: 60px;
	height: 2px;
	background-color: #ff1721;
}
.body .content .detail .head {
	display: table;
}
.body .content .detail .head .num {
	display: table-cell;
	vertical-align: middle;
	padding-right: 12px;
	font-weight: 300;
	font-size: 42px;
	line-height: 1.2;
	letter-spacing: 3px;
}
.body .content .detail .head .h {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5;
}
.body .content .detail .lead {
	margin-top: 30px;
}
.body .content .detail .lead a {
	text-decoration: underline;
	color: #fff;
}
.body .content .detail .lead .h {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.5;
}
.body .content .detail .lead .h sup {
	font-size: 18px;
}
.body .content .detail .lead p {
	font-size: 14px;
	line-height: 2.3;
	letter-spacing: 1px;
}
.body .content .detail .lead p sup {
	font-size: 10px;
}
.body .content .image {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 50px;
	width: 600px;
	height: 100%;
}
.body .content .image img {
	width: 100%;
}
.body .content ul.note {
	clear: both;
	padding-top: 40px;
	font-size: 11px;
	line-height: 1.5;
}
.body .content ul.note li {
	position: relative;
	margin-top: 5px;
	padding-left: 2.6em;
}
.body .content ul.note li i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#about01 {
	background-image: url(/company/recruitment/assets/img/about/about01-kv.jpg);
}
#about02 {
	background-image: url(/company/recruitment/assets/img/about/about02-kv.jpg);
}
#about03 {
	background-image: url(/company/recruitment/assets/img/about/about03-kv.jpg);
}
#about04 {
	background-image: url(/company/recruitment/assets/img/about/about04-kv.jpg);
}
#about04 .image {
	height: 580px;
}
#about05 {
	background-image: url(/company/recruitment/assets/img/about/about05-kv.jpg);
}
@media screen and (min-width: 769px) {
	.body .content .detail .lead a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768px) {
	.body .content {
		padding: 0;
		background-image: none !important;
	}
	.body .content .kv {
		display: block;
	}
	#about01 .kv {
		background-image: url(/company/recruitment/assets/img/about/about01-kv-sp.jpg);
	}
	#about02 .kv {
		background-image: url(/company/recruitment/assets/img/about/about02-kv-sp.jpg);
	}
	#about03 .kv {
		background-image: url(/company/recruitment/assets/img/about/about03-kv-sp.jpg);
	}
	#about04 .kv {
		background-image: url(/company/recruitment/assets/img/about/about04-kv-sp.jpg);
	}
	#about05 .kv {
		background-image: url(/company/recruitment/assets/img/about/about05-kv-sp.jpg);
	}
	.body .content .wrapper {
		background-color: #00008f;
	}
	.body .content .container {
		padding: 30px 27px 40px 27px;
		min-height: 1px;
		background-color: transparent;
	}
	.body .content .detail {
		float: none;
		width: 100%;
	}
	.body .content .detail::before {
		top: 14px;
		left: -27px;
		width: 20px;
	}
	.body .content .detail .head .num {
		padding-right: 8px;
		font-size: 26px;
		letter-spacing: 1px;
	}
	.body .content .detail .head .h {
		font-size: 11px;
	}
	.body .content .detail .lead {
		margin-top: 10px;
	}
	.body .content .detail .lead .h {
		margin-bottom: 20px;
		font-size: 23px;
		line-height: 1.7;
	}
	.body .content .detail .lead .h sup {
		font-size: 14px;
	}
	.body .content .detail .lead p {
		font-size: 13px;
		line-height: 2;
	}
	.body .content .image {
		position: static;
		margin: 25px 0 0 0;
		padding: 25px 0;
		width: 100%;
		height: auto !important;
		border-top: 1px solid #050c5d;
	}
	.body .content .image:last-child {
		padding-bottom: 10px;
	}
	.body .content ul.note {
		border-top: 1px solid #050c5d;
		padding-top: 20px;
	}
}
