@charset "UTF-8";

#services .hero_visual {
    background-image: url(../images/services/services_title.jpg);
    background-image: image-set(url(../images/services/services_title.webp) type("image/webp"),
            url(../images/services/services_title.jpg) type("image/jpeg"));
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    height: 400px;
    max-width: initial;
    object-position: center;
    width: 68vw;
}


@media screen and (max-width: 767px) {

    #services .hero_visual {
        background-image: url(../images/services/services_title_sp.jpg);
        background-image: image-set(url(../images/services/services_title_sp.webp) type("image/webp"),
                url(../images/services/services_title_sp.jpg) type("image/jpeg"));
        background-size: cover;
        background-position: center;
        position: relative;
        background-repeat: no-repeat;
        height: 180px;
        max-width: initial;
        object-position: center;
        width: 100%;
    }

}


.intro_section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.intro_heading {
    font-size: 3rem;
    line-height: 1.7;
    font-weight: 500;
    width: 437px;
    flex-wrap: nowrap;
    padding-right: 30px;
}

.intro_description {
    font-weight: 500;
    line-height: 2;
    width: 100%;
    max-width: 654.5px;
}

@media screen and (max-width: 767px) {
    .intro_section {
        display: block;

    }

    .intro_heading {
        width: 100%;
        font-size: 2.1rem;
        text-align: center;
        margin-bottom: 48px;
        padding: 0;
    }

    .intro_description {
        font-weight: 400;
        margin: 0 auto;
        width: calc(100% - 4vw);
    }

}

.system_wrapper {
    margin: 0 auto;

}

.system_wrapper a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.system_card_box:not(:last-child) {
    margin-bottom: 40px;
}

.system_list {
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 0;
}

.system_card {

    width: 100%;
    max-width: 364px;
}

.system_detail h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    aspect-ratio: 364 / 350;
    width: 100%;
    max-width: 364px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 500;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.system_detail h3 span {
    position: relative;
    z-index: 2;
}

.system_detail h3::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--sub02);
    opacity: .6;
    z-index: 1;
}

.system_detail h3::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-image: url(../images/common/arw_right_wh.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    z-index: 2;
}

.system_list li:first-child .system_detail h3 {
    background-image: url(../images/services/services_img01.jpg);

}

.system_list li:nth-child(2) .system_detail h3 {
    background-image: url(../images/services/services_img02.jpg);
}

.system_list li:last-child .system_detail h3 {
    background-image: url(../images/services/services_img03.jpg);
}

.system_detail p {
    padding: 18px;
}


@media screen and (min-width: 1053px) {

    .system_br {
        display: none;
    }

}

@media screen and (max-width: 767px) {

    .system_br {
        display: none;
    }

    .system_list {
        flex-direction: column;
        align-items: center;
    }

    .system_detail h3 {
        aspect-ratio: 345 / 150;
        font-size: 2rem;
        max-width: initial;
    }

    .system_card {
        max-width: initial;
    }

    .system_detail h3::after {
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
    }

    .system_detail p {
        padding: 18px 0 0 0;
    }


}

.section_header {
    text-align: center;
    margin-bottom: 100px;
}

.monitoring_box01 img {
    width: 78%;
    display: block;
    margin: 0 auto;
}

.monitoring_box02 img {
    width: 52%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

    .section_header {
        margin-bottom: 63px;
    }

    .serviceSub {
        margin-bottom: 70px;
    }

    .serviceSub img {
        width: 100%;
    }
}


.services_link {

    margin-left: clamp(0px, 2vw, 20px);
    margin-right: clamp(0px, 2vw, 20px);


}

.sl_container {
    margin: 0 auto;
    width: 100%;
    max-width: 1092px;
    background: var(--gray03);
    padding: 62px 90px;
    display: flex;
    gap: 30.5px;
}


.sl_heading {
    color: var(--gray01);
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 500;

}



.sl_btn {
    text-align: left;
    display: flex;
    gap: 15px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 35px 20px 35px 30px;
    font-weight: 500;
    text-decoration: none;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1092px;
}

.sl_btn:hover {
    opacity: 0.7;
    transition: .2s;
    cursor: pointer;
}

.sl_btn::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/common/arw_right_gr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

@media screen and (min-width: 897px) {
    .sl_br_896 {
        display: none;
    }

}

@media screen and (max-width: 896px) {

    .sl_btn {
        padding: 35px 10px 35px 10px;
    }
}


@media screen and (max-width: 767px) {

    .services_link {
        margin-left: clamp(0px, 4vw, 30px);
        margin-right: clamp(0px, 4vw, 30px);
        margin-bottom: 35px;
    }

    .sl_container {
        display: block;
        padding: 40px 30px;
    }

    .sl_btn {
        text-align: left;
        display: flex;
        gap: 32px;
        margin: 0 auto;
        border-radius: 5px;
        padding: 35px 20px 35px 30px;
        font-weight: 500;
        text-decoration: none;
        background: #fff;
        box-sizing: border-box;
        position: relative;
        border: 0;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1092px;
    }

    .sl_btn:first-child {
        margin-bottom: 5px;
    }

    .sl_heading {
        font-size: 1.6rem;
        letter-spacing: 0;
    }


    .sl_btn::after {
        width: 40px;
        height: 40px;
    }

    .sl_br_896 {
        display: none;
    }

}

.middleware_box {
    display: flex;
    gap: 30px;
}

.middleware_box:not(:first-of-type) {
    border-top: 1px solid var(--gray02);
    padding-top: 70px;
}

.middleware_info {
    max-width: 344px;
    width: 100%;
}

.middleware_img {
    flex-shrink: 1;
    flex-grow: 0;
    min-width: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.middleware_box img {
    width: 100%;
    max-width: 680px;
    display: block;
}

@media screen and (max-width: 767px) {

    .middleware_box {
        display: block;
    }

    .middleware_box:not(:first-of-type) {
        padding-top: 50px;
    }

    .middleware_info {
        margin-bottom: 12px;
        max-width: initial;
    }

}


.linux_box01 img {
    width: 78%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

    .linux_box01 img {
        width: 100%;
    }
}
