
/* frontpage/_frontpage.css */
@media ( min-width: 600px ) {
	.c-frontpage .c-h2 {
		font-size: calc( 1rem * 40 / 20 );
		line-height: calc( 100% * 48 / 40 );
	}
}




.c-frontpage__why.u-decoration--left::after {
	background-color: var(--color-green);
}


