@charset "UTF-8";
.breadcrumb {
  position: absolute;
  top: 78px;
  left: 0;
  z-index: var(--z-base);
  width: 100%;
  padding: 0 calc(12 * var(--px)) 10px;
  overflow-x: auto;
}
.breadcrumb-list {
  display: flex;
  gap: calc(8 * var(--px));
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-blue);
}
.breadcrumb-list-item {
  display: flex;
  flex-shrink: 0;
  gap: calc(8 * var(--px));
  align-items: center;
  font-size: calc(0.625 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  pointer-events: auto;
}
.breadcrumb-list-item:not(:first-child)::before {
  content: '／';
}
.breadcrumb-list-item:last-child {
  padding-right: calc(12 * var(--px));
}
.breadcrumb-list-link-text {
  display: inline-block;
}
.breadcrumb-list-arrow {
  width: calc(9 * var(--px));
  height: calc(12 * var(--px));
}

@media screen and (min-width: 960px) {
  .breadcrumb {
    top: calc(106 * var(--px));
    padding: 0 calc(34 * var(--px));
  }
  .breadcrumb-list {
    background-color: transparent;
  }
  .breadcrumb-list-item {
    font-size: calc(0.8125 * var(--rem));
  }
  .breadcrumb-list-link-text {
    padding-bottom: 1px;
  }
}
.lMain {
  padding-bottom: calc(72 * var(--px));
}

.fv-inner {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: calc(var(--header-height) + 74 * var(--px));
}
.fv-image {
  position: relative;
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  height: 173.5vw;
  margin-top: calc(1.5 * var(--rem));
  opacity: var(--init-opacity);
}
.fv-image::before {
  position: absolute;
  right: 0;
  bottom: calc(-6 * var(--px));
  z-index: 1;
  width: 95vw;
  height: 14vw;
  content: '';
  background-color: #cedae1;
  backface-visibility: hidden;
}
.fv-image-inner {
  width: 100%;
  height: 100%;
}
.fv-content {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-row: 1;
  grid-column: 1;
  justify-content: space-between;
  padding: 0 calc(20 * var(--px)) calc(101 * var(--px));
}
.fv-en {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: 73%;
  padding: calc(24 * var(--px)) calc(13 * var(--px)) calc(24 * var(--px))
    calc(16 * var(--px));
  font-family: var(--font-oswald);
  font-size: calc(2.5 * var(--rem));
  font-weight: 400;
  line-height: 1.24;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  opacity: var(--init-opacity);
  writing-mode: vertical-lr;
}
.fv-en::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(58deg, #137bee -8.51%, #0f36c4 104.67%);
  opacity: 0.87;
}
.fv-headline {
  display: flex;
  flex-direction: column;
  gap: calc(0.5 * var(--rem));
  opacity: var(--init-opacity);
}
.fv-headline-text {
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(0.5 * var(--rem)) calc(8 * var(--px)) calc(0.6875 * var(--rem));
  font-family: var(--font-shippori-antique);
  font-size: calc(2 * var(--rem));
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0.08em;
  background-color: var(--color-blue);
  border-radius: calc(8 * var(--px));
}
.fv-note {
  position: relative;
  z-index: 1;
  padding: calc(0.5 * var(--rem)) calc(12 * var(--px)) calc(0.5 * var(--rem))
    calc(16 * var(--px));
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  background-color: var(--color-white);
  opacity: var(--init-opacity);
}

.history-head {
  display: flex;
  gap: calc(15 * var(--px));
}
.history-head-index {
  margin-top: calc(0.5 * var(--rem));
  font-family: var(--font-oswald);
  font-size: calc(0.9375 * var(--rem));
  font-weight: 400;
  line-height: 1.24;
  color: var(--color-blue);
  letter-spacing: 0.09em;
}
.history-head-title {
  font-family: var(--font-shippori-antique);
  font-size: calc(2 * var(--rem));
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.history01 {
  margin-top: calc(2 * var(--rem));
}
.history01-head {
  padding: 0 calc(20 * var(--px));
}
.history01-body {
  margin-top: calc(2.5 * var(--rem));
}
.history01-about-image {
  width: 95.25vw;
  height: 65.5vw;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.history01-about-text {
  padding: 0 calc(20 * var(--px));
  margin-top: calc(2.5 * var(--rem));
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.history01-event {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(3 * var(--rem));
  gap: calc(3 * var(--rem));
  padding: 0 calc(20 * var(--px));
  margin-top: calc(3.5 * var(--rem));
}
.history01-event-headline {
  padding: calc(0.125 * var(--rem)) calc(16 * var(--px)) calc(0.25 * var(--rem));
  font-size: calc(1 * var(--rem));
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.08em;
  background-color: var(--color-blue);
}
.history01-event-list {
  display: flex;
  flex-direction: column;
  gap: calc(0.75 * var(--rem));
  margin-top: calc(1.5 * var(--rem));
}
.history01-event-list-item {
  display: grid;
  grid-template-columns: calc(3.625 * var(--rem)) 1fr;
  grid-gap: calc(4 * var(--px));
  gap: calc(4 * var(--px));
}
.history01-event-list-item-year {
  display: flex;
  color: var(--color-blue);
}
.history01-event-list-item-year-num {
  font-family: var(--font-oswald);
  font-size: calc(1.125 * var(--rem));
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0.04em;
}
.history01-event-list-item-year-text {
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.history01-event-list-item-text {
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.4;
}
.history01-event-image-item {
  position: relative;
  z-index: 1;
}
.history01-event-image-item:nth-child(1) {
  width: 56.25vw;
  height: 37.75vw;
  margin: 0 0 0 auto;
}
.history01-event-image-item:nth-child(2) {
  width: 45vw;
  height: 32.75vw;
  margin-top: -9vw;
}
.history01-event-image-item:nth-child(2)::before {
  position: absolute;
  right: -2.5vw;
  bottom: -3vw;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(
    353deg,
    rgba(103, 197, 207, 0.8) 4.8%,
    rgba(0, 150, 141, 0.8) 92.65%
  );
}
.history01-event-image-item:nth-child(3) {
  width: 39.5vw;
  height: 39.75vw;
  margin: -13vw calc(-8 * var(--px)) 0 auto;
}
.history01-event-image-item:nth-child(3)::before {
  position: absolute;
  right: -3vw;
  bottom: -4vw;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(
    353deg,
    rgba(103, 197, 207, 0.8) 4.8%,
    rgba(0, 150, 141, 0.8) 92.65%
  );
}

.history02 {
  margin-top: calc(6 * var(--rem));
}
.history02-inner {
  padding: 0 calc(20 * var(--px));
}
.history02-body {
  margin-top: calc(2.5 * var(--rem));
}
.history02-about-image {
  position: relative;
  padding-right: 4.75vw;
}
.history02-about-image-bg {
  position: absolute;
  top: -7.5vw;
  right: calc(-20 * var(--px));
  width: 30vw;
  height: 76vw;
  background: linear-gradient(58deg, #137bee -8.51%, #0f36c4 104.67%);
  opacity: 0.87;
}
.history02-about-image-inner {
  position: relative;
  height: 60vw;
}
.history02-about-text {
  margin-top: calc(2.5 * var(--rem));
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.history02-first {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(2.5 * var(--rem));
  gap: calc(2.5 * var(--rem));
  margin-top: calc(3 * var(--rem));
}
.history02-first-headline {
  padding: calc(0.125 * var(--rem)) calc(16 * var(--px)) calc(0.25 * var(--rem));
  font-size: calc(1 * var(--rem));
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.08em;
  background-color: var(--color-blue);
}
.history02-first-list {
  display: flex;
  flex-direction: column;
  gap: calc(0.6875 * var(--rem));
  margin-top: calc(1.5 * var(--rem));
}
.history02-first-list-item {
  display: grid;
  grid-template-columns: calc(3.25 * var(--rem)) calc(3.125 * var(--rem)) 1fr;
  grid-gap: calc(8 * var(--px));
  gap: calc(8 * var(--px));
}
.history02-first-list-item-year {
  display: flex;
  color: var(--color-blue);
}
.history02-first-list-item-year-num {
  font-family: var(--font-oswald);
  font-size: calc(1.125 * var(--rem));
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0.04em;
}
.history02-first-list-item-year-text {
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.history02-first-list-item-tag {
  height: -moz-fit-content;
  height: fit-content;
  padding: calc(1 * var(--px)) calc(3 * var(--px)) calc(2 * var(--px));
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.history02-first-list-item-tag.japans-first {
  color: #448bfd;
  background-color: var(--color-white);
  border: solid 1px #448bfd;
}
.history02-first-list-item-tag.worlds-first {
  color: var(--color-white);
  background: linear-gradient(58deg, #137bee -8.51%, #0f36c4 104.67%);
}
.history02-first-list-item-tag.award {
  color: var(--color-white);
  background: linear-gradient(58deg, #c1aa46 -8.51%, #a77719 104.67%);
}
.history02-first-list-item-text {
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.4;
}
.history02-first-image {
  display: grid;
  grid-template-rows: 62vw 42.75vw;
  grid-template-columns: 1fr 1fr;
}
.history02-first-image-item {
  width: 100%;
  height: 100%;
}
.history02-first-image-item:nth-child(1) {
  grid-column: 1/3;
}

.history03 {
  margin-top: calc(5 * var(--rem));
}
.history03-inner {
  padding: 0 calc(20 * var(--px));
}
.history03-body {
  margin-top: calc(1.8125 * var(--rem));
}
.history03-about-image {
  width: 100%;
  height: 54.75vw;
}
.history03-about-image-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.history03-about-image-item-main {
  width: 100%;
  height: 100%;
}
.history03-about-image-item-popup {
  position: absolute;
  right: calc(13 * var(--px));
  bottom: calc(7 * var(--px));
  width: calc(54 * var(--px));
  height: calc(54 * var(--px));
}
.history03-about-text {
  margin-top: calc(1.875 * var(--rem));
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.history03-modal-inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--z-popup);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transition: opacity 0.4s var(--ease-out-quart);
}
.history03-modal-inner.is-open {
  pointer-events: auto;
  opacity: 1;
}
.history03-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.history03-modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #cedae1;
}
.history03-modal-content {
  position: relative;
  z-index: 1;
  padding: 6.13vh calc(29 * var(--px)) 0;
  overflow-x: scroll;
}
.history03-modal-image {
  width: 122.13vh;
  height: 74.53vh;
}
.history03-modal-close {
  position: absolute;
  top: calc(20 * var(--px));
  right: calc(22 * var(--px));
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(35 * var(--px));
  height: calc(35 * var(--px));
}
.history03-modal-close-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28 * var(--px));
  height: calc(28 * var(--px));
}
.history03-modal-close-icon::before,
.history03-modal-close-icon::after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  background-color: var(--color-blue);
}
.history03-modal-close-icon::before {
  rotate: 45deg;
}
.history03-modal-close-icon::after {
  rotate: -45deg;
}

.next {
  margin-top: calc(5.6875 * var(--rem));
}
.next-inner {
  position: relative;
  z-index: 1;
  padding: calc(103 * var(--px)) calc(20 * var(--px)) calc(68 * var(--px));
  overflow: hidden;
}
.next-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 100%;
  transform: translateX(-50%);
}
.next-bg-inner {
  width: auto;
  height: 100%;
  opacity: var(--init-opacity);
}
.next-bg-img {
  width: auto;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.next-headline {
  display: flex;
  flex-direction: column;
  gap: calc(0.625 * var(--rem));
  align-items: center;
  color: var(--color-white);
}
.next-headline-sub {
  font-family: var(--font-oswald);
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.24;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.next-headline-main {
  font-family: var(--font-shippori-antique);
  font-size: calc(2 * var(--rem));
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
}
.next-description {
  margin-top: calc(3 * var(--rem));
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-white);
  letter-spacing: 0.04em;
}
.next-vision {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(2 * var(--rem)) calc(20 * var(--px)) calc(40 * var(--px));
  margin-top: calc(3 * var(--rem));
  color: var(--color-white);
  background-color: #0641d0;
  border-radius: calc(8 * var(--px));
}
.next-vision-head {
  display: flex;
  flex-direction: column;
  gap: calc(0.25 * var(--rem));
  align-items: center;
}
.next-vision-head-en {
  font-family: var(--font-oswald);
  font-size: calc(2 * var(--rem));
  font-weight: 400;
  line-height: 1.24;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.next-vision-head-ja {
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.next-vision-copy {
  margin-top: calc(1.5625 * var(--rem));
  font-size: calc(1.375 * var(--rem));
  font-weight: 600;
  font-feature-settings: 'palt' on;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.next-vision-icon {
  width: calc(240 * var(--px));
  height: calc(240 * var(--px));
  margin-top: calc(2 * var(--rem));
}
.next-vision-movie {
  margin-top: calc(2 * var(--rem));
  text-align: center;
}
.next-vision-movie-text {
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.next-more {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--px));
  align-items: center;
  margin-top: calc(48 * var(--px));
}
.next-more-step {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--px));
  align-items: center;
}
.next-more-step-item {
  width: calc(4 * var(--px));
  height: calc(4 * var(--px));
  background-color: var(--color-white);
  border-radius: 50%;
}
.next-more-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(217 * var(--px));
  padding: calc(30 * var(--px)) calc(16 * var(--px)) calc(20 * var(--px));
  overflow: hidden;
  border-radius: calc(8 * var(--px));
}
.next-more-link-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.next-more-link-inner {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--px));
  align-items: center;
  justify-content: center;
}
.next-more-link-text {
  padding: calc(0.5 * var(--rem)) calc(8 * var(--px)) calc(0.6875 * var(--rem));
  font-size: calc(1.25 * var(--rem));
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0.08em;
  background-color: var(--color-blue);
  border-radius: calc(8 * var(--px));
}
.next-more-link-icon {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: calc(63 * var(--px));
  height: calc(23 * var(--px));
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 50vh;
}
.next-more-link-icon-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.next-more-link-icon-arrow img {
  width: calc(12 * var(--px));
  height: calc(12 * var(--px));
}

@media screen and (min-width: 960px) {
  .lMain {
    padding-bottom: calc(160 * var(--px));
  }
  .fv-inner {
    padding-top: calc(var(--header-height) + 113 * var(--px));
  }
  .fv-image {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    height: 53.37vw;
    margin-top: calc(2.5 * var(--rem));
  }
  .fv-image::before {
    bottom: calc(-2 * var(--px));
    grid-column: 3/41;
    width: 100%;
    height: 9.37vw;
  }
  .fv-image-inner {
    grid-column: 1/41;
  }
  .fv-content {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    justify-content: space-between;
    padding: 0;
  }
  .fv-en {
    bottom: calc(10 * var(--px));
    display: flex;
    grid-column: 36/40;
    align-items: center;
    width: 100%;
    height: 78%;
    padding: calc(40 * var(--px)) calc(34 * var(--px));
    font-size: calc(3.5 * var(--rem));
    letter-spacing: 0.1em;
  }
  .fv-headline {
    grid-column: 3/26;
    gap: calc(1 * var(--rem));
  }
  .fv-headline-text {
    padding: 0 calc(24 * var(--px)) calc(0.375 * var(--rem));
    font-size: calc(3.25 * var(--rem));
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
  .fv-note {
    grid-column: 3/16;
    height: -moz-fit-content;
    height: fit-content;
    padding: calc(0.5 * var(--rem)) calc(16 * var(--px));
    margin-top: calc(3.5 * var(--rem));
  }
  .history-head {
    gap: calc(18 * var(--px));
  }
  .history-head-index {
    font-size: calc(1 * var(--rem));
  }
  .history-head-title {
    font-size: calc(2.25 * var(--rem));
  }
  .history01 {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    margin-top: calc(1.0625 * var(--rem));
  }
  .history01-inner {
    grid-column: 5/37;
  }
  .history01-head {
    padding: 0;
  }
  .history01-body {
    margin-top: calc(3.9375 * var(--rem));
  }
  .history01-about-image {
    width: 100%;
    height: 49.34vw;
    margin: 0;
  }
  .history01-about-text {
    padding: 0;
    margin-top: calc(3.75 * var(--rem));
  }
  .history01-event {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(32, 1fr);
    grid-gap: 0;
    gap: 0;
    padding: 0;
    margin-top: calc(5 * var(--rem));
  }
  .history01-event-content {
    grid-column: 1/16;
  }
  .history01-event-headline {
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(0.125 * var(--rem)) calc(8 * var(--px))
      calc(0.25 * var(--rem));
    font-size: calc(1.125 * var(--rem));
  }
  .history01-event-list {
    gap: calc(1 * var(--rem));
    margin-top: calc(2 * var(--rem));
  }
  .history01-event-list-item {
    display: grid;
    grid-template-columns: calc(3.625 * var(--rem)) 1fr;
    grid-gap: calc(8 * var(--px));
    gap: calc(8 * var(--px));
  }
  .history01-event-list-item-year-num {
    font-size: calc(1.25 * var(--rem));
  }
  .history01-event-list-item-text {
    font-size: calc(1.125 * var(--rem));
    letter-spacing: 0.04em;
  }
  .history01-event-image {
    grid-column: 17/33;
  }
  .history01-event-image-item:nth-child(1) {
    width: 24.96vw;
    height: 16.69vw;
  }
  .history01-event-image-item:nth-child(2) {
    width: 19.91vw;
    height: 14.57vw;
    margin-top: -3.44vw;
  }
  .history01-event-image-item:nth-child(2)::before {
    right: -1.17vw;
    bottom: -1.17vw;
  }
  .history01-event-image-item:nth-child(3) {
    width: 17.5vw;
    height: 17.57vw;
    margin: -6.37vw 0 0 auto;
  }
  .history01-event-image-item:nth-child(3)::before {
    right: -1.17vw;
    bottom: -1.17vw;
  }
  .history02 {
    margin-top: calc(5 * var(--rem));
  }
  .history02-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    padding: 0;
  }
  .history02-head {
    grid-column: 5/37;
  }
  .history02-body {
    grid-column: 1/41;
    margin-top: calc(4 * var(--rem));
  }
  .history02-about {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .history02-about-image {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    grid-column: 1/41;
    padding-right: 0;
  }
  .history02-about-image-bg {
    top: -7.76vw;
    right: 0;
    grid-column: 23/41;
    width: 100%;
    height: 31.11vw;
  }
  .history02-about-image-inner {
    grid-column: 5/34;
    width: 100%;
    height: 38.07vw;
  }
  .history02-about-text {
    grid-column: 5/37;
    margin-top: calc(4 * var(--rem));
  }
  .history02-first {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    grid-gap: 0;
    gap: 0;
    margin-top: calc(5 * var(--rem));
  }
  .history02-first-content {
    grid-column: 5/25;
  }
  .history02-first-headline {
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(0.125 * var(--rem)) calc(8 * var(--px))
      calc(0.25 * var(--rem));
    font-size: calc(1.125 * var(--rem));
  }
  .history02-first-list {
    gap: calc(1 * var(--rem));
    margin-top: calc(2 * var(--rem));
  }
  .history02-first-list-item {
    grid-template-columns: calc(3.625 * var(--rem)) calc(
        3.9375 * var(--rem)
      ) 1fr;
  }
  .history02-first-list-item-year-num {
    font-size: calc(1.25 * var(--rem));
  }
  .history02-first-list-item-tag {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 calc(4 * var(--px)) calc(2 * var(--px));
    font-size: calc(0.9375 * var(--rem));
    letter-spacing: 0.04em;
  }
  .history02-first-list-item-text {
    margin-top: calc(-1 * var(--px));
    font-size: calc(1.125 * var(--rem));
    letter-spacing: 0.04em;
  }
  .history02-first-image {
    grid-template-rows: 17.2vw 23.65vw 23.65vw;
    grid-template-columns: 1fr;
    grid-column: 27/37;
    gap: calc(8 * var(--px));
  }
  .history02-first-image-item:nth-child(1) {
    grid-column: 1/2;
  }
  .history03 {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    margin-top: calc(8 * var(--rem));
  }
  .history03-inner {
    grid-column: 5/37;
    padding: 0;
  }
  .history03-body {
    margin-top: calc(2 * var(--rem));
  }
  .history03-about {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .history03-about-image {
    width: 74.82vw;
    height: 40.92vw;
  }
  .history03-about-text {
    margin-top: calc(4 * var(--rem));
  }
  .next {
    margin-top: calc(8 * var(--rem));
  }
  .next-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    padding: calc(244 * var(--px)) 0 calc(214 * var(--px));
  }
  .next-content {
    grid-column: 8/34;
  }
  .next-headline {
    gap: calc(1 * var(--rem));
  }
  .next-headline-sub {
    font-size: calc(1.125 * var(--rem));
  }
  .next-headline-main {
    font-size: calc(2.25 * var(--rem));
  }
  .next-description {
    margin-top: calc(5 * var(--rem));
  }
  .next-vision {
    padding: calc(3 * var(--rem)) calc(48 * var(--px)) calc(64 * var(--px));
    margin-top: calc(4 * var(--rem));
  }
  .next-vision-head {
    gap: calc(1 * var(--rem));
  }
  .next-vision-head-en {
    font-size: calc(2.25 * var(--rem));
  }
  .next-vision-copy {
    margin-top: calc(1.4375 * var(--rem));
    font-size: calc(1.5 * var(--rem));
    text-align: center;
    letter-spacing: 0.04em;
  }
  .next-more {
    margin-top: calc(40 * var(--px));
  }
  .next-more-link {
    justify-content: flex-end;
    min-height: 24.16vw;
    padding: calc(30 * var(--px)) 8.78vw;
  }
  .next-more-link-text {
    padding: calc(0.5 * var(--rem)) calc(8 * var(--px))
      calc(0.6875 * var(--rem));
    font-size: calc(1.625 * var(--rem));
  }
}
