.p-hr_development__lead-title {
  font-size: 20rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__lead-title {
    font-size: 46rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-hr_development__lead-text {
    max-width: 760rem;
    font-size: 17rem;
  }
}
.p-hr_development__cycle {
  margin-top: 40rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__cycle {
    position: relative;
    margin-top: 100rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-hr_development__cycle-figure {
    width: 557rem;
    margin: 0 auto;
    height: 600rem;
  }
}
.p-hr_development__cycle-col {
  margin: 50rem 0 0;
}
.p-hr_development__cycle-col:nth-of-type(2) .p-hr_development__cycle-tags {
  padding-right: 50rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__cycle-col {
    margin: 0;
    width: 360rem;
    position: absolute;
  }
  .p-hr_development__cycle-col::after {
    content: "";
    position: absolute;
  }
  .p-hr_development__cycle-col:nth-of-type(1) {
    top: 12rem;
    left: 0;
  }
  .p-hr_development__cycle-col:nth-of-type(1)::after {
    width: 244rem;
    height: 0;
    border-top: 1px dotted #EA9900;
    top: 35rem;
    left: 300rem;
  }
  .p-hr_development__cycle-col:nth-of-type(2) {
    top: 340rem;
    left: 0;
  }
  .p-hr_development__cycle-col:nth-of-type(2)::after {
    width: 112rem;
    height: 0;
    border-top: 1px dotted #EA9900;
    top: 35rem;
    left: 245rem;
  }
  .p-hr_development__cycle-col:nth-of-type(3) {
    top: 12rem;
    right: 0;
  }
  .p-hr_development__cycle-col:nth-of-type(3)::after {
    width: 100rem;
    height: 40rem;
    border-right: 1px dotted #EA9900;
    border-bottom: 1px dotted #EA9900;
    bottom: -48rem;
    left: 0rem;
  }
}
.p-hr_development__cycle-heading {
  font-size: 20rem;
  font-weight: 500;
  margin-bottom: 16rem;
}
.p-hr_development__cycle-label {
  font-size: 16rem;
  color: #EF7C03;
  display: block;
  margin-bottom: 16rem;
}
.p-hr_development__cycle-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin: 0 0 16rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__cycle-tags {
    gap: 5rem;
  }
}
.p-hr_development__cycle-tag {
  background: #EA9900;
  border-radius: 100rem;
  font-size: 14rem;
  height: 30rem;
  padding: 0 16rem;
}
.p-hr_development__future {
  padding: 64rem 0;
  margin-top: 64rem;
  background: radial-gradient(ellipse at 40% 50%, #edbc4d 0%, #e67b35 100.68%, #d55613 120%);
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future {
    padding: 112rem 0;
    margin-top: 112rem;
  }
}
.p-hr_development__future-title {
  font-size: 20rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future-title {
    font-size: 36rem;
  }
}
.p-hr_development__future-text {
  font-size: 15rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future-text {
    font-size: 20rem;
  }
}
.p-hr_development__future-heading {
  color: #F4F4F4;
  border-top: 1px solid rgba(244, 244, 244, 0.4);
  font-size: 20rem;
  font-weight: 400;
  margin: 32rem 0 0;
  padding: 24rem 0 0;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future-heading {
    padding-top: 32rem;
  }
}
.p-hr_development__future-dl {
  position: relative;
  padding: 0 0 50rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future-dl {
    padding: 0 0 32rem;
  }
}
.p-hr_development__future-dl::before {
  content: "";
  background: url(../img/hr_development/arrow-short.svg) no-repeat center top/100% 100%;
  display: block;
  width: 36rem;
  height: auto;
  position: absolute;
  top: 50rem;
  bottom: 0rem;
  left: 0rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future-dl::before {
    height: 175rem;
    top: inherit;
    left: 337rem;
  }
}
.p-hr_development__future-dl:has(.p-hr_development__future-item:nth-of-type(3))::before {
  background-image: url(../img/hr_development/arrow.svg);
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future-dl:has(.p-hr_development__future-item:nth-of-type(3))::before {
    height: 295rem;
  }
}
.p-hr_development__future-item {
  z-index: 1;
  display: grid;
  margin: 32rem 0 0;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future-item {
    margin: 16rem 0 32rem 165rem;
    display: grid;
    grid-template-columns: 465rem 1fr;
    gap: 32rem;
  }
}
.p-hr_development__future-item:nth-of-type(1) .p-hr_development__future-label::before {
  opacity: 0.3;
}
.p-hr_development__future-item:nth-of-type(2) .p-hr_development__future-label::before {
  opacity: 0.7;
}
.p-hr_development__future-label {
  color: #F4F4F4;
  position: relative;
  height: 66rem;
  width: 200rem;
  display: grid;
  align-items: center;
  margin-left: 16rem;
  padding-left: 24rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future-label {
    width: 380rem;
    padding: 0;
    margin: 0;
    justify-content: center;
  }
}
.p-hr_development__future-label::before {
  content: "";
  display: block;
  background: linear-gradient(#ea9900 0%, #ef7c03 100%);
  position: absolute;
  inset: 0;
  transform: skewX(-30deg);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future-label::before {
    transform: skewX(-55deg);
  }
}
.p-hr_development__future-label-inner {
  position: relative;
}
.p-hr_development__future-desc {
  padding: 20rem 0 0 50rem;
  font-size: 14rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__future-desc {
    padding: 0;
    text-align: left;
  }
}
.p-hr_development__project {
  padding: 64rem 0;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project {
    padding: 112rem 0;
  }
}
.p-hr_development__project-title {
  font-size: 20rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-title {
    font-size: 36rem;
  }
}
.p-hr_development__project-text {
  font-size: 15rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-text {
    font-size: 20rem;
    margin-bottom: 40rem;
  }
}
.p-hr_development__project-block {
  background: #fff;
  margin-top: 40rem;
  border-radius: 10rem;
  padding: 40rem 20rem 20rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-block {
    margin-top: 60rem;
    padding: 60rem 70rem 70rem;
  }
}
.p-hr_development__project-heading {
  font-size: 20rem;
  font-weight: 500;
  margin: 0 0 10rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-heading {
    font-size: 28rem;
    margin: 0 0 40rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-list {
    display: grid;
    gap: 88rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-hr_development__project-col {
  padding: 24rem 15rem;
  position: relative;
}
.p-hr_development__project-col--bg {
  border-radius: 10rem;
  background: rgba(234, 153, 0, 0.1);
  margin-top: 32rem;
  padding-top: 32rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-col--bg {
    margin: 0;
  }
}
.p-hr_development__project-col--bg .p-hr_development__project-img {
  width: 170rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-col--bg .p-hr_development__project-img {
    padding: 25rem 0 10rem;
  }
}
.p-hr_development__project-col:first-child::after {
  content: "";
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-hr_development__project-col:first-child::after {
    border-top: 1px dotted #EA9900;
    margin: 24rem 16rem -20rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-col:first-child::after {
    position: absolute;
    right: -44rem;
    top: 0;
    bottom: 0;
    border-right: 1px dotted #EA9900;
  }
}
.p-hr_development__project-term {
  font-size: 18rem;
  font-weight: 500;
  margin: 0 -10rem 24rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-term {
    font-size: 26rem;
  }
}
.p-hr_development__project-img {
  display: block;
  margin: 0 auto 24rem;
  width: 256rem;
}
.p-hr_development__project-desc {
  text-align: justify;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-desc {
    width: 465rem;
    margin: 0 auto !important;
  }
}
.p-hr_development__project-desc.u-en {
  padding: 0;
  margin: 0 -10rem;
  text-align: center;
  color: #EA9900;
  font-size: 65rem;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-desc.u-en {
    font-size: 70rem;
  }
}
.p-hr_development__project-number {
  color: #EF7C03;
  text-align: center;
  margin-top: 10rem;
  display: block;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__project-number {
    margin-top: 24rem;
  }
}
.p-hr_development__review {
  padding: 0 0 64rem 0;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review {
    padding: 0 0 112rem 0;
  }
}
.p-hr_development__review .c-grid:first-of-type {
  border-top: 1px solid rgba(112, 112, 112, 0.4);
  padding: 64rem 0 0;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review .c-grid:first-of-type {
    padding: 64rem 0 50rem;
  }
}
.p-hr_development__review-title {
  font-size: 20rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review-title {
    font-size: 36rem;
  }
}
.p-hr_development__review-text {
  font-size: 15rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review-text {
    font-size: 20rem;
  }
}
.p-hr_development__review-block {
  background: #fff;
  border-radius: 10rem;
  padding: 32rem 16rem 70rem;
  margin: 40rem 0 0;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review-block {
    padding: 30rem 30rem 30rem 0;
    display: grid;
    grid-template-columns: 1fr 1030rem;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hr_development__review-arrow + .p-hr_development__review-block {
    margin-top: 0;
    padding-top: 70rem;
    padding-bottom: 32rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review-arrow + .p-hr_development__review-block {
    margin-top: 0;
  }
}
.p-hr_development__review-heading {
  font-size: 20rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 32rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review-heading {
    margin: 0;
  }
}
.p-hr_development__review-list {
  display: grid;
  gap: 24rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review-col {
    border: 1px solid #EA9900;
    border-radius: 8rem;
    padding: 24rem 32rem;
  }
}
.p-hr_development__review-term {
  font-size: 16rem;
  font-weight: 500;
  color: #EF7C03;
  text-align: center;
  margin: 0 0 8rem;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review-term {
    font-size: 17rem;
    margin: 0 0 10rem;
  }
}
.p-hr_development__review-arrow {
  display: block;
  width: 110rem;
  margin: -50rem auto;
}
@media screen and (min-width: 768px), print {
  .p-hr_development__review-arrow {
    width: 150rem;
    margin: -65rem 0 -65rem 50rem;
  }
}/*# sourceMappingURL=hr_development.css.map */