/* ----- underFv ----- */
.page-services .underFv {
  background-image: url(../img/services/underFv-services.png);
}
.page-services .underFv ul {
  display: flex;
  justify-content: space-between;
  width: 73.55rem;
  margin: 20.4rem auto 0;
}
.page-services .underFv ul li {
  width: 32rem;
}

/* ----- recruitment ----- */
.recruitment {
  position: relative;
}

.recruitment__bg {
  height: 73.6rem;
}
.recruitment__bg .bgLRextend::before {
  height: 73.6rem;
}
@-moz-document url-prefix() {
  .recruitment__bg .bgLRextend::before {
    top: -72.8rem;
  }
}

.recruitment__content {
  position: absolute;
  top: 22.5rem;
  right: 20rem;
  width: 53rem;
  z-index: 2;
}
.recruitment__content p {
  font-size: 1.6rem;
  margin-top: 5.4rem;
  line-height: 2;
}

/* ----- theFeature ----- */
.theFeature {
  margin-top: 9.3rem;
}

.theFeature__content {
  width: 120rem;
  margin: 5.5rem auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.theFeature__item-l {
  width: 39.2rem;
}
.theFeature__item-l p {
  font-size: 1.4rem;
  line-height: 2.14;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 2.8rem 2.8rem 3.4rem;
  margin-top: 2rem;
}

.theFeature__item-r {
  width: 59.5rem;
}

.theFeature__item-logo {
  width: 18rem;
  height: 7.4rem;
  margin: 0 auto;
}

.theFeature__item-r ul {
  margin-top: 5.8rem;
  background-color: #fffbfc;
  padding: 5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  position: relative;
}
.theFeature__item-r ul::before {
  content: "";
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/services/theFeature04.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.6rem;
  height: 5.9rem;
}
.theFeature__item-r ul li:first-of-type {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 700;
  top: -1.1rem;
  left: 5rem;
}
.theFeature__item-r ul li:not(:first-of-type) {
  font-size: 2rem;
  font-weight: 500;
  color: #c72355;
  padding-left: 3.6rem;
  position: relative;
}
.theFeature__item-r ul li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.3rem;
  background-image: url(../img/services/theFeature03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.theFeature__item-r ul li:last-of-type {
  margin-top: 3.6rem;
}
.theFeature__item-r p {
  font-size: 2.4rem;
  color: #c72355;
  font-weight: 700;
  text-align: center;
  margin-top: 7.1rem;
}

.theFeature__item-arrow-pc {
  display: inline-block;
  position: absolute;
  top: 13.3rem;
  left: 42rem;
  background-image: url(../img/services/theFeature02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15.1rem;
  height: 13.4rem;
}

.theFeature__item-arrow-sp {
  display: none;
}

/* ----- works ----- */
.works {
  margin-top: 8rem;
  padding: 8.3rem 0 10rem;
  background-color: #fffbfc;
}

.works__inner {
  width: 133rem;
  margin: 0 auto;
}

.works__content {
  margin-top: 10.2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.works__content-item {
  width: 42.4rem;
  height: 18.5rem;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  padding-top: 5.7rem;
  position: relative;
}
@media (max-width: 1079px) {
  .works__content-item {
    width: 40.4rem;
  }
}
.works__content-item h4 {
  position: absolute;
  top: -4.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 38.3rem;
  height: 8.3rem;
  background-color: #c72355;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  .works__content-item h4 {
    width: 36.3rem;
  }
}
.works__content-item h4::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1.1rem solid #c72355;
  border-right: 1.45rem solid transparent;
  border-left: 1.45rem solid transparent;
}
.works__content-item p {
  width: 38.4rem;
}
@media (max-width: 1079px) {
  .works__content-item p {
    width: 36.4rem;
  }
}
.works__content-item:nth-of-type(2) {
  margin: 0 2.8rem;
}
.works__content-item:nth-of-type(4) {
  margin-right: 2.8rem;
}
.works__content-item:nth-of-type(n + 4) {
  margin-top: 8.7rem;
}

/* ----- serviceCareer ----- */
.serviceCareer {
  position: relative;
}

.serviceCareer__bg {
  height: 73.6rem;
}
.serviceCareer__bg .bgRLextend::before {
  height: 73.6rem;
}
@-moz-document url-prefix() {
  .serviceCareer__bg .bgRLextend::before {
    top: -72.8rem;
  }
}

.serviceCareer__content {
  position: absolute;
  top: 22.5rem;
  left: 20rem;
  z-index: 2;
}
.serviceCareer__content p {
  font-size: 1.6rem;
  margin-top: 4.3rem;
  line-height: 2;
}

/* ----- opTheFeature ----- */
.opTheFeature {
  margin: 9.3rem 0 23.2rem;
}
@media (max-width: 1079px) {
  .opTheFeature {
    margin: 9.3rem 0 33.2rem;
  }
}

.opTheFeature__inner {
  width: 120rem;
  margin: 0 auto;
}

.opTheFeature__content {
  position: relative;
}

.opTheFeature__img {
  margin-top: 7.5rem;
}

.opTheFeature__content-items {
  position: absolute;
  top: 32rem;
  left: 33rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 87rem;
}

.opTheFeature__content-item {
  width: 42.4rem;
  padding: 2rem 3rem 3.6rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.opTheFeature__content-item:nth-of-type(n + 3) {
  margin-top: 2rem;
}
.opTheFeature__content-item h4 {
  font-size: 2rem;
  color: #c72355;
  font-weight: 500;
}
.opTheFeature__content-item h4 span {
  width: 4rem;
  height: 4rem;
  padding-top: 0.6rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #c72355;
  color: #fff;
  font-size: 2.5rem;
  display: inline-block;
  text-align: center;
  font-family: lato, sans-serif;
  font-weight: 800;
}
.opTheFeature__content-item p {
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 0.5rem;
}
.opTheFeature__content-item p span {
  font-size: 1.2rem;
}

/* ----- opWorks ----- */
.opWorks {
  padding: 9.3rem 0 11.9rem;
  background-color: #f6f6f6;
}

.opWorks__inner {
  width: 106rem;
  margin: 0 auto;
}

.case__ttl {
  height: 8.4rem;
  margin-top: 5.5rem;
  border-radius: 4.2rem;
  background: linear-gradient(125deg, #c72355 0%, #c72355 20%, #fff 20%, #fff 100%);
  display: flex;
  align-items: center;
}
.case__ttl.mt {
  margin-top: 10rem;
}
.case__ttl .case__number {
  font-size: 2.4rem;
  font-family: "axis";
  color: #fff;
  padding-left: 6.1rem;
}
.case__ttl .case__number span {
  font-size: 3.8rem;
}
.case__ttl .case__txt {
  padding-left: 10rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #c72355;
}
.case__ttl .case__txt span {
  font-size: 2.4rem;
  display: block;
  color: #333;
  margin-top: 0.9rem;
}

.case {
  display: flex;
  justify-content: space-between;
}

.case__item {
  width: 51.9rem;
  height: 18.5rem;
  background-color: #fff;
  padding: 3rem;
  margin-top: 7.7rem;
  display: flex;
}

.case__pic {
  width: 9.7rem;
  height: 12.5rem;
  margin-right: 3rem;
}

.case__info {
  position: relative;
}
.case__info span {
  position: absolute;
  top: -4.7rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #c72355;
  color: #fff;
  width: 33.2rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case__info span::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0.3rem;
  transform: rotate(30deg);
  border-top: 2.5rem solid #c72355;
  border-right: 1.15rem solid transparent;
  border-left: 1.15rem solid transparent;
}
.case__info p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #c72355;
  line-height: 1.8;
  margin-top: 4.8rem;
}

.case.case2 {
  justify-content: center;
}
.case.case2 .case__item {
  width: 65.5rem;
  padding: 3rem 2.4rem;
}
.case.case2 .case__item .case__info {
  width: 48.6rem;
}
.case.case2 .case__item .case__info span {
  width: 100%;
}

/* ------------------------------------------
/* sp
/* ------------------------------------------ */
@media (max-width: 767px) {
  /* ----- underFv ----- */
  .page-services .underFv {
    background-image: url(../img/services/underFv-services-sp.png);
  }
  .page-services .underFv ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 70.9vw;
    margin: 35.4vw auto 0;
  }
  .page-services .underFv ul li {
    width: 70.9vw;
  }

  /* ----- recruitment ----- */
  .recruitment {
    position: relative;
    margin-top: 16vw;
  }

  .recruitment__bg {
    height: 66.6vw;
  }
  .recruitment__bg .bgLRextend::before {
    height: 66.6vw;
  }
  @-moz-document url-prefix() {
    .recruitment__bg .bgLRextend::before {
      height: -66.6vw;
    }
  }

  .recruitment__content {
    position: static;
    width: 100%;
    padding: 5.3vw;
    z-index: 2;
  }
  .recruitment__content .ttl {
    text-align: left;
    padding-left: 0;
  }
  .recruitment__content .subTtl {
    padding-left: 0;
  }
  .recruitment__content p {
    font-size: 3.733333vw;
    margin-top: 8.5vw;
    line-height: 2;
  }

  /* ----- theFeature ----- */
  .theFeature {
    margin-top: 20.8vw;
  }

  .theFeature__content {
    width: 100%;
    margin: 10.4vw auto 0;
    padding: 0 5.3vw;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .theFeature__item-l {
    width: 74.85vw;
    width: 100%;
  }
  .theFeature__item-l .theFeature__item-l-circle {
    width: 74.85vw;
    margin: 0 auto;
  }
  .theFeature__item-l p {
    font-size: 3.733333vw;
    line-height: 1.71;
    background-color: #fff;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
    padding: 8vw 5.3vw 9.3vw;
    margin-top: 6.6vw;
  }

  .theFeature__item-r {
    width: 100%;
    margin-top: 40.5vw;
  }

  .theFeature__item-logo {
    width: 34.6vw;
    height: 14.1vw;
    margin: 0 auto;
  }

  .theFeature__item-r ul {
    margin-top: 9vw;
    background-color: #fffbfc;
    padding: 9.3vw 5.6vw 12.8vw;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .theFeature__item-r ul::before {
    content: "";
    position: absolute;
    bottom: -8vw;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/services/theFeature04.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 3.7vw;
    height: 12.2vw;
  }
  .theFeature__item-r ul li:first-of-type {
    position: absolute;
    font-size: 5.33333vw;
    font-weight: 700;
    top: -2.4vw;
    left: 5.6vw;
  }
  .theFeature__item-r ul li:not(:first-of-type) {
    font-size: 4.266666vw;
    font-weight: 500;
    color: #c72355;
    padding-left: 9.6vw;
    line-height: 1.5;
    position: relative;
  }
  .theFeature__item-r ul li:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6.93vw;
    height: 6.13vw;
    background-image: url(../img/services/theFeature03.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .theFeature__item-r ul li:last-of-type {
    margin-top: 7.4vw;
  }
  .theFeature__item-r p {
    font-size: 5.33333vw;
    color: #c72355;
    font-weight: 700;
    text-align: center;
    margin-top: 14.1vw;
    line-height: 1.5;
  }

  .theFeature__item-arrow-pc {
    display: none;
  }

  .theFeature__item-arrow-sp {
    display: inline-block;
    position: absolute;
    top: 132vw;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/services/theFeature02-sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 45.3vw;
    height: 24.5vw;
  }
  .theFeature__item-arrow-sp span {
    display: block;
    font-size: 3.466666vw;
    line-height: 1.53;
    color: #fff;
    text-align: center;
    margin-top: 4vw;
    font-weight: 400;
  }

  /* ----- works ----- */
  .works {
    margin-top: 19.7vw;
    padding: 18.2vw 0 21.3vw;
    background-color: #fffbfc;
  }

  .works__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.3vw;
  }

  .works__content {
    margin-top: 22.9vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .works__content-item {
    width: 100%;
    height: auto;
    background-color: #fff;
    font-size: 3.733333vw;
    line-height: 1.71;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    padding: 10.1vw 0 9.3vw;
    position: relative;
  }
  .works__content-item h4 {
    position: absolute;
    top: -12.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 84vw;
    height: 14.4vw;
    background-color: #c72355;
    color: #fff;
    font-size: 4.266666vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .works__content-item h4::before {
    content: "";
    position: absolute;
    bottom: -2.73vw;
    left: 50%;
    transform: translateX(-50%);
    border-top: 2.93vw solid #c72355;
    border-right: 3.86vw solid transparent;
    border-left: 3.86vw solid transparent;
  }
  .works__content-item p {
    width: 74.6vw;
  }
  .works__content-item:nth-of-type(2) {
    margin: 0;
  }
  .works__content-item:nth-of-type(4) {
    margin-right: 0;
  }
  .works__content-item:nth-of-type(n + 2) {
    margin-top: 20.5vw;
  }

  /* ----- serviceCareer ----- */
  .serviceCareer {
    position: relative;
  }

  .serviceCareer__bg {
    height: 66.6vw;
  }
  .serviceCareer__bg .bgRLextend::before {
    height: 66.6vw;
  }
  @-moz-document url-prefix() {
    .serviceCareer__bg .bgRLextend::before {
      top: -66.6vw;
    }
  }

  .serviceCareer__content {
    position: static;
    padding: 0 5.3vw;
    z-index: 2;
  }
  .serviceCareer__content .ttl {
    text-align: left;
    margin-top: 5.3vw;
    padding-left: 0;
  }
  .serviceCareer__content .subTtl {
    padding-left: 0;
  }
  .serviceCareer__content p {
    font-size: 3.733333vw;
    margin-top: 8.5vw;
    line-height: 1.85;
  }

  /* ----- opTheFeature ----- */
  .opTheFeature {
    margin: 21vw 0 16vw;
  }

  .opTheFeature__inner {
    width: 100%;
    margin: 0 auto;
  }

  .opTheFeature__content {
    position: relative;
    padding: 0 5.3vw;
  }

  .opTheFeature__img {
    margin-top: 10.4vw;
  }

  .opTheFeature__content-items {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 5.3vw;
  }

  .opTheFeature__content-item {
    width: 100%;
    padding: 5.3vw 4.8vw 6.9vw;
    background-color: #fff;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
  .opTheFeature__content-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .opTheFeature__content-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opTheFeature__content-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .opTheFeature__content-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .opTheFeature__content-item:nth-of-type(n + 2) {
    margin-top: 2.6vw;
  }
  .opTheFeature__content-item h4 {
    font-size: 4.8vw;
    color: #c72355;
    font-weight: 500;
  }
  .opTheFeature__content-item h4 span {
    width: 8vw;
    height: 8vw;
    padding-top: 1.3vw;
    margin-right: 2.1vw;
    border-radius: 50%;
    background-color: #c72355;
    color: #fff;
    font-size: 4.8vw;
    display: inline-block;
    text-align: center;
    font-family: lato, sans-serif;
    font-weight: 800;
  }
  .opTheFeature__content-item p {
    font-size: 3.733333vw;
    line-height: 1.71;
    margin-top: 2.66666vw;
  }
  .opTheFeature__content-item p span {
    font-size: 3.2vw;
  }

  /* ----- opWorks ----- */
  .opWorks {
    padding: 18.4vw 0 26.6vw;
    background-color: #f6f6f6;
  }

  .opWorks__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.3vw;
  }

  .case__ttl {
    width: 100%;
    height: 21.3vw;
    padding: 0 6.3vw 0 5vw;
    margin: 10.4vw auto 0;
    border-radius: 11.2vw;
    background: linear-gradient(105deg, #c72355 0%, #c72355 25%, #fff 25%, #fff 100%);
    display: flex;
    align-items: center;
  }
  .case__ttl.mt {
    margin-top: 10.6vw;
  }
  .case__ttl .case__number {
    font-size: 3.466666vw;
    font-family: "axis";
    color: #fff;
    padding-left: 0;
  }
  .case__ttl .case__number span {
    font-size: 5.066666vw;
  }
  .case__ttl .case__txt {
    padding-left: 8.8vw;
    font-size: 3.2vw;
    font-weight: 700;
    color: #c72355;
    line-height: 1.4;
  }
  .case__ttl .case__txt span {
    font-size: 3.733333vw;
    display: block;
    color: #333;
    margin-top: 0.8vw;
  }

  .case {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }

  .case__item {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 4.2vw 0 4.2vw 2.6vw;
    margin-top: 10.9vw;
    display: flex;
  }

  .case__pic {
    width: 16vw;
    height: 20.5vw;
    margin-right: 5vw;
  }

  .case__info {
    position: relative;
  }
  .case__info span {
    position: absolute;
    top: -7.2vw;
    left: -5vw;
    font-size: 4vw;
    font-weight: 700;
    background-color: #c72355;
    color: #fff;
    width: 68vw;
    height: 10.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case__info span::before {
    content: "";
    position: absolute;
    bottom: -2.1vw;
    left: 0.8vw;
    transform: rotate(30deg);
    border-top: 4.2vw solid #c72355;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
  }
  .case__info p {
    font-size: 3.7vw;
    font-weight: 700;
    color: #c72355;
    line-height: 1.42;
    margin-top: 8.8vw;
  }

  .case.case2 {
    justify-content: center;
  }
  .case.case2 .case__item {
    width: 100%;
    padding: 11.2vw 0 4.2vw 2.6vw;
  }
  .case.case2 .case__item .case__info {
    width: 59.7vw;
  }
  .case.case2 .case__item .case__info span {
    top: -14.1vw;
    width: 68vw;
    height: 16.5vw;
    line-height: 1.46;
  }
}




/**
 * -------------
 *  ourclients pattern
 * -------------
 */
/* 取引先一覧 */

.p-ourclients-short .p-ourclients_item:nth-of-type(n + 7) {
  display: none;
}

@media only screen and (min-width: 769px) {
  .p-ourclients_inner {
    width: 1100px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .p-ourclients_inner {
    width: 91.14583vw;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) {
  .p-ourclients_inner {
    margin-top: 60px;
  }
}

.p-ourclients_title {
  text-align: center;
  color: #092a78;
  font-size: 20px;
  font-weight: 700;
}

.p-ourclients_list {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-ourclients_list-market {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-ourclients_item {
  border: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) {
  .p-ourclients_item {
    width: 178px;
    height: 64px;  
    margin-top: 6px;
    margin-right: 6px;
  }
  .p-ourclients_item:nth-of-type(6n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-ourclients_item {
    width: 44.27083vw;
    height: 15.625vw;
    margin-top: 2.08333vw;
  }
  .p-ourclients_item:nth-of-type(even) {
    margin-left: 2.60417vw;
  }
}

.p-ourclients_item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.p-ourclients_item img {
  max-width: 90%;
  max-height: 100%;
}

