/* =================================================
   Privacy Policy Page
   ================================================= */

/* Page background that matches other detail pages */
.p-privacyBody {
    padding: 56px 0 110px;
    background: #f9f9f9;
}

/* Centered page heading (reuse contact/archive feel) */
/* =================================================
   Shared Page Heading (Privacy / Contact / Archive)
   ================================================= */

.p-privacyHead,
.p-contactHead,
.p-archiveHead {
    text-align: center;
    margin-bottom: 26px;
}

.p-privacyTitle,
.p-contactTitle,
.p-archiveTitle {
    margin: 0;
    font-size: 22px;
    letter-spacing: 0.06em;
}

.p-privacyTitleLine,
.p-contactTitleLine,
.p-archiveTitleLine {
    display: block;
    width: 54px;
    height: 2px;
    margin: 10px auto 0;
    background: rgba(37, 46, 63, 0.25);
}

.p-privacyDesc,
.p-contactDesc {
    width: min(720px, 92%);
    margin: 18px auto 0;
    color: rgba(37, 46, 63, 0.75);
    font-size: 12px;
    line-height: 2;
}

/* Card container */
.p-privacy {
    width: min(860px, 92%);
    margin: 26px auto 0;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border-radius: 10px;
    padding: 34px 34px 40px;
}

/* Intro paragraph */
.p-privacy > p:first-of-type {
    margin-top: 0;
}

.p-privacy p {
    margin: 16px 0;
    color: rgba(37, 46, 63, 0.82);
    font-size: 13px;
    line-height: 2.05;
}

/* Section headings (match interview content h2 feel) */
.p-privacy h2 {
    margin: 34px 0 12px;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #111827;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-privacy h2::after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background: #d7b778;
    opacity: 0.9;
}

/* Lists */
.p-privacy ul {
    margin: 12px 0 18px;
    padding-left: 1.25rem;
    color: rgba(37, 46, 63, 0.82);
    font-size: 13px;
    line-height: 2;
}

.p-privacy li {
    margin: 6px 0;
}

/* Links inside policy */
.p-privacy a {
    color: inherit;
    border-bottom: 1px solid rgba(202, 163, 90, 0.65);
    padding-bottom: 2px;
}

.p-privacy a:hover {
    opacity: 0.9;
}

/* Mobile tuning */

/* =================================================
   Contact Pages
   ================================================= */

.p-contactBody {
    padding: 56px 0 110px;
    background: #fff;
}

/* CTA button used on detail pages */
.p-ctaRow {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

.c-ctaBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 18px;
    /* border-radius: 10px; */
    border: 1px solid rgba(15, 23, 42, 0.18);
    background: #1a212e;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    margin-left: 20px;
    width: min(360px, 92%);
}

.c-ctaBtn:hover {
    opacity: 0.95;
}

/* CF7 form wrapper */
.p-contactForm {
    width: min(860px, 92%);
    margin: 26px auto 0;
}

.p-contactForm__inner {
    padding-top: 22px;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
}

.p-contactRow {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    align-items: center;
}

.p-contactRow__label {
    font-size: 12px;
    color: rgba(37, 46, 63, 0.85);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.p-contactReq {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    padding: 0 8px;
    border-radius: 3px;
    background: #1a212e;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.04em;
}

.p-contactOpt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    padding: 0 8px;
    border-radius: 3px;
    background: rgba(37, 46, 63, 0.22);
    color: rgba(37, 46, 63, 0.9);
    font-size: 10px;
    letter-spacing: 0.04em;
}

.p-contactRow__field input[type="text"],
.p-contactRow__field input[type="email"],
.p-contactRow__field input[type="tel"],
.p-contactRow__field textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 3px;
    padding: 10px 12px;
    font-size: 13px;
    outline: none;
    background: #fff;
}

.p-contactRow__field textarea {
    min-height: 140px;
    resize: vertical;
}

.p-contactActions {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.p-contactAgree {
    font-size: 12px;
    color: rgba(37, 46, 63, 0.75);
}

.p-contactSubmit input[type="submit"] {
    width: 220px;
    height: 44px;
    border-radius: 2px;
    border: none;
    background: #1a212e;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.02em;
    cursor: pointer;
}

/* CF7 validation tweaks */
.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
}

/* =================================================
   Archive (Interview list)
   ================================================= */

.p-archiveHero {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #111827 0%, #0b1220 100%);
}

/* If you later add an image file, this class can use it. */
.p-archiveHero--interview {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.18)), url("../img/archive-interview-hero.jpg") center/cover no-repeat, linear-gradient(180deg, #111827 0%, #0b1220 100%);
}

.p-archiveHero__overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}

.p-archiveHero__inner {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.p-archiveHero__jp {
    margin: 0;
    font-size: 28px;
    letter-spacing: 0.06em;
}

.p-archiveHero__en {
    margin: 6px 0 0;
    font-size: 14px;
    letter-spacing: 0.22em;
    opacity: 0.9;
}

.p-breadcrumb__nav {
    padding: 10px 0;
    font-size: 12px;
    color: rgba(37, 46, 63, 0.75);
}

.p-breadcrumb__link {
    color: inherit;
}

.p-breadcrumb__sep {
    margin: 0 8px;
    opacity: 0.6;
}

.p-archiveBody {
    padding: 56px 0 110px;
}

.p-archiveSearch {
    width: min(720px, 92%);
    margin: 26px auto 34px;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 110px;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.p-archiveSearch__input {
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 0 12px;
    outline: none;
}

.p-archiveSearch__btn {
    height: 40px;
    border-radius: 8px;
    border: none;
    background: #1a212e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.02em;
}

.p-archiveGrid {
    margin-top: 10px;
}

/* =================================================
   Archive (Feature list)
   ================================================= */

/* hero image for feature archive (replace file if needed) */
.p-archiveHero--feature {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.18)), url("../img/archive-feature-hero.jpg") center/cover no-repeat, linear-gradient(180deg, #111827 0%, #0b1220 100%);
}

/* Feature archive body should be white like the design */
.p-archiveBody--feature {
    background: #fff;
}

/* 3-column card grid (same spacing feel as the attached design) */
.p-featureGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 10px;
}

/* Card */
.p-featureCard {
    position: relative;
}

.p-featureCard__link {
    display: block;
    height: 100%;
}

.p-featureCard__media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #111827;
    aspect-ratio: 3 / 4; /* portrait like the design */
}

.p-featureCard__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 0.5s ease;
}

.p-featureCard__img--ph {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a212e, #252e3f);
}

.p-featureCard__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.06) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 55%);
    pointer-events: none;
}

.p-featureCard__body {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
}

