@charset "UTF-8";
.page_crosstalk .-break {
  background-image: url(/group/dkhvac-chushikoku/recruit/crosstalk/assets/images/2026/bg_break.jpg);
}

.page_crosstalk .page_title {
  background-position-x: center !important;
  background-position-y: 20% !important;
}

/*crosstalk_ttl{
  margin-bottom: 60px;
  background: #1BA3D1;
  padding: 20px 20px;
  h2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
  }
}*/
.crosstalk_ttl {
  margin-top: 20px;
  margin-bottom: 110px;
  display: flex;
  justify-content: center;
}
.crosstalk_ttl h2 {
  font-size: 46px;
  font-weight: 700;
  color: #1BA3D1;
  position: relative;
  display: inline-block;
}
.crosstalk_ttl h2::after {
  position: absolute;
  content: "";
  width: 420px;
  height: 30px;
  background-color: #1BA3D1;
  opacity: 0.15;
  bottom: -11px;
  right: -23px;
}

@media only screen and (max-width: 767.98px) {
  .crosstalk_ttl {
    margin-top: 0px;
    margin-bottom: 55px;
    justify-content: start;
  }
  .crosstalk_ttl h2 {
    font-size: 32px;
  }
  .crosstalk_ttl h2::after {
    width: 294px;
    height: 25px;
    bottom: -11px;
    right: -13px;
  }
}
.page_crosstalk .sec-talk-topic .talk-list .talk-item {
  padding-left: 4rem;
  position: relative;
}
.page_crosstalk .sec-talk-topic .talk-list .talk-item.maru::before, .page_crosstalk .sec-talk-topic .talk-list .talk-item.star::before, .page_crosstalk .sec-talk-topic .talk-list .talk-item.diamond::before, .page_crosstalk .sec-talk-topic .talk-list .talk-item.triangle::before {
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  width: 35px;
  height: 35px;
  color: #1BA3D1;
  left: 0px;
  top: 5px;
}
.page_crosstalk .sec-talk-topic .talk-list .talk-item.maru::before {
  content: "●";
}
.page_crosstalk .sec-talk-topic .talk-list .talk-item.star::before {
  content: "★";
}
.page_crosstalk .sec-talk-topic .talk-list .talk-item.diamond::before {
  content: "■";
  rotate: 45deg;
  left: -5px;
  top: 9px;
  font-size: 20px;
}
.page_crosstalk .sec-talk-topic .talk-list .talk-item.triangle::before {
  content: "▼";
}/*# sourceMappingURL=page_crosstalk_202602.css.map */