/* ==========================================================================
   1. Reset & Base
   ========================================================================== */

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

/* ==========================================================================
   2. Design Tokens
   Breakpoints: mobile ≤768px | tablet ≤1023px | desktop ≥1024px
   ========================================================================== */

:root {
    --main-color: #2c5282;
    --main-color-hover: #1a365d;
    --accent-color: #fad552;
    --hero-highlight: #f0c848;
    --bg-light: #eef2f7;
    --text-alert: #dd5555;
    --cta-color: #fad552;
    --cta-color-hover: #f5c842;
    --cta-text: #1a365d;
    --cta-text-hover: #132d4a;
    --font-sans: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
    font-family: var(--font-sans);
    font-size: 17px;
    color: #333;
    line-height: 1.8;
    background-color: #fff;
}

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

/* ==========================================================================
   3. Layout
   ========================================================================== */

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 32px;
}

.text-center {
    text-align: center;
}

section {
    padding: 88px 0;
}

.section-title {
    font-family: var(--font-sans);
    font-size: 36px;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 56px;
    font-weight: bold;
    line-height: 1.55;
}

.section-title-accent {
    color: #ea580c;
}

.section-title-sub {
    font-size: 0.68em;
    font-weight: 600;
}

/* ==========================================================================
   4. Components
   ========================================================================== */

/* --- Header --- */
header {
    background: #fff;
    padding: 6px 0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-brand {
    flex-shrink: 0;
    text-decoration: none;
    color: inherit;
}

.header-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 110px;
}

.header-tagline {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    margin-bottom: 6px;
}

