.home{
    width: 100%;
    height: 100vh;
    padding:45px 30px 30px 30px;
    position: relative;
}
.home_con{
    width: 100%;
    height: 100%;
    background: url("../image/img1.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.home header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    z-index: 10;
}
.logo{
    width: 270px;
}
.menu a{
    color: black;
    margin-right: 30px;
    text-decoration: none;
    font-family: 'Manrope';
    font-weight: 100;
    font-size: 18px;
}
.home_mark{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10;
}
.home_mark_title{
    color: #BBBBBB;
    font-family: 'Manrope';
    font-size: 7vw;
    position: absolute;
    right: 20px;
    bottom: 100px;
    font-weight: 200;
    text-align: right;
    letter-spacing: 15px;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
}
.home_mark_title:hover{
    color: white;
}
.email_text{
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    font-family: 'Manrope';
    font-weight: 200;
    color: white;
    letter-spacing: 2px;
    font-size: 20px;
    width: 100%;
    z-index: 20;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}
.slide1{
    background: url("../image/home/1.jpg") no-repeat center;
    background-size: cover;
}
.slide2{
    background: url("../image/home/2.jpg") no-repeat center;
    background-size: cover;
}
.slide3{
    background: url("../image/home/3.jpg") no-repeat center;
    background-size: cover;
}
.slide4{
    background: url("../image/home/4.jpg") no-repeat center;
    background-size: cover;
}
.slide5{
    background: url("../image/home/5.jpg") no-repeat center;
    background-size: cover;
}
.slide6{
    background: url("../image/home/6.jpg") no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 768px){
    .logo{
        width: 170px;
    }
    .home_mark_title{
        font-size: 40px;
        letter-spacing: 10px;
        font-weight: 300;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 150px;
        left: 50%;
        width: 100%;
        text-align: center;
    }
    .home{
        padding:30px 10px 10px 10px;
    }

    .home header{
        display: block;
    }
    .menu{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px;
    }
    .menu a{
        /*display: block;*/
        color: white;
        margin-right: 0px;
        text-decoration: none;
        font-family: 'Manrope';
        font-weight: 100;
        font-size: 14px;
    }
    .email_text{
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
