@charset "UTF-8";


/* labor_sec
***************************************************************/
.labor_sec{
  padding-top: 0;
}

.box02_list{
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 2px solid #c8c8c8;
  text-align: center;
  line-height: 40px;
  margin-top: 15px;

  p:nth-child(n + 3){
    border-top: 2px solid #c8c8c8;
  }
  .business{
    width: 260px;
    background-color: var(--green);
    color: var(--white);
    border-right: 2px solid #c8c8c8;
  }
  .people{
    width: calc(100% - 260px);
  }
}

/*--------------------PC--------------------*/
@media all and (min-width:900px){


}
/*--------------------SP--------------------*/
@media all and (max-width:899px){
  .box02_list{
    width: 100%;
    max-width: 400px;
    .business{
      width: 70%;
    }
    .people{
      width: calc(100% - 70%);
    }
  }

}

 


/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:900px){
}
/*--------------------SP--------------------*/
@media all and (max-width:899px){
}

