@charset "utf-8";
/* CSS Document */

body {
    overflow-x: hidden;
}

#mv {
    background: url("/lp/ai/img/index/bg_mv.jpg") no-repeat center top / cover;
    padding-bottom: 250px;
    position: relative;
    z-index: 1;
}
#mv:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding-top: 20%;
    background-color: #fff;
    background-color: #000;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: skewY(10deg) translateY(50%);
    transform: skewY(10deg) translateY(50%);
}
#mv h1 {
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
    padding: 120px 0 40px;
}

#news {
    background: #000;
    margin-top: -120px;
    padding-bottom: 40px;
    position: relative;
}
#news:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding-top: 20%;
    background-color: #000;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: skewY(10deg) translateY(50%);
    transform: skewY(10deg) translateY(50%);
}
#news .content {
    position: relative;
    z-index: 1;
}
#news .news_wrap {
    padding-bottom: 15px;
}
#news .news_content {
    justify-content: space-between;
    width: 100%;
    min-width: 1040px;
}
#news .news_content a {
    width: 23%;
}
#news h3,
#news h4,
#news p,
#news span,
#news a {
    color: #fff;
}
#news .content h4:before {
    background: #fff;
}
#news figure {
    background: #fff;
    margin-bottom: 20px;
}
#news p.flex {
    justify-content: space-between;
    align-items: center;
}
#news p:not(.flex) {
    font-size: clamp(1.3rem, 2vw, 1.6rem);
}
#news .label {
    background: #DB6334;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    padding: 3px 10px;
    box-sizing: border-box;
}
#news a:hover {
    text-decoration: none;
}
#news a:hover p,
#news a:hover p span.date {
    color: #999;
    transition: .8s;
}
#news .simplebar-scrollbar:before {
    background: #fff;
}

#introduction {
    margin-top: -80px;
    margin-top: 240px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
#introduction:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding-top: 20%;
    background-color: #FFFFFF;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: skewY(10deg) translateY(50%);
    transform: skewY(10deg) translateY(50%);
}
#introduction .content {
    overflow: visible;
    position: relative;
    z-index: 1;
}
#introduction .content > p {
    width: 60%;
    margin-left: auto;
}
#introduction .steps {
    margin-top: 50px;
}
#introduction .steps > div {
    width: 32%;
    padding: 150px 20px 100px;
    position: relative;
}
#introduction .steps > div a {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    top: 0;
    left: 0;
}
#introduction .steps > div a:hover {
    background: #fff;
    opacity: .3;
    transition: .8s;
}
#introduction .steps > div:nth-child(2) {
    margin-top: 100px;
    margin-bottom: -100px;
}
#introduction .steps > div:nth-child(3) {
    margin-top: 150px;
    margin-bottom: -150px;
}
#introduction .steps > div.intro_gpu {
    background: url(/lp/ai/img/gpu/bg_mv.png) no-repeat right 100px / cover;
}
#introduction .steps > div.intro_tour {
    background: url(/lp/ai/img/tour/bg_mv.png) no-repeat 0 -200px / cover;
}
#introduction .steps > div.intro_webinar {
    background: url(/lp/ai/img/index/bg_mv.jpg) no-repeat center center / cover;
}
#introduction .steps > div.intro_comingsoon {
    border: 5px solid #999;
    background: #eee;
}
#introduction .steps > div.intro_comingsoon p,
#introduction .steps > div.intro_comingsoon dl span,
#introduction .steps > div.intro_comingsoon dt {
    color: #999;
}
#introduction .steps > div h5 {
    font-size: 1.3rem;
    z-index: 1;
}
#introduction .steps dt {
    font-size: 3.0rem;
    line-height: 1.3;
    margin-bottom: 20px;
}
#introduction .steps dd > p {
    font-size: 2.0rem;
    line-height: 1.3;
}
#introduction .steps dd > span {
    font-size: 1.4rem;
    line-height: 1.5;
    display: inline-block;
}


#aboutus {
    background: transparent linear-gradient(100deg, #FFDDD9 0%, #F6FBFF 31%, #E2DCFF 100%) 0% 0% no-repeat padding-box;
    padding: 240px 0 300px;
    position: relative;
    /*clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 82%);*/
}
#aboutus:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding-top: 20%;
    background-color: #FFFFFF;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: skewY(10deg) translateY(50%);
    transform: skewY(10deg) translateY(50%);
}
#aboutus .about_content {
    background: #000;
    color: #fff;
    padding: 50px 0 50px 50px;
    border-radius: 30px;
    margin-bottom: 50px;
}
#aboutus .about_content div.flex {
    justify-content: space-between;
}
#aboutus .about_content.media > div a,
#aboutus .about_content.case > div a {
    width: 49%;
}
#aboutus .about_content.media figure,
#aboutus .about_content.case figure {
    margin-right: 20px;
}
#aboutus .about_content h5 {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 3.0rem);
    font-weight: bold;
    margin-bottom: 20px;
}
#aboutus .about_content .content {
    margin: 0;
    width: 1250px;
}
#aboutus .about_content figure {
    flex: none;
}
#aboutus .about_content p,
#aboutus .about_content a {
    color: #fff;
    font-size: clamp(1.4rem, 3vw, 2.0rem);
}
#aboutus .about_content p {
    padding: 15px 0;
}
#aboutus .about_content a:hover {
    text-decoration: none;
    opacity: .5;
    transition: .8s;
}
#aboutus .about_content a span {
    color: #C88DF7;
    display: block;
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    margin-bottom: 5px;
}

#contact {
    margin-top: -100px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1299px) {
    #news {
        margin-top: 0;
    }
    #aboutus .about_content {
        box-sizing: border-box;
        width: 90%;
        max-width: 650px;
        margin: 0 auto 20px;
        padding: 40px 20px;
    }
    #aboutus .about_content .content {
        width: 100%;
    }
    #aboutus .about_content div.flex {
        display: block;
    }
    #aboutus .about_content.media > div a,
    #aboutus .about_content.case > div a {
        width: 100%;
        display: block;
    }
    #aboutus .about_content.media figure,
    #aboutus .about_content.case figure {
        margin: auto;
        text-align: center;
    }
}
@media (max-width: 999px) {
    #introduction {
        padding-bottom: 0;
    }
    #introduction .content > p {
        width: 100%;
    }
    #introduction .steps {
        flex-wrap: wrap;
        margin-top: 100px;
    }
    #introduction .steps > div {
        width: 100%;
        margin: 0 auto 80px!important;
        padding: 100px 20px;
    }
    #aboutus {
        padding: 100px 0;
    }
    #contact {
        margin-top: 0;
    }
}





