@charset "UTF-8";

/* =========================================================
   Local Web Fonts
========================================================= */

@font-face {
    font-family: "Noto Sans JP";
    src: url("./fonts/noto-sans-jp/NotoSansJP-Variable.woff2")
         format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

/* =========================================================
   基本設定・変数
========================================================= */
:root {
    /* Index variables */
    --primary-green: #1a8c4b;
    --primary-blue: #2159a6;
    --text-main: #333333;
    --text-light: #666666;
    --bg-gray: #f7f9fb;
    --bg-light-green: #eef5f1;
    --white: #ffffff;
    --content-width: 1100px;
    
    /* Subpages overrides & additions */
    --sub-primary-green: #0a7a40;
    --footer-bg: #0b1b2c;
    --border-color: #e2e8f0;
    --sub-content-width: 1000px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; color: var(--text-main); line-height: 1.6; background-color: var(--white); }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: var(--content-width); margin: 0 auto; padding: 0 20px; }

/* Subpages Container Width Scoping */
.header .container, 
.breadcrumbs.container, 
main section.container, 
main .container, 
.footer .container, 
.footer-dark .container {
    max-width: var(--sub-content-width);
}

/* =========================================================
   Index Page Styles (Top)
========================================================= */
#header { position: sticky; top: 0; background-color: rgba(255, 255, 255, 0.95); backdrop-filter: blur(5px); z-index: 100; border-bottom: 1px solid #eee; }
#header .header-inner { display: flex; justify-content: space-between; align-items: center; height: 80px; max-width: 1400px; margin: 0 auto; padding: 0 40px; }
#header .logo { display: flex; flex-direction: column; }
#header .logo-title { font-size: 24px; font-weight: bold; color: var(--primary-green); display: flex; align-items: center; gap: 8px; }
#header .logo-subtitle { font-size: 11px; color: var(--primary-green); margin-top: 2px; }
#header .nav-links { display: flex; gap: 30px; align-items: center; list-style: none; font-weight: bold; font-size: 14px; }

#header .btn-contact, footer:not([class]) .btn-contact { background-color: var(--primary-green); color: var(--white); padding: 10px 24px; border-radius: 30px; font-weight: bold; transition: opacity 0.3s; display: inline-block; }
#header .btn-contact:hover, footer:not([class]) .btn-contact:hover { opacity: 0.8; }

