@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 4.8rem;
}
#main .integrationSec {
	margin-bottom: 7.8rem;
}
#main .historySec .headLine01 {
	margin-bottom: 6rem;
}
#main .comLinkUl li:last-child:after {
	display: block;
}
#main .comLinkUl {
	margin-bottom: 1rem;
}
#main .historyBox {
	padding: 8rem 0;
	border-radius: 1.2rem;
}
#main .historyBox:nth-child(2n) {
	background-color: #F8F8F8;
}
#main .historyBox.white {
	background-color: #fff !important;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .headLine01 {
		margin-bottom: 2.4rem;
		font-size: 2.4rem;
	}
	#main .bigPhoto {
		margin: 0 -2rem;
	}
	#main .bigPhoto img {
		width: 100%;
	}
	#main .integrationSec {
		margin-bottom: 5.9rem;
	}
	#main .historySec .headLine01 {
		margin-bottom: 2.6rem;
	}
	#main .historyBox {
		border-radius: 0;
		padding: 1.8rem 0 6.2rem;
	}
	#main .comLinkUl {
		margin-bottom: 3.4rem;
	}
	.scroll-hint-text {
		margin-top: 1rem;
		font-size: 1.1rem;
	}
	.scroll-hint-icon {
		top: 50%;
		border-radius: 0.8rem;
		padding: 2.6rem 1rem 2rem 1rem;
		width: 14rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		opacity: 1;
	}
	.scroll-hint-icon::before {
		width: 5.5rem;
		height: 6.6rem;
		background-image: url(../img/aboutgas/img.png);
	}
	.scroll-hint-icon::after {
		display: none;
	}
}