@charset "utf-8";

/* ======================
benefit 共通
========================= */

.bnr {
  max-width: 1082px;
  width: 92%;
  margin: 0 auto 138px;
}
.benefit__ttl {
  margin-bottom: 37px;
  font-size: clamp(30px, 3.125vw, 60px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.benefit__txt {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.833;
}
.scroll-infinity-benefits {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -53%);
}
.scroll-infinity-benefits .scroll-infinity__item {
  width: 104.58vw;
  min-width: 1405.6px;
}
@media screen and (max-width: 750px) {
  .bnr {
    max-width: 291px;
    margin: 0 auto 60px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* ======================
hr-system
========================= */
.hr-system {
  padding-bottom: max(96px, 5vw);
}
.hr-system__ttl .img {
  transform-origin: center bottom;
  transform: scale(0);
}
.hr-system__ttl .img.mov {
  animation: poyonBottom 0.65s cubic-bezier(0.34, 1.4, 0.64, 1) forwards;
}
@keyframes poyonBottom {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.05);
  }
  85% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
.hr-system__txt {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.78;
}
.hr-system__txt + .hr-system__txt {
  margin-top: 3vw;
}
.hr-system__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.hr-system__container {
  position: relative;
  z-index: 1;
}
.hr-system__container01,
.hr-system__container02,
.hr-system__container03,
.hr-system__container05 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.hr-system__container01 {
  grid-area: 1 / 1 / 2 / 2;
  background: #c9f1f7;
  margin-bottom: 4vw;
}
.hr-system__container02 {
  flex-direction: row-reverse;
  grid-area: 1 / 2 / 2 / 3;
  background: #ffe0b1;
  margin-top: 4vw;
}
.hr-system__container03 {
  align-items: center;
  justify-content: center;
  grid-area: 2 / 1 / 3 / 3;
  background: #fffcc5;
}
.hr-system__container04 {
  grid-area: 3 / 1 / 4 / 2;
  background: #ffcccc;
  margin-bottom: 7vw;

  display: flex;
  align-items: center;
  justify-content: space-between;

  overflow: hidden;
  padding: 0 4%;
}
.hr-system__container05 {
  flex-direction: row-reverse;
  grid-area: 3 / 2 / 4 / 3;
  background: #e2f9c8;
  margin-top: 4vw;
}
.hr-system__deco01 {
  max-width: 603px;
  width: 63%;
  position: absolute;
  top: 10%;
  left: 6%;
}
.hr-system__deco02 {
  max-width: 706px;
  width: 74%;
  position: absolute;
  top: 8%;
  left: 6%;
}
.hr-system__deco03 {
  max-width: 464px;
  width: 25%;
  position: absolute;
  top: 10%;
  left: 4%;
}
.hr-system__deco04 {
  max-width: 224px;
  width: 24%;
  position: absolute;
  top: 7%;
  left: 4%;
}
.hr-system__deco05 {
  max-width: 480px;
  width: 50%;
  position: absolute;
  top: 9%;
  left: 6%;
}

.hr-system__pic01 {
  width: 75%;
  margin-right: -10%;
}
.hr-system__pic02 {
  width: 70%;
  margin-left: -10%;
}
.hr-system__pic03 {
  width: 46%;
  margin-top: -5.5%;
  margin-left: 10%;
}
.hr-system__pic04 {
  width: 57.5%;
  position: relative;
  z-index: 1;
}
.hr-system__pic05 {
  width: 93%;
  margin-left: -26%;
}

.hr-system__container01 .hr-system__cont {
  width: 46%;
  padding-top: 8%;
  padding-right: 5%;
  padding-bottom: 8%;
}
.hr-system__container02 .hr-system__cont {
  width: 53%;
  padding-top: 0;
  padding-left: 6%;
  padding-bottom: 13%;
}
.hr-system__container03 .hr-system__cont {
  width: 22%;
  padding-top: 1%;
  padding-bottom: 5%;
  /* margin-left: auto; */
}
.hr-system__container04 .hr-system__cont {
  width: 42%;
  position: relative;
  z-index: 2;

  padding: 6% 0;
}
.hr-system__container05 .hr-system__cont {
  width: 40%;
  padding-bottom: 16%;
  padding-left: 7%;
}

.hr-system__container01 .hr-system__ttl {
  max-width: 300px;
  width: 90%;
  margin-bottom: 3%;
}
.hr-system__container02 .hr-system__ttl {
  max-width: 364px;
  width: 90%;
  margin-bottom: 3%;
}
.hr-system__container03 .hr-system__ttl {
  max-width: 366px;
  width: 70%;
  margin-bottom: 1%;
}
.hr-system__container04 .hr-system__ttl {
  width: 124%;
  max-width: 456px;
  margin-bottom: 5%;
  position: relative;
  left: -22%;
}
.hr-system__container05 .hr-system__ttl {
  max-width: 326px;
  width: 110%;
  margin-bottom: 3%;
}
@media screen and (max-width: 980px) {
  .hr-system__wrap {
    display: block;
  }
  .hr-system__container01,
  .hr-system__container02,
  .hr-system__container03,
  .hr-system__container05 {
    justify-content: space-between;
  }
  .hr-system__container01 {
    margin-bottom: 0;
  }
  .hr-system__container02 {
    margin-top: 0;
  }
  .hr-system__container04 {
    margin-bottom: 0;
  }
  .hr-system__container05 {
    margin-top: 0;
  }
  .hr-system__deco01 {
    max-width: 362px;
  }
  .hr-system__deco02 {
    max-width: 424px;
  }
  .hr-system__deco03 {
    width: 46%;
    max-width: 275px;
  }
  .hr-system__deco04 {
    max-width: 134px;
  }
  .hr-system__deco05 {
    max-width: 317px;
  }
  .hr-system__pic01 {
    max-width: 442px;
  }
  .hr-system__pic02 {
    max-width: 404px;
  }
  .hr-system__pic03 {
    width: 108%;
    max-width: 573px;
    margin-top: -50px;
    margin-left: -24%;
  }
  .hr-system__pic04 {
    max-width: 636px;
    margin: 0 auto;
  }
  .hr-system__pic05 {
    max-width: 609px;
  }
  .hr-system__container03 .hr-system__cont {
    width: 48%;
  }
  .hr-system__container05 .hr-system__cont {
    padding-bottom: 5%;
  }
  .hr-system__container01 .hr-system__ttl {
    max-width: 216px;
  }
  .hr-system__container02 .hr-system__ttl {
    max-width: 262px;
  }
  .hr-system__container03 .hr-system__ttl {
    max-width: 241px;
  }
  .hr-system__container04 .hr-system__ttl {
    max-width: 303px;
  }
  .hr-system__container05 .hr-system__ttl {
    max-width: 312px;
  }
}
@media screen and (max-width: 660px) {
  .hr-system__container01,
  .hr-system__container02,
  .hr-system__container03,
  .hr-system__container04,
  .hr-system__container05 {
    flex-direction: column;
    padding: 0;
  }
  .hr-system__deco01 {
    width: 86%;
    top: 5%;
    left: 7%;
  }
  .hr-system__deco02 {
    width: 100%;
    top: 6%;
    left: 6%;
  }
  .hr-system__deco03 {
    width: 74%;
    top: 7%;
    left: 18%;
  }
  .hr-system__deco04 {
    width: 35%;
    top: 6%;
    left: 6%;
  }
  .hr-system__deco05 {
    width: 86%;
    top: 18%;
    left: 6%;
  }
  .hr-system__pic01 {
    width: 104%;
    margin-right: -6%;
    margin: 0 auto;
  }
  .hr-system__pic02 {
    width: 99%;
    margin-right: 7%;
    margin-top: -12%;
    margin: 0 auto;
  }
  .hr-system__pic03 {
    width: 135%;
    margin: -50px 0 auto;
  }
  .hr-system__pic04 {
    width: 100%;
    max-width: 400px;
    position: static;
  }
  .hr-system__pic05 {
    width: 134%;
    margin-right: -12%;
    margin-top: -12%;
    margin: 0 auto;
  }
  .hr-system__container01 .hr-system__cont {
    width: 100%;
    margin-top: -119px;
    padding-right: 7%;
    padding-left: 10%;
  }
  .hr-system__container02 .hr-system__cont {
    width: 100%;
    margin-top: -125px;
    padding-left: 10%;
    padding-right: 6%;
    padding-bottom: 15%;
  }
  .hr-system__container03 .hr-system__cont {
    width: 100%;
    margin-top: -55px;
    padding-left: 10%;
    padding-right: 7%;
  }
  .hr-system__container04 .hr-system__cont {
    width: 100%;
    margin-top: -88px;
    padding: 0 10%;
    padding-bottom: 15%;
  }

  .hr-system__container05 .hr-system__cont {
    width: 100%;
    margin-top: -82px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .hr-system__container01 .hr-system__ttl {
    width: 69%;
    margin-left: auto;
  }
  .hr-system__container02 .hr-system__ttl {
    width: 81%;
    margin: 0 auto 3%;
  }
  .hr-system__container03 .hr-system__ttl {
    width: 75%;
    margin: 0 auto;
  }
  .hr-system__container04 .hr-system__ttl {
    width: 72%;
    margin: 0 auto;
    padding-bottom: 3%;
    position: static;
  }
  .hr-system__container05 .hr-system__ttl {
    width: 65%;
    margin: 0 auto 3%;
  }
}
@media screen and (max-width: 560px) {
  .hr-system__pic01 {
    margin: 0;
    margin-right: -6%;
  }
  .hr-system__pic02 {
    margin: 0;
    margin-right: 7%;
    margin-top: -12%;
  }
  .hr-system__pic05 {
    margin: 0;
    margin-right: -12%;
    margin-top: -12%;
  }
}
/* ======================
hr-benefits
========================= */
.hr-benefits {
  padding-top: 90px;
  padding-bottom: 200px;
  /* margin-top: -59px; */
  background: #fff6e6;
  position: relative;
}

.hr-benefits__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hr-benefits__container + .hr-benefits__container {
  margin-top: 150px;
}
.hr-benefits__left {
  font-size: clamp(25px, 2.552vw, 49px);
  width: 45%;
  padding-right: 4%;
  flex-shrink: 0;
  position: sticky;
  top: 120px;
  left: 0;
}
.hr-benefits__right {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
.hr-benefits__box + .hr-benefits__box {
  margin-top: 80px;
}
.hr-benefits__pic {
  margin-bottom: 25px;
}
.hr-benefits__group {
  width: 66%;
}
.hr-benefits__ttl {
  margin-bottom: 25px;
  font-size: clamp(25px, 2.552vw, 49px);
  font-weight: 700;
  /* letter-spacing: 0.03em; */
  line-height: 1.51;
}
.hr-benefits__ttl02 {
  margin-bottom: 16px;
  font-size: clamp(20px, 1.822vw, 35px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.51;
}
.hr-benefits__txt {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.833;
}
.hr-benefits__num {
  max-width: 156px;
  width: 3.19em;
  margin-bottom: 15px;
}
.hr-benefits__people01 {
  max-width: 404px;
  width: 77%;
}
.hr-benefits__people02 {
  max-width: 424px;
  width: 87%;
}
.hr-benefits__people03 {
  max-width: 404px;
  width: 77%;
}
.hr-benefits__left .img.inv_mov {
  transform: translateY(20px) scale(0.9);
}

.hr-benefits__left .img.inv_mov.mov {
  animation: jumpPoyon 0.65s cubic-bezier(0.34, 1.35, 0.64, 1) forwards;
}

@keyframes jumpPoyon {
  0% {
    transform: translateY(20px) scale(0.9);
    opacity: 0;
  }
  50% {
    transform: translateY(-6px) scale(1.03);
    opacity: 1;
  }
  75% {
    transform: translateY(2px) scale(0.99);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

.hr-benefits__pic .img {
  border-radius: 3vw 0 0 3vw;
}

@media screen and (max-width: 750px) {
  .hr-benefits {
    padding-bottom: 100px;
  }
  .hr-benefits__container {
    flex-direction: column;
    row-gap: 30px;
  }
  .hr-benefits__container + .hr-benefits__container {
    margin-top: 50px;
  }
  .hr-benefits__box + .hr-benefits__box {
    margin-top: 30px;
  }
  .hr-benefits__left {
    width: 100%;
    position: static;
  }
  .hr-benefits__right {
    width: 100%;
    margin: 0;
  }
  .hr-benefits__pic .img {
    min-height: 200px;
    border-radius: 3vw;
    object-fit: cover;
  }
  .hr-benefits__group {
    width: 100%;
  }
  .hr-benefits__num {
    width: 15%;
    margin: 0 auto;
  }

  .hr-benefits__ttl {
    text-align: center;
  }
  .hr-benefits__people01,
  .hr-benefits__people02,
  .hr-benefits__people03 {
    margin: 0 auto;
  }
}
