/* labo_index.html 専用スタイル(実験ページ。本番採用が決まるまで他ページからは読み込まない) */

.labo-banner{
  background: repeating-linear-gradient(45deg, #c53d43, #c53d43 10px, #a52d33 10px, #a52d33 20px);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 8px 10px;
  letter-spacing: 0.05em;
}

.labo-section{
  margin: 80px 0;
}

.labo-section-title{
  font-size: 1.3rem;
  font-weight: bold;
  color: #333631;
  border-left: 6px solid #727171;
  padding-left: 12px;
  margin-bottom: 14px;
}

/* ① 事業紹介の本文ブロック */
.labo-intro-card{
  background-color: #fbfaf5;
  color: #333631;
  border-radius: 6px;
  padding: 24px 28px;
  line-height: 1.9;
  font-size: 1.05rem;
}
.labo-intro-card strong{
  color: #c53d43;
}

/* ② 選ばれる理由 */
.labo-reason-card{
  height: 100%;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.labo-reason-card .labo-reason-header{
  padding: 10px 14px;
  font-weight: bold;
}
.labo-reason-card .labo-reason-body{
  background-color: #fbfaf5;
  color: #333631;
  padding: 16px;
  min-height: 92px;
}

/* ③ 数字で見るFIRSTBRIDGE(①事業紹介本文と同じ静かなトーンに統一。色は数字の差し色のみ) */
.labo-stats-row{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border-radius: 6px;
  padding: 24px 28px;
  background-color: #fbfaf5;
}
.labo-stat-tile{
  flex: 1 1 200px;
  text-align: center;
}
.labo-stat-num{
  font-size: 2rem;
  font-weight: bold;
  color: #c53d43;
  display: block;
  line-height: 1.2;
}
.labo-stat-label{
  font-size: 0.85rem;
  color: #727171;
}

/* ④ 代表メッセージ抜粋(①事業紹介本文と同じ静かなトーンに統一。色は引用符の差し色のみ) */
.labo-mission-quote{
  border-radius: 6px;
  padding: 24px 28px;
  font-size: 1.05rem;
  line-height: 1.9;
  background-color: #fbfaf5;
  color: #333631;
}
.labo-mission-quote .labo-quote-mark{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #c53d43;
}
.labo-mission-quote a{
  color: #c53d43;
  text-decoration: underline;
  font-weight: bold;
}

/* ⑤ 最新のお知らせ */
.labo-news-card{
  height: 100%;
  background-color: #fbfaf5;
  border-radius: 6px;
  padding: 14px 16px;
  color: #333631;
  display: block;
}
.labo-news-date{
  font-size: 0.85rem;
  color: #727171;
}
.labo-news-title{
  font-weight: bold;
  margin-top: 4px;
}
.labo-news-empty{
  color: #727171;
  padding: 16px;
}

@media screen and (max-width: 767.98px){
  .labo-intro-card,
  .labo-mission-quote{
    padding: 18px 16px;
    font-size: 1rem;
  }
  .labo-stats-row{
    padding: 16px;
  }
}
