/* ============================================
   社長メッセージページ用CSS
   Lightning子テーマ - 株式会社無垢
   ============================================ */

.page-template-page-ceo-message .section,
.page-template-page-ceo-message .hero,
.page-template-page-ceo-message .ceo-info {
  font-family: 'Noto Sans JP', sans-serif;
}

/* Hero Section */
.page-template-page-ceo-message .hero {
  padding: 80px 0;
}

.page-template-page-ceo-message .hero h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
}

.page-template-page-ceo-message .hero p {
  color: #fff;
  font-size: 18px;
  opacity: 0.95;
}

/* Content Section */
.page-template-page-ceo-message .section {
  padding: 80px 0;
}

.page-template-page-ceo-message .section .container {
  max-width: 900px;
}

/* CEO Info Card */
.ceo-info {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 64px;
  padding: 32px;
  background: #f8f9fa;
  border-radius: 8px;
}

.ceo-info > div:first-child {
  flex-shrink: 0;
}

.ceo-info img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ceo-info > div:last-child > div:first-child {
  font-size: 14px;
  color: #337ab7;
  font-weight: 600;
  margin-bottom: 8px;
}

.ceo-info > div:last-child > div:last-child {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
}

/* Message Content */
.message-content {
  font-size: 17px;
  line-height: 2;
  color: #333;
}

.message-content h2 {
  font-size: 28px;
  margin: 48px 0 24px;
  color: #2c3e50;
  font-weight: 700;
}

.message-content h3 {
  font-size: 24px;
  margin: 40px 0 20px;
  color: #2c3e50;
  font-weight: 600;
}

.message-content p {
  margin-bottom: 24px;
}

.message-content ul,
.message-content ol {
  margin-bottom: 24px;
  padding-left: 32px;
}

.message-content li {
  margin-bottom: 12px;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
  .page-template-page-ceo-message .hero h1 {
    font-size: 32px;
  }

  .ceo-info {
    flex-direction: column;
    text-align: center;
  }

  .ceo-info img {
    width: 120px;
    height: 120px;
  }
}
