.black {
    color: #000 !important;
}

.cmn-txt {
    text-align: center;
    margin-bottom: 80px;
}

.cmn-txt p {
    font-size: 20px;
}

.mb-9 {
    margin-bottom: 60px;
}

button {
    cursor: pointer;
}

/* =========================================
  Company Table (Responsive)
========================================= */
.company-table-wrap {
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.company-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.company-table th,
.company-table td {
    padding: 18px 20px;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 16px;
    line-height: 1.8;
}

.company-table tr:first-child th,
.company-table tr:first-child td {
    border-top: none;
}

.company-table th {
    width: 28%;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.02);
    letter-spacing: 0.02em;
}

.company-table td {
    color: rgba(0, 0, 0, 0.68);
    background: transparent;
    word-break: break-word;
}

.company-table a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---- Tablet ---- */
@media (max-width: 834px) {

    .company-table th,
    .company-table td {
        padding: 16px 16px;
        font-size: 15px;
    }

    .company-table th {
        width: 32%;
    }
}

/* ---- Mobile: 2列テーブルを1行ずつ縦積みに ---- */
@media (max-width: 640px) {

    .company-table,
    .company-table tbody,
    .company-table tr,
    .company-table th,
    .company-table td {
        display: block;
        width: 100%;
    }

    .company-table tr {
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

    .company-table tr:first-child {
        border-top: none;
    }

    .company-table th {
        border-top: none;
        background: transparent;
        padding: 16px 16px 6px;
        font-size: 13px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.55);
    }

    .company-table td {
        border-top: none;
        padding: 0 16px 16px;
        font-size: 15px;
    }
}

/* =========================================
  Contact Section (Responsive)
========================================= */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

/* PC: 左フォーム / 右サイド */
@media (min-width: 1024px) {
    .contact-grid {
        grid-template-columns: 7fr 5fr;
        /* lg:col-span-7 / 5相当 */
        gap: 64px;
        align-items: start;
    }
}

/* ---- Form ---- */
.contact-form {
    display: grid;
    gap: 28px;
}

.contact-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

@media (min-width: 768px) {
    .contact-fields {
        grid-template-columns: 1fr 1fr;
        /* md:grid-cols-2 */
        gap: 24px;
    }
}

.field {
    display: grid;
    gap: 8px;
}

.field label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    color: rgba(0, 0, 0, .78);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.field .req {
    color: #dc2626;
    /* destructive */
    font-weight: 700;
}

/* input/textarea */
.field input,
.field textarea {
    background: #fff !important;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .12);
    background: rgba(0, 0, 0, .03);
    padding: 12px 14px;
    font-size: 16px;
    line-height: 1.6;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

@media (min-width: 768px) {

    .field input,
    .field textarea {
        font-size: 14px;
    }
}

.field input::placeholder,
.field textarea::placeholder {
    color: rgba(0, 0, 0, .38);
}

.field input:focus,
.field textarea:focus {
    border-color: rgba(0, 0, 0, .22);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
    background: rgba(0, 0, 0, .02);
}

.field textarea {
    min-height: 200px;
    resize: vertical;
}

/* submit */
.contact-submit {
    padding-top: 8px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .04em;
    color: #fff;
    background: #ac8856;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.btn-primary:hover {
    opacity: .92;
    transform: translateY(-1px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .16);
}

@media (min-width: 768px) {
    .btn-primary {
        width: auto;
        min-width: 200px;
    }
}

/* ---- Side ---- */
.contact-side {
    display: grid;
    gap: 28px;
}

.note-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .10);
    padding: 25px;
}

.note-box h3,
.phone-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
    letter-spacing: .02em;
}

.note-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    color: rgba(0, 0, 0, .62);
    font-size: 14px;
    line-height: 1.8;
}

.note-list li {
    position: relative;
    padding-left: 14px;
}

.note-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .35);
}

/* phone */
.phone-box {
    display: grid;
    gap: 10px;
}

.phone-box .tel {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .02em;
    margin: 0;
    color: #ac8856;
}

.phone-box .hours {
    margin: 0;
    color: rgba(0, 0, 0, .60);
    font-size: 14px;
    line-height: 1.8;
}

.contact-cont {
    position: relative;
    z-index: 3;
}

/* 迷惑対策のハニーポット：画面に見せない */
.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* 送信結果表示 */
.form-status {
    font-size: 14px;
    line-height: 1.7;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    display: none;
}

.form-status.is-show {
    display: block;
}

.form-status.is-ok {
    background: rgba(16, 185, 129, 0.08);
    border-color: rgba(16, 185, 129, 0.35);
    color: rgba(6, 95, 70, 0.95);
}

.form-status.is-ng {
    background: rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.35);
    color: rgba(153, 27, 27, 0.95);
}

.cmn-btn {
    box-shadow: 0 0px 10px rgba(0, 0, 0, .4);
    margin: 0 auto;
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .fv-txt {
        text-align: left;
        font-size: 16px !important;
    }

    .sp {
        display: block;
    }

    .cmn-txt p {
        font-size: 16px;
    }
}

/* =========================================================
  Loading Animation – Slow & Calm
========================================================= */
html.js-preload body {
    overflow: hidden;
}

/* ---------------- Header ---------------- */
html.js-preload header {
    opacity: 0 !important;
    transform: translateY(-6px) !important;
}

html.js-loaded header {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 1200ms ease, transform 1200ms ease !important;
}

/* ---------------- FV Section ---------------- */
html.js-preload .js-fv {
    opacity: 0 !important;
    transform: translateY(6px) !important;
}

html.js-loaded .js-fv {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 1400ms ease, transform 1400ms ease !important;
}

/* ---------------- FV inner items ---------------- */
html.js-preload .js-fv [data-fv-item] {
    opacity: 0 !important;
    transform: translateY(10px) !important;
}

html.js-loaded .js-fv [data-fv-item] {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 1000ms ease, transform 1000ms ease !important;
}

/* 表示ディレイ（しっかり間を取る） */
html.js-loaded .js-fv [data-fv-item="1"] {
    transition-delay: 500ms !important;
}

html.js-loaded .js-fv [data-fv-item="2"] {
    transition-delay: 850ms !important;
}

html.js-loaded .js-fv [data-fv-item="3"] {
    transition-delay: 1200ms !important;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.9s ease, transform 0.9s ease;
    will-change: opacity, transform;
}

.fade-in.is-show {
    opacity: 1;
    transform: translateY(0);
}

.fade-delay-1 {
    transition-delay: 0.05s;
}

.fade-delay-2 {
    transition-delay: 0.15s;
}

.fade-delay-3 {
    transition-delay: 0.30s;
}
