/* =========================================================
   HANGUL TRANSLATION SEO CONTENT V1
   既存の翻訳UIには干渉せず、下部SEOコンテンツのみ装飾
   ========================================================= */

.hm-seo {
    width: 100%;
    max-width: 1040px;
    margin: 64px auto 24px;
    color: #172033;
}

.hm-seo *,
.hm-seo *::before,
.hm-seo *::after {
    box-sizing: border-box;
}

.hm-seo-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid rgba(50, 158, 255, .14);
    border-radius: 18px;
    background: #fff;
}

.hm-seo-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(50, 158, 255, .07);
    color: #247fce;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}

.hm-seo-nav a:hover {
    background: rgba(50, 158, 255, .13);
}

.hm-seo-section {
    margin-top: 18px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(23, 32, 51, .045);
    scroll-margin-top: 24px;
}

.hm-seo-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(50, 158, 255, .09);
    color: #247fce;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
}

.hm-seo-section h2,
.hm-seo-cta h2 {
    margin: 0 0 14px;
    color: #172033;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1.42;
}

.hm-seo-section h3 {
    margin: 0;
    color: #172033;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.5;
}

.hm-seo-section > p,
.hm-seo-note {
    margin: 0;
    color: #566174;
    font-size: 15px;
    line-height: 1.9;
}

.hm-seo-section > p + p {
    margin-top: 12px;
}

.hm-seo-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.hm-seo-feature-grid article {
    position: relative;
    min-height: 170px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(50, 158, 255, .11);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(50, 158, 255, .04), #fff 55%);
}

.hm-seo-feature-grid article > span {
    display: block;
    margin-bottom: 12px;
    color: #329eff;
    font-size: 12px;
    font-weight: 900;
}

.hm-seo-feature-grid article p,
.hm-seo-compare-grid article p {
    margin: 8px 0 0;
    color: #657084;
    font-size: 13px;
    line-height: 1.75;
}

.hm-seo-example {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    margin: 22px 0 16px;
}

.hm-seo-example > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 124px;
    padding: 20px;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 18px;
    background: #f8fafc;
}

.hm-seo-example > div.is-korean {
    border-color: rgba(50, 158, 255, .18);
    background: rgba(50, 158, 255, .055);
}

.hm-seo-example small {
    margin-bottom: 8px;
    color: #8b95a7;
    font-size: 11px;
    font-weight: 800;
}

.hm-seo-example strong {
    color: #172033;
    font-size: 17px;
    line-height: 1.7;
}

.hm-seo-example-arrow {
    display: grid;
    place-items: center;
    color: #329eff;
    font-size: 20px;
    font-weight: 900;
}

.hm-seo-note {
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff9ef;
}

.hm-seo-note strong {
    color: #bd6a26;
}

.hm-seo-phrase-grid,
.hm-seo-compare-grid {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.hm-seo-phrase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-seo-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-seo-phrase-grid article,
.hm-seo-compare-grid article {
    padding: 18px;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 16px;
    background: #fff;
}

.hm-seo-phrase-grid article small {
    display: block;
    margin-bottom: 9px;
    color: #247fce;
    font-size: 11px;
    font-weight: 900;
}

.hm-seo-phrase-grid article strong,
.hm-seo-compare-grid article strong {
    display: block;
    color: #172033;
    font-size: 16px;
    line-height: 1.6;
}

.hm-seo-phrase-grid article span {
    display: block;
    margin-top: 8px;
    color: #6d7789;
    font-size: 13px;
    line-height: 1.6;
}

.hm-seo-table-wrap {
    width: 100%;
    margin-top: 20px;
    overflow-x: auto;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 16px;
}

.hm-seo-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    background: #fff;
}

.hm-seo-table th,
.hm-seo-table td {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(23, 32, 51, .07);
    color: #4c5668;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}

.hm-seo-table th {
    background: #f8fafc;
    color: #172033;
    font-weight: 900;
}

.hm-seo-table tbody tr:last-child td {
    border-bottom: 0;
}

.hm-seo-usecase-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.hm-seo-usecase-list span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(50, 158, 255, .07);
    color: #3d526b;
    font-size: 12px;
    font-weight: 800;
}

