@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;
}



/* ----------------------------------------
トータルソリューション事業展開
---------------------------------------- */
#our-business {
	margin: 0 0 90px;
}
#our-business .section-main{
	margin: 0 0 70px;
}
#our-business .section-main h2.heading-2{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.39;
	margin: 0 0 34px;
}
#our-business .section-main .txt-main{
	font-size: 18px;
	line-height: 2;
}

#our-business .section-contents ul li{
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}
#our-business .section-contents ul li .img{
	width: 300px;
}
#our-business .section-contents ul li .txt-box{
	width: 730px;
}
#our-business .section-contents ul li .txt-box h3.heading-3{
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	line-height: 1;
}
#our-business .section-contents ul li .txt-box h3.heading-3 .heading-no{
	font-size: 70px;
	color: #dcdcdc;
	margin: 0 20px 0 0;
}
#our-business .section-contents ul li .txt-box h3.heading-3 .heading-txt{
	font-size: 28px;
	font-weight: bold;
}
#our-business .section-contents ul li .txt-box .txt{
	font-size: 16px;
	line-height: 2;
}
#our-business .section-contents ul li .txt-box .btn{
	margin: 30px 0 0;
}
#our-business .section-contents ul li .txt-box .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	width: 250px;
	height: 50px;
	background: #002864;
	margin: 0 0 0 auto;
	position: relative;
}
#our-business .section-contents ul li .txt-box .btn a::after{
	content: "";
	background: url("../images/common/btn-arr.svg");
	background-size: 100%;
	width: 10px;
	height: 13px;
	position: absolute;
	right: 20px;
}







