@charset "utf-8";

/*-----------------------------------------------
    secHero
-----------------------------------------------*/
.secHero{
    height: 26rem;
    background: url(../img/contact/bgHero.jpg) center top / cover;
    display: flex;
    align-items: center;
}
.secHero .txtJpImg{
    margin-top: 2rem;
}
@media only screen and (max-width:1215px){
    .secHero{
        height: 10rem;
        background: url(../img/contact/bgHero_sp.jpg) center top / cover;
        display: flex;
        align-items: center;
    }
    .secHero .txtJpImg{
        margin-top: 2rem;
    }
    .titEngImg{
        width: 10.6rem;
    }
    .txtJpImg {
        width: 7.7rem;
    }
}
.secContact .cmnTitImg {
    width: 45rem;
    margin-bottom: 4rem;
}
.secContact .txtTit {
    text-align: center;
    position: relative;
}
@media only screen and (max-width:1215px){
    .secContact .cmnTitImg {
        width: 20.2rem;
        margin-bottom: 4rem;
    }
}

#fNavi {
    display: none;
}
@media only screen and (max-width:1215px){
    #footer {
        padding-bottom: 0rem;
    }
}