@charset "utf-8";

/**************************** 
    メインビジュアル
****************************/
.top_mv{
    background-image: 
        linear-gradient(200deg, rgba(255, 255, 255, 0) 40%, #fff 48%),
        url('/dcms_media/image/top_mv.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
}
.top_mv__outer{
    position: relative;
    max-width: 1120px;
    width: 100%;
    height: 100%;
    margin: 0 auto;

    display: flex;
    column-gap: 5.35%;
}
.top_mv__txtarea{
    position: unset;
    width: 44.56%;
    height: fit-content;
    align-self: center;
}
.top_mv__inside{
    max-width: 100%;
    width: 100%;
}
.top_mv__title{
    font-size: clamp(2rem, 3.57vw, 3.75rem);
    font-size: clamp(2.25rem, 3.57vw, 3.75rem);
    line-height: 1.41;
    color: var(--OTH);
    letter-spacing: normal;
}
.top_mv__thumb{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_mv__thumb img{
    width: 100%;
    height: auto;
}

@media print, screen and (max-width: 1130px){
    .top_mv__outer{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media print, screen and (max-width: 991px){
    .top_mv{
        height: 500px;
    }
}

@media print, screen and (max-width: 720px){
    .top_mv__outer{
        column-gap: 0;
        justify-content: flex-end;
    }
    .top_mv__txtarea{
        width: 50%;
        position: absolute;
        left: 1rem;
        top: auto;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
        border-radius: 4px;
    }
    .top_mv__inside{
        padding-left: 15px;
        padding-right: 15px;
    }
    .top_mv__title{
        font-size: clamp(2rem, 5vw, 2.25rem);
    }
    .top_mv__thumb{
        width: 70%;
    }
}

@media print, screen and (max-width: 600px){
    .top_mv{
        height: 60vh;
    }
    .top_mv__txtarea{
        width: min(420px, 90vw);
        width: clamp(280px, 55vw, 420px);
    }
    .top_mv__thumb{
        width: min(70%, 520px);
        width: clamp(52%, 70vw, 78%);
    }
}

@media print, screen and (max-width: 540px){
    .top_mv{
        height: 55vh;
        background-image: linear-gradient(245deg, rgba(255, 255, 255, 0) 40%, #fff 48%), url(/dcms_media/image/top_mv.webp);
        background-position: bottom left;
    }
    .top_mv__txtarea{
        position: relative;
        left: unset;
        width: 100%;
        background: none;
        box-shadow: none;
        border-radius: 0;
    }
    .top_mv__inside{
        padding-left: 0;
        padding-right: 0;
    }
    .top_mv__title{
        font-size: clamp(2.25rem, 8.518vw, 2.875rem);
    }
    .top_mv__thumb{display: none;}
}

/**************************** 
    設備・製品例
****************************/
.top_product__block{
    background-color: var(--LGRY);
    border-radius: 10px;
    padding: 10px;
}
.top_product__list li{line-height: 1.75;}

/**************************** 
    コラム
****************************/
.swiper-pagination-bullet{
    background-color: var(--DGRY) !important;
    border: var(--DGRY) 1px solid;
}
.swiper-pagination-bullet-active{
    background-color: var(--MAIN) !important;
    border: var(--DGRY) 1px solid;
}

/**************************** 
    お問い合わせ
****************************/
.contact_cta{
    background: url('/dcms_media/image/contact_cta-bg.webp') no-repeat center / cover;
}

/**************************** 
    ヘッダー
****************************/
@media print, screen and (min-width: 992px) {
    .lib-header__outer.lib-header-BS02{
        box-shadow: 0 0 12px 0 rgba(0,0,0,.16); 
    }
}

/**************************** 
    フッター
****************************/
.lib-footer__copyright{
    background-color: var(--OTH);
}

@media print, screen and (min-width: 992px) {
    .lib-footer__outer.lib-footer-BS01 .lib-footer__utility{
        background-color: var(--OTH);
    }
    .lib-footer__outer.lib-footer-BS01 .lib-footer__copyright{
        background-color: var(--OTH);
    }
}

/**************************** 
    下層ページ用
****************************/
.lib-hero__outer{
    background: url(/dcms_media/image/child_page-header-bg.webp) no-repeat top left / cover;
}
.lib-breadcrumb__outer{
    background: var(--MAIN);
    color: var(--bs-white);
}
.lib-breadcrumb__list li a,
.lib-breadcrumb__list li a[aria-current=location]{
    color: var(--bs-white);
}

@media print, screen and (max-width: 1380px){
    .lib-hero__outer{
        background: url(/dcms_media/image/child_page-header-bg.webp) no-repeat top right / cover;
    }
}

@media print, screen and (max-width: 600px){
    .lib-hero__outer{
        background: url(/dcms_media/image/child_page-header-bg.webp) no-repeat top right 5% / cover;
    }
}

/*  */