@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed:wght@500;600;700;800&display=swap");

/* ===== ProFlex 採用ページ — tokens ===== */
:root {
  --jp: "Noto Sans JP", -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --display: "Roboto Condensed", var(--jp);

  --navy: #1d1f87;
  --gold: #c49a4a;
  --gold-soft: #e8dcc0;
  --yellow: #f9c009;
  --near-black: #1c1c1c;
  --site-cta: #d1b461;

  --paper: #fbf7ef;
  --paper-2: #f3eada;
  --warm-line: #e7dcc8;
  --card: #ffffff;
  --ink: #2a2620;
  --body: #4a443b;
  --muted: #8b8270;

  --maxw: 1400px;
  --gutter: 100px;
  --content: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--jp);
  color: var(--body);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04em;
}
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-family: var(--jp); color: var(--ink); }
p { margin: 0; }
a { color: inherit; text-decoration: none; }

/* ===== Header ===== */


/* ===== generic ===== */
.section { padding: 100px 0; }
.eyebrow {
  font-family: var(--display); font-weight: 600; font-size: 18px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
}
.sec-head { margin-bottom: 28px; }
.sec-head.center { text-align: center; }
.sec-head h2 { font-weight: 700; font-size: 34px; line-height: 1.4; margin-top: 14px; }
.inner { max-width: var(--content); margin: 0 auto; padding: 0 var(--gutter); }

/* ===== Hero ===== */
.hero { background: var(--paper); overflow: hidden; }
.hero .inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; min-height: 540px;
}
.hero .copy { padding: 80px 0; }
.hero .copy .eyebrow { font-size: 22px; letter-spacing: .2em; }
.hero h1 { font-weight: 700; font-size: 3.6rem; line-height: 1.4; margin-top: 20px; }
.hero .lead { font-size: 17px; line-height: 2; color: var(--body); margin-top: 28px; max-width: 460px; }
.hero .media { position: relative; align-self: stretch; display: flex; align-items: center; }
.hero .media img { width: 100%; height: 340px; object-fit: cover; border-radius: 180px 24px 24px 24px; }
.hero .stat {
  position: absolute; left: -28px; bottom: 44px; background: var(--navy); color: #fff;
  border-radius: 20px; padding: 20px 26px; box-shadow: 0 18px 40px rgba(29,31,135,.22);
}
.hero .stat .big { font-family: var(--display); font-weight: 800; font-size: 44px; line-height: 1; }
.hero .stat .u { font-weight: 700; font-size: 18px; margin-left: 6px; }
.hero .stat p { font-size: 13px; margin-top: 8px; color: rgba(255,255,255,.85); }