.p-featureCard__kicker {
    margin: 0 0 10px;
    font-size: 17px;
    letter-spacing: 0.12em;
    color: #caa35a;
    opacity: 0.95;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-featureCard__title {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #fff;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.p-featureCard__more {
    margin: 0;
    display: inline-flex;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    padding-bottom: 2px;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-featureCard__link:hover .p-featureCard__img {
    transform: scale(1.08);
}

/* small screens: tighten padding */

/* ==========================================================================
   Slounge main.css
   - BEM naming
   - rem typography (base 16px)
   - spacing 8px scale
   ========================================================================== */

:root {
    --c-bg: #ffffff;
    --c-ink: #0f172a;
    --c-muted: #64748b;
    --c-line: #e5e7eb;

    --c-navy: #111827;
    --c-navy-2: #0b1220;
    --c-gold: #caa35a;
    --c-gold-2: #d7b778;

    --radius-12: 0.75rem;
    --radius-16: 1rem;

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 10px 25px rgba(0, 0, 0, 0.12);

    --container-wide: 76.5rem; /* 1224px */
    --container-narrow: 70rem; /* 736px  */
}

/* =================================================
   Font Utility Classes
   ================================================= */

/* ゴシック：UI・本文 */
.u-font-sans-jp {
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

/* 明朝：見出し・強調 */
.u-font-serif-jp {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

* {
    box-sizing: border-box;
}
html {
    font-size: 16px;
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    color: var(--c-ink);
    background: var(--c-bg);
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    opacity: 0.95;
}

.l-container {
    width: min(100% - 2rem, var(--container-wide));
    margin-inline: auto;
}
.l-container--wide {
    width: min(100% - 3rem, var(--container-wide));
}
.l-container--narrow {
    width: min(100% - 2rem, var(--container-narrow));
}

.l-stack > * + * {
    margin-top: 1.5rem;
}

/* Header */
.l-header {
    position: sticky;
    top: 0;
    z-index: 1000;

    background: linear-gradient(180deg, #131b2a 0%, #0f172a 100%);
    color: #fff;
}
.l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 0;
}
.c-brand__logo {
    font-family: ui-serif, "Times New Roman", Times, serif;
    font-style: italic;
    letter-spacing: 0.03em;
    font-size: 1.6rem;
}

.l-header__nav {
    margin-left: auto;
}

.l-header__actions {
    margin-left: 1rem;
}

.c-nav {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0;
    margin: 0;
}
.c-nav__link {
    color: #fff;
    font-size: 0.95rem;
    padding: 0.5rem 0.25rem;
    display: inline-block;
}
.c-nav__link:hover {
    opacity: 0.85;
}

.c-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.c-search__input {
    width: 17rem;
    max-width: 45vw;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 0.9rem;
    outline: none;
}
.c-search__input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.c-search__btn {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
}
.c-search__icon {
    font-size: 1rem;
}

/* Header: icon-only search button that scrolls to footer search */
.c-headerSearchIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}
.c-headerSearchIcon__img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}
.c-headerSearchIcon--drawer {
    width: 100%;
    height: auto;
    padding: 12px 10px;
    gap: 10px;
    justify-content: flex-start;
}
.c-headerSearchIcon__text {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.02em;
}

/* Hero */
.p-hero {
    background: var(--c-navy);
}
.p-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.c-heroTile {
    position: relative;
    min-height: 35rem;
}

.c-heroTile__media {
    position: absolute;
    inset: 0;
}
.c-heroTile__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-heroTile__img--ph {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2));
}
.c-heroTile__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2));
}
.c-heroTile__body {
    position: absolute; /* ← ここが重要 */
    z-index: 2;

    left: 0;
    right: 0;
    bottom: 0; /* ← 左下に固定 */

    padding: 0 3rem 2.5rem;
    height: auto; /* ← 100% は不要 */

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.75rem;
}

.c-heroTile__kicker {
    color: var(--c-gold-2);
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    margin: 0;
}
.c-heroTile__title {
    color: #fff;
    font-size: 2rem;
    line-height: 1.35;
    margin: 0;
    max-width: 30rem;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}
.c-heroTile__cta {
    display: inline-flex;
    color: #fff;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Section */
.p-section {
    padding: 4rem 0;
}
.p-section--filter {
    padding: 2.5rem 0 3.5rem;
}

.c-sectionHead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 3.75rem;
}

.c-sectionHead__title {
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
}
.c-sectionHead__more {
    font-size: 1.2rem;
    color: var(--c-muted);
    border-bottom: 1px solid var(--c-gold-2);
    padding-bottom: 0.2rem;
}

/* =========================
   Title Block (icon + title + faint background word)
   ========================= */

/* Keep section head layout but align the custom title block nicely */
.c-sectionHead--titleBlock {
    align-items: center;
}

.c-titleBlock {
    position: relative;
    display: inline-block;
    padding: 0.35rem 0;
}

.c-titleBlock__main {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.c-titleBlock__icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

/* If you use an <img>, this keeps it centered and crisp */
.c-titleBlock__iconImg {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}

.c-titleBlock__title {
    margin: 0;
    font-size: 2.25rem; /* close to the screenshot */
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.c-titleBlock__bg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    z-index: 1;

    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: clamp(3.6rem, 7.8vw, 6.5rem);
    line-height: 1;

    color: #0f172a;
    opacity: 0.06;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.c-sectionHead--titleBlock {
    position: relative;
    padding-bottom: 1.25rem; /* タイトルと線の間隔 */
}

.c-sectionHead--titleBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;
    background-color: #e5e7eb; /* 添付画像とほぼ同じ薄グレー */
}

/* Tighten the “more” link so it sits well with a large title */
.c-sectionHead--titleBlock .c-sectionHead__more {
    padding-bottom: 0.15rem;
}

/* Responsive tuning */

/* Filter box (UI only) */
.c-filterBox {
    border: 1px solid #eef2f7;
    background: #fff;
    border-radius: var(--radius-16);
    box-shadow: var(--shadow-sm);
    padding: 2rem 2rem 1.5rem;
}
.c-filterBox__head {
    display: flex;
    gap: 1rem;
    align-items: baseline;
    margin-bottom: 1.25rem;
}
.c-filterBox__title {
    margin: 0;
    font-size: 1.1rem;
}
.c-filterBox__desc {
    margin: 0;
    color: var(--c-muted);
    font-size: 0.85rem;
}
.c-filterRow {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 1rem;
    padding: 0.75rem 0;
    border-top: 1px solid #f1f5f9;
}
.c-filterRow__label {
    font-weight: 600;
    font-size: 0.95rem;
    color: #334155;
    padding-top: 0.15rem;
}
.c-filterRow__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

.c-radio,
.c-check {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #334155;
}
.c-checks {
    gap: 0.65rem 1rem;
}
.c-filterBox__actions {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
}

/* =================================================
   Filter Search Header (Mobile vertical layout)
   ================================================= */

.c-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 0.95rem;
}
.c-btn--primary {
    background: #0f1f3a;
    color: #fff;
}
.c-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

/* Cards */
.c-cardGrid {
    display: grid;
    gap: 1.5rem;
}
.c-cardGrid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.c-cardGrid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.c-card {
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-sm);
}
.c-card__link {
    display: block;
    height: 100%;
}
.c-card__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.c-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-card__img--ph {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
}
.c-card__body {
    padding: 1rem 1rem 1.25rem;
}
.c-card__title {
    /* 既存の見た目は維持 */
    margin: 0.5rem 0 0.5rem;
    font-size: 1.05rem;
    line-height: 1.5;

    /* ▼ ここから追加 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 3行まで */
    overflow: hidden;
    text-overflow: ellipsis;

    /* 3行分の高さを固定（line-height × 行数） */
    min-height: calc(1.5em * 3);
}
.c-card__excerpt {
    margin: 0;
    color: #475569;
    font-size: 0.9rem;
}

.c-tags {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
}
.c-tags__item {
    font-size: 0.72rem;
    color: #b08943;
    border: 1px solid rgba(202, 163, 90, 0.55);
    border-radius: 999px;
    padding: 0.25rem 1.65rem;
    background: rgba(255, 255, 255, 0.8);
}

