@charset "utf-8";
/* =========================================================
   サブページ共通スタイル（styles.css を継承して使用）
   ========================================================= */

/* ---------- page hero (下層共通) ---------- */
.phero { position: relative; padding: 140px 0 64px; overflow: hidden; text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 82%, #fffaf4 93%, var(--cream) 100%); }
.phero__band { display: none; }
.phero .wrap { position: relative; z-index: 2; }
.phero .en { display: inline-block; font-family: var(--jp); font-weight: 700; letter-spacing: .2em; font-size: 13px; color: var(--sakura-deep); }
.phero .en::before { content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 10px; vertical-align: -2px;
  background: radial-gradient(circle at 42% 40%, var(--sakura-mid) 30%, var(--sakura) 72%);
  --flower: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='4.6' r='3.4'/%3E%3Ccircle cx='19.05' cy='9.72' r='3.4'/%3E%3Ccircle cx='16.36' cy='18' r='3.4'/%3E%3Ccircle cx='7.64' cy='18' r='3.4'/%3E%3Ccircle cx='4.95' cy='9.72' r='3.4'/%3E%3Ccircle cx='12' cy='11.6' r='3' fill='%23fff'/%3E%3C/svg%3E");
  -webkit-mask: var(--flower) center/contain no-repeat; mask: var(--flower) center/contain no-repeat; }
.phero h1 { font-family: var(--jp); font-weight: 700; font-size: clamp(34px, 5vw, 58px); margin-top: 20px; line-height: 1.3; letter-spacing: .02em; }
.phero p { margin-top: 18px; color: var(--ink-soft); font-size: 15px; }
.phero .fl { position: absolute; z-index: 1; filter: drop-shadow(0 8px 14px rgba(200,90,140,.22)); }
.phero .fl1 { width: 120px; right: 4%; top: 90px; }
.phero .fl2 { width: 90px; left: 5%; bottom: 10px; }

/* ---------- breadcrumb ---------- */
.crumb { background: #fff; border-bottom: 1px solid var(--pink-soft); box-shadow: 0 2px 10px rgba(214,115,158,.06); }
.crumb ul { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 13px 0; font-size: 12.5px; color: var(--ink-soft); }
.crumb a { color: var(--sakura-deep); font-weight: 500; }
.crumb a:hover { color: var(--sakura); text-decoration: underline; }
.crumb li:last-child { color: var(--ink); font-weight: 700; }
.crumb li:not(:last-child)::after { content: "›"; margin-left: 8px; color: var(--sakura-mid); }

/* ---------- article / generic ---------- */
.lede { max-width: 760px; margin: 0 auto 8px; text-align: center; font-size: 16px; color: var(--ink); }
.note { margin-top: 18px; padding: 12px 16px; background: #fffce8; border: 1px dashed var(--peach); border-radius: 12px; font-size: 12.5px; color: var(--ink-soft); }

/* ---------- message blocks (理事長/本部長) ---------- */
.message { display: grid; grid-template-columns: 320px 1fr; gap: 44px; align-items: center; }
.message.rev { grid-template-columns: 1fr 320px; }
.message.rev .message__photo { order: 2; }
.message__photo { position: relative; }
.message__photo .frame { border-radius: 46% 54% 52% 48% / 54% 50% 50% 46%; overflow: hidden; box-shadow: var(--shadow); }
.message__photo .frame img { width: 100%; aspect-ratio: 4/4.4; object-fit: cover; }
.message__photo .fl { position: absolute; width: 96px; right: -14px; bottom: -22px; z-index: 0; }
.message__photo .pos { text-align: center; margin-top: 16px; font-family: var(--jp); position: relative; z-index: 1; }
.message__photo .pos .ro { font-size: 12px; color: var(--ink-soft); }
.message__photo .pos .nm { font-size: 20px; font-weight: 700; }
.message__body h3 { font-family: var(--jp); font-weight: 700; font-size: clamp(20px, 2.4vw, 28px); line-height: 1.6; margin-bottom: 16px; text-align: left; }
.message__body { text-align: left; }
.message__body h3 .mk { background: linear-gradient(transparent 62%, var(--pink-soft) 62%); }
.message__body p { margin-bottom: 14px; }

/* ---------- timeline (沿革) ---------- */
.timeline { max-width: 760px; margin: 0 auto; position: relative; padding-left: 24px; }
.timeline::before { content: ""; position: absolute; left: 4px; top: 6px; bottom: 6px; width: 2px; background: var(--pink-soft); }
.timeline li { position: relative; padding: 0 0 26px 28px; }
.timeline li::before { content: ""; position: absolute; left: -24px; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: var(--sakura); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--pink-soft); }
.timeline .yr { font-family: var(--jp); font-weight: 700; color: var(--sakura-deep); font-size: 15px; }
.timeline .ev { font-size: 14px; margin-top: 2px; line-height: 1.7; }
.timeline .ev .sub { display: block; font-size: 12px; color: var(--ink-soft); margin-top: 2px; }
.stepintro { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.mex { display: inline-block; font-family: var(--jp); font-weight: 700; font-size: 11px; color: var(--sakura-deep); background: var(--pink-bg); border-radius: 6px; padding: 3px 11px; margin-bottom: 10px; }
@media (max-width: 760px) { .stepintro { grid-template-columns: 1fr; } }

/* ---------- voice full grid ---------- */
.voice-full { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 24px; }

/* ---------- voice interview banner cards ---------- */
.voice-iv { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 26px; }
a.ivcard { display: flex; flex-direction: column; text-decoration: none; color: inherit; background: #fff; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s; }
a.ivcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ivcard__img { aspect-ratio: 800 / 418; overflow: hidden; }
.ivcard__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
a.ivcard .vcard__note { margin: 0; padding: 15px 22px; border-top: 1px dashed var(--line); display: flex; align-items: center; gap: 10px; }
a.ivcard:hover .vcard__note .narw { transform: translateX(4px); }
@media (max-width: 720px) { .voice-iv { grid-template-columns: 1fr; } }

/* ---------- voice: interview index cards ---------- */
.ivcard__body { padding: 18px 22px 22px; }
.ivcard__role { display: inline-block; font-family: var(--jp); font-weight: 700; font-size: 11.5px; color: #fff; background: var(--sakura); border-radius: 999px; padding: 4px 13px; }
.ivcard__name { font-family: var(--jp); font-weight: 700; font-size: 19px; margin-top: 10px; }
.ivcard__head { font-family: var(--jp); font-weight: 700; font-size: 15.5px; line-height: 1.6; margin-top: 6px; color: var(--ink); }
.ivcard__more { display: inline-flex; align-items: center; gap: 6px; font-family: var(--jp); font-weight: 700; font-size: 13px; color: var(--sakura-deep); margin-top: 14px; }
.ivcard:hover .ivcard__more { color: var(--sakura); }

/* ---------- voice: full interview articles ---------- */
.ivlist { display: grid; gap: 40px; }
.ivart { max-width: 880px; margin: 0 auto; width: 100%; background: #fff; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); scroll-margin-top: 90px; }
.ivart__hero img { width: 100%; aspect-ratio: 800/418; object-fit: cover; display: block; }
.ivart__inner { padding: clamp(24px,4vw,46px); }
.ivart__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.ivart__meta .role { font-family: var(--jp); font-weight: 700; font-size: 12px; color: #fff; background: var(--sakura); border-radius: 999px; padding: 5px 15px; }
.ivart__meta .name { font-family: var(--jp); font-weight: 700; font-size: 21px; }
.ivart__meta .fac { font-size: 12.5px; color: var(--ink-soft); }
.ivart__ttl { font-family: var(--jp); font-weight: 700; font-size: clamp(22px,3vw,31px); line-height: 1.5; margin: 14px 0 14px; }
.ivart__ttl .mk { background: linear-gradient(transparent 60%, var(--pink-soft) 60%); }
.ivart__lead { font-size: 14.5px; line-height: 2; color: var(--ink-soft); padding-bottom: 6px; }
.qa { border-top: 1px dashed var(--line); padding-top: 22px; margin-top: 22px; }
.qa__q { display: flex; gap: 12px; font-family: var(--jp); font-weight: 700; font-size: 16.5px; color: var(--sakura-deep); line-height: 1.6; }
.qa__q::before { content: "Q"; flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--sakura); color: #fff; display: grid; place-items: center; font-size: 14px; }
.qa__a { display: flex; gap: 12px; font-size: 14.5px; line-height: 2; color: var(--ink); margin-top: 12px; }
.qa__a::before { content: "A"; flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--pink-bg); color: var(--sakura-deep); font-family: var(--jp); font-weight: 700; display: grid; place-items: center; font-size: 14px; }
.ivart__note { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; font-family: var(--jp); font-weight: 700; font-size: 13px; color: var(--ink); background: var(--pink-bg); border-radius: 999px; padding: 10px 18px; }
.ivart__note .nbadge { font-size: 11px; color: #fff; background: #41c9b4; border-radius: 6px; padding: 3px 9px; }
.ivart__note .narw { color: var(--sakura-deep); }
@media (max-width: 560px) {
  .qa__q, .qa__a { gap: 9px; }
}
.cat-filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 44px; }
.chip { font-family: var(--jp); font-weight: 500; font-size: 13px; padding: 8px 18px; border-radius: 999px; background: #fff; border: 1.5px solid var(--pink-soft); color: var(--sakura-deep); cursor: pointer; transition: .2s; }
.chip:hover, .chip.on { background: var(--sakura); color: #fff; border-color: var(--sakura); }

/* ---------- voice card → note link ---------- */
a.vcard { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
a.vcard .vcard__q { flex: 1; }
.vcard__note { margin-top: 18px; padding-top: 14px; border-top: 1px dashed var(--line); display: flex; align-items: center; gap: 10px; }
.vcard__note .nbadge { font-family: var(--jp); font-weight: 700; font-size: 12px; color: #fff; background: #41c9b4; border-radius: 6px; padding: 3px 9px; letter-spacing: .04em; }
.vcard__note .ntxt { font-family: var(--jp); font-weight: 700; font-size: 13px; color: var(--ink); }
.vcard__note .narw { margin-left: auto; color: #41c9b4; font-weight: 700; transition: transform .25s; }
a.vcard:hover .vcard__note .narw { transform: translateX(4px); }

/* ---------- career detail ---------- */
.lv-row { display: grid; grid-template-columns: 150px 1fr; gap: 20px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 26px 28px; margin-bottom: 18px; align-items: start; }
.lv-row .badge { text-align: center; }
.lv-row .badge .no { font-family: var(--jp); font-weight: 700; color: var(--sakura); font-size: 13px; }
.lv-row .badge .gr { font-family: var(--jp); font-weight: 700; font-size: 26px; margin: 4px 0; }
.lv-row .badge .eq { font-size: 11px; color: var(--ink-soft); background: var(--pink-bg); border-radius: 999px; padding: 3px 10px; display: inline-block; }
.lv-row h4 { font-family: var(--jp); font-weight: 700; font-size: 18px; margin-bottom: 8px; }
.lv-row p { font-size: 14px; color: var(--ink); }
.lv-row .tags { margin-top: 12px; }

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

/* ---------- 10-grade table ---------- */
.gtable { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.gtable .grow { display: grid; grid-template-columns: 92px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.gtable .grow:last-child { border-bottom: none; }
.gtable .grow .gq { font-family: var(--jp); font-weight: 700; text-align: center; padding: 16px 8px; font-size: 15px; align-self: stretch; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.gtable .grow .gq .lv { font-size: 10px; color: #fff; background: var(--sakura); border-radius: 999px; padding: 2px 8px; font-weight: 700; }
.gtable .grow.lv1 .gq { background: #fff6f9; } .gtable .grow.lv1 .gq .lv { background: var(--sakura-mid); }
.gtable .grow.lv2 .gq { background: #fff1f5; } .gtable .grow.lv2 .gq .lv { background: var(--sakura-mid); }
.gtable .grow.lv3 .gq { background: #ffeaf1; }
.gtable .grow.lv4 .gq { background: #ffe1ec; }
.gtable .grow .gb { padding: 14px 22px; }
.gtable .grow .gb .pos { font-family: var(--jp); font-weight: 700; font-size: 15px; }
.gtable .grow .gb .ds { font-size: 12.5px; color: var(--ink-soft); margin-top: 2px; }

/* ========== career rebuild (3 axes) ========== */
/* intro 3 axes */
.axis3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.axis3__card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 30px 26px; position: relative; overflow: hidden; border-top: 5px solid var(--sakura); }
.axis3__card.h { border-top-color: #6cc7b6; }
.axis3__card.v { border-top-color: #f0a93f; }
.axis3__card .ax { font-family: var(--jp); font-weight: 700; font-size: 12px; letter-spacing: .1em; color: var(--sakura); }
.axis3__card.h .ax { color: #38a892; }
.axis3__card.v .ax { color: #d98a1e; }
.axis3__card .dir { display: inline-flex; align-items: center; gap: 6px; font-family: var(--jp); font-weight: 700; font-size: 11px; color: var(--ink-soft); background: var(--cream-2); border-radius: 999px; padding: 4px 12px; margin-top: 12px; }
.axis3__card h3 { font-family: var(--jp); font-weight: 700; font-size: 20px; margin: 14px 0 8px; line-height: 1.4; }
.axis3__card p { font-size: 13px; color: var(--ink-soft); }
.axis3__card .no { position: absolute; right: 18px; top: 14px; font-family: var(--jp); font-weight: 700; font-size: 40px; color: var(--pink-soft); line-height: 1; }
.axis3__card.h .no { color: #d2efe8; }
.axis3__card.v .no { color: #fbe6c4; }

/* role-grade ladder */
.ladder { display: grid; gap: 14px; }
.lad { display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: stretch; background: #fff; border-radius: 20px; box-shadow: var(--shadow-soft); overflow: hidden; position: relative; }
.lad__side { padding: 22px 20px; color: #fff; display: flex; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
.lad__side .st { font-family: var(--jp); font-weight: 700; font-size: 11px; letter-spacing: .14em; opacity: .9; }
.lad__side .st b { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.28); font-size: 13px; margin-right: 5px; vertical-align: -5px; }
.lad.s1 .lad__side { background: linear-gradient(160deg,#f6a9c4,#f291b4); }
.lad.s2 .lad__side { background: linear-gradient(160deg,#f291b4,#e7689a); }
.lad.s3 .lad__side { background: linear-gradient(160deg,#e7689a,#d34d84); }
.lad.s4 .lad__side { background: linear-gradient(160deg,#d34d84,#b23a6c); }
.lad__side .lv { font-family: var(--jp); font-weight: 700; font-size: 24px; }
.lad__side .gr { font-size: 11px; opacity: .92; letter-spacing: .04em; }
.lad__side .pl { margin-top: 8px; font-size: 11px; font-weight: 700; background: rgba(255,255,255,.22); border-radius: 999px; padding: 3px 10px; align-self: center; }
.lad__body { padding: 20px 26px 20px 4px; display: grid; gap: 12px; align-content: center; }
.lad__grade { display: grid; grid-template-columns: 62px 1fr; gap: 14px; align-items: start; }
.lad__grade .no { font-family: var(--jp); font-weight: 700; font-size: 13px; color: var(--sakura-deep); background: var(--pink-bg); border-radius: 8px; padding: 5px 0; text-align: center; }
.lad__grade .pos { font-family: var(--jp); font-weight: 700; font-size: 14.5px; }
.lad__grade .ds { font-size: 12.5px; color: var(--ink-soft); margin-top: 1px; }
.lad__grade .role-badge { display: inline-block; font-size: 10.5px; font-weight: 700; color: var(--sakura); border: 1px solid var(--pink-soft); border-radius: 999px; padding: 1px 8px; margin-left: 6px; vertical-align: 1px; }

/* job category strip */
.jobcat { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.jobcat span { font-family: var(--jp); font-weight: 700; font-size: 13px; background: #fff; border: 1.5px solid var(--pink-soft); color: var(--sakura-deep); border-radius: 999px; padding: 8px 18px; }

/* transfer / change flow */
.flow { display: grid; grid-template-columns: 1fr 70px 1fr; gap: 0; align-items: center; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 30px; }
.flow__node { text-align: center; padding: 22px 18px; border-radius: 18px; background: var(--cream-2); }
.flow__node .ph { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 12px; margin-bottom: 12px; }
.flow__node .fac { font-family: var(--jp); font-weight: 700; font-size: 13px; color: var(--sakura-deep); }
.flow__node .role { font-family: var(--jp); font-weight: 700; font-size: 17px; margin-top: 2px; }
.flow__arrow { text-align: center; color: var(--sakura); }
.flow__arrow .a { font-size: 34px; line-height: 1; }
.flow__arrow .t { font-size: 10px; color: var(--ink-soft); margin-top: 4px; white-space: nowrap; }
.change-pts { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 26px; }
.change-pt { background: #fff; border-radius: 16px; padding: 18px 20px; box-shadow: var(--shadow-soft); }
.change-pt .ic { font-size: 24px; }
.change-pt p { font-size: 13px; margin-top: 6px; }

/* compact icon-based "side options" */
.miniaxis { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.miniaxis__card { background: #fff; border-radius: 20px; box-shadow: var(--shadow-soft); padding: 26px 26px 28px; }
.miniaxis__head { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
.miniaxis__head .ic { width: 42px; height: 42px; flex: none; border-radius: 12px; display: grid; place-items: center; background: var(--pink-bg); }
.miniaxis__card.b .miniaxis__head .ic { background: #e0f3ee; }
.miniaxis__head .ic svg { width: 22px; height: 22px; }
.miniaxis__head h4 { font-family: var(--jp); font-weight: 700; font-size: 16px; }
.miniaxis__head .sub { font-size: 11px; color: var(--ink-soft); }
.miniaxis__card > p { font-size: 12.5px; color: var(--ink-soft); margin: 8px 0 18px; }
.mflow { display: grid; grid-template-columns: 1fr 38px 1fr; align-items: center; gap: 4px; }
.mnode { text-align: center; padding: 16px 10px; border-radius: 14px; background: var(--cream-2); }
.mnode .ic { width: 34px; height: 34px; margin: 0 auto 8px; border-radius: 10px; display: grid; place-items: center; background: #fff; box-shadow: var(--shadow-soft); }
.mnode .ic svg { width: 19px; height: 19px; }
.mnode .fac { font-size: 10.5px; color: var(--ink-soft); line-height: 1.4; }
.mnode .role { font-family: var(--jp); font-weight: 700; font-size: 13.5px; margin-top: 2px; }
.marrow { text-align: center; color: var(--sakura); font-size: 20px; line-height: 1; }
.miniaxis__card.b .marrow { color: #38a892; }
.miniaxis__card.b .mex { color: #2f8a78; background: #e0f3ee; }
.miniaxis__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.miniaxis__tags span { font-size: 11px; color: var(--ink-soft); background: var(--cream-2); border-radius: 999px; padding: 4px 11px; }

@media (max-width: 920px) {
  .miniaxis { grid-template-columns: 1fr; }
}

/* ========== why / 職員への約束 ========== */
.why-statement { position: relative; max-width: 880px; margin: 0 auto 44px; text-align: center; background:
  radial-gradient(70% 120% at 50% 0%, var(--pink-bg) 0%, transparent 70%), #fff;
  border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 48px clamp(28px,5vw,64px); overflow: hidden; }
.why-statement .fl { position: absolute; width: 90px; opacity: .5; }
.why-statement .fl1 { right: 18px; top: 14px; }
.why-statement .fl2 { left: 16px; bottom: -10px; width: 70px; }
.why-statement .q { font-family: var(--jp); font-weight: 700; font-size: 12px; letter-spacing: .14em; color: var(--sakura); }
.why-statement h3 { font-family: var(--jp); font-weight: 700; font-size: clamp(20px, 2.8vw, 30px); line-height: 1.7; margin-top: 16px; }
.why-statement h3 .mk { background: linear-gradient(transparent 62%, var(--pink-soft) 62%); padding: 0 2px; }
.why-statement .sign { margin-top: 20px; font-size: 12.5px; color: var(--ink-soft); }
.promises { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.promise { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: start; background: #fff; border-radius: 20px; box-shadow: var(--shadow-soft); padding: 26px 28px; }
.promise__no { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(150deg, var(--sakura-mid), var(--sakura)); color: #fff; font-family: var(--jp); font-weight: 700; }
.promise__no .l { font-size: 9px; letter-spacing: .1em; opacity: .9; }
.promise__no .n { font-size: 24px; line-height: 1; }
.promise h4 { font-family: var(--jp); font-weight: 700; font-size: 17px; line-height: 1.5; }
.promise p { font-size: 13px; color: var(--ink-soft); margin-top: 8px; }
.why-bridge { text-align: center; max-width: 720px; margin: 40px auto 0; font-family: var(--jp); font-weight: 700; font-size: clamp(16px,2vw,20px); line-height: 1.7; }
.why-bridge .mk { background: linear-gradient(transparent 60%, var(--pink-soft) 60%); }
.why-bridge .dn { display: block; margin: 14px auto 0; width: 30px; height: 30px; color: var(--sakura); }

@media (max-width: 920px) {
  .promises { grid-template-columns: 1fr; }
}

/* ========== training showcase ========== */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; }
.tcard__ph { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.tcard__ph img { width: 100%; height: 100%; object-fit: cover; }
.tcard__no { position: absolute; left: 14px; top: 14px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--sakura-deep); font-family: var(--jp); font-weight: 700; font-size: 15px; display: grid; place-items: center; box-shadow: var(--shadow-soft); }
.tcard__body { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.tcard__body .tg { font-family: var(--jp); font-weight: 700; font-size: 11px; letter-spacing: .08em; color: var(--sakura); }
.tcard__body h4 { font-family: var(--jp); font-weight: 700; font-size: 16px; line-height: 1.5; margin: 6px 0 8px; }
.tcard__body p { font-size: 13px; color: var(--ink-soft); }
.tcard__quote { align-self: flex-start; margin-top: 12px; font-family: var(--jp); font-weight: 700; font-size: 12px; color: var(--sakura-deep); background: var(--pink-bg); border-radius: 999px; padding: 5px 14px; }

@media (max-width: 920px) { .tgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tgrid { grid-template-columns: 1fr; } }

/* ========== chapter dividers (大きく2分割) ========== */
.chapterband { position: relative; text-align: center; padding: 62px 24px 56px; overflow: hidden; }
.chapterband.c1 { background: radial-gradient(80% 130% at 50% 0%, #ffe6f0 0%, var(--cream) 72%); }
.chapterband.c2 { background: radial-gradient(80% 130% at 50% 0%, #fdeccd 0%, var(--cream) 72%); }
.chapterband .fl { position: absolute; opacity: .55; }
.chapterband .fl1 { width: 96px; right: 7%; top: 20px; }
.chapterband .fl2 { width: 74px; left: 8%; bottom: 8px; }
.chapterband__inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.chapterband .pt { display: inline-flex; align-items: center; gap: 10px; font-family: var(--jp); font-weight: 700; letter-spacing: .16em; font-size: 12px; color: var(--sakura-deep); }
.chapterband.c2 .pt { color: #c47d16; }
.chapterband .pt b { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--sakura); color: #fff; font-size: 14px; }
.chapterband.c2 .pt b { background: #e3a23c; }
.chapterband h2 { font-family: var(--jp); font-weight: 700; font-size: clamp(28px, 4vw, 46px); line-height: 1.3; margin: 16px 0 0; }
.chapterband h2 .mk { background: linear-gradient(transparent 60%, var(--pink-soft) 60%); padding: 0 4px; }
.chapterband.c2 h2 .mk { background: linear-gradient(transparent 60%, #fbe0b3 60%); }
.chapterband p { margin-top: 16px; font-size: 14.5px; color: var(--ink-soft); }
.chapterband .en { display: block; margin-top: 8px; font-family: var(--jp); font-weight: 700; letter-spacing: .22em; font-size: 11px; color: var(--sakura-mid); }
.chapterband.c2 .en { color: #e0b266; }

/* ========== training: 4 pillars ========== */
.trmain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trmain__card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; }
.trmain__ph { aspect-ratio: 16/10; overflow: hidden; }
.trmain__ph img { width: 100%; height: 100%; object-fit: cover; }
.trmain__body { padding: 20px 24px 24px; flex: 1; }
.trmain__body .tg { font-family: var(--jp); font-weight: 700; font-size: 11px; letter-spacing: .08em; color: var(--sakura); }
.trmain__body h4 { font-family: var(--jp); font-weight: 700; font-size: 18px; margin: 6px 0 8px; }
.trmain__body p { font-size: 13px; color: var(--ink-soft); }

.freshpanel { margin-top: 24px; background: #fff; border: 2px solid var(--pink-soft); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 34px clamp(24px,4vw,44px) 36px; position: relative; overflow: hidden; }
.freshpanel__head { display: flex; align-items: center; gap: 16px; margin-bottom: 6px; }
.freshpanel__head .pill { font-family: var(--jp); font-weight: 700; font-size: 12px; color: #fff; background: linear-gradient(150deg, var(--sakura-mid), var(--sakura)); border-radius: 999px; padding: 6px 16px; flex: none; }
.freshpanel__head h4 { font-family: var(--jp); font-weight: 700; font-size: clamp(20px,2.4vw,26px); }
.freshpanel > p { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 22px; max-width: 640px; }
.freshlist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.freshitem { display: flex; gap: 14px; align-items: flex-start; background: var(--cream-2); border-radius: 16px; padding: 16px 18px; }
.freshitem .ic { width: 40px; height: 40px; flex: none; border-radius: 12px; background: #fff; box-shadow: var(--shadow-soft); display: grid; place-items: center; }
.freshitem .ic svg { width: 22px; height: 22px; }
.freshitem .nm { font-family: var(--jp); font-weight: 700; font-size: 14.5px; }
.freshitem .ds { font-size: 12px; color: var(--ink-soft); margin-top: 3px; line-height: 1.5; }

@media (max-width: 920px) { .trmain { grid-template-columns: 1fr; } .freshlist { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .freshlist { grid-template-columns: 1fr; } }

/* ========== movie / SNS ========== */
/* YouTube channel bar */
.ytbar { display: flex; align-items: center; gap: 18px; background: #fff; border-radius: 20px; box-shadow: var(--shadow-soft); padding: 18px 24px; margin-bottom: 30px; flex-wrap: wrap; }
.ytbar__logo svg { height: 30px; width: auto; display: block; }
.ytbar__info { line-height: 1.4; }
.ytbar__info .name { font-family: var(--jp); font-weight: 700; font-size: 16px; }
.ytbar__info .sub { font-size: 12px; color: var(--ink-soft); }
.ytbar__cta { margin-left: auto; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.ytbar__cta .hello { font-family: var(--jp); font-weight: 700; font-size: 14px; color: var(--sakura-deep); }
.btn-sub { background: #FF0000; color: #fff; font-family: var(--jp); font-weight: 700; border-radius: 999px; padding: 12px 24px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; transition: background .2s, transform .2s; }
.btn-sub:hover { background: #d90000; transform: translateY(-1px); }
.btn-sub svg { width: 18px; height: 18px; }

/* Instagram live feed */
.igfeed { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; max-width: 940px; margin: 0 auto; }
.igfeed__head { display: flex; align-items: center; gap: 16px; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.iglogo { width: 46px; height: 46px; flex: none; }
.igfeed__head .meta { line-height: 1.4; }
.igfeed__head .handle { font-family: var(--jp); font-weight: 700; font-size: 16px; }
.igfeed__head .desc { font-size: 12px; color: var(--ink-soft); }
.igfeed__head .live { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--jp); font-weight: 700; font-size: 11px; color: #d62976; background: #fdeef5; border-radius: 999px; padding: 6px 13px; }
.igfeed__head .live .dot { width: 7px; height: 7px; border-radius: 50%; background: #d62976; animation: igpulse 1.4s infinite; }
@keyframes igpulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }
.igfeed__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 4px; }
.igfeed__embed { display: flex; justify-content: center; padding: 22px 16px; }
.igfeed__embed iframe { width: 500px; max-width: 100%; height: 600px; border-radius: 12px; }
.igpost { position: relative; aspect-ratio: 1; overflow: hidden; cursor: pointer; }
.igpost img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.igpost:hover img { transform: scale(1.06); }
.igpost__ov { position: absolute; inset: 0; background: rgba(0,0,0,.42); display: flex; align-items: center; justify-content: center; gap: 16px; color: #fff; font-weight: 700; font-size: 13px; opacity: 0; transition: opacity .25s; }
.igpost:hover .igpost__ov { opacity: 1; }
.igpost__ov span { display: inline-flex; align-items: center; gap: 5px; }
.igfeed__foot { padding: 22px 26px; text-align: center; border-top: 1px solid var(--line); }
.btn-ig { display: inline-flex; align-items: center; gap: 9px; font-family: var(--jp); font-weight: 700; font-size: 14px; color: #fff; border-radius: 999px; padding: 13px 28px;
  background: linear-gradient(95deg,#feda75,#fa7e1e 25%,#d62976 55%,#962fbf 90%); transition: transform .2s, box-shadow .2s; }
.btn-ig:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(214,41,118,.3); }
.btn-ig--fb:hover { box-shadow: 0 8px 20px rgba(24,119,242,.3); }
.btn-ig svg { width: 18px; height: 18px; }

/* TikTok / Facebook do-cards */
.snsdo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 940px; margin: 28px auto 0; }
.snsdo__card { display: flex; gap: 18px; align-items: flex-start; background: #fff; border-radius: 20px; box-shadow: var(--shadow-soft); padding: 26px 28px; }
.snsdo__logo { width: 52px; height: 52px; flex: none; border-radius: 14px; overflow: hidden; display: grid; place-items: center; }
.snsdo__logo svg { width: 52px; height: 52px; display: block; }
.snsdo__card .nm { font-family: var(--jp); font-weight: 700; font-size: 17px; }
.snsdo__card .hd { font-size: 12px; color: var(--ink-soft); margin-top: 1px; }
.snsdo__card p { font-size: 13px; color: var(--ink); margin-top: 10px; }
.snsdo__card .go { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-family: var(--jp); font-weight: 700; font-size: 13px; color: #fff; padding: 10px 20px; border-radius: 999px; transition: transform .2s, box-shadow .2s; }
.snsdo__card .go .go__arw { transition: transform .2s; }
.snsdo__card .go:hover { transform: translateY(-1px); }
.snsdo__card .go:hover .go__arw { transform: translateX(3px); }
.go--ig { background: linear-gradient(95deg,#feda75,#fa7e1e 25%,#d62976 55%,#962fbf 90%); }
.go--ig:hover { box-shadow: 0 8px 20px rgba(214,41,118,.32); }
.go--tt { background: linear-gradient(95deg,#25F4EE 0%,#000 45%,#FE2C55 100%); }
.go--tt:hover { box-shadow: 0 8px 20px rgba(254,44,85,.3); }
.snsnote { text-align: center; font-size: 12.5px; color: var(--ink-soft); margin: 14px auto 0; }

@media (max-width: 760px) {
  .igfeed__grid { grid-template-columns: repeat(3, 1fr); }
  .snsdo { grid-template-columns: 1fr; }
  .ytbar__cta { width: 100%; margin-left: 0; }
}

@media (max-width: 920px) {
  .axis3 { grid-template-columns: 1fr; }
  .lad { grid-template-columns: 110px 1fr; }
  .lad__body { padding: 18px 20px 18px 2px; }
  .flow { grid-template-columns: 1fr; gap: 12px; }
  .flow__arrow .a { transform: rotate(90deg); display: inline-block; }
  .change-pts { grid-template-columns: 1fr; }
}
.eval { background: #fff; border-radius: 18px; padding: 22px 24px; box-shadow: var(--shadow-soft); display: flex; gap: 14px; }
.eval .ic { font-size: 26px; }
.eval h4 { font-family: var(--jp); font-weight: 700; font-size: 16px; }
.eval p { font-size: 13px; color: var(--ink-soft); margin-top: 4px; }

.train-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.train { background: #fff; border-radius: 18px; padding: 22px; box-shadow: var(--shadow-soft); }
.train .ic { font-size: 28px; }
.train h4 { font-family: var(--jp); font-weight: 700; font-size: 15px; margin-top: 8px; }
.train p { font-size: 12.5px; color: var(--ink-soft); margin-top: 4px; }

/* ---------- DX system diagram ---------- */
.dxsys { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 32px; display: grid; grid-template-columns: 1fr 70px 1fr; gap: 18px; align-items: center; }
.dxsys__col h4 { font-family: var(--jp); font-weight: 700; font-size: 15px; text-align: center; margin-bottom: 14px; }
.dxsys__col h4 .en { display: block; font-size: 11px; color: var(--sakura); letter-spacing: .12em; }
.dxsys__nodes { display: grid; gap: 10px; }
.dxnode { display: flex; align-items: center; gap: 12px; background: var(--cream-2); border-radius: 14px; padding: 12px 16px; }
.dxnode .ic { font-size: 24px; flex: none; }
.dxnode .nm { font-family: var(--jp); font-weight: 700; font-size: 13.5px; }
.dxnode .ds { font-size: 11px; color: var(--ink-soft); }
.dxsys__arrow { text-align: center; color: var(--sakura); }
.dxsys__arrow .a { font-size: 30px; line-height: 1; }
.dxsys__arrow .t { font-size: 10px; color: var(--ink-soft); margin-top: 4px; }
.dxeffects { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
.dxeffect { background: #fff; border-radius: 16px; padding: 18px 20px; box-shadow: var(--shadow-soft); display: flex; gap: 12px; }
.dxeffect .ic { width: 22px; height: 22px; flex: none; margin-top: 2px; background: var(--green); border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/15px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/15px no-repeat; }
.dxeffect p { font-size: 13px; }

/* ---------- pickup (統一コンポーネント) ---------- */
.pickup { display: grid; grid-template-columns: 1.05fr .95fr; background: linear-gradient(135deg, var(--sakura) 0%, var(--sakura-deep) 100%); color: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.pickup__body { padding: 48px clamp(24px, 4vw, 56px); position: relative; z-index: 2; align-self: center; }
.pickup__label { display: inline-flex; align-items: center; gap: 8px; font-family: var(--jp); font-weight: 700; letter-spacing: .12em; font-size: 12px; background: rgba(255,255,255,.22); padding: 6px 16px; border-radius: 999px; margin-bottom: 16px; }
.pickup__label::before { content: ""; width: 14px; height: 14px; background: #fff;
  -webkit-mask: var(--petal) center/contain no-repeat; mask: var(--petal) center/contain no-repeat; }
.pickup__ttl { font-family: var(--jp); font-weight: 700; font-size: clamp(22px, 3vw, 34px); line-height: 1.45; }
.pickup__txt { font-size: 14px; opacity: .96; margin-top: 14px; }
.qual { margin-top: 22px; background: rgba(255,255,255,.14); border-radius: 14px; padding: 18px 20px 20px; }
.qual__h { font-family: var(--jp); font-weight: 700; font-size: 14px; letter-spacing: .04em; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.qual__h::before { content: ""; width: 16px; height: 16px; background: #fff; -webkit-mask: var(--petal) center/contain no-repeat; mask: var(--petal) center/contain no-repeat; }
.qual__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.qual__list li { font-family: var(--jp); font-weight: 700; font-size: 13px; background: #fff; color: var(--sakura-deep); padding: 7px 14px; border-radius: 999px; }
.pickup__photo { position: relative; min-height: 240px; }
.pickup__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pickup--rev .pickup__body { order: 2; }
.pickup--rev .pickup__photo { order: 1; }
.dxeffects-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.dxeffects-col { display: grid; gap: 14px; align-content: start; }
.dxeffects-h { font-family: var(--jp); font-weight: 700; font-size: 16px; display: flex; align-items: center; gap: 10px; }
.dxeffects-h .badge { background: var(--sakura); color: #fff; font-size: 12px; padding: 4px 12px; border-radius: 999px; }
.dxeffects-h .badge.teal { background: var(--teal); }

@media (max-width: 920px) {
  .dxsys { grid-template-columns: 1fr; gap: 12px; }
  .dxsys__arrow .a { transform: rotate(90deg); display: inline-block; }
  .dxeffects { grid-template-columns: 1fr; }
  .dxeffects-wrap { grid-template-columns: 1fr; }
}

/* ---------- numbers detail ---------- */
.nbig { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.nbig .num-card .val b { font-size: clamp(40px, 5vw, 60px); }

/* ---------- numbers stat cards (pill header) ---------- */
.nstats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 24px; }
.nstat { position: relative; text-align: center; background: #fff; border: 1px solid var(--pink-soft, #f4d9e2); border-radius: 24px; box-shadow: 0 18px 40px -28px rgba(214,41,118,.4); padding: 40px 24px 30px; overflow: hidden; transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s, border-color .35s; }
.nstat::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--sakura), var(--sakura-deep)); opacity: .85; }
.nstat:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -26px rgba(214,41,118,.5); border-color: var(--sakura-mid); }
.nstat__pill { display: inline-flex; align-items: center; gap: 0; background: var(--pink-bg); color: var(--sakura-deep); font-family: var(--jp); font-weight: 700; font-size: 13.5px; letter-spacing: .02em; padding: 7px 20px; border-radius: 999px; box-shadow: none; }
.nstat__body { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 18px 0 4px; min-height: 84px; }
.nstat__ic { width: 56px; height: 56px; flex: none; }
.nstat__fig { font-family: var(--jp); font-weight: 800; line-height: .9; color: var(--sakura); display: flex; align-items: baseline; background: linear-gradient(180deg, var(--sakura), var(--sakura-deep)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.nstat__fig b { font-size: clamp(46px, 5.4vw, 64px); }
.nstat__fig .u { font-size: 19px; margin-left: 2px; -webkit-text-fill-color: var(--sakura-deep); }
.nstat__fig .pre { font-size: 14px; align-self: flex-start; margin-right: 6px; color: var(--sakura-deep); }
.nstat__sub { font-family: var(--jp); font-weight: 700; font-size: 14px; color: var(--sakura-deep); min-height: 21px; }
.nstat__desc { font-size: 13.5px; line-height: 1.85; color: var(--ink-soft); margin: 14px auto 0; padding-top: 14px; max-width: 280px; border-top: 1px dashed var(--pink-soft, #f4d9e2); position: relative; }
.nstat__body--mf { gap: 18px; }
.mf { display: flex; align-items: center; gap: 8px; }
.mf__lbl { font-family: var(--jp); font-weight: 700; font-size: 14px; color: var(--sakura-deep); }
.mf__pct { font-family: var(--jp); font-weight: 700; font-size: 13px; color: var(--sakura-deep); }
.nstat__body--mf .nstat__fig { justify-content: center; }
.nstat__body--mf .nstat__fig b { font-size: clamp(38px, 4.4vw, 52px); }
@media (max-width: 880px) { .nstats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) {
  .nstats { grid-template-columns: 1fr; }
  .nstat__fig b { font-size: 58px; }
  .nstat__body--mf .nstat__fig b { font-size: 46px; }
}

/* ---------- recruit ---------- */
.engage { background: #fff; border: 2px solid var(--pink-soft); border-radius: var(--radius); padding: 36px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; box-shadow: var(--shadow-soft); }
.engage h3 { font-family: var(--jp); font-weight: 700; font-size: clamp(20px,2.4vw,26px); line-height: 1.5; }
.engage h3 .c { color: var(--sakura); }
.engage p { font-size: 13.5px; color: var(--ink-soft); margin-top: 8px; }
.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.job { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
.job h4 { font-family: var(--jp); font-weight: 700; font-size: 16px; }
.job .ty { font-size: 11px; color: var(--ink-soft); margin-top: 2px; }
.job .acts { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.minibtn { font-family: var(--jp); font-weight: 700; font-size: 12px; padding: 6px 14px; border-radius: 999px; border: 1.5px solid var(--pink-soft); color: var(--sakura-deep); }
.minibtn.fill { background: var(--sakura); color: #fff; border-color: var(--sakura); }

/* ---------- editable job list (募集要項一覧) ---------- */
.joblist { display: grid; gap: 12px; max-width: 940px; margin: 0 auto; }
.jobrow { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr auto; gap: 20px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px 24px; transition: box-shadow .2s, border-color .2s, transform .2s; }
.jobrow:hover { box-shadow: var(--shadow-soft); border-color: var(--pink-soft); transform: translateY(-2px); }
.jobrow__name { font-family: var(--jp); font-weight: 700; font-size: 17px; display: flex; align-items: center; gap: 10px; }
.jobrow__name .stat { font-family: var(--jp); font-weight: 700; font-size: 10.5px; padding: 3px 9px; border-radius: 999px; letter-spacing: .04em; }
.stat.open  { background: #e3f5ea; color: #2f9f5e; }
.stat.few   { background: #fdeccd; color: #c47d16; }
.stat.close { background: #eee; color: #999; }
.jobrow__type { font-size: 12.5px; color: var(--ink-soft); }
.jobrow__type .emp { display: inline-block; font-family: var(--jp); font-weight: 700; font-size: 11.5px; color: var(--sakura-deep); background: var(--pink-bg); border-radius: 7px; padding: 3px 10px; }
.jobrow__name .emp { display: inline-block; font-family: var(--jp); font-weight: 700; font-size: 11.5px; color: var(--sakura-deep); background: var(--pink-bg); border-radius: 7px; padding: 3px 10px; }
.jobrow__place { font-size: 13px; color: var(--ink-soft); display: flex; align-items: flex-start; gap: 6px; }
.jobrow__place svg { width: 14px; height: 14px; flex: none; color: var(--sakura-mid); margin-top: 2px; }
.jobrow__place .addr { display: block; font-size: 11px; opacity: .8; margin-top: 2px; }
.jobrow__act { justify-self: end; display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.jobrow__act .btn-vid, .jobrow__act .btn-engage { width: 100%; justify-content: center; }
.jobrow__act .btn-engage { display: inline-flex; align-items: center; gap: 7px; font-family: var(--jp); font-weight: 700; font-size: 13px;
  background: var(--sakura); color: #fff; border-radius: 999px; padding: 10px 20px; white-space: nowrap; transition: background .2s; }
.jobrow__act .btn-engage:hover { background: var(--sakura-deep); }
.jobrow__act .btn-engage svg { width: 14px; height: 14px; }
.jobrow.is-closed { opacity: .58; }
.jobrow.is-closed .btn-engage { background: #bbb; pointer-events: none; }
.joblist-note { max-width: 940px; margin: 18px auto 0; font-size: 12px; color: var(--ink-soft); text-align: right; }

/* jobrow with photo on the left */
.jobrow--ph { display: flex; flex-direction: row; padding: 0; overflow: hidden; align-items: stretch; }
.jobrow--ph .jobrow__phimg { width: 220px; flex: none; object-fit: cover; display: block; border-radius: 14px 0 0 14px; }
.jobrow--ph .jobrow__body { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 18px 24px; flex: 1; }
.jobrow__main { display: flex; flex-direction: column; gap: 10px; }
@media (max-width: 760px) {
  .jobrow--ph { flex-direction: column; }
  .jobrow--ph .jobrow__phimg { width: 100%; height: 160px; border-radius: 14px 14px 0 0; }
  .jobrow--ph .jobrow__body { grid-template-columns: 1fr; gap: 10px; padding: 18px 20px; }
  .jobrow--ph .jobrow__act { flex-direction: column; align-items: stretch; }
  .jobrow--ph .jobrow__act .btn-engage { width: 100%; justify-content: center; }
  .jobrow--ph .jobrow__act .btn-vid { width: 100%; justify-content: center; }
}

@media (max-width: 760px) {
  .jobrow { grid-template-columns: 1fr; gap: 10px; padding: 18px 20px; }
  .jobrow__act { justify-self: stretch; flex-direction: column; align-items: stretch; }
  .jobrow__act .btn-engage { width: 100%; justify-content: center; }
  .jobrow__act .btn-vid { width: 100%; justify-content: center; }
  .gradcard { grid-template-columns: 1fr; }
  .gradcard__ph { min-height: 210px; order: -1; }
  .gradcard__body { padding: 28px 24px; }
}

/* ---------- 新卒 / 中途 tier split ---------- */
.tier { max-width: 960px; margin: 0 auto; }
.tier + .tier { margin-top: 54px; }
.tier__head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.tier__tag { font-family: var(--jp); font-weight: 700; font-size: 13px; color: #fff; background: var(--sakura); border-radius: 999px; padding: 7px 18px; letter-spacing: .05em; white-space: nowrap; }
.tier__tag.is-mid { background: #3f8b86; }
.tier__head .ja { font-family: var(--jp); font-weight: 700; font-size: 17px; white-space: nowrap; }
.tier__head .ds { font-size: 12.5px; color: var(--ink-soft); }
.tier__head .ln { flex: 1; height: 1px; background: var(--line); }

/* featured tier (新卒) — slightly larger, more prominent */
.tier--featured .jobrow--ph { background: #fff; }
.tier--featured .jobrow--ph .jobrow__phimg { width: 300px; }
.tier--featured .jobrow--ph .jobrow__body { padding: 26px 30px; grid-template-columns: 1fr auto; }
.tier--featured .jobrow__name { font-size: 21px; }
.tier--featured .jobrow__act .btn-engage { font-size: 14px; padding: 12px 24px; }
.tier--featured .jobrow__act { flex-direction: column; align-items: stretch; gap: 9px; }
.tier--featured .jobrow__act .btn-vid,
.tier--featured .jobrow__act .btn-engage { width: 100%; justify-content: center; }
@media (max-width: 760px) {
  .tier--featured .jobrow--ph .jobrow__phimg { width: 100%; height: 200px; }
}

/* mid-career tier (中途) — green accent to match MID-CAREER tag */
.tier--mid .jobrow__act .btn-engage { background: #3f8b86; }
.tier--mid .jobrow__act .btn-engage:hover { background: #2f6e6a; }
.tier--mid .jobrow__type .emp { color: #2f6e6a; background: #eaf5f3; }
.tier--mid .jobrow__name .emp { color: #2f6e6a; background: #eaf5f3; }
.tier--mid .jobrow__place svg { color: #3f8b86; }
.tier--mid .jobrow:hover { border-color: #bfe0dc; }
.tier--mid .btn-vid { color: #2f6e6a; border-color: #bfe0dc; }
.tier--mid .btn-vid:hover { background: #eaf5f3; border-color: #3f8b86; }
.tier--mid .btn-vid .pl { background: #3f8b86; }
@media (max-width: 620px) {
  .tier__head { flex-wrap: wrap; gap: 10px; }
  .tier__head .ln { display: none; }
  .tier__head .ds { flex-basis: 100%; }
}

/* new-grad feature card */
.gradcard { display: grid; grid-template-columns: 1.05fr .95fr; background: #fff; border: 2px solid var(--pink-soft); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-soft); }
.gradcard__body { padding: 36px 40px; }
.gradcard__tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.gradcard__body h3 { font-family: var(--jp); font-weight: 700; font-size: 27px; margin: 0; }
.gradcard__place { font-size: 13.5px; color: var(--ink-soft); display: flex; align-items: center; gap: 6px; margin-top: 9px; }
.gradcard__place svg { width: 15px; height: 15px; flex: none; color: var(--sakura-mid); }
.gradcard__body p { font-size: 14px; color: var(--ink); line-height: 1.95; margin: 16px 0 0; }
.gradcard__acts { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.gradcard__ph { position: relative; overflow: hidden; min-height: 240px; }
.gradcard__ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* secondary 動画 button */
.btn-vid { display: inline-flex; align-items: center; gap: 9px; font-family: var(--jp); font-weight: 700; font-size: 13px; color: var(--sakura-deep); background: #fff; border: 1.6px solid var(--pink-soft); border-radius: 999px; padding: 9px 18px; white-space: nowrap; transition: background .2s, border-color .2s; }
.btn-vid:hover { background: var(--pink-bg); border-color: var(--sakura-mid); }
.btn-vid .pl { width: 19px; height: 19px; border-radius: 50%; background: var(--sakura); display: grid; place-items: center; flex: none; }
.btn-vid .pl svg { width: 9px; height: 9px; fill: #fff; }

.jobmovie { background: #2a2826; color: #fff; border-radius: var(--radius); padding: 40px; }
.jobmovie .grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 22px; }
.jobmovie .ttl { font-family: var(--jp); font-weight: 700; font-size: 14px; color: #fff; margin-top: 8px; }
.jobmovie .sub { font-size: 11px; color: #bbb; }
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 10px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; }
.faq__q { display: flex; gap: 12px; align-items: center; font-family: var(--jp); font-weight: 700; font-size: 15px; cursor: pointer; }
.faq__q .qm { color: var(--sakura); font-family: var(--jp); font-weight: 700; }
.faq__q .pm { margin-left: auto; color: var(--sakura); font-size: 20px; transition: transform .3s; }
.faq__item.open .faq__q .pm { transform: rotate(45deg); }
.faq__a { font-size: 13.5px; color: var(--ink-soft); max-height: 0; overflow: hidden; transition: max-height .35s, margin .35s; }
.faq__item.open .faq__a { max-height: 240px; margin-top: 12px; }

/* ---------- movie gallery ---------- */
.gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gal .item .ttl { font-family: var(--jp); font-weight: 700; font-size: 14px; margin-top: 10px; line-height: 1.5; }
.gal .item .ytembed { position: relative; aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-soft); background: #000; }
.gal .item .ytembed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.gal .item .meta { font-size: 12px; color: var(--sakura-deep); font-weight: 700; margin-top: 4px; }

/* ---------- facility detail ---------- */
.fac-detail { display: grid; gap: 28px; }
.fac-item { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.fac-item:nth-child(even) { grid-template-columns: 1fr 1.1fr; }
.fac-item:nth-child(even) .fac-item__ph { order: 2; }
.fac-item__ph { aspect-ratio: 4/3; overflow: hidden; }
.fac-item__ph img { width: 100%; height: 100%; object-fit: cover; }
.fac-item__ph.ph { background: repeating-linear-gradient(135deg,#f6eee0,#f6eee0 10px,#fbf5ea 10px,#fbf5ea 20px); display: grid; place-items: center; }
.fac-item__ph.ph span { font-family: var(--jp); font-size: 14px; color: var(--ink-soft); background: #fff; padding: 6px 18px; border-radius: 999px; box-shadow: var(--shadow-soft); }
.fac-item__body { padding: 14px 40px 14px 0; }
.fac-item:nth-child(even) .fac-item__body { padding: 14px 0 14px 4px; }
.fac-item__body .no { font-family: var(--jp); font-weight: 700; color: var(--sakura); font-size: 13px; }
.fac-item__body h3 { font-family: var(--jp); font-weight: 700; font-size: clamp(19px,2.2vw,24px); margin: 4px 0 6px; }
.fac-item__body .cap { font-size: 12px; color: var(--sakura-deep); font-weight: 700; margin-bottom: 10px; }
.fac-item__body p { font-size: 14px; color: var(--ink); }
/* 取り組みカード：文字は左寄せのまま、ブロックを中央に */
.fac-detail:not([data-cols]) .fac-item__body,
.fac-detail:not([data-cols]) .fac-item:nth-child(even) .fac-item__body { padding: 28px 36px; max-width: 540px; margin-inline: auto; }

@media (max-width: 920px) {
  .pickup { grid-template-columns: 1fr !important; }
  .pickup > div:last-child { min-height: 200px; order: -1; }
  .message, .message.rev { grid-template-columns: 1fr; gap: 28px; justify-items: center; text-align: left; }
  .message.rev .message__photo { order: -1; }
  .message__photo { max-width: 280px; }
  .voice-full { grid-template-columns: repeat(2, 1fr); }
  .eval-grid { grid-template-columns: 1fr; }
  .train-grid { grid-template-columns: repeat(2,1fr); }
  .nbig { grid-template-columns: repeat(2,1fr); }
  .engage { grid-template-columns: 1fr; text-align: center; }
  .job-grid { grid-template-columns: repeat(2,1fr); }
  .jobmovie .grid { grid-template-columns: 1fr; }
  .gal { grid-template-columns: repeat(2,1fr); }
  .lv-row { grid-template-columns: 1fr; gap: 14px; }
  .fac-item, .fac-item:nth-child(even) { grid-template-columns: 1fr; }
  .fac-item__ph, .fac-item:nth-child(even) .fac-item__ph { order: -1; }
  .fac-item__body, .fac-item:nth-child(even) .fac-item__body { padding: 0 26px 26px; }
}
@media (max-width: 560px) {
  .voice-full, .train-grid, .nbig, .job-grid, .gal { grid-template-columns: 1fr; }
}

/* =========================================================
   PICK UP ブロック（見出し＝項目／白地＝内容）
   ========================================================= */
.picklist { display: grid; gap: 30px; max-width: 1000px; margin: 0 auto; }
.pickup2 { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.pickup2__head { background: linear-gradient(135deg, var(--sakura) 0%, var(--sakura-deep) 100%); color: #fff; padding: clamp(26px,3.5vw,42px); display: grid; grid-template-columns: 1fr auto; gap: clamp(20px,3vw,40px); align-items: center; position: relative; }
.pickup2__head::after { content: ""; position: absolute; right: -30px; bottom: -34px; width: 130px; height: 130px; background: #fff; opacity: .08; -webkit-mask: var(--petal) center/contain no-repeat; mask: var(--petal) center/contain no-repeat; }
.pickup2__no { position: absolute; top: 16px; right: 22px; font-family: var(--jp); font-weight: 700; font-size: 13px; letter-spacing: .12em; opacity: .55; }
.pickup2__label { display: inline-block; font-family: var(--jp); font-weight: 700; letter-spacing: .1em; font-size: 12px; background: rgba(255,255,255,.22); padding: 6px 15px; border-radius: 999px; margin-bottom: 13px; }
.pickup2__ttl { font-family: var(--jp); font-weight: 700; font-size: clamp(22px,2.9vw,32px); line-height: 1.42; position: relative; z-index: 2; }
.pickup2__txt { font-size: 14px; line-height: 1.95; opacity: .97; margin-top: 13px; max-width: 580px; position: relative; z-index: 2; }
.pickup2__ph { width: clamp(200px,30vw,420px); aspect-ratio: 4/3; height: auto; border-radius: 20px; object-fit: cover; flex: none; position: relative; z-index: 2; }
.pickup2__badge { width: clamp(110px,13vw,140px); height: clamp(110px,13vw,140px); border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; font-size: clamp(46px,6vw,60px); flex: none; position: relative; z-index: 2; }
.pickup2__body { background: #fff; padding: clamp(24px,3.5vw,40px); }
.pickup2__sub { font-family: var(--jp); font-weight: 700; font-size: 16px; margin-bottom: 15px; display: flex; align-items: center; gap: 9px; }
.pickup2__sub::before { content: ""; width: 18px; height: 18px; flex: none; background: var(--sakura); --flower: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='4.6' r='3.4'/%3E%3Ccircle cx='19.05' cy='9.72' r='3.4'/%3E%3Ccircle cx='16.36' cy='18' r='3.4'/%3E%3Ccircle cx='7.64' cy='18' r='3.4'/%3E%3Ccircle cx='4.95' cy='9.72' r='3.4'/%3E%3Ccircle cx='12' cy='11.6' r='3' fill='%23fff'/%3E%3C/svg%3E"); -webkit-mask: var(--flower) center/contain no-repeat; mask: var(--flower) center/contain no-repeat; }
.pickup2__body .eval-grid { margin-top: 8px; }
.pickup2__qtags { display: flex; flex-wrap: wrap; gap: 9px; }
.pickup2__qtags .tag { font-family: var(--jp); font-weight: 700; font-size: 13px; color: var(--sakura-deep); background: var(--pink-bg); border-radius: 999px; padding: 8px 16px; }
.pickup2__pts { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.pickup2__pt { background: var(--pink-bg); border-radius: 14px; padding: 18px 20px; }
.pickup2__pt .h { font-family: var(--jp); font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.pickup2__pt .h .e { font-size: 20px; }
.pickup2__pt p { font-size: 12.5px; color: var(--ink-soft); line-height: 1.8; margin-top: 8px; }
@media (max-width: 760px) {
  .pickup2__head { grid-template-columns: minmax(0, 1fr); }
  .pickup2__head > * { min-width: 0; }
  .pickup2__ph, .pickup2__badge { order: -1; }
  .pickup2__pts { grid-template-columns: 1fr; }
  .pickup2__ph { width: 100%; max-width: 100%; border-radius: 0; }
  .pickup2__head > div { text-align: center; min-width: 0; }
  .pickup2__txt { max-width: none; }
  .pickup2__ttl, .pickup2__txt { overflow-wrap: break-word; }
}

/* =========================================================
   募集要項ページ（リニューアル）
   ========================================================= */
/* 直接応募のお願いカード：モバイル幅でCTAボタンがカード外にはみ出さないようにする */
@media (max-width: 480px) {
  .direct-apply__btn { white-space: normal; text-align: center; font-size: 15px; padding: 14px 22px; gap: 8px; }
}

/* 働き方の特徴チップ */
.wfeat { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 940px; margin: 0 auto; }
.wfeat__chip { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1.5px solid var(--pink-soft); border-radius: 999px; padding: 11px 20px; font-family: var(--jp); font-weight: 700; font-size: 14px; color: var(--ink); box-shadow: var(--shadow-soft); }
.wfeat__chip b { color: var(--sakura); }
.wfeat__chip::before { content: ""; width: 18px; height: 18px; flex: none; background: var(--sakura); -webkit-mask: var(--petal) center/contain no-repeat; mask: var(--petal) center/contain no-repeat; }

/* 募集要項アコーディオン（faq機構を再利用） */
.faq--req { max-width: 940px; }
.faq--req .faq__item { padding: 0; overflow: hidden; }
.faq--req .faq__q { padding: 20px 24px; gap: 16px; }
.faq--req .faq__q .rq-name { font-family: var(--jp); font-weight: 700; font-size: 18px; }
.faq--req .faq__q .emp { display: inline-block; font-family: var(--jp); font-weight: 700; font-size: 11.5px; color: var(--sakura-deep); background: var(--pink-bg); border-radius: 7px; padding: 3px 11px; margin-left: 4px; }
.faq--req .faq__q .stat { font-family: var(--jp); font-weight: 700; font-size: 10.5px; padding: 3px 10px; border-radius: 999px; letter-spacing: .04em; }
.faq--req .faq__a { padding: 0 24px; }
.faq--req .faq__item.open .faq__a { max-height: 1400px; margin: 0 0 22px; padding: 4px 24px 0; }
.reqtbl { width: 100%; border-collapse: collapse; border-top: 1px solid var(--line); }
.reqtbl th, .reqtbl td { text-align: left; vertical-align: top; padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 13.5px; line-height: 1.8; }
.reqtbl th { width: 124px; font-family: var(--jp); font-weight: 700; color: var(--sakura-deep); white-space: nowrap; }
.reqtbl td { color: var(--ink); }
.reqtbl .salary { font-family: var(--jp); font-weight: 700; font-size: 16px; color: var(--sakura); }
.reqtbl ul { margin: 0; padding-left: 1.1em; }
.reqtbl ul li { margin: 2px 0; }
.shift-row { display: flex; flex-wrap: wrap; gap: 8px; }
.shift-row span { background: var(--pink-bg); color: var(--sakura-deep); font-family: var(--jp); font-weight: 700; font-size: 12px; border-radius: 7px; padding: 4px 10px; }

/* 共通の待遇・福利厚生 */
.perks { max-width: 940px; margin: 0 auto; display: grid; gap: 22px; }
.perks__group { background: #fff; border-radius: 18px; box-shadow: var(--shadow-soft); padding: 24px 26px 26px; }
.perks__h { font-family: var(--jp); font-weight: 700; font-size: 16px; margin-bottom: 14px; display: flex; align-items: center; gap: 9px; }
.perks__h::before { content: ""; width: 18px; height: 18px; background: var(--sakura); -webkit-mask: var(--petal) center/contain no-repeat; mask: var(--petal) center/contain no-repeat; }
.perks__tags { display: flex; flex-wrap: wrap; gap: 9px; }
.perks__tags span { font-family: var(--jp); font-weight: 700; font-size: 13px; color: var(--ink); background: var(--pink-bg); border-radius: 999px; padding: 8px 16px; }

/* 選考フロー */
.flow { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; background: none; box-shadow: none; padding: 0; border-radius: 0; }
.flow__step { background: #fff; border-radius: 18px; box-shadow: var(--shadow-soft); padding: 22px 14px 20px; text-align: center; position: relative; }
.flow__step:not(:last-child)::after { content: ""; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; border-top: 3px solid var(--sakura-mid); border-right: 3px solid var(--sakura-mid); rotate: 45deg; z-index: 2; }
.flow__no { font-family: var(--jp); font-weight: 700; font-size: 12px; letter-spacing: .12em; color: var(--sakura); }
.flow__ic { width: 46px; height: 46px; margin: 8px auto 10px; border-radius: 50%; background: var(--pink-bg); display: grid; place-items: center; font-size: 22px; }
.flow__t { font-family: var(--jp); font-weight: 700; font-size: 15px; }
.flow__d { font-size: 12px; color: var(--ink-soft); margin-top: 6px; line-height: 1.7; }
@media (max-width: 720px) {
  .flow { grid-template-columns: repeat(2, 1fr); }
  .flow__step:nth-child(2)::after { display: none; }
  .reqtbl th { width: 92px; }
  .faq--req .faq__item.open .faq__a { max-height: 2200px; }
}

/* =========================================================
   モバイル修正
   ========================================================= */


/* recruit: 選考フローを560px以下で1列縦並び */
@media (max-width: 560px) {
  .flow { grid-template-columns: 1fr !important; gap: 20px; }
  .flow__step:not(:last-child)::after {
    right: auto; left: 50%; top: auto; bottom: -20px;
    rotate: initial;
    transform: translateX(-50%) rotate(135deg);
    width: 12px; height: 12px;
  }
  .flow__step:nth-child(2)::after { display: block; }
}

/* recruit: 募集要項 jobrow コンテンツを中央寄せ */
@media (max-width: 720px) {
  .jobrow--ph .jobrow__main { align-items: center; text-align: center; }
  .jobrow--ph .jobrow__name { justify-content: center; }
  .jobrow--ph .jobrow__place { justify-content: center; }
  .jobrow--ph .jobrow__act { align-items: center; }
}

/* movie: Facebook埋め込みエリアを中央寄せ・幅を制限 */
.igfeed__embed { justify-content: center; }
.igfeed__embed iframe { max-width: 100% !important; }
@media (max-width: 768px) {
  .igfeed__embed { width: 100%; overflow: hidden; display: flex; justify-content: center; padding: 0; }
  .igfeed__embed iframe { width: 340px !important; transform: scale(min(1, calc(100vw / 360px))); transform-origin: center top; }
}

/* recruit: tier--featured（新卒）をモバイルで中途採用と同じレイアウトに */
@media (max-width: 720px) {
  .tier--featured .jobrow--ph .jobrow__body { grid-template-columns: 1fr; gap: 10px; padding: 18px 20px; }
}

/* facility: 施設名タイトルを折り返す */
.fac-item__body h3 { overflow-wrap: break-word; word-break: normal; }

/* benefits: PICKUP ヘッドのオーバーフロー防止・ピンクカード修正 */
@media (max-width: 760px) {
  .pickup2__head { overflow: hidden; }
  .pickup2__body { overflow: hidden; }
  .pickup2__pt .h { flex-wrap: wrap; }
}

/* 見出し相当の要素で中途半端な改行を防ぐ */
.pickup2__ttl, .jobrow__name, .flow__t, .fac-item__ttl,
.voice__name, .train-ttl, .nbig__ttl, .lv-role {
  word-break: keep-all;
  overflow-wrap: break-word;
}
