/* 教育理念ページのスタイル */

/* 段落スタイル */
.philosophy-article p {
  line-height: 1.7rem;
  text-indent: 1em;
  margin-bottom: 0;
}

.philosophy-article__section {
  margin-bottom: 2rem;
}

/* 署名スタイル */
.philosophy-article__signature {
  margin-top: 3rem;
  text-align: right;
  font-style: italic;
}
