.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: 90px;
    background-image: url("https://www.recruit.co.jp/sustainability/assets/report/img/bg_01.png");
  }
}
.page-header-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-header-category > a {
  color: #0065bd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-header-category > a > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-header-category-icon {
  margin-right: -webkit-calc((100vw / 375 ) * 5);
  margin-right: calc((100vw / 375 ) * 5);
  width: -webkit-calc((100vw / 375 ) * 25);
  width: calc((100vw / 375 ) * 25);
}
@media (min-width: 768px) {
  .page-header-category-icon {
    margin-right: 5px;
    width: 50px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-header-category-icon-work {
    width: 26px;
  }
}
@media (min-width: 768px) {
  .page-header-category-icon-housing {
    width: 32px;
  }
}
@media (min-width: 768px) {
  .page-header-category-icon-gourmet {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .page-header-category-icon-beauty {
    width: 22px;
  }
}
@media (min-width: 768px) {
  .page-header-category-icon-travel {
    width: 21px;
  }
}
@media (min-width: 768px) {
  .page-header-category-icon-marriage {
    width: 38px;
  }
}
@media (min-width: 768px) {
  .page-header-category-icon-car {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .page-header-category-icon-study {
    width: 38px;
  }
}
@media (min-width: 768px) {
  .page-header-category-icon-business {
    width: 43px;
  }
}
.page-header-category-text {
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-header-category-text {
    font-size: 20px;
    line-height: 1;
  }
}
.page-header-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-header-tag {
    padding-top: -webkit-calc((100vw / 375 ) * 12);
    padding-top: calc((100vw / 375 ) * 12);
  }
}
@media (min-width: 768px) {
  .page-header-tag {
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .page-header-tag > li {
    margin: -webkit-calc((100vw / 375 ) * 8) -webkit-calc((100vw / 375 ) * 8) 0 0;
    margin: calc((100vw / 375 ) * 8) calc((100vw / 375 ) * 8) 0 0;
  }
}
@media (min-width: 768px) {
  .page-header-tag > li {
    margin: 8px 8px 0 0;
  }
}
.page-header-tag a {
  color: #0065bd;
  white-space: nowrap;
  border: solid 1px #0065bd;
  display: block;
}
@media (max-width: 767px) {
  .page-header-tag a {
    padding: -webkit-calc((100vw / 375 ) * 6) -webkit-calc((100vw / 375 ) * 10);
    padding: calc((100vw / 375 ) * 6) calc((100vw / 375 ) * 10);
    font-size: 1.2rem;
    line-height: 1.2;
    border-radius: -webkit-calc((100vw / 375 ) * 50);
    border-radius: calc((100vw / 375 ) * 50);
  }
}
@media (min-width: 768px) {
  .page-header-tag a {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 50px;
  }
}
.page-header-title {
  margin-top: -webkit-calc((100vw / 375 ) * 20);
  margin-top: calc((100vw / 375 ) * 20);
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-header-title {
    margin-top: 20px;
    font-size: 34px;
    line-height: 1.5;
  }
}
.page-header-date {
  margin-top: -webkit-calc((100vw / 375 ) * 20);
  margin-top: calc((100vw / 375 ) * 20);
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .page-header-date {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.page-template {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page-template {
    font-size: 16px;
  }
}
.page-template a {
  color: #0065bd;
}
.page-template .page-template-title-type1 {
  margin-top: -webkit-calc((100vw / 375 ) * 55);
  margin-top: calc((100vw / 375 ) * 55);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .page-template .page-template-title-type1 {
    margin-top: 84px;
    font-size: 3.2rem;
  }
}
.page-template .page-template-title-type1::first-letter {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#0b79ca), color-stop(50%, #0065bd));
  background-image: -webkit-linear-gradient(left, #0b79ca 0%, #0065bd 50%);
  background-image: linear-gradient(to right, #0b79ca 0%, #0065bd 50%);
  color: transparent;
}
@media screen and (-ms-high-contrast: none) {
  .page-template .page-template-title-type1::first-letter {
    background: none;
    color: #0065bd;
  }
}
.page-template .page-template-title-type2 {
  margin-top: -webkit-calc((100vw / 375 ) * 16);
  margin-top: calc((100vw / 375 ) * 16);
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-template .page-template-title-type2 {
    margin-top: 32px;
    font-size: 2.6rem;
  }
}
.page-template-list-type1 > li {
  position: relative;
}
@media (max-width: 767px) {
  .page-template-list-type1 > li {
    padding-left: -webkit-calc((100vw / 375 ) * 24);
    padding-left: calc((100vw / 375 ) * 24);
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .page-template-list-type1 > li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-template-list-type1 > li {
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.8;
  }
  .page-template-list-type1 > li:first-child {
    margin-top: 0;
  }
}
.page-template-list-type1 > li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #51656f;
}
@media (max-width: 767px) {
  .page-template-list-type1 > li::before {
    width: 4px;
    height: 4px;
    top: 0.7em;
    left: 0.7em;
  }
}
@media (min-width: 768px) {
  .page-template-list-type1 > li::before {
    width: 4px;
    height: 4px;
    top: 0.7em;
    left: 0.7em;
  }
}
.page-template-menu-type1 {
  margin-top: -webkit-calc((100vw / 375 ) * 30);
  margin-top: calc((100vw / 375 ) * 30);
  padding: -webkit-calc((100vw / 375 ) * 25);
  padding: calc((100vw / 375 ) * 25);
  background-color: #f1f3f9;
}
@media (min-width: 768px) {
  .page-template-menu-type1 {
    margin-top: 50px;
    padding: 30px;
  }
}
.page-template-menu-type1 > dt {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-template-menu-type1 > dt {
    font-size: 20px;
    line-height: 1;
  }
}
.page-template-menu-type1 > dd {
  margin-top: -webkit-calc((100vw / 375 ) * 14);
  margin-top: calc((100vw / 375 ) * 14);
}
@media (min-width: 768px) {
  .page-template-menu-type1 > dd {
    margin-top: 15px;
  }
}
.page-template-menu-type1 > dd > ul > li {
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-menu-type1 > dd > ul > li {
    margin-top: -webkit-calc((100vw / 375 ) * 10);
    margin-top: calc((100vw / 375 ) * 10);
    padding-left: -webkit-calc((100vw / 375 ) * 16);
    padding-left: calc((100vw / 375 ) * 16);
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .page-template-menu-type1 > dd > ul > li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-template-menu-type1 > dd > ul > li {
    margin-top: 5px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.8;
  }
  .page-template-menu-type1 > dd > ul > li:first-child {
    margin-top: 0;
  }
}
.page-template-menu-type1 > dd > ul > li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #51656f;
}
@media (max-width: 767px) {
  .page-template-menu-type1 > dd > ul > li::before {
    width: 4px;
    height: 4px;
    top: 0.7em;
    left: 0.15em;
  }
}
@media (min-width: 768px) {
  .page-template-menu-type1 > dd > ul > li::before {
    width: 4px;
    height: 4px;
    top: 0.7em;
    left: 0.7em;
  }
}
.page-template-menu-type1 > dd > ul > li > ul {
  margin-top: -webkit-calc((100vw / 375 ) * 2);
  margin-top: calc((100vw / 375 ) * 2);
}
@media (min-width: 768px) {
  .page-template-menu-type1 > dd > ul > li > ul {
    margin-top: 5px;
  }
}
.page-template-menu-type1 > dd > ul > li > ul > li {
  font-weight: normal;
}
@media (max-width: 767px) {
  .page-template-menu-type1 > dd > ul > li > ul > li {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .page-template-menu-type1 > dd > ul > li > ul > li {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.8;
  }
  .page-template-menu-type1 > dd > ul > li > ul > li:first-child {
    margin-top: 0;
  }
}
.page-template-img-type1 {
  margin: 0 auto;
  margin-top: -webkit-calc((100vw / 375 ) * 30);
  margin-top: calc((100vw / 375 ) * 30);
}
@media (min-width: 768px) {
  .page-template-img-type1 {
    margin: 50px auto;
    width: 81.63265306122449%;
  }
}
.page-template-img-type1 p {
  margin-top: -webkit-calc((100vw / 375 ) * 15);
  margin-top: calc((100vw / 375 ) * 15);
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .page-template-img-type1 p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.page-template-img-type2 {
  margin: 0 auto;
  margin-top: -webkit-calc((100vw / 375 ) * 30);
  margin-top: calc((100vw / 375 ) * 30);
}
@media (min-width: 768px) {
  .page-template-img-type2 {
    margin-top: 50px;
    width: 65.3061224489796%;
  }
}
.page-template-img-type2 p {
  margin-top: -webkit-calc((100vw / 375 ) * 15);
  margin-top: calc((100vw / 375 ) * 15);
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .page-template-img-type2 p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.page-template-img-type3 {
  margin-top: -webkit-calc((100vw / 375 ) * 30);
  margin-top: calc((100vw / 375 ) * 30);
}
@media (min-width: 768px) {
  .page-template-img-type3 {
    margin: 50px -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .page-template-img-type3-img {
    margin-top: -webkit-calc((100vw / 375 ) * 30);
    margin-top: calc((100vw / 375 ) * 30);
  }
  .page-template-img-type3-img:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-template-img-type3-img {
    padding: 0 20px;
    width: 50%;
  }
}
.page-template-img-type3 p {
  margin-top: -webkit-calc((100vw / 375 ) * 15);
  margin-top: calc((100vw / 375 ) * 15);
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .page-template-img-type3 p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.page-template-img-type4 {
  margin-top: -webkit-calc((100vw / 375 ) * 30);
  margin-top: calc((100vw / 375 ) * 30);
  text-align: left;
}
@media (min-width: 768px) {
  .page-template-img-type4 {
    margin: 50px 0;
  }
}
.page-template-img-type4 img {
  width: auto;
  max-width: 100%;
}
.page-template-img-type4 p {
  margin-top: -webkit-calc((100vw / 375 ) * 15);
  margin-top: calc((100vw / 375 ) * 15);
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .page-template-img-type4 p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.page-template-text-type1 {
  margin-top: -webkit-calc((100vw / 375 ) * 22);
  margin-top: calc((100vw / 375 ) * 22);
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page-template-text-type1 {
    margin-top: 33px;
    font-size: 16px;
  }
}
.page-template-img-text-type1 {
  margin-top: -webkit-calc((100vw / 375 ) * 30);
  margin-top: calc((100vw / 375 ) * 30);
}
@media (min-width: 768px) {
  .page-template-img-text-type1 {
    margin: 50px -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .page-template-img-text-type1-img,
  .page-template-img-text-type1-text {
    margin-top: -webkit-calc((100vw / 375 ) * 30);
    margin-top: calc((100vw / 375 ) * 30);
  }
  .page-template-img-text-type1-img:nth-child(1),
  .page-template-img-text-type1-text:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-template-img-text-type1-img,
  .page-template-img-text-type1-text {
    padding: 0 20px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-template-img-text-type1-img p {
    margin-top: -webkit-calc((100vw / 375 ) * 15);
    margin-top: calc((100vw / 375 ) * 15);
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .page-template-img-text-type1-img p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .page-template-img-text-type1-text > p {
    margin-top: -webkit-calc((100vw / 375 ) * 30);
    margin-top: calc((100vw / 375 ) * 30);
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .page-template-img-text-type1-text > p:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-template-img-text-type1-text > p {
    font-size: 16px;
    line-height: 1.8;
  }
  .page-template-img-text-type1-text > p:first-child {
    margin-top: 0;
  }
}
.page-template-box-text-type1,
.page-template-box-text-type2 {
  margin-top: -webkit-calc((100vw / 375 ) * 30);
  margin-top: calc((100vw / 375 ) * 30);
  padding: -webkit-calc((100vw / 375 ) * 25);
  padding: calc((100vw / 375 ) * 25);
}
@media (min-width: 768px) {
  .page-template-box-text-type1,
  .page-template-box-text-type2 {
    margin-top: 50px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-box-text-type1 > p,
  .page-template-box-text-type2 > p {
    margin-top: -webkit-calc((100vw / 375 ) * 30);
    margin-top: calc((100vw / 375 ) * 30);
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .page-template-box-text-type1 > p:first-child,
  .page-template-box-text-type2 > p:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-template-box-text-type1 > p,
  .page-template-box-text-type2 > p {
    font-size: 16px;
    line-height: 1.8;
  }
  .page-template-box-text-type1 > p:first-child,
  .page-template-box-text-type2 > p:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-template-box-text-type1 > ul,
  .page-template-box-text-type2 > ul {
    margin-top: -webkit-calc((100vw / 375 ) * 15);
    margin-top: calc((100vw / 375 ) * 15);
  }
  .page-template-box-text-type1 > ul:first-child,
  .page-template-box-text-type2 > ul:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-template-box-text-type1 > ul,
  .page-template-box-text-type2 > ul {
    margin-top: 15px;
  }
  .page-template-box-text-type1 > ul:first-child,
  .page-template-box-text-type2 > ul:first-child {
    margin-top: 0;
  }
}
.page-template-box-text-type1 {
  background-color: #f1f3f9;
}
.page-template-box-text-type2 {
  background-color: #eee;
}
.page-template-profile-type1 {
  margin-top: -webkit-calc((100vw / 375 ) * 30);
  margin-top: calc((100vw / 375 ) * 30);
  padding: -webkit-calc((100vw / 375 ) * 25);
  padding: calc((100vw / 375 ) * 25);
  border: 1px solid #e1e6ee;
}
@media (min-width: 768px) {
  .page-template-profile-type1 {
    margin-top: 50px;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .page-template-profile-type1-img-outer {
    margin: 0 auto;
    width: -webkit-calc((100vw / 375 ) * 150);
    width: calc((100vw / 375 ) * 150);
  }
}
@media (min-width: 768px) {
  .page-template-profile-type1-img-outer {
    width: 180px;
  }
}
.page-template-profile-type1-img-inner {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.page-template-profile-type1-img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
}
.page-template-profile-type1-img-box img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-template-profile-type1-detail {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page-template-profile-type1-detail {
    margin-left: 25px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.page-template-profile-type1-detail > dl > dt {
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-template-profile-type1-detail > dl > dt {
    margin-top: -webkit-calc((100vw / 375 ) * 25);
    margin-top: calc((100vw / 375 ) * 25);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-template-profile-type1-detail > dl > dd {
    margin-top: -webkit-calc((100vw / 375 ) * 15);
    margin-top: calc((100vw / 375 ) * 15);
  }
}
@media (min-width: 768px) {
  .page-template-profile-type1-detail > dl > dd {
    margin-top: 15px;
  }
}
.page-template-sdgs-type1 {
  margin-top: -webkit-calc((100vw / 375 ) * 60);
  margin-top: calc((100vw / 375 ) * 60);
}
@media (min-width: 768px) {
  .page-template-sdgs-type1 {
    margin-top: 90px;
  }
}
.page-template-sdgs-type1 > dl > dt {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-template-sdgs-type1 > dl > dt {
    font-size: 20px;
    line-height: 1;
  }
}
.page-template-sdgs-type1 > dl > dd {
  margin-top: -webkit-calc((100vw / 375 ) * 25);
  margin-top: calc((100vw / 375 ) * 25);
}
@media (min-width: 768px) {
  .page-template-sdgs-type1 > dl > dd {
    margin-top: 25px;
  }
}
.page-template-sdgs-type1 > dl > dd > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-template-sdgs-type1 > dl > dd > ul > li {
  margin: 0 -webkit-calc((100vw / 375 ) * 5);
  margin: 0 calc((100vw / 375 ) * 5);
  padding: -webkit-calc((100vw / 375 ) * 5) 0;
  padding: calc((100vw / 375 ) * 5) 0;
  width: -webkit-calc((100vw / 375 ) * 130);
  width: calc((100vw / 375 ) * 130);
}
@media (min-width: 768px) {
  .page-template-sdgs-type1 > dl > dd > ul > li {
    margin: 0 5px;
    padding: 5px 0;
    width: 13.26530612244898%;
  }
}
.page-template-links-type1,
.page-template-links-type2 {
  margin-top: -webkit-calc((100vw / 375 ) * 50);
  margin-top: calc((100vw / 375 ) * 50);
}
@media (min-width: 768px) {
  .page-template-links-type1,
  .page-template-links-type2 {
    margin-top: 60px;
  }
}
.page-template-links-type1 a,
.page-template-links-type2 a {
  font-weight: bold;
  color: #0065bd;
}
@media (min-width: 768px) {
  .page-template-links-type1 > dl,
  .page-template-links-type2 > dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-template-links-type1 > dl > dt,
.page-template-links-type2 > dl > dt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .page-template-links-type1 > dl > dt,
  .page-template-links-type2 > dl > dt {
    font-size: 18px;
    line-height: 1.6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .page-template-links-type1 > dl > dt::after,
  .page-template-links-type2 > dl > dt::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: -30px;
    border-right: 1px solid #e1e6ee;
  }
}
.page-template-links-type1 > dl > dd,
.page-template-links-type2 > dl > dd {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-template-links-type1 > dl > dd,
  .page-template-links-type2 > dl > dd {
    margin-top: -webkit-calc((100vw / 375 ) * 15);
    margin-top: calc((100vw / 375 ) * 15);
    padding-top: -webkit-calc((100vw / 375 ) * 15);
    padding-top: calc((100vw / 375 ) * 15);
    border-top: 1px solid #e1e6ee;
  }
}
@media (min-width: 768px) {
  .page-template-links-type1 > dl > dd,
  .page-template-links-type2 > dl > dd {
    padding-left: 60px;
    font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-template-links-type2 {
  background-color: #f1f3f9;
  padding: -webkit-calc((100vw / 375 ) * 25) -webkit-calc((100vw / 375 ) * 15);
  padding: calc((100vw / 375 ) * 25) calc((100vw / 375 ) * 15);
}
@media (min-width: 768px) {
  .page-template-links-type2 {
    padding: 30px;
  }
}
.page-template-links-type3 {
  margin-top: -webkit-calc((100vw / 375 ) * 50);
  margin-top: calc((100vw / 375 ) * 50);
}
@media (min-width: 768px) {
  .page-template-links-type3 {
    margin-top: 60px;
  }
}
.page-template-links-type3 a {
  font-weight: bold;
  color: #0065bd;
}
.page-template-links-type3 > ul > li {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page-template-links-type3 > ul > li {
    font-size: 16px;
    line-height: 1.8;
  }
}
.page-report {
  margin-top: -webkit-calc((100vw / 375 ) * 50);
  margin-top: calc((100vw / 375 ) * 50);
  padding: -webkit-calc((100vw / 375 ) * 60) 0;
  padding: calc((100vw / 375 ) * 60) 0;
  background-color: #f1f3f9;
}
@media (min-width: 768px) {
  .page-report {
    margin-top: 90px;
    padding: 80px 0;
  }
}
.page-report-outer {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-report-outer {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1080px;
  }
}
.page-report-none {
  height: -webkit-calc((100vw / 375 ) * 50);
  height: calc((100vw / 375 ) * 50);
  margin-top: -webkit-calc((100vw / 375 ) * 50);
  margin-top: calc((100vw / 375 ) * 50);
  background-color: #f1f3f9;
}
@media (min-width: 768px) {
  .page-report-none {
    height: 60px;
    margin-top: 90px;
  }
}
.page-sitemap {
  margin-top: -webkit-calc((100vw / 375 ) * 50);
  margin-top: calc((100vw / 375 ) * 50);
}
@media (min-width: 768px) {
  .page-sitemap {
    margin-top: 70px;
  }
}


/* Article Share */
.article-share {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: #fff;
}

@media (max-width: 767px) {
  /* Article Share */
  .article-share {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
  .article-share > div p {
	  display: none;
  }
  .article-share .article-share--left {
    margin-right: 0;
  }
  .article-share .article-share--left:nth-child(2) {
	  display: none;
  }
}

/*------------------------------------
 旧common
------------------------------------*/
.cmn-text-small {
  font-size: 1.4rem;
  line-height: 1.6;
}
.cmn-text-medium {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .cmn-text-medium {
    font-size: 1.6rem;
  }
}
.cmn-text-large {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .cmn-text-large {
    font-size: 1.8rem;
  }
}
.cmn-text-huge {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .cmn-text-huge {
    font-size: 2rem;
  }
}
.cmn-caption {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: normal;
}
.cmn-note-gray {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #a0a6ad;
}
.cmn-note-bluegray {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #51656f;
}
.cmn-heading-large {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cmn-heading-large {
    font-size: 3.8rem;
  }
}
.cmn-heading-medium {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cmn-heading-medium {
    font-size: 3.2rem;
  }
}
.cmn-heading-small {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cmn-heading-small {
    font-size: 2.6rem;
  }
}
.cmn-heading-tiny {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.cmn-sup {
  font-size: 55%;
  vertical-align: 30%;
}
.cmn-sub {
  font-size: 55%;
  vertical-align: 0;
}
.cmn-link {
  color: #0065bd;
  font-weight: bold;
}
.cmn-link-icon {
  position: relative;
}
@media (max-width: 767px) {
  .cmn-link-icon {
    padding-right: -webkit-calc((100vw / 375 ) * 20);
    padding-right: calc((100vw / 375 ) * 20);
  }
}
@media (min-width: 768px) {
  .cmn-link-icon {
    padding-right: 20px;
  }
}
.cmn-link-icon::after {
  position: absolute;
  bottom: 0.8em;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  content: '';
  display: inline-block;
  background-size: 100%;
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_link-blue.svg");
}
@media (max-width: 767px) {
  .cmn-link-icon::after {
    width: -webkit-calc((100vw / 375 ) * 15);
    width: calc((100vw / 375 ) * 15);
    height: -webkit-calc((100vw / 375 ) * 14);
    height: calc((100vw / 375 ) * 14);
  }
}
@media (min-width: 768px) {
  .cmn-link-icon::after {
    width: 15px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .cmn-link-icon[target="_blank"] {
    padding-right: -webkit-calc((100vw / 375 ) * 30);
    padding-right: calc((100vw / 375 ) * 30);
  }
}
@media (min-width: 768px) {
  .cmn-link-icon[target="_blank"] {
    padding-right: 30px;
  }
}
.cmn-link-icon[target="_blank"]::after {
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_blank-blue.svg");
}
@media (max-width: 767px) {
  .cmn-link-icon[target="_blank"]::after {
    width: -webkit-calc((100vw / 375 ) * 16);
    width: calc((100vw / 375 ) * 16);
    height: -webkit-calc((100vw / 375 ) * 14);
    height: calc((100vw / 375 ) * 14);
    margin-left: -webkit-calc((100vw / 375 ) * 5);
    margin-left: calc((100vw / 375 ) * 5);
  }
}
@media (min-width: 768px) {
  .cmn-link-icon[target="_blank"]::after {
    width: 16px;
    height: 14px;
    margin-left: 5px;
  }
}
.cmn-link-under {
  text-decoration: underline;
}
.cmn-link-hover:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cmn-inpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
}
.cmn-inpage-parts {
  margin-bottom: -webkit-calc((100vw / 375 ) * 10);
  margin-bottom: calc((100vw / 375 ) * 10);
}
@media (min-width: 768px) {
  .cmn-inpage-parts {
    margin: 0 40px 15px 0;
  }
}
@media (min-width: 768px) {
  .cmn-inpage-parts:last-of-type {
    margin-right: 0;
  }
}
.cmn-inpage-link {
  color: #0065bd;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  padding-right: -webkit-calc((100vw / 375 ) * 21);
  padding-right: calc((100vw / 375 ) * 21);
}
@media (min-width: 768px) {
  .cmn-inpage-link {
    padding-right: 21px;
  }
}
.cmn-inpage-link::after {
  position: absolute;
  bottom: 0.8em;
  right: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  content: '';
  display: block;
  background-size: 100%;
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_inpage-blue.svg");
  width: -webkit-calc((100vw / 375 ) * 13);
  width: calc((100vw / 375 ) * 13);
  height: -webkit-calc((100vw / 375 ) * 19);
  height: calc((100vw / 375 ) * 19);
}
@media (min-width: 768px) {
  .cmn-inpage-link::after {
    width: 13px;
    height: 19px;
  }
}
.cmn-page-static.cmn-heading1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 -webkit-calc((100vw / 375 ) * 20);
  padding: 0 calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-page-static.cmn-heading1 {
    font-size: 3.8rem;
    padding: 0;
  }
}
.cmn-page-static.cmn-heading1-title {
  display: block;
}
.cmn-page-static.cmn-heading1-title::first-letter {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#0b79ca), color-stop(50%, #0065bd));
  background-image: -webkit-linear-gradient(left, #0b79ca 0%, #0065bd 50%);
  background-image: linear-gradient(to right, #0b79ca 0%, #0065bd 50%);
  color: transparent;
}
@media screen and (-ms-high-contrast: none) {
  .cmn-page-static.cmn-heading1-title::first-letter {
    background: none;
    color: #0065bd;
  }
}
.cmn-page-static.cmn-heading2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: -webkit-calc(1 + (7 / 22));
  line-height: calc(1 + (7 / 22));
  background-color: #f1f3f9;
  padding: -webkit-calc((100vw / 375 ) * 20) -webkit-calc((100vw / 375 ) * 20);
  padding: calc((100vw / 375 ) * 20) calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-page-static.cmn-heading2 {
    font-size: 2.6rem;
    line-height: 1.5;
    padding: 20px 0;
  }
}
.cmn-page-static.cmn-heading2 span {
  display: block;
}
.cmn-page-static.cmn-heading2-sub {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: -webkit-calc(1 + (7 / 18));
  line-height: calc(1 + (7 / 18));
  color: #74848c;
  margin-top: -webkit-calc((100vw / 375 ) * 20);
  margin-top: calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-page-static.cmn-heading2-sub {
    line-height: 2;
    margin-top: 20px;
  }
}
.cmn-page-static.cmn-heading3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: -webkit-calc(1 + (7 / 20));
  line-height: calc(1 + (7 / 20));
  padding: 0 -webkit-calc((100vw / 375 ) * 20);
  padding: 0 calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-page-static.cmn-heading3 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0;
  }
}
.cmn-page-static.cmn-heading3-title {
  display: block;
  border-bottom: -webkit-calc((100vw / 375 ) * 1) #a0a6ad solid;
  border-bottom: calc((100vw / 375 ) * 1) #a0a6ad solid;
  padding-bottom: -webkit-calc((100vw / 375 ) * 12);
  padding-bottom: calc((100vw / 375 ) * 12);
}
@media (min-width: 768px) {
  .cmn-page-static.cmn-heading3-title {
    border-width: 1px;
    padding-bottom: 12px;
  }
}
.cmn-page-static.cmn-heading4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 0 -webkit-calc((100vw / 375 ) * 20);
  padding: 0 calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-page-static.cmn-heading4 {
    font-size: 2rem;
    padding: 0;
  }
}
.cmn-page-static.cmn-heading4-title {
  display: block;
}
.cmn-page-post.cmn-heading1 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 -webkit-calc((100vw / 375 ) * 20);
  padding: 0 calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-page-post.cmn-heading1 {
    font-size: 3.4rem;
    line-height: 1.5;
    padding: 0;
  }
}
.cmn-page-post.cmn-heading1-title {
  display: block;
}
.cmn-page-post.cmn-heading2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: -webkit-calc(1 + (10 / 24));
  line-height: calc(1 + (10 / 24));
  padding: 0 -webkit-calc((100vw / 375 ) * 20);
  padding: 0 calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-page-post.cmn-heading2 {
    font-size: 3.2rem;
    line-height: 1.5;
    padding: 0;
  }
}
.cmn-page-post.cmn-heading2-title {
  display: block;
}
.cmn-page-post.cmn-heading2-title::first-letter {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#0b79ca), color-stop(50%, #0065bd));
  background-image: -webkit-linear-gradient(left, #0b79ca 0%, #0065bd 50%);
  background-image: linear-gradient(to right, #0b79ca 0%, #0065bd 50%);
  color: transparent;
}
@media screen and (-ms-high-contrast: none) {
  .cmn-page-post.cmn-heading2-title::first-letter {
    background: none;
    color: #0065bd;
  }
}
.cmn-page-post.cmn-heading3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: -webkit-calc(1 + (9 / 22));
  line-height: calc(1 + (9 / 22));
  padding: 0 -webkit-calc((100vw / 375 ) * 20);
  padding: 0 calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-page-post.cmn-heading3 {
    font-size: 2.6rem;
    line-height: 1.5;
    padding: 0;
  }
}
.cmn-page-post.cmn-heading3-title {
  display: block;
}
.cmn-button-navi-anchor {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  height: -webkit-calc((100vw / 375 ) * 40);
  height: calc((100vw / 375 ) * 40);
  line-height: -webkit-calc((100vw / 375 ) * 40);
  line-height: calc((100vw / 375 ) * 40);
  border: -webkit-calc((100vw / 375 ) * 1) #f1f3f9 solid;
  border: calc((100vw / 375 ) * 1) #f1f3f9 solid;
  border-radius: 5.333333333333333vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cmn-button-navi-anchor {
    font-size: 1.6rem;
    height: 43px;
    line-height: 43px;
    border-width: 1px;
    border-radius: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.cmn-button-navi-anchor:active,
.cmn-button-navi-anchor-item {
  background-color: #f1f3f9;
}
.cmn-button-navi-anchor:active span,
.cmn-button-navi-anchor-item span {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#0b79ca), color-stop(50%, #0065bd));
  background-image: -webkit-linear-gradient(left, #0b79ca 0%, #0065bd 50%);
  background-image: linear-gradient(to right, #0b79ca 0%, #0065bd 50%);
  color: transparent;
}
@media screen and (-ms-high-contrast: none) {
  .cmn-button-navi-anchor:active span,
  .cmn-button-navi-anchor-item span {
    background: none;
    color: #0065bd;
  }
}
@media (min-width: 768px) {
  .cmn-button-navi-anchor:hover span {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#0b79ca), color-stop(50%, #0065bd));
    background-image: -webkit-linear-gradient(left, #0b79ca 0%, #0065bd 50%);
    background-image: linear-gradient(to right, #0b79ca 0%, #0065bd 50%);
    color: transparent;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .cmn-button-navi-anchor:hover span {
    background: none;
    color: #0065bd;
  }
}
.cmn-button-color {
  width: -webkit-calc((100vw / 375 ) * 265);
  width: calc((100vw / 375 ) * 265);
}
@media (min-width: 768px) {
  .cmn-button-color {
    width: 250px;
  }
}
.cmn-button-color-anchor {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  height: -webkit-calc((100vw / 375 ) * 42);
  height: calc((100vw / 375 ) * 42);
  line-height: -webkit-calc((100vw / 375 ) * 42);
  line-height: calc((100vw / 375 ) * 42);
  border-radius: 5.6vw;
  background: -webkit-gradient(linear, left top, right top, from(#22a6e6), to(#004db1));
  background: -webkit-linear-gradient(left, #22a6e6 0%, #004db1 100%);
  background: linear-gradient(to right, #22a6e6 0%, #004db1 100%);
}
@media (min-width: 768px) {
  .cmn-button-color-anchor {
    height: 43px;
    line-height: 43px;
    border-radius: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.cmn-button-color-anchor::after {
  position: absolute;
  top: 50%;
  right: -webkit-calc((100vw / 375 ) * 20);
  right: calc((100vw / 375 ) * 20);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  background-size: 100%;
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-color_sp.svg");
  width: -webkit-calc((100vw / 375 ) * 5);
  width: calc((100vw / 375 ) * 5);
  height: -webkit-calc((100vw / 375 ) * 8);
  height: calc((100vw / 375 ) * 8);
}
@media (min-width: 768px) {
  .cmn-button-color-anchor::after {
    right: 20px;
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-color_pc.svg");
    width: 6px;
    height: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 768px) {
  .cmn-button-color-anchor:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .cmn-button-color-anchor:hover::after {
    -webkit-transform: translate(2px, -50%);
    -ms-transform: translate(2px, -50%);
    transform: translate(2px, -50%);
  }
}
.cmn-button-white {
  width: -webkit-calc((100vw / 375 ) * 265);
  width: calc((100vw / 375 ) * 265);
}
@media (min-width: 768px) {
  .cmn-button-white {
    width: 250px;
  }
}
.cmn-button-white-anchor {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #0065bd;
  height: -webkit-calc((100vw / 375 ) * 42);
  height: calc((100vw / 375 ) * 42);
  line-height: -webkit-calc((100vw / 375 ) * 42);
  line-height: calc((100vw / 375 ) * 42);
  border-radius: 5.6vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cmn-button-white-anchor {
    height: 43px;
    line-height: 43px;
    border-radius: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.cmn-button-white-anchor::after {
  position: absolute;
  top: 50%;
  right: -webkit-calc((100vw / 375 ) * 20);
  right: calc((100vw / 375 ) * 20);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  background-size: 100%;
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-white_sp.svg");
  width: -webkit-calc((100vw / 375 ) * 5);
  width: calc((100vw / 375 ) * 5);
  height: -webkit-calc((100vw / 375 ) * 8);
  height: calc((100vw / 375 ) * 8);
}
@media (min-width: 768px) {
  .cmn-button-white-anchor::after {
    right: 20px;
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-white_pc.svg");
    width: 6px;
    height: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 768px) {
  .cmn-button-white-anchor:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .cmn-button-white-anchor:hover::after {
    -webkit-transform: translate(2px, -50%);
    -ms-transform: translate(2px, -50%);
    transform: translate(2px, -50%);
  }
}
.cmn-button-blank {
  width: -webkit-calc((100vw / 375 ) * 265);
  width: calc((100vw / 375 ) * 265);
}
@media (min-width: 768px) {
  .cmn-button-blank {
    width: 250px;
  }
}
.cmn-button-blank-anchor {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  height: -webkit-calc((100vw / 375 ) * 42);
  height: calc((100vw / 375 ) * 42);
  line-height: -webkit-calc((100vw / 375 ) * 42);
  line-height: calc((100vw / 375 ) * 42);
  border-radius: 5.6vw;
  background: -webkit-gradient(linear, left top, right top, from(#22a6e6), to(#004db1));
  background: -webkit-linear-gradient(left, #22a6e6 0%, #004db1 100%);
  background: linear-gradient(to right, #22a6e6 0%, #004db1 100%);
}
@media (min-width: 768px) {
  .cmn-button-blank-anchor {
    height: 43px;
    line-height: 43px;
    border-radius: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.cmn-button-blank-anchor::after {
  position: absolute;
  top: 50%;
  right: -webkit-calc((100vw / 375 ) * 20);
  right: calc((100vw / 375 ) * 20);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  background-size: 100%;
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-blank_sp.svg");
  width: -webkit-calc((100vw / 375 ) * 10);
  width: calc((100vw / 375 ) * 10);
  height: -webkit-calc((100vw / 375 ) * 8);
  height: calc((100vw / 375 ) * 8);
}
@media (min-width: 768px) {
  .cmn-button-blank-anchor::after {
    right: 20px;
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-blank_pc.svg");
    width: 16px;
    height: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 768px) {
  .cmn-button-blank-anchor:hover {
    opacity: 0.8;
  }
}
.cmn-button-back {
  width: -webkit-calc((100vw / 375 ) * 265);
  width: calc((100vw / 375 ) * 265);
}
@media (min-width: 768px) {
  .cmn-button-back {
    width: 190px;
  }
}
.cmn-button-back-anchor {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  height: -webkit-calc((100vw / 375 ) * 42);
  height: calc((100vw / 375 ) * 42);
  line-height: -webkit-calc((100vw / 375 ) * 42);
  line-height: calc((100vw / 375 ) * 42);
  border-radius: 5.6vw;
  background: -webkit-gradient(linear, left top, right top, from(#22a6e6), to(#004db1));
  background: -webkit-linear-gradient(left, #22a6e6 0%, #004db1 100%);
  background: linear-gradient(to right, #22a6e6 0%, #004db1 100%);
}
@media (min-width: 768px) {
  .cmn-button-back-anchor {
    height: 43px;
    line-height: 43px;
    border-radius: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.cmn-button-back-anchor::after {
  position: absolute;
  top: 50%;
  left: -webkit-calc((100vw / 375 ) * 20);
  left: calc((100vw / 375 ) * 20);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  background-size: 100%;
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-back_sp.svg");
  width: -webkit-calc((100vw / 375 ) * 6);
  width: calc((100vw / 375 ) * 6);
  height: -webkit-calc((100vw / 375 ) * 8);
  height: calc((100vw / 375 ) * 8);
}
@media (min-width: 768px) {
  .cmn-button-back-anchor::after {
    left: 20px;
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-back_pc.svg");
    width: 7px;
    height: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 768px) {
  .cmn-button-back-anchor:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .cmn-button-back-anchor:hover::after {
    -webkit-transform: translate(-2px, -50%);
    -ms-transform: translate(-2px, -50%);
    transform: translate(-2px, -50%);
  }
}
.cmn-button-open {
  width: -webkit-calc((100vw / 375 ) * 220);
  width: calc((100vw / 375 ) * 220);
}
@media (min-width: 768px) {
  .cmn-button-open {
    width: 200px;
  }
}
.cmn-button-open-inner {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  height: -webkit-calc((100vw / 375 ) * 42);
  height: calc((100vw / 375 ) * 42);
  line-height: -webkit-calc((100vw / 375 ) * 42);
  line-height: calc((100vw / 375 ) * 42);
  border-radius: 5.6vw;
  background-color: #51656f;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cmn-button-open-inner {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }
}
.cmn-button-open-inner::after {
  position: absolute;
  top: 50%;
  right: -webkit-calc((100vw / 375 ) * 20);
  right: calc((100vw / 375 ) * 20);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  background-size: 100%;
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-plus_small.svg");
  width: -webkit-calc((100vw / 375 ) * 8);
  width: calc((100vw / 375 ) * 8);
  height: -webkit-calc((100vw / 375 ) * 8);
  height: calc((100vw / 375 ) * 8);
}
@media (min-width: 768px) {
  .cmn-button-open-inner::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}
.cmn-button-close {
  width: -webkit-calc((100vw / 375 ) * 220);
  width: calc((100vw / 375 ) * 220);
}
@media (min-width: 768px) {
  .cmn-button-close {
    width: 200px;
  }
}
.cmn-button-close-inner {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  height: -webkit-calc((100vw / 375 ) * 42);
  height: calc((100vw / 375 ) * 42);
  line-height: -webkit-calc((100vw / 375 ) * 42);
  line-height: calc((100vw / 375 ) * 42);
  border-radius: 5.6vw;
  background-color: #51656f;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cmn-button-close-inner {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }
}
.cmn-button-close-inner::after {
  position: absolute;
  top: 50%;
  right: -webkit-calc((100vw / 375 ) * 20);
  right: calc((100vw / 375 ) * 20);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  background-size: 100%;
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-minus_small.svg");
  width: -webkit-calc((100vw / 375 ) * 8);
  width: calc((100vw / 375 ) * 8);
  height: -webkit-calc((100vw / 375 ) * 2);
  height: calc((100vw / 375 ) * 2);
}
@media (min-width: 768px) {
  .cmn-button-close-inner::after {
    width: 8px;
    height: 2px;
    right: 20px;
  }
}
.cmn-button-service {
  width: -webkit-calc((100vw / 375 ) * 163);
  width: calc((100vw / 375 ) * 163);
  height: -webkit-calc((100vw / 375 ) * 64);
  height: calc((100vw / 375 ) * 64);
}
@media (min-width: 768px) {
  .cmn-button-service {
    width: 180px;
    height: 80px;
  }
}
.cmn-button-service-anchor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border-radius: 2.666666666666667vw;
  -webkit-box-shadow: 0 0 20px 0 rgba(81,101,111,0.15);
  box-shadow: 0 0 20px 0 rgba(81,101,111,0.15);
}
@media (min-width: 768px) {
  .cmn-button-service-anchor {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
    box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
  }
}
.cmn-button-service-anchor::after {
  position: absolute;
  bottom: -webkit-calc((100vw / 375 ) * 6);
  bottom: calc((100vw / 375 ) * 6);
  right: -webkit-calc((100vw / 375 ) * 6);
  right: calc((100vw / 375 ) * 6);
  content: '';
  display: block;
  background-size: 100%;
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-service_sp.svg");
  width: -webkit-calc((100vw / 375 ) * 10);
  width: calc((100vw / 375 ) * 10);
  height: -webkit-calc((100vw / 375 ) * 9);
  height: calc((100vw / 375 ) * 9);
}
@media (min-width: 768px) {
  .cmn-button-service-anchor::after {
    bottom: 8px;
    right: 8px;
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/icon_button-service_pc.svg");
    width: 16px;
    height: 14px;
  }
}
.cmn-button-service-anchor img {
  max-width: 100%;
  max-height: 100%;
}
.cmn-icon-new {
  display: inline-block;
  width: -webkit-calc((100vw / 375 ) * 38);
  width: calc((100vw / 375 ) * 38);
  height: -webkit-calc((100vw / 375 ) * 20);
  height: calc((100vw / 375 ) * 20);
  line-height: -webkit-calc((100vw / 375 ) * 20);
  line-height: calc((100vw / 375 ) * 20);
  background-color: #f5680e;
  border-radius: 2.666666666666667vw;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cmn-icon-new {
    width: 50px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
  }
}
.cmn-icon-new-inner {
  vertical-align: 50%;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 768px) {
  .cmn-icon-new-inner {
    font-size: 1.2rem;
  }
}
.cmn-navi-menu {
  border-top: -webkit-calc((100vw / 375 ) * 1) #e1e6ee solid;
  border-top: calc((100vw / 375 ) * 1) #e1e6ee solid;
}
@media (max-width: 767px) {
  .cmn-navi-menu {
    margin-right: -webkit-calc((100vw / 375 ) * 20);
    margin-right: calc((100vw / 375 ) * 20);
    margin-left: -webkit-calc((100vw / 375 ) * 20);
    margin-left: calc((100vw / 375 ) * 20);
  }
}
@media (min-width: 768px) {
  .cmn-navi-menu {
    border-width: 1px;
  }
}
@media (max-width: 767px) {
  .cmn-navi-menu-inner {
    padding-top: -webkit-calc((100vw / 375 ) * 50);
    padding-top: calc((100vw / 375 ) * 50);
  }
}
@media (min-width: 768px) {
  .cmn-navi-menu-inner {
    padding: 70px 60px 0;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.cmn-navi-menu-title {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cmn-navi-menu-title {
    font-size: 2.6rem;
  }
}
.cmn-navi-menu-list {
  margin-top: -webkit-calc((100vw / 375 ) * 25);
  margin-top: calc((100vw / 375 ) * 25);
  margin-bottom: -webkit-calc((100vw / 375 ) * -30);
  margin-bottom: calc((100vw / 375 ) * -30);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cmn-navi-menu-list {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 980px;
  }
}
.cmn-navi-menu-list-item {
  width: -webkit-calc((100vw / 375 ) * 162.5);
  width: calc((100vw / 375 ) * 162.5);
  margin-bottom: -webkit-calc((100vw / 375 ) * 30);
  margin-bottom: calc((100vw / 375 ) * 30);
}
@media (min-width: 768px) {
  .cmn-navi-menu-list-item {
    width: -webkit-calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cmn-navi-menu-list-item:hover .cmn-navi-menu-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (min-width: 768px) {
  .cmn-navi-menu-governance .cmn-navi-menu-list-item {
    width: -webkit-calc((100% - 80px) / 5);
    width: calc((100% - 80px) / 5);
  }
}
@media (min-width: 768px) {
  .cmn-navi-menu-environment .cmn-navi-menu-list-item {
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
  }
}
.cmn-navi-menu-list-item a {
  display: block;
  height: 100%;
}
.cmn-navi-menu-number {
  font-size: 2rem;
  font-weight: bold;
  color: #a0a6ad;
  margin-bottom: -webkit-calc((100vw / 375 ) * 10);
  margin-bottom: calc((100vw / 375 ) * 10);
}
@media (min-width: 768px) {
  .cmn-navi-menu-number {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.cmn-navi-menu-img {
  height: -webkit-calc((100vw / 375 ) * 80);
  height: calc((100vw / 375 ) * 80);
  overflow: hidden;
  border-radius: 2.666666666666667vw;
  margin-bottom: -webkit-calc((100vw / 375 ) * 10);
  margin-bottom: calc((100vw / 375 ) * 10);
  -webkit-box-shadow: 0 0 20px 0 rgba(81,101,111,0.15);
  box-shadow: 0 0 20px 0 rgba(81,101,111,0.15);
}
@media (min-width: 768px) {
  .cmn-navi-menu-img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
    box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
  }
}
@media (min-width: 768px) {
  .cmn-navi-menu-img::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
}
@media (min-width: 768px) {
  .cmn-navi-menu-img img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.cmn-navi-menu-name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0065bd;
}
@media (min-width: 768px) {
  .cmn-navi-menu-name {
    font-size: 1.8rem;
  }
}
.cmn-navi-related-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 -webkit-calc((100vw / 375 ) * 20);
  margin: 0 calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-navi-related-title {
    font-size: 2.6rem;
    line-height: 1;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 60px;
  }
}
.cmn-navi-related-body {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cmn-navi-related-body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-body {
    max-width: 1100px;
    padding: 0 47.5px;
  }
}
.cmn-navi-related-body > div {
  overflow: hidden;
}
.cmn-navi-related-body.js-once-slide .js-swiper-related {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cmn-navi-related-body.js-once-slide .js-swiper-related {
    width: -webkit-calc((100vw / 375 ) * 285);
    width: calc((100vw / 375 ) * 285);
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-body.js-once-slide .js-swiper-related {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
}
.cmn-navi-related-body.js-once-slide + .cmn-navi-related-button {
  display: none;
}
@media (min-width: 768px) {
  .cmn-navi-related-body.js-twice-slide .js-swiper-related {
    margin: 0 auto;
    width: -webkit-calc(100% / 3 * 2);
    width: calc(100% / 3 * 2);
  }
  .cmn-navi-related-body.js-twice-slide + .cmn-navi-related-button {
    display: none;
  }
}
.cmn-navi-related-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cmn-navi-related-list-item {
  height: auto;
}
@media (max-width: 767px) {
  .cmn-navi-related-list-item {
    width: -webkit-calc((100vw / 375 ) * 260);
    width: calc((100vw / 375 ) * 260);
    min-width: -webkit-calc((100vw / 375 ) * 260);
    min-width: calc((100vw / 375 ) * 260);
    padding: -webkit-calc((100vw / 375 ) * 25) -webkit-calc((100vw / 375 ) * 12.5) -webkit-calc((100vw / 375 ) * 30);
    padding: calc((100vw / 375 ) * 25) calc((100vw / 375 ) * 12.5) calc((100vw / 375 ) * 30);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-list-item {
    padding: 30px 12.5px 40px;
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-list-item:hover .cmn-navi-related-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.cmn-navi-related-list-item > div {
  height: 100%;
}
.cmn-navi-related-list-item a {
  display: block;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cmn-navi-related-list-item a {
    -webkit-box-shadow: 0 0 20px 0 rgba(81,101,111,0.15);
    box-shadow: 0 0 20px 0 rgba(81,101,111,0.15);
    border-radius: 5.333333333333333vw;
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-list-item a {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
    box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
  }
}
.cmn-navi-related-img {
  height: -webkit-calc((100vw / 375 ) * 184);
  height: calc((100vw / 375 ) * 184);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .cmn-navi-related-img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-img::before {
    content: "";
    display: block;
    padding-top: 62%;
  }
}
.cmn-navi-related-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .cmn-navi-related-img img {
    -webkit-transition: 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.cmn-navi-related-foot {
  padding: -webkit-calc((100vw / 375 ) * 20) -webkit-calc((100vw / 375 ) * 20) -webkit-calc((100vw / 375 ) * 60);
  padding: calc((100vw / 375 ) * 20) calc((100vw / 375 ) * 20) calc((100vw / 375 ) * 60);
}
@media (min-width: 768px) {
  .cmn-navi-related-foot {
    padding: 20px 20px 25px;
  }
}
.cmn-navi-related-date {
  font-size: 1.4rem;
  margin-bottom: -webkit-calc((100vw / 375 ) * 5);
  margin-bottom: calc((100vw / 375 ) * 5);
}
@media (min-width: 768px) {
  .cmn-navi-related-date {
    margin-bottom: 5px;
  }
}
.cmn-navi-related-text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: -webkit-calc((100vw / 375 ) * 20);
  margin-bottom: calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-navi-related-text {
    margin-bottom: 20px;
  }
}
.cmn-navi-related-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -webkit-calc((100vw / 375 ) * -4);
  margin-bottom: calc((100vw / 375 ) * -4);
}
@media (min-width: 768px) {
  .cmn-navi-related-tag {
    margin-bottom: -8px;
  }
}
.cmn-navi-related-tag-item {
  height: auto;
  border: -webkit-calc((100vw / 375 ) * 1) #0065bd solid;
  border: calc((100vw / 375 ) * 1) #0065bd solid;
  color: #0065bd;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cmn-navi-related-tag-item {
    min-height: -webkit-calc((100vw / 375 ) * 30);
    min-height: calc((100vw / 375 ) * 30);
    line-height: -webkit-calc((100vw / 375 ) * 30);
    line-height: calc((100vw / 375 ) * 30);
    padding: 0 -webkit-calc((100vw / 375 ) * 10);
    padding: 0 calc((100vw / 375 ) * 10);
    margin-right: -webkit-calc((100vw / 375 ) * 8);
    margin-right: calc((100vw / 375 ) * 8);
    margin-bottom: -webkit-calc((100vw / 375 ) * 4);
    margin-bottom: calc((100vw / 375 ) * 4);
    border-radius: 4.266666666666667vw;
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-tag-item {
    min-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    border-width: 1px;
    border-radius: 16px;
  }
}
.cmn-navi-related-button-body {
  display: table;
  margin: 0 auto;
}
.cmn-navi-related-button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmn-navi-related-button-prev,
.cmn-navi-related-button-next {
  position: relative;
  border-radius: 50%;
  background-color: #51656f;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cmn-navi-related-button-prev,
  .cmn-navi-related-button-next {
    width: -webkit-calc((100vw / 375 ) * 30);
    width: calc((100vw / 375 ) * 30);
    height: -webkit-calc((100vw / 375 ) * 30);
    height: calc((100vw / 375 ) * 30);
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-button-prev,
  .cmn-navi-related-button-next {
    width: 30px;
    height: 30px;
  }
}
.cmn-navi-related-button-prev::after,
.cmn-navi-related-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  border-top: -webkit-calc((100vw / 375 ) * 1) solid #fff;
  border-top: calc((100vw / 375 ) * 1) solid #fff;
  border-right: -webkit-calc((100vw / 375 ) * 1) solid #fff;
  border-right: calc((100vw / 375 ) * 1) solid #fff;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  -ms-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .cmn-navi-related-button-prev::after,
  .cmn-navi-related-button-next::after {
    width: -webkit-calc((100vw / 375 ) * 6);
    width: calc((100vw / 375 ) * 6);
    height: -webkit-calc((100vw / 375 ) * 6);
    height: calc((100vw / 375 ) * 6);
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-button-prev::after,
  .cmn-navi-related-button-next::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}
.cmn-navi-related-button-prev {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.cmn-navi-related-button-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cmn-navi-related-button-pagination {
    margin: 0 -webkit-calc((100vw / 375 ) * 10);
    margin: 0 calc((100vw / 375 ) * 10);
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-button-pagination {
    margin: 0 10px;
  }
}
.cmn-navi-related-button-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  border: -webkit-calc((100vw / 375 ) * 1) solid #51656f;
  border: calc((100vw / 375 ) * 1) solid #51656f;
  background-color: transparent;
  opacity: 1;
}
@media (max-width: 767px) {
  .cmn-navi-related-button-pagination .swiper-pagination-bullet {
    width: -webkit-calc((100vw / 375 ) * 10);
    width: calc((100vw / 375 ) * 10);
    height: -webkit-calc((100vw / 375 ) * 10);
    height: calc((100vw / 375 ) * 10);
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-button-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
.cmn-navi-related-button-pagination .swiper-pagination-bullet-active {
  background-color: #51656f;
}
@media (max-width: 767px) {
  .cmn-navi-related-button-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: -webkit-calc((100vw / 375 ) * 10);
    margin-left: calc((100vw / 375 ) * 10);
  }
}
@media (min-width: 768px) {
  .cmn-navi-related-button-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
  }
}
.cmn-navi-popular-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 -webkit-calc((100vw / 375 ) * 20);
  margin: 0 calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-navi-popular-title {
    font-size: 2.6rem;
    line-height: 1;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 60px;
  }
}
.cmn-navi-popular-body {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cmn-navi-popular-body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-body {
    max-width: 1100px;
    padding: 0 47.5px;
  }
}
.cmn-navi-popular-body > div {
  overflow: hidden;
}
.cmn-navi-popular-body.js-once-slide .js-swiper-popular {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cmn-navi-popular-body.js-once-slide .js-swiper-popular {
    width: -webkit-calc((100vw / 375 ) * 285);
    width: calc((100vw / 375 ) * 285);
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-body.js-once-slide .js-swiper-popular {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
}
.cmn-navi-popular-body.js-once-slide + .cmn-navi-popular-button {
  display: none;
}
@media (min-width: 768px) {
  .cmn-navi-popular-body.js-twice-slide .js-swiper-popular {
    margin: 0 auto;
    width: -webkit-calc(100% / 3 * 2);
    width: calc(100% / 3 * 2);
  }
  .cmn-navi-popular-body.js-twice-slide + .cmn-navi-popular-button {
    display: none;
  }
}
.cmn-navi-popular-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cmn-navi-popular-list-item {
  height: auto;
}
@media (max-width: 767px) {
  .cmn-navi-popular-list-item {
    width: -webkit-calc((100vw / 375 ) * 260);
    width: calc((100vw / 375 ) * 260);
    min-width: -webkit-calc((100vw / 375 ) * 260);
    min-width: calc((100vw / 375 ) * 260);
    padding: -webkit-calc((100vw / 375 ) * 25) -webkit-calc((100vw / 375 ) * 12.5) -webkit-calc((100vw / 375 ) * 30);
    padding: calc((100vw / 375 ) * 25) calc((100vw / 375 ) * 12.5) calc((100vw / 375 ) * 30);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-list-item {
    padding: 30px 12.5px 40px;
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-list-item:hover .cmn-navi-popular-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.cmn-navi-popular-list-item > div {
  height: 100%;
}
.cmn-navi-popular-list-item a {
  display: block;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cmn-navi-popular-list-item a {
    -webkit-box-shadow: 0 0 20px 0 rgba(81,101,111,0.15);
    box-shadow: 0 0 20px 0 rgba(81,101,111,0.15);
    border-radius: 5.333333333333333vw;
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-list-item a {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
    box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
  }
}
.cmn-navi-popular-img {
  height: -webkit-calc((100vw / 375 ) * 184);
  height: calc((100vw / 375 ) * 184);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .cmn-navi-popular-img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-img::before {
    content: "";
    display: block;
    padding-top: 62%;
  }
}
.cmn-navi-popular-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .cmn-navi-popular-img img {
    -webkit-transition: 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.cmn-navi-popular-foot {
  padding: -webkit-calc((100vw / 375 ) * 20) -webkit-calc((100vw / 375 ) * 20) -webkit-calc((100vw / 375 ) * 60);
  padding: calc((100vw / 375 ) * 20) calc((100vw / 375 ) * 20) calc((100vw / 375 ) * 60);
}
@media (min-width: 768px) {
  .cmn-navi-popular-foot {
    padding: 20px 20px 25px;
  }
}
.cmn-navi-popular-date {
  font-size: 1.4rem;
  margin-bottom: -webkit-calc((100vw / 375 ) * 5);
  margin-bottom: calc((100vw / 375 ) * 5);
}
@media (min-width: 768px) {
  .cmn-navi-popular-date {
    margin-bottom: 5px;
  }
}
.cmn-navi-popular-text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: -webkit-calc((100vw / 375 ) * 20);
  margin-bottom: calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-navi-popular-text {
    margin-bottom: 20px;
  }
}
.cmn-navi-popular-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -webkit-calc((100vw / 375 ) * -4);
  margin-bottom: calc((100vw / 375 ) * -4);
}
@media (min-width: 768px) {
  .cmn-navi-popular-tag {
    margin-bottom: -8px;
  }
}
.cmn-navi-popular-tag-item {
  height: auto;
  border: -webkit-calc((100vw / 375 ) * 1) #0065bd solid;
  border: calc((100vw / 375 ) * 1) #0065bd solid;
  color: #0065bd;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cmn-navi-popular-tag-item {
    min-height: -webkit-calc((100vw / 375 ) * 30);
    min-height: calc((100vw / 375 ) * 30);
    line-height: -webkit-calc((100vw / 375 ) * 30);
    line-height: calc((100vw / 375 ) * 30);
    padding: 0 -webkit-calc((100vw / 375 ) * 10);
    padding: 0 calc((100vw / 375 ) * 10);
    margin-right: -webkit-calc((100vw / 375 ) * 8);
    margin-right: calc((100vw / 375 ) * 8);
    margin-bottom: -webkit-calc((100vw / 375 ) * 4);
    margin-bottom: calc((100vw / 375 ) * 4);
    border-radius: 4.266666666666667vw;
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-tag-item {
    min-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    border-width: 1px;
    border-radius: 16px;
  }
}
.cmn-navi-popular-button-body {
  display: table;
  margin: 0 auto;
}
.cmn-navi-popular-button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmn-navi-popular-button-prev,
.cmn-navi-popular-button-next {
  position: relative;
  border-radius: 50%;
  background-color: #51656f;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cmn-navi-popular-button-prev,
  .cmn-navi-popular-button-next {
    width: -webkit-calc((100vw / 375 ) * 30);
    width: calc((100vw / 375 ) * 30);
    height: -webkit-calc((100vw / 375 ) * 30);
    height: calc((100vw / 375 ) * 30);
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-button-prev,
  .cmn-navi-popular-button-next {
    width: 30px;
    height: 30px;
  }
}
.cmn-navi-popular-button-prev::after,
.cmn-navi-popular-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  border-top: -webkit-calc((100vw / 375 ) * 1) solid #fff;
  border-top: calc((100vw / 375 ) * 1) solid #fff;
  border-right: -webkit-calc((100vw / 375 ) * 1) solid #fff;
  border-right: calc((100vw / 375 ) * 1) solid #fff;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  -ms-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .cmn-navi-popular-button-prev::after,
  .cmn-navi-popular-button-next::after {
    width: -webkit-calc((100vw / 375 ) * 6);
    width: calc((100vw / 375 ) * 6);
    height: -webkit-calc((100vw / 375 ) * 6);
    height: calc((100vw / 375 ) * 6);
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-button-prev::after,
  .cmn-navi-popular-button-next::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}
.cmn-navi-popular-button-prev {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.cmn-navi-popular-button-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cmn-navi-popular-button-pagination {
    margin: 0 -webkit-calc((100vw / 375 ) * 10);
    margin: 0 calc((100vw / 375 ) * 10);
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-button-pagination {
    margin: 0 10px;
  }
}
.cmn-navi-popular-button-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  border: -webkit-calc((100vw / 375 ) * 1) solid #51656f;
  border: calc((100vw / 375 ) * 1) solid #51656f;
  background-color: transparent;
  opacity: 1;
}
@media (max-width: 767px) {
  .cmn-navi-popular-button-pagination .swiper-pagination-bullet {
    width: -webkit-calc((100vw / 375 ) * 10);
    width: calc((100vw / 375 ) * 10);
    height: -webkit-calc((100vw / 375 ) * 10);
    height: calc((100vw / 375 ) * 10);
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-button-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
.cmn-navi-popular-button-pagination .swiper-pagination-bullet-active {
  background-color: #51656f;
}
@media (max-width: 767px) {
  .cmn-navi-popular-button-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: -webkit-calc((100vw / 375 ) * 10);
    margin-left: calc((100vw / 375 ) * 10);
  }
}
@media (min-width: 768px) {
  .cmn-navi-popular-button-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
  }
}
.cmn-footer-service {
  background-color: #fff;
}
@media (max-width: 767px) {
  .cmn-footer-service {
    padding: -webkit-calc((100vw / 375 ) * 50) -webkit-calc((100vw / 375 ) * 20);
    padding: calc((100vw / 375 ) * 50) calc((100vw / 375 ) * 20);
  }
}
@media (min-width: 768px) {
  .cmn-footer-service {
    padding: 70px 60px;
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-inner {
    max-width: 980px;
    margin: 0 auto;
  }
}
.cmn-footer-service-heading {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: -webkit-calc((100vw / 375 ) * 40);
  margin-bottom: calc((100vw / 375 ) * 40);
}
@media (min-width: 768px) {
  .cmn-footer-service-heading {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-body {
    max-width: 710px;
    margin: 0 auto;
  }
}
.cmn-footer-service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -webkit-calc((100vw / 375 ) * -10);
  margin-bottom: calc((100vw / 375 ) * -10);
}
@media (min-width: 768px) {
  .cmn-footer-service-list {
    margin-bottom: -10px;
  }
}
.cmn-footer-service-item {
  width: -webkit-calc((100vw / 375 ) * 105);
  width: calc((100vw / 375 ) * 105);
  height: -webkit-calc((100vw / 375 ) * 95);
  height: calc((100vw / 375 ) * 95);
  margin-bottom: -webkit-calc((100vw / 375 ) * 10);
  margin-bottom: calc((100vw / 375 ) * 10);
}
@media (min-width: 768px) {
  .cmn-footer-service-item {
    width: -webkit-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    height: auto;
    margin-bottom: 10px;
  }
}
.cmn-footer-service-item-body {
  height: 100%;
  background-size: 100%;
}
@media (min-width: 768px) {
  .cmn-footer-service-item-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.cmn-footer-service-item-body.cmn-work {
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-work_sp.svg");
}
@media (min-width: 768px) {
  .cmn-footer-service-item-body.cmn-work {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-work_pc.svg");
  }
}
.cmn-footer-service-item-body.cmn-housing {
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-housing_sp.svg");
}
@media (min-width: 768px) {
  .cmn-footer-service-item-body.cmn-housing {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-housing_pc.svg");
  }
}
.cmn-footer-service-item-body.cmn-gourmet {
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-gourmet_sp.svg");
}
@media (min-width: 768px) {
  .cmn-footer-service-item-body.cmn-gourmet {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-gourmet_pc.svg");
  }
}
.cmn-footer-service-item-body.cmn-beauty {
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-beauty_sp.svg");
}
@media (min-width: 768px) {
  .cmn-footer-service-item-body.cmn-beauty {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-beauty_pc.svg");
  }
}
.cmn-footer-service-item-body.cmn-travel {
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-travel_sp.svg");
}
@media (min-width: 768px) {
  .cmn-footer-service-item-body.cmn-travel {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-travel_pc.svg");
  }
}
.cmn-footer-service-item-body.cmn-marriage {
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-marriage_sp.svg");
}
@media (min-width: 768px) {
  .cmn-footer-service-item-body.cmn-marriage {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-marriage_pc.svg");
  }
}
.cmn-footer-service-item-body.cmn-car {
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-car_sp.svg");
}
@media (min-width: 768px) {
  .cmn-footer-service-item-body.cmn-car {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-car_pc.svg");
  }
}
.cmn-footer-service-item-body.cmn-study {
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-study_sp.svg");
}
@media (min-width: 768px) {
  .cmn-footer-service-item-body.cmn-study {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-study_pc.svg");
  }
}
.cmn-footer-service-item-body.cmn-business {
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-business_sp.svg");
}
@media (min-width: 768px) {
  .cmn-footer-service-item-body.cmn-business {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-business_pc.svg");
  }
}
.cmn-footer-service-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .cmn-footer-service-item-hover.cmn-work {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/logo-work_pc.png");
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-item-hover.cmn-housing {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/logo-housing_pc.png");
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-item-hover.cmn-gourmet {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/logo-gourmet_pc.png");
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-item-hover.cmn-beauty {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/logo-beauty_pc.png");
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-item-hover.cmn-travel {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/logo-travel_pc.png");
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-item-hover.cmn-marriage {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/logo-marriage_pc.png");
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-item-hover.cmn-car {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/logo-car_pc.png");
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-item-hover.cmn-study {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/logo-study_pc.png");
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-item-hover.cmn-business {
    background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/logo-business_pc.png");
  }
}
.cmn-footer-service-item a {
  border-radius: 2.666666666666667vw;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(81,101,111,0.15);
  box-shadow: 0 0 20px 0 rgba(81,101,111,0.15);
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cmn-footer-service-item a {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
    box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-item a::before {
    content: "";
    display: block;
    padding-top: -webkit-calc(150 / 230 * 100%);
    padding-top: calc(150 / 230 * 100%);
  }
}
.cmn-footer-service-item a::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("https://www.recruit.co.jp/sustainability/assets/img/component/service/icon-arrow.svg");
  background-size: 100%;
  height: -webkit-calc((100vw / 375 ) * 14);
  height: calc((100vw / 375 ) * 14);
  width: -webkit-calc((100vw / 375 ) * 14);
  width: calc((100vw / 375 ) * 14);
  right: -webkit-calc((100vw / 375 ) * 3);
  right: calc((100vw / 375 ) * 3);
  bottom: -webkit-calc((100vw / 375 ) * 3);
  bottom: calc((100vw / 375 ) * 3);
}
@media (min-width: 768px) {
  .cmn-footer-service-item a::after {
    height: 14px;
    width: 14px;
    right: 3px;
    bottom: 3px;
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-item a:hover .cmn-footer-service-item-hover {
    opacity: 1;
  }
}
.cmn-footer-service-title {
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  bottom: -webkit-calc((100vw / 375 ) * 12);
  bottom: calc((100vw / 375 ) * 12);
  width: 100%;
  text-align: center;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#0b79ca), color-stop(50%, #0065bd));
  background-image: -webkit-linear-gradient(left, #0b79ca 0%, #0065bd 50%);
  background-image: linear-gradient(to right, #0b79ca 0%, #0065bd 50%);
  color: transparent;
}
@media screen and (-ms-high-contrast: none) {
  .cmn-footer-service-title {
    background: none;
    color: #0065bd;
  }
}
@media (min-width: 768px) {
  .cmn-footer-service-title {
    font-size: 1.8rem;
    bottom: 20px;
  }
}
.cmn-footer-newest {
  background-color: #f1f3f9;
}
@media (max-width: 767px) {
  .cmn-footer-newest {
    padding: -webkit-calc((100vw / 375 ) * 50) -webkit-calc((100vw / 375 ) * 20) 0;
    padding: calc((100vw / 375 ) * 50) calc((100vw / 375 ) * 20) 0;
  }
}
@media (min-width: 768px) {
  .cmn-footer-newest {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .cmn-footer-newest-inner {
    margin: 0 auto;
  }
}
.cmn-footer-newest-title {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .cmn-footer-newest-title {
    font-size: 2.2rem;
    margin-bottom: -webkit-calc((100vw / 375 ) * 30);
    margin-bottom: calc((100vw / 375 ) * 30);
  }
}
@media (min-width: 768px) {
  .cmn-footer-newest-title {
    font-size: 2.6rem;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 60px;
  }
}
.cmn-footer-newest-body {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cmn-footer-newest-body {
    width: 100%;
    padding: -webkit-calc((100vw / 375 ) * 25) -webkit-calc((100vw / 375 ) * 15);
    padding: calc((100vw / 375 ) * 25) calc((100vw / 375 ) * 15);
    background-color: #fff;
    border-radius: 2.666666666666667vw;
  }
}
@media (min-width: 768px) {
  .cmn-footer-newest-body {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 47.5px;
  }
  .cmn-footer-newest-body > div {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .cmn-footer-newest-body.js-once-slide .js-swiper-newest {
    margin: 0 auto;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
}
.cmn-footer-newest-body.js-once-slide + .cmn-footer-newest-button {
  display: none;
}
@media (min-width: 768px) {
  .cmn-footer-newest-body.js-twice-slide .js-swiper-newest {
    margin: 0 auto;
    width: -webkit-calc(100% / 3 * 2);
    width: calc(100% / 3 * 2);
  }
  .cmn-footer-newest-body.js-twice-slide + .cmn-footer-newest-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .cmn-footer-newest-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .cmn-footer-newest-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .cmn-footer-newest-item {
    border-bottom: -webkit-calc((100vw / 375 ) * 1) solid #e1e6ee;
    border-bottom: calc((100vw / 375 ) * 1) solid #e1e6ee;
    width: 100%;
    padding-bottom: -webkit-calc((100vw / 375 ) * 25);
    padding-bottom: calc((100vw / 375 ) * 25);
    margin-bottom: -webkit-calc((100vw / 375 ) * 25);
    margin-bottom: calc((100vw / 375 ) * 25);
  }
  .cmn-footer-newest-item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .cmn-footer-newest-item {
    padding: 40px 12.5px;
    height: auto;
  }
}
.cmn-footer-newest-item a {
  display: block;
}
@media (min-width: 768px) {
  .cmn-footer-newest-item a {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
    box-shadow: 0 0 18px 0 rgba(81,101,111,0.15);
    height: 100%;
  }
}
.cmn-footer-newest-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cmn-footer-newest-item-inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px 15px;
    background-color: #fff;
    height: 100%;
  }
}
.cmn-footer-newest-content {
  width: -webkit-calc((100vw / 375 ) * 155);
  width: calc((100vw / 375 ) * 155);
}
@media (min-width: 768px) {
  .cmn-footer-newest-content {
    width: -webkit-calc(124 / 280 * 100%);
    width: calc(124 / 280 * 100%);
  }
}
.cmn-footer-newest-date {
  font-size: 1.4rem;
  margin-bottom: -webkit-calc((100vw / 375 ) * 4);
  margin-bottom: calc((100vw / 375 ) * 4);
}
@media (min-width: 768px) {
  .cmn-footer-newest-date {
    margin-bottom: 4px;
  }
}
.cmn-footer-newest-text {
  font-size: 1.4rem;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
@media screen and (-ms-high-contrast: none) {
  .cmn-footer-newest-text {
    position: relative;
    max-height: 4.800000000000001em;
  }
  .cmn-footer-newest-text::after {
    content: "…";
    position: absolute;
    right: 0;
    bottom: 0;
    -ms-wrap-flow: start;
  }
}
@media (min-width: 768px) {
  .cmn-footer-newest-text {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .cmn-footer-newest-text {
    max-height: 6.4em;
  }
}
.cmn-footer-newest-img {
  width: -webkit-calc((100vw / 375 ) * 135);
  width: calc((100vw / 375 ) * 135);
  height: -webkit-calc((100vw / 375 ) * 90);
  height: calc((100vw / 375 ) * 90);
  border-radius: 2.666666666666667vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .cmn-footer-newest-img {
    width: -webkit-calc(135 / 280 * 100%);
    width: calc(135 / 280 * 100%);
    height: auto;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .cmn-footer-newest-img::before {
    content: "";
    display: block;
    padding-top: -webkit-calc(90 / 135 * 100%);
    padding-top: calc(90 / 135 * 100%);
  }
}
.cmn-footer-newest-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cmn-footer-newest-button {
    display: none;
  }
}
@media (min-width: 768px) {
  .cmn-footer-newest-button-body {
    display: table;
    margin: 0 auto;
  }
  .cmn-footer-newest-button-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmn-footer-newest-button-prev,
  .cmn-footer-newest-button-next {
    position: relative;
    border-radius: 50%;
    background-color: #51656f;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
  .cmn-footer-newest-button-prev::after,
  .cmn-footer-newest-button-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translate(-70%, -50%) rotate(45deg);
    -ms-transform: translate(-70%, -50%) rotate(45deg);
    transform: translate(-70%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
  }
  .cmn-footer-newest-button-prev {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .cmn-footer-newest-button-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
  }
  .cmn-footer-newest-button-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    border: 1px solid #51656f;
    background-color: transparent;
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  .cmn-footer-newest-button-pagination .swiper-pagination-bullet-active {
    background-color: #51656f;
  }
  .cmn-footer-newest-button-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
  }
}
.cmn-footer-keyword {
  background-color: #f1f3f9;
}
@media (max-width: 767px) {
  .cmn-footer-keyword {
    padding: -webkit-calc((100vw / 375 ) * 50) -webkit-calc((100vw / 375 ) * 20);
    padding: calc((100vw / 375 ) * 50) calc((100vw / 375 ) * 20);
  }
}
@media (min-width: 768px) {
  .cmn-footer-keyword {
    padding: 70px 60px;
  }
}
.cmn-footer-newest + .cmn-footer-keyword {
  padding-top: -webkit-calc((100vw / 375 ) * 40);
  padding-top: calc((100vw / 375 ) * 40);
}
@media (min-width: 768px) {
  .cmn-footer-newest + .cmn-footer-keyword {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .cmn-footer-keyword-inner {
    max-width: 980px;
    margin: 0 auto;
  }
}
.cmn-footer-keyword-heading {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: -webkit-calc((100vw / 375 ) * 30);
  margin-bottom: calc((100vw / 375 ) * 30);
}
@media (min-width: 768px) {
  .cmn-footer-keyword-heading {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
  }
}
.cmn-footer-keyword-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -webkit-calc((100vw / 375 ) * -8);
  margin-right: calc((100vw / 375 ) * -8);
  margin-bottom: -webkit-calc((100vw / 375 ) * -15);
  margin-bottom: calc((100vw / 375 ) * -15);
}
@media (min-width: 768px) {
  .cmn-footer-keyword-list {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.cmn-footer-keyword-item {
  margin-right: -webkit-calc((100vw / 375 ) * 8);
  margin-right: calc((100vw / 375 ) * 8);
  margin-bottom: -webkit-calc((100vw / 375 ) * 15);
  margin-bottom: calc((100vw / 375 ) * 15);
}
@media (min-width: 768px) {
  .cmn-footer-keyword-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.cmn-footer-keyword-item a {
  display: block;
  color: #0065bd;
  height: auto;
  border: -webkit-calc((100vw / 375 ) * 1) solid #0065bd;
  border: calc((100vw / 375 ) * 1) solid #0065bd;
}
@media (max-width: 767px) {
  .cmn-footer-keyword-item a {
    font-size: 1.2rem;
    min-height: -webkit-calc((100vw / 375 ) * 30);
    min-height: calc((100vw / 375 ) * 30);
    line-height: -webkit-calc((100vw / 375 ) * 30);
    line-height: calc((100vw / 375 ) * 30);
    padding: 0 -webkit-calc((100vw / 375 ) * 10);
    padding: 0 calc((100vw / 375 ) * 10);
    border-radius: 4vw;
  }
}
@media (min-width: 768px) {
  .cmn-footer-keyword-item a {
    font-size: 1.4rem;
    min-height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border-width: 1px;
    border-radius: -webkit-calc(35px / 2);
    border-radius: calc(35px / 2);
  }
}
.cmn-footer-link {
  background-color: #f1f3f9;
}
@media (max-width: 767px) {
  .cmn-footer-link {
    padding: -webkit-calc((100vw / 375 ) * 25) -webkit-calc((100vw / 375 ) * 20) 0;
    padding: calc((100vw / 375 ) * 25) calc((100vw / 375 ) * 20) 0;
  }
}
@media (min-width: 768px) {
  .cmn-footer-link {
    padding: 50px 60px;
  }
}
@media (min-width: 768px) {
  .cmn-footer-link-inner {
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cmn-footer-link-heading {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: -webkit-calc((100vw / 375 ) * 1) solid #e1e6ee;
  border-bottom: calc((100vw / 375 ) * 1) solid #e1e6ee;
  padding-bottom: -webkit-calc((100vw / 375 ) * 15);
  padding-bottom: calc((100vw / 375 ) * 15);
}
@media (min-width: 768px) {
  .cmn-footer-link-heading {
    font-size: 1.8rem;
    border-bottom: none;
    border-right: 1px solid #e1e6ee;
    padding-right: 30px;
    margin-right: 30px;
    word-break: keep-all;
  }
}
.cmn-footer-link-body {
  padding-top: -webkit-calc((100vw / 375 ) * 20);
  padding-top: calc((100vw / 375 ) * 20);
}
@media (min-width: 768px) {
  .cmn-footer-link-body {
    padding-top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cmn-footer-link-unit {
    padding-bottom: -webkit-calc((100vw / 375 ) * 25);
    padding-bottom: calc((100vw / 375 ) * 25);
  }
}
@media (min-width: 768px) {
  .cmn-footer-link-unit {
    padding-bottom: 20px;
  }
  .cmn-footer-link-unit:last-of-type {
    padding-bottom: 0;
  }
}
.cmn-footer-link-unit a {
  display: table;
}
.cmn-footer-link-unit-heading {
  position: relative;
  display: table;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  padding-right: -webkit-calc((100vw / 375 ) * 10);
  padding-right: calc((100vw / 375 ) * 10);
}
@media (min-width: 768px) {
  .cmn-footer-link-unit-heading {
    padding-right: 15px;
  }
}
.cmn-footer-link-unit-heading a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  height: -webkit-calc((100vw / 375 ) * 6);
  height: calc((100vw / 375 ) * 6);
  width: -webkit-calc((100vw / 375 ) * 6);
  width: calc((100vw / 375 ) * 6);
  border-top: -webkit-calc((100vw / 375 ) * 1) solid #51656f;
  border-top: calc((100vw / 375 ) * 1) solid #51656f;
  border-right: -webkit-calc((100vw / 375 ) * 1) solid #51656f;
  border-right: calc((100vw / 375 ) * 1) solid #51656f;
}
@media (min-width: 768px) {
  .cmn-footer-link-unit-heading a::after {
    height: 6px;
    width: 6px;
    border-width: 1px;
  }
}
.cmn-footer-link-unit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -webkit-calc((100vw / 375 ) * -15);
  margin-bottom: calc((100vw / 375 ) * -15);
  margin-top: -webkit-calc((100vw / 375 ) * 15);
  margin-top: calc((100vw / 375 ) * 15);
}
@media (min-width: 768px) {
  .cmn-footer-link-unit-list {
    margin-bottom: -15px;
    margin-top: 15px;
  }
}
.cmn-footer-link-unit-list li {
  padding-right: -webkit-calc((100vw / 375 ) * 17);
  padding-right: calc((100vw / 375 ) * 17);
  margin-right: -webkit-calc((100vw / 375 ) * 17);
  margin-right: calc((100vw / 375 ) * 17);
  margin-bottom: -webkit-calc((100vw / 375 ) * 15);
  margin-bottom: calc((100vw / 375 ) * 15);
  border-right: -webkit-calc((100vw / 375 ) * 1) solid #a0a6ad;
  border-right: calc((100vw / 375 ) * 1) solid #a0a6ad;
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .cmn-footer-link-unit-list li {
    padding-right: 17px;
    margin-right: 17px;
    margin-bottom: 15px;
    border-width: 1px;
  }
}
.cmn-footer-link-unit-list li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.cmn-footer-link-unit-list-outer {
  margin-top: -webkit-calc((100vw / 375 ) * 15);
  margin-top: calc((100vw / 375 ) * 15);
}
@media (min-width: 768px) {
  .cmn-footer-link-unit-list-outer {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cmn-footer-link-unit-list-term {
  line-height: 1;
}
@media (min-width: 768px) {
  .cmn-footer-link-unit-list-term {
    margin-top: 15px;
    margin-right: 10px;
    word-break: keep-all;
  }
}
@media (max-width: 767px) {
  body .cmn-display-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  body .cmn-display-sp {
    display: none;
  }
}