@charset "utf-8";

/* ------------------------------------------
   glue 社労士LP 専用CSS（本体CSSに依存しない）
   トークンは本体サイトから踏襲:
   primary #398191 / bg #f1f4f5 / text #333 / th #e8f1d4
------------------------------------------ */

:root {
    --c-primary: #398191;
    --c-primary-dark: #2c6572;
    --c-bg: #f1f4f5;
    --c-text: #333;
    --c-th: #e9f1f3;
    --font-serif: "Shippori Mincho", serif;
    --font-sans: "Noto Sans JP", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    font-weight: 400;
    color: var(--c-text);
    line-height: 2;
    letter-spacing: .05em;
    word-wrap: break-word;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: var(--c-text);
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

strong {
    font-weight: 700;
}

.inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

.inner--narrow {
    max-width: 840px;
}

.pc-only { display: inline; }
.sp-only { display: none; }

/* ---------- header ---------- */

.lp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
}

.lp-header__logo img {
    width: 360px;
}

.lp-header__actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lp-header__tel {
    font-family: var(--font-serif);
    font-size: 18px;
    line-height: 1.3;
    text-align: right;
}

.lp-header__tel span {
    display: block;
    font-family: var(--font-sans);
    font-size: 12px;
    color: #777;
}

/* ---------- button ---------- */

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--c-primary);
    color: #fff;
    border: 1px solid var(--c-primary);
    border-radius: 10em;
    font-family: var(--font-serif);
    line-height: 1;
    padding: 16px 32px;
    transition: .3s all ease;
}

.button:hover {
    background: #fff;
    color: var(--c-primary);
}

.button--large {
    font-size: 18px;
    padding: 24px 48px;
}

/* ---------- hero ---------- */

.hero {
    background: linear-gradient(160deg, var(--c-bg) 0%, #fff 60%, var(--c-bg) 100%);
    padding: 90px 0 80px;
    text-align: center;
}

.hero__eyebrow {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    color: var(--c-primary);
    border: 1px solid var(--c-primary);
    border-radius: 10em;
    padding: 2px 20px;
    margin-bottom: 28px;
}

.hero__title {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 46px;
    line-height: 1.6;
    letter-spacing: .08em;
    margin-bottom: 28px;
}

.hero__lead {
    margin-bottom: 32px;
}

.hero__badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 40px;
}

.hero__badges li {
    background: #fff;
    border: 1px solid var(--c-primary);
    color: var(--c-primary);
    border-radius: 10em;
    font-size: 13px;
    line-height: 1.4;
    padding: 6px 18px;
}

/* ---------- section 共通 ---------- */

.section {
    padding: 90px 0;
}

.section--gray {
    background: var(--c-bg);
}

.section--teal {
    background: var(--c-primary);
    color: #fff;
}

.title-section {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 34px;
    letter-spacing: .08em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 56px;
}

.title-section .eng {
    display: block;
    font-size: 14px;
    letter-spacing: .2em;
    color: var(--c-primary);
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: lowercase;
}

.title-section--white,
.title-section--white .eng {
    color: #fff;
}

/* ---------- ② checklist ---------- */

.checklist {
    max-width: 760px;
    margin: 0 auto 40px;
}

.checklist li {
    background: #fff;
    border-radius: 8px;
    padding: 20px 24px 20px 60px;
    margin-bottom: 14px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
    line-height: 1.8;
}

.checklist li::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 26px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--c-primary);
    border-radius: 4px;
    background: #fff;
}

.checklist li::after {
    content: "✓";
    position: absolute;
    left: 25px;
    top: 20px;
    color: var(--c-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
}

.checklist__note {
    text-align: center;
    font-family: var(--font-serif);
    font-size: 20px;
    line-height: 2;
}

/* ---------- ③ why ---------- */

.why__body p {
    margin-bottom: 24px;
}

.why__conclusion {
    border-left: 4px solid var(--c-primary);
    background: var(--c-bg);
    padding: 24px 28px;
    font-family: var(--font-serif);
    font-size: 18px;
    line-height: 2;
}

/* ---------- ④ promise ---------- */

.promise {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.promise__card {
    background: #fff;
    color: var(--c-text);
    border-radius: 10px;
    padding: 40px 30px;
}

.promise__num {
    font-family: var(--font-serif);
    color: var(--c-primary);
    font-size: 30px;
    line-height: 1;
    margin-bottom: 16px;
}

.promise__card h3 {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: .06em;
    margin-bottom: 16px;
}

.promise__card p {
    font-size: 15px;
    line-height: 1.9;
}

/* ---------- ⑥ price ---------- */

.price-lead {
    margin-bottom: 32px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}

.price-table th,
.price-table td {
    padding: 18px 20px;
    border: 1px solid #d4d5d5;
    font-size: 16px;
    vertical-align: middle;
}

.price-table th {
    background: var(--c-th);
    text-align: left;
    font-weight: 400;
    width: 40%;
}

.price-table td {
    background: #fff;
    font-family: var(--font-serif);
    font-size: 18px;
}

.price-note {
    font-size: 13px;
    line-height: 2;
    color: #666;
}

/* ---------- ⑦ flow ---------- */

.flow__lead {
    text-align: center;
    margin-bottom: 48px;
}

.flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    counter-reset: step;
}

.flow li {
    background: #fff;
    border-radius: 10px;
    padding: 24px 18px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
    position: relative;
}

.flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid var(--c-primary);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    z-index: 2;
}

