@charset "UTF-8";
.cFv__headline {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--px)) 0;
  padding: 0 calc(20 * var(--px));
}
.cFv__headline_ja {
  display: flex;
  flex-direction: column;
  font-size: calc(1.75 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  opacity: 0;
}
.cFv__headline_ja_text {
  display: flex;
  overflow: hidden;
}
.cFv__headline_en {
  display: grid;
  overflow: hidden;
  font-family: var(--font-roc-grotesk);
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.cFv__headline_en_text {
  display: flex;
  overflow: hidden;
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .cFv__headline {
    gap: calc(32 * var(--px)) 0;
  }
  .cFv__headline_ja {
    font-size: calc(3.25 * var(--rem));
  }
  .cFv__headline_en {
    font-size: calc(1.3125 * var(--rem));
  }
}
.cBreadcrumb {
  position: absolute;
  top: calc(145 * var(--px));
  right: calc(32 * var(--px));
  z-index: 1;
}
.cBreadcrumb__list {
  display: flex;
  gap: 0 calc(29 * var(--px));
}
.cBreadcrumb__item {
  font-size: calc(0.8125 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
}
.cBreadcrumb__item_link {
  position: relative;
}
.cBreadcrumb__item_link::before {
  position: absolute;
  left: calc(100% + 8 * var(--px));
  content: "／";
}

.pFv__inner {
  position: relative;
  display: grid;
  grid-gap: calc(40 * var(--px)) 0;
  gap: calc(40 * var(--px)) 0;
  padding: calc(140 * var(--px)) 0 calc(83 * var(--px));
  overflow: hidden;
}
.pFv__content {
  display: grid;
  grid-gap: calc(19 * var(--px)) 0;
  gap: calc(19 * var(--px)) 0;
  padding: 0 calc(20 * var(--px));
}
.pFv__headline {
  padding: 0;
}
.pFv__introText {
  font-size: calc(0.875 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.pFv__visual {
  width: calc(324 * var(--px));
  height: calc(215 * var(--px));
  margin-left: auto;
}
.pFv__leaf {
  position: absolute;
  mix-blend-mode: multiply;
}
.pFv__leaf[data-leaf="1"] {
  top: calc(104 * var(--px));
  right: calc(93 * var(--px));
  width: calc(63 * var(--px));
  height: calc(48 * var(--px));
}
.pFv__leaf[data-leaf="2"] {
  top: calc(143 * var(--px));
  right: -1px;
  width: calc(66 * var(--px));
  height: calc(56 * var(--px));
}
.pFv__leaf[data-leaf="3"] {
  bottom: calc(40 * var(--px));
  left: calc(12 * var(--px));
  width: calc(63 * var(--px));
  height: calc(46 * var(--px));
}
.pFv__leaf[data-leaf="4"] {
  right: calc(59 * var(--px));
  bottom: 0;
  width: calc(50 * var(--px));
  height: calc(52 * var(--px));
}
.pFv__leaf[data-leaf="5"] {
  bottom: calc(20 * var(--px));
  left: calc(100 * var(--px));
  width: calc(97 * var(--px));
  height: calc(77 * var(--px));
}

.pProfile {
  margin-top: calc(-27 * var(--px));
}
.pProfile__inner {
  position: relative;
  padding: calc(24 * var(--px)) calc(32 * var(--px));
}
.pProfile__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../assets/images/cross-talk/profile-bg.jpg");
  background-repeat: repeat;
  background-size: calc(160 * var(--px)) calc(160 * var(--px));
}
.pProfile__headline {
  font-family: var(--font-roc-grotesk);
  font-size: calc(1.25 * var(--rem));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.pProfile__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: calc(20 * var(--px)) calc(28 * var(--px));
  gap: calc(20 * var(--px)) calc(28 * var(--px));
  margin-top: calc(16 * var(--px));
}
.pProfile__item {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--px)) 0;
  align-items: center;
}
.pProfile__item_image {
  width: calc(130 * var(--px));
  height: calc(130 * var(--px));
  overflow: hidden;
  border-radius: 50%;
}
.pProfile__item_meta {
  display: grid;
}
.pProfile__item_name {
  font-family: var(--font-roc-grotesk);
  font-size: calc(1.0625 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.pProfile__item_belongs {
  font-size: calc(0.8125 * var(--rem));
  font-weight: 400;
  line-height: 1.5;
}
.pProfile__item_desc {
  margin-top: calc(16 * var(--px));
  font-size: calc(0.75 * var(--rem));
  font-weight: 400;
  line-height: 1.5;
}
.pProfile__note {
  padding: 0 calc(24 * var(--px));
  margin-top: calc(8 * var(--px));
  font-size: calc(0.6875 * var(--rem));
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}

.pTalk {
  margin-top: calc(48 * var(--px));
}
.pTalk__inner {
  display: grid;
  grid-gap: calc(80 * var(--px)) 0;
  gap: calc(80 * var(--px)) 0;
  padding-bottom: calc(112 * var(--px));
}

.pTalkItem {
  display: grid;
  grid-gap: calc(40 * var(--px)) 0;
  gap: calc(40 * var(--px)) 0;
}
.pTalkItem__visual {
  display: grid;
  grid-template-columns: calc(96 * var(--px)) 1fr;
}
.pTalkItem__label {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  width: calc(96 * var(--px));
  height: calc(96 * var(--px));
  padding: calc(12 * var(--px)) calc(13 * var(--px)) calc(9 * var(--px)) calc(12 * var(--px));
  font-family: var(--font-roc-grotesk);
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0.05em;
  background: linear-gradient(350deg, #d9f0ee -13%, #8e9aff 90%);
}
.pTalkItem__label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(97 * var(--px));
  height: 1px;
  content: "";
  background-color: var(--color-white);
  transform: translateY(-50%) rotate(-45deg);
}
.pTalkItem__label_en {
  grid-row: 1;
  grid-column: 1;
  font-size: calc(0.875 * var(--rem));
}
.pTalkItem__label_num {
  grid-row: 2;
  grid-column: 2;
  font-size: calc(1.1875 * var(--rem));
  text-align: right;
}
.pTalkItem__video_item {
  width: calc(304 * var(--px));
  height: calc(171 * var(--px));
}
.pTalkItem__content {
  display: grid;
  grid-gap: calc(40 * var(--px)) 0;
  gap: calc(40 * var(--px)) 0;
  padding: 0 calc(20 * var(--px));
}
.pTalkItem__headline {
  font-size: calc(1.25 * var(--rem));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.pTalkItem__list {
  display: grid;
  grid-gap: calc(32 * var(--px)) 0;
  gap: calc(32 * var(--px)) 0;
}
.pTalkItem__row {
  display: grid;
  grid-template-columns: calc(60 * var(--px)) auto;
  grid-gap: 0 calc(16 * var(--px));
  gap: 0 calc(16 * var(--px));
}
.pTalkItem__row.is-center {
  align-items: center;
}
.pTalkItem__speaker {
  display: grid;
  grid-template-rows: calc(60 * var(--px)) 1fr;
  grid-gap: calc(3 * var(--px)) 0;
  gap: calc(3 * var(--px)) 0;
}
.pTalkItem__speaker_icon {
  width: calc(60 * var(--px));
  height: calc(60 * var(--px));
  overflow: hidden;
  border-radius: 50%;
}
.pTalkItem__speaker_name {
  font-family: var(--font-roc-grotesk);
  font-size: calc(0.625 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
}
.pTalkItem__comment {
  margin-bottom: calc(8 * var(--px));
  font-size: calc(0.875 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 960px) {
  .pFv__inner {
    grid-template-columns: 1fr calc(828 * var(--px));
    gap: 0 calc(77 * var(--px));
    padding: calc(255 * var(--px)) 0 calc(149 * var(--px)) calc(72 * var(--px));
  }
  .pFv__content {
    grid-template-rows: 1fr auto;
    padding: 0;
  }
  .pFv__headline {
    gap: calc(41 * var(--px)) 0;
  }
  .pFv__introLabel {
    font-family: var(--font-roc-grotesk);
    font-size: calc(1 * var(--rem));
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .pFv__introText {
    margin-top: calc(20 * var(--px));
    font-size: calc(1.0625 * var(--rem));
  }
  .pFv__visual {
    width: calc(828 * var(--px));
    height: calc(452 * var(--px));
    margin-top: calc(20 * var(--px));
  }
  .pFv .pFv__leaf[data-leaf="1"] {
    top: calc(-14 * var(--px));
    right: auto;
    right: initial;
    left: calc(187 * var(--px));
    width: calc(86 * var(--px));
    height: calc(83 * var(--px));
  }
  .pFv .pFv__leaf[data-leaf="2"] {
    top: calc(85 * var(--px));
    right: calc(546 * var(--px));
    width: calc(128 * var(--px));
    height: calc(108 * var(--px));
  }
  .pFv .pFv__leaf[data-leaf="3"] {
    top: calc(430 * var(--px));
    bottom: auto;
    bottom: initial;
    left: calc(494 * var(--px));
    width: calc(89 * var(--px));
    height: calc(83 * var(--px));
  }
  .pFv .pFv__leaf[data-leaf="4"] {
    right: calc(175 * var(--px));
    bottom: calc(61 * var(--px));
    width: calc(106 * var(--px));
    height: calc(110 * var(--px));
  }
  .pProfile {
    margin-top: calc(76 * var(--px));
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .pProfile__inner {
    display: grid;
    grid-template-columns: calc(169 * var(--px)) 1fr;
    grid-row: 1;
    grid-column: 5/59;
    grid-gap: 0 calc(57 * var(--px));
    gap: 0 calc(57 * var(--px));
    padding: calc(48 * var(--px)) calc(64 * var(--px));
  }
  .pProfile__headline {
    font-size: calc(2 * var(--rem));
  }
  .pProfile__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 calc(57 * var(--px));
    margin-top: 0;
  }
  .pProfile__item {
    gap: calc(16 * var(--px)) 0;
    width: calc(192 * var(--px));
  }
  .pProfile__item_image {
    width: calc(192 * var(--px));
    height: calc(192 * var(--px));
  }
  .pProfile__item_name {
    font-size: calc(1.3125 * var(--rem));
  }
  .pProfile__item_belongs {
    font-size: calc(0.875 * var(--rem));
    font-weight: 400;
    line-height: 1.5;
  }
  .pProfile__item_desc {
    margin-top: calc(16 * var(--px));
    font-size: calc(0.8125 * var(--rem));
  }
  .pProfile__note {
    grid-row: 2;
    grid-column: 5/59;
    padding: 0;
    font-size: calc(0.75 * var(--rem));
  }
  .pTalk {
    margin-top: calc(128 * var(--px));
  }
  .pTalk__inner {
    gap: calc(128 * var(--px)) 0;
    padding-bottom: calc(144 * var(--px));
  }
  .pTalkItem {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .pTalkItem__visual {
    position: sticky;
    top: calc(50vh - 676 * var(--px) / 2);
    grid-template-columns: calc(600 * var(--px));
    grid-row: 1;
    grid-column: 1/26;
    height: -moz-fit-content;
    height: fit-content;
    height: calc(676 * var(--px));
  }
  .pTalkItem__label {
    position: absolute;
    right: calc(-24 * var(--px));
    z-index: 1;
    width: calc(120 * var(--px));
    height: calc(120 * var(--px));
  }
  .pTalkItem__label::before {
    width: calc(121 * var(--px));
  }
  .pTalkItem__label_en {
    font-size: calc(1.125 * var(--rem));
  }
  .pTalkItem__label_num {
    font-size: calc(1.5 * var(--rem));
  }
  .pTalkItem__video_item {
    width: calc(600 * var(--px));
    height: calc(338 * var(--px));
  }
  .pTalkItem__content {
    grid-row: 1;
    grid-column: 30/59;
    gap: calc(64 * var(--px)) 0;
    padding: 0;
  }
  .pTalkItem__headline {
    margin-top: calc(136 * var(--px));
    font-size: calc(2 * var(--rem));
  }
  .pTalkItem__row {
    grid-template-columns: calc(80 * var(--px)) 1fr;
  }
  .pTalkItem__speaker {
    grid-template-rows: calc(80 * var(--px)) 1fr;
    gap: calc(4 * var(--px)) 0;
  }
  .pTalkItem__speaker_icon {
    width: calc(80 * var(--px));
    height: calc(80 * var(--px));
  }
  .pTalkItem__speaker_name {
    font-size: calc(0.8125 * var(--rem));
  }
  .pTalkItem__comment {
    font-size: calc(1.0625 * var(--rem));
  }
  .pTalkItem:nth-child(2n) .pTalkItem__content {
    grid-column: 5/35;
  }
  .pTalkItem:nth-child(2n) .pTalkItem__visual {
    grid-column: 38/63;
  }
  .pTalkItem:nth-child(2n) .pTalkItem__label {
    right: 0;
    left: calc(-24 * var(--px));
  }
}