    :root{
      --base:#111;
      --bg:#fff;
      --muted:#777;
      --line:#e6e6e6;
      --accent:#1f45a5; /* 必要なら差し替え */
      --card:#f5f6f7;
      --max:1080px;
    }
    /* ベース */
    html,body{margin:0;padding:0;background:var(--bg);color:var(--base);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Noto Sans JP,Meiryo,Helvetica,Arial,sans-serif;line-height:1.75;}
    img{max-width:100%;height:auto;vertical-align:bottom}
    .container{max-width:var(--max);margin:0 auto;padding:0 clamp(16px,3vw,24px)}
    h1,h2,h3{line-height:1.35;margin:0 0 .6em}
    h2{font-size:clamp(20px,3.2vw,35px)}
    h3{font-size:clamp(18px,2vw,22px)}
    p{margin:.8em 0}
    .lead{font-weight:600}
    .sub{
      color:var(--muted);
      font-size:15px;
      font-weight: 900;
      text-align: center;
      font-family:"Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
      color: #1a1a1a !important;
      margin-bottom:90px;
    }
      .sub2{
      color:var(--muted);
      font-size:18px;
      font-weight: 900;
      text-align: center;
      font-family:"Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
      color: #1a1a1a !important;
      margin-bottom:80px;
    }
      .sub3{
      color:var(--muted);
      font-size:18px;
      font-weight: 900;
      font-family:"Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
      color: #1a1a1a !important;
    }
    .mt-40{margin-top:40px}
    .mt-24{margin-top:24px}
    .mt-16{margin-top:16px}
    .mb-0{margin-bottom:0}
    .center{text-align:center}
    .note{font-size:13px;color:var(--muted)}

/* === RECRUIT ページ用 追記パッチ（既存クラスのみ・差し替え不要） === */
  .hero-seku, .hero-seku-sp { display:block; }
  .hero-seku img, .hero-seku-sp img { width:100%; height:auto; display:block; }
  .hero-seku-sp { display:none; }
  @media (max-width: 768px){
    .hero-seku{ display:none; }
    .hero-seku-sp{ display:block; }
  }

/* 見出しトーン */
.section-head h2{ font-weight:800; letter-spacing:.02em; }
.section-head h3{ font-weight:800; letter-spacing:.02em; }
.section-head .sub{ color:#666; margin-top:6px; }
#spec-title{
  text-align: center;
  margin:80px 0 60px 0;
  line-height: 2;
}

#message-title{
    text-align: center;
  margin:80px 0 30px 0;
  line-height: 2;
}

