/* =========================================
   Company page
   モバイルファースト
========================================= */

.page-company {
  background-color: #f5f7f8;
}

/* ---------- PROFILE ---------- */

.company-profile {
  padding: 48px 0 80px;
}

.company-profile__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.company-profile__heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.company-profile__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.company-profile__table th,
.company-profile__table td {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1px solid #e2e6ec;
}

.company-profile__table th {
  width: 30%;
  background-color: #f3f6f8;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}

.company-profile__table tr:last-child th,
.company-profile__table tr:last-child td {
  border-bottom: none;
}

.company-profile__map-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: #008f6b;
  text-decoration: none;
}

.company-profile__map-link::after {
  content: "↗";
  margin-left: 4px;
  font-size: 11px;
}

.company-profile__map-link:hover {
  text-decoration: underline;
}

.company-profile__note {
  margin-top: 16px;
  font-size: 12px;
  color: #888f97;
}

/* ---------- Responsive ---------- */

@media (min-width: 768px) {  .company-profile {
    padding: 64px 0 96px;
  }

  .company-profile__heading {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .company-profile__table th,
  .company-profile__table td {
    padding: 16px 22px;
  }
}
