
@charset "UTF-8";

/* ========== MV ========== */
#nbp13411291\ 13411291{
    height: 70dvh;
    display: flex;
    align-items: center;
}
#nbp13411291\ 13411291::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff33;
}

/* ========== 4つの特徴 ========== */
#nbp12957714\ 12957714 .wrapper_item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 30px;
}
@media(max-width: 768px){
#nbp12957714\ 12957714 .wrapper_item{
    grid-template-columns: 1fr;
}
}
#nbp12957714\ 12957714 .inner_item{
    width: 100% !important;
    margin: 0 !important;
    padding: 30px;
}

/* ========== デザイン・コスト・性能 ========== */
#nbp12966777\ 12966777 .wrapper_item{
    width: 100%;
    height: 80dvh;
    gap: 10px 30px;
    margin: auto;
}
#nbp12966777\ 12966777 .inner_item{
    width: 30%;
    flex-grow: 1;
}
#nbp12966777\ 12966777 .inner_item_txt .heading h3.h{
    font-size: 6rem;
    font-family: 'Oswald';
}