@charset "UTF-8";
#cta-6a333ec537b1b016371fc006 {
  /* ---------------------------------------------
    派遣労働者数 棒グラフ
  --------------------------------------------- */
  /* Y軸非表示 */
  /* ---------------------------------------------
    スマホ
  --------------------------------------------- */
}
#cta-6a333ec537b1b016371fc006 .haken-bar-graph {
  margin: 40px 0;
  padding: 28px 24px 72px;
  background: #f4f8fb;
  border: 2px solid #3399cc;
  border-radius: 16px;
}
#cta-6a333ec537b1b016371fc006 .haken-bar-graph__title {
  margin: 0 0 28px;
  text-align: center;
  color: #3399cc;
  font-size: 24px;
  font-weight: 700;
}
#cta-6a333ec537b1b016371fc006 .haken-bar-graph__area {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  height: 320px;
  padding: 0 20px;
  border-bottom: 2px solid #3399cc;
}
#cta-6a333ec537b1b016371fc006 .haken-bar-graph__grid {
  position: absolute;
  inset: 0 0 0 0;
  background-image: linear-gradient(to bottom, rgba(51, 153, 204, 0.2) 1px, transparent 1px);
  background-size: 100% 80px;
  pointer-events: none;
}
#cta-6a333ec537b1b016371fc006 .haken-bar-graph__y {
  display: none;
}
#cta-6a333ec537b1b016371fc006 .haken-bar-graph__item {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 2;
}
#cta-6a333ec537b1b016371fc006 .haken-bar-graph__value {
  margin-bottom: 10px;
  color: #0b5f9e;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
#cta-6a333ec537b1b016371fc006 .haken-bar-graph__bar {
  width: 64px;
  margin: 0 auto;
  background: linear-gradient(to top, #3399cc, #7dc4ea);
  border-radius: 10px 10px 0 0;
  font-size: 0;
  line-height: 0;
}
#cta-6a333ec537b1b016371fc006 .haken-bar-graph__year {
  position: absolute;
  left: 50%;
  bottom: -62px;
  transform: translateX(-50%);
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
#cta-6a333ec537b1b016371fc006 .haken-bar-graph__source {
  margin-top: 12px;
  color: #555;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #cta-6a333ec537b1b016371fc006 .haken-bar-graph {
    padding: 20px 10px 64px;
  }
  #cta-6a333ec537b1b016371fc006 .haken-bar-graph__title {
    font-size: 22px;
  }
  #cta-6a333ec537b1b016371fc006 .haken-bar-graph__area {
    height: 320px;
    gap: 8px;
    padding: 0 4px;
  }
  #cta-6a333ec537b1b016371fc006 .haken-bar-graph__bar {
    width: 28px;
  }
  #cta-6a333ec537b1b016371fc006 .haken-bar-graph__value {
    font-size: 10px;
  }
  #cta-6a333ec537b1b016371fc006 .haken-bar-graph__year {
    bottom: -48px;
    font-size: 9px;
  }
}