/* 
#kyushu{
    background: #fffced;
} */

header{
    border-bottom: 4px solid #C62A1E;


}
.header-kyushu{
    background: #C62A1E;
   
    padding: 0px;
    display: flex;
    /* align-items: stretch;
    justify-content: center; */
    margin-top: 90px;
    /* position: sticky;
    top: 0;
    z-index: 10; */
}


.header-kyushu .wrap__factory-ttl{
    padding-top: 3vh;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url(/img/img_map-kyushu.png);
    background-position: 96% 20%;
    background-size: 20%;
    background-repeat: no-repeat;
    letter-spacing: 0.2em;
}

.header-kyushu .wrap__factory-ttl h2{
    font-size: 6.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* display: block; */
}


.header-kyushu .wrap__factory-ttl h2 span{
    font-size: 2.8rem;
    font-weight: 500;
    /* display: block; */
}

.header-kyushu .wrap__factory-ttl p{
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 20px;
    color: #fff;
}

/* 下層 */

.page__under .wrap__factory-ttl{
    width: 100%;
    height: 20vh;
    padding-bottom: 30px;
    background: none;
}

.page__under .wrap__factory-ttl h2{
    font-size: 3.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page__under  .wrap__factory-ttl h2 span{
    font-size: 2rem;
    font-weight: 500;
    /* display: block; */
}


.header-kyushu .wrap__factory-img{
    width: 50%;
    display: block;
    background: url(/img/img-kyushu-factory.jpg) #ccc;
    background-size: cover;
    background-position: left bottom;
    height: 50vh;
    min-height: 500px;
}

#kyushu .gnav__wrap h3{
    font-size: 2.4rem;
    background: #fff;
    padding: 0 8px;
    border-radius: 6px;
    color: #C62A1E;;
    margin-bottom: 20px;

}

#kyushu .gnav{
    background: #c62a1a;
}

#kyushu .gnav__menu__item a{
    color: #fff;
}

.gnav__kyushu-tag{
    background: #C62A1E;
    color: #fff;

    font-size:clamp(1rem, -1.489rem + 5.19vw, 2.4rem);
    padding: 0 10px;
    border-radius: 6px;
    line-height: 2;
    margin-left: 2vw;
    min-width: 7em;

}

.header-kyushu h2{
    margin-bottom: 0;
    color: #fff;
}


.bg_kyushu{
    background: #fffdee;
}

.btnBox{
    background: #fff;
}

.list_bgWhite{
    background: #fff;
    border: 1px solid #D9D9D9;

}

@media (max-width: 767px) {
    .header-kyushu{
        margin-top: 50px;
        margin-bottom: 50px;
        flex-direction: column-reverse;

    }

    header{
        border-bottom: 2px solid #C62A1E;
    
    }

    .gnav__kyushu-tag{
        font-size: 1rem;
        padding: 3px 6px;
        border-radius: 4px;
        line-height: 1.2;
        margin-left: 0px;
        text-align: center;
        height: 30px;
        display: inline-block;
        min-width: 5em;
    
    
    }
    #kyushu .gnav__wrap h3{
        margin-bottom: 10px;
    
    }

    
    .header-kyushu .wrap__factory-ttl{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background: url(/img/img_map-kyushu_sp.png);
        background-position: 2vw 44%;
        background-size: 29vw;
        background-repeat: no-repeat;
        letter-spacing: 0.15em;
        padding: 2vh 0 0 30vw;
    }

    .header-kyushu .wrap__factory-ttl h2{
        font-size: 3rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        line-height: 1.4;
    }


    .header-kyushu .wrap__factory-ttl h2 span{
        font-size: 1.4rem;
        font-weight: 500;
    }

    .header-kyushu .wrap__factory-ttl p{
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .header-kyushu .wrap__factory-img{
        width: 100%;
        height: 30vh;
        min-height: 300px;
    }


    .page__under .wrap__factory-ttl{
        width: 100%;
        height: 16vh;
        padding-bottom: 30px;
        background: none;
        padding: 0;
        
    }

    .page__under .wrap__factory-ttl h2{
        font-size: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page__under  .wrap__factory-ttl h2 span{
        font-size: 1.4rem;
        font-weight: 500;
        /* display: block; */
    }
}