.womb_ai_section {
}

.womb_ai_section .el_bgWhite {
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 30px;
}

.womb_ai_section .el_bgWhite:last-child {
    margin-bottom: 0px;
}

.womb_section_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: bold;
    color: #2c3e50;
}

.womb_title_text {
    line-height: 1.4;
    text-align: center;
}

.womb_title_text small {
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
}

.womb_content {
    font-size: 1.05em;
    line-height: 1.8;
    color: #34495e;
}

.womb_content p {
    margin-bottom: 15px;
}

.womb_content p:last-child {
    margin-bottom: 0;
}

.womb_highlight {
    background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%);
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    color: #2c3e50;
}

.womb_key_message {
    font-weight: bold;
    color: #2c3e50;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px !important;
}

/* 特定セクションの色分け */
.womb_intro {
}

.womb_philosophy {
}

.womb_philosophy .womb_key_message {
    text-align: center;
}

.womb_vision {
}

.womb_vision .womb_key_message {
    text-align: center;
}

.womb_mission {
}

.womb_values {
}

.womb_pitch {
}

/* ミッションリスト */
.womb_mission_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.womb_mission_list li {
    margin: 15px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.womb_mission_list li:hover {
    background: #e8f4f8;
    transform: translateX(5px);
}

/* バリューグリッド */
.womb_values_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.womb_value_item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    border-left: 3px solid #e95283;
    transition: all 0.3s ease;
}

.womb_value_item:hover {
    background: #e8f6f3;
    transform: translateX(5px);
}

.womb_value_item h4 {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 1.1em;
}

.womb_value_item p {
    margin: 0;
    color: #34495e;
}

/* エレベーターピッチ */
.womb_pitch_text {
    font-size: 1.1em;
    font-weight: 500;
    color: #2c3e50;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    margin: 0;
}

.wombaisection .el_bgWhite .el_bgWhite {
    padding: 25px 30px 30px;
}

/* レスポンシブ対応 */
@media (max-width: 48em) {
    .sc_traning h3 {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .ly_cont.summary.wombaisection > section > div.el_bgWhite {
        width: 90% !important;
    }

    .womb_content {
        font-size: 0.9em;
    }

    .womb_ai_section .el_bgWhite {
        padding: 20px 0;
    }

    .wombaisection .el_bgWhite .el_bgWhite {
        padding: 15px 20px 20px;
    }

    .womb_section_title {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        font-size: 1.2em !important;
    }

    .womb_values_grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .womb_value_item {
        padding: 15px;
    }

    .womb_mission_list li {
        padding: 12px;
    }

    .womb_pitch_text {
        padding: 15px;
        font-size: 0.9em;
    }
}
