@charset "utf-8";


/* index.html
-------------------------------*/


.top01 .txt{
    width: 100%;
    height: 620px;
    background: url(../img/top/top01_bg1.jpg) center top no-repeat;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.top01 .txt_in{
    width: 90%;
    max-width: 1600px;
    height: 327px;
    background: url(../img/top/top01_bg2.png) left top no-repeat;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 6%;
}
.top01 .txt .cap1{
    font-size: 75px;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 0.5em;

}
.top01 .txt .cap1 span{
    margin-left: 0.1em;
    margin-right: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    color: #fff;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
}
.top01 .txt .cap2{
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    letter-spacing: 0.07em;
}
.top_slide{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

@media screen and (max-width:1800px){
    .top01 .txt{
        height: 34.4vw;
        background-size: cover;
        padding-bottom: 3.3vw;
    }
    .top01 .txt_in{
        height: 18vw;
    }
    .top01 .txt .cap1{
        font-size: 4.16vw;
        line-height: 1.3em;
    }
    .top01 .txt .cap2{
        font-size: 18px;
        line-height: 1.3em;
    }

}

@media screen and (max-width:910px){
    .top01 .txt{
        height: auto;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .top01 .txt_in{
        height: 24vw;
    }
    .top01 .txt .cap1{
        font-size: 5.3vw;
        line-height: 1.3em;
    }
    .top01 .txt .cap2{
        font-size: 16px;
        line-height: 1.3em;
    }

}
@media screen and (max-width:640px){
    
    .top01 .txt_in{
        height: auto;
        padding-top: 30px;
        padding-left: 3%;
        padding-bottom: 30px;
        display: block;
    }
    .top01 .txt .cap1{
        font-size: 36px;
        line-height: 1.5em;
    }
    .top01 .txt .cap1 span{
        display: inline-block;
    }

    .top01 .txt .cap2{
        letter-spacing: 0;
    }

}








/* 鈴清社とは */

.top02 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 150px;
    margin-top: 160px;
    position: relative;
}
.fuwa_bg1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 45vw;
    height: 28vw;
    background: url(../img/top/fuwa_bg1.png) center center no-repeat;
    background-size: cover;
    content: "";
}
.fuwa_bg2{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 45vw;
    height: 28vw;
    background: url(../img/top/fuwa_bg1.png) center center no-repeat;
    background-size: cover;
    content: "";
}

.top02 .abt02 {
    margin-bottom:0;
    position: relative;
    z-index: 3;
}
.top02_in .ttl01{
    width: 400px;
}
.top02_in .txt{
    width: calc(100% - 400px);
}
@media screen and (min-width:911px){
    .top02_in .ttl01{
        text-align: left;
    }
}
@media screen and (max-width:910px){
    .top02 {
        margin-top: 100px;
        padding-bottom: 100px;
    }
    .fuwa_bg1{
        display: none;
    }
    .fuwa_bg2{
        display: none;
    }
    .top02_in{
        margin-bottom: 50px;
    }
    .top02_in .ttl01{
        width: 100%;
    }
    .top02_in .txt{
        width: 100%;
    }

}
@media screen and (max-width:640px){
    .top02 {
        margin-top: 40px;
        padding-bottom: 60px;
    }

}






/* お知らせ */

.top03{
    padding-bottom: 180px;
}
.top03_lead{
    margin-bottom: 60px;
    position: relative;
}
.top03_lead .ttl01{
    text-align: left;
}
.top03_lead .btn_more{
    position: absolute;
    top: 0;
    right: 0;
    width: 310px;
}

.top_news_list li{
    width: 32%;
    max-width: 360px;
}
.top_news_list li a{
    display: block;
    color: #000;
}

.top_news_list li .date{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.top_news_list li .ymd{
    color: #7e2984;
}
.top_news_list li .cat{
    display: inline-block;
    width: 130px;
    text-align: center;
    padding: 3px;
    border-radius: 20px; 
    color: #fff;
    font-weight: 500;
    background-color: #7e2984;
}
.top_news_list li .cat.num-1{
    background-color: #cc68d4;
}
.top_news_list li .img{
    width: 100%;
    max-width: 360px;
    aspect-ratio: 36 / 26;
    margin-bottom: 20px;
}
.top_news_list li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn_more.sp{
    display: none;
}
@media screen and (max-width:910px){
    .top03{
        padding-bottom: 100px;
    }
    .top_news_list li .cat{
        width: 100px;
    }

}
@media screen and (max-width:640px){
    .top03{
        padding-bottom: 60px;
    }

    .top03_lead{
        margin-bottom: 30px;
    }
    .top03_lead .btn_more{
        display: none;
    }

    .top_news_list li{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .top_news_list li a{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .top_news_list li .date{
        width: 100%;
        justify-content: flex-start;
    }
    .top_news_list li .ymd{
        margin-right: 1em;
    }
    .top_news_list li .cat{
        padding: 1px;
    }
    .top_news_list li .img{
        width: 35%;
    }
    .top_news_list li .ttl{
        width: 60%;
    }


    .btn_more.sp{
        display: block;
        margin-top: 20px;
    }
    .btn_more.sp a{
        margin: auto;
    }
    
    
    
    

}














/* サービス紹介 */
.top04{
    padding-top: 150px;
    padding-bottom: 200px;
    background: url(../img/top/bg03.png) center top repeat-x;
    position: relative;
}
.top_bg_serv_roll{
    position: absolute;
    left: 0;
    top: 350px;
    width: 100%;
    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;}
}

.top04_lead .txt1{
    width: 560px;
}
.top04_lead .txt2{
    width: calc(100% - 560px);
    max-width: 560px;
}
.top04_lead .ttl01{
    text-align: left;
}
.top04_lead .btn_more{
    margin-top: 40px;
}


.top04_cont{

    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}
.top04_cont .item{
    width: 47%;
    margin-bottom: 50px;
}
.top04_cont .item .txt{
    margin-top: 20px;
}
.top04_cont .item .txt dt{
    color: #7e2984;
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;
}

.link_more{
    margin-top: 30px;
}
.link_more a{
    margin-left: auto;
    width: 169px;
    display: block;
    position: relative;
}
.link_more a:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/view_on.png) no-repeat;
    content: "";
    opacity: 0;
    transition: 0.5s;
}
.link_more a img{
    transition: 0.5s;
}
.link_more a:hover img{
    opacity: 0;
}
.link_more a:hover:after{
    opacity: 1;

}

@media screen and (max-width:910px){
    .top04{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .top_bg_serv_roll{
        top: 200px;
    }
    .top04_lead .txt1{
        width: 100%;
    }
    .top04_lead .txt2{
        width: 100%;
        max-width: inherit;
        max-width: auto;
    }
    
    .top04_cont .item{
        width: 100%;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    .top04_cont .item .img{
        text-align: center;
    }
    .top04_cont .item .txt{
        margin-top: 10px;
    }
    .top04_cont .item .txt dt{
        font-size: 24px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .link_more{
        margin-top: 10px;
    }

}
@media screen and (max-width:640px){
    .top04{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .top_bg_serv_roll{
        height: 120px;
        background-size: auto 100%;
        -webkit-animation-duration: 60s;
        -moz-animation-duration: 60s;
        animation-duration: 60s;
    }

    .top04_cont .item .txt dt{
        font-size: 19px;
        line-height: 1.3em;
    }
}



/* バナー */
.top_bnr_sev li{
    width: 49%;
    max-width: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/top/top04_bg1.jpg);
}
.top_bnr_sev li.bg2{
    background-image: url(../img/top/top04_bg2.jpg);
}

.top_bnr_sev li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 250px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    position: relative;
}
.top_bnr_sev li a ._in{
    width: 100%;
    background: url(../img/top/arrow_r_w.png) right center no-repeat;
    position: relative;
    z-index: 3;
}
.top_bnr_sev li a .ja{
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 10px;
}
.top_bnr_sev li a:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    content: "";
    opacity: 1;
    transition: 0.5s;
}
.top_bnr_sev li a:hover:after{
    opacity: 0;
}

@media screen and (max-width:1400px){
    .top_bnr_sev li a{
        height: 18vw;
        padding-left: 2.8vw;
        padding-right: 2.8vw;
    }
    .top_bnr_sev li a .en img{
        width: auto;
        height: 32px;
    }

}
@media screen and (max-width:910px){

    .top_bnr_sev li a .ja{
        font-size: 16px;
        line-height: 1.2em;
    }
    .top_bnr_sev li a .en img{
        width: auto;
        height: 28px;
    }
    .top_bnr_sev li a ._in{
        background-image: url(../img/common/arrow_r_w.png);
    }
    
}
@media screen and (max-width:640px){
    .top_bnr_sev li{
        width: 100%;
        margin-bottom: 15px;
    }
    .top_bnr_sev li a{
        height: auto;
        padding: 20px;
    }

    
    
}











/* 会社案内・関連会社　バナー */
.top05{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.top_bnr_com{
    width: 100%;
    background: url(../img/top/top05_bg1.jpg) center center/cover no-repeat;
    position: relative;
}
.top_bnr_com:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/top05_bg2.jpg) center center/cover no-repeat;
    content: "";
    opacity: 0;
    transition: 0.5s;
}
.top_bnr_com.bnr1_on:before{
    opacity: 1;
}
.top_bnr_com:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/top05_bg3.jpg) center center/cover no-repeat;
    content: "";
    opacity: 0;
    transition: 0.5s;
}
.top_bnr_com.bnr2_on:after{
    opacity: 1;
}


