@charset "utf-8";

/* =========================================================
   IASO STAFF | TB 768px-1180px
   Shared namespace for Staff List / Staff Detail.
   STEP 2: Staff List TB.
========================================================= */
: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 {
    color:var(--staff-text);
    background:#fff;
    overflow:hidden;
}

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

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

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

/* HERO -------------------------------------------------- */
.StaffHero {
    position:relative;
    min-height:590px;
    overflow:hidden;
    background:
        radial-gradient(circle at 84% 14%,rgba(110,157,184,.085),transparent 30%),
        linear-gradient(118deg,#fbfaf7 0%,#f7fafc 48%,#eef5f8 100%);
}

.StaffHero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(24,50,71,.022) 1px,transparent 1px),
        linear-gradient(rgba(24,50,71,.018) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.66) 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;
    min-height:590px;
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);
    gap:44px;
    align-items:center;
    padding:58px 0 52px;
}

.StaffHero__copy {
    position:relative;
    min-width:0;
    padding:5px 0 5px 23px;
}

.StaffHero__copy::before {
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:1px;
    height:66px;
    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:40px;
    font-weight:500;
    line-height:1.5;
    letter-spacing:.04em;
}

.StaffHero__lead {
    margin:24px 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.9;
}

.StaffHero__text {
    max-width:470px;
    margin:16px 0 0;
    color:#566b76;
    font-size:13px;
    line-height:2;
}

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

/* HERO ART --------------------------------------------- */
.StaffHeroArt {
    position:relative;
    height:420px;
}

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

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

.StaffHeroArt__panel--front {
    left:0;
    top:0;
    z-index:2;
    width:88%;
    height:88%;
    padding:34px 34px 28px;
    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 20px 44px rgba(24,50,71,.085);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
}

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

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

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

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

.StaffHeroArt__axis {
    position:absolute;
    right:31px;
    top:39px;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:6px;
    color:#718690;
    font-size:6.5px;
    font-weight:600;
    line-height:1.3;
    letter-spacing:.16em;
}

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

.StaffHeroArt__line--01 {
    left:34px;
    right:34px;
    top:196px;
}

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

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

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

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

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

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

.StaffIntro__grid {
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
    gap:58px;
    align-items:start;
}

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

.StaffIntro__body {
    padding-top:24px;
}

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

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

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

.StaffArchive__head {
    margin-bottom:50px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(260px,.68fr);
    gap:52px;
    align-items:end;
}

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

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

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

.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:12px;
    top:12px;
    width:30px;
    height:30px;
    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:8.5px;
}

.StaffCard__view {
    display:none;
}

.StaffCard__caption {
    padding-top:17px;
}

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

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

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

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

.StaffArchive__empty {
    padding:58px 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.95;
}

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

.StaffClosing__inner {
    max-width:820px;
}

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

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

.StaffClosing__inner > p:not(.StaffEyebrow) {
    max-width:650px;
    margin:25px auto 0;
    color:#cbd8df;
    font-size:13px;
    line-height:2;
}

.StaffClosing__actions {
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:34px;
}

/* NARROW TABLET ---------------------------------------- */
@media screen and (max-width:900px) {
    .StaffInner {
        width:calc(100% - 56px);
    }

    .StaffHero {
        min-height:0;
    }

    .StaffHero::before {
        mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.42) 58%,#000 100%);
    }

    .StaffHero__inner {
        min-height:0;
        grid-template-columns:1fr;
        gap:36px;
        padding:68px 0 50px;
    }

    .StaffHero__copy {
        width:min(680px,94%);
    }

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

    .StaffHero__text {
        max-width:620px;
    }

    .StaffHeroArt {
        width:min(700px,100%);
        height:390px;
        margin:0 auto;
    }

    .StaffHeroArt__panel--front {
        width:90%;
        height:88%;
    }

    .StaffHeroArt__panel--back {
        width:84%;
    }

    .StaffIntro {
        padding:88px 0 82px;
    }

    .StaffIntro__grid {
        grid-template-columns:1fr;
        gap:20px;
    }

    .StaffIntro__body {
        max-width:640px;
        padding-top:0;
    }

    .StaffArchive {
        padding:92px 0 100px;
    }

    .StaffArchive__head {
        grid-template-columns:1fr;
        gap:16px;
        margin-bottom:42px;
    }

    .StaffArchive__head > p {
        max-width:560px;
    }

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

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

