/* ==========================================================
   Brain & Trust Website Improvement
   Author : Y.Maejima
   Start   : 2026-06-26
   ========================================================== */

/*--------------------------------------------------
トップページ コンセプト追加
--------------------------------------------------*/
.home_concept {
  text-align: center;
  margin-top: 0;
  padding: 25px 20px 20px;
}

.home_concept_lead {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.home_concept_text{
    margin-top:24px;
    font-size:17px;
    line-height:1.8;
}

/* SERVICE直前の余白調整 */
.home_service {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .home_concept {
    margin-top: 0;
    padding: 25px 20px 20px;
  }

  .home_concept_lead {
    font-size: 22px;
    line-height: 1.6;
  }

  .home_concept_text {
    margin-top: 22px;
    font-size: 15px;
    text-align: left;
  }

  .home_service {
    margin-top: 45px;
  }
}