.c-card__person {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
}
.c-card__avatar {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    overflow: hidden;
    background: #f1f5f9;
    flex: 0 0 auto;
}
.c-card__avatarImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-card__avatarPh {
    width: 100%;
    height: 100%;
    background: #e2e8f0;
}
.c-card__personName {
    font-weight: 600;
    font-size: 0.9rem;
}
.c-card__companyName {
    color: var(--c-muted);
    font-size: 0.82rem;
}
.c-card__time {
    margin-top: 0.85rem;
    color: var(--c-muted);
    font-size: 0.82rem;
}
.c-time {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.c-time__icon {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Feature hero */
.c-featureHero {
    border-radius: var(--radius-16);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    background: var(--c-navy);
}
.c-featureHero__media {
    aspect-ratio: 21 / 9;
    position: relative;
}
.c-featureHero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-featureHero__img--ph {
    width: 100%;
    height: 100%;
    background: #0b1220;
}
.c-featureHero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15));
}
.c-featureHero__body {
    position: absolute;
    left: 2.5rem;
    bottom: 2rem;
    color: #fff;
    max-width: 36rem;
}
.c-featureHero__kicker {
    margin: 0 0 0.5rem;
    color: var(--c-gold-2);
    letter-spacing: 0.18em;
    font-size: 0.75rem;
}
.c-featureHero__title {
    margin: 0 0 0.75rem;
    font-size: 1.9rem;
    line-height: 1.35;
}
.c-featureHero__cta {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Companies section background (design: #F9F9F9) */
.p-section--companies {
    background: #f9f9f9;
}

/* Companies */
.c-companyGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}
.c-companyCard {
    border: 1px solid #eef2f7;
    border-radius: var(--radius-12);
    padding: 1.5rem 1.25rem;
    background: #fff;
    box-shadow: var(--shadow-sm);
    text-align: center;
}
.c-companyCard__logo {
    width: 10rem;
    height: 10rem;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-companyCard__logoImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.c-companyCard__logoPh {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: #e2e8f0;
}
.c-companyCard__name {
    margin: 0 0 0.5rem;
    font-size: 1rem;
}
.c-companyCard__meta {
    margin: 0;
    color: var(--c-muted);
    font-size: 0.85rem;
}

/* Pickup section background (orange gradient) */
.p-section--pickup {
    background: linear-gradient(180deg, #ffffff 50%, #fbf6ea 80%, #f7ecd6 100%);
}

/* Let the section gradient show through */
.p-section--pickup .c-pickupGrid {
    background: transparent;
}

/* Pickup */
.c-pickupGrid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
    border-radius: var(--radius-16);
    padding: 2rem;
}
.c-personCard {
    text-align: center;
}
.c-personCard__avatar {
    width: 11rem;
    height: 15rem;
    margin: 0 auto 0.9rem;

    /* rounded square like the design */
    border-radius: 0.85rem;
    overflow: hidden;

    background: #eef2f7;
    border: 1px solid rgba(202, 163, 90, 0.35);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}
.c-personCard__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.85rem;
}
.c-personCard__imgPh {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #eef2f7, #e2e8f0);
    border-radius: 0.85rem;
}
.c-personCard__name {
    margin: 0;
    font-size: 1rem;
}
.c-personCard__company {
    margin: 0.25rem 0 0;
    color: var(--c-muted);
    font-size: 0.85rem;
}
.c-personCard__title {
    margin: 0.15rem 0 0;
    color: #94a3b8;
    font-size: 0.82rem;
}

.c-pageHead__title {
    margin: 0 0 1rem;
    font-size: 2rem;
}
.c-article__title {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.3;
}
.c-article__thumb {
    margin: 1rem 0 1.25rem;
    border-radius: var(--radius-16);
    overflow: hidden;
}
.c-article__img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.c-article__body {
    font-size: 1rem;
}
.c-empty {
    padding: 2rem;
    border: 1px dashed #cbd5e1;
    border-radius: var(--radius-16);
}

/* Footer */
.l-footer {
    background: linear-gradient(180deg, #1f2937 0%, #0b1220 100%);
    color: #fff;
}
.l-footer__inner {
    padding: 2.5rem 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.c-footnav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 18px;
    padding: 0;
    margin: 0;
}

.c-footnav__item {
    margin: 0;
    padding: 0;
}

.c-footnav__link {
    color: #fff;
    opacity: 0.9;
    font-size: 0.9rem;
    display: inline-block;
    white-space: nowrap; /* prevent weird mid-word breaks */
    word-break: keep-all;
    line-height: 1.4;
    padding: 6px 2px;
}

.c-footnav__link:hover {
    opacity: 1;
}

.c-copyright {
    margin: 0;
    opacity: 0.75;
    font-size: 0.8rem;
}

/* =========================
   Footer Search (Upper)
   ========================= */

.l-footer__search {
    /* upper area matches the screenshot (separate from bottom) */
    background: #2b3447;
}

.l-footer__search .l-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
    padding: 4.25rem 0 4.25rem;
}

.c-footerSearch {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.c-footerSearch__tabs {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    overflow: hidden;
}

.c-footerSearch__tabInput {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.c-footerSearch__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 2.25rem;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    cursor: pointer;
    user-select: none;
}

.c-footerSearch__tab:last-of-type {
    border-right: none;
}

.c-footerSearch__tabInput:checked + .c-footerSearch__tab {
    background: #ffffff;
    color: #111827;
}

.c-footerSearch__box {
    width: min(760px, 92%);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1.25rem;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.c-footerSearch__icon {
    opacity: 0.55;
    font-size: 1rem;
    line-height: 1;
}

.c-footerSearch__input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 1rem;
    line-height: 1.2;
    background: transparent;
    color: #111827;
}

.c-footerSearch__input::placeholder {
    color: rgba(17, 24, 39, 0.55);
}

.c-footTags {
    width: min(860px, 92%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

.c-footTags__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 1.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

.c-footTags__tag:hover {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* Feature Hero */
.c-featureHero {
    margin-top: 16px;
}

.c-featureHero__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.c-featureHero__media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    min-height: 220px; /* 見た目の高さ */
}

.c-featureHero__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transform: scale(1.02);
    transition: transform 0.5s ease;
}

.c-featureHero__img--ph {
    background: linear-gradient(135deg, #1a212e, #252e3f);
}

.c-featureHero__overlay {
    position: absolute;
    inset: 0;
    /* 添付のような暗いベール＋左下を濃く */
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.22) 52%, rgba(0, 0, 0, 0.1) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0) 100%);
}

.c-featureHero__content {
    position: absolute;
    left: 28px;
    bottom: 22px;
    z-index: 2;
    max-width: min(560px, 90%);
    color: #fff;
}

.c-featureHero__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    letter-spacing: 0.12em;
    opacity: 0.85;
}

.c-featureHero__title {
    margin: 0 0 10px;
    font-size: clamp(18px, 2.2vw, 28px);
    line-height: 1.35;
    letter-spacing: 0.02em;
}

.c-featureHero__desc {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.7;
    opacity: 0.92;
}

.c-featureHero__meta {
    margin: 0;
    font-size: 12px;
    opacity: 0.78;
}

