@charset "utf-8";

#inc01{position:relative;overflow:hidden;padding-bottom:100px}
#inc01 .dim{position:absolute;inset:0;background:#000;opacity:0;pointer-events:none}
#inc01 h1{font-size:40px;font-weight:700;line-height:1.2}
#inc01 .about{position:relative;display:flex;justify-content:space-between;align-items:center;height:100vh;padding-top:50px}
#inc01 .about .circle{position:absolute;z-index:-1;left:50%;top:50%;transform:translate(-50%, -50%);animation:rotate 30s linear infinite}
@keyframes rotate {from {transform:translate(-50%, -50%) rotate(0deg)}
to {transform:translate(-50%, -50%) rotate(360deg)}}
#inc01 .about .roll_img ul{position:relative;overflow:hidden;width:730px;height:790px;border-radius:8px;background:#f2f2f2}
#inc01 .about .roll_img ul li{position:absolute;top:0;left:0;width:100%;height:100%}
#inc01 .about .roll_img ul li img{width:100%;height:100%;object-fit:cover}
#inc01 .about .roll_img p{margin-top:10px;font-size:13px;color:#777}
#inc01 .about .company div.pl{margin:40px 0;font-weight:500}
#inc01 .about .company .common-btn{text-align:left}