/* Sass Document */
div[id],
section[id] {
  scroll-margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  div[id],
section[id] {
    scroll-margin-top: 7.3rem;
  }
}

.p-history {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-history {
    padding-bottom: 8rem;
  }
}

.p-kv {
  max-width: 120rem;
  margin-inline: auto;
}

.p-heading {
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-heading {
    padding: 6rem 3rem 0;
  }
}

.c-heading__txt {
  font-size: 1.8rem;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .c-heading__txt {
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: left;
  }
}

.p-history__container-wrapper {
  overflow: clip;
  margin-top: 14.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__container-wrapper {
    margin-top: 6rem;
  }
}

.p-history__container {
  display: flex;
  align-items: flex-start;
  max-width: 120rem;
  margin-inline: auto;
  padding-bottom: 19.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__container {
    display: block;
    padding-bottom: 0;
  }
}

.p-content__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 14.6rem;
  width: 25rem;
  z-index: 10;
  border-top: 1px solid #58585c;
  padding-top: 8.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-content__nav {
    padding-top: 4rem;
    position: static;
    margin-inline: 3rem;
    width: auto;
  }
}

.p-history__main {
  flex-grow: 1;
  max-width: 85rem;
  margin-left: auto;
}

.p-history__block {
  padding-block: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__block {
    padding: 6rem 3rem;
  }
}
.p-history__block:first-of-type {
  margin-top: -10rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__block:first-of-type {
    margin-top: 0;
  }
}

.p-history__content .c-txt {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__content .c-txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.u-bgcolor--gray {
  position: relative;
  background-color: #f6f6f7;
}
.u-bgcolor--gray::before {
  top: 0;
  position: absolute;
  z-index: -1;
  content: "";
  width: 100vw;
  left: 50%;
  background-color: #f6f6f7;
  height: 100%;
}
.u-bgcolor--gray::after {
  top: 0;
  width: 100vw;
  position: absolute;
  z-index: -1;
  content: "";
  right: 50%;
  background-color: #f6f6f7;
  height: 100%;
}

.p-history__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 2rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__ttl {
    margin-top: 2.8rem;
    line-height: 1.2;
    padding-bottom: 2.2rem;
  }
}
.p-history__ttl .u-jp {
  display: inline-block;
  margin-left: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .p-history__ttl .u-jp {
    display: block;
    margin-left: 0;
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
.p-history__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(53, 63, 170) 0%, rgb(53, 63, 170) 4rem, rgb(234, 239, 242) 4rem);
}

.c-year {
  font-weight: 500;
  color: rgb(53, 63, 170);
}
@media screen and (max-width: 767.98px) {
  .c-year {
    margin-right: calc(50% - 50vw);
    display: block;
  }
}
.c-year .c-num {
  font-size: 8rem;
}
@media screen and (max-width: 767.98px) {
  .c-year .c-num {
    font-size: 5rem;
  }
}
.c-year .c-nen {
  font-size: 2.8rem;
  font-weight: 700;
}
.c-year .c-line {
  display: inline-block;
  position: relative;
  top: -0.3em;
  margin-inline: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .c-year .c-line {
    top: 0.3em;
    margin-inline: 0.3em;
  }
}

.p-history__sub-ttl {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__sub-ttl {
    font-size: 2rem;
    margin-top: 4rem;
    letter-spacing: -0.02em;
  }
}
.p-history__sub-ttl + .c-txt {
  margin-top: 2rem;
}

.p-episode {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-top: 8rem;
  border-bottom: 1px solid rgb(199, 199, 199);
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-episode {
    display: block;
    margin-top: 4.8rem;
    padding-bottom: 4rem;
  }
}
.p-episode .p-img-wrapper {
  width: 25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-episode .p-img-wrapper {
    width: 21rem;
    margin-inline: auto;
  }
}

.p-episode__ttl {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-episode__ttl {
    margin-top: 4.8rem;
    font-size: 1.8rem;
  }
}
.p-episode__ttl .u-en {
  color: rgb(53, 63, 170);
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-episode__ttl .u-en {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.p-episode__ttl + .c-txt {
  margin-top: 1.6rem;
}

#history01 .p-episode__body::after {
  content: "Episode 01";
}

#history02 .p-episode__body::after {
  content: "Episode 02";
}

#history03 .p-episode__body::after {
  content: "Episode 03";
}

#history04 .p-episode__body::after {
  content: "Episode 04";
}

#history05 .p-episode__body::after {
  content: "Episode 05";
}

.u-bgcolor--gray .p-episode__body::after {
  color: #e7ebef;
}

.p-episode__body {
  padding-right: 3rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-episode__body {
    padding-right: 0;
  }
}
.p-episode__body::after {
  position: absolute;
  top: -0.7rem;
  right: 0;
  font-size: 6rem;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #f6f6f7;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .p-episode__body::after {
    font-size: 3.8rem;
  }
}
.p-episode__body .c-txt {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-episode__body .c-txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.p-history__info {
  padding-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__info {
    padding-top: 4rem;
  }
}
.p-history__info dl > div {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-history__info dl > div {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }
}
.p-history__info dl > div + div {
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__info dl > div + div {
    margin-top: 4rem;
  }
}
.p-history__info dl dt {
  flex-shrink: 0;
}
.p-history__info dl dd {
  flex-grow: 1;
  padding-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__info dl dd {
    padding-right: 0;
  }
}
.p-history__info .p-history-year {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(53, 63, 170);
  position: relative;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-history__info .p-history-year {
    font-size: 1.3rem;
    padding-left: 1rem;
  }
}
.p-history__info .p-history-year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: rgb(53, 63, 170);
}
@media screen and (max-width: 767.98px) {
  .p-history__info .p-history-year::before {
    top: 0.55em;
  }
}
.p-history__info .p-history-year .u-en {
  color: rgb(53, 63, 170);
  font-size: 2.2rem;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__info .p-history-year .u-en {
    font-size: 1.8rem;
  }
}

