@charset "utf-8";

/*
 * people
 */
.people_ja {
  background-color: #f6f8fa;
  display: block;
}

.people_ja_hero {
  width: 100%;
  height: 720px;
  margin-top: 0;
  background-image: url("/wp-content/themes/corporate/images/people_ja/bg-news-ja.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.people_ja_hero__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 245px 32px 0;
  margin: 0 auto;
  background-color: transparent;
}

.people_ja_hero_contents {
  margin: 0 auto;
}

.people_ja_hero_contents_title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
}

.people_ja_hero_contents_title_caption {
  font-size: 32px;
  font-weight: 800;
}

.people_ja_hero_contents_title_head {
  font-size: 88px;
  font-weight: 900;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.25);
  letter-spacing: -3px;
}

.people_ja_hero_contents_text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

/*
 * people carousel
 */
.people_ja_carousel {
  position: relative;
  z-index: 3;
  margin-top: -150px;
  margin-bottom: 24px;
}

.people_ja_carousel_outer {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 32px;
  margin: 0 auto;
}

.people_ja_carousel_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.people_ja_carousel_inner_wrap {
  position: relative;
  width: calc(100% + 48px);
  padding: 0 24px 24px;
  overflow: hidden;
}

.people_ja_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%);
}

.people_ja_carousel_btn:hover {
  background-color: #eef3f7;
}

.people_ja_carousel_btn.prev {
  left: 0;
}

.people_ja_carousel_btn.next {
  right: 0;
}

.people_ja_carousel_btn_arrow {
  width: 20px;
}

.people_ja_article {
  box-shadow: 0 10px 13px 0 rgba(39, 49, 59, 0.1);
}

.people_ja_article_link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  transition: transform 0.15s ease-in-out;
}

.people_ja_article_link:hover {
  transform: scale(1.05, 1.05);
}

.people_ja_article_thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.people_ja_article_thumbnail_wrapper {
  position: relative;
  width: 50%;
}

.people_ja_article_content {
  width: 50%;
  padding: 36px;
}

.people_ja_article_details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.people_ja_article_details_left {
  width: 73%;
}

.people_ja_article_details_right {
  width: 25%;
  text-align: right;
}

.people_ja_article_category {
  display: inline-block;
  order: 2;
  padding: 0 8px;
  margin: 0 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  background-color: var(--black);
  border-radius: 3px;
}

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

.people_ja_article_business.AnyMindGroup {
  background-color: #e04f49;
}

.people_ja_article_business.PublisherGrowth {
  background-color: #3980c3;
}

.people_ja_article_business.DigitalMarketing {
  background-color: #5cc9ec;
}

.people_ja_article_business.CreatorGrowth {
  background-color: #ffab2d;
}

.people_ja_article_business.InfluencerMarketing {
  background-color: #b077e9;
}

.people_ja_article_business.EcommerceD2C {
  background-color: #3db161;
}

.people_ja_article_business.HRTech {
  background-color: #90c535;
}

.people_ja_article_date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #6e7c89;
}

.people_ja_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);
}

.people_ja_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;
}

.people_ja_article_text br {
  display: none;
}

/*
 * people list
 */
.people_ja_list {
  display: block;
}

.people_ja_list_title {
  margin-bottom: 96px;
  font-size: 32px;
  font-weight: 700;
  color: #0e1a25;
  text-align: center;
}

.people_ja_list_content {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  padding: 0 32px;
  margin: 0 auto;
}

.people_ja_list_content + .people_ja_list_content {
  margin-top: 96px;
}

.people_ja_list_content.new-graduate::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/interviews/interview-bg-1.png");
  background-size: 100%;
}

.people_ja_list_content.global::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/interviews/interview-bg-2.png");
  background-size: 100%;
}

.people_ja_list_content.head::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/interviews/interview-bg-3.png");
  background-size: 100%;
}

.people_ja_list_content.management::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/interviews/interview-bg-4.png");
  background-size: 100%;
}

.people_ja_list_content.department::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/interviews/interview-bg-5.png");
  background-size: 100%;
}

.people_ja_list_content.new-business::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/interviews/interview-bg-6.png");
  background-size: 100%;
}

.people_ja_list_content.middle-from-major::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/interviews/interview-bg-7.png");
  background-size: 100%;
}

.people_ja_list_content.middle-from-others::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/interviews/interview-bg-8.png");
  background-size: 100%;
}

.people_ja_list_content.award::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/interviews/interview-bg-9.png");
  background-size: 100%;
}

.people_ja_list_content.return::before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/interviews/interview-bg-10.png");
  background-size: 100%;
}

.people_ja_list_content_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.people_ja_list_content_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #27313b;
  letter-spacing: 0.5px;
}

.people_ja_list_content_link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08px;
  will-change: opacity;
  transition: opacity 0.2s ease-in-out;
}

.people_ja_list_content_link:hover {
  opacity: 0.6;
}

.people_ja_list_content_link.pc-none {
  display: none;
}

.people_ja_list_content_link::after {
  width: 17px;
  height: 8px;
  margin-left: 11px;
  content: "";
  background-image: url("/wp-content/themes/corporate/images/people_ja/i-arrow-right.svg");
}

.people_ja_list_inner_none {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.people_ja_list_inner_none_text {
  font-size: 32px;
  font-weight: 700;
  color: #27313b;
}

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

.people_ja_list_tiles::before {
  display: block;
  order: 1;
  width: 32%;
  height: 0;
  content: "";
}

.people_ja_list_tile {
  width: 32%;
  margin-bottom: 0;
}

/*
 * people footer
 */
.people_ja_footer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 0 170px 0 76px;
  margin-top: 80px;
  background-image: url("/wp-content/themes/corporate/images/people_ja/banner-recruit-pc.png");
  background-size: cover;
  box-sizing: border-box;
}

