/*------------------------------------------------------------
Css of Recruit page
------------------------------------------------------------*/
.p-recruit {
  color: #333;
}

.p-recruit .c-pageTitle {
  background-image: url(../img/recruit/img.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.p-recruit1 {
  padding: 8rem 0 4.5rem;
}

@media only screen and (max-width: 767px) {
  .p-recruit1 {
    padding: 5rem 0 2rem;
  }
}

.p-recruit h4 {
  font-size: 3.1rem;
  line-height: 1.3;
  margin-bottom: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .p-recruit h4 {
    font-size: 2.7rem;
  }
}

.p-recruit h5 {
  font-size: 2.3rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .p-recruit h5 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.p-recruit p {
  font-size: 2rem;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  .p-recruit p {
    font-size: 1.4rem;
  }
}

.p-recruit img {
  width: 32.5rem;
}

@media only screen and (max-width: 767px) {
  .p-recruit img {
    width: 100%;
  }
}

.p-recruit2 {
  padding-bottom: 8.4rem;
}

@media only screen and (max-width: 767px) {
  .p-recruit2 {
    padding-bottom: 5rem;
  }
}

.p-recruit2 .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .p-recruit2 .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
