/* ======================
   Philosophy Section
   ====================== */
.philosophy-section {
  background: #fff;
  padding: 80px 0;
}

.philosophy-section .section-container {
  max-width: 794px;
}

.philosophy-block {
  margin-bottom: 64px;
}

.philosophy-block:last-child {
  margin-bottom: 0;
}

/* 見出し */
.philosophy-heading {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #101828;
  margin: 0 0 24px;
  line-height: 1.3;
  padding-bottom: 12px;
  border-bottom: 1px solid #99a1af;
}

.philosophy-heading::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 134px;
  height: 2px;
  background: #3793E7;
}

/* 本文 */
.philosophy-text {
  font-size: 20px;
  color: #000;
  line-height: 1.8;
  margin: 0 0 16px;
}

.philosophy-text:last-child {
  margin-bottom: 0;
}

/* ======================
   Responsive (SP)
   ====================== */
@media (max-width: 767px) {
  .philosophy-section {
    padding: 48px 0;
  }
  .philosophy-block {
    margin-bottom: 48px;
  }
  .philosophy-heading {
    font-size: 20px;
  }
  .philosophy-text {
    font-size: 16px;
  }
}