.c-featureHero__link:hover .c-featureHero__img {
    transform: scale(1.08);
}

/* 上段ピル：WPの素のHTMLに当てる */
.c-footPills {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.c-footPills li {
    margin: 0;
    padding: 0;
}

.c-footPills a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.c-footPills a:hover {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

/* ===== Footer Upper Menu Force Fix ===== */
.l-footer__search .l-footer__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
}

.l-footer__pillNav {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    z-index: 2 !important;
}

.l-footer__pillNav .c-footPills {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.l-footer__pillNav .c-footPills li {
    margin: 0 !important;
    padding: 0 !important;
}

.l-footer__pillNav .c-footPills a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 26px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    text-decoration: none !important;
    font-size: 12px !important;
    background: transparent !important;
}

/* Responsive */

/* Responsive */

/* =========================
   Mobile Drawer Menu
   ========================= */

.c-hamburger {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.c-hamburger__bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

/* overlay */
.c-drawerOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1200;
}

/* drawer */
.c-drawer {
    position: fixed;
    top: 0;
    right: 0; /* ← left → right に変更 */
    left: auto; /* 念のため無効化 */
    width: min(86vw, 360px);
    height: 100vh;
    background: #0f172a;
    color: #fff;
    transform: translateX(100%); /* ← 右待機 */
    transition: transform 0.25s ease;
    z-index: 1210;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.35); /* 影の向きも反転 */
    padding: 20px;
}

.c-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.c-drawer__title {
    letter-spacing: 0.12em;
    font-size: 12px;
    opacity: 0.85;
}

