@charset "utf-8";


/* --------------------------------------------------------------------------------
事業内容
-------------------------------------------------------------------------------- */

/* ----------------------------------------
ページタイトル
---------------------------------------- */
.page-heading {
	position: relative;
	margin: 0 0 11vw;
}

/********** 背景画像 **********/
.page-heading .bg {
}
.page-heading .bg img {
	width: 100%;
	margin: 0 auto;
}


/********** ページタイトル **********/
.page-heading h1.heading-1 {
	position: absolute;
	top: 16vw;
	width: 100%;
	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: 8vw;
}
.page-heading h1.heading-1 .heading-ja {
	display: block;
	font-size: 6vw;
	letter-spacing: 0.8vw;
}



/* ----------------------------------------
トータルソリューション事業展開
---------------------------------------- */
#our-business {
	margin: 0 0 19vw;
}
#our-business .section-main{
	margin: 0 0 15vw;
}
#our-business .section-main h2.heading-2{
	font-size: 6.6vw;
	font-weight: bold;
	line-height: 1.39;
	margin: 0 0 7vw;
}
#our-business .section-main .txt-main{
	font-size: 4.2vw;
	line-height: 1.81;
}

#our-business .section-contents ul{
	margin: 0 4.2vw;
}
#our-business .section-contents ul li{
	margin: 0 0 15vw;
}
#our-business .section-contents ul li .img{
	width: 100%;
	margin: 0 0 3vw;
}
#our-business .section-contents ul li .txt-box{
}
#our-business .section-contents ul li .txt-box h3.heading-3{
	margin: 0 0 5vw;
	line-height: 1;
}
#our-business .section-contents ul li .txt-box h3.heading-3 .heading-no{
	font-size: 12vw;
	color: #dcdcdc;
	margin: 0 0 1vw;
	display: block;
    font-weight: 500;
}
#our-business .section-contents ul li .txt-box h3.heading-3 .heading-txt{
	font-size: 6vw;
	font-weight: bold;
	display: block;
}
#our-business .section-contents ul li .txt-box .txt{
	font-size: 3.8vw;
	line-height: 1.75;
}
#our-business .section-contents ul li .txt-box .btn{
	margin: 5vw 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;
}







