/* COMPANY PROFILE 全体 */
.company-profile {
  margin-top: 120px; /* ヘッダー分＋余白 */
  padding: 0 20px 120px;
  font-family: "Courgette", cursive;
  font-family: "Eczar", serif;
  font-family: "Hina Mincho", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
}

.company-profile-inner {
  max-width: 900px; /* 1カラムなので横幅はこのくらいがバランス良い */
  margin: 0 auto;
}

/* タイトル部分 */
.company-profile-header {
  text-align: left; /* 左揃え（中央にしたいなら center） */
  margin-bottom: 32px;
}

.cp-label {
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #999;
  margin-bottom: 6px;
}

.cp-title {
  font-family: "Hina Mincho", serif;
  font-size: 26px;
  color: #333;
}

/* 会社概要テーブル */
.cp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 32px;
}

.cp-table th,
.cp-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}

.cp-table th {
  width: 140px;
  background: #f7f7f7;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
}

.cp-table td {
  color: #555;
}

.cp-table td p {
  margin: 0;
}

/* MAP */
.cp-map {
  margin-top: 24px;
}

.cp-map iframe {
  width: 100%;
  min-height: 320px;
  border: none;
  border-radius: 4px;
}

/* スマホでもそのまま1カラムなので、特に崩さなくてOK */
@media screen and (max-width: 767px) {
  .company-profile {
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .cp-title {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cp-table {
    font-size: 10px;
  }

  .cp-map iframe {
    min-height: 260px;
  }

  .cp-table th,
  .cp-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
  }

  .cp-table th {
    width: 100px;
    background: #f7f7f7;
    font-weight: 600;
    color: #444;
    white-space: nowrap;
  }
}
