@charset "UTF-8";
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  width: 100%;
  height: 940px;
  position: relative;
}
.p-mv::before {
  position: absolute;
  content: "";
  width: 1046px;
  height: 1046px;
  background: url(../../images/recruit/bg_mv04.png) no-repeat center center/100%;
  right: -140px;
  top: 20px;
  z-index: -1;
}
.p-mv::after {
  position: absolute;
  content: "";
  width: 559px;
  height: 559px;
  background: url(../../images/recruit/bg_mv03.png) no-repeat center center/100%;
  right: -180px;
  top: 565px;
}

.p-mv-inner {
  position: relative;
}
.p-mv-inner::before {
  position: absolute;
  content: "";
  width: 700px;
  height: 700px;
  background: url(../../images/recruit/bg_mv01.png) no-repeat center center/100%;
  left: -225px;
  top: -330px;
  z-index: -1;
}
.p-mv-inner::after {
  position: absolute;
  content: "";
  width: 352px;
  height: 352px;
  background: url(../../images/recruit/bg_mv02.png) no-repeat center center/100%;
  left: -120px;
  top: 445px;
}

.p-mv-img-wrap {
  padding-top: 16.14vw;
  position: relative;
}

.p-mv-ttl-wrap {
  position: absolute;
  text-align: center;
  top: 2.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.p-mv-img-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 0 40px;
}

.slick-slide {
  margin-right: 40px;
  width: 436px;
  height: 290px;
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .p-mv {
    height: 58.66vw;
  }
  .p-mv::before {
    width: 69.73vw;
    height: 69.73vw;
    right: -9.33vw;
    top: 1.33vw;
  }
  .p-mv::after {
    width: 37.26vw;
    height: 37.26vw;
    right: -12vw;
    top: 37.66vw;
  }
  .p-mv-inner::before {
    width: 46.66vw;
    height: 46.66vw;
    left: -15vw;
    top: -22vw;
  }
  .p-mv-inner::after {
    width: 23.46vw;
    height: 23.46vw;
    left: -8vw;
    top: 29.66vw;
  }
  .p-mv-ttl-wrap {
    width: 62vw;
    top: -0.5vw;
  }
  .p-mv-img-list {
    margin: 0 0 0;
  }
  .slick-slide {
    margin-right: 2.66vw;
    width: 29vw;
    height: 19.33vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 113.3333333333vw;
  }
  .p-mv::before {
    width: 106.6666666667vw;
    height: 106.6666666667vw;
    right: -40vw;
    top: auto;
    bottom: -10.6666666667vw;
  }
  .p-mv::after {
    display: none;
  }
  .p-mv-inner::before {
    width: 80vw;
    height: 80vw;
    left: -32vw;
    top: -40vw;
  }
  .p-mv-inner::after {
    display: none;
  }
  .p-mv-ttl-wrap {
    top: -17.3333333333vw;
    width: 170%;
  }
  .p-mv-img-wrap {
    padding-top: 37.3333333333vw;
  }
  .p-mv-img-list {
    margin: 0 0;
  }
  .slick-slide {
    margin-right: 4vw;
    margin-bottom: 4vw;
    width: 39.4666666667vw;
    height: auto;
  }
}
/* p-intro
---------------------------------------------------------------------------- */
.p-intro {
  padding: 100px 0 0;
}
.p-intro .p-mh-en {
  color: #fff;
}

.p-intro-inner {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  background: url(../../images/recruit/bg_intro.png) no-repeat center bottom/cover;
  padding: 80px 0 100px;
}

.p-mh-wrap {
  text-align: center;
}

