@charset "UTF-8";

.crosstalk-title-box {
  position: relative;
}
.crosstalk-title-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  width: 64px;
  height: 6px;
  background: var(--color-primary);
}
.crosstalk-title-box > div:has(.title) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.crosstalk-title-box .title {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--color-white);
}
.crosstalk-title-box .title .eyebrow {
  width: fit-content;
  margin: 0 auto 16px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 700;
  border: 4px solid var(--color-white);
  line-height: 1;
}
.crosstalk-title-box .title p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.crosstalk-title-box .title p span:nth-child(2) {
  font-size: 28px;
  font-weight: 100;
}

@media (max-width: 767px) {
  .crosstalk-title-box::before {
    left: 24px;
    height: 4px;
  }
  .crosstalk-title-box .title .eyebrow {
    padding: 8px 10px;
    font-size: 12px;
    border-width: 2px;
  }
  .crosstalk-title-box .title p {
    gap: 6px;
  }
  .crosstalk-title-box .title p span:nth-child(2) {
    font-size: 18px;
  }
  /* 扉ページタグのみ */
  .crosstalk-title-box:not(.colum-page) .tag-parts{
    font-size: 10px;
  }
}


/* =========================================================
 クロストーク 下層ページ common
========================================================= */
.bg-wrapper {
  position: relative;
}
.bg-wrapper::after {
  content: '';
  position: absolute;
  z-index: -2;
  top: -17vw;
  right: 0;
  display: block;
  width: 100vw;
  height: calc(100% + 17vw + 120px);
  margin: 0 calc(50% - 50vw);
  background: url(/people/img/common/bg_01.png) no-repeat top/cover;
}
@media (max-width: 767px) {
  .bg-wrapper::after {
    top: -300vw;
    height: calc(100% + 300vw + 80px);
    background-image: url(/people/img/common/bg_01_sp.png);
    background-position: top right;
  }
}

/* h1タイトルエリア
--------------------------------------------------------- */
.crosstalk-title-box.colum-page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.crosstalk-title-box.colum-page figure {
  position: relative;
}
/* .crosstalk-title-box.colum-page figure::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #095BA8;
  opacity: .5;
  mix-blend-mode: multiply;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
} */
.crosstalk-title-box.colum-page img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.crosstalk-title-box.colum-page > div:has(.title) {
  overflow: hidden;
  max-width: 100%;
}
.crosstalk-title-box.colum-page .title {
  z-index: 2;
}
.crosstalk-title-box.colum-page::before {
  display: none;
}
.crosstalk-title-box.colum-page h1 {
  margin: 16px 0 32px;
  color: var(--color-white);
}
.crosstalk-title-box.colum-page .title h1 + p {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .crosstalk-title-box.colum-page img {
    object-fit: contain;
    min-height: auto;
  }
  .crosstalk-title-box .title .eyebrow {
    font-size: 12px;
    margin-bottom: 0;
    padding: 6px 8px;
    border: 2px solid var(--color-white);
  }
  .crosstalk-title-box.colum-page h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .crosstalk-title-box.colum-page .title h1 + p {
    font-size: 12px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .crosstalk-title-box.colum-page > div:has(.title) {
    flex-direction: column;
    overflow: visible;
    padding: 0;
    clip-path: none;
  }
  .crosstalk-title-box.colum-page figure {
    display: block;
    margin: 0 calc(50% - 50vw);
    padding: 16px;
    background: var(--color-gray1);
  }
  .crosstalk-title-box.colum-page figure::before {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    top: 16px;
    left: 16px;
  }
  .crosstalk-title-box.colum-page img {
    min-height: 100%;
  }
  .crosstalk-title-box.colum-page .title {
    position: initial;
    align-items: flex-start;
    text-align: left;
  }
  .crosstalk-title-box.colum-page .title .eyebrow {
    position: absolute;
    top: 15vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .crosstalk-title-box.colum-page .title p span:nth-child(2) {
    color: var(--color-black);
  }
  .crosstalk-title-box.colum-page .title h1,
  .crosstalk-title-box.colum-page .title h1 + p {
    color: var(--color-black);
  }
  .crosstalk-title-box.colum-page h1 {
    margin: 16px 0;
  }
  .crosstalk-title-box.colum-page .title h1 + p {
    font-weight: normal;
  }
}

/* インタビューメンバー紹介
--------------------------------------------------------- */
.crosstalk-interviewee {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 69px;
}
.crosstalk-interviewee > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.crosstalk-interviewee figure {
  width: 180px;
  height: 180px;
}
.crosstalk-interviewee > span {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 90px;
}
.crosstalk-interviewee > span::before,
.crosstalk-interviewee > span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-black);
}
.crosstalk-interviewee > span::before {
  transform: rotate(45deg);
}
.crosstalk-interviewee > span::after {
  transform: rotate(-45deg);
}
.crosstalk-interviewee .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.crosstalk-interviewee .text-box span:not(.tag-parts) {
  display: block;
  font-size: 15px;
}
.crosstalk-interviewee .text-box span:first-child,
.crosstalk-interviewee .text-box span:last-child {
  font-weight: bold;
}
.crosstalk-interviewee .text-box .tag-parts {
  margin-top: 8px;
}
.crosstalk-interviewee .text-box span:last-child {
  margin-top: 8px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .crosstalk-interviewee {
    flex-direction: column;
  }
  .crosstalk-interviewee figure {
    width: 96px;
    min-width: 96px;
    height: 96px;
  }
  .crosstalk-interviewee > span {
    display: none;
  }
  .crosstalk-interviewee > div {
    flex-direction: row;
    gap: 24px;
  }
  .crosstalk-interviewee .text-box {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
  }
  .crosstalk-interviewee .text-box .tag-parts {
    order: 2;
    margin: 8px 0 0 8px;
  }
  .crosstalk-interviewee .text-box span:not(.tag-parts) {
    font-size: 14px;
  }
  .crosstalk-interviewee .text-box span:nth-child(2) {
    width: 100%;
  }
}

