@charset "UTF-8";
#cta-6a3228e1c4255202a8b93380 {
  /* ---------------------------------------------
    派遣先件数 棒グラフ
  --------------------------------------------- */
  /* ---------------------------------------------
    スマホ版：1画面表示
  --------------------------------------------- */
}
#cta-6a3228e1c4255202a8b93380 .haken-bar-graph {
  margin: 40px 0;
  padding: 28px 24px 72px;
  background: #f4f8fb;
  border: 2px solid #3399cc;
  border-radius: 16px;
  overflow-x: auto;
}
#cta-6a3228e1c4255202a8b93380 .haken-bar-graph__title {
  width: 820px;
  margin: 0 0 28px 70px;
  text-align: center;
  color: #3399cc;
  font-size: 24px;
  font-weight: 700;
}
#cta-6a3228e1c4255202a8b93380 .haken-bar-graph__area {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  width: 820px;
  min-width: 820px;
  height: 320px;
  padding: 0 24px 0 86px;
  border-bottom: 2px solid #3399cc;
  box-sizing: content-box;
}
#cta-6a3228e1c4255202a8b93380 .haken-bar-graph__area::before {
  content: "";
  position: absolute;
  left: 70px;
  bottom: 0;
  width: 2px;
  height: 320px;
  background: #3399cc;
}
#cta-6a3228e1c4255202a8b93380 .haken-bar-graph__grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: 70px;
  background-image: linear-gradient(to bottom, rgba(51, 153, 204, 0.25) 1px, transparent 1px);
  background-size: 100% 80px;
  pointer-events: none;
}
#cta-6a3228e1c4255202a8b93380 .haken-bar-graph__y {
  position: absolute;
  left: 0;
  width: 62px;
  text-align: right;
  color: #333;
  font-size: 12px;
  line-height: 1;
}
#cta-6a3228e1c4255202a8b93380 .y01 {
  top: -6px;
}
#cta-6a3228e1c4255202a8b93380 .y02 {
  top: 74px;
}
#cta-6a3228e1c4255202a8b93380 .y03 {
  top: 154px;
}
#cta-6a3228e1c4255202a8b93380 .y04 {
  top: 234px;
}
#cta-6a3228e1c4255202a8b93380 .y05 {
  display: none;
}
#cta-6a3228e1c4255202a8b93380 .haken-bar-graph__item {
  position: relative;
  z-index: 2;
  flex: 1;
  text-align: center;
}
#cta-6a3228e1c4255202a8b93380 .haken-bar-graph__value {
  margin-bottom: 10px;
  color: #0b5f9e;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
#cta-6a3228e1c4255202a8b93380 .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-6a3228e1c4255202a8b93380 .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-6a3228e1c4255202a8b93380 .haken-bar-graph__source {
  margin-top: 12px;
  color: #555;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #cta-6a3228e1c4255202a8b93380 .haken-bar-graph {
    padding: 20px 10px 64px;
    overflow-x: hidden;
  }
  #cta-6a3228e1c4255202a8b93380 .haken-bar-graph__title {
    width: auto;
    margin: 0 0 22px;
    font-size: 22px;
  }
  #cta-6a3228e1c4255202a8b93380 .haken-bar-graph__area {
    width: auto;
    min-width: auto;
    height: 320px;
    padding: 0 6px 0 52px;
    gap: 8px;
  }
  #cta-6a3228e1c4255202a8b93380 .haken-bar-graph__area::before {
    left: 42px;
    height: 320px;
  }
  #cta-6a3228e1c4255202a8b93380 .haken-bar-graph__grid {
    left: 42px;
    background-size: 100% 80px;
  }
  #cta-6a3228e1c4255202a8b93380 .haken-bar-graph__y {
    left: 0;
    width: 36px;
    font-size: 10px;
  }
  #cta-6a3228e1c4255202a8b93380 .y01 {
    top: -5px;
  }
  #cta-6a3228e1c4255202a8b93380 .y02 {
    top: 75px;
  }
  #cta-6a3228e1c4255202a8b93380 .y03 {
    top: 155px;
  }
  #cta-6a3228e1c4255202a8b93380 .y04 {
    top: 235px;
  }
  #cta-6a3228e1c4255202a8b93380 .haken-bar-graph__bar {
    width: 28px;
  }
  #cta-6a3228e1c4255202a8b93380 .haken-bar-graph__value {
    font-size: 10px;
    margin-bottom: 8px;
  }
  #cta-6a3228e1c4255202a8b93380 .haken-bar-graph__year {
    bottom: -48px;
    font-size: 9px;
    line-height: 1.5;
  }
}