@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1310px) and ( min-width:769px) {
    .slide{
        height: 400px;
    }
}
@media screen and (max-width:768px) and ( min-width:751px) {
      .slide{
        height: 300px;
    }
}
@media screen and (max-width:750px){
/*utility-----------------------------*/
      .flex{
        display: block;
        text-align: center;
    }
/*-------------------------------------*/
    .swiper-slide div{
        height: 100px;
    }
    .slide{
        margin:  0 auto!important;
    }
    .icon{
        margin-bottom: 5px;
    }
    #typewriter,#typewriter2{
        font-size: 1.4rem;
    }
    .sub-txt{
        font-size: .8rem;
    }
    .swiper-container p{
        font-size: .8rem;
    }
    .about,.member{
        height: 75px;
    }
    h3{
        font-size: 2rem;
    }
    .sp{
        display: none;
    }
}
