/* ==========================================================================
   p-hero : ヒーローメインビジュアル・実績数値セクション
   ========================================================================== */

.p-hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 125px);
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.p-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.p-hero-inner {
    position: relative;
    width: min(100%, 1440px);
    margin-inline: auto;
    padding: 120px 40px 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    z-index: 1;
}

.p-hero-catch {
    max-width: 800px;
}

.p-hero-title {
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--color-main);
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-shadow:
        0 0 30px #ffffff,
        0 0 20px #ffffff,
        0 0 10px #ffffff,
        0 0 5px #ffffff,
        0 0 2px #ffffff;
}

.p-hero-title br {
    display: none;
}

.p-hero-subtitle {
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-text-main);
    margin-top: 32px;
    padding-left: 48px;
    letter-spacing: 0.03em;
    line-height: 1.8;
    text-shadow:
        0 0 20px #ffffff,
        0 0 15px #ffffff,
        0 0 10px #ffffff,
        0 0 5px #ffffff,
        0 0 2px #ffffff;
}

.p-hero-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 32px;
    height: 1px;
    background-color: var(--color-accent);
}

.p-hero-stats {
    position: relative;
    width: 100%;
    background-color: rgba(34, 51, 100, 0.95);
    backdrop-filter: blur(4px);
    z-index: 1;
}

.p-hero-stats-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 1200px);
    margin-inline: auto;
    padding: 30px 40px;
}

.p-hero-stats-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
}

.p-hero-stats-item:not(:last-child) {
    border-right: 1px solid rgba(199, 169, 126, 0.3);
    margin-right: 40px;
    padding-right: 40px;
}

.p-hero-stats-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 3.6rem;
    color: var(--color-accent);
    flex-shrink: 0;
    margin-top: 4px;
}

.p-hero-stats-info {
    display: flex;
    flex-direction: column;
}

.p-hero-stats-label {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-surface-light);
    letter-spacing: 0.05em;
}

.p-hero-stats-desc {
    font-size: 1rem;
    color: var(--color-surface-light);
    opacity: 0.85;
    line-height: 1.6;
    margin-top: 10px;
    max-width: 26em;
}

@media screen and (max-width: 1024px) {
    .p-hero {
        height: auto;
        min-height: 720px;
    }

    .p-hero-inner {
        padding: 110px 32px 80px;
        align-items: center;
    }

    .p-hero-catch {
        max-width: 680px;
    }

    .p-hero-title {
        font-size: 3.6rem;
    }

    .p-hero-subtitle {
        font-size: 1.5rem;
        padding-left: 36px;
    }

    .p-hero-subtitle::before {
        width: 24px;
    }

    .p-hero-stats-inner {
        gap: 24px;
        padding: 28px 32px;
    }

    .p-hero-stats-item:not(:last-child) {
        margin-right: 24px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 767px) {
    .p-hero {
        min-height: auto;
    }

    .p-hero-bg {
        object-position: center top;
    }

    .p-hero-inner {
        padding: 90px 15px 70px;
        min-height: 480px;
    }

    .p-hero-title {
        font-size: 2.8rem;
        line-height: 1.45;
    }

    .p-hero-title br {
        display: inline;
    }

    .p-hero-subtitle {
        font-size: 1.3rem;
        margin-top: 24px;
        padding-left: 0;
    }

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

    .p-hero-subtitle::before {
        display: none;
    }

    .p-hero-stats-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 24px 15px;
    }

    .p-hero-stats-item {
        justify-content: center;
        gap: 16px;
    }

    .p-hero-stats-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(199, 169, 126, 0.3);
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 16px;
    }

    .p-hero-stats-icon {
        width: 34px;
        height: 34px;
        font-size: 3.0rem;
    }
}

/* ==========================================================================
   p-action : 各種不動産アプローチ・グリッドリンクセクション（大理石強化カスタム）
   ========================================================================== */

.p-action-grid {
    width: 100%;
    background-color: #f3f1eb;
    background-image:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.9) 0%, transparent 70%),
        linear-gradient(120deg, rgba(168, 163, 149, 0.25) 10%, transparent 50%),
        linear-gradient(240deg, rgba(150, 146, 133, 0.2) 20%, transparent 60%),
        linear-gradient(135deg, transparent 40%, rgba(135, 131, 118, 0.18) 42%, rgba(135, 131, 118, 0.25) 43%, transparent 45%),
        linear-gradient(45deg, transparent 50%, rgba(135, 131, 118, 0.15) 52%, rgba(135, 131, 118, 0.2) 53%, transparent 56%),
        linear-gradient(165deg, transparent 25%, rgba(135, 131, 118, 0.12) 27%, rgba(135, 131, 118, 0.18) 28%, transparent 30%);
    background-size: cover;
    padding: 100px 0;
}