body > section.hero { padding: 100px 0 80px; background: radial-gradient(circle at 80% 50%, #e0f2fe 0%, #ffffff 50%); position: relative; }
body > section.hero h1 { font-size: 56px; line-height: 1.2; color: var(--primary-blue); margin-bottom: 20px; }
body > section.hero h1 span { color: var(--primary-blue); }
body > section.hero .subtitle { font-size: 24px; font-weight: bold; color: var(--primary-blue); margin-bottom: 30px; }
body > section.hero p.desc { font-size: 16px; margin-bottom: 40px; max-width: 500px; }
body > section.hero .btn-primary { display: inline-block; background-color: var(--primary-green); color: var(--white); padding: 15px 30px; border-radius: 30px; font-weight: bold; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: opacity 0.3s; }
body > section.hero .btn-primary:hover { opacity: 0.8; }
.scroll-indicator { text-align: center; margin-top: 60px; font-size: 12px; color: var(--text-light); }

.concept { padding: 100px 0; background-color: var(--bg-gray); }
.concept-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.concept-left { flex: 1; }
.concept-left h2 { font-size: 20px; margin-bottom: 15px; }
.concept-left .main-copy { font-size: 32px; font-weight: bold; line-height: 1.4; margin-bottom: 20px; }
.concept-left .main-copy span { color: var(--primary-blue); font-size: 40px; }
.concept-right { flex: 1.5; display: flex; align-items: center; justify-content: space-between; }
.process-step { text-align: center; width: 120px; }
.process-icon { width: 80px; height: 80px; background-color: var(--white); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto 15px; font-size: 32px; color: var(--primary-blue); box-shadow: 0 4px 10px rgba(0,0,0,0.05); border: 2px solid #e1e8f0; }
.process-step:nth-child(3) .process-icon { border-color: var(--primary-green); color: var(--primary-green); background-color: var(--bg-light-green); }
.process-step:nth-child(7) .process-icon { background-color: var(--primary-blue); color: var(--white); border: none; }
.process-step h4 { font-size: 14px; margin-bottom: 8px; }
.process-step p { font-size: 11px; color: var(--text-light); }
.arrow { font-size: 20px; color: var(--primary-blue); }

.mission-vision { display: flex; }
.mv-box { flex: 1; padding: 80px 10%; position: relative; overflow: hidden; }
.mission { background-color: #f0f4f8; }
.vision { background-color: #f4f7f6; }
.mv-label { font-size: 18px; font-weight: bold; color: var(--primary-green); margin-bottom: 20px; }
.mv-box h3 { font-size: 32px; line-height: 1.4; margin-bottom: 20px; }
.mv-box p { font-size: 14px; position: relative; z-index: 2; }

.solutions { padding: 100px 0; background-color: var(--white); text-align: center; }
.solutions .section-title { font-size: 32px; color: var(--primary-green); margin-bottom: 10px; }
.solutions .section-subtitle { font-size: 16px; margin-bottom: 50px; }
.solutions .cards { display: flex; gap: 30px; text-align: left; }
.solutions .card { flex: 1; background: var(--white); border: 1px solid #e1e8f0; border-radius: 12px; padding: 40px 30px; box-shadow: 0 10px 20px rgba(0,0,0,0.02); position: relative; }
.solutions .card-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.solutions .card-icon { font-size: 36px; color: var(--primary-green); }
.solutions .card:nth-child(2) .card-icon { color: var(--primary-blue); }
.solutions .card:nth-child(3) .card-icon { color: var(--primary-blue); }
.solutions .card-title h4 { font-size: 18px; margin-bottom: 5px; }
.solutions .card-title p { font-size: 12px; color: var(--primary-green); font-weight: bold; }
.solutions .card > p { font-size: 14px; margin-bottom: 30px; min-height: 60px; }
.solutions .card-link { font-size: 14px; color: var(--primary-green); font-weight: bold; display: flex; align-items: center; gap: 5px; }

.technology { padding: 100px 0; background-color: var(--bg-gray); }
.tech-inner { display: flex; gap: 60px; align-items: center; }
.tech-left { flex: 1; }
.tech-label { color: var(--primary-green); font-weight: bold; margin-bottom: 15px; }
.tech-left h2 { font-size: 28px; margin-bottom: 20px; }
.tech-left h2 span { color: var(--primary-green); }
.tech-features { display: flex; gap: 20px; margin-top: 40px; }
.tech-feature { text-align: center; }
.tech-feature i { font-size: 24px; margin-bottom: 10px; }
.tech-feature p { font-size: 12px; }
.tech-right { flex: 1; position: relative; }
.pyramid { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.layer { height: 40px; display: flex; justify-content: center; align-items: center; color: var(--white); font-size: 14px; font-weight: bold; border-radius: 4px; }
.layer-1 { width: 40%; background-color: #a8d5ba; color: var(--text-main); background: transparent;}
.layer-2 { width: 60%; background-color: #5b9bd5; }
.layer-3 { width: 80%; background-color: #55b37d; }
.layer-4 { width: 100%; background-color: #2159a6; }
.ggmap-circle { position: absolute; right: -20px; top: 50%; transform: translateY(-50%); width: 120px; height: 120px; border-radius: 50%; border: 1px dashed var(--primary-green); display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--white); font-weight: bold; color: var(--primary-green); font-size: 18px; text-align: center; }
.tech-link { display: block; text-align: center; margin-top: 40px; color: var(--primary-green); font-weight: bold; }

footer:not([class]) { background-color: var(--white); padding: 60px 0 0; }
footer:not([class]) .footer-top { display: flex; justify-content: space-between; padding-bottom: 40px; border-bottom: 1px solid #eee; }
footer:not([class]) .footer-logo h3 { color: var(--primary-green); font-size: 20px; margin-bottom: 10px; }
footer:not([class]) .footer-logo p { font-size: 12px; margin-bottom: 5px; }
footer:not([class]) .footer-info { display: flex; gap: 40px; font-size: 12px; }
footer:not([class]) .info-col { display: flex; flex-direction: column; gap: 10px; }
footer:not([class]) .info-row { display: flex; gap: 20px; }
footer:not([class]) .info-row span:first-child { font-weight: bold; width: 60px; }
footer:not([class]) .footer-action { display: flex; flex-direction: column; align-items: flex-end; gap: 20px; }
footer:not([class]) .footer-bottom { background-color: var(--primary-blue); color: var(--white); text-align: center; padding: 15px 0; font-size: 12px; }

/* =========================================================
   Subpages Styles (Scoped mostly via `<main>` and `.header`/`.footer`)
========================================================= */
.btn { display: inline-block; padding: 12px 30px; border-radius: 30px; font-weight: bold; text-align: center; transition: opacity 0.3s; cursor: pointer; font-size: 14px; }
.btn:hover { opacity: 0.8; }

.header { border-bottom: 1px solid var(--border-color); padding: 15px 0; background: #fff; position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.header .logo { display: flex; align-items: center; gap: 8px; font-weight: bold; }
.header .logo-en { font-size: 20px; color: var(--sub-primary-green); }
.header .logo-ja { font-size: 14px; }
.header .nav ul { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 500; }
.btn-contact-header { background-color: var(--sub-primary-green); color: #fff; padding: 10px 24px; border-radius: 30px; }

.breadcrumbs { font-size: 11px; color: var(--text-light); padding: 15px 20px; }
.breadcrumbs a { color: var(--text-light); }
.breadcrumbs span { color: var(--text-main); font-weight: bold; }

main .hero { display: flex; align-items: center; padding: 50px 20px 80px; gap: 40px; background: none; }
main .hero-content { flex: 1; }
main .hero-content h1 { font-size: 38px; color: #1a202c; margin-bottom: 15px; line-height: 1.2; }
main .hero-subtitle { color: var(--sub-primary-green); font-weight: bold; font-size: 18px; margin-bottom: 25px; }
main .hero-desc { font-size: 14px; line-height: 1.8; margin-bottom: 35px; }
main .hero-actions { display: flex; gap: 15px; }
main .btn-primary { background-color: var(--sub-primary-green); color: #fff; border: none; box-shadow: none; }
main .btn-secondary { background-color: #fff; color: var(--text-main); border: 1px solid var(--text-main); }
main .hero-image { flex: 1; position: relative; min-height: 350px; background: radial-gradient(circle at center, #f8fafc 0%, #ffffff 70%); }

.illustration-placeholder { width: 100%; height: 100%; position: relative; }

main .section-title { font-size: 22px; margin-bottom: 40px; color: #1a202c; font-weight: bold; }

.problems { background-color: var(--bg-gray); padding: 80px 0; }
.problems .cards-wrapper { display: flex; gap: 20px; }
.problems .card { flex: 1; background: #fff; border-radius: 12px; padding: 40px 20px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.03); border: none; }
.problems .card h3 { font-size: 16px; line-height: 1.6; margin-bottom: 30px; min-height: 48px; }
.problems .card-img { font-size: 50px; color: #cbd5e1; display: flex; justify-content: center; gap: 15px; align-items: center; }

.features { padding: 80px 20px; }
.features-wrapper { display: flex; gap: 20px; justify-content: space-between; }
.feature-item { flex: 1; text-align: center; }
.feature-icon { font-size: 40px; color: #3b82f6; margin-bottom: 20px; }
.feature-item p { font-size: 13px; font-weight: bold; line-height: 1.6; }

.steps { padding: 40px 20px 100px; }
.steps-wrapper { display: flex; align-items: flex-start; justify-content: space-between; }
.step-item { flex: 1; text-align: center; }
.step-number { width: 36px; height: 36px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; font-weight: bold; font-size: 16px; }
.step-item h4 { font-size: 14px; margin-bottom: 10px; }
.step-item p { font-size: 11px; color: var(--text-light); line-height: 1.6; }
.step-arrow { color: #cbd5e1; font-size: 20px; padding-top: 8px; }

.benefits { background-color: var(--bg-light-green); border-radius: 12px; padding: 50px; margin-bottom: 80px; }
.benefits-title { color: var(--sub-primary-green); font-size: 20px; margin-bottom: 25px; font-weight: bold; }
.benefits-list li { font-size: 15px; font-weight: bold; margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }
.benefits-list li:last-child { margin-bottom: 0; }
.benefits-list li i { color: var(--sub-primary-green); font-size: 20px; }

.footer, .footer-dark { background-color: var(--footer-bg); color: #fff; padding: 50px 0 20px; }
.footer-inner, .footer-dark .footer-inner { display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; }
.footer-logo, .footer-dark .footer-logo { display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: bold; }
.footer-logo .logo-en, .footer-dark .logo-en { color: #fff; }

.footer-links,
.footer-dark .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 24px;
    row-gap: 12px;
    font-size: 12px;
}

.footer-links a,
.footer-dark .footer-links a {
    color: #cbd5e1;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-dark .footer-links a:hover {
    color: #ffffff;
}
.footer-links a, .footer-dark .footer-links a { color: #cbd5e1; }
.footer-links a:hover, .footer-dark .footer-links a:hover { color: #fff; }
.btn-contact-footer { background-color: var(--sub-primary-green); color: #fff; padding: 12px 28px; font-size: 14px; }
.footer-copyright, .footer-dark .footer-copyright { text-align: center; font-size: 11px; color: #64748b; border-top: 1px solid #1e293b; padding-top: 25px; }

/* Data/Knowledge/AI extra components */
.device-mockup { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.device-laptop { font-size: 240px; color: #475569; }
.device-phone { position: absolute; bottom: 50px; right: 20px; font-size: 120px; color: #1e293b; filter: drop-shadow(-5px 5px 10px rgba(0,0,0,0.1)); }

.feature-cards-section { padding: 20px 20px 80px; }
.feature-cards { display: flex; gap: 20px; }
.feature-card { flex: 1; background: #fff; border: 1px solid #f1f5f9; border-radius: 12px; padding: 40px 20px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.feature-card-icon { font-size: 40px; color: #3b82f6; margin-bottom: 20px; }
.feature-card h3 { font-size: 16px; margin-bottom: 10px; }
.feature-card p { font-size: 12px; color: var(--text-light); line-height: 1.6; }

.search-examples { background-color: var(--bg-gray); padding: 60px 0; margin-bottom: 80px; }
.examples-wrapper { display: flex; justify-content: center; align-items: center; gap: 60px; }
.example-item { text-align: center; }
.example-icon { font-size: 45px; color: #94a3b8; margin-bottom: 15px; }
.example-item p { font-weight: bold; font-size: 14px; color: #334155; }
.example-dots { color: #94a3b8; font-size: 24px; margin-top: -30px; }

.case-study-section { padding: 0 20px 80px; }
.case-study-card { display: flex; align-items: center; gap: 40px; }
.case-study-img { flex: 1; max-width: 400px; height: 250px; background-color: #cbd5e1; border-radius: 12px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 40px; overflow: hidden; position: relative; }
.case-study-img::before { content: "\f1ad"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.case-study-img.b-corp::before { content: "\f0f7"; }
.case-study-content { flex: 1; }
.case-study-content h3 { font-size: 20px; margin-bottom: 20px; }
.case-study-content p { font-size: 14px; line-height: 1.8; margin-bottom: 25px; }
.case-link { color: var(--sub-primary-green); font-weight: bold; font-size: 14px; display: flex; align-items: center; gap: 5px; }
.case-link:hover { opacity: 0.8; }

.hero-ai-visual { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.ai-head-placeholder { font-size: 200px; color: #e2e8f0; position: relative; }
.ai-head-placeholder::after { content: 'AI'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 48px; font-weight: bold; color: #0f172a; font-family: sans-serif; }
.floating-tags { position: absolute; right: 0; display: flex; flex-direction: column; gap: 20px; }
.float-tag { background: #fff; padding: 12px 24px; border-radius: 30px; box-shadow: 0 10px 20px rgba(0,0,0,0.05); display: flex; align-items: center; gap: 10px; font-weight: bold; font-size: 14px; color: #1e293b; }
.float-tag i { color: #3b82f6; font-size: 18px; }

.ai-examples-section { background-color: var(--bg-gray); padding: 80px 0; }
.example-cards { display: flex; gap: 20px; }
.ex-card { flex: 1; background: #fff; border-radius: 12px; padding: 30px 20px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.ex-card h3 { font-size: 16px; margin-bottom: 20px; color: #1e293b; }
.ex-card-image { width: 100%; height: 120px; background-color: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; margin-bottom: 20px; display: flex; justify-content: center; align-items: center; color: #94a3b8; font-size: 40px; }
.ex-card p { font-size: 13px; color: var(--text-main); line-height: 1.6; }

.support-section { padding: 80px 20px; }
.support-features { display: flex; gap: 20px; justify-content: space-between; }
.support-item { flex: 1; text-align: center; }
.support-icon { font-size: 45px; color: #3b82f6; margin-bottom: 20px; }
.support-item h3 { font-size: 15px; margin-bottom: 10px; color: #1e293b; }
.support-item p { font-size: 12px; color: var(--text-light); line-height: 1.6; }


/* =========================================================
   プライバシーポリシーページ (green_privacy_page.png) 用のスタイル
========================================================= */

.page-privacy {
    background-color: #f7f9fb; /* 全体の背景色を少しグレーに */
}

/* Hero Section (Privacy) */
.privacy-hero {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding: 30px 20px 80px;

    background-color: #f5f9fc;
    background-image: url("./images/privacy_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    border-bottom: 1px solid #e2e8f0;
    overflow: hidden;
}

.privacy-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.88) 38%,
        rgba(255, 255, 255, 0.30) 68%,
        rgba(255, 255, 255, 0.05) 100%
    );

    pointer-events: none;
}

.privacy-hero > .container {
    position: relative;
    z-index: 1;
}

.privacy-hero-content{

    max-width:560px;

}

.privacy-hero-content h1 {
    font-size: 38px;
    color: #1a202c;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.privacy-hero-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #334155;
    font-weight: 500;
}

/* Privacy Content Section */
.privacy-content-section {
    padding: 40px 20px 100px;
    max-width: 900px !important; /* 少し幅を狭める */
}

.privacy-date {
    text-align: right;
    font-size: 13px;
    color: #475569;
    margin-bottom: 30px;
    line-height: 1.6;
}

.privacy-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.privacy-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.privacy-item-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.privacy-item-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #dbeafe; /* 薄い青 */
    color: #1e3a8a; /* 濃い青 */
    font-weight: bold;
    font-size: 16px;
}

.privacy-item h2 {
    font-size: 18px;
    color: #1e293b;
    margin: 0;
}

.privacy-item-body p {
    font-size: 14px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 10px;
}

.privacy-item-body ul {
    list-style: none;
    padding-left: 10px;
    margin-top: 15px;
}

.privacy-item-body ul li {
    font-size: 14px;
    color: #475569;
    line-height: 1.8;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.privacy-item-body ul li::before {
    content: "●";
    color: var(--primary-green);
    position: absolute;
    left: 0;
    font-size: 12px;
}

.company-info {
    margin-top: 20px;
    padding: 20px;
    background-color: #f8fafc;
    border-radius: 6px;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

@media screen and (max-width: 768px) {
    .privacy-hero {
        min-height: 280px;
        padding: 25px 20px 55px;

        /*
         * 右側の幾何学模様を残しながら、
         * 左側に文字スペースを確保
         */
        background-size: cover;
        background-position: 58% center;
    }

    .privacy-hero::before {
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(255, 255, 255, 0.93) 60%,
            rgba(255, 255, 255, 0.60) 100%
        );
    }

    .privacy-hero-content h1 {
        font-size: 28px;
    }

    .privacy-hero-desc {
        font-size: 14px;
    }

    .privacy-hero-desc br {
        display: none;
    }
}

@media (max-width: 768px) {

    .page-privacy .header {
        position: sticky;
        top: 0;
        z-index: 1000;

        padding: 10px 0;
        background-color: #ffffff;
    }

    /* 会社名とお問い合わせを横並び */
    .page-privacy .header-inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        gap: 12px;
        text-align: left;
    }

    /* 会社名を左寄せ */
    .page-privacy .header .logo {
        display: flex;
        flex: 1 1 auto;
        justify-content: flex-start;

        min-width: 0;
    }

    .page-privacy .header .logo-ja {
        display: block;

        margin-left: 0 !important;

        font-size: 14px !important;
        line-height: 1.4;
        white-space: nowrap;
    }

    /* 共通CSSの非表示設定を解除 */
    .page-privacy .header .nav {
        display: flex !important;
        position: static;

        flex: 0 0 auto;
        align-items: center;

        width: auto;
        min-width: 0;
        margin-left: auto;

        top: auto;
        right: auto;
        left: auto;

        background: transparent;
        border: 0;
        box-shadow: none;
        overflow: visible;
    }

    /* お問い合わせボタン */
    .page-privacy .header .btn-contact-header {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: auto;
        max-width: none;

        padding: 9px 18px !important;

        background-color: var(--sub-primary-green);
        color: #ffffff;

        font-size: 13px;
        line-height: 1.4;
        white-space: nowrap;
    }

    .privacy-hero {
        background-position: right center;
        min-height: 240px;
    }

    .privacy-hero-content {
        max-width: 100%;
    }

    .privacy-item {
        padding: 24px;
    }

    .footer-inner {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

.footer-links,
.footer-dark .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

    .footer-action {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 100%;
    }

    .btn-contact-footer {
        width: 240px;
        margin: 0 auto;
    }
}

@media (max-width: 390px) {

    .header-inner {
        padding-left: 12px;
        padding-right: 12px;
        gap: 8px;
    }

    .header .logo-ja {
        font-size: 13px !important;
    }

    .header .btn-contact-header {
        padding: 8px 13px !important;
        font-size: 12px;
    }
}