@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: 120px;
}

.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;
}

@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: 8vw;
  }
  .p-mv-img {
    width: 48vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-mv-inner {
    padding-left: 3.9vw;
  }
  .p-mv-ttl {
    font-size: 3.43vw;
  }
  .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-ttl {
    font-size: 7.7333333333vw;
  }
  .p-mv-img {
    margin-top: 4vw;
  }
}
/* p-intro
---------------------------------------------------------------------------- */
.p-intro {
  padding: 80px 0;
}

.p-intro-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.p-intro-mh-wrap {
  text-align: center;
}

.p-intro-mh {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: bold;
  background: #5397FC;
  text-align: center;
  padding: 0 40px;
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-intro-catch {
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 25px 0 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-intro-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 35px 0 0;
}

.p-anchor-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 35px 0 0;
}

.p-anchor-list-item:not(:last-child) {
  margin-right: 40px;
}

.p-anchor-list-item-link {
  display: block;
  font-size: 1.8rem;
  line-height: 2.0555555556;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  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);
  width: 293px;
  padding: 23px 0;
  color: #2A2A2A;
}
.p-anchor-list-item-link span {
  padding-left: 30px;
  position: relative;
}
.p-anchor-list-item-link span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #0052C5;
  border-bottom: 2px solid #0052C5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .p-anchor-list-item-link {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-anchor-list-item-link::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-anchor-list-item-link:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-intro {
    padding: 6.25vw 0;
  }
  .p-intro-inner {
    max-width: 75vw;
  }
  .p-intro-mh {
    font-size: 1.4vw;
    padding: 0 3.12vw;
  }
  .p-intro-catch {
    font-size: 2.34vw;
    margin: 1.95vw 0 0;
  }
  .p-intro-txt {
    font-size: 1.25vw;
    margin: 2.73vw 0 0;
  }
  .p-anchor-list {
    margin: 2.73vw 0 0;
  }
  .p-anchor-list-item:not(:last-child) {
    margin-right: 3.12vw;
  }
  .p-anchor-list-item-link {
    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);
    width: 22.89vw;
    padding: 1.79vw 0;
  }
  .p-anchor-list-item-link span {
    padding-left: 2.34vw;
  }
  .p-anchor-list-item-link span::before {
    width: 0.85vw;
    height: 0.85vw;
    border-right: 0.156vw solid #0052C5;
    border-bottom: 0.156vw solid #0052C5;
  }
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 16vw 0;
  }
  .p-intro-inner {
    max-width: 100%;
  }
  .p-intro-mh {
    font-size: 4.2666666667vw;
    padding: 0 5.3333333333vw;
  }
  .p-intro-catch {
    font-size: 5.3333333333vw;
    padding: 0;
    margin: 5.3333333333vw 0 0;
  }
  .p-intro-txt {
    font-size: 4.2666666667vw;
    margin: 6.6666666667vw 0 0;
  }
  .p-anchor-list {
    display: block;
    margin: 5.3333333333vw 0 0;
  }
  .p-anchor-list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .p-anchor-list-item-link {
    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);
    width: 100%;
    padding: 4vw 0;
  }
  .p-anchor-list-item-link span {
    padding-left: 8vw;
  }
  .p-anchor-list-item-link span::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.5333333333vw solid #0052C5;
    border-bottom: 0.5333333333vw solid #0052C5;
  }
}
/* p-system
---------------------------------------------------------------------------- */
.p-system {
  padding: 0 0 60px;
  position: relative;
}
.p-system::after {
  position: absolute;
  content: "";
  right: -400px;
  top: -400px;
  background: url(/assets/images/recruit/conditions/bg_body.png) no-repeat center center/100%;
  width: 1400px;
  height: 1400px;
  z-index: -1;
}

.p-inner {
  padding: 20px 0 40px;
  border-top: 0.5px solid #0052C5;
}

.p-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 0 120px;
}

.p-wrapper {
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
  padding: 60px 120px;
  margin: 60px 0 0;
  background: #fff;
  position: relative;
}
.p-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #0052C5;
}

