
/* Career path and evaluation section */

.career-section{
  padding:88px 0;
  background:#fff;
  color:var(--ink)
}

.career-section .career-wrap{
  width:min(100% - 40px,1180px);
  margin:0 auto
}

.career-section .career-header{
  text-align:center;
  max-width:920px;
  margin:0 auto 36px
}

.career-section .career-label{
  display:block;
  margin:0 0 12px;
  color:var(--ink);
  font-family:Outfit,"Noto Sans JP",sans-serif;
  font-size:15px;
  font-weight:900;
  letter-spacing:0
}

.career-section .career-header h2{
  margin:0;
  color:var(--ink);
  font-size:clamp(34px,4.4vw,58px);
  font-weight:900;
  line-height:1.25;
  letter-spacing:0
}

.career-section .career-header p{
  margin:18px auto 0;
  color:var(--ink-mid);
  font-size:18px;
  line-height:1.9;
  font-weight:400
}

.career-section .career-cycle{
  display:flex;
  justify-content:center;
  margin:0 auto 38px
}

.career-section .career-cycle-icon{
  display:none;
  place-items:center;
  width:88px;
  height:88px;
  color:#60A07D
}

.career-section .career-cycle-icon::before{
  content:"\21BB";
  font-family:"Segoe UI Symbol","Noto Sans Symbols 2",sans-serif;
  font-size:82px;
  font-weight:400;
  line-height:1
}

.career-section .career-cycle-icon span{
  display:none
}

.career-section .career-cycle-card{
  width:min(100%,620px);
  min-height:86px;
  padding:20px 34px;
  border:1px solid rgba(47,96,72,.14);
  border-radius:44px;
  background:#fff;
  box-shadow:0 12px 30px rgba(47,96,72,.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center
}

.career-section .career-cycle-card h3{
  margin:0;
  color:var(--ink);
  font-size:clamp(23px,2.6vw,32px);
  font-weight:900;
  line-height:1.35;
  letter-spacing:0
}

.career-section .career-cycle-card p{
  margin:4px 0 0;
  color:var(--ink-mid);
  font-size:16px;
  line-height:1.7;
  font-weight:400
}

.career-section .career-steps{
  display:grid;
  grid-template-columns:minmax(130px,1fr) 34px minmax(130px,1fr) 34px minmax(130px,1fr) 34px minmax(130px,1fr) 34px minmax(130px,1fr);
  align-items:center;
  gap:16px;
  margin:0 auto 38px
}

.career-section .career-role-note{
  max-width:900px;
  margin:-10px auto 36px;
  color:var(--ink-mid);
  text-align:center;
  font-size:16px;
  line-height:1.9;
  font-weight:400
}

.career-section .career-step-card{
  min-height:142px;
  padding:26px 18px;
  border:1px solid rgba(47,96,72,.13);
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 26px rgba(47,96,72,.07);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  transition:transform 200ms,box-shadow 200ms
}

.career-section .career-step-card:hover,
.career-section .career-feature-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(47,96,72,.12)
}

.career-section .career-step-icon{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  background:#EAF5EF;
  color:#16805A;
  font-family:Outfit,"Noto Sans JP",sans-serif;
  font-weight:900;
  letter-spacing:0
}

.career-section .career-step-icon{
  width:72px;
  height:72px;
  margin:0 0 20px;
  font-size:23px
}

.career-section .career-step-card h3{
  margin:0;
  color:var(--ink);
  font-size:24px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:0
}

.career-section .career-step-arrow{
  width:34px;
  height:34px;
  display:grid;
  place-items:center
}

.career-section .career-step-arrow::before{
  content:"";
  width:14px;
  height:14px;
  border-right:4px solid #4F8B6B;
  border-bottom:4px solid #4F8B6B;
  transform:rotate(-45deg)
}

.career-section .career-features{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:0 auto 34px
}

.career-section .career-feature-card{
  min-height:184px;
  display:flex;
  align-items:flex-start;
  padding:32px 30px;
  border:1px solid rgba(47,96,72,.13);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 26px rgba(47,96,72,.07);
  transition:transform 200ms,box-shadow 200ms
}

.career-section .career-feature-copy h3{
  margin:0 0 10px;
  color:var(--ink);
  font-size:clamp(20px,2vw,25px);
  font-weight:900;
  line-height:1.35;
  letter-spacing:0
}

.career-section .career-feature-copy p{
  margin:0;
  color:var(--ink-mid);
  font-size:16px;
  line-height:1.85;
  font-weight:400
}