.header-company {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: var(--main-color);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .header-company {
        background: linear-gradient(120deg, #1a365d 0%, var(--main-color) 42%, #3d6a9e 78%, #4a7ab0 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

.header-right {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-shrink: 0;
}

.header-contact {
    text-align: right;
}

.header-hours {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
    line-height: 1.5;
}

.header-hours span {
    margin-left: 6px;
}

.header-tel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.header-tel__icon {
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.header-tel:hover {
    opacity: 0.85;
}

.header-cta {
    flex-shrink: 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    white-space: nowrap;
}

/* --- Hero --- */
.hero {
    background: linear-gradient(160deg, #eef2f7 0%, #f7f9fb 50%, #ffffff 100%);
    padding: 72px 0;
    position: relative;
    overflow: visible;
}

.hero-inner {
    display: grid;
    gap: 48px;
    align-items: stretch;
}

.hero-content {
    position: relative;
    overflow: visible;
}

.hero-image {
    position: relative;
    min-height: 280px;
    background: transparent;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 28%, #000 48%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 28%, #000 48%);
}

.hero-title {
    font-family: var(--font-sans);
    color: var(--main-color);
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 16px;
}

.hero-title-lead {
    display: inline-block;
    white-space: nowrap;
    background: #fff;
    padding: 8px 14px;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.45;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    border: 1px solid rgba(44, 82, 130, 0.14);
    box-shadow: 0 2px 14px rgba(44, 82, 130, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
}

.hero-title-lead__accent {
    color: #5EAB45;
}

.hero-br-sp {
    display: none;
}

.hero-title .hero-title-particle {
    display: inline-block;
    white-space: nowrap;
    padding: 4px 0;
    color: var(--main-color);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-shadow:
        0 0 10px rgba(255, 255, 255, 1),
        0 0 24px rgba(255, 255, 255, 0.9),
        0 0 40px rgba(255, 255, 255, 0.7),
        0 2px 8px rgba(255, 255, 255, 0.6);
}

.hero-title .hero-title-particle .section-title-accent {
    color: #ea580c;
}

.hero-title-main {
    display: block;
    margin-bottom: 10px;
}

.hero-title-main__line {
    font-size: 36px;
    color: var(--main-color);
    line-height: 1.45;
}

.hero-title-main__line--accent {
    font-size: 46px;
    color: var(--hero-highlight);
    line-height: 1.35;
}

.hero-title-sub {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.5;
    background: linear-gradient(transparent 62%, rgba(245, 200, 66, 0.42) 62%);
    padding: 0 4px;
}


.hero-points {
    margin-bottom: 28px;
    max-width: 600px;
}

.hero-points__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
}

.hero-points__item {
    flex: 0 0 96px;
    width: 96px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid var(--accent-color);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 6px;
    font-size: 14px;
    font-weight: bold;
    color: var(--main-color);
    line-height: 1.5;
}

.hero-desc {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    max-width: 600px;
    line-height: 1.85;
    color: #444;
}

.hero-desc-mark {
    color: #222;
    font-weight: 700;
}

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

/* --- CTA Buttons (shared) --- */
.cta-btn-wrap {
    margin-top: 32px;
}

.cta-btn-group {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cta-btn-label {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
}

.cta-btn,
.web-box-btn {
    display: inline-block;
    background: var(--cta-color);
    color: var(--cta-text);
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    transition: background-color 0.2s;
}

.cta-btn {
    padding: 20px 50px;
    font-size: 21px;
}

.hero .cta-btn,
.header-cta,
.contact-form__submit,
.floating-contact--form,
.floating-contact--desktop {
    color: var(--cta-text);
    font-weight: 800;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.75),
        0 2px 3px rgba(26, 54, 93, 0.12);
}

.hero .cta-btn,
.header-cta,
.contact-form__submit {
    background: linear-gradient(180deg, #fff8c8 0%, var(--cta-color) 45%, #f2cc4a 100%);
    box-shadow:
        0 4px 12px rgba(44, 82, 130, 0.1),
        0 10px 26px rgba(232, 168, 32, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.hero .cta-btn {
    letter-spacing: 0.03em;
}

.hero .cta-btn:hover,
.header-cta:hover,
.contact-form__submit:hover,
.floating-contact--form:hover,
.floating-contact--desktop:hover {
    color: var(--cta-text-hover);
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8),
        0 2px 4px rgba(26, 54, 93, 0.16);
}

.hero .cta-btn:hover,
.header-cta:hover,
.contact-form__submit:hover {
    background: linear-gradient(180deg, #fff0a8 0%, var(--cta-color-hover) 45%, #e8b830 100%);
    transform: translateY(-4px);
    box-shadow:
        0 8px 18px rgba(44, 82, 130, 0.12),
        0 18px 38px rgba(232, 168, 32, 0.28);
}

.hero .cta-btn:active,
.header-cta:active,
.contact-form__submit:active {
    transform: translateY(-1px);
    box-shadow:
        0 4px 10px rgba(44, 82, 130, 0.1),
        0 8px 20px rgba(232, 168, 32, 0.18);
}

.cta-btn:hover,
.web-box-btn:hover {
    background: var(--cta-color-hover);
}

/* --- Problem --- */
.problem-bg {
    background-color: var(--bg-light);
}

.problem-list {
    list-style: none;
    margin: 0 auto 48px;
    padding: 28px 32px;
    max-width: 720px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(44, 82, 130, 0.12);
    box-shadow: 0 4px 20px rgba(44, 82, 130, 0.08);
}

.problem-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(44, 82, 130, 0.1);
}

.problem-item:first-child {
    padding-top: 0;
}

.problem-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.problem-item__check {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-top: 2px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.problem-item__body h3 {
    font-size: 17px;
    color: var(--main-color);
    margin: 0 0 8px;
    font-weight: bold;
    line-height: 1.5;
}

.problem-item__accent {
    color: #EA580B;
}

.problem-item__body p {
    font-size: 16px;
    color: #444;
    margin: 0;
    line-height: 1.8;
}

.problem-summary {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
    padding-top: 24px;
    line-height: 1.9;
    color: var(--main-color);
}

/* --- About --- */
.about-intro {
    background: #ea580c;
    color: #fff;
    display: inline-block;
    padding: 10px 28px;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.45;
}

.about-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
    text-align: center;
}

.about-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 20px 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(44, 82, 130, 0.08);
    overflow: visible;
}

.about-step__num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
}

.about-step__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.45;
    margin: 0 0 16px;
    padding-bottom: 12px;
    width: 100%;
    border-bottom: 2px solid #f5c842;
}

.about-step__illus {
    width: 100%;
    max-width: 260px;
    margin: 8px 0 16px;
    line-height: 0;
}

.about-step__illus img {
    width: 100%;
    height: auto;
    display: block;
}

.about-step__desc {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin: 0;
    width: 100%;
}

.about-summary {
    max-width: 720px;
    margin: 48px auto 0;
    padding: 32px 36px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(44, 82, 130, 0.12);
    box-shadow: 0 4px 20px rgba(44, 82, 130, 0.08);
}

.about-summary__title {
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.55;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(234, 88, 12, 0.35);
}

.about-summary__text {
    font-size: 16px;
    color: #444;
    line-height: 1.9;
    margin: 0;
    text-align: left;
}

.about-summary__text strong {
    color: var(--main-color);
    font-weight: 700;
}

/* --- Benefits --- */
.benefit-section {
    background: #fffbeb;
}

.benefit-section .section-title {
    margin-bottom: 48px;
}

.benefit-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 3px solid #fdba74;
    border-bottom: 3px solid #fdba74;
}

.benefit-item {
    padding: 40px 32px;
    text-align: center;
    border-right: 1px solid rgba(44, 82, 130, 0.12);
}

.benefit-item:nth-child(2n) {
    border-right: none;
}

.benefit-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(44, 82, 130, 0.12);
}

.benefit-item__num {
    font-family: var(--font-sans);
    font-size: 52px;
    font-weight: bold;
    color: #fdba74;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}

.benefit-item h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #2c5282;
    margin-bottom: 14px;
    line-height: 1.5;
    padding: 8px 18px;
    background: #fff;
    border: 1px solid rgba(253, 186, 116, 0.35);
    box-shadow: 0 2px 10px rgba(44, 82, 130, 0.07);
}

.benefit-item p {
    font-size: 16px;
    color: #3d4f63;
    line-height: 1.8;
    margin: 0;
}

.benefit-message {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 48px;
    padding: 32px 36px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(245, 200, 66, 0.45);
    box-shadow: 0 8px 28px rgba(44, 82, 130, 0.08);
}

.benefit-message__img {
    flex: 0 0 44%;
    line-height: 0;
    border-radius: 8px;
    overflow: hidden;
}

.benefit-message__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.benefit-message__body {
    flex: 1;
    padding-left: 8px;
    border-left: 4px solid var(--accent-color);
}

.benefit-message__text {
    font-family: var(--font-sans);
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color);
    line-height: 1.75;
    margin: 0;
    padding-left: 24px;
}

/* --- Not Fit --- */
.not-fit-section {
    background: #f5f7fa;
}

.not-fit-box {
    background: #fff;
    border-radius: 12px;
    padding: 48px 44px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 32px rgba(51, 65, 85, 0.06);
}

.not-fit-intro {
    display: grid;
    grid-template-columns: 130px minmax(0, 560px);
    grid-template-areas:
        "img title"
        "img lead";
    column-gap: 32px;
    row-gap: 20px;
    align-items: end;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 0 12px;
}

.not-fit-intro__img {
    grid-area: img;
    line-height: 0;
    align-self: end;
}

.not-fit-intro__img img {
    width: 100%;
    height: auto;
    display: block;
}

.not-fit-intro__title {
    grid-area: title;
    text-align: center;
}

.not-fit-intro__accent {
    color: #0f766e;
    font-weight: 800;
    background: #ecfdf5;
    padding: 2px 10px;
    border-bottom: 3px solid #0d9488;
}

.not-fit-intro__lead {
    grid-area: lead;
    text-align: center;
}

.not-fit-box .section-title {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.6;
    color: #475569;
}

.not-fit-lead {
    font-size: 17px;
    color: #555;
    max-width: none;
    margin: 0;
    line-height: 1.85;
}

.not-fit-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    margin-bottom: 36px;
}

