/* =============================================================
    Page
============================================================= */
/* company
------------------------------------------------------------- */
.p-company-content {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-content {
    margin-top: 0;
  }
}
.p-company-content .c-page-title {
  padding-bottom: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-company-content .c-page-title {
    margin-top: 1.2rem;
  }
}
.p-company-content .c-page-subtitle {
  padding-bottom: 0.6rem;
  margin: 3.5rem 0 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--color-light);
}
.p-company-content .c-page-subtitle:first-of-type {
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-company-content .c-page-subtitle {
    margin: 3.7rem 0 1.4rem;
    line-height: 1.1;
  }
  .p-company-content .c-page-subtitle:first-of-type {
    margin-top: 4.4rem;
  }
}
.p-company-content .c-page-textcontent {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}