/* 募集要項テーブル */
.table {
  width: 100%;
  max-width: 880px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  margin:0 auto 70px auto;
}
.table th,
.table td {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.8;
  vertical-align: middle;
}
.table th {
  background: #eee;
  font-weight: bold;
  text-align: left;
  width: 200px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 10px solid #fff;
}
.table td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.table tr:first-child td {
  border-top: 1px solid #999;
}
/* タブ */
.tabs{ margin-top:20px; }
.tabs .tab-nav{
  display:flex;
  gap:6px;
  border-bottom:0;
  flex-wrap:wrap;
justify-content: center;
}
.tabs .tab-btn{
  background:#eceff3;
  border:0;
  border-radius:15px 15px 0 0;
  padding:11px 16px;
  font-weight:700;
  color:#333;
  min-width:200px;
}
.tabs .tab-btn[aria-selected="true"]{
  background:#fff; color:#000;
  box-shadow:0 -1px 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff;
}
.tabs .tab-panels{ margin-top:-1px; background:#fff; }

/* 職種カード */
.job{
  background:#f5f6f7;
  padding:60px 80px;
}
.job .guridon{
  display:grid; grid-template-columns:1fr 1fr; gap:24px;
}
.job__title{
  font-size:25px;
  font-weight:900;
  margin:15px 0 20px 0;
  font-family:"Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.job__title2{
  font-size:27px;
  font-weight:900;
  margin:15px 0 20px 0;
  font-family:"Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.job__meta{
  font-size:16px;
  font-weight:700;
  margin-top:50px;
}

.job__meta2{
  font-size:18px;
  font-weight:700;
}
.job__meta2 span{
  border-top: solid 1px #000;
   padding:8px 0 0 0;
}

.job__thumb{ background:#fff; border-radius:8px; padding:8px; box-shadow:inset 0 0 0 1px #e6e6e6; display:grid; place-items:center; }
.pt-cards{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-top:12px; }
.pt{ background:#fff; border-radius:10px; padding:14px; box-shadow:inset 0 0 0 1px #e6e6e6; }

.makusun24{
width:48px;
height:auto;
}
span.job_siro{
background: #fff;
padding:20px;
color: #999999;
display:inline-block;
font-weight: 700;
position: relative;
margin:45px 0 15px 0;
}
span.job_siro:before{
content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom:-22px;
  left:40%;
  background-image: url(https://www.kunimi.net/assets/img2/sankaku.png);
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
}

hr {
  margin:60px 0 90px 0;
}

#flow-title{
  font-size:26px;
  font-weight:900;
  margin:70px 0 20px 0;
  text-align: center;
  font-family:"Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.timeline1{
  position: relative;
}
.timeline1:before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  bottom:0;
  right:0;
}
.timeline3{
  position: relative;
}
.timeline3:before{
  content: '';
  display: inline-block;
  width: 19vw;
  height: 13vw;
  background-image: url(https://www.kunimi.net/assets/img2/kazoku03.jpg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  bottom:-4vw;
  right:0;
}
.timeline2{
  margin:0 0 18vw 0;
  position: relative;
}
.timeline2:before{
  content: '';
  display: inline-block;
  width: 22vw;
  height: 13vw;
  background-image: url(https://www.kunimi.net/assets/img2/kazoku02.jpg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  bottom:-16vw;
  right:5vw;
}
.timeline4{
  margin:0 0 18vw 0;
  position: relative;
}
.timeline4:before{
  content: '';
  display: inline-block;
  width: 26vw;
  height: 17vw;
  background-image: url(https://www.kunimi.net/assets/img2/kazoku01.jpg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  bottom:-19vw;
  right:1vw;
}
#benefit-title{
  font-size:26px;
  font-weight:900;
  text-align: center;
  font-family:"Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.section-head{
margin:120px 0 20px 0;
}
#entry-title{
  font-size:26px;
  font-weight:900;
  text-align: center;
  font-family:"Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.ento{
  margin:120px 0 20px 0;
}
.pc99{
display:block;  
}
.sp99{
  display:none;
}
.yokonabi2{
  display:none;
}
@media (max-width: 840px){ .job{ grid-template-columns:1fr; } }
@media (max-width: 680px){
  .pt-cards{ grid-template-columns:1fr; } }

/* 1日の流れ（タイムライン） */
.timeline{
  position:relative;
  max-width: 680px;
  margin:15px auto;
}
.timeline::before{ content:""; position:absolute; left:100px; top:0; bottom:0; width:2px; background:#e0e0e0; }
.tl-item{
  position:relative;
  display:grid;
  grid-template-columns:100px 1fr;
  gap:16px;
  padding:14px 0;
}
.tl-item::before{ content:""; position:absolute; left:96px; top:30px; width:10px; height:10px; border-radius:50%; background:#111; }
.tl-time{
  font-weight:800;
  font-size:22px;
}
.tl-item h4{
  font-weight:800;
  font-size:22px;
}
.intro-box {
  border-left: 5px solid #111;
  padding-left: 1em;
  margin: 2em auto;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  max-width: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
  width:290px;
}

.intro-box .sub2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.intro-box p {
  font-weight: bold;
  font-size: 13px;
}

/* 福利厚生カード */
.benefits{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15%; }
.bnf{ min-height:180px; background:#fff; border-radius:12px; box-shadow:inset 0 0 0 1px #e6e6e6; display:grid; place-items:center; padding:12px; }
@media (max-width: 680px){ 
  .benefits{
    grid-template-columns:1fr;
    margin: 0 20px;
  } }

/* ENTRY ボタン（黒） */
.entry .btn{ 
  margin:50px auto 80px auto;
  display:block;
  max-width: 450px;
}
.entry .btn img{ 
  max-width: 450px;
}
.entry .btn:hover{ filter:brightness(.95); }

.tabs .tab-panel{ display:none; }
.tabs .tab-panel[aria-hidden="false"]{ display:block; }

.yokonabi{
  position: fixed;
  top:20%;
  right:0;
  width:60px;
  height:auto;
  display:block;
}
.yokonabi-sp{
  display:none;
}
.hero-seku {
display: block;
}
.hero-seku-sp {
display: none;
}
    /* 小要素 */
    .badge{display:inline-block;background:#fff;border:1px solid var(--line);color:var(--muted);font-size:12px;border-radius:999px;padding:.2em .7em}
@media screen and (max-width: 768px) {
.yokonabi{
  display:none;
}
.yokonabi2{
  position: fixed;
  bottom:66px;
  left:0;
  width:100%;
  height:auto;
  display:block;
}
.hero-seku {
display: none;
}
.hero-seku-sp {
display: block;
}
.section-head {
    margin: 60px 0 20px 0;
}
.pc99{
display:none;  
}
.sp99{
  display:block;
}
.table th {
    width: 127px;
}
.table th, .table td {
    font-size: 14px;
}
#message-title {
    margin: 80px 0 30px 0;
}
.sub {
    margin-bottom: 60px;
}
.tabs .tab-btn {
    min-width: 100px;
    font-size:12px;
}
.job {
    padding: 60px 20px;
}
.job .guridon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.job__title2 {
    font-size: 20px;
}
.job__title {
    font-size: 22px;
}
.makusun24 {
    width: 35px;
    height: auto;
}
.tl-item::before {
    left: 66px;
    top: 18px;
}
.timeline::before {
    left: 70px;
}
.tl-item {
    grid-template-columns: 80px 1fr;
}
.timeline2:before {
    width: 40vw;
    height: 26vw;
    bottom: -25vw;
    right: 0vw;
}
.timeline2 {
    margin: 0 0 22vw 0;
    position: relative;
}
.timeline4{
  margin:0 0 22vw 0;
  position: relative;
}
.timeline4:before{
  content: '';
  display: inline-block;
  width: 40vw;
  height: 26vw;
  background-image: url(https://www.kunimi.net/assets/img2/kazoku01.jpg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  bottom:-32vw;
  right:0;
}

.timeline1{
  position: relative;
}
.timeline1:before{
  width: 0;
  height: 0;
  bottom:0;
  right:0;
}
.timeline3:before {
    content: '';
    display: inline-block;
    width: 40vw;
    height: 26vw;
    background-image: url(https://www.kunimi.net/assets/img2/kazoku03.jpg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -17vw;
    right: -12vw;
}
.ento {
    margin: 188px 0 20px 0;
}
.entry .btn {
    margin: 50px 20px 80px 20px;
}
.sub {
    color: var(--muted);
    font-size: 14px;
}
  }