.p-action-grid-inner {
    width: min(100%, 1440px);
    margin-inline: auto;
    padding-inline: 40px;
}

.p-action-grid-lead {
    text-align: center;
    margin-bottom: 54px;
}

.p-action-grid-badge {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.15em;
    margin-bottom: 14px;
}

.p-action-grid-title {
    font-size: 3.0rem;
    font-weight: 700;
    color: var(--color-main);
    letter-spacing: 0.08em;
}

.p-action-grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px;
    align-items: stretch;
}

.p-action-card {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(25, 37, 74, 0.04);
    transition: transform 0.4s, box-shadow 0.4s;
    text-decoration: none;
}

a.p-action-card-header {
    text-decoration: none;
    transition: background-color 0.3s ease;
}

a.p-action-card-header:hover {
    filter: brightness(1.1);
}

.p-action-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 50px rgba(25, 37, 74, 0.12);
}

.p-action-card-buy {
    grid-column: span 4;
}

.p-action-card-sell {
    grid-column: span 2;
}

.p-action-card-rent {
    grid-column: span 2;
}

.p-action-card-lend {
    grid-column: span 2;
}

.p-action-card-info {
    grid-column: span 2;
}

.p-action-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    flex-shrink: 0;
}

.p-action-card-buy .p-action-card-header {
    background-color: #19254a;
}

.p-action-card-sell .p-action-card-header {
    background-color: #ba9a6f;
}

.p-action-card-rent .p-action-card-header {
    background-color: #3e4d5e;
}

.p-action-card-lend .p-action-card-header {
    background-color: #21382f;
}

.p-action-card-info .p-action-card-header {
    background-color: #303131;
}

.p-action-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.06em;
    margin: 0;
}

.p-action-card-title span {
    color: #ffffff;
    margin-left: 4px;
    opacity: 0.9;
}

.p-action-card-buy .p-action-card-title span {
    color: #ba9a6f;
    opacity: 1.0;
}

.p-action-card-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #ffffff;
    opacity: 0.7;
    transition: transform 0.3s, opacity 0.3s;
}

.p-action-card-header:hover .p-action-card-arrow,
.p-action-card:hover .p-action-card-arrow {
    transform: translateX(4px);
    opacity: 1.0;
}

.p-action-card-body {
    padding: 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.p-action-card-body-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.p-action-card-body-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}

.p-action-card-body-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    justify-content: center;
}

.p-action-sub-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 8px rgba(48, 49, 49, 0.02);
    transition: all 0.3s;
    height: 100%;
}

.p-action-sub-link:hover {
    text-decoration: none;
    border-color: #ba9a6f;
    background-color: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
}

.p-action-sub-link-highlight {
    border-color: rgba(186, 154, 111, 0.5);
    background-color: rgba(186, 154, 111, 0.08);
}

.p-action-sub-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.0rem;
    color: #ba9a6f;
    margin-bottom: 12px;
}

.p-action-sub-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-text-main);
    letter-spacing: 0.02em;
}

.p-action-list-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px 22px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    color: var(--color-text-main);
    font-size: 1.3rem;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 8px rgba(48, 49, 49, 0.02);
    transition: all 0.3s;
    flex-grow: 1;
}

.p-action-list-link:hover {
    text-decoration: none;
    border-color: #ba9a6f;
    background-color: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
}

.p-action-list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.0rem;
    color: #ba9a6f;
    flex-shrink: 0;
}

.p-action-list-text {
    white-space: nowrap;
}

.p-action-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: rgba(244, 244, 242, 0.6);
    backdrop-filter: blur(4px);
    border: 1px solid var(--color-border-medium);
    color: var(--color-text-main);
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s;
}

.p-action-menu-btn-sub {
    background-color: rgba(58, 59, 59, 0.85);
    border: 1px solid #3a3b3b;
    color: #ffffff;
}

.p-action-menu-btn:hover {
    text-decoration: none;
    background-color: var(--color-surface-dark);
}

.p-action-menu-btn-sub:hover {
    background-color: #242525;
    border-color: #242525;
}

/* ==========================================================================
   RESPONSIVE CONTROL
   ========================================================================== */