.not-fit-item {
    background: #f8fafc;
    border-left: 4px solid #0d9488;
    padding: 22px 26px;
    border-radius: 0 8px 8px 0;
}

.not-fit-item h3 {
    font-size: 17px;
    color: #475569;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.5;
}

.not-fit-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.75;
    margin: 0;
}

.not-fit-closing {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #475569;
    line-height: 1.85;
    max-width: 760px;
    margin: 0 auto;
}

.not-fit-br-sp {
    display: none;
}

/* --- Reasons --- */
.reason-bg {
    background: linear-gradient(160deg, #eef2f7 0%, #f7f9fb 45%, #ffffff 100%);
}

.reason-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.reason-item {
    background: #fff;
    padding: 28px 32px;
    border-radius: 8px;
    border: 1px solid rgba(245, 200, 66, 0.45);
    box-shadow: 0 4px 20px rgba(44, 82, 130, 0.08);
}

.reason-item__label {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 12px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.reason-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.5;
    color: #ea580c;
}

.reason-item p:not(.reason-item__label) {
    font-size: 16px;
    color: #555;
    line-height: 1.75;
}

/* --- Greeting --- */
.greeting-section {
    padding: 88px 0;
    background: #fff;
}

.greeting-flex {
    display: flex;
    gap: 48px;
    align-items: center;
}

.greeting-img {
    flex: 0 0 42%;
    max-width: 420px;
    text-align: center;
}

.greeting-photo-wrap {
    width: 100%;
    max-width: 360px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    line-height: 0;
    -webkit-mask-image: radial-gradient(circle at center, #000 68%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0.25) 92%, transparent 100%);
    mask-image: radial-gradient(circle at center, #000 68%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0.25) 92%, transparent 100%);
}

.greeting-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 20%;
}

.greeting-caption {
    margin-top: 14px;
    font-weight: bold;
    font-size: 16px;
    color: var(--main-color);
}

.greeting-text {
    flex: 1;
    min-width: 0;
}

.greeting-text h3 {
    font-size: 22px;
    color: var(--main-color);
    margin-bottom: 24px;
    line-height: 1.6;
}

.greeting-text p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
}

/* --- Flow --- */
.flow-bg {
    background: var(--bg-light);
}

.flow-bg .section-title {
    margin-bottom: 48px;
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.flow-item {
    background: #fff;
    padding: 28px 22px 24px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(44, 82, 130, 0.14);
    box-shadow: 0 4px 18px rgba(44, 82, 130, 0.08);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}

.flow-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid var(--accent-color);
    z-index: 1;
}

.flow-item__badge {
    display: inline-block;
    background: #ea580c;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.08em;
    flex-shrink: 0;
}

.flow-item h3 {
    font-size: 17px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 12px;
    line-height: 1.5;
    width: 100%;
}

.flow-item h3 br {
    display: none;
}

.flow-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    text-align: left;
    margin: 0;
    width: 100%;
}