.flow__step {
    display: block;
    font-family: var(--font-serif);
    color: var(--c-primary);
    font-size: 13px;
    letter-spacing: .15em;
    margin-bottom: 6px;
}

.flow h3 {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.flow p {
    font-size: 13px;
    line-height: 1.8;
}

/* ---------- ⑧ profile ---------- */

.profile {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.profile__photo {
    width: 240px;
    flex-shrink: 0;
    border-radius: 8px;
}

.profile__name {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.profile__name span {
    display: block;
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 14px;
    color: var(--c-primary);
}

.profile__link {
    margin-top: 16px;
}

.profile__link a {
    color: var(--c-primary);
    border-bottom: 1px solid var(--c-primary);
}

/* ---------- ⑨ faq ---------- */

.faq dt {
    font-weight: 700;
    background: #fff;
    border-radius: 8px 8px 0 0;
    padding: 18px 24px 18px 58px;
    position: relative;
    line-height: 1.8;
    margin-top: 20px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
}

.faq dt::before {
    content: "Q";
    position: absolute;
    left: 22px;
    top: 16px;
    font-family: var(--font-serif);
    font-size: 20px;
    color: var(--c-primary);
    font-weight: 700;
}

.faq dd {
    background: #fff;
    border-radius: 0 0 8px 8px;
    border-top: 1px dashed #d4d5d5;
    padding: 18px 24px 22px 58px;
    position: relative;
    font-size: 15px;
    line-height: 1.9;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
}

.faq dd::before {
    content: "A";
    position: absolute;
    left: 22px;
    top: 16px;
    font-family: var(--font-serif);
    font-size: 20px;
    color: #b5651d;
    font-weight: 700;
}

/* ---------- ⑩ cta ---------- */

.cta {
    background: var(--c-primary);
    color: #fff;
    text-align: center;
    padding: 90px 0;
}

.cta__title {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 32px;
    letter-spacing: .08em;
    line-height: 1.6;
    margin-bottom: 24px;
}

.cta__lead {
    margin-bottom: 36px;
}

.cta .button--cta {
    background: #fff;
    color: var(--c-primary);
    border-color: #fff;
}

.cta .button--cta:hover {
    background: var(--c-primary);
    color: #fff;
}

.cta__tel {
    margin-top: 24px;
    font-size: 14px;
}

/* ---------- footer ---------- */

.lp-footer {
    background: var(--c-bg);
    padding: 60px 0;
    text-align: center;
    font-size: 14px;
    line-height: 2.2;
}

.lp-footer img {
    margin-bottom: 20px;
}

.lp-footer__links {
    margin-top: 16px;
}

.lp-footer__links a {
    color: var(--c-primary);
}

/* ---------- responsive ---------- */

@media screen and (max-width: 900px) {
    .promise {
        grid-template-columns: 1fr;
    }

    .flow {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }

    .flow li:not(:last-child)::after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -15px;
        transform: translateX(-50%) rotate(90deg);
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 1.8;
    }

    .pc-only { display: none; }
    .sp-only { display: inline; }

    .lp-header {
        padding: 10px 16px;
    }

    .lp-header__logo img {
        width: 180px;
    }

    .lp-header__tel {
        display: none;
    }

    .button--cta {
        padding: 12px 22px;
        font-size: 14px;
    }

    .button--large {
        font-size: 15px;
        padding: 18px 28px;
    }

    .hero {
        padding: 56px 0 60px;
    }

    .hero__title {
        font-size: 27px;
    }

    .hero__eyebrow {
        font-size: 11px;
        letter-spacing: .06em;
        padding: 2px 14px;
    }

    .section {
        padding: 60px 0;
    }

    .title-section {
        font-size: 24px;
        margin-bottom: 36px;
    }

    .checklist li {
        padding: 16px 18px 16px 52px;
    }

    .checklist li::before {
        left: 18px;
        top: 20px;
    }

    .checklist li::after {
        left: 21px;
        top: 14px;
    }

    .checklist__note {
        font-size: 17px;
    }

    .why__conclusion {
        font-size: 16px;
        padding: 18px 20px;
    }

    .profile {
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .profile__photo {
        width: 200px;
    }

    .cta__title {
        font-size: 23px;
    }

    .price-table th {
        width: 45%;
    }
}

/* ---------- 料金ページ専用（プラン比較表） ---------- */

.plan-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.plan-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.plan-table th,
.plan-table td {
    border: 1px solid #d4d5d5;
    padding: 12px 14px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.plan-table thead th {
    background: var(--c-primary);
    color: #fff;
    font-family: var(--font-serif);
    font-size: 16px;
    letter-spacing: .06em;
}

.plan-table thead th:first-child {
    background: #fff;
    border-top: none;
    border-left: none;
}

.plan-table .plan-desc td {
    font-size: 12px;
    line-height: 1.7;
    color: #666;
    text-align: left;
}

.plan-table tbody th {
    background: var(--c-th);
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
}

.plan-table .price-cell {
    font-family: var(--font-serif);
    font-size: 16px;
}

.plan-table .dot {
    color: var(--c-primary);
    font-size: 16px;
}

.section-lead {
    text-align: center;
    margin-bottom: 40px;
}

.option-list {
    max-width: 760px;
    margin: 0 auto;
}

.option-list li {
    background: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    margin-bottom: 12px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
    line-height: 1.9;
}

.option-list li span {
    font-family: var(--font-serif);
    color: var(--c-primary);
    display: block;
    font-size: 17px;
}

.link-banner {
    display: block;
    max-width: 760px;
    margin: 40px auto 0;
    background: #fff;
    border: 1px solid var(--c-primary);
    border-radius: 10px;
    padding: 24px 28px;
    text-align: center;
    transition: .3s all ease;
}

.link-banner:hover {
    background: var(--c-bg);
}

.link-banner strong {
    font-family: var(--font-serif);
    color: var(--c-primary);
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}

/* ---------- シンプル料金表（3列） ---------- */

.price-table--3col thead th {
    background: var(--c-primary);
    color: #fff;
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: center;
    width: auto;
}

.price-table--3col {
    table-layout: fixed;
    min-width: 720px;
}

.price-table--3col tbody th {
    width: 20%;
    text-align: left;
}

.price-table--3col td {
    text-align: center;
    width: 20%;
}

@media screen and (max-width: 767px) {
    .price-table--3col thead th {
        font-size: 13px;
        padding: 12px 8px;
    }

    .price-table--3col tbody th,
    .price-table--3col td {
        font-size: 14px;
        padding: 12px 10px;
    }
}

/* ---------- 参考年額の強調・青緑帯セクション ---------- */

.price-table--3col .em-cell {
    font-family: var(--font-serif);
    font-weight: 700;
    color: var(--c-primary);
    background: #f6fafb;
}

.section--teal .section-lead {
    color: #fff;
}

.section--teal .link-banner {
    border-color: #fff;
}

.section--teal .link-banner:hover {
    background: #fff;
}

.price-table--3col tbody th,
.price-table--3col tbody td {
    white-space: nowrap;
}

.price-table--3col thead th {
    white-space: nowrap;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: .02em;
    padding-left: 6px;
    padding-right: 6px;
}

.price-table--3col thead th span {
    display: block;
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 11px;
    letter-spacing: .04em;
    opacity: .85;
    line-height: 1.4;
}

/* ---------- ヘッダの日本語事務所名 ---------- */

.lp-header__brand {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.lp-header__sitename {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: 13px;
    color: #4a4a4a;
    letter-spacing: .04em;
    line-height: 1.5;
    border-left: 1px solid #ccc;
    padding-left: 16px;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .lp-header__brand {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .lp-header__sitename {
        border-left: none;
        padding-left: 0;
        font-size: 11px;
        line-height: 1.4;
    }
}


/* ---------- ヘッダのグローバルナビ ---------- */

.lp-header__nav {
    display: flex;
    gap: 24px;
    margin: 0 auto;
    padding: 0 24px;
}

.lp-header__nav a {
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--c-text);
    transition: .3s color ease;
}

.lp-header__nav a:hover {
    color: var(--c-primary);
}

@media screen and (max-width: 900px) {
    .lp-header__nav {
        display: none;
    }
}

/* ---------- ヘッダ密集時の折り返し防止 ---------- */

.lp-header__tel,
.lp-header .button--cta {
    white-space: nowrap;
}

.lp-header__nav {
    gap: 24px;
    padding: 0 16px;
}

@media screen and (max-width: 1400px) {
    .lp-header__tel {
        display: none;
    }
}

/* ヘッダ内ボタンの高さを本体帯(105px)に合わせて微調整 */
.lp-header .button--cta {
    padding: 13px 28px;
}
