@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .bigPhoto img {
	width: 100%;
	border-radius: 1.2rem;
}
#main .bigPhoto {
	margin-bottom: 8rem;
}
#main .energySec .headLine01 {
	margin-bottom: 5rem;
}
#main .energySec p {
	margin-bottom: 3rem;
	font-size: 1.8rem;
}
#main .energySec .text {
	margin-bottom: 4.5rem;
}
#main .energySec .text02 {
	margin-bottom: 16rem;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .bigPhoto {
		margin-bottom: 4.7rem;
		aspect-ratio: 335 / 188;
		position: relative;
	}
	#main .bigPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 0.8rem;
	}
	#main .energySec p {
		margin-bottom: 2.4rem;
		font-size: 1.5rem;
	}
	#main .energySec .headLine01 {
		margin-bottom: 2.4rem;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	#main .energySec .text {
		margin-bottom: 6.1rem;
	}
	#main .energySec .text02 {
		margin-bottom: 4.2rem;
	}
}