@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

.section_company .company_block:first-child {
  margin-bottom: 60px;
}

.section_company .lead {
  line-height: 2.0;
}

.section_company .name {
  margin-top: 30px;
  text-align: right;
}


/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */

@media screen and (max-width: 767px) {
  .section_company .company_block:first-child {
    margin-bottom: 10%;
  }

  .section_company .name {
    margin-top: 8%;
  }
}
