@charset "utf-8";


/* ==================================================
こんなお悩みありませんか？
================================================== */
.cntBalloon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
}
.cntBalloon_textBox {
  width: 364px;
  text-align: center;
  padding: 30px;
  margin-bottom: 45px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.cntBalloon_item:last-child {
  flex-direction: row-reverse;
}
.cntBalloon_item:first-child .cntBalloon_textBox:first-child {
  transform: translateX(120px)
}
.cntBalloon_item:last-child .cntBalloon_textBox:first-child {
  transform: translateX(-120px)
}
.cntBalloon_img {
  display: flex;
  justify-content: center;
  gap: 40px;
}


/* ==================================================
人材紹介事業のポイント
================================================== */
.cntPont {
  display: flex;
  gap: 36px;
}
.cntPont_item {
  position: relative;
  width: calc((100% - 36px * 2) / 3);
  padding: 50px 20px 45px;
  margin-top: 50px;
  background-color: #EDF7FC;
}
.cntPont_item .numIcon {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 86px;
  height: 86px;
  border-radius: 100%;
}
.cntPont_img img {
  width: 100%;
  border-radius: 12px;
}
.cntPont_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 15px;
  color: #007DAF;
}


/* ==================================================
人材紹介までの流れ
================================================== */
.js-zoombtn {
  display: none;
}