﻿.sub.recruit .topLinks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sub.recruit .topLinks__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sub.recruit .topLinks__item {
  width: 25%;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
}
@media screen and (max-width: 768px) {
  .sub.recruit .topLinks__item {
    width: 50%;
  }
}
.sub.recruit .topLinks__item:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .sub.recruit .topLinks__item:nth-of-type(1),
  .sub.recruit .topLinks__item:nth-of-type(2) {
    border-bottom: none;
  }
  .sub.recruit .topLinks__item:nth-of-type(2) {
    border-right: none;
  }
}
.sub.recruit .topLinks__link {
  position: relative;
  display: block;
  padding: min(2.7777777778vw, 40px) min(0.6944444444vw, 10px);
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.recruit .topLinks__link {
    padding-block: clamp(28.8px, 11.25vw, 43.2px);
    min-height: clamp(89.6px, 35vw, 134.4px);
  }
}
.sub.recruit .topLinks__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: min(1.9444444444vw, 28px);
  translate: -50% 0;
  width: min(4.3055555556vw, 62px);
  height: auto;
  aspect-ratio: 62/31;
  background: url("../image/icon-arrow-top-link.svg") no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.recruit .topLinks__link::after {
    width: clamp(25.6px, 10vw, 38.4px);
    bottom: clamp(13.6px, 5.3125vw, 20.4px);
  }
}
.sub.recruit .topLink__title--jp {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: min(1.9444444444vw, 28px);
  line-height: 1.1875;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.recruit .topLink__title--jp {
    font-size: clamp(9.6px, 3.75vw, 14.4px);
  }
}
.sub.recruit .topLink__title--en {
  position: relative;
  display: block;
  margin-top: 4px;
  margin-bottom: min(2.0833333333vw, 30px);
  font-style: normal;
  font-weight: 400;
  font-size: min(1.3888888889vw, 20px);
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.03em;
  color: #959595;
}
@media screen and (max-width: 768px) {
  .sub.recruit .topLink__title--en {
    font-size: clamp(8px, 3.125vw, 12px);
  }
}
@media (any-hover: hover) {
  .sub.recruit .topLinks__link:hover {
    background-color: #f6f6f6;
  }
  .sub.recruit .topLinks__link:hover::after {
    translate: -50% 24%;
  }
}
.sub.recruit .requirements__top {
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sub.recruit .requirements__top {
    max-width: 500px;
  }
}
.sub.recruit .requirements__text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.recruit .requirements__text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.sub.recruit .requirements__text:nth-of-type(2) {
  margin-top: 40px;
  font-weight: 400;
}
.sub.recruit .requirements__content {
  margin-top: 100px;
}
.sub.recruit .requirements__title {
  position: relative;
  padding-bottom: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}
.sub.recruit .requirements__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 2px;
  background-color: #0e7c8f;
}
.sub.recruit .requirementsLinks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  width: 100%;
  border-top: 2px solid #262724;
  border-bottom: 2px solid #262724;
}
@media screen and (max-width: 768px) {
  .sub.recruit .requirementsLinks__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sub.recruit .requirementsLinks__item {
  width: 40%;
  border-right: 2px solid #262724;
}
@media screen and (max-width: 768px) {
  .sub.recruit .requirementsLinks__item {
    width: 46%;
  }
}
.sub.recruit .requirementsLinks__item:first-of-type {
  border-left: 2px solid #262724;
}
.sub.recruit .requirementsLinks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(2.7777777778vw, 40px) min(0.6944444444vw, 10px);
  height: min(15.2777777778vw, 220px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.recruit .requirementsLinks__link {
    padding-block: clamp(16px, 6.25vw, 24px);
    min-height: clamp(89.6px, 35vw, 134.4px);
  }
}
.sub.recruit .requirementsLinks__link::after {
  content: "";
  display: inline-block;
  margin-left: min(1.3888888889vw, 20px);
  width: min(3.0555555556vw, 44px);
  height: auto;
  aspect-ratio: 44/42;
  background: url("../image/icon-arrow-external-link.png") no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.recruit .requirementsLinks__link::after {
    width: clamp(12.8px, 5vw, 19.2px);
  }
}
.sub.recruit .requirementsLinks__item:first-of-type .requirementsLinks__link {
  background-color: #0e7c8f;
}
.sub.recruit .requirementsLink__title {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sub.recruit .requirementsLink__title {
    font-size: min(2.6388888889vw, 38px);
  }
}
@media screen and (max-width: 768px) {
  .sub.recruit .requirementsLink__title {
    font-size: clamp(14.4px, 5.625vw, 21.6px);
  }
}
@media (any-hover: hover) {
  .sub.recruit .requirementsLinks__link:hover {
    background-color: #f6f6f6;
  }
  .sub.recruit .requirementsLinks__item:first-of-type .requirementsLinks__link:hover {
    background-color: rgba(5, 164, 193, 0.7);
  }
}

body.windows.firefox .sub.recruit .topLink__title--jp {
  font-size: min(1.8055555556vw, 26px);
}
@media screen and (max-width: 768px) {
  body.windows.firefox .sub.recruit .topLink__title--jp {
    font-size: clamp(9.6px, 3.75vw, 14.4px);
  }
}
/*# sourceMappingURL=page-recruit.css.map */