body {
  background-color: #f6f8fa;
}

.people_ja_section {
  display: block;
}
/*
 * News
 */
.people_ja_section_hero {
  width: 100%;
  height: unset;
  margin-top: 0;
}
.people_ja_section_hero__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 120px 32px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .people_ja_section_hero__inner {
    padding-top: 90px;
  }
}
.people_ja_section_hero_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .people_ja_section_hero_contents {
    display: flex;
    flex-direction: column;
  }
}
.people_ja_section_hero__sub_title {
  margin-left: 0;
  font-size: 32px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .people_ja_section_hero__sub_title.people-ja {
    line-height: 1.5;
    white-space: initial;
  }
}
@media screen and (max-width: 680px) {
  .people_ja_section_hero__sub_title {
    font-size: 24px;
  }
}
.people_ja_section_hero__2cols_title_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .people_ja_section_hero__2cols_title_bar {
    display: block;
    width: 100%;
  }
}
.news_wrapper {
  /*
   * news carousel
   */
}
.people_ja_section_hero_news_carousel {
  position: relative;
  width: calc(100% + 48px);
  padding: 0 24px 24px;
  margin-top: 32px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .people_ja_section_hero_news_carousel {
    width: calc(100% + 48px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 460px) {
  .people_ja_section_hero_news_carousel {
    position: relative;
    width: calc(100% + 48px);
  }
}
.news_carousel_btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: -12px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid transparent;
  outline: 0 !important;
  box-shadow: 0 10px 13px 0 rgba(39, 49, 59, 0.1);
  transition: background-color 0.3s ease-in-out;
  transform: translateY(-50%);
}
@media screen and (max-width: 540px) {
  .news_carousel_btn {
    top: calc(56.25vw - 18px);
  }
}
@media screen and (max-width: 460px) {
  .news_carousel_btn {
    width: 36px;
    height: 36px;
  }
}
.news_carousel_btn:hover {
  background-color: #eef3f7;
}
@media screen and (max-width: 760px) {
  .news_carousel_btn:hover {
    background-color: #fff;
  }
}
.news_carousel_btn.prev {
  left: 0;
}
@media screen and (max-width: 460px) {
  .news_carousel_btn.prev {
    left: 8px;
  }
}
.news_carousel_btn.next {
  right: 0;
}
@media screen and (max-width: 460px) {
  .news_carousel_btn.next {
    right: 8px;
  }
}
.news_carousel_btn_arrow {
  width: 20px;
}
.people_ja_section_article {
  border: 1px solid #eef3f7;
}
.people_ja_section_article_link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .people_ja_section_article_link {
    flex-direction: column;
  }
}
.people_ja_section_article_thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.people_ja_section_article_thumbnail_wrapper {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .people_ja_section_article_thumbnail_wrapper {
    width: 100%;
  }
}
.people_ja_section_article_content {
  width: 50%;
  padding: 36px;
}
@media screen and (max-width: 980px) {
  .people_ja_section_article_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
.people_ja_section_article_details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .people_ja_section_article_details {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
    order: 3;
    padding: 16px;
  }
}
.people_ja_section_article_details_left {
  width: 73%;
}
@media screen and (max-width: 980px) {
  .people_ja_section_article_details_left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.people_ja_section_article_details_right {
  width: 25%;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .people_ja_section_article_details_right {
    display: block;
    width: 100%;
    text-align: left;
    white-space: nowrap;
  }
}
.people_ja_section_article_category {
  display: inline-block;
  order: 2;
  padding: 0 8px;
  margin: 0 8px 4px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  background-color: #1b2228;
  border-radius: 3px;
}
@media screen and (max-width: 980px) {
  .people_ja_section_article_category {
    margin: 8px 8px 4px 0;
  }
}
.people_ja_section_article_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;
}
@media screen and (max-width: 980px) {
  .people_ja_section_article_business {
    margin: 8px 8px 0 0;
  }
}
.people_ja_section_article_business.AnyMindGroup {
  background-color: #e04f49;
}
.people_ja_section_article_business.PublisherGrowth {
  background-color: #3980c3;
}
.people_ja_section_article_business.DigitalMarketing {
  background-color: #5cc9ec;
}
.people_ja_section_article_business.CreatorGrowth {
  background-color: #ffab2d;
}
.people_ja_section_article_business.InfluencerMarketing {
  background-color: #b077e9;
}
.people_ja_section_article_business.EcommerceD2C {
  background-color: #3db161;
}
.people_ja_section_article_business.HRTech {
  background-color: #90c535;
}
.people_ja_section_article_date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #6e7c89;
}
.people_ja_section_article_title {
  --line-clamp: 3;
  box-sizing: content-box;
  display: box;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  min-height: calc(1.25em * var(--line-clamp));
  margin-top: 20px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
}
@media screen and (max-width: 980px) {
  .people_ja_section_article_title {
    order: 1;
    min-height: calc(1.6em * var(--line-clamp));
    padding: 12px 16px 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.people_ja_section_article_text {
  display: box;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  min-height: 3.4em;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.7em;
  color: #6e7c89;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 980px) {
  .people_ja_section_article_text {
    order: 2;
    padding: 8px 16px 0;
    margin-top: 0;
  }
}
.people_ja_section_article_text br {
  display: none;
}
.news_wrapper {
  /*
   * news list
   */
}
.news_list {
  display: block;
}
.people_ja_section_list_section {
  position: relative;
  z-index: 3;
  margin-bottom: 64px;
}
.people_ja_section_list_inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 32px;
  margin: 0 auto;
}
.people_ja_section_list_filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
}
.people_ja_section_list_filter_wrapper {
  display: flex;
  align-items: center;
}
.people_ja_section_list_filter_wrapper.people-ja
  .people_ja_section_list_filter_select_wrapper {
  width: 350px;
}
.people_ja_section_list_filter_label {
  margin-right: 8px;
  font-weight: 600;
  color: #1b;
}
.people_ja_section_list_filter_label.business {
  margin-left: 32px;
}
.people_ja_section_list_filter_select_wrapper {
  width: 200px;
  position: relative;
}
.people_ja_section_list_filter_select_wrapper .select {
  padding: 0 16px 0 20px;
  border-radius: 20px;
  font-weight: 500;
  color: #27313b;
  box-sizing: border-box;
  line-height: 40px;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #dee5ec;
}

