.services_title {
    text-align: center;
}

.services_products {
    margin: 0 auto 20px
}

.services_products--production {
    max-width: 1200px;
    margin: 0 auto
}

.services_products--lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 0 20px;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .services_products--lists {
        grid-template-columns: repeat(3, 1fr)
    }
}

.services_products--li img {
    width: 100%
}

.services_products--nav {
    padding: 0 20px;
    margin-bottom: 30px
}

.services_products--nav h4 {
    margin-bottom: 10px;
    font-family: Arsenal, sans-serif;
    font-size: clamp(1.25rem, 1.0765209125rem + .7604562738vw, 1.875rem);
    text-align: center
}

.services_products--nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 0 auto
}

.services_products--nav li {
    padding: 2px 30px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 1000px
}

.services_products--nav li.is_active {
    background: #eee
}

.services_department--contents {
    max-width: 1200px;
    margin: 0 auto clamp(4.0625rem, 3.108365019rem + 4.1825095057vw, 7.5rem)
}

@media screen and (min-width:768px) {
    .services_department--contents {
        display: grid;
        grid-template-areas: "d_image d_text";
        grid-template-columns: 1fr 1fr;
        align-items: center
    }

    .services_department--contents:nth-child(odd) {
        grid-template-areas: " d_text d_image"
    }
}

@media screen and (min-width:768px) {
    .services_department--image {
        grid-area: d_image
    }
}

.services_department--image img {
    width: 100%
}

@media screen and (min-width:768px) {
    .services_department--explanation {
        grid-area: d_text
    }

    .services_department--contents:nth-child(2n) .services_department--explanation {
        padding-left: 50px
    }

    .services_department--contents:nth-child(odd) .services_department--explanation {
        padding-right: 50px
    }
}

.services_department--explanation h3 {
    padding-left: 12px;
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: clamp(1.5625rem, 1.1288022814rem + 1.9011406844vw, 3.125rem);
    line-height: 1.4;
    border-left-style: solid;
    border-left-width: 6px
}

@media screen and (min-width:768px) {
    .services_department--explanation h3 {
        margin-top: 0
    }
}

.services_department--explanation h3.line_blue {
    border-color: #297fca
}

.services_department--explanation h3.line_orange {
    border-color: #e89e28
}

.services_department--explanation h3.line_green {
    border-color: #47ad2f
}

.services_department--explanation p {
    font-size: clamp(.75rem, .61121673rem + .608365019vw, 1.25rem)
}

@media screen and (min-width:768px) {
    .top_contents_link--card:first-child .top_contents_link--card_image {
        background: url(../images/services/worksystem_01.jpg) 50% no-repeat !important;
        background-size: cover !important
    }
    
    .top_contents_link--card:nth-child(2) .top_contents_link--card_image {
        background: url(../images/services/worksystem_02.jpg) 50% no-repeat !important;
        background-size: cover !important
    }

    .top_contents_link--card:nth-child(3) .top_contents_link--card_image {
        background: url(../images/services/worksystem_03.jpg) 50% no-repeat !important;
        background-size: cover !important
    }

    .top_contents_link--card:nth-child(4) .top_contents_link--card_image {
        background: url(../images/services/worksystem_04.jpg) 50% no-repeat !important;
        background-size: cover !important
    }

    .top_contents_link--card:nth-child(5) .top_contents_link--card_image {
        background: url(../images/services/worksystem_05.jpg) 50% no-repeat !important;
        background-size: cover !important
    }

    .top_contents_link--card:nth-child(6) .top_contents_link--card_image {
        background: url(../images/services/worksystem_06.jpg) 50% no-repeat !important;
        background-size: cover !important
    }

    .top_contents_link--card:nth-child(7) .top_contents_link--card_image {
        background: url(../images/services/worksystem_07.jpg) 50% no-repeat !important;
        background-size: cover !important
    }
}

.top_contents_link--card_contents h3 {
    color: #323232;
    text-align: center
}

.top_contents_link--explain {
    color: #000000
}

