@charset "utf-8";

/* =========================================================
   IASO STAFF | SP <=767px
   Shared namespace for Staff List / Staff Detail.
   STEP 3: Staff List SP.
========================================================= */
:root {
    --staff-navy:#183247;
    --staff-blue:#6e9db8;
    --staff-text:#334652;
    --staff-muted:#74858e;
    --staff-line:#dbe4e9;
    --staff-ivory:#f8f7f3;
    --staff-sky:#f3f8fb;
    --staff-white:#ffffff;
}

.StaffListPage {
    position:relative;
    margin:0;
    padding:0;
    color:var(--staff-text);
    background:#fff;
    overflow:hidden;
}

.StaffListPage *,
.StaffListPage *::before,
.StaffListPage *::after {
    box-sizing:border-box;
}

.StaffInner {
    width:calc(100% - 36px);
    margin:0 auto;
}

.StaffEyebrow {
    margin:0 0 14px;
    color:var(--staff-blue);
    font-size:9px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.18em;
}

/* HERO -------------------------------------------------- */
.StaffHero {
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 88% 12%,rgba(110,157,184,.08),transparent 30%),
        linear-gradient(150deg,#fbfaf7 0%,#f7fafc 52%,#eef5f8 100%);
}

.StaffHero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(24,50,71,.018) 1px,transparent 1px),
        linear-gradient(rgba(24,50,71,.016) 1px,transparent 1px);
    background-size:54px 54px;
    mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.4) 52%,#000 100%);
    pointer-events:none;
}

.StaffHero::after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:rgba(110,157,184,.17);
}

.StaffHero__inner {
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    gap:30px;
    padding:78px 0 30px;
}

.StaffHero__copy {
    position:relative;
    min-width:0;
    padding-left:18px;
}

.StaffHero__copy::before {
    content:"";
    position:absolute;
    left:0;
    top:3px;
    width:1px;
    height:54px;
    background:linear-gradient(180deg,var(--staff-blue),rgba(110,157,184,.12));
}

.StaffHero h1 {
    margin:0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:28px;
    font-weight:500;
    line-height:1.55;
    letter-spacing:.02em;
}

.StaffHero__lead {
    margin:22px 0 0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:16px;
    font-weight:500;
    line-height:1.85;
}

.StaffHero__text {
    margin:15px 0 0;
    color:#566b76;
    font-size:13px;
    line-height:1.95;
}

.StaffHero__meta {
    display:flex;
    flex-wrap:wrap;
    gap:8px 15px;
    margin-top:24px;
    padding-top:15px;
    border-top:1px solid rgba(110,157,184,.2);
    color:#7c8d96;
    font-size:6.4px;
    line-height:1.4;
    letter-spacing:.14em;
}

/* HERO ART --------------------------------------------- */
.StaffHeroArt {
    position:relative;
    width:100%;
    height:292px;
    margin:0 auto;
}

.StaffHeroArt__panel {
    position:absolute;
    border:1px solid rgba(110,157,184,.2);
}

.StaffHeroArt__panel--back {
    top:18px;
    right:0;
    width:82%;
    height:82%;
    background:rgba(255,255,255,.25);
}

.StaffHeroArt__panel--front {
    left:0;
    top:0;
    z-index:2;
    width:90%;
    height:88%;
    padding:24px 22px 20px;
    overflow:hidden;
    background:linear-gradient(150deg,rgba(255,255,255,.78),rgba(241,248,251,.56));
    border-color:rgba(255,255,255,.8);
    box-shadow:0 16px 34px rgba(24,50,71,.08);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
}

.StaffHeroArt__panel--front::before {
    content:"";
    position:absolute;
    right:-38px;
    top:-38px;
    width:126px;
    height:126px;
    border:1px solid rgba(110,157,184,.17);
    border-radius:50%;
}

.StaffHeroArt__panel--front::after {
    content:"";
    position:absolute;
    right:20px;
    bottom:20px;
    width:48px;
    height:48px;
    border:1px solid rgba(110,157,184,.16);
}

.StaffHeroArt__kicker {
    position:relative;
    z-index:2;
    color:var(--staff-blue);
    font-size:6.5px;
    font-weight:600;
    letter-spacing:.17em;
}

.StaffHeroArt__word {
    position:absolute;
    left:18px;
    top:59px;
    z-index:1;
    color:rgba(24,50,71,.105);
    font-family:Georgia,"Times New Roman",serif;
    font-size:55px;
    font-weight:400;
    line-height:.9;
    white-space:nowrap;
}