.career-section .career-badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  margin-top:12px;
  padding:4px 13px;
  border-radius:7px;
  background:#16805A;
  color:#fff;
  font-size:13px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:0
}

.career-section .career-message{
  position:relative;
  width:fit-content;
  max-width:100%;
  margin:0 auto;
  padding:0 48px;
  color:var(--ink);
  text-align:center;
  font-size:clamp(24px,3vw,31px);
  font-weight:900;
  line-height:1.6;
  letter-spacing:0
}

.career-section .career-message::before,
.career-section .career-message::after{
  content:"";
  position:absolute;
  top:50%;
  width:34px;
  height:2px;
  background:#60A07D
}

.career-section .career-message::before{
  left:0;
  transform:rotate(60deg)
}

.career-section .career-message::after{
  right:0;
  transform:rotate(-60deg)
}

@media(max-width:900px){
  .career-section .career-steps{
    gap:10px;
    grid-template-columns:minmax(112px,1fr) 24px minmax(112px,1fr) 24px minmax(112px,1fr) 24px minmax(112px,1fr) 24px minmax(112px,1fr)
  }

  .career-section .career-step-card{
    min-height:160px;
    padding:22px 12px
  }

  .career-section .career-step-icon{
    width:60px;
    height:60px;
    margin-bottom:16px
  }

  .career-section .career-step-card h3{
    font-size:20px
  }

  .career-section .career-features{
    grid-template-columns:1fr;
    max-width:760px
  }
}

@media(max-width:680px){
  .career-section{
    padding:58px 0
  }

  .career-section .career-wrap{
    width:min(100% - 32px,1180px)
  }

  .career-section .career-header{
    margin-bottom:28px;
    text-align:left
  }

  .career-section .career-label{
    font-size:13px
  }

  .career-section .career-header h2{
    font-size:32px
  }

  .career-section .career-header p{
    font-size:16px;
    line-height:1.85
  }

  .career-section .career-cycle{
    grid-template-columns:1fr;
    gap:16px;
    justify-items:center;
    margin-bottom:30px
  }

  .career-section .career-cycle-icon{
    display:none
  }

  .career-section .career-cycle-card{
    width:100%;
    min-height:0;
    padding:20px;
    border-radius:16px
  }

  .career-section .career-cycle-card h3{
    font-size:23px
  }

  .career-section .career-cycle-card p{
    font-size:15px
  }

  .career-section .career-steps{
    grid-template-columns:1fr;
    gap:12px;
    margin-bottom:30px
  }

  .career-section .career-role-note{
    margin:-6px auto 28px;
    text-align:left;
    font-size:15px;
    line-height:1.8
  }

  .career-section .career-step-card{
    min-height:122px;
    display:flex;
    justify-content:center;
    padding:20px;
    text-align:center
  }

  .career-section .career-step-icon{
    width:60px;
    height:60px;
    margin:0;
    font-size:21px
  }

  .career-section .career-step-arrow{
    width:100%;
    height:22px
  }

  .career-section .career-step-arrow::before{
    width:13px;
    height:13px;
    transform:rotate(45deg)
  }

  .career-section .career-feature-card{
    min-height:0;
    display:block;
    padding:24px 20px
  }

  .career-section .career-feature-copy h3{
    font-size:22px
  }

  .career-section .career-feature-copy p{
    font-size:15px
  }

  .career-section .career-message{
    padding:0;
    font-size:24px
  }

  .career-section .career-message::before,
  .career-section .career-message::after{
    display:none
  }
}

/* === Background Animated Flow Lines === */

.bg-flow{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  overflow:hidden
}

body[data-page="home"] .bg-flow{
  z-index:1
}

body[data-page="recruit"] .bg-flow{
  z-index:1
}

body[data-page="home"] #home .wrap,
body[data-page="recruit"] #recruit .wrap,
body[data-page="recruit"] .career-wrap,
body[data-page="recruit"] footer.bottom{
  position:relative;
  z-index:2
}

body[data-page="home"] .svc-strip.reveal,
body[data-page="home"] .strength-card.reveal,
body[data-page="home"] .sdgs-icons.reveal,
body[data-page="home"] .home-interview-slider.reveal,
body[data-page="home"] .news-bar.reveal,
body[data-page="home"] .cb.reveal,
body[data-page="recruit"] .jobs .job.reveal,
body[data-page="recruit"] .recruit-interview-list.reveal,
body[data-page="recruit"] .cb.reveal{
  opacity:1
}

