@charset "utf-8";

/*
  File Name   : top.css
  Description : Top page first view (Unsung Heroes)
*/

/* sect-fv
============================================================ */
.sect-fv {
  --z-sect-fv-drone: 1;
  --z-sect-fv-title: 2;
  --z-sect-fv-person: 3;
  --z-sect-fv-person-front: 4;
  --z-sect-fv-more: 5;
  --z-sect-fv-person-hover: 6;
  --fv-pc-base: 1600;
  --fv-u: min(1px, 100cqi / var(--fv-pc-base));
  --fv-title-w: 1269;
  --fv-title-x: 0;
  --fv-title-y: -317;
  --fv-drone-w: 200;
  --fv-drone-x: -403;
  --fv-drone-y: 135;
  position: relative;
  width: 100%;
  height: calc(1750 * var(--fv-u));
  overflow: hidden;
  background-color: var(--color-section-bg);
  container-type: inline-size;
}
.sect-fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--z-sect-fv-title);
  width: calc(var(--fv-title-w) * var(--fv-u));
  max-width: 100%;
  margin: 0;
  font-size: 0;
  line-height: 0;
  transform: translate(calc(-50% + var(--fv-title-x) * var(--fv-u)), calc(-50% + var(--fv-title-y) * var(--fv-u)));
  pointer-events: none;
}
.sect-fv__title-img {
  display: block;
  width: 100%;
  height: auto;
}
.sect-fv__people {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sect-fv__person {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--z-sect-fv-person);
  width: calc(var(--fv-w) * var(--fv-u));
  transform: translate(calc(-50% + var(--fv-x) * var(--fv-u)), calc(-50% + var(--fv-y) * var(--fv-u)));
}
.sect-fv__person:hover {
  z-index: var(--z-sect-fv-person-hover);
}
.sect-fv__link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: none;
}
.sect-fv__nolink {
  position: relative;
  display: block;
  cursor: default;
  pointer-events: none;
}
.sect-fv__link:hover,
.sect-fv__link:focus,
.sect-fv__link:active,
.sect-fv__link:visited {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.sect-fv__img {
  display: block;
  width: 100%;
  height: auto;
}
.sect-fv__more {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--z-sect-fv-more);
  width: calc(108 * var(--fv-u));
  opacity: 0;
  transition: opacity 0.15s ease;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.sect-fv__more img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 108 / 18;
}
.sect-fv__person:hover .sect-fv__more,
.sect-fv__link:hover .sect-fv__more,
.sect-fv__link:focus-visible .sect-fv__more,
.sect-fv__link.is-more-active .sect-fv__more {
  opacity: 1;
}
.sect-fv__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
.sect-fv__drone {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--z-sect-fv-drone);
  width: calc(var(--fv-drone-w) * var(--fv-u));
  transform: translate(calc(-50% + var(--fv-drone-x) * var(--fv-u)), calc(-50% + var(--fv-drone-y) * var(--fv-u)));
  pointer-events: none;
}
.sect-fv__drone img {
  display: block;
  width: 100%;
  height: auto;
}
.sect-fv__person--01 {
  --fv-w: 225;
  --fv-x: -708;
  --fv-y: 44;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--02 {
  --fv-w: 131;
  --fv-x: -136;
  --fv-y: -525;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--03 {
  --fv-w: 116;
  --fv-x: -314;
  --fv-y: 665;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--04 {
  --fv-w: 177;
  --fv-x: -96;
  --fv-y: 296;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--05 {
  --fv-w: 156;
  --fv-x: -239;
  --fv-y: -126;
  z-index: var(--z-sect-fv-person-front);
}
.sect-fv__person--06 {
  --fv-w: 95;
  --fv-x: 148;
  --fv-y: 311;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--07 {
  --fv-w: 100;
  --fv-x: 557;
  --fv-y: 606;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--08 {
  --fv-w: 99;
  --fv-x: 86;
  --fv-y: -73;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--09 {
  --fv-w: 87;
  --fv-x: 674;
  --fv-y: -82;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--10 {
  --fv-w: 117;
  --fv-x: -712;
  --fv-y: -504;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--11 {
  --fv-w: 123;
  --fv-x: 716;
  --fv-y: 270;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--12 {
  --fv-w: 86;
  --fv-x: -402;
  --fv-y: -617;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--13 {
  --fv-w: 182;
  --fv-x: 522;
  --fv-y: -473;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--14 {
  --fv-w: 114;
  --fv-x: -459;
  --fv-y: 396;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--15 {
  --fv-w: 115;
  --fv-x: 304;
  --fv-y: -213;
  z-index: var(--z-sect-fv-person-front);
}
.sect-fv__person--16 {
  --fv-w: 106;
  --fv-x: 750;
  --fv-y: -544;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--17 {
  --fv-w: 107;
  --fv-x: 160;
  --fv-y: -604;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--18 {
  --fv-w: 126;
  --fv-x: 316;
  --fv-y: 502;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--19 {
  --fv-w: 121;
  --fv-x: 412;
  --fv-y: 166;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--20 {
  --fv-w: 101;
  --fv-x: 26;
  --fv-y: 673;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--21 {
  --fv-w: 99;
  --fv-x: 752;
  --fv-y: 608;
  z-index: var(--z-sect-fv-person);
}
.sect-fv__person--22 {
  --fv-w: 140;
  --fv-x: -468;
  --fv-y: -188;
  z-index: var(--z-sect-fv-person-front);
}
.sect-fv__person--23 {
  --fv-w: 212;
  --fv-x: -716;
  --fv-y: 576;
  z-index: var(--z-sect-fv-person);
}
@media (hover: hover) and (pointer: fine) {
  .sect-fv__img {
    transition: transform 0.25s ease;
  }
  .sect-fv__link:hover .sect-fv__img,
  .sect-fv__link:focus-visible .sect-fv__img {
    transform: scale(1.1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sect-fv__img {
    transition: none;
  }
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-fv {
    --fv-u: calc(100vw / 375);
    --fv-title-w: 295;
    --fv-title-x: 2;
    --fv-title-y: -448;
    --fv-drone-w: 118;
    --fv-drone-x: -16;
    --fv-drone-y: 33;
    height: calc(1554 * var(--fv-u));
  }
  .sect-fv__more {
    top: 50%;
    right: calc(-2 * var(--fv-u));
    left: auto;
    width: calc(30 * var(--fv-u));
    opacity: 1;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--01 .sect-fv__more {
    top: 32%;
    right: auto;
    left: calc(49 * var(--fv-u));
    transform: translate(-100%, -50%);
  }
  .sect-fv__person--02 .sect-fv__more {
    top: 45%;
    right: auto;
    left: calc(-2 * var(--fv-u));
    transform: translate(-100%, -50%);
  }
  .sect-fv__person--03 .sect-fv__more {
    top: 52%;
    right: auto;
    left: calc(23 * var(--fv-u));
    transform: translate(-100%, -50%);
  }
  .sect-fv__person--04 .sect-fv__more {
    top: 69%;
    right: calc(42 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--05 .sect-fv__more {
    top: 36%;
    right: calc(29 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--06 .sect-fv__more {
    top: 11%;
    right: calc(-2 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--07 .sect-fv__more {
    top: 66%;
    right: calc(12 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--08 .sect-fv__more {
    top: 42%;
    right: calc(5 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--09 .sect-fv__more {
    top: 42%;
    right: calc(-2 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--10 .sect-fv__more {
    top: 9%;
    right: calc(31 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--11 .sect-fv__more {
    top: 52%;
    right: calc(13 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--12 .sect-fv__more {
    top: 11%;
    right: calc(14 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--13 .sect-fv__more {
    top: 24%;
    right: calc(52 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--14 .sect-fv__more {
    top: 69%;
    right: calc(8 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--15 .sect-fv__more {
    top: 66%;
    right: calc(15 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--16 .sect-fv__more {
    top: 46%;
    right: calc(8 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--17 .sect-fv__more {
    top: -8%;
    right: auto;
    left: calc(50 * var(--fv-u));
    transform: translate(-100%, -50%);
  }
  .sect-fv__person--18 .sect-fv__more {
    top: 108%;
    right: auto;
    left: calc(46 * var(--fv-u));
    transform: translate(-100%, -50%);
  }
  .sect-fv__person--19 .sect-fv__more {
    top: 85%;
    right: calc(18 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--20 .sect-fv__more {
    top: 69%;
    right: calc(8 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--21 .sect-fv__more {
    top: 35%;
    right: calc(-4 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--22 .sect-fv__more {
    top: 79%;
    right: calc(29 * var(--fv-u));
    left: auto;
    transform: translate(100%, -50%);
  }
  .sect-fv__person--23 .sect-fv__more {
    top: 32%;
    right: auto;
    left: calc(51 * var(--fv-u));
    transform: translate(-100%, -50%);
  }
  .sect-fv__person--01 {
    --fv-w: 121;
    --fv-x: -109;
    --fv-y: -213;
  }
  .sect-fv__person--02 {
    --fv-w: 72;
    --fv-x: -82;
    --fv-y: -334;
  }
  .sect-fv__person--03 {
    --fv-w: 63;
    --fv-x: 25;
    --fv-y: 547;
  }
  .sect-fv__person--04 {
    --fv-w: 93;
    --fv-x: -109;
    --fv-y: 206;
  }
  .sect-fv__person--05 {
    --fv-w: 84;
    --fv-x: 0;
    --fv-y: -91;
  }
  .sect-fv__person--06 {
    --fv-w: 49;
    --fv-x: 13;
    --fv-y: 315;
  }
  .sect-fv__person--07 {
    --fv-w: 54;
    --fv-x: -6;
    --fv-y: 146;
  }
  .sect-fv__person--08 {
    --fv-w: 53;
    --fv-x: 113;
    --fv-y: -35;
  }
  .sect-fv__person--09 {
    --fv-w: 46;
    --fv-x: -115;
    --fv-y: -16;
  }
  .sect-fv__person--10 {
    --fv-w: 62;
    --fv-x: -126;
    --fv-y: -585;
  }
  .sect-fv__person--11 {
    --fv-w: 61;
    --fv-x: -9;
    --fv-y: 671;
  }
  .sect-fv__person--12 {
    --fv-w: 47;
    --fv-x: -48;
    --fv-y: -625;
  }
  .sect-fv__person--13 {
    --fv-w: 94;
    --fv-x: 122;
    --fv-y: -219;
  }
  .sect-fv__person--14 {
    --fv-w: 60;
    --fv-x: -60;
    --fv-y: 416;
  }
  .sect-fv__person--15 {
    --fv-w: 61;
    --fv-x: 27;
    --fv-y: -563;
  }
  .sect-fv__person--16 {
    --fv-w: 55;
    --fv-x: 116;
    --fv-y: -596;
  }
  .sect-fv__person--17 {
    --fv-w: 56;
    --fv-x: 18;
    --fv-y: -238;
  }
  .sect-fv__person--18 {
    --fv-w: 68;
    --fv-x: -112;
    --fv-y: 620;
  }
  .sect-fv__person--19 {
    --fv-w: 64;
    --fv-x: -130;
    --fv-y: 474;
  }
  .sect-fv__person--20 {
    --fv-w: 53;
    --fv-x: 123;
    --fv-y: 584;
  }
  .sect-fv__person--21 {
    --fv-w: 51;
    --fv-x: 103;
    --fv-y: 160;
  }
  .sect-fv__person--22 {
    --fv-w: 74;
    --fv-x: 104;
    --fv-y: -382;
  }
  .sect-fv__person--23 {
    --fv-w: 104;
    --fv-x: 98;
    --fv-y: 370;
  }
}

/* sect-stories__inner / sect-about__inner
============================================================ */
.sect-stories__inner,
.sect-about__inner {
  box-sizing: border-box;
  width: min(1040px, calc(100% - 160px));
  margin: 0 auto;
}

/* sect-intro
============================================================ */
.sect-intro {
  --sect-intro-natural-w: 988px;
  padding: 70px 0 45px;
  overflow: hidden;
  background-color: var(--color-section-bg);
  color: var(--color-ink);
}
.sect-intro__scroll {
  box-sizing: border-box;
  width: 100%;
}
.sect-intro__inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 28px;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.sect-intro__title {
  flex-shrink: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.sect-intro__title-img {
  display: block;
  width: 109px;
  height: auto;
}
.sect-intro__text {
  flex-shrink: 0;
  margin: 0;
}
.sect-intro__text-img {
  display: block;
  width: 710px;
  max-width: none;
  height: auto;
}
@media screen and (min-width: 812px) {
  .sect-intro__scroll {
    width: min(1040px, calc(100% - 160px));
    margin: 0 auto;
    container-type: inline-size;
    container-name: intro;
  }
  .sect-intro__inner {
    gap: min(48px, calc(48 / 988 * 100cqi));
  }
  .sect-intro__title-img {
    width: min(129px, calc(129 / 988 * 100cqi));
  }
  .sect-intro__text-img {
    width: min(811px, calc(811 / 988 * 100cqi));
  }
}

/* sect-stories
============================================================ */
.sect-stories {
  padding: 40px 0 60px;
  background-color: var(--color-section-bg);
  color: var(--color-ink);
}
.sect-stories__heading {
  margin: 0 0 30px;
}
.sect-stories__heading-link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.sect-stories__heading-link:hover,
.sect-stories__heading-link:focus,
.sect-stories__heading-link:active,
.sect-stories__heading-link:visited {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.sect-stories__badge {
  display: flex;
  flex-direction: column;
  gap: 1px;
  justify-content: center;
  box-sizing: border-box;
  width: 482px;
  height: 98px;
  padding: 0 120px 0 24px;
  background-color: var(--color-accent);
  color: var(--color-white);
  clip-path: polygon(0 0, calc(100% - 79px) 0, 100% 100%, 0 100%);
}
.sect-stories__label {
  display: block;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.sect-stories__lead {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.sect-stories__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  display: block;
  width: 95px;
  height: auto;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.sect-stories__heading-link:hover .sect-stories__arrow,
.sect-stories__heading-link:focus .sect-stories__arrow {
  transform: translate(10px, -50%);
}
.sect-stories__names {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 940px) and (min-width: 812px) {
  .sect-stories__names {
    font-size: 11px;
    white-space: nowrap;
  }
}
/* sect-about
============================================================ */
.sect-about {
  --sect-about-illust-w: 397px;
  position: relative;
  padding: 40px 0 95px;
  overflow: hidden;
  background-color: var(--color-section-bg);
  color: var(--color-ink);
}
.sect-about::before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  width: var(--sect-about-illust-w);
  aspect-ratio: 790 / 1116;
  margin-left: 101px;
  background: url("../img/top/sect-about__illust__img.png") no-repeat center bottom / 397px auto;
  pointer-events: none;
}
.sect-about__inner {
  position: relative;
  z-index: 1;
}
.sect-about__content {
  max-width: 630px;
}
@media screen and (max-width: 1000px) and (min-width: 812px) {
  .sect-about {
    --sect-about-illust-w: 280px;
  }
  .sect-about::before {
    left: auto;
    right: 0;
    margin-left: 0;
    background: url("../img/top/sect-about__illust__img.png") no-repeat right bottom / 280px auto;
  }
  .sect-about__content {
    max-width: 580px;
  }
}
@media screen and (max-width: 920px) and (min-width: 812px) {
  .sect-about__body > br.pc-only {
    display: none;
  }
  .sect-about__body {
    max-width: 50vw;
  }
}
.sect-about__label {
  margin: 0 0 46px;
  font-family: var(--font-bodoni);
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "opsz" 48;
  line-height: 1;
  letter-spacing: 0.04em;
}
.sect-about__logo {
  margin: 0 0 32px;
  font-size: 0;
  line-height: 0;
}
.sect-about__logo-img {
  display: block;
  width: 160px;
  height: auto;
}
.sect-about__sub {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.sect-about__body {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.5px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-intro {
    padding: 45px 0 25px;
    overflow: visible;
  }
  .sect-intro__scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .sect-intro__scroll::-webkit-scrollbar {
    display: none;
  }
  .sect-stories__inner {
    width: calc(100% - 40px);
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }
  .sect-about__inner {
    width: calc(100% - 40px);
  }
  .sect-intro__inner {
    display: flex;
    width: max-content;
    max-width: none;
    min-width: max-content;
    box-sizing: content-box;
    padding: 0 20px;
    margin: 0;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sect-intro__title-img {
    width: 109px;
  }
  .sect-intro__text-img {
    width: 710px;
  }
  .sect-stories {
    padding: 25px 0 30px;
  }
  .sect-stories__heading {
    margin-bottom: 20px;
  }
  .sect-stories__heading-link {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
  .sect-stories__badge {
    width: 329px;
    max-width: 100%;
    height: 66px;
    gap: 2px;
    padding: 0 72px 0 16px;
    clip-path: polygon(0 0, calc(100% - 54px) 0, 100% 100%, 0 100%);
  }
  .sect-stories__label {
    font-size: 33px;
    letter-spacing: 0.04em;
  }
  .sect-stories__lead {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
  .sect-stories__arrow {
    left: auto;
    right: 0;
    width: 64px;
  }
  .sect-stories__names {
    font-size: 12px;
    line-height: 1.625;
    letter-spacing: -0.02em;
  }
  .sect-about {
    --sect-about-illust-w: 233px;
    padding: 35px 0 275px;
  }
  .sect-about::before {
    left: 50%;
    bottom: -75px;
    margin-left: 0;
    transform: translateX(-50%);
    background-size: 233px auto;
  }
  .sect-about__inner {
    text-align: center;
  }
  .sect-about__content {
    max-width: 100%;
  }
  .sect-about__label {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .sect-about__logo {
    margin: 0 0 30px;
  }
  .sect-about__logo-img {
    width: 140px;
    margin: 0 auto;
  }
  .sect-about__sub {
    margin-bottom: 25px;
    font-size: 12px;
  }
  .sect-about__body {
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
  }
}