.select_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  pointer-events: none;
  transform: translateY(-50%);
}

.people_ja_section_list_tiles {
  display: flex;
  flex-wrap: wrap;
}
.pager {
  margin-top: 8px;
}
.news_wrapper {
  /*
   * 1080px
   */
}
@media screen and (max-width: 1280px) {
  .people_ja_section_hero_news_carousel {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .people_ja_section_hero__2cols_title_bar {
    display: block;
    width: 100%;
  }
  .people_ja_section_hero__sub_title {
    width: 100%;
  }
  .people_ja_section_hero__sub_title.people-ja {
    line-height: 1.5;
    white-space: initial;
  }
  .people_ja_section_hero__sub_title.people-ja
    + .people_ja_section_list_filter {
    justify-content: initial;
  }
  .people_ja_section_hero .people_ja_section_list_filter {
    width: 100%;
    margin: 24px auto 0 0;
  }
}
.news_wrapper {
  /*
   * 980px
   */
}
@media screen and (max-width: 980px) {
  .news_list {
    margin-top: 0;
  }
}
@media screen and (max-width: 760px) {
  .people_ja_section_hero__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .people_ja_section_list_inner {
    padding: 0 24px;
  }
}
.news_wrapper {
  /*
   * 640px
   */
}
@media screen and (max-width: 640px) {
  .people_ja_section_list_filter_wrapper {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }
  .people_ja_section_list_filter_wrapper.category {
    margin-right: 24px;
  }
  .people_ja_section_list_filter_label {
    margin: 0 0 4px;
  }
  .people_ja_section_list_filter_label.business {
    margin: 0 0 4px;
  }
}
.news_wrapper {
  /*
   * 480px
   */
}
@media screen and (max-width: 480px) {
  .people_ja_section_list_section {
    margin-bottom: 40px;
  }
  .people_ja_section_list_filter_wrapper {
    width: 48%;
  }
  .people_ja_section_list_filter_wrapper.people-ja {
    width: 100%;
  }
  .people_ja_section_list_filter_wrapper.people-ja
    .people_ja_section_list_filter_select_wrapper {
    width: 100%;
  }
  .people_ja_section_list_filter_select_wrapper {
    width: 100%;
  }
  .people_ja_section_list_filter_select_wrapper .select {
    padding: 0 12px 0 14px;
  }
  .people_ja_section_list_filter_select_wrapper .select_arrow {
    width: 10px;
  }
}
@media screen and (max-width: 360px) {
  .people_ja_section_hero__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .people_ja_section_list_inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .people_ja_section_list_filter {
    display: block;
  }
  .people_ja_section_list_filter_wrapper {
    width: 100%;
  }
  .people_ja_section_list_filter_label.business {
    margin-top: 16px;
  }
}

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