@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	脱炭素応援団

//////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------

	image replacement

------------------------------------------------------------------------------*/

main .recruiting h2 {
	display: block;
	overflow: hidden;
	outline: none;
	clear: both;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
}


/*------------------------------------------------------------------------------

	本文

------------------------------------------------------------------------------*/

main .recruiting h2 {
	max-width: 352px;
	aspect-ratio: 352 / 287;
	margin: 0 auto 2em;
	background-image: url("../img/recruiting.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 767px) {

main .recruiting h2 {
	width: 65%;
}

}