.hero {
  position: relative;
  aspect-ratio: 1600 / 1221;
  overflow: hidden;
  background: #fff;
}
.hero .swiper,
.hero .swiper-wrapper,
.hero .swiper-slide,
.hero_slide {
  height: 100%;
}
.hero_slide {
  position: relative;
  container-type: size;
  overflow: hidden;
  background: #fff;
}
.hero_bg {
  position: absolute;
  inset: 0 0 21% 0;
  overflow: hidden;
}
.hero_bg img {
  object-position: center top;
}
.js .hero_bg img {
  transform: scale(1);
  transform-origin: 50% 0;
  transition: transform 7s linear;
  will-change: transform;
}
.js .swiper-slide-active .hero_bg img,
.js .swiper-slide-duplicate-active .hero_bg img {
  transform: scale(1.06);
}
.hero_copy_a,
.hero_copy_b,
.hero_copy_c {
  position: absolute;
  z-index: 4;
  top: max(var(--hero-copy-top), calc(var(--header-h) + 1.6rem));
  left: var(--hero-copy-left);
  width: min(var(--hero-copy-w, 9.19%), var(--hero-copy-max-pc, calc((63.9% - 13rem) / 6)));
  height: auto;
  max-width: none;
}
.js .hero_copy_a,
.js .hero_copy_b,
.js .hero_copy_c {
  opacity: 0;
  transition:
    opacity 0.9s var(--ease-reveal),
    transform 1.4s var(--ease-smooth);
}
.js .hero_copy_a {
  transform: translateY(-4rem);
}
.js .hero_copy_b,
.js .hero_copy_c {
  transform: translateY(4rem);
  transition-delay: 0.15s;
}
.js .swiper-slide-active .hero_copy_a,
.js .swiper-slide-active .hero_copy_b,
.js .swiper-slide-active .hero_copy_c,
.js .swiper-slide-duplicate-active .hero_copy_a,
.js .swiper-slide-duplicate-active .hero_copy_b,
.js .swiper-slide-duplicate-active .hero_copy_c {
  opacity: 1;
  transform: none;
}
.hero_copy_a {
  --hero-copy-top: 7.9%;
  --hero-copy-left: 27.25%;
}
.hero_copy_b {
  --hero-copy-top: 15.4%;
  --hero-copy-left: 17.2%;
}
.hero_copy_c {
  --hero-copy-top: 11.5%;
  --hero-copy-left: 7.15%;
}
.hero_slide_yamano .hero_copy_a,
.hero_slide_yamano .hero_copy_b {
  --hero-copy-w: 7.94%;
  --hero-copy-max-pc: calc((63.9% - 13rem) / 6.88);
}
.hero_slide_hamada .hero_copy_a {
  --hero-copy-w: 12.16%;
}
.hero_band_gray {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: var(--bg-color-gray-dark);
  clip-path: polygon(0 78.95%, 100% 55.85%, 100% 100%, 0 100%);
}
.hero_band_white {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: #fff;
  clip-path: polygon(0 91.15%, 100% 68.05%, 100% 100%, 0 100%);
}
.hero_brush {
  position: absolute;
  top: 46.71%;
  right: 0;
  z-index: 4;
  width: 38.81%;
  aspect-ratio: 1242 / 526;
  background: url(../../img/module/hero/brush_itv.webp) no-repeat right center / contain;
}
.hero_info {
  position: absolute;
  top: 72.5%;
  left: 29.6%;
  z-index: 5;
  width: 29.2%;
  text-align: right;
}
.hero_years {
  font-size: clamp(2rem, 3.75vw, 6rem);
  font-weight: var(--font-weight-black);
  line-height: 1;
  white-space: nowrap;
}
.hero_name_row {
  margin-top: 1.2rem;
}
.hero_badge {
  display: inline-block;
  padding: 0.6em 0.5em 0.5em;
  background: #000;
  font-size: clamp(1rem, 1.875vw, 3rem);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.hero_name {
  margin-top: 0.4rem;
  font-size: clamp(3rem, 5.375vw, 8.6rem);
  font-weight: var(--font-weight-black);
  line-height: 1;
  white-space: nowrap;
}
.hero_catch {
  position: absolute;
  top: 72%;
  left: 60.7%;
  z-index: 5;
  width: max(21.5%, 19rem);
}
.hero_catch p {
  font-size: clamp(1rem, 1.625vw, 2.6rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.46;
}
.hero_catch .link_arrow {
  margin-top: 1.6rem;
  --arrow-size: clamp(2.4rem, 2vw, 3.2rem);
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .hero {
    aspect-ratio: auto;
  }
  .hero .swiper,
  .hero .swiper-wrapper,
  .hero .swiper-slide {
    height: auto;
  }
  .hero_slide {
    display: flex;
    flex-direction: column;
    container-type: inline-size;
    overflow: visible;
    --hero-photo-h: max(60svh, 34rem);
    height: auto;
    min-height: 100svh;
  }
  .js .hero_bg img,
  .js .swiper-slide-active .hero_bg img,
  .js .swiper-slide-duplicate-active .hero_bg img {
    transform: none;
    transition: none;
    will-change: auto;
  }
  .hero_bg {
    position: relative;
    inset: auto;
    flex: none;
    height: var(--hero-photo-h);
    background: var(--bg-color-gray-dark);
  }
  .hero_bg img {
    height: 139%;
  }
  .hero_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      var(--hero-grad-dir, to right),
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.3) 40%,
      rgba(0, 0, 0, 0.12) 70%,
      rgba(0, 0, 0, 0) 90%
    );
  }
  .hero_slide_yamato .hero_bg::after,
  .hero_slide_nakanishi .hero_bg::after {
    --hero-grad-dir: to left;
  }
  .hero_copy_a,
  .hero_copy_b,
  .hero_copy_c {
    width: min(var(--hero-copy-w-sp, 12.4vw), var(--hero-copy-max, calc((var(--hero-photo-h) - 13rem) / 6)));
    height: auto;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 16px rgba(0, 0, 0, 0.35));
  }
  .hero_slide_yamano .hero_copy_a,
  .hero_slide_yamano .hero_copy_b {
    --hero-copy-max: calc((var(--hero-photo-h) - 13rem) / 6.88);
  }
  .hero_copy_a {
    top: max(3svh, calc(var(--header-h) + 1.2rem));
    left: 76%;
  }
  .hero_copy_b {
    top: max(9svh, calc(var(--header-h) + 5.6rem));
    left: 57%;
  }
  .hero_copy_c {
    top: max(6svh, calc(var(--header-h) + 3.4rem));
    left: 38%;
  }
  .hero_slide_hamada .hero_copy_a {
    --hero-copy-w-sp: 18.5vw;
  }
  .hero_slide_nakanishi .hero_copy_a,
  .hero_slide_nakanishi .hero_copy_b,
  .hero_slide_nakanishi .hero_copy_c {
    --hero-copy-w-sp: 12vw;
  }
  .hero_slide_kumami .hero_copy_a,
  .hero_slide_yamano .hero_copy_a,
  .hero_slide_yamaoka .hero_copy_a,
  .hero_slide_hamada .hero_copy_a {
    left: 28%;
  }
  .hero_slide_kumami .hero_copy_b,
  .hero_slide_yamano .hero_copy_b,
  .hero_slide_yamaoka .hero_copy_b,
  .hero_slide_hamada .hero_copy_b {
    left: 9%;
  }
  .hero_slide_hataoka .hero_copy_a {
    left: 47%;
  }
  .hero_slide_hataoka .hero_copy_b {
    left: 28%;
  }
  .hero_slide_hataoka .hero_copy_c {
    left: 9%;
  }
  .hero_band_gray,
  .hero_band_white {
    display: none;
  }
  .hero_brush {
    top: calc(var(--hero-photo-h) - 11.1cqw - 15.67cqw);
    right: 0;
    z-index: 6;
    width: 74%;
  }
  .hero_info {
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
    width: auto;
    margin-top: calc(-1 * 17.64cqw - 0.4rem);
    padding: calc(17.64cqw + 1.2rem) var(--container-padding) calc(8.8cqw + 1.2rem);
    background: var(--bg-color-gray-dark);
    clip-path: polygon(0 17.64cqw, 100% 0, 100% 100%, 0 100%);
    text-align: left;
  }
  .hero_years {
    font-size: 2.8rem;
  }
  .hero_name_row {
    margin-top: 0.8rem;
  }
  .hero_badge {
    font-size: 1.4rem;
  }
  .hero_name {
    font-size: 4rem;
  }
  .hero_catch {
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
    flex: none;
    width: auto;
    margin-top: calc(-1 * 17.64cqw);
    padding: calc(17.64cqw + 1.6rem) var(--container-padding) 3.2rem;
    background: #fff;
    clip-path: polygon(0 17.64cqw, 100% 0, 100% 100%, 0 100%);
  }
  .hero_catch p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .hero_catch .link_arrow {
    margin-top: 1.2rem;
    font-size: 1.5rem;
  }
}
.bg_gray {
  background: var(--bg-color-gray);
}
.sec_lead {
  margin-top: 2.4rem;
  font-size: clamp(1.6rem, 0.5vw + 1.4rem, 2.2rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.7;
}
.work_gallery {
  position: relative;
  margin-top: 2.4rem;
  overflow: hidden;
}
.work_track {
  display: flex;
  width: max-content;
  animation: work_marquee 60s linear infinite;
}
@keyframes work_marquee {
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .work_track {
    animation-play-state: paused;
  }
}
.work_tile {
  position: relative;
  flex: 0 0 auto;
  height: clamp(40rem, 47vw, 75rem);
  aspect-ratio: 2442 / 750;
}
.work_photo {
  position: absolute;
  object-fit: cover;
}
.work_photo_01 {
  top: 0.2667%;
  left: 0.9828%;
  width: 24.9795%;
  height: 64.5333%;
}
.work_photo_02 {
  top: 0;
  left: 26.9861%;
  width: 22.1949%;
  height: 51.3333%;
}
.work_photo_03 {
  top: 0;
  left: 50.4095%;
  width: 13.3907%;
  height: 30.9333%;
}
.work_photo_04 {
  top: 0;
  left: 65.0287%;
  width: 13.3907%;
  height: 30.9333%;
}
.work_photo_05 {
  top: 54.1333%;
  left: 26.9861%;
  width: 10.6061%;
  height: 24.4%;
}
.work_photo_06 {
  top: 54.1333%;
  left: 38.534%;
  width: 10.6061%;
  height: 24.4%;
}
.work_photo_07 {
  top: 35.2%;
  left: 50.4095%;
  width: 28.0098%;
  height: 64.8%;
}
.work_photo_08 {
  top: 35.4667%;
  left: 79.2383%;
  width: 20.7617%;
  height: 64.5333%;
}
.numbers_scroller {
  margin-top: 2.4rem;
}
.sec_numbers .sec_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 2.4rem;
}
.sec_numbers .sec_title {
  width: 100%;
}
.numbers_list {
  --tile-bg-1: #efefef;
  --tile-bg-2: #dcdddd;
  --tile-bg-3: #c9caca;
  --tile-bg-4: #b6b6b6;
  --tile-bg-5: #a3a3a3;
  --tile-bg-6: #909090;
}
.numbers_item {
  --tile-w: clamp(24rem, 17.1vw + 17.6rem, 39.5rem);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--tile-w);
  aspect-ratio: 1 / 1;
  padding: clamp(2.4rem, 1.8vw + 1.7rem, 4rem);
  text-align: center;
}
.numbers_item:nth-child(1) {
  background: var(--tile-bg-1);
}
.numbers_item:nth-child(2) {
  background: var(--tile-bg-2);
}
.numbers_item:nth-child(3) {
  background: var(--tile-bg-3);
}
.numbers_item:nth-child(4) {
  background: var(--tile-bg-4);
}
.numbers_item:nth-child(5) {
  background: var(--tile-bg-5);
}
.numbers_item:nth-child(6) {
  background: var(--tile-bg-6);
}
.numbers_icon {
  width: auto;
  height: calc(var(--tile-w) * 0.4);
  object-fit: contain;
}
.numbers_data {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(1.2rem, 0.9vw + 0.9rem, 2rem);
}
.numbers_label {
  font-size: calc(var(--tile-w) * 0.13);
  font-weight: var(--font-weight-black);
  line-height: 1.1;
}
.numbers_value {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  line-height: 1;
}
.numbers_num {
  font-family: var(--font-en-strong);
  font-size: calc(var(--tile-w) * 0.34);
  font-weight: var(--font-weight-black);
  letter-spacing: -0.02em;
}
.numbers_unit,
.numbers_prefix {
  font-size: calc(var(--tile-w) * 0.135);
  font-weight: var(--font-weight-black);
}
.numbers_item.is_inline .numbers_data {
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.numbers_item.is_inline .numbers_label {
  writing-mode: vertical-rl;
  font-size: calc(var(--tile-w) * 0.157);
  line-height: 1;
}
.numbers_item.is_inline .numbers_num {
  font-size: calc(var(--tile-w) * 0.42);
}
.doc_card {
  display: flex;
  align-items: stretch;
  min-height: 38rem;
  overflow: hidden;
  border: 1px solid var(--border-color-1);
  border-radius: 20px;
  background: #fff;
  transition: opacity var(--transition-fast);
}
.doc_card:hover {
  opacity: 0.8;
}
.doc_card_photo {
  flex: 0 0 29.8%;
  overflow: hidden;
}
.doc_card_photo img {
  object-position: 14% center;
}
.doc_card_body {
  flex: 1 1 auto;
  min-width: 0;
  padding: 4rem 2.4rem;
}
.doc_card_lead {
  font-size: clamp(2.2rem, 2vw + 1.4rem, 4rem);
  font-weight: var(--font-weight-black);
  line-height: 1.3;
}
.doc_card_label {
  margin-top: 4rem;
  font-size: clamp(1.8rem, 1.1vw + 1.4rem, 2.8rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
}
.doc_card_title {
  margin-top: 0.4rem;
  font-size: clamp(2.8rem, 3.1vw + 1.6rem, 5.6rem);
  font-weight: var(--font-weight-black);
  line-height: 1.2;
}
.doc_card .link_arrow {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .doc_card {
    flex-direction: column;
    min-height: 0;
  }
  .doc_card_photo {
    flex: 0 0 auto;
    aspect-ratio: 16 / 9;
  }
  .doc_card_photo img {
    object-position: center;
  }
  .doc_card_body {
    padding: 2.4rem;
  }
  .doc_card_label {
    margin-top: 2.4rem;
  }
}
.people_inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40%;
  gap: 1.2rem;
  align-items: center;
}
.people_figure {
  position: relative;
  order: -1;
  aspect-ratio: 663 / 527;
}
.people_fig {
  position: absolute;
}
.people_fig_a {
  top: 1.33%;
  left: 0;
  width: 38.46%;
  height: 98.67%;
}
.people_fig_b {
  top: 0;
  left: 36.05%;
  width: 32.13%;
  height: 98.86%;
}
.people_fig_c {
  top: 1.33%;
  left: 62.75%;
  width: 37.25%;
  height: 96.4%;
}
.people_lead {
  margin-top: 2.4rem;
  font-size: clamp(1.8rem, 1.1vw + 1.4rem, 2.8rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .people_inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .people_figure {
    order: 0;
  }
}
.env_inner {
  display: grid;
  grid-template-columns: 50vw minmax(0, 1fr);
  gap: 2.4rem 3.2rem;
  padding-right: calc(max(0px, (100% - var(--content-width)) / 2) + var(--container-padding));
}
.env_photo {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 2;
  min-height: 32rem;
}
.env_photo img {
  position: absolute;
  inset: 0;
}
.env_body {
  grid-column: 2;
  grid-row: 1;
}
.env_lead {
  margin-top: 2.4rem;
  font-size: clamp(1.6rem, 0.7vw + 1.4rem, 2.2rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}
.env_link {
  margin-top: 2.4rem;
}
.env_sub {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
.env_sub_item {
  aspect-ratio: 371 / 251;
}
@media screen and (max-width: 768px) {
  .env_inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    padding-right: 0;
  }
  .env_body,
  .env_photo,
  .env_sub {
    grid-column: auto;
    grid-row: auto;
  }
  .env_photo {
    aspect-ratio: 798 / 576;
    min-height: 0;
  }
  .env_body,
  .env_sub {
    padding-inline: var(--container-padding);
  }
}
