@charset "utf-8";

/* top_img */
.top_img .inner {background:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url(../img/company/company_top_bg.jpg)no-repeat center center;
                background-size:cover; /*padding:16.525rem 0;*/ }

/* contents */
.contentW {width:100%; background:#fff;}

.contentW .inner {width:58.5rem; margin:0 auto; padding:5rem 0;}

.contentW .inner .content {margin:0 0 5rem 0;}
.contentW .inner .content:last-child {margin-bottom:0;}

.contentW .inner .content h2 {text-align:center; font-size:1.4rem; padding:0 0 2.5rem 0;}
.contentW .inner .content img {display:block; max-width:100%; margin:0 auto;}

.contentW .inner .content  ul:after {content:''; display:block; clear:both;}
.contentW .inner .content  ul li {float:left; width:20%; padding:0 0 2.5% 0;}

.contentW .inner .content .sp1 {width:16.666%; text-align:center; align: bottom; padding:20px 0; float:left;}

@media (max-width:1186px ){

    /* contents */
    .contentW .inner {width:90%;}

}


@media (max-width:900px ){
    
    /* contents */
    .contentW .inner .content .sp1 {width:25%;}
   
}

@media ( min-width:0px ) and ( max-width:498px ){
    
    /* contents */
    .contentW .inner .content .sp1 {width:33.333%;}
   
}

