@charset "UTF-8";

/* --- Page Header (共通) --- */
.page-header {
  background: url('https://images.unsplash.com/photo-1494412574643-35d324682133?auto=format&fit=crop&q=80') center/cover no-repeat;
  position: relative;
  padding: 160px 0 100px;
  text-align: center;
  color: #fff;
  border-bottom: 8px solid var(--primary);
}
.page-header::before {
  content: ''; position: absolute; top:0; left:0; width:100%; height:100%;
  background: rgba(0,0,0,0.6);
}
.page-title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
}
.en-title {
  font-family: var(--font-en);
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.jp-subtitle {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--primary);
  padding: 8px 24px;
  letter-spacing: 0.1em;
  display: inline-block;
}

/* =========================================
   ★修正：Intro Section (ステートメントボード)
   ========================================= */
.value-intro {
  padding: 120px 0;
  background: var(--light-gray);
}
.intro-statement-box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 60px;
  border: 4px solid var(--primary);
  background: #fff;
  box-shadow: 15px 15px 0 rgba(0, 80, 157, 0.1);
  overflow: hidden;
}
/* 背後の透かし文字 */
.bg-text {
  position: absolute;
  top: 10px;
  right: -20px;
  font-family: var(--font-en);
  font-size: 160px;
  font-weight: 900;
  color: rgba(0,0,0,0.03);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}
.intro-content-inner {
  position: relative;
  z-index: 1;
}
.goukai-lead {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: 2px dashed #ddd;
  padding-bottom: 30px;
  color: #111;
}
.text-blue { color: var(--primary) !important; }
.intro-body-text p {
  font-size: 16px;
  line-height: 2.2;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
}
.intro-body-text p:last-child { margin-bottom: 0; }


/* --- President Section --- */
.president-section {
  padding: 100px 0;
  background: #111;
  color: #fff;
}
.president-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}
.president-img-col {
  width: 40%;
  position: relative;
}
.img-box img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  border: 1px solid #333;
}
.name-box {
  background: var(--primary);
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  bottom: 20px; right: -20px;
  text-align: right;
  min-width: 180px;
}
.name-box h3 { margin: 0; font-size: 18px; font-weight: 900; }
.name-box p { margin: 0; font-size: 12px; font-family: var(--font-en); letter-spacing: 0.1em; opacity: 0.9; }

.president-text-col { width: 60%; }
.president-head {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 40px;
  border-left: 5px solid var(--primary);
  padding-left: 30px;
}
.president-body p {
  font-size: 16px;
  line-height: 2.2;
  color: #ccc;
  margin-bottom: 30px;
}
.sign {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
}

/* --- Vision Section --- */
.vision-section {
  padding: 120px 0;
  background: url('https://images.unsplash.com/photo-1473679408190-0693dd22fe6a?auto=format&fit=crop&q=80') center/cover no-repeat;
  position: relative;
  text-align: center;
  color: #fff;
}
.vision-section::before {
  content: ''; position: absolute; top:0; left:0; width:100%; height:100%;
  background: rgba(0,0,0,0.8);
}
.vision-content { position: relative; z-index: 1; }
.vision-label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 14px;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 5px 20px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
.vision-content h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1.4;
}
.vision-content p {
  font-size: 16px;
  line-height: 2.2;
  color: #ddd;
}


/* =========================================
   FIELD RULES SECTION (List Style)
   ========================================= */
.rules-section {
  padding: 120px 0;
  background: #fff;
}

.section-label {
  font-family: var(--font-en);
  font-size: 40px;
  color: #111;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.section-sub {
  text-align: center;
  color: #666;
  margin-bottom: 80px;
  font-weight: bold;
}

.rules-list-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.rules-row {
  display: flex;
  border-top: 2px solid #111;
  padding: 50px 0;
  align-items: flex-start;
}
.rules-row:last-child {
  border-bottom: 2px solid #111;
}

.rules-head {
  width: 30%;
  padding-right: 30px;
}
.rules-head .num {
  font-family: var(--font-en);
  font-size: 60px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.rules-head h3 {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 900;
  color: #111;
  line-height: 1.2;
}

.rules-content {
  width: 70%;
}
.rules-content h4 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  background: #f5f5f5;
  display: inline-block;
  padding: 5px 15px;
}
.rules-content p {
  font-size: 16px;
  line-height: 2;
  color: #444;
  font-weight: 500;
}


/* =========================================
   SPECS SECTION (Dashboard Style)
   ========================================= */
.specs-section {
  padding: 120px 0;
  background: #111;
  color: #fff;
  border-top: 1px solid #333;
}

.specs-header {
  text-align: center;
  margin-bottom: 80px;
}
.specs-title {
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.specs-desc {
  color: #888;
  font-weight: bold;
}

.specs-dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #333;
  border: 2px solid #333;
}

.spec-unit {
  background: #0a0a0a;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
}
.spec-unit:hover {
  background: #151515;
}

.spec-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  font-weight: bold;
}

.spec-value {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.spec-detail {
  border-top: 1px solid #333;
  padding-top: 30px;
  text-align: left;
}
.spec-detail strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--primary);
}
.spec-detail p {
  font-size: 14px;
  line-height: 1.8;
  color: #ccc;
}


/* --- CTA Section (Common) --- */
.cta-section {
  padding: 120px 0;
  text-align: center;
  background: var(--primary);
  color: #fff;
}
.cta-title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.5;
}
.btn-outline-white {
  display: inline-block;
  padding: 20px 80px;
  border: 4px solid #fff;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  background: transparent;
  transition: 0.3s;
  text-decoration: none;
}
.btn-outline-white:hover {
  background: #fff;
  color: var(--primary);
}


/* --- Responsive --- */
@media (max-width: 900px) {
  .page-header { padding: 120px 0 80px; }
  .en-title { font-size: 48px; }
  
  /* Intro Statement */
  .intro-statement-box { padding: 40px 20px; }
  .goukai-lead { font-size: 26px; }
  .bg-text { font-size: 80px; top: 20px; right: 0; }
  
  .president-wrapper { flex-direction: column; gap: 40px; }
  .president-img-col, .president-text-col { width: 100%; }
  .name-box { right: 0; bottom: 0; }
  .president-head { font-size: 24px; padding-left: 20px; }
  
  /* Rules Responsive */
  .rules-row { flex-direction: column; padding: 40px 0; }
  .rules-head { width: 100%; margin-bottom: 20px; }
  .rules-head .num { font-size: 50px; display: inline-block; margin-right: 20px; vertical-align: middle; margin-bottom: 0; }
  .rules-head h3 { display: inline-block; vertical-align: middle; }
  .rules-content { width: 100%; }
  
  /* Specs Responsive */
  .specs-dashboard { grid-template-columns: 1fr; gap: 2px; }
  .spec-value { font-size: 36px; }
  
  .cta-title { font-size: 24px; }
  .btn-outline-white { width: 100%; padding: 15px 0; border-width: 2px; }
}