@charset "UTF-8";
/* =========================================================
   VMG HM事業部 中途採用LP  /recruit/lp/hospitality-management/
   design: Figma 【確定】HM中途採用LP (PC 1440 / SP 390)
========================================================= */
:root {
  --bg: #FCFBF9;
  --text: #444444;
  --orange: #D2885D;
  --orange-light: #E5B69B;
  --orange-deep: #AA4D18;
  --brown-deep: #81390F;
  --gray-bg: #EDECE9;
  --serif: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --en-serif: "Alegreya SC", serif;
  --num-serif: "Alike", "Shippori Mincho B1", serif;
  --num-mincho: "Shippori Mincho B1", serif;
  --script: "Nothing You Could Do", cursive;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 500;
  color: var(--text);
  background-color: var(--bg);
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; vertical-align: bottom; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
main { position: relative; z-index: 1; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 1160px) { .container { padding: 0; } }

.sp-br { display: none; }

/* section label (Alegreya SC) */
.sec-label {
  font-family: var(--en-serif);
  font-size: 16px;
  letter-spacing: .08em;
  color: var(--orange);
  line-height: 1;
}
.sec-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: .06em;
  color: var(--text);
}
/* left border sub heading */
.bar-title {
  position: relative;
  padding-left: 18px;
  font-size: 24px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.5;
  margin-bottom: 24px;
}
.bar-title::before {
  content: "";
  position: absolute;
  left: 0; top: 2px; bottom: 2px;
  width: 4px;
  background: var(--orange);
}

/* =========================
   header
========================= */
.header {
  position: relative;
  z-index: 5;
  height: 82px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 0 0 80px;
  background: var(--bg);
}
.header .logo img { width: 180px; height: auto; }
.header .site-name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .1em;
}

/* =========================
   FV (carousel)
========================= */
.fv {
  position: relative;
  padding-top: 44px;
  overflow: hidden;
}
.fv .swiper { overflow: visible; }
.fv .swiper-slide {
  width: 1007px;
  max-width: calc(100vw - 160px);
  height: 561px;
  overflow: hidden;
}
.fv .swiper-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.fv-copy {
  position: relative;
  max-width: 1007px;
  margin: 0 auto;
  pointer-events: none;
}
.fv-copy .copy {
  position: absolute;
  left: 44px;
  top: -108px;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 52px;
  line-height: 1.72;
  letter-spacing: .12em;
  z-index: 3;
}
.fv-copy .copy .l1 { color: #fff; display: block; text-shadow: 0 0 24px rgba(0,0,0,.25); }
.fv-copy .copy .l2 { color: var(--text); display: block; }
.scroll-down {
  margin: 96px auto 0;
  text-align: center;
  font-family: var(--en-serif);
  font-size: 15px;
  letter-spacing: .12em;
  color: var(--text);
  padding-bottom: 96px;
}
.scroll-down span { display: block; margin-bottom: 8px; }
.scroll-down::after {
  content: "";
  display: block;
  width: 1px;
  height: 88px;
  margin: 0 auto;
  background: #9c9c98;
  animation: sdline 2.2s ease-in-out infinite;
  transform-origin: top;
}
@keyframes sdline {
  0% { transform: scaleY(0); }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* floating buttons (PC) */
.floating {
  position: fixed;
  right: max(24px, calc(50vw - 464px));
  bottom: 36px;
  z-index: 50;
  display: flex;
  gap: 12px;
}
.floating a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 22px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .1em;
  transition: opacity .3s;
}
.floating a { border-radius: 4px; }
.floating a:hover { opacity: .75; }
.floating .f-entry { background: var(--orange); color: #fff; }
.floating .f-casual { background: #fff; color: var(--text); border: 1px solid #b9b8b4; }
.floating a .arw { font-family: var(--sans); }

/* =========================
   catch (キレイごとを本気で形にする)
========================= */
.catch {
  position: relative;
  color: #fff;
}
.catch .bg-block {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  height: 1186px;
  background: url(../image/catch_bg.webp?v=20260909) center 62% / cover no-repeat;
  filter: grayscale(1) brightness(1.18);
}
.catch .bg-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 20, 20, .58) 0%, rgba(20, 20, 20, .30) 55%, rgba(20, 20, 20, .06) 100%);
}
.catch .inner {
  position: relative;
  z-index: 1;
  padding: 305px 0 460px;
}
.catch h2 {
  text-align: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.9;
  letter-spacing: .1em;
  margin-bottom: 52px;
}
.catch .lead {
  text-align: center;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 2.3;
}
.catch .lead p + p { margin-top: 40px; }
.catch .pic {
  position: absolute;
  z-index: 2;
}
.catch .pic img {
  width: 100%; height: 100%;
  object-fit: cover;
  box-shadow: 0 6px 24px rgba(0,0,0,.18);
}
.catch .pic-01 { top: 6px; left: 40px; width: 227px; height: 275px; }
.catch .pic-02 { top: 401px; right: 20px; width: 320px; height: 390px; }
.catch .pic-03 { top: 1021px; left: 15px; width: 510px; height: 360px; }
.catch .pic-01 img { transform: rotate(-2deg); }
.catch .pic-02 img { transform: rotate(2deg); }
.catch .pic-03 img { transform: rotate(-1.5deg); }

