@charset "utf-8";
/*------------------------------------------------------------
	corp
------------------------------------------------------------*/
#gNavi > ul > li.navi01 > a:after {
	transform: scale(1, 1);
}
.comVisual {
    margin-bottom: 90px;
    background: url("../img/corp/corp_bg_main.jpg") no-repeat center center;
    background-size: cover;
}
#main .content {
    width: 1240px;
}
#main .title {
    margin-bottom: 70px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 15px;
        background: url("../img/corp/corp_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    #main .content {
        width: auto;
    }
    #main .title {
        margin-bottom: 17px;
        font-size: 1.2rem;
        line-height: 1.65;
        text-align: left;
    }
}