.services_worksystem_img img{
    width: 100%;
    height: auto
}

.services_products_img img{
    width: 100%;
    height: auto
}

.services_worksystem_title {
    max-width: 1200px;
    margin: 3rem auto clamp(2.5rem, 1.4591254753rem + 4.5627376426vw, 6.25rem);
}

.services_worksystem_title h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: clamp(1.125rem, .6566064639rem + 2.0532319392vw, 2.8125rem);
    /* font-weight: 700; */
    line-height: 1
}

.services_worksystem_title p {
    font-size: clamp(.75rem, .61121673rem + .608365019vw, 1.25rem);
    padding: 0 2rem;
    text-align: left
}

@media screen and (min-width:768px) {
    .services_worksystem_title p {
        padding: 0 5rem;
    }
}

@media screen and (min-width:1024px) {
    .services_worksystem_title p {
        padding: 0 7rem;
    }
}

@media screen and (min-width:1440px) {
    .services_worksystem_title p {
        padding: 0 12rem;
    }
}

.services_worksystem_subtitle {
    max-width: 1200px;
    width: 95%;
    text-align: center;
    background-color: #297fca;
    font-size: clamp(1rem, .6566064639rem + 2.0532319392vw, 2rem);
    color: white;
    padding: 15px 0px;
    margin: 3rem auto 0px;
}

.services_worksystem .top_contents_link--card_contents .etitle {
    font-family: a-otf ud reimin pro;
}

.top_contents_link--reverse_card {
    display: grid;
    grid-template-areas:
        "contents"
        "image";
    max-width: 1200px;
    margin: 0 auto clamp(2.5rem, 1.4591254753rem + 4.5627376426vw, 6.25rem);
}

.top_contents_link--reverse_card {
    display: grid;
    grid-template-areas:
        "image"
        "contents";
    max-width: 1200px;
    margin: 0 auto clamp(2.5rem, 1.4591254753rem + 4.5627376426vw, 6.25rem);
}

@media screen and (min-width:768px) {
    .top_contents_link--reverse_card {
        grid-template-areas: "contents image";
        grid-template-columns: 49% 51%
    }
}

@media screen and (min-width: 768px) {
    .top_contents_link--reverse_card:nth-child(2) .top_contents_link--card_image {
        background: url(../images/services/worksystem_02.jpg) 50% no-repeat !important;
        background-size: cover !important;
    }

    .top_contents_link--reverse_card:nth-child(4) .top_contents_link--card_image {
        background: url(../images/services/worksystem_04.jpg) 50% no-repeat !important;
        background-size: cover !important;
    }

    .top_contents_link--reverse_card:nth-child(6) .top_contents_link--card_image {
        background: url(../images/services/worksystem_06.jpg) 50% no-repeat !important;
        background-size: cover !important;
    }
}

.services_products_slider {
    margin-top: clamp(4.0625rem, 3.108365019rem + 4.1825095057vw, 7.5rem);
}

.services_products_slider .subtitle {
    font-size: clamp(1rem, .6566064639rem + 2.0532319392vw, 2rem);
    text-align: center;
    margin-bottom: 0px
}

.services_products_slider .comment {
    font-size: clamp(.75rem, .5244771863rem + .9885931559vw, 1.5625rem);
    text-align: center;
}

#image-carousel {
    width: 100%;
    margin: 0px auto 80px;
}

#image-carousel img{
    width: 100%;
}

@media screen and (min-width: 768px) {
    #image-carousel {
        max-width: 950px;
    }
}

.splide__slide div {
    margin-top: 10px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .splide__slide div {
        text-align: left
    }
}

.splide__pagination {
    display: none !important
}

@media screen and (min-width:1460px) {
    .header--menu>ul li:nth-child(3) {
        padding-right: 24px;
        padding-left: 24px;
        margin-left: 21px;
        background-color: #fff
    }

    .header--menu>ul li:nth-child(3) a {
        margin-left: 0;
        color: #000
    }
}