/* =========================
   about
========================= */
.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(38vw, 547px);
  align-items: center;
  padding: 96px 0;
}
.about .txt {
  padding-left: max(20px, calc((100vw - 1120px) / 2));
  padding-right: 32px;
}
.about .sec-label { display: block; margin-bottom: 18px; }
.about h2 { margin-bottom: 48px; }
.about .body p { font-family: var(--serif); font-weight: 500; font-size: 15px; line-height: 2.4; }
.about .pic img { width: 100%; height: 700px; object-fit: cover; }

/* =========================
   job (職種紹介)
========================= */
.job { padding: 40px 0 120px; }
.job .sec-head { text-align: center; margin-bottom: 80px; }
.job .sec-head .sec-label { display: block; margin-bottom: 14px; }
.job-item { position: relative; display: flex; }
.job-item .photo-wrap { position: relative; flex: 1 1 auto; min-width: 0; max-width: 515px; }
.job-item .photo-wrap::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 36px;
  height: 36px;
  border-right: 1px solid #C68C63;
  border-bottom: 1px solid #C68C63;
  z-index: 2;
}
.job-item .photo-wrap .num {
  position: absolute;
  top: 4px; left: 4px;
  z-index: 2;
  font-family: var(--num-serif);
  font-size: 44px;
  line-height: 1;
  color: #E5B69B;
  padding: 8px 0 0 10px;
}
.job-item .photo-wrap .num::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 40px; height: 40px;
  border-left: 1px solid #E5B69B;
  border-top: 1px solid #E5B69B;
}
.job-item .photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 515 / 613;
  object-fit: cover;
  clip-path: polygon(112px 0, 100% 0, 100% 100%, 0 100%, 0 112px);
}
.job-item .vertical {
  flex-shrink: 0;
  writing-mode: vertical-rl;
  font-family: var(--en-serif);
  font-size: 15px;
  letter-spacing: .35em;
  color: var(--orange);
  margin-left: 14px;
}
.job-item .desc { margin-top: 24px; }
.job-item .tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  padding: 0 14px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
  margin-bottom: 20px;
}
.job-item h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.75;
  letter-spacing: .05em;
  margin-bottom: 22px;
}
.job-item .body { font-size: 15px; line-height: 2.1; }

/* simpler two-column layout */
.job-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 84px;
}
.job-col .photo-block { position: relative; display: flex; }
.job-col.right { margin-top: 110px; }
.job-col .desc { margin-top: 26px; }

/* tablet: 768-1399px — avoid fixed-width overflow and photo/text collisions */
@media (min-width: 768px) and (max-width: 1399px) {
  .job-grid { grid-template-columns: 1fr; row-gap: 72px; }
  .job-col.right { margin-top: 0; }

  /* photos move out of the copy: one at top-left, two along the bottom */
  .catch .inner { padding: 300px 24px 400px 200px; }
  .catch .pic-01 { left: 12px; top: 6px; width: 165px; height: 200px; }
  .catch .pic-02 { right: 12px; top: auto; bottom: 48px; width: 215px; height: 262px; }
  .catch .pic-03 { left: 12px; top: auto; bottom: 48px; width: 320px; height: 226px; }

  /* stats: keep unit on the same line */
  .stat-card .num { font-size: 74px; }
  .stat-card .unit { font-size: 30px; }
  .stat-card .lbl { font-size: 15px; }
}

