@charset "utf-8";


/* --------------------------------------------------------------------------------
会社概要
-------------------------------------------------------------------------------- */

/* ----------------------------------------
ページタイトル
---------------------------------------- */
.page-heading {
	position: relative;
	overflow: hidden;
	margin: 0 0 80px;
}

/********** 背景画像 **********/
.page-heading .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	
	width: 100%;
	margin: 0 auto;
}
.page-heading .bg img {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	
	width: 100%;
	height: 320px;
	object-fit: cover;
	margin: 0 auto;
	max-width: none;
}
@media only screen and (max-width: 1919px){
	.page-heading .bg {
		width: 1920px;
	}
	.page-heading .bg img {
		width: 1920px;
	}
}

/********** ページタイトル **********/
.page-heading h1.heading-1 {
	position: relative;
	z-index: 1;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	height: 320px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	
	color: #fff;
}
.page-heading h1.heading-1 .heading-en {
	display: block;
	font-weight: 500;
	font-size: 50px;
}
.page-heading h1.heading-1 .heading-ja {
	display: block;
	font-size: 24px;
	letter-spacing: 6px;
}



/* ----------------------------------------
会社概要
---------------------------------------- */
#company {
	margin: 0 0 90px;
}
#company .profile{
	margin: 0 0 80px;
}

#company .section-contents h3.heading-3{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #cccccc;
	padding: 0 0 10px;
}

#company .section-contents h4.heading-4{
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 20px;
}
#company .section-contents h4.heading-4 .mark{
	color: #002864;
}

#company .section-contents table{
	border-top: 1px solid #cccccc;
}
#company .section-contents table tr{
	border-bottom: 1px solid #cccccc;
}
#company .section-contents table th{
	width: 240px;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 40px;
	text-align: left;
	vertical-align: top;
}
#company .section-contents table td{
	width: 840px;
	font-size: 16px;
	line-height: 1.875;
	padding: 15px 40px;
	vertical-align: top;
	position: relative;
}
#company .section-contents table td .btn{
	position: absolute;
	top: 15px;
	right: 40px;
}
#company .section-contents table td .btn a{
	display: flex;
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	width: 120px;
	height: 30px;
	border-radius: 3px;
	background: #002864;
	margin: 0 0 0 auto;
	position: relative;
	padding: 7px 0 0 10px;
}
#company .section-contents table td .btn a::after{
	content: "";
	background: url("../images/common/icon-link.svg");
	background-size: 100%;
	width: 13px;
	height: 12px;
	position: absolute;
	top: 8px;
	right: 10px;
}

















