.sub-visual-cont{background: url('../img/common/img-subvisual.jpg') no-repeat center / cover;height: 128px;}
.sub-visual-cont > div {display: flex;justify-content: center;align-items: center;color: #fff;height: 100%;}
.sub-visual-cont h2{font-weight: 700;font-size: 40px;line-height: 100%;letter-spacing: 0;color: #fff;}

@media screen and (max-width:1024px){
	.sub-visual-cont{padding: 0 16px;}
	.sub-visual-cont h2{font-size: 36px;line-height: 47.2px;}
}