.reuse-page {
    padding: 60px 20px;
}

.reuse-container {
    width: 1100px;
    margin: 0 auto;
}

.reuse-title {
    text-align: center;
    margin-bottom: 30px;
}

.reuse-title h1 {
    font-size: 32px;
    font-weight: 700;
}

.reuse-title h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #ff2e2e;
    margin: 8px auto 0;
    border-radius: 2px;
}

.reuse-title .subtitle {
    margin-top: 10px;
    color: #666;
}

.reuse-hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 14px;
    margin: 20px 0;
}

.reuse-lead {
    text-align: center;
    margin: 30px 0 60px;
    line-height: 1.8;
    color: #444;
}

.section-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-title.center {
    text-align: center;
}

.section-title.with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title.with-icon img {
    width: 24px;
    height: 24px;
}

.brand-grid {
    display: flex;
    gap: 30px;
}

.brand-card {
    width: 50%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.brand-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.brand-thumb {
    position: relative;
    overflow: hidden;
}

.brand-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.brand-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-icon {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.brand-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.brand-head h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.brand-head p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

.brand-body {
    padding: 20px;
}

.brand-desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.loc-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}

.loc-title img {
    width: 18px;
    height: 18px;
}

.brand-locations ul {
    padding: 0;
    margin: 0;
}

.brand-locations li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;

    background: #F8FAFC;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 8px;
    font-size: 14px;
}

.brand-locations li img {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain;
}

.reuse-mind {
    background: #fff5f5;
    border: 1px solid #f1d6d6;
    border-radius: 20px;
    padding: 70px 40px;
    margin-top: 80px;
}

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

.mind-top-icon img {
    width: 40px;
    margin-bottom: 15px;
}

.mind-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.mind-lead {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin-bottom: 50px;
}

.mind-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.mind-item {
    width: 33%;
    text-align: center;
}

.mind-circle {
    width: 80px;
    height: 80px;
    background: #ff2e2e;
    border-radius: 50%;
    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.mind-circle img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.mind-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.mind-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* =========================
スマホレスポンシブ
========================= */
@media (max-width:768px) {
    .reuse-container {
        width: 100%;
    }

    .reuse-title h1 {
        font-size: 26px;
    }

    .reuse-title .subtitle {
        font-size: 14px;
    }

    .reuse-hero img {
        height: 220px;
        border-radius: 10px;
    }

    .reuse-lead {
        font-size: 14px;
        margin: 20px 0 40px;
    }

    .section-title {
        font-size: 18px;
    }

    .brand-grid {
        flex-direction: column;
        gap: 20px;
    }

    .brand-card {
        width: 100%;
    }

    .brand-thumb img {
        height: 220px;
    }

    .brand-icon {
        width: 36px;
        height: 36px;
    }

    .brand-head h3 {
        font-size: 16px;
    }

    .brand-desc {
        font-size: 13px;
    }

    .brand-locations li {
        font-size: 13px;
        padding: 8px 10px;
    }

    .reuse-mind {
        padding: 40px 20px;
        margin-top: 50px;
    }

    .mind-title {
        font-size: 22px;
    }

    .mind-lead {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .mind-grid {
        flex-direction: column;
        gap: 30px;
    }

    .mind-item {
        width: 100%;
    }

    .mind-circle {
        width: 60px;
        height: 60px;
    }

    .mind-circle img {
        width: 28px;
        height: 28px;
    }

    .mind-item h4 {
        font-size: 16px;
    }

    .mind-item p {
        font-size: 13px;
    }
}