@charset "UTF-8";
/* インフィニティ 採用サイト v3（M・2026-09-20）。設計は _plan/DESIGN_V3.md。
   値は直書き（CSS Custom Properties・グラデーションは使わない）。組み立ては python _src/build.py。 */
@font-face{font-family:"Noto Sans JP";font-style:normal;font-weight:100 900;font-display:swap;src:url("fonts/noto-sans-jp-subset.woff2") format("woff2")}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:104px}
body{margin:0;background:#fff;color:#000;font-family:SFPro,Arial,"Noto Sans JP","Noto Sans KR",sans-serif;font-size:20px;line-height:normal;font-feature-settings:"palt" 0;word-break:break-all;overflow-wrap:break-word;line-break:strict;-webkit-font-smoothing:antialiased}
[hidden]{display:none!important}
img,svg{max-width:100%;height:auto;vertical-align:middle}
a{color:inherit;text-underline-offset:6px}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid #1D2D50;outline-offset:4px;border-radius:4px}
.band-navy :focus-visible,.site-footer :focus-visible,.end-cta :focus-visible{outline-color:#F48B21}
h1,h2,h3,h4,p,figure,dl,dd{margin:0}
h1,h2,h3,h4{text-wrap:balance;font-weight:700;color:#1D2D50;line-height:1.4}
p{line-height:1.75}
p+p{margin-top:16px}
ul,ol{margin:0;padding-left:24px}
li{line-height:1.75}
li+li{margin-top:8px}
address{font-style:normal;line-height:1.75;word-break:normal}
.en,.number,.nowrap{word-break:normal;overflow-wrap:normal}
.number{font-variant-numeric:tabular-nums}
.ph{display:inline-block}
.sp-only{display:none}
.skip-link{position:fixed;top:8px;left:24px;z-index:100;background:#fff;padding:16px;border-radius:8px;transform:translateY(-200%)}
.skip-link:focus{transform:translateY(0)}

/* ---- 幅 ---- */
.container{max-width:1440px;padding-left:64px;padding-right:64px;margin-left:auto;margin-right:auto}
.narrow{max-width:928px}
.measure{max-width:720px}

/* ---- 帯（画面いっぱいの色面） ---- */
.band{padding:128px 0;position:relative}
.band-tight{padding:64px 0}
.band-soft{background:#f7f8f9}
.band-tint{background:#FFF4E6}
.band-orange{background:#F48B21;color:#1D2D50}
.band-navy{background:#1D2D50;color:#fff}
.band-navy h2,.band-navy h3,.band-navy h4{color:#fff}
.dots{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%231D2D50' fill-opacity='.12'/%3E%3C/svg%3E");background-size:24px 24px}
.band-navy.dots{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%23ffffff' fill-opacity='.12'/%3E%3C/svg%3E")}

/* ---- 見出しの型: 特大の英字＋和文 ---- */
.sec-head{margin-bottom:64px}
.sec-en{font-size:clamp(64px,9vw,152px);font-weight:900;line-height:.95;letter-spacing:-.02em;color:#1D2D50;word-break:normal;margin:0 0 16px -4px}
.band-orange .sec-en{color:#fff}
.band-navy .sec-en{color:#F48B21}
.sec-jp{font-size:32px;line-height:1.5}
.sec-lead{margin-top:24px;max-width:720px}
.sec-head.split{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:64px;align-items:end}
.sec-head.split .sec-lead{margin-top:0}

/* ---- ボタン（丸い）とリンク ---- */
.button{display:inline-flex;justify-content:center;align-items:center;gap:16px;min-height:56px;padding:12px 32px;border:2px solid #F48B21;border-radius:999px;background:#F48B21;color:#1D2D50;font-size:16px;font-weight:700;line-height:1.5;text-decoration:none;cursor:pointer;word-break:normal;transition:background-color .18s,color .18s,border-color .18s,transform .18s}
.button::after{content:"";flex:none;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);margin-left:-4px}
.button:hover{background:#1D2D50;border-color:#1D2D50;color:#fff;transform:translateY(-2px)}
.button.secondary{background:#fff;border-color:#1D2D50;color:#1D2D50}
.button.secondary:hover{background:#1D2D50;color:#fff}
.band-navy .button:hover,.end-cta .button:hover,.band-orange .button:hover{background:#fff;border-color:#fff;color:#1D2D50}
.band-orange .button{background:#1D2D50;border-color:#1D2D50;color:#fff}
.button.small{min-height:48px;padding:8px 24px;font-size:15px}
.button-group{display:flex;flex-wrap:wrap;gap:16px;margin-top:40px}
.text-link{display:inline-flex;align-items:center;gap:12px;min-height:48px;font-size:18px;font-weight:700;text-decoration:none;color:#1D2D50;border-bottom:2px solid #F48B21;padding:8px 0}
.text-link::after{content:"";flex:none;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}
.text-link:hover{border-bottom-color:#1D2D50}
.band-navy .text-link,.end-cta .text-link{color:#fff}
.band-orange .text-link{border-bottom-color:#1D2D50}
.prose a,.facts-table a,.job-dl a,.faq-list a{display:inline-flex;align-items:center;min-height:44px}

/* ---- ヘッダー ---- */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e5e5}
.header-inner{max-width:1920px;padding:12px 40px;margin:auto;display:flex;align-items:center;gap:24px;min-height:88px}
.brand{display:flex;align-items:center;gap:16px;text-decoration:none;flex-shrink:0;padding:8px 0}
.brand img{width:152px;height:auto}
.brand span{font-size:12px;font-weight:700;line-height:1.5;word-break:normal;color:#1D2D50;border-left:1px solid #e5e5e5;padding-left:16px}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:32px}
.main-nav a{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:48px;text-decoration:none;font-weight:700;font-size:16px;color:#1D2D50;white-space:nowrap;border-bottom:3px solid transparent}
.main-nav a:hover,.main-nav a[aria-current=page]{border-bottom-color:#F48B21}
.header-cta{display:flex;gap:8px}
.menu-toggle{display:none;min-width:48px;min-height:48px;background:#fff;border:2px solid #1D2D50;border-radius:999px;color:#1D2D50;font-size:14px;font-weight:700;padding:8px 16px;cursor:pointer}

/* ---- トップの第一画面 ---- */
.hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);background:#FFF4E6;min-height:min(800px,calc(100vh - 88px));isolation:isolate}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:64px 40px 64px 64px}
.hero-place{display:inline-flex;align-self:flex-start;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#1D2D50;background:#fff;border-radius:999px;padding:8px 16px;margin-bottom:24px}
.hero-place::before{content:"";width:8px;height:8px;border-radius:50%;background:#F48B21}
.hero h1{font-size:clamp(44px,5.2vw,88px);font-weight:900;line-height:1.25;letter-spacing:-.02em}
.hero h1 .mk{background:#F48B21;color:#1D2D50;padding:0 8px;border-radius:8px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.hero-lead{margin-top:24px;max-width:560px}
.hero-lead strong{background:#fff;padding:0 4px}
.hero-visual{position:relative;overflow:hidden;border-radius:0 0 0 160px;background:#fff}
.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-sticker{position:absolute;right:40px;bottom:40px;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;width:184px;height:184px;border-radius:50%;background:#1D2D50;color:#fff;text-align:center;text-decoration:none;font-weight:700;font-size:16px;line-height:1.5;transform:rotate(-8deg);border:4px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:transform .18s,background-color .18s}
.hero-sticker b{display:block;font-size:40px;line-height:1.1;color:#F48B21;font-weight:900}
.hero-sticker:hover{transform:rotate(0deg) scale(1.04);background:#000}

/* ---- 4つの数字の帯 ---- */
.facts{background:#1D2D50;color:#fff}
.facts dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.facts dl>div{padding:40px 24px;border-left:1px solid rgba(255,255,255,.2);text-align:center}
.facts dl>div:first-child{border-left:0}
.facts dt{font-size:15px;font-weight:700;line-height:1.5}
.facts dd{margin-top:8px;font-size:20px;font-weight:700;line-height:1.1;white-space:nowrap}
.facts dd b{font-size:clamp(44px,4.4vw,72px);font-weight:900;color:#F48B21;letter-spacing:-.02em;font-variant-numeric:tabular-nums}

/* ---- どんな会社？（お客様の困りごと） ---- */
.about{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:64px;align-items:center}
.about h2{font-size:44px}
.worries{display:flex;flex-wrap:wrap;gap:16px;padding:0;margin:0;list-style:none}
.worries li{margin:0;padding:16px 24px;border-radius:24px 24px 24px 4px;background:#fff;border:2px solid #1D2D50;font-weight:700;font-size:18px;line-height:1.5;color:#1D2D50}
.worries li:nth-child(3n+2){border-radius:24px 24px 4px 24px;background:#FFF4E6}
.worries li:nth-child(4n){transform:translateY(8px)}
.answer{margin-top:40px;padding:24px 40px;border-radius:24px;background:#1D2D50;color:#fff;font-weight:700;font-size:22px;line-height:1.6}
.answer b{color:#F48B21}

/* ---- チーム ---- */
.team{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center;padding:64px 0}
.team+.team{border-top:1px solid #e5e5e5}
.team:nth-of-type(2n) .team-visual{order:2}
.team-visual{position:relative;margin:0 16px 16px 0}
.team-visual::before{content:"";position:absolute;inset:16px -16px -16px 16px;border-radius:24px;background:#F48B21;z-index:0}
.team-visual img{position:relative;z-index:1;display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:24px;border:2px solid #1D2D50;background:#fff}
.team.t-hirogaru .team-visual::before{background:#E03030}
.team.t-tunagaru .team-visual::before{background:#00A0E0}
.team.t-sasaeru .team-visual::before{background:#60B070}
.team-tag{display:inline-flex;align-items:center;gap:16px;margin-bottom:16px}
.team-tag img{width:72px;height:72px;border-radius:50%;background:#fff;border:2px solid #1D2D50;object-fit:contain}
.team-tag span{font-size:16px;font-weight:900;letter-spacing:.04em;word-break:normal;color:#1D2D50}
.team-tag small{display:block;font-size:14px;font-weight:700;color:#666;letter-spacing:0}
.team h3{font-size:36px;line-height:1.4}
.team p{margin-top:16px}
.team>div{max-width:720px}
.team-points{margin-top:24px;padding:0;list-style:none;display:grid;gap:8px}
.team-points li{margin:0;display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;padding:12px 0;border-top:1px solid #e5e5e5;font-size:18px}
.team-points li b{color:#1D2D50}
.team .text-link{margin-top:16px}

/* ---- AI の帯 ---- */
.ai{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
.ai-visual img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:24px;border:2px solid #1D2D50;background:#fff}
.ai h2{font-size:44px;line-height:1.4}
.ai-list{margin-top:40px;padding:0;list-style:none;display:grid;gap:16px}
.ai-list li{margin:0;padding:24px;border-radius:24px;background:#fff;color:#000;display:grid;grid-template-columns:56px minmax(0,1fr);gap:16px;align-items:start}
.ai-list li>span{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#1D2D50;color:#fff;font-weight:900;font-size:20px;word-break:normal}
.ai-list b{display:block;color:#1D2D50;font-size:22px;line-height:1.5}
.ai-list p{margin-top:4px;font-size:18px}

/* ---- 先輩のカード ---- */
.people-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.p-card{display:flex;flex-direction:column;border-radius:24px;background:#fff;border:2px solid #1D2D50;overflow:hidden;text-decoration:none;color:#000;transition:transform .18s}
.p-card:hover{transform:translateY(-4px)}
.p-card .portrait{background:#FFF4E6;aspect-ratio:4/3;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.p-card:nth-child(2) .portrait{background:#f7f8f9}
.p-card .portrait img{width:100%;height:auto;margin-bottom:-22%}
.p-card .body{padding:24px;display:flex;flex-direction:column;gap:8px;flex:1}
.p-card .from{align-self:flex-start;font-size:14px;font-weight:700;color:#fff;background:#1D2D50;border-radius:999px;padding:4px 16px}
.p-card h3{font-size:24px;line-height:1.5}
.p-card .meta{font-size:16px;color:#666;line-height:1.6;margin-top:auto}
.p-card .meta b{color:#1D2D50;font-size:20px;margin-right:8px}
.marquee{overflow:hidden;margin-top:64px;padding:8px 0}
.marquee-track{display:flex;gap:16px;width:max-content;animation:marquee 48s linear infinite}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee span{flex:none;padding:12px 24px;border-radius:999px;background:#fff;border:2px solid #1D2D50;font-weight:700;font-size:18px;color:#1D2D50;white-space:nowrap}
.marquee span:nth-child(3n){background:#F48B21}
.marquee-note{margin-top:16px;font-size:16px;color:#666}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---- 数字のカード ---- */
.num-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}
.num{grid-column:span 2;padding:40px;border-radius:24px;background:#fff;color:#000;min-width:0}
.num.wide{grid-column:span 3}
.num.full{grid-column:span 6}
.band-soft .num,.band-tint .num{border:2px solid #1D2D50}
.num h3{font-size:18px;line-height:1.5;color:#1D2D50}
.num .val{margin-top:8px;font-size:22px;font-weight:700;color:#1D2D50;line-height:1.1;white-space:nowrap}
.num .val b{font-size:clamp(56px,5.6vw,96px);font-weight:900;letter-spacing:-.03em;color:#1D2D50;font-variant-numeric:tabular-nums;box-shadow:inset 0 -16px 0 #F48B21}
.num p{margin-top:16px;font-size:17px;color:#666}
.dotbar{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:8px;margin-top:24px}
.dotbar span{aspect-ratio:1;border-radius:50%;background:#e5e5e5}
.dotbar span.on{background:#F48B21}
.meter{height:16px;border-radius:999px;background:#e5e5e5;margin-top:24px;overflow:hidden}
.meter span{display:block;height:100%;background:#F48B21;border-radius:999px}

/* ---- これから（50人へ） ---- */
.future{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
.future-visual img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:24px;border:2px solid #1D2D50;background:#fff}
.future h2{font-size:44px}
.growth-line{display:flex;align-items:flex-end;gap:24px;margin:24px 0 32px;font-weight:900;color:#1D2D50;line-height:1;word-break:normal}
.growth-line .now{font-size:56px}
.growth-line .to{font-size:96px;box-shadow:inset 0 -20px 0 #F48B21}
.growth-line .arrow{flex:1;max-width:160px;height:4px;background:#1D2D50;position:relative;margin-bottom:24px}
.growth-line .arrow::after{content:"";position:absolute;right:0;top:-8px;width:16px;height:16px;border-top:4px solid #1D2D50;border-right:4px solid #1D2D50;transform:rotate(45deg)}
.growth-line small{display:block;font-size:16px;font-weight:700;margin-bottom:8px;color:#666}

/* ---- 代表メッセージへの入口 ---- */
.msg-teaser{display:grid;grid-template-columns:320px minmax(0,1fr);gap:64px;align-items:center;padding:64px;border-radius:40px;background:#fff;border:2px solid #1D2D50}
.msg-teaser .who{text-align:center}
.avatar{display:block;width:100%;max-width:280px;aspect-ratio:1;border-radius:50%;background:#FFF4E6;border:2px solid #1D2D50;overflow:hidden;margin:0 auto}
.avatar img{display:block;width:100%;height:100%;object-fit:contain;transform:scale(1.25) translateY(8%)}
.msg-teaser .who p{margin-top:16px;font-size:16px;line-height:1.6;color:#666}
.msg-teaser .who b{display:block;font-size:22px;color:#1D2D50}
.msg-teaser blockquote{margin:0;font-size:36px;font-weight:900;line-height:1.5;color:#1D2D50;text-wrap:balance}
.msg-teaser blockquote+p{margin-top:24px}

/* ---- 募集職種の一覧 ---- */
.job-list{display:grid;gap:16px}
.job-row{display:grid;grid-template-columns:200px minmax(0,1fr) auto;gap:24px;align-items:center;padding:24px 40px;border-radius:24px;background:#fff;border:2px solid #1D2D50;text-decoration:none;color:#000;transition:background-color .18s,transform .18s}
.job-row:hover{background:#FFF4E6;transform:translateX(4px)}
.job-row .t{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:900;letter-spacing:.04em;color:#1D2D50;word-break:normal}
.job-row .t::before{content:"";width:12px;height:12px;border-radius:50%;background:#F48B21}
.job-row.t-hirogaru .t::before,.chip.t-hirogaru::before{background:#E03030}
.job-row.t-tunagaru .t::before,.chip.t-tunagaru::before{background:#00A0E0}
.job-row.t-sasaeru .t::before,.chip.t-sasaeru::before{background:#60B070}
.job-row h3{font-size:24px;line-height:1.5}
.job-row h3 small{display:block;font-size:16px;font-weight:400;color:#666}
.job-row .go{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#1D2D50}
.job-row .go::after{content:"";width:10px;height:10px;border-top:3px solid #fff;border-right:3px solid #fff;transform:rotate(45deg);margin-left:-4px}
.pill{display:inline-block;font-size:14px;font-weight:700;border-radius:999px;padding:4px 16px;background:#F48B21;color:#1D2D50;margin-left:8px;vertical-align:middle;word-break:normal}

/* ---- 末尾のCTA ---- */
.end-cta{background:#1D2D50;color:#fff;padding:128px 0;position:relative;overflow:hidden}
.end-cta .sec-en{color:#F48B21}
.cta-inner{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:64px;align-items:center}
.end-cta h2{font-size:48px;color:#fff;line-height:1.4}
.end-cta p{margin-top:24px;max-width:640px}
.cta-actions{display:flex;flex-direction:column;gap:16px;width:100%;max-width:520px;justify-self:end}
.cta-actions .button{min-height:72px;font-size:18px}
.cta-actions .button.secondary{background:transparent;border-color:#fff;color:#fff}
.cta-actions .button.secondary:hover{background:#fff;color:#1D2D50}
.cta-actions small{font-size:14px;line-height:1.75;text-align:center;color:#e5e5e5}
.cta-actions .text-link{align-self:center}

/* ---- フッター ---- */
.site-footer{background:#1D2D50;color:#fff;border-top:1px solid rgba(255,255,255,.2);padding:64px 0 128px}
.footer-main{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:64px}
.footer-brand{display:inline-block;padding:8px 0 24px}
.footer-brand img{width:200px}
.footer-company{font-weight:700;margin-bottom:8px}
.site-footer address{font-size:16px}
.footer-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 40px;align-content:start}
.footer-nav a{font-size:16px;min-height:44px;display:flex;align-items:center;text-decoration:none}
.footer-nav a:hover{text-decoration:underline}
.footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;gap:24px;font-size:14px;word-break:normal}
.floating-cta{position:fixed;bottom:24px;right:24px;z-index:45;display:flex;gap:8px;padding:8px;border-radius:999px;background:#fff;border:2px solid #1D2D50;box-shadow:0 2px 8px rgba(0,0,0,.2)}
.floating-cta .button{min-height:48px;padding:8px 24px;font-size:15px}

/* ---- 下層ページの冒頭 ---- */
.breadcrumb{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;font-size:14px;color:#666;padding-top:24px}
.breadcrumb a{display:inline-flex;align-items:center;min-height:44px}
.page-intro{background:#FFF4E6;padding:0 0 64px;position:relative;overflow:hidden}
.page-intro .sec-en{margin-top:24px;color:#F48B21}
.page-intro h1{font-size:clamp(36px,3.6vw,60px);line-height:1.4}
.page-intro .lead{margin-top:24px;max-width:720px}
.page-intro.has-visual .container{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:64px;align-items:end}
.page-intro.has-visual .breadcrumb{grid-column:1/-1}
.page-intro .visual img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:24px 24px 24px 120px;border:2px solid #1D2D50;background:#fff}
.anchor-nav{display:flex;flex-wrap:wrap;gap:8px;padding:24px 0}
.anchor-nav a{display:inline-flex;align-items:center;min-height:48px;padding:8px 24px;border-radius:999px;border:2px solid #1D2D50;background:#fff;text-decoration:none;font-size:16px;font-weight:700;color:#1D2D50;transition:background-color .18s}
.anchor-nav a:hover{background:#F48B21}

/* ---- 汎用: 2列・カード・表 ---- */
.two-col{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,8fr);gap:64px;align-items:start}
.side-col{position:sticky;top:120px}
.side-col h2{font-size:40px}
.side-col p{margin-top:24px}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
.split img.pic{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:24px;border:2px solid #1D2D50;background:#fff}
.card{background:#fff;border:1px solid #e5e5e5;border-radius:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:40px}
.card h3{font-size:24px}
.card p{margin-top:16px;max-width:720px}
.card li{max-width:720px}
.cards-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.cards-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.note{color:#666;font-size:17px;line-height:1.75;margin-top:16px;max-width:720px}
.facts-table{margin:0}
.facts-table>div{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,9fr);gap:40px;padding:24px 0;border-top:1px solid #e5e5e5}
.facts-table>div:last-child{border-bottom:1px solid #e5e5e5}
.facts-table dt{font-weight:700;color:#1D2D50;line-height:1.75}
.facts-table dd{line-height:1.75;max-width:720px}
.facts-table dd ul{padding-left:24px}
.chip{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:900;letter-spacing:.04em;color:#1D2D50;word-break:normal}
.chip::before{content:"";width:12px;height:12px;border-radius:50%;background:#F48B21}

/* ---- 仕事ページ ---- */
.steps6{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:0;list-style:none;counter-reset:s6}
.steps6 li{margin:0;padding:24px;border-radius:24px;background:#fff;border:2px solid #1D2D50;counter-increment:s6}
.steps6 li::before{content:"STEP " counter(s6);display:inline-block;font-size:14px;font-weight:900;letter-spacing:.06em;color:#1D2D50;background:#F48B21;border-radius:999px;padding:4px 16px;word-break:normal;margin-bottom:16px}
.steps6 b{display:block;font-size:22px;color:#1D2D50;line-height:1.5}
.steps6 p{margin-top:8px;font-size:17px}
.timeline{margin:0;padding:0;list-style:none;position:relative}
.timeline li{display:grid;grid-template-columns:96px minmax(0,1fr);gap:24px;padding:0 0 40px;margin:0;position:relative}
.timeline li::before{content:"";position:absolute;left:103px;top:12px;bottom:-12px;width:2px;background:#1D2D50}
.timeline li:last-child::before{display:none}
.timeline li:last-child{padding-bottom:0}
.timeline time{font-weight:900;color:#1D2D50;font-size:20px;word-break:normal}
.timeline .t-body{position:relative;padding-left:32px}
.timeline .t-body::before{content:"";position:absolute;left:0;top:6px;width:16px;height:16px;border-radius:50%;background:#F48B21;border:2px solid #1D2D50}
.timeline h3{font-size:22px}
.timeline p{margin-top:8px;font-size:18px}

/* ---- 成長とAI ---- */
.stairs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;align-items:end;padding:0;margin:0;list-style:none}
.stairs li{margin:0;padding:24px 16px;border-radius:24px 24px 0 0;background:#fff;color:#1D2D50;min-height:160px}
.stairs li:nth-child(2){min-height:208px}
.stairs li:nth-child(3){min-height:256px}
.stairs li:nth-child(4){min-height:304px}
.stairs li:nth-child(5){min-height:352px;background:#F48B21;color:#1D2D50}
.stairs b{display:block;font-size:20px;line-height:1.4;word-break:normal}
.stairs span{display:block;margin-top:8px;font-size:16px;line-height:1.6}
.heart{display:grid;gap:0;margin:0;padding:0;list-style:none}
.heart li{margin:0;display:grid;grid-template-columns:96px minmax(0,4fr) minmax(0,7fr);gap:24px;align-items:start;padding:24px 0;border-top:1px solid #e5e5e5}
.heart li:first-child{border-top:0;padding-top:0}
.heart .l{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#F48B21;color:#1D2D50;font-size:40px;font-weight:900;line-height:1}
.heart h3{font-size:24px;word-break:normal}
.heart h3 small{display:block;font-size:16px;color:#666;font-weight:700}
.heart p{font-size:18px}

/* ---- 先輩ページ ---- */
.profile{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:64px;padding:64px 0;border-top:1px solid #e5e5e5;align-items:start}
.profile:first-of-type{border-top:0}
.profile:nth-of-type(2n){grid-template-columns:minmax(0,7fr) minmax(0,5fr)}
.profile:nth-of-type(2n) .profile-visual{order:2}
.profile-visual{position:sticky;top:120px;border-radius:24px 24px 24px 120px;background:#FFF4E6;border:2px solid #1D2D50;overflow:hidden;aspect-ratio:1;display:flex;align-items:flex-end;justify-content:center}
.profile:nth-of-type(2n) .profile-visual{background:#f7f8f9;border-radius:24px 24px 120px 24px}
.profile-visual img{width:112%;max-width:none;height:auto;margin-bottom:-14%}
.profile .from{display:inline-block;font-size:15px;font-weight:700;color:#fff;background:#1D2D50;border-radius:999px;padding:4px 16px}
.profile h2{font-size:40px;margin-top:16px}
.profile .meta{margin-top:16px;font-size:17px;color:#666}
.profile .meta b{color:#1D2D50;font-size:24px;margin-right:8px}
.profile h3{font-size:20px;margin:24px 0 8px}
.profile .text-link{margin-top:16px}
.from-cloud{display:flex;flex-wrap:wrap;gap:16px;padding:0;margin:0;list-style:none}
.from-cloud li{margin:0;padding:12px 24px;border-radius:999px;background:#fff;border:2px solid #1D2D50;font-weight:700;font-size:18px;color:#1D2D50}
.from-cloud li:nth-child(3n+1){background:#F48B21}

/* ---- 募集要項 ---- */
.job{padding:40px;border-radius:24px;background:#fff;border:2px solid #1D2D50;scroll-margin-top:0}
.job+.job{margin-top:24px}
.job-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px}
.job h3{font-size:30px;line-height:1.4;width:100%}
.job h3 small{display:block;font-size:17px;font-weight:700;color:#666;margin-top:4px}
.job-dl{margin-top:24px}
.job-dl>div{display:grid;grid-template-columns:160px minmax(0,1fr);gap:24px;padding:16px 0;border-top:1px solid #e5e5e5}
.job-dl dt{font-weight:700;color:#1D2D50;line-height:1.75}
.job-dl dd{line-height:1.75;max-width:720px}
.job .button-group{margin-top:24px}
.side-nav{display:flex;flex-direction:column;gap:8px;margin-top:24px}
.side-nav a{display:flex;flex-direction:column;gap:4px;min-height:56px;justify-content:center;padding:12px 24px;border-radius:16px;border:2px solid #e5e5e5;background:#fff;text-decoration:none;font-size:17px;font-weight:700;line-height:1.5;color:#1D2D50;transition:border-color .18s,background-color .18s}
.side-nav a:hover{border-color:#1D2D50;background:#FFF4E6}

/* ---- 選考とFAQ ---- */
.flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:0;margin:0;list-style:none;counter-reset:fl}
.flow li{margin:0;padding:40px 24px 24px;border-radius:24px;background:#fff;border:2px solid #1D2D50;counter-increment:fl;position:relative}
.flow li::before{content:counter(fl);position:absolute;top:-24px;left:24px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#F48B21;border:2px solid #1D2D50;color:#1D2D50;font-weight:900;font-size:22px}
.flow h3{font-size:22px}
.flow p{margin-top:8px;font-size:18px}
.faq-list details{border-radius:24px;background:#fff;border:2px solid #1D2D50;padding:0 24px}
.faq-list details+details{margin-top:16px}
.faq-list summary{font-size:20px;font-weight:700;line-height:1.6;color:#1D2D50;padding:24px 56px 24px 48px;position:relative;cursor:pointer;list-style:none;min-height:48px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::before{content:"Q";position:absolute;left:0;top:24px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#F48B21;font-weight:900;color:#1D2D50;font-size:16px}
.faq-list summary::after{content:"";position:absolute;right:8px;top:32px;width:12px;height:12px;border-right:3px solid #1D2D50;border-bottom:3px solid #1D2D50;transform:rotate(45deg);transition:transform .18s}
.faq-list details[open] summary::after{transform:rotate(-135deg);top:38px}
.faq-list details>div{padding:0 0 24px 48px;max-width:768px}
.faq-list details p{font-size:18px}

/* ---- 代表メッセージ ---- */
.letter{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,8fr);gap:64px;align-items:start}
.letter-aside{position:sticky;top:120px;text-align:center}
.letter-aside .avatar{max-width:320px}
.letter-aside p{margin-top:16px;font-size:16px;color:#666;line-height:1.6}
.letter-aside b{display:block;font-size:24px;color:#1D2D50}
.letter-body{max-width:760px}
.letter-body h2{font-size:32px;margin:64px 0 24px}
.letter-body h2:first-child{margin-top:0}
.letter-body .big{font-size:26px;font-weight:700;color:#1D2D50;line-height:1.7}
.mvv{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.mvv article{padding:40px;border-radius:24px;background:#fff;color:#000}
.mvv h3{display:inline-block;font-size:15px;letter-spacing:.06em;color:#1D2D50;background:#F48B21;border-radius:999px;padding:4px 16px;word-break:normal;font-weight:900}
.mvv p{margin-top:16px;font-size:24px;font-weight:700;color:#1D2D50;line-height:1.6}
.history{margin:0;padding:0;list-style:none;max-width:800px}
.history li{margin:0;display:grid;grid-template-columns:120px minmax(0,1fr);gap:24px;padding:16px 0;border-top:1px solid #e5e5e5}
.history time{font-weight:900;color:#1D2D50;font-size:22px;word-break:normal}

/* ---- 動き（画面に入ったら一度だけ） ---- */
.js .reveal{opacity:0;transform:translateY(16px)}
.js .reveal.in-view{opacity:1;transform:none;transition:opacity .5s ease,transform .5s ease}
.ai-list-3{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:64px}
.ai-list-3 li{grid-template-columns:minmax(0,1fr);gap:16px;padding:40px}
.sec-en.sm{font-size:72px}
main p{max-width:720px}
.section-tight{padding-top:64px;padding-bottom:64px}
/* ---- Codex ASTRA の講評（_checks/REVIEW_V3.md）を受けた調整。site.base.css のあと、フォーム部品の前に入る ---- */
html{scroll-padding-bottom:96px}
/* 英単語を途中で割らない。見出しは文節で折る（対応ブラウザーのみ。ほかは通常の折り返し） */
body{word-break:normal;overflow-wrap:anywhere}
h1,h2,h3,h4,blockquote{word-break:auto-phrase}
/* 英字の見出しを弱め、和文の見出しを強くする */
.sec-en{font-size:clamp(48px,7vw,96px);line-height:1.05;max-width:none}
.sec-jp{font-size:40px;line-height:1.4}
.sec-en.sm{font-size:24px;letter-spacing:.06em;line-height:1.2;margin:0 0 8px;color:#1D2D50;display:flex;align-items:center;gap:8px}
.sec-en.sm::before{content:"";width:12px;height:12px;border-radius:50%;background:#F48B21}
.band-navy .sec-en.sm,.end-cta .sec-en.sm{color:#fff}
.h-40{font-size:40px}
/* 場面のイラストは枠で囲わず、余白で見せる */
.team-visual{margin:0}
.team-visual::before{display:none}
.team-visual img,.ai-visual img,.future-visual img,.split img.pic,.page-intro .visual img{border:0}
.page-intro .visual{margin:0}
.img-note{position:absolute;left:24px;top:16px;z-index:2;font-size:13px;line-height:1.5;color:#666;background:rgba(255,255,255,.9);padding:4px 12px;border-radius:999px}
.img-note.static{position:static;display:inline-block;margin-top:8px;background:transparent;padding:0}
.hero-sticker b{font-size:48px}
/* 数字の帯の下のリンク */
.facts .container{display:flex;flex-direction:column;align-items:flex-end}
.facts dl{width:100%}
.facts .facts-more{color:#fff;font-size:16px;min-height:44px;margin:0 0 16px}
/* IT未経験から応募できる仕事 */
.start-card{display:grid;grid-template-columns:minmax(0,8fr) minmax(0,4fr);gap:40px;align-items:center;padding:40px;border-radius:24px;background:#fff;border:2px solid #1D2D50}
.start-label{display:inline-block;font-size:15px;font-weight:700;line-height:1.5;background:#F48B21;color:#1D2D50;border-radius:999px;padding:4px 16px;margin-bottom:16px}
.start-card h2{font-size:36px}
.start-card p{margin-top:16px}
.start-card strong{color:#1D2D50}
.start-actions{display:flex;flex-direction:column;gap:16px;align-items:flex-start}
/* トップの3チームは短いカード */
.team-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.team-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-decoration:none;color:#000}
.team-card img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:24px;margin-bottom:16px;transition:transform .18s}
.team-card:hover img{transform:translateY(-4px)}
.team-card h3{font-size:28px}
.team-card:hover h3{text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:3px;text-underline-offset:8px}
.team-card p{font-size:20px}
.chip{font-size:16px;letter-spacing:0}
/* 先輩のカードは顔まわりを小さく。大きく見せるのは先輩ページ */
.p-card .portrait{aspect-ratio:auto;height:200px}
.p-card .portrait img{width:240px;max-width:none;margin-bottom:-56px}
/* 職種の一覧: 説明は見出しの外 */
.job-row .t{font-size:16px;letter-spacing:0}
.job-summary{font-size:16px;color:#666;line-height:1.6;margin-top:4px}
/* 読む文は 20px（モバイル 17px） */
.ai-list p,.flow p,.heart p,.faq-list details p,.steps6 p,.num p,.timeline p,.team-points li{font-size:20px}
.stairs span{display:inline;margin-top:0;font-size:inherit}
.stairs li>span{display:block;margin-top:8px;font-size:20px;line-height:1.6}
/* 押せる領域 44px */
.team-points .links{display:flex;flex-wrap:wrap;gap:0 24px}
.team-points a,.contact-note a{display:inline-flex;align-items:center;min-height:44px}
/* 代表メッセージの3つの言葉: 英字＋和文の見出し */
.mvv h3{display:block;background:none;border-radius:0;padding:0;font-size:16px;letter-spacing:0;color:#666;font-weight:700}
.mvv h3 .en{display:inline-block;background:#F48B21;color:#1D2D50;border-radius:999px;padding:4px 16px;margin-right:8px;font-weight:900;font-size:15px;letter-spacing:.06em}
.job-summary{font-size:20px}
.ai .sec-lead+.sec-lead{margin-top:16px}
/* ---- v4（2026-09-20 夜・代表の指示）: 水彩のAI画像をやめ、会社のキャラとロボ＋マンガの背景に統一。site.review.css のあとに入る ---- */
/* 見出しの中の強調（ヒーローと同じオレンジの面） */
h2 .mk{background:#F48B21;color:#1D2D50;padding:0 8px;border-radius:8px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
/* ヒーロー: オレンジの地＋街の線画＋集中線。ロボは別の画像で重ね、切れないようにする */
.hero-visual.v4{background:#F48B21}
.hero-visual.v4 .hero-robo{inset:auto;left:50%;bottom:0;top:auto;width:auto;max-width:92%;height:94%;object-fit:contain;object-position:center bottom;transform:translateX(-50%)}
.hero-visual.v4 .img-note{left:auto;right:24px;top:16px}
/* お客様の声: 吹き出し */
.worries{gap:40px 16px;padding-bottom:24px;align-items:flex-start}
.worries li{position:relative;padding:16px 24px;border-radius:40px;border:3px solid #1D2D50;background:#fff;font-size:20px;line-height:1.5;transform:rotate(-1.5deg)}
.worries li:nth-child(3n+2){border-radius:40px;background:#fff}
.worries li:nth-child(even){transform:rotate(1deg)}
.worries li:nth-child(4n){transform:rotate(1.5deg) translateY(8px)}
.worries li::before{content:'';position:absolute;left:36px;bottom:-21px;width:28px;height:21px;background:#1D2D50;clip-path:polygon(0 0,100% 0,8% 100%)}
.worries li::after{content:'';position:absolute;left:40px;bottom:-13px;width:21px;height:16px;background:#fff;clip-path:polygon(0 0,100% 0,6% 100%)}
.worries li:nth-child(even)::before{left:auto;right:36px;clip-path:polygon(0 0,100% 0,92% 100%)}
.worries li:nth-child(even)::after{left:auto;right:40px;clip-path:polygon(0 0,100% 0,94% 100%)}
.worries li.hot{background:#F48B21}
.worries li.hot::after{background:#F48B21}
.worries li.big{font-size:24px;padding:24px 40px}
.answer{position:relative;margin-top:40px;border-radius:40px}
.answer::before{content:'';position:absolute;right:64px;top:-22px;width:32px;height:24px;background:#1D2D50;clip-path:polygon(90% 0,0 100%,100% 100%)}
.answer small{display:block;font-size:15px;font-weight:700;color:#F48B21;letter-spacing:.06em;margin-bottom:8px}
/* ビジョンとバリュー（トップ） */
.mvv-top{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:64px;align-items:center}
.mvv-top .v p.big{font-size:40px;font-weight:900;line-height:1.5;color:#fff;text-wrap:balance}
.mvv-top .v p.by{margin-top:16px;font-size:17px;color:#e5e5e5}
.mvv-top .h{padding:40px;border-radius:24px;background:#fff;color:#000;box-shadow:12px 12px 0 #F48B21}
.mvv-top .h .sec-en.sm{color:#1D2D50}
.mvv-top .h h3{font-size:24px;line-height:1.5;color:#1D2D50}
.heart-mini{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:8px}
.heart-mini li{margin:0;display:grid;grid-template-columns:40px minmax(0,1fr);gap:16px;align-items:center;font-size:20px;font-weight:700;color:#1D2D50}
.heart-mini li b{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#1D2D50;color:#fff;font-weight:900;font-size:18px}
.heart-mini li small{font-size:16px;font-weight:700;color:#666;margin-left:8px}
.mvv-top .h .text-link{margin-top:16px;color:#1D2D50}
.mvv.mvv-4{grid-template-columns:repeat(2,minmax(0,1fr))}
/* チームの絵: ロボ＋マンガの背景（枠と影は画像の中にある） */
.team-card img{aspect-ratio:4/3;object-fit:contain;border-radius:0;margin-bottom:8px}
.team-visual img{aspect-ratio:4/3;object-fit:contain;border-radius:0;border:0;background:none}
.team-tag{gap:0}
/* 先輩: 上半身のプロフィール画像＋マンガの背景 */
.p-card{border:0;border-radius:0;background:none;overflow:visible}
.p-card .portrait{display:block;height:auto;aspect-ratio:auto;background:none;overflow:visible}
.p-card:nth-child(2) .portrait{background:none}
.p-card .portrait img{display:block;width:100%;max-width:100%;height:auto;margin:0}
.p-card .body{padding:16px 8px 0}
.profile-visual,.profile:nth-of-type(2n) .profile-visual{display:block;aspect-ratio:auto;background:none;border:0;border-radius:0;overflow:visible}
.profile-visual img{display:block;width:100%;max-width:100%;height:auto;margin:0}
.avatar.v4{max-width:320px;aspect-ratio:auto;border:0;border-radius:0;background:none;overflow:visible}
.avatar.v4 img{width:100%;height:auto;object-fit:contain;transform:none}
/* AIでつくったもの（絵のかわりに事実を並べる） */
.made{position:relative;padding:8px 16px 24px 0}
.made-title{display:inline-block;font-size:16px;font-weight:900;letter-spacing:.04em;color:#fff;background:#1D2D50;border-radius:999px;padding:8px 24px;margin-bottom:24px}
.made ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.made li{margin:0;padding:24px;min-height:144px;border-radius:24px;background:#fff;border:3px solid #1D2D50;box-shadow:8px 8px 0 #1D2D50;color:#1D2D50;font-size:22px;font-weight:900;line-height:1.5;display:flex;flex-direction:column;justify-content:space-between;gap:16px;transform:rotate(-2deg)}
.made li:nth-child(2){transform:rotate(1.5deg) translateY(24px)}
.made li:nth-child(3){transform:rotate(1deg)}
.made li:nth-child(4){transform:rotate(-1.5deg) translateY(24px);background:#FFF4E6}
.made li span{font-size:15px;font-weight:900;letter-spacing:.06em;color:#666}
/* 50の席 */
.seats-wrap{padding:40px;border-radius:24px;background:#fff;border:3px solid #1D2D50;box-shadow:12px 12px 0 #1D2D50}
.seats{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:12px}
.seats span{display:block;aspect-ratio:1;border-radius:50%;border:3px solid #1D2D50;background:#fff}
.seats span.on{background:#1D2D50}
.seats span.you{background:#F48B21}
.seats-legend{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:24px;font-size:16px;font-weight:700;color:#1D2D50}
.seats-legend span{display:inline-flex;align-items:center;gap:8px}
.seats-legend i{display:inline-block;width:16px;height:16px;border-radius:50%;border:3px solid #1D2D50;background:#fff}
.seats-legend i.on{background:#1D2D50}
.seats-legend i.you{background:#F48B21}
/* ページ冒頭の右側: 絵のかわりに、図と一覧 */
.kv-panel{padding:40px;border-radius:24px 24px 24px 120px;background:#fff;border:3px solid #1D2D50;box-shadow:12px 12px 0 #F48B21}
.kv-cap{display:inline-block;font-size:15px;font-weight:900;color:#fff;background:#1D2D50;border-radius:999px;padding:4px 16px;margin-bottom:16px}
.kv-steps{margin:0;padding:0;list-style:none;display:grid;gap:0}
.kv-steps li{margin:0;display:grid;grid-template-columns:176px minmax(0,1fr);gap:16px;align-items:center;padding:16px 0;border-top:2px dashed #1D2D50}
.kv-steps li:first-child{border-top:0}
.kv-steps b{font-size:32px;font-weight:900;color:#1D2D50;line-height:1.2;word-break:normal}
.kv-steps li:last-child b{box-shadow:inset 0 -12px 0 #F48B21;justify-self:start}
.kv-steps li>span{font-size:18px;font-weight:700;color:#1D2D50;line-height:1.5}
.job-quick{margin:0;padding:0;list-style:none}
.job-quick li{margin:0;border-top:2px dashed #1D2D50}
.job-quick li:first-child{border-top:0}
.job-quick a{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 16px;align-items:center;min-height:64px;padding:12px 0;text-decoration:none;color:#1D2D50}
.job-quick a b{font-size:18px;line-height:1.5}
.job-quick a small{grid-column:1;font-size:15px;font-weight:700;color:#666;line-height:1.5}
.job-quick a i{grid-row:1/3;grid-column:2;width:10px;height:10px;border-top:3px solid #1D2D50;border-right:3px solid #1D2D50;transform:rotate(45deg)}
.job-quick a:hover b{text-decoration:underline;text-decoration-color:#F48B21;text-decoration-thickness:3px;text-underline-offset:6px}
/* 貸与されるものと場所 */
.kit{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.kit li{margin:0;padding:24px;border-radius:24px;background:#FFF4E6;border:3px solid #1D2D50;font-size:16px;font-weight:700;color:#666;line-height:1.5}
.kit li b{display:block;font-size:24px;font-weight:900;color:#1D2D50;line-height:1.4}
.kit li:nth-child(3n+1){background:#fff;box-shadow:8px 8px 0 #F48B21}
/* 役割: 6段階のはしご（下から上へ） */
.ladder{margin:0;padding:0;list-style:none;display:flex;flex-direction:column-reverse;gap:8px}
.ladder>li{margin:0;padding:24px 40px;border-radius:24px;background:#fff;color:#1D2D50}
.ladder>li:nth-child(2){margin-left:6%}
.ladder>li:nth-child(3){margin-left:12%}
.ladder>li:nth-child(4){margin-left:18%}
.ladder>li:nth-child(5){margin-left:24%}
.ladder>li:nth-child(6){margin-left:30%;background:#F48B21}
.ladder .row{display:grid;grid-template-columns:48px 264px minmax(0,1fr);gap:16px;align-items:center}
.ladder .row+.row{margin-top:16px;padding-top:16px;border-top:2px dashed #1D2D50}
.ladder .lv{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#1D2D50;color:#fff;font-weight:900;font-size:20px}
.ladder>li:nth-child(6) .lv{background:#fff;color:#1D2D50}
.ladder b{font-size:24px;line-height:1.4;word-break:normal}
.ladder .row>span:last-child{font-size:20px;line-height:1.6;color:#000}
.ladder .same{display:inline-block;font-size:14px;font-weight:900;color:#fff;background:#1D2D50;border-radius:999px;padding:2px 12px;margin-bottom:12px}
.hero-visual.v4 .img-note{background:#fff;color:#1D2D50}
/* ---- REVIEW_V4 (Codex ASTRA) ---- */
.about{align-items:start}
.about .answer{margin-top:32px}
.about .answer::before{right:-20px;top:40px;width:24px;height:32px;clip-path:polygon(0 0,100% 40%,0 100%)}
.worries-cap{display:inline-block;font-size:16px;font-weight:900;color:#fff;background:#1D2D50;border-radius:999px;padding:4px 16px;margin-bottom:32px}
.worries li{text-wrap:balance}
.made li{justify-content:flex-start;gap:8px}
.made li b{display:block;font-size:22px;line-height:1.4}
.made li p{margin:0;font-size:16px;font-weight:400;line-height:1.6;color:#000}
.ladder .pair-head{display:flex;align-items:center;gap:16px;margin:0 0 16px}
.ladder .pair-head .same{margin:0}
.ladder .pair-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
.ladder .pair-cols>div{padding:0 24px}
.ladder .pair-cols>div:first-child{padding-left:64px}
.ladder .pair-cols>div+div{border-left:2px dashed #1D2D50}
.ladder .pair-cols b{display:block}
.ladder .pair-cols span{display:block;margin-top:8px;font-size:20px;line-height:1.6;color:#000}
/* Safari（WebKit）: グリッドの中の大きい画像が列を押し広げないようにする */
.p-card,.team-card,.profile>*,.people-cards>*,.team-cards>*,.team>*,.mvv-top>*,.about>*,.future>*,.ai>*,.split>*{min-width:0}
img{max-width:100%}
.hero-visual.v4 .hero-robo{max-width:92%}
/* ---- v5: ヒーローは30秒の動画（横＝パソコン、縦＝スマホ） ---- */
.hero.hero-v5{display:block;min-height:0;background:#FFF4E6}
.hero-video{position:relative;display:flex;justify-content:center;background:#1D2D50}
.hero-video .hv{display:block;width:100%;height:auto;max-height:calc(100vh - 88px);aspect-ratio:16/9;object-fit:contain;background:#1D2D50}
.hv-sound{position:absolute;left:24px;bottom:24px;display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:8px 24px;border-radius:999px;border:2px solid #1D2D50;background:#fff;color:#1D2D50;font-family:inherit;font-size:16px;font-weight:700;line-height:1.4;cursor:pointer}
.hv-sound:hover,.hv-sound[aria-pressed=true]{background:#F48B21}
.hv-ico{flex:none;width:20px;height:18px;background:#1D2D50;clip-path:polygon(0 30%,32% 30%,68% 0,68% 100%,32% 70%,0 70%)}
.hero-v5 .hero-copy{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-template-areas:'place place' 'h1 lead' 'h1 cta';gap:24px 64px;align-items:center;max-width:1248px;margin:0 auto;padding:64px 24px}
.hero-v5 .hero-place{grid-area:place;margin-bottom:0;justify-self:start}
.hero-v5 h1{grid-area:h1;font-size:clamp(40px,4.6vw,76px)}
.hero-v5 .hero-lead{grid-area:lead;margin-top:0;max-width:none;align-self:end}
.hero-v5 .button-group{grid-area:cta;margin-top:0;align-self:start}
/* Shared entry-form components. No build or page-specific dependency. */
.entry-form{max-width:760px;margin:0 auto}
.form-field{margin-bottom:40px}
.form-field label,.form-legend{display:block;font-size:20px;font-weight:700;color:#1D2D50;margin-bottom:16px}
.required{display:inline-block;background:#1D2D50;color:#fff;border-radius:4px;padding:4px 8px;margin-left:8px;font-size:12px;vertical-align:middle;font-weight:700}
input:not([type=checkbox]):not([type=radio]),select,textarea{display:block;width:100%;min-height:48px;padding:12px 16px;border:1px solid #666;border-radius:8px;background:#fff;color:#000;font-size:20px;line-height:1.5}
textarea{min-height:160px;resize:vertical}
input[type=file]{font-size:16px!important}
input[type=file]::file-selector-button{padding:8px 16px;border:1px solid #1D2D50;border-radius:4px;background:#f7f8f9;color:#1D2D50;min-height:44px;margin-right:16px}
input[type=checkbox],input[type=radio]{accent-color:#1D2D50;min-width:24px;width:24px;height:24px;flex-shrink:0;margin:0}
.form-field .choice{display:flex;gap:16px;align-items:center;min-height:48px;padding:8px 0;font-weight:400;color:#000;cursor:pointer;margin:0}
fieldset{border:1px solid #e5e5e5;border-radius:12px;padding:24px;margin:0 0 40px;min-width:0}
legend{padding:0 8px;font-weight:700;color:#1D2D50}
.form-help{font-size:16px;line-height:1.75;color:#666;margin-top:8px}
.field-error{font-size:16px;line-height:1.75;color:#1D2D50;font-weight:700;margin-top:8px}
.field-error::before{content:"!";display:inline-flex;justify-content:center;align-items:center;border:2px solid #1D2D50;border-radius:50%;width:24px;height:24px;margin-right:8px}
[aria-invalid=true]{border:2px solid #1D2D50!important;background:#f7f8f9!important}
.form-errors{border:2px solid #1D2D50;padding:24px;border-radius:12px;margin-bottom:40px;background:#f7f8f9}
.form-errors h2{font-size:24px;margin-bottom:16px}
button:disabled,input:disabled,select:disabled,textarea:disabled{background:#f7f8f9;color:#666;border-color:#999;cursor:not-allowed}
.entry-form button[type=submit]{min-height:56px;border:0;border-radius:999px;padding:12px 40px;background:#F48B21;color:#1D2D50;font-size:16px;font-weight:700;cursor:pointer}
.entry-form button[type=submit]:disabled{background:#e5e5e5;color:#666;cursor:not-allowed}
/* ---- 幅ごとの調整 ---- */
@media(max-width:1200px){
.container{padding-left:40px;padding-right:40px}
.header-inner{padding:12px 24px;gap:16px}
.brand span{display:none}
.main-nav{gap:16px}
.main-nav a{font-size:15px}
.hero-copy{padding:40px 24px 40px 40px}
.num{padding:24px}
.msg-teaser{grid-template-columns:240px minmax(0,1fr);gap:40px;padding:40px}
.msg-teaser blockquote{font-size:28px}
.team h3{font-size:30px}
}
@media(max-width:1024px){
html{scroll-padding-top:88px}
.header-inner{min-height:72px}
.menu-toggle{display:block;margin-left:auto}
.header-cta{display:none}
.main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;padding:24px;border-bottom:1px solid #e5e5e5;box-shadow:0 2px 8px rgba(0,0,0,.08);margin:0;flex-wrap:wrap;gap:8px 24px}
.main-nav.is-open{display:flex}
.band{padding:64px 0}
.end-cta{padding:64px 0}
.hero{grid-template-columns:minmax(0,1fr);min-height:0}
.hero-visual{min-height:440px;border-radius:0 0 0 96px}
.hero-copy{padding:40px}
.about,.ai,.future,.split,.cta-inner,.sec-head.split,.letter,.two-col{grid-template-columns:minmax(0,1fr);gap:40px}
.side-col,.letter-aside,.profile-visual{position:static}
.team,.team:nth-of-type(2n){grid-template-columns:minmax(0,1fr);gap:40px;padding:40px 0}
.team:nth-of-type(2n) .team-visual{order:0}
.people-cards{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}
.num-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.num,.num.wide{grid-column:span 1}
.num.full{grid-column:span 2}
.facts dl{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.facts dl>div:nth-child(3){border-left:0}
.facts dl>div:nth-child(n+3){border-top:1px solid rgba(255,255,255,.2)}
.job-row{grid-template-columns:minmax(0,1fr) auto;padding:24px}
.job-row .t{grid-column:1/-1}
.steps6,.flow{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.flow{row-gap:48px}
.cards-3,.mvv,.ai-list-3{grid-template-columns:minmax(0,1fr)}
.ai-list-3{margin-top:40px}
.ai-list-3 li{padding:24px}
.page-intro.has-visual .container{grid-template-columns:minmax(0,1fr);gap:24px}
.profile,.profile:nth-of-type(2n){grid-template-columns:minmax(0,4fr) minmax(0,8fr);gap:40px}
.profile:nth-of-type(2n) .profile-visual{order:0}
.stairs li{padding:16px 8px}
.stairs b{font-size:17px}
.stairs span{font-size:14px}
.cta-actions{justify-self:start}
.footer-main{grid-template-columns:minmax(0,1fr);gap:40px}
.letter-aside{display:flex;align-items:center;gap:24px;text-align:left}
.letter-aside .avatar{max-width:160px;margin:0}
}
@media(max-width:767px){
body{font-size:17px}
.container{padding-left:24px;padding-right:24px}
.sp-only{display:inline}
.pc-only{display:none}
.header-inner{padding:8px 16px;min-height:64px}
.brand img{width:128px}
.main-nav.is-open{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.sec-head{margin-bottom:40px}
.sec-en{font-size:48px}
.sec-en.sm{font-size:40px}
.sec-jp{font-size:24px}
.hero-copy{padding:40px 24px}
.hero h1{font-size:clamp(36px,10.4vw,48px)}
.hero-visual{min-height:300px;border-radius:0 0 0 64px}
.hero-sticker{width:136px;height:136px;font-size:13px;right:16px;bottom:16px}
.hero-sticker b{font-size:28px}
.button-group{gap:8px}
.hero .button{flex:1;padding:12px 16px}
.facts dl>div{padding:24px 8px}
.facts dt{font-size:13px}
.facts dd{font-size:15px}
.facts dd b{font-size:40px}
.about h2,.ai h2,.future h2{font-size:30px}
.worries{gap:8px}
.worries li{font-size:16px;padding:12px 16px}
.worries li:nth-child(4n){transform:none}
.answer{font-size:18px;padding:24px}
.team h3{font-size:26px}
.team-points li{grid-template-columns:minmax(0,1fr);gap:4px;font-size:17px}
.team-tag img{width:56px;height:56px}
.ai-list li{grid-template-columns:40px minmax(0,1fr);padding:16px}
.ai-list li>span{width:40px;height:40px;font-size:16px}
.ai-list b{font-size:19px}
.ai-list p{font-size:16px}
.people-cards{grid-template-columns:minmax(0,1fr)}
.p-card .portrait{aspect-ratio:16/9}
.p-card .portrait img{width:60%;margin-bottom:-13%}
.marquee{margin-top:40px}
.marquee span,.from-cloud li{font-size:16px;padding:8px 16px}
.from-cloud{gap:8px}
.num-grid{grid-template-columns:minmax(0,1fr)}
.num,.num.wide,.num.full{grid-column:span 1;padding:24px}
.num .val{white-space:normal;font-size:18px}
.num .val b{font-size:56px}
.growth-line{gap:16px}
.growth-line .now{font-size:40px}
.growth-line .to{font-size:72px}
.msg-teaser{grid-template-columns:minmax(0,1fr);padding:24px;border-radius:24px;gap:24px}
.msg-teaser .avatar{max-width:160px}
.msg-teaser blockquote{font-size:24px}
.job-row h3{font-size:20px}
.job-row{padding:16px 24px}
.end-cta h2{font-size:30px}
.cta-actions{max-width:none}
.cta-actions .button{min-height:64px;font-size:17px}
.footer-nav{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px 16px}
.footer-bottom{flex-direction:column;gap:8px}
.floating-cta{left:16px;right:16px;bottom:8px}
.floating-cta .button{flex:1;padding:8px;font-size:15px}
.page-intro{padding-bottom:40px}
.page-intro h1{font-size:30px}
.page-intro .visual img{border-radius:24px 24px 24px 64px}
.anchor-nav a{font-size:15px;padding:8px 16px}
.side-col h2{font-size:28px}
.card{padding:24px}
.cards-2{grid-template-columns:minmax(0,1fr)}
.facts-table>div{display:block;padding:16px 0}
.facts-table dt{margin-bottom:4px}
.steps6,.flow{grid-template-columns:minmax(0,1fr)}
.flow{gap:40px}
.timeline li{grid-template-columns:64px minmax(0,1fr);gap:8px}
.timeline li::before{left:79px}
.timeline time{font-size:17px}
.stairs{grid-template-columns:minmax(0,1fr);gap:8px}
.stairs li,.stairs li:nth-child(n){min-height:0;border-radius:16px;padding:16px 24px}
.heart li{grid-template-columns:56px minmax(0,1fr);gap:16px}
.heart .l{width:56px;height:56px;font-size:28px}
.heart p{grid-column:2}
.profile,.profile:nth-of-type(2n){grid-template-columns:minmax(0,1fr);gap:24px;padding:40px 0}
.profile-visual,.profile:nth-of-type(2n) .profile-visual{max-width:280px;border-radius:24px 24px 24px 64px}
.profile h2{font-size:28px}
.job{padding:24px}
.job h3{font-size:24px}
.job-dl>div{display:block}
.job-dl dt{margin-bottom:4px}
.job .button{flex:1;padding:12px 16px}
.faq-list details{padding:0 16px}
.faq-list summary{font-size:18px;padding:16px 40px 16px 40px}
.faq-list summary::before{top:16px;width:28px;height:28px;font-size:14px}
.faq-list summary::after{top:24px}
.faq-list details[open] summary::after{top:30px}
.faq-list details>div{padding-left:40px}
.letter-body h2{font-size:26px;margin-top:40px}
.letter-body .big{font-size:21px}
.mvv article{padding:24px}
.mvv p{font-size:20px}
.history li{grid-template-columns:72px minmax(0,1fr);gap:16px}
.history time{font-size:18px}
.form-field label,.form-legend,input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:17px}
.form-help,.field-error{font-size:16px}
}
@media(prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
*,*::before,*::after{animation:none!important;transition:none!important}
.js .reveal{opacity:1;transform:none}
.marquee-track{flex-wrap:wrap;width:auto}
.marquee-track [aria-hidden=true]{display:none}
}
/* ---- 講評を受けた幅ごとの調整（site.responsive.css のあとに入る） ---- */
@media(max-width:1024px){
.team-cards{gap:16px}
.team-card h3{font-size:24px}
.team-card p{font-size:17px}
.start-card{grid-template-columns:minmax(0,1fr);gap:24px}
.people-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.p-card .portrait{height:160px}
.p-card .portrait img{width:200px;margin-bottom:-48px}
.p-card h3{font-size:20px}
.p-card .meta b{display:block}
.flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;row-gap:48px}
.flow li{padding:40px 16px 16px}
.flow p{font-size:17px}
.num-grid>.num:last-child:nth-child(odd){grid-column:1/-1}
.stairs li>span{font-size:17px}
.sec-jp{font-size:32px}
}
@media(max-width:767px){
.sec-en{font-size:40px}
.sec-en.sm{font-size:18px}
.sec-jp{font-size:28px}
.about h2,.ai h2,.future h2,.page-intro h1,.h-40,.side-col h2,.start-card h2,.end-cta h2{font-size:32px;line-height:1.5}
.hero-copy{padding:24px}
.hero-lead{margin-top:16px}
.hero .button-group{margin-top:24px;flex-direction:column}
.hero .button{width:100%;flex:none}
.hero-sticker b{font-size:32px}
.img-note{left:16px;top:8px;font-size:12px}
.facts .facts-more{margin:0 auto 8px}
.start-card{padding:24px}
.team-cards,.people-cards,.flow{grid-template-columns:minmax(0,1fr)}
.team-cards{gap:40px}
.p-card .portrait{height:180px}
.p-card .portrait img{width:220px;margin-bottom:-52px}
.job-row .pill{display:table;margin:8px 0 0}
.job-summary{font-size:17px}
.job .button-group{display:grid;grid-template-columns:minmax(0,1fr)}
.job .button{width:100%;white-space:nowrap}
.ai-list p,.flow p,.heart p,.faq-list details p,.steps6 p,.num p,.timeline p,.team-points li,.team-card p,.stairs li>span{font-size:17px}
.num-grid>.num:last-child:nth-child(odd){grid-column:auto}
}
/* ---- v4 の幅ごとの調整（site.review.responsive.css のあとに入る） ---- */
@media(max-width:1024px){
.mvv-top{grid-template-columns:minmax(0,1fr);gap:40px}
.mvv-top .v p.big{font-size:32px}
.p-card .portrait{height:auto}
.p-card .portrait img{width:100%;margin-bottom:0}
.ladder>li{padding:24px}
.ladder>li:nth-child(2){margin-left:3%}
.ladder>li:nth-child(3){margin-left:6%}
.ladder>li:nth-child(4){margin-left:9%}
.ladder>li:nth-child(5){margin-left:12%}
.ladder>li:nth-child(6){margin-left:15%}
.ladder .row{grid-template-columns:48px minmax(0,1fr)}
.ladder .row>span:last-child{grid-column:2}
.made li{font-size:20px;min-height:128px}
.kv-steps li{grid-template-columns:152px minmax(0,1fr)}
.kv-steps b{font-size:28px}
}
@media(max-width:767px){
.hero-visual.v4 .hero-robo{height:96%}
.hero-visual.v4 .img-note{right:16px;top:8px}
.worries{flex-direction:column;gap:32px;padding-bottom:16px}
.worries li{font-size:17px;padding:16px 24px;border-radius:32px;max-width:92%;align-self:flex-start;transform:rotate(-1deg)}
.worries li:nth-child(even){align-self:flex-end;transform:rotate(1deg)}
.worries li:nth-child(4n){transform:rotate(1deg)}
.worries li.big{font-size:20px;padding:16px 24px}
.answer{border-radius:24px;padding:24px;font-size:18px}
.mvv-top .v p.big{font-size:28px}
.mvv-top .h{padding:24px;box-shadow:8px 8px 0 #F48B21}
.heart-mini li{font-size:17px}
.heart-mini li small{display:block;margin-left:0;font-size:15px}
.mvv.mvv-4{grid-template-columns:minmax(0,1fr)}
.p-card .portrait{height:auto}
.p-card .portrait img{width:100%;margin-bottom:0}
.made{padding:0 8px 16px 0}
.made ul{gap:16px}
.made li{padding:16px;font-size:17px;min-height:112px;box-shadow:6px 6px 0 #1D2D50}
.made li:nth-child(2),.made li:nth-child(4){transform:rotate(1deg) translateY(12px)}
.seats-wrap{padding:24px;box-shadow:8px 8px 0 #1D2D50}
.future .seats-wrap{order:2}
.seats{gap:8px}
.seats span{border-width:2px}
.kv-panel{padding:24px;border-radius:24px;box-shadow:8px 8px 0 #F48B21}
.kv-steps li{grid-template-columns:minmax(0,1fr);gap:4px}
.kv-steps li>span{font-size:17px}
.kit{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}
.kit li{padding:16px;font-size:15px}
.kit li b{font-size:20px}
.ladder>li{padding:16px;margin-left:0}
.ladder>li:nth-child(n){margin-left:0}
.ladder .row{grid-template-columns:40px minmax(0,1fr);gap:4px 12px}
.ladder .lv{width:40px;height:40px;font-size:17px}
.ladder b{font-size:20px}
.ladder .row>span:last-child{font-size:17px}
}
@media(max-width:1024px){
.about .answer::before{display:none}
.ladder .pair-cols>div:first-child{padding-left:0}
.ladder .pair-cols>div{padding:0 16px}
}
@media(max-width:767px){
.hero-visual.v4 .hero-sticker{width:116px;height:116px;right:12px;bottom:12px;font-size:12px}
.hero-visual.v4 .hero-sticker b{font-size:24px}
.worries li{max-width:100%;padding:16px 20px}
.worries-cap{margin-bottom:24px}
.made li b{font-size:17px}
.made li p{font-size:15px}
.ladder .pair-cols{grid-template-columns:minmax(0,1fr);gap:16px}
.ladder .pair-cols>div{padding:0}
.ladder .pair-cols>div+div{border-left:0;border-top:2px dashed #1D2D50;padding-top:16px}
.ladder .pair-cols span{font-size:17px}
}
@media(max-width:1024px){
.hero-v5 .hero-copy{grid-template-columns:minmax(0,1fr);grid-template-areas:'place' 'h1' 'lead' 'cta';gap:24px;padding:40px 24px}
.hero-v5 .hero-lead{max-width:720px}
}
@media(max-width:767px){
.hero-video .hv{aspect-ratio:9/16;max-height:calc(100svh - 136px)}
.hv-sound{left:12px;bottom:12px;min-height:44px;padding:8px 16px;font-size:14px;gap:8px}
.hero-v5 .hero-copy{padding:24px}
}
@media(max-width:767px){
/* スマホの先輩カード: 絵を小さく左に、文字を右に（縦に大きく並ぶのをやめる） */
.people-cards{gap:24px}
.p-card{flex-direction:row;align-items:center;gap:16px}
.p-card .portrait{flex:none;width:124px}
.p-card .body{padding:0;gap:4px;min-width:0}
.p-card .from{font-size:13px;padding:2px 12px}
.p-card h3{font-size:18px;line-height:1.5}
.p-card .meta{font-size:14px;margin-top:4px}
.p-card .meta b{font-size:17px;display:inline}
.profile-visual,.profile:nth-of-type(2n) .profile-visual{max-width:220px}
}
/* CHARACTER CUTOUTS */
.cutout{mask-size:100% 100%;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat}
.cutout-a-hirose{mask-image:url("img/masks/mask-01-c7ca9677ee.svg");-webkit-mask-image:url("img/masks/mask-01-c7ca9677ee.svg")}
.cutout-Asano{mask-image:url("img/masks/mask-02-bee0147035.svg");-webkit-mask-image:url("img/masks/mask-02-bee0147035.svg")}
.cutout-Fukaya{mask-image:url("img/masks/mask-03-d2f903d421.svg");-webkit-mask-image:url("img/masks/mask-03-d2f903d421.svg")}
.cutout-Hamagami{mask-image:url("img/masks/mask-04-b2c0c10646.svg");-webkit-mask-image:url("img/masks/mask-04-b2c0c10646.svg")}
.cutout-Ito{mask-image:url("img/masks/mask-05-8f010b8387.svg");-webkit-mask-image:url("img/masks/mask-05-8f010b8387.svg")}
.cutout-Kameda{mask-image:url("img/masks/mask-06-2ce7018ff7.svg");-webkit-mask-image:url("img/masks/mask-06-2ce7018ff7.svg")}
.cutout-Kamegai{mask-image:url("img/masks/mask-07-1103894f32.svg");-webkit-mask-image:url("img/masks/mask-07-1103894f32.svg")}
.cutout-Katsukawa{mask-image:url("img/masks/mask-08-49c998d2fd.svg");-webkit-mask-image:url("img/masks/mask-08-49c998d2fd.svg")}
.cutout-Kidoguchi{mask-image:url("img/masks/mask-09-ce11dad27f.svg");-webkit-mask-image:url("img/masks/mask-09-ce11dad27f.svg")}
.cutout-Kuwayama{mask-image:url("img/masks/mask-10-4eb86b9722.svg");-webkit-mask-image:url("img/masks/mask-10-4eb86b9722.svg")}
.cutout-Maekawa{mask-image:url("img/masks/mask-11-b9521772d2.svg");-webkit-mask-image:url("img/masks/mask-11-b9521772d2.svg")}
.cutout-Miwa{mask-image:url("img/masks/mask-12-4e01d55f5d.svg");-webkit-mask-image:url("img/masks/mask-12-4e01d55f5d.svg")}
.cutout-Mizutani{mask-image:url("img/masks/mask-13-8d214a3cd8.svg");-webkit-mask-image:url("img/masks/mask-13-8d214a3cd8.svg")}
.cutout-Ohoka{mask-image:url("img/masks/mask-14-f48d395089.svg");-webkit-mask-image:url("img/masks/mask-14-f48d395089.svg")}
.cutout-Otsubo{mask-image:url("img/masks/mask-15-261d1431cb.svg");-webkit-mask-image:url("img/masks/mask-15-261d1431cb.svg")}
.cutout-Sahashi{mask-image:url("img/masks/mask-16-10e1f4e608.svg");-webkit-mask-image:url("img/masks/mask-16-10e1f4e608.svg")}
.cutout-Suzuki{mask-image:url("img/masks/mask-17-f7b08c3e15.svg");-webkit-mask-image:url("img/masks/mask-17-f7b08c3e15.svg")}
.cutout-Suzuki_seated{mask-image:url("img/masks/mask-18-41616470dc.svg");-webkit-mask-image:url("img/masks/mask-18-41616470dc.svg")}
.cutout-Tanita{mask-image:url("img/masks/mask-19-ff7e2369d8.svg");-webkit-mask-image:url("img/masks/mask-19-ff7e2369d8.svg")}
.cutout-Uchida{mask-image:url("img/masks/mask-20-d2645a927a.svg");-webkit-mask-image:url("img/masks/mask-20-d2645a927a.svg")}
.cutout-Waki{mask-image:url("img/masks/mask-21-98c5d96026.svg");-webkit-mask-image:url("img/masks/mask-21-98c5d96026.svg")}
.cutout-Yuki{mask-image:url("img/masks/mask-22-0a9c20659b.svg");-webkit-mask-image:url("img/masks/mask-22-0a9c20659b.svg")}
.cutout-Yuki_ai{mask-image:url("img/masks/mask-23-3537983a29.svg");-webkit-mask-image:url("img/masks/mask-23-3537983a29.svg")}
.cutout-Yuki_consulting{mask-image:url("img/masks/mask-24-aa6d49bfd1.svg");-webkit-mask-image:url("img/masks/mask-24-aa6d49bfd1.svg")}
.cutout-Yuki_dash{mask-image:url("img/masks/mask-25-9ba2ab111b.svg");-webkit-mask-image:url("img/masks/mask-25-9ba2ab111b.svg")}
.cutout-Yuki_present{mask-image:url("img/masks/mask-26-7bc6cf6e6e.svg");-webkit-mask-image:url("img/masks/mask-26-7bc6cf6e6e.svg")}
.cutout-Yuki_seminar{mask-image:url("img/masks/mask-27-3213781267.svg");-webkit-mask-image:url("img/masks/mask-27-3213781267.svg")}
