@charset "UTF-8";

#nbp12265542\ 12265542 h2.h,
#nbp12273375\ 12273375 h2.h{
    font-size: 12rem !important;
    line-height: 1;
    font-family: 'Oswald'
}

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

#nbp14645341\ 14645341 .content_wrapper{
    display: flex;
    padding: 0;
    height: 80dvh;
}
#nbp14645341\ 14645341 .heading{
    position: absolute;
    height: 100%;
    left: 5%;
    padding-top: 10%;
    font-family: serif;
    justify-content: flex-start;
    color: #fff;
}
#nbp14645341\ 14645341 .heading h2.h{
    font-weight: 900;
}
#nbp14645341\ 14645341 .wrapper_item{
    width: 100%;
}
#nbp14645341\ 14645341 .inner_item_img{
    height: 100%;
    max-width: 100%;
}
#nbp14645341\ 14645341 .inner_item_img img{
    height: 100%;
    object-fit: cover;
}

/* ========== ボタン ========== */

#nbp14717116\ 14717116 .content_wrapper{
    display: flex;
    justify-content: space-around;
    border: 1px solid;
    border-radius: 50px;
    padding: 0;
}
@media (max-width: 1200px){
#nbp14717116\ 14717116 .content_wrapper{
    max-width: calc(100% - 4%) !important;
}
}
#nbp14717116\ 14717116 .content_wrapper a{
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 15px 0;
    min-width: 0;
    flex: 1;
}
a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 50%;
    background: #333;
}
a:last-of-type::before {
    content: none;
}
#nbp14717116\ 14717116 .content_wrapper a:first-of-type{
    border-radius: 50px 0 0 50px;
    padding-left: 30px;
}
#nbp14717116\ 14717116 .content_wrapper a:last-of-type{
    border-radius: 0 50px 50px 0;
    padding-right: 30px;
}
#nbp14717116\ 14717116 .content_wrapper a span{
    min-width: 0;
    padding: 0;
    font-size: 1.2rem;
}

/* ========== 物件HEADER ========== */

#main .block_images_3{
    margin-top: 60px;
    overflow: visible;
    z-index: 2;
}
#main .block_images_3 .wrapper_item{
    justify-content: center;
    min-height: 50dvh;
    overflow: visible;
}
#main .block_images_3 .inner_item{
    justify-content: center;
    max-width: 90%;
    width: auto !important;
}
#main .block_images_3 .inner_item:first-of-type{
    margin-bottom: 0 !important;
}
#main .block_images_3 .inner_item:last-of-type{
    position: relative;
    bottom: -50px;
    margin-top: -50px;
    margin-left: 0;
    max-width: 800px;
}
#main .block_images_3 .inner_item img{
    object-fit: contain;
}
#main .block_images_3 .inner_item:first-of-type img{
    height: auto !important;
}
#main .block_images_3 .inner_item:last-of-type img{
    height: 100% !important;
    max-width: 600px;
}

#main .block_images_2 .content_wrapper{
    padding: 0;
}
#main .block_images_2 .inner_item{
    width: 50% !important;
    justify-content: center;
    align-items: center;
    color: #174373;
    padding: 50px 0;
}
@media (max-width: 600px){
#main .block_images_2 .inner_item{
    width: 100% !important;
}
}
#main .block_images_2 .inner_item:first-of-type{
    background: #ddd;
    margin-bottom: 0 !important;
}
#main .block_images_2 .inner_item:last-of-type{
    background: #b5d0e0;
    margin-left: 0 !important;
}

/* ========== 物件概要 ========== */

#main .block_images_1 .wrapper_item{
    flex-direction: column;
}
#main .block_images_1 .inner_item{
    width: 100%;
    align-items: flex-end;
    gap: 20px;
}
#main .block_images_1 .inner_item:first-of-type{
    flex-direction: row;
    margin-bottom: 30px !important;
}
#main .block_images_1 .inner_item:last-of-type{
    flex-direction: row-reverse;
    margin-left: 0 !important;
}
#main .block_images_1 .inner_item_img{
    flex: 3;
    margin-bottom: 0;
}
#main .block_images_1 .inner_item_img img{
    object-fit: contain;
    height: auto !important;
}
#main .block_images_1 .inner_item_txt{
    flex: 2;
}
#main .block_images_1 .inner_item_txt h3.h{
    font-size: 3rem !important;
    border-bottom: 2px solid;
}
@media (max-width: 700px){
#main .block_images_1 .inner_item{
    width: 100% !important;
    flex-direction: column !important;
}
}