@charset "utf-8";
/* CSS Document */
.cate3 {
  background: #111731;
}
.company_a .company-wrap .item {
  background: #161D39;
}
.section03 .boxwrap1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.section03 .rightbox {
  margin-top: 60px;
}
.section03 .leftbox .imgbox {
  transform: translateX(80px);
}
@media (max-width: 768px) {
  .section03 .boxwrap1 {
    flex-direction: column;
  }
  .section03 .leftbox {
    order: -1; /* ← 上に来る */
  }
}
.cate1 {
  background: url("https://saikienkahonten.co.jp/system_panel/uploads/images/recruit3.jpg") no-repeat bottom center / cover;
  position: relative;
}
.cate1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* ← 薄さ */
  pointer-events: none;
  z-index: 0;
}
.cate1 .boxwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* card */
.cate1 .boxwrap .txtbox {
  background: rgba(17, 23, 49, 0.8);
  border: 1px solid rgba(255, 255, 255, .18);
  padding: clamp(28px, 3vw, 44px) clamp(18px, 2.4vw, 30px);
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}
/* title */
.cate1 .boxwrap .txtbox h3 {
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.08em;
}
/* small line under title (like sample) */
.cate1 .boxwrap .txtbox h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: rgba(212, 175, 55, 1); /* gold */
  margin: 14px auto 18px;
}
/* text */
.cate1 .boxwrap .txtbox p {
  color: rgba(255, 255, 255, .8);
  text-align: left;
}
/* ========== responsive ========== */
@media (max-width: 1080px) {
  .cate1 .boxwrap {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(28px, 5vw, 80px);
  }
}
@media (max-width:576px) {
  .cate1 .boxwrap {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 300px;
  }
}
.flow_g .timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}
.flow_g .timeline .box {
  display: grid;
  grid-template-columns: 100px 30px 1fr;
  column-gap: 28px;
  padding: 28px 0;
  position: relative;
}
/* separator line */
.flow_g .timeline .box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, .18);
}
/* time pill (pでもOK) */
.flow_g .timeline .time {
  justify-self: start;
  align-self: start;
  padding: 8px 25px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  color: #fff;
  letter-spacing: .08em;
  line-height: 1;
  font-size: 20px;
  margin: 0; /* pのデフォ余白を消す */
}
/* middle column */
.flow_g .timeline .dot {
  position: relative;
  width: 30px;
  height: 100%;
}
/* vertical line */
.flow_g .timeline .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 34px;
  bottom: -60px;
  width: 1px;
  background: rgba(212, 175, 55, .7);
  transform: translateX(-50%);
}
/* small circle */
.flow_g .timeline .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, .9);
  background: transparent;
  transform: translateX(-50%);
}
/* first & last adjust */
.flow_g .timeline .box:first-child .dot::before {
  top: 34px;
}
.flow_g .timeline .box:last-child .dot::before {
  display: none;
}
/* text */
.flow_g .timeline .txtbox h3 {
  margin: 0 0 10px;
  color: #fff;
  letter-spacing: .08em;
}
.flow_g .timeline .txtbox p {
  margin: 0;
  color: rgba(255, 255, 255, .85);
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.flow_g .timeline .txtbox .note {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}
/* responsive */
@media (max-width: 768px) {
  .flow_g .timeline .box {
    column-gap: 15px;
  }
}
.company_a p, .company_a h3 {
  color: #fff;
}
.company_a p {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .company_a .company-wrap .item > div {
    padding-left: 0px;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}