/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
body {
  background: #F4F4F4;
}

.intro {
  padding: 118px 0 130px;
}

@media (max-width: 767px) {
  .intro {
    padding: 58px 0 20px;
  }
}

.intro__ttl {
  margin-bottom: 25px;
}

.intro__txt {
  text-align: center;
}

@media (max-width: 767px) {
  .intro__txt {
    text-align: left;
  }
}

.peoples {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 100px;
}

@media (max-width: 767px) {
  .peoples {
    display: block;
    padding: 0;
  }
}

.people {
  width: 100%;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .people {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 112px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .people {
    margin-top: 52px;
  }
}

@media (min-width: 768px) {
  .people:nth-child(-n+3) {
    margin-top: 0;
  }
  .people:nth-child(3n-1) .people__link {
    margin: 0 auto;
  }
  .people:nth-child(3n) {
    margin-right: 0;
  }
  .people:nth-child(3n) .people__link {
    margin: 0 0 0 auto;
  }
}

.people__link {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .people__link {
    max-width: 328px;
  }
}

.people__ttl {
  margin-bottom: 11px;
  padding-left: 15px;
  position: relative;
  color: #c3002f;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.66667em;
  letter-spacing: 0.08em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .people__ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2em;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .people__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.81818em;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .people__ttl {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.35294em;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.people__ttl:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -10px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.12' height='17.04' viewBox='0 0 21.12 17.04'%3E%3Cpath d='M75.04-50.88v-9.28H70.8c0-2.56.56-3.44,4.24-3.76v-4c-8.56.48-8.72,5.6-8.72,7.76v9.28Zm-12.4,0v-9.28H58.48c0-2.56.56-3.44,4.16-3.76v-4c-8.56.48-8.72,5.6-8.72,7.76v9.28Z' transform='translate(-53.92 67.92)' fill='%23c3002f' opacity='0.1'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.people__ctn {
  position: relative;
}

.people__photo:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(rgba(37, 42, 43, 0) 0%, rgba(37, 42, 43, 0.7) 100%);
  mix-blend-mode: multiply;
}

.people__photo img {
  width: 100%;
}

.people__txt {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 25px 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .people__txt {
    padding: 0 15px 14px;
  }
}

.people__label {
  color: #c3002f;
  font-family: "Nissan Brand" !important;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.people__info {
  margin-top: 14px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143em;
  letter-spacing: 0.06em;
  font-weight: 400;
}