.people_ja_footer_head {
  font-size: 40px;
  font-weight: 300;
  line-height: 160%;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
}

.people_ja_footer_btn {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.people_ja_footer_btn_item {
  box-sizing: border-box;
  width: 140px;
  font-size: 14px;
  font-weight: 600;
  line-height: 56px;
  color: var(--deppblue);
  text-align: center;
  background-color: #fff;
  border-radius: 44px;
}

.people_ja_footer_btn_item + .people_ja_footer_btn_item {
  margin-left: 24px;
}

@media screen and (max-width: 1280px) {
  .people_ja_carousel_inner_wrap {
    width: 100%;
  }
}

/* max-width: 1080px */
@media screen and (max-width: 1080px) {
  .people_ja_hero_contents {
    display: flex;
    flex-direction: column;
  }

  .people_ja_footer {
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
  }

  .people_ja_footer_btn {
    margin: 45px auto 0;
  }
}

/* max-width: 980px */
@media screen and (max-width: 980px) {
  .people_ja_article_link {
    flex-direction: column;
  }

  .people_ja_article_thumbnail_wrapper {
    width: 100%;
  }

  .people_ja_article_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .people_ja_article_details {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
    order: 3;
    padding: 16px;
  }

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

  .people_ja_article_details_right {
    display: block;
    width: 100%;
    text-align: left;
    white-space: nowrap;
  }

  .people_ja_article_category {
    margin: 8px 8px 0 0;
  }

  .people_ja_article_business {
    margin: 8px 8px 0 0;
  }

  .people_ja_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_article_text {
    order: 2;
    padding: 8px 16px 0;
    margin-top: 0;
  }

  .people_ja_list_title {
    margin-bottom: 48px;
    font-size: 24px;
  }
}

/* max-width: 760px */
@media screen and (max-width: 760px) {
  .people_ja_hero {
    height: auto;
    background-image: url("/wp-content/themes/corporate/images/people_ja/bg-news-ja-sp.png");
  }

  .people_ja_hero__inner {
    padding: 200px 24px 90px;
  }

  .people_ja_carousel_outer {
    padding: 0 24px;
  }

  .people_ja_list_content {
    padding: 0 24px;
  }

  .people_ja_hero_contents_title {
    flex-direction: column;
    align-items: center;
  }

  .people_ja_hero_contents_title_caption {
    font-size: 26px;
  }

  .people_ja_hero_contents_title_head {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -3px;
  }

  .people_ja_hero_contents_text {
    font-size: 16px;
  }

  .people_ja_carousel {
    margin-top: 30px;
  }

  .people_ja_carousel_btn:hover {
    background-color: #fff;
  }

  .people_ja_list {
    display: block;
  }

  .people_ja_list_content + .people_ja_list_content {
    margin-top: 72px;
  }

  .people_ja_list_content.new-graduate::before {
    top: -24px;
    width: 272px;
    height: 272px;
  }

  .people_ja_list_content.global::before {
    top: -24px;
    width: 272px;
    height: 272px;
  }

  .people_ja_list_content.head::before {
    top: -24px;
    width: 272px;
    height: 272px;
  }

  .people_ja_list_content.management::before {
    top: -24px;
    width: 272px;
    height: 272px;
  }

  .people_ja_list_content.department::before {
    top: -24px;
    width: 272px;
    height: 272px;
  }

  .people_ja_list_content.new-business::before {
    top: -24px;
    width: 272px;
    height: 272px;
  }

  .people_ja_list_content.middle-from-major::before {
    top: -24px;
    width: 272px;
    height: 272px;
  }

  .people_ja_list_content.middle-from-others::before {
    top: -24px;
    width: 272px;
    height: 272px;
  }

  .people_ja_list_content.award::before {
    top: -24px;
    width: 272px;
    height: 272px;
  }

  .people_ja_list_content.return::before {
    top: -24px;
    width: 272px;
    height: 272px;
  }

  .people_ja_list_content_link.pc-none {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
  }

  .people_ja_list_content_link.sp-none {
    display: none;
  }

  .people_ja_list_inner_none {
    height: 300px;
  }

  .people_ja_list_inner_none_text {
    font-size: 24px;
  }

  .people_ja_list_tiles {
    flex-direction: column;
  }

  .people_ja_list_tiles::before {
    display: none;
  }

  .people_ja_list_tile {
    width: 100%;
  }

  .people_ja_list_tile + .people_ja_list_tile {
    margin-top: 24px;
  }

  .people_ja_footer {
    height: 310px;
  }

  .people_ja_footer_head {
    font-size: 30px;
  }
}

/* max-width: 540px */
@media screen and (max-width: 540px) {
  .people_ja_carousel_btn {
    top: calc(56.25vw - 18px);
  }
}

/* max-width: 480px */
@media screen and (max-width: 480px) {
  .people_ja_list_section {
    margin-bottom: 40px;
  }

  .people_ja_footer {
    background-image: url("/wp-content/themes/corporate/images/people_ja/banner-recruit-sp.png");
  }

  .people_ja_footer_head {
    font-size: 21px;
  }
}

/* max-width: 460px */
@media screen and (max-width: 460px) {
  .people_ja_carousel_btn {
    width: 36px;
    height: 36px;
  }

  .people_ja_carousel_btn.prev {
    left: 8px;
  }

  .people_ja_carousel_btn.next {
    right: 8px;
  }
}
