/* ===========================
   CTA Banner
   =========================== */
.st-cta-banner {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.st-cta-banner__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.st-cta-banner__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

@media (max-width: 768px) {
    .st-cta-banner__grid {
        grid-template-columns: 1fr;
    }
}

.st-cta-banner__icon {
    margin-bottom: 16px;
    color: #000;
}

.st-cta-banner__title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.st-cta-banner__desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.8;
}

.st-cta-banner__btn {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid #000;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.st-cta-banner__btn:hover {
    background-color: #000;
    color: #fff;
}

/* ===========================
   Custom Footer
   =========================== */
.st-footer {
    background-color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #e5e7eb;
}

.st-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 24px;
}

.st-footer__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
}

@media (max-width: 768px) {
    .st-footer__grid {
        grid-template-columns: 1fr;
    }
}

.st-footer__logo img {
    height: 30px;
    width: auto;
}

.st-footer__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.st-footer__links a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.st-footer__links a:hover {
    color: #000;
}

.st-footer__copyright {
    margin-top: 48px;
    padding-top: 24px;
}

.st-footer__copyright p {
    font-size: 10px;
    color: #aaa;
}

/* Swellデフォルトフッターを非表示 */
.l-footer__inner,
.l-footer__widgetArea,
.l-footer__nav,
.l-footer__copy {
    display: none !important;
}

/* Swellフッター枠のリセット */
.l-footer {
    background: transparent !important;
    color: inherit !important;
    padding: 0 !important;
}

.l-footer .st-footer {
    display: block !important;
}
