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

/* ===== tokens =====
   accent        #D6336C   accent-light #FDF0F5
   ink           #0B1929   body         #5B6470   muted #9AA3AD
   bg1 #FFFFFF   bg2 #FAFAF7   bg3 #F1F2F4
   line #E4E5E8 / #D7D9DD   footer #0B1929
=================== */

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:'Noto Sans JP','Inter',system-ui,sans-serif;
  color:#0B1929;
  background:#FFFFFF;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:#D6336C;text-decoration:none;transition:color .2s,background .2s,border-color .2s,opacity .2s}
a:hover{color:#B02455}
h1,h2,h3,p{margin:0}
table{border-collapse:collapse;width:100%}
.en{font-family:'Inter',sans-serif}

/* ===== layout ===== */
.wrap{max-width:1120px;margin:0 auto;padding:0 40px}
.sec{padding:96px 0}
.sec--tight{padding:72px 0}
.bg2{background:#FAFAF7}
.bg3{background:#F1F2F4}
.rule-top{border-top:1px solid #E4E5E8}
.rule-btm{border-bottom:1px solid #E4E5E8}

/* ===== section heading ===== */
.eyebrow{
  font-family:'Inter',sans-serif;
  font-size:12px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;
  color:#D6336C;
}
.sec-h2{
  font-size:32px;font-weight:700;
  letter-spacing:.01em;line-height:1.4;
  margin:14px 0 0;
}
.sec-lead{
  font-size:15px;color:#5B6470;
  margin:16px 0 0;max-width:44em;
}

/* ===== header ===== */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(8px);
  border-bottom:1px solid #E4E5E8;
}
.hdr-inner{
  height:64px;display:flex;align-items:center;justify-content:space-between;
  max-width:1120px;margin:0 auto;padding:0 40px;
}
.hdr-logo img{height:30px}
.hdr-nav{display:flex;align-items:center;gap:30px}
.hdr-nav a{
  font-size:13px;letter-spacing:.04em;color:#0B1929;
}
.hdr-nav a:hover{color:#D6336C}
.hdr-nav a.is-current{color:#D6336C}
.hdr-ext{display:inline-flex;align-items:center;gap:6px;color:#5B6470}
.hdr-ext:hover{color:#D6336C}
.hdr-cta{
  font-size:13px;font-weight:500;letter-spacing:.04em;
  color:#fff;background:#D6336C;
  padding:9px 18px;border-radius:3px;
}
.hdr-cta:hover{color:#fff;background:#B02455}
.burger{
  display:none;width:42px;height:42px;padding:0 11px;
  flex-direction:column;justify-content:center;gap:5px;
  background:none;border:1px solid #E4E5E8;border-radius:3px;cursor:pointer;
}
.burger span{display:block;height:1.5px;background:#0B1929}

/* mobile drawer via checkbox */
#navtoggle{display:none}
.mobile-nav{display:none}

/* ===== buttons ===== */
.btn{
  display:inline-flex;align-items:center;gap:9px;
  font-size:14px;font-weight:500;letter-spacing:.02em;
  padding:15px 28px;border-radius:3px;cursor:pointer;
  border:1px solid transparent;
}
.btn-primary{background:#D6336C;color:#fff;border-color:#D6336C}
.btn-primary:hover{background:#B02455;color:#fff}
.btn-outline{background:transparent;color:#0B1929;border-color:#D7D9DD}
.btn-outline:hover{border-color:#D6336C;color:#D6336C}
.btn .arw{color:currentColor}

/* ===== hero ===== */
.hero{background:#FFFFFF;border-bottom:1px solid #E4E5E8}
.hero-inner{padding:120px 0 96px}
.hero-tag{display:flex;align-items:center;gap:10px;margin-bottom:24px}
.hero-tag .dot{width:8px;height:8px;border-radius:50%;background:#D6336C}
.hero-tag .lbl{font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#5B6470}
.hero h1{
  font-size:48px;font-weight:700;line-height:1.36;
  letter-spacing:.01em;margin:0 0 26px;max-width:18em;
}
.hero .lead{font-size:17px;color:#5B6470;line-height:1.95;margin:0 0 40px;max-width:36em}
.hero .lead strong{color:#0B1929;font-weight:700}
.hero-btns{display:flex;flex-wrap:wrap;gap:14px}

/* sub-page hero salary */
.hero-salary{
  display:inline-flex;align-items:baseline;gap:6px;
  margin:6px 0 22px;
}
.hero-salary .num{font-family:'Inter',sans-serif;font-size:40px;font-weight:600;color:#0B1929;letter-spacing:.01em}
.hero-salary .unit{font-size:16px;color:#5B6470}
.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}
.badge{
  font-size:12px;letter-spacing:.06em;color:#D6336C;
  background:#FDF0F5;border-radius:3px;padding:5px 12px;
}
.badge--plain{color:#5B6470;background:#F1F2F4}

/* ===== number band ===== */
.nums{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  background:#E4E5E8;border:1px solid #E4E5E8;border-radius:3px;overflow:hidden;
}
.num-cell{background:#FFFFFF;padding:28px 26px}
.num-cell .k{
  font-family:'Inter',sans-serif;font-size:11px;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;color:#D6336C;margin-bottom:14px;
}
.num-cell .v{font-size:19px;font-weight:700;line-height:1.5;letter-spacing:.01em}
.num-cell .v em{font-family:'Inter',sans-serif;font-style:normal;font-size:30px;margin-right:2px}

/* ===== position cards ===== */
.pos-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}
.pos-card{
  display:flex;flex-direction:column;
  border:1px solid #E4E5E8;border-radius:3px;background:#FFFFFF;
  padding:34px 32px 30px;
}
.pos-card .tag{
  font-family:'Inter',sans-serif;font-size:11px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:#D6336C;
}
.pos-card h3{font-size:24px;font-weight:700;margin:12px 0 0;line-height:1.4}
.pos-salary{
  display:flex;align-items:baseline;gap:5px;
  margin:20px 0 22px;padding-bottom:22px;border-bottom:1px solid #E4E5E8;
}
.pos-salary .num{font-family:'Inter',sans-serif;font-size:32px;font-weight:600;color:#0B1929}
.pos-salary .unit{font-size:15px;color:#5B6470}
.pos-meta{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}
.pos-meta .row{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:baseline}
.pos-meta .rk{font-size:12px;letter-spacing:.04em;color:#9AA3AD}
.pos-meta .rv{font-size:14px;color:#0B1929;line-height:1.7}
.pos-card .btn{margin-top:auto;justify-content:center}

/* ===== spec table ===== */
.spec{border-top:1px solid #D7D9DD;margin-top:36px}
.spec tr{border-bottom:1px solid #D7D9DD}
.spec th{
  width:210px;text-align:left;vertical-align:top;
  font-size:13px;font-weight:500;letter-spacing:.04em;color:#5B6470;
  padding:18px 24px 18px 0;
}
.spec td{
  vertical-align:top;font-size:15px;color:#0B1929;line-height:1.85;
  padding:18px 0;
}
.spec td .note{display:block;font-size:12.5px;color:#9AA3AD;margin-top:4px}
.spec .hl{color:#D6336C;font-weight:500}

/* env table variant sits on bg3 */
.spec--env{border-top-color:#C9CCD1}
.spec--env tr{border-bottom-color:#D7D9DD}

/* ===== work-content list ===== */
.wc{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#E4E5E8;border:1px solid #E4E5E8;border-radius:3px;overflow:hidden;margin-top:36px}
.wc .cell{background:#FFFFFF;padding:26px 28px}
.wc .cell .n{font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:.12em;color:#D6336C;margin-bottom:10px}
.wc .cell h4{font-size:15px;font-weight:700;margin:0 0 6px}
.wc .cell p{font-size:13.5px;color:#5B6470;margin:0;line-height:1.8}

/* ===== message ===== */
.msg-body{max-width:34em;margin-top:36px}
.msg-body p{font-size:17px;line-height:2;color:#0B1929;margin:0 0 14px}
.msg-sign{margin-top:26px;font-size:14px;color:#5B6470}
.msg-sign strong{display:block;font-size:16px;font-weight:700;color:#0B1929;margin-top:4px}

/* ===== process flow ===== */
.flow{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#E4E5E8;border:1px solid #E4E5E8;border-radius:3px;overflow:hidden;margin-top:44px}
.flow .step{background:#FFFFFF;padding:28px 22px 32px}
.flow .step .s{font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:.12em;color:#D6336C;margin-bottom:16px}
.flow .step h4{font-size:14.5px;font-weight:700;margin:0 0 8px;line-height:1.5}
.flow .step p{font-size:12.5px;color:#5B6470;margin:0;line-height:1.75}
.flow-note{margin-top:20px;font-size:13px;color:#5B6470}
.flow-note .pill{display:inline-block;font-size:12px;color:#D6336C;background:#FDF0F5;border-radius:3px;padding:3px 10px;margin-right:8px}

/* ===== faq ===== */
.faq{border-top:1px solid #E4E5E8;margin-top:40px;max-width:820px}
.faq-item{border-bottom:1px solid #E4E5E8;padding:22px 4px}
.faq-q{display:flex;gap:14px;align-items:baseline}
.faq-q .q{flex:none;font-family:'Inter',sans-serif;font-size:13px;font-weight:600;color:#D6336C;width:22px}
.faq-q .t{font-size:16px;font-weight:700;color:#0B1929;line-height:1.5}
.faq-a{display:flex;gap:14px;margin-top:12px}
.faq-a .q{flex:none;width:22px}
.faq-a .t{font-size:14px;color:#5B6470;line-height:1.8}

/* ===== form ===== */
.entry{background:#FAFAF7;border-top:1px solid #E4E5E8}
.form-card{
  max-width:760px;margin-top:40px;
  background:#FFFFFF;border:1px solid #E4E5E8;border-radius:3px;
  padding:40px 40px 44px;
}
.field{margin-bottom:22px}
.field:last-of-type{margin-bottom:0}
.field > .lab{display:block;font-size:13px;font-weight:500;letter-spacing:.04em;color:#0B1929;margin-bottom:9px}
.field .req{font-size:11px;color:#D6336C;margin-left:8px}
.field .opt{font-size:11px;color:#9AA3AD;margin-left:8px}
.field input,.field select,.field textarea{
  width:100%;font-family:inherit;font-size:14px;color:#0B1929;
  background:#FFFFFF;border:1px solid #D7D9DD;border-radius:3px;
  padding:12px 14px;outline:none;line-height:1.7;
}
.field textarea{resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#D6336C}
.field input::placeholder,.field textarea::placeholder{color:#9AA3AD}
.radio-row{display:flex;flex-wrap:wrap;gap:10px}
.radio-row label{
  display:inline-flex;align-items:center;gap:8px;
  font-size:14px;color:#0B1929;cursor:pointer;
  border:1px solid #D7D9DD;border-radius:3px;padding:11px 16px;
}
.radio-row input{width:auto}
.radio-row input:checked + span{color:#D6336C;font-weight:500}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-note{font-size:12.5px;color:#9AA3AD;margin:0 0 26px}
.form-card .btn-primary{width:100%;justify-content:center;margin-top:6px}
.hp{position:absolute;left:-5000px}

/* section-level CTA link */
.cta-inline{display:inline-flex;align-items:center;gap:9px;margin-top:32px;font-size:14px;font-weight:500;color:#0B1929}
.cta-inline:hover{color:#D6336C}
.cta-inline .dot{width:6px;height:6px;border-radius:50%;background:#D6336C}
.cta-inline .arw{color:#D6336C}

/* ===== footer ===== */
.site-footer{background:#0B1929;color:#9AA3AD}
.foot-inner{
  display:flex;align-items:flex-start;justify-content:space-between;gap:30px;
  padding:48px 0;
}
.foot-inner .brand img{height:26px;margin-bottom:14px}
.foot-inner .cprt{font-size:12px;color:#5B6470;letter-spacing:.03em}
.foot-links{display:flex;flex-direction:column;gap:12px;text-align:right}
.foot-links a{font-size:13px;color:#9AA3AD}
.foot-links a:hover{color:#D6336C}

/* ===== thanks ===== */
.thanks{min-height:70vh;display:flex;align-items:center}
.thanks .box{max-width:620px}
.thanks .eyebrow{margin-bottom:20px;display:block}
.thanks h1{font-size:32px;font-weight:700;line-height:1.5;margin:0 0 20px}
.thanks p{font-size:15px;color:#5B6470;line-height:1.95;margin:0 0 34px}

/* ===== responsive ===== */
@media (max-width:900px){
  .wrap{padding:0 22px}
  .hdr-inner{padding:0 22px}
  .sec{padding:64px 0}
  .sec--tight{padding:52px 0}
  .hero-inner{padding:72px 0 60px}
  .hero h1{font-size:34px}
  .sec-h2{font-size:26px}
  .hdr-nav{display:none}
  .burger{display:flex}
  #navtoggle:checked ~ .mobile-nav{
    display:flex;flex-direction:column;gap:4px;
    padding:14px 22px 22px;border-top:1px solid #E4E5E8;background:#fff;
  }
  .mobile-nav a{font-size:16px;color:#0B1929;padding:11px 0;border-bottom:1px solid #F1F2F4}
  .mobile-nav a.hdr-cta{color:#fff;border:none;text-align:center;margin-top:10px;padding:13px}
  .nums{grid-template-columns:repeat(2,1fr)}
  .pos-grid{grid-template-columns:1fr}
  .wc{grid-template-columns:1fr}
  .flow{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .form-card{padding:28px 22px 32px}
  .spec th,.spec td{display:block;padding:0}
  .spec tr{padding:16px 0;display:block}
  .spec th{width:auto;padding-bottom:6px;color:#9AA3AD}
  .foot-inner{flex-direction:column;align-items:flex-start}
  .foot-links{text-align:left}
}
