/* visual */
#visual .text-box .txt h2{ font-size: 6.2rem; }

@media screen and (max-width: 800px){
	#visual .text-box .txt br{ display: none; }
}

@media screen and (max-width: 550px){
	#visual .text-box .txt h2{ font-size: 5.8rem; }
}


/* company */
@media screen and (max-width: 970px){
	#company br{ display: none; }
}

@media screen and (max-width: 580px){
	#company .title-box p em{ display: block; }
}