/* =========================
   CTA (まずは話を…)
========================= */
.cta {
  position: relative;
  color: #fff;
  padding: 76px 0 88px;
  overflow: hidden;
}
.cta .bg {
  position: absolute;
  inset: 0;
  background: url(../image/cta_bg.webp?v=20260909) center 30% / cover no-repeat;
}
.cta .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 12, 8, .55);
}
.cta .inner { position: relative; z-index: 1; text-align: center; }
.cta h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: .1em;
  margin-bottom: 24px;
}
.cta .lead { font-size: 15px; line-height: 2.1; margin-bottom: 32px; }
.cta-btns {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.cta-btns a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 384px;
  height: 58px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .12em;
  transition: opacity .3s;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
}
.cta-btns a:hover { opacity: .8; }
.cta-btns .b-casual { background: var(--orange); color: #fff; }
.cta-btns .b-list { background: #fff; color: var(--text); }
.cta-btns a .arw, .cta-btns a .icon-ext { position: absolute; right: 26px; }
.cta-btns .icon-ext { width: 14px; height: 14px; }

/* =========================
   career design
========================= */
.career { padding: 120px 0 96px; }
.career .sec-label { display: block; margin-bottom: 18px; }
.career h2 { margin-bottom: 40px; }
.career .lead { font-size: 16px; line-height: 2.1; margin-bottom: 56px; }
.career-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  column-gap: 15px;
  align-items: end;
  margin-bottom: 96px;
}
.career-steps .group-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.career-steps .group-label::before {
  content: "▶ ";
  font-size: 11px;
}
.career-steps .gl-1 { grid-area: 1 / 1 / 2 / 3; color: var(--orange-light); align-self: end; }
.career-steps .gl-2 { grid-area: 1 / 3 / 2 / 5; color: var(--orange-deep); align-self: end; }
.career-steps .steps-spacer { display: none; }
.step-card { color: #fff; padding: 16px 18px 18px; grid-row: 2; }
.step-card.c1 { min-height: 199px; }
.step-card.c2 { min-height: 221px; }
.step-card.c3 { min-height: 243px; }
.step-card.c4 { min-height: 265px; }
.career-steps .gl-2 { margin-bottom: 10px; }
.step-card .caps { display: flex; gap: 8px; }
.step-card .caps .cap {
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  padding: 4px 8px;
  line-height: 1;
}
.step-card.c3 .caps .cap { color: var(--orange-deep); }
.step-card.c4 .caps .cap { color: var(--brown-deep); }
.step-card .yearrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.6);
  margin-bottom: 10px;
}
.step-card .yearrow .year { margin-bottom: 0; }
.step-card .body + .body { margin-top: 6px; }
.step-card.c1 { background: var(--orange-light); }
.step-card.c2 { background: var(--orange); }
.step-card.c3 { background: var(--orange-deep); }
.step-card.c4 { background: var(--brown-deep); }
.step-card .year {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}
.step-card .year::before { content: "// "; font-weight: 400; opacity: .9; }
.step-card .year .cap {
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  padding: 4px 8px;
  line-height: 1;
}
.step-card.c1 .year .cap { color: var(--orange-light); background: rgba(255,255,255,.92); }
.step-card.c2 .year .cap { color: var(--orange); }
.step-card h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.6);
  margin-bottom: 10px;
}
.step-card .body { font-size: 12.5px; line-height: 1.75; }
.step-card .body b { display: block; }
.career-bottom {
  display: grid;
  grid-template-columns: 1fr 288px;
  column-gap: 64px;
}
.career-bottom .blk + .blk { margin-top: 48px; }
.career-bottom .strong {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.career-bottom ul li {
  font-size: 15px;
  line-height: 2.1;
  padding-left: 1em;
  text-indent: -1em;
}
.career-bottom ul li::before { content: "・"; }
.career-bottom .body { font-size: 15px; line-height: 2.2; }
.career-bottom .photo img { width: 288px; height: 310px; object-fit: cover; }
.career-bottom .photo figcaption {
  text-align: center;
  font-size: 13px;
  margin-top: 12px;
  line-height: 1.8;
}

/* 768-1159px のみ: キャリアは4列が収まらないので2列にする */
@media (min-width: 768px) and (max-width: 1159px) {
  .career-steps { grid-template-columns: repeat(2, 1fr); column-gap: 20px; row-gap: 22px; }
  .career-steps .gl-1 { grid-area: 1 / 1 / 2 / 3; }
  .career-steps .gl-2 { grid-area: 3 / 1 / 4 / 3; margin-top: 20px; }
  .step-card { grid-row: auto; min-height: 0; margin-top: 0; }
  .step-card.c1, .step-card.c2 { grid-row: 2; }
  .step-card.c3, .step-card.c4 { grid-row: 4; }
}

/* =========================
   interview
========================= */
.interview { padding: 96px 0; }
.interview .sec-head { text-align: center; margin-bottom: 72px; }
.interview .sec-head .sec-label { display: block; margin-bottom: 14px; }
.iv-card {
  position: relative;
  width: 1024px;
  max-width: 100%;
  height: 453px;
  color: #fff;
}
.iv-card + .iv-card { margin-top: 40px; }
.iv-card:nth-child(odd) { margin-right: auto; }
.iv-card:nth-child(even) { margin-left: auto; }
.iv-card .ph {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.iv-card .ph img { width: 100%; height: 100%; object-fit: cover; }
.iv-card .ph::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.62) 18%, rgba(0,0,0,.18) 55%, rgba(0,0,0,0) 75%);
}
.iv-card:nth-child(even) .ph::after {
  background: linear-gradient(270deg, rgba(0,0,0,.62) 18%, rgba(0,0,0,.18) 55%, rgba(0,0,0,0) 75%);
}
.iv-card .txt {
  position: absolute;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 620px;
}
.iv-card:nth-child(even) .txt { left: auto; right: 56px; }
.iv-card .no {
  font-family: var(--script);
  font-size: 30px;
  letter-spacing: .04em;
  color: #E5B69B;
  display: inline-block;
  transform: rotate(-3deg);
  transform-origin: left bottom;
  margin-bottom: 6px;
}
.iv-card h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: .08em;
  margin-bottom: 14px;
}
.iv-card .name { font-size: 13px; letter-spacing: .05em; }
.iv-card .more {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 11px 22px;
  transition: opacity .3s;
}
.iv-card .more:hover { opacity: .75; }

