@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap');
body.preloaded .fv .playground .lineStretch,
body.preloaded-cached .fv .playground .lineStretch {
  animation: finished_memory 0.25s var(--memory-delay) linear forwards;
}
body.preloaded .fv .playground .title,
body.preloaded-cached .fv .playground .title {
  animation: finished_memory 1.5s var(--memory-delay) cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
body.preloaded .fv .playground .title .title__inner,
body.preloaded-cached .fv .playground .title .title__inner {
  animation: finished_memory 1.5s var(--memory-delay-extend) cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
section.fv {
  display: contents;
  --memory-delay: 6s;
  --memory-delay-extend: 7s;
}
section.fv .playground {
  position: sticky;
  overflow: hidden;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
}
section.fv .playground .lineStretch {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 50%;
  height: 4.5rem;
  overflow-y: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
section.fv .playground .lineStretch .lineStretch__line {
  display: block;
  height: 4.5rem;
  border-left: 1px solid #9ea3a6;
  transform: translateY(-105%);
  animation: line_stretch 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
section.fv .playground .hero {
  position: relative;
  width: 100%;
  height: 100svh;
}
section.fv .playground .hero .hero__pics {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
section.fv .playground .hero .hero__pics img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
section.fv .playground .hero .hero__pics picture:first-of-type img {
  opacity: 1;
}
section.fv .playground .hero .hero__year {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
  transform-origin: center;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
section.fv .playground .hero .hero__year span {
  display: inline-block;
  width: 3.75rem;
  color: #ffffff;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  section.fv .playground .hero .hero__year span {
    width: 5.75rem;
    font-size: 10rem;
  }
}
section.fv .playground .hero .hero__skip {
  position: absolute;
  z-index: 10;
  width: 11.875rem;
  height: 3.75rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Shippori Mincho', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  section.fv .playground .hero .hero__skip {
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  section.fv .playground .hero .hero__skip {
    right: 3.75rem;
    bottom: 2.5rem;
  }
}
section.fv .playground .title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
section.fv .playground .title::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background: url('/static/prof/100years/FV/grainy.png');
  background-repeat: repeat;
  z-index: -1;
}
section.fv .playground .title .title__inner {
  opacity: 0;
  visibility: hidden;
}
section.fv .playground .title .title__text svg {
  width: 18.5rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  section.fv .playground .title .title__text svg {
    width: 32.8125rem;
  }
}
section.fv .playground .title.skipped,
section.fv .playground .title.skipped .title__inner {
  animation: none !important;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
section.fv .playground .overview {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}
section.fv .playground .overview::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background: url('/static/prof/100years/FV/grainy.png');
  background-repeat: repeat;
  z-index: -1;
}
section.fv .playground .overview .overview__heading {
  text-align: center;
  font-family: 'Shippori Mincho', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #e6002d;
}
@media screen and (min-width: 768px) {
  section.fv .playground .overview .overview__heading {
    font-size: 0.875rem;
  }
}
section.fv .playground .overview .overflow__text {
  margin-top: 1.5rem;
  text-align: center;
  font-family: 'Shippori Mincho', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  section.fv .playground .overview .overflow__text {
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }
}
@keyframes line_stretch {
  0% {
    transform: translateY(-105%);
  }
  100% {
    transform: translateY(105%);
  }
}
@keyframes finished_memory {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
section.fv .blank {
  height: 100vh;
  position: relative;
  z-index: 10;
}
section.fv .landscape {
  position: sticky;
  top: 0;
  z-index: 10;
}
section.fv .landscape img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
section.fv .blank02 {
  height: 100vh;
}
@media screen and (min-width: 768px) {
  section.fv .blank02 {
    height: 150vh;
  }
}
section.timeline {
  position: relative;
  z-index: 30;
  padding-top: 3.75rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  section.timeline {
    padding-top: 7.5rem;
  }
}
section.timeline::before {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  background: url('/static/prof/100years/FV/grainy.png');
  background-repeat: repeat;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), 0% 100%);
}
@media screen and (min-width: 768px) {
  section.timeline::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10rem), 0% 100%);
  }
}
@media screen and (min-width: 768px) {
  section.timeline .base-container {
    padding: 0;
  }
}
section.timeline .timeline__heading {
  font-family: 'Shippori Mincho', sans-serif;
  color: #e6002d;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__heading {
    font-size: 0.875rem;
  }
}
section.timeline .timeline__title {
  margin-top: 1.5rem;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__title {
    margin-top: 2.5rem;
    font-size: 3.75rem;
  }
}
section.timeline .timeline__leading {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__leading {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1;
  }
}
section.timeline .timeline__leading::before,
section.timeline .timeline__leading::after {
  content: '';
  width: 2.5rem;
  height: 1px;
  display: block;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__leading::before,
  section.timeline .timeline__leading::after {
    width: 3rem;
  }
}
section.timeline .timeline__leading::before {
  background: linear-gradient(to left, #e6002d 0%, rgba(230, 0, 45, 0) 100%);
}
section.timeline .timeline__leading::after {
  background: linear-gradient(to right, #e6002d 0%, rgba(230, 0, 45, 0) 100%);
}
section.timeline .timeline__events {
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events {
    margin-top: 3.75rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events {
    padding-left: 5rem;
  }
}
section.timeline .timeline__events .timeline__ctn {
  display: flex;
  flex-direction: column;
}
section.timeline .timeline__events .timeline__scope {
  position: relative;
  padding: 0 0 6.25rem 1.5rem;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope {
    padding: 0 0 10rem 7.5rem;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope {
    padding: 0 0 10rem 9.5rem;
  }
}
section.timeline .timeline__events .timeline__scope:last-of-type {
  padding-bottom: 3.75rem !important;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope:last-of-type {
    padding-bottom: 8.75rem !important;
  }
}
section.timeline .timeline__events .timeline__scope:last-of-type .timeline__progress {
  height: calc(100% + 3.75rem);
  background-color: transparent;
  background-image: linear-gradient(to bottom, #d8dce0 0%, #d8dce0 70%, rgba(230, 0, 45, 0) 100%);
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope:last-of-type .timeline__progress {
    height: calc(100% + 7.5rem);
  }
}
section.timeline .timeline__events .timeline__scope:last-of-type .timeline__progress .timeline__progressActive {
  background-image: linear-gradient(to bottom, #e6002d 0%, #e6002d 90%, rgba(230, 0, 45, 0) 100%);
}
section.timeline .timeline__events .timeline__scope.timeline__scope--01 {
  padding-bottom: 2.5rem;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--01 {
    padding-bottom: 5rem;
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--01 .timeline__progress {
  top: 0;
}
section.timeline .timeline__events .timeline__scope .timeline__progress {
  pointer-events: none;
  height: calc(100% + 0.5rem);
  top: 0.5rem;
  left: 1.5rem;
  position: absolute;
  z-index: 10;
  background-color: #d8dce0;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__progress {
    left: 3.25rem;
  }
}
section.timeline .timeline__events .timeline__scope .timeline__progress .timeline__progressActive {
  display: block;
  height: 100%;
  width: 1px;
  background-image: linear-gradient(to bottom, #e6002d 0%, #e6002d 100%);
  background-repeat: no-repeat;
  background-size: 100% 0%;
  background-position: top;
}
section.timeline .timeline__events .timeline__scope .timeline__landmark {
  position: absolute;
  top: 0;
  left: 1rem;
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__landmark {
    left: 2.5rem;
    gap: 1rem;
  }
}
section.timeline .timeline__events .timeline__scope .timeline__landmark.active .timeline__landmarkText,
section.timeline .timeline__events .timeline__scope .timeline__landmark.active svg {
  color: #e6002d;
}
section.timeline .timeline__events .timeline__scope .timeline__landmark svg {
  width: 1.125rem;
  height: 1.125rem;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color: #363434;
  transform: translateY(0.5rem) rotate(-90deg);
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__landmark svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
section.timeline .timeline__events .timeline__scope .timeline__landmark svg .timeline__landmarkCircle {
  stroke-dasharray: 76;
  stroke-dashoffset: 76;
}
section.timeline .timeline__events .timeline__scope .timeline__landmark .timeline__landmarkText {
  display: flex;
  flex-direction: column;
  font-family: 'Shippori Mincho', sans-serif;
  gap: 0.5rem;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__landmark .timeline__landmarkText {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope .timeline__landmark .timeline__landmarkText {
    gap: 1rem;
  }
}
section.timeline .timeline__events .timeline__scope .timeline__landmark .timeline__landmarkText span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__landmark .timeline__landmarkText span {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope .timeline__landmark .timeline__landmarkText span {
    font-size: 2rem;
  }
}
section.timeline .timeline__events .timeline__scope .timeline__landmark .timeline__landmarkText small {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
section.timeline .timeline__events .timeline__scope .timeline__sec01 {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  z-index: 10;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec01 {
    flex-direction: row;
    gap: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec01 {
    gap: 6.25rem;
  }
}
section.timeline .timeline__events .timeline__scope .timeline__sec01 .timeline__sec01Content {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec01 .timeline__sec01Content {
    padding: 6.25rem 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec01 .timeline__sec01Content {
    padding: 8.75rem 0 0 0;
  }
}
section.timeline
  .timeline__events
  .timeline__scope
  .timeline__sec01
  .timeline__sec01Content
  .timeline__sec01ContentTitle {
  font-family: 'Shippori Mincho', sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.timeline
    .timeline__events
    .timeline__scope
    .timeline__sec01
    .timeline__sec01Content
    .timeline__sec01ContentTitle {
    font-size: 2.5rem;
  }
}
section.timeline
  .timeline__events
  .timeline__scope
  .timeline__sec01
  .timeline__sec01Content
  .timeline__sec01ContentText {
  margin-top: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.timeline
    .timeline__events
    .timeline__scope
    .timeline__sec01
    .timeline__sec01Content
    .timeline__sec01ContentText {
    font-size: 0.875rem;
    margin-top: 2.5rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline
    .timeline__events
    .timeline__scope
    .timeline__sec01
    .timeline__sec01Content
    .timeline__sec01ContentText {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}
section.timeline .timeline__events .timeline__scope .timeline__sec01 .timeline__sec01Thumb {
  margin-top: 4.75rem;
  margin-left: auto;
  flex-shrink: 0;
  width: 20.625rem;
  height: fit-content;
  aspect-ratio: 330/198;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec01 .timeline__sec01Thumb {
    margin-top: 1.25rem;
    width: 27.8125rem;
    aspect-ratio: 640/384;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec01 .timeline__sec01Thumb {
    width: 40rem;
  }
}
section.timeline .timeline__events .timeline__scope .timeline__sec01 .timeline__sec01Thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.timeline .timeline__events .timeline__scope .timeline__sec02 {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec02 {
    margin-top: 5rem;
    flex-direction: row;
    gap: 4rem;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec02 {
    gap: 5rem;
    margin-top: 6.25rem;
  }
}
section.timeline .timeline__events .timeline__scope .timeline__sec02 .timeline__sec02Thumb {
  width: 15rem;
  height: fit-content;
  aspect-ratio: 240/180;
  flex-shrink: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec02 .timeline__sec02Thumb {
    width: 15.625rem;
    aspect-ratio: 360/270;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec02 .timeline__sec02Thumb {
    width: 22.5rem;
  }
}
section.timeline .timeline__events .timeline__scope .timeline__sec02 .timeline__sec02Thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.timeline .timeline__events .timeline__scope .timeline__sec02 .timeline__sec02Content {
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope .timeline__sec02 .timeline__sec02Content {
    padding: 0 7.5rem 0 0;
  }
}
section.timeline
  .timeline__events
  .timeline__scope
  .timeline__sec02
  .timeline__sec02Content
  .timeline__sec02ContentTitle {
  font-family: 'Shippori Mincho', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.timeline
    .timeline__events
    .timeline__scope
    .timeline__sec02
    .timeline__sec02Content
    .timeline__sec02ContentTitle {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline
    .timeline__events
    .timeline__scope
    .timeline__sec02
    .timeline__sec02Content
    .timeline__sec02ContentTitle {
    font-size: 1.25rem;
  }
}
section.timeline
  .timeline__events
  .timeline__scope
  .timeline__sec02
  .timeline__sec02Content
  .timeline__sec02ContentText {
  margin-top: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.timeline
    .timeline__events
    .timeline__scope
    .timeline__sec02
    .timeline__sec02Content
    .timeline__sec02ContentText {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline
    .timeline__events
    .timeline__scope
    .timeline__sec02
    .timeline__sec02Content
    .timeline__sec02ContentText {
    font-size: 1rem;
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--reverse {
  padding: 0 0 6.25rem 0;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--reverse {
    padding: 0 7.5rem 10rem 0;
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--reverse::before {
  content: '';
  position: absolute;
  background-color: #faf7f0;
  z-index: -10;
  top: -3.75rem;
  left: 0;
  height: 100%;
  width: var(--fw, 100vw);
  margin-inline: calc(50% - 50vw);
  clip-path: polygon(0 0, 100% 2.5rem, 100% calc(100% - 2.5rem), 0% 100%);
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--reverse::before {
    top: -12.5rem;
    height: calc(100% + 11.25rem);
    margin-inline: calc(50% - 50vw - 1.25rem);
    clip-path: polygon(0 0, 100% 10rem, 100% calc(100% - 10rem), 0% 100%);
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--reverse::before {
    margin-inline: calc(50% - 50vw - 2.5rem);
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--reverse:last-of-type::before {
  height: calc(100% + 3.75rem);
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--reverse:last-of-type::before {
    height: calc(100% + 12.5rem);
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec01 {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec01 {
    flex-direction: row-reverse;
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec01 .timeline__sec01Content {
  padding: 0 1.25rem 0 2.8125rem;
}
@media screen and (min-width: 768px) {
  section.timeline
    .timeline__events
    .timeline__scope.timeline__scope--reverse
    .timeline__sec01
    .timeline__sec01Content {
    padding: 2.5rem 0 0 0;
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec01 .timeline__sec01Thumb {
  margin-top: 4.75rem;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec01 .timeline__sec01Thumb {
    margin-top: 6.25rem;
    width: 26rem;
    aspect-ratio: 600/360;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec01 .timeline__sec01Thumb {
    width: 37.5rem;
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec02 {
  flex-direction: column;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec02 {
    padding: 0;
    flex-direction: row-reverse;
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec02 .timeline__sec02Thumb {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec02 .timeline__sec02Thumb {
    width: 17.375rem;
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec02 .timeline__sec02Thumb {
    width: 25rem;
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--reverse .timeline__sec02 .timeline__sec02Content {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  section.timeline
    .timeline__events
    .timeline__scope.timeline__scope--reverse
    .timeline__sec02
    .timeline__sec02Content {
    padding: 0 0 0 9.5rem;
  }
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--04 .timeline__sec02 .timeline__sec02Thumb {
    width: 17.375rem;
    aspect-ratio: 400/307;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--04 .timeline__sec02 .timeline__sec02Thumb {
    width: 25rem;
  }
}
section.timeline .timeline__events .timeline__scope.timeline__scope--05 .timeline__sec02 .timeline__sec02Thumb {
  aspect-ratio: 200/273;
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--05 .timeline__sec02 .timeline__sec02Thumb {
    width: 11.25rem;
    aspect-ratio: 260/355;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--05 .timeline__sec02 .timeline__sec02Thumb {
    width: 16.25rem;
  }
}
@media screen and (min-width: 768px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--07 .timeline__sec02 .timeline__sec02Thumb {
    width: 15.625rem;
    aspect-ratio: 360/262;
  }
}
@media screen and (min-width: 1440px) {
  section.timeline .timeline__events .timeline__scope.timeline__scope--07 .timeline__sec02 .timeline__sec02Thumb {
    width: 22.5rem;
  }
}
section.timeline [data-fade] {
  opacity: 1;
  transform: none;
  transition:
    opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
section.timeline [data-fade='center'] {
  opacity: 0;
}
section.timeline [data-fade='left'] {
  opacity: 0;
  transform: translateX(-6.25rem);
}
section.timeline [data-fade='right'] {
  opacity: 0;
  transform: translateX(6.25rem);
}
section.vision {
  position: relative;
  background-color: #ffffff;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
section.vision .vision__ctn {
  min-height: 100vh;
  padding: 3.75rem 0 13.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.vision .vision__ctn {
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  section.vision .vision__ctn {
    position: relative;
    padding: 7.5rem 0 27.5rem;
  }
}
section.vision .vision__ctn .vision__heading {
  font-family: 'Shippori Mincho', sans-serif;
  color: #e6002d;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  transition: color 0.75s 0.25s var(--ease);
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  section.vision .vision__ctn .vision__heading {
    font-size: 1.375rem;
  }
}
section.vision .vision__ctn .vision__heading.vision__heading--black {
  color: #363434;
}
section.vision .vision__ctn .vision__title {
  margin-top: 2rem;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  opacity: 0;
  transition:
    opacity 1s var(--ease),
    transform 1s var(--ease);
}
section.vision .vision__ctn .vision__title.show {
  opacity: 1;
  transform: none;
}
@media screen and (min-width: 768px) {
  section.vision .vision__ctn .vision__title {
    margin-top: 3.75rem;
    font-size: 2.5rem;
    transform: translateY(3.125rem);
  }
}
section.vision .vision__ctn .vision__text {
  margin-top: 2.5rem;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  opacity: 0;
  transition:
    opacity 1s var(--ease),
    transform 1s var(--ease);
}
section.vision .vision__ctn .vision__text.show {
  opacity: 1;
  transform: none;
}
@media screen and (min-width: 768px) {
  section.vision .vision__ctn .vision__text {
    font-size: 1.125rem;
    line-height: 2.2;
    margin-top: 5rem;
    transform: translateY(3.125rem);
  }
}
section.vision .vision__ctn .vision__bg {
  pointer-events: none;
  position: absolute;
  z-index: -10;
  bottom: 0;
  left: 0;
  opacity: 0;
}
section.vision .vision__ctn .vision__bg img {
  width: 100%;
  height: 100%;
}
section.vision .vision__ctn .vision__thumb {
  position: absolute;
  z-index: 10;
  transition:
    opacity 1s var(--ease),
    transform 1s var(--ease);
}
section.vision .vision__ctn .vision__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.vision .vision__ctn .vision__thumb.hide {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.vision .vision__ctn .vision__thumb.hide {
    transform: translateY(3.125rem);
  }
}
section.vision .vision__ctn .vision__thumb.out {
  opacity: 0;
  transform: translateY(-1.5625rem);
}
@media screen and (min-width: 768px) {
  section.vision .vision__ctn .vision__thumb.out {
    transition-delay: 0.5s;
    transform: translateY(-3.125rem);
  }
}
section.vision .vision__ctn .vision__thumb.vision__thumb--01 {
  width: 9.375rem;
  height: 5.375rem;
  top: 17.375rem;
  left: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.vision .vision__ctn .vision__thumb.vision__thumb--01 {
    height: 8.25rem;
    width: 14.375rem;
    top: 25.75rem;
    left: 7.75rem;
  }
}
@media screen and (min-width: 1153px) {
  section.vision .vision__ctn .vision__thumb.vision__thumb--01 {
    left: 10.25rem;
  }
}
section.vision .vision__ctn .vision__thumb.vision__thumb--02 {
  width: 8.75rem;
  height: 4.75rem;
  top: 30rem;
  left: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.vision .vision__ctn .vision__thumb.vision__thumb--02 {
    height: 8.5rem;
    width: 15.75rem;
    top: 41.625rem;
    left: 3.75rem;
  }
}
@media screen and (min-width: 1153px) {
  section.vision .vision__ctn .vision__thumb.vision__thumb--02 {
    left: 6.25rem;
  }
}
section.vision .vision__ctn .vision__thumb.vision__thumb--03 {
  width: 8.75rem;
  height: 6rem;
  top: 22.8125rem;
  right: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.vision .vision__ctn .vision__thumb.vision__thumb--03 {
    height: 9.375rem;
    width: 13.75rem;
    top: 31.75rem;
    right: 3.75rem;
  }
}
@media screen and (min-width: 1153px) {
  section.vision .vision__ctn .vision__thumb.vision__thumb--03 {
    right: 7.5rem;
  }
}
section.vision .vision__ctn .vision__thumb.vision__thumb--04 {
  width: 8.75rem;
  height: 5.8125rem;
  top: 36.0625rem;
  right: 3rem;
}
@media screen and (min-width: 768px) {
  section.vision .vision__ctn .vision__thumb.vision__thumb--04 {
    height: 9.5625rem;
    width: 14.375rem;
    top: 46.75rem;
    right: 6.5rem;
  }
}
@media screen and (min-width: 1153px) {
  section.vision .vision__ctn .vision__thumb.vision__thumb--04 {
    right: 10.25rem;
  }
}
section.vision .vision__blank {
  width: 100%;
  height: 150vh;
}
@media screen and (min-width: 768px) {
  section.vision .vision__blank {
    display: none;
  }
}
section.related {
  position: relative;
  background-color: #ffffff;
}
section.related .related__inner {
  padding: 3.75rem 1.25rem 0;
}
@media screen and (min-width: 768px) {
  section.related .related__inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 7.5rem 2.5rem;
  }
}
section.related .related__inner .related__title {
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.related .related__inner .related__title {
    font-size: 1.75rem;
    line-height: 1;
  }
}
section.related .related__inner .related__title::after {
  content: '';
  display: block;
  width: 7.5rem;
  margin-top: 1.5rem;
  height: 2px;
  background: radial-gradient(50% 5250% at 50% 50%, #e6002d 0%, rgba(230, 0, 45, 0) 100%);
}
@media screen and (min-width: 768px) {
  section.related .related__inner .related__title::after {
    margin-top: 3rem;
    width: 12.5rem;
  }
}
section.related .related__inner .related__links {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  section.related .related__inner .related__links {
    margin-top: 5rem;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
section.related .related__inner .related__links .related__link {
  display: block;
  width: 100%;
  aspect-ratio: 350/197;
  border-radius: 0.25rem;
  overflow: hidden;
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  section.related .related__inner .related__links .related__link {
    aspect-ratio: 580/326;
  }
  section.related .related__inner .related__links .related__link:hover img {
    transform: scale(1.1);
  }
}
section.related .related__inner .related__links .related__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.newsite main * {
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
}
.newsite header.newheader {
  position: fixed;
}
.newsite header.newheader,
.newsite .breadcrumb.corporate_common {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .newsite .breadcrumb.corporate_common {
    position: fixed !important;
    width: 100%;
  }
  .newsite .breadcrumb.corporate_common {
    position: sticky;
    z-index: 90;
    top: 100px;
    transform: translateY(-160px);
    transition: transform 0.3s ease-in-out;
  }
  .newsite header.newheader {
    transform: translateY(-160px);
  }
  html:has(.newheader[data-visible='true']) .breadcrumb.corporate_common {
    transform: translateY(0);
  }
}
html {
  background-color: #ffffff;
}
.newsite body {
  overflow-x: clip;
  opacity: 0;
}
.newsite body.preloading,
.newsite body.preloaded,
.newsite body.preloaded-cached {
  opacity: 1;
}
.newsite body.preloaded .preload {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
}
.newsite body.preloaded-cached .preload {
  display: none;
}
.newsite .preload {
  position: fixed;
  z-index: 500;
  inset: 0;
  background-color: #ffffff;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsite .preload::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/static/prof/100years/FV/grainy.png');
  background-repeat: repeat;
  opacity: 0.1;
}
.newsite .preload .loader {
  opacity: 0.8;
  width: 28px;
  padding: 2px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #363434;
  --_m: conic-gradient(#0000 20%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
