@charset "utf-8";
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#gNavi > ul > li.navi01 > a:after {
	transform: scale(1, 1);
}
.comVisual {
    margin-bottom: 103px;
    background: url("../img/corp/access_bg_main.jpg") no-repeat center center;
	background-size: cover;
}
.comVisual h2 .jp {
    color: #000;
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 30px;
        background: url("../img/corp/access_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }
}