.c-drawer__close {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

/* nav list */
.c-drawerNav {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.c-drawerNav__link {
    display: block;
    padding: 14px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    color: #fff;
}

/* drawer search */
.c-drawer__search {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* 既存 .c-search をドロワー内でも綺麗に見せる */
.c-drawer .c-search__input {
    width: 100%;
    max-width: 100%;
}

/* open state */
body.is-drawerOpen .c-drawerOverlay {
    opacity: 1;
    pointer-events: auto;
}
body.is-drawerOpen .c-drawer {
    transform: translateX(0);
}

/* SP時の表示切替 */

/* ==== Interview Card overrides (design match) ==== */

/* ①タグは折り返しOK */
.c-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

/* ②人物アイコン：角丸スクエア */
.c-card__avatar {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.85rem;
    overflow: hidden;
    border: 1px solid rgba(202, 163, 90, 0.35);
}
.c-card__avatarImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.85rem;
}

/* ③カード枠線＆影（添付デザイン寄せ） */
.c-card {
    border: 1px solid rgba(202, 163, 90, 0.7);
    border-radius: 1.25rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

/* ③タイトルブロック下線色 */
.c-sectionHead--titleBlock::after {
    background-color: rgba(37, 46, 63, 0.12);
}

/* =================================================
   Interview Detail (single-interview)
   ================================================= */

.p-interviewHero {
    background: #fff;
}
.p-interviewHero__inner {
    padding: 56px 0 32px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}

.p-interviewHero__right {
    display: flex;
    align-items: center; /* 縦中央 */
}

.c-tags--hero {
    margin: 0 0 14px;
    justify-content: flex-start;
}

.p-interviewHero__title {
    margin: 0;
    font-size: clamp(22px, 2.1vw, 34px);
    line-height: 1.45;
    letter-spacing: 0.02em;
    color: #111827;
    border-bottom: 1px solid #e0dada;
    padding-bottom: 26px;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* Company/Person block (design: logo left, text right) */
.p-interviewHero__who {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.p-interviewHero__whoLogo {
    flex: 0 0 auto;
}

.p-interviewHero__whoLogoImg {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.p-interviewHero__whoText {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.p-interviewHero__whoCompany {
    margin: 0;
    font-size: 13px;
    color: rgba(37, 46, 63, 0.75);
}

.p-interviewHero__whoName {
    margin: 0;
    font-weight: 800;
    font-size: clamp(18px, 1.6vw, 28px);
    line-height: 1.35;
    color: #111827;
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.p-interviewHero__whoRole {
    font-weight: 700;
    font-size: 14px;
    color: #caa35a;
}

.p-interviewHero__media {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(15, 23, 42, 0.08);
}
.p-interviewHero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.p-interviewHero__img--ph {
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
}

.p-interviewBody {
    padding: 36px 0 70px;
    background: #f9f9f9;
    margin-top: 35px;
}

.p-interviewLead {
    margin: 10px 0 26px;
}
.p-interviewLead__text {
    margin: 0;
    color: rgba(37, 46, 63, 0.8);
    font-size: 13px;
    line-height: 1.9;
}

/* Content: make headings feel like the design */
.p-article--interview .p-article__content h2 {
    margin: 38px 0 14px;
    font-size: 26px;
    letter-spacing: 0.02em;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p-article--interview .p-article__content h2::after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background: #d7b778;
}
/* H3: left vertical line like the design */
.p-article--interview .p-article__content h3 {
    margin: 28px 0 10px;
    padding-left: 14px;
    border-left: 3px solid #d7b778;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #111827;
}
.p-article--interview .p-article__content p {
    margin: 18px 0;
    color: rgba(37, 46, 63, 0.82);
    line-height: 2.05;
}
.p-article--interview .p-article__content img {
    border-radius: 12px;
}

/* Profile card (design match) */
.p-interviewProfile {
    margin-top: 100px;
}

.p-profileCard {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 40px 50px;
    border: 1px solid rgba(202, 163, 90, 0.65);
    background: #fff;
    border-radius: 10px;
}

.p-profileCard__avatar {
    width: 124px;
    height: 165px;
    border-radius: 10px;
    overflow: hidden;
    background: #eef2f7;
    flex: 0 0 auto;
}

.p-profileCard__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-profileCard__img--ph {
    background: linear-gradient(135deg, #eef2f7, #e2e8f0);
}

.p-profileCard__body {
    min-width: 0;
}

.p-profileCard__name {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.p-profileCard__nameMain {
    font-weight: 800;
    font-size: 18px;
    color: #111827;
}

.p-profileCard__nameSub {
    font-weight: 500;
    font-size: 12px;
    color: rgba(37, 46, 63, 0.6);
}

.p-profileCard__meta {
    margin: 6px 0 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 12px;
    color: rgba(37, 46, 63, 0.7);
}

.p-profileCard__metaRole {
    color: rgba(37, 46, 63, 0.7);
}

.p-profileCard__intro,
.p-profileCard__bio {
    margin: 10px 0 0;
    font-size: 12px;
    color: rgba(37, 46, 63, 0.72);
    line-height: 1.9;
}

/* wpautop output spacing */
.p-profileCard__intro p,
.p-profileCard__bio p {
    margin: 0;
}
.p-profileCard__intro p + p,
.p-profileCard__bio p + p {
    margin-top: 8px;
}

/* Related */
.p-related {
    padding: 58px 0 70px;
    background: transparent;
}
/* 関連インタビュー 見出し */
.p-related__title {
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 50px;
    padding-bottom: 8px;
    letter-spacing: 0.06em;
}

/* タイトル下の水平線 */
.p-related__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 48px;
    height: 2px;
    background-color: #1a212e;
}
.p-related__grid {
    margin-top: 12px;
}

/* =================================================
   Interview / Feature Typography (Mobile)
   ================================================= */

/* =================================================
   Archive (Pickup / member list)
   ================================================= */

/* hero image for pickup archive (replace file if needed) */
.p-archiveHero--pickup {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.18)), url("../img/archive-pickup-hero.jpg") center/cover no-repeat, linear-gradient(180deg, #111827 0%, #0b1220 100%);
}

/* Pickup archive body background: white -> warm orange gradient like front pickup section */
.p-archiveBody--pickup {
    background: linear-gradient(180deg, #ffffff 50%, #fbf6ea 80%, #f7ecd6 100%);
}

/* Search box (same as interview archive, but allow a slightly narrower feel) */
.p-archiveSearch--pickup {
    width: min(720px, 92%);
}

/* Grid: use the pickup card components but tune for archive layout */
.p-pickupGrid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 34px 22px;
    margin-top: 10px;
}

/* Archive-specific sizing to match the attached pickup list look */
.p-pickupArchive .c-personCard__avatar {
    width: 100%;
    aspect-ratio: 3 / 4; /* 縦長に調整 */
    height: auto;
    max-width: 160px;
    margin: 0 auto 14px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: none;
    background: #eef2f7;
}

.p-pickupArchive .c-personCard__img,
.p-pickupArchive .c-personCard__imgPh {
    border-radius: 10px;
}

.p-pickupArchive .c-personCard__name {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}

.p-pickupArchive .c-personCard__company {
    font-size: 11px;
    color: rgba(37, 46, 63, 0.78);
}

.p-pickupArchive .c-personCard__title {
    font-size: 10px;
    color: rgba(37, 46, 63, 0.62);
}

/* tighten spacing so the grid matches the screenshot */
.p-pickupArchive .c-personCard__body {
    margin-top: 0;
}

/* Title area spacing tuned for this archive */
.p-archiveBody--pickup .p-archiveHead {
    margin-bottom: 22px;
}

/* =================================================
   Archive (Company list)
   ================================================= */

/* hero image for company archive (replace file if needed) */
.p-archiveHero--company {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.18)), url("../img/archive-company-hero.jpg") center/cover no-repeat, linear-gradient(180deg, #111827 0%, #0b1220 100%);
}

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

/* company card (matches attached design) */
.p-companyCard {
    position: relative;
}

.p-companyCard__link {
    position: relative;
    display: block;
    height: 100%;
    padding: 18px 18px 16px;
    background: #fff;
    border: 1px solid rgba(202, 163, 90, 0.55);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.p-companyCard__badge {
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #caa35a;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.06em;
}

.p-companyCard__logo {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 10px;
}

.p-companyCard__logoImg {
    max-width: 250px;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.p-companyCard__logoPh {
    width: 88px;
    height: 88px;
    border-radius: 10px;
    background: #eef2f7;
}

.p-companyCard__name {
    margin: 6px 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.p-companyCard__desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.9;
    color: rgba(37, 46, 63, 0.78);
    min-height: 4.6em; /* だいたい2〜3行分の高さ */
}

.p-companyCard__more {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    color: #111827;
    font-weight: 700;
}

.p-companyCard__arrow {
    margin-left: 6px;
}

/* Load more */
.p-loadMore {
    display: flex;
    justify-content: center;
    margin: 34px 0 0;
}

.p-loadMore a {
    width: min(360px, 92%);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid rgba(15, 23, 42, 0.25);
    color: #111827;
    background: #fff;
    font-size: 13px;
    letter-spacing: 0.02em;
    position: relative;
    user-select: none;
}

.p-loadMore a:hover {
    opacity: 0.92;
}

.p-loadMore a[aria-busy="true"] {
    opacity: 0.7;
    pointer-events: none;
}

.p-loadMore__chev {
    font-size: 14px;
}

/* Pagination (WP core) - match the "もっと見る" button style */
.p-pagination {
    display: flex;
    justify-content: center;
    margin: 34px 0 0;
}

/* the_posts_pagination() usually outputs .nav-links */
.p-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* page number / prev / next buttons */
.p-pagination .page-numbers {
    min-width: 46px;
    height: 46px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid rgba(15, 23, 42, 0.25);
    color: #111827;
    background: #fff;
    font-size: 13px;
    letter-spacing: 0.02em;
    user-select: none;
}

.p-pagination .page-numbers:hover {
    opacity: 0.92;
}

/* current page */
.p-pagination .page-numbers.current {
    background: #1a212e;
    color: #fff;
    border-color: #1a212e;
}

/* dots */
.p-pagination .page-numbers.dots {
    border-color: transparent;
    background: transparent;
    min-width: auto;
    padding: 0 6px;
}

/* keep prev/next same visual weight */
.p-pagination .page-numbers.prev,
.p-pagination .page-numbers.next {
    min-width: 120px;
}

/* =================================================
   Company Detail (single-company)
   ================================================= */

.p-companyHero {
    background: #fff;
}

.p-companyHero__card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border-radius: 10px;
    padding: 34px 18px 24px;
    text-align: center;
}

.p-companyHero__logo {
    width: 400px;
    height: 200px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-companyHero__logoImg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.p-companyHero__name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.p-companyHero__tags {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.p-companyHero__tag {
    height: 26px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #caa35a;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.06em;
}

.p-companyBody {
    background: #f9f9f9;
    padding: 22px 0 78px;
}

.p-companyCardBox {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border-radius: 10px;
    padding: 34px 34px 40px;
    margin-top: 22px;
}

.p-companyIntro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

/* spacing between intro head and the two-row grids */
.p-companyIntro > .p-companyIntro__block {
    margin-bottom: 28px;
    margin-top: 50px;
}
.p-companyIntro__grid + .p-companyIntro__grid {
    margin-top: 50px;
}

.p-companyIntro__headline {
    margin: 0 0 50px;
    font-size: 24px;
    font-weight: 700;
    color: rgba(37, 46, 63, 0.9);
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-companyIntro__title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(37, 46, 63, 0.9);
}

/* company main headline: left vertical line */
.p-companyIntro__headline {
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
    margin-top: 20px;
}
.p-companyIntro__headline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 3px;
    height: 80%;
    background-color: #c9a86a;
}

/* company sub title: bottom underline */
.p-companyIntro__title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 14px;
    line-height: 1.6;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p-companyIntro__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #c9a86a;
}

.p-companyIntro__text {
    font-size: 16px;
    color: rgba(37, 46, 63, 0.78);
    line-height: 1.9;
    margin-top: 40px;
}

.p-companyIntro__text p {
    margin: 0;
}
.p-companyIntro__text p + p {
    margin-top: 10px;
}

.p-companyIntro__photo {
    margin-top: 16px;
}

.p-companyIntro__img {
    border-radius: 10px;
}

/* Member grid: reuse pickup grid, but keep 4 columns */
.p-companyCardBox .c-pickupGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

/* Company detail: members section - 2 columns on mobile with taller portraits */
/* Company detail: members section - 2 columns on mobile with taller portraits */

.p-companyInfo {
    display: flex;
    justify-content: center;
}

.p-companyInfo__table {
    width: min(860px, 100%);
    border-collapse: collapse;
    font-size: 12px;
    color: rgba(37, 46, 63, 0.82);
}

.p-companyInfo__table th,
.p-companyInfo__table td {
    padding: 12px 14px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    vertical-align: top;
}

.p-companyInfo__table th {
    width: 160px;
    background: rgba(15, 23, 42, 0.03);
    font-weight: 700;
    color: rgba(37, 46, 63, 0.9);
}

.p-companyInfo__tdPre p {
    margin: 0;
}
.p-companyInfo__tdPre p + p {
    margin-top: 10px;
}

.p-companyInfo__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 18px;
    border-radius: 2px;
    background: #1a212e;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.p-companyBack {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.p-companyBack__btn {
    width: min(360px, 92%);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid rgba(15, 23, 42, 0.25);
    color: #111827;
    background: #fff;
    font-size: 13px;
    letter-spacing: 0.02em;
}

/* pickup一覧 背景（上→下：白→オレンジ） */
.p-archiveBody--pickup {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 55%, #fdeedc 100%);
}

/* =================================================
   Member Detail (single-member)
   ================================================= */

.p-memberHero {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 55%, #fdeedc 100%); /* pickup一覧に馴染む */
    padding: 32px 0 74px;
}

.p-memberHero__breadcrumb {
    padding: 10px 0 18px;
}

.p-memberHero__card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border-radius: 10px;
    padding: 34px 34px 40px;
}

.p-memberHero__inner {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
    align-items: center;
}

.p-memberHero__photo {
    width: min(360px, 100%);
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #eef2f7;
    aspect-ratio: 3 / 4; /* 縦長 */
}

.p-memberHero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-memberHero__img--ph {
    background: linear-gradient(135deg, #eef2f7, #e2e8f0);
}

.p-memberHero__name {
    margin: 0 0 14px;
    font-size: clamp(20px, 2.2vw, 30px);
    line-height: 1.45;
    letter-spacing: 0.02em;
    color: #111827;
    border-bottom: 1px solid #e0dada;
    padding-bottom: 18px;
}

.p-memberHero__meta {
    margin: 0 0 10px;
    display: flex;
    gap: 10px 18px;
    flex-wrap: wrap;
    align-items: baseline;
}

.p-memberHero__company {
    margin: 0;
    font-size: 13px;
    color: rgba(37, 46, 63, 0.78);
}

.p-memberHero__company a {
    color: inherit;
    border-bottom: 1px solid rgba(202, 163, 90, 0.65);
    padding-bottom: 2px;
}

.p-memberHero__post {
    margin: 0;
    font-size: 13px;
    color: #caa35a;
    font-weight: 700;
}

.p-memberHero__intro {
    margin-top: 16px;
    font-size: 13px;
    line-height: 2;
    color: rgba(37, 46, 63, 0.82);
}

.p-memberHero__intro p {
    margin: 0;
}
.p-memberHero__intro p + p {
    margin-top: 10px;
}

.p-memberHero__actions {
    margin-top: 22px;
}

.p-memberHero__back {
    width: min(320px, 100%);
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid rgba(15, 23, 42, 0.25);
    background: #fff;
    color: #111827;
    font-size: 13px;
    letter-spacing: 0.02em;
}

/* Contact hero (replace image if needed) */
.p-archiveHero--contact {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.18)), url("../img/contact-hero.jpg") center/cover no-repeat, linear-gradient(180deg, #111827 0%, #0b1220 100%);
}

.c-hamburger__icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

/* =========================
   Company info external link button
   ========================= */

.p-companyInfo__btn--external {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    padding: 10px 16px;
    line-height: 1.4;
    text-align: left;
}

/* text */
.p-companyInfo__btnText {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    word-break: break-word;
}

/* 外部リンクボタン（よくある > アイコン版） */
.p-companyInfo__btn--external {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: max-content;
    max-width: 100%;
    padding: 10px 16px;
    line-height: 1.4;
}

/* テキスト */
.p-companyInfo__btnText {
    font-size: 12px;
    line-height: 1.6;
    white-space: nowrap;
}

/* > アイコン（borderで作成） */
.p-companyInfo__btn--external::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 8px;
    flex-shrink: 0;
}

/* ===== Mobile tuning ===== */

/* =================================================
   Member detail action buttons
   ================================================= */

.p-memberHero__actions--dual {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* 共通ボタン */
.p-memberHero__btn {
    height: 46px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: 0.02em;
    border: 1px solid rgba(15, 23, 42, 0.25);
    background: #fff;
    color: #111827;
    white-space: nowrap;
}

/* 一覧に戻る */
.p-memberHero__btn--back {
    background: #fff;
    color: #111827;
}

/* 企業情報を見る（指定色 #131b2a） */
.p-memberHero__btn--company {
    background: #131b2a;
    color: #fff;
    border-color: #131b2a;
}

/* アイコン共通 */
.p-memberHero__icon {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

/* ＜ アイコン */
.p-memberHero__icon--left {
    transform: rotate(-135deg);
}

/* ＞ アイコン */
.p-memberHero__icon--right {
    transform: rotate(45deg);
}

/* スマホ対応 */

/* =================================================
   Privacy Policy Page – spacing & title tuning
   ================================================= */

/* Outer container spacing (override inline or theme defaults safely) */
.page .p-privacy {
    margin-top: 0;
}

/* Ensure generous vertical rhythm around the article */
.page .c-article {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Privacy Policy main title (H1) – serif + design match */
.page .c-article__title {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: clamp(26px, 3vw, 36px);
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

/* Decorative underline matching site gold tone */
.page .c-article__title::after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: #d7b778;
    margin: 14px auto 0;
}

/* Mobile tuning */

.c-footBrand__logoImg {
    height: 32px; /* デザインに応じて調整 */
    width: auto;
    display: block;
}

/* =================================================
   Global Mobile Typography Adjustment
   ================================================= */

/* ===== 注目企業カード：スマホ時のロゴ縦長抑制 ===== */

/* =================================================
   KV Hero Slider
   ================================================= */

.p-hero--slider {
    position: relative;
}

.p-heroSlider {
    position: relative;
}

/* viewport */
.p-heroSlider__viewport {
    overflow: hidden;
    position: relative;
}

/* track / slide */
.p-heroSlider__track {
    display: flex;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.p-heroSlider__slide {
    min-width: 100%;
}

/* nav buttons */
.p-heroSlider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;

    width: 46px;
    height: 46px;
    border-radius: 999px;

    border: 1px solid rgba(202, 163, 90, 0.55);
    background: rgba(17, 24, 39, 0.55);
    backdrop-filter: blur(8px);

    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22);
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.p-heroSlider__nav:hover {
    background: rgba(17, 24, 39, 0.7);
}

.p-heroSlider__nav--prev {
    left: 16px;
}
.p-heroSlider__nav--next {
    right: 16px;
}

/* chevron (border only, classy) */
.p-heroSlider__chev {
    width: 9px;
    height: 9px;
    border-top: 2px solid rgba(255, 255, 255, 0.92);
    border-right: 2px solid rgba(255, 255, 255, 0.92);
    display: inline-block;
}

.p-heroSlider__chev--left {
    transform: rotate(-135deg);
}
.p-heroSlider__chev--right {
    transform: rotate(45deg);
}

/* dots */
.p-heroSlider__dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    z-index: 6;

    display: inline-flex;
    gap: 8px;
    padding: 8px 10px;

    border-radius: 999px;
    background: rgba(17, 24, 39, 0.35);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.p-heroSlider__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: transparent;
    padding: 0;
    cursor: pointer;
    opacity: 0.9;
}

.p-heroSlider__dot.is-active {
    background: rgba(202, 163, 90, 0.95);
    border-color: rgba(202, 163, 90, 0.95);
}

/* mobile tuning */

/* 2件表示のため、itemを50%幅に */
.p-heroSlider__track {
    display: flex;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.p-heroSlider__item {
    flex: 0 0 50%;
    min-width: 50%;
}

/* スマホでは1ブロック表示 */

/* =========================
   Static Page: Management Company
========================= */
.p-static {
    padding: 48px 0 72px;
}

.p-staticHead {
    margin: 8px 0 28px;
}

.p-staticHead__eyebrow {
    font-size: 12px;
    letter-spacing: 0.08em;
    color: rgba(37, 46, 63, 0.7);
    margin: 0 0 6px;
}

.p-staticHead__title {
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.2;
    color: #1a212e;
    margin: 0 0 10px;
}

.p-staticHead__lead {
    font-size: 14px;
    line-height: 1.9;
    color: #252e3f;
    margin: 0;
    max-width: 72ch;
}

.p-staticCard {
    background: #fff;
    border: 1px solid rgba(26, 33, 46, 0.1);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(26, 33, 46, 0.06);
    padding: 22px;
    margin-top: 18px;
}

.p-staticCard--compact {
    padding: 18px 22px;
}

.p-staticCard__title {
    font-size: 18px;
    line-height: 1.4;
    color: #1a212e;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(26, 33, 46, 0.1);
}

.p-staticText {
    font-size: 14px;
    line-height: 2;
    color: #252e3f;
    margin: 0 0 12px;
}

.p-staticNote {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(37, 46, 63, 0.75);
    margin: 0 0 10px;
}

.p-staticLink {
    color: #1a212e;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.p-staticLink:hover {
    opacity: 0.8;
}

.p-staticTableWrap {
    overflow-x: auto;
}

.p-staticTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.p-staticTable th,
.p-staticTable td {
    border-bottom: 1px solid rgba(26, 33, 46, 0.1);
    padding: 14px 12px;
    vertical-align: top;
}

.p-staticTable th {
    width: 180px;
    color: rgba(26, 33, 46, 0.85);
    font-weight: 600;
    white-space: nowrap;
    background: rgba(26, 33, 46, 0.03);
    border-right: 1px solid rgba(26, 33, 46, 0.08);
}

.p-staticTable td {
    color: #252e3f;
}

.p-staticList {
    margin: 0;
    padding-left: 1.2em;
}

.p-staticList li {
    margin: 0.35em 0;
}

.p-staticGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 18px;
}

.p-staticLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

@media (max-width: 1024px) {
    .p-staticGrid {
        grid-template-columns: 1fr 1fr;
    }

    .p-featureGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .c-cardGrid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .c-companyGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .c-pickupGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .c-heroTile {
        min-height: 16rem;
    }
    .c-heroTile__body {
        padding: 0 2rem 2rem;
    }
    .c-featureHero__body {
        left: 1.75rem;
        bottom: 1.5rem;
    }
    .c-personCard__avatar {
        width: 8rem;
        height: 8rem;
    }

    .p-pickupGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .p-cardGrid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .p-interviewHero__who {
        margin-top: 18px;
        gap: 14px;
    }
    .p-interviewHero__whoLogoImg {
        width: 120px;
    }

    .p-interviewHero__inner {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 40px 0 20px;
    }
    .p-interviewHero__media {
        order: -1;
    }

    .p-companyCardBox .c-pickupGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
    }

    .p-companyCardBox {
        padding: 22px 18px 26px;
    }
    .p-companyIntro__grid {
        grid-template-columns: 1fr;
    }
    .p-companyCardBox .c-pickupGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .p-companyInfo__table th {
        width: 130px;
    }

    .p-memberHero__card {
        padding: 22px 18px 26px;
    }
    .p-memberHero__inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .p-memberHero__photo {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .p-heroSlider__item {
        flex: 0 0 100%;
        min-width: 100%;
    }
    /* 前へ・次へボタンを非表示 */
    .p-heroSlider__nav {
        display: none !important;
    }

    /* ドットはタップしやすく少し大きく */
    .p-heroSlider__dots {
        bottom: 12px;
        gap: 10px;
        padding: 10px 12px;
    }

    .p-heroSlider__dot {
        width: 10px;
        height: 10px;
    }

    .p-privacyBody {
        padding: 44px 0 90px;
    }

    .p-privacy {
        padding: 22px 18px 26px;
        border-radius: 10px;
    }

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

    .p-contactRow {
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: start;
    }

    .p-contactSubmit input[type="submit"] {
        width: 100%;
    }

    .p-archiveHero {
        min-height: 180px;
    }
    .p-archiveHero__jp {
        font-size: 22px;
    }
    .p-archiveSearch {
        grid-template-columns: 1fr;
    }
    .p-archiveSearch__btn {
        width: 100%;
    }

    .p-featureGrid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .p-featureCard__body {
        left: 16px;
        right: 16px;
        bottom: 14px;
    }
    .p-featureCard__title {
        font-size: 13px;
        -webkit-line-clamp: 4;
    }

    .c-sectionHead__right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .c-titleBlock__icon {
        width: 2rem;
        height: 2rem;
    }

    .c-titleBlock__title {
        font-size: 1.75rem;
    }

    .c-titleBlock__bg {
        font-size: clamp(3rem, 12vw, 4.2rem);
        opacity: 0.07;
    }

    .c-heroTile__title {
        font-size: 1.25rem;
    }

    /* 縦並びに変更 */
    .c-filterBox__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    /* 見出し */
    .c-filterBox__title {
        font-size: 1rem;
        line-height: 1.4;
        white-space: normal;
    }

    /* 説明文 */
    .c-filterBox__desc {
        font-size: 0.85rem;
        line-height: 1.6;
        white-space: normal;
    }

    .c-footnav {
        gap: 8px 14px;
    }
    .c-footnav__link {
        font-size: 0.88rem;
    }

    .l-footer__search .l-footer__inner {
        padding: 3.25rem 0 3.25rem;
        gap: 1.25rem;
    }

    .c-companyCard__logo {
        width: 100%;
    }

    /* Tabs: 2 columns x 2 rows on mobile */
    .c-footerSearch__tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(520px, 92%);
        border-radius: 8px;
        overflow: hidden;
    }

    .c-footerSearch__tab {
        width: 100%;
        height: 42px;
        padding: 0;
        font-size: 0.92rem;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    /* remove bottom border on last row */
    .c-footerSearch__tab:nth-of-type(3),
    .c-footerSearch__tab:nth-of-type(4) {
        border-bottom: none;
    }

    /* add vertical divider for left column */
    .c-footerSearch__tab:nth-of-type(1),
    .c-footerSearch__tab:nth-of-type(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.22);
    }

    .c-footerSearch__box {
        width: min(640px, 94%);
        padding: 0.75rem 1.05rem;
    }

    .c-footTags {
        width: min(720px, 94%);
        gap: 0.65rem;
    }

    .c-footTags__tag {
        height: 32px;
        padding: 0 1.05rem;
        font-size: 0.88rem;
    }

    .c-featureHero__media {
        min-height: 180px;
        border-radius: 10px;
        width: 100%;
    }
    .c-featureHero__content {
        left: 16px;
        right: 16px;
        bottom: 14px;
        max-width: 100%;
    }
    .c-featureHero__desc {
        display: none; /* スマホは添付っぽくスッキリさせるなら非表示推奨 */
    }

    .p-hero__grid {
        grid-template-columns: 1fr;
    }
    .c-search__input {
        width: 11rem;
    }
    .c-sectionHead {
        align-items: flex-start;
        flex-direction: column;
    }
    .c-cardGrid--3 {
        grid-template-columns: 1fr;
    }
    .c-cardGrid--4 {
        grid-template-columns: 1fr;
    }
    .c-companyGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }
    .c-pickupGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 1.25rem;
        gap: 1.25rem;
    }
    .c-filterBox {
        padding: 1.5rem 1.25rem 1.25rem;
    }
    .c-filterRow {
        grid-template-columns: 1fr;
    }
    /* Pickup section (front-page): 2 columns + larger portrait avatars on mobile */
    .p-section--pickup .c-personCard__avatar {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
        max-width: 180px;
        margin: 0 auto 0.9rem;
    }

    .p-section--pickup .c-personCard__img,
    .p-section--pickup .c-personCard__imgPh {
        width: 100%;
        height: 100%;
        border-radius: 0.85rem;
    }

    .l-header__nav,
    .l-header__actions {
        display: none;
    }
    .c-hamburger {
        display: inline-flex;
    }

    /* Interviewer profile: image on top, text below */
    .p-profileCard {
        flex-direction: column;
        align-items: stretch;
        padding: 18px 16px;
        gap: 14px;
    }

    .p-profileCard__avatar {
        width: 100%;
        max-width: 200px; /* 少し小さく */
        height: auto;
        aspect-ratio: 4 / 5; /* 縦長を弱める */
        border-radius: 10px;
        margin: 0 auto;
    }

    .p-profileCard__img,
    .p-profileCard__img--ph {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .p-profileCard__nameMain {
        font-size: 0.95rem;
    }

    .p-profileCard__meta {
        font-size: 0.85rem;
    }

    .p-profileCard__intro,
    .p-profileCard__bio {
        font-size: 0.85rem;
        line-height: 1.8;
    }

    /* Reduce large gaps between profile and related section on mobile */
    .p-interviewProfile {
        margin-top: 56px; /* 100px → smaller on mobile */
    }

    .p-related {
        padding-top: 28px; /* 58px → smaller on mobile */
    }

    .p-related__title {
        margin-bottom: 28px; /* 50px → smaller on mobile */
    }

    /* Main title */
    .p-interviewHero__title {
        font-size: 1.35rem;
        line-height: 1.4;
        padding-bottom: 18px;
    }

    /* Lead text */
    .p-interviewLead__text {
        font-size: 0.9rem;
        line-height: 1.85;
    }

    /* Article body */
    .p-article--interview .p-article__content p {
        font-size: 0.95rem;
        line-height: 1.9;
    }

    .p-article--interview .p-article__content h2 {
        font-size: 1.25rem;
    }

    .p-article--interview .p-article__content h3 {
        font-size: 1.05rem;
    }

    .p-pickupGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
    }

    .p-pickupArchive .c-personCard__avatar {
        max-width: 140px;
    }

    .p-cardGrid--3 {
        grid-template-columns: 1fr;
    }

    .p-pagination .page-numbers.prev,
    .p-pagination .page-numbers.next {
        min-width: 96px;
        padding: 0 10px;
    }

    .p-companyCardBox .c-personCard__avatar {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4; /* 縦長 */
        max-width: 180px;
        margin: 0 auto 12px;
    }

    .p-companyCardBox .c-personCard__img,
    .p-companyCardBox .c-personCard__imgPh {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .p-companyInfo__btn--external {
        width: 100%;
        justify-content: space-between;
    }

    .p-companyInfo__btnText {
        font-size: 13px;
    }

    .p-memberHero__actions--dual {
        flex-direction: column;
    }

    .p-memberHero__btn {
        width: 100%;
        justify-content: center;
    }

    .page .c-article {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .page .c-article__title {
        font-size: 22px;
        margin-bottom: 28px;
    }

    /* Base font size */
    html {
        font-size: 15px; /* default 16px → slightly smaller */
    }

    body {
        line-height: 1.65;
    }

    /* Common text elements */
    p,
    li,
    dt,
    dd {
        font-size: 0.92rem;
    }

    /* Headings: subtle downscale */
    h1 {
        font-size: 1.45rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1.1rem;
    }
    h4 {
        font-size: 1rem;
    }

    /* 注目企業：ロゴの縦長を抑える */
    .c-companyCard__logo {
        height: 96px; /* 140px → 短く */
        margin-bottom: 8px;
    }

    .c-companyCard__logoImg {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
    .p-companyIntro__headline {
        margin-top: 0px;
    }

    .p-heroSlider__nav {
        width: 40px;
        height: 40px;
    }
    .p-heroSlider__nav--prev {
        left: 10px;
    }
    .p-heroSlider__nav--next {
        right: 10px;
    }

    .p-heroSlider__dots {
        bottom: 10px;
        gap: 7px;
        padding: 7px 9px;
    }

    .p-static {
        padding: 34px 0 56px;
    }

    .p-staticCard {
        padding: 18px;
        border-radius: 14px;
    }

    .p-staticCard__title {
        font-size: 16px;
    }

    .p-staticTable th {
        width: 140px;
    }

    .p-staticTable--stack,
    .p-staticTable--stack tbody,
    .p-staticTable--stack tr,
    .p-staticTable--stack th,
    .p-staticTable--stack td {
        display: block;
        width: 100%;
    }

    .p-staticTable--stack tr {
        border: 1px solid rgba(26, 33, 46, 0.1);
        border-radius: 12px;
        overflow: hidden;
        margin: 12px 0;
        background: #fff;
    }

    .p-staticTable--stack th {
        background: rgba(26, 33, 46, 0.04);
        border: none;
        padding: 12px 14px;
        font-weight: 600;
        color: #1a212e;
        white-space: normal;
    }

    .p-staticTable--stack td {
        border: none;
        padding: 12px 14px 14px;
    }

    /* ラベル表示（thが上に出るので基本不要だが、視認性UPで付けたい場合） */
    .p-staticTable--stack td[data-label]::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        letter-spacing: 0.06em;
        color: rgba(37, 46, 63, 0.7);
        margin-bottom: 6px;
    }

    .p-companyIntro__grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    /* 常に「文→画像」 */
    .p-companyIntro__block--text {
        order: 1;
    }
    .p-companyIntro__block--media {
        order: 2;
    }

    /* 画像を下で綺麗に */
    .p-companyIntro__photo {
        width: 100%;
    }
    .p-companyIntro__img {
        width: 100%;
        height: auto;
        display: block;
    }

    .p-interviewHero__who {
        flex-direction: row;
        align-items: center;
    }
    .p-interviewHero__whoLogoImg {
        width: 104px;
    }

    .p-companyCardBox .c-personCard__avatar {
        max-width: 200px;
        aspect-ratio: 3 / 4;
    }

    /* keep 2 columns for members even on small phones */
    .p-companyCardBox .c-pickupGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .p-companyHero__logo {
        width: 180px;
        height: 96px;
    }

    .p-pickupGrid {
        grid-template-columns: 1fr;
    }
}
