.recruit-section {
  padding-top: 75px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .recruit-section {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}
.recruit-section__header {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .recruit-section__header {
    padding-bottom: 60px;
  }
}
.sitemap-section::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  min-width: 2400px;
  max-width: none;
  height: 100%;
  padding-top: 0;
  max-height: 1085px;
  aspect-ratio: 1512/1085;
  background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_01.webp") center top/100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .sitemap-section::before {
    top: 127px;
    width: 100%;
    min-width: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_01_sp.webp") center top / contain no-repeat;
  }
}
.sitemap-section__box-wrap {
  position: relative;
}
.sitemap-section__box {
  position: relative;
  z-index: 2;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .sitemap-section__box {
    padding: 30px 20px;
  }
}
.sitemap-section__box-ico {
  position: absolute;
  top: -175px;
  right: -138px;
  max-width: 200px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sitemap-section__box-ico {
    top: -128px;
    right: 0;
    max-width: 120px;
  }
}
.sitemap-section__box-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sitemap-section__box-ttl {
    margin-bottom: 28px;
  }
}
.sitemap-section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemap-section__flex-item {
  max-width: 240px;
  width: 30.7692307692%;
}
.sitemap-section__flex-item:not(:nth-last-child(-n+3)) {
  margin: 0 0 40px;
}
.sitemap-section__flex-item:not(:nth-child(3n)) {
  margin-right: 3.8461538462%;
}
.sitemap-section__flex-item .cmn-text-wrap {
  padding-left: 16px;
}
.sitemap-section__flex-item .cmn-text--m + .cmn-text--m {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .sitemap-section__flex-item {
    max-width: 240px;
    width: 100%;
  }
  .sitemap-section__flex-item:not(:nth-last-child(-n+3)) {
    margin: 0;
  }
  .sitemap-section__flex-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .sitemap-section__flex-item:not(:last-child) {
    margin-bottom: 42px;
  }
  .sitemap-section__flex-item .cmn-text-wrap {
    padding-left: 20px;
  }
}
.sitemap-section__flex-ttl {
  font-size: 2.4rem;
  color: #00A478;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sitemap-section__flex-ttl {
    font-size: 2rem;
  }
}
.sitemap-section__flex-sub {
  font-size: 0.5em;
  display: block;
  color: #112D26;
  margin-top: 8px;
}