/* =========================================================
   STAFF DETAIL / TB 768px-1180px
   PC FIX design translated for tablet.
========================================================= */
.StaffDetailPage {
    color:var(--staff-text);
    background:#fff;
    overflow:hidden;
}

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

/* PROFILE HERO ----------------------------------------- */
.StaffProfileHero {
    position:relative;
    min-height:590px;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 12%,rgba(110,157,184,.05),transparent 30%),
        linear-gradient(118deg,#fbfaf7 0%,#f7fafc 52%,#eef5f8 100%);
}

.StaffProfileHero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(24,50,71,.016) 1px,transparent 1px),
        linear-gradient(rgba(24,50,71,.013) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.28) 42%,transparent 76%);
    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;
    min-height:590px;
    display:grid;
    grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);
    gap:54px;
    align-items:center;
    padding:54px 0 50px;
}

.StaffProfileHero__visual {
    position:relative;
    width:100%;
    margin:0;
    padding:0 0 24px 24px;
}

.StaffProfileHero__visual::before {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:82%;
    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 22px 46px 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%;
    height:440px;
    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:18px;
    color:#7d8e97;
    font-size:6.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.15em;
}

.StaffProfileHero__copy {
    position:relative;
    min-width:0;
    padding-left:25px;
}

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

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

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

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

.StaffProfileHero__signature {
    max-width:430px;
    margin-top:28px;
    padding:13px 0;
    display:flex;
    flex-wrap:wrap;
    gap:10px 20px;
    border-top:1px solid rgba(110,157,184,.22);
    border-bottom:1px solid rgba(110,157,184,.14);
    color:#7f919a;
    font-size:6.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.15em;
}

.StaffProfileHero__intro {
    max-width:410px;
    margin:20px 0 0;
    color:#647984;
    font-size:13px;
    line-height:1.95;
}

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

.StaffBeyond__grid {
    display:grid;
    grid-template-columns:minmax(0,.78fr) minmax(450px,1.22fr);
    gap:68px;
    align-items:start;
}

.StaffBeyond__head {
    position:sticky;
    top:96px;
}

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

.StaffBeyond__head > p:not(.StaffEyebrow) {
    max-width:350px;
    margin:20px 0 0;
    color:var(--staff-muted);
    font-size:13px;
    line-height:1.95;
}

.StaffBeyond__content {
    display:grid;
    gap:16px;
}

.StaffBeyondCard {
    position:relative;
    padding:26px 28px 29px;
    border:1px solid var(--staff-line);
    background:#fbfcfc;
}

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

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

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

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

.StaffBeyondCard > p,
.StaffBeyondCard__message p {
    margin:14px 0 0;
    color:var(--staff-muted);
    font-size:13px;
    line-height:2.05;
}

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

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

.StaffSchedule__head {
    margin-bottom:40px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);
    gap:44px;
    align-items:end;
}

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

.StaffSchedule__head > p {
    margin:0;
    padding-bottom:3px;
    color:var(--staff-muted);
    font-size:13px;
    line-height:1.95;
}

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

.StaffSchedule__calendar {
    min-width:0;
    padding:20px;
    border:1px solid var(--staff-line);
    background:#fff;
}

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

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

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

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

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

.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:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px 16px;
    color:#6f818b;
    font-size:9px;
    line-height:1.4;
}

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

.StaffSchedule__legend i {
    width:11px;
    height:11px;
    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:90px 0 96px;
    background:#fff;
}

.StaffRelated__head {
    margin-bottom:40px;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:32px;
}

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

.StaffRelated__head > a {
    flex:0 0 auto;
    padding-bottom:3px;
    border-bottom:1px solid #a9bdc7;
    color:var(--staff-navy);
    font-size:8px;
    font-weight:600;
    line-height:1.5;
    letter-spacing:.12em;
    text-decoration:none;
}

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

.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:10px;
    top:10px;
    width:28px;
    height:28px;
    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:14px;
}

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

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

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

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

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

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

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

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