.p-sh {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-sh span {
  font-size: 1.6rem;
  line-height: 2.4375;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-wrapper-list {
  margin: 60px 0 0;
}

.p-wrapper-list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.p-wrapper-list-item:last-child .p-wrapper-list-item-txt {
  border-bottom: 1px solid #E1E1E5;
}
.p-wrapper-list-item:last-child .p-wrapper-list-item-ttl {
  border-bottom: 1px solid #A8A8AC;
}

.p-wrapper-list-item-ttl {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  font-weight: 500;
  width: 180px;
  padding: 26px 0 26px 10px;
  border-top: 1px solid #A8A8AC;
}

.p-wrapper-list-item-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding: 26px 0 26px 40px;
  border-top: 1px solid #E1E1E5;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-system {
    padding: 0 0 4.68vw;
  }
  .p-system::after {
    right: -31.25vw;
    top: -31.25vw;
    width: 109vw;
    height: 109vw;
  }
  .p-inner {
    padding: 1.56vw 0 3.125vw;
  }
  .p-txt {
    font-size: 1.25vw;
    margin: 1.56vw 0 0;
    padding: 0 9.37vw;
  }
  .p-wrapper {
    -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: 4.68vw 9.37vw;
    margin: 4.68vw 0 0;
  }
  .p-wrapper::before {
    width: 4.68vw;
    height: 0.31vw;
  }
  .p-sh {
    font-size: 2.34vw;
  }
  .p-sh span {
    font-size: 1.25vw;
  }
  .p-wrapper-list {
    margin: 4.68vw 0 0;
  }
  .p-wrapper-list-item-ttl {
    font-size: 1.25vw;
    width: 14.06vw;
    padding: 2.03vw 0 2.03vw 0.78vw;
  }
  .p-wrapper-list-item-txt {
    font-size: 1.25vw;
    padding: 2.03vw 0 2.03vw 3.12vw;
  }
}
@media screen and (max-width: 767px) {
  .p-system {
    padding: 0 0 8vw;
  }
  .p-system::after {
    width: 133.3333333333vw;
    height: 133.3333333333vw;
    right: -53.3333333333vw;
    top: -42.6666666667vw;
  }
  .p-inner {
    padding: 4vw 0 8vw;
  }
  .p-txt {
    font-size: 4.2666666667vw;
    margin: 4vw 0 0;
    padding: 0;
  }
  .p-wrapper {
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
    padding: 8vw 5.3333333333vw;
    margin: 8vw 0 0;
  }
  .p-wrapper::before {
    width: 16vw;
    height: 1.0666666667vw;
  }
  .p-sh {
    font-size: 5.3333333333vw;
  }
  .p-sh span {
    font-size: 4.2666666667vw;
  }
  .p-wrapper-list {
    margin: 8vw 0 0;
  }
  .p-wrapper-list-item-ttl {
    font-size: 3.7333333333vw;
    width: 26.6666666667vw;
    padding: 4vw 1.3333333333vw;
  }
  .p-wrapper-list-item-txt {
    font-size: 3.7333333333vw;
    padding: 4vw 0 4vw 1.3333333333vw;
    width: calc(100% - 26.6666666667vw);
  }
}
/* p-conditions
---------------------------------------------------------------------------- */
.p-conditions {
  padding: 0 0 20px;
}

.p-conditions-wrap {
  margin: 60px 0 0;
  padding: 30px 0 0;
  position: relative;
}
.p-conditions-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #0052C5;
}

.p-conditions-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;
  margin: 40px 0 0;
}

.p-conditions-list-item {
  width: 570px;
  margin-bottom: 55px;
}

.p-conditions-list-item-img img {
  width: 100%;
}

.p-conditions-list-item-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 25px 0 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-conditions-list-item-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 15px 0 0;
}

.p-office-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;
}

.p-office-list-item {
  width: 570px;
  margin-bottom: 40px;
  background: #F5F5F6;
  padding: 30px 30px;
}

