@charset "UTF-8";
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  margin-top: 130px;
  padding: 0 40px;
  position: relative;
}
.p-mv::before {
  position: absolute;
  content: "";
  width: 700px;
  height: 700px;
  background: url(/assets/images/recruit/bg_mv01.png) no-repeat center center/100%;
  left: -225px;
  top: -445px;
  z-index: -1;
}

.p-mv-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-left: 220px;
  position: relative;
}

.p-mv-ttl-wrap {
  margin-top: 70px;
}

.p-mv-subttl {
  font-size: 1.8rem;
  line-height: 2.0555555556;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #fff;
  background: #5397FC;
  text-align: center;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  font-family: "CrimsonText";
  width: 206px;
}
.p-mv-subttl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #5397FC transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 99.5%;
}

.p-mv-ttl {
  font-size: 4.4rem;
  line-height: 1.4090909091;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #0052C5;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  margin-top: 15px;
}

@media screen and (max-width: 1630px) and (min-width: 768px) {
  .l-breadcrumbs {
    left: 60px;
  }
  .p-mv-inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .p-mv {
    margin-top: 8.66vw;
    padding: 0 2.66vw;
  }
  .p-mv::before {
    width: 46.66vw;
    height: 46.66vw;
    left: -15vw;
    top: -29.66vw;
  }
  .p-mv-ttl-wrap {
    margin-top: 4.66vw;
  }
  .p-mv-subttl {
    font-size: 1.2vw;
    padding: 0.133vw 0;
    width: 13.73vw;
  }
  .p-mv-subttl::after {
    border-width: 0.53vw 0.43vw 0 0.43vw;
  }
  .p-mv-ttl {
    font-size: 2.93vw;
    margin-top: 1vw;
  }
  .p-mv-img {
    width: 48vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-mv-inner {
    padding-left: 3.9vw;
  }
  .l-breadcrumbs {
    left: 3.9vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 18.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .p-mv::before {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    left: -26.6666666667vw;
    top: -52vw;
  }
  .p-mv-inner {
    display: block;
    padding-left: 0;
  }
  .p-mv-ttl-wrap {
    margin-top: 0;
    padding-top: 4vw;
  }
  .p-mv-subttl {
    font-size: 3.4666666667vw;
    padding: 0;
    line-height: 2;
    width: 26.6666666667vw;
  }
  .p-mv-subttl::after {
    border-width: 2.1333333333vw 1.7333333333vw 0 1.7333333333vw;
  }
  .p-mv-ttl {
    font-size: 7.7333333333vw;
    margin-top: 4vw;
  }
  .p-mv-img {
    margin-top: 4vw;
  }
}
/* p-top
---------------------------------------------------------------------------- */
.p-top {
  padding: 100px 0 70px;
  position: relative;
}
.p-top::after {
  position: absolute;
  content: "";
  right: -500px;
  top: 30px;
  background: url(/assets/images/recruit/work/bg_body.png) no-repeat center center/100%;
  width: 1400px;
  height: 1400px;
  z-index: -1;
}

.p-top-txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.p-top-txt span {
  color: #0052C5;
}

.p-special {
  padding: 0 0 40px;
}

.p-special-item {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
  padding: 30px 120px;
  margin-bottom: 60px;
}

.p-special-item-heading {
  padding: 50px 0 80px 345px;
  border-bottom: 0.5px solid #0052C5;
  position: relative;
}
.p-special-item-heading img {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 170px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-special-item-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #0052C5;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.p-special-item-ttl::before {
  position: absolute;
  content: "";
  left: -20px;
  top: -16px;
  width: 35px;
  height: 30px;
  background: url(/assets/images/recruit/special/icn_ttl.png) no-repeat center center/100%;
  z-index: -1;
}

.p-special-item-name {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-special-item-info {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-special-item-body {
  text-align: center;
}

.p-special-item-body-txt {
  padding: 30px 0 0 0;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: left;
  display: none;
}

.p-special-item-btn {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #0052C5;
  display: inline-block;
  padding: 0 28px;
  cursor: pointer;
}
.p-special-item-btn span:first-of-type {
  padding-left: 25px;
  position: relative;
}
.p-special-item-btn span:first-of-type::before {
  position: absolute;
  content: "";
  left: 0;
  top: 25%;
  border-bottom: 1px solid #0052C5;
  border-right: 1px solid #0052C5;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-special-item-btn span:last-of-type {
  padding-left: 25px;
  position: relative;
  display: none;
}
.p-special-item-btn span:last-of-type::before {
  position: absolute;
  content: "";
  left: 0;
  top: 38%;
  border-top: 1px solid #0052C5;
  border-left: 1px solid #0052C5;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-special-item-btn.is-active span:first-of-type {
  display: none;
}
.p-special-item-btn.is-active span:last-of-type {
  display: inline-block;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-top {
    padding: 7.8vw 0 5.46vw;
  }
  .p-top::after {
    right: -39vw;
    top: 2.34vw;
    width: 109.3vw;
    height: 109.3vw;
  }
  .p-top-txt {
    font-size: 1.4vw;
  }
  .p-special {
    padding: 0 0 3.12vw;
  }
  .p-special-item {
    -webkit-box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
    padding: 2.34vw 9.37vw;
    margin-bottom: 4.68vw;
  }
  .p-special-item-heading {
    padding: 3.9vw 0 6.25vw 26.95vw;
  }
  .p-special-item-heading img {
    left: 3.9vw;
    width: 17.57vw;
  }
  .p-special-item-ttl {
    font-size: 1.71vw;
    margin-bottom: 0.78vw;
  }
  .p-special-item-ttl::before {
    left: -1.56vw;
    top: -1.25vw;
    width: 2.73vw;
    height: 2.34vw;
  }
  .p-special-item-name {
    font-size: 1.17vw;
  }
  .p-special-item-info {
    font-size: 1.17vw;
  }
  .p-special-item-body-txt {
    padding: 2.34vw 0 0 0;
    font-size: 1.17vw;
  }
  .p-special-item-btn {
    margin-top: 1.95vw;
    font-size: 1.17vw;
    border-radius: 3.9vw;
    padding: 0 2.18vw;
  }
  .p-special-item-btn span:first-of-type {
    padding-left: 1.95vw;
  }
  .p-special-item-btn span:first-of-type::before {
    width: 0.7vw;
    height: 0.7vw;
  }
  .p-special-item-btn span:last-of-type {
    padding-left: 1.95vw;
  }
  .p-special-item-btn span:last-of-type::before {
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
  .p-top::after {
    width: 133.3333333333vw;
    height: 133.3333333333vw;
    right: -53.3333333333vw;
    top: 37.3333333333vw;
  }
  .p-top-txt {
    text-align: left;
    font-size: 4.2666666667vw;
  }
  .p-special {
    padding: 0 0 10.6666666667vw;
  }
  .p-special-item {
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
    padding: 5.3333333333vw 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-special-item-heading {
    padding: 2.6666666667vw 0 5.3333333333vw 5.3333333333vw;
  }
  .p-special-item-heading img {
    left: 0;
    width: 28vw;
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .p-special-item-ttl {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  .p-special-item-ttl::before {
    left: -vw(20);
    top: -vw(16);
    width: 9.3333333333vw;
    height: 8vw;
  }
  .p-special-item-name {
    font-size: 4vw;
    padding-left: 28vw;
    line-height: 1.75;
    margin-bottom: 2.6666666667vw;
  }
  .p-special-item-info {
    font-size: 3.4666666667vw;
    padding-left: 28vw;
    line-height: 1.75;
  }
  .p-special-item-body-txt {
    padding: 4vw 0 0 0;
    font-size: 4vw;
  }
  .p-special-item-btn {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
    border-radius: 13.3333333333vw;
    padding: 0 7.4666666667vw;
  }
  .p-special-item-btn span:first-of-type {
    padding-left: 6.6666666667vw;
  }
  .p-special-item-btn span:first-of-type::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .p-special-item-btn span:last-of-type {
    padding-left: 6.6666666667vw;
  }
  .p-special-item-btn span:last-of-type::before {
    width: 2.4vw;
    height: 2.4vw;
  }
}
/* p-recommend
---------------------------------------------------------------------------- */
.p-recommend {
  padding: 0 0 55px;
}

.p-inner {
  padding: 30px 0 40px;
  border-top: 0.5px solid #0052C5;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-recommend {
    padding: 0 0 4.29vw;
  }
  .p-inner {
    padding: 2.34vw 0 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 0 0 16vw;
  }
  .p-inner {
    padding: 4vw 0 8vw;
  }
}