@charset "utf-8";
/* CSS Document */

/* mainVisual */

.mainVisual {
    position: relative;
    height: 590px;
    background: url(../img/mainVisual.jpg) no-repeat center center / cover;
}

.mainVisual > .inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.mainContents{
    max-width: 800px;
    width: 70%;
}

.main_img{
    max-width: 730px;
    margin: 0 0 0 auto;
    padding: 0 6%;
}

.mainContents .main_ttl{
    font-size: 4.0rem;
    font-weight: 900;
    text-align: center;
    color: transparent;
    margin-top: 20px;
    line-height: 1.4;
    background: linear-gradient(90deg, #42C5C7, #2B99A1, #00485A, #44A1FF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mainContents .main_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.mainContents .main_list li{
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #034453;
    width: 30%;
    padding: 10px;
    background: url(../common/img/bg/bg_list.png) no-repeat center / contain;
}

@media screen and (max-width: 940px) {
    .mainVisual{
        background: url(../img/mainVisual_sp.jpg) no-repeat center center / cover;
        height: auto;
    }
    .mainContents{
        max-width: none;
        width: 100%;
        margin-top: 71%;
    }

    .mainContents .main_ttl{
        text-align: left;
        font-size: 3.2rem;
        max-width: 275px;
        width: 100%;
        margin: 0 auto;
        line-height: 1.2;
        background: linear-gradient(90deg, #42C5C7 0%, #00485A 40%, #00485A 60%, #44A1FF 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .mainContents .main_list{
        justify-content: flex-start;
        padding: 0 10px;
        gap: 5px;
    }

    .mainContents .main_list li {
        font-size: 1.4rem;
        width: 49%;
        padding: 5px;
    }

    .main_img.pc-block{
        display: none;
    }

    .main_img.sp-block{
        display: block;
        margin: 15px auto 40px;
    }
}

/* sec-products */

.sec-products{
    background-color: rgba(66, 197, 199, 0.1);
    padding: 60px 0 50px;
}

.sec-products .link_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
}

.sec-products .link_list li{
    width: calc(100% / 2 - 10px);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.06);
}

.sec-products .link_list li.wide{
    width: 100%;
}

.sec-products .link_list li a{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #111;
    border: 2px solid #42C5C7;
    border-radius: 8px;
    text-decoration: none;
    padding: 10px;
    background-color: #fff;
}

.sec-products .link_list li a:before{
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 22px;
    height: 14px;
    background: url(../common/img/icon/icon_arrow.png) no-repeat center / contain;
}

.sec-products .link_list li a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .sec-products .link_list{
        margin-top: 30px;
    }

    .sec-products .link_list li{
        width: 100%;
    }

    .sec-products .link_list li a{
        height: auto;
        padding: 15px 10px;
        font-size: 1.6rem;
    }

    .sec-products .link_list li a:before{
        right: 8px;
    }
}

/* sec-aboutus */

.sec-aboutus{
    background: url(../common/img/bg/bg_style01.png) no-repeat 65% center / cover;
    padding: 80px 0 120px;
}

.sec-aboutus .flex{
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
    padding: 0 2%;
}

.sec-aboutus .flex .img_area{
    width: 45%;
    text-align: left;
}

.sec-aboutus .flex .text_area{
    width: 52%;
}

.sec-aboutus .flex .text_area p{
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .sec-aboutus{
        background: url(../common/img/bg/bg_style01_sp.png) no-repeat 65% center / cover;
        padding: 60px 0 80px;
    }

    .sec-aboutus .flex{
        flex-direction: column;
    }

    .sec-aboutus .flex .img_area{
        width: 100%;
        text-align: center;
    }

    .sec-aboutus .flex .text_area {
        width: 100%;
        margin-top: 20px;
    }

    .sec-aboutus .flex .text_area p{
        font-size: 1.4rem;
    }
}

/* sec-strength */

.sec-strength{
    background: url(../img/bg_strength.jpg) no-repeat center / cover;
    padding: 80px 0;
}

.sec-strength .hd02{
    color: #fff;
}

.sec-strength .hd02 span{
    color: #fff;
}

.sec-strength .flex {
    justify-content: space-between;
    margin-top: 35px;
}

.sec-strength .flex li{
    width: 48.5%;
    background-color: #fff;
    padding: 20px 4% 30px;
}

.sec-strength .flex li .text_area{
    margin: 20px 0 0;
}

.sec-strength .flex li .text_area p{
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
}

@media screen and (max-width: 768px) {

    .sec-strength .flex{
        flex-direction: column;
    }

    .sec-strength .flex li{
        width: 100%;
        margin-top: 20px;
    }

    .sec-strength .flex li .text_area{
        margin: 30px auto 0;
    }

    .sec-strength .flex li .text_area p{
        font-size: 1.4rem;
    }
    
}

/* sec-services */

.sec-services{
    padding: 80px 0 100px;
}

.sec-services > .contents{
    max-width: 1370px;
}

.service_contents{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.service_contents .img_left{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 21%;
    margin-left: 10px;
}

.service_contents .img_left figure{
    position: relative;
    padding: 60px 0 0 75px;
}

.service_contents .img_left figure:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 88px;
    height: 88px;
    background: url(../common/img/icon/deco_corner_left.png) no-repeat center / contain;
    z-index: 10;
}

.service_contents .img_right{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 21%;
}

.service_contents .img_right figure{
    position: relative;
    padding: 0 50px 10px 0;
}

.service_contents .img_right figure:before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 113px;
    height: 113px;
    background: url(../common/img/icon/deco_corner_right.png) no-repeat center / contain;
    z-index: 10;
}


.service_contents .service_middle{
    width: 45%;
    margin-top: 50px;
}

.service_contents .service_middle .hd03-02{
    text-align: left;
}

.service_contents .service_middle .text_area{
    margin-top: 30px;
    
}

.service_contents .service_middle .text_area p{
    text-align: left;
    line-height: 1.5;
}

.service_contents .service_middle .btnStyle01{
    margin: 10px auto 0;
}

.service_contents .image_sp{
    display: none;
}

@media screen and (max-width: 768px) {
    .sec-services{
        padding: 80px 0;
    }
    
    .service_contents{
        flex-direction: column;
    }

    .service_contents .service_middle{
        width: 100%;
        order: 1;
    }

    .service_contents .service_middle .text_area p{
        font-size: 1.4rem;
    }

    .service_contents .img_right,
    .service_contents .img_left{
        display: none;
    }

    .service_contents .image_sp{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .service_contents .service_middle .btnStyle01 {
        margin: 30px auto 0;
    }
}