.banner{
    width: 100%;
    height: 100vh;
    /* overflow: hidden; */
}

.banner .bannerTxt{
    width: 50vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.banner .Swiper01{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.Swiper01 .swiper-slide{
    width: 100%;
    padding-top: 46.3%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}


/* page01 */
.page01{
    background-color: #ECE8E1;
    padding: 8% 12%;
}
.page01 .row{
    justify-content: center;
    align-items: flex-start;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
}

.page01 .textArea{
    padding-right: 22%;
}

.page01 .textArea h1.title{
    padding-bottom: 3%;
}

.page01 .innerImg{
    width: 100%;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* page02 */
.page02{
    padding: 10% 10%;
}

.page02 h1.title{
    padding-bottom: 2%;
}

.page02 .serviceArea{
    margin-top: 5%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    color: #7A6A47;
}

.page02 .serviceArea h1.title{
    padding-bottom: 0%;
    line-height: 150%;
    color: #7A6A47;
    margin-right: 2%;
    white-space: nowrap;
}

.page02 .serviceArea .iconArea{
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.page02 .serviceArea .serviceType{
    width: 104px;
    margin: 0% 4%;
    text-align: center;
    font-size: 1rem;
}

.page02 .serviceArea .serviceType .icon{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 2.5%;
}

/* page03 */
.page03{
    background-color: #fff;
    padding: 10% 0%;
}

.page03 h1.title{
    text-align: center;
    padding-bottom: 3%;
}

.page03 .swiper-wrapper{
    transition-timing-function: linear;
}

.page03 .swiper-wrapper .swiper-slide{
    width: 100%;
    padding-top: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px){
    .banner .bannerTxt{
        width: 80vw;
    }

    .page01{
        padding: 8% 8%;
    }
    .page01 .textArea{
        padding-right: 0%;
        padding-bottom: 5%;
    }

    .page02 .serviceArea{
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
    .page02 .serviceArea .iconArea{
        flex-wrap: wrap;
    }
    .page02 .serviceArea .serviceType{
        width: 40%;
        margin-bottom: 10%;
    }
    .page02 .serviceArea .serviceType .icon{
        width: 60px;
        height: 60px;
    }

    .page03{
        background-color: #ece8e1;
    }
    .page03 .swiper-wrapper .swiper-slide{
        padding-top: 50%;
    }
}

@media screen and (max-width: 375px){
    .page03 .swiper-wrapper .swiper-slide {
        padding-top: 45%;
    }
}

@media screen and (max-width: 320px){
    .page03 .swiper-wrapper .swiper-slide {
        padding-top: 35%;
    }
}