.bg-flow svg{
  width:100%;
  height:100%
}

.bl{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round
}

@keyframes fl{
  from{
    stroke-dashoffset:4200
  }

  to{
    stroke-dashoffset:0
  }
}

@keyframes flr{
  from{
    stroke-dashoffset:0
  }

  to{
    stroke-dashoffset:4200
  }
}

.bl1{
  stroke:#E94B5C;
  stroke-width:3.5;
  opacity:.22;
  stroke-dasharray:620 3580;
  animation:fl 20s linear infinite
}

.bl2{
  stroke:#4A8FE7;
  stroke-width:2.5;
  opacity:.18;
  stroke-dasharray:500 3700;
  animation:flr 25s linear infinite;
  animation-delay:-8s
}

.bl3{
  stroke:#60A07D;
  stroke-width:3.5;
  opacity:.16;
  stroke-dasharray:700 3500;
  animation:fl 30s linear infinite;
  animation-delay:-14s
}

.bl4{
  stroke:#E94B5C;
  stroke-width:2.5;
  opacity:.2;
  stroke-dasharray:440 3760;
  animation:flr 22s linear infinite;
  animation-delay:-5s
}

.bl5{
  stroke:#4A8FE7;
  stroke-width:2.5;
  opacity:.15;
  stroke-dasharray:360 3840;
  animation:fl 17s linear infinite;
  animation-delay:-10s
}

.bl6{
  stroke:#60A07D;
  stroke-width:1.5;
  opacity:.12;
  stroke-dasharray:280 3920;
  animation:flr 32s linear infinite;
  animation-delay:-18s
}

.bl7{
  stroke:#E94B5C;
  stroke-width:1.5;
  opacity:.12;
  stroke-dasharray:480 3720;
  animation:fl 28s linear infinite;
  animation-delay:-22s
}

/* Company table */

.co-table{
  margin-top:32px;
  border-top:1px solid var(--line)
}

.co-table .r{
  display:grid;
  grid-template-columns:200px 1fr;
  gap:24px;
  padding:18px 8px;
  border-bottom:1px solid var(--line)
}

.co-table .k{
  font-size:15px;
  font-weight:900;
  letter-spacing:.06em;
  color:var(--ink-mid)
}

.co-table .v{
  font-size:17px;
  font-weight:500
}

.company-access{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);
  gap:34px;
  align-items:stretch;
  margin-top:32px
}

.access-map{
  min-height:420px;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:var(--bg-soft);
  box-shadow:0 14px 34px rgba(20,30,50,.06)
}

.access-map iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  border:0
}

.access-info{
  display:flex;
  flex-direction:column;
  gap:18px
}

.access-tabs{
  display:flex;
  gap:10px;
  padding:6px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  align-self:flex-start
}

.access-tabs button{
  min-width:94px;
  min-height:42px;
  padding:8px 18px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--ink-mid);
  font-size:14px;
  font-weight:900;
  letter-spacing:.06em;
  cursor:pointer;
  transition:background 180ms,color 180ms,box-shadow 180ms
}

.access-tabs button:hover,.access-tabs button.is-on{
  background:var(--cta-bg);
  color:var(--cta-text);
  box-shadow:0 8px 18px rgba(var(--accent-rgb),.12)
}

.access-card{
  padding:30px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(20,30,50,.05)
}

.access-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:5px 12px;
  border-radius:999px;
  background:var(--accent-soft);
  color:var(--accent);
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  margin-bottom:16px
}

.access-label::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent)
}

.access-card h3{
  font-size:22px;
  font-weight:900;
  margin:0 0 12px
}

.access-card p{
  font-size:17px;
  line-height:1.9;
  font-weight:700;
  margin:0 0 22px
}

.access-card a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--accent-dark);
  font-size:15px;
  font-weight:900
}

.access-note{
  color:var(--ink-mid);
  font-size:15px;
  line-height:1.9;
  font-weight:500;
  margin:0
}

@media (max-width:720px){
  .company-access{
    grid-template-columns:1fr;
    gap:22px
  }

  .access-map,.access-map iframe{
    min-height:320px
  }

  .access-tabs{
    width:100%;
    align-self:stretch
  }

  .access-tabs button{
    flex:1;
    min-width:0
  }

  .access-card{
    padding:24px 22px
  }

  .co-table .r{
    grid-template-columns:1fr;
    gap:6px
  }
}
