.hr-consulting-page .mainV__nav {
  display: none;
}

.service-detail-lead {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 550px));
  justify-content: center;
}

.service-detail-lead__catch p {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7142857143;
}

.service-detail-lead__text p + p {
  margin-top: 20px;
}

.service-detail-lead__break-md {
  display: none;
}

.hr-consulting-intro__diagram,
.hr-consulting-model__image {
  margin-left: auto;
  margin-right: auto;
}

.hr-consulting-intro__diagram {
  margin-top: clamp(100px, 100px + (100vw - 768px) * 40 / 224, 140px) !important;
  width: 100%;
}

.hr-consulting-model__image {
  width: 100%;
}

.hr-consulting-intro__diagram img,
.hr-consulting-model__image img {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  width: 100%;
}

.hr-consulting-intro__message {
  font-size: clamp(1.8rem, 1.8rem + (100vw - 576px) * 2 / 864, 2rem);
  font-weight: 700;
  line-height: 1.8;
  margin-top: 80px;
  text-align: center;
}

.hr-consulting-model {
  background-color: #f2f2f2;
}

.hr-consulting-model__heading {
  text-align: center;
}

.hr-consulting-model__heading h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.575;
}

.hr-consulting-model__description {
  margin-top: 60px;
  text-align: center;
}

.hr-consulting-model__image {
  margin-top: 60px !important;
}

.hr-consulting-model__image img {
  background-color: transparent;
  border-radius: 0;
}

.hr-consulting-page .feature .heading-01 {
  align-items: center;
}

.hr-consulting-page .feature .heading-01 h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(3.2rem, 3.2rem + (100vw - 768px) * 8 / 598, 4rem);
  font-weight: 700;
  letter-spacing: 0;
}

.hr-consulting-page .feature ._2-columns {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(360px, 45%) 1fr;
}

.hr-consulting-page .feature__images {
  aspect-ratio: 3 / 2;
  position: sticky;
  top: 80px;
}

.hr-consulting-page .feature__image {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  width: 100%;
}

.hr-consulting-page .feature__image.is-show {
  opacity: 1;
}

.hr-consulting-page .feature__image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.hr-consulting-page .feature__items {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hr-consulting-page .feature__item {
  display: block;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
}

.hr-consulting-page .feature__item::after {
  background-color: #008960;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(101%);
  transition: transform 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}

.hr-consulting-page .feature__heading,
.hr-consulting-page .feature__summary {
  position: relative;
  z-index: 1;
}

.hr-consulting-page .feature__heading {
  display: grid;
  gap: 10px;
  grid-template-columns: 3.5rem 1fr;
}

.hr-consulting-page .feature__heading::before {
  align-items: center;
  background-color: #fff;
  border: 1px solid;
  content: "";
  display: flex;
  font-weight: 600;
  height: 3rem;
  justify-content: center;
  position: relative;
  top: 3px;
  transition: background-color 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  width: 3rem;
}

.hr-consulting-page .feature__item:nth-of-type(1) .feature__heading::before {
  content: "1";
}

.hr-consulting-page .feature__item:nth-of-type(2) .feature__heading::before {
  content: "2";
}

.hr-consulting-page .feature__item:nth-of-type(3) .feature__heading::before {
  content: "3";
}

.hr-consulting-page .feature__heading h3 {
  font-size: clamp(2.3rem, 2.3rem + (100vw - 375px) * 3 / 201, 2.6rem);
}

.hr-consulting-page .feature__summary {
  margin-top: 15px;
}

.hr-consulting-page .feature__summary p {
  line-height: 2.2;
}

.hr-consulting-page .feature__item h3,
.hr-consulting-page .feature__item p {
  transition: color 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}

.hr-consulting-page .feature .show--lg {
  display: none;
}

.hr-consulting-page .voice {
  height: clamp(800px, 800px + (100vw - 768px) * 100 / 224, 900px);
}

.hr-consulting-page .voice .heading-01 {
  align-items: flex-start;
}

.hr-consulting-page .voice .post__title,
.hr-consulting-page .voice .post__meta,
.hr-consulting-page .voice .post__excerpt {
  color: #000;
}

.hr-consulting-page .voice .post__title {
  font-weight: 700;
  margin-top: 5px;
}

.hr-consulting-page .voice .horizontal-scroll {
  scrollbar-color: #008960 #fff;
  scrollbar-width: thin;
}

.hr-consulting-page .voice .horizontal-scroll::-webkit-scrollbar {
  height: 2px;
}

.hr-consulting-page .voice .horizontal-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}

.hr-consulting-page .voice .horizontal-scroll::-webkit-scrollbar-thumb {
  background: #008960;
  border-radius: 0;
}

.hr-consulting-page .voice .simplebar-scrollbar::before {
  background: #008960;
  border-radius: 0;
  bottom: 5px !important;
  height: 15px !important;
  left: 0;
  right: 0;
  top: 0;
}

.hr-consulting-page .voice .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.hr-consulting-page .voice .simplebar-track {
  background-color: #fff;
  height: 2px !important;
}

@media (hover: hover) {
  .hr-consulting-page .feature__item:hover {
    color: #fff;
    cursor: pointer;
  }

  .hr-consulting-page .feature__item:hover .feature__heading::before {
    background-color: #fff;
    color: #008960;
  }

  .hr-consulting-page .feature__item:hover::after {
    transform: translateY(0);
  }
}

@media screen and (max-width: 992px) {
  .service-detail-lead,
  .hr-consulting-page .feature ._2-columns {
    display: block;
  }

  .service-detail-lead__text {
    margin-top: 30px;
  }

  .hr-consulting-page .feature__images,
  .hr-consulting-page .feature .hide--lg {
    display: none;
  }

  .hr-consulting-page .feature .show--lg {
    display: block;
  }

  .hr-consulting-page .feature__items {
    gap: 60px;
  }

  .hr-consulting-page .feature__item {
    overflow: visible;
    padding: 0;
  }

  .hr-consulting-page .feature__item::after {
    content: none;
  }

  .hr-consulting-page .feature__heading::before {
    color: #000 !important;
  }

  .hr-consulting-page .feature__image {
    margin-bottom: 30px;
    opacity: 1;
    position: relative;
  }

  .hr-consulting-page .feature__item:hover {
    color: #000 !important;
  }
}

@media screen and (max-width: 768px) {
  .service-detail-lead__break-md {
    display: block;
  }

  .hr-consulting-page .voice {
    height: clamp(760px, 760px + (100vw - 576px) * 40 / 192, 800px);
  }
}

@media screen and (max-width: 576px) {
  .service-detail-lead__catch p {
    font-size: 2.4rem;
    line-height: 1.7;
  }

  .hr-consulting-intro__diagram {
    margin-top: clamp(60px, 60px + (100vw - 375px) * 40 / 201, 100px) !important;
  }

  .hr-consulting-intro__message {
    margin-top: 50px;
    text-align: left;
  }

  .hr-consulting-model__heading h2 {
    font-size: 3.2rem;
    line-height: 1.45;
  }

  .hr-consulting-model__description {
    margin-top: 30px;
    text-align: left;
  }

  .hr-consulting-page .voice {
    height: clamp(660px, 660px + (100vw - 375px) * 100 / 201, 760px);
  }

  .hr-consulting-intro__diagram,
  .hr-consulting-model__image {
    overflow-x: auto;
  }

  .hr-consulting-intro__diagram img,
  .hr-consulting-model__image img {
    min-width: 720px;
  }
}
