/* セクション */

.philosophy-section {

    background: #f4f8fc;

    padding: 80px 20px;

}


/* コンテナ */

.philosophy-container {

    max-width: 900px;

    margin: 0 auto;

    background: white;

    padding: 60px;

    border-radius: 10px;

    box-shadow: 0 4px 16px rgba(0,0,0,0.1);

}


/* タイトル */

.philosophy-title {

    font-size: 36px;

    margin-bottom: 40px;

    border-left: 6px solid #2563eb;

    padding-left: 15px;

}


/* メッセージ */

.philosophy-message p {

    font-size: 16px;

    line-height: 1.9;

    margin-bottom: 20px;

    color: #334155;

}


/* 強調 */

.philosophy-highlight {

    font-weight: bold;

    font-size: 18px;

    color: #0a192f;

}


/* ブロック */

.philosophy-block {

    margin-top: 60px;

}


/* 見出し */

.philosophy-heading {

    font-size: 26px;

    font-weight: bold;

    color: #2563eb;

    margin-bottom: 20px;

}


/* 内容 */

.philosophy-content {

    font-size: 18px;

    font-weight: bold;

    line-height: 1.8;

}


/* VALUE */

.value-item {

    display: flex;

    margin-bottom: 25px;

}


.value-number {

    font-size: 24px;

    font-weight: bold;

    color: #2563eb;

    margin-right: 15px;

}


.value-title {

    font-size: 18px;

    font-weight: bold;

}


.value-text {

    color: #475569;

}


/* PURPOSE */

.purpose-text {

    font-size: 28px;

    font-weight: bold;

    color: #0a192f;

}