/* --- FAQ --- */
.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-q {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--bg-light);
    padding: 20px 28px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    color: var(--main-color);
    line-height: 1.6;
}

.faq-q__badge {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ea580c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.faq-q__text {
    flex: 1;
    padding-top: 6px;
}

.faq-a {
    padding: 20px 28px;
    border-top: 1px solid #ddd;
    background: #fff;
    font-size: 17px;
    line-height: 1.8;
}

/* --- Footer CTA --- */
.footer-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 72px 0;
    text-align: center;
    background:
        radial-gradient(ellipse 90% 55% at 50% -10%, rgba(255, 255, 255, 0.1) 0%, transparent 58%),
        radial-gradient(ellipse 45% 35% at 15% 85%, rgba(255, 255, 255, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse 45% 35% at 85% 75%, rgba(120, 170, 220, 0.1) 0%, transparent 55%),
        linear-gradient(165deg, #1a365d 0%, var(--main-color) 42%, #234e77 100%);
}

.footer-cta::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(720px, 95vw);
    height: 280px;
    transform: translate(-50%, -55%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.07) 0%, transparent 68%);
    pointer-events: none;
}

.footer-cta .container {
    position: relative;
    z-index: 1;
}

.footer-cta h2 {
    font-family: var(--font-sans);
    font-size: 32px;
    line-height: 1.55;
    font-weight: bold;
}

.footer-cta > .container > p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.cta-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    text-align: left;
}

.contact-form {
    width: 100%;
    max-width: 520px;
    background: #fff;
    color: #333;
    padding: 28px 32px 32px;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.contact-form__heading {
    font-size: 17px;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
    line-height: 1.65;
    margin-bottom: 24px;
}

.contact-form__field {
    margin-bottom: 18px;
}

.contact-form__field label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 6px;
}

.contact-form__required {
    font-size: 12px;
    font-weight: bold;
    color: #ea580c;
    margin-left: 4px;
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #ccd5e0;
    border-radius: 6px;
    line-height: 1.5;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
    outline: none;
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgba(44, 82, 130, 0.15);
}

.contact-form__field textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-form__field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232c5282' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.contact-form__note {
    font-size: 12px;
    color: #666;
    line-height: 1.65;
    margin-top: 6px;
    font-weight: normal;
}