@media screen and (max-width: 1024px) {
    .p-action-grid {
        padding: 80px 0;
    }

    .p-action-grid-inner {
        padding-inline: 32px;
    }

    .p-action-grid-title {
        font-size: 2.6rem;
        line-height: 1.5;
    }

    .p-action-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .p-action-card-buy {
        grid-column: span 2;
    }

    .p-action-card-sell,
    .p-action-card-rent,
    .p-action-card-lend,
    .p-action-card-info {
        grid-column: span 1;
    }

    .p-action-card-body-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .p-action-sub-link {
        min-height: 120px;
    }
}

@media screen and (max-width: 767px) {
    .p-action-grid {
        padding: 64px 0;
    }

    .p-action-grid-inner {
        padding-inline: 15px;
    }

    .p-action-grid-lead {
        margin-bottom: 40px;
    }

    .p-action-grid-badge {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .p-action-grid-title {
        font-size: 2.2rem;
        line-height: 1.5;
    }

    .p-action-grid-container {
        grid-template-columns: 100%;
        gap: 20px;
    }

    .p-action-card-buy,
    .p-action-card-sell,
    .p-action-card-rent,
    .p-action-card-lend,
    .p-action-card-info {
        grid-column: span 1;
    }

    .p-action-card-header {
        padding: 18px 20px;
    }

    .p-action-card-title {
        font-size: 1.6rem;
    }

    .p-action-card-body {
        padding: 20px;
    }

    .p-action-card-body-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .p-action-sub-link {
        min-height: 104px;
        padding: 16px 8px;
    }

    .p-action-sub-icon {
        font-size: 2.6rem;
    }

    .p-action-sub-text,
    .p-action-list-link,
    .p-action-menu-btn {
        font-size: 1.2rem;
    }
}

/* ==========================================================================
   p-home-news : 新着お知らせ・スタイリッシュ行リストセクション
   ========================================================================== */

.p-home-news {
    width: 100%;
    background-color: #ffffff;
    padding: 100px 0;
}

.p-home-news-inner {
    width: min(100%, 1440px);
    margin-inline: auto;
    padding-inline: 40px;
}

.p-home-news-lead {
    text-align: center;
    margin-bottom: 54px;
}

.p-home-news-badge {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.15em;
    margin-bottom: 14px;
}

.p-home-news-title {
    font-size: 3.0rem;
    font-weight: 700;
    color: var(--color-main);
    letter-spacing: 0.08em;
}

.p-home-news-empty {
    text-align: center;
    padding: 40px 0;
    font-size: 1.5rem;
    color: var(--color-text-main);
    opacity: 0.7;
}

.p-home-news-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--color-border-medium);
}

.p-home-news-item {
    display: flex;
    align-items: center;
    padding: 24px 10px;
    border-bottom: 1px solid var(--color-border-medium);
    text-decoration: none;
    transition: background-color 0.3s, padding-left 0.3s;
}

.p-home-news-item:hover {
    text-decoration: none;
    background-color: rgba(243, 241, 235, 0.4);
    padding-left: 20px;
}

.p-home-news-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    width: 280px;
}

.p-home-news-date {
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-text-main);
    opacity: 0.6;
    letter-spacing: 0.05em;
}

.p-home-news-category {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ba9a6f;
    background-color: rgba(186, 154, 111, 0.10);
    padding: 3px 10px;
    border-radius: 3px;
    letter-spacing: 0.03em;
    text-align: center;
    min-width: 90px;
}

.p-home-news-title-wrapper {
    flex-grow: 1;
    min-width: 0;
    padding-right: 40px;
}

.p-home-news-item-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-main);
    line-height: 1.5;
    letter-spacing: 0.03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s;
}

.p-home-news-item:hover .p-home-news-item-title {
    color: #ba9a6f;
}

.p-home-news-arrow {
    font-size: 1.2rem;
    color: var(--color-text-main);
    opacity: 0.3;
    flex-shrink: 0;
    transition: transform 0.3s, opacity 0.3s, color 0.3s;
}

.p-home-news-item:hover .p-home-news-arrow {
    transform: translateX(6px);
    opacity: 1.0;
    color: #ba9a6f;
}

.p-home-news-action {
    display: flex;
    justify-content: center;
    margin-top: 54px;
}

.p-home-news-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 240px;
    height: 54px;
    background-color: #19254a;
    border: 1px solid #19254a;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(25, 37, 74, 0.15);
}

.p-home-news-more-btn .material-symbols-outlined {
    font-size: 1.6rem;
    transition: transform 0.3s;
}

