

/*----------------------------------------------------
 id style
----------------------------------------------------*/

div#introduction h2 {
	position: relative;
	height: 100px;
}
div#introduction h2 img.img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
div#introduction h2 img.bg {
	width: 600px;
	height: 100px;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


/*----------------------------------------------------
 contents style
----------------------------------------------------*/









/*----------------------------------------------------
 style end
----------------------------------------------------*/

