@charset "utf-8";

/* ------------------------------
 教育理念（PC）
------------------------------ */
.contents .inBlock {
	position: relative;
}
.contents .inBlock::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -127px;
	right: -20px;
	z-index: 1;
	width: 160px;
	height: 82px;
	background: url(../img/img_squirrel.png) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	.contents {
		background: url(../img/philosophy_bg.png) no-repeat center 600px /  100% auto;
	}
}
/* ------------------------------
 教育理念（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents .inBlock::after {
		bottom: -83px;
		right: 13%;
		width: 80px;
		height: 41px;
	}
}