.sub-visual-inner {background: url(../img/content/img-subvi.png)no-repeat center center;height: 363px;background-size: cover;display: flex;align-items: center;justify-content: center;}
.sub-visual-inner h2{font-weight: 700;font-size: 54px;line-height: 100%;letter-spacing: -0.1px;text-align: center;color: #fff;margin-top: 85px;}

@media (max-width: 768px){
	.sub-visual-inner {height: 250px;}
	.sub-visual-inner h2 {margin-top: 0;font-size: 32px;}
}