.sub-visual-inner {background: url(../img/common/img-subvi.png)no-repeat;background-size: cover;position: relative;height: 288px;z-index: 1;}
.sub-visual-inner:before {width: 100%;height: 100%;content:"";position: absolute;top: 0;left: 0;background: #000000;opacity: 0.2;z-index: -1;}
.sub-visual-inner h2{font-weight: 700;font-size: 42px;line-height: 120%;letter-spacing: 0;color: #fff;height: 100%;display: flex;align-items: center;justify-content: center;}

@media screen and (max-width: 768px){
	.sub-visual-inner {height: 240px;}
	.sub-visual-inner h2 {font-size: 35px;padding: 0 20px;}
}