/* css/content/si.css */

#siTopBox {
    background-image: url("/resources/asset/images/content/top/visual_business.jpg");
    background-size: cover;
    background-position: center;
}
#siBox {
    padding : 7vw 10vw
}
.card_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 260px;
}
.card_grid > dl {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 48%;
    min-width: 620px;
    height: 432px;
    padding: 50px;
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.card_grid > dl::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    bottom: -432px;
    transform: translate(-50px, -50px);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    transition: all ease 300ms;
}
.card_grid > dl:hover::before, .card_grid > dl.act::before {
    bottom: -50px;
    transition: all ease 300ms;
}
.card_grid > dl:nth-of-type(1) {
    background-image: url(/resources/asset/images/content/business/si_01.jpg);
}
.card_grid > dl:nth-of-type(2) {
    background-image: url(/resources/asset/images/content/business/si_02.jpg);
}
.card_grid > dl:nth-of-type(3) {
    background-image: url(/resources/asset/images/content/business/si_03.jpg);
}
.card_grid > dl:nth-of-type(4) {
    background-image: url(/resources/asset/images/content/business/si_04.jpg);
}
.card_grid > dl > dt {
    position: absolute;
    bottom: 50px;
    width: 40%;
    min-width: 260px;
    word-break: keep-all;
}
.card_grid > dl > dd {
    position: absolute;
    bottom: 50px;
    width: 40%;
    min-width: 260px;
    word-break: keep-all;
}
.card_grid > dl > dd {
    text-align: right;
    right: -500px;
    transition: all ease-in 600ms;
}
.card_grid > dl.act > dd, .card_grid > dl:hover > dd {
    right: 50px;
    transition: all ease 1000ms;
}
.card_grid > dl > dd li {
    color: #fff;
    margin-top: 10px;
    padding-right: 10px;
    border-right: 2px solid #fff;
    transition: all ease 250ms;
}
.card_grid .division {
    position: absolute;
    bottom: 0;
    color: #fff;
    border-left: 3px solid #fff;
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
    transition: all ease 400ms;
}
.card_grid > dl.act .division, .card_grid > dl:hover .division {
    position: static;
    opacity: 0.5;
    margin-bottom: 20px;
    transition: all ease 400ms;
}
.card_grid .divisionTitle {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    opacity: 0;
    transition: all ease 400ms;
}
.card_grid > dl.act .divisionTitle, .card_grid > dl:hover .divisionTitle {
    opacity: 1;
    transition: all ease 400ms;
}


@media screen and (min-width : 320px) and (max-width : 1023px) {
    .card_grid {
        margin-bottom: 200px
    }
}
@media screen and (min-width : 320px) and (max-width : 1600px) {
    .card_grid {
        justify-content: space-around;
    }
}
@media screen and (min-width : 320px) and (max-width : 768px) {
    .card_grid > dl {
        display: block;
        width: 100%;
        min-width: 0px;
        height: 400px;
        padding: 20px;
        background-size: cover;
    }
    .card_grid > dl::before {
        bottom: -50px;
        left: -100%;
        background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));
        transition: all ease 300ms;
    }
    .card_grid > dl:hover::before, .card_grid > dl.act::before {
        margin: auto;
        left: 50px;
        bottom: -50px;
        transition: all ease 300ms;
    }
    .card_grid > dl > dt {
        top: 400px;
        bottom: none;
        transition: all ease 700ms;
    }
    .card_grid > dl.act > dt {
        top: 25%;
        transition: all ease 700ms;
    }
    .card_grid > dl > dd {
        width: 100%;
        min-width: none;
    }
    .card_grid > dl > dd {
        text-align: left;
        left: -100%;
        transition: all ease-in 600ms;
    }
    .card_grid > dl.act > dd, .card_grid > dl:hover > dd {
        width: 90%;
        left: 20px;
        transition: all ease-out 800ms;
    }
    .card_grid > dl > dd li {
        padding-left: 10px;
        border-right: none;
        border-left: 2px solid #fff;
        text-shadow: 0 0 10px rgba(0,0,0,0.3);
    }
    .card_grid .divisionTitle {
        font-size: 28px;
        text-shadow: 0 0 10px rgba(0,0,0,0.3);
    }
    .card_grid .division {
        font-size: 20px;
        line-height: 20px;
        text-shadow: 0 0 10px rgba(0,0,0,0.3);
    }
}

@import url("/resources/asset/css/content/si/si_320.css");
@import url("/resources/asset/css/content/si/si_768.css");
@import url("/resources/asset/css/content/si/si_1280.css");
@import url("/resources/asset/css/content/si/si_1600.css");
@import url("/resources/asset/css/content/si/si_1920.css");
