.kv-inner {
  position: relative;
  height: 55.5rem;
  background: linear-gradient(135deg, #1c2a52 63.55%, rgba(0, 141, 188, 0.5) 218.99%);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.kv-inner__container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10rem;
}

.kv-inner__graphic {
  position: absolute;
  right: 0;
  top: 2.1rem;
  width: 40rem;
  pointer-events: none;
}

.kv-inner__graphic-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  mix-blend-mode: overlay;
}

.kv-inner__content {
  position: relative;
  width: fit-content;
  padding-top: 20.1rem;
}

.kv-inner__title {
  position: relative;
}

.kv-inner__title-en {
  font-family: "Jost", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.kv-inner__title-dot {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ffcc02;
  position: absolute;
  top: -1.4rem;
  right: -5.2rem;
}

.kv-inner__subtitle {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}

.kv-inner__subtitle-icon {
  width: 1.4rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: block;
}

.kv-inner__subtitle-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

.kv-inner__breadcrumb {
  position: relative;
  padding-bottom: 2.8rem;
}

.kv-inner__breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -2.2rem;
}

.kv-inner__breadcrumb-item {
  display: flex;
  align-items: center;
}

.kv-inner__breadcrumb-link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #afafaf;
  text-decoration: none;
}

.kv-inner__breadcrumb-separator {
  line-height: 1;
  height: 0.1rem;
  background-color: #B0B0B0;
  width: 8rem;
}

