/*
 * News Tile
 */
.people_ja_list_tile {
  width: 32%;
  margin-bottom: 24px;
  transition: transform 0.15s ease-in-out;
  box-sizing: border-box;
}

.people_ja_list_tile:hover {
  transform: scale(1.05, 1.05);
}
.people_ja_list_tile.left {
  padding-right: 16px;
}
.people_ja_list_tile.mid {
  padding: 0 8px;
}
.people_ja_list_tile.right {
  padding-left: 16px;
}

.people_ja_list_tile_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eef3f7;
}

.people_ja_list_tile_thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.people_ja_list_tile_thumbnail_wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.people_ja_list_tile_title {
  position: relative;
  padding: 12px 16px 0;
  font-weight: 600;
  line-height: 1.6em;
  background-color: #fff;
}
.people_ja_list_tile_title_wrapper {
  background-color: #fff;
}

.people_ja_list_tile_details {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  margin: auto auto 0;
  background-color: #fff;
}

.people_ja_list_tile_details_left {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.people_ja_list_tile_details_right {
  white-space: nowrap;
}

.people_ja_list_tile_category {
  display: inline-block;
  order: 2;
  padding: 0 8px;
  margin: 8px 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  background-color: #1b2228;
  border-radius: 3px;
}

.people_ja_list_tile_business {
  display: inline-block;
  order: 3;
  padding: 0 8px;
  margin: 8px 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  border-radius: 3px;
}
.people_ja_list_tile_business.AnyMindGroup {
  background-color: #e04f49;
}
.people_ja_list_tile_business.PublisherGrowth {
  background-color: #3980c3;
}
.people_ja_list_tile_business.DigitalMarketing {
  background-color: #5cc9ec;
}
.people_ja_list_tile_business.CreatorGrowth {
  background-color: #ffab2d;
}
.people_ja_list_tile_business.InfluencerMarketing {
  background-color: #b077e9;
}
.people_ja_list_tile_business.EcommerceD2C {
  background-color: #3db161;
}
.people_ja_list_tile_business.HRTech {
  background-color: #90c535;
}

.people_ja_list_tile_date {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #6e7c89;
}

@media screen and (max-width: 940px) {
  .people_ja_list_tile {
    width: 50%;
  }
  .people_ja_list_tile.left {
    padding: 0;
  }
  .people_ja_list_tile.mid {
    padding: 0;
  }
  .people_ja_list_tile.right {
    padding: 0;
  }
  .people_ja_list_tile.sp_right {
    padding-left: 12px;
  }
  .people_ja_list_tile.sp_left {
    padding-right: 12px;
  }
}
@media screen and (max-width: 620px) {
  .people_ja_list_tile {
    width: 100%;
  }
  .people_ja_list_tile.sp_right {
    padding-left: 0;
  }
  .people_ja_list_tile.sp_left {
    padding-right: 0;
  }
}
@media screen and (max-width: 360px) {
  .people_ja_list_tile_category {
    font-size: 11px;
  }
  .people_ja_list_tile_business {
    font-size: 11px;
  }
}

/*# sourceMappingURL=news-people-ja-tile.css.map */