.StaffHeroArt__axis {
    position:absolute;
    right:22px;
    top:28px;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:5px;
    color:#718690;
    font-size:5.8px;
    font-weight:600;
    line-height:1.3;
    letter-spacing:.14em;
}

.StaffHeroArt__line {
    position:absolute;
    z-index:2;
    height:1px;
    background:linear-gradient(90deg,rgba(110,157,184,.2),rgba(110,157,184,.72));
}

.StaffHeroArt__line--01 {
    left:22px;
    right:22px;
    top:138px;
}

.StaffHeroArt__line--02 {
    left:22px;
    width:36%;
    top:153px;
    opacity:.55;
}

.StaffHeroArt__edition {
    position:absolute;
    left:22px;
    right:22px;
    bottom:20px;
    z-index:2;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:12px;
}

.StaffHeroArt__edition small {
    color:#6f838d;
    font-size:5.5px;
    font-weight:600;
    letter-spacing:.12em;
}

.StaffHeroArt__edition b {
    color:rgba(110,157,184,.55);
    font-family:Georgia,"Times New Roman",serif;
    font-size:34px;
    font-weight:400;
    line-height:.85;
}

.StaffHeroArt__caption {
    position:absolute;
    left:0;
    bottom:0;
    color:#778b95;
    font-size:5.5px;
    font-weight:600;
    letter-spacing:.14em;
}

/* INTRO ------------------------------------------------- */
.StaffIntro {
    padding:70px 0 68px;
    background:#fff;
}

.StaffIntro__grid {
    display:block;
}

.StaffIntro h2 {
    margin:0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:27px;
    font-weight:500;
    line-height:1.68;
    letter-spacing:.02em;
}

.StaffIntro__body {
    margin-top:28px;
    padding:0;
}

.StaffIntro__body p {
    margin:0;
    color:var(--staff-muted);
    font-size:13px;
    line-height:1.95;
}

.StaffIntro__body .StaffIntro__lead {
    margin-bottom:18px;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:15px;
    font-weight:500;
    line-height:1.9;
}

/* ARCHIVE ---------------------------------------------- */
.StaffArchive {
    padding:72px 0 80px;
    background:#f7fafb;
}

.StaffArchive__head {
    margin-bottom:38px;
    display:block;
}

.StaffArchive__head h2 {
    margin:0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:27px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.02em;
}

.StaffArchive__head > p {
    margin:16px 0 0;
    padding:0;
    color:var(--staff-muted);
    font-size:13px;
    line-height:1.9;
}

/* GRID -------------------------------------------------- */
.StaffGrid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:42px 14px;
}

.StaffCard {
    min-width:0;
}

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

.StaffCard__figure {
    margin:0;
}

.StaffCard__visual {
    position:relative;
    overflow:hidden;
    background:#edf3f5;
}

.StaffCard__visual::after {
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(24,50,71,.055);
    pointer-events:none;
}

.StaffCard__visual img {
    display:block;
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    object-position:center top;
}

.StaffCard__index {
    position:absolute;
    left:9px;
    top:9px;
    width:27px;
    height:27px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.78);
    border-radius:50%;
    color:#fff;
    background:rgba(24,50,71,.24);
    -webkit-backdrop-filter:blur(6px);
    backdrop-filter:blur(6px);
    font-family:Georgia,"Times New Roman",serif;
    font-size:8px;
}

.StaffCard__view {
    display:none;
}

.StaffCard__caption {
    padding-top:14px;
}

.StaffCard__position {
    display:block;
    color:var(--staff-blue);
    font-size:7px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.11em;
}

.StaffCard h3 {
    margin:7px 0 0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:17px;
    font-weight:500;
    line-height:1.6;
    letter-spacing:.015em;
}

.StaffCard__caption small {
    display:block;
    margin-top:3px;
    color:#8a9aa2;
    font-size:7px;
    line-height:1.4;
    letter-spacing:.08em;
}

.StaffCard__profile {
    display:inline-block;
    margin-top:9px;
    color:#80929b;
    font-size:6.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.13em;
}

.StaffArchive__empty {
    padding:50px 0;
    border-top:1px solid var(--staff-line);
    border-bottom:1px solid var(--staff-line);
    text-align:center;
}

.StaffArchive__empty p {
    margin:0;
    color:var(--staff-muted);
    font-size:13px;
    line-height:1.9;
}

/* CLOSING ---------------------------------------------- */
.StaffClosing {
    padding:82px 0 88px;
    background:var(--staff-navy);
    text-align:center;
}

.StaffClosing .StaffEyebrow {
    color:#9bc1d4;
}