.top_bnr_com ul{
    position: relative;
    z-index: 3;
}

.top_bnr_com ul:before{
    position: absolute;
    left: 50%;
    top: calc(50% - 160px);
    width: 1px;
    height: 320px;
    background-color: #fff;
    content: "";
}
.top_bnr_com li{
    width: 50%;
    height: 500px;
}
.top_bnr_com li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.top_bnr_com li a .ja{
    height: 80px;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 15px;
}
.top_bnr_com li.off a{
    opacity: 0.5;
}

@media screen and (max-width:1400px){
    .top_bnr_com li{
        height: 35vw;
    }
}
@media screen and (max-width:910px){
    .top_bnr_com li a .en img{
        width: auto;
        height: 30px;
    }
    .top_bnr_com li a .ja{
        font-size: 16px;
        line-height: 1.3em;
    }
}
@media screen and (max-width:640px){
    .top_bnr_com ul:before{
        display: none;
    }

    .top_bnr_com li{
        width: 100%;
        height: auto;
        border-bottom: solid 1px #fff;
    }
    .top_bnr_com li a{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .top_bnr_com li a .en img{
        width: auto;
        height: 28px;
    }

    .top_bnr_com li a .ja{
        height: auto;
        margin-bottom: 15px;
    }


}




/* 採用情報 */

.top06{
    width: 100%;
    padding-top: 170px;
    padding-bottom: 50px;
    position: relative;
}
.fuwa_bg3{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 66vw;
    height: 28vw;
    background: url(../img/top/fuwa_bg3.png) center center no-repeat;
    background-size: cover;
    content: "";
}
.top06_in{
    position: relative;
    z-index: 3;
}
.top06_in .txt{
    width: 500px;
}
.top06_in .txt .ttl01{
    text-align: left;
}
.top06_in .txt .btn_more{
    margin-top: 60px;
}
.top_sub_ttl{
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.f_pl{
    color: #7e2984;
}
.top06_in .img{
    position: absolute;
    left: 670px;
    top: 0;
    width: 743px;
}

@media screen and (max-width:1400px){

    .top06_in .img{
        left: 550px;
        width: 45vw;
    }

}

@media screen and (max-width:910px){
    .top06{
        padding-top: 100px;
    }
    .fuwa_bg3{
        display: none;
    }
    .top06_in .txt{
        width: 100%;
    }
    .top06_in .txt .btn_more{
        margin-top: 30px;
    }
    .top_sub_ttl{
        font-size: 30px;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    .top06_in .img{
        position: static;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}
@media screen and (max-width:640px){
    .top_sub_ttl{
        font-size: 22px;
        line-height: 1.5em;
    }

}



/* インスタグラム */

.top07{
    padding-top: 150px;
    padding-bottom: 50px;
}
.insta_list li{
    width: 24%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
    background-color: #eee;
}

.insta_list li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta_list li.head a{
    width: 1005;
    height: 100%;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    position: relative;
}
.insta_list li.head a ._in{
    position: relative;
    z-index: 3;
}
.insta_list li.head a:after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, #cc68d4, #7e2984);
    background: -webkit-linear-gradient(left, #cc68d4, #7e2984);
    background: linear-gradient(to right, #cc68d4, #7e2984);
    content: "";
    opacity: 0;
    transition: 0.5s;
}
.insta_list li.head a:hover:after{
    opacity: 1;
}
.insta_list li.head .ttl{
    margin-bottom: 50px;
}

.insta_list li.head img{
    width: auto;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:910px){
    .top07{
        padding-top: 50px;
    }
    .insta_list li{
        margin-bottom: 10px;
    }
    .insta_list li.head .ttl{
        margin-bottom: 30px;
    }

    
    

}
@media screen and (max-width:640px){

    .insta_list li{
        width: 48%;
    }

    
}