.p-home-news-more-btn:hover {
    text-decoration: none;
    background-color: #ba9a6f;
    border-color: #ba9a6f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(186, 154, 111, 0.25);
}

.p-home-news-more-btn:hover .material-symbols-outlined {
    transform: translateX(5px);
}

@media screen and (max-width: 1024px) {
    .p-home-news {
        padding: 80px 0;
    }

    .p-home-news-inner {
        padding-inline: 32px;
    }

    .p-home-news-title {
        font-size: 2.6rem;
    }

    .p-home-news-meta {
        width: 240px;
    }
}

@media screen and (max-width: 767px) {
    .p-home-news {
        padding: 60px 0;
    }

    .p-home-news-inner {
        padding-inline: 15px;
    }

    .p-home-news-lead {
        margin-bottom: 40px;
    }

    .p-home-news-badge {
        font-size: 1.1rem;
    }

    .p-home-news-title {
        font-size: 2.2rem;
    }

    .p-home-news-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 20px 0;
        position: relative;
    }

    .p-home-news-item:hover {
        padding-left: 0;
        background-color: transparent;
    }

    .p-home-news-meta {
        width: 100%;
        gap: 16px;
    }

    .p-home-news-title-wrapper {
        width: 100%;
        padding-right: 30px;
    }

    .p-home-news-item-title {
        white-space: normal;
    }

    .p-home-news-arrow {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* ==========================================================================
   p-home-reasons : 選ばれる理由セクション（大理石テクスチャ同期カスタム）
   ========================================================================== */

.p-home-reasons {
    width: 100%;
    background-color: #f3f1eb;
    background-image:
        linear-gradient(to bottom, rgba(243, 241, 235, 0.0) 0%, #ffffff 100%),
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.9) 0%, transparent 70%),
        linear-gradient(120deg, rgba(168, 163, 149, 0.25) 10%, transparent 50%),
        linear-gradient(240deg, rgba(150, 146, 133, 0.2) 20%, transparent 60%),
        linear-gradient(135deg, transparent 40%, rgba(135, 131, 118, 0.18) 42%, rgba(135, 131, 118, 0.25) 43%, transparent 45%),
        linear-gradient(45deg, transparent 50%, rgba(135, 131, 118, 0.15) 52%, rgba(135, 131, 118, 0.2) 53%, transparent 56%),
        linear-gradient(165deg, transparent 25%, rgba(135, 131, 118, 0.12) 27%, rgba(135, 131, 118, 0.18) 28%, transparent 30%);
    background-size: cover;
    padding: 120px 0 100px;
}

.p-home-reasons-inner {
    width: min(100%, 1440px);
    margin-inline: auto;
    padding-inline: 40px;
}

.p-home-reasons-lead {
    text-align: center;
    margin-bottom: 70px;
}

.p-home-reasons-badge {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.15em;
    margin-bottom: 14px;
}

.p-home-reasons-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--color-main);
    letter-spacing: 0.08em;
}

.p-home-reasons-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch;
}

.p-home-reasons-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid rgba(186, 154, 111, 0.25);
    border-top: 4px solid var(--color-main);
    border-radius: 4px;
    padding: 50px 30px 40px;
    box-shadow: 0 10px 30px rgba(25, 37, 74, 0.04);
    overflow: hidden;
    transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s;
}

.p-home-reasons-card:hover {
    transform: translateY(-8px);
    border-color: rgba(186, 154, 111, 0.8);
    box-shadow: 0 30px 60px rgba(25, 37, 74, 0.12);
}

.p-home-reasons-card-bgnum {
    position: absolute;
    top: -20px;
    right: -10px;
    font-family: "Inter", sans-serif;
    font-size: 13rem;
    font-weight: 900;
    color: #f5f3ed;
    line-height: 1.0;
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

.p-home-reasons-card-header {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 28px;
    z-index: 1;
}

.p-home-reasons-card-num {
    font-family: "Inter", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--color-accent);
    line-height: 1.0;
    letter-spacing: -0.02em;
    border-bottom: 2px solid var(--color-accent);
    padding-bottom: 4px;
}

.p-home-reasons-card-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--color-main);
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding-bottom: 2px;
    white-space: nowrap;
}

.p-home-reasons-card-body {
    position: relative;
    flex-grow: 1;
    z-index: 1;
}

.p-home-reasons-card-text {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-text-main);
    line-height: 1.85;
    letter-spacing: 0.03em;
    text-align: justify;
}

