/*--------------------------------------------

ABOUT

---------------------------------------------*/

#about .content{
    max-width: none;
    width:100%;
}





/*-------------------

ABOUT

----------------------*/
#about .about1 {
    padding-top: 274px;
    overflow: visible;
    padding-bottom: 0;
}

#about .about2 {
    padding-bottom: 180px;
}

#about .sec_title {
    padding-bottom: 50px;
}


#about .about_image {
    padding-bottom: 50px;
}

#about .about_desc,
#about .about_desc1{
    font-size: 12px;
    max-width: 640px;
}



#about .works .sec_title{
	padding-bottom: 40px;
}

#about .works_list {
    display: flex;
    padding-bottom: 30px;
    flex-flow: wrap;
}

#about .works_list li{
	width: 32%;
	margin-right:1%;
}

#about .works_list li:last-child{
	margin-right:0;
}

#about .works_image{
	max-width: 360px;
}

#about .works_info{
    line-height: 1;
    padding-top: 12px;
}

#about .works_title {
    color: #222222;
    font-size: 12px;
}

#about .works_title:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    position: relative;
    top: -4px;
	background-color: #888888;
	margin-left: 10px;
	margin-right: 9px;
}


#about .works_cat{
    color: #888888;
    font-size: 13px;
}


/*-------------------

取引先

----------------------*/
#about .about_company_logos{
	display:flex;
    flex-wrap: wrap;
	margin-left:27%;
}

#about .about_company_logos li{
	width: 20%;
/*	filter: grayscale(1);*/
}


#about .about_company_logos li{
	margin-bottom: 10px;
}

/*-------------------

会社概要・関連会社

----------------------*/

#about .about_desc {
    padding-bottom: 150px;
}

#about .about_desc1 {
    padding-bottom: 50px;
}

#about .about_company{
	padding-bottom:150px;
}


#about .about_company:last-child{
	padding-bottom:0;
}

#about .about_company_title{
	font-size:20px;
	padding-bottom: 55px;
}

#about .comp_ov {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 2;
}

#about .comp_ov dt{
    width:23%;
}

#about .comp_ov dd{
	width: 72%;
	padding-bottom: 20px;
}


#about .comp_ov dd:last-child{
    padding-bottom: 0;
}

#about .comp_ov dd ul {
    list-style-type: decimal;
    margin-left: 18px;
}




@media only screen and (max-width: 1440px){

        

}




/* ==============================================================================================

LAPTOP, DESKTOP (992px~1330px)

==============================================================================================*/
@media only screen and (max-width: 1330px){




}



/*==============================================================================================

TABLETS (850px~991px)

==============================================================================================*/
@media only screen and (max-width: 991px){



    

  
    

}




/*==============================================================================================

MOBILE ( ~850px)

==============================================================================================*/
@media only screen and (max-width:850px){

    
#about .about1 {
	overflow: visible;
}
	
#about .about2 {
	overflow: visible;
	padding-bottom: 100px;
}
	
#about .sec_title {
    padding-bottom: 80px;
}
  
#about .about_image {
    width: 110%;
    margin-left: -5%;
}
	
#about .about_company {
    padding-bottom: 100px;
}
	
#about .about_company_title {
    padding-bottom: 50px;
}
	
#about .about_desc {
    padding-bottom: 100px;
}
	
#about .about_company_logos {
    margin-left: 0;
}
	
#about .about_company_logos li {
    width: 33%;
}
	
#about .comp_ov {
    display: block;
/*	font-size: 13px;*/
}

#about .comp_ov dt{
    width:100%;
}
	
#about .comp_ov dd{
    width: 100%;
}

	

}




