.page-module-text-gradient {
  -webkit-text-fill-color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(11,121,202,0.98)), color-stop(52.6%, #0065bd));
  background-image: -webkit-linear-gradient(left, rgba(11,121,202,0.98) 0%, #0065bd 52.6%);
  background-image: linear-gradient(90deg, rgba(11,121,202,0.98) 0%, #0065bd 52.6%);
}
@media (max-width: 767px) {
  .page-module-pc-view {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-module-sp-view {
    display: none;
  }
}
.content {
  padding-bottom: -webkit-calc((100vw / 375 ) * 80);
  padding-bottom: calc((100vw / 375 ) * 80);
}
@media (min-width: 768px) {
  .content {
    padding-bottom: 80px;
  }
}
.page-header {
  padding-top: -webkit-calc((100vw / 375 ) * 45);
  padding-top: calc((100vw / 375 ) * 45);
}
@media (min-width: 768px) {
  .page-header {
    padding-top: 60px;
  }
}
.page-header-outer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-header-outer::before,
  .page-header-outer::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 768px) {
  .page-header-outer::before {
    right: 50%;
    height: 30px;
    background-color: #21a6e6;
  }
}
@media (min-width: 768px) {
  .page-header-outer::after {
    left: 50%;
    height: 110px;
    background-color: #004db1;
  }
}
.page-header-inner {
  position: relative;
  z-index: 2;
  background: url("https://www.recruit.co.jp/sustainability/assets/report/img/bg_01_sp.png") no-repeat center top;
}
@media (max-width: 767px) {
  .page-header-inner {
    padding-top: -webkit-calc((100vw / 375 ) * 64);
    padding-top: calc((100vw / 375 ) * 64);
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .page-header-inner {
    padding-top: 70px;
    background-image: url("https://www.recruit.co.jp/sustainability/assets/report/img/bg_01.png");
  }
}
.page-header-title {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-header-title {
    font-size: 36px;
    line-height: 1;
  }
}
.page-header-lead {
  padding-top: -webkit-calc((100vw / 375 ) * 26);
  padding-top: calc((100vw / 375 ) * 26);
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page-header-lead {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.page-keyword {
  padding-top: -webkit-calc((100vw / 375 ) * 40);
  padding-top: calc((100vw / 375 ) * 40);
}
@media (min-width: 768px) {
  .page-keyword {
    padding-top: 60px;
  }
}
.page-list {
  margin-top: -webkit-calc((100vw / 375 ) * 40);
  margin-top: calc((100vw / 375 ) * 40);
  padding: -webkit-calc((100vw / 375 ) * 10) 0 -webkit-calc((100vw / 375 ) * 40);
  padding: calc((100vw / 375 ) * 10) 0 calc((100vw / 375 ) * 40);
  background-color: #f1f3f9;
}
@media (min-width: 768px) {
  .page-list {
    margin-top: 70px;
    padding: 45px 0 70px;
  }
}
.page-list-outer {
  margin: 0 auto;
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
  position: relative;
}
@media (min-width: 768px) {
  .page-list-outer {
    padding-right: 48px;
    padding-left: 48px;
    max-width: 1100px;
  }
}
@media (min-width: 768px) {
  .page-list-inner > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-list-inner > ul > li {
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-list-inner > ul > li {
    margin-top: -webkit-calc((100vw / 375 ) * 30);
    margin-top: calc((100vw / 375 ) * 30);
    -webkit-box-shadow: 0 0 20px rgba(81,101,111,0.15);
    box-shadow: 0 0 20px rgba(81,101,111,0.15);
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .page-list-inner > ul > li {
    margin: 25px 12px 0;
    width: -webkit-calc(100% / 3 - 24px);
    width: calc(100% / 3 - 24px);
    -webkit-box-shadow: 0 0 18px rgba(81,101,111,0.15);
    box-shadow: 0 0 18px rgba(81,101,111,0.15);
    border-radius: 10px;
  }
}
.page-list-inner > ul > li:nth-child(n + 10) {
  display: none;
}
.page-list-item {
  height: 100%;
  display: block;
}
.page-list-more {
  display: none;
  padding-top: -webkit-calc((100vw / 375 ) * 30);
  padding-top: calc((100vw / 375 ) * 30);
}
@media (min-width: 768px) {
  .page-list-more {
    padding-top: 60px;
  }
}
.page-list-more .basic-btn {
  margin-right: auto;
  margin-left: auto;
}
.page-sitemap {
  margin-top: 70px;
  background-color: #f1f3f9;
}
@media (max-width: 767px) {
  .page-sitemap {
    margin-top: -webkit-calc((100vw / 375 ) * 50);
    margin-top: calc((100vw / 375 ) * 50);
  }
}