@charset "UTF-8";
.p-mv {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 326px;
    background-image: url("../../../../images/pages/scsk-solution/cdq/mv_bg.jpg");
    background-position: center;
    background-size: cover;
}
.p-mv__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1120px;
    height: 100%;
    padding-top: 70px;
    margin: 0 auto;
}
.p-mv__heading {
    font-size: 4.6rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
}
.p-mv__heading span{
    display: block;
    font-size: 80%;
    line-height: 1.2em;
    letter-spacing: .05em;
}
.p-intro{
    
}
.section_container {
    width: 1120px;
    padding: 50px 0 58px;
    margin: 0 auto;
}
.page_title {
    font-size: 3.4rem;
    font-weight: 600;
    color: #1d2088;
    text-align: center;
}
.page_title::after {
    display: block;
    width: 50px;
    height: 2px;
    margin: 17px auto 0;
    content: "";
    background-color: #1d2088;
}
.page_title-ledel{
    margin-top: 30px;
    line-height: 2.125;
}
.p-what{
    background: #edeffc;
}
.subtitle-h3{
    padding: 0 15px;
    margin-bottom: 16px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1d2088;
    border-left: 4px solid #1d2088;
}
.contents_text{
    color: #1f1f1f;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.7143;
}
.contents_img{
    margin: 30px auto 0;
}
.contents_img img{
    width: 100%;
    height: auto;
}

.p-issue{
    background: #1d2088;
}
.p-issue .subtitle-h3{
    color: #fff;
    border-left: 4px solid #fff;
}
.p-issue .contents_box{
    position: relative;
    width: 100%;
    padding: 30px;
    margin-top: 30px;
    background: #fff;
}
.p-issue .contents_box::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    content: "";
    border-color: #cfd0ff transparent transparent;
    border-style: solid;
    border-width: 35px 35px 0 0;
}
.p-issue .contents_box::after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 1;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #1d2088;
    border-style: solid;
    border-width: 0 0 36px 36px;
}