.p-history__info-inner .c-ttl {
  color: rgb(53, 63, 170);
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-history__info-inner .c-ttl {
    font-size: 1.5rem;
  }
}
.p-history__info-inner .c-ttl + .c-txt {
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-history__info-inner .c-ttl + .c-txt {
    margin-top: 0.8rem;
  }
}
.p-history__info-inner .c-txt {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  .p-history__info-inner .c-txt {
    font-size: 1.3rem;
  }
}
.p-history__info-inner .c-mark {
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  padding: 0.6rem 1rem 0.6rem 3rem;
  border-radius: 1000px;
  background-color: rgb(53, 63, 170);
  margin-right: 1rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-history__info-inner .c-mark {
    margin-bottom: 0.8rem;
    margin-top: -0.2rem;
  }
}
.p-history__info-inner .c-mark::before {
  content: "";
  position: absolute;
  left: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icn_product.svg) no-repeat center/contain;
}
.p-history__info-inner li + li {
  margin-top: 1.6rem;
}
.p-history__info-inner li:has(.c-mark) {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-history__info-inner li:has(.c-mark) {
    display: block;
  }
}
.p-history__info-inner li:has(.c-mark) p {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  .p-history__info-inner li:has(.c-mark) p {
    font-size: 1.3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	sidenav
* --------------------------------------------------------------------------------------------------*/
.p-content__nav-item {
  color: rgb(199, 199, 199);
  padding-left: 2rem;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.p-content__nav-item::before {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 100%;
  left: 0;
  transition: 0.3s background-color;
}
.p-content__nav-item.is-current::before {
  background-color: #000;
}
.p-content__nav-item.is-current .u-en {
  color: rgb(53, 63, 170);
}
.p-content__nav-item.is-current .u-jp {
  color: #000;
}
.p-content__nav-item a {
  color: currentColor;
  text-decoration: none;
  display: flex;
  align-items: center;
  will-change: opacity;
}
@media (any-hover) {
  .p-content__nav-item a {
    transition: 0.3s opacity;
  }
  .p-content__nav-item a:hover {
    opacity: 0.7;
  }
}
.p-content__nav-item span {
  display: inline-block;
  transition: 0.3s color;
}
.p-content__nav-item .u-en {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.p-content__nav-item .u-jp {
  width: 5em;
  padding-right: 0.5em;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-content__nav-item .u-jp {
    width: 5.5em;
  }
}
.p-content__nav-item + .p-content__nav-item {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-content__nav-item + .p-content__nav-item {
    margin-top: 1.2rem;
  }
}

.-future {
  position: static;
  min-height: 89rem;
  padding-top: 0;
  margin-bottom: -19.7rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .-future {
    min-height: inherit;
    margin-bottom: 0;
    padding-inline: 0;
  }
}
.-future figure {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 89rem;
  overflow: clip;
}
@media screen and (max-width: 767.98px) {
  .-future figure {
    position: static;
    display: block;
    width: auto;
    margin-inline: auto;
  }
}
.-future figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-future__ttl {
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-future__ttl {
    color: #000;
    position: relative;
    padding-bottom: 2rem;
  }
  .p-future__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(53, 63, 170) 0%, rgb(53, 63, 170) 4rem, rgb(234, 239, 242) 4rem);
  }
}
.p-future__ttl .u-en {
  display: inline-block;
  font-size: 12rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-right: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-future__ttl .u-en {
    font-size: 5rem;
    color: rgb(53, 63, 170);
  }
}
.p-future__ttl .u-jp {
  font-size: 2.8rem;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .p-future__ttl .u-jp {
    font-size: 2rem;
    display: block;
    margin-top: 1rem;
  }
}

.p-future__content {
  position: relative;
  z-index: 2;
  padding-top: 16.5rem;
  max-width: 50rem;
  margin-left: auto;
  padding-inline: 5.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-future__content {
    max-width: inherit;
    padding-inline: inherit;
    padding: 3rem 3rem;
  }
}
.p-future__content .p-history__sub-ttl {
  font-size: 2.4rem;
  margin-top: 4.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  .p-future__content .p-history__sub-ttl {
    font-size: 2rem;
    margin-top: 4rem;
    letter-spacing: -0.02em;
  }
}
.p-future__content .c-txt {
  font-size: 1.6rem;
  color: #000;
  max-width: 38rem;
}
@media screen and (max-width: 767.98px) {
  .p-future__content .c-txt {
    font-size: 1.4rem;
    line-height: 1.75;
    max-width: inherit;
  }
}

.l-link-list__content {
  margin-top: 9rem;
}
@media screen and (max-width: 767.98px) {
  .l-link-list__content {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=history.css.map */