@charset "utf-8";


/* サービス紹介
-------------------------------*/

.serv01{
    margin-top: 10px;
    padding-bottom: 10px;
}
.serv_lead{
    align-items: center;
}
.serv_lead .txt{
    width: 50%;
    max-width: 555px;
}
.serv_lead .txt .ttl{
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
}
.serv_lead .txt .ttl span{
    padding: 0 3px;
    color: #fff;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
}
.serv_lead .txt p{
    line-height: 2em;
}
.serv_lead .img{
    width: 47%;
    position: relative;
    z-index: 2;
}

.bg_serv_roll{
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    height: 210px;
    background: url(../img/service/bg_service.png)  center center repeat-x;/* 横の時は　repeat-x */
    -webkit-animation: kurukuru2 40s linear infinite;
    -moz-animation: kurukuru2 40s linear infinite;
    animation: kurukuru2 40s linear infinite;
}
/* スクロールの矢印　横にスクロール　*/
@keyframes kurukuru2 {
    0% {background-position: 2339px 0;}
    100% {background-position:  -2339px 0;}
}
@-moz-keyframes kurukuru2 {
    0% {background-position: 2399px 0;}
    100% {background-position:  -2399px 0;}
}
@media screen and (max-width:910px){
    .serv_lead .txt{
        width: 100%;
        max-width: auto;
        max-width: inherit;
    }
    .serv_lead .img{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}
@media screen and (max-width:640px){
    .bg_serv_roll{
        height: 120px;
        background-size: auto 100%;
        -webkit-animation-duration: 60s;
        -moz-animation-duration: 60s;
        animation-duration: 60s;
    }
}
@media screen and (max-width:460px){
    .serv_lead .txt .ttl{
        font-size: 8.5vw;
        line-height: 1.5em;
        margin-bottom: 6.5vw;
    }
}

/* 鈴清社の強み */
.serv02{
    width: 100%;
    padding-top: 130px;
    padding-bottom: 100px;
    background: url(../img/service/bg05.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.serv02_lead .ttl01{
    text-align: left;
}
.serv02_lead .sub{
    font-size: 32px;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 50px;
}
.serv02_list li{
    width: 32%;
    max-width: 430px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(126,41,132,0.1);
    padding: 30px;
}
.serv02_list li .txt{
    margin-top: 20px;
}
.serv02_list li .txt .sub2{
    text-align: center;
    color: #7e2984;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (max-width:910px){
    .serv02_lead .sub{
        width: 100%;
        font-size: 24px;
        line-height: 1.6em;
        margin-bottom: 30px;
    }
    .serv02_list li{
        width: 100%;
        max-width: inherit;
        max-width: auto;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        margin-bottom: 20px;
    }
    .serv02_list li .img{
        width: 40%;
    }
    .serv02_list li .txt{
        width: 55%;
        margin-top: 0;
    }
    .serv02_list li .txt .sub2{
        text-align: left;
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:640px){
    .serv02{
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .serv02_list li .txt .sub2{
        font-size: 18px;
        line-height: 1.4em;
    }

}

@media screen and (max-width:520px){
    .serv02_list li{
        display: block;
    }
    .serv02_list li .img{
        width: 100%;
    }
    .serv02_list li .txt{
        width: 100%;
        margin-top: 10px;
    }

}



/* サービス一覧 */
.serv03{
    padding-top: 140px;
    padding-bottom: 30px;
}

.sev_cont{
    width: 100%;
    background: url(../img/service/bg03.png) center top repeat-x;
    padding-top: 120px;
    padding-bottom: 120px;
}
.sev_detail{
    align-items: center;
    margin-bottom: 50px;
}
.sev_detail .img{
    width: 47%;
    order: 1;
}
.sev_detail .txt{
    width: 45%;
    order: 2;
}
.sev_detail_ttl{
    margin-bottom: 30px;
}
.sev_detail_ttl .en{
    margin-bottom: 5px;
}
.sev_detail_ttl .ja{
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 500;
}

.sev_item_ttl{
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../img/service/collection_item.png) left center no-repeat;
    margin-bottom: 10px;
}

@media screen and (max-width:910px){
    .sev_cont{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sev_detail .img{
        width: 100%;
        order: 2;
        text-align: center;
        margin-top: 20px;
    }
    .sev_detail .txt{
        width: 100%;
        order: 1;
    }
    .sev_detail_ttl{
        margin-bottom: 20px;
    }
    .sev_detail_ttl .ja{
        font-size: 26px;
        line-height: 1.4em;
    }
    .sev_detail_ttl .ja br{
        display: none;
    }
    .sev_item_ttl{
        font-size: 22px;
        line-height: 1.2em;
        background-size: contain;
    }

}
@media screen and (max-width:640px){
    
    .sev_cont{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sev_detail_ttl .en img{
        width: auto;
        height: 12px;
    }
    .sev_detail_ttl .ja{
        font-size: 22px;
        line-height: 1.4em;
    }
    .sev_item_ttl{
        font-size: 20px;
        line-height: 1.2em;
        padding-top: 10px;
        padding-bottom: 10px;
    }

}



.sev_item_list{
    width: 100%;
    margin-bottom: 50px;
}
.sev_item_list li{
    width: 15.5%;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(126,41,132,0.1);
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sev_item_list li .cat{
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
}

.sev_item_list li .cat2{
    text-align: left;
    margin-top: 20px;
}
.sev_item_list li .cat2 span{
    display: inline-block;
    margin-right: 1em;
}

.sev_item_list.x3 li{
    width: 32%;
}
.sev_cont .btn_more a{
    margin: auto;
}

@media screen and (max-width:910px){
    
    .sev_item_list li{
        width: 24%;
    }
    .sev_item_list li .cat{
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.2em;
    }
    .sev_item_list li .cat2{
        line-height: 1.4em;
    }
    .sev_item_list li .cat2 span{
        margin-right: 0.5em;
    }

}
@media screen and (max-width:640px){
    .sev_item_list{
        margin-bottom: 30px;
    }
    .sev_item_list li{
        width: 32%;
        margin-bottom: 10px;
    }
    .sev_item_list li .cat{
        font-size: 16px;
        line-height: 1.2em;
    }

    .sev_item_list.x3 li{
        width: 48%;
    }
    
}

@media screen and (max-width:480px){
    .sev_item_list.x3 li{
        width: 100%;
        aspect-ratio: 0 / 0;
        height: auto;
        padding-top: 20px;
    }
    .sev_item_list.x3 li img{
        width: 100px;
        height: auto;
    }
    .sev_item_list li .cat2{
        margin-top: 10px;
    }
    
}







/* サービス概要
-------------------------------*/
.ovr_nuvi{
    padding-top: 50px;
    margin-bottom: 50px;
}
.ovr_nuvi li{
    width: 24%;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    border-radius: 5px;
    overflow: hidden;
}
.ovr_nuvi li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 85px;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 700;
    color: #000;
    padding-left: 5px;
    padding-right: 5%;
    background-color: #f7f8f8;
}
.ovr_nuvi li a:hover{
    background-color:transparent;
    color: #fff;
}
.ovr_cont{
    padding-top: 100px;
    padding-bottom: 20px;
}
.ovr_in{
    width: 95%;
    max-width: 1120px;
    margin: auto;
}
.ovr_sub{
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}
.ovr_sub.mt{
    margin-top: 70px;
}

@media screen and (max-width:910px){
    .ovr_nuvi li a{
        height: 70px;
        font-size: 16px;
        line-height: 1.4em;
    }
    
    .ovr_sub{
        font-size: 20px;
        line-height: 1.2em;
    }
    .ovr_sub.mt{
        margin-top: 50px;
    }

}
@media screen and (max-width:640px){

    .ovr_cont{
        padding-top: 50px;
    }
    .ovr_nuvi{
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .ovr_nuvi li{
        width: 48%;
        margin-bottom: 12px;
    }
    .ovr_nuvi li a{
        font-size: 14px;
        line-height: 1.4em;
        background-color:transparent;
        color: #fff;
    }

    .ovr_sub{
        font-size: 18px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .ovr_sub.mt{
        margin-top: 30px;
    }
}



.ovr_list{
    width: 100%;
    border: solid 1px #7e2984;
}
.ovr_list tr{
    border-bottom: solid 1px #7e2984;
}
.ovr_list tbody tr:last-child{
    border-bottom: solid 1px #7e2984;
}
.ovr_list td{
    padding: 15px;
    text-align: left;
    line-height: 1.6em;
    border-right: solid 1px #7e2984;
}
.ovr_list td:last-child{
    border-right: none;
}
.ovr_list thead td{
    background-color: #7e2984;
    color: #fff;
    font-weight: 700;
    border-right-color: #fff;
    text-align: center;
}
.ovr_list td span.inl{
    display: inline-block;
}
.ovr_list_waku{
    width: 100%;
    overflow: auto;
}
.ovr_list.x2 td:first-child{
    width: 30% !important;
}
.ovr_list.x2 td:nth-child(2){
    width: 60% !important;
}
.ovr_list.x3{
    min-width: 600px;
}

.ovr_flow{
    justify-content: flex-start;
}
.ovr_flow .step{
    width: 22.5%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(126,41,132,0.1);
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 30px;
}
.ovr_flow .next{
    width: 3%;
    background: url(../img/overview/next.png) center center no-repeat;
    margin-bottom: 30px;
}
.ovr_flow .next.sp{
    display: none;
}
.ovr_cont .btn_more{
    margin-top: 70px;
    text-align: center;
}
.ovr_cont .btn_more a{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:1301px){
    .ovr_list.x2 tbody td{
        padding-left: 140px;
    }
    .ovr_list.x3 tbody td{
        padding-left: 40px;
    }
}
@media screen and (max-width:640px){
    .ovr_list td{
        padding: 10px;
    }
    .ovr_list tbody td{
        text-align: left;
    }
    .ovr_flow .step{
        width: 40%;
        padding:10px;
        margin-bottom: 20px;
    }
    .ovr_flow .next{
        width: 10%;
        margin-bottom: 20px;

    }
    .ovr_flow .next.sp{
        display: block;
    }

    .ovr_cont .btn_more{
        margin-top: 10px;
    }
    
}






/* 導入事例
-------------------------------*/
.page-case main{
    padding-bottom: 10px;
}
.case_box{
    width: 98%;
    max-width: 1200px;
    margin: auto;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    margin-bottom: 120px;
}
.case_box:after{
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-radius: 20px;
    content: "";
}
.case_box .case_in{
    position: relative;
    z-index: 2;
    width: 95%;
    max-width: 1140px;
    margin: auto;
}
.case_ttl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    margin-bottom: 80px;
}
.case_ttl .num{
    margin-right: 20px;
}
.case_ttl .ja{
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 700;
}

.case_cont1{
    width: 100%;
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.case_cont1 .txt{
    width: 47%;
}
.case_cont1 .img{
    width: 50%;
    text-align: center;
    background-color: #f7f8f8;
}
.case_sub{
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.3em;
    font-weight: 700;
}
.case_sub .en{
    margin-bottom:5px;
}

.case_cont2{
    width: 100%;
    max-width: 960px;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 10px rgba(126,41,132,0.1);
    margin: 80px auto 0;
    position: relative;
}
.case_cont2:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    content: "";
}

@media screen and (max-width:1100px){

    .case_box .case_in{
        width: 90%;
    }
    
    
    
    
}


@media screen and (max-width:910px){
    .case_box{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 100px;
    }
    .case_ttl{
        margin-bottom: 50px;
        padding-left: 5px;
    }
    .case_ttl .num img{
        width: auto;
        height: 50px;
    }

    .case_ttl .ja{
        font-size: 24px;
        line-height: 1.3em;
    }
    .case_cont1 .txt{
        width: 100%;
        margin-bottom: 30px;
    }
    .case_cont1 .img{
        width: 100%;
        background-color: transparent;
    }
    .case_cont2{
        padding: 30px;
        margin-top: 50px;
    }
    .case_sub{
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.3em;
    }
    .case_sub .en{
        margin-bottom:2px;
    }

}
@media screen and (max-width:640px){
    .case_box{
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 70px;
    }

    .case_ttl{
        margin-bottom: 30px;
    }
    .case_ttl .num img{
        width: auto;
        height: 40px;
    }
    .case_ttl .ja{
        font-size: 20px;
        line-height: 1.3em;
    }
    .case_cont1 .txt{
        margin-bottom: 20px;
    }
    .case_cont2{
        padding: 20px;
        margin-top: 30px;
    }
    .case_sub{
        font-size: 18px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .case_sub .en img{
        width: auto;
        height: 10px;
        
    } 
    
}











/* 許認可一覧
-------------------------------*/
.perm_cont{
    padding-top: 80px;
    padding-bottom: 120px;
    background: url(../img/vehicle/bg03.png) center top repeat-x;
}
.perm03.perm_cont{
    padding-bottom: 200px;
}
.perm04.perm_cont{
    padding-bottom: 10px;
}
.perm_cont .txt1{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 30px;
}
.perm_in{
    width: 100%;
    max-width: 1120px;
    margin: auto;
    overflow: auto;
}
.perm_in .txt2{
    font-weight: 500;
    font-size: 120%;
    line-height: 1.2em;
    margin-top: 50px;
    margin-bottom: 20px;
}
.perm_sheet1{
    width: 100%;
    min-width: 720px;
    border: solid 1px #7e2984;
}
.perm_sheet1 tr{
    border-bottom: solid 1px #7e2984;
}
.perm_sheet1 tbody tr:last-child{
    border-bottom: none;
}
.perm_sheet1 td{
    width: 25% !important;
    padding: 15px;
    text-align: center;
    border-right: solid 1px #7e2984;
}
.perm_sheet1 td:last-child{
    border-bottom: none;
}

.perm_sheet1 thead td{
    background-color: #7e2984;
    color: #fff;
    font-weight: 700;
    border-right-color: #fff;
}
.perm_sheet1 td.al{
    text-align: left;
}

.perm01 .perm_sheet1 td:nth-child(1),
.perm01 .perm_sheet1 td:nth-child(2){
    width: 24% !important;
}
.perm01 .perm_sheet1 td:nth-child(3){
    width: 27% !important;
}



.perm03 .perm_sheet1 td{
    width: 20% !important;
}
.perm03 .perm_sheet1 td br.dsp,
.perm04 .perm_sheet1 td br.dsp{
    display: none;
}
.perm03 .perm_sheet1 td .ilb-al{
    display: inline-block;
    text-align: left;
}
.perm04 .perm_sheet1 td{
    width: 15% !important;
}
.perm04 .perm_sheet1 td:nth-child(4){
    width: 35% !important;
}
.perm04 .perm_sheet1 td:nth-child(5){
    width: 20% !important;
}
.perm04 .perm_sheet1 td:nth-child(4) br.sp{
    display: none;
}

a.dl{
    font-weight: 700;
    padding-right: 30px;
    background: url(../img/vehicle/icon_dl.png) right center no-repeat;
    padding-bottom: 5px;
    border-bottom: solid 1px #7e2984; 
    transition: 0.3s;
}
a.dl:hover{
    border-bottom-color: #fff;
}


.perm_sheet2{
    width: 100%;
    min-width: 720px;
    border: solid 1px #7e2984;
}
.perm_sheet2 tr{
    border-bottom: solid 1px #7e2984;
}
.perm_sheet2 tbody tr:last-child{
    border-bottom: none;
}
.perm_sheet2 th{
    width: 220px;
    padding: 10px 0;
    text-align: center;
    background-color: #cc68d4;
    color: #fff;
    font-weight: 700;
    border-right: solid 1px #7e2984;
}
.perm_sheet2 td{
    width: calc((100% - 220px) / 25) !important;
    color: #7e2984;
    text-align: center;
    border-right: solid 1px #7e2984;
}
.perm_sheet2 td.f_siro{
    color: #fff;
}

.perm_sheet2 td:last-child{
    border-bottom: none;
}
.perm_sheet2 thead td{
    background-color: #7e2984;
    padding: 15px 1px;
    color: #fff;
    font-size: 100%;
    line-height: 1em;
    font-weight: 700;
    border-right-color: #fff;
    vertical-align: top;
}
@media screen and (min-width:1301px){
    .perm04 .perm_sheet1 td:nth-child(4){
        padding-left: 3em;
    }
    .perm04 .perm_sheet1 td:nth-child(4) br.sp{
        display: inline-block;
    }
}
@media screen and (max-width:910px){
    .perm03.perm_cont{
        padding-bottom: 100px;
    }
    .perm_sheet2 th{
        width: 130px;
    }

}
@media screen and (max-width:640px){
    .perm_cont{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .perm03.perm_cont{
        padding-bottom: 60px;
    }

    .perm_sheet1 td{
        padding: 10px;
    }
    
    .perm_sheet2 thead td{
        padding: 10px 1px;
    }
    a.dl{
        letter-spacing: -0.1em;
        padding-right: 18px;
        background-size: 12px auto;
        padding-bottom: 2px;
    }
    .perm03 .perm_sheet1 td br.dsp,
    .perm04 .perm_sheet1 td br.dsp{
        display: inline-block;
    }
    
}










/* 保有車両
-------------------------------*/
.wv_cont{
/*    padding-top: 50px;*/
}
.wv_space{
    height: 80px;
}
.wv_list li{
    width: 47%;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.wv_list li .img{
    width: 49%;
    
}
.wv_list li .txt{
    width: 48%;
    max-width: 252px;
    line-height: 1.5em;
}
.wv_list li .txt dt{
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 500;
    color: #7e2984;
    padding-bottom: 5px;
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
}
.wv_list li .txt dt span{
    display: block;
    font-size: 15px;
    line-height: 1.5em;
}
.wv_list li .txt dt.pt{
    padding-top: 23px;
}

@media screen and (max-width:910px){
    .wv_space{
        height: 50px;
    }
    .wv_list li .txt dt{
        font-size: 19px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .wv_list li .txt dd{
        font-size: 90%;
        line-height: 1.5em;
    }

}
@media screen and (max-width:640px){

    .wv_list li{
        display: block;
        margin-bottom: 30px;
    }
    .wv_list li .img{
        width: 100%;
        text-align: center;
    }
    .wv_list li .txt{
        width: 100%;
        max-width: auto;
        max-width: inherit;
        margin-top: 10px;
    }

    
    .wv_list li .txt dt.pt.sp{
        padding-top: 0;
    }

}

@media screen and (max-width:420px){
    .wv_list li{
        width: 100%;
    }

}





















