@charset "UTF-8";
/*メインビジュアル */
.mainv--people {
  background-image: url("/img/people/mainv.jpg");
}

/*ページ全体*/
.peopleContents {
  margin-top: 110px;
  padding-bottom: 136px;
  position: relative;
}

.peopleContents::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 200px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #F4F6FA;
}

@media screen and (max-width: 640px) {
  .peopleContents {
    margin-top: 55px;
    padding-bottom: 66px;
  }
  .peopleContents::after {
    height: calc(100% - 60px);
  }
}

/*働く人リスト*/
.peopleContents__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.peopleContents__item {
  width: calc( (100% - 48px) / 3);
  margin: 85px 24px 0 0;
  background-color: #fff;
  position: relative;
}

.peopleContents__item:nth-child(-n+3) {
  margin-top: 0;
}

.peopleContents__item:nth-child(3n-1) {
  transition-delay: .2s;
}

.peopleContents__item:nth-child(3n) {
  margin-right: 0;
  transition-delay: .4s;
}

.peopleContents__tmb {
  position: relative;
  z-index: 1;
}

.peopleContents__icon {
  font-size: 50px;
  line-height: 1;
  color: #0065A9;
  position: absolute;
  left: 17px;
  top: -25px;
  opacity: .75;
  mix-blend-mode: multiply;
}

.peopleCategory {
  display: inline-block;
  padding: 12px 12px 0;
  box-sizing: border-box;
  color: #0065A9;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.peopleContents__img {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.peopleContents__img > img {
  transition: .4s;
}

.peopleContents__item > a:hover .peopleContents__img > img {
  transform: scale(1.02);
}

.peopleContents__box {
  background-color: #fff;
  padding: 31px 35px 30px;
  box-sizing: border-box;
}

.peopleContents__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  overflow-wrap: break-word;
}

.peopleContents__txt {
  font-size: 13px;
  color: #81939F;
  line-height: 1.4;
  margin-top: 11px;
  display: block;
  padding-right: 50px;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.c-transition__icon--people {
  position: absolute;
  right: 20px;
  bottom: 12px;
  width: 43px;
  height: 43px;
}

.c-transition__icon--people > svg {
  width: 100%;
  height: 100%;
}

.c-contentBackText--people {
  right: -24px;
  top: -86px;
  bottom: auto;
  left: auto;
}

@media screen and (max-width: 640px) {
  .peopleContents__item {
    width: calc(50% - 8px);
    margin: 44px 16px 0 0;
  }
  .peopleContents__item:nth-child(-n+3) {
    margin-top: 44px;
  }
  .peopleContents__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .peopleContents__item:nth-child(3n-1) {
    transition-delay: 0s;
  }
  .peopleContents__item:nth-child(3n) {
    margin-right: 16px;
  }
  .peopleContents__item:nth-child(2n-1) {
    transition-delay: 0s;
  }
  .peopleContents__item:nth-child(2n) {
    margin-right: 0;
    transition-delay: .2s;
  }
  .peopleContents__icon {
    font-size: 25px;
    left: 8px;
    top: -13px;
  }
  .peopleCategory {
    padding: 6px 6px 0;
    font-size: 10px;
    bottom: -2px;
  }
  .peopleContents__item > a:hover .peopleContents__img > img {
    transform: scale(1);
  }
  .peopleContents__box {
    padding: 16px 14px 42px;
  }
  .peopleContents__ttl {
    font-size: 14px;
  }
  .peopleContents__txt {
    font-size: 10px;
    margin-top: 11px;
  }
  .c-transition__icon--people {
    right: 12px;
    bottom: 7px;
    width: 38px;
    height: 38px;
  }
}
