@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: 5px;
}



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

#global-network .section-contents .img-world-map{
	margin: 0 0 90px;
}
#global-network .section-contents h3.heading-3{
	font-size: 64px;
	color: #dcdcdc;
	font-weight: 500;
	text-align: center;
	margin: 0 0 70px;
}
#global-network .section-contents ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 100px;
}
#global-network .section-contents ul li .img1{
	width: 550px;
	margin: 0 0 30px;
}
#global-network .section-contents ul li .img1 img{
	width: 100%;
}
#global-network .section-contents ul li .txt-box{
	width: 480px;
	margin: 0 0 30px;
}
#global-network .section-contents ul li .txt-box h4.heading-4{
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 20px;
}
#global-network .section-contents ul li .txt-box .txt{
	font-size: 16px;
	line-height: 1.56;
}
#global-network .section-contents ul li .detail{
	width: 550px;
}
#global-network .section-contents ul li .detail .sheading{
	font-size: 16px;
	font-weight: bold;
	display: block;
}
#global-network .section-contents ul li .detail .txt{
	font-size: 16px;
	line-height: 1.56;
	display: block;
	margin: 0 0 8px;
}
#global-network .section-contents ul li .img-box{
	width: 510px;
	display: flex;
	justify-content: space-between;
}
#global-network .section-contents ul li .img-box img{
	width: 250px;
}

