/*
===============================================
Shinka AI - Footer Component
フッターコンポーネント
===============================================
*/

/* ========================================
   サイトフッター
   ======================================== */

.c-site-footer {
    background-color: #1a1a1a;
    color: rgba(255, 255, 255, 0.7);
    padding: var(--spacing-4xl) 0 var(--spacing-xl);
}

/* フッター内のすべてのリンクのテキストデコレーションを削除 */
.c-site-footer a {
    text-decoration: none;
}

/* ========================================
   Contact Us セクション
   ======================================== */

.c-footer-contact-hero {
    margin-bottom: var(--spacing-3xl);
    padding-bottom: var(--spacing-2xl);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.c-footer-contact-hero:hover {
    transform: translateX(10px);
}

.c-footer-contact-hero:hover .c-footer-contact-hero__title {
    background: linear-gradient(135deg, #4795E8 0%, #CB6879 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-footer-contact-hero:hover .c-footer-contact-hero__arrow {
    transform: translateX(10px);
    stroke: #4795E8;
}

.c-footer-contact-hero__title {
    font-size: 64px;
    font-weight: 400;
    color: white;
    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--spacing-lg);
    transition: all 0.3s ease;
}

.c-footer-contact-hero__arrow {
    width: 48px;
    height: 48px;
    transition: all 0.3s ease;
}

/* ========================================
   メインコンテンツエリア
   ======================================== */

.c-footer-content {
    display: flex;
    justify-content: space-between;
    gap: var(--spacing-4xl);
    margin-bottom: var(--spacing-4xl);
}

/* ========================================
   左側：メニューセクション
   ======================================== */

.c-footer-menus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-3xl);
    flex: 1;
}

.c-footer-menu-column__title {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    color: white;
    margin-bottom: var(--spacing-lg);
}

.c-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-footer-menu__item {
    margin-bottom: var(--spacing-md);
}

.c-footer-menu__link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: var(--font-size-base);
    transition: color var(--transition-base);
    display: inline-block;
}

.c-footer-menu__link:hover {
    color: white;
}

/* ========================================
   右側：情報セクション
   ======================================== */

.c-footer-info {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2xl);
    min-width: 320px;
}

/* オフィス情報 */
.c-footer-office__title {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    color: white;
    margin-bottom: var(--spacing-sm);
}

.c-footer-office__address {
    font-size: var(--font-size-sm);
    font-style: normal;
    line-height: var(--line-height-relaxed);
    color: rgba(255, 255, 255, 0.7);
}

/* SNSリンク */
.c-footer-social__title {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    color: white;
    margin-bottom: var(--spacing-sm);
}

.c-footer-social-links {
    display: flex;
    gap: var(--spacing-md);
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-footer-social-links__item {
    margin: 0;
}

.c-footer-social-links__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.7);
    transition: color var(--transition-base);
}

.c-footer-social-links__link:hover {
    color: white;
}

/* サービスロゴ */
.c-footer-service__title {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    color: white;
    margin-bottom: var(--spacing-sm);
}

.c-footer-service__logo {
    padding: var(--spacing-sm);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius-sm);
    display: inline-block;
}

/* ========================================
   フッターボトム
   ======================================== */

.c-site-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--spacing-xl);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.c-footer-logo {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    color: white;
}

.c-footer-bottom-right {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
}

/* 言語切替 */
.c-footer-lang-switch {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.c-footer-lang-switch__button {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--font-size-sm);
    cursor: pointer;
    padding: 0;
    transition: color var(--transition-base);
}

.c-footer-lang-switch__button:hover {
    color: white;
}

.c-footer-lang-switch__button--active {
    color: white;
}

.c-footer-lang-switch__separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 8px;
}

/* プライバシーポリシー */
.c-footer-policy-link {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: var(--font-size-sm);
    transition: color var(--transition-base);
}

.c-footer-policy-link:hover {
    color: white;
}

/* コピーライト */
.c-copyright {
    font-size: var(--font-size-sm);
    color: rgba(255, 255, 255, 0.5);
}

/* ========================================
   レスポンシブ
   ======================================== */

/* タブレット */
@media (max-width: 1024px) {
    .c-footer-contact-hero__title {
        font-size: 48px;
    }
    
    .c-footer-menus {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-2xl);
    }
    
    .c-footer-content {
        flex-direction: column;
    }
    
    .c-footer-info {
        min-width: auto;
    }
}

/* モバイル */
@media (max-width: 767px) {
    .c-site-footer {
        padding: var(--spacing-3xl) 0 var(--spacing-lg);
    }
    
    .c-footer-contact-hero {
        margin-bottom: var(--spacing-2xl);
    }
    
    .c-footer-contact-hero__title {
        font-size: 32px;
        align-items: flex-start;
        gap: var(--spacing-sm);
    }
    
    .c-footer-contact-hero__arrow {
        width: 32px;
        height: 32px;
    }
    
    .c-footer-menus {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }
    
    .c-footer-content {
        gap: var(--spacing-2xl);
    }
    
    .c-footer-info {
        gap: var(--spacing-xl);
    }
    
    .c-site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-lg);
    }
    
    .c-footer-bottom-right {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-md);
        width: 100%;
    }
}