
.firstscreen{height:350rem;padding:40rem;background-color:#f2f4f8;border-radius:12rem;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;}
.firstscreen-title{font-weight:700;font-size:48rem;line-height:111%;max-width:500rem;}
.firstscreen-title span{color:var(--color-main)}
.firstscreen-description{max-width:390rem;font-size:16rem;}
.firstscreen-img{max-width:100%;height:auto;display:block;width:100%;}
@media (max-width:1199px){
    .firstscreen{height:270rem;padding:22rem;}
    .firstscreen-title{font-size:32rem;max-width:340rem;}
    
    .content iframe{width:100%;}
}
@media (max-width:767px){
    .firstscreen{height:auto;background-image:none !important;padding:0;background-color:transparent;}
    .firstscreen-title{font-size:24rem;max-width:none;line-height:147%;}
}

.point{}
.point-icon{max-width:100%;height:auto;display:block;width:76rem;}
.point-title{font-weight:600;font-size:16rem;max-width:320rem;}