:root {
    --productColor: #5801ec;
}

.service_bnr_container {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0 20px;
}
.service_bnr_container .service_bnr {
    width: 40%;
    height: 70px;
}
.service_bnr_container + .text_center {
    margin-top: 40px;
}

.service_bnr > a {
    font-size: 16px;
    padding: 20px 20px 20px;
    width: 100%;
    border: 2px solid #ff3d00;
    border-radius: 10px;
    display: block;
    justify-content: right;
    position: relative;
    text-align: center;
    background-color: #ff3d00;
    color: #fff;
}

.service_bnr_red.product_color {
    border-color: var(--productColor);
}
.service_bnr_red.product_color > div > a {
    background-color: var(--productColor);
}

@media screen and (max-width: 1024px) {
    .service_bnr_container > span {
        display: block;
        text-align: center;
    }

    .service_bnr_container > .service_bnr {
        background-color: #ff3d00;
    }

    .service_bnr_container > .service_bnr > a {
        color: #fff;
        text-align: center;
    }

    .service_bnr {
        font-size: 16px;
        width: 100%;
        border-radius: 10px;
        display: block;
        justify-content: right;
        background-color: #fff;
        position: relative;
        text-align: center;
    }
    .service_bnr_container
        > .service_bnr:nth-child(2) {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .service_bnr > div > img {
        top: 20px;
        width: 80%;
        height: auto;
        margin: auto;
        display: block;
    }
    .service_bnr > div {
        display: block;
        margin-top: 20px;
    }

    .service_bnr > div > p {
        margin: 5px 0;
        height: 50px;
        line-height: 20px;
        display: flex;
        justify-content: center;
        padding: 10px 0;
        text-align: center;
    }
    .service_bnr > div:nth-child(2) {
        width: 100%;
    }

    .service_bnr > div > a {
        border-radius: 10px;
        height: 65px;
        width: 100%;
        max-width: 100%;
    }
}

.main_visual {
    box-sizing: border-box;
    position: relative;
    height: 400px;
    background: url(https://gsx-co-jp.s3.ap-northeast-1.amazonaws.com/services/incidentavoidance/sentinelone/mv_bg.webp) no-repeat center top;
    background-size: cover;
}
.main_visual::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 400px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.main_visual .main_visual_inner {
    justify-content: flex-start;
}
.main_visual .mv_title {
    margin-bottom: 40px;
}

/* PC｜1440pxより広い  */
@media screen and (min-width: 1441px) {
    .main_visual .main_visual_inner {
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        max-width: 1296px;
        margin: 0 auto;
        height: auto;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 10;
    }
}


/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {
    .main_visual {
        width: 100%;
        height: 220px;
        margin-top: 0px;
    }
    .main_visual::after {
        height: 220px;;
    }
    .main_visual .main_visual_inner {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90vw;
        height: auto;
        padding: 0;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
    }
    .main_visual_inner .mv_left {
        width: 100%;
    }
    .main_visual_inner .mv_title {
    max-width: 100%;
    margin-bottom: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    }
    .main_visual_inner .mv_subtitle {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 8px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    }
    .main_visual_inner .mv_right {
    width: 0;
    }
    .main_visual_sp {
    padding: 32px 5%;
    }
    .main_visual_sp {
    padding: 32px 5%;
    }
    .main_visual_sp_container {
    position: relative;
    padding-top: 24px;
    margin-bottom: 32px;
    }
    .main_visual_sp_container:last-child {
    margin-bottom: 0;
    }
    .main_visual_sp_container::before {
    position: absolute;
    width: 64px;
    height: 2px;
    background: linear-gradient(90deg, #012E83 0%, #0C59BE 100%);
    content: '';
    top: 0;
    left: 0;
    }
}

.arrow_btm {
    margin: 80px auto 0 auto;
    max-width: 800px;
    height: auto;
}