.hm-seo-tips {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: hm-seo-tip;
}

.hm-seo-tips li {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(150px, .75fr) minmax(0, 1.75fr);
    gap: 14px;
    align-items: center;
    min-height: 70px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8fafc;
    counter-increment: hm-seo-tip;
}

.hm-seo-tips li::before {
    content: counter(hm-seo-tip, decimal-leading-zero);
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #329eff;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.hm-seo-tips strong {
    color: #172033;
    font-size: 14px;
}

.hm-seo-tips span {
    color: #667185;
    font-size: 13px;
    line-height: 1.7;
}

.hm-seo-faq details {
    border-top: 1px solid rgba(23, 32, 51, .08);
}

.hm-seo-faq details:first-of-type {
    margin-top: 18px;
}

.hm-seo-faq summary {
    position: relative;
    padding: 18px 40px 18px 0;
    color: #172033;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.6;
    cursor: pointer;
    list-style: none;
}

.hm-seo-faq summary::-webkit-details-marker {
    display: none;
}

.hm-seo-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    color: #329eff;
    font-size: 22px;
    font-weight: 500;
}

.hm-seo-faq details[open] summary::after {
    content: "−";
}

.hm-seo-faq details p {
    margin: -3px 0 18px;
    padding-right: 32px;
    color: #667185;
    font-size: 13px;
    line-height: 1.8;
}

.hm-seo-cta {
    margin-top: 18px;
    padding: clamp(28px, 5vw, 50px);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(50, 158, 255, .13), rgba(50, 158, 255, .04));
    text-align: center;
}

.hm-seo-cta > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #247fce;
    font-size: 12px;
    font-weight: 900;
}

.hm-seo-cta p {
    margin: 0;
    color: #647084;
    font-size: 14px;
    line-height: 1.7;
}

.hm-seo-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 20px;
    padding: 10px 22px;
    border-radius: 999px;
    background: #329eff;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 9px 22px rgba(50, 158, 255, .22);
}

.hm-seo-cta a:hover {
    filter: brightness(.97);
}

@media (max-width: 820px) {
    .hm-seo {
        margin-top: 44px;
    }

    .hm-seo-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-seo-phrase-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hm-seo {
        margin-top: 36px;
    }

    .hm-seo-nav {
        padding: 10px;
        border-radius: 15px;
    }

    .hm-seo-section {
        padding: 22px 17px;
        border-radius: 19px;
    }

    .hm-seo-feature-grid,
    .hm-seo-compare-grid {
        grid-template-columns: 1fr;
    }

    .hm-seo-feature-grid article {
        min-height: 0;
    }

    .hm-seo-example {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hm-seo-example > div {
        min-height: 0;
        padding: 16px;
    }

    .hm-seo-example-arrow {
        min-height: 20px;
    }

    .hm-seo-tips li {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
    }

    .hm-seo-tips li span {
        grid-column: 2;
    }

    .hm-seo-faq summary {
        font-size: 13px;
    }
}

/* =========================================================
   SEO HERO
   ========================================================= */

.hm-app-intro-seo {
    padding-top: 14px;
    padding-bottom: 14px;
}

.hm-seo-hero-title {
    margin: 0;
    color: #132236;
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -0.035em;
}

/* 上の青文字 */
.hm-seo-hero-kicker {
    display: block;
    margin-bottom: 14px;

    color: #329eff;

    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

/* メイン見出し */
.hm-seo-hero-main {
    display: block;

    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.18;

    max-width: 900px;
}

/* H1下説明 */
.hm-seo-hero-description {
    max-width: 800px;

    margin: 22px 0 0;

    color: #667085;

    font-size: 16px;
    line-height: 1.9;
}


/* =========================
   SP
   ========================= */

@media (max-width: 767px) {

    .hm-app-intro-seo {
        padding-top: 4px;
        padding-bottom: 10px;
    }

    .hm-seo-hero-kicker {
        margin-bottom: 10px;

        font-size: 16px;
    }

    .hm-seo-hero-main {
        font-size: 22px;
        line-height: 1.22;
        letter-spacing: -0.03em;
    }

    .hm-seo-hero-description {
        margin-top: 16px;

        font-size: 14px;
        line-height: 1.8;
    }
}