.p-intro {
  text-align: center;
  margin: 45px 0 75px;
}
@media screen and (max-width: 767px) {
  .p-intro {
    text-align: left;
    margin: 6.6vw 5vw;
  }
}

.p-number {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-number {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 5vw;
  }
}
.p-number-block {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-number-block {
    margin-top: 5vw;
  }
}
.p-number-block:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-number-block:nth-child(-n+2) {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-number-block:first-child {
    margin-top: 0;
  }
}
.p-number-notes {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-size: 1.6rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-number-notes {
    left: 5vw;
    bottom: 2vw;
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 1320px) and (min-width: 768px) {
  .p-number-01, .p-number-02, .p-number-03, .p-number-04 {
    width: 48.7%;
  }
}
@media screen and (max-width: 1320px) and (min-width: 768px) {
  .p-number-05, .p-number-06, .p-number-07, .p-number-09, .p-number-10 {
    width: 31.7%;
  }
}
.p-number-08, .p-number-11 {
  width: 634px;
  overflow: hidden;
}
@media screen and (max-width: 1320px) and (min-width: 768px) {
  .p-number-08, .p-number-11 {
    width: 65.6%;
  }
}
@media screen and (max-width: 767px) {
  .p-number-08, .p-number-11 {
    width: auto;
  }
}
.p-number-11-notes {
  left: 50px;
}
@media screen and (max-width: 767px) {
  .p-number-11-notes {
    left: 5vw;
  }
}

.p-working {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-working {
    margin-top: 8vw;
  }
}
.p-working-ttl {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0.6em 0 0.3em;
}
@media screen and (max-width: 767px) {
  .p-working-ttl {
    font-size: 4.7vw;
    margin: 0.8em 0.4em;
  }
}
.p-working-lists {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 1200px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-working-lists {
    display: block;
    width: auto;
    padding: 0 8vw;
    margin-top: 5vw;
  }
}
.p-working-list {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .p-working-list {
    width: auto;
  }
}
.p-working-list img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-working-list + .p-working-list {
    margin-top: 9vw;
  }
}
.p-working-txt {
  line-height: 1.5;
  font-size: 1.6rem;
  padding: 0 2.5em;
}
@media screen and (max-width: 767px) {
  .p-working-txt {
    font-size: 4.2vw;
    padding: 0;
  }
}

.p-training {
  background: #ebefef;
  padding: 80px 0 100px;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-training {
    padding: 10vw 0;
    margin: 10vw 0 0;
  }
}
.p-training-txt {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .p-training-txt {
    font-size: 4.7vw;
    margin: 1em 0 1.2em;
  }
}
.p-training-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-training-block {
    display: block;
    width: auto;
    padding: 0 8vw;
  }
}
.p-training-block-content {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .p-training-block-content {
    width: auto;
    margin-top: 5vw;
  }
}
.p-training-block-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-training-block-txt {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.p-training-block-txt + .p-training-block-txt {
  margin-top: 0.5em;
}

.p-benefits {
  text-align: center;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-benefits {
    padding: 10vw 0;
  }
}
.p-benefits-lists {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 990px;
  margin: 40px auto 70px;
}
@media screen and (max-width: 767px) {
  .p-benefits-lists {
    display: block;
    width: auto;
    padding: 0 8vw;
    margin: 7vw 0;
  }
}
.p-benefits-list {
  width: 330px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-benefits-list {
    width: auto;
  }
  .p-benefits-list + .p-benefits-list {
    margin-top: 8vw;
  }
}
.p-benefits-list:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-benefits-list:nth-child(-n+3) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits-list:first-child {
    margin-top: 0;
  }
}
.p-benefits-list-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-benefits-list-ttl {
    font-size: 4.7vw;
  }
}
.p-benefits-list-txt {
  width: 280px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 2em auto 0;
}
@media screen and (max-width: 767px) {
  .p-benefits-list-txt {
    width: auto;
    font-size: 4.2vw;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits-list-img {
    width: 38vw;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits-img {
    width: calc(100% - 10vw);
  }
}

.p-gallery {
  background: #ebefef;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding: 10vw 0;
  }
}
.p-gallery-block {
  width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-gallery-block {
    width: auto;
    margin: 8vw auto 0;
    padding: 0 8vw;
  }
}
.p-gallery-thumb {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-gallery-thumb {
    margin-top: 4vw;
  }
}
.p-gallery-thumb-inner {
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .p-gallery-thumb-inner {
    margin-right: 3vw;
  }
}
.p-gallery-thumb-inner img {
  width: 248px;
}
@media screen and (max-width: 767px) {
  .p-gallery-thumb-inner img {
    width: 26vw;
  }
}
.p-gallery div {
  line-height: 1;
}
.p-gallery .slick-arrow {
  pointer-events: all;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 0;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-gallery .slick-arrow {
    top: -28vw;
    width: 16vw;
    height: 16vw;
    -webkit-box-shadow: 0 0 3vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3vw rgba(0, 0, 0, 0.2);
    -webkit-transform: none;
            transform: none;
  }
}
.p-gallery .slick-arrow:hover {
  opacity: 0.7;
}
.p-gallery .slick-prev {
  left: 0;
  background: url(/recruit/assets/images/top/icn_slider_prev.png) center center no-repeat #fff;
}
@media screen and (max-width: 767px) {
  .p-gallery .slick-prev {
    left: -4vw;
    background-size: 6vw auto;
  }
}
.p-gallery .slick-next {
  right: 0;
  background: url(/recruit/assets/images/top/icn_slider_next.png) center center no-repeat #fff;
}
@media screen and (max-width: 767px) {
  .p-gallery .slick-next {
    right: -4vw;
    background-size: 6vw auto;
  }
}
.p-gallery .slick-dots {
  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;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-gallery .slick-dots {
    margin-top: 7vw;
  }
}
.p-gallery .slick-dots li {
  line-height: 0;
  margin: 0 18px;
}
@media screen and (max-width: 767px) {
  .p-gallery .slick-dots li {
    margin: 0 3.3vw;
  }
}
.p-gallery .slick-dots .slick-active button {
  background: #66c7bd;
}
.p-gallery .slick-dots button {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 100%;
  font-size: 0;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery .slick-dots button {
    width: 2.6vw;
    height: 2.6vw;
  }
}