@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/

#global-top .inner-main{
	margin-bottom:0;
}
.global-content01{
	position:relative;
	background-color:#171720;
	color:#fff;
}
.global-content01:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/global/main_img.png) no-repeat left top;
	background-size:50% auto;
}
.global-content01 .ttl{
	position:relative;
	font-size:35px;
	margin-bottom:30px;
	padding-left:20px;
	font-weight:700;
	line-height:1;
	color:#516DDF;
}
.global-content01 .ttl .sub{
	display:block;
	font-size:20px;
	margin-bottom:10px;
}
.global-content01 .ttl:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:2px;
	height:100%;
	background-color:#516DDF;
}
.global-content01 .content-area{
	position:relative;
	z-index:2;
	padding:15vw 0 10vw 500px;
}


.gallery{
}
.gallery li{
	width:18%;
	margin-right:2.5%;
	margin-bottom:30px;
}
.gallery li:nth-child(5n){
	margin-right:0;
}
.gallery li img {
  height: 12vw;
  object-fit: cover;
}

}

@media screen and (min-width:768px) and ( max-width:1200px) {
	.global-content01:before{
		background:url(../img/global/main_img.png) no-repeat left top;
		background-size:60% auto;
	}
	.global-content01 .content-area{
		padding:10vw 5vw 10vw 48vw;
	}
	
}

@media (max-width: 768px) {
	
	.inner-main{
		margin-bottom:0;
	}
	.global-content01{
		position:relative;
		padding-bottom:10vw;
		background-color:#171720;
		color:#fff;
	}
	.global-content01:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		padding-top:100%;
		background:url(../img/global/main_img.png) no-repeat left top;
		background-size:100% auto;
	}
	.global-content01 .ttl{
		position:relative;
		font-size:20px;
		margin-bottom:3vw;
		padding-left:20px;
		font-weight:700;
		line-height:1;
		color:#516DDF;
	}
	.global-content01 .ttl:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:2px;
		height:100%;
		background-color:#516DDF;
	}
	.global-content01 .content-area{
		position:relative;
		z-index:2;
		padding-top:90%;
	}
	
	
	
	.gallery{
	}
	.gallery li{
		width:32%;
		margin-right:2%;
		margin-bottom:2vw;
	}
	.gallery li:nth-child(3n){
		margin-right:0;
	}
	.gallery li img {
	  height: 26vw;
	  object-fit: cover;
	}
}