.p-mh-jn {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #fff;
  background: #5397FC;
  display: inline-block;
  padding: 0 12px;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-mh-en {
  font-size: 5.4rem;
  line-height: 1.2592592593;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #0052C5;
  font-family: "CrimsonText";
}

.p-intro-list .m-intro-list-item:nth-child(2) {
  /*margin-top: 70px;*/
  margin-top: 200px;
}

.p-intro-list:nth-child(3) {
  margin-top: -150px;
  /*margin-left: 200px;*/
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-intro {
    padding: 4.68vw 0 0;
  }
  .p-intro-inner {
    padding: 6.25vw 0 7.8vw;
  }
  .p-mh-jn {
    font-size: 1.4vw;
    padding: 0 0.93vw;
  }
  .p-mh-en {
    font-size: 5vw;
  }
  .p-intro-list .m-intro-list-item:nth-child(2) {
    /*margin-top: 5.46vw;*/
    margin-top: 30.46vh;
  }
  .p-intro-list:nth-child(3) {
    margin-top: -24.46vh;
  }
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 0;
  }
  .p-intro-inner {
    padding: 13.3333333333vw 0 24vw;
  }
  .p-mh-jn {
    font-size: 4.2666666667vw;
    padding: 0 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .p-mh-en {
    font-size: 9.0666666667vw;
  }
  .p-intro-list .m-intro-list-item:nth-child(2) {
    margin-top: 13.3333333333vw;
  }
  .p-intro-list:nth-child(3) {
    margin-top: 20.3333333333vw;
  }
}
/* p-work
---------------------------------------------------------------------------- */
.p-work {
  padding: 100px 0;
  position: relative;
}
.p-work::after {
  position: absolute;
  content: "";
  width: 1100px;
  height: 1100px;
  left: -210px;
  top: -335px;
  background: url(../../images/recruit/bg_environment.png) no-repeat center center/contain;
}

.p-work-list {
  position: relative;
  z-index: 2;
}
.p-work-list .m-intro-list-item:nth-child(1) {
  margin-top: 70px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-work {
    padding: 7.8vw 0;
  }
  .p-work::after {
    width: 85.93vw;
    height: 85.93vw;
    left: -2.1866666667vw;
    top: -3.4893333333vw;
  }
  .p-work-list .m-intro-list-item:nth-child(1) {
    margin-top: 5.46vw;
  }
}
@media screen and (max-width: 767px) {
  .p-work {
    padding: 16vw 0 32vw;
  }
  .p-work::after {
    width: 133.3333333333vw;
    height: 133.3333333333vw;
    left: -60vw;
    top: -20vw;
  }
  .p-work-list .m-intro-list-item:nth-child(1) {
    margin-top: 9.3333333333vw;
  }
  .p-work-list .m-intro-list-item:nth-child(2) {
    margin-top: 13.3333333333vw;
  }
  .p-work-list .m-intro-list-item:nth-child(2) .m-intro-list-item-body {
    bottom: -16vw;
  }
}
/* p-people
---------------------------------------------------------------------------- */
.p-people {
  position: relative;
}
.p-people::after {
  position: absolute;
  content: "";
  left: 0;
  top: 445px;
  background: #fff;
  width: 1443px;
  height: 700px;
}

.p-people-top {
  padding: 100px 0;
  background: #F5F5F6;
}

.p-people-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0;
  position: relative;
  z-index: 2;
}

.p-people-list-item {
  width: 245px;
  margin-right: 65px;
}
.p-people-list-item:nth-child(2) {
  margin-top: 30px;
}
.p-people-list-item:nth-child(3) {
  margin-top: 60px;
  margin-right: 100px;
}
.p-people-list-item:nth-child(5) {
  margin-top: 30px;
}
.p-people-list-item:nth-child(6) {
  margin-top: 60px;
}
.p-people-list-item:nth-child(7) {
  margin-top: 90px;
  margin-right: 0;
}

.p-people-list-item-link {
  display: block;
  position: relative;
}

