@charset "utf-8";

/* ------------------------------
 研究 研究業績 (PC)
------------------------------ */
.headering h1::after {
	width: 210px;
	height: 84px;
	bottom: -120px;
	background: url(../img/illust_achievement.png) no-repeat top center / cover;
}
/* ------------------------------
 研究 研究業績 (SP)
------------------------------ */
@media  screen and (max-width: 767px) {
	.headering h1::after {
		width: 105px;
		height: 42px;
		bottom: -60px;
	}
}