.StaffClosing h2 {
    margin:0;
    color:#fff;
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:28px;
    font-weight:500;
    line-height:1.7;
    letter-spacing:.02em;
}

.StaffClosing__inner > p:not(.StaffEyebrow) {
    margin:22px auto 0;
    color:#cbd8df;
    font-size:13px;
    line-height:1.95;
}

.StaffClosing__actions {
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:30px;
}

.StaffClosing__actions .iaso-button {
    width:100%;
}

/* SMALL SP --------------------------------------------- */
@media screen and (max-width:390px) {
    .StaffInner {
        width:calc(100% - 32px);
    }

    .StaffHero__inner {
        padding-top:82px;
    }

    .StaffHero h1 {
        font-size:26px;
    }

    .StaffHero__lead {
        font-size:15px;
    }

    .StaffHero__text {
        font-size:12.5px;
    }

    .StaffHeroArt {
        height:272px;
    }

    .StaffHeroArt__word {
        font-size:50px;
    }

    .StaffIntro h2,
    .StaffArchive__head h2 {
        font-size:26px;
    }

    .StaffGrid {
        gap:38px 12px;
    }

    .StaffCard h3 {
        font-size:16px;
    }
}

/* =========================================================
   STAFF DETAIL / SP <=767px
   Editorial profile optimized for mobile reading.
========================================================= */
.StaffDetailPage {
    position:relative;
    margin:0;
    padding:0;
    color:var(--staff-text);
    background:#fff;
    overflow:hidden;
}

.StaffDetailPage *,
.StaffDetailPage *::before,
.StaffDetailPage *::after {
    box-sizing:border-box;
}

/* PROFILE HERO ----------------------------------------- */
.StaffProfileHero {
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 88% 10%,rgba(110,157,184,.075),transparent 30%),
        linear-gradient(150deg,#fbfaf7 0%,#f7fafc 52%,#eef5f8 100%);
}

.StaffProfileHero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(24,50,71,.015) 1px,transparent 1px),
        linear-gradient(rgba(24,50,71,.012) 1px,transparent 1px);
    background-size:54px 54px;
    mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.2) 42%,transparent 78%);
    pointer-events:none;
}

.StaffProfileHero::after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:rgba(110,157,184,.17);
}

.StaffProfileHero__inner {
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    gap:30px;
    padding:78px 0 34px;
}

/* On mobile, identity comes before the portrait. */
.StaffProfileHero__copy {
    order:1;
    position:relative;
    min-width:0;
    padding-left:18px;
}

.StaffProfileHero__copy::before {
    content:"";
    position:absolute;
    left:0;
    top:3px;
    width:1px;
    height:56px;
    background:linear-gradient(180deg,var(--staff-blue),rgba(110,157,184,.12));
}

.StaffProfileHero__visual {
    order:2;
    position:relative;
    width:100%;
    margin:0;
    padding:0 0 22px 20px;
}

.StaffProfileHero__visual::before {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:84%;
    height:86%;
    border:1px solid rgba(110,157,184,.18);
    background:rgba(255,255,255,.24);
}

.StaffProfileHero__imageFrame {
    position:relative;
    z-index:1;
    overflow:hidden;
    background:#edf3f5;
    box-shadow:0 18px 38px rgba(24,50,71,.085);
}

.StaffProfileHero__imageFrame::after {
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(24,50,71,.055);
    pointer-events:none;
}

.StaffProfileHero__imageFrame img {
    display:block;
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    object-position:center top;
}

.StaffProfileHero__visual figcaption {
    position:relative;
    z-index:1;
    margin-top:10px;
    display:flex;
    justify-content:space-between;
    gap:16px;
    color:#7d8e97;
    font-size:5.8px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.13em;
}

.StaffProfileHero__position {
    margin:0 0 11px;
    color:var(--staff-blue);
    font-size:7.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.14em;
}

.StaffProfileHero h1 {
    margin:0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:28px;
    font-weight:500;
    line-height:1.55;
    letter-spacing:.02em;
}

.StaffProfileHero__nameEn {
    margin:7px 0 0;
    color:#84949c;
    font-size:7px;
    line-height:1.4;
    letter-spacing:.14em;
}

.StaffProfileHero__signature {
    margin-top:23px;
    padding:12px 0;
    display:flex;
    flex-wrap:wrap;
    gap:9px 16px;
    border-top:1px solid rgba(110,157,184,.22);
    border-bottom:1px solid rgba(110,157,184,.14);
    color:#7f919a;
    font-size:6px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.13em;
}

.StaffProfileHero__intro {
    margin:18px 0 0;
    color:#647984;
    font-size:12.5px;
    line-height:1.9;
}

