@charset "UTF-8";

/* --- 1. 共通設定（豪快仕様） --- */

/* イントロダクション */
.intro-summary {
  padding: 100px 0 80px;
  text-align: center;
  background: #fff;
}
.goukai-lead {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 30px;
  color: var(--dark);
}
.mark-yellow {
  background: linear-gradient(transparent 60%, var(--primary) 60%);
  display: inline-block;
  padding: 0 10px;
}
.value-lead-text {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  color: #333;
}

/* --- 2. セクション共通 --- */
.goukai-section, 
.president-section,
.values-list-section,
.culture-section,
.team-section {
  padding: 120px 0;
}
.bg-black { background: #111; color: #fff; }
.bg-white { background: #fff; color: #111; }
.bg-yellow { background: var(--primary); color: #111; }

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 見出し */
.goukai-head {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 80px;
  border-bottom: 10px solid var(--primary);
  padding-bottom: 20px;
}
.huge-num {
  font-size: 120px;
  font-weight: 900;
  font-family: "Impact", sans-serif;
  line-height: 0.8;
  color: var(--primary);
}
.huge-num.text-outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--dark);
}
.huge-num.black { color: #000; } /* 黄色背景用 */

.goukai-head h2 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.05em;
}


/* --- 3. 社長メッセージ (Magazine Style) --- */
.presi-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}

/* 写真エリア */
.presi-img {
  width: 45%;
  position: relative;
}
.presi-img img {
  width: 100%;
  height: auto;
  filter: grayscale(100%) contrast(1.2);
  border: 1px solid #333;
}
/* 名前の帯 */
.presi-name {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background: var(--primary);
  color: #000;
  padding: 15px 30px;
  text-align: right;
  box-shadow: 10px 10px 0 #000;
}
.presi-name span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.presi-name strong {
  font-size: 24px;
  font-weight: 900;
  display: block;
  line-height: 1;
}

/* メッセージエリア */
.presi-msg {
  width: 55%;
}
.presi-msg h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 40px;
  color: var(--primary);
}
.presi-msg p {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 40px;
  font-weight: 500;
}
.sign {
  font-family: "Impact", sans-serif;
  font-size: 40px;
  color: #333;
  text-align: right;
  opacity: 0.5;
  letter-spacing: 0.1em;
}


/* --- 4. 価値観カード (Rule Cards) --- */
.value-card-group {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.val-card {
  display: flex;
  border: 4px solid #000;
  background: #fff;
  position: relative;
  box-shadow: 15px 15px 0 var(--primary);
}

.val-num {
  background: #000;
  color: var(--primary);
  font-family: "Impact", sans-serif;
  font-size: 60px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.val-head {
  width: 40%;
  padding: 40px;
  border-right: 2px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.val-head .en {
  font-weight: 900;
  color: #ccc;
  font-family: "Impact", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.val-head h3 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}

.val-body {
  width: 60%;
  padding: 40px;
  display: flex;
  align-items: center;
}
.val-body p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}


/* --- 5. 教育スタンス (Culture) --- */
.culture-box {
  display: flex;
  align-items: center;
  gap: 50px;
}
.culture-text {
  width: 50%;
}
.culture-text h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1.4;
  color: var(--primary);
}
.culture-text p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.culture-img {
  width: 50%;
  position: relative;
}
.culture-img img {
  border: 1px solid #333;
  filter: grayscale(100%);
  box-shadow: -20px 20px 0 var(--primary);
}


/* --- 6. 人間関係 (Team - Redesigned) --- */
.team-promise-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.team-promise-item {
  background: #000; /* 黒背景 */
  color: #fff;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  border-left: 10px solid #fff; /* 白いアクセントライン */
  position: relative;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.tp-icon {
  font-family: "Impact", sans-serif;
  font-size: 50px;
  color: #000;
  background: var(--white); /* 白い番号 */
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* 丸く */
  flex-shrink: 0;
}

.tp-content h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px;
  color: var(--white);
}

.tp-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #ccc;
  font-weight: 500;
}


/* --- 7. 最後のCTA --- */
.final-action {
  text-align: center;
  border: 4px solid #000;
  padding: 60px;
  background: #fff;
}
.final-action p {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
}
.action-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.btn.bg-black { background: #000; color: #fff; }
.btn.bg-white { background: #fff; color: #000; }
.btn.border-black { border: 2px solid #000; }


/* --- スマホ対応 --- */
@media (max-width: 900px) {
  .goukai-lead { font-size: 24px; }
  .huge-num { font-size: 60px; }
  .goukai-head h2 { font-size: 24px; }
  
  /* 社長メッセージ */
  .presi-wrapper { flex-direction: column; gap: 40px; }
  .presi-img, .presi-msg { width: 100%; }
  .presi-msg h3 { font-size: 28px; }
  .presi-name { right: 0; }
  
  /* 価値観カード */
  .val-card { flex-direction: column; box-shadow: 10px 10px 0 var(--primary); }
  .val-num { width: 100%; height: 60px; }
  .val-head { width: 100%; border-right: none; border-bottom: 2px solid #000; padding: 30px; }
  .val-head h3 { font-size: 24px; }
  .val-body { width: 100%; padding: 30px; }
  
  /* 教育 */
  .culture-box { flex-direction: column-reverse; gap: 40px; }
  .culture-text, .culture-img { width: 100%; }
  .culture-img img { box-shadow: -10px 10px 0 var(--primary); }
  
  /* 人間関係 */
  .team-promise-item { flex-direction: column; gap: 20px; padding: 30px; }
  .tp-icon { width: 60px; height: 60px; font-size: 30px; }
  
  .final-action { padding: 30px; }
  .final-action p { font-size: 20px; }
  .action-btns { flex-direction: column; }
}