@charset "UTF-8";
/* ------------------------------------------------------------
hr-development 環境を知る_人材育成方針
------------------------------------------------------------ */
.content-box-960 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content-box-960 {
    padding-bottom: 50px;
  }
}
.content-box-960::before {
  content: "";
  display: block;
  width: 100%;
  height: 75%;
  background: #0092E6;
  position: absolute;
  top: 80px;
  left: 80%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .content-box-960::before {
    height: 40%;
    left: 0;
    top: auto;
    bottom: 0;
  }
}

.hr-wrap .page-subtitle-icon p {
  margin-top: 30px;
}
.hr-wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 80px;
}
@media screen and (max-width: 767px) {
  .hr-wrap .block {
    display: block;
  }
}
.hr-wrap .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .hr-wrap .text {
    width: 100%;
  }
}
.hr-wrap .text .section-head {
  font-size: 28px;
  font-weight: 600;
  margin-top: 80px;
  letter-spacing: 0.04em;
}
.hr-wrap .text .section-head span {
  color: #0092e6;
}
@media screen and (max-width: 767px) {
  .hr-wrap .text .section-head {
    font-size: 23px;
    margin-top: 40px;
  }
}
.hr-wrap .text p {
  margin-top: 30px;
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .hr-wrap .text p {
    margin-top: 15px;
  }
}
.hr-wrap .text p.big {
  font-size: 20px;
  font-weight: 500;
}
.hr-wrap .text p.big span {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .hr-wrap .text p.big {
    line-height: 1.6;
  }
}
.hr-wrap .text p.mt-big {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hr-wrap .text p.mt-big {
    margin-top: 30px;
  }
}
.hr-wrap .img {
  width: 240px;
  text-align: center;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .hr-wrap .img {
    max-width: none;
    width: 100%;
    position: relative;
    margin-top: 0;
  }
}
.hr-wrap .img img {
  margin-top: 40px;
  width: 100%;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .hr-wrap .img img {
    margin-top: 30px;
    width: 80%;
  }
}