/* BEYOND THE PROFILE ----------------------------------- */
.StaffBeyond {
    padding:68px 0 72px;
    background:#fff;
}

.StaffBeyond__grid {
    display:block;
}

.StaffBeyond__head {
    position:static;
}

.StaffBeyond__head h2 {
    margin:0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:27px;
    font-weight:500;
    line-height:1.68;
    letter-spacing:.02em;
}

.StaffBeyond__head > p:not(.StaffEyebrow) {
    margin:18px 0 0;
    color:var(--staff-muted);
    font-size:13px;
    line-height:1.9;
}

.StaffBeyond__content {
    display:grid;
    gap:14px;
    margin-top:30px;
}

.StaffBeyondCard {
    position:relative;
    padding:22px 20px 24px;
    border:1px solid var(--staff-line);
    background:#fbfcfc;
}

.StaffBeyondCard::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:34px;
    height:1px;
    background:var(--staff-blue);
}

.StaffBeyondCard--message {
    padding:25px 20px 28px;
    background:linear-gradient(145deg,#f9fbfc 0%,#f3f8fa 100%);
}

.StaffBeyondCard__eyebrow {
    display:block;
    margin-bottom:10px;
    color:var(--staff-blue);
    font-size:7px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.15em;
}

.StaffBeyondCard h3 {
    margin:0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:17px;
    font-weight:500;
    line-height:1.7;
    letter-spacing:.015em;
}

.StaffBeyondCard > p {
    margin:12px 0 0;
    color:var(--staff-muted);
    font-size:13px;
    line-height:1.95;
}

.StaffBeyondCard__message p {
    margin:15px 0 0;
    color:#425a67;
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:14px;
    line-height:2.08;
}

/* SCHEDULE --------------------------------------------- */
.StaffSchedule {
    padding:70px 0 74px;
    background:#f7fafb;
}

.StaffSchedule__head {
    display:block;
    margin-bottom:30px;
}

.StaffSchedule__head h2 {
    margin:0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:27px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.02em;
}

.StaffSchedule__head > p {
    margin:15px 0 0;
    color:var(--staff-muted);
    font-size:12.5px;
    line-height:1.9;
}

.StaffSchedule__calendarWrap {
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
}

.StaffSchedule__calendar {
    width:100%;
    min-width:0;
    padding:12px;
    border:1px solid var(--staff-line);
    background:#fff;
    overflow:hidden;
}

.StaffDetailPage table.calendar {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    table-layout:fixed;
    background:#fff;
    color:var(--staff-text);
    font-size:9px;
}

.StaffDetailPage table.calendar th,
.StaffDetailPage table.calendar td {
    width:14.285%;
    height:40px;
    padding:2px 1px;
    border:1px solid #e3e9ec;
    background:#fff;
    color:#536873;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
}

.StaffDetailPage table.calendar .calendartitle,
.StaffDetailPage .calendartitle {
    height:38px;
    color:var(--staff-navy);
    background:#f7fafb;
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:.02em;
}

.StaffDetailPage table.calendar .calendarweek,
.StaffDetailPage .calendarweek {
    height:29px;
    color:#6b7e88;
    background:#fbfcfd;
    font-size:8px;
    font-weight:600;
}

.StaffDetailPage table.calendar td p {
    margin:0;
    font-size:9px;
    line-height:1.2;
}

.StaffDetailPage table.calendar td p.holiday,
.StaffDetailPage table.calendar td.week_0 font {
    color:#9d6f6b;
}

.StaffDetailPage .shukkin {
    background:#fff;
    border:1px solid #ccd8de;
}

.StaffDetailPage .flex {
    background:#aebcc4;
    border:1px solid #aebcc4;
}

.StaffDetailPage .yasumi_am {
    background:#9ca1c5;
    border:1px solid #9ca1c5;
}

.StaffDetailPage .yasumi_pm {
    background:#bf9a96;
    border:1px solid #bf9a96;
}

.StaffDetailPage .yasumi {
    background:#536873;
    border:1px solid #536873;
}

.StaffSchedule__legend {
    margin-top:16px;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:9px 14px;
    color:#6f818b;
    font-size:8.5px;
    line-height:1.4;
}

.StaffSchedule__legend span {
    display:inline-flex;
    align-items:center;
    gap:5px;
}

.StaffSchedule__legend i {
    width:10px;
    height:10px;
    display:inline-block;
    border:1px solid #ccd8de;
}

.StaffSchedule__legend .is-work { background:#fff; }
.StaffSchedule__legend .is-flex { background:#aebcc4; border-color:#aebcc4; }
.StaffSchedule__legend .is-am { background:#9ca1c5; border-color:#9ca1c5; }
.StaffSchedule__legend .is-pm { background:#bf9a96; border-color:#bf9a96; }
.StaffSchedule__legend .is-off { background:#536873; border-color:#536873; }

/* RELATED STAFF ---------------------------------------- */
.StaffRelated {
    padding:70px 0 74px;
    background:#fff;
}

.StaffRelated__head {
    display:block;
    margin-bottom:28px;
}

.StaffRelated__head h2 {
    margin:0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:27px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.02em;
}

.StaffRelated__head > a {
    display:inline-block;
    margin-top:13px;
    padding-bottom:3px;
    border-bottom:1px solid #a9bdc7;
    color:var(--staff-navy);
    font-size:8px;
    font-weight:600;
    line-height:1.5;
    letter-spacing:.11em;
    text-decoration:none;
}

.StaffRelated__grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 14px;
}

.StaffRelatedCard a {
    display:block;
    color:inherit;
    text-decoration:none;
}

.StaffRelatedCard figure {
    margin:0;
}

.StaffRelatedCard__visual {
    position:relative;
    overflow:hidden;
    background:#edf3f5;
}

.StaffRelatedCard__visual img {
    display:block;
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    object-position:center top;
}

.StaffRelatedCard__visual > span {
    position:absolute;
    left:9px;
    top:9px;
    width:27px;
    height:27px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.78);
    border-radius:50%;
    color:#fff;
    background:rgba(24,50,71,.24);
    -webkit-backdrop-filter:blur(6px);
    backdrop-filter:blur(6px);
    font-family:Georgia,"Times New Roman",serif;
    font-size:8px;
}

.StaffRelatedCard figcaption {
    padding-top:12px;
}

.StaffRelatedCard figcaption small {
    display:block;
    color:var(--staff-blue);
    font-size:6.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.1em;
}

.StaffRelatedCard h3 {
    margin:6px 0 0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:16px;
    font-weight:500;
    line-height:1.6;
}

.StaffRelatedCard figcaption p {
    margin:3px 0 0;
    color:#8a9aa2;
    font-size:6.5px;
    line-height:1.4;
    letter-spacing:.08em;
}

/* Odd third card spans full row for a deliberate editorial finish. */
.StaffRelatedCard:nth-child(3):last-child {
    grid-column:1 / -1;
    width:calc(50% - 7px);
}

/* PROFILE NAV ------------------------------------------ */
.StaffProfileNav {
    padding:44px 0;
    background:#f7fafb;
}

.StaffProfileNav__inner {
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
}

.StaffProfileNav__inner a {
    min-height:76px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    padding:15px 17px;
    border:1px solid var(--staff-line);
    color:var(--staff-navy);
    background:#fff;
    text-decoration:none;
}

.StaffProfileNav__inner span {
    color:var(--staff-blue);
    font-size:7px;
    font-weight:600;
    letter-spacing:.13em;
}

.StaffProfileNav__inner strong {
    font-size:13px;
    font-weight:500;
    line-height:1.55;
}

/* EMPTY ------------------------------------------------- */
.StaffDetailEmpty {
    min-height:520px;
    display:flex;
    align-items:center;
    text-align:center;
}

.StaffDetailEmpty h1 {
    margin:0;
    color:var(--staff-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:26px;
    font-weight:500;
    line-height:1.6;
}

.StaffDetailEmpty p {
    margin:18px 0 24px;
    color:var(--staff-muted);
    font-size:13px;
}

/* SMALL SP --------------------------------------------- */
@media screen and (max-width:390px) {
    .StaffProfileHero__inner {
        padding-top:82px;
    }

    .StaffProfileHero h1 {
        font-size:26px;
    }

    .StaffProfileHero__visual {
        padding-left:18px;
    }

    .StaffBeyond__head h2,
    .StaffSchedule__head h2,
    .StaffRelated__head h2 {
        font-size:26px;
    }

    .StaffBeyondCard {
        padding-left:18px;
        padding-right:18px;
    }

    .StaffBeyondCard--message {
        padding-left:18px;
        padding-right:18px;
    }

    .StaffSchedule__calendar {
        padding:9px;
    }

    .StaffDetailPage table.calendar th,
    .StaffDetailPage table.calendar td {
        height:37px;
    }

    .StaffDetailPage table.calendar td p {
        font-size:8.5px;
    }

    .StaffRelated__grid {
        gap:28px 12px;
    }

    .StaffRelatedCard:nth-child(3):last-child {
        width:calc(50% - 6px);
    }
}