/* インタビュー記事内容
--------------------------------------------------------- */
.crosstalk-layout.type-1 {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.crosstalk-layout.type-1 > figure {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  max-width: 638px;
}
.crosstalk-layout.type-1 > figure::after,
.crosstalk-layout.type-2 figure::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -14px;
  right: -14px;
  display: block;
  width: 26px;
  height: 26px;
  background: var(--color-primary);
  filter: blur(20px);
}
.crosstalk-layout.type-1 > div {
  width: 61%;
  margin-top: 80px;
  padding: 63px 0 63px 49px;
  background: var(--color-white);
}
.crosstalk-layout.type-1.reverse {
  justify-content: flex-start;
}
.crosstalk-layout.type-1.reverse > figure {
  left: auto;
  right: 0;
}
.crosstalk-layout.type-1.reverse > div {
  padding: 63px 49px 63px 0;
}

.crosstalk-layout.type-2 figure {
  position: relative;
  margin-bottom: 64px;
}


.crosstalk-layout h2 {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
.crosstalk-layout h2::before {
  content: '';
  display: block;
  position: relative;
  top: 25px;
  width: 56px;
  height: 1px;
  background: var(--color-primary);
}


/**** 話し手写真 ****/
.speaker {
  display: flex;
  gap: 16px;
}
.speaker span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-gray4);
}
.speaker span::before {
  content: '';
  display: block;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: no-repeat center/contain;
}
/* Tさん */
.newgrad-and-career .speaker.type-1 span::before {
  background-image: url("/people/img/crosstalk/workstyle/newgrad-and-career/img_03.png");
}
/* Mさん */
.newgrad-and-career .speaker.type-2 span::before {
  background-image: url("/people/img/crosstalk/workstyle/newgrad-and-career/img_02.png");
}
/* Yさん */
.newgrad-and-career .speaker.type-3 span::before {
  background-image: url("/people/img/crosstalk/collaboration/tech-and-sales/img_03.png");
}
/* Kさん */
.newgrad-and-career .speaker.type-4 span::before {
  background-image: url("/people/img/crosstalk/collaboration/tech-and-sales/img_02.png");
}

@media (max-width: 767px) {
  .crosstalk-layout {
    margin-left: -16px;
    margin-right: -16px;
  }
  .crosstalk-layout.type-1 > figure {
    width: 64%;
    min-width: 240px;
  }
  .crosstalk-layout.type-1 > div {
    width: calc(100% - 16px);
    margin-top: 36vw;
    padding: 24px 16px;
  }
  .crosstalk-layout.type-1.reverse > figure::after {
    right: auto;
    left: -14px;
  }
  .crosstalk-layout.type-2 figure::after {
    display: none;
  }
  .crosstalk-layout.type-1.reverse > div {
    padding: 24px 16px;
  }
  .crosstalk-layout.type-2 figure {
    margin-bottom: 32px;
  }
  .crosstalk-layout h2::before {
    top: 18px;
    width: 40px;
  }
}


/* 他のクロストークを見る
--------------------------------------------------------- */
.crosstalk-title-box.page-link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 32px auto 0;
  overflow: hidden;
}
.crosstalk-title-box.page-link > div:has(.title) {
  align-items: flex-start;
}
.crosstalk-title-box.page-link img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  transition: transform .4s ease;
}
.crosstalk-title-box.page-link:hover img {
  transform: scale(1.1);
}
.crosstalk-title-box.page-link .title {
  top: 24px;
}
.crosstalk-title-box.page-link .title p {
  margin-top: 0;
}
.crosstalk-title-box.page-link .title h3 {
  margin-top: 16px;
}
.crosstalk-title-box.page-link .arrow-link-md {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 16px 8px 8px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: normal;
  background: var(--color-white);
}
.crosstalk-title-box.page-link .arrow-link-md::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -18px;
  display: block;
  width: 19px;
  height: 100%;
  background-image: linear-gradient(117deg, transparent, transparent 50%, #ffffff 51% 100%);
}
@media (hover: hover) {
  .crosstalk-title-box.page-link:hover .arrow-link-md::after {
    background-image: url(/common/img/icon_arrow_h.svg);
  }
}
@media (max-width: 767px) {
  .crosstalk-title-box.page-link .title {
    top: 7vw;
  }
  .crosstalk-title-box.page-link .arrow-link-md {
    font-size: 14px;
  }
}