@charset "utf-8";

/* ↓メインここから↓ */

/* Section-Title  */

.Service-Section-Title{
    padding: 96px var(--padding);
    background: linear-gradient(60deg, #13a0f4, #00bbdd, #1cd9f2, #4ee9f2, #d4fff2);
    color: #fcfcfc;
}

.Service-Section-Title h2{
    font-size: 10.0rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1;
}

.Service-Section-Title p{
    font-size: 3.6rem;
    padding-left: 8px;
}

/* Over view */
.Service_Over-view{
    padding: 0 var(--padding);
}

.Over-view-area .detail{
    padding: 96px var(--padding);
    width: 100%;
    height: 870px;
    display: flex;
    position: relative;
    /* background-image: url(../img/Service/Service_over-view-triangle.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 770px; */
}

.Over-view-area .detail .title-area{
    display: flex;
    justify-content: left;
}

.title h3{
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #e16122;
}

.Over-view-area .title .main-copy{
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 16px 0;
}

.Over-view-area .title .sub-copy{
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.Over-view-area .item-image{
    width: 60%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 40%;

}

/* .Over-view-area .detail .item-image{
    width: 50%;
    background-image: url(../img/Service/Service_over-view-triangle.png);
    background-repeat: no-repeat;
    background-size: auto 770px;;
    aspect-ratio: 1/0.6;
    background-position: bottom right;

} */

.Over-view-area .contents{
    padding: 96px var(--padding);
    text-align: center;
}

.Over-view-area .contents .contents-area{
    padding: 96px calc((100% - 1184px) / 2);
    background-color: #e8edef;
    border-radius: 20px 20px 0 0;
}

.Over-view-area .contents .title{
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 40px;
}

.Over-view-area .contents ul{
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding: 0 40px;
}

.Over-view-area .contents ul li{
    background-color: #fcfcfc;
    padding: 40px 24px;
    border-radius: 20px 20px 0 0;
    object-fit: contain;
}

.Over-view-area .contents ul li dl dt{
    font-size: 2.0rem;
    font-weight: bold;
    color: #13a0f4;
    line-height: 1.5;
}

.Over-view-area .contents ul li dl dd{
    padding: 8px 0 32px 0;
}

.Over-view-area .contents ul li img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}

/* Our features */
.Our-features{
    padding-bottom: 208px; 
    padding: 96px var(--padding);
}

.Our-features_area .title{
    padding-bottom: 80px;
}

.title h3{
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #e16122;
}

.title p{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.Our-features_area .contents{
    text-align: center;
}

.Our-features_area .contents ul{
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    row-gap: 176px;
}

.Our-features_area .contents ul li{
    display: flex;
    justify-content: center;
    column-gap: 40px;
    padding: 0 64px;

}

.Our-features_area .contents ul li img{
    width: 40%;
    object-fit: contain;
}

.Our-features_area .contents ul li dt{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 4.8rem;
    color: #00d5d5;
}

.Our-features_area .contents ul li dd{
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 24px;
}

/* .Our-features_area .contents ul li .text-area{
    text-align: left;
} */

.Our-features_area .contents ul li p{
    line-height: 2.5;
    padding: 0 64px;
}

.Our-features_area .contents ul li dl{
    display: flex;
}

.Our-features_area .contents ul li dl .image-item{
    width: 100%;
}

.Our-features_area .contents ul li dl .image-item img{
    width: 100%;
}

.Our-features_area .contents ul .aitem-03 dl{
    padding-top: 64px;
}

.Our-features_area .contents ul .aitem-03 img{
    margin-top: 64px;
}
/* ボーダーアニメーション */
.fadeup{
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s;
    transition-timing-function: ease-out;
}
.fadeup.on{
    transform: translateY(0px);
    opacity: 1;
}
.Our-features .contents li{
    position: relative;
}
.contents .list-01 .border{
    width: 100px;
    height: 800px;
    border-left: 5px solid;
    border-image: linear-gradient( #13a0f4, #00bbdd, #1cd9f2, #4ee9f2, #d4fff2) 1;
    position: absolute;
    top: 20%;
    left: 50%;
    translate: -50% 0;
    rotate: 50deg;
    z-index: -1;
    transition: all 5s;
    clip-path: inset(0 0 100% 0);
}
.list-01 .border.on{
    clip-path: inset(0 0 0 0);
}

.contents .list-02 .border{
    width: 100px;
    height: 800px;
    border-left: 5px solid;
    border-image: linear-gradient( #13a0f4, #00bbdd, #1cd9f2, #4ee9f2, #d4fff2) 1;
    position: absolute;
    top: 20%;
    left: 55%;
    translate: -50% 0;
    rotate: -50deg;
    z-index: -1;
    transition: all 5s;
    clip-path: inset(0 0 100% 0);
}
.list-02 .border.on{
    clip-path: inset(0 0 0 0);
}

.contents .list-03 .border{
    width: 100px;
    height: 800px;
    border-left: 5px solid;
    border-image: linear-gradient( #13a0f4, #00bbdd, #1cd9f2, #4ee9f2, #d4fff2) 1;
    position: absolute;
    top: 20%;
    left: 50%;
    translate: -50% 0;
    rotate: 50deg;
    z-index: -1;
    transition: all 5s;
    clip-path: inset(0 0 100% 0);
}
.list-03 .border.on{
    clip-path: inset(0 0 0 0);
}

/* contact */
.Contact-area {
    display: flex;
    justify-content: center;
    padding: 64px 240px;
}

.Contact-button-area {
    width: 960px;
    background: linear-gradient(-26deg, #79f4f4, #00d5d5);
    padding-bottom: 64px;  
   
}

.Contact-button-area h3 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 8.0rem;
    color: #fcfcfc;
    letter-spacing: 4px;
    text-shadow: 0px 1px 5px #008a8a20
}

.Contact-button-area p {
    text-align: center;
    font-weight: 600;
    color: #fcfcfc;
    text-shadow: 0px 1px 5px #008a8a20;
}


.Contact-button-area .button {
    background-color: #fcfcfc;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: auto;
    margin-top: 40px;
    padding: 18px 15px;
}

.Contact-button-area .button span {
    display: block;
    width: 22px;
    height: 22px;
    border-bottom: solid 3px;
    border-right: solid 3px;
    border-color: #00d5d5;
    transform: rotate(-45deg);
    align-items: center;
}

.Contact-button-area:hover{
    background: linear-gradient(-26deg, #79f4f4, #00d5d590);
}

/* ↑メインここまで↑ */



@media screen and (max-width: 768px) {
    br{
        display: none;
      }

/* Section-Title */
.Service-Section-Title{
    padding: 40px 24px;
  }
  
  .Service-Section-Title h2{
    font-size: 4.8rem;
  }
  
  .Service-Section-Title p{
    font-size: 2.4rem;
  }

  
  /* タイトル設定 */
  .title h3{
      font-size: 1.6rem;
    }
    
    .title p{
        font-size: 2.0rem;
    }
    
    /* Over view */
    .Service_Over-view{
        padding: 40px 24px;
    }
    
    .Over-view-area .title .main-copy{
        font-size: 2.8rem;
        line-height: 160%;
    }
    
    .Over-view-area .title .sub-copy{
        font-size: 2.0rem;
    }
    
    
    .Over-view-area .detail{
        padding: 0;
        flex-direction: column;
        position: initial;
        height: auto;
    }
    
    .Over-view-area .item-image{
        position: initial;
        width: 100%;
        padding: 40px 0 64px 0;
    }

    .Over-view-area .contents .title{
        padding: 0;
    }

    .Over-view-area .contents{
        padding: 0;
    }

    .Over-view-area .contents .contents-area {
        padding: 24px 0;
    }
    
    .Over-view-area .contents ul{
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .Over-view-area .contents ul li{
        padding: 24px;
    }

    .Over-view-area .contents ul li dl dt{
        padding: 8px 0;
    }

    .Over-view-area .contents ul li dl dt span{
        display: block;
    }

    .Over-view-area .contents ul li:nth-child(3) img{
        width: 60%;
    }

 /* Our features */


 .Our-features{
    padding: 40px 24px;
 }

 .Our-features_area .title{
    padding-bottom: 40px;
 }

 .Our-features_area .contents ul li{
    padding: 0;
 }

 .Our-features_area .contents ul li dl{
    flex-direction: column;
 }

 .Our-features_area .contents ul li dt{
    font-size: 2.8rem;
    line-height: 160%;
 }

 .Our-features_area .contents ul li dl .text-box{
    background-color: #fcfcfc;
 }

 .Our-features_area .contents ul li dd{
    font-size: 2.8rem;
    line-height: 160%;
    padding: 0;
 }

 .Our-features_area .contents ul li p{
    line-height: 200%;
    padding: 24px 0;
 }

 .Our-features_area .contents ul li img{
    width: 100%;
 }

 .Our-features_area .contents ul .list-02 dl .image-item{
    order: 2;
 }

 .Our-features_area .contents ul .list-04 dl .text-box{
    order: 1;
 }

 .Our-features_area .contents ul .list-04 dl .image-item{
    order: 2;
 }

 .Our-features_area .contents ul .list-02 dl .text-box{
    order: 1;
 }

 .contents .list-01 .border {
    width: 100px;
    height: 700px;
    border-left: 5px solid;
    border-image: linear-gradient(#13a0f4, #00bbdd, #1cd9f2, #4ee9f2, #d4fff2) 1;
    position: absolute;
    top: 80%;
    left: 65%;
    translate: -50% 0;
    rotate: 0deg;
    z-index: -1;
    transition: all 5s;
    clip-path: inset(0 0 100% 0);
}

.list-01 .border.on{
    clip-path: inset(0 0 0 0);
}

.contents .list-02 .border {
    width: 100px;
    height: 700px;
    border-left: 5px solid;
    border-image: linear-gradient(#13a0f4, #00bbdd, #1cd9f2, #4ee9f2, #d4fff2) 1;
    position: absolute;
    top: 80%;
    left: 65%;
    translate: -50% 0;
    rotate: 0deg;
    z-index: -1;
    transition: all 5s;
    clip-path: inset(0 0 100% 0);
}

.list-02 .border.on{
    clip-path: inset(0 0 0 0);
}

.contents .list-03 .border {
    width: 100px;
    height: 700px;
    border-left: 5px solid;
    border-image: linear-gradient(#13a0f4, #00bbdd, #1cd9f2, #4ee9f2, #d4fff2) 1;
    position: absolute;
    top: 80%;
    left: 65%;
    translate: -50% 0;
    rotate: 0deg;
    z-index: -1;
    transition: all 5s;
    clip-path: inset(0 0 100% 0);
}

.list-03 .border.on{
    clip-path: inset(0 0 0 0);
}




}