.sp {
  display: none !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
.pc {
  display: none !important;
}

@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
.l-1600 {
  padding: 0 2rem;
}
@media (min-width: 769px) {
  .l-1600 {
    padding: 0 16rem;
    margin: 0 auto;
  }
}

.l-1280 {
  padding: 0 2rem;
}
@media (min-width: 769px) {
  .l-1280 {
    padding: 0 32rem;
    margin: 0 auto;
  }
}

.arrow-link {
  position: relative;
  display: inline-block;
  width: 20rem;
  font-family: "Teko", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 769px) {
  .arrow-link {
    padding: 1rem 0;
    width: 24rem;
    font-size: 2.4rem;
  }
}
.arrow-link::before {
  position: absolute;
  content: "";
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 0.6rem;
  background: url(/ja/jpn/recruit/saiyo/shared/img/ic_arrow_a_blk.svg) no-repeat right center/100%;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (min-width: 769px) {
  .arrow-link::before {
    width: 1.6rem;
    height: 0.6rem;
  }
}
.arrow-link:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #000;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.arrow-link:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.arrow-link:hover:before {
  right: 0rem;
}

.border-link {
  position: relative;
  margin-top: 3.5rem;
  text-align: center;
  display: block;
  width: 100%;
  border: solid 1px #184094;
  font-weight: 800;
  padding: 2rem 0;
  font-size: 1.4rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .border-link {
    margin-top: 7rem;
    padding: 3.5rem 0;
    font-size: 2.2rem;
    border: solid 2px #184094;
    max-width: 50rem;
  }
}
.border-link > span {
  position: relative;
  z-index: 1;
}
.border-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 3.2rem 3.2rem;
  border-color: transparent transparent #fff778 transparent;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 769px) {
  .border-link:hover::before {
    -webkit-transform: scale3d(20, 20, 1);
            transform: scale3d(20, 20, 1);
  }
}

.page-head {
  margin-top: 7rem;
}
@media (min-width: 769px) {
  .page-head {
    margin-top: 18rem;
  }
}
.page-head__title {
  position: relative;
  height: 24rem;
}
@media (min-width: 769px) {
  .page-head__title {
    height: 50rem;
  }
}
.page-head__title .page-title {
  position: absolute;
  font-size: 5.5rem;
  color: #1c4393;
  font-weight: 800;
  left: 2rem;
  text-wrap: nowrap;
  line-height: 1.23;
  top: 5.5rem;
}
@media (min-width: 769px) {
  .page-head__title .page-title {
    font-size: 11rem;
    left: 10rem;
    top: 20rem;
  }
}
.page-head__title .page-title .t-slash {
  position: relative;
  background: linear-gradient(135deg, #064499 67%, #fff778 67%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 100%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: none;
  transition: none;
  -webkit-text-fill-color: transparent;
}
.page-head__title .page-img {
  position: absolute;
  left: -40px;
  top: 0;
  height: 100%;
  width: auto;
  z-index: -1;
  max-width: none;
}
@media (min-width: 769px) {
  .page-head__title .page-img {
    left: auto;
    right: 0;
  }
}
.page-head__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .page-head__anchor {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 10rem;
  }
}
.page-head__anchor .anchor-link {
  position: relative;
  text-align: center;
  border: 1px solid #064498;
  font-size: 1.5rem;
  font-weight: 800;
  width: 50%;
  height: 5.3rem;
  margin-left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.33;
  overflow: hidden;
}
@media (min-width: 769px) {
  .page-head__anchor .anchor-link {
    border: 2px solid #064498;
    font-size: 2.4rem;
    height: 10.5rem;
    margin-left: -2px;
    width: 100%;
  }
}
.page-head__anchor .anchor-link > span {
  position: relative;
  z-index: 1;
}
.page-head__anchor .anchor-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 1.6rem 1.6rem;
  border-color: transparent transparent #fff778 transparent;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 769px) {
  .page-head__anchor .anchor-link::before {
    border-width: 0 0 3.2rem 3.2rem;
  }
}
@media (min-width: 769px) {
  .page-head__anchor .anchor-link:hover::before {
    -webkit-transform: scale3d(20, 20, 1);
            transform: scale3d(20, 20, 1);
  }
}
.page-head__anchor .anchor-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 0.5rem;
  height: 1.3rem;
  background-image: url(/ja/jpn/recruit/saiyo/shared/img/ic_arrow_anchor.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .page-head__anchor .anchor-link:after {
    bottom: 5px;
    right: 5px;
    width: 0.9rem;
    height: 2.1rem;
  }
}
.page-head__anchor .anchor-link:nth-child(2n+1):last-child {
  width: calc(100% - 1px);
}
.page-head__anchor .anchor-link:nth-child(n+3) {
  margin-top: -1px;
}
@media (min-width: 769px) {
  .page-head__anchor .anchor-link:nth-child(n+3) {
    margin-top: 0;
  }
}

.page-lead {
  padding: 3.5rem 0 0;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.115em;
  line-height: 1.82;
  text-align: center;
  font-weight: 800;
}
@media (min-width: 769px) {
  .page-lead {
    padding: 14rem 0 0;
    font-size: 4.7rem;
    line-height: 1.65;
  }
}

.sec-title {
  font-size: 4rem;
  letter-spacing: 0.07em;
  font-weight: 800;
  line-height: 1.225;
  color: #00419a;
}
@media (min-width: 769px) {
  .sec-title {
    font-size: 8rem;
  }
}
.sec-title .t-slash {
  position: relative;
  background: linear-gradient(135deg, #064499 67%, #fff778 67%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 100%;
  -webkit-transition: none;
  transition: none;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-text-fill-color: transparent;
}

.sec-lead {
  position: relative;
}
.sec-lead__title {
  text-align: center;
}
.sec-lead__title .sec-desc {
  letter-spacing: 0.1em;
  line-height: 2.56;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec-lead__title .sec-desc {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.sec-lead .typo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5rem;
  z-index: -1;
}
@media (min-width: 769px) {
  .sec-lead .typo {
    top: 15rem;
  }
}
.sec-lead .deco01,
.sec-lead .deco02 {
  position: absolute;
  bottom: 6rem;
  z-index: -1;
}
@media (min-width: 769px) {
  .sec-lead .deco01,
  .sec-lead .deco02 {
    top: 22rem;
    bottom: auto;
  }
}

.anchor-area {
  padding-top: 5rem;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .anchor-area {
    padding-top: 12.5rem;
  }
}

.anchor-list {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  padding: 3.4rem 3.8rem 0;
}
@media (min-width: 769px) {
  .anchor-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 115.4rem;
    gap: 3rem;
    border-radius: 1rem 1rem 0 0;
    padding: 4rem 5rem 0;
  }
}
.anchor-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.anchor-list__item.jp {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.anchor-list__item.en {
  font-family: "Teko", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.anchor-list__item--3 {
  width: 100%;
}
@media (min-width: 769px) {
  .anchor-list__item--3 {
    width: 31.3%;
  }
}
.anchor-list__item--4 {
  width: 45.82%;
}
@media (min-width: 769px) {
  .anchor-list__item--4 {
    width: 22.42%;
  }
}
.anchor-list__item a {
  position: relative;
  padding-left: 0.3rem;
  width: 100%;
  height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anchor-list__item a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  content: "";
  color: #000;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}/*# sourceMappingURL=common-child.css.map */