.p-issue .contents_box ul.p-issue__list > li{
    position: relative;
    margin-left: 32px;
    margin-bottom: 30px;
}
.p-issue .contents_box ul.p-issue__list > li:last-child{
    margin-bottom: 0;
}
.p-issue .contents_box ul.p-issue__list > li::before {
    content: "";
    background-image: url(../../../../images/pages/reason/index/icon_task.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -30px;
    width: 19px;
    height: 19px;
    margin-top: 5px;
}
.p-issue .contents_box ul.p-issue__list li h4{
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 600;
    color: #1d2088;
    letter-spacing: .04em;
}
.p-issue .contents_box ul.p-issue__list li ul.p-issue__list__detail{
    margin-bottom: 1em;
}
.p-issue .contents_box ul.p-issue__list li ul.p-issue__list__detail li{
    position: relative;
    margin-left: 0.75em;
    margin-bottom: 0.25em;
}
.p-issue .contents_box ul.p-issue__list li ul.p-issue__list__detail li::before {
    position:absolute;
    width: 5px;
    height: 5px;
    top: 40%;
    left: -0.75em;
    content: "";
    background-color: #999;
    border-radius: 9999px;
}

.p-case{
    position: relative;
    padding-bottom: 70px;
}
.p-case::after {
    position: absolute;
    bottom: 0;
    left: 60%;
    z-index: 0;
    width: 1661px;
    height: 1553px;
    margin-left: -484px;
    content: "";
    background-image: url(../../../../images/pages/informatica_scsk/index/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.p-case .p-case__detail{
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 50px 30px 30px;
    margin-top: 30px;
    background: #ebecfc;
    border: 2px solid #ebecfc;
}
.p-case .p-case__detail .item_label-h4{
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 9.5px 18px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    letter-spacing: .04em;
    background-color: #8386d9;
}
.p-case .p-case__detail .p-case__list_item{
    display: flex;
    flex-wrap: wrap;
}
.p-case .p-case__detail .p-case__list_item dt{
    width: 7.5%;
    color: #1d2088;
    font-weight: bold;
    margin-bottom: 15px;
}
.p-case .p-case__detail .p-case__list_item dd{
    width: 92.5%;
    margin-bottom: 15px;
}
.p-case .p-case__detail .p-case__list_item dt:last-of-type,
.p-case .p-case__detail .p-case__list_item dd:last-of-type{
    margin-bottom: 0;
}

@media (max-width: 48em) {
    .p-mv {
        height: 200px;
        background-image: url(../../../../images/pages/scsk-solution/cdq/mv_bg_sp.jpg);
    }

    .p-mv__container {
        width: 100%;
        padding: 0 0 15px;
    }
    .p-mv__heading {
        margin-top: 8px;
        font-size: 2.6rem;
        letter-spacing: 0;
    }
    .p-mv__heading span {
        line-height: 1.75;
    }
    .section_container {
        width:100%;
        padding: 3.5rem 4% 3rem;
    }
    .page_title {
        font-size: 2.3rem;
        line-height: 1.413;
    }
    .page_title::after {
        width: 3.5rem;
        margin-top: 1.1rem;
    }
    .page_title-ledel{
        margin-top: 15px;
        font-size: 1.3rem;
        line-height: 1.6538;
    }
    .subtitle-h3{
        padding: 0 0.7rem;
        margin-bottom: 1.23rem;
        font-size: 1.9rem;
        line-height: 1.3947;
        border-width: 0.3rem;
    }
    .contents_text{
        font-size: 1.3rem;
        line-height: 1.6538;
    }
    .contents_img{
        margin: 2.2rem auto 1rem;
        width: 100%;
        max-width: 500px;
    }
    .p-issue .subtitle-h3{
        border-width: 0.3rem;
    }
    .p-issue .contents_box{
        padding: 2.4rem;
        margin-top: 1.8rem;
        margin-bottom: 1.2rem;
    }
    .p-issue .contents_box::before{
        border-width: 25px 25px 0 0;
    }
    .p-issue .contents_box::after {
        border-width: 0 0 26px 26px;
    }
    .p-issue .contents_box ul.p-issue__list li h4{
        font-size: 1.5rem;
        line-height: 1.4;
        letter-spacing: 0;
    }
    .p-issue .contents_box ul.p-issue__list > li{
        margin-left: 2.2rem;
        margin-bottom: 2rem;
    }
    .p-issue .contents_box ul.p-issue__list > li::before {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: .3rem;
        margin-right: 0rem;
        left: -2.2rem;
    }
    .p-issue .contents_box ul.p-issue__list li ul.p-issue__list__detail li{
        font-size: 1.3rem;
        line-height: 1.6538;
    }
    .p-issue .contents_box ul.p-issue__list li ul.p-issue__list__detail li::before{
        top:.8rem;
    }
    .p-issue .contents_box ul.p-issue__list li ul.p-issue__list__detail {
        margin-bottom: .5em;
    }
    .p-case{
        padding-bottom: 3rem;
    }
    .p-case::after {
        left: 0;
        bottom: -60%;
        width: 100%;
        height: 100%;
        padding-top: 157.7333333333%;
        margin-bottom: 58.6666666667%;
        margin-left: 0;
        background-image: url(../../../../images/pages/informatica_scsk/index/bg_sp.png);
    }
    .p-case .p-case__detail{     
        padding: 3rem 2rem 2.4rem;
        margin-top: 1.4rem;
        font-size: 1.3rem;
        line-height: 1.6538;
    }
    .p-case .p-case__detail .item_label-h4{
        padding: .7rem;
        letter-spacing: 0em;
        font-size: 1.1rem;
    }
    .p-case .p-case__detail .p-case__list_item{
        display: block;
    }
    .p-case .p-case__detail .p-case__list_item dt{
        position: relative;
        width: 100%;
        margin-bottom: .1rem;
    }

    .p-case .p-case__detail .p-case__list_item dd{
        width: 100%;
        margin-bottom: 1.1rem;
        padding-bottom: .8rem;
        border-bottom: 1px dotted #cfd0ff;
    }
    .p-case .p-case__detail .p-case__list_item > dd:last-child{
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media not all and (max-width: 48em) {
    
}

