/**
 * 経営理念（公開）
 */

.tcf-management-philosophy {
    margin: clamp(2.5rem, 5vw, 4rem) auto clamp(2rem, 4vw, 3rem);
}

.tcf-management-philosophy__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: clamp(1.2rem, 2.4vw, 2rem) clamp(1rem, 2.6vw, 2.1rem);
    border-radius: 16px;
    background:
        linear-gradient(175deg, rgba(255, 255, 255, 0.9) 0%, rgba(252, 247, 240, 0.78) 58%, rgba(246, 239, 229, 0.7) 100%),
        radial-gradient(circle at 88% 12%, rgba(159, 116, 63, 0.11), transparent 42%);
    box-shadow:
        0 16px 40px rgba(36, 26, 16, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    position: relative;
}

.tcf-management-philosophy__inner::before {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 12px;
    border: 1px solid rgba(178, 154, 122, 0.24);
    pointer-events: none;
}

.tcf-management-philosophy__copy {
    margin: 0 auto 1.55rem;
    max-width: 760px;
    padding: clamp(1.3rem, 2vw, 1.8rem) clamp(1.1rem, 2.2vw, 1.8rem);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
    font-size: clamp(1.22rem, 2.25vw, 1.7rem);
    line-height: 1.92;
    letter-spacing: 0.03em;
    color: #26221d;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(216, 201, 182, 0.8);
}

/* キャッチコピー（経営理念先頭の一文） */
.tcf-management-philosophy__lead {
    display: block;
    font-weight: 700;
    font-size: clamp(1.06em, calc(1.08em + 0.2vw), 1.2em);
    line-height: 1.65;
    letter-spacing: 0.07em;
    color: #152238;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

@media (min-width: 782px) {
    .tcf-management-philosophy__lead {
        font-size: clamp(0.7em, calc(0.72em + 0.12vw), 0.8em);
    }
}

.tcf-management-philosophy__list {
    margin: 0;
    padding: 0.2rem 0 0;
    list-style: none;
}

.tcf-management-philosophy__item {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin: 0;
    padding: 0.68rem 0.2rem 0.68rem 0;
    font-size: clamp(1rem, 1.75vw, 1.16rem);
    line-height: 1.88;
    color: #2e2a25;
    border-bottom: 1px solid rgba(170, 148, 121, 0.22);
}

.tcf-management-philosophy__item + .tcf-management-philosophy__item {
    margin-top: 0.22rem;
}

.tcf-management-philosophy__item:last-child {
    border-bottom: none;
}

.tcf-management-philosophy__item::before {
    content: '●';
    flex: 0 0 auto;
    color: #8b2f3c;
    font-size: 0.62rem;
    line-height: 1;
    transform: translateY(-0.01em);
}

@media (max-width: 640px) {
    .tcf-management-philosophy__copy {
        text-align: left;
    }

    .tcf-management-philosophy__list {
        padding: 0;
    }

    .tcf-management-philosophy__item {
        padding: 0.58rem 0.1rem;
    }
}