.p-people-list-item-img {
  width: 250px;
  height: 315px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-people-list-item-img.p-people01 {
  background: url(../../images/recruit/img_people01.png) no-repeat center bottom/100%;
}
.p-people-list-item-img.p-people02 {
  background: url(../../images/recruit/img_people02.png) no-repeat center bottom/100%;
}
.p-people-list-item-img.p-people03 {
  background: url(../../images/recruit/img_people03.png) no-repeat center bottom/100%;
}
.p-people-list-item-img.p-people04 {
  background: url(../../images/recruit/img_people04.png) no-repeat center bottom/100%;
}
.p-people-list-item-img.p-people05 {
  background: url(../../images/recruit/img_people05.png) no-repeat center bottom/100%;
}
.p-people-list-item-img.p-people06 {
  background: url(../../images/recruit/img_people06.png) no-repeat center bottom/100%;
}
.p-people-list-item-img.p-people07 {
  background: url(../../images/recruit/img_people07.png) no-repeat center bottom/100%;
}

.p-people-list-item-body {
  background: #fff;
  padding: 20px 20px 0 0;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.p-people-list-item-ttl {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #222;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-people-list-item-ttl-en {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #A4A4A4;
  margin-top: 10px;
}

.p-people-list-item-info {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #0052C5;
  margin-top: 15px;
}

.p-people-link-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 2;
}
.p-people-link-wrap .p-people-link-box:nth-child(2) .p-people-link {
  right: auto;
  left: 0;
  bottom: 0;
  background: #5397FC;
}

.p-people-link-box {
  width: 50%;
  height: 415px;
  position: relative;
}

.p-people-link-img {
  width: 100%;
  height: 391px;
}
.p-people-link-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-people-link {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0052C5;
  height: 150px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 150px 0 60px;
}

.p-people-link-ttl {
  font-size: 2.6rem;
  line-height: 1.6923076923;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  position: relative;
}
.p-people-link-ttl::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  left: calc(100% + 45px);
  top: 50%;
  -webkit-transform: translateY(-50%) skew(50deg);
          transform: translateY(-50%) skew(50deg);
}

