@charset "UTF-8";

/* メインビジュアル：会社概要 */
#company #mainvisual {
	background-image: url(../images/company/mv.jpg);
}

/* セクション見出し：会社概要 */
/*.sec-title-area .sec-title {
	align-items: center;
	display: flex;
}
.sec-title .title-e:after {
	background-color: #595757;
	content: "";
	display: block;
	height: 1px;
	position: relative;
	top: 1rem;
	width: 2.5rem;
}
.sec-title .title-e {
	display: inline-block;
	color: #7698b4;
	font-family: Oswald, sans-serif;
	font-size: 1.5rem;
	margin-right: 1rem;
}
.sec-title .title-j {
	font-size: .875rem;
	font-weight: normal;
}*/

/* 会社概要：本文 */
.sec-content-area dt {
	font-size: .875rem;
	font-weight: bold;
	margin-bottom: .25rem;
}
.sec-content-area dd {
	font-size: .875rem;
	margin-bottom: 1.5rem;
}

/* Google Maps埋め込み：会社概要 */
.company-map {
	border: 0;
	margin-bottom: 2rem;
	width: 100%;
}

.recruit-btn {
	background-color: #458d93;
}
.contact-btn {
	background-color: #457696;
}

/*
	採用情報・お問い合わせバナーはcommon.cssに記載
*/


@media screen and (min-width: 640px) {
	/* 会社概要本文 */
	#company-outline dl {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#company-outline dt {
		font-weight: normal;
		flex-basis: 30%;
	}
	#company-outline dd {
		flex-basis: 70%;
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 980px) {
	/* 会社概要本文 */
	#company-outline .content-wrapper {
		display: flex;
		justify-content: space-between;
	}
	/* セクション見出し：会社概要 */
	#company-outline .sec-title-area {
		flex-basis: 33%;
	}
	.sec-title-area .sec-title {
		align-items: initial;
	}
	/*.sec-title .title-j {
		padding-top: .5rem;
	}*/
	#company-outline .sec-content-area {
		flex-basis: 66%;
		padding-top: .5rem;
	}
}