@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.materiality {
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .materiality {
    padding-top: 3.45rem;
  }
}

.materiality__list {
  max-width: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .materiality__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}

.materiality__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 18.3rem;
  max-width: 38.5rem;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .materiality__item {
    max-width: 33.5rem !important;
    margin: 0 auto;
    width: 100%;
  }
}

.materiality__item1 {
  max-width: 39rem;
}
.materiality__item1 .materiality__content {
  left: -0.2rem;
}

.materiality__item:hover .materiality__content::after {
  -webkit-filter: unset;
          filter: unset;
}

.materiality__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.materiality__bg img {
  width: 100%;
}

.materiality__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 30.5rem;
  width: 90%;
  margin: 0 auto;
}

.materiality__content::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.4rem;
  top: 53%;
  right: 0;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .materiality__content::after {
    width: 3.8rem;
    right: 1.8rem;
  }
}

.materiality__title {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .materiality__title {
    padding-left: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.07em;
  }
}

.materiality__subtitle {
  font-size: 14px;
}

.section-sdg_corner {
  position: absolute;
  top: 0;
  left: 0.1rem;
  z-index: 2;
  width: 3.2rem;
  height: 3.2rem;
  background: #9e925c;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.recruit {
  position: relative;
  overflow: hidden;
  min-height: 68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.6rem;
}
@media screen and (max-width: 768px) {
  .recruit {
    min-height: 69.4rem;
    margin-top: 0.4rem;
  }
}

.recruit-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/vlcholdings/images/common/bg_recruit-contact.jpg");
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-background {
    background-image: url("/wp-content/themes/vlcholdings/images/common/bg_recruit-contact-sp.jpg");
  }
}

.recruit-content {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.2rem;
  max-width: 120rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-content {
    padding: 4.8rem 0rem;
    gap: 2.8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.recruit-content__title {
  font-size: 2.8rem;
  line-height: 4.8rem;
  margin: -0.4rem 0rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-content__title {
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
    max-width: 33.5rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0rem 0rem -0.2rem;
  }
}

.recruit-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruit-content__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 33.5rem;
    gap: 1.2rem;
  }
}

.recruit-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 58rem;
  padding: 4.8rem 0;
  width: 50%;
  background: rgba(178, 187, 193, 0.1);
  backdrop-filter: blur(11px) brightness(1.22) saturate(1.26);
  -webkit-backdrop-filter: blur(11px) brightness(1.22) saturate(1.26);
  /* Safari */
}
@media screen and (max-width: 768px) {
  .recruit-content__item {
    width: 100%;
    padding: 2.7rem 0 2.6rem;
  }
}

.recruit-content__icon {
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-content__icon {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1.6rem;
  }
}

.recruit-content__icon img {
  width: 3.4rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .recruit-content__icon img {
    width: 2.5rem;
  }
}

.recruit-content__message {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  line-height: 3.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-content__message {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 0.6rem;
  }
}

.recruit-content__subtext {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  line-height: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-content__subtext {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-bottom: 2rem;
  }
}

.recruit-content__subtitle {
  position: relative;
  padding-right: 4.4rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 2.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .recruit-content__subtitle {
    font-size: 1.4rem;
    padding-right: 2.8rem;
    line-height: 2rem;
  }
}

.recruit-content__subtitle::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.4rem;
  top: 50%;
  right: 0rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
}
@media screen and (max-width: 768px) {
  .recruit-content__subtitle::after {
    width: 1.6rem;
    height: 1.4rem;
  }
}

.recruit-content__link {
  margin-top: 0.4rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  margin-top: -0.4rem;
}
@media screen and (max-width: 768px) {
  .recruit-content__link {
    font-size: 1.5rem;
    margin-top: -0.6rem;
  }
}

.breadcrumb {
  padding: 1.65rem 0 6.3rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0.95rem 2rem 5.4rem;
  }
}

.recruit-data-page {
  background-color: #eef0f2;
}

@media screen and (max-width: 768px) {
  .banner-recruit-data .ir-banner__title {
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-recruit-data .ir-banner__title::after {
    top: 28%;
    width: 2.2rem;
  }
}

.recruit-data__container {
  padding: 8rem 0 10rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-data__container {
    padding: 4rem 0 8rem;
  }
}

.recruit-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__list {
    width: 33.5rem;
    margin: 0 auto;
    row-gap: 1.6rem;
  }
}

