/*
* nca_brand_global-business-network_solutions-by-industry.css
* /brand/global-business-network/solutions-by-industry/
*/

@charset "UTF-8";
/* =================================
NCA対応　他社対応cssから水色枠と紫枠部分取り出し（section内）
================================= */
.nca_visual, .nca_visualImg {
    position: relative;
}

.nca_visualImg {
    display: block;
}

.nca_visualImg img {
    width: 100%;
}

@media screen and (960px <= width < 1440px) {
    .nca_visualImg {
        height: min(379px, 26.3194444444vw);
        width: 100%;
    }

    .nca_visualImg img {
        height: 100%;
        inset: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
    }
}

.nca_imgTxtBlockImg>:first-child {
    margin-top: 0;
}

.nca_imgTxtBlockLead > .btn, .nca_imgTxtBlockLead > .btnBlock:last-child {
    margin-top: 48px;
}

.nca_picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: 48px;
    width: 100%;
}

.nca_pictureInner {
    border-radius: min(24px, 1.6666666667vw);
    display: block;
    overflow: hidden;
}

.nca_pictureInner img {
    width: 100%;
}


@media print, screen and (768px <= width) {
    .imgTxtBlock:has(.nca_imgTxtBlockLead:first-child) {
        -ms-grid-columns: 46.15% 49.23%;
        grid-template-columns: 46.15% 49.23%;
    }

    .nca_imgTxtBlockLead > .btn, .nca_imgTxtBlockLead > .btnBlock:last-child {
        margin-top: min(48px, 3.33333vw);
    }

    .nca_picture, .nca_point>li:not(:first-child), .nca_pointItem:not(:first-child) {
        margin-top: min(48px, 3.3333333333vw);
    }
}


@media screen and (width < 768px) {
    .nca_imgTxtBlockLead:has(.btn) {
        display: contents;
    }

    .nca_imgTxtBlockLead>.btn, .nca_imgTxtBlockLead>.btnBlock:last-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        justify-self: flex-start;
        order: 2;
    }

    .nca_imgTxtBlockImg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin-top: 48px;
        order: 1;
    }

    .nca_pictureInner {
        border-radius: 24px;
    }
}

/* =================================
NCA対応　モジュールなし箇所
================================= */

/* nca_pageBack
---------------------------------------------------------- */
.nca_pageBack {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 48px;
    -webkit-text-decoration: underline 1px solid transparent;
    text-decoration: underline 1px solid transparent;
    -webkit-transition: -webkit-text-decoration .3s ease;
    transition: -webkit-text-decoration .3s ease;
    transition: text-decoration .3s ease;
    transition: text-decoration .3s ease,-webkit-text-decoration .3s ease
}

.nca_pageBack::before {
    background: url(/assets/img/ico_arrow_left.svg) 50% 50%/100% 100% no-repeat;
    content: "";
    height: min(24px,1.6666666667vw);
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    width: min(24px,1.6666666667vw)
}

@media screen and (width < 768px) {
    .nca_pageBack::before {
        height: 24px;
        width: 24px;
    }
}

@media(hover: hover)and (pointer:fine) {
    .nca_pageBack:hover {
        color: #1a005d;
        text-decoration-color: #1a005d
    }

    .nca_pageBack:hover:before {
        background-image: url(/assets/img/ico_arrow_left_hover.svg)
    }
}
