@media (min-width: 744px) {
	.jiyukenkyu-title > h2 {
		position: relative;
		display: inline-block;
	}
	.jiyukenkyu-title > h2::before {
		content: "";
		position: absolute;
		right: -250px;
		top: -60px;
		z-index: -1;
		display: block;
		width: 240px;
		height: 240px;
		transform: rotate(-9deg);
		background: url(/kids/assets/img/common/img_plat_b.svg) no-repeat 0 0/240px auto;
	}
}
@media (max-width: 890px) and (min-width: 744px) {
	.jiyukenkyu-title > h2::before {
		right: -210px;
	}
}