@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  scroll-behavior: auto;
}

@media (max-width: 1920px) and (min-width: 993px) {
  html {
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  line-height: 1.5;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  background: none;
  background-color: #fff;
  color: #000;
  transition: background-color 0.8s ease;
  scroll-behavior: auto;
}
body:after{
  display: none;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}
body.is-hidden {
  overflow: hidden;
}
body.is-bg {
  background-color: #000;
}
body.is-bg::after {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
}
a:hover{
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-tb {
  display: none;
}

.u-sp {
  display: none;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  .u-pc {
    display: none;
  }
  .u-tb {
    display: block;
  }
  .u-sp {
    display: block;
  }
  .desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
  .desc {
    font-size: 1rem;
  }
}
/* ----------------------------------------------
  header
 ----------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: 0.8s ease;
}

.l-header__inner {
  width: 100%;
  padding: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.l-header__logo {
  width: 17%;
  max-width: 110px;
  line-height: 1;
  position: relative;
  z-index: 9999;
}
.l-header__logo svg {
  width: 100%;
  height: auto;
}

.l-header__sns {
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  padding: 0 0.625rem;
}
.l-header__sns .item a::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-header__sns .item span {
  display: none;
}
.l-header__sns .item.instagram a::before {
  width: 1.75rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/icon_instagram.svg");
          mask-image: url("../img/icon_instagram.svg");
}
.l-header__sns .item.tiktok a::before {
  width: 1.5625rem;
  aspect-ratio: 25/29;
  -webkit-mask-image: url("../img/icon_tiktok.svg");
          mask-image: url("../img/icon_tiktok.svg");
}

.l-fix-btn {
  position: fixed;
  bottom: 0;
  right: 0;
}
.l-fix-btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  padding: 16px 20px 12px 24px;
  transition: 0.3s ease;
}
.l-fix-btn a::after {
  content: "";
  display: block;
  width: 3.875rem;
  aspect-ratio: 62/67;
  background: url("../img/icon_arrow.svg") no-repeat center/100%;
  transition: 0.3s ease;
}
.l-fix-btn a .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.l-fix-btn a .u-en {
  font-size: 1.4375rem;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
.l-fix-btn a .ja {
  font-size: 1rem;
}
@media (hover: hover) {
  .l-fix-btn a:hover {
    background-color: #fff;
    color: #000;
  }
  .l-fix-btn a:hover::after {
    background-image: url("../img/icon_arrow_hover.svg");
  }
}

.l-header.is-color .l-header__logo svg path {
  fill: #000;
}
.l-header.is-color .l-header__sns .item a::before {
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 12px;
  }
  .l-header__sns {
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    padding: 0 4px;
  }
  .l-header__sns .item a::before {
    content: "";
    display: block;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center;
            mask-position: center;
  }
  .l-header__sns .item span {
    display: none;
  }
  .l-header__sns .item.instagram a::before {
    width: 1.125rem;
  }
  .l-header__sns .item.tiktok a::before {
    width: 1rem;
  }
  .l-fix-btn a {
    padding: 5px 10px 5px 20px;
    gap: 6px;
  }
  .l-fix-btn a::after {
    width: 2.875rem;
  }
  .l-fix-btn a .u-en {
    font-size: 1.0625rem;
  }
  .l-fix-btn a .ja {
    font-size: 0.75rem;
  }
}
/* ---------------------------------------------
  footer
  --------------------------------------------- */
.l-footer {
  position: relative;
  padding: 12.5rem 0 6.25rem;
  color: #fff;
  background-color: #000;
}
.l-footer .l-wrap {
  width: calc(100% - 4rem);
  margin: 0 auto;
}

.l-footer__block {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 3.75rem;
}
.l-footer__block .footer__img {
  width: 52%;
  max-width: 313px;
  margin: 0 auto;
  position: relative;
}
.l-footer__block .logo {
  margin-top: -5%;
}

.l-footer__info {
  text-align: center;
  margin-bottom: 3.125rem;
}
.l-footer__info p {
  font-size: 1.25rem;
  font-size: clamp(14px, 1.3888888vw, 1.25rem);
}
.l-footer__info address {
  font-size: 1.25rem;
}
.l-footer__info a {
  color: #fff;
}

.l-footer__copy {
  text-align: center;
  font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    position: relative;
    padding: 6.25rem 0 7.5rem;
    color: #fff;
  }
  .l-footer .l-wrap {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
  .l-footer__block {
    width: 80%;
    margin: 0 auto 1.25rem;
  }
  .l-footer__block .logo {
    margin-top: -3%;
  }
  .l-footer__info {
    margin-bottom: 2.5rem;
  }
  .l-footer__info p {
    font-size: 0.75rem;
  }
  .l-footer__info address {
    font-size: 0.75rem;
  }
  .l-footer__copy {
    font-size: 0.6875rem;
  }
}
/* ----------------------------------------------
 component
 ---------------------------------------------- */
.c-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.c-ttl.center {
  -ms-flex-align: center;
      align-items: center;
}

.c-ttl__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.6875rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.8;
}

.c-ttl__ja {
  font-weight: 600;
  font-size: 1.5625rem;
}

.c-ttl__sub {
  color: #fff;
  font-weight: 300;
  font-size: 1.5625rem;
  letter-spacing: 0.02em;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  font-family: "Albert Sans", sans-serif;
}
.c-ttl__sub::before {
  content: "";
  display: block;
  width: 1px;
  height: 3.9375rem;
  background-color: #fff;
}
.c-ttl__sub span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 24px;
}
.c-ttl__sub span::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  margin: 0 auto;
}
.c-ttl__sub.no-border {
  -ms-flex-align: start;
      align-items: flex-start;
}
.c-ttl__sub.no-border::before {
  display: none;
}
.c-ttl__sub.side {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  gap: 6px;
}
.c-ttl__sub.side::before {
  width: 3.9375rem;
  height: 1px;
  margin-top: 4px;
}
.c-ttl__sub.side span {
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 4px;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4px;
  }
  .c-ttl.center {
    -ms-flex-align: center;
        align-items: center;
  }
  .c-ttl__en {
    font-size: 2.5625rem;
  }
  .c-ttl__ja {
    font-weight: 600;
    font-size: 0.8125rem;
  }
  .c-ttl__sub {
    font-size: 0.6875rem;
    gap: 10px;
  }
  .c-ttl__sub::before {
    height: 2.875rem;
  }
  .c-ttl__sub span {
    gap: 10px;
  }
  .c-ttl__sub span::before {
    width: 4px;
    height: 4px;
  }
  .c-ttl__sub.side {
    gap: 2px;
  }
  .c-ttl__sub.side::before {
    width: 1.5rem;
    margin-top: 2px;
  }
}
.u-en {
  font-family: "Albert Sans", sans-serif;
}

/* ----------------------------------------------
 animation
 ---------------------------------------------- */
.js-type {
  overflow: hidden;
  display: block;
}
.js-type span {
  will-change: opacity, transform;
  opacity: 0;
  -ms-transform: translateX(4px);
      transform: translateX(4px);
  display: inline-block;
  transition: opacity 0.7s ease, transform 0.5s ease;
}
.js-type.is-active span {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.js-type.is-active span:nth-child(2) {
  transition-delay: 0.1s;
}
.js-type.is-active span:nth-child(3) {
  transition-delay: 0.15s;
}
.js-type.is-active span:nth-child(4) {
  transition-delay: 0.2s;
}
.js-type.is-active span:nth-child(5) {
  transition-delay: 0.25s;
}
.js-type.is-active span:nth-child(6) {
  transition-delay: 0.3s;
}
.js-type.is-active span:nth-child(7) {
  transition-delay: 0.35s;
}
.js-type.is-active span:nth-child(8) {
  transition-delay: 0.4s;
}
.js-type.is-active span:nth-child(9) {
  transition-delay: 0.45s;
}
.js-type.is-active span:nth-child(10) {
  transition-delay: 0.5s;
}
.js-type.is-active span:nth-child(11) {
  transition-delay: 0.55s;
}
.js-type.is-active span:nth-child(12) {
  transition-delay: 0.6s;
}
.js-type.is-active span:nth-child(13) {
  transition-delay: 0.65s;
}
.js-type.is-active span:nth-child(14) {
  transition-delay: 0.7s;
}
.js-type.is-active span:nth-child(15) {
  transition-delay: 0.75s;
}
.js-type.is-active span:nth-child(16) {
  transition-delay: 0.8s;
}
.js-type.is-active span:nth-child(17) {
  transition-delay: 0.85s;
}
.js-type.is-active span:nth-child(18) {
  transition-delay: 0.9s;
}
.js-type.is-active span:nth-child(19) {
  transition-delay: 0.95s;
}
.js-type.is-active span:nth-child(20) {
  transition-delay: 1s;
}
.js-type.is-active span:nth-child(21) {
  transition-delay: 1.05s;
}
.js-type.is-active span:nth-child(22) {
  transition-delay: 1.1s;
}
.js-type.is-active span:nth-child(23) {
  transition-delay: 1.15s;
}
.js-type.is-active span:nth-child(24) {
  transition-delay: 1.2s;
}
.js-type.is-active span:nth-child(25) {
  transition-delay: 1.25s;
}
.js-type.is-active span:nth-child(26) {
  transition-delay: 1.3s;
}
.js-type.is-active span:nth-child(27) {
  transition-delay: 1.35s;
}
.js-type.is-active span:nth-child(28) {
  transition-delay: 1.4s;
}
.js-type.is-active span:nth-child(29) {
  transition-delay: 1.45s;
}
.js-type.is-active span:nth-child(30) {
  transition-delay: 1.5s;
}
.js-type.is-active span:nth-child(31) {
  transition-delay: 1.55s;
}
.js-type.is-active span:nth-child(32) {
  transition-delay: 1.6s;
}
.js-type.is-active span:nth-child(33) {
  transition-delay: 1.65s;
}
.js-type.is-active span:nth-child(34) {
  transition-delay: 1.7s;
}
.js-type.is-active span:nth-child(35) {
  transition-delay: 1.75s;
}
.js-type.is-active span:nth-child(36) {
  transition-delay: 1.8s;
}
.js-type.is-active span:nth-child(37) {
  transition-delay: 1.85s;
}
.js-type.is-active span:nth-child(38) {
  transition-delay: 1.9s;
}
.js-type.is-active span:nth-child(39) {
  transition-delay: 1.95s;
}
.js-type.is-active span:nth-child(40) {
  transition-delay: 2s;
}
.js-type.is-active span:nth-child(41) {
  transition-delay: 2.05s;
}
.js-type.is-active span:nth-child(42) {
  transition-delay: 2.1s;
}
.js-type.is-active span:nth-child(43) {
  transition-delay: 2.15s;
}
.js-type.is-active span:nth-child(44) {
  transition-delay: 2.2s;
}
.js-type.is-active span:nth-child(45) {
  transition-delay: 2.25s;
}
.js-type.is-active span:nth-child(46) {
  transition-delay: 2.3s;
}
.js-type.is-active span:nth-child(47) {
  transition-delay: 2.35s;
}
.js-type.is-active span:nth-child(48) {
  transition-delay: 2.4s;
}
.js-type.is-active span:nth-child(49) {
  transition-delay: 2.45s;
}
.js-type.is-active span:nth-child(50) {
  transition-delay: 2.5s;
}
.js-type.is-active span:nth-child(51) {
  transition-delay: 2.55s;
}
.js-type.is-active span:nth-child(52) {
  transition-delay: 2.6s;
}
.js-type.is-active span:nth-child(53) {
  transition-delay: 2.65s;
}
.js-type.is-active span:nth-child(54) {
  transition-delay: 2.7s;
}
.js-type.is-active span:nth-child(55) {
  transition-delay: 2.75s;
}
.js-type.is-active span:nth-child(56) {
  transition-delay: 2.8s;
}
.js-type.is-active span:nth-child(57) {
  transition-delay: 2.85s;
}
.js-type.is-active span:nth-child(58) {
  transition-delay: 2.9s;
}
.js-type.is-active span:nth-child(59) {
  transition-delay: 2.95s;
}
.js-type.is-active span:nth-child(60) {
  transition-delay: 3s;
}
.js-type.is-active span:nth-child(61) {
  transition-delay: 3.05s;
}
.js-type.is-active span:nth-child(62) {
  transition-delay: 3.1s;
}
.js-type.is-active span:nth-child(63) {
  transition-delay: 3.15s;
}
.js-type.is-active span:nth-child(64) {
  transition-delay: 3.2s;
}
.js-type.is-active span:nth-child(65) {
  transition-delay: 3.25s;
}
.js-type.is-active span:nth-child(66) {
  transition-delay: 3.3s;
}
.js-type.is-active span:nth-child(67) {
  transition-delay: 3.35s;
}
.js-type.is-active span:nth-child(68) {
  transition-delay: 3.4s;
}
.js-type.is-active span:nth-child(69) {
  transition-delay: 3.45s;
}
.js-type.is-active span:nth-child(70) {
  transition-delay: 3.5s;
}
.js-type.is-active span:nth-child(71) {
  transition-delay: 3.55s;
}
.js-type.is-active span:nth-child(72) {
  transition-delay: 3.6s;
}
.js-type.is-active span:nth-child(73) {
  transition-delay: 3.65s;
}
.js-type.is-active span:nth-child(74) {
  transition-delay: 3.7s;
}
.js-type.is-active span:nth-child(75) {
  transition-delay: 3.75s;
}
.js-type.is-active span:nth-child(76) {
  transition-delay: 3.8s;
}
.js-type.is-active span:nth-child(77) {
  transition-delay: 3.85s;
}
.js-type.is-active span:nth-child(78) {
  transition-delay: 3.9s;
}
.js-type.is-active span:nth-child(79) {
  transition-delay: 3.95s;
}
.js-type.is-active span:nth-child(80) {
  transition-delay: 4s;
}
.js-type.is-active span:nth-child(81) {
  transition-delay: 4.05s;
}
.js-type.is-active span:nth-child(82) {
  transition-delay: 4.1s;
}
.js-type.is-active span:nth-child(83) {
  transition-delay: 4.15s;
}
.js-type.is-active span:nth-child(84) {
  transition-delay: 4.2s;
}
.js-type.is-active span:nth-child(85) {
  transition-delay: 4.25s;
}
.js-type.is-active span:nth-child(86) {
  transition-delay: 4.3s;
}
.js-type.is-active span:nth-child(87) {
  transition-delay: 4.35s;
}
.js-type.is-active span:nth-child(88) {
  transition-delay: 4.4s;
}
.js-type.is-active span:nth-child(89) {
  transition-delay: 4.45s;
}
.js-type.is-active span:nth-child(90) {
  transition-delay: 4.5s;
}
.js-type.is-active span:nth-child(91) {
  transition-delay: 4.55s;
}
.js-type.is-active span:nth-child(92) {
  transition-delay: 4.6s;
}
.js-type.is-active span:nth-child(93) {
  transition-delay: 4.65s;
}
.js-type.is-active span:nth-child(94) {
  transition-delay: 4.7s;
}
.js-type.is-active span:nth-child(95) {
  transition-delay: 4.75s;
}
.js-type.is-active span:nth-child(96) {
  transition-delay: 4.8s;
}
.js-type.is-active span:nth-child(97) {
  transition-delay: 4.85s;
}
.js-type.is-active span:nth-child(98) {
  transition-delay: 4.9s;
}
.js-type.is-active span:nth-child(99) {
  transition-delay: 4.95s;
}
.js-type.is-active span:nth-child(100) {
  transition-delay: 5s;
}
.js-type.is-active span:nth-child(101) {
  transition-delay: 5.05s;
}
.js-type.is-active span:nth-child(102) {
  transition-delay: 5.1s;
}
.js-type.is-active span:nth-child(103) {
  transition-delay: 5.15s;
}
.js-type.is-active span:nth-child(104) {
  transition-delay: 5.2s;
}
.js-type.is-active span:nth-child(105) {
  transition-delay: 5.25s;
}
.js-type.is-active span:nth-child(106) {
  transition-delay: 5.3s;
}
.js-type.is-active span:nth-child(107) {
  transition-delay: 5.35s;
}
.js-type.is-active span:nth-child(108) {
  transition-delay: 5.4s;
}
.js-type.is-active span:nth-child(109) {
  transition-delay: 5.45s;
}
.js-type.is-active span:nth-child(110) {
  transition-delay: 5.5s;
}
.js-type.is-active span:nth-child(111) {
  transition-delay: 5.55s;
}
.js-type.is-active span:nth-child(112) {
  transition-delay: 5.6s;
}
.js-type.is-active span:nth-child(113) {
  transition-delay: 5.65s;
}
.js-type.is-active span:nth-child(114) {
  transition-delay: 5.7s;
}
.js-type.is-active span:nth-child(115) {
  transition-delay: 5.75s;
}
.js-type.is-active span:nth-child(116) {
  transition-delay: 5.8s;
}
.js-type.is-active span:nth-child(117) {
  transition-delay: 5.85s;
}
.js-type.is-active span:nth-child(118) {
  transition-delay: 5.9s;
}
.js-type.is-active span:nth-child(119) {
  transition-delay: 5.95s;
}
.js-type.is-active span:nth-child(120) {
  transition-delay: 6s;
}
.js-type.is-active span:nth-child(121) {
  transition-delay: 6.05s;
}
.js-type.is-active span:nth-child(122) {
  transition-delay: 6.1s;
}
.js-type.is-active span:nth-child(123) {
  transition-delay: 6.15s;
}
.js-type.is-active span:nth-child(124) {
  transition-delay: 6.2s;
}
.js-type.is-active span:nth-child(125) {
  transition-delay: 6.25s;
}
.js-type.is-active span:nth-child(126) {
  transition-delay: 6.3s;
}
.js-type.is-active span:nth-child(127) {
  transition-delay: 6.35s;
}
.js-type.is-active span:nth-child(128) {
  transition-delay: 6.4s;
}
.js-type.is-active span:nth-child(129) {
  transition-delay: 6.45s;
}
.js-type.is-active span:nth-child(130) {
  transition-delay: 6.5s;
}
.js-type.is-active span:nth-child(131) {
  transition-delay: 6.55s;
}
.js-type.is-active span:nth-child(132) {
  transition-delay: 6.6s;
}
.js-type.is-active span:nth-child(133) {
  transition-delay: 6.65s;
}
.js-type.is-active span:nth-child(134) {
  transition-delay: 6.7s;
}
.js-type.is-active span:nth-child(135) {
  transition-delay: 6.75s;
}
.js-type.is-active span:nth-child(136) {
  transition-delay: 6.8s;
}
.js-type.is-active span:nth-child(137) {
  transition-delay: 6.85s;
}
.js-type.is-active span:nth-child(138) {
  transition-delay: 6.9s;
}
.js-type.is-active span:nth-child(139) {
  transition-delay: 6.95s;
}
.js-type.is-active span:nth-child(140) {
  transition-delay: 7s;
}
.js-type.is-active span:nth-child(141) {
  transition-delay: 7.05s;
}
.js-type.is-active span:nth-child(142) {
  transition-delay: 7.1s;
}
.js-type.is-active span:nth-child(143) {
  transition-delay: 7.15s;
}
.js-type.is-active span:nth-child(144) {
  transition-delay: 7.2s;
}
.js-type.is-active span:nth-child(145) {
  transition-delay: 7.25s;
}
.js-type.is-active span:nth-child(146) {
  transition-delay: 7.3s;
}
.js-type.is-active span:nth-child(147) {
  transition-delay: 7.35s;
}
.js-type.is-active span:nth-child(148) {
  transition-delay: 7.4s;
}
.js-type.is-active span:nth-child(149) {
  transition-delay: 7.45s;
}
.js-type.is-active span:nth-child(150) {
  transition-delay: 7.5s;
}
.js-type.is-active span:nth-child(151) {
  transition-delay: 7.55s;
}
.js-type.is-active span:nth-child(152) {
  transition-delay: 7.6s;
}
.js-type.is-active span:nth-child(153) {
  transition-delay: 7.65s;
}
.js-type.is-active span:nth-child(154) {
  transition-delay: 7.7s;
}
.js-type.is-active span:nth-child(155) {
  transition-delay: 7.75s;
}
.js-type.is-active span:nth-child(156) {
  transition-delay: 7.8s;
}
.js-type.is-active span:nth-child(157) {
  transition-delay: 7.85s;
}
.js-type.is-active span:nth-child(158) {
  transition-delay: 7.9s;
}
.js-type.is-active span:nth-child(159) {
  transition-delay: 7.95s;
}
.js-type.is-active span:nth-child(160) {
  transition-delay: 8s;
}
.js-type.is-active span:nth-child(161) {
  transition-delay: 8.05s;
}
.js-type.is-active span:nth-child(162) {
  transition-delay: 8.1s;
}
.js-type.is-active span:nth-child(163) {
  transition-delay: 8.15s;
}
.js-type.is-active span:nth-child(164) {
  transition-delay: 8.2s;
}
.js-type.is-active span:nth-child(165) {
  transition-delay: 8.25s;
}
.js-type.is-active span:nth-child(166) {
  transition-delay: 8.3s;
}
.js-type.is-active span:nth-child(167) {
  transition-delay: 8.35s;
}
.js-type.is-active span:nth-child(168) {
  transition-delay: 8.4s;
}
.js-type.is-active span:nth-child(169) {
  transition-delay: 8.45s;
}
.js-type.is-active span:nth-child(170) {
  transition-delay: 8.5s;
}
.js-type.is-active span:nth-child(171) {
  transition-delay: 8.55s;
}
.js-type.is-active span:nth-child(172) {
  transition-delay: 8.6s;
}
.js-type.is-active span:nth-child(173) {
  transition-delay: 8.65s;
}
.js-type.is-active span:nth-child(174) {
  transition-delay: 8.7s;
}
.js-type.is-active span:nth-child(175) {
  transition-delay: 8.75s;
}
.js-type.is-active span:nth-child(176) {
  transition-delay: 8.8s;
}
.js-type.is-active span:nth-child(177) {
  transition-delay: 8.85s;
}
.js-type.is-active span:nth-child(178) {
  transition-delay: 8.9s;
}
.js-type.is-active span:nth-child(179) {
  transition-delay: 8.95s;
}
.js-type.is-active span:nth-child(180) {
  transition-delay: 9s;
}
.js-type.is-active span:nth-child(181) {
  transition-delay: 9.05s;
}
.js-type.is-active span:nth-child(182) {
  transition-delay: 9.1s;
}
.js-type.is-active span:nth-child(183) {
  transition-delay: 9.15s;
}
.js-type.is-active span:nth-child(184) {
  transition-delay: 9.2s;
}
.js-type.is-active span:nth-child(185) {
  transition-delay: 9.25s;
}
.js-type.is-active span:nth-child(186) {
  transition-delay: 9.3s;
}
.js-type.is-active span:nth-child(187) {
  transition-delay: 9.35s;
}
.js-type.is-active span:nth-child(188) {
  transition-delay: 9.4s;
}
.js-type.is-active span:nth-child(189) {
  transition-delay: 9.45s;
}
.js-type.is-active span:nth-child(190) {
  transition-delay: 9.5s;
}
.js-type.is-active span:nth-child(191) {
  transition-delay: 9.55s;
}
.js-type.is-active span:nth-child(192) {
  transition-delay: 9.6s;
}
.js-type.is-active span:nth-child(193) {
  transition-delay: 9.65s;
}
.js-type.is-active span:nth-child(194) {
  transition-delay: 9.7s;
}
.js-type.is-active span:nth-child(195) {
  transition-delay: 9.75s;
}
.js-type.is-active span:nth-child(196) {
  transition-delay: 9.8s;
}
.js-type.is-active span:nth-child(197) {
  transition-delay: 9.85s;
}
.js-type.is-active span:nth-child(198) {
  transition-delay: 9.9s;
}
.js-type.is-active span:nth-child(199) {
  transition-delay: 9.95s;
}
.js-type.is-active span:nth-child(200) {
  transition-delay: 10s;
}
.js-type.is-active span:nth-child(201) {
  transition-delay: 10.05s;
}
.js-type.is-active span:nth-child(202) {
  transition-delay: 10.1s;
}
.js-type.is-active span:nth-child(203) {
  transition-delay: 10.15s;
}
.js-type.is-active span:nth-child(204) {
  transition-delay: 10.2s;
}
.js-type.is-active span:nth-child(205) {
  transition-delay: 10.25s;
}
.js-type.is-active span:nth-child(206) {
  transition-delay: 10.3s;
}
.js-type.is-active span:nth-child(207) {
  transition-delay: 10.35s;
}
.js-type.is-active span:nth-child(208) {
  transition-delay: 10.4s;
}
.js-type.is-active span:nth-child(209) {
  transition-delay: 10.45s;
}
.js-type.is-active span:nth-child(210) {
  transition-delay: 10.5s;
}
.js-type.is-active span:nth-child(211) {
  transition-delay: 10.55s;
}
.js-type.is-active span:nth-child(212) {
  transition-delay: 10.6s;
}
.js-type.is-active span:nth-child(213) {
  transition-delay: 10.65s;
}
.js-type.is-active span:nth-child(214) {
  transition-delay: 10.7s;
}
.js-type.is-active span:nth-child(215) {
  transition-delay: 10.75s;
}
.js-type.is-active span:nth-child(216) {
  transition-delay: 10.8s;
}
.js-type.is-active span:nth-child(217) {
  transition-delay: 10.85s;
}
.js-type.is-active span:nth-child(218) {
  transition-delay: 10.9s;
}
.js-type.is-active span:nth-child(219) {
  transition-delay: 10.95s;
}
.js-type.is-active span:nth-child(220) {
  transition-delay: 11s;
}
.js-type.is-active span:nth-child(221) {
  transition-delay: 11.05s;
}
.js-type.is-active span:nth-child(222) {
  transition-delay: 11.1s;
}
.js-type.is-active span:nth-child(223) {
  transition-delay: 11.15s;
}
.js-type.is-active span:nth-child(224) {
  transition-delay: 11.2s;
}
.js-type.is-active span:nth-child(225) {
  transition-delay: 11.25s;
}
.js-type.is-active span:nth-child(226) {
  transition-delay: 11.3s;
}
.js-type.is-active span:nth-child(227) {
  transition-delay: 11.35s;
}
.js-type.is-active span:nth-child(228) {
  transition-delay: 11.4s;
}
.js-type.is-active span:nth-child(229) {
  transition-delay: 11.45s;
}
.js-type.is-active span:nth-child(230) {
  transition-delay: 11.5s;
}
.js-type.is-active span:nth-child(231) {
  transition-delay: 11.55s;
}
.js-type.is-active span:nth-child(232) {
  transition-delay: 11.6s;
}
.js-type.is-active span:nth-child(233) {
  transition-delay: 11.65s;
}
.js-type.is-active span:nth-child(234) {
  transition-delay: 11.7s;
}
.js-type.is-active span:nth-child(235) {
  transition-delay: 11.75s;
}
.js-type.is-active span:nth-child(236) {
  transition-delay: 11.8s;
}
.js-type.is-active span:nth-child(237) {
  transition-delay: 11.85s;
}
.js-type.is-active span:nth-child(238) {
  transition-delay: 11.9s;
}
.js-type.is-active span:nth-child(239) {
  transition-delay: 11.95s;
}
.js-type.is-active span:nth-child(240) {
  transition-delay: 12s;
}
.js-type.is-active span:nth-child(241) {
  transition-delay: 12.05s;
}
.js-type.is-active span:nth-child(242) {
  transition-delay: 12.1s;
}
.js-type.is-active span:nth-child(243) {
  transition-delay: 12.15s;
}
.js-type.is-active span:nth-child(244) {
  transition-delay: 12.2s;
}
.js-type.is-active span:nth-child(245) {
  transition-delay: 12.25s;
}
.js-type.is-active span:nth-child(246) {
  transition-delay: 12.3s;
}
.js-type.is-active span:nth-child(247) {
  transition-delay: 12.35s;
}
.js-type.is-active span:nth-child(248) {
  transition-delay: 12.4s;
}
.js-type.is-active span:nth-child(249) {
  transition-delay: 12.45s;
}
.js-type.is-active span:nth-child(250) {
  transition-delay: 12.5s;
}
.js-type.is-active span:nth-child(251) {
  transition-delay: 12.55s;
}
.js-type.is-active span:nth-child(252) {
  transition-delay: 12.6s;
}
.js-type.is-active span:nth-child(253) {
  transition-delay: 12.65s;
}
.js-type.is-active span:nth-child(254) {
  transition-delay: 12.7s;
}
.js-type.is-active span:nth-child(255) {
  transition-delay: 12.75s;
}
.js-type.is-active span:nth-child(256) {
  transition-delay: 12.8s;
}
.js-type.is-active span:nth-child(257) {
  transition-delay: 12.85s;
}
.js-type.is-active span:nth-child(258) {
  transition-delay: 12.9s;
}
.js-type.is-active span:nth-child(259) {
  transition-delay: 12.95s;
}
.js-type.is-active span:nth-child(260) {
  transition-delay: 13s;
}
.js-type.is-active span:nth-child(261) {
  transition-delay: 13.05s;
}
.js-type.is-active span:nth-child(262) {
  transition-delay: 13.1s;
}
.js-type.is-active span:nth-child(263) {
  transition-delay: 13.15s;
}
.js-type.is-active span:nth-child(264) {
  transition-delay: 13.2s;
}
.js-type.is-active span:nth-child(265) {
  transition-delay: 13.25s;
}
.js-type.is-active span:nth-child(266) {
  transition-delay: 13.3s;
}
.js-type.is-active span:nth-child(267) {
  transition-delay: 13.35s;
}
.js-type.is-active span:nth-child(268) {
  transition-delay: 13.4s;
}
.js-type.is-active span:nth-child(269) {
  transition-delay: 13.45s;
}
.js-type.is-active span:nth-child(270) {
  transition-delay: 13.5s;
}
.js-type.is-active span:nth-child(271) {
  transition-delay: 13.55s;
}
.js-type.is-active span:nth-child(272) {
  transition-delay: 13.6s;
}
.js-type.is-active span:nth-child(273) {
  transition-delay: 13.65s;
}
.js-type.is-active span:nth-child(274) {
  transition-delay: 13.7s;
}
.js-type.is-active span:nth-child(275) {
  transition-delay: 13.75s;
}
.js-type.is-active span:nth-child(276) {
  transition-delay: 13.8s;
}
.js-type.is-active span:nth-child(277) {
  transition-delay: 13.85s;
}
.js-type.is-active span:nth-child(278) {
  transition-delay: 13.9s;
}
.js-type.is-active span:nth-child(279) {
  transition-delay: 13.95s;
}
.js-type.is-active span:nth-child(280) {
  transition-delay: 14s;
}
.js-type.is-active span:nth-child(281) {
  transition-delay: 14.05s;
}
.js-type.is-active span:nth-child(282) {
  transition-delay: 14.1s;
}
.js-type.is-active span:nth-child(283) {
  transition-delay: 14.15s;
}
.js-type.is-active span:nth-child(284) {
  transition-delay: 14.2s;
}
.js-type.is-active span:nth-child(285) {
  transition-delay: 14.25s;
}
.js-type.is-active span:nth-child(286) {
  transition-delay: 14.3s;
}
.js-type.is-active span:nth-child(287) {
  transition-delay: 14.35s;
}
.js-type.is-active span:nth-child(288) {
  transition-delay: 14.4s;
}
.js-type.is-active span:nth-child(289) {
  transition-delay: 14.45s;
}
.js-type.is-active span:nth-child(290) {
  transition-delay: 14.5s;
}
.js-type.is-active span:nth-child(291) {
  transition-delay: 14.55s;
}
.js-type.is-active span:nth-child(292) {
  transition-delay: 14.6s;
}
.js-type.is-active span:nth-child(293) {
  transition-delay: 14.65s;
}
.js-type.is-active span:nth-child(294) {
  transition-delay: 14.7s;
}
.js-type.is-active span:nth-child(295) {
  transition-delay: 14.75s;
}
.js-type.is-active span:nth-child(296) {
  transition-delay: 14.8s;
}
.js-type.is-active span:nth-child(297) {
  transition-delay: 14.85s;
}
.js-type.is-active span:nth-child(298) {
  transition-delay: 14.9s;
}
.js-type.is-active span:nth-child(299) {
  transition-delay: 14.95s;
}
.js-type.is-active span:nth-child(300) {
  transition-delay: 15s;
}
.js-type.is-active span:nth-child(301) {
  transition-delay: 15.05s;
}
.js-type.is-active span:nth-child(302) {
  transition-delay: 15.1s;
}
.js-type.is-active span:nth-child(303) {
  transition-delay: 15.15s;
}
.js-type.is-active span:nth-child(304) {
  transition-delay: 15.2s;
}
.js-type.is-active span:nth-child(305) {
  transition-delay: 15.25s;
}
.js-type.is-active span:nth-child(306) {
  transition-delay: 15.3s;
}
.js-type.is-active span:nth-child(307) {
  transition-delay: 15.35s;
}
.js-type.is-active span:nth-child(308) {
  transition-delay: 15.4s;
}
.js-type.is-active span:nth-child(309) {
  transition-delay: 15.45s;
}
.js-type.is-active span:nth-child(310) {
  transition-delay: 15.5s;
}
.js-type.is-active span:nth-child(311) {
  transition-delay: 15.55s;
}
.js-type.is-active span:nth-child(312) {
  transition-delay: 15.6s;
}
.js-type.is-active span:nth-child(313) {
  transition-delay: 15.65s;
}
.js-type.is-active span:nth-child(314) {
  transition-delay: 15.7s;
}
.js-type.is-active span:nth-child(315) {
  transition-delay: 15.75s;
}
.js-type.is-active span:nth-child(316) {
  transition-delay: 15.8s;
}
.js-type.is-active span:nth-child(317) {
  transition-delay: 15.85s;
}
.js-type.is-active span:nth-child(318) {
  transition-delay: 15.9s;
}
.js-type.is-active span:nth-child(319) {
  transition-delay: 15.95s;
}
.js-type.is-active span:nth-child(320) {
  transition-delay: 16s;
}
.js-type.is-active span:nth-child(321) {
  transition-delay: 16.05s;
}
.js-type.is-active span:nth-child(322) {
  transition-delay: 16.1s;
}
.js-type.is-active span:nth-child(323) {
  transition-delay: 16.15s;
}
.js-type.is-active span:nth-child(324) {
  transition-delay: 16.2s;
}
.js-type.is-active span:nth-child(325) {
  transition-delay: 16.25s;
}
.js-type.is-active span:nth-child(326) {
  transition-delay: 16.3s;
}
.js-type.is-active span:nth-child(327) {
  transition-delay: 16.35s;
}
.js-type.is-active span:nth-child(328) {
  transition-delay: 16.4s;
}
.js-type.is-active span:nth-child(329) {
  transition-delay: 16.45s;
}
.js-type.is-active span:nth-child(330) {
  transition-delay: 16.5s;
}
.js-type.is-active span:nth-child(331) {
  transition-delay: 16.55s;
}
.js-type.is-active span:nth-child(332) {
  transition-delay: 16.6s;
}
.js-type.is-active span:nth-child(333) {
  transition-delay: 16.65s;
}
.js-type.is-active span:nth-child(334) {
  transition-delay: 16.7s;
}
.js-type.is-active span:nth-child(335) {
  transition-delay: 16.75s;
}
.js-type.is-active span:nth-child(336) {
  transition-delay: 16.8s;
}
.js-type.is-active span:nth-child(337) {
  transition-delay: 16.85s;
}
.js-type.is-active span:nth-child(338) {
  transition-delay: 16.9s;
}
.js-type.is-active span:nth-child(339) {
  transition-delay: 16.95s;
}
.js-type.is-active span:nth-child(340) {
  transition-delay: 17s;
}
.js-type.is-active span:nth-child(341) {
  transition-delay: 17.05s;
}
.js-type.is-active span:nth-child(342) {
  transition-delay: 17.1s;
}
.js-type.is-active span:nth-child(343) {
  transition-delay: 17.15s;
}
.js-type.is-active span:nth-child(344) {
  transition-delay: 17.2s;
}
.js-type.is-active span:nth-child(345) {
  transition-delay: 17.25s;
}
.js-type.is-active span:nth-child(346) {
  transition-delay: 17.3s;
}
.js-type.is-active span:nth-child(347) {
  transition-delay: 17.35s;
}
.js-type.is-active span:nth-child(348) {
  transition-delay: 17.4s;
}
.js-type.is-active span:nth-child(349) {
  transition-delay: 17.45s;
}
.js-type.is-active span:nth-child(350) {
  transition-delay: 17.5s;
}
.js-type.is-active span:nth-child(351) {
  transition-delay: 17.55s;
}
.js-type.is-active span:nth-child(352) {
  transition-delay: 17.6s;
}
.js-type.is-active span:nth-child(353) {
  transition-delay: 17.65s;
}
.js-type.is-active span:nth-child(354) {
  transition-delay: 17.7s;
}
.js-type.is-active span:nth-child(355) {
  transition-delay: 17.75s;
}
.js-type.is-active span:nth-child(356) {
  transition-delay: 17.8s;
}
.js-type.is-active span:nth-child(357) {
  transition-delay: 17.85s;
}
.js-type.is-active span:nth-child(358) {
  transition-delay: 17.9s;
}
.js-type.is-active span:nth-child(359) {
  transition-delay: 17.95s;
}
.js-type.is-active span:nth-child(360) {
  transition-delay: 18s;
}
.js-type.is-active span:nth-child(361) {
  transition-delay: 18.05s;
}
.js-type.is-active span:nth-child(362) {
  transition-delay: 18.1s;
}
.js-type.is-active span:nth-child(363) {
  transition-delay: 18.15s;
}
.js-type.is-active span:nth-child(364) {
  transition-delay: 18.2s;
}
.js-type.is-active span:nth-child(365) {
  transition-delay: 18.25s;
}
.js-type.is-active span:nth-child(366) {
  transition-delay: 18.3s;
}
.js-type.is-active span:nth-child(367) {
  transition-delay: 18.35s;
}
.js-type.is-active span:nth-child(368) {
  transition-delay: 18.4s;
}
.js-type.is-active span:nth-child(369) {
  transition-delay: 18.45s;
}
.js-type.is-active span:nth-child(370) {
  transition-delay: 18.5s;
}
.js-type.is-active span:nth-child(371) {
  transition-delay: 18.55s;
}
.js-type.is-active span:nth-child(372) {
  transition-delay: 18.6s;
}
.js-type.is-active span:nth-child(373) {
  transition-delay: 18.65s;
}
.js-type.is-active span:nth-child(374) {
  transition-delay: 18.7s;
}
.js-type.is-active span:nth-child(375) {
  transition-delay: 18.75s;
}
.js-type.is-active span:nth-child(376) {
  transition-delay: 18.8s;
}
.js-type.is-active span:nth-child(377) {
  transition-delay: 18.85s;
}
.js-type.is-active span:nth-child(378) {
  transition-delay: 18.9s;
}
.js-type.is-active span:nth-child(379) {
  transition-delay: 18.95s;
}
.js-type.is-active span:nth-child(380) {
  transition-delay: 19s;
}
.js-type.is-active span:nth-child(381) {
  transition-delay: 19.05s;
}
.js-type.is-active span:nth-child(382) {
  transition-delay: 19.1s;
}
.js-type.is-active span:nth-child(383) {
  transition-delay: 19.15s;
}
.js-type.is-active span:nth-child(384) {
  transition-delay: 19.2s;
}
.js-type.is-active span:nth-child(385) {
  transition-delay: 19.25s;
}
.js-type.is-active span:nth-child(386) {
  transition-delay: 19.3s;
}
.js-type.is-active span:nth-child(387) {
  transition-delay: 19.35s;
}
.js-type.is-active span:nth-child(388) {
  transition-delay: 19.4s;
}
.js-type.is-active span:nth-child(389) {
  transition-delay: 19.45s;
}
.js-type.is-active span:nth-child(390) {
  transition-delay: 19.5s;
}
.js-type.is-active span:nth-child(391) {
  transition-delay: 19.55s;
}
.js-type.is-active span:nth-child(392) {
  transition-delay: 19.6s;
}
.js-type.is-active span:nth-child(393) {
  transition-delay: 19.65s;
}
.js-type.is-active span:nth-child(394) {
  transition-delay: 19.7s;
}
.js-type.is-active span:nth-child(395) {
  transition-delay: 19.75s;
}
.js-type.is-active span:nth-child(396) {
  transition-delay: 19.8s;
}
.js-type.is-active span:nth-child(397) {
  transition-delay: 19.85s;
}
.js-type.is-active span:nth-child(398) {
  transition-delay: 19.9s;
}
.js-type.is-active span:nth-child(399) {
  transition-delay: 19.95s;
}
.js-type.is-active span:nth-child(400) {
  transition-delay: 20s;
}
.js-type.is-active span:nth-child(401) {
  transition-delay: 20.05s;
}
.js-type.is-active span:nth-child(402) {
  transition-delay: 20.1s;
}
.js-type.is-active span:nth-child(403) {
  transition-delay: 20.15s;
}
.js-type.is-active span:nth-child(404) {
  transition-delay: 20.2s;
}
.js-type.is-active span:nth-child(405) {
  transition-delay: 20.25s;
}
.js-type.is-active span:nth-child(406) {
  transition-delay: 20.3s;
}
.js-type.is-active span:nth-child(407) {
  transition-delay: 20.35s;
}
.js-type.is-active span:nth-child(408) {
  transition-delay: 20.4s;
}
.js-type.is-active span:nth-child(409) {
  transition-delay: 20.45s;
}
.js-type.is-active span:nth-child(410) {
  transition-delay: 20.5s;
}
.js-type.is-active span:nth-child(411) {
  transition-delay: 20.55s;
}
.js-type.is-active span:nth-child(412) {
  transition-delay: 20.6s;
}
.js-type.is-active span:nth-child(413) {
  transition-delay: 20.65s;
}
.js-type.is-active span:nth-child(414) {
  transition-delay: 20.7s;
}
.js-type.is-active span:nth-child(415) {
  transition-delay: 20.75s;
}
.js-type.is-active span:nth-child(416) {
  transition-delay: 20.8s;
}
.js-type.is-active span:nth-child(417) {
  transition-delay: 20.85s;
}
.js-type.is-active span:nth-child(418) {
  transition-delay: 20.9s;
}
.js-type.is-active span:nth-child(419) {
  transition-delay: 20.95s;
}
.js-type.is-active span:nth-child(420) {
  transition-delay: 21s;
}
.js-type.is-active span:nth-child(421) {
  transition-delay: 21.05s;
}
.js-type.is-active span:nth-child(422) {
  transition-delay: 21.1s;
}
.js-type.is-active span:nth-child(423) {
  transition-delay: 21.15s;
}
.js-type.is-active span:nth-child(424) {
  transition-delay: 21.2s;
}
.js-type.is-active span:nth-child(425) {
  transition-delay: 21.25s;
}
.js-type.is-active span:nth-child(426) {
  transition-delay: 21.3s;
}
.js-type.is-active span:nth-child(427) {
  transition-delay: 21.35s;
}
.js-type.is-active span:nth-child(428) {
  transition-delay: 21.4s;
}
.js-type.is-active span:nth-child(429) {
  transition-delay: 21.45s;
}
.js-type.is-active span:nth-child(430) {
  transition-delay: 21.5s;
}
.js-type.is-active span:nth-child(431) {
  transition-delay: 21.55s;
}
.js-type.is-active span:nth-child(432) {
  transition-delay: 21.6s;
}
.js-type.is-active span:nth-child(433) {
  transition-delay: 21.65s;
}
.js-type.is-active span:nth-child(434) {
  transition-delay: 21.7s;
}
.js-type.is-active span:nth-child(435) {
  transition-delay: 21.75s;
}
.js-type.is-active span:nth-child(436) {
  transition-delay: 21.8s;
}
.js-type.is-active span:nth-child(437) {
  transition-delay: 21.85s;
}
.js-type.is-active span:nth-child(438) {
  transition-delay: 21.9s;
}
.js-type.is-active span:nth-child(439) {
  transition-delay: 21.95s;
}
.js-type.is-active span:nth-child(440) {
  transition-delay: 22s;
}
.js-type.is-active span:nth-child(441) {
  transition-delay: 22.05s;
}
.js-type.is-active span:nth-child(442) {
  transition-delay: 22.1s;
}
.js-type.is-active span:nth-child(443) {
  transition-delay: 22.15s;
}
.js-type.is-active span:nth-child(444) {
  transition-delay: 22.2s;
}
.js-type.is-active span:nth-child(445) {
  transition-delay: 22.25s;
}
.js-type.is-active span:nth-child(446) {
  transition-delay: 22.3s;
}
.js-type.is-active span:nth-child(447) {
  transition-delay: 22.35s;
}
.js-type.is-active span:nth-child(448) {
  transition-delay: 22.4s;
}
.js-type.is-active span:nth-child(449) {
  transition-delay: 22.45s;
}
.js-type.is-active span:nth-child(450) {
  transition-delay: 22.5s;
}
.js-type.is-active span:nth-child(451) {
  transition-delay: 22.55s;
}
.js-type.is-active span:nth-child(452) {
  transition-delay: 22.6s;
}
.js-type.is-active span:nth-child(453) {
  transition-delay: 22.65s;
}
.js-type.is-active span:nth-child(454) {
  transition-delay: 22.7s;
}
.js-type.is-active span:nth-child(455) {
  transition-delay: 22.75s;
}
.js-type.is-active span:nth-child(456) {
  transition-delay: 22.8s;
}
.js-type.is-active span:nth-child(457) {
  transition-delay: 22.85s;
}
.js-type.is-active span:nth-child(458) {
  transition-delay: 22.9s;
}
.js-type.is-active span:nth-child(459) {
  transition-delay: 22.95s;
}
.js-type.is-active span:nth-child(460) {
  transition-delay: 23s;
}
.js-type.is-active span:nth-child(461) {
  transition-delay: 23.05s;
}
.js-type.is-active span:nth-child(462) {
  transition-delay: 23.1s;
}
.js-type.is-active span:nth-child(463) {
  transition-delay: 23.15s;
}
.js-type.is-active span:nth-child(464) {
  transition-delay: 23.2s;
}
.js-type.is-active span:nth-child(465) {
  transition-delay: 23.25s;
}
.js-type.is-active span:nth-child(466) {
  transition-delay: 23.3s;
}
.js-type.is-active span:nth-child(467) {
  transition-delay: 23.35s;
}
.js-type.is-active span:nth-child(468) {
  transition-delay: 23.4s;
}
.js-type.is-active span:nth-child(469) {
  transition-delay: 23.45s;
}
.js-type.is-active span:nth-child(470) {
  transition-delay: 23.5s;
}
.js-type.is-active span:nth-child(471) {
  transition-delay: 23.55s;
}
.js-type.is-active span:nth-child(472) {
  transition-delay: 23.6s;
}
.js-type.is-active span:nth-child(473) {
  transition-delay: 23.65s;
}
.js-type.is-active span:nth-child(474) {
  transition-delay: 23.7s;
}
.js-type.is-active span:nth-child(475) {
  transition-delay: 23.75s;
}
.js-type.is-active span:nth-child(476) {
  transition-delay: 23.8s;
}
.js-type.is-active span:nth-child(477) {
  transition-delay: 23.85s;
}
.js-type.is-active span:nth-child(478) {
  transition-delay: 23.9s;
}
.js-type.is-active span:nth-child(479) {
  transition-delay: 23.95s;
}
.js-type.is-active span:nth-child(480) {
  transition-delay: 24s;
}
.js-type.is-active span:nth-child(481) {
  transition-delay: 24.05s;
}
.js-type.is-active span:nth-child(482) {
  transition-delay: 24.1s;
}
.js-type.is-active span:nth-child(483) {
  transition-delay: 24.15s;
}
.js-type.is-active span:nth-child(484) {
  transition-delay: 24.2s;
}
.js-type.is-active span:nth-child(485) {
  transition-delay: 24.25s;
}
.js-type.is-active span:nth-child(486) {
  transition-delay: 24.3s;
}
.js-type.is-active span:nth-child(487) {
  transition-delay: 24.35s;
}
.js-type.is-active span:nth-child(488) {
  transition-delay: 24.4s;
}
.js-type.is-active span:nth-child(489) {
  transition-delay: 24.45s;
}
.js-type.is-active span:nth-child(490) {
  transition-delay: 24.5s;
}
.js-type.is-active span:nth-child(491) {
  transition-delay: 24.55s;
}
.js-type.is-active span:nth-child(492) {
  transition-delay: 24.6s;
}
.js-type.is-active span:nth-child(493) {
  transition-delay: 24.65s;
}
.js-type.is-active span:nth-child(494) {
  transition-delay: 24.7s;
}
.js-type.is-active span:nth-child(495) {
  transition-delay: 24.75s;
}
.js-type.is-active span:nth-child(496) {
  transition-delay: 24.8s;
}
.js-type.is-active span:nth-child(497) {
  transition-delay: 24.85s;
}
.js-type.is-active span:nth-child(498) {
  transition-delay: 24.9s;
}
.js-type.is-active span:nth-child(499) {
  transition-delay: 24.95s;
}
.js-type.is-active span:nth-child(500) {
  transition-delay: 25s;
}
.js-type.is-active span:nth-child(501) {
  transition-delay: 25.05s;
}
.js-type.is-active span:nth-child(502) {
  transition-delay: 25.1s;
}
.js-type.is-active span:nth-child(503) {
  transition-delay: 25.15s;
}
.js-type.is-active span:nth-child(504) {
  transition-delay: 25.2s;
}
.js-type.is-active span:nth-child(505) {
  transition-delay: 25.25s;
}
.js-type.is-active span:nth-child(506) {
  transition-delay: 25.3s;
}
.js-type.is-active span:nth-child(507) {
  transition-delay: 25.35s;
}
.js-type.is-active span:nth-child(508) {
  transition-delay: 25.4s;
}
.js-type.is-active span:nth-child(509) {
  transition-delay: 25.45s;
}
.js-type.is-active span:nth-child(510) {
  transition-delay: 25.5s;
}
.js-type.is-active span:nth-child(511) {
  transition-delay: 25.55s;
}
.js-type.is-active span:nth-child(512) {
  transition-delay: 25.6s;
}
.js-type.is-active span:nth-child(513) {
  transition-delay: 25.65s;
}
.js-type.is-active span:nth-child(514) {
  transition-delay: 25.7s;
}
.js-type.is-active span:nth-child(515) {
  transition-delay: 25.75s;
}
.js-type.is-active span:nth-child(516) {
  transition-delay: 25.8s;
}
.js-type.is-active span:nth-child(517) {
  transition-delay: 25.85s;
}
.js-type.is-active span:nth-child(518) {
  transition-delay: 25.9s;
}
.js-type.is-active span:nth-child(519) {
  transition-delay: 25.95s;
}
.js-type.is-active span:nth-child(520) {
  transition-delay: 26s;
}
.js-type.is-active span:nth-child(521) {
  transition-delay: 26.05s;
}
.js-type.is-active span:nth-child(522) {
  transition-delay: 26.1s;
}
.js-type.is-active span:nth-child(523) {
  transition-delay: 26.15s;
}
.js-type.is-active span:nth-child(524) {
  transition-delay: 26.2s;
}
.js-type.is-active span:nth-child(525) {
  transition-delay: 26.25s;
}
.js-type.is-active span:nth-child(526) {
  transition-delay: 26.3s;
}
.js-type.is-active span:nth-child(527) {
  transition-delay: 26.35s;
}
.js-type.is-active span:nth-child(528) {
  transition-delay: 26.4s;
}
.js-type.is-active span:nth-child(529) {
  transition-delay: 26.45s;
}
.js-type.is-active span:nth-child(530) {
  transition-delay: 26.5s;
}
.js-type.is-active span:nth-child(531) {
  transition-delay: 26.55s;
}
.js-type.is-active span:nth-child(532) {
  transition-delay: 26.6s;
}
.js-type.is-active span:nth-child(533) {
  transition-delay: 26.65s;
}
.js-type.is-active span:nth-child(534) {
  transition-delay: 26.7s;
}
.js-type.is-active span:nth-child(535) {
  transition-delay: 26.75s;
}
.js-type.is-active span:nth-child(536) {
  transition-delay: 26.8s;
}
.js-type.is-active span:nth-child(537) {
  transition-delay: 26.85s;
}
.js-type.is-active span:nth-child(538) {
  transition-delay: 26.9s;
}
.js-type.is-active span:nth-child(539) {
  transition-delay: 26.95s;
}
.js-type.is-active span:nth-child(540) {
  transition-delay: 27s;
}
.js-type.is-active span:nth-child(541) {
  transition-delay: 27.05s;
}
.js-type.is-active span:nth-child(542) {
  transition-delay: 27.1s;
}
.js-type.is-active span:nth-child(543) {
  transition-delay: 27.15s;
}
.js-type.is-active span:nth-child(544) {
  transition-delay: 27.2s;
}
.js-type.is-active span:nth-child(545) {
  transition-delay: 27.25s;
}
.js-type.is-active span:nth-child(546) {
  transition-delay: 27.3s;
}
.js-type.is-active span:nth-child(547) {
  transition-delay: 27.35s;
}
.js-type.is-active span:nth-child(548) {
  transition-delay: 27.4s;
}
.js-type.is-active span:nth-child(549) {
  transition-delay: 27.45s;
}
.js-type.is-active span:nth-child(550) {
  transition-delay: 27.5s;
}
.js-type.is-active span:nth-child(551) {
  transition-delay: 27.55s;
}
.js-type.is-active span:nth-child(552) {
  transition-delay: 27.6s;
}
.js-type.is-active span:nth-child(553) {
  transition-delay: 27.65s;
}
.js-type.is-active span:nth-child(554) {
  transition-delay: 27.7s;
}
.js-type.is-active span:nth-child(555) {
  transition-delay: 27.75s;
}
.js-type.is-active span:nth-child(556) {
  transition-delay: 27.8s;
}
.js-type.is-active span:nth-child(557) {
  transition-delay: 27.85s;
}
.js-type.is-active span:nth-child(558) {
  transition-delay: 27.9s;
}
.js-type.is-active span:nth-child(559) {
  transition-delay: 27.95s;
}
.js-type.is-active span:nth-child(560) {
  transition-delay: 28s;
}
.js-type.is-active span:nth-child(561) {
  transition-delay: 28.05s;
}
.js-type.is-active span:nth-child(562) {
  transition-delay: 28.1s;
}
.js-type.is-active span:nth-child(563) {
  transition-delay: 28.15s;
}
.js-type.is-active span:nth-child(564) {
  transition-delay: 28.2s;
}
.js-type.is-active span:nth-child(565) {
  transition-delay: 28.25s;
}
.js-type.is-active span:nth-child(566) {
  transition-delay: 28.3s;
}
.js-type.is-active span:nth-child(567) {
  transition-delay: 28.35s;
}
.js-type.is-active span:nth-child(568) {
  transition-delay: 28.4s;
}
.js-type.is-active span:nth-child(569) {
  transition-delay: 28.45s;
}
.js-type.is-active span:nth-child(570) {
  transition-delay: 28.5s;
}
.js-type.is-active span:nth-child(571) {
  transition-delay: 28.55s;
}
.js-type.is-active span:nth-child(572) {
  transition-delay: 28.6s;
}
.js-type.is-active span:nth-child(573) {
  transition-delay: 28.65s;
}
.js-type.is-active span:nth-child(574) {
  transition-delay: 28.7s;
}
.js-type.is-active span:nth-child(575) {
  transition-delay: 28.75s;
}
.js-type.is-active span:nth-child(576) {
  transition-delay: 28.8s;
}
.js-type.is-active span:nth-child(577) {
  transition-delay: 28.85s;
}
.js-type.is-active span:nth-child(578) {
  transition-delay: 28.9s;
}
.js-type.is-active span:nth-child(579) {
  transition-delay: 28.95s;
}
.js-type.is-active span:nth-child(580) {
  transition-delay: 29s;
}
.js-type.is-active span:nth-child(581) {
  transition-delay: 29.05s;
}
.js-type.is-active span:nth-child(582) {
  transition-delay: 29.1s;
}
.js-type.is-active span:nth-child(583) {
  transition-delay: 29.15s;
}
.js-type.is-active span:nth-child(584) {
  transition-delay: 29.2s;
}
.js-type.is-active span:nth-child(585) {
  transition-delay: 29.25s;
}
.js-type.is-active span:nth-child(586) {
  transition-delay: 29.3s;
}
.js-type.is-active span:nth-child(587) {
  transition-delay: 29.35s;
}
.js-type.is-active span:nth-child(588) {
  transition-delay: 29.4s;
}
.js-type.is-active span:nth-child(589) {
  transition-delay: 29.45s;
}
.js-type.is-active span:nth-child(590) {
  transition-delay: 29.5s;
}
.js-type.is-active span:nth-child(591) {
  transition-delay: 29.55s;
}
.js-type.is-active span:nth-child(592) {
  transition-delay: 29.6s;
}
.js-type.is-active span:nth-child(593) {
  transition-delay: 29.65s;
}
.js-type.is-active span:nth-child(594) {
  transition-delay: 29.7s;
}
.js-type.is-active span:nth-child(595) {
  transition-delay: 29.75s;
}
.js-type.is-active span:nth-child(596) {
  transition-delay: 29.8s;
}
.js-type.is-active span:nth-child(597) {
  transition-delay: 29.85s;
}
.js-type.is-active span:nth-child(598) {
  transition-delay: 29.9s;
}
.js-type.is-active span:nth-child(599) {
  transition-delay: 29.95s;
}
.js-type.is-active span:nth-child(600) {
  transition-delay: 30s;
}
.js-type.is-active span:nth-child(601) {
  transition-delay: 30.05s;
}
.js-type.is-active span:nth-child(602) {
  transition-delay: 30.1s;
}
.js-type.is-active span:nth-child(603) {
  transition-delay: 30.15s;
}
.js-type.is-active span:nth-child(604) {
  transition-delay: 30.2s;
}
.js-type.is-active span:nth-child(605) {
  transition-delay: 30.25s;
}
.js-type.is-active span:nth-child(606) {
  transition-delay: 30.3s;
}
.js-type.is-active span:nth-child(607) {
  transition-delay: 30.35s;
}
.js-type.is-active span:nth-child(608) {
  transition-delay: 30.4s;
}
.js-type.is-active span:nth-child(609) {
  transition-delay: 30.45s;
}
.js-type.is-active span:nth-child(610) {
  transition-delay: 30.5s;
}
.js-type.is-active span:nth-child(611) {
  transition-delay: 30.55s;
}
.js-type.is-active span:nth-child(612) {
  transition-delay: 30.6s;
}
.js-type.is-active span:nth-child(613) {
  transition-delay: 30.65s;
}
.js-type.is-active span:nth-child(614) {
  transition-delay: 30.7s;
}
.js-type.is-active span:nth-child(615) {
  transition-delay: 30.75s;
}
.js-type.is-active span:nth-child(616) {
  transition-delay: 30.8s;
}
.js-type.is-active span:nth-child(617) {
  transition-delay: 30.85s;
}
.js-type.is-active span:nth-child(618) {
  transition-delay: 30.9s;
}
.js-type.is-active span:nth-child(619) {
  transition-delay: 30.95s;
}
.js-type.is-active span:nth-child(620) {
  transition-delay: 31s;
}
.js-type.is-active span:nth-child(621) {
  transition-delay: 31.05s;
}
.js-type.is-active span:nth-child(622) {
  transition-delay: 31.1s;
}
.js-type.is-active span:nth-child(623) {
  transition-delay: 31.15s;
}
.js-type.is-active span:nth-child(624) {
  transition-delay: 31.2s;
}
.js-type.is-active span:nth-child(625) {
  transition-delay: 31.25s;
}
.js-type.is-active span:nth-child(626) {
  transition-delay: 31.3s;
}
.js-type.is-active span:nth-child(627) {
  transition-delay: 31.35s;
}
.js-type.is-active span:nth-child(628) {
  transition-delay: 31.4s;
}
.js-type.is-active span:nth-child(629) {
  transition-delay: 31.45s;
}
.js-type.is-active span:nth-child(630) {
  transition-delay: 31.5s;
}
.js-type.is-active span:nth-child(631) {
  transition-delay: 31.55s;
}
.js-type.is-active span:nth-child(632) {
  transition-delay: 31.6s;
}
.js-type.is-active span:nth-child(633) {
  transition-delay: 31.65s;
}
.js-type.is-active span:nth-child(634) {
  transition-delay: 31.7s;
}
.js-type.is-active span:nth-child(635) {
  transition-delay: 31.75s;
}
.js-type.is-active span:nth-child(636) {
  transition-delay: 31.8s;
}
.js-type.is-active span:nth-child(637) {
  transition-delay: 31.85s;
}
.js-type.is-active span:nth-child(638) {
  transition-delay: 31.9s;
}
.js-type.is-active span:nth-child(639) {
  transition-delay: 31.95s;
}
.js-type.is-active span:nth-child(640) {
  transition-delay: 32s;
}
.js-type.is-active span:nth-child(641) {
  transition-delay: 32.05s;
}
.js-type.is-active span:nth-child(642) {
  transition-delay: 32.1s;
}
.js-type.is-active span:nth-child(643) {
  transition-delay: 32.15s;
}
.js-type.is-active span:nth-child(644) {
  transition-delay: 32.2s;
}
.js-type.is-active span:nth-child(645) {
  transition-delay: 32.25s;
}
.js-type.is-active span:nth-child(646) {
  transition-delay: 32.3s;
}
.js-type.is-active span:nth-child(647) {
  transition-delay: 32.35s;
}
.js-type.is-active span:nth-child(648) {
  transition-delay: 32.4s;
}
.js-type.is-active span:nth-child(649) {
  transition-delay: 32.45s;
}
.js-type.is-active span:nth-child(650) {
  transition-delay: 32.5s;
}
.js-type.is-active span:nth-child(651) {
  transition-delay: 32.55s;
}
.js-type.is-active span:nth-child(652) {
  transition-delay: 32.6s;
}
.js-type.is-active span:nth-child(653) {
  transition-delay: 32.65s;
}
.js-type.is-active span:nth-child(654) {
  transition-delay: 32.7s;
}
.js-type.is-active span:nth-child(655) {
  transition-delay: 32.75s;
}
.js-type.is-active span:nth-child(656) {
  transition-delay: 32.8s;
}
.js-type.is-active span:nth-child(657) {
  transition-delay: 32.85s;
}
.js-type.is-active span:nth-child(658) {
  transition-delay: 32.9s;
}
.js-type.is-active span:nth-child(659) {
  transition-delay: 32.95s;
}
.js-type.is-active span:nth-child(660) {
  transition-delay: 33s;
}
.js-type.is-active span:nth-child(661) {
  transition-delay: 33.05s;
}
.js-type.is-active span:nth-child(662) {
  transition-delay: 33.1s;
}
.js-type.is-active span:nth-child(663) {
  transition-delay: 33.15s;
}
.js-type.is-active span:nth-child(664) {
  transition-delay: 33.2s;
}
.js-type.is-active span:nth-child(665) {
  transition-delay: 33.25s;
}
.js-type.is-active span:nth-child(666) {
  transition-delay: 33.3s;
}
.js-type.is-active span:nth-child(667) {
  transition-delay: 33.35s;
}
.js-type.is-active span:nth-child(668) {
  transition-delay: 33.4s;
}
.js-type.is-active span:nth-child(669) {
  transition-delay: 33.45s;
}
.js-type.is-active span:nth-child(670) {
  transition-delay: 33.5s;
}
.js-type.is-active span:nth-child(671) {
  transition-delay: 33.55s;
}
.js-type.is-active span:nth-child(672) {
  transition-delay: 33.6s;
}
.js-type.is-active span:nth-child(673) {
  transition-delay: 33.65s;
}
.js-type.is-active span:nth-child(674) {
  transition-delay: 33.7s;
}
.js-type.is-active span:nth-child(675) {
  transition-delay: 33.75s;
}
.js-type.is-active span:nth-child(676) {
  transition-delay: 33.8s;
}
.js-type.is-active span:nth-child(677) {
  transition-delay: 33.85s;
}
.js-type.is-active span:nth-child(678) {
  transition-delay: 33.9s;
}
.js-type.is-active span:nth-child(679) {
  transition-delay: 33.95s;
}
.js-type.is-active span:nth-child(680) {
  transition-delay: 34s;
}
.js-type.is-active span:nth-child(681) {
  transition-delay: 34.05s;
}
.js-type.is-active span:nth-child(682) {
  transition-delay: 34.1s;
}
.js-type.is-active span:nth-child(683) {
  transition-delay: 34.15s;
}
.js-type.is-active span:nth-child(684) {
  transition-delay: 34.2s;
}
.js-type.is-active span:nth-child(685) {
  transition-delay: 34.25s;
}
.js-type.is-active span:nth-child(686) {
  transition-delay: 34.3s;
}
.js-type.is-active span:nth-child(687) {
  transition-delay: 34.35s;
}
.js-type.is-active span:nth-child(688) {
  transition-delay: 34.4s;
}
.js-type.is-active span:nth-child(689) {
  transition-delay: 34.45s;
}
.js-type.is-active span:nth-child(690) {
  transition-delay: 34.5s;
}
.js-type.is-active span:nth-child(691) {
  transition-delay: 34.55s;
}
.js-type.is-active span:nth-child(692) {
  transition-delay: 34.6s;
}
.js-type.is-active span:nth-child(693) {
  transition-delay: 34.65s;
}
.js-type.is-active span:nth-child(694) {
  transition-delay: 34.7s;
}
.js-type.is-active span:nth-child(695) {
  transition-delay: 34.75s;
}
.js-type.is-active span:nth-child(696) {
  transition-delay: 34.8s;
}
.js-type.is-active span:nth-child(697) {
  transition-delay: 34.85s;
}
.js-type.is-active span:nth-child(698) {
  transition-delay: 34.9s;
}
.js-type.is-active span:nth-child(699) {
  transition-delay: 34.95s;
}
.js-type.is-active span:nth-child(700) {
  transition-delay: 35s;
}
.js-type.is-active span:nth-child(701) {
  transition-delay: 35.05s;
}
.js-type.is-active span:nth-child(702) {
  transition-delay: 35.1s;
}
.js-type.is-active span:nth-child(703) {
  transition-delay: 35.15s;
}
.js-type.is-active span:nth-child(704) {
  transition-delay: 35.2s;
}
.js-type.is-active span:nth-child(705) {
  transition-delay: 35.25s;
}
.js-type.is-active span:nth-child(706) {
  transition-delay: 35.3s;
}
.js-type.is-active span:nth-child(707) {
  transition-delay: 35.35s;
}
.js-type.is-active span:nth-child(708) {
  transition-delay: 35.4s;
}
.js-type.is-active span:nth-child(709) {
  transition-delay: 35.45s;
}
.js-type.is-active span:nth-child(710) {
  transition-delay: 35.5s;
}
.js-type.is-active span:nth-child(711) {
  transition-delay: 35.55s;
}
.js-type.is-active span:nth-child(712) {
  transition-delay: 35.6s;
}
.js-type.is-active span:nth-child(713) {
  transition-delay: 35.65s;
}
.js-type.is-active span:nth-child(714) {
  transition-delay: 35.7s;
}
.js-type.is-active span:nth-child(715) {
  transition-delay: 35.75s;
}
.js-type.is-active span:nth-child(716) {
  transition-delay: 35.8s;
}
.js-type.is-active span:nth-child(717) {
  transition-delay: 35.85s;
}
.js-type.is-active span:nth-child(718) {
  transition-delay: 35.9s;
}
.js-type.is-active span:nth-child(719) {
  transition-delay: 35.95s;
}
.js-type.is-active span:nth-child(720) {
  transition-delay: 36s;
}
.js-type.is-active span:nth-child(721) {
  transition-delay: 36.05s;
}
.js-type.is-active span:nth-child(722) {
  transition-delay: 36.1s;
}
.js-type.is-active span:nth-child(723) {
  transition-delay: 36.15s;
}
.js-type.is-active span:nth-child(724) {
  transition-delay: 36.2s;
}
.js-type.is-active span:nth-child(725) {
  transition-delay: 36.25s;
}
.js-type.is-active span:nth-child(726) {
  transition-delay: 36.3s;
}
.js-type.is-active span:nth-child(727) {
  transition-delay: 36.35s;
}
.js-type.is-active span:nth-child(728) {
  transition-delay: 36.4s;
}
.js-type.is-active span:nth-child(729) {
  transition-delay: 36.45s;
}
.js-type.is-active span:nth-child(730) {
  transition-delay: 36.5s;
}
.js-type.is-active span:nth-child(731) {
  transition-delay: 36.55s;
}
.js-type.is-active span:nth-child(732) {
  transition-delay: 36.6s;
}
.js-type.is-active span:nth-child(733) {
  transition-delay: 36.65s;
}
.js-type.is-active span:nth-child(734) {
  transition-delay: 36.7s;
}
.js-type.is-active span:nth-child(735) {
  transition-delay: 36.75s;
}
.js-type.is-active span:nth-child(736) {
  transition-delay: 36.8s;
}
.js-type.is-active span:nth-child(737) {
  transition-delay: 36.85s;
}
.js-type.is-active span:nth-child(738) {
  transition-delay: 36.9s;
}
.js-type.is-active span:nth-child(739) {
  transition-delay: 36.95s;
}
.js-type.is-active span:nth-child(740) {
  transition-delay: 37s;
}
.js-type.is-active span:nth-child(741) {
  transition-delay: 37.05s;
}
.js-type.is-active span:nth-child(742) {
  transition-delay: 37.1s;
}
.js-type.is-active span:nth-child(743) {
  transition-delay: 37.15s;
}
.js-type.is-active span:nth-child(744) {
  transition-delay: 37.2s;
}
.js-type.is-active span:nth-child(745) {
  transition-delay: 37.25s;
}
.js-type.is-active span:nth-child(746) {
  transition-delay: 37.3s;
}
.js-type.is-active span:nth-child(747) {
  transition-delay: 37.35s;
}
.js-type.is-active span:nth-child(748) {
  transition-delay: 37.4s;
}
.js-type.is-active span:nth-child(749) {
  transition-delay: 37.45s;
}
.js-type.is-active span:nth-child(750) {
  transition-delay: 37.5s;
}
.js-type.is-active span:nth-child(751) {
  transition-delay: 37.55s;
}
.js-type.is-active span:nth-child(752) {
  transition-delay: 37.6s;
}
.js-type.is-active span:nth-child(753) {
  transition-delay: 37.65s;
}
.js-type.is-active span:nth-child(754) {
  transition-delay: 37.7s;
}
.js-type.is-active span:nth-child(755) {
  transition-delay: 37.75s;
}
.js-type.is-active span:nth-child(756) {
  transition-delay: 37.8s;
}
.js-type.is-active span:nth-child(757) {
  transition-delay: 37.85s;
}
.js-type.is-active span:nth-child(758) {
  transition-delay: 37.9s;
}
.js-type.is-active span:nth-child(759) {
  transition-delay: 37.95s;
}
.js-type.is-active span:nth-child(760) {
  transition-delay: 38s;
}
.js-type.is-active span:nth-child(761) {
  transition-delay: 38.05s;
}
.js-type.is-active span:nth-child(762) {
  transition-delay: 38.1s;
}
.js-type.is-active span:nth-child(763) {
  transition-delay: 38.15s;
}
.js-type.is-active span:nth-child(764) {
  transition-delay: 38.2s;
}
.js-type.is-active span:nth-child(765) {
  transition-delay: 38.25s;
}
.js-type.is-active span:nth-child(766) {
  transition-delay: 38.3s;
}
.js-type.is-active span:nth-child(767) {
  transition-delay: 38.35s;
}
.js-type.is-active span:nth-child(768) {
  transition-delay: 38.4s;
}
.js-type.is-active span:nth-child(769) {
  transition-delay: 38.45s;
}
.js-type.is-active span:nth-child(770) {
  transition-delay: 38.5s;
}
.js-type.is-active span:nth-child(771) {
  transition-delay: 38.55s;
}
.js-type.is-active span:nth-child(772) {
  transition-delay: 38.6s;
}
.js-type.is-active span:nth-child(773) {
  transition-delay: 38.65s;
}
.js-type.is-active span:nth-child(774) {
  transition-delay: 38.7s;
}
.js-type.is-active span:nth-child(775) {
  transition-delay: 38.75s;
}
.js-type.is-active span:nth-child(776) {
  transition-delay: 38.8s;
}
.js-type.is-active span:nth-child(777) {
  transition-delay: 38.85s;
}
.js-type.is-active span:nth-child(778) {
  transition-delay: 38.9s;
}
.js-type.is-active span:nth-child(779) {
  transition-delay: 38.95s;
}
.js-type.is-active span:nth-child(780) {
  transition-delay: 39s;
}
.js-type.is-active span:nth-child(781) {
  transition-delay: 39.05s;
}
.js-type.is-active span:nth-child(782) {
  transition-delay: 39.1s;
}
.js-type.is-active span:nth-child(783) {
  transition-delay: 39.15s;
}
.js-type.is-active span:nth-child(784) {
  transition-delay: 39.2s;
}
.js-type.is-active span:nth-child(785) {
  transition-delay: 39.25s;
}
.js-type.is-active span:nth-child(786) {
  transition-delay: 39.3s;
}
.js-type.is-active span:nth-child(787) {
  transition-delay: 39.35s;
}
.js-type.is-active span:nth-child(788) {
  transition-delay: 39.4s;
}
.js-type.is-active span:nth-child(789) {
  transition-delay: 39.45s;
}
.js-type.is-active span:nth-child(790) {
  transition-delay: 39.5s;
}
.js-type.is-active span:nth-child(791) {
  transition-delay: 39.55s;
}
.js-type.is-active span:nth-child(792) {
  transition-delay: 39.6s;
}
.js-type.is-active span:nth-child(793) {
  transition-delay: 39.65s;
}
.js-type.is-active span:nth-child(794) {
  transition-delay: 39.7s;
}
.js-type.is-active span:nth-child(795) {
  transition-delay: 39.75s;
}
.js-type.is-active span:nth-child(796) {
  transition-delay: 39.8s;
}
.js-type.is-active span:nth-child(797) {
  transition-delay: 39.85s;
}
.js-type.is-active span:nth-child(798) {
  transition-delay: 39.9s;
}
.js-type.is-active span:nth-child(799) {
  transition-delay: 39.95s;
}
.js-type.is-active span:nth-child(800) {
  transition-delay: 40s;
}
.js-type.is-active span:nth-child(801) {
  transition-delay: 40.05s;
}
.js-type.is-active span:nth-child(802) {
  transition-delay: 40.1s;
}
.js-type.is-active span:nth-child(803) {
  transition-delay: 40.15s;
}
.js-type.is-active span:nth-child(804) {
  transition-delay: 40.2s;
}
.js-type.is-active span:nth-child(805) {
  transition-delay: 40.25s;
}
.js-type.is-active span:nth-child(806) {
  transition-delay: 40.3s;
}
.js-type.is-active span:nth-child(807) {
  transition-delay: 40.35s;
}
.js-type.is-active span:nth-child(808) {
  transition-delay: 40.4s;
}
.js-type.is-active span:nth-child(809) {
  transition-delay: 40.45s;
}
.js-type.is-active span:nth-child(810) {
  transition-delay: 40.5s;
}
.js-type.is-active span:nth-child(811) {
  transition-delay: 40.55s;
}
.js-type.is-active span:nth-child(812) {
  transition-delay: 40.6s;
}
.js-type.is-active span:nth-child(813) {
  transition-delay: 40.65s;
}
.js-type.is-active span:nth-child(814) {
  transition-delay: 40.7s;
}
.js-type.is-active span:nth-child(815) {
  transition-delay: 40.75s;
}
.js-type.is-active span:nth-child(816) {
  transition-delay: 40.8s;
}
.js-type.is-active span:nth-child(817) {
  transition-delay: 40.85s;
}
.js-type.is-active span:nth-child(818) {
  transition-delay: 40.9s;
}
.js-type.is-active span:nth-child(819) {
  transition-delay: 40.95s;
}
.js-type.is-active span:nth-child(820) {
  transition-delay: 41s;
}
.js-type.is-active span:nth-child(821) {
  transition-delay: 41.05s;
}
.js-type.is-active span:nth-child(822) {
  transition-delay: 41.1s;
}
.js-type.is-active span:nth-child(823) {
  transition-delay: 41.15s;
}
.js-type.is-active span:nth-child(824) {
  transition-delay: 41.2s;
}
.js-type.is-active span:nth-child(825) {
  transition-delay: 41.25s;
}
.js-type.is-active span:nth-child(826) {
  transition-delay: 41.3s;
}
.js-type.is-active span:nth-child(827) {
  transition-delay: 41.35s;
}
.js-type.is-active span:nth-child(828) {
  transition-delay: 41.4s;
}
.js-type.is-active span:nth-child(829) {
  transition-delay: 41.45s;
}
.js-type.is-active span:nth-child(830) {
  transition-delay: 41.5s;
}
.js-type.is-active span:nth-child(831) {
  transition-delay: 41.55s;
}
.js-type.is-active span:nth-child(832) {
  transition-delay: 41.6s;
}
.js-type.is-active span:nth-child(833) {
  transition-delay: 41.65s;
}
.js-type.is-active span:nth-child(834) {
  transition-delay: 41.7s;
}
.js-type.is-active span:nth-child(835) {
  transition-delay: 41.75s;
}
.js-type.is-active span:nth-child(836) {
  transition-delay: 41.8s;
}
.js-type.is-active span:nth-child(837) {
  transition-delay: 41.85s;
}
.js-type.is-active span:nth-child(838) {
  transition-delay: 41.9s;
}
.js-type.is-active span:nth-child(839) {
  transition-delay: 41.95s;
}
.js-type.is-active span:nth-child(840) {
  transition-delay: 42s;
}
.js-type.is-active span:nth-child(841) {
  transition-delay: 42.05s;
}
.js-type.is-active span:nth-child(842) {
  transition-delay: 42.1s;
}
.js-type.is-active span:nth-child(843) {
  transition-delay: 42.15s;
}
.js-type.is-active span:nth-child(844) {
  transition-delay: 42.2s;
}
.js-type.is-active span:nth-child(845) {
  transition-delay: 42.25s;
}
.js-type.is-active span:nth-child(846) {
  transition-delay: 42.3s;
}
.js-type.is-active span:nth-child(847) {
  transition-delay: 42.35s;
}
.js-type.is-active span:nth-child(848) {
  transition-delay: 42.4s;
}
.js-type.is-active span:nth-child(849) {
  transition-delay: 42.45s;
}
.js-type.is-active span:nth-child(850) {
  transition-delay: 42.5s;
}
.js-type.is-active span:nth-child(851) {
  transition-delay: 42.55s;
}
.js-type.is-active span:nth-child(852) {
  transition-delay: 42.6s;
}
.js-type.is-active span:nth-child(853) {
  transition-delay: 42.65s;
}
.js-type.is-active span:nth-child(854) {
  transition-delay: 42.7s;
}
.js-type.is-active span:nth-child(855) {
  transition-delay: 42.75s;
}
.js-type.is-active span:nth-child(856) {
  transition-delay: 42.8s;
}
.js-type.is-active span:nth-child(857) {
  transition-delay: 42.85s;
}
.js-type.is-active span:nth-child(858) {
  transition-delay: 42.9s;
}
.js-type.is-active span:nth-child(859) {
  transition-delay: 42.95s;
}
.js-type.is-active span:nth-child(860) {
  transition-delay: 43s;
}
.js-type.is-active span:nth-child(861) {
  transition-delay: 43.05s;
}
.js-type.is-active span:nth-child(862) {
  transition-delay: 43.1s;
}
.js-type.is-active span:nth-child(863) {
  transition-delay: 43.15s;
}
.js-type.is-active span:nth-child(864) {
  transition-delay: 43.2s;
}
.js-type.is-active span:nth-child(865) {
  transition-delay: 43.25s;
}
.js-type.is-active span:nth-child(866) {
  transition-delay: 43.3s;
}
.js-type.is-active span:nth-child(867) {
  transition-delay: 43.35s;
}
.js-type.is-active span:nth-child(868) {
  transition-delay: 43.4s;
}
.js-type.is-active span:nth-child(869) {
  transition-delay: 43.45s;
}
.js-type.is-active span:nth-child(870) {
  transition-delay: 43.5s;
}
.js-type.is-active span:nth-child(871) {
  transition-delay: 43.55s;
}
.js-type.is-active span:nth-child(872) {
  transition-delay: 43.6s;
}
.js-type.is-active span:nth-child(873) {
  transition-delay: 43.65s;
}
.js-type.is-active span:nth-child(874) {
  transition-delay: 43.7s;
}
.js-type.is-active span:nth-child(875) {
  transition-delay: 43.75s;
}
.js-type.is-active span:nth-child(876) {
  transition-delay: 43.8s;
}
.js-type.is-active span:nth-child(877) {
  transition-delay: 43.85s;
}
.js-type.is-active span:nth-child(878) {
  transition-delay: 43.9s;
}
.js-type.is-active span:nth-child(879) {
  transition-delay: 43.95s;
}
.js-type.is-active span:nth-child(880) {
  transition-delay: 44s;
}
.js-type.is-active span:nth-child(881) {
  transition-delay: 44.05s;
}
.js-type.is-active span:nth-child(882) {
  transition-delay: 44.1s;
}
.js-type.is-active span:nth-child(883) {
  transition-delay: 44.15s;
}
.js-type.is-active span:nth-child(884) {
  transition-delay: 44.2s;
}
.js-type.is-active span:nth-child(885) {
  transition-delay: 44.25s;
}
.js-type.is-active span:nth-child(886) {
  transition-delay: 44.3s;
}
.js-type.is-active span:nth-child(887) {
  transition-delay: 44.35s;
}
.js-type.is-active span:nth-child(888) {
  transition-delay: 44.4s;
}
.js-type.is-active span:nth-child(889) {
  transition-delay: 44.45s;
}
.js-type.is-active span:nth-child(890) {
  transition-delay: 44.5s;
}
.js-type.is-active span:nth-child(891) {
  transition-delay: 44.55s;
}
.js-type.is-active span:nth-child(892) {
  transition-delay: 44.6s;
}
.js-type.is-active span:nth-child(893) {
  transition-delay: 44.65s;
}
.js-type.is-active span:nth-child(894) {
  transition-delay: 44.7s;
}
.js-type.is-active span:nth-child(895) {
  transition-delay: 44.75s;
}
.js-type.is-active span:nth-child(896) {
  transition-delay: 44.8s;
}
.js-type.is-active span:nth-child(897) {
  transition-delay: 44.85s;
}
.js-type.is-active span:nth-child(898) {
  transition-delay: 44.9s;
}
.js-type.is-active span:nth-child(899) {
  transition-delay: 44.95s;
}
.js-type.is-active span:nth-child(900) {
  transition-delay: 45s;
}
.js-type.is-active span:nth-child(901) {
  transition-delay: 45.05s;
}
.js-type.is-active span:nth-child(902) {
  transition-delay: 45.1s;
}
.js-type.is-active span:nth-child(903) {
  transition-delay: 45.15s;
}
.js-type.is-active span:nth-child(904) {
  transition-delay: 45.2s;
}
.js-type.is-active span:nth-child(905) {
  transition-delay: 45.25s;
}
.js-type.is-active span:nth-child(906) {
  transition-delay: 45.3s;
}
.js-type.is-active span:nth-child(907) {
  transition-delay: 45.35s;
}
.js-type.is-active span:nth-child(908) {
  transition-delay: 45.4s;
}
.js-type.is-active span:nth-child(909) {
  transition-delay: 45.45s;
}
.js-type.is-active span:nth-child(910) {
  transition-delay: 45.5s;
}
.js-type.is-active span:nth-child(911) {
  transition-delay: 45.55s;
}
.js-type.is-active span:nth-child(912) {
  transition-delay: 45.6s;
}
.js-type.is-active span:nth-child(913) {
  transition-delay: 45.65s;
}
.js-type.is-active span:nth-child(914) {
  transition-delay: 45.7s;
}
.js-type.is-active span:nth-child(915) {
  transition-delay: 45.75s;
}
.js-type.is-active span:nth-child(916) {
  transition-delay: 45.8s;
}
.js-type.is-active span:nth-child(917) {
  transition-delay: 45.85s;
}
.js-type.is-active span:nth-child(918) {
  transition-delay: 45.9s;
}
.js-type.is-active span:nth-child(919) {
  transition-delay: 45.95s;
}
.js-type.is-active span:nth-child(920) {
  transition-delay: 46s;
}
.js-type.is-active span:nth-child(921) {
  transition-delay: 46.05s;
}
.js-type.is-active span:nth-child(922) {
  transition-delay: 46.1s;
}
.js-type.is-active span:nth-child(923) {
  transition-delay: 46.15s;
}
.js-type.is-active span:nth-child(924) {
  transition-delay: 46.2s;
}
.js-type.is-active span:nth-child(925) {
  transition-delay: 46.25s;
}
.js-type.is-active span:nth-child(926) {
  transition-delay: 46.3s;
}
.js-type.is-active span:nth-child(927) {
  transition-delay: 46.35s;
}
.js-type.is-active span:nth-child(928) {
  transition-delay: 46.4s;
}
.js-type.is-active span:nth-child(929) {
  transition-delay: 46.45s;
}
.js-type.is-active span:nth-child(930) {
  transition-delay: 46.5s;
}
.js-type.is-active span:nth-child(931) {
  transition-delay: 46.55s;
}
.js-type.is-active span:nth-child(932) {
  transition-delay: 46.6s;
}
.js-type.is-active span:nth-child(933) {
  transition-delay: 46.65s;
}
.js-type.is-active span:nth-child(934) {
  transition-delay: 46.7s;
}
.js-type.is-active span:nth-child(935) {
  transition-delay: 46.75s;
}
.js-type.is-active span:nth-child(936) {
  transition-delay: 46.8s;
}
.js-type.is-active span:nth-child(937) {
  transition-delay: 46.85s;
}
.js-type.is-active span:nth-child(938) {
  transition-delay: 46.9s;
}
.js-type.is-active span:nth-child(939) {
  transition-delay: 46.95s;
}
.js-type.is-active span:nth-child(940) {
  transition-delay: 47s;
}
.js-type.is-active span:nth-child(941) {
  transition-delay: 47.05s;
}
.js-type.is-active span:nth-child(942) {
  transition-delay: 47.1s;
}
.js-type.is-active span:nth-child(943) {
  transition-delay: 47.15s;
}
.js-type.is-active span:nth-child(944) {
  transition-delay: 47.2s;
}
.js-type.is-active span:nth-child(945) {
  transition-delay: 47.25s;
}
.js-type.is-active span:nth-child(946) {
  transition-delay: 47.3s;
}
.js-type.is-active span:nth-child(947) {
  transition-delay: 47.35s;
}
.js-type.is-active span:nth-child(948) {
  transition-delay: 47.4s;
}
.js-type.is-active span:nth-child(949) {
  transition-delay: 47.45s;
}
.js-type.is-active span:nth-child(950) {
  transition-delay: 47.5s;
}
.js-type.is-active span:nth-child(951) {
  transition-delay: 47.55s;
}
.js-type.is-active span:nth-child(952) {
  transition-delay: 47.6s;
}
.js-type.is-active span:nth-child(953) {
  transition-delay: 47.65s;
}
.js-type.is-active span:nth-child(954) {
  transition-delay: 47.7s;
}
.js-type.is-active span:nth-child(955) {
  transition-delay: 47.75s;
}
.js-type.is-active span:nth-child(956) {
  transition-delay: 47.8s;
}
.js-type.is-active span:nth-child(957) {
  transition-delay: 47.85s;
}
.js-type.is-active span:nth-child(958) {
  transition-delay: 47.9s;
}
.js-type.is-active span:nth-child(959) {
  transition-delay: 47.95s;
}
.js-type.is-active span:nth-child(960) {
  transition-delay: 48s;
}
.js-type.is-active span:nth-child(961) {
  transition-delay: 48.05s;
}
.js-type.is-active span:nth-child(962) {
  transition-delay: 48.1s;
}
.js-type.is-active span:nth-child(963) {
  transition-delay: 48.15s;
}
.js-type.is-active span:nth-child(964) {
  transition-delay: 48.2s;
}
.js-type.is-active span:nth-child(965) {
  transition-delay: 48.25s;
}
.js-type.is-active span:nth-child(966) {
  transition-delay: 48.3s;
}
.js-type.is-active span:nth-child(967) {
  transition-delay: 48.35s;
}
.js-type.is-active span:nth-child(968) {
  transition-delay: 48.4s;
}
.js-type.is-active span:nth-child(969) {
  transition-delay: 48.45s;
}
.js-type.is-active span:nth-child(970) {
  transition-delay: 48.5s;
}
.js-type.is-active span:nth-child(971) {
  transition-delay: 48.55s;
}
.js-type.is-active span:nth-child(972) {
  transition-delay: 48.6s;
}
.js-type.is-active span:nth-child(973) {
  transition-delay: 48.65s;
}
.js-type.is-active span:nth-child(974) {
  transition-delay: 48.7s;
}
.js-type.is-active span:nth-child(975) {
  transition-delay: 48.75s;
}
.js-type.is-active span:nth-child(976) {
  transition-delay: 48.8s;
}
.js-type.is-active span:nth-child(977) {
  transition-delay: 48.85s;
}
.js-type.is-active span:nth-child(978) {
  transition-delay: 48.9s;
}
.js-type.is-active span:nth-child(979) {
  transition-delay: 48.95s;
}
.js-type.is-active span:nth-child(980) {
  transition-delay: 49s;
}
.js-type.is-active span:nth-child(981) {
  transition-delay: 49.05s;
}
.js-type.is-active span:nth-child(982) {
  transition-delay: 49.1s;
}
.js-type.is-active span:nth-child(983) {
  transition-delay: 49.15s;
}
.js-type.is-active span:nth-child(984) {
  transition-delay: 49.2s;
}
.js-type.is-active span:nth-child(985) {
  transition-delay: 49.25s;
}
.js-type.is-active span:nth-child(986) {
  transition-delay: 49.3s;
}
.js-type.is-active span:nth-child(987) {
  transition-delay: 49.35s;
}
.js-type.is-active span:nth-child(988) {
  transition-delay: 49.4s;
}
.js-type.is-active span:nth-child(989) {
  transition-delay: 49.45s;
}
.js-type.is-active span:nth-child(990) {
  transition-delay: 49.5s;
}
.js-type.is-active span:nth-child(991) {
  transition-delay: 49.55s;
}
.js-type.is-active span:nth-child(992) {
  transition-delay: 49.6s;
}
.js-type.is-active span:nth-child(993) {
  transition-delay: 49.65s;
}
.js-type.is-active span:nth-child(994) {
  transition-delay: 49.7s;
}
.js-type.is-active span:nth-child(995) {
  transition-delay: 49.75s;
}
.js-type.is-active span:nth-child(996) {
  transition-delay: 49.8s;
}
.js-type.is-active span:nth-child(997) {
  transition-delay: 49.85s;
}
.js-type.is-active span:nth-child(998) {
  transition-delay: 49.9s;
}
.js-type.is-active span:nth-child(999) {
  transition-delay: 49.95s;
}

.js-fadeUp {
  opacity: 0;
  opacity: 0;
  filter: blur(2px);
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), filter 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.js-fadeUp.is-active {
  opacity: 1;
  filter: blur(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.js-fadeDown {
  opacity: 0;
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.8s cubic-bezier(0.19, 1, 0.22, 1), filter 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.js-fadeDown.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

/* ---------------------------------
 mv
 --------------------------------- */
.p-mv {
  position: relative;
  z-index: 2;
  background-color: #000;
}

.p-mv__inner {
  padding: 1.25rem;
}

.p-mv__movie {
  position: relative;
  z-index: 0;
  width: 100%;
  max-height: calc(100svh - 2.5rem);
  aspect-ratio: 1920/1080;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.p-mv__side {
  position: absolute;
  top: 50%;
  left: 3.75rem;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #fff;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-weight: 300;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.p-mv__text {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: right;
  gap: 10px;
}
.p-mv__text .text {
  color: #fff;
}

.p-mv__sound__controler {
  position: absolute;
  bottom: 2.5rem;
  left: 2.375rem;
  border: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  color: #fff;
  padding: 8px 16px;
  font-family: "Albert Sans", sans-serif;
  z-index: 999;
}
.p-mv__sound__controler .ttl {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding-right: 1.125rem;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.1;
}
.p-mv__sound__controler .sound__btn {
  cursor: point;
  position: relative;
  padding-left: 12px;
  margin-left: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0.4;
  cursor: pointer;
  font-size: clamp(13px, 11.04166vw, 15px);
}
.p-mv__sound__controler .sound__btn.is-active {
  opacity: 1;
}
.p-mv__sound__controler .sound__btn.is-active::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.p-mv.is-active .p-mv__side {
  opacity: 1;
  left: 3.75rem;
}
.p-mv.is-active .p-mv__text {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-mv {
    min-height: initial;
  }
  .p-mv__inner {
    padding: 4.375rem 10px 10px;
  }
  .p-mv__movie {
    max-height: initial;
    height: calc(100svh - 5rem);
    aspect-ratio: 370/668;
  }
  .p-mv__movie video {
    width: 100%;
    height: 100%;
    aspect-ratio: 370/668;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-mv__side {
    top: 47%;
    left: 4.5%;
    font-size: 0.75rem;
    left: 1.25rem;
  }
  .p-mv__text {
    position: static;
    -ms-flex-align: end;
        align-items: flex-end;
    gap: 4px;
    margin-top: 10px;
  }
  .p-mv__text .logo {
    width: 37%;
  }
  .p-mv__text .text {
    font-size: 0.625rem;
    line-height: 1.2;
  }
  .p-mv__sound__controler {
    bottom: 3%;
    left: 4%;
    gap: 12px;
    font-size: 0.75rem;
    padding: 8px 16px;
  }
  .p-mv__sound__controler .ttl {
    padding-right: 0.75rem;
    font-size: 0.75rem;
  }
  .p-mv__sound__controler .sound__btn {
    font-size: 0.75rem;
  }
  .p-mv {
    position: relative;
  }
  .p-mv.is-active .p-mv__side {
    left: 1.25rem;
  }
}
/* ---------------------------------
 mission
--------------------------------- */
.p-mission {
  position: relative;
  color: #fff;
  padding: 12.5rem 0 25rem;
  background-color: #000;
}

.p-mission__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 6.25rem;
  -ms-transform: translateX(-1%);
      transform: translateX(-1%);
  overflow: hidden;
  display: block;
}
.p-mission__ttl span {
  opacity: 0;
  -ms-transform: translateX(4px);
      transform: translateX(4px);
  display: inline-block;
  transition: opacity 1.4s ease, transform 1s ease;
}
.p-mission__ttl.is-active span:nth-child(2) {
  transition-delay: 0.16s;
}
.p-mission__ttl.is-active span:nth-child(3) {
  transition-delay: 0.24s;
}
.p-mission__ttl.is-active span:nth-child(4) {
  transition-delay: 0.32s;
}
.p-mission__ttl.is-active span:nth-child(5) {
  transition-delay: 0.4s;
}
.p-mission__ttl.is-active span:nth-child(6) {
  transition-delay: 0.48s;
}
.p-mission__ttl.is-active span:nth-child(7) {
  transition-delay: 0.56s;
}
.p-mission__ttl.is-active span:nth-child(8) {
  transition-delay: 0.64s;
}
.p-mission__ttl.is-active span:nth-child(9) {
  transition-delay: 0.72s;
}
.p-mission__ttl.is-active span:nth-child(10) {
  transition-delay: 0.8s;
}
.p-mission__ttl.is-active span:nth-child(11) {
  transition-delay: 0.88s;
}
.p-mission__ttl.is-active span:nth-child(12) {
  transition-delay: 0.96s;
}
.p-mission__ttl.is-active span:nth-child(13) {
  transition-delay: 1.04s;
}
.p-mission__ttl.is-active span:nth-child(14) {
  transition-delay: 1.12s;
}
.p-mission__ttl.is-active span:nth-child(15) {
  transition-delay: 1.2s;
}
.p-mission__ttl.is-active span:nth-child(16) {
  transition-delay: 1.28s;
}
.p-mission__ttl.is-active span:nth-child(17) {
  transition-delay: 1.36s;
}
.p-mission__ttl.is-active span:nth-child(18) {
  transition-delay: 1.44s;
}
.p-mission__ttl.is-active span:nth-child(19) {
  transition-delay: 1.52s;
}
.p-mission__ttl.is-active span:nth-child(20) {
  transition-delay: 1.6s;
}
.p-mission__ttl.is-active span:nth-child(21) {
  transition-delay: 1.68s;
}
.p-mission__ttl.is-active span:nth-child(22) {
  transition-delay: 1.76s;
}
.p-mission__ttl.is-active span:nth-child(23) {
  transition-delay: 1.84s;
}
.p-mission__ttl.is-active span:nth-child(24) {
  transition-delay: 1.92s;
}
.p-mission__ttl.is-active span:nth-child(25) {
  transition-delay: 2s;
}
.p-mission__ttl.is-active span:nth-child(26) {
  transition-delay: 2.08s;
}
.p-mission__ttl.is-active span:nth-child(27) {
  transition-delay: 2.16s;
}
.p-mission__ttl.is-active span:nth-child(28) {
  transition-delay: 2.24s;
}
.p-mission__ttl.is-active span:nth-child(29) {
  transition-delay: 2.32s;
}
.p-mission__ttl.is-active span:nth-child(30) {
  transition-delay: 2.4s;
}
.p-mission__ttl.is-active span:nth-child(31) {
  transition-delay: 2.48s;
}
.p-mission__ttl.is-active span:nth-child(32) {
  transition-delay: 2.56s;
}
.p-mission__ttl.is-active span:nth-child(33) {
  transition-delay: 2.64s;
}
.p-mission__ttl.is-active span:nth-child(34) {
  transition-delay: 2.72s;
}
.p-mission__ttl.is-active span:nth-child(35) {
  transition-delay: 2.8s;
}
.p-mission__ttl.is-active span:nth-child(36) {
  transition-delay: 2.88s;
}
.p-mission__ttl.is-active span:nth-child(37) {
  transition-delay: 2.96s;
}
.p-mission__ttl.is-active span:nth-child(38) {
  transition-delay: 3.04s;
}
.p-mission__ttl.is-active span:nth-child(39) {
  transition-delay: 3.12s;
}
.p-mission__ttl.is-active span:nth-child(40) {
  transition-delay: 3.2s;
}
.p-mission__ttl.is-active span:nth-child(41) {
  transition-delay: 3.28s;
}
.p-mission__ttl.is-active span:nth-child(42) {
  transition-delay: 3.36s;
}
.p-mission__ttl.is-active span:nth-child(43) {
  transition-delay: 3.44s;
}
.p-mission__ttl.is-active span:nth-child(44) {
  transition-delay: 3.52s;
}
.p-mission__ttl.is-active span:nth-child(45) {
  transition-delay: 3.6s;
}
.p-mission__ttl.is-active span:nth-child(46) {
  transition-delay: 3.68s;
}
.p-mission__ttl.is-active span:nth-child(47) {
  transition-delay: 3.76s;
}
.p-mission__ttl.is-active span:nth-child(48) {
  transition-delay: 3.84s;
}
.p-mission__ttl.is-active span:nth-child(49) {
  transition-delay: 3.92s;
}
.p-mission__ttl.is-active span:nth-child(50) {
  transition-delay: 4s;
}
.p-mission__ttl.is-active span:nth-child(51) {
  transition-delay: 4.08s;
}
.p-mission__ttl.is-active span:nth-child(52) {
  transition-delay: 4.16s;
}
.p-mission__ttl.is-active span:nth-child(53) {
  transition-delay: 4.24s;
}
.p-mission__ttl.is-active span:nth-child(54) {
  transition-delay: 4.32s;
}
.p-mission__ttl.is-active span:nth-child(55) {
  transition-delay: 4.4s;
}
.p-mission__ttl.is-active span:nth-child(56) {
  transition-delay: 4.48s;
}
.p-mission__ttl.is-active span:nth-child(57) {
  transition-delay: 4.56s;
}
.p-mission__ttl.is-active span:nth-child(58) {
  transition-delay: 4.64s;
}
.p-mission__ttl.is-active span:nth-child(59) {
  transition-delay: 4.72s;
}
.p-mission__ttl.is-active span:nth-child(60) {
  transition-delay: 4.8s;
}
.p-mission__ttl.is-active span:nth-child(61) {
  transition-delay: 4.88s;
}
.p-mission__ttl.is-active span:nth-child(62) {
  transition-delay: 4.96s;
}
.p-mission__ttl.is-active span:nth-child(63) {
  transition-delay: 5.04s;
}
.p-mission__ttl.is-active span:nth-child(64) {
  transition-delay: 5.12s;
}
.p-mission__ttl.is-active span:nth-child(65) {
  transition-delay: 5.2s;
}
.p-mission__ttl.is-active span:nth-child(66) {
  transition-delay: 5.28s;
}
.p-mission__ttl.is-active span:nth-child(67) {
  transition-delay: 5.36s;
}
.p-mission__ttl.is-active span:nth-child(68) {
  transition-delay: 5.44s;
}
.p-mission__ttl.is-active span:nth-child(69) {
  transition-delay: 5.52s;
}
.p-mission__ttl.is-active span:nth-child(70) {
  transition-delay: 5.6s;
}
.p-mission__ttl.is-active span:nth-child(71) {
  transition-delay: 5.68s;
}
.p-mission__ttl.is-active span:nth-child(72) {
  transition-delay: 5.76s;
}
.p-mission__ttl.is-active span:nth-child(73) {
  transition-delay: 5.84s;
}
.p-mission__ttl.is-active span:nth-child(74) {
  transition-delay: 5.92s;
}
.p-mission__ttl.is-active span:nth-child(75) {
  transition-delay: 6s;
}
.p-mission__ttl.is-active span:nth-child(76) {
  transition-delay: 6.08s;
}
.p-mission__ttl.is-active span:nth-child(77) {
  transition-delay: 6.16s;
}
.p-mission__ttl.is-active span:nth-child(78) {
  transition-delay: 6.24s;
}
.p-mission__ttl.is-active span:nth-child(79) {
  transition-delay: 6.32s;
}
.p-mission__ttl.is-active span:nth-child(80) {
  transition-delay: 6.4s;
}
.p-mission__ttl.is-active span:nth-child(81) {
  transition-delay: 6.48s;
}
.p-mission__ttl.is-active span:nth-child(82) {
  transition-delay: 6.56s;
}
.p-mission__ttl.is-active span:nth-child(83) {
  transition-delay: 6.64s;
}
.p-mission__ttl.is-active span:nth-child(84) {
  transition-delay: 6.72s;
}
.p-mission__ttl.is-active span:nth-child(85) {
  transition-delay: 6.8s;
}
.p-mission__ttl.is-active span:nth-child(86) {
  transition-delay: 6.88s;
}
.p-mission__ttl.is-active span:nth-child(87) {
  transition-delay: 6.96s;
}
.p-mission__ttl.is-active span:nth-child(88) {
  transition-delay: 7.04s;
}
.p-mission__ttl.is-active span:nth-child(89) {
  transition-delay: 7.12s;
}
.p-mission__ttl.is-active span:nth-child(90) {
  transition-delay: 7.2s;
}
.p-mission__ttl.is-active span:nth-child(91) {
  transition-delay: 7.28s;
}
.p-mission__ttl.is-active span:nth-child(92) {
  transition-delay: 7.36s;
}
.p-mission__ttl.is-active span:nth-child(93) {
  transition-delay: 7.44s;
}
.p-mission__ttl.is-active span:nth-child(94) {
  transition-delay: 7.52s;
}
.p-mission__ttl.is-active span:nth-child(95) {
  transition-delay: 7.6s;
}
.p-mission__ttl.is-active span:nth-child(96) {
  transition-delay: 7.68s;
}
.p-mission__ttl.is-active span:nth-child(97) {
  transition-delay: 7.76s;
}
.p-mission__ttl.is-active span:nth-child(98) {
  transition-delay: 7.84s;
}
.p-mission__ttl.is-active span:nth-child(99) {
  transition-delay: 7.92s;
}
.p-mission__ttl.is-active span:nth-child(100) {
  transition-delay: 8s;
}
.p-mission__ttl.is-active span:nth-child(101) {
  transition-delay: 8.08s;
}
.p-mission__ttl.is-active span:nth-child(102) {
  transition-delay: 8.16s;
}
.p-mission__ttl.is-active span:nth-child(103) {
  transition-delay: 8.24s;
}
.p-mission__ttl.is-active span:nth-child(104) {
  transition-delay: 8.32s;
}
.p-mission__ttl.is-active span:nth-child(105) {
  transition-delay: 8.4s;
}
.p-mission__ttl.is-active span:nth-child(106) {
  transition-delay: 8.48s;
}
.p-mission__ttl.is-active span:nth-child(107) {
  transition-delay: 8.56s;
}
.p-mission__ttl.is-active span:nth-child(108) {
  transition-delay: 8.64s;
}
.p-mission__ttl.is-active span:nth-child(109) {
  transition-delay: 8.72s;
}
.p-mission__ttl.is-active span:nth-child(110) {
  transition-delay: 8.8s;
}
.p-mission__ttl.is-active span:nth-child(111) {
  transition-delay: 8.88s;
}
.p-mission__ttl.is-active span:nth-child(112) {
  transition-delay: 8.96s;
}
.p-mission__ttl.is-active span:nth-child(113) {
  transition-delay: 9.04s;
}
.p-mission__ttl.is-active span:nth-child(114) {
  transition-delay: 9.12s;
}
.p-mission__ttl.is-active span:nth-child(115) {
  transition-delay: 9.2s;
}
.p-mission__ttl.is-active span:nth-child(116) {
  transition-delay: 9.28s;
}
.p-mission__ttl.is-active span:nth-child(117) {
  transition-delay: 9.36s;
}
.p-mission__ttl.is-active span:nth-child(118) {
  transition-delay: 9.44s;
}
.p-mission__ttl.is-active span:nth-child(119) {
  transition-delay: 9.52s;
}
.p-mission__ttl.is-active span:nth-child(120) {
  transition-delay: 9.6s;
}
.p-mission__ttl.is-active span:nth-child(121) {
  transition-delay: 9.68s;
}
.p-mission__ttl.is-active span:nth-child(122) {
  transition-delay: 9.76s;
}
.p-mission__ttl.is-active span:nth-child(123) {
  transition-delay: 9.84s;
}
.p-mission__ttl.is-active span:nth-child(124) {
  transition-delay: 9.92s;
}
.p-mission__ttl.is-active span:nth-child(125) {
  transition-delay: 10s;
}
.p-mission__ttl.is-active span:nth-child(126) {
  transition-delay: 10.08s;
}
.p-mission__ttl.is-active span:nth-child(127) {
  transition-delay: 10.16s;
}
.p-mission__ttl.is-active span:nth-child(128) {
  transition-delay: 10.24s;
}
.p-mission__ttl.is-active span:nth-child(129) {
  transition-delay: 10.32s;
}
.p-mission__ttl.is-active span:nth-child(130) {
  transition-delay: 10.4s;
}
.p-mission__ttl.is-active span:nth-child(131) {
  transition-delay: 10.48s;
}
.p-mission__ttl.is-active span:nth-child(132) {
  transition-delay: 10.56s;
}
.p-mission__ttl.is-active span:nth-child(133) {
  transition-delay: 10.64s;
}
.p-mission__ttl.is-active span:nth-child(134) {
  transition-delay: 10.72s;
}
.p-mission__ttl.is-active span:nth-child(135) {
  transition-delay: 10.8s;
}
.p-mission__ttl.is-active span:nth-child(136) {
  transition-delay: 10.88s;
}
.p-mission__ttl.is-active span:nth-child(137) {
  transition-delay: 10.96s;
}
.p-mission__ttl.is-active span:nth-child(138) {
  transition-delay: 11.04s;
}
.p-mission__ttl.is-active span:nth-child(139) {
  transition-delay: 11.12s;
}
.p-mission__ttl.is-active span:nth-child(140) {
  transition-delay: 11.2s;
}
.p-mission__ttl.is-active span:nth-child(141) {
  transition-delay: 11.28s;
}
.p-mission__ttl.is-active span:nth-child(142) {
  transition-delay: 11.36s;
}
.p-mission__ttl.is-active span:nth-child(143) {
  transition-delay: 11.44s;
}
.p-mission__ttl.is-active span:nth-child(144) {
  transition-delay: 11.52s;
}
.p-mission__ttl.is-active span:nth-child(145) {
  transition-delay: 11.6s;
}
.p-mission__ttl.is-active span:nth-child(146) {
  transition-delay: 11.68s;
}
.p-mission__ttl.is-active span:nth-child(147) {
  transition-delay: 11.76s;
}
.p-mission__ttl.is-active span:nth-child(148) {
  transition-delay: 11.84s;
}
.p-mission__ttl.is-active span:nth-child(149) {
  transition-delay: 11.92s;
}
.p-mission__ttl.is-active span:nth-child(150) {
  transition-delay: 12s;
}
.p-mission__ttl.is-active span:nth-child(151) {
  transition-delay: 12.08s;
}
.p-mission__ttl.is-active span:nth-child(152) {
  transition-delay: 12.16s;
}
.p-mission__ttl.is-active span:nth-child(153) {
  transition-delay: 12.24s;
}
.p-mission__ttl.is-active span:nth-child(154) {
  transition-delay: 12.32s;
}
.p-mission__ttl.is-active span:nth-child(155) {
  transition-delay: 12.4s;
}
.p-mission__ttl.is-active span:nth-child(156) {
  transition-delay: 12.48s;
}
.p-mission__ttl.is-active span:nth-child(157) {
  transition-delay: 12.56s;
}
.p-mission__ttl.is-active span:nth-child(158) {
  transition-delay: 12.64s;
}
.p-mission__ttl.is-active span:nth-child(159) {
  transition-delay: 12.72s;
}
.p-mission__ttl.is-active span:nth-child(160) {
  transition-delay: 12.8s;
}
.p-mission__ttl.is-active span:nth-child(161) {
  transition-delay: 12.88s;
}
.p-mission__ttl.is-active span:nth-child(162) {
  transition-delay: 12.96s;
}
.p-mission__ttl.is-active span:nth-child(163) {
  transition-delay: 13.04s;
}
.p-mission__ttl.is-active span:nth-child(164) {
  transition-delay: 13.12s;
}
.p-mission__ttl.is-active span:nth-child(165) {
  transition-delay: 13.2s;
}
.p-mission__ttl.is-active span:nth-child(166) {
  transition-delay: 13.28s;
}
.p-mission__ttl.is-active span:nth-child(167) {
  transition-delay: 13.36s;
}
.p-mission__ttl.is-active span:nth-child(168) {
  transition-delay: 13.44s;
}
.p-mission__ttl.is-active span:nth-child(169) {
  transition-delay: 13.52s;
}
.p-mission__ttl.is-active span:nth-child(170) {
  transition-delay: 13.6s;
}
.p-mission__ttl.is-active span:nth-child(171) {
  transition-delay: 13.68s;
}
.p-mission__ttl.is-active span:nth-child(172) {
  transition-delay: 13.76s;
}
.p-mission__ttl.is-active span:nth-child(173) {
  transition-delay: 13.84s;
}
.p-mission__ttl.is-active span:nth-child(174) {
  transition-delay: 13.92s;
}
.p-mission__ttl.is-active span:nth-child(175) {
  transition-delay: 14s;
}
.p-mission__ttl.is-active span:nth-child(176) {
  transition-delay: 14.08s;
}
.p-mission__ttl.is-active span:nth-child(177) {
  transition-delay: 14.16s;
}
.p-mission__ttl.is-active span:nth-child(178) {
  transition-delay: 14.24s;
}
.p-mission__ttl.is-active span:nth-child(179) {
  transition-delay: 14.32s;
}
.p-mission__ttl.is-active span:nth-child(180) {
  transition-delay: 14.4s;
}
.p-mission__ttl.is-active span:nth-child(181) {
  transition-delay: 14.48s;
}
.p-mission__ttl.is-active span:nth-child(182) {
  transition-delay: 14.56s;
}
.p-mission__ttl.is-active span:nth-child(183) {
  transition-delay: 14.64s;
}
.p-mission__ttl.is-active span:nth-child(184) {
  transition-delay: 14.72s;
}
.p-mission__ttl.is-active span:nth-child(185) {
  transition-delay: 14.8s;
}
.p-mission__ttl.is-active span:nth-child(186) {
  transition-delay: 14.88s;
}
.p-mission__ttl.is-active span:nth-child(187) {
  transition-delay: 14.96s;
}
.p-mission__ttl.is-active span:nth-child(188) {
  transition-delay: 15.04s;
}
.p-mission__ttl.is-active span:nth-child(189) {
  transition-delay: 15.12s;
}
.p-mission__ttl.is-active span:nth-child(190) {
  transition-delay: 15.2s;
}
.p-mission__ttl.is-active span:nth-child(191) {
  transition-delay: 15.28s;
}
.p-mission__ttl.is-active span:nth-child(192) {
  transition-delay: 15.36s;
}
.p-mission__ttl.is-active span:nth-child(193) {
  transition-delay: 15.44s;
}
.p-mission__ttl.is-active span:nth-child(194) {
  transition-delay: 15.52s;
}
.p-mission__ttl.is-active span:nth-child(195) {
  transition-delay: 15.6s;
}
.p-mission__ttl.is-active span:nth-child(196) {
  transition-delay: 15.68s;
}
.p-mission__ttl.is-active span:nth-child(197) {
  transition-delay: 15.76s;
}
.p-mission__ttl.is-active span:nth-child(198) {
  transition-delay: 15.84s;
}
.p-mission__ttl.is-active span:nth-child(199) {
  transition-delay: 15.92s;
}
.p-mission__ttl.is-active span:nth-child(200) {
  transition-delay: 16s;
}
.p-mission__ttl.is-active span:nth-child(201) {
  transition-delay: 16.08s;
}
.p-mission__ttl.is-active span:nth-child(202) {
  transition-delay: 16.16s;
}
.p-mission__ttl.is-active span:nth-child(203) {
  transition-delay: 16.24s;
}
.p-mission__ttl.is-active span:nth-child(204) {
  transition-delay: 16.32s;
}
.p-mission__ttl.is-active span:nth-child(205) {
  transition-delay: 16.4s;
}
.p-mission__ttl.is-active span:nth-child(206) {
  transition-delay: 16.48s;
}
.p-mission__ttl.is-active span:nth-child(207) {
  transition-delay: 16.56s;
}
.p-mission__ttl.is-active span:nth-child(208) {
  transition-delay: 16.64s;
}
.p-mission__ttl.is-active span:nth-child(209) {
  transition-delay: 16.72s;
}
.p-mission__ttl.is-active span:nth-child(210) {
  transition-delay: 16.8s;
}
.p-mission__ttl.is-active span:nth-child(211) {
  transition-delay: 16.88s;
}
.p-mission__ttl.is-active span:nth-child(212) {
  transition-delay: 16.96s;
}
.p-mission__ttl.is-active span:nth-child(213) {
  transition-delay: 17.04s;
}
.p-mission__ttl.is-active span:nth-child(214) {
  transition-delay: 17.12s;
}
.p-mission__ttl.is-active span:nth-child(215) {
  transition-delay: 17.2s;
}
.p-mission__ttl.is-active span:nth-child(216) {
  transition-delay: 17.28s;
}
.p-mission__ttl.is-active span:nth-child(217) {
  transition-delay: 17.36s;
}
.p-mission__ttl.is-active span:nth-child(218) {
  transition-delay: 17.44s;
}
.p-mission__ttl.is-active span:nth-child(219) {
  transition-delay: 17.52s;
}
.p-mission__ttl.is-active span:nth-child(220) {
  transition-delay: 17.6s;
}
.p-mission__ttl.is-active span:nth-child(221) {
  transition-delay: 17.68s;
}
.p-mission__ttl.is-active span:nth-child(222) {
  transition-delay: 17.76s;
}
.p-mission__ttl.is-active span:nth-child(223) {
  transition-delay: 17.84s;
}
.p-mission__ttl.is-active span:nth-child(224) {
  transition-delay: 17.92s;
}
.p-mission__ttl.is-active span:nth-child(225) {
  transition-delay: 18s;
}
.p-mission__ttl.is-active span:nth-child(226) {
  transition-delay: 18.08s;
}
.p-mission__ttl.is-active span:nth-child(227) {
  transition-delay: 18.16s;
}
.p-mission__ttl.is-active span:nth-child(228) {
  transition-delay: 18.24s;
}
.p-mission__ttl.is-active span:nth-child(229) {
  transition-delay: 18.32s;
}
.p-mission__ttl.is-active span:nth-child(230) {
  transition-delay: 18.4s;
}
.p-mission__ttl.is-active span:nth-child(231) {
  transition-delay: 18.48s;
}
.p-mission__ttl.is-active span:nth-child(232) {
  transition-delay: 18.56s;
}
.p-mission__ttl.is-active span:nth-child(233) {
  transition-delay: 18.64s;
}
.p-mission__ttl.is-active span:nth-child(234) {
  transition-delay: 18.72s;
}
.p-mission__ttl.is-active span:nth-child(235) {
  transition-delay: 18.8s;
}
.p-mission__ttl.is-active span:nth-child(236) {
  transition-delay: 18.88s;
}
.p-mission__ttl.is-active span:nth-child(237) {
  transition-delay: 18.96s;
}
.p-mission__ttl.is-active span:nth-child(238) {
  transition-delay: 19.04s;
}
.p-mission__ttl.is-active span:nth-child(239) {
  transition-delay: 19.12s;
}
.p-mission__ttl.is-active span:nth-child(240) {
  transition-delay: 19.2s;
}
.p-mission__ttl.is-active span:nth-child(241) {
  transition-delay: 19.28s;
}
.p-mission__ttl.is-active span:nth-child(242) {
  transition-delay: 19.36s;
}
.p-mission__ttl.is-active span:nth-child(243) {
  transition-delay: 19.44s;
}
.p-mission__ttl.is-active span:nth-child(244) {
  transition-delay: 19.52s;
}
.p-mission__ttl.is-active span:nth-child(245) {
  transition-delay: 19.6s;
}
.p-mission__ttl.is-active span:nth-child(246) {
  transition-delay: 19.68s;
}
.p-mission__ttl.is-active span:nth-child(247) {
  transition-delay: 19.76s;
}
.p-mission__ttl.is-active span:nth-child(248) {
  transition-delay: 19.84s;
}
.p-mission__ttl.is-active span:nth-child(249) {
  transition-delay: 19.92s;
}
.p-mission__ttl.is-active span:nth-child(250) {
  transition-delay: 20s;
}
.p-mission__ttl.is-active span:nth-child(251) {
  transition-delay: 20.08s;
}
.p-mission__ttl.is-active span:nth-child(252) {
  transition-delay: 20.16s;
}
.p-mission__ttl.is-active span:nth-child(253) {
  transition-delay: 20.24s;
}
.p-mission__ttl.is-active span:nth-child(254) {
  transition-delay: 20.32s;
}
.p-mission__ttl.is-active span:nth-child(255) {
  transition-delay: 20.4s;
}
.p-mission__ttl.is-active span:nth-child(256) {
  transition-delay: 20.48s;
}
.p-mission__ttl.is-active span:nth-child(257) {
  transition-delay: 20.56s;
}
.p-mission__ttl.is-active span:nth-child(258) {
  transition-delay: 20.64s;
}
.p-mission__ttl.is-active span:nth-child(259) {
  transition-delay: 20.72s;
}
.p-mission__ttl.is-active span:nth-child(260) {
  transition-delay: 20.8s;
}
.p-mission__ttl.is-active span:nth-child(261) {
  transition-delay: 20.88s;
}
.p-mission__ttl.is-active span:nth-child(262) {
  transition-delay: 20.96s;
}
.p-mission__ttl.is-active span:nth-child(263) {
  transition-delay: 21.04s;
}
.p-mission__ttl.is-active span:nth-child(264) {
  transition-delay: 21.12s;
}
.p-mission__ttl.is-active span:nth-child(265) {
  transition-delay: 21.2s;
}
.p-mission__ttl.is-active span:nth-child(266) {
  transition-delay: 21.28s;
}
.p-mission__ttl.is-active span:nth-child(267) {
  transition-delay: 21.36s;
}
.p-mission__ttl.is-active span:nth-child(268) {
  transition-delay: 21.44s;
}
.p-mission__ttl.is-active span:nth-child(269) {
  transition-delay: 21.52s;
}
.p-mission__ttl.is-active span:nth-child(270) {
  transition-delay: 21.6s;
}
.p-mission__ttl.is-active span:nth-child(271) {
  transition-delay: 21.68s;
}
.p-mission__ttl.is-active span:nth-child(272) {
  transition-delay: 21.76s;
}
.p-mission__ttl.is-active span:nth-child(273) {
  transition-delay: 21.84s;
}
.p-mission__ttl.is-active span:nth-child(274) {
  transition-delay: 21.92s;
}
.p-mission__ttl.is-active span:nth-child(275) {
  transition-delay: 22s;
}
.p-mission__ttl.is-active span:nth-child(276) {
  transition-delay: 22.08s;
}
.p-mission__ttl.is-active span:nth-child(277) {
  transition-delay: 22.16s;
}
.p-mission__ttl.is-active span:nth-child(278) {
  transition-delay: 22.24s;
}
.p-mission__ttl.is-active span:nth-child(279) {
  transition-delay: 22.32s;
}
.p-mission__ttl.is-active span:nth-child(280) {
  transition-delay: 22.4s;
}
.p-mission__ttl.is-active span:nth-child(281) {
  transition-delay: 22.48s;
}
.p-mission__ttl.is-active span:nth-child(282) {
  transition-delay: 22.56s;
}
.p-mission__ttl.is-active span:nth-child(283) {
  transition-delay: 22.64s;
}
.p-mission__ttl.is-active span:nth-child(284) {
  transition-delay: 22.72s;
}
.p-mission__ttl.is-active span:nth-child(285) {
  transition-delay: 22.8s;
}
.p-mission__ttl.is-active span:nth-child(286) {
  transition-delay: 22.88s;
}
.p-mission__ttl.is-active span:nth-child(287) {
  transition-delay: 22.96s;
}
.p-mission__ttl.is-active span:nth-child(288) {
  transition-delay: 23.04s;
}
.p-mission__ttl.is-active span:nth-child(289) {
  transition-delay: 23.12s;
}
.p-mission__ttl.is-active span:nth-child(290) {
  transition-delay: 23.2s;
}
.p-mission__ttl.is-active span:nth-child(291) {
  transition-delay: 23.28s;
}
.p-mission__ttl.is-active span:nth-child(292) {
  transition-delay: 23.36s;
}
.p-mission__ttl.is-active span:nth-child(293) {
  transition-delay: 23.44s;
}
.p-mission__ttl.is-active span:nth-child(294) {
  transition-delay: 23.52s;
}
.p-mission__ttl.is-active span:nth-child(295) {
  transition-delay: 23.6s;
}
.p-mission__ttl.is-active span:nth-child(296) {
  transition-delay: 23.68s;
}
.p-mission__ttl.is-active span:nth-child(297) {
  transition-delay: 23.76s;
}
.p-mission__ttl.is-active span:nth-child(298) {
  transition-delay: 23.84s;
}
.p-mission__ttl.is-active span:nth-child(299) {
  transition-delay: 23.92s;
}
.p-mission__ttl.is-active span:nth-child(300) {
  transition-delay: 24s;
}
.p-mission__ttl.is-active span:nth-child(301) {
  transition-delay: 24.08s;
}
.p-mission__ttl.is-active span:nth-child(302) {
  transition-delay: 24.16s;
}
.p-mission__ttl.is-active span:nth-child(303) {
  transition-delay: 24.24s;
}
.p-mission__ttl.is-active span:nth-child(304) {
  transition-delay: 24.32s;
}
.p-mission__ttl.is-active span:nth-child(305) {
  transition-delay: 24.4s;
}
.p-mission__ttl.is-active span:nth-child(306) {
  transition-delay: 24.48s;
}
.p-mission__ttl.is-active span:nth-child(307) {
  transition-delay: 24.56s;
}
.p-mission__ttl.is-active span:nth-child(308) {
  transition-delay: 24.64s;
}
.p-mission__ttl.is-active span:nth-child(309) {
  transition-delay: 24.72s;
}
.p-mission__ttl.is-active span:nth-child(310) {
  transition-delay: 24.8s;
}
.p-mission__ttl.is-active span:nth-child(311) {
  transition-delay: 24.88s;
}
.p-mission__ttl.is-active span:nth-child(312) {
  transition-delay: 24.96s;
}
.p-mission__ttl.is-active span:nth-child(313) {
  transition-delay: 25.04s;
}
.p-mission__ttl.is-active span:nth-child(314) {
  transition-delay: 25.12s;
}
.p-mission__ttl.is-active span:nth-child(315) {
  transition-delay: 25.2s;
}
.p-mission__ttl.is-active span:nth-child(316) {
  transition-delay: 25.28s;
}
.p-mission__ttl.is-active span:nth-child(317) {
  transition-delay: 25.36s;
}
.p-mission__ttl.is-active span:nth-child(318) {
  transition-delay: 25.44s;
}
.p-mission__ttl.is-active span:nth-child(319) {
  transition-delay: 25.52s;
}
.p-mission__ttl.is-active span:nth-child(320) {
  transition-delay: 25.6s;
}
.p-mission__ttl.is-active span:nth-child(321) {
  transition-delay: 25.68s;
}
.p-mission__ttl.is-active span:nth-child(322) {
  transition-delay: 25.76s;
}
.p-mission__ttl.is-active span:nth-child(323) {
  transition-delay: 25.84s;
}
.p-mission__ttl.is-active span:nth-child(324) {
  transition-delay: 25.92s;
}
.p-mission__ttl.is-active span:nth-child(325) {
  transition-delay: 26s;
}
.p-mission__ttl.is-active span:nth-child(326) {
  transition-delay: 26.08s;
}
.p-mission__ttl.is-active span:nth-child(327) {
  transition-delay: 26.16s;
}
.p-mission__ttl.is-active span:nth-child(328) {
  transition-delay: 26.24s;
}
.p-mission__ttl.is-active span:nth-child(329) {
  transition-delay: 26.32s;
}
.p-mission__ttl.is-active span:nth-child(330) {
  transition-delay: 26.4s;
}
.p-mission__ttl.is-active span:nth-child(331) {
  transition-delay: 26.48s;
}
.p-mission__ttl.is-active span:nth-child(332) {
  transition-delay: 26.56s;
}
.p-mission__ttl.is-active span:nth-child(333) {
  transition-delay: 26.64s;
}
.p-mission__ttl.is-active span:nth-child(334) {
  transition-delay: 26.72s;
}
.p-mission__ttl.is-active span:nth-child(335) {
  transition-delay: 26.8s;
}
.p-mission__ttl.is-active span:nth-child(336) {
  transition-delay: 26.88s;
}
.p-mission__ttl.is-active span:nth-child(337) {
  transition-delay: 26.96s;
}
.p-mission__ttl.is-active span:nth-child(338) {
  transition-delay: 27.04s;
}
.p-mission__ttl.is-active span:nth-child(339) {
  transition-delay: 27.12s;
}
.p-mission__ttl.is-active span:nth-child(340) {
  transition-delay: 27.2s;
}
.p-mission__ttl.is-active span:nth-child(341) {
  transition-delay: 27.28s;
}
.p-mission__ttl.is-active span:nth-child(342) {
  transition-delay: 27.36s;
}
.p-mission__ttl.is-active span:nth-child(343) {
  transition-delay: 27.44s;
}
.p-mission__ttl.is-active span:nth-child(344) {
  transition-delay: 27.52s;
}
.p-mission__ttl.is-active span:nth-child(345) {
  transition-delay: 27.6s;
}
.p-mission__ttl.is-active span:nth-child(346) {
  transition-delay: 27.68s;
}
.p-mission__ttl.is-active span:nth-child(347) {
  transition-delay: 27.76s;
}
.p-mission__ttl.is-active span:nth-child(348) {
  transition-delay: 27.84s;
}
.p-mission__ttl.is-active span:nth-child(349) {
  transition-delay: 27.92s;
}
.p-mission__ttl.is-active span:nth-child(350) {
  transition-delay: 28s;
}
.p-mission__ttl.is-active span:nth-child(351) {
  transition-delay: 28.08s;
}
.p-mission__ttl.is-active span:nth-child(352) {
  transition-delay: 28.16s;
}
.p-mission__ttl.is-active span:nth-child(353) {
  transition-delay: 28.24s;
}
.p-mission__ttl.is-active span:nth-child(354) {
  transition-delay: 28.32s;
}
.p-mission__ttl.is-active span:nth-child(355) {
  transition-delay: 28.4s;
}
.p-mission__ttl.is-active span:nth-child(356) {
  transition-delay: 28.48s;
}
.p-mission__ttl.is-active span:nth-child(357) {
  transition-delay: 28.56s;
}
.p-mission__ttl.is-active span:nth-child(358) {
  transition-delay: 28.64s;
}
.p-mission__ttl.is-active span:nth-child(359) {
  transition-delay: 28.72s;
}
.p-mission__ttl.is-active span:nth-child(360) {
  transition-delay: 28.8s;
}
.p-mission__ttl.is-active span:nth-child(361) {
  transition-delay: 28.88s;
}
.p-mission__ttl.is-active span:nth-child(362) {
  transition-delay: 28.96s;
}
.p-mission__ttl.is-active span:nth-child(363) {
  transition-delay: 29.04s;
}
.p-mission__ttl.is-active span:nth-child(364) {
  transition-delay: 29.12s;
}
.p-mission__ttl.is-active span:nth-child(365) {
  transition-delay: 29.2s;
}
.p-mission__ttl.is-active span:nth-child(366) {
  transition-delay: 29.28s;
}
.p-mission__ttl.is-active span:nth-child(367) {
  transition-delay: 29.36s;
}
.p-mission__ttl.is-active span:nth-child(368) {
  transition-delay: 29.44s;
}
.p-mission__ttl.is-active span:nth-child(369) {
  transition-delay: 29.52s;
}
.p-mission__ttl.is-active span:nth-child(370) {
  transition-delay: 29.6s;
}
.p-mission__ttl.is-active span:nth-child(371) {
  transition-delay: 29.68s;
}
.p-mission__ttl.is-active span:nth-child(372) {
  transition-delay: 29.76s;
}
.p-mission__ttl.is-active span:nth-child(373) {
  transition-delay: 29.84s;
}
.p-mission__ttl.is-active span:nth-child(374) {
  transition-delay: 29.92s;
}
.p-mission__ttl.is-active span:nth-child(375) {
  transition-delay: 30s;
}
.p-mission__ttl.is-active span:nth-child(376) {
  transition-delay: 30.08s;
}
.p-mission__ttl.is-active span:nth-child(377) {
  transition-delay: 30.16s;
}
.p-mission__ttl.is-active span:nth-child(378) {
  transition-delay: 30.24s;
}
.p-mission__ttl.is-active span:nth-child(379) {
  transition-delay: 30.32s;
}
.p-mission__ttl.is-active span:nth-child(380) {
  transition-delay: 30.4s;
}
.p-mission__ttl.is-active span:nth-child(381) {
  transition-delay: 30.48s;
}
.p-mission__ttl.is-active span:nth-child(382) {
  transition-delay: 30.56s;
}
.p-mission__ttl.is-active span:nth-child(383) {
  transition-delay: 30.64s;
}
.p-mission__ttl.is-active span:nth-child(384) {
  transition-delay: 30.72s;
}
.p-mission__ttl.is-active span:nth-child(385) {
  transition-delay: 30.8s;
}
.p-mission__ttl.is-active span:nth-child(386) {
  transition-delay: 30.88s;
}
.p-mission__ttl.is-active span:nth-child(387) {
  transition-delay: 30.96s;
}
.p-mission__ttl.is-active span:nth-child(388) {
  transition-delay: 31.04s;
}
.p-mission__ttl.is-active span:nth-child(389) {
  transition-delay: 31.12s;
}
.p-mission__ttl.is-active span:nth-child(390) {
  transition-delay: 31.2s;
}
.p-mission__ttl.is-active span:nth-child(391) {
  transition-delay: 31.28s;
}
.p-mission__ttl.is-active span:nth-child(392) {
  transition-delay: 31.36s;
}
.p-mission__ttl.is-active span:nth-child(393) {
  transition-delay: 31.44s;
}
.p-mission__ttl.is-active span:nth-child(394) {
  transition-delay: 31.52s;
}
.p-mission__ttl.is-active span:nth-child(395) {
  transition-delay: 31.6s;
}
.p-mission__ttl.is-active span:nth-child(396) {
  transition-delay: 31.68s;
}
.p-mission__ttl.is-active span:nth-child(397) {
  transition-delay: 31.76s;
}
.p-mission__ttl.is-active span:nth-child(398) {
  transition-delay: 31.84s;
}
.p-mission__ttl.is-active span:nth-child(399) {
  transition-delay: 31.92s;
}
.p-mission__ttl.is-active span:nth-child(400) {
  transition-delay: 32s;
}
.p-mission__ttl.is-active span:nth-child(401) {
  transition-delay: 32.08s;
}
.p-mission__ttl.is-active span:nth-child(402) {
  transition-delay: 32.16s;
}
.p-mission__ttl.is-active span:nth-child(403) {
  transition-delay: 32.24s;
}
.p-mission__ttl.is-active span:nth-child(404) {
  transition-delay: 32.32s;
}
.p-mission__ttl.is-active span:nth-child(405) {
  transition-delay: 32.4s;
}
.p-mission__ttl.is-active span:nth-child(406) {
  transition-delay: 32.48s;
}
.p-mission__ttl.is-active span:nth-child(407) {
  transition-delay: 32.56s;
}
.p-mission__ttl.is-active span:nth-child(408) {
  transition-delay: 32.64s;
}
.p-mission__ttl.is-active span:nth-child(409) {
  transition-delay: 32.72s;
}
.p-mission__ttl.is-active span:nth-child(410) {
  transition-delay: 32.8s;
}
.p-mission__ttl.is-active span:nth-child(411) {
  transition-delay: 32.88s;
}
.p-mission__ttl.is-active span:nth-child(412) {
  transition-delay: 32.96s;
}
.p-mission__ttl.is-active span:nth-child(413) {
  transition-delay: 33.04s;
}
.p-mission__ttl.is-active span:nth-child(414) {
  transition-delay: 33.12s;
}
.p-mission__ttl.is-active span:nth-child(415) {
  transition-delay: 33.2s;
}
.p-mission__ttl.is-active span:nth-child(416) {
  transition-delay: 33.28s;
}
.p-mission__ttl.is-active span:nth-child(417) {
  transition-delay: 33.36s;
}
.p-mission__ttl.is-active span:nth-child(418) {
  transition-delay: 33.44s;
}
.p-mission__ttl.is-active span:nth-child(419) {
  transition-delay: 33.52s;
}
.p-mission__ttl.is-active span:nth-child(420) {
  transition-delay: 33.6s;
}
.p-mission__ttl.is-active span:nth-child(421) {
  transition-delay: 33.68s;
}
.p-mission__ttl.is-active span:nth-child(422) {
  transition-delay: 33.76s;
}
.p-mission__ttl.is-active span:nth-child(423) {
  transition-delay: 33.84s;
}
.p-mission__ttl.is-active span:nth-child(424) {
  transition-delay: 33.92s;
}
.p-mission__ttl.is-active span:nth-child(425) {
  transition-delay: 34s;
}
.p-mission__ttl.is-active span:nth-child(426) {
  transition-delay: 34.08s;
}
.p-mission__ttl.is-active span:nth-child(427) {
  transition-delay: 34.16s;
}
.p-mission__ttl.is-active span:nth-child(428) {
  transition-delay: 34.24s;
}
.p-mission__ttl.is-active span:nth-child(429) {
  transition-delay: 34.32s;
}
.p-mission__ttl.is-active span:nth-child(430) {
  transition-delay: 34.4s;
}
.p-mission__ttl.is-active span:nth-child(431) {
  transition-delay: 34.48s;
}
.p-mission__ttl.is-active span:nth-child(432) {
  transition-delay: 34.56s;
}
.p-mission__ttl.is-active span:nth-child(433) {
  transition-delay: 34.64s;
}
.p-mission__ttl.is-active span:nth-child(434) {
  transition-delay: 34.72s;
}
.p-mission__ttl.is-active span:nth-child(435) {
  transition-delay: 34.8s;
}
.p-mission__ttl.is-active span:nth-child(436) {
  transition-delay: 34.88s;
}
.p-mission__ttl.is-active span:nth-child(437) {
  transition-delay: 34.96s;
}
.p-mission__ttl.is-active span:nth-child(438) {
  transition-delay: 35.04s;
}
.p-mission__ttl.is-active span:nth-child(439) {
  transition-delay: 35.12s;
}
.p-mission__ttl.is-active span:nth-child(440) {
  transition-delay: 35.2s;
}
.p-mission__ttl.is-active span:nth-child(441) {
  transition-delay: 35.28s;
}
.p-mission__ttl.is-active span:nth-child(442) {
  transition-delay: 35.36s;
}
.p-mission__ttl.is-active span:nth-child(443) {
  transition-delay: 35.44s;
}
.p-mission__ttl.is-active span:nth-child(444) {
  transition-delay: 35.52s;
}
.p-mission__ttl.is-active span:nth-child(445) {
  transition-delay: 35.6s;
}
.p-mission__ttl.is-active span:nth-child(446) {
  transition-delay: 35.68s;
}
.p-mission__ttl.is-active span:nth-child(447) {
  transition-delay: 35.76s;
}
.p-mission__ttl.is-active span:nth-child(448) {
  transition-delay: 35.84s;
}
.p-mission__ttl.is-active span:nth-child(449) {
  transition-delay: 35.92s;
}
.p-mission__ttl.is-active span:nth-child(450) {
  transition-delay: 36s;
}
.p-mission__ttl.is-active span:nth-child(451) {
  transition-delay: 36.08s;
}
.p-mission__ttl.is-active span:nth-child(452) {
  transition-delay: 36.16s;
}
.p-mission__ttl.is-active span:nth-child(453) {
  transition-delay: 36.24s;
}
.p-mission__ttl.is-active span:nth-child(454) {
  transition-delay: 36.32s;
}
.p-mission__ttl.is-active span:nth-child(455) {
  transition-delay: 36.4s;
}
.p-mission__ttl.is-active span:nth-child(456) {
  transition-delay: 36.48s;
}
.p-mission__ttl.is-active span:nth-child(457) {
  transition-delay: 36.56s;
}
.p-mission__ttl.is-active span:nth-child(458) {
  transition-delay: 36.64s;
}
.p-mission__ttl.is-active span:nth-child(459) {
  transition-delay: 36.72s;
}
.p-mission__ttl.is-active span:nth-child(460) {
  transition-delay: 36.8s;
}
.p-mission__ttl.is-active span:nth-child(461) {
  transition-delay: 36.88s;
}
.p-mission__ttl.is-active span:nth-child(462) {
  transition-delay: 36.96s;
}
.p-mission__ttl.is-active span:nth-child(463) {
  transition-delay: 37.04s;
}
.p-mission__ttl.is-active span:nth-child(464) {
  transition-delay: 37.12s;
}
.p-mission__ttl.is-active span:nth-child(465) {
  transition-delay: 37.2s;
}
.p-mission__ttl.is-active span:nth-child(466) {
  transition-delay: 37.28s;
}
.p-mission__ttl.is-active span:nth-child(467) {
  transition-delay: 37.36s;
}
.p-mission__ttl.is-active span:nth-child(468) {
  transition-delay: 37.44s;
}
.p-mission__ttl.is-active span:nth-child(469) {
  transition-delay: 37.52s;
}
.p-mission__ttl.is-active span:nth-child(470) {
  transition-delay: 37.6s;
}
.p-mission__ttl.is-active span:nth-child(471) {
  transition-delay: 37.68s;
}
.p-mission__ttl.is-active span:nth-child(472) {
  transition-delay: 37.76s;
}
.p-mission__ttl.is-active span:nth-child(473) {
  transition-delay: 37.84s;
}
.p-mission__ttl.is-active span:nth-child(474) {
  transition-delay: 37.92s;
}
.p-mission__ttl.is-active span:nth-child(475) {
  transition-delay: 38s;
}
.p-mission__ttl.is-active span:nth-child(476) {
  transition-delay: 38.08s;
}
.p-mission__ttl.is-active span:nth-child(477) {
  transition-delay: 38.16s;
}
.p-mission__ttl.is-active span:nth-child(478) {
  transition-delay: 38.24s;
}
.p-mission__ttl.is-active span:nth-child(479) {
  transition-delay: 38.32s;
}
.p-mission__ttl.is-active span:nth-child(480) {
  transition-delay: 38.4s;
}
.p-mission__ttl.is-active span:nth-child(481) {
  transition-delay: 38.48s;
}
.p-mission__ttl.is-active span:nth-child(482) {
  transition-delay: 38.56s;
}
.p-mission__ttl.is-active span:nth-child(483) {
  transition-delay: 38.64s;
}
.p-mission__ttl.is-active span:nth-child(484) {
  transition-delay: 38.72s;
}
.p-mission__ttl.is-active span:nth-child(485) {
  transition-delay: 38.8s;
}
.p-mission__ttl.is-active span:nth-child(486) {
  transition-delay: 38.88s;
}
.p-mission__ttl.is-active span:nth-child(487) {
  transition-delay: 38.96s;
}
.p-mission__ttl.is-active span:nth-child(488) {
  transition-delay: 39.04s;
}
.p-mission__ttl.is-active span:nth-child(489) {
  transition-delay: 39.12s;
}
.p-mission__ttl.is-active span:nth-child(490) {
  transition-delay: 39.2s;
}
.p-mission__ttl.is-active span:nth-child(491) {
  transition-delay: 39.28s;
}
.p-mission__ttl.is-active span:nth-child(492) {
  transition-delay: 39.36s;
}
.p-mission__ttl.is-active span:nth-child(493) {
  transition-delay: 39.44s;
}
.p-mission__ttl.is-active span:nth-child(494) {
  transition-delay: 39.52s;
}
.p-mission__ttl.is-active span:nth-child(495) {
  transition-delay: 39.6s;
}
.p-mission__ttl.is-active span:nth-child(496) {
  transition-delay: 39.68s;
}
.p-mission__ttl.is-active span:nth-child(497) {
  transition-delay: 39.76s;
}
.p-mission__ttl.is-active span:nth-child(498) {
  transition-delay: 39.84s;
}
.p-mission__ttl.is-active span:nth-child(499) {
  transition-delay: 39.92s;
}
.p-mission__ttl.is-active span:nth-child(500) {
  transition-delay: 40s;
}
.p-mission__ttl.is-active span:nth-child(501) {
  transition-delay: 40.08s;
}
.p-mission__ttl.is-active span:nth-child(502) {
  transition-delay: 40.16s;
}
.p-mission__ttl.is-active span:nth-child(503) {
  transition-delay: 40.24s;
}
.p-mission__ttl.is-active span:nth-child(504) {
  transition-delay: 40.32s;
}
.p-mission__ttl.is-active span:nth-child(505) {
  transition-delay: 40.4s;
}
.p-mission__ttl.is-active span:nth-child(506) {
  transition-delay: 40.48s;
}
.p-mission__ttl.is-active span:nth-child(507) {
  transition-delay: 40.56s;
}
.p-mission__ttl.is-active span:nth-child(508) {
  transition-delay: 40.64s;
}
.p-mission__ttl.is-active span:nth-child(509) {
  transition-delay: 40.72s;
}
.p-mission__ttl.is-active span:nth-child(510) {
  transition-delay: 40.8s;
}
.p-mission__ttl.is-active span:nth-child(511) {
  transition-delay: 40.88s;
}
.p-mission__ttl.is-active span:nth-child(512) {
  transition-delay: 40.96s;
}
.p-mission__ttl.is-active span:nth-child(513) {
  transition-delay: 41.04s;
}
.p-mission__ttl.is-active span:nth-child(514) {
  transition-delay: 41.12s;
}
.p-mission__ttl.is-active span:nth-child(515) {
  transition-delay: 41.2s;
}
.p-mission__ttl.is-active span:nth-child(516) {
  transition-delay: 41.28s;
}
.p-mission__ttl.is-active span:nth-child(517) {
  transition-delay: 41.36s;
}
.p-mission__ttl.is-active span:nth-child(518) {
  transition-delay: 41.44s;
}
.p-mission__ttl.is-active span:nth-child(519) {
  transition-delay: 41.52s;
}
.p-mission__ttl.is-active span:nth-child(520) {
  transition-delay: 41.6s;
}
.p-mission__ttl.is-active span:nth-child(521) {
  transition-delay: 41.68s;
}
.p-mission__ttl.is-active span:nth-child(522) {
  transition-delay: 41.76s;
}
.p-mission__ttl.is-active span:nth-child(523) {
  transition-delay: 41.84s;
}
.p-mission__ttl.is-active span:nth-child(524) {
  transition-delay: 41.92s;
}
.p-mission__ttl.is-active span:nth-child(525) {
  transition-delay: 42s;
}
.p-mission__ttl.is-active span:nth-child(526) {
  transition-delay: 42.08s;
}
.p-mission__ttl.is-active span:nth-child(527) {
  transition-delay: 42.16s;
}
.p-mission__ttl.is-active span:nth-child(528) {
  transition-delay: 42.24s;
}
.p-mission__ttl.is-active span:nth-child(529) {
  transition-delay: 42.32s;
}
.p-mission__ttl.is-active span:nth-child(530) {
  transition-delay: 42.4s;
}
.p-mission__ttl.is-active span:nth-child(531) {
  transition-delay: 42.48s;
}
.p-mission__ttl.is-active span:nth-child(532) {
  transition-delay: 42.56s;
}
.p-mission__ttl.is-active span:nth-child(533) {
  transition-delay: 42.64s;
}
.p-mission__ttl.is-active span:nth-child(534) {
  transition-delay: 42.72s;
}
.p-mission__ttl.is-active span:nth-child(535) {
  transition-delay: 42.8s;
}
.p-mission__ttl.is-active span:nth-child(536) {
  transition-delay: 42.88s;
}
.p-mission__ttl.is-active span:nth-child(537) {
  transition-delay: 42.96s;
}
.p-mission__ttl.is-active span:nth-child(538) {
  transition-delay: 43.04s;
}
.p-mission__ttl.is-active span:nth-child(539) {
  transition-delay: 43.12s;
}
.p-mission__ttl.is-active span:nth-child(540) {
  transition-delay: 43.2s;
}
.p-mission__ttl.is-active span:nth-child(541) {
  transition-delay: 43.28s;
}
.p-mission__ttl.is-active span:nth-child(542) {
  transition-delay: 43.36s;
}
.p-mission__ttl.is-active span:nth-child(543) {
  transition-delay: 43.44s;
}
.p-mission__ttl.is-active span:nth-child(544) {
  transition-delay: 43.52s;
}
.p-mission__ttl.is-active span:nth-child(545) {
  transition-delay: 43.6s;
}
.p-mission__ttl.is-active span:nth-child(546) {
  transition-delay: 43.68s;
}
.p-mission__ttl.is-active span:nth-child(547) {
  transition-delay: 43.76s;
}
.p-mission__ttl.is-active span:nth-child(548) {
  transition-delay: 43.84s;
}
.p-mission__ttl.is-active span:nth-child(549) {
  transition-delay: 43.92s;
}
.p-mission__ttl.is-active span:nth-child(550) {
  transition-delay: 44s;
}
.p-mission__ttl.is-active span:nth-child(551) {
  transition-delay: 44.08s;
}
.p-mission__ttl.is-active span:nth-child(552) {
  transition-delay: 44.16s;
}
.p-mission__ttl.is-active span:nth-child(553) {
  transition-delay: 44.24s;
}
.p-mission__ttl.is-active span:nth-child(554) {
  transition-delay: 44.32s;
}
.p-mission__ttl.is-active span:nth-child(555) {
  transition-delay: 44.4s;
}
.p-mission__ttl.is-active span:nth-child(556) {
  transition-delay: 44.48s;
}
.p-mission__ttl.is-active span:nth-child(557) {
  transition-delay: 44.56s;
}
.p-mission__ttl.is-active span:nth-child(558) {
  transition-delay: 44.64s;
}
.p-mission__ttl.is-active span:nth-child(559) {
  transition-delay: 44.72s;
}
.p-mission__ttl.is-active span:nth-child(560) {
  transition-delay: 44.8s;
}
.p-mission__ttl.is-active span:nth-child(561) {
  transition-delay: 44.88s;
}
.p-mission__ttl.is-active span:nth-child(562) {
  transition-delay: 44.96s;
}
.p-mission__ttl.is-active span:nth-child(563) {
  transition-delay: 45.04s;
}
.p-mission__ttl.is-active span:nth-child(564) {
  transition-delay: 45.12s;
}
.p-mission__ttl.is-active span:nth-child(565) {
  transition-delay: 45.2s;
}
.p-mission__ttl.is-active span:nth-child(566) {
  transition-delay: 45.28s;
}
.p-mission__ttl.is-active span:nth-child(567) {
  transition-delay: 45.36s;
}
.p-mission__ttl.is-active span:nth-child(568) {
  transition-delay: 45.44s;
}
.p-mission__ttl.is-active span:nth-child(569) {
  transition-delay: 45.52s;
}
.p-mission__ttl.is-active span:nth-child(570) {
  transition-delay: 45.6s;
}
.p-mission__ttl.is-active span:nth-child(571) {
  transition-delay: 45.68s;
}
.p-mission__ttl.is-active span:nth-child(572) {
  transition-delay: 45.76s;
}
.p-mission__ttl.is-active span:nth-child(573) {
  transition-delay: 45.84s;
}
.p-mission__ttl.is-active span:nth-child(574) {
  transition-delay: 45.92s;
}
.p-mission__ttl.is-active span:nth-child(575) {
  transition-delay: 46s;
}
.p-mission__ttl.is-active span:nth-child(576) {
  transition-delay: 46.08s;
}
.p-mission__ttl.is-active span:nth-child(577) {
  transition-delay: 46.16s;
}
.p-mission__ttl.is-active span:nth-child(578) {
  transition-delay: 46.24s;
}
.p-mission__ttl.is-active span:nth-child(579) {
  transition-delay: 46.32s;
}
.p-mission__ttl.is-active span:nth-child(580) {
  transition-delay: 46.4s;
}
.p-mission__ttl.is-active span:nth-child(581) {
  transition-delay: 46.48s;
}
.p-mission__ttl.is-active span:nth-child(582) {
  transition-delay: 46.56s;
}
.p-mission__ttl.is-active span:nth-child(583) {
  transition-delay: 46.64s;
}
.p-mission__ttl.is-active span:nth-child(584) {
  transition-delay: 46.72s;
}
.p-mission__ttl.is-active span:nth-child(585) {
  transition-delay: 46.8s;
}
.p-mission__ttl.is-active span:nth-child(586) {
  transition-delay: 46.88s;
}
.p-mission__ttl.is-active span:nth-child(587) {
  transition-delay: 46.96s;
}
.p-mission__ttl.is-active span:nth-child(588) {
  transition-delay: 47.04s;
}
.p-mission__ttl.is-active span:nth-child(589) {
  transition-delay: 47.12s;
}
.p-mission__ttl.is-active span:nth-child(590) {
  transition-delay: 47.2s;
}
.p-mission__ttl.is-active span:nth-child(591) {
  transition-delay: 47.28s;
}
.p-mission__ttl.is-active span:nth-child(592) {
  transition-delay: 47.36s;
}
.p-mission__ttl.is-active span:nth-child(593) {
  transition-delay: 47.44s;
}
.p-mission__ttl.is-active span:nth-child(594) {
  transition-delay: 47.52s;
}
.p-mission__ttl.is-active span:nth-child(595) {
  transition-delay: 47.6s;
}
.p-mission__ttl.is-active span:nth-child(596) {
  transition-delay: 47.68s;
}
.p-mission__ttl.is-active span:nth-child(597) {
  transition-delay: 47.76s;
}
.p-mission__ttl.is-active span:nth-child(598) {
  transition-delay: 47.84s;
}
.p-mission__ttl.is-active span:nth-child(599) {
  transition-delay: 47.92s;
}
.p-mission__ttl.is-active span:nth-child(600) {
  transition-delay: 48s;
}
.p-mission__ttl.is-active span:nth-child(601) {
  transition-delay: 48.08s;
}
.p-mission__ttl.is-active span:nth-child(602) {
  transition-delay: 48.16s;
}
.p-mission__ttl.is-active span:nth-child(603) {
  transition-delay: 48.24s;
}
.p-mission__ttl.is-active span:nth-child(604) {
  transition-delay: 48.32s;
}
.p-mission__ttl.is-active span:nth-child(605) {
  transition-delay: 48.4s;
}
.p-mission__ttl.is-active span:nth-child(606) {
  transition-delay: 48.48s;
}
.p-mission__ttl.is-active span:nth-child(607) {
  transition-delay: 48.56s;
}
.p-mission__ttl.is-active span:nth-child(608) {
  transition-delay: 48.64s;
}
.p-mission__ttl.is-active span:nth-child(609) {
  transition-delay: 48.72s;
}
.p-mission__ttl.is-active span:nth-child(610) {
  transition-delay: 48.8s;
}
.p-mission__ttl.is-active span:nth-child(611) {
  transition-delay: 48.88s;
}
.p-mission__ttl.is-active span:nth-child(612) {
  transition-delay: 48.96s;
}
.p-mission__ttl.is-active span:nth-child(613) {
  transition-delay: 49.04s;
}
.p-mission__ttl.is-active span:nth-child(614) {
  transition-delay: 49.12s;
}
.p-mission__ttl.is-active span:nth-child(615) {
  transition-delay: 49.2s;
}
.p-mission__ttl.is-active span:nth-child(616) {
  transition-delay: 49.28s;
}
.p-mission__ttl.is-active span:nth-child(617) {
  transition-delay: 49.36s;
}
.p-mission__ttl.is-active span:nth-child(618) {
  transition-delay: 49.44s;
}
.p-mission__ttl.is-active span:nth-child(619) {
  transition-delay: 49.52s;
}
.p-mission__ttl.is-active span:nth-child(620) {
  transition-delay: 49.6s;
}
.p-mission__ttl.is-active span:nth-child(621) {
  transition-delay: 49.68s;
}
.p-mission__ttl.is-active span:nth-child(622) {
  transition-delay: 49.76s;
}
.p-mission__ttl.is-active span:nth-child(623) {
  transition-delay: 49.84s;
}
.p-mission__ttl.is-active span:nth-child(624) {
  transition-delay: 49.92s;
}
.p-mission__ttl.is-active span:nth-child(625) {
  transition-delay: 50s;
}
.p-mission__ttl.is-active span:nth-child(626) {
  transition-delay: 50.08s;
}
.p-mission__ttl.is-active span:nth-child(627) {
  transition-delay: 50.16s;
}
.p-mission__ttl.is-active span:nth-child(628) {
  transition-delay: 50.24s;
}
.p-mission__ttl.is-active span:nth-child(629) {
  transition-delay: 50.32s;
}
.p-mission__ttl.is-active span:nth-child(630) {
  transition-delay: 50.4s;
}
.p-mission__ttl.is-active span:nth-child(631) {
  transition-delay: 50.48s;
}
.p-mission__ttl.is-active span:nth-child(632) {
  transition-delay: 50.56s;
}
.p-mission__ttl.is-active span:nth-child(633) {
  transition-delay: 50.64s;
}
.p-mission__ttl.is-active span:nth-child(634) {
  transition-delay: 50.72s;
}
.p-mission__ttl.is-active span:nth-child(635) {
  transition-delay: 50.8s;
}
.p-mission__ttl.is-active span:nth-child(636) {
  transition-delay: 50.88s;
}
.p-mission__ttl.is-active span:nth-child(637) {
  transition-delay: 50.96s;
}
.p-mission__ttl.is-active span:nth-child(638) {
  transition-delay: 51.04s;
}
.p-mission__ttl.is-active span:nth-child(639) {
  transition-delay: 51.12s;
}
.p-mission__ttl.is-active span:nth-child(640) {
  transition-delay: 51.2s;
}
.p-mission__ttl.is-active span:nth-child(641) {
  transition-delay: 51.28s;
}
.p-mission__ttl.is-active span:nth-child(642) {
  transition-delay: 51.36s;
}
.p-mission__ttl.is-active span:nth-child(643) {
  transition-delay: 51.44s;
}
.p-mission__ttl.is-active span:nth-child(644) {
  transition-delay: 51.52s;
}
.p-mission__ttl.is-active span:nth-child(645) {
  transition-delay: 51.6s;
}
.p-mission__ttl.is-active span:nth-child(646) {
  transition-delay: 51.68s;
}
.p-mission__ttl.is-active span:nth-child(647) {
  transition-delay: 51.76s;
}
.p-mission__ttl.is-active span:nth-child(648) {
  transition-delay: 51.84s;
}
.p-mission__ttl.is-active span:nth-child(649) {
  transition-delay: 51.92s;
}
.p-mission__ttl.is-active span:nth-child(650) {
  transition-delay: 52s;
}
.p-mission__ttl.is-active span:nth-child(651) {
  transition-delay: 52.08s;
}
.p-mission__ttl.is-active span:nth-child(652) {
  transition-delay: 52.16s;
}
.p-mission__ttl.is-active span:nth-child(653) {
  transition-delay: 52.24s;
}
.p-mission__ttl.is-active span:nth-child(654) {
  transition-delay: 52.32s;
}
.p-mission__ttl.is-active span:nth-child(655) {
  transition-delay: 52.4s;
}
.p-mission__ttl.is-active span:nth-child(656) {
  transition-delay: 52.48s;
}
.p-mission__ttl.is-active span:nth-child(657) {
  transition-delay: 52.56s;
}
.p-mission__ttl.is-active span:nth-child(658) {
  transition-delay: 52.64s;
}
.p-mission__ttl.is-active span:nth-child(659) {
  transition-delay: 52.72s;
}
.p-mission__ttl.is-active span:nth-child(660) {
  transition-delay: 52.8s;
}
.p-mission__ttl.is-active span:nth-child(661) {
  transition-delay: 52.88s;
}
.p-mission__ttl.is-active span:nth-child(662) {
  transition-delay: 52.96s;
}
.p-mission__ttl.is-active span:nth-child(663) {
  transition-delay: 53.04s;
}
.p-mission__ttl.is-active span:nth-child(664) {
  transition-delay: 53.12s;
}
.p-mission__ttl.is-active span:nth-child(665) {
  transition-delay: 53.2s;
}
.p-mission__ttl.is-active span:nth-child(666) {
  transition-delay: 53.28s;
}
.p-mission__ttl.is-active span:nth-child(667) {
  transition-delay: 53.36s;
}
.p-mission__ttl.is-active span:nth-child(668) {
  transition-delay: 53.44s;
}
.p-mission__ttl.is-active span:nth-child(669) {
  transition-delay: 53.52s;
}
.p-mission__ttl.is-active span:nth-child(670) {
  transition-delay: 53.6s;
}
.p-mission__ttl.is-active span:nth-child(671) {
  transition-delay: 53.68s;
}
.p-mission__ttl.is-active span:nth-child(672) {
  transition-delay: 53.76s;
}
.p-mission__ttl.is-active span:nth-child(673) {
  transition-delay: 53.84s;
}
.p-mission__ttl.is-active span:nth-child(674) {
  transition-delay: 53.92s;
}
.p-mission__ttl.is-active span:nth-child(675) {
  transition-delay: 54s;
}
.p-mission__ttl.is-active span:nth-child(676) {
  transition-delay: 54.08s;
}
.p-mission__ttl.is-active span:nth-child(677) {
  transition-delay: 54.16s;
}
.p-mission__ttl.is-active span:nth-child(678) {
  transition-delay: 54.24s;
}
.p-mission__ttl.is-active span:nth-child(679) {
  transition-delay: 54.32s;
}
.p-mission__ttl.is-active span:nth-child(680) {
  transition-delay: 54.4s;
}
.p-mission__ttl.is-active span:nth-child(681) {
  transition-delay: 54.48s;
}
.p-mission__ttl.is-active span:nth-child(682) {
  transition-delay: 54.56s;
}
.p-mission__ttl.is-active span:nth-child(683) {
  transition-delay: 54.64s;
}
.p-mission__ttl.is-active span:nth-child(684) {
  transition-delay: 54.72s;
}
.p-mission__ttl.is-active span:nth-child(685) {
  transition-delay: 54.8s;
}
.p-mission__ttl.is-active span:nth-child(686) {
  transition-delay: 54.88s;
}
.p-mission__ttl.is-active span:nth-child(687) {
  transition-delay: 54.96s;
}
.p-mission__ttl.is-active span:nth-child(688) {
  transition-delay: 55.04s;
}
.p-mission__ttl.is-active span:nth-child(689) {
  transition-delay: 55.12s;
}
.p-mission__ttl.is-active span:nth-child(690) {
  transition-delay: 55.2s;
}
.p-mission__ttl.is-active span:nth-child(691) {
  transition-delay: 55.28s;
}
.p-mission__ttl.is-active span:nth-child(692) {
  transition-delay: 55.36s;
}
.p-mission__ttl.is-active span:nth-child(693) {
  transition-delay: 55.44s;
}
.p-mission__ttl.is-active span:nth-child(694) {
  transition-delay: 55.52s;
}
.p-mission__ttl.is-active span:nth-child(695) {
  transition-delay: 55.6s;
}
.p-mission__ttl.is-active span:nth-child(696) {
  transition-delay: 55.68s;
}
.p-mission__ttl.is-active span:nth-child(697) {
  transition-delay: 55.76s;
}
.p-mission__ttl.is-active span:nth-child(698) {
  transition-delay: 55.84s;
}
.p-mission__ttl.is-active span:nth-child(699) {
  transition-delay: 55.92s;
}
.p-mission__ttl.is-active span:nth-child(700) {
  transition-delay: 56s;
}
.p-mission__ttl.is-active span:nth-child(701) {
  transition-delay: 56.08s;
}
.p-mission__ttl.is-active span:nth-child(702) {
  transition-delay: 56.16s;
}
.p-mission__ttl.is-active span:nth-child(703) {
  transition-delay: 56.24s;
}
.p-mission__ttl.is-active span:nth-child(704) {
  transition-delay: 56.32s;
}
.p-mission__ttl.is-active span:nth-child(705) {
  transition-delay: 56.4s;
}
.p-mission__ttl.is-active span:nth-child(706) {
  transition-delay: 56.48s;
}
.p-mission__ttl.is-active span:nth-child(707) {
  transition-delay: 56.56s;
}
.p-mission__ttl.is-active span:nth-child(708) {
  transition-delay: 56.64s;
}
.p-mission__ttl.is-active span:nth-child(709) {
  transition-delay: 56.72s;
}
.p-mission__ttl.is-active span:nth-child(710) {
  transition-delay: 56.8s;
}
.p-mission__ttl.is-active span:nth-child(711) {
  transition-delay: 56.88s;
}
.p-mission__ttl.is-active span:nth-child(712) {
  transition-delay: 56.96s;
}
.p-mission__ttl.is-active span:nth-child(713) {
  transition-delay: 57.04s;
}
.p-mission__ttl.is-active span:nth-child(714) {
  transition-delay: 57.12s;
}
.p-mission__ttl.is-active span:nth-child(715) {
  transition-delay: 57.2s;
}
.p-mission__ttl.is-active span:nth-child(716) {
  transition-delay: 57.28s;
}
.p-mission__ttl.is-active span:nth-child(717) {
  transition-delay: 57.36s;
}
.p-mission__ttl.is-active span:nth-child(718) {
  transition-delay: 57.44s;
}
.p-mission__ttl.is-active span:nth-child(719) {
  transition-delay: 57.52s;
}
.p-mission__ttl.is-active span:nth-child(720) {
  transition-delay: 57.6s;
}
.p-mission__ttl.is-active span:nth-child(721) {
  transition-delay: 57.68s;
}
.p-mission__ttl.is-active span:nth-child(722) {
  transition-delay: 57.76s;
}
.p-mission__ttl.is-active span:nth-child(723) {
  transition-delay: 57.84s;
}
.p-mission__ttl.is-active span:nth-child(724) {
  transition-delay: 57.92s;
}
.p-mission__ttl.is-active span:nth-child(725) {
  transition-delay: 58s;
}
.p-mission__ttl.is-active span:nth-child(726) {
  transition-delay: 58.08s;
}
.p-mission__ttl.is-active span:nth-child(727) {
  transition-delay: 58.16s;
}
.p-mission__ttl.is-active span:nth-child(728) {
  transition-delay: 58.24s;
}
.p-mission__ttl.is-active span:nth-child(729) {
  transition-delay: 58.32s;
}
.p-mission__ttl.is-active span:nth-child(730) {
  transition-delay: 58.4s;
}
.p-mission__ttl.is-active span:nth-child(731) {
  transition-delay: 58.48s;
}
.p-mission__ttl.is-active span:nth-child(732) {
  transition-delay: 58.56s;
}
.p-mission__ttl.is-active span:nth-child(733) {
  transition-delay: 58.64s;
}
.p-mission__ttl.is-active span:nth-child(734) {
  transition-delay: 58.72s;
}
.p-mission__ttl.is-active span:nth-child(735) {
  transition-delay: 58.8s;
}
.p-mission__ttl.is-active span:nth-child(736) {
  transition-delay: 58.88s;
}
.p-mission__ttl.is-active span:nth-child(737) {
  transition-delay: 58.96s;
}
.p-mission__ttl.is-active span:nth-child(738) {
  transition-delay: 59.04s;
}
.p-mission__ttl.is-active span:nth-child(739) {
  transition-delay: 59.12s;
}
.p-mission__ttl.is-active span:nth-child(740) {
  transition-delay: 59.2s;
}
.p-mission__ttl.is-active span:nth-child(741) {
  transition-delay: 59.28s;
}
.p-mission__ttl.is-active span:nth-child(742) {
  transition-delay: 59.36s;
}
.p-mission__ttl.is-active span:nth-child(743) {
  transition-delay: 59.44s;
}
.p-mission__ttl.is-active span:nth-child(744) {
  transition-delay: 59.52s;
}
.p-mission__ttl.is-active span:nth-child(745) {
  transition-delay: 59.6s;
}
.p-mission__ttl.is-active span:nth-child(746) {
  transition-delay: 59.68s;
}
.p-mission__ttl.is-active span:nth-child(747) {
  transition-delay: 59.76s;
}
.p-mission__ttl.is-active span:nth-child(748) {
  transition-delay: 59.84s;
}
.p-mission__ttl.is-active span:nth-child(749) {
  transition-delay: 59.92s;
}
.p-mission__ttl.is-active span:nth-child(750) {
  transition-delay: 60s;
}
.p-mission__ttl.is-active span:nth-child(751) {
  transition-delay: 60.08s;
}
.p-mission__ttl.is-active span:nth-child(752) {
  transition-delay: 60.16s;
}
.p-mission__ttl.is-active span:nth-child(753) {
  transition-delay: 60.24s;
}
.p-mission__ttl.is-active span:nth-child(754) {
  transition-delay: 60.32s;
}
.p-mission__ttl.is-active span:nth-child(755) {
  transition-delay: 60.4s;
}
.p-mission__ttl.is-active span:nth-child(756) {
  transition-delay: 60.48s;
}
.p-mission__ttl.is-active span:nth-child(757) {
  transition-delay: 60.56s;
}
.p-mission__ttl.is-active span:nth-child(758) {
  transition-delay: 60.64s;
}
.p-mission__ttl.is-active span:nth-child(759) {
  transition-delay: 60.72s;
}
.p-mission__ttl.is-active span:nth-child(760) {
  transition-delay: 60.8s;
}
.p-mission__ttl.is-active span:nth-child(761) {
  transition-delay: 60.88s;
}
.p-mission__ttl.is-active span:nth-child(762) {
  transition-delay: 60.96s;
}
.p-mission__ttl.is-active span:nth-child(763) {
  transition-delay: 61.04s;
}
.p-mission__ttl.is-active span:nth-child(764) {
  transition-delay: 61.12s;
}
.p-mission__ttl.is-active span:nth-child(765) {
  transition-delay: 61.2s;
}
.p-mission__ttl.is-active span:nth-child(766) {
  transition-delay: 61.28s;
}
.p-mission__ttl.is-active span:nth-child(767) {
  transition-delay: 61.36s;
}
.p-mission__ttl.is-active span:nth-child(768) {
  transition-delay: 61.44s;
}
.p-mission__ttl.is-active span:nth-child(769) {
  transition-delay: 61.52s;
}
.p-mission__ttl.is-active span:nth-child(770) {
  transition-delay: 61.6s;
}
.p-mission__ttl.is-active span:nth-child(771) {
  transition-delay: 61.68s;
}
.p-mission__ttl.is-active span:nth-child(772) {
  transition-delay: 61.76s;
}
.p-mission__ttl.is-active span:nth-child(773) {
  transition-delay: 61.84s;
}
.p-mission__ttl.is-active span:nth-child(774) {
  transition-delay: 61.92s;
}
.p-mission__ttl.is-active span:nth-child(775) {
  transition-delay: 62s;
}
.p-mission__ttl.is-active span:nth-child(776) {
  transition-delay: 62.08s;
}
.p-mission__ttl.is-active span:nth-child(777) {
  transition-delay: 62.16s;
}
.p-mission__ttl.is-active span:nth-child(778) {
  transition-delay: 62.24s;
}
.p-mission__ttl.is-active span:nth-child(779) {
  transition-delay: 62.32s;
}
.p-mission__ttl.is-active span:nth-child(780) {
  transition-delay: 62.4s;
}
.p-mission__ttl.is-active span:nth-child(781) {
  transition-delay: 62.48s;
}
.p-mission__ttl.is-active span:nth-child(782) {
  transition-delay: 62.56s;
}
.p-mission__ttl.is-active span:nth-child(783) {
  transition-delay: 62.64s;
}
.p-mission__ttl.is-active span:nth-child(784) {
  transition-delay: 62.72s;
}
.p-mission__ttl.is-active span:nth-child(785) {
  transition-delay: 62.8s;
}
.p-mission__ttl.is-active span:nth-child(786) {
  transition-delay: 62.88s;
}
.p-mission__ttl.is-active span:nth-child(787) {
  transition-delay: 62.96s;
}
.p-mission__ttl.is-active span:nth-child(788) {
  transition-delay: 63.04s;
}
.p-mission__ttl.is-active span:nth-child(789) {
  transition-delay: 63.12s;
}
.p-mission__ttl.is-active span:nth-child(790) {
  transition-delay: 63.2s;
}
.p-mission__ttl.is-active span:nth-child(791) {
  transition-delay: 63.28s;
}
.p-mission__ttl.is-active span:nth-child(792) {
  transition-delay: 63.36s;
}
.p-mission__ttl.is-active span:nth-child(793) {
  transition-delay: 63.44s;
}
.p-mission__ttl.is-active span:nth-child(794) {
  transition-delay: 63.52s;
}
.p-mission__ttl.is-active span:nth-child(795) {
  transition-delay: 63.6s;
}
.p-mission__ttl.is-active span:nth-child(796) {
  transition-delay: 63.68s;
}
.p-mission__ttl.is-active span:nth-child(797) {
  transition-delay: 63.76s;
}
.p-mission__ttl.is-active span:nth-child(798) {
  transition-delay: 63.84s;
}
.p-mission__ttl.is-active span:nth-child(799) {
  transition-delay: 63.92s;
}
.p-mission__ttl.is-active span:nth-child(800) {
  transition-delay: 64s;
}
.p-mission__ttl.is-active span:nth-child(801) {
  transition-delay: 64.08s;
}
.p-mission__ttl.is-active span:nth-child(802) {
  transition-delay: 64.16s;
}
.p-mission__ttl.is-active span:nth-child(803) {
  transition-delay: 64.24s;
}
.p-mission__ttl.is-active span:nth-child(804) {
  transition-delay: 64.32s;
}
.p-mission__ttl.is-active span:nth-child(805) {
  transition-delay: 64.4s;
}
.p-mission__ttl.is-active span:nth-child(806) {
  transition-delay: 64.48s;
}
.p-mission__ttl.is-active span:nth-child(807) {
  transition-delay: 64.56s;
}
.p-mission__ttl.is-active span:nth-child(808) {
  transition-delay: 64.64s;
}
.p-mission__ttl.is-active span:nth-child(809) {
  transition-delay: 64.72s;
}
.p-mission__ttl.is-active span:nth-child(810) {
  transition-delay: 64.8s;
}
.p-mission__ttl.is-active span:nth-child(811) {
  transition-delay: 64.88s;
}
.p-mission__ttl.is-active span:nth-child(812) {
  transition-delay: 64.96s;
}
.p-mission__ttl.is-active span:nth-child(813) {
  transition-delay: 65.04s;
}
.p-mission__ttl.is-active span:nth-child(814) {
  transition-delay: 65.12s;
}
.p-mission__ttl.is-active span:nth-child(815) {
  transition-delay: 65.2s;
}
.p-mission__ttl.is-active span:nth-child(816) {
  transition-delay: 65.28s;
}
.p-mission__ttl.is-active span:nth-child(817) {
  transition-delay: 65.36s;
}
.p-mission__ttl.is-active span:nth-child(818) {
  transition-delay: 65.44s;
}
.p-mission__ttl.is-active span:nth-child(819) {
  transition-delay: 65.52s;
}
.p-mission__ttl.is-active span:nth-child(820) {
  transition-delay: 65.6s;
}
.p-mission__ttl.is-active span:nth-child(821) {
  transition-delay: 65.68s;
}
.p-mission__ttl.is-active span:nth-child(822) {
  transition-delay: 65.76s;
}
.p-mission__ttl.is-active span:nth-child(823) {
  transition-delay: 65.84s;
}
.p-mission__ttl.is-active span:nth-child(824) {
  transition-delay: 65.92s;
}
.p-mission__ttl.is-active span:nth-child(825) {
  transition-delay: 66s;
}
.p-mission__ttl.is-active span:nth-child(826) {
  transition-delay: 66.08s;
}
.p-mission__ttl.is-active span:nth-child(827) {
  transition-delay: 66.16s;
}
.p-mission__ttl.is-active span:nth-child(828) {
  transition-delay: 66.24s;
}
.p-mission__ttl.is-active span:nth-child(829) {
  transition-delay: 66.32s;
}
.p-mission__ttl.is-active span:nth-child(830) {
  transition-delay: 66.4s;
}
.p-mission__ttl.is-active span:nth-child(831) {
  transition-delay: 66.48s;
}
.p-mission__ttl.is-active span:nth-child(832) {
  transition-delay: 66.56s;
}
.p-mission__ttl.is-active span:nth-child(833) {
  transition-delay: 66.64s;
}
.p-mission__ttl.is-active span:nth-child(834) {
  transition-delay: 66.72s;
}
.p-mission__ttl.is-active span:nth-child(835) {
  transition-delay: 66.8s;
}
.p-mission__ttl.is-active span:nth-child(836) {
  transition-delay: 66.88s;
}
.p-mission__ttl.is-active span:nth-child(837) {
  transition-delay: 66.96s;
}
.p-mission__ttl.is-active span:nth-child(838) {
  transition-delay: 67.04s;
}
.p-mission__ttl.is-active span:nth-child(839) {
  transition-delay: 67.12s;
}
.p-mission__ttl.is-active span:nth-child(840) {
  transition-delay: 67.2s;
}
.p-mission__ttl.is-active span:nth-child(841) {
  transition-delay: 67.28s;
}
.p-mission__ttl.is-active span:nth-child(842) {
  transition-delay: 67.36s;
}
.p-mission__ttl.is-active span:nth-child(843) {
  transition-delay: 67.44s;
}
.p-mission__ttl.is-active span:nth-child(844) {
  transition-delay: 67.52s;
}
.p-mission__ttl.is-active span:nth-child(845) {
  transition-delay: 67.6s;
}
.p-mission__ttl.is-active span:nth-child(846) {
  transition-delay: 67.68s;
}
.p-mission__ttl.is-active span:nth-child(847) {
  transition-delay: 67.76s;
}
.p-mission__ttl.is-active span:nth-child(848) {
  transition-delay: 67.84s;
}
.p-mission__ttl.is-active span:nth-child(849) {
  transition-delay: 67.92s;
}
.p-mission__ttl.is-active span:nth-child(850) {
  transition-delay: 68s;
}
.p-mission__ttl.is-active span:nth-child(851) {
  transition-delay: 68.08s;
}
.p-mission__ttl.is-active span:nth-child(852) {
  transition-delay: 68.16s;
}
.p-mission__ttl.is-active span:nth-child(853) {
  transition-delay: 68.24s;
}
.p-mission__ttl.is-active span:nth-child(854) {
  transition-delay: 68.32s;
}
.p-mission__ttl.is-active span:nth-child(855) {
  transition-delay: 68.4s;
}
.p-mission__ttl.is-active span:nth-child(856) {
  transition-delay: 68.48s;
}
.p-mission__ttl.is-active span:nth-child(857) {
  transition-delay: 68.56s;
}
.p-mission__ttl.is-active span:nth-child(858) {
  transition-delay: 68.64s;
}
.p-mission__ttl.is-active span:nth-child(859) {
  transition-delay: 68.72s;
}
.p-mission__ttl.is-active span:nth-child(860) {
  transition-delay: 68.8s;
}
.p-mission__ttl.is-active span:nth-child(861) {
  transition-delay: 68.88s;
}
.p-mission__ttl.is-active span:nth-child(862) {
  transition-delay: 68.96s;
}
.p-mission__ttl.is-active span:nth-child(863) {
  transition-delay: 69.04s;
}
.p-mission__ttl.is-active span:nth-child(864) {
  transition-delay: 69.12s;
}
.p-mission__ttl.is-active span:nth-child(865) {
  transition-delay: 69.2s;
}
.p-mission__ttl.is-active span:nth-child(866) {
  transition-delay: 69.28s;
}
.p-mission__ttl.is-active span:nth-child(867) {
  transition-delay: 69.36s;
}
.p-mission__ttl.is-active span:nth-child(868) {
  transition-delay: 69.44s;
}
.p-mission__ttl.is-active span:nth-child(869) {
  transition-delay: 69.52s;
}
.p-mission__ttl.is-active span:nth-child(870) {
  transition-delay: 69.6s;
}
.p-mission__ttl.is-active span:nth-child(871) {
  transition-delay: 69.68s;
}
.p-mission__ttl.is-active span:nth-child(872) {
  transition-delay: 69.76s;
}
.p-mission__ttl.is-active span:nth-child(873) {
  transition-delay: 69.84s;
}
.p-mission__ttl.is-active span:nth-child(874) {
  transition-delay: 69.92s;
}
.p-mission__ttl.is-active span:nth-child(875) {
  transition-delay: 70s;
}
.p-mission__ttl.is-active span:nth-child(876) {
  transition-delay: 70.08s;
}
.p-mission__ttl.is-active span:nth-child(877) {
  transition-delay: 70.16s;
}
.p-mission__ttl.is-active span:nth-child(878) {
  transition-delay: 70.24s;
}
.p-mission__ttl.is-active span:nth-child(879) {
  transition-delay: 70.32s;
}
.p-mission__ttl.is-active span:nth-child(880) {
  transition-delay: 70.4s;
}
.p-mission__ttl.is-active span:nth-child(881) {
  transition-delay: 70.48s;
}
.p-mission__ttl.is-active span:nth-child(882) {
  transition-delay: 70.56s;
}
.p-mission__ttl.is-active span:nth-child(883) {
  transition-delay: 70.64s;
}
.p-mission__ttl.is-active span:nth-child(884) {
  transition-delay: 70.72s;
}
.p-mission__ttl.is-active span:nth-child(885) {
  transition-delay: 70.8s;
}
.p-mission__ttl.is-active span:nth-child(886) {
  transition-delay: 70.88s;
}
.p-mission__ttl.is-active span:nth-child(887) {
  transition-delay: 70.96s;
}
.p-mission__ttl.is-active span:nth-child(888) {
  transition-delay: 71.04s;
}
.p-mission__ttl.is-active span:nth-child(889) {
  transition-delay: 71.12s;
}
.p-mission__ttl.is-active span:nth-child(890) {
  transition-delay: 71.2s;
}
.p-mission__ttl.is-active span:nth-child(891) {
  transition-delay: 71.28s;
}
.p-mission__ttl.is-active span:nth-child(892) {
  transition-delay: 71.36s;
}
.p-mission__ttl.is-active span:nth-child(893) {
  transition-delay: 71.44s;
}
.p-mission__ttl.is-active span:nth-child(894) {
  transition-delay: 71.52s;
}
.p-mission__ttl.is-active span:nth-child(895) {
  transition-delay: 71.6s;
}
.p-mission__ttl.is-active span:nth-child(896) {
  transition-delay: 71.68s;
}
.p-mission__ttl.is-active span:nth-child(897) {
  transition-delay: 71.76s;
}
.p-mission__ttl.is-active span:nth-child(898) {
  transition-delay: 71.84s;
}
.p-mission__ttl.is-active span:nth-child(899) {
  transition-delay: 71.92s;
}
.p-mission__ttl.is-active span:nth-child(900) {
  transition-delay: 72s;
}
.p-mission__ttl.is-active span:nth-child(901) {
  transition-delay: 72.08s;
}
.p-mission__ttl.is-active span:nth-child(902) {
  transition-delay: 72.16s;
}
.p-mission__ttl.is-active span:nth-child(903) {
  transition-delay: 72.24s;
}
.p-mission__ttl.is-active span:nth-child(904) {
  transition-delay: 72.32s;
}
.p-mission__ttl.is-active span:nth-child(905) {
  transition-delay: 72.4s;
}
.p-mission__ttl.is-active span:nth-child(906) {
  transition-delay: 72.48s;
}
.p-mission__ttl.is-active span:nth-child(907) {
  transition-delay: 72.56s;
}
.p-mission__ttl.is-active span:nth-child(908) {
  transition-delay: 72.64s;
}
.p-mission__ttl.is-active span:nth-child(909) {
  transition-delay: 72.72s;
}
.p-mission__ttl.is-active span:nth-child(910) {
  transition-delay: 72.8s;
}
.p-mission__ttl.is-active span:nth-child(911) {
  transition-delay: 72.88s;
}
.p-mission__ttl.is-active span:nth-child(912) {
  transition-delay: 72.96s;
}
.p-mission__ttl.is-active span:nth-child(913) {
  transition-delay: 73.04s;
}
.p-mission__ttl.is-active span:nth-child(914) {
  transition-delay: 73.12s;
}
.p-mission__ttl.is-active span:nth-child(915) {
  transition-delay: 73.2s;
}
.p-mission__ttl.is-active span:nth-child(916) {
  transition-delay: 73.28s;
}
.p-mission__ttl.is-active span:nth-child(917) {
  transition-delay: 73.36s;
}
.p-mission__ttl.is-active span:nth-child(918) {
  transition-delay: 73.44s;
}
.p-mission__ttl.is-active span:nth-child(919) {
  transition-delay: 73.52s;
}
.p-mission__ttl.is-active span:nth-child(920) {
  transition-delay: 73.6s;
}
.p-mission__ttl.is-active span:nth-child(921) {
  transition-delay: 73.68s;
}
.p-mission__ttl.is-active span:nth-child(922) {
  transition-delay: 73.76s;
}
.p-mission__ttl.is-active span:nth-child(923) {
  transition-delay: 73.84s;
}
.p-mission__ttl.is-active span:nth-child(924) {
  transition-delay: 73.92s;
}
.p-mission__ttl.is-active span:nth-child(925) {
  transition-delay: 74s;
}
.p-mission__ttl.is-active span:nth-child(926) {
  transition-delay: 74.08s;
}
.p-mission__ttl.is-active span:nth-child(927) {
  transition-delay: 74.16s;
}
.p-mission__ttl.is-active span:nth-child(928) {
  transition-delay: 74.24s;
}
.p-mission__ttl.is-active span:nth-child(929) {
  transition-delay: 74.32s;
}
.p-mission__ttl.is-active span:nth-child(930) {
  transition-delay: 74.4s;
}
.p-mission__ttl.is-active span:nth-child(931) {
  transition-delay: 74.48s;
}
.p-mission__ttl.is-active span:nth-child(932) {
  transition-delay: 74.56s;
}
.p-mission__ttl.is-active span:nth-child(933) {
  transition-delay: 74.64s;
}
.p-mission__ttl.is-active span:nth-child(934) {
  transition-delay: 74.72s;
}
.p-mission__ttl.is-active span:nth-child(935) {
  transition-delay: 74.8s;
}
.p-mission__ttl.is-active span:nth-child(936) {
  transition-delay: 74.88s;
}
.p-mission__ttl.is-active span:nth-child(937) {
  transition-delay: 74.96s;
}
.p-mission__ttl.is-active span:nth-child(938) {
  transition-delay: 75.04s;
}
.p-mission__ttl.is-active span:nth-child(939) {
  transition-delay: 75.12s;
}
.p-mission__ttl.is-active span:nth-child(940) {
  transition-delay: 75.2s;
}
.p-mission__ttl.is-active span:nth-child(941) {
  transition-delay: 75.28s;
}
.p-mission__ttl.is-active span:nth-child(942) {
  transition-delay: 75.36s;
}
.p-mission__ttl.is-active span:nth-child(943) {
  transition-delay: 75.44s;
}
.p-mission__ttl.is-active span:nth-child(944) {
  transition-delay: 75.52s;
}
.p-mission__ttl.is-active span:nth-child(945) {
  transition-delay: 75.6s;
}
.p-mission__ttl.is-active span:nth-child(946) {
  transition-delay: 75.68s;
}
.p-mission__ttl.is-active span:nth-child(947) {
  transition-delay: 75.76s;
}
.p-mission__ttl.is-active span:nth-child(948) {
  transition-delay: 75.84s;
}
.p-mission__ttl.is-active span:nth-child(949) {
  transition-delay: 75.92s;
}
.p-mission__ttl.is-active span:nth-child(950) {
  transition-delay: 76s;
}
.p-mission__ttl.is-active span:nth-child(951) {
  transition-delay: 76.08s;
}
.p-mission__ttl.is-active span:nth-child(952) {
  transition-delay: 76.16s;
}
.p-mission__ttl.is-active span:nth-child(953) {
  transition-delay: 76.24s;
}
.p-mission__ttl.is-active span:nth-child(954) {
  transition-delay: 76.32s;
}
.p-mission__ttl.is-active span:nth-child(955) {
  transition-delay: 76.4s;
}
.p-mission__ttl.is-active span:nth-child(956) {
  transition-delay: 76.48s;
}
.p-mission__ttl.is-active span:nth-child(957) {
  transition-delay: 76.56s;
}
.p-mission__ttl.is-active span:nth-child(958) {
  transition-delay: 76.64s;
}
.p-mission__ttl.is-active span:nth-child(959) {
  transition-delay: 76.72s;
}
.p-mission__ttl.is-active span:nth-child(960) {
  transition-delay: 76.8s;
}
.p-mission__ttl.is-active span:nth-child(961) {
  transition-delay: 76.88s;
}
.p-mission__ttl.is-active span:nth-child(962) {
  transition-delay: 76.96s;
}
.p-mission__ttl.is-active span:nth-child(963) {
  transition-delay: 77.04s;
}
.p-mission__ttl.is-active span:nth-child(964) {
  transition-delay: 77.12s;
}
.p-mission__ttl.is-active span:nth-child(965) {
  transition-delay: 77.2s;
}
.p-mission__ttl.is-active span:nth-child(966) {
  transition-delay: 77.28s;
}
.p-mission__ttl.is-active span:nth-child(967) {
  transition-delay: 77.36s;
}
.p-mission__ttl.is-active span:nth-child(968) {
  transition-delay: 77.44s;
}
.p-mission__ttl.is-active span:nth-child(969) {
  transition-delay: 77.52s;
}
.p-mission__ttl.is-active span:nth-child(970) {
  transition-delay: 77.6s;
}
.p-mission__ttl.is-active span:nth-child(971) {
  transition-delay: 77.68s;
}
.p-mission__ttl.is-active span:nth-child(972) {
  transition-delay: 77.76s;
}
.p-mission__ttl.is-active span:nth-child(973) {
  transition-delay: 77.84s;
}
.p-mission__ttl.is-active span:nth-child(974) {
  transition-delay: 77.92s;
}
.p-mission__ttl.is-active span:nth-child(975) {
  transition-delay: 78s;
}
.p-mission__ttl.is-active span:nth-child(976) {
  transition-delay: 78.08s;
}
.p-mission__ttl.is-active span:nth-child(977) {
  transition-delay: 78.16s;
}
.p-mission__ttl.is-active span:nth-child(978) {
  transition-delay: 78.24s;
}
.p-mission__ttl.is-active span:nth-child(979) {
  transition-delay: 78.32s;
}
.p-mission__ttl.is-active span:nth-child(980) {
  transition-delay: 78.4s;
}
.p-mission__ttl.is-active span:nth-child(981) {
  transition-delay: 78.48s;
}
.p-mission__ttl.is-active span:nth-child(982) {
  transition-delay: 78.56s;
}
.p-mission__ttl.is-active span:nth-child(983) {
  transition-delay: 78.64s;
}
.p-mission__ttl.is-active span:nth-child(984) {
  transition-delay: 78.72s;
}
.p-mission__ttl.is-active span:nth-child(985) {
  transition-delay: 78.8s;
}
.p-mission__ttl.is-active span:nth-child(986) {
  transition-delay: 78.88s;
}
.p-mission__ttl.is-active span:nth-child(987) {
  transition-delay: 78.96s;
}
.p-mission__ttl.is-active span:nth-child(988) {
  transition-delay: 79.04s;
}
.p-mission__ttl.is-active span:nth-child(989) {
  transition-delay: 79.12s;
}
.p-mission__ttl.is-active span:nth-child(990) {
  transition-delay: 79.2s;
}
.p-mission__ttl.is-active span:nth-child(991) {
  transition-delay: 79.28s;
}
.p-mission__ttl.is-active span:nth-child(992) {
  transition-delay: 79.36s;
}
.p-mission__ttl.is-active span:nth-child(993) {
  transition-delay: 79.44s;
}
.p-mission__ttl.is-active span:nth-child(994) {
  transition-delay: 79.52s;
}
.p-mission__ttl.is-active span:nth-child(995) {
  transition-delay: 79.6s;
}
.p-mission__ttl.is-active span:nth-child(996) {
  transition-delay: 79.68s;
}
.p-mission__ttl.is-active span:nth-child(997) {
  transition-delay: 79.76s;
}
.p-mission__ttl.is-active span:nth-child(998) {
  transition-delay: 79.84s;
}
.p-mission__ttl.is-active span:nth-child(999) {
  transition-delay: 79.92s;
}

.p-mission__side {
  opacity: 0;
  transition: 0.8s ease;
  color: #fff;
  position: fixed;
  top: 18%;
  left: 0;
}
.p-mission__side::before {
  background-color: white;
}
.p-mission__side span::before {
  background-color: #fff;
}
.p-mission__side.is-active {
  opacity: 1;
}

.p-mission__text {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.p-mission__text.is-hidden {
  visibility: hidden;
}
.p-mission__text {
  position: fixed;
  opacity: 0;
  transition: 0.3s ease;
}
.p-mission__text .text__wrap {
  opacity: 0;
  transition: opacity 2s ease, clip-path 1s ease;
  clip-path: inset(0 0 100% 0);
}
.p-mission__text p {
  font-size: 1.9375rem;
  font-size: clamp(15px, 1.61458vw, 24px);
  letter-spacing: -0.01em;
  line-height: 1.87;
}
.p-mission__text p:not(:last-of-type) {
  margin-bottom: 3.625rem;
  margin-bottom: 2.5rem;
}
.p-mission__text.left {
  top: 16%;
  left: 12%;
}
.p-mission__text.right {
  top: 16%;
  right: 10%;
  text-align: right;
}
.p-mission__text.is-sticky {
  position: fixed;
}
.p-mission__text.is-active {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
.p-mission__text.is-active .p-mission__ttl span {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(2) {
  transition-delay: 0.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(3) {
  transition-delay: 0.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(4) {
  transition-delay: 0.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(5) {
  transition-delay: 0.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(6) {
  transition-delay: 0.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(7) {
  transition-delay: 0.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(8) {
  transition-delay: 0.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(9) {
  transition-delay: 0.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(10) {
  transition-delay: 0.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(11) {
  transition-delay: 0.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(12) {
  transition-delay: 0.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(13) {
  transition-delay: 0.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(14) {
  transition-delay: 0.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(15) {
  transition-delay: 0.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(16) {
  transition-delay: 0.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(17) {
  transition-delay: 0.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(18) {
  transition-delay: 0.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(19) {
  transition-delay: 0.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(20) {
  transition-delay: 1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(21) {
  transition-delay: 1.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(22) {
  transition-delay: 1.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(23) {
  transition-delay: 1.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(24) {
  transition-delay: 1.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(25) {
  transition-delay: 1.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(26) {
  transition-delay: 1.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(27) {
  transition-delay: 1.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(28) {
  transition-delay: 1.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(29) {
  transition-delay: 1.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(30) {
  transition-delay: 1.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(31) {
  transition-delay: 1.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(32) {
  transition-delay: 1.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(33) {
  transition-delay: 1.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(34) {
  transition-delay: 1.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(35) {
  transition-delay: 1.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(36) {
  transition-delay: 1.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(37) {
  transition-delay: 1.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(38) {
  transition-delay: 1.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(39) {
  transition-delay: 1.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(40) {
  transition-delay: 2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(41) {
  transition-delay: 2.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(42) {
  transition-delay: 2.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(43) {
  transition-delay: 2.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(44) {
  transition-delay: 2.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(45) {
  transition-delay: 2.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(46) {
  transition-delay: 2.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(47) {
  transition-delay: 2.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(48) {
  transition-delay: 2.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(49) {
  transition-delay: 2.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(50) {
  transition-delay: 2.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(51) {
  transition-delay: 2.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(52) {
  transition-delay: 2.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(53) {
  transition-delay: 2.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(54) {
  transition-delay: 2.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(55) {
  transition-delay: 2.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(56) {
  transition-delay: 2.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(57) {
  transition-delay: 2.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(58) {
  transition-delay: 2.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(59) {
  transition-delay: 2.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(60) {
  transition-delay: 3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(61) {
  transition-delay: 3.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(62) {
  transition-delay: 3.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(63) {
  transition-delay: 3.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(64) {
  transition-delay: 3.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(65) {
  transition-delay: 3.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(66) {
  transition-delay: 3.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(67) {
  transition-delay: 3.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(68) {
  transition-delay: 3.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(69) {
  transition-delay: 3.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(70) {
  transition-delay: 3.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(71) {
  transition-delay: 3.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(72) {
  transition-delay: 3.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(73) {
  transition-delay: 3.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(74) {
  transition-delay: 3.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(75) {
  transition-delay: 3.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(76) {
  transition-delay: 3.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(77) {
  transition-delay: 3.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(78) {
  transition-delay: 3.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(79) {
  transition-delay: 3.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(80) {
  transition-delay: 4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(81) {
  transition-delay: 4.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(82) {
  transition-delay: 4.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(83) {
  transition-delay: 4.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(84) {
  transition-delay: 4.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(85) {
  transition-delay: 4.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(86) {
  transition-delay: 4.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(87) {
  transition-delay: 4.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(88) {
  transition-delay: 4.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(89) {
  transition-delay: 4.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(90) {
  transition-delay: 4.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(91) {
  transition-delay: 4.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(92) {
  transition-delay: 4.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(93) {
  transition-delay: 4.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(94) {
  transition-delay: 4.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(95) {
  transition-delay: 4.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(96) {
  transition-delay: 4.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(97) {
  transition-delay: 4.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(98) {
  transition-delay: 4.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(99) {
  transition-delay: 4.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(100) {
  transition-delay: 5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(101) {
  transition-delay: 5.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(102) {
  transition-delay: 5.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(103) {
  transition-delay: 5.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(104) {
  transition-delay: 5.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(105) {
  transition-delay: 5.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(106) {
  transition-delay: 5.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(107) {
  transition-delay: 5.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(108) {
  transition-delay: 5.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(109) {
  transition-delay: 5.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(110) {
  transition-delay: 5.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(111) {
  transition-delay: 5.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(112) {
  transition-delay: 5.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(113) {
  transition-delay: 5.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(114) {
  transition-delay: 5.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(115) {
  transition-delay: 5.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(116) {
  transition-delay: 5.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(117) {
  transition-delay: 5.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(118) {
  transition-delay: 5.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(119) {
  transition-delay: 5.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(120) {
  transition-delay: 6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(121) {
  transition-delay: 6.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(122) {
  transition-delay: 6.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(123) {
  transition-delay: 6.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(124) {
  transition-delay: 6.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(125) {
  transition-delay: 6.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(126) {
  transition-delay: 6.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(127) {
  transition-delay: 6.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(128) {
  transition-delay: 6.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(129) {
  transition-delay: 6.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(130) {
  transition-delay: 6.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(131) {
  transition-delay: 6.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(132) {
  transition-delay: 6.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(133) {
  transition-delay: 6.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(134) {
  transition-delay: 6.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(135) {
  transition-delay: 6.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(136) {
  transition-delay: 6.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(137) {
  transition-delay: 6.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(138) {
  transition-delay: 6.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(139) {
  transition-delay: 6.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(140) {
  transition-delay: 7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(141) {
  transition-delay: 7.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(142) {
  transition-delay: 7.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(143) {
  transition-delay: 7.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(144) {
  transition-delay: 7.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(145) {
  transition-delay: 7.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(146) {
  transition-delay: 7.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(147) {
  transition-delay: 7.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(148) {
  transition-delay: 7.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(149) {
  transition-delay: 7.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(150) {
  transition-delay: 7.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(151) {
  transition-delay: 7.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(152) {
  transition-delay: 7.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(153) {
  transition-delay: 7.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(154) {
  transition-delay: 7.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(155) {
  transition-delay: 7.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(156) {
  transition-delay: 7.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(157) {
  transition-delay: 7.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(158) {
  transition-delay: 7.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(159) {
  transition-delay: 7.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(160) {
  transition-delay: 8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(161) {
  transition-delay: 8.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(162) {
  transition-delay: 8.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(163) {
  transition-delay: 8.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(164) {
  transition-delay: 8.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(165) {
  transition-delay: 8.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(166) {
  transition-delay: 8.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(167) {
  transition-delay: 8.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(168) {
  transition-delay: 8.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(169) {
  transition-delay: 8.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(170) {
  transition-delay: 8.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(171) {
  transition-delay: 8.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(172) {
  transition-delay: 8.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(173) {
  transition-delay: 8.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(174) {
  transition-delay: 8.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(175) {
  transition-delay: 8.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(176) {
  transition-delay: 8.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(177) {
  transition-delay: 8.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(178) {
  transition-delay: 8.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(179) {
  transition-delay: 8.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(180) {
  transition-delay: 9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(181) {
  transition-delay: 9.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(182) {
  transition-delay: 9.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(183) {
  transition-delay: 9.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(184) {
  transition-delay: 9.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(185) {
  transition-delay: 9.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(186) {
  transition-delay: 9.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(187) {
  transition-delay: 9.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(188) {
  transition-delay: 9.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(189) {
  transition-delay: 9.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(190) {
  transition-delay: 9.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(191) {
  transition-delay: 9.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(192) {
  transition-delay: 9.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(193) {
  transition-delay: 9.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(194) {
  transition-delay: 9.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(195) {
  transition-delay: 9.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(196) {
  transition-delay: 9.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(197) {
  transition-delay: 9.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(198) {
  transition-delay: 9.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(199) {
  transition-delay: 9.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(200) {
  transition-delay: 10s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(201) {
  transition-delay: 10.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(202) {
  transition-delay: 10.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(203) {
  transition-delay: 10.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(204) {
  transition-delay: 10.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(205) {
  transition-delay: 10.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(206) {
  transition-delay: 10.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(207) {
  transition-delay: 10.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(208) {
  transition-delay: 10.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(209) {
  transition-delay: 10.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(210) {
  transition-delay: 10.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(211) {
  transition-delay: 10.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(212) {
  transition-delay: 10.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(213) {
  transition-delay: 10.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(214) {
  transition-delay: 10.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(215) {
  transition-delay: 10.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(216) {
  transition-delay: 10.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(217) {
  transition-delay: 10.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(218) {
  transition-delay: 10.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(219) {
  transition-delay: 10.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(220) {
  transition-delay: 11s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(221) {
  transition-delay: 11.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(222) {
  transition-delay: 11.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(223) {
  transition-delay: 11.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(224) {
  transition-delay: 11.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(225) {
  transition-delay: 11.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(226) {
  transition-delay: 11.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(227) {
  transition-delay: 11.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(228) {
  transition-delay: 11.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(229) {
  transition-delay: 11.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(230) {
  transition-delay: 11.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(231) {
  transition-delay: 11.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(232) {
  transition-delay: 11.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(233) {
  transition-delay: 11.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(234) {
  transition-delay: 11.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(235) {
  transition-delay: 11.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(236) {
  transition-delay: 11.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(237) {
  transition-delay: 11.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(238) {
  transition-delay: 11.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(239) {
  transition-delay: 11.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(240) {
  transition-delay: 12s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(241) {
  transition-delay: 12.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(242) {
  transition-delay: 12.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(243) {
  transition-delay: 12.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(244) {
  transition-delay: 12.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(245) {
  transition-delay: 12.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(246) {
  transition-delay: 12.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(247) {
  transition-delay: 12.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(248) {
  transition-delay: 12.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(249) {
  transition-delay: 12.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(250) {
  transition-delay: 12.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(251) {
  transition-delay: 12.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(252) {
  transition-delay: 12.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(253) {
  transition-delay: 12.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(254) {
  transition-delay: 12.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(255) {
  transition-delay: 12.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(256) {
  transition-delay: 12.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(257) {
  transition-delay: 12.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(258) {
  transition-delay: 12.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(259) {
  transition-delay: 12.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(260) {
  transition-delay: 13s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(261) {
  transition-delay: 13.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(262) {
  transition-delay: 13.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(263) {
  transition-delay: 13.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(264) {
  transition-delay: 13.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(265) {
  transition-delay: 13.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(266) {
  transition-delay: 13.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(267) {
  transition-delay: 13.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(268) {
  transition-delay: 13.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(269) {
  transition-delay: 13.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(270) {
  transition-delay: 13.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(271) {
  transition-delay: 13.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(272) {
  transition-delay: 13.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(273) {
  transition-delay: 13.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(274) {
  transition-delay: 13.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(275) {
  transition-delay: 13.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(276) {
  transition-delay: 13.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(277) {
  transition-delay: 13.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(278) {
  transition-delay: 13.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(279) {
  transition-delay: 13.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(280) {
  transition-delay: 14s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(281) {
  transition-delay: 14.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(282) {
  transition-delay: 14.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(283) {
  transition-delay: 14.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(284) {
  transition-delay: 14.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(285) {
  transition-delay: 14.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(286) {
  transition-delay: 14.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(287) {
  transition-delay: 14.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(288) {
  transition-delay: 14.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(289) {
  transition-delay: 14.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(290) {
  transition-delay: 14.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(291) {
  transition-delay: 14.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(292) {
  transition-delay: 14.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(293) {
  transition-delay: 14.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(294) {
  transition-delay: 14.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(295) {
  transition-delay: 14.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(296) {
  transition-delay: 14.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(297) {
  transition-delay: 14.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(298) {
  transition-delay: 14.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(299) {
  transition-delay: 14.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(300) {
  transition-delay: 15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(301) {
  transition-delay: 15.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(302) {
  transition-delay: 15.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(303) {
  transition-delay: 15.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(304) {
  transition-delay: 15.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(305) {
  transition-delay: 15.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(306) {
  transition-delay: 15.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(307) {
  transition-delay: 15.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(308) {
  transition-delay: 15.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(309) {
  transition-delay: 15.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(310) {
  transition-delay: 15.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(311) {
  transition-delay: 15.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(312) {
  transition-delay: 15.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(313) {
  transition-delay: 15.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(314) {
  transition-delay: 15.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(315) {
  transition-delay: 15.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(316) {
  transition-delay: 15.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(317) {
  transition-delay: 15.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(318) {
  transition-delay: 15.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(319) {
  transition-delay: 15.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(320) {
  transition-delay: 16s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(321) {
  transition-delay: 16.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(322) {
  transition-delay: 16.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(323) {
  transition-delay: 16.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(324) {
  transition-delay: 16.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(325) {
  transition-delay: 16.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(326) {
  transition-delay: 16.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(327) {
  transition-delay: 16.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(328) {
  transition-delay: 16.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(329) {
  transition-delay: 16.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(330) {
  transition-delay: 16.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(331) {
  transition-delay: 16.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(332) {
  transition-delay: 16.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(333) {
  transition-delay: 16.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(334) {
  transition-delay: 16.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(335) {
  transition-delay: 16.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(336) {
  transition-delay: 16.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(337) {
  transition-delay: 16.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(338) {
  transition-delay: 16.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(339) {
  transition-delay: 16.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(340) {
  transition-delay: 17s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(341) {
  transition-delay: 17.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(342) {
  transition-delay: 17.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(343) {
  transition-delay: 17.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(344) {
  transition-delay: 17.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(345) {
  transition-delay: 17.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(346) {
  transition-delay: 17.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(347) {
  transition-delay: 17.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(348) {
  transition-delay: 17.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(349) {
  transition-delay: 17.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(350) {
  transition-delay: 17.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(351) {
  transition-delay: 17.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(352) {
  transition-delay: 17.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(353) {
  transition-delay: 17.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(354) {
  transition-delay: 17.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(355) {
  transition-delay: 17.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(356) {
  transition-delay: 17.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(357) {
  transition-delay: 17.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(358) {
  transition-delay: 17.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(359) {
  transition-delay: 17.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(360) {
  transition-delay: 18s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(361) {
  transition-delay: 18.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(362) {
  transition-delay: 18.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(363) {
  transition-delay: 18.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(364) {
  transition-delay: 18.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(365) {
  transition-delay: 18.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(366) {
  transition-delay: 18.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(367) {
  transition-delay: 18.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(368) {
  transition-delay: 18.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(369) {
  transition-delay: 18.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(370) {
  transition-delay: 18.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(371) {
  transition-delay: 18.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(372) {
  transition-delay: 18.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(373) {
  transition-delay: 18.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(374) {
  transition-delay: 18.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(375) {
  transition-delay: 18.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(376) {
  transition-delay: 18.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(377) {
  transition-delay: 18.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(378) {
  transition-delay: 18.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(379) {
  transition-delay: 18.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(380) {
  transition-delay: 19s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(381) {
  transition-delay: 19.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(382) {
  transition-delay: 19.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(383) {
  transition-delay: 19.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(384) {
  transition-delay: 19.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(385) {
  transition-delay: 19.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(386) {
  transition-delay: 19.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(387) {
  transition-delay: 19.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(388) {
  transition-delay: 19.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(389) {
  transition-delay: 19.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(390) {
  transition-delay: 19.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(391) {
  transition-delay: 19.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(392) {
  transition-delay: 19.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(393) {
  transition-delay: 19.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(394) {
  transition-delay: 19.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(395) {
  transition-delay: 19.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(396) {
  transition-delay: 19.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(397) {
  transition-delay: 19.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(398) {
  transition-delay: 19.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(399) {
  transition-delay: 19.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(400) {
  transition-delay: 20s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(401) {
  transition-delay: 20.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(402) {
  transition-delay: 20.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(403) {
  transition-delay: 20.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(404) {
  transition-delay: 20.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(405) {
  transition-delay: 20.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(406) {
  transition-delay: 20.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(407) {
  transition-delay: 20.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(408) {
  transition-delay: 20.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(409) {
  transition-delay: 20.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(410) {
  transition-delay: 20.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(411) {
  transition-delay: 20.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(412) {
  transition-delay: 20.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(413) {
  transition-delay: 20.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(414) {
  transition-delay: 20.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(415) {
  transition-delay: 20.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(416) {
  transition-delay: 20.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(417) {
  transition-delay: 20.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(418) {
  transition-delay: 20.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(419) {
  transition-delay: 20.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(420) {
  transition-delay: 21s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(421) {
  transition-delay: 21.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(422) {
  transition-delay: 21.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(423) {
  transition-delay: 21.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(424) {
  transition-delay: 21.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(425) {
  transition-delay: 21.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(426) {
  transition-delay: 21.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(427) {
  transition-delay: 21.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(428) {
  transition-delay: 21.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(429) {
  transition-delay: 21.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(430) {
  transition-delay: 21.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(431) {
  transition-delay: 21.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(432) {
  transition-delay: 21.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(433) {
  transition-delay: 21.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(434) {
  transition-delay: 21.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(435) {
  transition-delay: 21.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(436) {
  transition-delay: 21.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(437) {
  transition-delay: 21.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(438) {
  transition-delay: 21.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(439) {
  transition-delay: 21.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(440) {
  transition-delay: 22s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(441) {
  transition-delay: 22.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(442) {
  transition-delay: 22.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(443) {
  transition-delay: 22.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(444) {
  transition-delay: 22.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(445) {
  transition-delay: 22.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(446) {
  transition-delay: 22.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(447) {
  transition-delay: 22.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(448) {
  transition-delay: 22.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(449) {
  transition-delay: 22.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(450) {
  transition-delay: 22.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(451) {
  transition-delay: 22.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(452) {
  transition-delay: 22.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(453) {
  transition-delay: 22.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(454) {
  transition-delay: 22.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(455) {
  transition-delay: 22.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(456) {
  transition-delay: 22.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(457) {
  transition-delay: 22.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(458) {
  transition-delay: 22.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(459) {
  transition-delay: 22.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(460) {
  transition-delay: 23s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(461) {
  transition-delay: 23.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(462) {
  transition-delay: 23.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(463) {
  transition-delay: 23.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(464) {
  transition-delay: 23.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(465) {
  transition-delay: 23.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(466) {
  transition-delay: 23.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(467) {
  transition-delay: 23.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(468) {
  transition-delay: 23.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(469) {
  transition-delay: 23.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(470) {
  transition-delay: 23.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(471) {
  transition-delay: 23.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(472) {
  transition-delay: 23.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(473) {
  transition-delay: 23.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(474) {
  transition-delay: 23.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(475) {
  transition-delay: 23.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(476) {
  transition-delay: 23.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(477) {
  transition-delay: 23.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(478) {
  transition-delay: 23.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(479) {
  transition-delay: 23.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(480) {
  transition-delay: 24s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(481) {
  transition-delay: 24.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(482) {
  transition-delay: 24.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(483) {
  transition-delay: 24.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(484) {
  transition-delay: 24.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(485) {
  transition-delay: 24.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(486) {
  transition-delay: 24.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(487) {
  transition-delay: 24.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(488) {
  transition-delay: 24.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(489) {
  transition-delay: 24.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(490) {
  transition-delay: 24.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(491) {
  transition-delay: 24.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(492) {
  transition-delay: 24.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(493) {
  transition-delay: 24.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(494) {
  transition-delay: 24.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(495) {
  transition-delay: 24.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(496) {
  transition-delay: 24.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(497) {
  transition-delay: 24.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(498) {
  transition-delay: 24.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(499) {
  transition-delay: 24.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(500) {
  transition-delay: 25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(501) {
  transition-delay: 25.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(502) {
  transition-delay: 25.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(503) {
  transition-delay: 25.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(504) {
  transition-delay: 25.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(505) {
  transition-delay: 25.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(506) {
  transition-delay: 25.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(507) {
  transition-delay: 25.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(508) {
  transition-delay: 25.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(509) {
  transition-delay: 25.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(510) {
  transition-delay: 25.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(511) {
  transition-delay: 25.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(512) {
  transition-delay: 25.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(513) {
  transition-delay: 25.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(514) {
  transition-delay: 25.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(515) {
  transition-delay: 25.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(516) {
  transition-delay: 25.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(517) {
  transition-delay: 25.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(518) {
  transition-delay: 25.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(519) {
  transition-delay: 25.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(520) {
  transition-delay: 26s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(521) {
  transition-delay: 26.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(522) {
  transition-delay: 26.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(523) {
  transition-delay: 26.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(524) {
  transition-delay: 26.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(525) {
  transition-delay: 26.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(526) {
  transition-delay: 26.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(527) {
  transition-delay: 26.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(528) {
  transition-delay: 26.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(529) {
  transition-delay: 26.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(530) {
  transition-delay: 26.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(531) {
  transition-delay: 26.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(532) {
  transition-delay: 26.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(533) {
  transition-delay: 26.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(534) {
  transition-delay: 26.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(535) {
  transition-delay: 26.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(536) {
  transition-delay: 26.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(537) {
  transition-delay: 26.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(538) {
  transition-delay: 26.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(539) {
  transition-delay: 26.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(540) {
  transition-delay: 27s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(541) {
  transition-delay: 27.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(542) {
  transition-delay: 27.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(543) {
  transition-delay: 27.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(544) {
  transition-delay: 27.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(545) {
  transition-delay: 27.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(546) {
  transition-delay: 27.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(547) {
  transition-delay: 27.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(548) {
  transition-delay: 27.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(549) {
  transition-delay: 27.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(550) {
  transition-delay: 27.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(551) {
  transition-delay: 27.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(552) {
  transition-delay: 27.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(553) {
  transition-delay: 27.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(554) {
  transition-delay: 27.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(555) {
  transition-delay: 27.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(556) {
  transition-delay: 27.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(557) {
  transition-delay: 27.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(558) {
  transition-delay: 27.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(559) {
  transition-delay: 27.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(560) {
  transition-delay: 28s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(561) {
  transition-delay: 28.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(562) {
  transition-delay: 28.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(563) {
  transition-delay: 28.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(564) {
  transition-delay: 28.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(565) {
  transition-delay: 28.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(566) {
  transition-delay: 28.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(567) {
  transition-delay: 28.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(568) {
  transition-delay: 28.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(569) {
  transition-delay: 28.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(570) {
  transition-delay: 28.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(571) {
  transition-delay: 28.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(572) {
  transition-delay: 28.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(573) {
  transition-delay: 28.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(574) {
  transition-delay: 28.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(575) {
  transition-delay: 28.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(576) {
  transition-delay: 28.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(577) {
  transition-delay: 28.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(578) {
  transition-delay: 28.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(579) {
  transition-delay: 28.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(580) {
  transition-delay: 29s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(581) {
  transition-delay: 29.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(582) {
  transition-delay: 29.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(583) {
  transition-delay: 29.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(584) {
  transition-delay: 29.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(585) {
  transition-delay: 29.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(586) {
  transition-delay: 29.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(587) {
  transition-delay: 29.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(588) {
  transition-delay: 29.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(589) {
  transition-delay: 29.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(590) {
  transition-delay: 29.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(591) {
  transition-delay: 29.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(592) {
  transition-delay: 29.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(593) {
  transition-delay: 29.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(594) {
  transition-delay: 29.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(595) {
  transition-delay: 29.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(596) {
  transition-delay: 29.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(597) {
  transition-delay: 29.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(598) {
  transition-delay: 29.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(599) {
  transition-delay: 29.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(600) {
  transition-delay: 30s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(601) {
  transition-delay: 30.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(602) {
  transition-delay: 30.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(603) {
  transition-delay: 30.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(604) {
  transition-delay: 30.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(605) {
  transition-delay: 30.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(606) {
  transition-delay: 30.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(607) {
  transition-delay: 30.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(608) {
  transition-delay: 30.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(609) {
  transition-delay: 30.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(610) {
  transition-delay: 30.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(611) {
  transition-delay: 30.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(612) {
  transition-delay: 30.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(613) {
  transition-delay: 30.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(614) {
  transition-delay: 30.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(615) {
  transition-delay: 30.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(616) {
  transition-delay: 30.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(617) {
  transition-delay: 30.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(618) {
  transition-delay: 30.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(619) {
  transition-delay: 30.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(620) {
  transition-delay: 31s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(621) {
  transition-delay: 31.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(622) {
  transition-delay: 31.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(623) {
  transition-delay: 31.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(624) {
  transition-delay: 31.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(625) {
  transition-delay: 31.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(626) {
  transition-delay: 31.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(627) {
  transition-delay: 31.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(628) {
  transition-delay: 31.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(629) {
  transition-delay: 31.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(630) {
  transition-delay: 31.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(631) {
  transition-delay: 31.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(632) {
  transition-delay: 31.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(633) {
  transition-delay: 31.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(634) {
  transition-delay: 31.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(635) {
  transition-delay: 31.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(636) {
  transition-delay: 31.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(637) {
  transition-delay: 31.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(638) {
  transition-delay: 31.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(639) {
  transition-delay: 31.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(640) {
  transition-delay: 32s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(641) {
  transition-delay: 32.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(642) {
  transition-delay: 32.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(643) {
  transition-delay: 32.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(644) {
  transition-delay: 32.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(645) {
  transition-delay: 32.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(646) {
  transition-delay: 32.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(647) {
  transition-delay: 32.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(648) {
  transition-delay: 32.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(649) {
  transition-delay: 32.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(650) {
  transition-delay: 32.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(651) {
  transition-delay: 32.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(652) {
  transition-delay: 32.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(653) {
  transition-delay: 32.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(654) {
  transition-delay: 32.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(655) {
  transition-delay: 32.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(656) {
  transition-delay: 32.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(657) {
  transition-delay: 32.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(658) {
  transition-delay: 32.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(659) {
  transition-delay: 32.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(660) {
  transition-delay: 33s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(661) {
  transition-delay: 33.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(662) {
  transition-delay: 33.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(663) {
  transition-delay: 33.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(664) {
  transition-delay: 33.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(665) {
  transition-delay: 33.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(666) {
  transition-delay: 33.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(667) {
  transition-delay: 33.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(668) {
  transition-delay: 33.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(669) {
  transition-delay: 33.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(670) {
  transition-delay: 33.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(671) {
  transition-delay: 33.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(672) {
  transition-delay: 33.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(673) {
  transition-delay: 33.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(674) {
  transition-delay: 33.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(675) {
  transition-delay: 33.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(676) {
  transition-delay: 33.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(677) {
  transition-delay: 33.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(678) {
  transition-delay: 33.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(679) {
  transition-delay: 33.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(680) {
  transition-delay: 34s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(681) {
  transition-delay: 34.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(682) {
  transition-delay: 34.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(683) {
  transition-delay: 34.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(684) {
  transition-delay: 34.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(685) {
  transition-delay: 34.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(686) {
  transition-delay: 34.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(687) {
  transition-delay: 34.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(688) {
  transition-delay: 34.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(689) {
  transition-delay: 34.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(690) {
  transition-delay: 34.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(691) {
  transition-delay: 34.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(692) {
  transition-delay: 34.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(693) {
  transition-delay: 34.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(694) {
  transition-delay: 34.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(695) {
  transition-delay: 34.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(696) {
  transition-delay: 34.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(697) {
  transition-delay: 34.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(698) {
  transition-delay: 34.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(699) {
  transition-delay: 34.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(700) {
  transition-delay: 35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(701) {
  transition-delay: 35.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(702) {
  transition-delay: 35.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(703) {
  transition-delay: 35.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(704) {
  transition-delay: 35.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(705) {
  transition-delay: 35.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(706) {
  transition-delay: 35.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(707) {
  transition-delay: 35.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(708) {
  transition-delay: 35.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(709) {
  transition-delay: 35.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(710) {
  transition-delay: 35.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(711) {
  transition-delay: 35.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(712) {
  transition-delay: 35.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(713) {
  transition-delay: 35.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(714) {
  transition-delay: 35.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(715) {
  transition-delay: 35.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(716) {
  transition-delay: 35.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(717) {
  transition-delay: 35.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(718) {
  transition-delay: 35.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(719) {
  transition-delay: 35.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(720) {
  transition-delay: 36s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(721) {
  transition-delay: 36.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(722) {
  transition-delay: 36.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(723) {
  transition-delay: 36.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(724) {
  transition-delay: 36.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(725) {
  transition-delay: 36.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(726) {
  transition-delay: 36.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(727) {
  transition-delay: 36.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(728) {
  transition-delay: 36.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(729) {
  transition-delay: 36.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(730) {
  transition-delay: 36.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(731) {
  transition-delay: 36.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(732) {
  transition-delay: 36.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(733) {
  transition-delay: 36.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(734) {
  transition-delay: 36.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(735) {
  transition-delay: 36.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(736) {
  transition-delay: 36.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(737) {
  transition-delay: 36.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(738) {
  transition-delay: 36.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(739) {
  transition-delay: 36.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(740) {
  transition-delay: 37s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(741) {
  transition-delay: 37.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(742) {
  transition-delay: 37.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(743) {
  transition-delay: 37.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(744) {
  transition-delay: 37.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(745) {
  transition-delay: 37.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(746) {
  transition-delay: 37.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(747) {
  transition-delay: 37.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(748) {
  transition-delay: 37.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(749) {
  transition-delay: 37.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(750) {
  transition-delay: 37.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(751) {
  transition-delay: 37.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(752) {
  transition-delay: 37.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(753) {
  transition-delay: 37.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(754) {
  transition-delay: 37.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(755) {
  transition-delay: 37.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(756) {
  transition-delay: 37.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(757) {
  transition-delay: 37.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(758) {
  transition-delay: 37.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(759) {
  transition-delay: 37.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(760) {
  transition-delay: 38s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(761) {
  transition-delay: 38.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(762) {
  transition-delay: 38.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(763) {
  transition-delay: 38.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(764) {
  transition-delay: 38.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(765) {
  transition-delay: 38.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(766) {
  transition-delay: 38.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(767) {
  transition-delay: 38.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(768) {
  transition-delay: 38.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(769) {
  transition-delay: 38.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(770) {
  transition-delay: 38.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(771) {
  transition-delay: 38.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(772) {
  transition-delay: 38.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(773) {
  transition-delay: 38.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(774) {
  transition-delay: 38.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(775) {
  transition-delay: 38.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(776) {
  transition-delay: 38.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(777) {
  transition-delay: 38.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(778) {
  transition-delay: 38.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(779) {
  transition-delay: 38.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(780) {
  transition-delay: 39s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(781) {
  transition-delay: 39.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(782) {
  transition-delay: 39.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(783) {
  transition-delay: 39.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(784) {
  transition-delay: 39.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(785) {
  transition-delay: 39.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(786) {
  transition-delay: 39.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(787) {
  transition-delay: 39.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(788) {
  transition-delay: 39.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(789) {
  transition-delay: 39.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(790) {
  transition-delay: 39.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(791) {
  transition-delay: 39.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(792) {
  transition-delay: 39.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(793) {
  transition-delay: 39.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(794) {
  transition-delay: 39.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(795) {
  transition-delay: 39.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(796) {
  transition-delay: 39.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(797) {
  transition-delay: 39.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(798) {
  transition-delay: 39.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(799) {
  transition-delay: 39.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(800) {
  transition-delay: 40s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(801) {
  transition-delay: 40.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(802) {
  transition-delay: 40.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(803) {
  transition-delay: 40.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(804) {
  transition-delay: 40.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(805) {
  transition-delay: 40.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(806) {
  transition-delay: 40.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(807) {
  transition-delay: 40.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(808) {
  transition-delay: 40.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(809) {
  transition-delay: 40.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(810) {
  transition-delay: 40.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(811) {
  transition-delay: 40.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(812) {
  transition-delay: 40.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(813) {
  transition-delay: 40.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(814) {
  transition-delay: 40.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(815) {
  transition-delay: 40.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(816) {
  transition-delay: 40.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(817) {
  transition-delay: 40.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(818) {
  transition-delay: 40.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(819) {
  transition-delay: 40.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(820) {
  transition-delay: 41s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(821) {
  transition-delay: 41.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(822) {
  transition-delay: 41.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(823) {
  transition-delay: 41.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(824) {
  transition-delay: 41.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(825) {
  transition-delay: 41.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(826) {
  transition-delay: 41.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(827) {
  transition-delay: 41.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(828) {
  transition-delay: 41.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(829) {
  transition-delay: 41.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(830) {
  transition-delay: 41.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(831) {
  transition-delay: 41.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(832) {
  transition-delay: 41.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(833) {
  transition-delay: 41.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(834) {
  transition-delay: 41.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(835) {
  transition-delay: 41.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(836) {
  transition-delay: 41.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(837) {
  transition-delay: 41.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(838) {
  transition-delay: 41.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(839) {
  transition-delay: 41.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(840) {
  transition-delay: 42s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(841) {
  transition-delay: 42.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(842) {
  transition-delay: 42.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(843) {
  transition-delay: 42.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(844) {
  transition-delay: 42.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(845) {
  transition-delay: 42.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(846) {
  transition-delay: 42.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(847) {
  transition-delay: 42.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(848) {
  transition-delay: 42.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(849) {
  transition-delay: 42.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(850) {
  transition-delay: 42.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(851) {
  transition-delay: 42.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(852) {
  transition-delay: 42.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(853) {
  transition-delay: 42.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(854) {
  transition-delay: 42.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(855) {
  transition-delay: 42.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(856) {
  transition-delay: 42.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(857) {
  transition-delay: 42.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(858) {
  transition-delay: 42.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(859) {
  transition-delay: 42.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(860) {
  transition-delay: 43s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(861) {
  transition-delay: 43.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(862) {
  transition-delay: 43.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(863) {
  transition-delay: 43.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(864) {
  transition-delay: 43.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(865) {
  transition-delay: 43.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(866) {
  transition-delay: 43.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(867) {
  transition-delay: 43.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(868) {
  transition-delay: 43.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(869) {
  transition-delay: 43.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(870) {
  transition-delay: 43.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(871) {
  transition-delay: 43.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(872) {
  transition-delay: 43.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(873) {
  transition-delay: 43.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(874) {
  transition-delay: 43.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(875) {
  transition-delay: 43.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(876) {
  transition-delay: 43.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(877) {
  transition-delay: 43.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(878) {
  transition-delay: 43.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(879) {
  transition-delay: 43.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(880) {
  transition-delay: 44s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(881) {
  transition-delay: 44.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(882) {
  transition-delay: 44.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(883) {
  transition-delay: 44.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(884) {
  transition-delay: 44.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(885) {
  transition-delay: 44.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(886) {
  transition-delay: 44.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(887) {
  transition-delay: 44.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(888) {
  transition-delay: 44.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(889) {
  transition-delay: 44.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(890) {
  transition-delay: 44.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(891) {
  transition-delay: 44.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(892) {
  transition-delay: 44.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(893) {
  transition-delay: 44.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(894) {
  transition-delay: 44.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(895) {
  transition-delay: 44.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(896) {
  transition-delay: 44.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(897) {
  transition-delay: 44.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(898) {
  transition-delay: 44.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(899) {
  transition-delay: 44.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(900) {
  transition-delay: 45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(901) {
  transition-delay: 45.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(902) {
  transition-delay: 45.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(903) {
  transition-delay: 45.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(904) {
  transition-delay: 45.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(905) {
  transition-delay: 45.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(906) {
  transition-delay: 45.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(907) {
  transition-delay: 45.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(908) {
  transition-delay: 45.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(909) {
  transition-delay: 45.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(910) {
  transition-delay: 45.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(911) {
  transition-delay: 45.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(912) {
  transition-delay: 45.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(913) {
  transition-delay: 45.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(914) {
  transition-delay: 45.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(915) {
  transition-delay: 45.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(916) {
  transition-delay: 45.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(917) {
  transition-delay: 45.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(918) {
  transition-delay: 45.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(919) {
  transition-delay: 45.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(920) {
  transition-delay: 46s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(921) {
  transition-delay: 46.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(922) {
  transition-delay: 46.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(923) {
  transition-delay: 46.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(924) {
  transition-delay: 46.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(925) {
  transition-delay: 46.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(926) {
  transition-delay: 46.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(927) {
  transition-delay: 46.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(928) {
  transition-delay: 46.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(929) {
  transition-delay: 46.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(930) {
  transition-delay: 46.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(931) {
  transition-delay: 46.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(932) {
  transition-delay: 46.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(933) {
  transition-delay: 46.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(934) {
  transition-delay: 46.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(935) {
  transition-delay: 46.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(936) {
  transition-delay: 46.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(937) {
  transition-delay: 46.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(938) {
  transition-delay: 46.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(939) {
  transition-delay: 46.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(940) {
  transition-delay: 47s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(941) {
  transition-delay: 47.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(942) {
  transition-delay: 47.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(943) {
  transition-delay: 47.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(944) {
  transition-delay: 47.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(945) {
  transition-delay: 47.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(946) {
  transition-delay: 47.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(947) {
  transition-delay: 47.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(948) {
  transition-delay: 47.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(949) {
  transition-delay: 47.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(950) {
  transition-delay: 47.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(951) {
  transition-delay: 47.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(952) {
  transition-delay: 47.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(953) {
  transition-delay: 47.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(954) {
  transition-delay: 47.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(955) {
  transition-delay: 47.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(956) {
  transition-delay: 47.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(957) {
  transition-delay: 47.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(958) {
  transition-delay: 47.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(959) {
  transition-delay: 47.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(960) {
  transition-delay: 48s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(961) {
  transition-delay: 48.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(962) {
  transition-delay: 48.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(963) {
  transition-delay: 48.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(964) {
  transition-delay: 48.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(965) {
  transition-delay: 48.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(966) {
  transition-delay: 48.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(967) {
  transition-delay: 48.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(968) {
  transition-delay: 48.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(969) {
  transition-delay: 48.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(970) {
  transition-delay: 48.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(971) {
  transition-delay: 48.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(972) {
  transition-delay: 48.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(973) {
  transition-delay: 48.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(974) {
  transition-delay: 48.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(975) {
  transition-delay: 48.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(976) {
  transition-delay: 48.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(977) {
  transition-delay: 48.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(978) {
  transition-delay: 48.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(979) {
  transition-delay: 48.95s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(980) {
  transition-delay: 49s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(981) {
  transition-delay: 49.05s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(982) {
  transition-delay: 49.1s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(983) {
  transition-delay: 49.15s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(984) {
  transition-delay: 49.2s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(985) {
  transition-delay: 49.25s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(986) {
  transition-delay: 49.3s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(987) {
  transition-delay: 49.35s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(988) {
  transition-delay: 49.4s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(989) {
  transition-delay: 49.45s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(990) {
  transition-delay: 49.5s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(991) {
  transition-delay: 49.55s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(992) {
  transition-delay: 49.6s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(993) {
  transition-delay: 49.65s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(994) {
  transition-delay: 49.7s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(995) {
  transition-delay: 49.75s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(996) {
  transition-delay: 49.8s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(997) {
  transition-delay: 49.85s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(998) {
  transition-delay: 49.9s;
}
.p-mission__text.is-active .p-mission__ttl span:nth-child(999) {
  transition-delay: 49.95s;
}
.p-mission__text.is-active .text__wrap {
  z-index: 2;
  opacity: 1;
  clip-path: inset(0);
}

.p-mission__img {
  position: relative;
}
.p-mission__img.img01 {
  margin: 0 0 0 auto;
}
.p-mission__img.img01 .item {
  width: 49.5%;
  margin: 0 0 0 auto;
}
.p-mission__img.img01 .bg {
  width: 48%;
  position: absolute;
  top: -15%;
  left: 0;
  opacity: 0.5;
}
.p-mission__img.img01 .u-en {
  font-size: 0.9375rem;
  text-align: right;
  max-width: 600px;
  opacity: 0.5;
  margin: -2.2% 1.8% 0 auto;
  line-height: 1.5;
}
.p-mission__img.img02 {
  width: 35%;
  margin: 6.5% auto 0 0;
}
.p-mission__img.img02.is-active {
  opacity: 0.8;
}
.p-mission__img.img03 .item {
  width: 31.5%;
  margin: -21% 9.4% 0 auto;
  opacity: 0.8;
  position: relative;
}
.p-mission__img.img03 .bg {
  width: 34%;
  position: absolute;
  top: -62%;
  right: 0;
  opacity: 0.5;
}
.p-mission__img.img04 {
  margin-top: 5%;
}
.p-mission__img.img04 .item {
  width: 35.4%;
  margin-right: auto;
  margin-left: 11.2%;
  opacity: 0.8;
}
.p-mission__img.img04 .u-en {
  position: relative;
  z-index: 2;
  max-width: 450px;
  margin-top: -20%;
  margin: -9.2% auto 0 4%;
  line-height: 1.5;
  opacity: 0.5;
}
.p-mission__img.img04 .bg {
  width: 48%;
  position: absolute;
  bottom: 30%;
  left: 0;
  opacity: 0.5;
}
.p-mission__img.img05 {
  width: 33%;
  margin: -25.8% 0 0 auto;
}
.p-mission__img.img05.is-active {
  opacity: 0.8;
}
.p-mission__img.img06 {
  width: 25.5%;
  margin: 1.4% auto 0 13.2%;
}
.p-mission__img.img06.is-active {
  opacity: 0.8;
}
.p-mission__img.img07 {
  width: 30.5%;
  margin: -8.5% 12.6% 0 auto;
}
.p-mission__img.img07.is-active {
  opacity: 0.9;
}

@media screen and (max-height: 900px) and (min-width: 993px) {
  .p-mission__text.left {
    top: 8%;
  }
  .p-mission__text p {
    font-size: clamp(15px, 1.61458vh, 18px);
  }
}
@media screen and (max-width: 767px) {
  .p-mission {
    padding: 6.25rem 0 11.25rem;
  }
  .p-mission .p-mission__side {
    top: 9%;
    left: 0;
  }
  .p-mission .p-mission__side::before {
    width: 1rem;
  }
  .p-mission__ttl {
    font-size: 2.4375rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin-bottom: 2.25rem;
    -ms-transform: translateX(-1%);
        transform: translateX(-1%);
  }
  .p-mission__text {
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
  }
  .p-mission__text p {
    font-size: 0.8125rem;
    letter-spacing: -0.01em;
    line-height: 1.8;
  }
  .p-mission__text p:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
  .p-mission__text.left {
    top: 23%;
    left: 7%;
  }
  .p-mission__text.right {
    top: 28%;
    right: 6.8%;
    text-align: right;
  }
  .p-mission__img {
    position: relative;
  }
  .p-mission__img.img01 .item {
    width: 70%;
  }
  .p-mission__img.img01 .bg {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 0;
  }
  .p-mission__img.img01 .u-en {
    font-size: 0.375rem;
    text-align: right;
    max-width: 600px;
    opacity: 0.5;
    margin: -8% 1.8% 0 auto;
    line-height: 1.5;
  }
  .p-mission__img.img02 {
    width: 77%;
    margin: 59.4% auto 0 0;
  }
  .p-mission__img.img03 .item {
    width: 63%;
    margin: 37% 8.4% 0 auto;
  }
  .p-mission__img.img03 .bg {
    width: 80%;
    position: absolute;
    top: -62%;
    right: 0;
  }
  .p-mission__img.img04 {
    margin-top: 50.8%;
  }
  .p-mission__img.img04 .item {
    width: 72%;
    margin-right: auto;
    margin-left: 8%;
  }
  .p-mission__img.img04 .u-en {
    font-size: 0.375rem;
    margin: -5% auto 0 5%;
    line-height: 1.5;
  }
  .p-mission__img.img04 .bg {
    width: 80%;
    position: absolute;
    bottom: 6%;
    left: 0;
    opacity: 0.5;
  }
  .p-mission__img.img05 {
    width: 69%;
    margin: 20.8% 0 0 auto;
  }
  .p-mission__img.img06 {
    width: 60%;
    margin: 26% auto 0 12.4%;
  }
  .p-mission__img.img07 {
    width: 65%;
    margin: 30.8% 12% 0 auto;
  }
}
/* ---------------------------------
 our mission
 --------------------------------- */
.p-our-mission {
  padding-bottom: 16.25rem;
  background-color: #000;
  margin-top: -2px;
}

.p-our-mission__text {
  position: relative;
  padding-bottom: 12.5rem;
}
.p-our-mission__text::before {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 1112/835;
  background: url("../img/bg_right_parts01.svg") no-repeat center/cover;
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
  opacity: 0.6;
  position: absolute;
  top: 35%;
  left: 0;
}
.p-our-mission__text::after {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 1112/835;
  background: url("../img/bg_right_parts01.svg") no-repeat center/cover;
  opacity: 0.6;
  position: absolute;
  top: 35%;
  right: 0;
}

.p-our-mission__ttl {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6875rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin: 8.125rem auto 0;
}
.p-our-mission__ttl span {
  will-change: opacity, transform;
  opacity: 0;
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
  display: inline-block;
  transition: opacity 1.4s ease, transform 1s ease;
}
.p-our-mission__ttl.is-active span {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.p-our-mission__ttl.is-active span:nth-child(2) {
  transition-delay: 0.16s;
}
.p-our-mission__ttl.is-active span:nth-child(3) {
  transition-delay: 0.24s;
}
.p-our-mission__ttl.is-active span:nth-child(4) {
  transition-delay: 0.32s;
}
.p-our-mission__ttl.is-active span:nth-child(5) {
  transition-delay: 0.4s;
}
.p-our-mission__ttl.is-active span:nth-child(6) {
  transition-delay: 0.48s;
}
.p-our-mission__ttl.is-active span:nth-child(7) {
  transition-delay: 0.56s;
}
.p-our-mission__ttl.is-active span:nth-child(8) {
  transition-delay: 0.64s;
}
.p-our-mission__ttl.is-active span:nth-child(9) {
  transition-delay: 0.72s;
}
.p-our-mission__ttl.is-active span:nth-child(10) {
  transition-delay: 0.8s;
}
.p-our-mission__ttl.is-active span:nth-child(11) {
  transition-delay: 0.88s;
}
.p-our-mission__ttl.is-active span:nth-child(12) {
  transition-delay: 0.96s;
}
.p-our-mission__ttl.is-active span:nth-child(13) {
  transition-delay: 1.04s;
}
.p-our-mission__ttl.is-active span:nth-child(14) {
  transition-delay: 1.12s;
}
.p-our-mission__ttl.is-active span:nth-child(15) {
  transition-delay: 1.2s;
}
.p-our-mission__ttl.is-active span:nth-child(16) {
  transition-delay: 1.28s;
}
.p-our-mission__ttl.is-active span:nth-child(17) {
  transition-delay: 1.36s;
}
.p-our-mission__ttl.is-active span:nth-child(18) {
  transition-delay: 1.44s;
}
.p-our-mission__ttl.is-active span:nth-child(19) {
  transition-delay: 1.52s;
}
.p-our-mission__ttl.is-active span:nth-child(20) {
  transition-delay: 1.6s;
}
.p-our-mission__ttl.is-active span:nth-child(21) {
  transition-delay: 1.68s;
}
.p-our-mission__ttl.is-active span:nth-child(22) {
  transition-delay: 1.76s;
}
.p-our-mission__ttl.is-active span:nth-child(23) {
  transition-delay: 1.84s;
}
.p-our-mission__ttl.is-active span:nth-child(24) {
  transition-delay: 1.92s;
}
.p-our-mission__ttl.is-active span:nth-child(25) {
  transition-delay: 2s;
}
.p-our-mission__ttl.is-active span:nth-child(26) {
  transition-delay: 2.08s;
}
.p-our-mission__ttl.is-active span:nth-child(27) {
  transition-delay: 2.16s;
}
.p-our-mission__ttl.is-active span:nth-child(28) {
  transition-delay: 2.24s;
}
.p-our-mission__ttl.is-active span:nth-child(29) {
  transition-delay: 2.32s;
}
.p-our-mission__ttl.is-active span:nth-child(30) {
  transition-delay: 2.4s;
}
.p-our-mission__ttl.is-active span:nth-child(31) {
  transition-delay: 2.48s;
}
.p-our-mission__ttl.is-active span:nth-child(32) {
  transition-delay: 2.56s;
}
.p-our-mission__ttl.is-active span:nth-child(33) {
  transition-delay: 2.64s;
}
.p-our-mission__ttl.is-active span:nth-child(34) {
  transition-delay: 2.72s;
}
.p-our-mission__ttl.is-active span:nth-child(35) {
  transition-delay: 2.8s;
}
.p-our-mission__ttl.is-active span:nth-child(36) {
  transition-delay: 2.88s;
}
.p-our-mission__ttl.is-active span:nth-child(37) {
  transition-delay: 2.96s;
}
.p-our-mission__ttl.is-active span:nth-child(38) {
  transition-delay: 3.04s;
}
.p-our-mission__ttl.is-active span:nth-child(39) {
  transition-delay: 3.12s;
}
.p-our-mission__ttl.is-active span:nth-child(40) {
  transition-delay: 3.2s;
}
.p-our-mission__ttl.is-active span:nth-child(41) {
  transition-delay: 3.28s;
}
.p-our-mission__ttl.is-active span:nth-child(42) {
  transition-delay: 3.36s;
}
.p-our-mission__ttl.is-active span:nth-child(43) {
  transition-delay: 3.44s;
}
.p-our-mission__ttl.is-active span:nth-child(44) {
  transition-delay: 3.52s;
}
.p-our-mission__ttl.is-active span:nth-child(45) {
  transition-delay: 3.6s;
}
.p-our-mission__ttl.is-active span:nth-child(46) {
  transition-delay: 3.68s;
}
.p-our-mission__ttl.is-active span:nth-child(47) {
  transition-delay: 3.76s;
}
.p-our-mission__ttl.is-active span:nth-child(48) {
  transition-delay: 3.84s;
}
.p-our-mission__ttl.is-active span:nth-child(49) {
  transition-delay: 3.92s;
}
.p-our-mission__ttl.is-active span:nth-child(50) {
  transition-delay: 4s;
}
.p-our-mission__ttl.is-active span:nth-child(51) {
  transition-delay: 4.08s;
}
.p-our-mission__ttl.is-active span:nth-child(52) {
  transition-delay: 4.16s;
}
.p-our-mission__ttl.is-active span:nth-child(53) {
  transition-delay: 4.24s;
}
.p-our-mission__ttl.is-active span:nth-child(54) {
  transition-delay: 4.32s;
}
.p-our-mission__ttl.is-active span:nth-child(55) {
  transition-delay: 4.4s;
}
.p-our-mission__ttl.is-active span:nth-child(56) {
  transition-delay: 4.48s;
}
.p-our-mission__ttl.is-active span:nth-child(57) {
  transition-delay: 4.56s;
}
.p-our-mission__ttl.is-active span:nth-child(58) {
  transition-delay: 4.64s;
}
.p-our-mission__ttl.is-active span:nth-child(59) {
  transition-delay: 4.72s;
}
.p-our-mission__ttl.is-active span:nth-child(60) {
  transition-delay: 4.8s;
}
.p-our-mission__ttl.is-active span:nth-child(61) {
  transition-delay: 4.88s;
}
.p-our-mission__ttl.is-active span:nth-child(62) {
  transition-delay: 4.96s;
}
.p-our-mission__ttl.is-active span:nth-child(63) {
  transition-delay: 5.04s;
}
.p-our-mission__ttl.is-active span:nth-child(64) {
  transition-delay: 5.12s;
}
.p-our-mission__ttl.is-active span:nth-child(65) {
  transition-delay: 5.2s;
}
.p-our-mission__ttl.is-active span:nth-child(66) {
  transition-delay: 5.28s;
}
.p-our-mission__ttl.is-active span:nth-child(67) {
  transition-delay: 5.36s;
}
.p-our-mission__ttl.is-active span:nth-child(68) {
  transition-delay: 5.44s;
}
.p-our-mission__ttl.is-active span:nth-child(69) {
  transition-delay: 5.52s;
}
.p-our-mission__ttl.is-active span:nth-child(70) {
  transition-delay: 5.6s;
}
.p-our-mission__ttl.is-active span:nth-child(71) {
  transition-delay: 5.68s;
}
.p-our-mission__ttl.is-active span:nth-child(72) {
  transition-delay: 5.76s;
}
.p-our-mission__ttl.is-active span:nth-child(73) {
  transition-delay: 5.84s;
}
.p-our-mission__ttl.is-active span:nth-child(74) {
  transition-delay: 5.92s;
}
.p-our-mission__ttl.is-active span:nth-child(75) {
  transition-delay: 6s;
}
.p-our-mission__ttl.is-active span:nth-child(76) {
  transition-delay: 6.08s;
}
.p-our-mission__ttl.is-active span:nth-child(77) {
  transition-delay: 6.16s;
}
.p-our-mission__ttl.is-active span:nth-child(78) {
  transition-delay: 6.24s;
}
.p-our-mission__ttl.is-active span:nth-child(79) {
  transition-delay: 6.32s;
}
.p-our-mission__ttl.is-active span:nth-child(80) {
  transition-delay: 6.4s;
}
.p-our-mission__ttl.is-active span:nth-child(81) {
  transition-delay: 6.48s;
}
.p-our-mission__ttl.is-active span:nth-child(82) {
  transition-delay: 6.56s;
}
.p-our-mission__ttl.is-active span:nth-child(83) {
  transition-delay: 6.64s;
}
.p-our-mission__ttl.is-active span:nth-child(84) {
  transition-delay: 6.72s;
}
.p-our-mission__ttl.is-active span:nth-child(85) {
  transition-delay: 6.8s;
}
.p-our-mission__ttl.is-active span:nth-child(86) {
  transition-delay: 6.88s;
}
.p-our-mission__ttl.is-active span:nth-child(87) {
  transition-delay: 6.96s;
}
.p-our-mission__ttl.is-active span:nth-child(88) {
  transition-delay: 7.04s;
}
.p-our-mission__ttl.is-active span:nth-child(89) {
  transition-delay: 7.12s;
}
.p-our-mission__ttl.is-active span:nth-child(90) {
  transition-delay: 7.2s;
}
.p-our-mission__ttl.is-active span:nth-child(91) {
  transition-delay: 7.28s;
}
.p-our-mission__ttl.is-active span:nth-child(92) {
  transition-delay: 7.36s;
}
.p-our-mission__ttl.is-active span:nth-child(93) {
  transition-delay: 7.44s;
}
.p-our-mission__ttl.is-active span:nth-child(94) {
  transition-delay: 7.52s;
}
.p-our-mission__ttl.is-active span:nth-child(95) {
  transition-delay: 7.6s;
}
.p-our-mission__ttl.is-active span:nth-child(96) {
  transition-delay: 7.68s;
}
.p-our-mission__ttl.is-active span:nth-child(97) {
  transition-delay: 7.76s;
}
.p-our-mission__ttl.is-active span:nth-child(98) {
  transition-delay: 7.84s;
}
.p-our-mission__ttl.is-active span:nth-child(99) {
  transition-delay: 7.92s;
}
.p-our-mission__ttl.is-active span:nth-child(100) {
  transition-delay: 8s;
}
.p-our-mission__ttl.is-active span:nth-child(101) {
  transition-delay: 8.08s;
}
.p-our-mission__ttl.is-active span:nth-child(102) {
  transition-delay: 8.16s;
}
.p-our-mission__ttl.is-active span:nth-child(103) {
  transition-delay: 8.24s;
}
.p-our-mission__ttl.is-active span:nth-child(104) {
  transition-delay: 8.32s;
}
.p-our-mission__ttl.is-active span:nth-child(105) {
  transition-delay: 8.4s;
}
.p-our-mission__ttl.is-active span:nth-child(106) {
  transition-delay: 8.48s;
}
.p-our-mission__ttl.is-active span:nth-child(107) {
  transition-delay: 8.56s;
}
.p-our-mission__ttl.is-active span:nth-child(108) {
  transition-delay: 8.64s;
}
.p-our-mission__ttl.is-active span:nth-child(109) {
  transition-delay: 8.72s;
}
.p-our-mission__ttl.is-active span:nth-child(110) {
  transition-delay: 8.8s;
}
.p-our-mission__ttl.is-active span:nth-child(111) {
  transition-delay: 8.88s;
}
.p-our-mission__ttl.is-active span:nth-child(112) {
  transition-delay: 8.96s;
}
.p-our-mission__ttl.is-active span:nth-child(113) {
  transition-delay: 9.04s;
}
.p-our-mission__ttl.is-active span:nth-child(114) {
  transition-delay: 9.12s;
}
.p-our-mission__ttl.is-active span:nth-child(115) {
  transition-delay: 9.2s;
}
.p-our-mission__ttl.is-active span:nth-child(116) {
  transition-delay: 9.28s;
}
.p-our-mission__ttl.is-active span:nth-child(117) {
  transition-delay: 9.36s;
}
.p-our-mission__ttl.is-active span:nth-child(118) {
  transition-delay: 9.44s;
}
.p-our-mission__ttl.is-active span:nth-child(119) {
  transition-delay: 9.52s;
}
.p-our-mission__ttl.is-active span:nth-child(120) {
  transition-delay: 9.6s;
}
.p-our-mission__ttl.is-active span:nth-child(121) {
  transition-delay: 9.68s;
}
.p-our-mission__ttl.is-active span:nth-child(122) {
  transition-delay: 9.76s;
}
.p-our-mission__ttl.is-active span:nth-child(123) {
  transition-delay: 9.84s;
}
.p-our-mission__ttl.is-active span:nth-child(124) {
  transition-delay: 9.92s;
}
.p-our-mission__ttl.is-active span:nth-child(125) {
  transition-delay: 10s;
}
.p-our-mission__ttl.is-active span:nth-child(126) {
  transition-delay: 10.08s;
}
.p-our-mission__ttl.is-active span:nth-child(127) {
  transition-delay: 10.16s;
}
.p-our-mission__ttl.is-active span:nth-child(128) {
  transition-delay: 10.24s;
}
.p-our-mission__ttl.is-active span:nth-child(129) {
  transition-delay: 10.32s;
}
.p-our-mission__ttl.is-active span:nth-child(130) {
  transition-delay: 10.4s;
}
.p-our-mission__ttl.is-active span:nth-child(131) {
  transition-delay: 10.48s;
}
.p-our-mission__ttl.is-active span:nth-child(132) {
  transition-delay: 10.56s;
}
.p-our-mission__ttl.is-active span:nth-child(133) {
  transition-delay: 10.64s;
}
.p-our-mission__ttl.is-active span:nth-child(134) {
  transition-delay: 10.72s;
}
.p-our-mission__ttl.is-active span:nth-child(135) {
  transition-delay: 10.8s;
}
.p-our-mission__ttl.is-active span:nth-child(136) {
  transition-delay: 10.88s;
}
.p-our-mission__ttl.is-active span:nth-child(137) {
  transition-delay: 10.96s;
}
.p-our-mission__ttl.is-active span:nth-child(138) {
  transition-delay: 11.04s;
}
.p-our-mission__ttl.is-active span:nth-child(139) {
  transition-delay: 11.12s;
}
.p-our-mission__ttl.is-active span:nth-child(140) {
  transition-delay: 11.2s;
}
.p-our-mission__ttl.is-active span:nth-child(141) {
  transition-delay: 11.28s;
}
.p-our-mission__ttl.is-active span:nth-child(142) {
  transition-delay: 11.36s;
}
.p-our-mission__ttl.is-active span:nth-child(143) {
  transition-delay: 11.44s;
}
.p-our-mission__ttl.is-active span:nth-child(144) {
  transition-delay: 11.52s;
}
.p-our-mission__ttl.is-active span:nth-child(145) {
  transition-delay: 11.6s;
}
.p-our-mission__ttl.is-active span:nth-child(146) {
  transition-delay: 11.68s;
}
.p-our-mission__ttl.is-active span:nth-child(147) {
  transition-delay: 11.76s;
}
.p-our-mission__ttl.is-active span:nth-child(148) {
  transition-delay: 11.84s;
}
.p-our-mission__ttl.is-active span:nth-child(149) {
  transition-delay: 11.92s;
}
.p-our-mission__ttl.is-active span:nth-child(150) {
  transition-delay: 12s;
}
.p-our-mission__ttl.is-active span:nth-child(151) {
  transition-delay: 12.08s;
}
.p-our-mission__ttl.is-active span:nth-child(152) {
  transition-delay: 12.16s;
}
.p-our-mission__ttl.is-active span:nth-child(153) {
  transition-delay: 12.24s;
}
.p-our-mission__ttl.is-active span:nth-child(154) {
  transition-delay: 12.32s;
}
.p-our-mission__ttl.is-active span:nth-child(155) {
  transition-delay: 12.4s;
}
.p-our-mission__ttl.is-active span:nth-child(156) {
  transition-delay: 12.48s;
}
.p-our-mission__ttl.is-active span:nth-child(157) {
  transition-delay: 12.56s;
}
.p-our-mission__ttl.is-active span:nth-child(158) {
  transition-delay: 12.64s;
}
.p-our-mission__ttl.is-active span:nth-child(159) {
  transition-delay: 12.72s;
}
.p-our-mission__ttl.is-active span:nth-child(160) {
  transition-delay: 12.8s;
}
.p-our-mission__ttl.is-active span:nth-child(161) {
  transition-delay: 12.88s;
}
.p-our-mission__ttl.is-active span:nth-child(162) {
  transition-delay: 12.96s;
}
.p-our-mission__ttl.is-active span:nth-child(163) {
  transition-delay: 13.04s;
}
.p-our-mission__ttl.is-active span:nth-child(164) {
  transition-delay: 13.12s;
}
.p-our-mission__ttl.is-active span:nth-child(165) {
  transition-delay: 13.2s;
}
.p-our-mission__ttl.is-active span:nth-child(166) {
  transition-delay: 13.28s;
}
.p-our-mission__ttl.is-active span:nth-child(167) {
  transition-delay: 13.36s;
}
.p-our-mission__ttl.is-active span:nth-child(168) {
  transition-delay: 13.44s;
}
.p-our-mission__ttl.is-active span:nth-child(169) {
  transition-delay: 13.52s;
}
.p-our-mission__ttl.is-active span:nth-child(170) {
  transition-delay: 13.6s;
}
.p-our-mission__ttl.is-active span:nth-child(171) {
  transition-delay: 13.68s;
}
.p-our-mission__ttl.is-active span:nth-child(172) {
  transition-delay: 13.76s;
}
.p-our-mission__ttl.is-active span:nth-child(173) {
  transition-delay: 13.84s;
}
.p-our-mission__ttl.is-active span:nth-child(174) {
  transition-delay: 13.92s;
}
.p-our-mission__ttl.is-active span:nth-child(175) {
  transition-delay: 14s;
}
.p-our-mission__ttl.is-active span:nth-child(176) {
  transition-delay: 14.08s;
}
.p-our-mission__ttl.is-active span:nth-child(177) {
  transition-delay: 14.16s;
}
.p-our-mission__ttl.is-active span:nth-child(178) {
  transition-delay: 14.24s;
}
.p-our-mission__ttl.is-active span:nth-child(179) {
  transition-delay: 14.32s;
}
.p-our-mission__ttl.is-active span:nth-child(180) {
  transition-delay: 14.4s;
}
.p-our-mission__ttl.is-active span:nth-child(181) {
  transition-delay: 14.48s;
}
.p-our-mission__ttl.is-active span:nth-child(182) {
  transition-delay: 14.56s;
}
.p-our-mission__ttl.is-active span:nth-child(183) {
  transition-delay: 14.64s;
}
.p-our-mission__ttl.is-active span:nth-child(184) {
  transition-delay: 14.72s;
}
.p-our-mission__ttl.is-active span:nth-child(185) {
  transition-delay: 14.8s;
}
.p-our-mission__ttl.is-active span:nth-child(186) {
  transition-delay: 14.88s;
}
.p-our-mission__ttl.is-active span:nth-child(187) {
  transition-delay: 14.96s;
}
.p-our-mission__ttl.is-active span:nth-child(188) {
  transition-delay: 15.04s;
}
.p-our-mission__ttl.is-active span:nth-child(189) {
  transition-delay: 15.12s;
}
.p-our-mission__ttl.is-active span:nth-child(190) {
  transition-delay: 15.2s;
}
.p-our-mission__ttl.is-active span:nth-child(191) {
  transition-delay: 15.28s;
}
.p-our-mission__ttl.is-active span:nth-child(192) {
  transition-delay: 15.36s;
}
.p-our-mission__ttl.is-active span:nth-child(193) {
  transition-delay: 15.44s;
}
.p-our-mission__ttl.is-active span:nth-child(194) {
  transition-delay: 15.52s;
}
.p-our-mission__ttl.is-active span:nth-child(195) {
  transition-delay: 15.6s;
}
.p-our-mission__ttl.is-active span:nth-child(196) {
  transition-delay: 15.68s;
}
.p-our-mission__ttl.is-active span:nth-child(197) {
  transition-delay: 15.76s;
}
.p-our-mission__ttl.is-active span:nth-child(198) {
  transition-delay: 15.84s;
}
.p-our-mission__ttl.is-active span:nth-child(199) {
  transition-delay: 15.92s;
}
.p-our-mission__ttl.is-active span:nth-child(200) {
  transition-delay: 16s;
}
.p-our-mission__ttl.is-active span:nth-child(201) {
  transition-delay: 16.08s;
}
.p-our-mission__ttl.is-active span:nth-child(202) {
  transition-delay: 16.16s;
}
.p-our-mission__ttl.is-active span:nth-child(203) {
  transition-delay: 16.24s;
}
.p-our-mission__ttl.is-active span:nth-child(204) {
  transition-delay: 16.32s;
}
.p-our-mission__ttl.is-active span:nth-child(205) {
  transition-delay: 16.4s;
}
.p-our-mission__ttl.is-active span:nth-child(206) {
  transition-delay: 16.48s;
}
.p-our-mission__ttl.is-active span:nth-child(207) {
  transition-delay: 16.56s;
}
.p-our-mission__ttl.is-active span:nth-child(208) {
  transition-delay: 16.64s;
}
.p-our-mission__ttl.is-active span:nth-child(209) {
  transition-delay: 16.72s;
}
.p-our-mission__ttl.is-active span:nth-child(210) {
  transition-delay: 16.8s;
}
.p-our-mission__ttl.is-active span:nth-child(211) {
  transition-delay: 16.88s;
}
.p-our-mission__ttl.is-active span:nth-child(212) {
  transition-delay: 16.96s;
}
.p-our-mission__ttl.is-active span:nth-child(213) {
  transition-delay: 17.04s;
}
.p-our-mission__ttl.is-active span:nth-child(214) {
  transition-delay: 17.12s;
}
.p-our-mission__ttl.is-active span:nth-child(215) {
  transition-delay: 17.2s;
}
.p-our-mission__ttl.is-active span:nth-child(216) {
  transition-delay: 17.28s;
}
.p-our-mission__ttl.is-active span:nth-child(217) {
  transition-delay: 17.36s;
}
.p-our-mission__ttl.is-active span:nth-child(218) {
  transition-delay: 17.44s;
}
.p-our-mission__ttl.is-active span:nth-child(219) {
  transition-delay: 17.52s;
}
.p-our-mission__ttl.is-active span:nth-child(220) {
  transition-delay: 17.6s;
}
.p-our-mission__ttl.is-active span:nth-child(221) {
  transition-delay: 17.68s;
}
.p-our-mission__ttl.is-active span:nth-child(222) {
  transition-delay: 17.76s;
}
.p-our-mission__ttl.is-active span:nth-child(223) {
  transition-delay: 17.84s;
}
.p-our-mission__ttl.is-active span:nth-child(224) {
  transition-delay: 17.92s;
}
.p-our-mission__ttl.is-active span:nth-child(225) {
  transition-delay: 18s;
}
.p-our-mission__ttl.is-active span:nth-child(226) {
  transition-delay: 18.08s;
}
.p-our-mission__ttl.is-active span:nth-child(227) {
  transition-delay: 18.16s;
}
.p-our-mission__ttl.is-active span:nth-child(228) {
  transition-delay: 18.24s;
}
.p-our-mission__ttl.is-active span:nth-child(229) {
  transition-delay: 18.32s;
}
.p-our-mission__ttl.is-active span:nth-child(230) {
  transition-delay: 18.4s;
}
.p-our-mission__ttl.is-active span:nth-child(231) {
  transition-delay: 18.48s;
}
.p-our-mission__ttl.is-active span:nth-child(232) {
  transition-delay: 18.56s;
}
.p-our-mission__ttl.is-active span:nth-child(233) {
  transition-delay: 18.64s;
}
.p-our-mission__ttl.is-active span:nth-child(234) {
  transition-delay: 18.72s;
}
.p-our-mission__ttl.is-active span:nth-child(235) {
  transition-delay: 18.8s;
}
.p-our-mission__ttl.is-active span:nth-child(236) {
  transition-delay: 18.88s;
}
.p-our-mission__ttl.is-active span:nth-child(237) {
  transition-delay: 18.96s;
}
.p-our-mission__ttl.is-active span:nth-child(238) {
  transition-delay: 19.04s;
}
.p-our-mission__ttl.is-active span:nth-child(239) {
  transition-delay: 19.12s;
}
.p-our-mission__ttl.is-active span:nth-child(240) {
  transition-delay: 19.2s;
}
.p-our-mission__ttl.is-active span:nth-child(241) {
  transition-delay: 19.28s;
}
.p-our-mission__ttl.is-active span:nth-child(242) {
  transition-delay: 19.36s;
}
.p-our-mission__ttl.is-active span:nth-child(243) {
  transition-delay: 19.44s;
}
.p-our-mission__ttl.is-active span:nth-child(244) {
  transition-delay: 19.52s;
}
.p-our-mission__ttl.is-active span:nth-child(245) {
  transition-delay: 19.6s;
}
.p-our-mission__ttl.is-active span:nth-child(246) {
  transition-delay: 19.68s;
}
.p-our-mission__ttl.is-active span:nth-child(247) {
  transition-delay: 19.76s;
}
.p-our-mission__ttl.is-active span:nth-child(248) {
  transition-delay: 19.84s;
}
.p-our-mission__ttl.is-active span:nth-child(249) {
  transition-delay: 19.92s;
}
.p-our-mission__ttl.is-active span:nth-child(250) {
  transition-delay: 20s;
}
.p-our-mission__ttl.is-active span:nth-child(251) {
  transition-delay: 20.08s;
}
.p-our-mission__ttl.is-active span:nth-child(252) {
  transition-delay: 20.16s;
}
.p-our-mission__ttl.is-active span:nth-child(253) {
  transition-delay: 20.24s;
}
.p-our-mission__ttl.is-active span:nth-child(254) {
  transition-delay: 20.32s;
}
.p-our-mission__ttl.is-active span:nth-child(255) {
  transition-delay: 20.4s;
}
.p-our-mission__ttl.is-active span:nth-child(256) {
  transition-delay: 20.48s;
}
.p-our-mission__ttl.is-active span:nth-child(257) {
  transition-delay: 20.56s;
}
.p-our-mission__ttl.is-active span:nth-child(258) {
  transition-delay: 20.64s;
}
.p-our-mission__ttl.is-active span:nth-child(259) {
  transition-delay: 20.72s;
}
.p-our-mission__ttl.is-active span:nth-child(260) {
  transition-delay: 20.8s;
}
.p-our-mission__ttl.is-active span:nth-child(261) {
  transition-delay: 20.88s;
}
.p-our-mission__ttl.is-active span:nth-child(262) {
  transition-delay: 20.96s;
}
.p-our-mission__ttl.is-active span:nth-child(263) {
  transition-delay: 21.04s;
}
.p-our-mission__ttl.is-active span:nth-child(264) {
  transition-delay: 21.12s;
}
.p-our-mission__ttl.is-active span:nth-child(265) {
  transition-delay: 21.2s;
}
.p-our-mission__ttl.is-active span:nth-child(266) {
  transition-delay: 21.28s;
}
.p-our-mission__ttl.is-active span:nth-child(267) {
  transition-delay: 21.36s;
}
.p-our-mission__ttl.is-active span:nth-child(268) {
  transition-delay: 21.44s;
}
.p-our-mission__ttl.is-active span:nth-child(269) {
  transition-delay: 21.52s;
}
.p-our-mission__ttl.is-active span:nth-child(270) {
  transition-delay: 21.6s;
}
.p-our-mission__ttl.is-active span:nth-child(271) {
  transition-delay: 21.68s;
}
.p-our-mission__ttl.is-active span:nth-child(272) {
  transition-delay: 21.76s;
}
.p-our-mission__ttl.is-active span:nth-child(273) {
  transition-delay: 21.84s;
}
.p-our-mission__ttl.is-active span:nth-child(274) {
  transition-delay: 21.92s;
}
.p-our-mission__ttl.is-active span:nth-child(275) {
  transition-delay: 22s;
}
.p-our-mission__ttl.is-active span:nth-child(276) {
  transition-delay: 22.08s;
}
.p-our-mission__ttl.is-active span:nth-child(277) {
  transition-delay: 22.16s;
}
.p-our-mission__ttl.is-active span:nth-child(278) {
  transition-delay: 22.24s;
}
.p-our-mission__ttl.is-active span:nth-child(279) {
  transition-delay: 22.32s;
}
.p-our-mission__ttl.is-active span:nth-child(280) {
  transition-delay: 22.4s;
}
.p-our-mission__ttl.is-active span:nth-child(281) {
  transition-delay: 22.48s;
}
.p-our-mission__ttl.is-active span:nth-child(282) {
  transition-delay: 22.56s;
}
.p-our-mission__ttl.is-active span:nth-child(283) {
  transition-delay: 22.64s;
}
.p-our-mission__ttl.is-active span:nth-child(284) {
  transition-delay: 22.72s;
}
.p-our-mission__ttl.is-active span:nth-child(285) {
  transition-delay: 22.8s;
}
.p-our-mission__ttl.is-active span:nth-child(286) {
  transition-delay: 22.88s;
}
.p-our-mission__ttl.is-active span:nth-child(287) {
  transition-delay: 22.96s;
}
.p-our-mission__ttl.is-active span:nth-child(288) {
  transition-delay: 23.04s;
}
.p-our-mission__ttl.is-active span:nth-child(289) {
  transition-delay: 23.12s;
}
.p-our-mission__ttl.is-active span:nth-child(290) {
  transition-delay: 23.2s;
}
.p-our-mission__ttl.is-active span:nth-child(291) {
  transition-delay: 23.28s;
}
.p-our-mission__ttl.is-active span:nth-child(292) {
  transition-delay: 23.36s;
}
.p-our-mission__ttl.is-active span:nth-child(293) {
  transition-delay: 23.44s;
}
.p-our-mission__ttl.is-active span:nth-child(294) {
  transition-delay: 23.52s;
}
.p-our-mission__ttl.is-active span:nth-child(295) {
  transition-delay: 23.6s;
}
.p-our-mission__ttl.is-active span:nth-child(296) {
  transition-delay: 23.68s;
}
.p-our-mission__ttl.is-active span:nth-child(297) {
  transition-delay: 23.76s;
}
.p-our-mission__ttl.is-active span:nth-child(298) {
  transition-delay: 23.84s;
}
.p-our-mission__ttl.is-active span:nth-child(299) {
  transition-delay: 23.92s;
}
.p-our-mission__ttl.is-active span:nth-child(300) {
  transition-delay: 24s;
}
.p-our-mission__ttl.is-active span:nth-child(301) {
  transition-delay: 24.08s;
}
.p-our-mission__ttl.is-active span:nth-child(302) {
  transition-delay: 24.16s;
}
.p-our-mission__ttl.is-active span:nth-child(303) {
  transition-delay: 24.24s;
}
.p-our-mission__ttl.is-active span:nth-child(304) {
  transition-delay: 24.32s;
}
.p-our-mission__ttl.is-active span:nth-child(305) {
  transition-delay: 24.4s;
}
.p-our-mission__ttl.is-active span:nth-child(306) {
  transition-delay: 24.48s;
}
.p-our-mission__ttl.is-active span:nth-child(307) {
  transition-delay: 24.56s;
}
.p-our-mission__ttl.is-active span:nth-child(308) {
  transition-delay: 24.64s;
}
.p-our-mission__ttl.is-active span:nth-child(309) {
  transition-delay: 24.72s;
}
.p-our-mission__ttl.is-active span:nth-child(310) {
  transition-delay: 24.8s;
}
.p-our-mission__ttl.is-active span:nth-child(311) {
  transition-delay: 24.88s;
}
.p-our-mission__ttl.is-active span:nth-child(312) {
  transition-delay: 24.96s;
}
.p-our-mission__ttl.is-active span:nth-child(313) {
  transition-delay: 25.04s;
}
.p-our-mission__ttl.is-active span:nth-child(314) {
  transition-delay: 25.12s;
}
.p-our-mission__ttl.is-active span:nth-child(315) {
  transition-delay: 25.2s;
}
.p-our-mission__ttl.is-active span:nth-child(316) {
  transition-delay: 25.28s;
}
.p-our-mission__ttl.is-active span:nth-child(317) {
  transition-delay: 25.36s;
}
.p-our-mission__ttl.is-active span:nth-child(318) {
  transition-delay: 25.44s;
}
.p-our-mission__ttl.is-active span:nth-child(319) {
  transition-delay: 25.52s;
}
.p-our-mission__ttl.is-active span:nth-child(320) {
  transition-delay: 25.6s;
}
.p-our-mission__ttl.is-active span:nth-child(321) {
  transition-delay: 25.68s;
}
.p-our-mission__ttl.is-active span:nth-child(322) {
  transition-delay: 25.76s;
}
.p-our-mission__ttl.is-active span:nth-child(323) {
  transition-delay: 25.84s;
}
.p-our-mission__ttl.is-active span:nth-child(324) {
  transition-delay: 25.92s;
}
.p-our-mission__ttl.is-active span:nth-child(325) {
  transition-delay: 26s;
}
.p-our-mission__ttl.is-active span:nth-child(326) {
  transition-delay: 26.08s;
}
.p-our-mission__ttl.is-active span:nth-child(327) {
  transition-delay: 26.16s;
}
.p-our-mission__ttl.is-active span:nth-child(328) {
  transition-delay: 26.24s;
}
.p-our-mission__ttl.is-active span:nth-child(329) {
  transition-delay: 26.32s;
}
.p-our-mission__ttl.is-active span:nth-child(330) {
  transition-delay: 26.4s;
}
.p-our-mission__ttl.is-active span:nth-child(331) {
  transition-delay: 26.48s;
}
.p-our-mission__ttl.is-active span:nth-child(332) {
  transition-delay: 26.56s;
}
.p-our-mission__ttl.is-active span:nth-child(333) {
  transition-delay: 26.64s;
}
.p-our-mission__ttl.is-active span:nth-child(334) {
  transition-delay: 26.72s;
}
.p-our-mission__ttl.is-active span:nth-child(335) {
  transition-delay: 26.8s;
}
.p-our-mission__ttl.is-active span:nth-child(336) {
  transition-delay: 26.88s;
}
.p-our-mission__ttl.is-active span:nth-child(337) {
  transition-delay: 26.96s;
}
.p-our-mission__ttl.is-active span:nth-child(338) {
  transition-delay: 27.04s;
}
.p-our-mission__ttl.is-active span:nth-child(339) {
  transition-delay: 27.12s;
}
.p-our-mission__ttl.is-active span:nth-child(340) {
  transition-delay: 27.2s;
}
.p-our-mission__ttl.is-active span:nth-child(341) {
  transition-delay: 27.28s;
}
.p-our-mission__ttl.is-active span:nth-child(342) {
  transition-delay: 27.36s;
}
.p-our-mission__ttl.is-active span:nth-child(343) {
  transition-delay: 27.44s;
}
.p-our-mission__ttl.is-active span:nth-child(344) {
  transition-delay: 27.52s;
}
.p-our-mission__ttl.is-active span:nth-child(345) {
  transition-delay: 27.6s;
}
.p-our-mission__ttl.is-active span:nth-child(346) {
  transition-delay: 27.68s;
}
.p-our-mission__ttl.is-active span:nth-child(347) {
  transition-delay: 27.76s;
}
.p-our-mission__ttl.is-active span:nth-child(348) {
  transition-delay: 27.84s;
}
.p-our-mission__ttl.is-active span:nth-child(349) {
  transition-delay: 27.92s;
}
.p-our-mission__ttl.is-active span:nth-child(350) {
  transition-delay: 28s;
}
.p-our-mission__ttl.is-active span:nth-child(351) {
  transition-delay: 28.08s;
}
.p-our-mission__ttl.is-active span:nth-child(352) {
  transition-delay: 28.16s;
}
.p-our-mission__ttl.is-active span:nth-child(353) {
  transition-delay: 28.24s;
}
.p-our-mission__ttl.is-active span:nth-child(354) {
  transition-delay: 28.32s;
}
.p-our-mission__ttl.is-active span:nth-child(355) {
  transition-delay: 28.4s;
}
.p-our-mission__ttl.is-active span:nth-child(356) {
  transition-delay: 28.48s;
}
.p-our-mission__ttl.is-active span:nth-child(357) {
  transition-delay: 28.56s;
}
.p-our-mission__ttl.is-active span:nth-child(358) {
  transition-delay: 28.64s;
}
.p-our-mission__ttl.is-active span:nth-child(359) {
  transition-delay: 28.72s;
}
.p-our-mission__ttl.is-active span:nth-child(360) {
  transition-delay: 28.8s;
}
.p-our-mission__ttl.is-active span:nth-child(361) {
  transition-delay: 28.88s;
}
.p-our-mission__ttl.is-active span:nth-child(362) {
  transition-delay: 28.96s;
}
.p-our-mission__ttl.is-active span:nth-child(363) {
  transition-delay: 29.04s;
}
.p-our-mission__ttl.is-active span:nth-child(364) {
  transition-delay: 29.12s;
}
.p-our-mission__ttl.is-active span:nth-child(365) {
  transition-delay: 29.2s;
}
.p-our-mission__ttl.is-active span:nth-child(366) {
  transition-delay: 29.28s;
}
.p-our-mission__ttl.is-active span:nth-child(367) {
  transition-delay: 29.36s;
}
.p-our-mission__ttl.is-active span:nth-child(368) {
  transition-delay: 29.44s;
}
.p-our-mission__ttl.is-active span:nth-child(369) {
  transition-delay: 29.52s;
}
.p-our-mission__ttl.is-active span:nth-child(370) {
  transition-delay: 29.6s;
}
.p-our-mission__ttl.is-active span:nth-child(371) {
  transition-delay: 29.68s;
}
.p-our-mission__ttl.is-active span:nth-child(372) {
  transition-delay: 29.76s;
}
.p-our-mission__ttl.is-active span:nth-child(373) {
  transition-delay: 29.84s;
}
.p-our-mission__ttl.is-active span:nth-child(374) {
  transition-delay: 29.92s;
}
.p-our-mission__ttl.is-active span:nth-child(375) {
  transition-delay: 30s;
}
.p-our-mission__ttl.is-active span:nth-child(376) {
  transition-delay: 30.08s;
}
.p-our-mission__ttl.is-active span:nth-child(377) {
  transition-delay: 30.16s;
}
.p-our-mission__ttl.is-active span:nth-child(378) {
  transition-delay: 30.24s;
}
.p-our-mission__ttl.is-active span:nth-child(379) {
  transition-delay: 30.32s;
}
.p-our-mission__ttl.is-active span:nth-child(380) {
  transition-delay: 30.4s;
}
.p-our-mission__ttl.is-active span:nth-child(381) {
  transition-delay: 30.48s;
}
.p-our-mission__ttl.is-active span:nth-child(382) {
  transition-delay: 30.56s;
}
.p-our-mission__ttl.is-active span:nth-child(383) {
  transition-delay: 30.64s;
}
.p-our-mission__ttl.is-active span:nth-child(384) {
  transition-delay: 30.72s;
}
.p-our-mission__ttl.is-active span:nth-child(385) {
  transition-delay: 30.8s;
}
.p-our-mission__ttl.is-active span:nth-child(386) {
  transition-delay: 30.88s;
}
.p-our-mission__ttl.is-active span:nth-child(387) {
  transition-delay: 30.96s;
}
.p-our-mission__ttl.is-active span:nth-child(388) {
  transition-delay: 31.04s;
}
.p-our-mission__ttl.is-active span:nth-child(389) {
  transition-delay: 31.12s;
}
.p-our-mission__ttl.is-active span:nth-child(390) {
  transition-delay: 31.2s;
}
.p-our-mission__ttl.is-active span:nth-child(391) {
  transition-delay: 31.28s;
}
.p-our-mission__ttl.is-active span:nth-child(392) {
  transition-delay: 31.36s;
}
.p-our-mission__ttl.is-active span:nth-child(393) {
  transition-delay: 31.44s;
}
.p-our-mission__ttl.is-active span:nth-child(394) {
  transition-delay: 31.52s;
}
.p-our-mission__ttl.is-active span:nth-child(395) {
  transition-delay: 31.6s;
}
.p-our-mission__ttl.is-active span:nth-child(396) {
  transition-delay: 31.68s;
}
.p-our-mission__ttl.is-active span:nth-child(397) {
  transition-delay: 31.76s;
}
.p-our-mission__ttl.is-active span:nth-child(398) {
  transition-delay: 31.84s;
}
.p-our-mission__ttl.is-active span:nth-child(399) {
  transition-delay: 31.92s;
}
.p-our-mission__ttl.is-active span:nth-child(400) {
  transition-delay: 32s;
}
.p-our-mission__ttl.is-active span:nth-child(401) {
  transition-delay: 32.08s;
}
.p-our-mission__ttl.is-active span:nth-child(402) {
  transition-delay: 32.16s;
}
.p-our-mission__ttl.is-active span:nth-child(403) {
  transition-delay: 32.24s;
}
.p-our-mission__ttl.is-active span:nth-child(404) {
  transition-delay: 32.32s;
}
.p-our-mission__ttl.is-active span:nth-child(405) {
  transition-delay: 32.4s;
}
.p-our-mission__ttl.is-active span:nth-child(406) {
  transition-delay: 32.48s;
}
.p-our-mission__ttl.is-active span:nth-child(407) {
  transition-delay: 32.56s;
}
.p-our-mission__ttl.is-active span:nth-child(408) {
  transition-delay: 32.64s;
}
.p-our-mission__ttl.is-active span:nth-child(409) {
  transition-delay: 32.72s;
}
.p-our-mission__ttl.is-active span:nth-child(410) {
  transition-delay: 32.8s;
}
.p-our-mission__ttl.is-active span:nth-child(411) {
  transition-delay: 32.88s;
}
.p-our-mission__ttl.is-active span:nth-child(412) {
  transition-delay: 32.96s;
}
.p-our-mission__ttl.is-active span:nth-child(413) {
  transition-delay: 33.04s;
}
.p-our-mission__ttl.is-active span:nth-child(414) {
  transition-delay: 33.12s;
}
.p-our-mission__ttl.is-active span:nth-child(415) {
  transition-delay: 33.2s;
}
.p-our-mission__ttl.is-active span:nth-child(416) {
  transition-delay: 33.28s;
}
.p-our-mission__ttl.is-active span:nth-child(417) {
  transition-delay: 33.36s;
}
.p-our-mission__ttl.is-active span:nth-child(418) {
  transition-delay: 33.44s;
}
.p-our-mission__ttl.is-active span:nth-child(419) {
  transition-delay: 33.52s;
}
.p-our-mission__ttl.is-active span:nth-child(420) {
  transition-delay: 33.6s;
}
.p-our-mission__ttl.is-active span:nth-child(421) {
  transition-delay: 33.68s;
}
.p-our-mission__ttl.is-active span:nth-child(422) {
  transition-delay: 33.76s;
}
.p-our-mission__ttl.is-active span:nth-child(423) {
  transition-delay: 33.84s;
}
.p-our-mission__ttl.is-active span:nth-child(424) {
  transition-delay: 33.92s;
}
.p-our-mission__ttl.is-active span:nth-child(425) {
  transition-delay: 34s;
}
.p-our-mission__ttl.is-active span:nth-child(426) {
  transition-delay: 34.08s;
}
.p-our-mission__ttl.is-active span:nth-child(427) {
  transition-delay: 34.16s;
}
.p-our-mission__ttl.is-active span:nth-child(428) {
  transition-delay: 34.24s;
}
.p-our-mission__ttl.is-active span:nth-child(429) {
  transition-delay: 34.32s;
}
.p-our-mission__ttl.is-active span:nth-child(430) {
  transition-delay: 34.4s;
}
.p-our-mission__ttl.is-active span:nth-child(431) {
  transition-delay: 34.48s;
}
.p-our-mission__ttl.is-active span:nth-child(432) {
  transition-delay: 34.56s;
}
.p-our-mission__ttl.is-active span:nth-child(433) {
  transition-delay: 34.64s;
}
.p-our-mission__ttl.is-active span:nth-child(434) {
  transition-delay: 34.72s;
}
.p-our-mission__ttl.is-active span:nth-child(435) {
  transition-delay: 34.8s;
}
.p-our-mission__ttl.is-active span:nth-child(436) {
  transition-delay: 34.88s;
}
.p-our-mission__ttl.is-active span:nth-child(437) {
  transition-delay: 34.96s;
}
.p-our-mission__ttl.is-active span:nth-child(438) {
  transition-delay: 35.04s;
}
.p-our-mission__ttl.is-active span:nth-child(439) {
  transition-delay: 35.12s;
}
.p-our-mission__ttl.is-active span:nth-child(440) {
  transition-delay: 35.2s;
}
.p-our-mission__ttl.is-active span:nth-child(441) {
  transition-delay: 35.28s;
}
.p-our-mission__ttl.is-active span:nth-child(442) {
  transition-delay: 35.36s;
}
.p-our-mission__ttl.is-active span:nth-child(443) {
  transition-delay: 35.44s;
}
.p-our-mission__ttl.is-active span:nth-child(444) {
  transition-delay: 35.52s;
}
.p-our-mission__ttl.is-active span:nth-child(445) {
  transition-delay: 35.6s;
}
.p-our-mission__ttl.is-active span:nth-child(446) {
  transition-delay: 35.68s;
}
.p-our-mission__ttl.is-active span:nth-child(447) {
  transition-delay: 35.76s;
}
.p-our-mission__ttl.is-active span:nth-child(448) {
  transition-delay: 35.84s;
}
.p-our-mission__ttl.is-active span:nth-child(449) {
  transition-delay: 35.92s;
}
.p-our-mission__ttl.is-active span:nth-child(450) {
  transition-delay: 36s;
}
.p-our-mission__ttl.is-active span:nth-child(451) {
  transition-delay: 36.08s;
}
.p-our-mission__ttl.is-active span:nth-child(452) {
  transition-delay: 36.16s;
}
.p-our-mission__ttl.is-active span:nth-child(453) {
  transition-delay: 36.24s;
}
.p-our-mission__ttl.is-active span:nth-child(454) {
  transition-delay: 36.32s;
}
.p-our-mission__ttl.is-active span:nth-child(455) {
  transition-delay: 36.4s;
}
.p-our-mission__ttl.is-active span:nth-child(456) {
  transition-delay: 36.48s;
}
.p-our-mission__ttl.is-active span:nth-child(457) {
  transition-delay: 36.56s;
}
.p-our-mission__ttl.is-active span:nth-child(458) {
  transition-delay: 36.64s;
}
.p-our-mission__ttl.is-active span:nth-child(459) {
  transition-delay: 36.72s;
}
.p-our-mission__ttl.is-active span:nth-child(460) {
  transition-delay: 36.8s;
}
.p-our-mission__ttl.is-active span:nth-child(461) {
  transition-delay: 36.88s;
}
.p-our-mission__ttl.is-active span:nth-child(462) {
  transition-delay: 36.96s;
}
.p-our-mission__ttl.is-active span:nth-child(463) {
  transition-delay: 37.04s;
}
.p-our-mission__ttl.is-active span:nth-child(464) {
  transition-delay: 37.12s;
}
.p-our-mission__ttl.is-active span:nth-child(465) {
  transition-delay: 37.2s;
}
.p-our-mission__ttl.is-active span:nth-child(466) {
  transition-delay: 37.28s;
}
.p-our-mission__ttl.is-active span:nth-child(467) {
  transition-delay: 37.36s;
}
.p-our-mission__ttl.is-active span:nth-child(468) {
  transition-delay: 37.44s;
}
.p-our-mission__ttl.is-active span:nth-child(469) {
  transition-delay: 37.52s;
}
.p-our-mission__ttl.is-active span:nth-child(470) {
  transition-delay: 37.6s;
}
.p-our-mission__ttl.is-active span:nth-child(471) {
  transition-delay: 37.68s;
}
.p-our-mission__ttl.is-active span:nth-child(472) {
  transition-delay: 37.76s;
}
.p-our-mission__ttl.is-active span:nth-child(473) {
  transition-delay: 37.84s;
}
.p-our-mission__ttl.is-active span:nth-child(474) {
  transition-delay: 37.92s;
}
.p-our-mission__ttl.is-active span:nth-child(475) {
  transition-delay: 38s;
}
.p-our-mission__ttl.is-active span:nth-child(476) {
  transition-delay: 38.08s;
}
.p-our-mission__ttl.is-active span:nth-child(477) {
  transition-delay: 38.16s;
}
.p-our-mission__ttl.is-active span:nth-child(478) {
  transition-delay: 38.24s;
}
.p-our-mission__ttl.is-active span:nth-child(479) {
  transition-delay: 38.32s;
}
.p-our-mission__ttl.is-active span:nth-child(480) {
  transition-delay: 38.4s;
}
.p-our-mission__ttl.is-active span:nth-child(481) {
  transition-delay: 38.48s;
}
.p-our-mission__ttl.is-active span:nth-child(482) {
  transition-delay: 38.56s;
}
.p-our-mission__ttl.is-active span:nth-child(483) {
  transition-delay: 38.64s;
}
.p-our-mission__ttl.is-active span:nth-child(484) {
  transition-delay: 38.72s;
}
.p-our-mission__ttl.is-active span:nth-child(485) {
  transition-delay: 38.8s;
}
.p-our-mission__ttl.is-active span:nth-child(486) {
  transition-delay: 38.88s;
}
.p-our-mission__ttl.is-active span:nth-child(487) {
  transition-delay: 38.96s;
}
.p-our-mission__ttl.is-active span:nth-child(488) {
  transition-delay: 39.04s;
}
.p-our-mission__ttl.is-active span:nth-child(489) {
  transition-delay: 39.12s;
}
.p-our-mission__ttl.is-active span:nth-child(490) {
  transition-delay: 39.2s;
}
.p-our-mission__ttl.is-active span:nth-child(491) {
  transition-delay: 39.28s;
}
.p-our-mission__ttl.is-active span:nth-child(492) {
  transition-delay: 39.36s;
}
.p-our-mission__ttl.is-active span:nth-child(493) {
  transition-delay: 39.44s;
}
.p-our-mission__ttl.is-active span:nth-child(494) {
  transition-delay: 39.52s;
}
.p-our-mission__ttl.is-active span:nth-child(495) {
  transition-delay: 39.6s;
}
.p-our-mission__ttl.is-active span:nth-child(496) {
  transition-delay: 39.68s;
}
.p-our-mission__ttl.is-active span:nth-child(497) {
  transition-delay: 39.76s;
}
.p-our-mission__ttl.is-active span:nth-child(498) {
  transition-delay: 39.84s;
}
.p-our-mission__ttl.is-active span:nth-child(499) {
  transition-delay: 39.92s;
}
.p-our-mission__ttl.is-active span:nth-child(500) {
  transition-delay: 40s;
}
.p-our-mission__ttl.is-active span:nth-child(501) {
  transition-delay: 40.08s;
}
.p-our-mission__ttl.is-active span:nth-child(502) {
  transition-delay: 40.16s;
}
.p-our-mission__ttl.is-active span:nth-child(503) {
  transition-delay: 40.24s;
}
.p-our-mission__ttl.is-active span:nth-child(504) {
  transition-delay: 40.32s;
}
.p-our-mission__ttl.is-active span:nth-child(505) {
  transition-delay: 40.4s;
}
.p-our-mission__ttl.is-active span:nth-child(506) {
  transition-delay: 40.48s;
}
.p-our-mission__ttl.is-active span:nth-child(507) {
  transition-delay: 40.56s;
}
.p-our-mission__ttl.is-active span:nth-child(508) {
  transition-delay: 40.64s;
}
.p-our-mission__ttl.is-active span:nth-child(509) {
  transition-delay: 40.72s;
}
.p-our-mission__ttl.is-active span:nth-child(510) {
  transition-delay: 40.8s;
}
.p-our-mission__ttl.is-active span:nth-child(511) {
  transition-delay: 40.88s;
}
.p-our-mission__ttl.is-active span:nth-child(512) {
  transition-delay: 40.96s;
}
.p-our-mission__ttl.is-active span:nth-child(513) {
  transition-delay: 41.04s;
}
.p-our-mission__ttl.is-active span:nth-child(514) {
  transition-delay: 41.12s;
}
.p-our-mission__ttl.is-active span:nth-child(515) {
  transition-delay: 41.2s;
}
.p-our-mission__ttl.is-active span:nth-child(516) {
  transition-delay: 41.28s;
}
.p-our-mission__ttl.is-active span:nth-child(517) {
  transition-delay: 41.36s;
}
.p-our-mission__ttl.is-active span:nth-child(518) {
  transition-delay: 41.44s;
}
.p-our-mission__ttl.is-active span:nth-child(519) {
  transition-delay: 41.52s;
}
.p-our-mission__ttl.is-active span:nth-child(520) {
  transition-delay: 41.6s;
}
.p-our-mission__ttl.is-active span:nth-child(521) {
  transition-delay: 41.68s;
}
.p-our-mission__ttl.is-active span:nth-child(522) {
  transition-delay: 41.76s;
}
.p-our-mission__ttl.is-active span:nth-child(523) {
  transition-delay: 41.84s;
}
.p-our-mission__ttl.is-active span:nth-child(524) {
  transition-delay: 41.92s;
}
.p-our-mission__ttl.is-active span:nth-child(525) {
  transition-delay: 42s;
}
.p-our-mission__ttl.is-active span:nth-child(526) {
  transition-delay: 42.08s;
}
.p-our-mission__ttl.is-active span:nth-child(527) {
  transition-delay: 42.16s;
}
.p-our-mission__ttl.is-active span:nth-child(528) {
  transition-delay: 42.24s;
}
.p-our-mission__ttl.is-active span:nth-child(529) {
  transition-delay: 42.32s;
}
.p-our-mission__ttl.is-active span:nth-child(530) {
  transition-delay: 42.4s;
}
.p-our-mission__ttl.is-active span:nth-child(531) {
  transition-delay: 42.48s;
}
.p-our-mission__ttl.is-active span:nth-child(532) {
  transition-delay: 42.56s;
}
.p-our-mission__ttl.is-active span:nth-child(533) {
  transition-delay: 42.64s;
}
.p-our-mission__ttl.is-active span:nth-child(534) {
  transition-delay: 42.72s;
}
.p-our-mission__ttl.is-active span:nth-child(535) {
  transition-delay: 42.8s;
}
.p-our-mission__ttl.is-active span:nth-child(536) {
  transition-delay: 42.88s;
}
.p-our-mission__ttl.is-active span:nth-child(537) {
  transition-delay: 42.96s;
}
.p-our-mission__ttl.is-active span:nth-child(538) {
  transition-delay: 43.04s;
}
.p-our-mission__ttl.is-active span:nth-child(539) {
  transition-delay: 43.12s;
}
.p-our-mission__ttl.is-active span:nth-child(540) {
  transition-delay: 43.2s;
}
.p-our-mission__ttl.is-active span:nth-child(541) {
  transition-delay: 43.28s;
}
.p-our-mission__ttl.is-active span:nth-child(542) {
  transition-delay: 43.36s;
}
.p-our-mission__ttl.is-active span:nth-child(543) {
  transition-delay: 43.44s;
}
.p-our-mission__ttl.is-active span:nth-child(544) {
  transition-delay: 43.52s;
}
.p-our-mission__ttl.is-active span:nth-child(545) {
  transition-delay: 43.6s;
}
.p-our-mission__ttl.is-active span:nth-child(546) {
  transition-delay: 43.68s;
}
.p-our-mission__ttl.is-active span:nth-child(547) {
  transition-delay: 43.76s;
}
.p-our-mission__ttl.is-active span:nth-child(548) {
  transition-delay: 43.84s;
}
.p-our-mission__ttl.is-active span:nth-child(549) {
  transition-delay: 43.92s;
}
.p-our-mission__ttl.is-active span:nth-child(550) {
  transition-delay: 44s;
}
.p-our-mission__ttl.is-active span:nth-child(551) {
  transition-delay: 44.08s;
}
.p-our-mission__ttl.is-active span:nth-child(552) {
  transition-delay: 44.16s;
}
.p-our-mission__ttl.is-active span:nth-child(553) {
  transition-delay: 44.24s;
}
.p-our-mission__ttl.is-active span:nth-child(554) {
  transition-delay: 44.32s;
}
.p-our-mission__ttl.is-active span:nth-child(555) {
  transition-delay: 44.4s;
}
.p-our-mission__ttl.is-active span:nth-child(556) {
  transition-delay: 44.48s;
}
.p-our-mission__ttl.is-active span:nth-child(557) {
  transition-delay: 44.56s;
}
.p-our-mission__ttl.is-active span:nth-child(558) {
  transition-delay: 44.64s;
}
.p-our-mission__ttl.is-active span:nth-child(559) {
  transition-delay: 44.72s;
}
.p-our-mission__ttl.is-active span:nth-child(560) {
  transition-delay: 44.8s;
}
.p-our-mission__ttl.is-active span:nth-child(561) {
  transition-delay: 44.88s;
}
.p-our-mission__ttl.is-active span:nth-child(562) {
  transition-delay: 44.96s;
}
.p-our-mission__ttl.is-active span:nth-child(563) {
  transition-delay: 45.04s;
}
.p-our-mission__ttl.is-active span:nth-child(564) {
  transition-delay: 45.12s;
}
.p-our-mission__ttl.is-active span:nth-child(565) {
  transition-delay: 45.2s;
}
.p-our-mission__ttl.is-active span:nth-child(566) {
  transition-delay: 45.28s;
}
.p-our-mission__ttl.is-active span:nth-child(567) {
  transition-delay: 45.36s;
}
.p-our-mission__ttl.is-active span:nth-child(568) {
  transition-delay: 45.44s;
}
.p-our-mission__ttl.is-active span:nth-child(569) {
  transition-delay: 45.52s;
}
.p-our-mission__ttl.is-active span:nth-child(570) {
  transition-delay: 45.6s;
}
.p-our-mission__ttl.is-active span:nth-child(571) {
  transition-delay: 45.68s;
}
.p-our-mission__ttl.is-active span:nth-child(572) {
  transition-delay: 45.76s;
}
.p-our-mission__ttl.is-active span:nth-child(573) {
  transition-delay: 45.84s;
}
.p-our-mission__ttl.is-active span:nth-child(574) {
  transition-delay: 45.92s;
}
.p-our-mission__ttl.is-active span:nth-child(575) {
  transition-delay: 46s;
}
.p-our-mission__ttl.is-active span:nth-child(576) {
  transition-delay: 46.08s;
}
.p-our-mission__ttl.is-active span:nth-child(577) {
  transition-delay: 46.16s;
}
.p-our-mission__ttl.is-active span:nth-child(578) {
  transition-delay: 46.24s;
}
.p-our-mission__ttl.is-active span:nth-child(579) {
  transition-delay: 46.32s;
}
.p-our-mission__ttl.is-active span:nth-child(580) {
  transition-delay: 46.4s;
}
.p-our-mission__ttl.is-active span:nth-child(581) {
  transition-delay: 46.48s;
}
.p-our-mission__ttl.is-active span:nth-child(582) {
  transition-delay: 46.56s;
}
.p-our-mission__ttl.is-active span:nth-child(583) {
  transition-delay: 46.64s;
}
.p-our-mission__ttl.is-active span:nth-child(584) {
  transition-delay: 46.72s;
}
.p-our-mission__ttl.is-active span:nth-child(585) {
  transition-delay: 46.8s;
}
.p-our-mission__ttl.is-active span:nth-child(586) {
  transition-delay: 46.88s;
}
.p-our-mission__ttl.is-active span:nth-child(587) {
  transition-delay: 46.96s;
}
.p-our-mission__ttl.is-active span:nth-child(588) {
  transition-delay: 47.04s;
}
.p-our-mission__ttl.is-active span:nth-child(589) {
  transition-delay: 47.12s;
}
.p-our-mission__ttl.is-active span:nth-child(590) {
  transition-delay: 47.2s;
}
.p-our-mission__ttl.is-active span:nth-child(591) {
  transition-delay: 47.28s;
}
.p-our-mission__ttl.is-active span:nth-child(592) {
  transition-delay: 47.36s;
}
.p-our-mission__ttl.is-active span:nth-child(593) {
  transition-delay: 47.44s;
}
.p-our-mission__ttl.is-active span:nth-child(594) {
  transition-delay: 47.52s;
}
.p-our-mission__ttl.is-active span:nth-child(595) {
  transition-delay: 47.6s;
}
.p-our-mission__ttl.is-active span:nth-child(596) {
  transition-delay: 47.68s;
}
.p-our-mission__ttl.is-active span:nth-child(597) {
  transition-delay: 47.76s;
}
.p-our-mission__ttl.is-active span:nth-child(598) {
  transition-delay: 47.84s;
}
.p-our-mission__ttl.is-active span:nth-child(599) {
  transition-delay: 47.92s;
}
.p-our-mission__ttl.is-active span:nth-child(600) {
  transition-delay: 48s;
}
.p-our-mission__ttl.is-active span:nth-child(601) {
  transition-delay: 48.08s;
}
.p-our-mission__ttl.is-active span:nth-child(602) {
  transition-delay: 48.16s;
}
.p-our-mission__ttl.is-active span:nth-child(603) {
  transition-delay: 48.24s;
}
.p-our-mission__ttl.is-active span:nth-child(604) {
  transition-delay: 48.32s;
}
.p-our-mission__ttl.is-active span:nth-child(605) {
  transition-delay: 48.4s;
}
.p-our-mission__ttl.is-active span:nth-child(606) {
  transition-delay: 48.48s;
}
.p-our-mission__ttl.is-active span:nth-child(607) {
  transition-delay: 48.56s;
}
.p-our-mission__ttl.is-active span:nth-child(608) {
  transition-delay: 48.64s;
}
.p-our-mission__ttl.is-active span:nth-child(609) {
  transition-delay: 48.72s;
}
.p-our-mission__ttl.is-active span:nth-child(610) {
  transition-delay: 48.8s;
}
.p-our-mission__ttl.is-active span:nth-child(611) {
  transition-delay: 48.88s;
}
.p-our-mission__ttl.is-active span:nth-child(612) {
  transition-delay: 48.96s;
}
.p-our-mission__ttl.is-active span:nth-child(613) {
  transition-delay: 49.04s;
}
.p-our-mission__ttl.is-active span:nth-child(614) {
  transition-delay: 49.12s;
}
.p-our-mission__ttl.is-active span:nth-child(615) {
  transition-delay: 49.2s;
}
.p-our-mission__ttl.is-active span:nth-child(616) {
  transition-delay: 49.28s;
}
.p-our-mission__ttl.is-active span:nth-child(617) {
  transition-delay: 49.36s;
}
.p-our-mission__ttl.is-active span:nth-child(618) {
  transition-delay: 49.44s;
}
.p-our-mission__ttl.is-active span:nth-child(619) {
  transition-delay: 49.52s;
}
.p-our-mission__ttl.is-active span:nth-child(620) {
  transition-delay: 49.6s;
}
.p-our-mission__ttl.is-active span:nth-child(621) {
  transition-delay: 49.68s;
}
.p-our-mission__ttl.is-active span:nth-child(622) {
  transition-delay: 49.76s;
}
.p-our-mission__ttl.is-active span:nth-child(623) {
  transition-delay: 49.84s;
}
.p-our-mission__ttl.is-active span:nth-child(624) {
  transition-delay: 49.92s;
}
.p-our-mission__ttl.is-active span:nth-child(625) {
  transition-delay: 50s;
}
.p-our-mission__ttl.is-active span:nth-child(626) {
  transition-delay: 50.08s;
}
.p-our-mission__ttl.is-active span:nth-child(627) {
  transition-delay: 50.16s;
}
.p-our-mission__ttl.is-active span:nth-child(628) {
  transition-delay: 50.24s;
}
.p-our-mission__ttl.is-active span:nth-child(629) {
  transition-delay: 50.32s;
}
.p-our-mission__ttl.is-active span:nth-child(630) {
  transition-delay: 50.4s;
}
.p-our-mission__ttl.is-active span:nth-child(631) {
  transition-delay: 50.48s;
}
.p-our-mission__ttl.is-active span:nth-child(632) {
  transition-delay: 50.56s;
}
.p-our-mission__ttl.is-active span:nth-child(633) {
  transition-delay: 50.64s;
}
.p-our-mission__ttl.is-active span:nth-child(634) {
  transition-delay: 50.72s;
}
.p-our-mission__ttl.is-active span:nth-child(635) {
  transition-delay: 50.8s;
}
.p-our-mission__ttl.is-active span:nth-child(636) {
  transition-delay: 50.88s;
}
.p-our-mission__ttl.is-active span:nth-child(637) {
  transition-delay: 50.96s;
}
.p-our-mission__ttl.is-active span:nth-child(638) {
  transition-delay: 51.04s;
}
.p-our-mission__ttl.is-active span:nth-child(639) {
  transition-delay: 51.12s;
}
.p-our-mission__ttl.is-active span:nth-child(640) {
  transition-delay: 51.2s;
}
.p-our-mission__ttl.is-active span:nth-child(641) {
  transition-delay: 51.28s;
}
.p-our-mission__ttl.is-active span:nth-child(642) {
  transition-delay: 51.36s;
}
.p-our-mission__ttl.is-active span:nth-child(643) {
  transition-delay: 51.44s;
}
.p-our-mission__ttl.is-active span:nth-child(644) {
  transition-delay: 51.52s;
}
.p-our-mission__ttl.is-active span:nth-child(645) {
  transition-delay: 51.6s;
}
.p-our-mission__ttl.is-active span:nth-child(646) {
  transition-delay: 51.68s;
}
.p-our-mission__ttl.is-active span:nth-child(647) {
  transition-delay: 51.76s;
}
.p-our-mission__ttl.is-active span:nth-child(648) {
  transition-delay: 51.84s;
}
.p-our-mission__ttl.is-active span:nth-child(649) {
  transition-delay: 51.92s;
}
.p-our-mission__ttl.is-active span:nth-child(650) {
  transition-delay: 52s;
}
.p-our-mission__ttl.is-active span:nth-child(651) {
  transition-delay: 52.08s;
}
.p-our-mission__ttl.is-active span:nth-child(652) {
  transition-delay: 52.16s;
}
.p-our-mission__ttl.is-active span:nth-child(653) {
  transition-delay: 52.24s;
}
.p-our-mission__ttl.is-active span:nth-child(654) {
  transition-delay: 52.32s;
}
.p-our-mission__ttl.is-active span:nth-child(655) {
  transition-delay: 52.4s;
}
.p-our-mission__ttl.is-active span:nth-child(656) {
  transition-delay: 52.48s;
}
.p-our-mission__ttl.is-active span:nth-child(657) {
  transition-delay: 52.56s;
}
.p-our-mission__ttl.is-active span:nth-child(658) {
  transition-delay: 52.64s;
}
.p-our-mission__ttl.is-active span:nth-child(659) {
  transition-delay: 52.72s;
}
.p-our-mission__ttl.is-active span:nth-child(660) {
  transition-delay: 52.8s;
}
.p-our-mission__ttl.is-active span:nth-child(661) {
  transition-delay: 52.88s;
}
.p-our-mission__ttl.is-active span:nth-child(662) {
  transition-delay: 52.96s;
}
.p-our-mission__ttl.is-active span:nth-child(663) {
  transition-delay: 53.04s;
}
.p-our-mission__ttl.is-active span:nth-child(664) {
  transition-delay: 53.12s;
}
.p-our-mission__ttl.is-active span:nth-child(665) {
  transition-delay: 53.2s;
}
.p-our-mission__ttl.is-active span:nth-child(666) {
  transition-delay: 53.28s;
}
.p-our-mission__ttl.is-active span:nth-child(667) {
  transition-delay: 53.36s;
}
.p-our-mission__ttl.is-active span:nth-child(668) {
  transition-delay: 53.44s;
}
.p-our-mission__ttl.is-active span:nth-child(669) {
  transition-delay: 53.52s;
}
.p-our-mission__ttl.is-active span:nth-child(670) {
  transition-delay: 53.6s;
}
.p-our-mission__ttl.is-active span:nth-child(671) {
  transition-delay: 53.68s;
}
.p-our-mission__ttl.is-active span:nth-child(672) {
  transition-delay: 53.76s;
}
.p-our-mission__ttl.is-active span:nth-child(673) {
  transition-delay: 53.84s;
}
.p-our-mission__ttl.is-active span:nth-child(674) {
  transition-delay: 53.92s;
}
.p-our-mission__ttl.is-active span:nth-child(675) {
  transition-delay: 54s;
}
.p-our-mission__ttl.is-active span:nth-child(676) {
  transition-delay: 54.08s;
}
.p-our-mission__ttl.is-active span:nth-child(677) {
  transition-delay: 54.16s;
}
.p-our-mission__ttl.is-active span:nth-child(678) {
  transition-delay: 54.24s;
}
.p-our-mission__ttl.is-active span:nth-child(679) {
  transition-delay: 54.32s;
}
.p-our-mission__ttl.is-active span:nth-child(680) {
  transition-delay: 54.4s;
}
.p-our-mission__ttl.is-active span:nth-child(681) {
  transition-delay: 54.48s;
}
.p-our-mission__ttl.is-active span:nth-child(682) {
  transition-delay: 54.56s;
}
.p-our-mission__ttl.is-active span:nth-child(683) {
  transition-delay: 54.64s;
}
.p-our-mission__ttl.is-active span:nth-child(684) {
  transition-delay: 54.72s;
}
.p-our-mission__ttl.is-active span:nth-child(685) {
  transition-delay: 54.8s;
}
.p-our-mission__ttl.is-active span:nth-child(686) {
  transition-delay: 54.88s;
}
.p-our-mission__ttl.is-active span:nth-child(687) {
  transition-delay: 54.96s;
}
.p-our-mission__ttl.is-active span:nth-child(688) {
  transition-delay: 55.04s;
}
.p-our-mission__ttl.is-active span:nth-child(689) {
  transition-delay: 55.12s;
}
.p-our-mission__ttl.is-active span:nth-child(690) {
  transition-delay: 55.2s;
}
.p-our-mission__ttl.is-active span:nth-child(691) {
  transition-delay: 55.28s;
}
.p-our-mission__ttl.is-active span:nth-child(692) {
  transition-delay: 55.36s;
}
.p-our-mission__ttl.is-active span:nth-child(693) {
  transition-delay: 55.44s;
}
.p-our-mission__ttl.is-active span:nth-child(694) {
  transition-delay: 55.52s;
}
.p-our-mission__ttl.is-active span:nth-child(695) {
  transition-delay: 55.6s;
}
.p-our-mission__ttl.is-active span:nth-child(696) {
  transition-delay: 55.68s;
}
.p-our-mission__ttl.is-active span:nth-child(697) {
  transition-delay: 55.76s;
}
.p-our-mission__ttl.is-active span:nth-child(698) {
  transition-delay: 55.84s;
}
.p-our-mission__ttl.is-active span:nth-child(699) {
  transition-delay: 55.92s;
}
.p-our-mission__ttl.is-active span:nth-child(700) {
  transition-delay: 56s;
}
.p-our-mission__ttl.is-active span:nth-child(701) {
  transition-delay: 56.08s;
}
.p-our-mission__ttl.is-active span:nth-child(702) {
  transition-delay: 56.16s;
}
.p-our-mission__ttl.is-active span:nth-child(703) {
  transition-delay: 56.24s;
}
.p-our-mission__ttl.is-active span:nth-child(704) {
  transition-delay: 56.32s;
}
.p-our-mission__ttl.is-active span:nth-child(705) {
  transition-delay: 56.4s;
}
.p-our-mission__ttl.is-active span:nth-child(706) {
  transition-delay: 56.48s;
}
.p-our-mission__ttl.is-active span:nth-child(707) {
  transition-delay: 56.56s;
}
.p-our-mission__ttl.is-active span:nth-child(708) {
  transition-delay: 56.64s;
}
.p-our-mission__ttl.is-active span:nth-child(709) {
  transition-delay: 56.72s;
}
.p-our-mission__ttl.is-active span:nth-child(710) {
  transition-delay: 56.8s;
}
.p-our-mission__ttl.is-active span:nth-child(711) {
  transition-delay: 56.88s;
}
.p-our-mission__ttl.is-active span:nth-child(712) {
  transition-delay: 56.96s;
}
.p-our-mission__ttl.is-active span:nth-child(713) {
  transition-delay: 57.04s;
}
.p-our-mission__ttl.is-active span:nth-child(714) {
  transition-delay: 57.12s;
}
.p-our-mission__ttl.is-active span:nth-child(715) {
  transition-delay: 57.2s;
}
.p-our-mission__ttl.is-active span:nth-child(716) {
  transition-delay: 57.28s;
}
.p-our-mission__ttl.is-active span:nth-child(717) {
  transition-delay: 57.36s;
}
.p-our-mission__ttl.is-active span:nth-child(718) {
  transition-delay: 57.44s;
}
.p-our-mission__ttl.is-active span:nth-child(719) {
  transition-delay: 57.52s;
}
.p-our-mission__ttl.is-active span:nth-child(720) {
  transition-delay: 57.6s;
}
.p-our-mission__ttl.is-active span:nth-child(721) {
  transition-delay: 57.68s;
}
.p-our-mission__ttl.is-active span:nth-child(722) {
  transition-delay: 57.76s;
}
.p-our-mission__ttl.is-active span:nth-child(723) {
  transition-delay: 57.84s;
}
.p-our-mission__ttl.is-active span:nth-child(724) {
  transition-delay: 57.92s;
}
.p-our-mission__ttl.is-active span:nth-child(725) {
  transition-delay: 58s;
}
.p-our-mission__ttl.is-active span:nth-child(726) {
  transition-delay: 58.08s;
}
.p-our-mission__ttl.is-active span:nth-child(727) {
  transition-delay: 58.16s;
}
.p-our-mission__ttl.is-active span:nth-child(728) {
  transition-delay: 58.24s;
}
.p-our-mission__ttl.is-active span:nth-child(729) {
  transition-delay: 58.32s;
}
.p-our-mission__ttl.is-active span:nth-child(730) {
  transition-delay: 58.4s;
}
.p-our-mission__ttl.is-active span:nth-child(731) {
  transition-delay: 58.48s;
}
.p-our-mission__ttl.is-active span:nth-child(732) {
  transition-delay: 58.56s;
}
.p-our-mission__ttl.is-active span:nth-child(733) {
  transition-delay: 58.64s;
}
.p-our-mission__ttl.is-active span:nth-child(734) {
  transition-delay: 58.72s;
}
.p-our-mission__ttl.is-active span:nth-child(735) {
  transition-delay: 58.8s;
}
.p-our-mission__ttl.is-active span:nth-child(736) {
  transition-delay: 58.88s;
}
.p-our-mission__ttl.is-active span:nth-child(737) {
  transition-delay: 58.96s;
}
.p-our-mission__ttl.is-active span:nth-child(738) {
  transition-delay: 59.04s;
}
.p-our-mission__ttl.is-active span:nth-child(739) {
  transition-delay: 59.12s;
}
.p-our-mission__ttl.is-active span:nth-child(740) {
  transition-delay: 59.2s;
}
.p-our-mission__ttl.is-active span:nth-child(741) {
  transition-delay: 59.28s;
}
.p-our-mission__ttl.is-active span:nth-child(742) {
  transition-delay: 59.36s;
}
.p-our-mission__ttl.is-active span:nth-child(743) {
  transition-delay: 59.44s;
}
.p-our-mission__ttl.is-active span:nth-child(744) {
  transition-delay: 59.52s;
}
.p-our-mission__ttl.is-active span:nth-child(745) {
  transition-delay: 59.6s;
}
.p-our-mission__ttl.is-active span:nth-child(746) {
  transition-delay: 59.68s;
}
.p-our-mission__ttl.is-active span:nth-child(747) {
  transition-delay: 59.76s;
}
.p-our-mission__ttl.is-active span:nth-child(748) {
  transition-delay: 59.84s;
}
.p-our-mission__ttl.is-active span:nth-child(749) {
  transition-delay: 59.92s;
}
.p-our-mission__ttl.is-active span:nth-child(750) {
  transition-delay: 60s;
}
.p-our-mission__ttl.is-active span:nth-child(751) {
  transition-delay: 60.08s;
}
.p-our-mission__ttl.is-active span:nth-child(752) {
  transition-delay: 60.16s;
}
.p-our-mission__ttl.is-active span:nth-child(753) {
  transition-delay: 60.24s;
}
.p-our-mission__ttl.is-active span:nth-child(754) {
  transition-delay: 60.32s;
}
.p-our-mission__ttl.is-active span:nth-child(755) {
  transition-delay: 60.4s;
}
.p-our-mission__ttl.is-active span:nth-child(756) {
  transition-delay: 60.48s;
}
.p-our-mission__ttl.is-active span:nth-child(757) {
  transition-delay: 60.56s;
}
.p-our-mission__ttl.is-active span:nth-child(758) {
  transition-delay: 60.64s;
}
.p-our-mission__ttl.is-active span:nth-child(759) {
  transition-delay: 60.72s;
}
.p-our-mission__ttl.is-active span:nth-child(760) {
  transition-delay: 60.8s;
}
.p-our-mission__ttl.is-active span:nth-child(761) {
  transition-delay: 60.88s;
}
.p-our-mission__ttl.is-active span:nth-child(762) {
  transition-delay: 60.96s;
}
.p-our-mission__ttl.is-active span:nth-child(763) {
  transition-delay: 61.04s;
}
.p-our-mission__ttl.is-active span:nth-child(764) {
  transition-delay: 61.12s;
}
.p-our-mission__ttl.is-active span:nth-child(765) {
  transition-delay: 61.2s;
}
.p-our-mission__ttl.is-active span:nth-child(766) {
  transition-delay: 61.28s;
}
.p-our-mission__ttl.is-active span:nth-child(767) {
  transition-delay: 61.36s;
}
.p-our-mission__ttl.is-active span:nth-child(768) {
  transition-delay: 61.44s;
}
.p-our-mission__ttl.is-active span:nth-child(769) {
  transition-delay: 61.52s;
}
.p-our-mission__ttl.is-active span:nth-child(770) {
  transition-delay: 61.6s;
}
.p-our-mission__ttl.is-active span:nth-child(771) {
  transition-delay: 61.68s;
}
.p-our-mission__ttl.is-active span:nth-child(772) {
  transition-delay: 61.76s;
}
.p-our-mission__ttl.is-active span:nth-child(773) {
  transition-delay: 61.84s;
}
.p-our-mission__ttl.is-active span:nth-child(774) {
  transition-delay: 61.92s;
}
.p-our-mission__ttl.is-active span:nth-child(775) {
  transition-delay: 62s;
}
.p-our-mission__ttl.is-active span:nth-child(776) {
  transition-delay: 62.08s;
}
.p-our-mission__ttl.is-active span:nth-child(777) {
  transition-delay: 62.16s;
}
.p-our-mission__ttl.is-active span:nth-child(778) {
  transition-delay: 62.24s;
}
.p-our-mission__ttl.is-active span:nth-child(779) {
  transition-delay: 62.32s;
}
.p-our-mission__ttl.is-active span:nth-child(780) {
  transition-delay: 62.4s;
}
.p-our-mission__ttl.is-active span:nth-child(781) {
  transition-delay: 62.48s;
}
.p-our-mission__ttl.is-active span:nth-child(782) {
  transition-delay: 62.56s;
}
.p-our-mission__ttl.is-active span:nth-child(783) {
  transition-delay: 62.64s;
}
.p-our-mission__ttl.is-active span:nth-child(784) {
  transition-delay: 62.72s;
}
.p-our-mission__ttl.is-active span:nth-child(785) {
  transition-delay: 62.8s;
}
.p-our-mission__ttl.is-active span:nth-child(786) {
  transition-delay: 62.88s;
}
.p-our-mission__ttl.is-active span:nth-child(787) {
  transition-delay: 62.96s;
}
.p-our-mission__ttl.is-active span:nth-child(788) {
  transition-delay: 63.04s;
}
.p-our-mission__ttl.is-active span:nth-child(789) {
  transition-delay: 63.12s;
}
.p-our-mission__ttl.is-active span:nth-child(790) {
  transition-delay: 63.2s;
}
.p-our-mission__ttl.is-active span:nth-child(791) {
  transition-delay: 63.28s;
}
.p-our-mission__ttl.is-active span:nth-child(792) {
  transition-delay: 63.36s;
}
.p-our-mission__ttl.is-active span:nth-child(793) {
  transition-delay: 63.44s;
}
.p-our-mission__ttl.is-active span:nth-child(794) {
  transition-delay: 63.52s;
}
.p-our-mission__ttl.is-active span:nth-child(795) {
  transition-delay: 63.6s;
}
.p-our-mission__ttl.is-active span:nth-child(796) {
  transition-delay: 63.68s;
}
.p-our-mission__ttl.is-active span:nth-child(797) {
  transition-delay: 63.76s;
}
.p-our-mission__ttl.is-active span:nth-child(798) {
  transition-delay: 63.84s;
}
.p-our-mission__ttl.is-active span:nth-child(799) {
  transition-delay: 63.92s;
}
.p-our-mission__ttl.is-active span:nth-child(800) {
  transition-delay: 64s;
}
.p-our-mission__ttl.is-active span:nth-child(801) {
  transition-delay: 64.08s;
}
.p-our-mission__ttl.is-active span:nth-child(802) {
  transition-delay: 64.16s;
}
.p-our-mission__ttl.is-active span:nth-child(803) {
  transition-delay: 64.24s;
}
.p-our-mission__ttl.is-active span:nth-child(804) {
  transition-delay: 64.32s;
}
.p-our-mission__ttl.is-active span:nth-child(805) {
  transition-delay: 64.4s;
}
.p-our-mission__ttl.is-active span:nth-child(806) {
  transition-delay: 64.48s;
}
.p-our-mission__ttl.is-active span:nth-child(807) {
  transition-delay: 64.56s;
}
.p-our-mission__ttl.is-active span:nth-child(808) {
  transition-delay: 64.64s;
}
.p-our-mission__ttl.is-active span:nth-child(809) {
  transition-delay: 64.72s;
}
.p-our-mission__ttl.is-active span:nth-child(810) {
  transition-delay: 64.8s;
}
.p-our-mission__ttl.is-active span:nth-child(811) {
  transition-delay: 64.88s;
}
.p-our-mission__ttl.is-active span:nth-child(812) {
  transition-delay: 64.96s;
}
.p-our-mission__ttl.is-active span:nth-child(813) {
  transition-delay: 65.04s;
}
.p-our-mission__ttl.is-active span:nth-child(814) {
  transition-delay: 65.12s;
}
.p-our-mission__ttl.is-active span:nth-child(815) {
  transition-delay: 65.2s;
}
.p-our-mission__ttl.is-active span:nth-child(816) {
  transition-delay: 65.28s;
}
.p-our-mission__ttl.is-active span:nth-child(817) {
  transition-delay: 65.36s;
}
.p-our-mission__ttl.is-active span:nth-child(818) {
  transition-delay: 65.44s;
}
.p-our-mission__ttl.is-active span:nth-child(819) {
  transition-delay: 65.52s;
}
.p-our-mission__ttl.is-active span:nth-child(820) {
  transition-delay: 65.6s;
}
.p-our-mission__ttl.is-active span:nth-child(821) {
  transition-delay: 65.68s;
}
.p-our-mission__ttl.is-active span:nth-child(822) {
  transition-delay: 65.76s;
}
.p-our-mission__ttl.is-active span:nth-child(823) {
  transition-delay: 65.84s;
}
.p-our-mission__ttl.is-active span:nth-child(824) {
  transition-delay: 65.92s;
}
.p-our-mission__ttl.is-active span:nth-child(825) {
  transition-delay: 66s;
}
.p-our-mission__ttl.is-active span:nth-child(826) {
  transition-delay: 66.08s;
}
.p-our-mission__ttl.is-active span:nth-child(827) {
  transition-delay: 66.16s;
}
.p-our-mission__ttl.is-active span:nth-child(828) {
  transition-delay: 66.24s;
}
.p-our-mission__ttl.is-active span:nth-child(829) {
  transition-delay: 66.32s;
}
.p-our-mission__ttl.is-active span:nth-child(830) {
  transition-delay: 66.4s;
}
.p-our-mission__ttl.is-active span:nth-child(831) {
  transition-delay: 66.48s;
}
.p-our-mission__ttl.is-active span:nth-child(832) {
  transition-delay: 66.56s;
}
.p-our-mission__ttl.is-active span:nth-child(833) {
  transition-delay: 66.64s;
}
.p-our-mission__ttl.is-active span:nth-child(834) {
  transition-delay: 66.72s;
}
.p-our-mission__ttl.is-active span:nth-child(835) {
  transition-delay: 66.8s;
}
.p-our-mission__ttl.is-active span:nth-child(836) {
  transition-delay: 66.88s;
}
.p-our-mission__ttl.is-active span:nth-child(837) {
  transition-delay: 66.96s;
}
.p-our-mission__ttl.is-active span:nth-child(838) {
  transition-delay: 67.04s;
}
.p-our-mission__ttl.is-active span:nth-child(839) {
  transition-delay: 67.12s;
}
.p-our-mission__ttl.is-active span:nth-child(840) {
  transition-delay: 67.2s;
}
.p-our-mission__ttl.is-active span:nth-child(841) {
  transition-delay: 67.28s;
}
.p-our-mission__ttl.is-active span:nth-child(842) {
  transition-delay: 67.36s;
}
.p-our-mission__ttl.is-active span:nth-child(843) {
  transition-delay: 67.44s;
}
.p-our-mission__ttl.is-active span:nth-child(844) {
  transition-delay: 67.52s;
}
.p-our-mission__ttl.is-active span:nth-child(845) {
  transition-delay: 67.6s;
}
.p-our-mission__ttl.is-active span:nth-child(846) {
  transition-delay: 67.68s;
}
.p-our-mission__ttl.is-active span:nth-child(847) {
  transition-delay: 67.76s;
}
.p-our-mission__ttl.is-active span:nth-child(848) {
  transition-delay: 67.84s;
}
.p-our-mission__ttl.is-active span:nth-child(849) {
  transition-delay: 67.92s;
}
.p-our-mission__ttl.is-active span:nth-child(850) {
  transition-delay: 68s;
}
.p-our-mission__ttl.is-active span:nth-child(851) {
  transition-delay: 68.08s;
}
.p-our-mission__ttl.is-active span:nth-child(852) {
  transition-delay: 68.16s;
}
.p-our-mission__ttl.is-active span:nth-child(853) {
  transition-delay: 68.24s;
}
.p-our-mission__ttl.is-active span:nth-child(854) {
  transition-delay: 68.32s;
}
.p-our-mission__ttl.is-active span:nth-child(855) {
  transition-delay: 68.4s;
}
.p-our-mission__ttl.is-active span:nth-child(856) {
  transition-delay: 68.48s;
}
.p-our-mission__ttl.is-active span:nth-child(857) {
  transition-delay: 68.56s;
}
.p-our-mission__ttl.is-active span:nth-child(858) {
  transition-delay: 68.64s;
}
.p-our-mission__ttl.is-active span:nth-child(859) {
  transition-delay: 68.72s;
}
.p-our-mission__ttl.is-active span:nth-child(860) {
  transition-delay: 68.8s;
}
.p-our-mission__ttl.is-active span:nth-child(861) {
  transition-delay: 68.88s;
}
.p-our-mission__ttl.is-active span:nth-child(862) {
  transition-delay: 68.96s;
}
.p-our-mission__ttl.is-active span:nth-child(863) {
  transition-delay: 69.04s;
}
.p-our-mission__ttl.is-active span:nth-child(864) {
  transition-delay: 69.12s;
}
.p-our-mission__ttl.is-active span:nth-child(865) {
  transition-delay: 69.2s;
}
.p-our-mission__ttl.is-active span:nth-child(866) {
  transition-delay: 69.28s;
}
.p-our-mission__ttl.is-active span:nth-child(867) {
  transition-delay: 69.36s;
}
.p-our-mission__ttl.is-active span:nth-child(868) {
  transition-delay: 69.44s;
}
.p-our-mission__ttl.is-active span:nth-child(869) {
  transition-delay: 69.52s;
}
.p-our-mission__ttl.is-active span:nth-child(870) {
  transition-delay: 69.6s;
}
.p-our-mission__ttl.is-active span:nth-child(871) {
  transition-delay: 69.68s;
}
.p-our-mission__ttl.is-active span:nth-child(872) {
  transition-delay: 69.76s;
}
.p-our-mission__ttl.is-active span:nth-child(873) {
  transition-delay: 69.84s;
}
.p-our-mission__ttl.is-active span:nth-child(874) {
  transition-delay: 69.92s;
}
.p-our-mission__ttl.is-active span:nth-child(875) {
  transition-delay: 70s;
}
.p-our-mission__ttl.is-active span:nth-child(876) {
  transition-delay: 70.08s;
}
.p-our-mission__ttl.is-active span:nth-child(877) {
  transition-delay: 70.16s;
}
.p-our-mission__ttl.is-active span:nth-child(878) {
  transition-delay: 70.24s;
}
.p-our-mission__ttl.is-active span:nth-child(879) {
  transition-delay: 70.32s;
}
.p-our-mission__ttl.is-active span:nth-child(880) {
  transition-delay: 70.4s;
}
.p-our-mission__ttl.is-active span:nth-child(881) {
  transition-delay: 70.48s;
}
.p-our-mission__ttl.is-active span:nth-child(882) {
  transition-delay: 70.56s;
}
.p-our-mission__ttl.is-active span:nth-child(883) {
  transition-delay: 70.64s;
}
.p-our-mission__ttl.is-active span:nth-child(884) {
  transition-delay: 70.72s;
}
.p-our-mission__ttl.is-active span:nth-child(885) {
  transition-delay: 70.8s;
}
.p-our-mission__ttl.is-active span:nth-child(886) {
  transition-delay: 70.88s;
}
.p-our-mission__ttl.is-active span:nth-child(887) {
  transition-delay: 70.96s;
}
.p-our-mission__ttl.is-active span:nth-child(888) {
  transition-delay: 71.04s;
}
.p-our-mission__ttl.is-active span:nth-child(889) {
  transition-delay: 71.12s;
}
.p-our-mission__ttl.is-active span:nth-child(890) {
  transition-delay: 71.2s;
}
.p-our-mission__ttl.is-active span:nth-child(891) {
  transition-delay: 71.28s;
}
.p-our-mission__ttl.is-active span:nth-child(892) {
  transition-delay: 71.36s;
}
.p-our-mission__ttl.is-active span:nth-child(893) {
  transition-delay: 71.44s;
}
.p-our-mission__ttl.is-active span:nth-child(894) {
  transition-delay: 71.52s;
}
.p-our-mission__ttl.is-active span:nth-child(895) {
  transition-delay: 71.6s;
}
.p-our-mission__ttl.is-active span:nth-child(896) {
  transition-delay: 71.68s;
}
.p-our-mission__ttl.is-active span:nth-child(897) {
  transition-delay: 71.76s;
}
.p-our-mission__ttl.is-active span:nth-child(898) {
  transition-delay: 71.84s;
}
.p-our-mission__ttl.is-active span:nth-child(899) {
  transition-delay: 71.92s;
}
.p-our-mission__ttl.is-active span:nth-child(900) {
  transition-delay: 72s;
}
.p-our-mission__ttl.is-active span:nth-child(901) {
  transition-delay: 72.08s;
}
.p-our-mission__ttl.is-active span:nth-child(902) {
  transition-delay: 72.16s;
}
.p-our-mission__ttl.is-active span:nth-child(903) {
  transition-delay: 72.24s;
}
.p-our-mission__ttl.is-active span:nth-child(904) {
  transition-delay: 72.32s;
}
.p-our-mission__ttl.is-active span:nth-child(905) {
  transition-delay: 72.4s;
}
.p-our-mission__ttl.is-active span:nth-child(906) {
  transition-delay: 72.48s;
}
.p-our-mission__ttl.is-active span:nth-child(907) {
  transition-delay: 72.56s;
}
.p-our-mission__ttl.is-active span:nth-child(908) {
  transition-delay: 72.64s;
}
.p-our-mission__ttl.is-active span:nth-child(909) {
  transition-delay: 72.72s;
}
.p-our-mission__ttl.is-active span:nth-child(910) {
  transition-delay: 72.8s;
}
.p-our-mission__ttl.is-active span:nth-child(911) {
  transition-delay: 72.88s;
}
.p-our-mission__ttl.is-active span:nth-child(912) {
  transition-delay: 72.96s;
}
.p-our-mission__ttl.is-active span:nth-child(913) {
  transition-delay: 73.04s;
}
.p-our-mission__ttl.is-active span:nth-child(914) {
  transition-delay: 73.12s;
}
.p-our-mission__ttl.is-active span:nth-child(915) {
  transition-delay: 73.2s;
}
.p-our-mission__ttl.is-active span:nth-child(916) {
  transition-delay: 73.28s;
}
.p-our-mission__ttl.is-active span:nth-child(917) {
  transition-delay: 73.36s;
}
.p-our-mission__ttl.is-active span:nth-child(918) {
  transition-delay: 73.44s;
}
.p-our-mission__ttl.is-active span:nth-child(919) {
  transition-delay: 73.52s;
}
.p-our-mission__ttl.is-active span:nth-child(920) {
  transition-delay: 73.6s;
}
.p-our-mission__ttl.is-active span:nth-child(921) {
  transition-delay: 73.68s;
}
.p-our-mission__ttl.is-active span:nth-child(922) {
  transition-delay: 73.76s;
}
.p-our-mission__ttl.is-active span:nth-child(923) {
  transition-delay: 73.84s;
}
.p-our-mission__ttl.is-active span:nth-child(924) {
  transition-delay: 73.92s;
}
.p-our-mission__ttl.is-active span:nth-child(925) {
  transition-delay: 74s;
}
.p-our-mission__ttl.is-active span:nth-child(926) {
  transition-delay: 74.08s;
}
.p-our-mission__ttl.is-active span:nth-child(927) {
  transition-delay: 74.16s;
}
.p-our-mission__ttl.is-active span:nth-child(928) {
  transition-delay: 74.24s;
}
.p-our-mission__ttl.is-active span:nth-child(929) {
  transition-delay: 74.32s;
}
.p-our-mission__ttl.is-active span:nth-child(930) {
  transition-delay: 74.4s;
}
.p-our-mission__ttl.is-active span:nth-child(931) {
  transition-delay: 74.48s;
}
.p-our-mission__ttl.is-active span:nth-child(932) {
  transition-delay: 74.56s;
}
.p-our-mission__ttl.is-active span:nth-child(933) {
  transition-delay: 74.64s;
}
.p-our-mission__ttl.is-active span:nth-child(934) {
  transition-delay: 74.72s;
}
.p-our-mission__ttl.is-active span:nth-child(935) {
  transition-delay: 74.8s;
}
.p-our-mission__ttl.is-active span:nth-child(936) {
  transition-delay: 74.88s;
}
.p-our-mission__ttl.is-active span:nth-child(937) {
  transition-delay: 74.96s;
}
.p-our-mission__ttl.is-active span:nth-child(938) {
  transition-delay: 75.04s;
}
.p-our-mission__ttl.is-active span:nth-child(939) {
  transition-delay: 75.12s;
}
.p-our-mission__ttl.is-active span:nth-child(940) {
  transition-delay: 75.2s;
}
.p-our-mission__ttl.is-active span:nth-child(941) {
  transition-delay: 75.28s;
}
.p-our-mission__ttl.is-active span:nth-child(942) {
  transition-delay: 75.36s;
}
.p-our-mission__ttl.is-active span:nth-child(943) {
  transition-delay: 75.44s;
}
.p-our-mission__ttl.is-active span:nth-child(944) {
  transition-delay: 75.52s;
}
.p-our-mission__ttl.is-active span:nth-child(945) {
  transition-delay: 75.6s;
}
.p-our-mission__ttl.is-active span:nth-child(946) {
  transition-delay: 75.68s;
}
.p-our-mission__ttl.is-active span:nth-child(947) {
  transition-delay: 75.76s;
}
.p-our-mission__ttl.is-active span:nth-child(948) {
  transition-delay: 75.84s;
}
.p-our-mission__ttl.is-active span:nth-child(949) {
  transition-delay: 75.92s;
}
.p-our-mission__ttl.is-active span:nth-child(950) {
  transition-delay: 76s;
}
.p-our-mission__ttl.is-active span:nth-child(951) {
  transition-delay: 76.08s;
}
.p-our-mission__ttl.is-active span:nth-child(952) {
  transition-delay: 76.16s;
}
.p-our-mission__ttl.is-active span:nth-child(953) {
  transition-delay: 76.24s;
}
.p-our-mission__ttl.is-active span:nth-child(954) {
  transition-delay: 76.32s;
}
.p-our-mission__ttl.is-active span:nth-child(955) {
  transition-delay: 76.4s;
}
.p-our-mission__ttl.is-active span:nth-child(956) {
  transition-delay: 76.48s;
}
.p-our-mission__ttl.is-active span:nth-child(957) {
  transition-delay: 76.56s;
}
.p-our-mission__ttl.is-active span:nth-child(958) {
  transition-delay: 76.64s;
}
.p-our-mission__ttl.is-active span:nth-child(959) {
  transition-delay: 76.72s;
}
.p-our-mission__ttl.is-active span:nth-child(960) {
  transition-delay: 76.8s;
}
.p-our-mission__ttl.is-active span:nth-child(961) {
  transition-delay: 76.88s;
}
.p-our-mission__ttl.is-active span:nth-child(962) {
  transition-delay: 76.96s;
}
.p-our-mission__ttl.is-active span:nth-child(963) {
  transition-delay: 77.04s;
}
.p-our-mission__ttl.is-active span:nth-child(964) {
  transition-delay: 77.12s;
}
.p-our-mission__ttl.is-active span:nth-child(965) {
  transition-delay: 77.2s;
}
.p-our-mission__ttl.is-active span:nth-child(966) {
  transition-delay: 77.28s;
}
.p-our-mission__ttl.is-active span:nth-child(967) {
  transition-delay: 77.36s;
}
.p-our-mission__ttl.is-active span:nth-child(968) {
  transition-delay: 77.44s;
}
.p-our-mission__ttl.is-active span:nth-child(969) {
  transition-delay: 77.52s;
}
.p-our-mission__ttl.is-active span:nth-child(970) {
  transition-delay: 77.6s;
}
.p-our-mission__ttl.is-active span:nth-child(971) {
  transition-delay: 77.68s;
}
.p-our-mission__ttl.is-active span:nth-child(972) {
  transition-delay: 77.76s;
}
.p-our-mission__ttl.is-active span:nth-child(973) {
  transition-delay: 77.84s;
}
.p-our-mission__ttl.is-active span:nth-child(974) {
  transition-delay: 77.92s;
}
.p-our-mission__ttl.is-active span:nth-child(975) {
  transition-delay: 78s;
}
.p-our-mission__ttl.is-active span:nth-child(976) {
  transition-delay: 78.08s;
}
.p-our-mission__ttl.is-active span:nth-child(977) {
  transition-delay: 78.16s;
}
.p-our-mission__ttl.is-active span:nth-child(978) {
  transition-delay: 78.24s;
}
.p-our-mission__ttl.is-active span:nth-child(979) {
  transition-delay: 78.32s;
}
.p-our-mission__ttl.is-active span:nth-child(980) {
  transition-delay: 78.4s;
}
.p-our-mission__ttl.is-active span:nth-child(981) {
  transition-delay: 78.48s;
}
.p-our-mission__ttl.is-active span:nth-child(982) {
  transition-delay: 78.56s;
}
.p-our-mission__ttl.is-active span:nth-child(983) {
  transition-delay: 78.64s;
}
.p-our-mission__ttl.is-active span:nth-child(984) {
  transition-delay: 78.72s;
}
.p-our-mission__ttl.is-active span:nth-child(985) {
  transition-delay: 78.8s;
}
.p-our-mission__ttl.is-active span:nth-child(986) {
  transition-delay: 78.88s;
}
.p-our-mission__ttl.is-active span:nth-child(987) {
  transition-delay: 78.96s;
}
.p-our-mission__ttl.is-active span:nth-child(988) {
  transition-delay: 79.04s;
}
.p-our-mission__ttl.is-active span:nth-child(989) {
  transition-delay: 79.12s;
}
.p-our-mission__ttl.is-active span:nth-child(990) {
  transition-delay: 79.2s;
}
.p-our-mission__ttl.is-active span:nth-child(991) {
  transition-delay: 79.28s;
}
.p-our-mission__ttl.is-active span:nth-child(992) {
  transition-delay: 79.36s;
}
.p-our-mission__ttl.is-active span:nth-child(993) {
  transition-delay: 79.44s;
}
.p-our-mission__ttl.is-active span:nth-child(994) {
  transition-delay: 79.52s;
}
.p-our-mission__ttl.is-active span:nth-child(995) {
  transition-delay: 79.6s;
}
.p-our-mission__ttl.is-active span:nth-child(996) {
  transition-delay: 79.68s;
}
.p-our-mission__ttl.is-active span:nth-child(997) {
  transition-delay: 79.76s;
}
.p-our-mission__ttl.is-active span:nth-child(998) {
  transition-delay: 79.84s;
}
.p-our-mission__ttl.is-active span:nth-child(999) {
  transition-delay: 79.92s;
}

.p-our-mission__block {
  position: relative;
}
.p-our-mission__block .js-fadeUp {
  position: relative;
}

.p-our-mission__item {
  position: absolute;
  top: -30%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 30%;
  max-width: 255px;
}

.p-our-mission__logo {
  padding: 0 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-our-mission {
    padding-bottom: 3.125rem;
  }
  .p-our-mission__text {
    padding-bottom: 6.25rem;
  }
  .p-our-mission__text::before {
    width: 60%;
    top: initial;
    background: url("../img/bg_right_parts01.svg") no-repeat center/cover;
    bottom: 0;
    left: 0;
    -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
  }
  .p-our-mission__text::after {
    top: initial;
    bottom: 0;
    right: 0;
  }
  .p-our-mission__ttl {
    font-size: 1.5625rem;
    margin: 2.25rem auto 0;
  }
  .p-our-mission__item {
    top: -60%;
    left: 50%;
  }
  .p-our-mission__logo {
    padding: 0;
  }
}
/* ---------------------------------
 keyword
 --------------------------------- */
.p-keyword {
  padding-bottom: 4.25rem;
  background-color: #000;
}

.p-keyword__box {
  margin: 0 3.75rem;
  position: relative;
}
.p-keyword__box::before, .p-keyword__box::after {
  content: "";
  display: block;
  width: 1px;
  height: 105px;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.p-keyword__box::before {
  left: 0;
}
.p-keyword__box::after {
  right: 0;
}
.p-keyword__box .c-ttl__sub {
  gap: 40px;
}
.p-keyword__box .c-ttl__sub::before {
  height: 90px;
}
.p-keyword__box.box__top {
  border-top: 1px solid #fff;
  margin-bottom: 2.5rem;
}
.p-keyword__box.box__bottom {
  border-bottom: 1px solid #fff;
  margin-top: 5.625rem;
  position: relative;
  margin-top: calc(-100vh + 5.625rem);
}
.p-keyword__box.box__bottom::before, .p-keyword__box.box__bottom::after {
  top: initial;
  bottom: 0;
}
.p-keyword__box.box__bottom .c-ttl__sub {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  gap: 16px;
}
.p-keyword__box.box__bottom .c-ttl__sub::after {
  content: "";
  display: block;
  height: 4.25rem;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-keyword__box.box__bottom .c-ttl__sub span {
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

.p-keyword__scroll {
  position: relative;
}

/* --- progress -- */
.progress-wrapper {
  position: fixed;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  overflow: hidden;
  padding-bottom: 2.125rem;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  gap: 1.5rem;
}
.progress-wrapper .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.5rem;
}
.progress-wrapper.is-active {
  opacity: 1;
  visibility: visible;
}
.progress-wrapper .progress-bar {
  width: 18.75rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}
.progress-wrapper .progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--percent, 0%);
  background: #fff;
  transition: width 0.3s ease;
}
.progress-wrapper .progress-current,
.progress-wrapper .progress-total {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.5rem;
  color: #fff;
}

/* ----- keyword card ----- */
.p-keyword-card__wrap {
  position: relative;
}

.p-keyword-card {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-keyword-card__img {
  height: 100%;
}
.p-keyword-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-keyword-card,
.js-scroll-overlap {
  position: sticky;
  top: 0;
  height: 200vh;
  overflow: hidden;
}
.p-keyword-card .wrap,
.js-scroll-overlap .wrap {
  height: 100vh;
  position: relative;
}
.p-keyword-card.last,
.js-scroll-overlap.last {
  height: 100vh;
}
.p-keyword-card.last-wrap,
.js-scroll-overlap.last-wrap {
  opacity: 0;
}

.p-keyword-card__ttl-en {
  color: #fff;
  font-weight: 40;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

.p-keyword-card__ttl-ja {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  letter-spacing: 0.02em;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

.p-keyword-card__box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.p-keyword-card__box p {
  font-size: 1.125rem;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.64;
  letter-spacing: -0.01em;
  color: #fff;
}
.p-keyword-card__box p:not(:last-of-type) {
  margin-bottom: 30px;
}

.p-keyword-card__en {
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.53;
  font-weight: 300;
}

.p-keyword-card.card01 .p-keyword-card__ttl {
  position: absolute;
  top: 13%;
  left: 51%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 20px;
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-keyword-card.card01 .p-keyword-card__ttl-en {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  padding-top: 2.25rem;
}
.p-keyword-card.card01 .p-keyword-card__ttl-ja {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 0.01em;
}
.p-keyword-card.card01 .p-keyword-card__ttl-ja span:nth-child(2) {
  display: inline-block;
  -ms-transform: translateY(-0.75rem);
      transform: translateY(-0.75rem);
}
.p-keyword-card.card01 .p-keyword-card__box {
  width: max(460px, 42%);
  max-width: 640px;
  bottom: 8%;
  left: 3%;
  padding: 2.5rem;
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-keyword-card.card01 .p-keyword-card__en {
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
  text-align: right;
  opacity: 0;
  transition: 0.8s ease;
}
.p-keyword-card.card01.is-active .p-keyword-card__ttl {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}
.p-keyword-card.card01.is-active .p-keyword-card__box {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}
.p-keyword-card.card01.is-active .p-keyword-card__en {
  opacity: 1;
}
.p-keyword-card.card02 .p-keyword-card__block {
  position: absolute;
  top: 32%;
  left: 10.7%;
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-keyword-card.card02 .p-keyword-card__ttl {
  margin-bottom: 2rem;
}
.p-keyword-card.card02 .p-keyword-card__ttl-en {
  margin-bottom: 1.875rem;
  -ms-transform: translateX(-2%);
      transform: translateX(-2%);
}
.p-keyword-card.card02 .p-keyword-card__ttl-ja {
  font-size: 3.75rem;
  line-height: 1.2;
}
.p-keyword-card.card02 .p-keyword-card__box {
  width: max(368px, 36%);
  max-width: 500px;
  bottom: 13%;
  right: 1.6%;
  padding: 2.25rem 1.25rem;
  text-align: right;
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-keyword-card.card02.is-active .p-keyword-card__block {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}
.p-keyword-card.card02.is-active .p-keyword-card__box {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}
.p-keyword-card.card03 .p-keyword-card__ttl {
  position: absolute;
  top: 16.6%;
  right: 10.6%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 4px;
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-keyword-card.card03 .p-keyword-card__ttl-en {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.p-keyword-card.card03 .p-keyword-card__ttl-ja {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  padding-top: 3.75rem;
  letter-spacing: 0.09em;
}
.p-keyword-card.card03 .p-keyword-card__box {
  width: max(440px, 40%);
  max-width: 600px;
  bottom: 7.8%;
  left: 3.2%;
  padding: 3.125rem 1.875rem;
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-keyword-card.card03 .p-keyword-card__en {
  position: absolute;
  bottom: 5.2%;
  right: 3%;
  text-align: right;
  opacity: 0;
  transition: 0.8s ease;
}
.p-keyword-card.card03.is-active .p-keyword-card__ttl {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}
.p-keyword-card.card03.is-active .p-keyword-card__box {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}
.p-keyword-card.card03.is-active .p-keyword-card__en {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-keyword {
    padding-bottom: 16px;
  }
  .p-keyword__box {
    margin: 0 1.25rem;
  }
  .p-keyword__box::before, .p-keyword__box::after {
    height: 35px;
  }
  .p-keyword__box .c-ttl__sub {
    gap: 8px;
  }
  .p-keyword__box .c-ttl__sub::before {
    height: 35px;
  }
  .p-keyword__box.box__top {
    margin-bottom: 1.875rem;
  }
  .p-keyword__box.box__bottom {
    margin-top: -100vh;
  }
  .p-keyword__box.box__bottom::before, .p-keyword__box.box__bottom::after {
    top: initial;
    bottom: 0;
  }
  .p-keyword__box.box__bottom .c-ttl__sub {
    gap: 8px;
  }
  .p-keyword__box.box__bottom .c-ttl__sub::after {
    height: 16px;
  }
  /* --- progress -- */
  .progress-wrapper {
    gap: 1.5rem;
    padding-bottom: 4.375rem;
    padding-bottom: 20px;
    height: 100svh;
    -ms-flex-align: end;
        align-items: flex-end;
    will-change: transform;
    pointer-events: none;
  }
  .progress-wrapper .progress-bar {
    will-change: width;
    width: 5.5rem;
    height: 1px;
    transition: width 0.1s ease;
  }
  .progress-wrapper .progress-current,
  .progress-wrapper .progress-total {
    font-size: 0.9375rem;
    will-change: transform;
  }
  /* ----- keyword card ----- */
  .p-keyword-card.last-card {
    background: none;
  }
  .p-keyword-card__img {
    position: relative;
    height: auto;
    height: 69vh;
  }
  .p-keyword-card__ttl-en {
    font-size: 0.6875rem;
  }
  .p-keyword-card__ttl-ja {
    font-size: 1.5rem;
  }
  .p-keyword-card__box {
    position: static;
    background-color: #000;
  }
  .p-keyword-card__box p {
    font-size: 0.75rem;
    line-height: 1.9;
  }
  .p-keyword-card__box p:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .p-keyword-card__en {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .p-keyword-card.card01 .p-keyword-card__img {
    height: 59.4vh;
  }
  .p-keyword-card.card01 .p-keyword-card__ttl {
    top: 16.8%;
    left: 46%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    gap: 4px;
  }
  .p-keyword-card.card01 .p-keyword-card__ttl-en {
    padding-top: 6px;
  }
  .p-keyword-card.card01 .p-keyword-card__box {
    width: 100%;
    max-width: 100%;
    padding: 2.25rem 1.25rem 11.25rem;
  }
  .p-keyword-card.card01 .p-keyword-card__en {
    top: 1%;
    right: 1%;
  }
  .p-keyword-card.card02 .p-keyword-card__block {
    top: initial;
    bottom: 8%;
    left: 8.6%;
    -ms-transform: initial;
        transform: initial;
  }
  .p-keyword-card.card02 .p-keyword-card__ttl {
    margin-bottom: 10px;
  }
  .p-keyword-card.card02 .p-keyword-card__ttl-en {
    margin-bottom: 10px;
  }
  .p-keyword-card.card02 .p-keyword-card__ttl-ja {
    font-size: 1.5rem;
  }
  .p-keyword-card.card02 .p-keyword-card__box {
    width: 100%;
    max-width: 100%;
    bottom: 2.8%;
    right: 1.6%;
    padding: 1.875rem 1.25rem 9.375rem;
  }
  .p-keyword-card.card03 .p-keyword-card__ttl {
    top: 20%;
    right: 11.8%;
  }
  .p-keyword-card.card03 .p-keyword-card__ttl-ja {
    padding-top: 6px;
    letter-spacing: 0.05em;
  }
  .p-keyword-card.card03 .p-keyword-card__box {
    width: 100%;
    max-width: 100%;
    padding: 1.875rem 1.25rem 9.375rem;
  }
  .p-keyword-card.card03 .p-keyword-card__box p:not(:last-of-type) {
    margin-bottom: 0;
  }
  .p-keyword-card.card03 .p-keyword-card__en {
    bottom: 8%;
    right: 5%;
  }
}
/* ---------------------------------
 puropse
 --------------------------------- */
.p-puropse {
  padding-bottom: 28.75rem;
}
.p-puropse .c-ttl__sub {
  color: #000;
  gap: 20px;
}
.p-puropse .c-ttl__sub::before {
  background-color: #000;
  height: 7.1875rem;
}
.p-puropse .c-ttl__sub span {
  gap: 10px;
}
.p-puropse .c-ttl__sub span::before {
  background-color: #000;
}

.p-puropse__container {
  margin-top: 40px;
  overflow: hidden;
}

.p-puropse__text {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-puropse__text:not(:last-child) {
  margin-bottom: 0.625rem;
}

.p-puropse__text__item {
  display: -ms-flexbox;
  display: flex;
  animation: loopTextReverse 80s linear infinite;
  white-space: nowrap;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
}
.p-puropse__text__item .item__en {
  height: 9.375rem;
  margin: 0 1.25rem;
}
.p-puropse__text__item .item__en img {
  height: 100%;
  width: auto;
  max-width: initial;
}
.p-puropse__text__item .item__img {
  width: 9.375rem;
}
.p-puropse__text__item .item__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 9.8125rem;
  white-space: nowrap;
  letter-spacing: -0.14em;
  margin: 0 2.5rem;
}

.p-puropse__text:nth-child(even) .p-puropse__text__item {
  animation: loopText 80s linear infinite;
  margin: 1.25rem 0;
}

@keyframes loopText {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@keyframes loopTextReverse {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0);
  }
}
@media screen and (max-width: 767px) {
  .p-puropse {
    padding-bottom: 15rem;
  }
  .p-puropse .c-ttl__sub {
    gap: 8px;
  }
  .p-puropse .c-ttl__sub::before {
    height: 43px;
  }
  .p-puropse .c-ttl__sub span {
    gap: 8px;
  }
  .p-puropse__container {
    margin-top: 30px;
  }
  .p-puropse__text {
    gap: 10px;
  }
  .p-puropse__text:not(:last-child) {
    margin-bottom: 4px;
  }
  .p-puropse__text__item .item__en {
    height: 45px;
    margin: 0;
  }
  .p-puropse__text__item .item__en img {
    height: 100%;
    width: auto;
    max-width: initial;
  }
  .p-puropse__text__item .item__img {
    width: 45px;
  }
  .p-puropse__text__item .item__text {
    font-size: 2.9375rem;
    margin: 0;
  }
  .p-puropse__text:nth-child(even) .p-puropse__text__item {
    margin: 5px 0;
  }
}
/* ---------------------------------
 core
 --------------------------------- */
.p-core {
  position: relative;
  padding-top: 41.25rem;
}

.p-core__img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.375rem;
  position: absolute;
  top: -14.6%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.p-core__img .item:nth-child(even) {
  -ms-transform: translateY(8.75rem);
      transform: translateY(8.75rem);
}

.p-core__container {
  position: relative;
  padding-bottom: 4.625rem;
}
.p-core__container::before {
  content: "";
  display: block;
  width: 50%;
  aspect-ratio: 1112/835;
  background: url("../img/bg_left_parts01.svg") no-repeat center/cover;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-core__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 4.375rem;
  color: #fff;
  width: calc(100% - 3.75rem);
  max-width: 102.5rem;
  margin: 0 auto;
  position: relative;
}

.p-core__ttl .c-ttl__sub {
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 1.25rem;
}

.p-core__lead {
  -ms-flex: 1;
      flex: 1;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-loop-text {
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  padding: 6px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  overflow: hidden;
}
.p-loop-text .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
  animation: loopText 20s linear infinite;
  white-space: nowrap;
  line-height: 0.8;
}
.p-loop-text .item__en {
  height: 2rem;
  line-height: 1;
}
.p-loop-text .item__en img {
  height: 100%;
  width: auto;
  max-width: initial;
}
.p-loop-text .item__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.0625rem;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-core {
    position: relative;
    padding-top: 31.25rem;
  }
  .p-core__img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    position: absolute;
    top: -8.4%;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0 10px;
  }
  .p-core__img .item:nth-child(even) {
    -ms-transform: translateY(3.75rem);
        transform: translateY(3.75rem);
  }
  .p-core__img .item:nth-child(3) {
    -ms-flex-order: 4;
        order: 4;
    -ms-transform: translateY(3.75rem);
        transform: translateY(3.75rem);
  }
  .p-core__img .item:nth-child(4) {
    -ms-flex-order: 3;
        order: 3;
    -ms-transform: none;
        transform: none;
  }
  .p-core__container {
    position: relative;
    padding-bottom: 2.5rem;
  }
  .p-core__container::before {
    width: 94%;
    opacity: 0.8;
    bottom: 80%;
  }
  .p-core__block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 32px;
    color: #fff;
    width: calc(100% - 3.75rem);
    max-width: 1640px;
    margin: 0 auto;
    position: relative;
  }
  .p-core__ttl .c-ttl__sub {
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 1.25rem;
  }
  .p-core__lead {
    font-size: 0.8125rem;
    line-height: 1.84;
  }
  .p-loop-text {
    gap: 1.25rem;
    padding: 4px;
  }
  .p-loop-text .item {
    gap: 0;
  }
  .p-loop-text .item__en {
    height: 1.125rem;
  }
  .p-loop-text .item__text {
    font-size: 1.1875rem;
  }
}
/* ---------------- voice ---------------- */
.p-voice__container {
  position: relative;
  background-color: #000;
}
.p-voice__container::before {
  content: "";
  display: block;
  width: 50%;
  aspect-ratio: 1112/835;
  background: url("../img/bg_left_parts01.svg") no-repeat center/cover;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-voice__container::after {
  content: "";
  display: block;
  width: 40%;
  aspect-ratio: 1112/835;
  background: url("../img/bg_right_parts01.svg") no-repeat center/cover;
  opacity: 0.6;
  position: absolute;
  bottom: 20%;
  right: 0;
}

.p-voice__list {
  width: calc(100% - 3.75rem);
  max-width: 1640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem 2.875rem;
  padding: 5rem 0 8.125rem;
  position: relative;
  z-index: 2;
}

.p-voice__list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  gap: 5px;
  min-height: 19.625rem;
  border: 2px solid #fff;
  color: #fff;
  position: relative;
  padding-top: 1.875rem;
}
.p-voice__list__item .num {
  font-weight: 300;
  font-size: 2.3125rem;
  line-height: 0.8;
  letter-spacing: 0.02em;
  opacity: 0.34;
  position: absolute;
  bottom: -2px;
  left: 4%;
}
.p-voice__list__item .more {
  font-size: 1.125rem;
}
.p-voice__list__item .voice-ttl {
  font-weight: 600;
  font-size: 1.5rem;
  min-height: 3.75rem;
}

/* ---- modal ----*/
.p-voice__list__item {
  cursor: pointer;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .p-voice__list__item:hover {
    opacity: 0.7;
  }
}

.p-modal-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.p-modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.p-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
}

.p-modal__inner {
  overflow-y: scroll;
  height: 100%;
}

/* modal close */
.p-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.625rem;
  height: 5.625rem;
  cursor: pointer;
  background-color: #000;
  transition: opacity 0.6s;
}

.p-modal__close:hover {
  opacity: 0.6;
}

.p-modal__close:before,
.p-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 1px;
  background: #fff;
  content: "";
}

.p-modal__close:before {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal__close:after {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.p-voice__block {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-voice__left {
  background-color: #000;
  padding: 1.25rem;
  width: 41%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.p-voice__img {
  max-width: 600px;
  margin: 0 auto;
}
.p-voice__img .item {
  width: 52%;
  max-width: 313px;
  margin: 0 auto;
  position: relative;
}
.p-voice__img .logo {
  margin-top: -4%;
}

.p-voice__contents {
  padding: 3.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
}
.p-voice__contents .wrap {
  max-width: 880px;
  margin: 0 auto;
}
.p-voice__contents .c-ttl__sub {
  color: #000;
  font-size: 1.875rem;
  -ms-transform: translateX(-2.4%);
      transform: translateX(-2.4%);
  margin-bottom: 1.25rem;
}
.p-voice__contents .p-voice__ttl {
  font-size: 1.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 3.125rem;
}
.p-voice__contents .p-voice__text {
  padding-right: 2.5rem;
}
.p-voice__contents .p-voice__text p {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-voice__contents .p-voice__text p:not(:last-child) {
  margin-bottom: 2.25rem;
}
.p-voice__contents .p-voice__more {
  font-size: 1.3125rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.75rem 0 0 auto;
  gap: 8px;
}
.p-voice__contents .p-voice__more::after {
  content: "";
  display: block;
  width: 3.875rem;
  height: 4.1875rem;
  background: url("../img/icon_arrow_black.svg") no-repeat center/100%;
  -ms-transform: translateY(4%);
      transform: translateY(4%);
}

@media screen and (max-width: 767px) {
  .p-voice__container::before {
    width: 80%;
    bottom: 50%;
    left: 0;
  }
  .p-voice__container::after {
    width: 80%;
    bottom: 10%;
    right: 0;
  }
  .p-voice__list {
    width: calc(100% - 3.5rem);
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 2.5rem 0 3.75rem;
    position: relative;
    z-index: 2;
  }
  .p-voice__list__item {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 5px;
    min-height: 8.75rem;
    padding-top: 2.8125rem;
  }
  .p-voice__list__item .num {
    font-size: 1.25rem;
    bottom: 0;
    left: 4%;
  }
  .p-voice__list__item .more {
    font-size: 0.6875rem;
  }
  .p-voice__list__item .voice-ttl {
    font-size: 0.8125rem;
    min-height: initial;
  }
  /* ---- modal ----*/
  /* modal close */
  .p-modal__close {
    width: 4rem;
    height: 4rem;
  }
  .p-modal__close:hover {
    opacity: 0.6;
  }
  .p-modal__close:before,
  .p-modal__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.5rem;
    height: 1px;
    background: #fff;
    content: "";
  }
  .p-modal__close:before {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-modal__close:after {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
  }
  /* モーダル内のコンテンツ */
  .p-voice__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: auto;
  }
  .p-voice__left {
    padding: 3.125rem 1.25rem;
    width: 100%;
  }
  .p-voice__contents {
    padding: 5rem 1.5rem 3.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 1;
        flex: 1;
  }
  .p-voice__contents .wrap {
    max-width: 880px;
    margin: 0 auto;
  }
  .p-voice__contents .c-ttl__sub {
    color: #000;
    font-size: 1.1875rem;
    -ms-transform: translateX(-2.4%);
        transform: translateX(-2.4%);
    margin-bottom: 1.25rem;
  }
  .p-voice__contents .p-voice__ttl {
    font-size: 0.9375rem;
    margin-bottom: 2.25rem;
  }
  .p-voice__contents .p-voice__text {
    padding-right: 0;
  }
  .p-voice__contents .p-voice__text p {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
  .p-voice__contents .p-voice__text p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .p-voice__contents .p-voice__more {
    font-size: 0.8125rem;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5rem 0 0 auto;
    gap: 4px;
  }
  .p-voice__contents .p-voice__more::after {
    width: 3rem;
    height: 3.25rem;
  }
}
/* ---------------------------------
 contents
 --------------------------------- */
.p-contents {
  padding-top: 5rem;
}
.p-contents .c-ttl__sub {
  text-align: center;
  color: #000;
  margin: 36px 0;
  -ms-flex-align: center;
      align-items: center;
}

.p-contents-img__slider {
  width: 56%;
  max-width: 1063px;
  margin: 0 auto;
}

.p-contents-img__logo {
  margin-top: -7.5rem;
  padding: 0 1.25rem;
}

.js-sticky-block {
  position: relative;
  height: 300vh;
}

.p-contents-img__slider {
  position: sticky;
  top: 0;
  padding-top: 6.25rem;
  width: 100%;
  max-width: initial;
}
.p-contents-img__slider .wrapper {
  width: 70%;
  max-width: 1063px;
  margin: 0 auto;
  position: relative;
}

.slider-track {
  display: -ms-flexbox;
  display: flex;
  transition: transform 0.3s ease-out;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  aspect-ratio: 1063/728;
}

.pagination {
  position: absolute;
  top: 39.4%;
  right: 2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  z-index: 9;
}

.pagination span {
  width: 5px;
  height: 30px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}

.pagination span.active {
  background: #000;
}

.slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  clip-path: inset(0);
  z-index: -1;
  overflow: hidden;
}
.slide.is-active {
  z-index: 5;
}
.slide.to-next {
  z-index: 5;
  animation: imgClip 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.slide.is-next {
  z-index: 4;
  opacity: 1;
}
.slide.to-prev {
  z-index: 6;
  animation: imgClip 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes imgClip {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0);
  }
}
.p-contents__container {
  display: -ms-flexbox;
  display: flex;
}

.p-contents__block {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.p-contents__block .side__text {
  font-size: 1.5625rem;
  position: absolute;
  top: 50%;
  left: 1.8%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.p-contents__block a {
  color: #fff;
}
@media (hover: hover) {
  .p-contents__block:hover .p-contents__bg::before {
    opacity: 0;
  }
}
.p-contents__block .c-ttl__sub {
  color: #fff;
  margin: 0;
}

.p-contents__bg {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.p-contents__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.8s ease;
}
.p-contents__bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contents__bg a {
  color: #fff;
}

.p-contents__text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #fff;
  padding-top: 3.75rem;
}
.p-contents__text .p-contents__ttl {
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
  margin-bottom: 1.5rem;
}
.p-contents__text .lead {
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.8;
}
.p-contents__text .p-contents__sns {
  display: -ms-flexbox;
  display: flex;
  gap: 4.875rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-contents {
    padding-top: 4.375rem;
  }
  .p-contents-img .c-ttl__sub {
    -ms-flex-align: center;
        align-items: center;
    color: #000;
    margin: 20px 0;
  }
  .p-contents-img__slider {
    width: 84%;
    max-width: 1063px;
    margin: 0 auto;
  }
  .p-contents-img__logo {
    margin-top: -0.625rem;
    padding: 0;
  }
  .js-sticky-block {
    position: relative;
    height: 300vh;
  }
  .p-contents-img__slider {
    position: sticky;
    top: 0;
    padding-top: 6.25rem;
    width: 100%;
    max-width: initial;
    padding-top: 25vh;
  }
  .p-contents-img__slider .wrapper {
    width: 78%;
    max-width: 1063px;
    margin: 0 auto;
    position: relative;
  }
  .slider-track {
    display: -ms-flexbox;
    display: flex;
    transition: transform 0.3s ease-out;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    aspect-ratio: 1063/728;
  }
  .pagination {
    position: absolute;
    right: 2%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
    z-index: 9;
  }
  .pagination span {
    width: 2px;
    height: 10px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
  }
  .pagination span.active {
    background: #000;
  }
  .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    clip-path: inset(0);
    z-index: -1;
    overflow: hidden;
  }
  .p-contents__container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .p-contents__block {
    -ms-flex: 1;
        flex: 1;
    position: relative;
  }
  .p-contents__block .side__text {
    font-size: 0.625rem;
    position: absolute;
    top: 50%;
    left: 4%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .p-contents__block:hover .p-contents__bg::before {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contents__bg {
    height: 100%;
    position: relative;
  }
  .p-contents__bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease;
  }
  .p-contents__bg img {
    aspect-ratio: 390/322;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-contents__text {
    padding-top: 1.25rem;
  }
  .p-contents__text .p-contents__ttl {
    font-size: 0.875rem;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .p-contents__text .lead {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .p-contents__text .p-contents__sns {
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .p-contents__text .p-contents__sns li {
    max-width: 1.25rem;
  }
}
/* ---------------------------------
 message
 --------------------------------- */
.p-message {
  background-color: #fff;
  position: relative;
  padding: 14.375rem 0 11.25rem;
}
.p-message .c-ttl__sub {
  position: absolute;
  top: 20.8%;
  left: 0;
  color: #000;
}
.p-message .c-ttl__sub::before {
  background-color: #000;
}
.p-message .c-ttl__sub span::before {
  width: 13px;
  height: 13px;
  background-color: #000;
}

.p-message__block {
  width: calc(100% - 60px);
  max-width: 1600px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 7.5rem;
}

.p-message__block__prof {
  width: 50%;
  max-width: 500px;
}
.p-message__block__prof .prof__text {
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 10px;
}
.p-message__block__prof .prof__text .logo {
  width: 40%;
}
.p-message__block__prof .prof__text .item {
  -ms-flex: 1;
      flex: 1;
}
.p-message__block__prof .prof__text .item p {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-message__block__prof .prof__text .item .name {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.2;
}

.p-message__block__text {
  -ms-flex: 1;
      flex: 1;
  padding-left: 7.5rem;
  margin-top: 13.75rem;
}
.p-message__block__text .c-ttl {
  margin-bottom: 4.625rem;
  gap: 1rem;
}
.p-message__block__text .wrap p {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-message__block__text .wrap p:not(:last-of-type) {
  margin-bottom: 2.625rem;
}

@media screen and (max-width: 767px) {
  .p-message {
    padding: 13.75rem 0 8.75rem;
  }
  .p-message .c-ttl__sub {
    top: 6%;
  }
  .p-message .c-ttl__sub span::before {
    width: 4px;
    height: 4px;
  }
  .p-message__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2.5rem;
  }
  .p-message__block__prof {
    width: 63%;
    max-width: 500px;
  }
  .p-message__block__prof .prof__img {
    width: 80%;
  }
  .p-message__block__prof .prof__text {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2px;
    margin-top: 10px;
  }
  .p-message__block__prof .prof__text .logo {
    width: 80%;
  }
  .p-message__block__prof .prof__text .item {
    -ms-flex: 1;
        flex: 1;
  }
  .p-message__block__prof .prof__text .item p {
    font-size: 0.75rem;
  }
  .p-message__block__prof .prof__text .item .name {
    font-size: 1.0625rem;
  }
  .p-message__block__text {
    -ms-flex: 1;
        flex: 1;
    padding-left: 0;
    margin-top: 0;
  }
  .p-message__block__text .c-ttl {
    margin-bottom: 2.5rem;
    gap: 6px;
  }
  .p-message__block__text .wrap p {
    font-size: 0.75rem;
  }
  .p-message__block__text .wrap p:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
/* ---------------------------------
 secFair
 --------------------------------- */
.p-fair {
  background-color: #fff;
}

.secFair {
  position: relative;
  z-index: 1;
  padding: 3.125rem 0 0;
}

@media screen and (max-width: 47.9375em) {
  .secFair {
    padding: 4rem 0 0;
  }
}
.secFair::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 50%;
  content: "";
  background-color: #000;
}

@media screen and (max-width: 47.9375em) {
  .secFair::before {
    height: 36%;
  }
}
.normalSlider {
  position: relative;
  margin-top: 3.75rem;
  overflow: hidden;
  padding-bottom: 3.75rem;
}

@media screen and (max-width: 47.9375em) {
  .normalSlider {
    margin-top: 2.125rem;
  }
}
.normalSlider .swiper-slide a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .normalSlider .swiper-slide a:hover {
    opacity: 0.8;
  }
}
.normalSlider .swiper-slide a:focus-visible {
  opacity: 0.8;
}

.normalSlider .swiper-slide img,
.normalSlider .swiper-slide p {
  width: 100%;
  height: auto;
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition: 0.7s;
}

@media screen and (max-width: 47.9375em) {
  .normalSlider .swiper-slide img,
  .normalSlider .swiper-slide p {
    -ms-transform: none;
        transform: none;
  }
}
.normalSlider .swiper-slide p {
  padding-top: 1.125rem;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.52;
  color: #fff;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 47.9375em) {
  .normalSlider .swiper-slide p {
    padding-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.29;
  }
}
.normalSlider .swiper-slide p strong {
  font-weight: 500;
}

.normalSlider .swiper-slide-active img,
.normalSlider .swiper-slide-active p {
  -ms-transform: scale(1);
      transform: scale(1);
}

.normalSlider .swiper-button-next,
.normalSlider .swiper-button-prev {
  right: auto;
  left: 70%;
  width: 5.3125rem;
  height: 5.3125rem;
  background: url("../img/slider_btn.svg") center center/contain no-repeat;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.normalSlider .swiper-button-next::after,
.normalSlider .swiper-button-prev::after {
  display: none;
}

@media screen and (max-width: 47.9375em) {
  .normalSlider .swiper-button-next,
  .normalSlider .swiper-button-prev {
    display: none;
  }
}
@media (hover: hover) {
  .normalSlider .swiper-button-next:hover,
  .normalSlider .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.normalSlider .swiper-button-next:focus-visible,
.normalSlider .swiper-button-prev:focus-visible {
  opacity: 0.7;
}

.normalSlider .swiper-button-prev {
  right: 70%;
  left: auto;
  -ms-transform: translate(50%, -50%) rotate(180deg);
      transform: translate(50%, -50%) rotate(180deg);
}

/* ---------------------------------
 secReserve
 --------------------------------- */
.p-reserve {
  background-color: #fff;
  padding: 11.25rem 0;
}
.p-reserve .c-ttl__sub {
  color: #000;
  margin-bottom: 5rem;
}
.p-reserve .c-ttl__sub::before {
  background-color: #000;
}
.p-reserve .c-ttl__sub span::before {
  background-color: #000;
}
.p-reserve .l-wrap {
  width: calc(100% - 3rem);
  max-width: 1120px;
  margin: 0 auto;
}
.p-reserve .lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.p-reserve .c-ttl {
  gap: 1.5rem;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-reserve .c-ttl__en {
    font-size: 2.375rem;
  }
  .p-reserve .c-ttl__sub {
    color: #000;
    margin-bottom: 2.5rem;
  }
  .p-reserve .lead {
    font-size: 0.75rem;
  }
  .p-reserve .c-ttl {
    gap: 8px;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .secReserve {
    padding: 2.5rem 0 6.25rem;
    margin-top: 0;
  }
}
.secReserve .container {
  max-width: 112rem;
}

.secReserve .secTtl_en {
  font-size: 7.7rem;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .secTtl_en {
    font-size: 4.3rem;
  }
}
.secReserve .secTtl_ja {
  font-size: 2rem;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .secTtl_ja {
    font-size: 0.8125rem;
  }
}
.secReserve .formContainer {
  margin-top: 3.75rem;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .formContainer {
    padding-top: 0;
    margin-top: 3.125rem;
    border-width: 1px;
  }
}
.secReserve input[type=email],
.secReserve input[type=tel],
.secReserve input[type=text],
.secReserve textarea {
  width: 100%;
  padding: 0.9em;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: 0.05em;
  background: #fff;
  border: none;
  border-radius: 0;
  border: 1px solid #000000;
}

@media screen and (max-width: 47.9375em) {
  .secReserve input[type=email],
  .secReserve input[type=tel],
  .secReserve input[type=text],
  .secReserve textarea {
    padding: 0.6em;
    font-size: 1rem;
  }
}
.secReserve textarea {
  height: 27.5rem;
}

@media screen and (max-width: 47.9375em) {
  .secReserve textarea {
    height: 20rem;
  }
}
.secReserve input[type=checkbox],
.secReserve input[type=radio] {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #000000;
}

@media screen and (max-width: 47.9375em) {
  .secReserve input[type=checkbox],
  .secReserve input[type=radio] {
    width: 1.3125rem;
    height: 1.3125rem;
    margin-right: 0;
    vertical-align: 0;
  }
}
.secReserve input[type=checkbox]:checked::before,
.secReserve input[type=radio]:checked::before {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.9em;
  height: 0.5em;
  content: "";
  border-bottom: 2px solid #7c6c44;
  border-left: 2px solid #7c6c44;
  -ms-transform: translate(-50%, -50%) rotate(-40deg);
      transform: translate(-50%, -50%) rotate(-40deg);
}

@media screen and (max-width: 47.9375em) {
  .secReserve input[type=checkbox]:checked::before,
  .secReserve input[type=radio]:checked::before {
    width: 0.8em;
    height: 0.3em;
  }
}
.secReserve .inputData .required {
  display: block;
  padding: 2px 0.75rem;
  letter-spacing: 0.13em;
  background: #F43A30;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .inputData .required {
    padding: 0.3em 0.8em;
    font-size: 0.6875rem;
  }
}
.secReserve .inputData dd,
.secReserve .inputData dt {
  font-size: 1.25rem;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .inputData dd,
  .secReserve .inputData dt {
    font-size: 0.75rem;
  }
}
.secReserve .inputData dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.2rem;
}
.secReserve .inputData dt:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .inputData dt {
    margin-top: 4.2rem;
  }
}
.secReserve .inputData dd {
  margin-top: 1.25rem;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .inputData dd {
    margin-top: 0.8rem;
  }
}
.secReserve .inputData dd + dt {
  margin-top: 3.125rem;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .inputData dd + dt {
    margin-top: 2.125rem;
  }
}
.secReserve .inputData .checkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.3rem;
  padding: 2rem 0;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .inputData .checkList {
    gap: 2.5rem;
    padding: 1rem 0;
  }
}
.secReserve .inputData .checkList .mwform-checkbox-field.vertical-item label {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  gap: 1.25rem;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
}

.secReserve .inputData .checkList .mwform-checkbox-field.vertical-item label input[type=checkbox] {
  aspect-ratio: 1;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .inputData .checkList .mwform-checkbox-field.vertical-item label {
    grid-template-columns: 1.3125rem 1fr;
    gap: 1.375rem;
    font-size: 0.75rem;
    line-height: 1.58;
  }
}
.secReserve .btnContainer {
  margin-top: 5rem;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .btnContainer {
    margin-top: 3.125rem;
  }
}
.secReserve .btnNext {
  position: relative;
  display: block;
  padding: 0.6em 4em 0.6em 3.5em;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  cursor: pointer;
  border: none;
  transition: opacity 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.75rem;
}
.secReserve .btnNext::after {
  content: "";
  display: block;
  width: 3.875rem;
  height: 4.1875rem;
  background: url("../img/icon_arrow.svg") no-repeat center/100%;
}

@media screen and (max-width: 47.9375em) {
  .secReserve .btnNext {
    padding: 10px;
    font-size: 0.875rem;
    gap: 0;
  }

  .secReserve .btnNext::after {
    width: 3rem;
    height: 3.25rem;
  }
}
@media (hover: hover) {
  .secReserve .btnNext:hover {
    opacity: 0.7;
  }
}
.secReserve .btnNext:focus-visible {
  opacity: 0.7;
}

.secReserve.-confirm {
  padding-top: 15rem;
  margin-top: 0;
}

@media screen and (max-width: 47.9375em) {
  .secReserve.-confirm {
    padding-top: 10rem;
  }
}
.secReserve.-confirm dd {
  min-height: 2.6em;
  padding: 0.8em;
  background: #fff;
}

.secReserve.-confirm .checkList {
  padding: 0;
}

.secReserve.-confirm .btnContainer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -ms-flex-align: center;
  align-items: center;
}

.secReserve.-confirm .btnContainer br {
  display: none;
}

.secReserve.-confirm .btnBack {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  cursor: pointer;
  border: none;
  transition: opacity 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}

.secReserve.-confirm .btnBack::before {
  content: "←";
  display: block;
}

@media screen and (max-width: 47.9375em) {
  .secReserve.-confirm .btnBack {
    font-size: 0.8125rem;
  }
}
@media (hover: hover) {
  .secReserve.-confirm .btnBack:hover {
    opacity: 0.7;
  }
}
.secReserve.-confirm .btnBack:focus-visible {
  opacity: 0.7;
}
.secReserve.-confirm .required{
  display: none;
}

/* ---------------------------------
 thanks
 --------------------------------- */
.p-thanks {
  background-color: #000;
}
.p-thanks .c-ttl__sub {
  margin-bottom: 1.875rem;
}
.p-thanks .c-ttl__en {
  color: #fff;
  text-align: center;
  margin-bottom: 3.75rem;
}
.p-thanks .p-thanks__inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 11.25rem 0 10rem;
}

.p-thanks__text {
  color: #fff;
}
.p-thanks__text p {
  font-size: clamp(15px, 1.61458vw, 1.125rem);
  text-align: center;
  line-height: 2;
}
.p-thanks__text p:not(:last-child) {
  margin-bottom: 2.25rem;
}

@media screen and (max-width: 767px) {
  .p-thanks .c-ttl__sub {
    margin-bottom: 1.875rem;
  }
  .p-thanks .c-ttl__en {
    margin-bottom: 2.5rem;
  }
  .p-thanks .p-thanks__inner {
    padding: 7.5rem 0 5rem;
  }
  .p-thanks__text p {
    font-size: 0.8125rem;
  }
  .p-thanks__text p:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}