/* =========================
   culture
========================= */
.culture { padding: 96px 0 110px; background: linear-gradient(165.3deg, var(--gray-bg) 0 51.6%, var(--bg) 51.6% 100%); background-color: var(--gray-bg); }
.culture h2 { margin-bottom: 56px; }
.culture .sec-label { display: block; margin-bottom: 18px; }
.stat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-bottom: 88px;
}
.stat-card {
  grid-column: span 2;
  background: #fff;
  text-align: center;
  padding: 46px 10px 40px;
}
.stat-card:nth-child(4) { grid-column: 2 / span 2; }
.stat-card:nth-child(5) { grid-column: 4 / span 2; }
.stat-card .lbl {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.stat-card .num {
  font-family: var(--num-mincho);
  font-weight: 500;
  font-size: 120px;
  line-height: 1.05;
  color: var(--orange);
}
.stat-card .unit {
  font-family: var(--num-mincho);
  font-weight: 500;
  font-size: 44px;
  margin-left: 4px;
}
.culture-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.culture-3col figure img { width: 100%; height: 234px; object-fit: cover; }
.culture-3col h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 18px 0 8px;
}
.culture-3col p { font-size: 14px; line-height: 1.95; }

/* =========================
   place
========================= */
.place-band {
  position: relative;
  height: 333px;
  color: #fff;
  overflow: hidden;
}
.place-band .bg {
  position: absolute;
  inset: 0;
  background: url(../image/place_band.webp?v=20260909) center / cover no-repeat;
}
.place-band .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20,20,16,.28);
}
.place-band .inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 88px 20px 0;
}
.place-band .sec-label { color: #EADFCE; display: block; margin-bottom: 12px; }
.place-band h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 38px;
  letter-spacing: .14em;
  color: #fff;
}
.place { padding: 88px 0 120px; }
.place .lead-block { text-align: center; margin-bottom: 72px; }
.place .lead-block h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.9;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.place .lead-block p { font-size: 15px; }
.venue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 44px;
}
.venue-grid figure img { width: 100%; aspect-ratio: 268/174; object-fit: cover; }
.venue-grid .pref {
  font-size: 12px;
  color: var(--orange);
  margin: 12px 0 2px;
  line-height: 1.5;
}
.venue-grid .name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .04em;
}

