@charset "utf-8";
/*------------------------------------------------------------
	quality
------------------------------------------------------------*/
#gNavi > ul > li.navi01 > a:after {
	transform: scale(1, 1);
}
.comVisual {
    margin-bottom: 93px;
    background: url("../img/corp/quality_bg_main.jpg") no-repeat center center;
	background-size: cover;
}
#main section {
    margin-bottom: 56px;
}
#main section:last-child {
    margin-bottom: 0;
}
#main section p {
    letter-spacing: 0.05em;
    line-height: 2;
}
#main section .h3Ttl01 {
    margin-bottom: 63px;
}
#main section .qualityBox {
    /*margin-top: 20px;*/
    width:70%;
    margin: 20px auto 0px auto;
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 25px;
        background: url("../img/corp/quality_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    .comVisual h2 .en {
        margin-bottom: 5px;
    }
    .comVisual h2 .jp {
        line-height: 1.2;
    }
    #main .headLine01 {
        margin-bottom: 16px;
        border-width: 3px;
    }
    #main .headLine02 {
        margin-bottom: 27px;
    }
    #main .headLine02:before {
        bottom: -12px;
    }
    #main section {
        margin-bottom: 35px;
    }
    #main section:last-child {
        margin-bottom: 0;
    }
    #main section p {
        letter-spacing: 0.05em;
        line-height: 1.65;
    }
    #main section .h3Ttl01 {
        margin-bottom: 38px;
    }
    #main section .qualityBox {
        margin-top: 20px;
        width:100%;
    }
}