@media screen and (max-width: 635px)
{
	.home h1{
		font-size: clamp(2.0rem, 9.9cqw, 4.0rem);
		}

	.home h1 b{
		display: block;
		}
}

@media screen and (max-width: 440px)
{
	.home-de b{
		font-size: clamp(2.0rem, 6.5cqw, 3.0rem);
		}

	.home-de span{
		display: block;
		font-size: clamp(1.0rem, 6.5cqw, 3.0rem);
		}
}
