/* 全体 */

.business-page {

    padding: 80px 20px;

    background: #f4f8fc;

}


.business-page-container {

    max-width: 1000px;

    margin: 0 auto;

    background: white;

    padding: 60px;

    border-radius: 10px;

}


/* 見出し */

.business-page-title {

    font-size: 22px;

    color: #64748b;

}


.business-page-highlight {

    font-size: 42px;

    font-weight: bold;

    color: #2563eb;

    margin-bottom: 60px;

}


/* 各事業 */

.business-section-block {

    margin-bottom: 80px;

}


.business-section-title {

    font-size: 28px;

    font-weight: bold;

    margin-bottom: 30px;

}


.business-section-title span {

    display: block;

    font-size: 14px;

    color: #64748b;

}


/* カテゴリ */

.business-category {

    margin-bottom: 30px;

}


.business-category h3 {

    color: #2563eb;

    margin-bottom: 10px;

}


.business-category ul {

    padding-left: 20px;

}


.business-category li {

    margin-bottom: 5px;

}


/* 動画 */

.video-item {

    margin-bottom: 30px;

}


.video-title {

    font-weight: bold;

}


.video-result {

    color: #2563eb;

    margin-top: 5px;

}


/* 楽曲 */

.music-message {

    line-height: 1.8;

}