.page-hero-bg { background-image: url('../images/hero-company.jpg'); }

/* ===== MESSAGE ===== */
.company-message-section { padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 80px); max-width: 1380px; margin: 0 auto; }
.company-message-inner { display: flex; gap: clamp(40px, 6vw, 80px); align-items: flex-start; }
.company-message-photo { flex: 0 0 auto; width: clamp(280px, 32vw, 450px); aspect-ratio: 1; border-radius: 12px; overflow: hidden; }
.company-message-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.company-message-content { flex: 1; position: relative; padding-top: 10px; }
.company-message-watermark { font-family: 'Inter', sans-serif; font-weight: 800; font-size: clamp(36px, 6vw, 64px); color: var(--navy); opacity: 0.1; line-height: 1; margin-bottom: clamp(-30px, -3vw, -50px); user-select: none; pointer-events: none; }
.company-message-title { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: clamp(16px, 2vw, 26px); color: var(--navy); line-height: 1.5; margin-bottom: clamp(24px, 3vw, 48px); position: relative; }
.company-message-body { font-family: 'Noto Sans JP', sans-serif; font-size: clamp(13px, 1.2vw, 15px); font-weight: 500; color: #333; line-height: 2.2; margin-bottom: clamp(24px, 3vw, 48px); position: relative; }
.company-message-body strong { font-weight: 900; }
.company-message-sig { display: flex; align-items: center; gap: 28px; position: relative; }
.company-message-sig-title { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 14px; color: #333; }
.company-message-sig-name img { height: 32px; width: auto; display: block; }

/* ===== PROFILE ===== */
.company-profile-section { background: #fafafa; padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 80px); }
.company-profile-inner { max-width: 800px; margin: 0 auto; }
.company-profile-table { width: 100%; border-collapse: collapse; }
.company-profile-table tr { border-bottom: 1px solid #ddd; }
.company-profile-table tr:first-child { border-top: 1px solid #ddd; }
.company-profile-table th { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: 14px; color: var(--navy); text-align: left; padding: 20px 0; width: 180px; vertical-align: top; padding-top: 22px; }
.company-profile-table td { font-family: 'Noto Sans JP', sans-serif; font-weight: 500; font-size: 14px; color: #333; padding: 20px 0 20px 20px; line-height: 2.2; vertical-align: top; }

/* ===== ACCESS ===== */
.company-access-section { padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 80px); }
.company-access-inner { max-width: 1380px; margin: 0 auto; }
.company-access-body { display: flex; gap: clamp(32px, 5vw, 60px); align-items: flex-start; flex-wrap: wrap; }
.company-access-map { flex: 1 1 500px; min-width: 280px; border-radius: 8px; overflow: hidden; }
.company-access-map iframe { width: 100%; height: 400px; border: none; display: block; }
.company-access-info { flex: 0 1 340px; min-width: 260px; display: flex; flex-direction: column; gap: 32px; padding-top: 8px; }
.company-access-hq-title { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: 18px; color: var(--dark); letter-spacing: 0.2em; margin-bottom: 24px; }
.company-access-address { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 15px; color: #333; line-height: 2.2; }
.company-access-note { font-family: 'Noto Sans JP', sans-serif; font-weight: 500; font-size: 15px; color: #333; line-height: 2.2; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .company-message-inner { flex-direction: column; }
  .company-message-photo { width: 100%; max-width: 400px; margin: 0 auto; }
  .company-profile-table th { width: 120px; }
}
@media (max-width: 640px) {
  .company-profile-table,
  .company-profile-table tbody,
  .company-profile-table th,
  .company-profile-table td,
  .company-profile-table tr { display: block; }
  .company-profile-table th { padding-bottom: 4px; border-bottom: none; }
  .company-profile-table td { padding-left: 0; padding-top: 0; }
  .company-access-info { flex: 1 1 100%; }
}
