body {
    background-color: #f0f0f0;
}

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 10%);
    transition: 1.5s;
}

.service01_width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.menu_list.service01_top {
    height: 80vh;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu_list.service01_top::-webkit-scrollbar {
    display: none;
}

.top_area.service01_top {
    content: "";
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    position: relative;
    width: 100%;
    background-color: #619c95;

}

.f-imges {
    position: absolute;
    top: 0;
    color: #fff;
    left: 15%;
    top: 60%;
}

.f-img_la {
    font-size: 6.0rem;
    font-weight: 600;
}

.f-img_sm {
    position: absolute;
    text-align: left;
    top: -25px;
    left: 5px;
    right: 0px;
    font-size: 1.6rem;
    letter-spacing: 1;

}


@media only screen and (max-width: 972px) {
    .top_area.service01_top {
        height: 50vh;


    }

    .f-imges {
        position: absolute;
        top: 0;
        color: #fff;
        left: 10%;
        top: 60%;
    }

    .f-img_la {
        font-size: 3.0rem;
        font-weight: 600;
        text-align: left;
        line-height: 1.2;
    }

    .f-img_sm {
        position: absolute;
        text-align: left;
        top: -25px;
        left: 5px;
        right: 0px;
        font-size: 1.6rem;
        letter-spacing: 1;

    }

}



.service_toptx {
    padding: 150px 50px 100px;
    display: flex;
    justify-content: space-between;

}

.service_top_txbox {
    padding: 0px 80px 50px 0px;
}



.service_toptx-la {
    font-size: 3.0rem;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
}

.service_toptx img {
    width: 50%;
    height: auto;
    box-shadow: #333 ;
    box-shadow: 10px 10px 15px -10px;
    border-radius: 10px;

}

.service_main {
    padding-top: 100px;
    margin-top: -100px;
}

.service_main_area {
    margin-top: 20px;
    margin-bottom: 100px;
    background-color: #d2e6e4;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
}

.service_case_pc {
    display: block;
}

.service_case_sp {
    display: none;
}



.service_main01 {
    padding: 50px 50px 100px 10px;
}

.service_main02 {
    padding: 50px 50px 100px 10px;
}

.service_main03 {
    padding: 50px 50px 100px 10px;
}



.service_tx_la {
    font-size: 3.0rem;
    text-align: left;
    padding-left: 100px;
}

.service_tx_sm {
    font-size: 1.4rem;
    color: #619c95;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}









.slide-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    /* はみ出したスライドを隠す */
}

.slide_service {
    /*スライド全体 */
    width: 300%;
    height: 500px;
    display: flex;
    transition: all 0.3s;
}

.slide_service div {
    /* スライド */
    width: 80%;
    height: auto;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

.slide1 {
    /* スライドさせるために必要なクラス */
    transform: translateX(0);
}

.slide2 {
    /* スライドさせるために必要なクラス */
    transform: translateX(-33.33%);
}

.slide3 {
    /* スライドさせるために必要なクラス */
    transform: translateX(-66.66%);
}

.slide div:nth-of-type(1) {
    /* 背景色 */
    background-color: #d2e6e4;
}

.slide div:nth-of-type(2) {
    /* 背景色 */
    background-color: #d2e6e4;
}

.slide div:nth-of-type(3) {
    /* 背景色 */
    background-color: #d2e6e4;
}

.next {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    right: 20px;
    bottom: 50%;
    z-index: 10;
    cursor: pointer;
    background-image: url(../img/chevron-right.svg);
    background-position: center;
    background-repeat: no-repeat;

}

.prev {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    left: 20px;
    bottom: 50%;
    z-index: 10;
    cursor: pointer;
    background-image: url(../img/chevron-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;

}

/* ↓ インジケーター */
.indicator {
    width: 100%;
    position: absolute;
    bottom: 20px;
    display: flex;
    column-gap: 18px;
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.indicator li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    list-style: none;
    background-color: #fff;
    cursor: pointer;

}

.indicator li:first-of-type {
    background-color: #333;
}



.service_main-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.service_main-flex_tx {
    padding-right: 60px;
    text-align: left;

}

.service_main-flex_tx p {
    margin: 0;
    font-size: 1.4rem;

}

.service_tx_20 {
    font-size: 2.5rem;
    margin: 0;
    font-weight: 600;

}

.service_main-flex img {
    width: 50%;
    height: auto;
    border-radius: 10px;
}

.service_video_button {
    margin-left: 0px;
}

.service_video_button a {
    display: block;
    width: 220px;
    height: 35px;
    background-color: #fff;
    border-radius: 999px;
    text-decoration: none;
    border: 0.75px solid #619c95;

}

.service_video_button p {
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
    padding-top: 5px;
    color: #619c95;
}

.service_video_button a:hover {
    background-color: #619c95;
    border: 0.75px solid #619c95;
    transition: 0.3s;

}

.service_video_button p:hover {
    color: #fff;
}

@media only screen and (max-width: 850px) {
    .service_case_pc {
        display: none;
    }

    .service_case_sp {
        display: block;
    }

    .service_case_sp_area {
        display: block;
        height: 880px;
        transition: 0.3s;
        overflow: hidden;
    }

    .service_case_sp_area.active {
        height: auto;
        padding: 50px 0;
    }

    .case_01{
        padding: 10px 0px 100px;
    }

    .case_02{
        padding: 10px 0px 100px;
    }

    .service_toptx {
        padding: 100px 20px 100px;
        display: block;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;

    }

    
    .service_toptx img {
 width: 100%;
 height: auto;

    }

    .service_toptx-la {
        font-size: 2.5rem;
        line-height: 1.5;
        font-weight: 600;
        margin: 0;
        margin-top: 20px;
    }

    .service_top_txbox {
        padding: 0px 0px 50px 0px;
    }


    .service_main {
        padding-top: 100px;
        margin-top: -100px;
    }

    .service_main_area {
        margin-top: 0px;
        margin-bottom: 100px;
        background-color: #d2e6e4;
        border-radius: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .service_main01 {
        padding: 50px 50px 100px 10px;
    }

    .service_main02 {
        padding: 50px 50px 100px 10px;
    }

    .service_main03 {
        padding: 50px 50px 100px 10px;
    }



    .service_tx_la {
        font-size: 3.0rem;
        text-align: center;
        padding-left: 0px;
    }

    .service_tx_sm {
        font-size: 1.4rem;
        color: #619c95;
        line-height: 1;
        display: block;
        margin-bottom: 10px;
    }

    .case_img_sp {
        padding: 0 30px;
    }

    .case01_tx_sp {
        font-size: 2.0rem;
        padding: 50px 0;
        margin: 0;
    }

    .case01_tx_sp span {
        font-size: 1.6rem;
    }

    .case01_tx2_sp {
        text-align: left;
        padding: 0px 30px 50px;
        margin: 0;
    }

    .service_video_button_sp {
        width: 200px;
        height: 50px;
        background-color: #fff;
        border: 0.75px solid #619c95;
        border-radius: 999px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .service_video_button_sp a {
        text-decoration: none;
        color: #619c95;
        font-size: 1.4rem;
        width: 200px;
        height: 50px;
        border-radius: 999px;
    }

    .service_more_btn{
        margin: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

button{
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.service_more_sp{
   opacity: 1;
   width: 150px;
   height: 30px;
   background-color: #619c95;
   border-radius: 999px;
   color: #fff;
   font-size: 1.6rem;
   letter-spacing: 1.2;
   position: relative;
   font-weight: 300;
   
}

.service_more_sp::after{
   content: "";
   display: block;
   width: 20px;
   height: 20px;
   background-image: url(../img/chevrons-down.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
position: absolute;
top: 5px;
right: 20px;
    
 }

.service_more_sp.active{
   opacity: 0;
}

.service_close_sp{
    opacity: 0;
    color: #333;
}

.service_close_sp.active{
  opacity: 1;
  font-size: 1.6rem;
  color: #333;
}

}