/* ================================================
   トップページ「社名に込めた想い」セクション
   両隣(concept / services)と同じ「明るい背景＋濃い文字＋ティール」に合わせる。
   ※このサイトはbody背景が白で、明暗セクションが交互になる構成のため
     このセクションは明るいテーマで作る(白文字にしない)。
   ================================================ */

.naming-origin {
    padding: 100px 0;
    background: #FFFFFF;
    position: relative;
    z-index: 10;
}

.naming-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.naming-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #14B8A6;
    font-weight: 600;
    margin-bottom: 1rem;
}

.naming-origin .section-title {
    color: #111827;
    margin-bottom: 3rem;
}

/* 由来(Ligare + Rêve = Ligareve)の視覚化 */
.naming-etymology {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3.5rem;
}

.naming-part,
.naming-result {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
    padding: 1.75rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 180px;
}

.naming-result {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(45, 212, 191, 0.08));
    border-color: rgba(20, 184, 166, 0.4);
}

.naming-word {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.2;
}

.naming-result .naming-word {
    color: #14B8A6;
}

.naming-lang {
    font-size: 0.8rem;
    color: #6B7280;
}

.naming-mean {
    font-size: 1rem;
    color: #1F2937;
    font-weight: 500;
}

.naming-op {
    display: flex;
    align-items: center;
    font-size: 1.75rem;
    color: #14B8A6;
    font-weight: 700;
}

/* 創業の想いの本文 */
.naming-story {
    text-align: left;
    max-width: 760px;
    margin: 0 auto;
}

.naming-story p {
    font-size: 1.05rem;
    line-height: 2;
    color: #374151;
    margin-bottom: 1.5rem;
}

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

.naming-story .accent {
    color: #14B8A6;
    font-weight: 600;
}

@media (max-width: 768px) {
    .naming-origin {
        padding: 70px 0;
    }

    .naming-etymology {
        gap: 0.75rem;
    }

    .naming-part,
    .naming-result {
        min-width: 130px;
        padding: 1.25rem 1rem;
    }

    .naming-word {
        font-size: 1.25rem;
    }

    .naming-op {
        font-size: 1.4rem;
    }

    .naming-story p {
        font-size: 0.98rem;
        line-height: 1.9;
    }
}