@media screen and (min-width: 768px) {
  .p-people-list-item-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-people-list-item-link:hover .p-people01 {
    background: url(../../images/recruit/img_people01_h.png) no-repeat center bottom/100%;
  }
  .p-people-list-item-link:hover .p-people02 {
    background: url(../../images/recruit/img_people02_h.png) no-repeat center bottom/100%;
  }
  .p-people-list-item-link:hover .p-people03 {
    background: url(../../images/recruit/img_people03_h.png) no-repeat center bottom/100%;
  }
  .p-people-list-item-link:hover .p-people04 {
    background: url(../../images/recruit/img_people04_h.png) no-repeat center bottom/100%;
  }
  .p-people-list-item-link:hover .p-people05 {
    background: url(../../images/recruit/img_people05_h.png) no-repeat center bottom/100%;
  }
  .p-people-list-item-link:hover .p-people06 {
    background: url(../../images/recruit/img_people06_h.png) no-repeat center bottom/100%;
  }
  .p-people-list-item-link:hover .p-people07 {
    background: url(../../images/recruit/img_people07_h.png) no-repeat center bottom/100%;
  }
  .p-people-link {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-people-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 14px solid #4D86D7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-people-link:hover::after {
    opacity: 1;
  }
  .p-people-link-wrap .p-people-link-box:nth-child(2) .p-people-link::after {
    border: 14px solid #87B7FD;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-people::after {
    top: 34.76vw;
    width: 112.7vw;
    height: 54.68vw;
  }
  .p-people-top {
    padding: 7.8vw 0;
  }
  .p-people-list {
    margin: 3.125vw 0 0;
  }
  .p-people-list-item {
    width: 18vw;
    margin-right: 5vw;
  }
  .p-people-list-item:nth-child(2) {
    margin-top: 1.56vw;
  }
  .p-people-list-item:nth-child(3) {
    margin-top: 3.9vw;
  }
  .p-people-list-item:nth-child(4) {
    margin-top: 0;
  }
  .p-people-list-item:nth-child(5) {
    margin-top: 1.56vw;
  }
  .p-people-list-item:nth-child(6) {
    margin-top: 3.9vw;
  }
  .p-people-list-item:nth-child(7) {
    margin-top: 6.25vw;
  }
  .p-people-list-item-img {
    width: 19.53vw;
    height: 24.6vw;
  }
  .p-people-list-item-body {
    padding: 1.56vw 1.56vw 0 0;
    bottom: -0.78vw;
  }
  .p-people-list-item-ttl {
    font-size: 1.56vw;
  }
  .p-people-list-item-ttl-en {
    font-size: 1.17vw;
    margin-top: 0.78vw;
  }
  .p-people-list-item-info {
    font-size: 1.25vw;
    margin-top: 1.17vw;
  }
  .p-people-link-box {
    height: 32.42vw;
  }
  .p-people-link-img {
    height: 30vw;
  }
  .p-people-link {
    height: 11.7vw;
    padding: 0 11.7vw 0 4.68vw;
  }
  .p-people-link-ttl {
    font-size: 2vw;
  }
  .p-people-link-ttl::after {
    width: 3.59vw;
    height: 0.46vw;
    left: calc(100% + 3.5vw);
  }
}
@media screen and (max-width: 767px) {
  .p-people::after {
    left: 0;
    top: auto;
    bottom: 0;
    width: 86.66%;
    height: 82%;
  }
  .p-people-top {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
  .p-people-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10.6666666667vw 1.3333333333vw 0;
  }
  .p-people-list-item {
    width: 37.3333333333vw;
    margin-right: 0;
  }
  .p-people-list-item:nth-child(2n) {
    margin-left: 8vw;
  }
  .p-people-list-item:nth-child(2) {
    margin-top: 0;
  }
  .p-people-list-item:nth-child(3) {
    margin-right: 0;
  }
  .p-people-list-item:nth-child(3), .p-people-list-item:nth-child(4), .p-people-list-item:nth-child(5), .p-people-list-item:nth-child(6), .p-people-list-item:nth-child(7) {
    margin-top: 13.3333333333vw;
  }
  .p-people-list-item-img {
    width: 38.6666666667vw;
    height: 48vw;
  }
  .p-people-list-item-body {
    padding: 4vw 2.6666666667vw 2.6666666667vw 0.8vw;
    bottom: -5.3333333333vw;
  }
  .p-people-list-item-ttl {
    font-size: 4.2666666667vw;
  }
  .p-people-list-item-ttl-en {
    font-size: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }
  .p-people-list-item-info {
    font-size: 3.7333333333vw;
    margin-top: 1.8666666667vw;
  }
  .p-people-link-wrap {
    display: block;
  }
  .p-people-link-wrap .p-people-link-box:nth-child(2) {
    margin-top: 8vw;
  }
  .p-people-link-wrap .p-people-link-box:nth-child(2) .p-people-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 23.2vw;
    bottom: -5.3333333333vw;
  }
  .p-people-link-box {
    width: 100%;
    height: 58.6666666667vw;
  }
  .p-people-link-img {
    height: 53.3333333333vw;
  }
  .p-people-link {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 17.8666666667vw;
    padding: 0 17.3333333333vw 0 5.3333333333vw;
  }
  .p-people-link-ttl {
    font-size: 4.8vw;
    white-space: nowrap;
  }
  .p-people-link-ttl::after {
    width: 6.9333333333vw;
    height: 1.0666666667vw;
    left: calc(100% + 5.33vw);
  }
}
/* p-environment
---------------------------------------------------------------------------- */
.p-environment {
  padding: 100px 0 80px;
  position: relative;
}
.p-environment::after {
  position: absolute;
  content: "";
  width: 1050px;
  height: 1050px;
  right: -210px;
  top: -305px;
  background: url(../../images/recruit/bg_environment.png) no-repeat center center/contain;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-environment {
    padding: 7.8vw 0 6.25vw;
  }
  .p-environment::after {
    width: 82vw;
    height: 82vw;
    right: -16.4vw;
    top: -23.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-environment {
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
  .p-environment::after {
    display: none;
  }
}
/* p-recruit
---------------------------------------------------------------------------- */
.p-recruit {
  padding: 0 0 90px;
}

.p-recruit-link-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  width: 100%;
  margin: 45px auto 0;
  position: relative;
  z-index: 2;
}

.p-recruit-link-list-item {
  width: 450px;
  margin: 0 0 20px;
}
.p-recruit-link-list-item a {
  display: block;
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #222;
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
  padding: 21px 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-link-list-item a {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-recruit-link-list-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 10px solid #C9E0FF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  .p-recruit-link-list-item a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-recruit {
    padding: 0 0 7vw;
  }
  .p-recruit-link-list {
    max-width: 75vw;
    margin: 3.5vw auto 0;
  }
  .p-recruit-link-list-item {
    width: 35vw;
    margin: 0 0 1.56vw;
  }
  .p-recruit-link-list-item a {
    font-size: 1.4vw;
    -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: 1.64vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 0 0 12vw;
  }
  .p-recruit-link-list {
    display: block;
    max-width: 100%;
    margin: 8vw auto 0;
  }
  .p-recruit-link-list-item {
    width: 100%;
    margin: 0 0 4vw;
  }
  .p-recruit-link-list-item a {
    font-size: 4.2666666667vw;
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
    padding: 3.4666666667vw 0;
  }
}