.p-office-list-item-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-office-list-item-ttl::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0052C5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-office-list-item-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 8px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-conditions {
    padding: 0 0 1.56vw;
  }
  .p-conditions-wrap {
    margin: 4.68vw 0 0;
    padding: 2.34vw 0 0;
  }
  .p-conditions-wrap::before {
    width: 4.68vw;
    height: 0.31vw;
  }
  .p-conditions-list {
    margin: 3.12vw 0 0;
  }
  .p-conditions-list-item {
    width: 44.53vw;
    margin-bottom: 4.29vw;
  }
  .p-conditions-list-item-ttl {
    font-size: 1.71vw;
    margin: 1.95vw 0 0;
  }
  .p-conditions-list-item-txt {
    font-size: 1.25vw;
    margin: 1.17vw 0 0;
  }
  .p-office-list-item {
    width: 44.53vw;
    margin-bottom: 3.12vw;
    padding: 2.34vw;
  }
  .p-office-list-item-ttl {
    font-size: 1.71vw;
    padding-left: 1.95vw;
  }
  .p-office-list-item-ttl::before {
    width: 0.62vw;
    height: 0.62vw;
  }
  .p-office-list-item-txt {
    font-size: 1.25vw;
    margin-top: 0.62vw;
  }
}
@media screen and (max-width: 767px) {
  .p-conditions {
    padding: 0;
  }
  .p-conditions-wrap {
    margin: 13.3333333333vw 0 0;
    padding: 8vw 0 0;
  }
  .p-conditions-wrap::before {
    width: 16vw;
    height: 1.0666666667vw;
  }
  .p-conditions-list {
    display: block;
    margin: 10.6666666667vw 0 0;
  }
  .p-conditions-list-item {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
  .p-conditions-list-item-ttl {
    font-size: 4.8vw;
    margin: 4vw 0 0;
  }
  .p-conditions-list-item-txt {
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw 0 0;
  }
  .p-office-list {
    display: block;
  }
  .p-office-list-item {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    padding: 5.3333333333vw 6.6666666667vw;
  }
  .p-office-list-item-ttl {
    font-size: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .p-office-list-item-ttl::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .p-office-list-item-txt {
    font-size: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
}
/* p-recommend
---------------------------------------------------------------------------- */
.p-recommend-inner {
  padding: 20px 0 100px;
  border-top: 0.5px solid #0052C5;
}

.p-recommend-mh {
  font-size: 3.8rem;
  line-height: 2.3684210526;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-recommend-mh::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 4px;
  background: #0052C5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.p-recommend-item {
  width: 958px;
  height: 345px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}

.p-recommend-item-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.p-recommend-item-img {
  width: 958px;
  height: 295px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-recommend-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-recommend-item-body {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 29px;
  height: 108px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
}

.p-recommend-item-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #2A2A2A;
  padding-left: 25px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-recommend-item-ttl::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0052C5;
}

@media screen and (min-width: 768px) {
  .p-recommend-item-link {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-recommend-item-link:hover .p-recommend-item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-recommend-item-link:hover .p-recommend-item-img::after {
    opacity: 1;
  }
  .p-recommend-item-img {
    position: relative;
  }
  .p-recommend-item-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-recommend-item-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 20px solid rgba(225, 225, 225, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-recommend-inner {
    padding: 1.56vw 0 7.8vw;
  }
  .p-recommend-mh {
    font-size: 2.96vw;
    padding-left: 4.68vw;
  }
  .p-recommend-mh::before {
    width: 2vw;
    height: 0.3vw;
    left: 0.78vw;
  }
  .p-recommend-item {
    width: 74.84vw;
    height: 26.95vw;
    margin: 2.34vw auto 0;
  }
  .p-recommend-item-img {
    width: 74.84vw;
    height: 23vw;
  }
  .p-recommend-item-body {
    padding: 0.78vw 2.26vw;
    height: 8.43vw;
    -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);
  }
  .p-recommend-item-ttl {
    font-size: 1.71vw;
    padding-left: 1.9vw;
  }
  .p-recommend-item-ttl::before {
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 0 0 16vw;
  }
  .p-recommend-inner {
    padding: 4vw 0 8vw;
  }
  .p-recommend-mh {
    font-size: 6.4vw;
    padding-left: 9.3333333333vw;
  }
  .p-recommend-mh::before {
    width: 5.3333333333vw;
    height: 0.8vw;
    left: 0;
  }
  .p-recommend-item {
    width: 89.3333333333vw;
    height: 53.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .p-recommend-item-img {
    width: 89.3333333333vw;
    height: 53.3333333333vw;
  }
  .p-recommend-item-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-recommend-item-body {
    bottom: -9.0666666667vw;
    padding: 5.0666666667vw 4.2666666667vw;
    height: auto;
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
  }
  .p-recommend-item-ttl {
    font-size: 4.8vw;
    padding-left: 5.3333333333vw;
    white-space: nowrap;
  }
  .p-recommend-item-ttl::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}