@charset "utf-8";

/* =========================================================
   IASO STAFF | PC 1181px+
   Shared namespace for Staff List / Staff Detail.
   STEP 1: Staff List PC.
========================================================= */
: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:min(1120px,calc(100% - 96px));
    margin:0 auto;
}

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

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

.StaffHero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(24,50,71,.025) 1px,transparent 1px),
        linear-gradient(rgba(24,50,71,.02) 1px,transparent 1px);
    background-size:80px 80px;
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.72) 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:680px;
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);
    gap:76px;
    align-items:center;
    padding:78px 0 66px;
}

.StaffHero__copy {
    position:relative;
    min-width:0;
    padding:6px 0 6px 29px;
}

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

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

.StaffHero__text {
    max-width:500px;
    margin:17px 0 0;
    color:#566b76;
    font-size:13px;
    line-height:2.05;
}

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

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

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

.StaffHeroArt__panel--back {
    top:28px;
    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:42px 42px 34px;
    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 24px 56px rgba(24,50,71,.09);
    -webkit-backdrop-filter:blur(12px);
    backdrop-filter:blur(12px);
}

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

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

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

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

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

.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:42px;
    right:42px;
    top:232px;
}

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

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

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

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

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

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

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

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

.StaffIntro__body {
    padding-top:28px;
}

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

.StaffIntro__body .StaffIntro__lead {
    margin-bottom:20px;
    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;
}

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

.StaffArchive__head {
    margin-bottom:58px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);
    gap:72px;
    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:36px;
    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:2;
}

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

.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;
    transition:transform .7s cubic-bezier(.2,.65,.3,1),filter .4s ease;
}

.StaffCard__index {
    position:absolute;
    left:14px;
    top:14px;
    width:32px;
    height:32px;
    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(7px);
    backdrop-filter:blur(7px);
    font-family:Georgia,"Times New Roman",serif;
    font-size:9px;
}

.StaffCard__view {
    position:absolute;
    right:14px;
    bottom:14px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:8px 11px;
    border:1px solid rgba(255,255,255,.8);
    color:#fff;
    background:rgba(24,50,71,.28);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
    font-size:7px;
    font-weight:600;
    letter-spacing:.14em;
    opacity:0;
    transform:translateY(5px);
    transition:opacity .3s ease,transform .3s ease,background-color .3s ease;
}

.StaffCard__view span {
    font-size:11px;
    letter-spacing:0;
}

.StaffCard__caption {
    padding-top:20px;
}

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

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

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

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

.StaffArchive__empty {
    padding:62px 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:14px;
    line-height:2;
}

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

.StaffClosing__inner {
    max-width:900px;
}

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

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

.StaffClosing__inner > p:not(.StaffEyebrow) {
    max-width:680px;
    margin:27px auto 0;
    color:#cbd8df;
    font-size:14px;
    line-height:2.05;
}

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

/* INTERACTION ------------------------------------------ */
.StaffCard__link:focus-visible {
    outline:1px solid rgba(110,157,184,.78);
    outline-offset:4px;
}

@media (hover:hover) and (pointer:fine) {
    .StaffCard__link:hover .StaffCard__visual img {
        transform:scale(1.022);
        filter:saturate(.96) brightness(1.015);
    }

    .StaffCard__link:hover .StaffCard__view {
        opacity:1;
        transform:translateY(0);
        background:rgba(24,50,71,.5);
    }

    .StaffCard__link:hover h3 {
        color:#4f839e;
    }
}


/* =========================================================
   STAFF DETAIL / PC
========================================================= */
.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:680px;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 12%,rgba(110,157,184,.055),transparent 28%),
        linear-gradient(118deg,#fbfaf7 0%,#f7fafc 52%,#eef5f8 100%);
}

.StaffProfileHero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(24,50,71,.018) 1px,transparent 1px),
        linear-gradient(rgba(24,50,71,.014) 1px,transparent 1px);
    background-size:84px 84px;
    mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.3) 42%,transparent 74%);
    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:680px;
    display:grid;
    grid-template-columns:minmax(460px,.96fr) minmax(0,1.04fr);
    gap:88px;
    align-items:center;
    padding:70px 0 64px;
}

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

.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 26px 58px rgba(24,50,71,.09);
}

.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:520px;
    object-fit:cover;
    object-position:center top;
}

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

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

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

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

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

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

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

.StaffProfileHero__intro {
    max-width:440px;
    margin:24px 0 0;
    color:#647984;
    font-size:13px;
    line-height:2;
}

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

.StaffBeyond__grid {
    display:grid;
    grid-template-columns:minmax(0,.76fr) minmax(500px,1.24fr);
    gap:96px;
    align-items:start;
}

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

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

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

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

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

.StaffBeyondCard::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:42px;
    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:12px;
    color:var(--staff-blue);
    font-size:8px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.17em;
}

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

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

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

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

.StaffSchedule__head {
    margin-bottom:52px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,.68fr);
    gap:72px;
    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:36px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.035em;
}

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

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

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

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

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

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

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

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

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

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

.StaffSchedule__legend i {
    width:12px;
    height:12px;
    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:116px 0 124px;
    background:#fff;
}

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

.StaffRelated__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;
}

.StaffRelated__head > a {
    padding-bottom:4px;
    border-bottom:1px solid #a9bdc7;
    color:var(--staff-navy);
    font-size:9px;
    font-weight:600;
    letter-spacing:.13em;
    text-decoration:none;
}

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

.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;
    transition:transform .65s ease;
}

.StaffRelatedCard__visual > span {
    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;
}

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

.StaffRelatedCard figcaption small {
    display:block;
    color:var(--staff-blue);
    font-size:7.5px;
    font-weight:600;
    letter-spacing:.13em;
}

.StaffRelatedCard h3 {
    margin:8px 0 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.65;
}

.StaffRelatedCard figcaption p {
    margin:3px 0 0;
    color:#8a9aa2;
    font-size:7.5px;
    letter-spacing:.1em;
}

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

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

.StaffProfileNav__inner a {
    min-height:104px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:7px;
    padding:22px 26px;
    border:1px solid var(--staff-line);
    color:var(--staff-navy);
    background:#fff;
    text-decoration:none;
    transition:background-color .25s ease,border-color .25s ease;
}

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

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

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

.StaffDetailEmpty p {
    margin:22px 0 28px;
    color:var(--staff-muted);
    font-size:14px;
}

@media (hover:hover) and (pointer:fine) {
    .StaffProfileNav__inner a:hover {
        border-color:#adc6d2;
        background:#f8fbfc;
    }

    .StaffRelatedCard a:hover .StaffRelatedCard__visual img {
        transform:scale(1.022);
    }

    .StaffRelatedCard a:hover h3 {
        color:#4f839e;
    }
}