.contact-form__submit {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 18px 24px;
    font-size: 18px;
    font-family: inherit;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.contact-form__privacy {
    margin-top: 16px;
    text-align: center;
    font-size: 13px;
}

.contact-form__privacy a {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contact-form__privacy a:hover {
    opacity: 0.8;
}

/* --- Footer --- */
footer {
    background: #f8f9fa;
    padding: 48px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.85;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e0e0e0;
}

.footer-info {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.footer-info p {
    margin: 0 0 6px;
}

.footer-info p:last-child {
    margin-bottom: 0;
}

.footer-company {
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 14px !important;
}

.footer-company-en {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #888;
    margin-top: 4px;
    letter-spacing: 0.04em;
}

.footer-info a {
    color: var(--main-color);
    text-decoration: none;
}

.footer-info a:hover {
    text-decoration: underline;
}

.footer-links {
    flex-shrink: 0;
    text-align: right;
    padding-top: 4px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.footer-copy {
    margin: 24px 0 0;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.footer-br-sp {
    display: none;
}

/* --- Floating Contact --- */
.floating-contact-wrap {
    display: none;
}

.floating-contact-bar {
    display: none;
}

.floating-contact--desktop {
    display: none;
}

.floating-contact__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-contact__text {
    display: flex;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.floating-contact__icon {
    display: block;
    flex-shrink: 0;
}

/* --- Floating Contact: Mobile --- */
@media (max-width: 1023px) {
    .floating-contact-wrap {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 900;
        padding: 0;
        padding-bottom: env(safe-area-inset-bottom, 0px);
        pointer-events: none;
        opacity: var(--floating-opacity, 0);
        transition: opacity 0.4s ease-out;
    }

    .floating-contact-bar {
        display: flex;
        gap: 0;
        width: 100%;
        transform: translateY(calc((1 - var(--floating-opacity, 0)) * 120%));
        transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        pointer-events: none;
    }

    .floating-contact {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex: 1;
        min-height: 76px;
        padding: 18px 12px;
        border-radius: 0;
        text-decoration: none;
        border: none;
        pointer-events: auto;
        transition: background 0.25s ease, box-shadow 0.25s ease;
    }

    .floating-contact--desktop {
        display: none;
    }

    .floating-contact--tel {
        background: linear-gradient(180deg, #e8f8e0 0%, #5eab45 45%, #4a9638 100%);
        color: #fff;
        font-weight: 800;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        border-top: 2px solid #7bc46a;
        border-right: 1px solid rgba(74, 150, 56, 0.3);
        box-shadow:
            0 -4px 12px rgba(74, 150, 56, 0.15),
            inset 0 2px 6px rgba(255, 255, 255, 0.35),
            inset 0 -3px 8px rgba(45, 100, 35, 0.2);
    }

    .floating-contact--tel:active {
        background: linear-gradient(180deg, #d4f0c8 0%, #52a03c 45%, #3d852e 100%);
        box-shadow:
            0 -2px 8px rgba(74, 150, 56, 0.12),
            inset 0 2px 6px rgba(255, 255, 255, 0.3),
            inset 0 -2px 6px rgba(45, 100, 35, 0.22);
    }

    .floating-contact--form {
        background: linear-gradient(180deg, #fff8c8 0%, var(--cta-color) 45%, #f2cc4a 100%);
        color: var(--cta-text);
        border-top: 2px solid var(--accent-color);
        box-shadow:
            0 -4px 12px rgba(44, 82, 130, 0.1),
            0 -14px 32px rgba(232, 168, 32, 0.22),
            inset 0 2px 6px rgba(255, 255, 255, 0.45),
            inset 0 -3px 8px rgba(160, 115, 15, 0.12);
    }

    .floating-contact--form:active {
        background: linear-gradient(180deg, #fff0a8 0%, var(--cta-color-hover) 45%, #e8b830 100%);
        box-shadow:
            0 -2px 8px rgba(44, 82, 130, 0.08),
            0 -8px 20px rgba(232, 168, 32, 0.16),
            inset 0 2px 6px rgba(255, 255, 255, 0.4),
            inset 0 -2px 6px rgba(160, 115, 15, 0.14);
    }

    .floating-contact--tel .floating-contact__text,
    .floating-contact--form .floating-contact__text {
        font-size: 14px;
        line-height: 1.25;
        white-space: nowrap;
    }

    .floating-contact--tel .floating-contact__icon {
        filter: brightness(0) invert(1);
    }
}

@keyframes floating-contact-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes floating-contact-shadow {
    0%,
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.45;
    }

    50% {
        transform: translateX(-50%) scale(0.82);
        opacity: 0.28;
    }
}

@media (min-width: 1024px) {
    .floating-contact-wrap {
        display: block;
        position: fixed;
        bottom: 36px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1000px;
        padding: 0 32px;
        z-index: 900;
        pointer-events: none;
        opacity: var(--floating-opacity, 0);
        transition: opacity 0.45s ease-out;
    }

    .floating-contact-bar {
        display: none;
    }

    .floating-contact--desktop {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        bottom: 0;
        pointer-events: auto;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: linear-gradient(145deg, #fff8c8 0%, var(--cta-color) 48%, #f2cc4a 100%);
        text-decoration: none;
        font-weight: bold;
        border: 2px solid var(--accent-color);
        box-shadow:
            0 4px 12px rgba(44, 82, 130, 0.1),
            0 14px 32px rgba(232, 168, 32, 0.22),
            0 28px 56px rgba(44, 82, 130, 0.1),
            inset 0 2px 6px rgba(255, 255, 255, 0.4);
        animation: floating-contact-float 3.2s ease-in-out infinite;
        transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

    .floating-contact-wrap.is-fading .floating-contact--desktop {
        animation: none;
        transform: translateY(calc((1 - var(--floating-opacity, 0)) * 24px));
        transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.45s ease-out;
    }

    .floating-contact--desktop::after {
        content: "";
        position: absolute;
        bottom: -16px;
        left: 50%;
        width: 70%;
        height: 14px;
        border-radius: 50%;
        background: rgba(44, 82, 130, 0.22);
        filter: blur(10px);
        pointer-events: none;
        animation: floating-contact-shadow 3.2s ease-in-out infinite;
    }

    .floating-contact-wrap.is-fading .floating-contact--desktop::after {
        animation: none;
        opacity: calc(var(--floating-opacity, 0) * 0.45);
        transform: translateX(-50%) scale(calc(0.82 + var(--floating-opacity, 0) * 0.18));
        transition: opacity 0.45s ease-out, transform 0.45s ease-out;
    }

    .floating-contact--desktop:hover {
        background: linear-gradient(145deg, #fff0a8 0%, var(--cta-color-hover) 48%, #e8b830 100%);
        animation: none;
        transform: translateY(-10px);
        box-shadow:
            0 8px 18px rgba(44, 82, 130, 0.12),
            0 20px 40px rgba(232, 168, 32, 0.3),
            0 36px 64px rgba(44, 82, 130, 0.12),
            inset 0 2px 6px rgba(255, 255, 255, 0.5);
    }

    .floating-contact--desktop:hover::after {
        animation: none;
        transform: translateX(-50%) scale(0.78);
        opacity: 0.22;
    }

    .floating-contact--desktop .floating-contact__text {
        flex-direction: column;
        gap: 4px;
        line-height: 1.25;
    }

    .floating-contact--desktop .floating-contact__label,
    .floating-contact--desktop .floating-contact__main {
        font-size: 17px;
    }

    .floating-contact--desktop .floating-contact__main::after {
        content: none;
    }
}

/* ==========================================================================
   5. Responsive
   ========================================================================== */

/* --- Desktop (≥1024px) --- */
@media (min-width: 1024px) {
    .hero {
        overflow: visible;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 0;
        position: relative;
        align-items: center;
    }

    .hero-content {
        grid-column: 1;
        grid-row: 1;
        z-index: 2;
        max-width: 52%;
        align-self: center;
        padding-right: 16px;
    }

    .hero-image {
        grid-column: 1;
        grid-row: 1;
        z-index: 1;
        justify-self: end;
        align-self: center;
        width: 72%;
        height: 112%;
        min-height: 0;
        margin-left: 28%;
    }

    .hero-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-position: 60% center;
        -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 22%, rgba(0, 0, 0, 0.85) 38%, #000 52%);
        mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 22%, rgba(0, 0, 0, 0.85) 38%, #000 52%);
    }

    .hero-points__item {
        flex: 0 0 104px;
        width: 104px;
        font-size: 16px;
        padding: 12px 8px;
    }

    .reason-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* --- Tablet & Mobile (≤1023px) --- */
@media (max-width: 1023px) {
    .hero {
        padding-top: 0;
        padding-bottom: 48px;
    }

    .hero-inner {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .hero-image {
        order: -1;
        width: calc(100% + 40px);
        max-width: 100vw;
        min-height: 0;
        margin: 0 -20px;
    }

    .hero-image img {
        position: static;
        width: 100%;
        aspect-ratio: 5 / 3;
        height: auto;
        object-position: center;
        -webkit-mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
    }

    .hero-content {
        position: relative;
        z-index: 2;
        width: 100%;
        margin-top: calc((100vw * 3 / 5) * -0.2);
        padding: 0;
    }

    .hero-title {
        width: 100%;
        text-shadow: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-title-lead {
        display: block;
        width: 100%;
        font-size: clamp(11px, 2.8vw, 22px);
        padding: 6px 10px;
        margin-bottom: 8px;
        box-shadow: 0 2px 12px rgba(44, 82, 130, 0.14), 0 1px 3px rgba(0, 0, 0, 0.08);
        text-align: center;
        box-sizing: border-box;
        white-space: normal;
    }

    .hero-title .hero-title-particle {
        font-size: clamp(18px, 5.6vw, 40px);
        padding: 4px 0;
        white-space: normal;
        text-align: center;
        width: 100%;
    }

    .hero-title-main__line {
        font-size: clamp(20px, 6.8vw, 36px);
    }

    .hero-title-main__line--accent {
        font-size: clamp(24px, 8.4vw, 46px);
    }

    .hero-title-sub {
        font-size: clamp(16px, 4.8vw, 22px);
    }

    .hero-desc {
        font-size: 16px;
        margin-bottom: 28px;
        line-height: 1.8;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .cta-btn-wrap {
        display: flex;
        justify-content: center;
    }

    .hero-points {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .hero-points__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .hero-points__item {
        width: 100%;
        max-width: none;
        flex: none;
        aspect-ratio: auto;
        min-height: 32px;
        border-radius: 8px;
        font-size: 14px;
        padding: 8px 8px;
        line-height: 1.45;
        border-width: 1.5px;
        background: #fff;
    }

    .about-intro {
        display: block;
        max-width: 100%;
        font-size: clamp(22px, 5.8vw, 28px);
        padding: 10px 20px;
    }
}

/* --- Mobile (≤768px) --- */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    section {
        padding: 64px 0;
    }

    /* Typography */
    .section-title {
        font-size: clamp(18px, 7.5vw, 24px);
        margin-bottom: 40px;
        max-width: 100%;
        padding: 0 2px;
        overflow-wrap: anywhere;
    }

    .not-fit-box .section-title {
        font-size: clamp(16px, 4.6vw, 21px);
    }

    .footer-cta h2 {
        font-size: clamp(18px, 5vw, 24px);
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .greeting-text h3 {
        font-size: clamp(16px, 4.5vw, 19px);
        overflow-wrap: anywhere;
    }

    .problem-summary {
        font-size: clamp(17px, 4.6vw, 20px);
        padding-left: 4px;
        padding-right: 4px;
    }

    /* Header */
    header {
        padding: 4px 0;
    }

    .header-inner {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 0;
    }

    .header-brand {
        width: auto;
        text-align: center;
    }

    .header-logo {
        max-height: 72px;
        margin: 0 auto;
    }

    .header-right {
        display: none;
    }

    /* Hero */
    .hero-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-title-lead {
        display: block;
        width: 100%;
        padding: 8px 12px;
        text-align: center;
        box-sizing: border-box;
    }

    .hero-br-sp {
        display: block;
    }

    .hero-desc-br-sp {
        display: block;
    }

    .hero-title .hero-title-particle {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        text-align: center;
        font-size: clamp(22px, calc((100vw - 40px) / 14), 34px);
        letter-spacing: 0.02em;
        line-height: 1.35;
    }

    .hero-desc {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    /* Hero CTA */
    .cta-btn-group {
        width: 100%;
    }

    .cta-btn {
        width: 100%;
        padding: 18px 14px;
        font-size: clamp(16px, 4.5vw, 19px);
        text-align: center;
    }

    .hero .cta-btn {
        letter-spacing: 0.01em;
        white-space: nowrap;
    }

    .hero-points__item br {
        display: none;
    }

    .hero-points__list {
        gap: 0;
        border: 1.5px solid var(--accent-color);
    }

    .hero-points__item {
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .hero-points__item:nth-child(odd) {
        border-right: 1.5px solid var(--accent-color);
    }

    .hero-points__item:nth-child(-n+2) {
        border-bottom: 1.5px solid var(--accent-color);
    }

    .about-summary {
        margin-top: 32px;
        padding: 24px 20px;
    }

    .about-summary__title {
        font-size: clamp(18px, 4.8vw, 22px);
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .about-summary__text {
        font-size: 15px;
    }

    /* Grids → single column */
    .about-steps,
    .benefit-list,
    .not-fit-list,
    .reason-grid,
    .flow-grid,
    .cta-container,
    .greeting-flex {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .contact-form {
        max-width: 100%;
        padding: 24px 20px;
    }

    .contact-form__heading {
        font-size: 16px;
    }

    .contact-form__submit {
        font-size: 17px;
        padding: 16px 20px;
    }

    /* Benefits */
    .benefit-item {
        padding: 32px 24px;
        border-right: none;
        border-bottom: 1px solid rgba(44, 82, 130, 0.12);
    }

    .benefit-item:last-child {
        border-bottom: none;
    }

    .benefit-item__num {
        font-size: 44px;
        margin-bottom: 16px;
    }

    .benefit-message {
        flex-direction: column;
        gap: 24px;
        margin-top: 32px;
        padding: 24px 20px;
    }

    .benefit-message__img {
        flex: none;
        width: 100%;
    }

    .benefit-message__body {
        padding-left: 0;
        border-left: none;
        border-top: 3px solid var(--accent-color);
        padding-top: 20px;
    }

    .benefit-message__text {
        font-size: 20px;
        padding-left: 0;
        text-align: center;
    }

    /* Not Fit */
    .not-fit-box {
        padding: 32px 20px;
    }

    .not-fit-intro {
        grid-template-columns: 80px 1fr;
        grid-template-areas:
            "title title"
            "img lead";
        column-gap: 16px;
        row-gap: 16px;
        align-items: start;
        margin-bottom: 32px;
        max-width: 100%;
        padding: 0;
    }

    .not-fit-intro__img {
        align-self: end;
    }

    .not-fit-intro__title {
        margin-bottom: 0;
    }

    .not-fit-intro__lead {
        text-align: left;
        font-size: 15px;
        align-self: center;
    }

    .not-fit-br-sp {
        display: block;
    }

    /* Flow */
    .flow-item:not(:last-child)::after {
        display: none;
    }

    .flow-item {
        padding: 24px 20px;
        border-left: 4px solid var(--accent-color);
        align-items: flex-start;
        text-align: left;
    }

    .flow-item__badge {
        margin-bottom: 12px;
    }

    .flow-item h3 {
        font-size: 16px;
        text-align: left;
    }

    /* Greeting */
    .greeting-flex {
        gap: 32px;
    }

    .greeting-img {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .greeting-photo-wrap {
        max-width: 320px;
        margin: 0 auto;
    }

    .greeting-section {
        padding: 64px 0;
    }

    /* Footer */
    .footer-inner {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .footer-info {
        text-align: center;
    }

    .footer-links {
        align-self: center;
        text-align: center;
        padding-top: 0;
    }

    .footer-br-sp {
        display: block;
    }
}

/* --- Privacy Policy Page --- */
.privacy-page .privacy-main {
    padding: 56px 0 88px;
    background: var(--bg-light);
}

.privacy-content {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 48px 56px 56px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(44, 82, 130, 0.08);
}

.privacy-title {
    font-size: 32px;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 32px;
    font-weight: bold;
    line-height: 1.5;
}

.privacy-intro {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section:last-of-type {
    margin-bottom: 32px;
}

.privacy-section h2 {
    font-size: 20px;
    color: var(--main-color);
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent-color);
}

.privacy-subtitle {
    font-size: 17px;
    color: var(--main-color);
    font-weight: bold;
    margin: 24px 0 12px;
    line-height: 1.55;
}

.privacy-section p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 12px;
}

.privacy-section p:last-child {
    margin-bottom: 0;
}

.privacy-list {
    margin: 12px 0 0;
    padding-left: 1.4em;
    list-style: disc;
}

.privacy-list li {
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 6px;
}

.privacy-list li:last-child {
    margin-bottom: 0;
}

.privacy-dl {
    margin-top: 12px;
}

.privacy-dl__row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px 20px;
    padding: 14px 0;
    border-bottom: 1px solid #e8ecf0;
    font-size: 16px;
    line-height: 1.75;
}

.privacy-dl__row:first-child {
    border-top: 1px solid #e8ecf0;
}

.privacy-dl dt {
    font-weight: bold;
    color: var(--main-color);
}

.privacy-dl dd {
    margin: 0;
}

.privacy-dl a,
.privacy-content a {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.privacy-dl a:hover,
.privacy-content a:hover {
    opacity: 0.85;
}

.privacy-note {
    margin-top: 16px !important;
    font-size: 15px;
    color: #555;
}

.privacy-contact {
    margin-top: 20px;
    padding: 24px 28px;
    background: var(--bg-light);
    border-radius: 8px;
}

.privacy-contact__title {
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 8px !important;
}

.privacy-enacted {
    text-align: right;
    font-size: 15px;
    color: #666;
    margin-bottom: 32px;
}

.privacy-back {
    text-align: center;
    margin: 0;
}

.privacy-back__link {
    display: inline-block;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: bold;
    color: var(--main-color);
    text-decoration: none;
    border: 2px solid var(--main-color);
    border-radius: 8px;
    transition: background-color 0.2s, color 0.2s;
}

.privacy-back__link:hover {
    background: var(--main-color);
    color: #fff;
}

@media (max-width: 768px) {
    .privacy-page .privacy-main {
        padding: 40px 0 64px;
    }

    .privacy-content {
        padding: 32px 24px 40px;
        border-radius: 0;
        box-shadow: none;
    }

    .privacy-title {
        font-size: clamp(22px, 6vw, 28px);
        margin-bottom: 24px;
    }

    .privacy-section h2 {
        font-size: 18px;
    }

    .privacy-dl__row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 16px 0;
    }
}

/* --- Thanks Page --- */
.thanks-page .thanks-main {
    padding: 56px 0 88px;
    background: var(--bg-light);
}

.thanks-content {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    padding: 48px 56px 56px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(44, 82, 130, 0.08);
    text-align: center;
}

.thanks-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: bold;
    color: var(--main-color);
    background: rgba(44, 82, 130, 0.08);
    border-radius: 999px;
}

.thanks-title {
    font-size: 32px;
    color: var(--main-color);
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 20px;
}

.thanks-br-sp {
    display: none;
}

.thanks-lead {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 36px;
    text-align: left;
}

.thanks-box {
    margin-bottom: 32px;
    padding: 28px 28px 24px;
    background: var(--bg-light);
    border-radius: 10px;
    text-align: left;
}

.thanks-box__title {
    font-size: 18px;
    color: var(--main-color);
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.thanks-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thanks-steps__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(44, 82, 130, 0.1);
}

.thanks-steps__item:first-child {
    padding-top: 0;
}

.thanks-steps__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.thanks-steps__num {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.thanks-steps__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    padding-top: 3px;
}

.thanks-contact {
    margin-bottom: 36px;
    padding: 24px;
    border: 2px solid rgba(44, 82, 130, 0.12);
    border-radius: 10px;
}

.thanks-contact__lead {
    font-size: 15px;
    margin-bottom: 12px;
}

.thanks-contact__tel {
    margin-bottom: 8px;
}

.thanks-contact__tel a {
    font-size: 28px;
    font-weight: bold;
    color: var(--main-color);
    text-decoration: none;
    letter-spacing: 0.04em;
}

.thanks-contact__tel a:hover {
    opacity: 0.85;
}

.thanks-contact__hours {
    font-size: 14px;
    color: #666;
}

.thanks-actions {
    margin: 0;
}

.thanks-actions__btn {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: bold;
    color: var(--cta-text);
    text-decoration: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff8c8 0%, var(--cta-color) 45%, #f2cc4a 100%);
    box-shadow:
        0 4px 12px rgba(44, 82, 130, 0.1),
        0 10px 26px rgba(232, 168, 32, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.thanks-actions__btn:hover {
    background: linear-gradient(180deg, #fff0a8 0%, var(--cta-color-hover) 45%, #e8b830 100%);
    transform: translateY(-2px);
    box-shadow:
        0 8px 18px rgba(44, 82, 130, 0.12),
        0 18px 38px rgba(232, 168, 32, 0.28);
}

@media (max-width: 768px) {
    .thanks-page .thanks-main {
        padding: 40px 0 64px;
    }

    .thanks-content {
        padding: 32px 24px 40px;
        border-radius: 0;
        box-shadow: none;
    }

    .thanks-title {
        font-size: clamp(22px, 6vw, 28px);
    }

    .thanks-br-sp {
        display: block;
    }

    .thanks-contact__tel a {
        font-size: 24px;
    }

    .thanks-actions__btn {
        width: 100%;
        padding: 16px 24px;
    }
}
