@charset "UTF-8";




#awards-title .awards-title-apply {
	background-color: #fff166;
}

#awards-area .awards-bg1 {
	background-color: #fff;
	background-image: url(../png/awards_2024_bg1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
#awards-area .awards-bg2 {
	background-color: #eee;
	background-image: url(../png/awards_2024_bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

#awards-area .awards-bg3 {
	background-color: #1e1e1e;
}
#awards-area .awards-bg3 .head1 {
	color: #e8c12a;
}

@media screen and (max-width: 1024px) {
	#awards-area .awards-bg1 {
		background-attachment: scroll;
	}
	#awards-area .awards-bg2 {
		background-attachment: scroll;
	}
}

@media screen and (max-width:768px) {
	#awards-area .awards-bg1 {
		background-image: url(../png/awards_2024_bg1_sp.png);
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: 100% auto;
	}
	#awards-area .awards-bg2 {
		background-image: url(../png/awards_2024_bg2_sp.png);
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: 100% auto;
	}
}