.itv_fit_head_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(2.4rem, 3.5vw, 5.6rem);
}
.itv_fit_head_row > .sec_head {
  flex: 1 1 auto;
  min-width: 0;
}
.itv_fit_figure {
  position: relative;
  flex-shrink: 0;
  width: clamp(16rem, 18.4vw, 29.4rem);
  aspect-ratio: 663 / 527;
}
.itv_fit_fig {
  position: absolute;
}
.itv_fit_fig_a {
  top: 1.33%;
  left: 0;
  width: 38.46%;
  height: 98.67%;
}
.itv_fit_fig_b {
  top: 0;
  left: 36.05%;
  width: 32.13%;
  height: 98.86%;
}
.itv_fit_fig_c {
  top: 1.33%;
  left: 62.75%;
  width: 37.25%;
  height: 96.4%;
}
.itv_fit_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: clamp(3.2rem, 3.5vw + 1.1rem, 8rem);
}
.itv_fit_card {
  padding: 2.4rem;
  border: 1px solid var(--border-color-1);
  border-radius: 6px;
  background: #fff;
}
.itv_fit_card_head {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--border-color-1);
}
.itv_fit_num {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 100vmax;
  font-family: var(--font-en-strong);
  font-size: 3.2rem;
  font-weight: var(--font-weight-black);
  line-height: 1;
  color: #fff;
  background: #000;
}
.itv_fit_card_title {
  font-size: clamp(1.8rem, 0.65vw + 1.56rem, 2.6rem);
  font-weight: var(--font-weight-black);
  line-height: 1.3;
}
.itv_fit_card_text {
  margin-top: 2rem;
  font-size: clamp(1.4rem, 0.16vw + 1.34rem, 1.6rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .itv_fit_head_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
  .itv_fit_figure {
    align-self: flex-end;
  }
  .itv_fit_list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .itv_fit_card {
    padding: 1.6rem;
  }
  .itv_fit_num {
    width: 48px;
    height: 48px;
    font-size: 2.4rem;
  }
}
.itv_list {
  display: grid;
  gap: 1.6rem;
  margin-top: clamp(2.4rem, 1.13vw + 1.98rem, 3.8rem);
}
.itv_card {
  --itv-card-bg: #6f6f6f;
  display: block;
  background: linear-gradient(to right, transparent 0 50%, var(--itv-card-bg) 50% 100%);
}
.itv_card.is_reverse {
  --itv-card-bg: #000;
  background: linear-gradient(to right, var(--itv-card-bg) 0 50%, transparent 50% 100%);
}
.itv_card_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}
.itv_card.is_reverse .itv_card_photo {
  order: 2;
}
.itv_card_photo {
  position: relative;
  overflow: hidden;
}
.itv_card_photo::before {
  content: "";
  display: block;
  padding-top: 60.55%;
}
.itv_card_photo img {
  position: absolute;
  inset: 0;
}
.itv_card_body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.6rem 2.4rem 1.6rem 2rem;
  color: #fff;
}
.itv_card_title {
  font-size: clamp(1.8rem, 1.46vw + 1.25rem, 3.6rem);
  font-weight: var(--font-weight-black);
  line-height: 1.25;
}
.itv_card_lead {
  font-size: clamp(1.2rem, 0.33vw + 1.08rem, 1.6rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.45;
}
.itv_card_years {
  margin-top: 0.4rem;
  font-size: clamp(1.4rem, 0.98vw + 1.03rem, 2.6rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}
.itv_card_name_row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.itv_card_badge {
  flex-shrink: 0;
  padding: 0.325em 0.35em;
  font-size: clamp(1.1rem, 0.73vw + 0.83rem, 2rem);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  color: #000;
  background: #fff;
}
.itv_card_name {
  font-size: clamp(1.5rem, 1.22vw + 1.04rem, 3rem);
  font-weight: var(--font-weight-black);
  line-height: 1.2;
}
.itv_card .link_arrow {
  margin-top: 0.4rem;
  font-size: clamp(1.2rem, 0.49vw + 1.02rem, 1.8rem);
  color: #fff;
}
.itv_card .link_arrow::after {
  width: 24px;
  height: 24px;
  background-image: url(../../img/global/icon_arrow_wh.svg);
}
@media screen and (min-width: 1025px) {
  .itv_card .link_arrow::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .itv_card {
    background: none;
  }
  .itv_card_inner {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
  .itv_card.is_reverse .itv_card_photo {
    order: 0;
  }
  .itv_card_photo::before {
    padding-top: 62%;
  }
  .itv_card_body {
    padding: 2rem var(--container-padding) 2.4rem;
    background: var(--itv-card-bg);
  }
}
.itv_hero {
  --itv-slope: 17.6vw;
  overflow: hidden;
  background: #fff;
}
.itv_hero_body {
  display: contents;
}
.itv_hero_stage {
  position: relative;
  aspect-ratio: 1600 / 1260;
}
.itv_hero_bg {
  position: absolute;
  inset: 0 0 20.63% 0;
}
.itv_hero_band {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--bg-color-gray-dark);
  clip-path: polygon(0 79.37%, 100% 56.98%, 100% 68.81%, 0 91.19%);
}
.itv_hero_brush {
  position: absolute;
  top: 48.13%;
  right: 0;
  z-index: 2;
  width: 38.81%;
  aspect-ratio: 1242 / 526;
  background: url(../../img/module/hero/brush_itv.webp) no-repeat right center / contain;
}
.itv_hero_copy_a,
.itv_hero_copy_b,
.itv_hero_copy_c {
  position: absolute;
  z-index: 2;
  width: 9.19%;
  height: auto;
  max-width: none;
}
.itv_hero_kumami .itv_hero_copy_a {
  top: 1.67%;
  left: 28.06%;
}
.itv_hero_kumami .itv_hero_copy_b {
  top: 5.71%;
  left: 18%;
}
.itv_hero_yamato .itv_hero_copy_a {
  top: 10.48%;
  left: 27.31%;
}
.itv_hero_yamato .itv_hero_copy_b {
  top: 17.78%;
  left: 17.25%;
}
.itv_hero_yamano .itv_hero_copy_a {
  top: 3.73%;
  left: 27.19%;
  width: 7.94%;
}
.itv_hero_yamano .itv_hero_copy_b {
  top: 7.22%;
  left: 18.56%;
  width: 7.94%;
}
.itv_hero_yamaoka .itv_hero_copy_a {
  top: 3.73%;
  left: 26.77%;
}
.itv_hero_yamaoka .itv_hero_copy_b {
  top: 7.76%;
  left: 16.81%;
}
.itv_hero_nakanishi .itv_hero_copy_a {
  top: 4.13%;
  left: 32.51%;
}
.itv_hero_nakanishi .itv_hero_copy_b {
  top: 12.87%;
  left: 23.4%;
}
.itv_hero_nakanishi .itv_hero_copy_c {
  top: 8.01%;
  left: 14.75%;
}
.itv_hero_hataoka .itv_hero_copy_a {
  top: 5.87%;
  left: 32.14%;
}
.itv_hero_hataoka .itv_hero_copy_b {
  top: 14.61%;
  left: 23.02%;
}
.itv_hero_hataoka .itv_hero_copy_c {
  top: 9.76%;
  left: 14.38%;
}
.itv_hero_hamada .itv_hero_copy_a {
  top: 11.27%;
  left: 27.81%;
  width: 12.16%;
}
.itv_hero_hamada .itv_hero_copy_b {
  top: 16.03%;
  left: 18.31%;
}
@keyframes itv_copy_in_down {
  from {
    opacity: 0;
    transform: translateY(-4rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes itv_copy_in_up {
  from {
    opacity: 0;
    transform: translateY(4rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.js .itv_hero_copy_a {
  animation: itv_copy_in_down 1.4s var(--ease-smooth) both;
}
.js .itv_hero_copy_b,
.js .itv_hero_copy_c {
  animation: itv_copy_in_up 1.4s var(--ease-smooth) 0.15s both;
}
.itv_hero_info {
  position: absolute;
  top: 76.51%;
  right: 52.63%;
  left: 12%;
  z-index: 3;
  text-align: right;
}
.itv_hero_years {
  font-size: clamp(2rem, 3.26vw + 0.78rem, 6rem);
  font-weight: var(--font-weight-black);
  line-height: 1;
  white-space: nowrap;
}
.itv_hero_name_row {
  margin-top: 0.8rem;
}
.itv_hero_badge {
  display: inline-block;
  padding: 0.35em 0.55em;
  font-size: clamp(1.2rem, 1.63vw + 0.59rem, 3rem);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  color: #fff;
  background: #000;
  white-space: nowrap;
}
.itv_hero_name {
  margin-top: 0.4rem;
  font-size: clamp(2.9rem, 4.66vw + 1.12rem, 8.6rem);
  font-weight: var(--font-weight-black);
  line-height: 1;
  white-space: nowrap;
}
.itv_hero_comment {
  position: absolute;
  top: 76.03%;
  left: 50%;
  z-index: 3;
  width: 32%;
  font-size: clamp(1.5rem, 1.2vw + 0.88rem, 2.8rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .itv_hero_stage {
    display: block;
    aspect-ratio: auto;
  }
  .itv_hero_visual {
    position: relative;
    aspect-ratio: 4 / 5;
  }
  .itv_hero_bg {
    inset: 0;
    overflow: hidden;
  }
  .itv_hero_bg img {
    height: 139%;
  }
  .itv_hero_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.21) 35%, rgba(0, 0, 0, 0) 65%);
  }
  .itv_hero_band {
    display: none;
  }
  .itv_hero_brush {
    top: auto;
    bottom: 5.4vw;
    width: 50%;
  }
  .itv_hero_copy_a,
  .itv_hero_copy_b,
  .itv_hero_copy_c {
    width: 11%;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.55));
  }
  .itv_hero_kumami .itv_hero_copy_a {
    top: 6%;
    left: 18.79%;
  }
  .itv_hero_kumami .itv_hero_copy_b {
    top: 7.5%;
    left: 5.78%;
  }
  .itv_hero_yamato .itv_hero_copy_a {
    top: 10.5%;
    left: 18.04%;
  }
  .itv_hero_yamato .itv_hero_copy_b {
    top: 14.5%;
    left: 5.03%;
  }
  .itv_hero_yamaoka .itv_hero_copy_a {
    top: 6.5%;
    left: 17.51%;
  }
  .itv_hero_yamaoka .itv_hero_copy_b {
    top: 9.5%;
    left: 4.62%;
  }
  .itv_hero_yamano .itv_hero_copy_a {
    top: 6.5%;
    left: 18.17%;
    width: 9.6%;
  }
  .itv_hero_yamano .itv_hero_copy_b {
    top: 9.5%;
    left: 7%;
    width: 9.6%;
  }
  .itv_hero_nakanishi .itv_hero_copy_a {
    top: 6.5%;
    left: 28.87%;
  }
  .itv_hero_nakanishi .itv_hero_copy_b {
    top: 11.5%;
    left: 17.07%;
  }
  .itv_hero_nakanishi .itv_hero_copy_c {
    top: 9%;
    left: 5.88%;
  }
  .itv_hero_hataoka .itv_hero_copy_a {
    top: 7%;
    left: 28.37%;
  }
  .itv_hero_hataoka .itv_hero_copy_b {
    top: 12.5%;
    left: 16.57%;
  }
  .itv_hero_hataoka .itv_hero_copy_c {
    top: 9.5%;
    left: 5.39%;
  }
  .itv_hero_hamada .itv_hero_copy_a {
    top: 9.5%;
    left: 18.63%;
    width: 14.7%;
  }
  .itv_hero_hamada .itv_hero_copy_b {
    top: 12.5%;
    left: 6.33%;
  }
  .itv_hero_body {
    display: block;
    margin-top: calc(var(--itv-slope) * -1);
    padding: calc(var(--itv-slope) + 1.6rem) var(--container-padding) 3.2rem;
    background: var(--bg-color-gray-dark);
    clip-path: polygon(0 var(--itv-slope), 100% 0, 100% 100%, 0 100%);
  }
  .itv_hero_info,
  .itv_hero_comment {
    position: static;
    width: auto;
    text-align: left;
  }
  .itv_hero_comment {
    margin-top: 1.2rem;
  }
  .itv_hero_comment br {
    display: none;
  }
}
.itv_others_head {
  display: flex;
  align-items: center;
  gap: 0.8rem 2.4rem;
}
.itv_others_title {
  font-size: clamp(2.2rem, 1.47vw + 1.65rem, 4rem);
  font-weight: var(--font-weight-black);
  line-height: 1.1;
}
.itv_others_scroller {
  margin-top: clamp(2.4rem, 2.6vw + 0.9rem, 4.8rem);
}
.itv_others_item {
  width: 240px;
}
.itv_others_item a {
  display: block;
}
.itv_others_photo {
  position: relative;
  overflow: hidden;
}
.itv_others_photo::before {
  content: "";
  display: block;
  padding-top: 120.83%;
}
.itv_others_photo img {
  position: absolute;
  inset: 0;
}
.itv_others_years {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}
.itv_others_job {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0.35em 0.5em;
  font-size: 1.2rem;
  font-weight: var(--font-weight-medium);
  line-height: 1;
  color: #fff;
  background: #000;
}
.itv_others_name {
  margin-top: 0.4rem;
  font-size: 2.8rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}
.itv_others_item:hover .itv_others_photo img {
  transform: scale(1.04);
}
.itv_others_photo img {
  transition: transform var(--transition);
}
@media screen and (max-width: 768px) {
  .itv_others_item {
    width: 200px;
  }
  .itv_others_years {
    font-size: 1.4rem;
  }
  .itv_others_job {
    font-size: 1.1rem;
  }
  .itv_others_name {
    font-size: 2.2rem;
  }
}
.itv_faq_foot {
  margin-top: 2.4rem;
}
