.ly_foot{display: none;}

.swiper-container{height: 100vh;}
.la_item{height: 100vh;width: 100vw;}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar{left: unset;right: 0;}

.la_st{background: url('/images/about/1.jpg') no-repeat center;background-size: cover;height: 100%;}
.la_st_l{display: flex;width: 50%;background-color: rgba(49,205,205,.9);background-size: cover;height: 100%;flex-direction: column;justify-content: center;align-items: flex-end;color: #fff;padding-right: 50px;}
.la_st_l>h1{font-size: 60px;font-weight: 700;font-family: "Verdana";}
.la_st_l>span{display: inline-block;height: 5px;width: 100px;background-color: #fff;margin: 20px 0;}
.la_st_l>h2{font-size: 40px;}

.la_nd{background: url('/images/about/30.jpg') no-repeat center;background-size: cover;height: 100%;}
.la_nd_c{padding: 100px 0;}
.la_nd_c>p{font-size: 28px;line-height: 2;}
.la_nd_c>h2{font-size: 24px;margin: 20px 0 0;font-weight: bold;}
.la_nd_c>h1{font-size: 200px;font-weight: bold;color: var(--base);font-family: Impact, 'Haettenschweiler', sans-serif;}

.la_rd{background-image: linear-gradient(45deg,#3084a8,#31357c);width: 100%;height: 100%;position: relative;text-align: center;padding-top: 20vh;z-index: 1;}
.la_rd>h1{z-index: -1;position: absolute;top: 10vh;font-size: 250px;left: 1em;color:rgba(49,205,205,.7);font-weight: bold;}
.la_rd>h2{z-index: -1;position: absolute;top: 2.5em;font-size: 145px;left: 2.5em;color: rgba(49,205,205,.5);font-weight: bold;white-space: nowrap;}
.la_rd>h3{color: #fff;font-weight: bold;font-size: 50px;margin-bottom: 50px;}
.la_rd>p{color: #eee;font-size: 20px;line-height: 2;}


.la_fh{padding: 20vh 0;}
.la_fh_title{display: flex;align-items: center;}
.la_fh_title>h1{font-size: 150px;color: var(--base);font-family: Impact, 'Haettenschweiler', sans-serif;font-weight: bold;}
.la_fh_title>h2{font-size: 30px;margin-left: 50px;position: relative;}
.la_fh_title>h2>p{font-size: 40px;font-weight: 700;margin-top: 10px;}
.la_fh_title>h2>span{position: absolute;left: -50px;top: -40px;font-size: 50px;color: var(--base);font-weight: bold;line-height: 1;}
.la_fh_l{margin-top: 50px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.la_fh_l>img{width: 20%;}

@media screen and (max-width: 766px) {
    .la_st_l{width: 100%;}
    .la_st_l>h1{font-size: 4rem;}
    .la_st_l>h2{font-size: 2rem;}

    .la_nd{background-position: right bottom;background-size: 150%;}
    .la_nd_c>p{font-size: 1.6rem;}
    .la_nd_c>h2{font-size: 2rem;}
    .la_nd_c>h1{font-size: 12rem;}

    .la_rd{padding: 10rem 1.5rem 0;}
    .la_rd>h1{font-size: 20rem;left: 0;}
    .la_rd>h2{font-size: 10rem;right: 0;left: unset;top: 3em;}
    .la_rd>h3{font-size: 3rem;margin-bottom: 2rem;}
    .la_rd>p{font-size: 1.4rem;}

    .la_fh{padding: 3rem 0;}
    .la_fh_title{flex-direction: column;align-items: flex-start;}
    .la_fh_title>h1{font-size: 10rem;}
    .la_fh_title>h2{margin-left: 0;font-size: 1.8rem;}
    .la_fh_title>h2>p{font-size: 3rem;}
    .la_fh_l>img{width: 33%;}
}