@media screen and (max-width: 1024px) {
    .p-home-reasons {
        padding: 80px 0 60px;
    }

    .p-home-reasons-inner {
        padding-inline: 32px;
    }

    .p-home-reasons-title {
        font-size: 2.6rem;
    }

    .p-home-reasons-container {
        grid-template-columns: 100%;
        gap: 24px;
    }

    .p-home-reasons-card {
        padding: 40px 28px;
    }

    .p-home-reasons-card-title {
        white-space: normal;
        font-size: 1.8rem;
    }

    .p-home-reasons-card-bgnum {
        font-size: 10rem;
        top: -10px;
    }
}

@media screen and (max-width: 767px) {
    .p-home-reasons {
        padding: 64px 0;
    }

    .p-home-reasons-inner {
        padding-inline: 15px;
    }

    .p-home-reasons-lead {
        margin-bottom: 40px;
    }

    .p-home-reasons-title {
        font-size: 2.2rem;
    }

    .p-home-reasons-card {
        padding: 34px 20px 30px;
    }

    .p-home-reasons-card-header {
        display: grid;
        grid-template-columns: auto 1fr;
        margin-bottom: 24px;
    }

    .p-home-reasons-card-num {
        font-size: 2.4rem;
    }

    .p-home-reasons-card-title {
        font-size: 1.6rem;
    }

    .p-home-reasons-card-text {
        font-size: 1.3rem;
    }
}

/* ==========================================================================
   p-home-staff : スタッフ紹介セクション
   ========================================================================== */

.p-home-staff {
    width: 100%;
    background-image: linear-gradient(135deg, #121b36 0%, #19254a 100%);
    padding: 120px 0;
}

.p-home-staff-inner {
    width: min(100%, 1440px);
    margin-inline: auto;
    padding-inline: 40px;
}

.p-home-staff-lead {
    text-align: center;
    margin-bottom: 70px;
}

.p-home-staff-badge {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.15em;
    margin-bottom: 14px;
}

.p-home-staff-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.08em;
}

.p-home-staff-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
    margin-inline: auto;
    gap: 40px;
    align-items: stretch;
}

.p-home-staff-card {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.4s, background-color 0.4s, border-color 0.4s, box-shadow 0.4s;
}

.p-home-staff-card:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(186, 154, 111, 0.4);
    box-shadow: 0 30px 60px rgba(11, 16, 33, 0.5);
}

.p-home-staff-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background-color: #121b36;
}

.p-home-staff-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(18, 27, 54, 0.0) 60%, rgba(18, 27, 54, 0.6) 100%);
    pointer-events: none;
}

.p-home-staff-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.6s ease;
}

.p-home-staff-card:hover .p-home-staff-img {
    transform: scale(1.05);
}

