
@charset "UTF-8";

/* ========== MV ========== */

#pan{
    display: none;
}
main{
    margin-top: 0;
}

#nbp14743551\ 14743551 .content_wrapper{
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#nbp14743551\ 14743551 .content_wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
}
#nbp14743551\ 14743551 .wrapper_item{
    z-index: 1;
}
#nbp14743551\ 14743551 .inner_item_txt{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ========== CONCEPT ========== */

#nbp14742920\ 14742920 .wrapper_item{
    border: none;
}
#nbp14742920\ 14742920 .inner_item_txt{
    padding: 0 !important;
}
#nbp14742920\ 14742920 .inner_item_txt .heading h3.h{
    font-size: clamp( 22px, calc( 14.5px + 2vw ), 38.5px ) !important;
    font-weight: 900;
}
#nbp14742920\ 14742920 .inner_item_txt .heading p{
    font-size: 1.2rem;
    font-weight: normal;
}
#nbp14742920\ 14742920 .inner_item_img img{
    max-height: 50dvh;
    object-fit: contain;
    padding: 30px;
    box-sizing: border-box;
}
@media (max-width: 900px){
#nbp14742920\ 14742920 .inner_item_txt{
    text-align: center;
}
}

/* ========== ポイント ========== */

#nbp14754468\ 14754468 .wrapper_item{
    justify-content: center;
    gap: 2%;
}
#nbp14754468\ 14754468 .inner_item{
    width: 48% !important;
    min-width: 300px;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    gap: 30px;
    border: 1px solid;
    padding: 30px;
}
#nbp14754468\ 14754468 .inner_item_img{
    width: 10%;
    min-width: 25px;
    padding: 0 4%;
}
#nbp14754468\ 14754468 .inner_item_img img{
    object-fit: contain;
    height: auto !important;
}
#nbp14754468\ 14754468 .inner_item_txt h3.h{
    font-size: 2.4rem !important;
}

/* ========== 施工事例 ========== */

#nbp14893138\ 14893138 .heading h2.h{
    font-size: clamp( 87px, calc( 72px + 4vw ), 120px ) !important;
    font-family: serif;
    font-weight: 900;
    line-height: 1;
    margin-bottom: -13px;
    color: #333;
}

.gallery_single .content_wrapper{
    display: grid;
}
.gallery_single .heading{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 2%;
}
.gallery_single .add_text{
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 2%;
    box-sizing: border-box;
}
.gallery_single .wrapper_item{
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
.gallery_single .gallery_single_slider{
    margin-bottom: 0;
}
.gallery_single .gallery_single_slider .slick-list .slick-track{
    gap: 0;
}
.gallery_single .gallery_single_slider .slick-list .slick-track .slick-slide span{
    width: 100%;
}
.gallery_single .gallery_single_slider .slick-list .slick-track .slick-slide span img{
    width: 100%;
    max-width: 100%;
    max-height: 80dvh;
    object-fit: cover;
}

/* ========== 資料請求 ========== */

#nbp14783649\ 14783649{
    padding-left: 2%;
    padding-right: 2%;
    overflow: visible;
}
#nbp14783649\ 14783649 .wrapper_item{
    background-color: #fcf8f0;
    border: 5px solid #f7b52c;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 8px #00000033;
}
#nbp14783649\ 14783649 .inner_item_txt{
    padding: 20px 4% !important;
}
#nbp14783649\ 14783649 .inner_item_txt .content_btn01{
}
#nbp14783649\ 14783649 .inner_item_txt .content_btn01 a{
    min-width: 0;
    border-radius: 100%;
}
#nbp14783649\ 14783649 .inner_item_txt .content_btn01 span{
    min-width: 0;
    padding: 50px;
}