/* =========================
   flow & faq
========================= */
.recruit-info {
  background: var(--gray-bg);
  padding: 96px 0;
}
.recruit-info .sec-head { text-align: center; margin-bottom: 64px; }
.recruit-info .sec-head .sec-label { display: block; margin-bottom: 14px; }
.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 88px;
}
.flow-card {
  position: relative;
  background: #fff;
  padding: 20px 20px 24px;
}
.flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 13px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 2;
}
.flow-card h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E1DA;
  margin-bottom: 12px;
}
.flow-card p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .04em;
}
.flow-card .ghost {
  position: absolute;
  right: 8px;
  bottom: 2px;
  font-family: var(--num-mincho);
  font-weight: 400;
  font-size: 76px;
  line-height: 1;
  color: var(--gray-bg);
  z-index: 0;
}

.faq-list .faq-item + .faq-item { margin-top: 24px; }
.faq-q {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  border: 0;
  background: #DFB098;
  color: var(--text);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: left;
  padding: 18px 56px 18px 24px;
  cursor: pointer;
  position: relative;
}
.faq-q .q {
  font-family: var(--num-mincho);
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.faq-q .toggle {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 16px; height: 16px;
  transform: translateY(-50%);
}
.faq-q .toggle::before,
.faq-q .toggle::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0; top: 50%;
  width: 16px; height: 2px;
  margin-top: -1px;
}
.faq-q .toggle::after { transform: rotate(90deg); transition: transform .3s; }
.faq-item.is-open .faq-q .toggle::after { transform: rotate(0); }
.faq-a {
  display: none;
  background: #fff;
  padding: 18px 24px;
}
.faq-item.is-open .faq-a { display: flex; gap: 18px; align-items: flex-start; }
.faq-a .a {
  font-family: var(--num-mincho);
  font-size: 24px;
  line-height: 1.3;
  color: #9C9A94;
}
.faq-a p { font-size: 15px; line-height: 2; }

/* =========================
   requirements
========================= */
.requirements { padding: 96px 0 110px; }
.requirements .sec-head { text-align: center; margin-bottom: 64px; }
.requirements .sec-head .sec-label { display: block; margin-bottom: 14px; }
.req-table { max-width: 928px; margin: 0 auto; }
.req-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  border-bottom: 1px solid #E3E1DC;
  position: relative;
}
.req-row dt {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  padding: 24px 8px 24px 0;
}
.req-row dt::after {
  content: "";
  position: absolute;
  left: 0; bottom: -1px;
  width: 96px;
  height: 2px;
  background: var(--orange);
}
.req-row dd {
  font-size: 15px;
  line-height: 2.1;
  padding: 24px 0 24px 16px;
}

/* =========================
   message (stones)
========================= */
.message {
  position: relative;
  color: #fff;
  padding: 122px 0;
  overflow: hidden;
}
.message .bg {
  position: absolute;
  inset: 0;
  background: url(../image/message_bg.webp?v=20260909) center / cover no-repeat;
}
.message .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.25) 100%);
}
.message .inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.message .sec-label { color: #E9BE9C; display: block; margin-bottom: 18px; }
.message h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.75;
  letter-spacing: .1em;
  margin-bottom: 48px;
}
.message .body p { font-family: var(--serif); font-weight: 500; font-size: 16px; line-height: 2.3; }
.message .body p + p { margin-top: 34px; }

/* footer CTA reuses .cta */

/* =========================
   SP fixed bottom bar
========================= */
.sp-fixed { display: none; }

/* =========================
   AOS-like reveal
========================= */
/* content is visible by default; JS opts in to the reveal animation */
.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s ease, transform .9s ease;
}
.js-ready [data-reveal].is-shown { opacity: 1; transform: none; }

