@charset "utf-8";

/* ------------------------------
 研究 (PC)
------------------------------ */
.headering h1::after {
	width: 356px;
	height: 131px;
	background: url(../img/illust_research.png) no-repeat top center / cover;
}
/* ------------------------------
 研究 (SP)
------------------------------ */
@media screen and (max-width: 767px) {
	.headering figure {
		background: url(../img/research_main_sp.jpg) no-repeat top center / cover;
	}
	.headering h1::after {
		width: 178px;
		height: 65px;
		bottom: -75px;
		right: 10px;
	}
}