.service-sec-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.service-sec-intro__img {
    width: 79.1044776119%
}

.content_inner h2.service-sec-intro__head {
    margin: 20px auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    color: #203459;
    text-align: center;
}

.content_inner h2.service-sec-intro__head span.is-ico {
    width: 39px;
    margin-right: 10px
}

@media(min-width: 768px) {
    .service-sec-intro {
        flex-direction: row;
        justify-content: space-between;
        align-items: end
    }

    .service-sec-intro__img {
        width: 50%;
        display: grid;
        place-items: end
    }

    .service-sec-intro__img img {
        width: calc(100% + 100px);
        max-width: 530px;
        height: auto;
    }

    .service-sec-intro__area-txt {
        width: calc(50% - 40px);
        padding-bottom: 80px
    }

    .service-sec-intro__head span.is-ico {
        width: 60px;
        margin-right: 20px
    }
}

.service-sec-detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10%;
}

.service-sec-detail__wrap {
    display: grid;
    gap: 30px 0;
    margin-top: 40px
}

.service-sec-detail__sub {
    margin-top: 20px
}

.service-sec-detail__head {
    margin: 7% auto 0 auto;
    color: #203459;
}

@media(min-width: 768px) {
    .service-sec-detail__wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
        margin-top: 60px
    }

    .service-sec-detail__sub {
        margin-top: 30px
    }

    .service-sec-detail__head {
        margin: 7% auto 0 auto;
    }
}

.service-sec-slider {
    margin-top: 40px
}

.service-sec-slider__list-item {
    background: var(--mh--color--grayscale-500);
    aspect-ratio: 800/535
}

.service-sec-slider__list-item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.service-sec-slider__ui {
    margin-top: 30px
}

@media(min-width: 768px) {
    .service-sec-slider {
        margin-top: 120px
    }

    .service-sec-slider__ui {
        position: static;
        margin-top: 20px
    }

    .service-sec-slider__ui .splide__arrow {
        top: calc(50% - 30px)
    }

    .service-sec-slider__ui .splide__arrow--prev {
        left: 20%
    }

    .service-sec-slider__ui .splide__arrow--next {
        right: 20%
    }
}

.service-sec-comingsoon {
    margin-top: 40px;
    overflow: hidden
}

.service-sec-comingsoon__img {
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.service-sec-comingsoon__img img {
    width: 100%
}

@media(min-width: 768px) {
    .service-sec-comingsoon {
        margin-top: 120px
    }
}

.service-sec-bnr {
    margin-top: 40px
}

.service-sec-bnr .c-bnr01 {
    background: transparent
}

.service-sec-bnr .c-bnr01__deco {
    color: var(--mh--color--secondary-500)
}

@media(min-width: 768px) {
    .service-sec-bnr {
        margin-top: 60px;
        margin-bottom: -200px
    }
}

.service-sec-detail__txt {
    margin-top: 3%;
}

.servicePage .concept_bg::after {
    left: 63%;
    max-width: 407px;
}

.servicePage .service-sec:nth-child(odd) .service-sec-detail__wrap{
    position: relative;
}
.servicePage .service-sec:nth-child(odd) .service-sec-detail__wrap::after{
    position: absolute;
    top: 80%;
    left: -7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    aspect-ratio: 1/1;
    background: url(../image/circle-gradient.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: min(100%, 800px);
    z-index: -1;
    max-width: 464px;
}
.servicePage .service-sec:nth-child(even){
    position: relative;
}
.servicePage .service-sec:nth-child(even)::after {
    position: absolute;
    top: 20%;
    left: 70%;
    -webkit-transform: none;
    transform: none;
    content:
    "";
    aspect-ratio: 1/1;
    background: url(
    ../image/circle-gradient.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: min(100%, 800px);
    z-index: -1;
    max-width: 732px;
}

.service-sec {
    margin-bottom: 16%;
}

.service-sec-detail__img,.service-sec-detail__img img{
    width: 100%;
    height: auto;
}

.servicePage{
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .content_inner h2.service-sec-intro__head {
        font-size: 2.227rem;
        line-height: 1.5;
    }

    .service-sec:nth-child(even) .service-sec-intro__img{
        margin-top: 6%;
    }
}