/* =========================
   SP
========================= */
@media (max-width: 767px) {
  body { font-size: 14px; }
  .container { padding: 0 20px; }
  .sec-title { font-size: 23px; letter-spacing: .04em; }
  .sec-label { font-size: 13px; }
  .bar-title { font-size: 20px; }

  .header {
    height: 56px;
    padding: 0 0 0 16px;
    gap: 10px;
  }
  .header .logo img { width: 108px; }
  .header .site-name { font-size: 12px; letter-spacing: .06em; }

  /* FV */
  .fv { padding-top: 0; }
  .fv .swiper-slide {
    width: 100vw;
    max-width: none;
    height: 520px;
  }
  /* 2枚目は横長のため、SPだと左の人物の顔が切れる。表示位置を左へ寄せて顔を収める */
  .fv .swiper-slide img.fv-02 { object-position: 22% 50%; }
  .sp-br { display: inline; }
  .job-item h3 br, .job-item .body br, .cta .lead br { display: none; }
  .fv-copy { max-width: none; }
  .fv-copy .copy {
    top: -160px;
    left: 14px;
    font-size: 27px;
    line-height: 1.78;
    letter-spacing: .06em;
  }
  .fv-copy .copy .l1,
  .fv-copy .copy .l2 { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.45); }
  .career-steps .c1 { order: 1; }
  .career-steps .c2 { order: 2; }
  .career-steps .gl-2 { position: static; margin-bottom: -8px; }
  .career-steps .c3 { order: 4; }
  .career-steps .c4 { order: 5; }
  .career-bottom { display: flex; flex-direction: column; }
  .career-bottom .photo { order: -1; }
  .iv-card h3 { font-size: 14px; line-height: 1.75; letter-spacing: .03em; }

  .scroll-down { margin-top: 28px; padding-bottom: 56px; }
  .scroll-down::after { height: 60px; }
  .floating { display: none; }
  .sp-fixed {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 60;
    gap: 8px;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    background: rgba(20, 18, 14, .85);
  }
  .sp-fixed a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-family: var(--serif);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .06em;
  }
  .sp-fixed .b-casual { background: var(--orange); color: #fff; }
  .sp-fixed .b-list { background: #fff; color: var(--text); }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }

  /* catch */
  .catch .bg-block {
    top: 0;
    right: 0;
    height: calc(100% - 315px);
  }
  .catch .bg-block::after {
    background: rgba(8, 8, 8, .5);
  }
  .catch .inner { padding: 96px 20px 350px; }
  .catch h2 {
    text-align: left;
    font-size: 22px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .catch .lead { text-align: left; font-size: 14px; line-height: 2.15; }
  .catch .lead p + p { margin-top: 28px; }
  .catch .pic-01 {
    top: auto;
    bottom: 125px;
    left: 3%;
    width: 32.5%;
    height: auto;
    aspect-ratio: 127 / 170;
  }
  .catch .pic-02 { display: none; }
  /* SPだけ集合写真の傾きが逆（デザイン実測 +0.55度）。PCの -1.5deg を上書きする */
  .catch .pic-03 img { transform: rotate(1deg); }
  .catch .pic-03 {
    top: auto;
    bottom: 35px;
    left: auto;
    right: 3%;
    width: 67%;
    height: auto;
    aspect-ratio: 262 / 180;
  }

  /* about */
  .about {
    display: block;
    padding: 88px 0 64px;
  }
  .about .txt { max-width: none; padding: 0 20px; }
  .about h2 { margin-bottom: 32px; }
  .about .body p { font-size: 14px; line-height: 2.2; }
  .about .pic { margin-top: 44px; padding: 0 16px; }
  .about .pic img { display: block; width: 100%; height: auto; aspect-ratio: 358/461; }

  /* job */
  .job { padding: 24px 0 72px; }
  .job .sec-head { margin-bottom: 48px; }
  .job-grid { grid-template-columns: 1fr; row-gap: 64px; }
  .job-col.right { margin-top: 0; }
  .job-col .colL, .job-col .colR { width: 100%; }
  .job-item .photo-wrap { width: auto; flex: 1; min-width: 0; }
  .job-item .photo-block { align-items: flex-start; }
  .job-item .vertical { flex-shrink: 0; margin-left: 8px; letter-spacing: .28em; }
  .job-item .photo, .job-col .photo { width: 100%; height: auto; aspect-ratio: 322/378; clip-path: polygon(64px 0, 100% 0, 100% 100%, 0 100%, 0 64px); }
  .job-item .photo-wrap::after { width: 26px; height: 26px; right: -4px; bottom: -4px; }
  .job-item .photo-wrap .num { font-size: 32px; }
  .job-item .photo-wrap .num::before { width: 30px; height: 30px; }
  .job-item .vertical { height: auto; font-size: 12px; }
  .job-item h3 { font-size: 20px; }
  .job-item .body { font-size: 14px; line-height: 2; }

  /* cta */
  .cta { padding: 48px 0 56px; }
  .cta h2 { font-size: 19px; letter-spacing: .06em; }
  .cta .lead { text-align: left; font-size: 13.5px; }
  .cta-btns { flex-direction: column; align-items: stretch; gap: 14px; }
  .cta-btns a { width: 100%; height: 54px; font-size: 15px; }

  /* career */
  .career { padding: 72px 0 64px; }
  .career .lead { font-size: 14px; margin-bottom: 48px; }
  .career-steps { grid-template-columns: 1fr; row-gap: 16px; margin-bottom: 64px; }
  .career-steps .group-label { position: static; margin-bottom: -4px; }
  .career-steps .gl-1 { grid-area: auto; order: 0; }
  .step-card.c1 { order: 1; margin-top: 0; min-height: 0; }
  .step-card.c2 { order: 2; margin-top: 0; min-height: 0; }
  .career-steps .gl-2 { grid-area: auto; order: 3; margin-top: 16px; }
  .step-card.c3 { order: 4; min-height: 0; }
  .step-card.c4 { order: 5; min-height: 0; }
  .step-card { grid-row: auto; }
  .career-bottom { grid-template-columns: 1fr; }
  .career-bottom .photo { margin: 0 auto 48px; text-align: center; }

  /* interview */
  .interview { padding: 64px 0; }
  .interview .sec-head { margin-bottom: 40px; }
  .iv-card {
    width: 100%;
    height: auto;
    aspect-ratio: 360/501;
  }
  .iv-card + .iv-card { margin-top: 28px; }
  .iv-card .ph::after,
  .iv-card:nth-child(even) .ph::after {
    background: linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.15) 55%, rgba(0,0,0,0) 75%);
  }
  .iv-card .txt,
  .iv-card:nth-child(even) .txt {
    position: absolute;
    left: 18px; right: 18px;
    top: 20px;
    transform: none;
    max-width: none;
  }
  .iv-card .name { font-size: 12.5px; }
  .iv-card .no { font-size: 20px; margin-bottom: 4px; }

  /* culture */
  .culture { padding: 64px 0 72px; }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 56px;
  }
  .stat-card { grid-column: auto !important; padding: 22px 6px 18px; }
  .stat-card:last-child { grid-column: 1 / -1 !important; width: calc(50% + 6px); margin: 0 auto; }
  .stat-card .lbl { font-size: 13px; }
  .stat-card .num { font-size: 64px; }
  .stat-card .unit { font-size: 26px; }
  .culture-3col { grid-template-columns: 1fr; gap: 40px; }
  .culture-3col figure img { height: auto; aspect-ratio: 350/232; }

  /* place */
  .place-band { height: 200px; }
  .place-band .inner { padding-top: 62px; }
  .place-band h2 { font-size: 26px; }
  .place { padding: 56px 0 80px; }
  .place .lead-block { text-align: left; margin-bottom: 40px; }
  .place .lead-block h3 { font-size: 24px; line-height: 1.9; }
  .place .lead-block p { font-size: 14px; }
  .venue-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 28px;
  }
  .venue-grid .name { font-size: 14px; }

  /* recruit info */
  .recruit-info { padding: 64px 0; }
  .flow-grid { grid-template-columns: 1fr; gap: 16px; margin-bottom: 56px; }
  .flow-card:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -13px;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #fff;
    border-bottom: none;
  }
  .faq-q { font-size: 14px; padding: 14px 48px 14px 16px; gap: 12px; }
  .faq-a { padding: 14px 16px; }
  .faq-a p { font-size: 14px; }

  /* requirements */
  .requirements { padding: 64px 0 72px; }
  .req-row { grid-template-columns: 84px 1fr; }
  .req-row dt { padding: 18px 4px 18px 0; font-size: 13.5px; }
  .req-row dt::after { width: 72px; }
  .req-row dd { padding: 18px 0 18px 12px; font-size: 13.5px; line-height: 1.9; }

  /* message */
  .message { padding: 72px 0; }
  .message h2 { font-size: 26px; }
  .message .body p { font-size: 14px; line-height: 2.2; }
}

/* 340px以下: インタビュー見出しが1行増えて顔に重なるのを防ぐ */
@media (max-width: 340px) {
  .iv-card h3 { font-size: 12px; line-height: 1.65; letter-spacing: 0; }
  .iv-card .no { font-size: 17px; margin-bottom: 2px; }
  .iv-card .name { font-size: 11px; }
  .iv-card .txt, .iv-card:nth-child(even) .txt { top: 16px; left: 14px; right: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { transition: none; opacity: 1; transform: none; }
  .scroll-down::after { animation: none; transform: none; }
}