.recruit-data__item {
  position: relative;
  width: 50%;
  max-width: 58.8rem;
  min-height: 33.8rem;
  background-color: #fff;
  padding: 6.4rem 0 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruit-data__item {
    width: 100%;
    padding: 4.7rem 0 1.8rem;
    min-height: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit-data__item-icon {
    max-width: 8rem;
  }
}
@media screen and (max-width: 1239px) {
  .recruit-data__item:nth-child(1) .recruit-data__item-content {
    max-width: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(1) .recruit-data__item-content {
    max-width: 27.1rem;
    margin-bottom: 0.5rem;
  }
}

.recruit-data__item:nth-child(2) .recruit-data__item-desc {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(2) {
    padding: 4.6rem 0 1.8rem;
    max-height: 23.8rem;
  }
}

.recruit-data__item:nth-child(3) {
  padding-top: 7.4rem;
  padding-bottom: 2rem;
}
.recruit-data__item:nth-child(3) .recruit-data__item-desc {
  margin-bottom: 4.1rem;
}
.recruit-data__item:nth-child(3) .recruit-data__item-content {
  max-width: 35.6rem;
}
.recruit-data__item:nth-child(3) .recruit-data__item-number {
  letter-spacing: -0.26rem;
}
.recruit-data__item:nth-child(3) .recruit-data__item-unit {
  font-size: 2.4rem;
}
@media screen and (max-width: 1239px) {
  .recruit-data__item:nth-child(3) .recruit-data__item-content {
    max-width: 37.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(3) {
    max-height: 21.6rem;
    padding: 4.6rem 0 1.9rem;
  }
  .recruit-data__item:nth-child(3) .recruit-data__item-content {
    max-width: 24.3rem;
    margin-bottom: -0.4rem;
  }
  .recruit-data__item:nth-child(3) .recruit-data__item-number {
    letter-spacing: 0.24rem;
  }
  .recruit-data__item:nth-child(3) .recruit-data__item-desc {
    margin-bottom: 1rem;
  }
  .recruit-data__item:nth-child(3) .recruit-data__item-unit {
    font-size: 1.3rem;
    margin-left: 0.2rem;
  }
}

.recruit-data__item:nth-child(4) {
  padding-top: 7.4rem;
  padding-bottom: 2rem;
}
.recruit-data__item:nth-child(4) .recruit-data__item-desc {
  margin-bottom: 4.5rem;
}
.recruit-data__item:nth-child(4) .recruit-data__item-content {
  max-width: 35.7rem;
}
.recruit-data__item:nth-child(4) .recruit-data__item-icon {
  position: relative;
  left: 0.8rem;
}
.recruit-data__item:nth-child(4) .recruit-data__item-number {
  letter-spacing: -0.1rem;
}
.recruit-data__item:nth-child(4) .recruit-data__item-unit {
  font-size: 2.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(4) {
    max-height: 21.6rem;
    padding: 4.6rem 0 2rem;
  }
  .recruit-data__item:nth-child(4) .recruit-data__item-content {
    max-width: 21.9rem;
    margin-bottom: 0.3rem;
  }
  .recruit-data__item:nth-child(4) .recruit-data__item-icon {
    width: 7rem;
    position: relative;
    left: 0.5rem;
  }
  .recruit-data__item:nth-child(4) .recruit-data__item-number {
    letter-spacing: 0.24rem;
    position: relative;
    top: 0.2rem;
  }
  .recruit-data__item:nth-child(4) .recruit-data__item-desc {
    margin-bottom: 1.6rem;
  }
  .recruit-data__item:nth-child(4) .recruit-data__item-unit {
    font-size: 1.3rem;
    margin-left: 0.2rem;
  }
}

.recruit-data__item:nth-child(5) {
  max-height: 33.8rem;
  padding-top: 6.3rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(5) {
    padding-top: 4.7rem;
  }
}
.recruit-data__item:nth-child(5) .recruit-data__item-desc {
  margin-bottom: 1.3rem;
}
.recruit-data__item:nth-child(5) .recruit-data__item-content {
  max-width: 46rem;
  width: 100%;
  margin-bottom: 1.2rem;
}
.recruit-data__item:nth-child(5) .employment-stats-gender {
  max-width: 40.7rem;
  gap: 5.6rem;
  width: 100%;
  margin-bottom: 0;
}
.recruit-data__item:nth-child(5) .employment-stats-gender-item {
  max-width: 17.6rem;
  width: 50%;
}
.recruit-data__item:nth-child(5) .employment-stats-gender-value {
  letter-spacing: -0.11rem;
  text-align: right;
}
.recruit-data__item:nth-child(5) .employment-stats-illustration {
  gap: 0.86rem;
  margin-top: -1.8rem;
}
.recruit-data__item:nth-child(5) .recruit-data__item-number {
  letter-spacing: -0.5rem;
}
.recruit-data__item:nth-child(5) .recruit-data__item-unit {
  font-size: 2.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(5) .recruit-data__item-content {
    margin-bottom: 0.86rem;
    margin-top: -0.2rem;
  }
  .recruit-data__item:nth-child(5) .recruit-data__item-desc {
    margin-bottom: 1.1rem;
  }
  .recruit-data__item:nth-child(5) .employment-stats-gender-item {
    max-width: 10.1rem;
  }
  .recruit-data__item:nth-child(5) .employment-stats-gender {
    gap: 0;
    max-width: 24.7rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit-data__item:nth-child(5) .employment-stats-gender-label {
    font-size: 1.2rem;
  }
  .recruit-data__item:nth-child(5) .employment-stats-gender-value {
    letter-spacing: -0.14rem;
    font-size: 4rem;
    margin-top: -2.2rem;
    position: relative;
  }
  .recruit-data__item:nth-child(5) .employment-stats-gender-unit {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-left: 0.9rem !important;
  }
  .recruit-data__item:nth-child(5) .employment-stats-illustration {
    gap: 0.59rem;
    margin-top: 0.5rem;
    width: 31.5rem;
  }
}

.recruit-data__item:nth-child(6) {
  max-height: 33.8rem;
  padding-bottom: 1.8rem;
}
.recruit-data__item:nth-child(6) .recruit-data__item-note {
  position: relative;
  top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(6) .recruit-data__item-note {
    top: 0.2rem;
  }
}
.recruit-data__item:nth-child(6) .recruit-data__item-desc {
  margin-bottom: 2.9rem;
}
.recruit-data__item:nth-child(6) .recruit-data__item-content {
  max-width: 46rem;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(6) .recruit-data__item-content {
    margin-top: 0.1rem;
  }
}
.recruit-data__item:nth-child(6) .employment-stats-age-value {
  margin-top: -2.6rem;
}
.recruit-data__item:nth-child(6) .employment-stats-age-item:nth-child(1) {
  max-width: 19.7rem;
  width: 45%;
  position: relative;
  top: 0.2rem;
}
.recruit-data__item:nth-child(6) .employment-stats-age-item:nth-child(2) {
  max-width: 22.6rem;
  width: 50%;
}
.recruit-data__item:nth-child(6) .employment-stats-age-item:nth-child(2) .employment-stats-age-unit {
  margin-left: 0.6rem;
}
.recruit-data__item:nth-child(6) .employment-stats-age-item-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-data__item:nth-child(6) .employment-stats-age {
  max-width: 46rem;
  gap: 3.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.recruit-data__item:nth-child(6) .employment-stats-age-unit {
  font-size: 2rem;
}
.recruit-data__item:nth-child(6) .employment-stats-age-label {
  text-align: right;
  margin-bottom: 0;
}
.recruit-data__item:nth-child(6) .employment-stats-illustration {
  gap: 0.86rem;
  margin: 0 auto;
}
.recruit-data__item:nth-child(6) .recruit-data__item-number {
  letter-spacing: -0.5rem;
}
.recruit-data__item:nth-child(6) .recruit-data__item-unit {
  font-size: 2.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(6) {
    padding-top: 4.6rem;
    padding-bottom: 2rem;
  }
  .recruit-data__item:nth-child(6) .employment-stats-age-item:nth-child(1) {
    max-width: 11.3rem;
    width: 45%;
    top: 0;
  }
  .recruit-data__item:nth-child(6) .employment-stats-age-item:nth-child(2) {
    max-width: 12.7rem;
    width: 50%;
    top: 0.1rem;
    position: relative;
  }
  .recruit-data__item:nth-child(6) .employment-stats-age-item:nth-child(2) .employment-stats-age-unit {
    margin-left: 0.66rem;
  }
  .recruit-data__item:nth-child(6) .recruit-data__item-desc {
    margin-bottom: -0.3rem;
  }
  .recruit-data__item:nth-child(6) .employment-stats-age {
    max-width: 26.4rem;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.5rem;
  }
  .recruit-data__item:nth-child(6) .employment-stats-age-item-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit-data__item:nth-child(6) .employment-stats-age-label {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .recruit-data__item:nth-child(6) .employment-stats-age-value {
    font-size: 4rem;
    margin-top: 0;
  }
  .recruit-data__item:nth-child(6) .employment-stats-age-unit {
    font-size: 1.1rem;
    margin-left: 0.6rem;
  }
  .recruit-data__item:nth-child(6) .icon-manager {
    max-width: 2.9rem;
    width: 100%;
  }
  .recruit-data__item:nth-child(6) .icon-engineer {
    max-width: 6rem;
    width: 100%;
  }
}

.recruit-data__item:nth-child(7) {
  padding-top: 7.4rem;
  padding-bottom: 2rem;
}
.recruit-data__item:nth-child(7) .recruit-data__item-desc {
  margin-bottom: 4.6rem;
}
.recruit-data__item:nth-child(7) .recruit-data__item-content {
  max-width: 36.5rem;
}
.recruit-data__item:nth-child(7) .recruit-data__item-icon {
  position: relative;
  left: 0.8rem;
}
.recruit-data__item:nth-child(7) .recruit-data__item-number {
  letter-spacing: 0.03rem;
}
.recruit-data__item:nth-child(7) .recruit-data__item-unit {
  font-size: 2rem;
}
@media screen and (max-width: 1239px) {
  .recruit-data__item:nth-child(7) .recruit-data__item-content {
    max-width: 38.5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(7) {
    max-height: 21.6rem;
    padding: 4.6rem 0 1.5rem;
  }
  .recruit-data__item:nth-child(7) .recruit-data__item-content {
    max-width: 24.3rem;
    margin-bottom: 0.4rem;
  }
  .recruit-data__item:nth-child(7) .recruit-data__item-icon {
    max-width: 6.817rem;
  }
  .recruit-data__item:nth-child(7) .recruit-data__item-number {
    letter-spacing: 0.03rem;
    font-size: 4.8rem;
  }
  .recruit-data__item:nth-child(7) .recruit-data__item-desc {
    margin-bottom: 1.6rem;
  }
  .recruit-data__item:nth-child(7) .recruit-data__item-unit {
    font-size: 1.3rem;
    margin-left: 0.5rem;
  }
  .recruit-data__item:nth-child(7) .recruit-data__item-note {
    top: -0.5rem;
  }
}

.recruit-data__item:nth-child(8) {
  padding-top: 7.4rem;
  padding-bottom: 2rem;
}
.recruit-data__item:nth-child(8) .recruit-data__item-desc {
  margin-bottom: 4.5rem;
}
.recruit-data__item:nth-child(8) .recruit-data__item-content {
  max-width: 35.7rem;
}
.recruit-data__item:nth-child(8) .recruit-data__item-icon {
  position: relative;
  left: 1.1rem;
}
.recruit-data__item:nth-child(8) .recruit-data__item-number {
  letter-spacing: 0.03rem;
}
.recruit-data__item:nth-child(8) .recruit-data__item-unit {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(8) {
    max-height: 21.6rem;
    padding: 4.6rem 0 2rem;
  }
  .recruit-data__item:nth-child(8) .recruit-data__item-content {
    max-width: 23.7rem;
    margin-bottom: 1.2rem;
    margin-top: -0.4rem;
  }
  .recruit-data__item:nth-child(8) .recruit-data__item-icon {
    max-width: 6.3rem;
    left: 0.8rem;
  }
  .recruit-data__item:nth-child(8) .recruit-data__item-number {
    letter-spacing: 0.04rem;
    font-size: 4.8rem;
  }
  .recruit-data__item:nth-child(8) .recruit-data__item-desc {
    margin-bottom: 3rem;
  }
  .recruit-data__item:nth-child(8) .recruit-data__item-unit {
    font-size: 1.3rem;
    margin-left: 0.5rem;
  }
}

.recruit-data__item-body {
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-data__item-body {
    max-width: 30.3rem;
  }
}

.recruit-data__item-title {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9d925c;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.4rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item-title {
    font-size: 1.4rem;
    padding: 0.5rem 1.6rem;
  }
}

.employment-stats-gender-unit {
  letter-spacing: 0;
  margin-left: 1rem !important;
}

.recruit-data__item-desc {
  font-size: 1.5rem;
  color: #52687d;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item-desc {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    line-height: 2.2rem;
  }
}

.recruit-data__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  max-width: 44.5rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item-content {
    gap: 0;
    margin-top: 1.5rem;
  }
}

.recruit-data__item-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-data__item-number {
  font-size: 7rem;
  font-family: "Jost", sans-serif;
  color: #52687d;
  letter-spacing: -0.08rem;
  font-weight: 600;
  font-style: italic;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recruit-data__item-number {
    font-size: 4.4rem;
  }
}

.recruit-data__item-unit {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #52687d;
  margin-left: 0.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .recruit-data__item-unit {
    font-size: 1.2rem;
    font-style: normal;
    margin-left: 0.6rem;
  }
}

.recruit-data__item-note {
  font-size: 1.5rem;
  font-weight: 400;
  color: #52687d;
  max-width: 46rem;
  text-align: right;
  width: 100%;
  margin: 0 auto;
  margin-top: -0.3rem;
  position: relative;
  top: -0.3rem;
}
@media screen and (max-width: 768px) {
  .recruit-data__item-note {
    max-width: 30.3rem;
    font-size: 1.2rem;
    top: 0;
  }
}

.employee-growth {
  padding: 4rem 2rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.employee-growth-container {
  width: 100%;
}

.employee-growth-title {
  display: inline-block;
  background-color: #8c8356;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.4rem 1.2rem;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}

.employee-growth-subtitle {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 2rem;
}

.employee-growth-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
  max-width: 37.7rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid #52687d;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .employee-growth-chart {
    gap: 2rem;
    max-width: 23.1rem;
    position: relative;
    left: -0.1rem;
  }
}

.employee-growth-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  min-height: 17.9rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .employee-growth-item {
    min-height: 11rem;
    height: 11rem;
  }
}

.employee-growth-year {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .employee-growth-year {
    font-size: 1.2rem;
  }
}

.employee-growth-number {
  font-size: 6.4rem;
  font-family: "Jost", sans-serif;
  color: #52687d;
  font-weight: 600;
  font-style: italic;
  margin-top: -2.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .employee-growth-number {
    font-size: 4rem;
    margin-top: -1.3rem;
  }
}

.employee-growth-unit {
  font-size: 2rem;
  font-weight: 600;
  color: #52687d;
  margin-left: 0.7rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .employee-growth-unit {
    font-size: 1.2rem;
    margin-left: 0.5rem;
  }
}

.employee-growth-bar {
  width: 8rem;
  margin: 0 auto;
  margin: 0 1.2rem 0 1.1rem;
}
@media screen and (max-width: 768px) {
  .employee-growth-bar {
    width: 5rem;
    margin: 0 0.8rem;
  }
}

.employee-growth-bar--gray {
  height: 3.8rem;
  background-color: #cbd1d7;
}
@media screen and (max-width: 768px) {
  .employee-growth-bar--gray {
    margin: 0 0.8rem;
    height: 2.3rem;
  }
}

.employee-growth-bar--blue {
  height: 6.1rem;
  background-color: #cbd1d7;
  margin: 0 1.3rem 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .employee-growth-bar--blue {
    height: 3.8rem;
    margin: 0 0.8rem;
  }
}

.employee-growth-bar--beige {
  height: 7.6rem;
  background-color: #c7bca4;
  margin: -1rem 1.2rem 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .employee-growth-bar--beige {
    height: 4.7rem;
    margin: -1rem 0.7rem 0 0.8rem;
  }
}

.item-content__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.employment-stats-gender,
.employment-stats-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
  margin-bottom: 2rem;
}

.employment-stats-gender-label,
.employment-stats-age-label {
  font-size: 2rem;
  color: #52687d;
  font-weight: 600;
  margin-bottom: 0.4rem;
  line-height: 2.9rem;
}

.employment-stats-gender-value,
.employment-stats-age-value {
  font-size: 7rem;
  font-family: "Jost", sans-serif;
  color: #52687d;
  margin-top: -2rem;
  font-weight: 600;
  font-style: italic;
}

.employment-stats-gender-unit,
.employment-stats-age-unit {
  font-size: 2.4rem;
  font-weight: 600;
  color: #52687d;
  margin-left: 0.3rem;
}

.employment-stats-age-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.employment-stats-illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.illustration-icon {
  max-width: 3.8rem;
}

.icon-manager {
  max-width: 5.3rem;
  width: 100%;
}

.icon-engineer {
  max-width: 10.5rem;
  width: 100%;
}

.icon-yellow {
  color: #9d925c !important;
}

.employment-stats-illustration img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.recruit {
  margin-top: 0;
}

.materiality__title {
  font-size: 1.8rem;
}

.materiality__content {
  max-width: 22.6rem;
}

.materiality {
  padding: 6.4rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .materiality {
    padding: 5rem 0 10rem;
  }
  .materiality .materiality__content {
    max-width: 25.5rem;
  }
  .materiality .materiality__content::after {
    right: -0.4rem;
  }
  .materiality .materiality__title {
    padding-left: 0;
    letter-spacing: 0;
  }
  .materiality .materiality__list {
    gap: 1.2rem;
  }
}

.section-sdg_corner {
  display: none;
}