/* EMPTY ------------------------------------------------- */
.StaffDetailEmpty {
    min-height:590px;
    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:34px;
    font-weight:500;
    line-height:1.6;
}

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


/* NARROW TABLET / 768-900 ------------------------------ */
@media screen and (max-width:900px) {
    /*
       At portrait-tablet width, the PC-style split is retained,
       but the image is slightly slimmer and the copy receives more air.
    */
    .StaffProfileHero {
        min-height:0;
    }

    .StaffProfileHero::before {
        mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.22) 44%,transparent 76%);
    }

    .StaffProfileHero__inner {
        min-height:0;
        grid-template-columns:minmax(270px,.78fr) minmax(0,1.22fr);
        gap:42px;
        padding:90px 0 52px;
    }

    .StaffProfileHero__visual {
        padding:0 0 22px 22px;
    }

    .StaffProfileHero__imageFrame img {
        height:400px;
    }

    .StaffProfileHero__copy {
        padding-left:24px;
    }

    .StaffProfileHero__copy::before {
        height:66px;
    }

    .StaffProfileHero__position {
        margin-bottom:13px;
    }

    .StaffProfileHero h1 {
        font-size:36px;
        line-height:1.52;
    }

    .StaffProfileHero__signature {
        margin-top:26px;
        padding:12px 0;
        gap:9px 17px;
    }

    .StaffProfileHero__intro {
        max-width:360px;
        margin-top:20px;
        font-size:12.5px;
        line-height:1.95;
    }

    /*
       The previous two-column OFF THE CLOCK / MESSAGE layout created
       a large empty column beside long messages. Stack them instead.
    */
    .StaffBeyond {
        padding:78px 0 84px;
    }

    .StaffBeyond__grid {
        grid-template-columns:1fr;
        gap:30px;
    }

    .StaffBeyond__head {
        position:static;
        max-width:640px;
    }

    .StaffBeyond__head h2 {
        font-size:31px;
    }

    .StaffBeyond__head > p:not(.StaffEyebrow) {
        max-width:570px;
        margin-top:18px;
    }

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

    .StaffBeyondCard {
        height:auto;
        padding:24px 26px 27px;
    }

    .StaffBeyondCard:not(.StaffBeyondCard--message) {
        display:grid;
        grid-template-columns:170px minmax(0,1fr);
        grid-template-areas:
            "eyebrow eyebrow"
            "title text";
        column-gap:26px;
        align-items:start;
    }

    .StaffBeyondCard:not(.StaffBeyondCard--message) .StaffBeyondCard__eyebrow {
        grid-area:eyebrow;
    }

    .StaffBeyondCard:not(.StaffBeyondCard--message) h3 {
        grid-area:title;
    }

    .StaffBeyondCard:not(.StaffBeyondCard--message) > p {
        grid-area:text;
        margin-top:0;
    }

    .StaffBeyondCard--message {
        padding:32px 32px 36px;
    }

    .StaffBeyondCard__message p {
        margin-top:16px;
        font-size:14px;
        line-height:2.22;
    }

    .StaffSchedule {
        padding:82px 0 88px;
    }

    .StaffSchedule__head {
        grid-template-columns:1fr;
        gap:14px;
        margin-bottom:34px;
    }

    .StaffSchedule__head > p {
        max-width:580px;
    }

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

    .StaffSchedule__calendar {
        width:min(640px,100%);
        margin:0 auto;
        padding:22px 24px 24px;
    }

    .StaffDetailPage table.calendar th,
    .StaffDetailPage table.calendar td {
        height:47px;
        padding:4px;
    }

    .StaffSchedule__legend {
        width:min(640px,100%);
        margin:18px auto 0;
        justify-content:flex-start;
        gap:10px 18px;
    }

    .StaffRelated {
        padding:82px 0 88px;
    }

    .StaffRelated__head {
        margin-bottom:34px;
    }

    .StaffRelated__grid {
        gap:18px;
    }

    .StaffRelatedCard h3 {
        font-size:17px;
    }

    .StaffProfileNav {
        padding:50px 0;
    }

    .StaffProfileNav__inner a {
        min-height:90px;
        padding:17px 20px;
    }
}
