@charset "utf-8";
/* ==================================================
   会社概要ページ専用スタイル（company.php）
================================================== */

.greeting-flex{ display: flex; gap: 40px; align-items: flex-start; }
.greeting-media{ flex: 0 0 38%; position: sticky; top: 120px; }
.greeting-media img{ width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: grayscale(30%); margin-bottom: 20px; }
.greeting-media .sign{ text-align: right; font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 14px; }
.greeting-body h2{ font-size: 26px; font-weight: 900; line-height: 1.8; margin-bottom: 30px; }
.greeting-body p{ font-size: 15px; margin-bottom: 24px; }

.greeting-sign{ text-align: right; margin-top: 10px; }
.greeting-sign-name{ font-size: 22px; font-weight: 700; letter-spacing: 0.06em; }

.info-table{ width: 100%; border-collapse: collapse; margin-top: 20px; }
.info-table tr{ border-top: 1px solid var(--surface-line); }
.info-table tr:last-child{ border-bottom: 1px solid var(--surface-line); }
.info-table th, .info-table td{ padding: 22px 20px; text-align: left; font-size: 14px; font-weight: 400; }
.info-table th{ width: 200px; color: var(--accent); letter-spacing: 0.1em; }
.info-table td{ color: #fff; }

.map-frame{ width: 100%; height: 420px; border: 1px solid var(--surface-line); filter: grayscale(40%) invert(92%) contrast(90%); }

/* ================= Responsive ================= */
@media (max-width: 1024px){
  .greeting-flex{ flex-direction: column; }
  .greeting-media{ position: static; flex: none; max-width:  100%; }
}

@media (max-width: 768px){
  .info-table th{ width: 120px; font-size: 11px; padding: 16px 10px; }
  .info-table td{ padding: 16px 10px; font-size: 13px; }
}