/* ===== Belief ===== */
.belief { background: #fff; }
.signature { font-size: 15px; color: var(--ink); font-weight: 700; margin: -16px 0 32px; }
.belief p.lead-copy { font-size: 16px; line-height: 2.1; color: var(--body); }
.belief p.lead-copy + p.lead-copy { margin-top: 20px; }
.belief strong { color: var(--ink); }
.traits-box { margin-top: 48px; background: var(--paper); border-radius: 24px; padding: 44px 48px; }
.traits-box h3 { font-weight: 700; font-size: 22px; color: var(--navy); text-align: center; margin-bottom: 28px; }
.traits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trait { background: #fff; border: 1px solid var(--warm-line); border-radius: 16px; padding: 26px 20px; text-align: center; }
.trait .n { font-family: var(--display); font-weight: 800; font-size: 26px; color: var(--gold); }
.trait p { font-weight: 700; font-size: 15px; color: var(--ink); margin-top: 12px; line-height: 1.7; }
.belief .closing { font-size: 16px; line-height: 2.1; color: #fff; max-width: 880px; margin: 40px auto 0; padding: 15px; border-radius: 20px;}
.traits-note {margin-top: 48px; }
.belief-copy {margin-top: 48px;}

/* ===== Daily life ===== */
.daily { background: var(--paper-2); }
.byline { font-size: 13px; color: var(--muted); margin: -14px 0 32px; }
.flow { overflow: hidden; }
.flow img { float: left; width: 44%; height: 280px; object-fit: cover; border-radius: 20px; margin: 0 36px 20px 0; }
.flow img.second { margin-top: 28px; }
.flow p { font-size: 16px; line-height: 2.05; color: var(--body); }
.flow p + p { margin-top: 20px; }
.clear { clear: both; }

/* salary */
.salary { margin-top: 40px; background: #fff; border-radius: 24px; padding: 32px 40px; border: 1px solid var(--warm-line); }
.salary h3 { font-weight: 700; font-size: 18px; color: var(--ink); margin-bottom: 22px; }
.salary .rows { display: flex; flex-direction: column; gap: 16px; }
.salary .row { display: flex; align-items: center; gap: 14px; }
.salary .row .label { width: 92px; flex-shrink: 0; font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.4; }
.salary .track { flex: 1; background: var(--paper); border-radius: 10px; height: 46px; }
.salary .bar {
  height: 100%; background: var(--gold-soft); border-radius: 10px; display: flex;
  align-items: center; justify-content: flex-end; padding: 0 16px; min-width: 96px; color: var(--ink);
}
.salary .bar.top { background: var(--navy); color: #fff; }
.salary .bar .amt { font-family: var(--display); font-weight: 800; font-size: 22px; }
.salary .bar .yen { font-size: 12px; margin-left: 2px; }

/* visit invite */
.invite { margin-top: 44px; background: var(--navy); border-radius: 24px; padding: 40px 48px; color: #fff; }
.invite h3 { font-weight: 700; font-size: 22px; color: #fff; margin-bottom: 16px; }
.invite p { font-size: 15px; line-height: 2; color: rgba(255,255,255,.88); }

/* ===== Interviews ===== */
.interview { background: #fff; }
.iv-list { display: flex; flex-direction: column; gap: 28px; }
.iv-card { background: #fff; border: 1px solid var(--warm-line); border-radius: 24px; padding: 40px 44px;
  display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: start; }
.iv-card .who { text-align: center; }
.iv-card .avatar {
  width: 200px; height: 200px; margin: 0 auto; border-radius: 50%; background: var(--paper);
  border: 1px solid var(--warm-line); display: flex; align-items: flex-end; justify-content: center; overflow: hidden;
}
.iv-card .avatar img { width: 86%; height: 86%; object-fit: contain; }
.iv-card .role { font-weight: 700; font-size: 22px; color: var(--ink); margin: 20px 0 4px; }
.iv-card .sub { font-size: 14px; color: var(--muted); }
.iv-qa { display: flex; flex-direction: column; gap: 24px; }
.qa { border-bottom: 1px solid var(--warm-line); padding-bottom: 24px; }
.qa:last-child { border-bottom: none; padding-bottom: 0; }
.qa .q { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 12px; }
.qa .q .badge { font-family: var(--display); font-weight: 800; font-size: 16px; color: #fff; background: var(--gold);
  border-radius: 8px; padding: 4px 12px; flex-shrink: 0; }
.qa .q h4 { font-weight: 700; font-size: 17px; color: var(--ink); margin-top: 3px; line-height: 1.6; }
.qa .a { font-size: 15px; line-height: 2; color: var(--body); margin-left: 50px; }

/* ===== Requirements ===== */
.req { background: var(--paper); }
.req .table { background: #fff; border-radius: 24px; overflow: hidden; border: 1px solid var(--warm-line); max-width: 960px; margin: 0 auto; }
.req .tr { display: grid; grid-template-columns: 200px 1fr; }
.req .tr + .tr { border-top: 1px solid var(--warm-line); }
.req .th { padding: 26px 30px; font-weight: 700; font-size: 16px; color: var(--navy); background: var(--paper); }
.req .td { padding: 26px 32px; font-size: 15px; line-height: 2; color: var(--body);  }

/* ===== Closing ===== */
.closing { position: relative; background: var(--navy); overflow: hidden; }
.closing img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22; }
.closing .inner { position: relative; max-width: 760px; margin: 0 auto; padding: 100px var(--gutter); text-align: center; color: #fff; }
.closing .eyebrow { color: var(--yellow); }
.closing h2 { font-weight: 700; font-size: 32px; color: #fff; margin: 16px 0 20px; line-height: 1.5; }
.closing p { font-size: 16px; line-height: 2; color: rgba(255,255,255,.9); margin-bottom: 36px; }

/* button */
.btn {
  display: inline-flex; align-items: center; gap: 18px; padding: 20px 40px;
  font-weight: 700; font-size: 18px; color: #fff; background: var(--site-cta);
  border: none; border-radius: 4px; cursor: pointer; transition: filter .2s;
}
.btn:hover { filter: brightness(1.08); }
.btn .arrow { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.22);
  display: inline-flex; align-items: center; justify-content: center; }

/* ===== Footer ===== */
.site-footer { background: #fafafa; border-top: 1px solid #ededed; }
.site-footer .cols { max-width: var(--maxw); margin: 0 auto; padding: 64px var(--gutter) 56px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.site-footer .col > a { display: block; font-weight: 700; font-size: 16px; color: var(--ink); margin-bottom: 18px; }
.site-footer .col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.site-footer .col ul a { font-size: 14px; color: var(--body); display: inline-flex; gap: 6px; }
.site-footer .col ul a:hover { color: #0099da; }
.site-footer .col ul .dash { color: #bebebe; }
.site-footer .bar { border-top: 1px solid #ededed; }
.site-footer .bar .inner { max-width: var(--maxw); margin: 0 auto; padding: 28px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer .bar img { height: 40px; width: auto; }
.site-footer .bar .links { display: flex; align-items: center; gap: 28px; }
.site-footer .bar .links a { font-size: 16px; color: var(--ink); }
.site-footer .bar .copy { font-size: 14px; color: #5b5b5b; }

@media (max-width: 980px) {
  :root { --gutter: 24px; }
  .hero .inner { grid-template-columns: 1fr; }
  .traits { grid-template-columns: repeat(2, 1fr); }
  .flow img { width: 100%; float: none; margin: 0 0 20px; }
  .iv-card { grid-template-columns: 1fr; }
  .site-header nav { display: none; }
  .site-footer .cols { grid-template-columns: repeat(2, 1fr); }
}
/* ===== レスポンシブ改行 =====
   ・SPのみ改行    → <br class="br-sp">   （767px以下）
   ・タブレットのみ改行 → <br class="br-tb">   （768px〜1024px）
   ・PCのみ改行    → <br class="br-pc">   （1025px以上）
   初期値はPC表示（br-pcのみ改行ON）。 */
.br-sp { display: none; }
.br-tb { display: none; }
.br-pc { display: inline; }

/* タブレット：768px〜1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .br-tb { display: inline; } /* タブレットでは改行する */
  .br-pc { display: none; }   /* タブレットでは改行しない */
}

/* SP：767px以下 */
@media (max-width: 767px) {
  .br-sp { display: inline; } /* SPでは改行する */
  .br-tb { display: none; }   /* SPでは改行しない */
  .br-pc { display: none; }   /* SPでは改行しない */
}