.p-home-staff-info {
    padding: 30px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.p-home-staff-post-block {
    margin-bottom: 16px;
}

.p-home-staff-post-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.p-home-staff-post-license {
    font-size: 1.0rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.03em;
    line-height: 1.4;
    min-height: 1.4rem;
}

.p-home-staff-name-wrap {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 14px;
    margin-bottom: 16px;
    transition: border-color 0.4s;
}

.p-home-staff-card:hover .p-home-staff-name-wrap {
    border-color: rgba(186, 154, 111, 0.3);
}

.p-home-staff-name {
    font-size: 2.0rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 1.0;
}

.p-home-staff-en {
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.03em;
    line-height: 1.0;
}

.p-home-staff-catch {
    font-size: 1.3rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
    .p-home-staff {
        padding: 80px 0;
    }

    .p-home-staff-inner {
        padding-inline: 32px;
    }

    .p-home-staff-title {
        font-size: 2.6rem;
    }

    .p-home-staff-container {
        gap: 32px;
    }

    .p-home-staff-thumb {
        aspect-ratio: 1 / 1;
    }

    .p-home-staff-name-wrap {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .p-home-staff {
        padding: 64px 0;
    }

    .p-home-staff-inner {
        padding-inline: 15px;
    }

    .p-home-staff-lead {
        margin-bottom: 40px;
    }

    .p-home-staff-title {
        font-size: 2.2rem;
    }

    .p-home-staff-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .p-home-staff-thumb {
        aspect-ratio: 4 / 5;
    }

    .p-home-staff-info {
        padding: 24px 20px;
    }
}

/* ==========================================================================
   p-home-column : コラムセクション（完全フルワイド版）
   ========================================================================== */

.p-home-column {
    width: 100%;
    background-color: #fcfbfa;
    background-image:
        linear-gradient(to bottom, #ffffff 0%, transparent 15%, transparent 85%, #ffffff 100%),
        radial-gradient(circle at 10% 20%, rgba(186, 154, 111, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(25, 37, 74, 0.02) 0%, transparent 40%);
    padding: 140px 0;
    overflow: hidden;
}

.p-home-column-inner {
    width: min(100%, 1440px);
    margin-inline: auto;
    padding-inline: 40px;
}

.p-home-column-lead {
    text-align: center;
    margin-bottom: 80px;
}

.p-home-column-badge {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.2em;
    margin-bottom: 16px;
}

.p-home-column-title {
    font-size: 3.4rem;
    font-weight: 700;
    color: var(--color-main);
    letter-spacing: 0.1em;
}

.p-home-column-slider {
    width: 100%;
    margin-bottom: 80px;
}

.p-home-column-track {
    overflow: visible !important;
}

.p-home-column-slider .splide__slide {
    width: 400px;
}

.p-home-column-card {
    background-color: #ffffff;
    border: 1px solid rgba(25, 37, 74, 0.05);
    border-radius: 6px;
    overflow: hidden;
    box-shadow:
        0 4px 20px rgba(25, 37, 74, 0.02),
        0 15px 45px rgba(168, 163, 149, 0.06);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.5s, box-shadow 0.5s;
    height: 100%;
    cursor: grab;
}

.p-home-column-card:active {
    cursor: grabbing;
}

.p-home-column-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.p-home-column-card:hover {
    transform: translateY(-12px);
    border-color: rgba(186, 154, 111, 0.3);
    box-shadow:
        0 12px 30px rgba(25, 37, 74, 0.04),
        0 30px 70px rgba(186, 154, 111, 0.12);
}

.p-home-column-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: var(--color-main);
}

.p-home-column-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 70%, rgba(25, 37, 74, 0.1) 100%);
    transition: opacity 0.5s;
}

.p-home-column-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-home-column-card:hover .p-home-column-img {
    transform: scale(1.06);
}

.p-home-column-info {
    padding: 32px 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.p-home-column-meta {
    margin-bottom: 16px;
}

.p-home-column-date {
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-text-main);
    opacity: 0.4;
    letter-spacing: 0.05em;
}

.p-home-column-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-main);
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 5.8rem;
    transition: color 0.3s;
}

.p-home-column-card:hover .p-home-column-card-title {
    color: #ba9a6f;
}

.p-home-column-desc {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color-text-main);
    opacity: 0.7;
    line-height: 1.7;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.p-home-column-more {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ba9a6f;
    letter-spacing: 0.15em;
    position: relative;
    padding-right: 24px;
    transition: color 0.3s;
}

.p-home-column-more::after {
    content: "→";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-home-column-card:hover .p-home-column-more {
    color: var(--color-main);
}

.p-home-column-card:hover .p-home-column-more::after {
    transform: translateY(-50%) translateX(6px);
}

.p-home-column-btn-wrap {
    text-align: center;
}

.p-home-column-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 54px;
    background-color: #19254a;
    border: 1px solid #19254a;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(25, 37, 74, 0.15);
    margin: 0 auto;
}

.p-home-column-btn:hover {
    text-decoration: none;
    background-color: #ba9a6f;
    border-color: #ba9a6f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(186, 154, 111, 0.25);
}

@media screen and (max-width: 1024px) {
    .p-home-column {
        padding: 90px 0;
    }

    .p-home-column-inner {
        padding-inline: 32px;
    }

    .p-home-column-title {
        font-size: 2.6rem;
    }

    .p-home-column-slider .splide__slide {
        width: 280px;
    }

    .p-home-column-card-title {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-home-column {
        padding: 64px 0;
    }

    .p-home-column-inner {
        padding-inline: 15px;
    }

    .p-home-column-lead {
        margin-bottom: 40px;
    }

    .p-home-column-title {
        font-size: 2.2rem;
    }

    .p-home-column-slider {
        margin-bottom: 54px;
    }

    .p-home-column-slider .splide__slide {
        width: 82vw;
        max-width: 320px;
    }

    .p-home-column-info {
        padding: 24px 20px;
    }

    .p-home-column-card-title {
        font-size: 1.5rem;
    }

    .p-home-column-desc {
        font-size: 1.2rem;
    }

    .p-home-column-btn {
        width: 220px;
        height: 50px;
        font-size: 1.3rem;
    }
}