.kv-inner__breadcrumb-current {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

@media (max-width: 768px) {
  .kv-inner {
    height: auto;
    min-height: 24rem;
  }
  .kv-inner__container {
    padding: 0 2rem;
    padding-top: 3.5rem;
    gap: 7.6rem;
  }
  .kv-inner__graphic {
    width: 19.3rem;
    top: 4.8rem;
  }
  .kv-inner__content {
    padding-top: 9.5rem;
  }
  .kv-inner__title-dot {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.1rem;
    right: -1.8rem;
  }
  .kv-inner__title {
    width: auto;
  }
  .kv-inner__title-en {
    font-size: 3.6rem;
  }
  .kv-inner__subtitle {
    margin-top: 0.8rem;
    gap: 1.6rem;
  }
  .kv-inner__breadcrumb {
    border-top: 1px solid rgba(176, 176, 176, 0.3);
    padding-bottom: 0;
    margin-left: -1.9rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .kv-inner__breadcrumb-list {
    justify-content: flex-end;
    gap: 0.8rem;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
  }
  .kv-inner__breadcrumb-current {
    font-size: 1.2rem;
  }
  .kv-inner__breadcrumb-separator {
    width: 1.6rem;
  }
}
.pg-history {
  background-color: #fff;
}

.pg-history__content {
  padding: 10rem 0 4.7rem;
  background-color: #fff;
}

.pg-history__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pg-history__timeline {
  position: relative;
}

.pg-history__item {
  display: grid;
  grid-template-columns: 1fr 14rem 1fr;
  gap: 3.2rem;
  align-items: start;
}
.pg-history__item--has-image {
  min-height: 42.4rem;
}
.pg-history__item--has-image .pg-history__marker {
  margin-bottom: 0.8rem;
}
.pg-history__item--no-image {
  min-height: 19.6rem;
  margin-bottom: 0.8rem;
}

.pg-history__axis {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 1.6rem;
  text-align: end;
}

.pg-history__content-block {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.pg-history__item--reverse .pg-history__content-block {
  grid-column: 1;
}

.pg-history__item--reverse .pg-history__image-wrapper {
  display: flex;
  justify-content: flex-end;
}

.pg-history__year {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.pg-history__year.is-active {
  opacity: 1;
}

.pg-history__year-en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1;
  color: #1c2a52;
  margin: 0;
}

.pg-history__year-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #B0B0B0;
  margin: 0;
}

.pg-history__marker {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg-history__marker::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #1c2a52;
  flex-shrink: 0;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.4s ease-out;
}

.pg-history__marker::after {
  content: "";
  width: 0.2rem;
  flex: 1;
  background-color: #1c2a52;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.6s ease-out 0.4s;
}

.pg-history__marker.is-active::before {
  transform: scale(1);
}

.pg-history__marker.is-active::after {
  transform: scaleY(1);
}

.pg-history__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1c2a52;
  margin: 0;
  padding-top: 1.6rem;
  margin-bottom: 0.8rem;
  text-align: end;
}
.pg-history__description--left {
  text-align: left;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.pg-history__description--left.is-active {
  opacity: 1;
  transform: translateX(0);
}
.pg-history__description--space {
  padding-top: 1.6rem;
  margin-bottom: 0.9rem;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.pg-history__description--space.is-active {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 768px) {
  .pg-history__description--space {
    transform: translateX(20px);
  }
}

.pg-history__item--1951 .pg-history__description:first-child {
  margin-bottom: 0;
  padding-top: 1.4rem;
}

.pg-history__item--1964 .pg-history__description:first-child {
  margin-bottom: 0;
}

.pg-history__item--1966 .pg-history__description:first-child {
  margin-left: -0.1rem;
}

.pg-history__item--1967 .pg-history__description:first-child {
  margin-right: -0.4rem;
}

.pg-history__item--1968 {
  min-height: 41.4rem;
}
.pg-history__item--1968 .pg-history__description:first-child {
  padding-top: 1.4rem;
}

.pg-history__item--1974 {
  min-height: 20.4rem;
}
.pg-history__item--1974 .pg-history__axis {
  gap: 2.1rem;
}
.pg-history__item--1974 .pg-history__description:first-child {
  padding-top: 1.9rem;
  margin-right: -0.5rem;
}
.pg-history__item--1974 .pg-history__year-en {
  margin-top: 0.3rem;
  margin-left: 0.5rem;
}

.pg-history__item--1979 .pg-history__year-en,
.pg-history__item--1976 .pg-history__year-en {
  margin-left: -0.7rem;
  margin-top: 0.1rem;
}
.pg-history__item--1979 .pg-history__description,
.pg-history__item--1976 .pg-history__description {
  margin-left: -0.6rem;
}

.pg-history__item--1977 .pg-history__year-en {
  margin-left: 0.8rem;
  margin-top: 0.1rem;
}
.pg-history__item--1977 .pg-history__description {
  margin-right: -0.9rem;
  margin-top: 0.1rem;
}

.pg-history__item--1981 .pg-history__year-en {
  margin-left: -1.2rem;
  margin-top: 0.1rem;
}
.pg-history__item--1981 .pg-history__description {
  margin-left: -0.6rem;
}

.pg-history__item--1982 .pg-history__year-en {
  margin-left: -0.4rem;
  margin-top: 0.1rem;
}
.pg-history__item--1982 .pg-history__description {
  margin-left: -0.3rem;
}

.pg-history__item--1983 .pg-history__year-en {
  margin-left: -0.5rem;
  margin-top: 0.1rem;
}

.pg-history__item--1985 .pg-history__year-en {
  margin-left: -0.5rem;
  margin-top: 0.1rem;
}
.pg-history__item--1985 .pg-history__description {
  padding-top: 1.4rem;
}

.pg-history__item--1986 .pg-history__year-en {
  margin-top: -0.4rem;
  margin-left: 0.2rem;
}
.pg-history__item--1986 .pg-history__description {
  padding-top: 1.1rem;
  margin-right: -0.3rem;
}

.pg-history__item--1987 .pg-history__year-en {
  margin-left: -0.8rem;
}
.pg-history__item--1987 .pg-history__description {
  margin-left: -0.7rem;
  margin-bottom: 0.1rem;
}

.pg-history__item--1991 .pg-history__year-en {
  margin-left: -1rem;
  margin-top: 0.1rem;
}

.pg-history__item--1998 .pg-history__year-en {
  margin-left: -0.3rem;
  margin-top: 0.1rem;
}
.pg-history__item--1998 .pg-history__description {
  padding-top: 1.4rem;
}

.pg-history__item--2000 .pg-history__year-en {
  margin-left: -1rem;
  margin-top: -0.8rem;
}
.pg-history__item--2000 .pg-history__description {
  padding-top: 0.6rem;
  margin-right: 0.9rem;
  margin-bottom: 0;
}

.pg-history__item--2005 .pg-history__year-en {
  margin-left: 0.6rem;
  margin-top: 0.1rem;
}
.pg-history__item--2005 .pg-history__description {
  padding-left: 0.7rem;
}

.pg-history__item--2009 .pg-history__year-en {
  margin-left: -1rem;
  margin-top: 0.1rem;
}
.pg-history__item--2009 .pg-history__description {
  padding-right: 0.9rem;
}

.pg-history__item--2011 .pg-history__year-en {
  margin-left: -0.9rem;
  margin-top: 0.1rem;
}
.pg-history__item--2011 .pg-history__description {
  margin-left: -0.9rem;
}

.pg-history__item--2015 .pg-history__year-en {
  margin-left: -0.2rem;
  margin-top: 0.1rem;
}
.pg-history__item--2015 .pg-history__description {
  margin-left: -0.2rem;
}

.pg-history__item--2020 {
  gap: 4rem;
}
.pg-history__item--2020 .pg-history__year-en {
  margin-left: -0.9rem;
  margin-top: 0.1rem;
}
.pg-history__item--2020 .pg-history__marker {
  margin-left: -1.6rem;
}

.pg-history__item--2022 .pg-history__year {
  margin-top: 0.1rem;
  margin-left: -0.7rem;
}
.pg-history__item--2022 .pg-history__description {
  padding-right: 3.5rem;
  padding-top: 1.8rem;
}
.pg-history__item--2022 .pg-history__marker {
  display: none;
}

.pg-history__description:not(:first-child) {
  padding-top: 0;
}

.pg-history__image-wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.pg-history__image-wrapper.is-active {
  opacity: 1;
  transform: translateY(0);
}

.pg-history__image {
  width: 100%;
  max-width: 49.8rem;
  height: 30rem;
  border-radius: 0.8rem;
  display: block;
  object-fit: cover;
}

.u-only-pc {
  display: block;
}

.u-only-sp {
  display: none;
}

@media (max-width: 768px) {
  .u-only-pc {
    display: none;
  }
  .u-only-sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .pg-history__content {
    padding: 8.8rem 0 0.7rem;
  }
  .pg-history__inner {
    padding: 0;
    padding-left: 1.9rem;
    padding-right: 2.4rem;
  }
  .pg-history__item {
    grid-template-columns: 8.4rem 1fr;
    grid-template-rows: auto;
    column-gap: 1.2rem;
    row-gap: 0;
    margin-bottom: 3.2rem;
    align-items: start;
    min-height: unset;
  }
  .pg-history__item--no-image {
    min-height: 11.2rem;
    margin-bottom: 2.4rem;
  }
  .pg-history__axis {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 0;
    text-align: center;
  }
  .pg-history__content-block,
  .pg-history__item--reverse .pg-history__content-block {
    grid-column: 2;
    grid-row: 1;
    gap: 0.5rem;
  }
  .pg-history__year {
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    text-align: center;
    width: 100%;
  }
  .pg-history__year-en {
    font-size: 3.2rem;
    line-height: 1;
  }
  .pg-history__year-ja {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .pg-history__marker {
    flex: 1;
    flex-direction: column;
    padding-bottom: 0;
    min-height: unset;
  }
  .pg-history__marker::after {
    display: block;
    flex: 1;
  }
  .pg-history__description {
    font-size: 1.4rem;
    padding-top: 0.8rem;
    margin-bottom: 0rem;
    text-align: left;
  }
  .pg-history__item--1951 .pg-history__year-en {
    margin-left: -0.5rem;
  }
  .pg-history__item--1951 .pg-history__description:first-child {
    padding-top: 0.8rem;
  }
  .pg-history__item--1951 .pg-history__description:not(:first-child) {
    margin-top: 0.3rem;
    line-height: 1.7;
    margin-bottom: 0.2rem;
  }
  .pg-history__item--1964 .pg-history__content-block {
    margin-top: 0.8rem;
  }
  .pg-history__item--1964 .pg-history__description:not(:first-child) {
    padding-top: 0;
  }
  .pg-history__item--1964 .pg-history__image {
    margin-top: 0.2rem;
  }
  .pg-history__item--1966 .pg-history__description {
    margin-top: 0.8rem;
  }
  .pg-history__item--1968 .pg-history__description:not(:first-child) {
    padding-top: 0.8rem;
    line-height: 1.74;
    margin-bottom: 0.1rem;
  }
  .pg-history__item--1974 .pg-history__year-en {
    margin-top: 0.1rem;
    margin-left: -0.2rem;
  }
  .pg-history__item--1974 .pg-history__description:not(:first-child) {
    padding-top: 0.8rem;
    line-height: 1.74;
  }
  .pg-history__item--1976 .pg-history__year-en,
  .pg-history__item--1979 .pg-history__year-en {
    margin-top: 0.1rem;
    margin-left: -0.3rem;
  }
  .pg-history__item--1976 .pg-history__description,
  .pg-history__item--1979 .pg-history__description {
    margin-left: 0;
  }
  .pg-history__item--1977 .pg-history__year-en {
    margin-left: -0.5rem;
  }
  .pg-history__item--1981 .pg-history__year-en {
    margin-left: -0.6rem;
  }
  .pg-history__item--1981 .pg-history__description {
    margin-left: 0;
    line-height: 1.82;
  }
  .pg-history__item--1982 .pg-history__year-en {
    margin-top: 0;
    margin-left: -0.2rem;
  }
  .pg-history__item--1982 .pg-history__description {
    margin-left: 0;
    line-height: 1.82;
  }
  .pg-history__item--1983 .pg-history__year-en {
    margin-top: 0;
    margin-left: -0.3rem;
  }
  .pg-history__item--1983 .pg-history__description {
    margin-left: 0;
    line-height: 1.82;
  }
  .pg-history__item--1985 .pg-history__year-en {
    margin-top: 0;
    margin-left: -0.2rem;
  }
  .pg-history__item--1985 .pg-history__description {
    padding-top: 0.8rem;
    line-height: 1.82;
  }
  .pg-history__item--1986 .pg-history__year-en {
    margin-top: 0;
    margin-left: -0.1rem;
  }
  .pg-history__item--1986 .pg-history__description {
    padding-top: 0.9rem;
    line-height: 1.7;
  }
  .pg-history__item--1987 .pg-history__year-en {
    margin-top: 0;
    margin-left: -0.2rem;
  }
  .pg-history__item--1987 .pg-history__content-block {
    gap: 0.5rem;
  }
  .pg-history__item--1987 .pg-history__description {
    margin-left: 0;
    line-height: 1.82;
  }
  .pg-history__item--1991 .pg-history__year-en {
    margin-top: 0;
    margin-left: -0.2rem;
  }
  .pg-history__item--1991 .pg-history__description {
    padding-top: 0.9rem;
    line-height: 1.7;
    margin-bottom: 0.2rem;
  }
  .pg-history__item--1998 .pg-history__year-en {
    margin-top: 0;
    margin-left: -0.2rem;
  }
  .pg-history__item--1998 .pg-history__description {
    padding-top: 0.8rem;
  }
  .pg-history__item--2000 .pg-history__content-block {
    gap: 0.6rem;
  }
  .pg-history__item--2000 .pg-history__year-en {
    margin-top: 0.1rem;
    margin-left: 0.5rem;
  }
  .pg-history__item--2000 .pg-history__description:first-child {
    padding-top: 0.9rem;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0.4rem;
  }
  .pg-history__item--2000 .pg-history__description:not(:first-child) {
    margin-right: 0;
    padding-left: 0.5rem;
    line-height: 1.76;
  }
  .pg-history__item--2005 .pg-history__year-en {
    margin-left: 0.4rem;
  }
  .pg-history__item--2005 .pg-history__description {
    padding-left: 0.4rem;
  }
  .pg-history__item--2009 .pg-history__year-en {
    margin-left: 0.5rem;
  }
  .pg-history__item--2009 .pg-history__description {
    padding-right: 0;
    padding-left: 0.4rem;
    padding-top: 0.9rem;
    line-height: 1.7;
  }
  .pg-history__item--2011 .pg-history__year-en {
    margin-left: -0.5rem;
  }
  .pg-history__item--2011 .pg-history__description {
    margin-left: 0;
  }
  .pg-history__item--2012 .pg-history__description {
    padding-top: 0.9rem;
    line-height: 1.7;
    margin-bottom: 0.2rem;
  }
  .pg-history__item--2015 .pg-history__description {
    margin-left: 0;
  }
  .pg-history__item--2020 .pg-history__year-en {
    margin-left: 0.4rem;
  }
  .pg-history__item--2020 .pg-history__description {
    padding-left: 0.4rem;
    padding-right: 1rem;
    line-height: 1.76;
  }
  .pg-history__item--2020 .pg-history__marker {
    margin-left: 0;
  }
  .pg-history__item--2022 .pg-history__year-en {
    margin-top: -0.1rem;
    margin-left: 1rem;
  }
  .pg-history__item--2022 .pg-history__description {
    padding-right: 0;
    padding-top: 0.7rem;
    padding-left: 0.3rem;
  }
  .pg-history__description--left {
    text-align: left;
  }
  .pg-history__description--space {
    text-align: left;
  }
  .pg-history__image {
    width: 100%;
    max-width: 100%;
    height: 14.2rem;
  }
  [class*=pg-history__item--] .pg-history__axis {
    gap: 1.3rem;
  }
  [class*=pg-history__item--] .pg-history__marker {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=history.css.map */
