@charset "UTF-8";
:root {
  --main-color: #19B3B1;
  --sub-color: #0AA89D;
}

html {
  width: 100%;
  height: 100%;
}

@media (max-width: 490px) {
  html {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.45;
  color: #1E1E1E;
  -webkit-font-smoothing: antialiased;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

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

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

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* —————————————————
  component
  —————————————————*/
/* ---------- title ----------*/
.c-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 40px;
}
.c-ttl .en {
  font-family: "Inter", sans-serif;
  color: #242626;
  font-weight: 100;
  font-size: 1.5rem;
}
.c-ttl .ja {
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 1.35;
}

@media screen and (max-width: 375px) {
  .c-ttl .ja {
    font-size: 2.125rem;
  }
}
.c-btn {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 20px;
  width: 100%;
  max-width: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  gap: 10px;
  transition: 0.3s ease;
  background-color: var(--main-color);
  border-radius: 10px;
  position: relative;
  margin: 16px auto 0;
}
.c-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.8;
  }
}

.c-contact-box .ttl {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
.c-contact-box .ttl .lg {
  font-size: 2rem;
}
.c-contact-box .list {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.c-contact-box .list li {
  background-color: #fff;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  color: var(--main-color);
  padding: 6px 10px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.c-contact-box .text-block {
  padding: 0 40px;
}
.c-contact-box .text-block .desc {
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}
.c-contact-box .text-block .note {
  font-size: 9px;
}

@media screen and (max-width: 490px) {
  .c-contact-box .list {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 5px;
  }
  .c-contact-box .list li {
    padding: 6px;
  }
  .c-contact-box .text-block {
    padding: 0 24px;
  }
}
/* ---------------------------------------------
 animation
  --------------------------------------------- */
.js-fadeUp {
  opacity: 0;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  transition: 0.8s ease;
}
.js-fadeUp.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.js-fade {
  opacity: 0;
  transition: 0.8s ease;
}
.js-fade.is-active {
  opacity: 1;
}

.js-ttl {
  overflow-y: hidden;
  display: block;
}
.js-ttl span {
  opacity: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  display: inline-block;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-ttl.is-active span {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.js-ttl.is-active span:nth-child(2) {
  transition-delay: 0.08s;
}
.js-ttl.is-active span:nth-child(3) {
  transition-delay: 0.12s;
}
.js-ttl.is-active span:nth-child(4) {
  transition-delay: 0.16s;
}
.js-ttl.is-active span:nth-child(5) {
  transition-delay: 0.2s;
}
.js-ttl.is-active span:nth-child(6) {
  transition-delay: 0.24s;
}
.js-ttl.is-active span:nth-child(7) {
  transition-delay: 0.28s;
}
.js-ttl.is-active span:nth-child(8) {
  transition-delay: 0.32s;
}
.js-ttl.is-active span:nth-child(9) {
  transition-delay: 0.36s;
}
.js-ttl.is-active span:nth-child(10) {
  transition-delay: 0.4s;
}
.js-ttl.is-active span:nth-child(11) {
  transition-delay: 0.44s;
}
.js-ttl.is-active span:nth-child(12) {
  transition-delay: 0.48s;
}
.js-ttl.is-active span:nth-child(13) {
  transition-delay: 0.52s;
}
.js-ttl.is-active span:nth-child(14) {
  transition-delay: 0.56s;
}
.js-ttl.is-active span:nth-child(15) {
  transition-delay: 0.6s;
}
.js-ttl.is-active span:nth-child(16) {
  transition-delay: 0.64s;
}
.js-ttl.is-active span:nth-child(17) {
  transition-delay: 0.68s;
}
.js-ttl.is-active span:nth-child(18) {
  transition-delay: 0.72s;
}
.js-ttl.is-active span:nth-child(19) {
  transition-delay: 0.76s;
}
.js-ttl.is-active span:nth-child(20) {
  transition-delay: 0.8s;
}
.js-ttl.is-active span:nth-child(21) {
  transition-delay: 0.84s;
}
.js-ttl.is-active span:nth-child(22) {
  transition-delay: 0.88s;
}
.js-ttl.is-active span:nth-child(23) {
  transition-delay: 0.92s;
}
.js-ttl.is-active span:nth-child(24) {
  transition-delay: 0.96s;
}
.js-ttl.is-active span:nth-child(25) {
  transition-delay: 1s;
}
.js-ttl.is-active span:nth-child(26) {
  transition-delay: 1.04s;
}
.js-ttl.is-active span:nth-child(27) {
  transition-delay: 1.08s;
}
.js-ttl.is-active span:nth-child(28) {
  transition-delay: 1.12s;
}
.js-ttl.is-active span:nth-child(29) {
  transition-delay: 1.16s;
}
.js-ttl.is-active span:nth-child(30) {
  transition-delay: 1.2s;
}
.js-ttl.is-active span:nth-child(31) {
  transition-delay: 1.24s;
}
.js-ttl.is-active span:nth-child(32) {
  transition-delay: 1.28s;
}
.js-ttl.is-active span:nth-child(33) {
  transition-delay: 1.32s;
}
.js-ttl.is-active span:nth-child(34) {
  transition-delay: 1.36s;
}
.js-ttl.is-active span:nth-child(35) {
  transition-delay: 1.4s;
}
.js-ttl.is-active span:nth-child(36) {
  transition-delay: 1.44s;
}
.js-ttl.is-active span:nth-child(37) {
  transition-delay: 1.48s;
}
.js-ttl.is-active span:nth-child(38) {
  transition-delay: 1.52s;
}
.js-ttl.is-active span:nth-child(39) {
  transition-delay: 1.56s;
}
.js-ttl.is-active span:nth-child(40) {
  transition-delay: 1.6s;
}
.js-ttl.is-active span:nth-child(41) {
  transition-delay: 1.64s;
}
.js-ttl.is-active span:nth-child(42) {
  transition-delay: 1.68s;
}
.js-ttl.is-active span:nth-child(43) {
  transition-delay: 1.72s;
}
.js-ttl.is-active span:nth-child(44) {
  transition-delay: 1.76s;
}
.js-ttl.is-active span:nth-child(45) {
  transition-delay: 1.8s;
}
.js-ttl.is-active span:nth-child(46) {
  transition-delay: 1.84s;
}
.js-ttl.is-active span:nth-child(47) {
  transition-delay: 1.88s;
}
.js-ttl.is-active span:nth-child(48) {
  transition-delay: 1.92s;
}
.js-ttl.is-active span:nth-child(49) {
  transition-delay: 1.96s;
}
.js-ttl.is-active span:nth-child(50) {
  transition-delay: 2s;
}
.js-ttl.is-active span:nth-child(51) {
  transition-delay: 2.04s;
}
.js-ttl.is-active span:nth-child(52) {
  transition-delay: 2.08s;
}
.js-ttl.is-active span:nth-child(53) {
  transition-delay: 2.12s;
}
.js-ttl.is-active span:nth-child(54) {
  transition-delay: 2.16s;
}
.js-ttl.is-active span:nth-child(55) {
  transition-delay: 2.2s;
}
.js-ttl.is-active span:nth-child(56) {
  transition-delay: 2.24s;
}
.js-ttl.is-active span:nth-child(57) {
  transition-delay: 2.28s;
}
.js-ttl.is-active span:nth-child(58) {
  transition-delay: 2.32s;
}
.js-ttl.is-active span:nth-child(59) {
  transition-delay: 2.36s;
}
.js-ttl.is-active span:nth-child(60) {
  transition-delay: 2.4s;
}
.js-ttl.is-active span:nth-child(61) {
  transition-delay: 2.44s;
}
.js-ttl.is-active span:nth-child(62) {
  transition-delay: 2.48s;
}
.js-ttl.is-active span:nth-child(63) {
  transition-delay: 2.52s;
}
.js-ttl.is-active span:nth-child(64) {
  transition-delay: 2.56s;
}
.js-ttl.is-active span:nth-child(65) {
  transition-delay: 2.6s;
}
.js-ttl.is-active span:nth-child(66) {
  transition-delay: 2.64s;
}
.js-ttl.is-active span:nth-child(67) {
  transition-delay: 2.68s;
}
.js-ttl.is-active span:nth-child(68) {
  transition-delay: 2.72s;
}
.js-ttl.is-active span:nth-child(69) {
  transition-delay: 2.76s;
}
.js-ttl.is-active span:nth-child(70) {
  transition-delay: 2.8s;
}
.js-ttl.is-active span:nth-child(71) {
  transition-delay: 2.84s;
}
.js-ttl.is-active span:nth-child(72) {
  transition-delay: 2.88s;
}
.js-ttl.is-active span:nth-child(73) {
  transition-delay: 2.92s;
}
.js-ttl.is-active span:nth-child(74) {
  transition-delay: 2.96s;
}
.js-ttl.is-active span:nth-child(75) {
  transition-delay: 3s;
}
.js-ttl.is-active span:nth-child(76) {
  transition-delay: 3.04s;
}
.js-ttl.is-active span:nth-child(77) {
  transition-delay: 3.08s;
}
.js-ttl.is-active span:nth-child(78) {
  transition-delay: 3.12s;
}
.js-ttl.is-active span:nth-child(79) {
  transition-delay: 3.16s;
}
.js-ttl.is-active span:nth-child(80) {
  transition-delay: 3.2s;
}
.js-ttl.is-active span:nth-child(81) {
  transition-delay: 3.24s;
}
.js-ttl.is-active span:nth-child(82) {
  transition-delay: 3.28s;
}
.js-ttl.is-active span:nth-child(83) {
  transition-delay: 3.32s;
}
.js-ttl.is-active span:nth-child(84) {
  transition-delay: 3.36s;
}
.js-ttl.is-active span:nth-child(85) {
  transition-delay: 3.4s;
}
.js-ttl.is-active span:nth-child(86) {
  transition-delay: 3.44s;
}
.js-ttl.is-active span:nth-child(87) {
  transition-delay: 3.48s;
}
.js-ttl.is-active span:nth-child(88) {
  transition-delay: 3.52s;
}
.js-ttl.is-active span:nth-child(89) {
  transition-delay: 3.56s;
}
.js-ttl.is-active span:nth-child(90) {
  transition-delay: 3.6s;
}
.js-ttl.is-active span:nth-child(91) {
  transition-delay: 3.64s;
}
.js-ttl.is-active span:nth-child(92) {
  transition-delay: 3.68s;
}
.js-ttl.is-active span:nth-child(93) {
  transition-delay: 3.72s;
}
.js-ttl.is-active span:nth-child(94) {
  transition-delay: 3.76s;
}
.js-ttl.is-active span:nth-child(95) {
  transition-delay: 3.8s;
}
.js-ttl.is-active span:nth-child(96) {
  transition-delay: 3.84s;
}
.js-ttl.is-active span:nth-child(97) {
  transition-delay: 3.88s;
}
.js-ttl.is-active span:nth-child(98) {
  transition-delay: 3.92s;
}
.js-ttl.is-active span:nth-child(99) {
  transition-delay: 3.96s;
}
.js-ttl.is-active span:nth-child(100) {
  transition-delay: 4s;
}
.js-ttl.is-active span:nth-child(101) {
  transition-delay: 4.04s;
}
.js-ttl.is-active span:nth-child(102) {
  transition-delay: 4.08s;
}
.js-ttl.is-active span:nth-child(103) {
  transition-delay: 4.12s;
}
.js-ttl.is-active span:nth-child(104) {
  transition-delay: 4.16s;
}
.js-ttl.is-active span:nth-child(105) {
  transition-delay: 4.2s;
}
.js-ttl.is-active span:nth-child(106) {
  transition-delay: 4.24s;
}
.js-ttl.is-active span:nth-child(107) {
  transition-delay: 4.28s;
}
.js-ttl.is-active span:nth-child(108) {
  transition-delay: 4.32s;
}
.js-ttl.is-active span:nth-child(109) {
  transition-delay: 4.36s;
}
.js-ttl.is-active span:nth-child(110) {
  transition-delay: 4.4s;
}
.js-ttl.is-active span:nth-child(111) {
  transition-delay: 4.44s;
}
.js-ttl.is-active span:nth-child(112) {
  transition-delay: 4.48s;
}
.js-ttl.is-active span:nth-child(113) {
  transition-delay: 4.52s;
}
.js-ttl.is-active span:nth-child(114) {
  transition-delay: 4.56s;
}
.js-ttl.is-active span:nth-child(115) {
  transition-delay: 4.6s;
}
.js-ttl.is-active span:nth-child(116) {
  transition-delay: 4.64s;
}
.js-ttl.is-active span:nth-child(117) {
  transition-delay: 4.68s;
}
.js-ttl.is-active span:nth-child(118) {
  transition-delay: 4.72s;
}
.js-ttl.is-active span:nth-child(119) {
  transition-delay: 4.76s;
}
.js-ttl.is-active span:nth-child(120) {
  transition-delay: 4.8s;
}
.js-ttl.is-active span:nth-child(121) {
  transition-delay: 4.84s;
}
.js-ttl.is-active span:nth-child(122) {
  transition-delay: 4.88s;
}
.js-ttl.is-active span:nth-child(123) {
  transition-delay: 4.92s;
}
.js-ttl.is-active span:nth-child(124) {
  transition-delay: 4.96s;
}
.js-ttl.is-active span:nth-child(125) {
  transition-delay: 5s;
}
.js-ttl.is-active span:nth-child(126) {
  transition-delay: 5.04s;
}
.js-ttl.is-active span:nth-child(127) {
  transition-delay: 5.08s;
}
.js-ttl.is-active span:nth-child(128) {
  transition-delay: 5.12s;
}
.js-ttl.is-active span:nth-child(129) {
  transition-delay: 5.16s;
}
.js-ttl.is-active span:nth-child(130) {
  transition-delay: 5.2s;
}
.js-ttl.is-active span:nth-child(131) {
  transition-delay: 5.24s;
}
.js-ttl.is-active span:nth-child(132) {
  transition-delay: 5.28s;
}
.js-ttl.is-active span:nth-child(133) {
  transition-delay: 5.32s;
}
.js-ttl.is-active span:nth-child(134) {
  transition-delay: 5.36s;
}
.js-ttl.is-active span:nth-child(135) {
  transition-delay: 5.4s;
}
.js-ttl.is-active span:nth-child(136) {
  transition-delay: 5.44s;
}
.js-ttl.is-active span:nth-child(137) {
  transition-delay: 5.48s;
}
.js-ttl.is-active span:nth-child(138) {
  transition-delay: 5.52s;
}
.js-ttl.is-active span:nth-child(139) {
  transition-delay: 5.56s;
}
.js-ttl.is-active span:nth-child(140) {
  transition-delay: 5.6s;
}
.js-ttl.is-active span:nth-child(141) {
  transition-delay: 5.64s;
}
.js-ttl.is-active span:nth-child(142) {
  transition-delay: 5.68s;
}
.js-ttl.is-active span:nth-child(143) {
  transition-delay: 5.72s;
}
.js-ttl.is-active span:nth-child(144) {
  transition-delay: 5.76s;
}
.js-ttl.is-active span:nth-child(145) {
  transition-delay: 5.8s;
}
.js-ttl.is-active span:nth-child(146) {
  transition-delay: 5.84s;
}
.js-ttl.is-active span:nth-child(147) {
  transition-delay: 5.88s;
}
.js-ttl.is-active span:nth-child(148) {
  transition-delay: 5.92s;
}
.js-ttl.is-active span:nth-child(149) {
  transition-delay: 5.96s;
}
.js-ttl.is-active span:nth-child(150) {
  transition-delay: 6s;
}
.js-ttl.is-active span:nth-child(151) {
  transition-delay: 6.04s;
}
.js-ttl.is-active span:nth-child(152) {
  transition-delay: 6.08s;
}
.js-ttl.is-active span:nth-child(153) {
  transition-delay: 6.12s;
}
.js-ttl.is-active span:nth-child(154) {
  transition-delay: 6.16s;
}
.js-ttl.is-active span:nth-child(155) {
  transition-delay: 6.2s;
}
.js-ttl.is-active span:nth-child(156) {
  transition-delay: 6.24s;
}
.js-ttl.is-active span:nth-child(157) {
  transition-delay: 6.28s;
}
.js-ttl.is-active span:nth-child(158) {
  transition-delay: 6.32s;
}
.js-ttl.is-active span:nth-child(159) {
  transition-delay: 6.36s;
}
.js-ttl.is-active span:nth-child(160) {
  transition-delay: 6.4s;
}
.js-ttl.is-active span:nth-child(161) {
  transition-delay: 6.44s;
}
.js-ttl.is-active span:nth-child(162) {
  transition-delay: 6.48s;
}
.js-ttl.is-active span:nth-child(163) {
  transition-delay: 6.52s;
}
.js-ttl.is-active span:nth-child(164) {
  transition-delay: 6.56s;
}
.js-ttl.is-active span:nth-child(165) {
  transition-delay: 6.6s;
}
.js-ttl.is-active span:nth-child(166) {
  transition-delay: 6.64s;
}
.js-ttl.is-active span:nth-child(167) {
  transition-delay: 6.68s;
}
.js-ttl.is-active span:nth-child(168) {
  transition-delay: 6.72s;
}
.js-ttl.is-active span:nth-child(169) {
  transition-delay: 6.76s;
}
.js-ttl.is-active span:nth-child(170) {
  transition-delay: 6.8s;
}
.js-ttl.is-active span:nth-child(171) {
  transition-delay: 6.84s;
}
.js-ttl.is-active span:nth-child(172) {
  transition-delay: 6.88s;
}
.js-ttl.is-active span:nth-child(173) {
  transition-delay: 6.92s;
}
.js-ttl.is-active span:nth-child(174) {
  transition-delay: 6.96s;
}
.js-ttl.is-active span:nth-child(175) {
  transition-delay: 7s;
}
.js-ttl.is-active span:nth-child(176) {
  transition-delay: 7.04s;
}
.js-ttl.is-active span:nth-child(177) {
  transition-delay: 7.08s;
}
.js-ttl.is-active span:nth-child(178) {
  transition-delay: 7.12s;
}
.js-ttl.is-active span:nth-child(179) {
  transition-delay: 7.16s;
}
.js-ttl.is-active span:nth-child(180) {
  transition-delay: 7.2s;
}
.js-ttl.is-active span:nth-child(181) {
  transition-delay: 7.24s;
}
.js-ttl.is-active span:nth-child(182) {
  transition-delay: 7.28s;
}
.js-ttl.is-active span:nth-child(183) {
  transition-delay: 7.32s;
}
.js-ttl.is-active span:nth-child(184) {
  transition-delay: 7.36s;
}
.js-ttl.is-active span:nth-child(185) {
  transition-delay: 7.4s;
}
.js-ttl.is-active span:nth-child(186) {
  transition-delay: 7.44s;
}
.js-ttl.is-active span:nth-child(187) {
  transition-delay: 7.48s;
}
.js-ttl.is-active span:nth-child(188) {
  transition-delay: 7.52s;
}
.js-ttl.is-active span:nth-child(189) {
  transition-delay: 7.56s;
}
.js-ttl.is-active span:nth-child(190) {
  transition-delay: 7.6s;
}
.js-ttl.is-active span:nth-child(191) {
  transition-delay: 7.64s;
}
.js-ttl.is-active span:nth-child(192) {
  transition-delay: 7.68s;
}
.js-ttl.is-active span:nth-child(193) {
  transition-delay: 7.72s;
}
.js-ttl.is-active span:nth-child(194) {
  transition-delay: 7.76s;
}
.js-ttl.is-active span:nth-child(195) {
  transition-delay: 7.8s;
}
.js-ttl.is-active span:nth-child(196) {
  transition-delay: 7.84s;
}
.js-ttl.is-active span:nth-child(197) {
  transition-delay: 7.88s;
}
.js-ttl.is-active span:nth-child(198) {
  transition-delay: 7.92s;
}
.js-ttl.is-active span:nth-child(199) {
  transition-delay: 7.96s;
}
.js-ttl.is-active span:nth-child(200) {
  transition-delay: 8s;
}
.js-ttl.is-active span:nth-child(201) {
  transition-delay: 8.04s;
}
.js-ttl.is-active span:nth-child(202) {
  transition-delay: 8.08s;
}
.js-ttl.is-active span:nth-child(203) {
  transition-delay: 8.12s;
}
.js-ttl.is-active span:nth-child(204) {
  transition-delay: 8.16s;
}
.js-ttl.is-active span:nth-child(205) {
  transition-delay: 8.2s;
}
.js-ttl.is-active span:nth-child(206) {
  transition-delay: 8.24s;
}
.js-ttl.is-active span:nth-child(207) {
  transition-delay: 8.28s;
}
.js-ttl.is-active span:nth-child(208) {
  transition-delay: 8.32s;
}
.js-ttl.is-active span:nth-child(209) {
  transition-delay: 8.36s;
}
.js-ttl.is-active span:nth-child(210) {
  transition-delay: 8.4s;
}
.js-ttl.is-active span:nth-child(211) {
  transition-delay: 8.44s;
}
.js-ttl.is-active span:nth-child(212) {
  transition-delay: 8.48s;
}
.js-ttl.is-active span:nth-child(213) {
  transition-delay: 8.52s;
}
.js-ttl.is-active span:nth-child(214) {
  transition-delay: 8.56s;
}
.js-ttl.is-active span:nth-child(215) {
  transition-delay: 8.6s;
}
.js-ttl.is-active span:nth-child(216) {
  transition-delay: 8.64s;
}
.js-ttl.is-active span:nth-child(217) {
  transition-delay: 8.68s;
}
.js-ttl.is-active span:nth-child(218) {
  transition-delay: 8.72s;
}
.js-ttl.is-active span:nth-child(219) {
  transition-delay: 8.76s;
}
.js-ttl.is-active span:nth-child(220) {
  transition-delay: 8.8s;
}
.js-ttl.is-active span:nth-child(221) {
  transition-delay: 8.84s;
}
.js-ttl.is-active span:nth-child(222) {
  transition-delay: 8.88s;
}
.js-ttl.is-active span:nth-child(223) {
  transition-delay: 8.92s;
}
.js-ttl.is-active span:nth-child(224) {
  transition-delay: 8.96s;
}
.js-ttl.is-active span:nth-child(225) {
  transition-delay: 9s;
}
.js-ttl.is-active span:nth-child(226) {
  transition-delay: 9.04s;
}
.js-ttl.is-active span:nth-child(227) {
  transition-delay: 9.08s;
}
.js-ttl.is-active span:nth-child(228) {
  transition-delay: 9.12s;
}
.js-ttl.is-active span:nth-child(229) {
  transition-delay: 9.16s;
}
.js-ttl.is-active span:nth-child(230) {
  transition-delay: 9.2s;
}
.js-ttl.is-active span:nth-child(231) {
  transition-delay: 9.24s;
}
.js-ttl.is-active span:nth-child(232) {
  transition-delay: 9.28s;
}
.js-ttl.is-active span:nth-child(233) {
  transition-delay: 9.32s;
}
.js-ttl.is-active span:nth-child(234) {
  transition-delay: 9.36s;
}
.js-ttl.is-active span:nth-child(235) {
  transition-delay: 9.4s;
}
.js-ttl.is-active span:nth-child(236) {
  transition-delay: 9.44s;
}
.js-ttl.is-active span:nth-child(237) {
  transition-delay: 9.48s;
}
.js-ttl.is-active span:nth-child(238) {
  transition-delay: 9.52s;
}
.js-ttl.is-active span:nth-child(239) {
  transition-delay: 9.56s;
}
.js-ttl.is-active span:nth-child(240) {
  transition-delay: 9.6s;
}
.js-ttl.is-active span:nth-child(241) {
  transition-delay: 9.64s;
}
.js-ttl.is-active span:nth-child(242) {
  transition-delay: 9.68s;
}
.js-ttl.is-active span:nth-child(243) {
  transition-delay: 9.72s;
}
.js-ttl.is-active span:nth-child(244) {
  transition-delay: 9.76s;
}
.js-ttl.is-active span:nth-child(245) {
  transition-delay: 9.8s;
}
.js-ttl.is-active span:nth-child(246) {
  transition-delay: 9.84s;
}
.js-ttl.is-active span:nth-child(247) {
  transition-delay: 9.88s;
}
.js-ttl.is-active span:nth-child(248) {
  transition-delay: 9.92s;
}
.js-ttl.is-active span:nth-child(249) {
  transition-delay: 9.96s;
}
.js-ttl.is-active span:nth-child(250) {
  transition-delay: 10s;
}
.js-ttl.is-active span:nth-child(251) {
  transition-delay: 10.04s;
}
.js-ttl.is-active span:nth-child(252) {
  transition-delay: 10.08s;
}
.js-ttl.is-active span:nth-child(253) {
  transition-delay: 10.12s;
}
.js-ttl.is-active span:nth-child(254) {
  transition-delay: 10.16s;
}
.js-ttl.is-active span:nth-child(255) {
  transition-delay: 10.2s;
}
.js-ttl.is-active span:nth-child(256) {
  transition-delay: 10.24s;
}
.js-ttl.is-active span:nth-child(257) {
  transition-delay: 10.28s;
}
.js-ttl.is-active span:nth-child(258) {
  transition-delay: 10.32s;
}
.js-ttl.is-active span:nth-child(259) {
  transition-delay: 10.36s;
}
.js-ttl.is-active span:nth-child(260) {
  transition-delay: 10.4s;
}
.js-ttl.is-active span:nth-child(261) {
  transition-delay: 10.44s;
}
.js-ttl.is-active span:nth-child(262) {
  transition-delay: 10.48s;
}
.js-ttl.is-active span:nth-child(263) {
  transition-delay: 10.52s;
}
.js-ttl.is-active span:nth-child(264) {
  transition-delay: 10.56s;
}
.js-ttl.is-active span:nth-child(265) {
  transition-delay: 10.6s;
}
.js-ttl.is-active span:nth-child(266) {
  transition-delay: 10.64s;
}
.js-ttl.is-active span:nth-child(267) {
  transition-delay: 10.68s;
}
.js-ttl.is-active span:nth-child(268) {
  transition-delay: 10.72s;
}
.js-ttl.is-active span:nth-child(269) {
  transition-delay: 10.76s;
}
.js-ttl.is-active span:nth-child(270) {
  transition-delay: 10.8s;
}
.js-ttl.is-active span:nth-child(271) {
  transition-delay: 10.84s;
}
.js-ttl.is-active span:nth-child(272) {
  transition-delay: 10.88s;
}
.js-ttl.is-active span:nth-child(273) {
  transition-delay: 10.92s;
}
.js-ttl.is-active span:nth-child(274) {
  transition-delay: 10.96s;
}
.js-ttl.is-active span:nth-child(275) {
  transition-delay: 11s;
}
.js-ttl.is-active span:nth-child(276) {
  transition-delay: 11.04s;
}
.js-ttl.is-active span:nth-child(277) {
  transition-delay: 11.08s;
}
.js-ttl.is-active span:nth-child(278) {
  transition-delay: 11.12s;
}
.js-ttl.is-active span:nth-child(279) {
  transition-delay: 11.16s;
}
.js-ttl.is-active span:nth-child(280) {
  transition-delay: 11.2s;
}
.js-ttl.is-active span:nth-child(281) {
  transition-delay: 11.24s;
}
.js-ttl.is-active span:nth-child(282) {
  transition-delay: 11.28s;
}
.js-ttl.is-active span:nth-child(283) {
  transition-delay: 11.32s;
}
.js-ttl.is-active span:nth-child(284) {
  transition-delay: 11.36s;
}
.js-ttl.is-active span:nth-child(285) {
  transition-delay: 11.4s;
}
.js-ttl.is-active span:nth-child(286) {
  transition-delay: 11.44s;
}
.js-ttl.is-active span:nth-child(287) {
  transition-delay: 11.48s;
}
.js-ttl.is-active span:nth-child(288) {
  transition-delay: 11.52s;
}
.js-ttl.is-active span:nth-child(289) {
  transition-delay: 11.56s;
}
.js-ttl.is-active span:nth-child(290) {
  transition-delay: 11.6s;
}
.js-ttl.is-active span:nth-child(291) {
  transition-delay: 11.64s;
}
.js-ttl.is-active span:nth-child(292) {
  transition-delay: 11.68s;
}
.js-ttl.is-active span:nth-child(293) {
  transition-delay: 11.72s;
}
.js-ttl.is-active span:nth-child(294) {
  transition-delay: 11.76s;
}
.js-ttl.is-active span:nth-child(295) {
  transition-delay: 11.8s;
}
.js-ttl.is-active span:nth-child(296) {
  transition-delay: 11.84s;
}
.js-ttl.is-active span:nth-child(297) {
  transition-delay: 11.88s;
}
.js-ttl.is-active span:nth-child(298) {
  transition-delay: 11.92s;
}
.js-ttl.is-active span:nth-child(299) {
  transition-delay: 11.96s;
}
.js-ttl.is-active span:nth-child(300) {
  transition-delay: 12s;
}
.js-ttl.is-active span:nth-child(301) {
  transition-delay: 12.04s;
}
.js-ttl.is-active span:nth-child(302) {
  transition-delay: 12.08s;
}
.js-ttl.is-active span:nth-child(303) {
  transition-delay: 12.12s;
}
.js-ttl.is-active span:nth-child(304) {
  transition-delay: 12.16s;
}
.js-ttl.is-active span:nth-child(305) {
  transition-delay: 12.2s;
}
.js-ttl.is-active span:nth-child(306) {
  transition-delay: 12.24s;
}
.js-ttl.is-active span:nth-child(307) {
  transition-delay: 12.28s;
}
.js-ttl.is-active span:nth-child(308) {
  transition-delay: 12.32s;
}
.js-ttl.is-active span:nth-child(309) {
  transition-delay: 12.36s;
}
.js-ttl.is-active span:nth-child(310) {
  transition-delay: 12.4s;
}
.js-ttl.is-active span:nth-child(311) {
  transition-delay: 12.44s;
}
.js-ttl.is-active span:nth-child(312) {
  transition-delay: 12.48s;
}
.js-ttl.is-active span:nth-child(313) {
  transition-delay: 12.52s;
}
.js-ttl.is-active span:nth-child(314) {
  transition-delay: 12.56s;
}
.js-ttl.is-active span:nth-child(315) {
  transition-delay: 12.6s;
}
.js-ttl.is-active span:nth-child(316) {
  transition-delay: 12.64s;
}
.js-ttl.is-active span:nth-child(317) {
  transition-delay: 12.68s;
}
.js-ttl.is-active span:nth-child(318) {
  transition-delay: 12.72s;
}
.js-ttl.is-active span:nth-child(319) {
  transition-delay: 12.76s;
}
.js-ttl.is-active span:nth-child(320) {
  transition-delay: 12.8s;
}
.js-ttl.is-active span:nth-child(321) {
  transition-delay: 12.84s;
}
.js-ttl.is-active span:nth-child(322) {
  transition-delay: 12.88s;
}
.js-ttl.is-active span:nth-child(323) {
  transition-delay: 12.92s;
}
.js-ttl.is-active span:nth-child(324) {
  transition-delay: 12.96s;
}
.js-ttl.is-active span:nth-child(325) {
  transition-delay: 13s;
}
.js-ttl.is-active span:nth-child(326) {
  transition-delay: 13.04s;
}
.js-ttl.is-active span:nth-child(327) {
  transition-delay: 13.08s;
}
.js-ttl.is-active span:nth-child(328) {
  transition-delay: 13.12s;
}
.js-ttl.is-active span:nth-child(329) {
  transition-delay: 13.16s;
}
.js-ttl.is-active span:nth-child(330) {
  transition-delay: 13.2s;
}
.js-ttl.is-active span:nth-child(331) {
  transition-delay: 13.24s;
}
.js-ttl.is-active span:nth-child(332) {
  transition-delay: 13.28s;
}
.js-ttl.is-active span:nth-child(333) {
  transition-delay: 13.32s;
}
.js-ttl.is-active span:nth-child(334) {
  transition-delay: 13.36s;
}
.js-ttl.is-active span:nth-child(335) {
  transition-delay: 13.4s;
}
.js-ttl.is-active span:nth-child(336) {
  transition-delay: 13.44s;
}
.js-ttl.is-active span:nth-child(337) {
  transition-delay: 13.48s;
}
.js-ttl.is-active span:nth-child(338) {
  transition-delay: 13.52s;
}
.js-ttl.is-active span:nth-child(339) {
  transition-delay: 13.56s;
}
.js-ttl.is-active span:nth-child(340) {
  transition-delay: 13.6s;
}
.js-ttl.is-active span:nth-child(341) {
  transition-delay: 13.64s;
}
.js-ttl.is-active span:nth-child(342) {
  transition-delay: 13.68s;
}
.js-ttl.is-active span:nth-child(343) {
  transition-delay: 13.72s;
}
.js-ttl.is-active span:nth-child(344) {
  transition-delay: 13.76s;
}
.js-ttl.is-active span:nth-child(345) {
  transition-delay: 13.8s;
}
.js-ttl.is-active span:nth-child(346) {
  transition-delay: 13.84s;
}
.js-ttl.is-active span:nth-child(347) {
  transition-delay: 13.88s;
}
.js-ttl.is-active span:nth-child(348) {
  transition-delay: 13.92s;
}
.js-ttl.is-active span:nth-child(349) {
  transition-delay: 13.96s;
}
.js-ttl.is-active span:nth-child(350) {
  transition-delay: 14s;
}
.js-ttl.is-active span:nth-child(351) {
  transition-delay: 14.04s;
}
.js-ttl.is-active span:nth-child(352) {
  transition-delay: 14.08s;
}
.js-ttl.is-active span:nth-child(353) {
  transition-delay: 14.12s;
}
.js-ttl.is-active span:nth-child(354) {
  transition-delay: 14.16s;
}
.js-ttl.is-active span:nth-child(355) {
  transition-delay: 14.2s;
}
.js-ttl.is-active span:nth-child(356) {
  transition-delay: 14.24s;
}
.js-ttl.is-active span:nth-child(357) {
  transition-delay: 14.28s;
}
.js-ttl.is-active span:nth-child(358) {
  transition-delay: 14.32s;
}
.js-ttl.is-active span:nth-child(359) {
  transition-delay: 14.36s;
}
.js-ttl.is-active span:nth-child(360) {
  transition-delay: 14.4s;
}
.js-ttl.is-active span:nth-child(361) {
  transition-delay: 14.44s;
}
.js-ttl.is-active span:nth-child(362) {
  transition-delay: 14.48s;
}
.js-ttl.is-active span:nth-child(363) {
  transition-delay: 14.52s;
}
.js-ttl.is-active span:nth-child(364) {
  transition-delay: 14.56s;
}
.js-ttl.is-active span:nth-child(365) {
  transition-delay: 14.6s;
}
.js-ttl.is-active span:nth-child(366) {
  transition-delay: 14.64s;
}
.js-ttl.is-active span:nth-child(367) {
  transition-delay: 14.68s;
}
.js-ttl.is-active span:nth-child(368) {
  transition-delay: 14.72s;
}
.js-ttl.is-active span:nth-child(369) {
  transition-delay: 14.76s;
}
.js-ttl.is-active span:nth-child(370) {
  transition-delay: 14.8s;
}
.js-ttl.is-active span:nth-child(371) {
  transition-delay: 14.84s;
}
.js-ttl.is-active span:nth-child(372) {
  transition-delay: 14.88s;
}
.js-ttl.is-active span:nth-child(373) {
  transition-delay: 14.92s;
}
.js-ttl.is-active span:nth-child(374) {
  transition-delay: 14.96s;
}
.js-ttl.is-active span:nth-child(375) {
  transition-delay: 15s;
}
.js-ttl.is-active span:nth-child(376) {
  transition-delay: 15.04s;
}
.js-ttl.is-active span:nth-child(377) {
  transition-delay: 15.08s;
}
.js-ttl.is-active span:nth-child(378) {
  transition-delay: 15.12s;
}
.js-ttl.is-active span:nth-child(379) {
  transition-delay: 15.16s;
}
.js-ttl.is-active span:nth-child(380) {
  transition-delay: 15.2s;
}
.js-ttl.is-active span:nth-child(381) {
  transition-delay: 15.24s;
}
.js-ttl.is-active span:nth-child(382) {
  transition-delay: 15.28s;
}
.js-ttl.is-active span:nth-child(383) {
  transition-delay: 15.32s;
}
.js-ttl.is-active span:nth-child(384) {
  transition-delay: 15.36s;
}
.js-ttl.is-active span:nth-child(385) {
  transition-delay: 15.4s;
}
.js-ttl.is-active span:nth-child(386) {
  transition-delay: 15.44s;
}
.js-ttl.is-active span:nth-child(387) {
  transition-delay: 15.48s;
}
.js-ttl.is-active span:nth-child(388) {
  transition-delay: 15.52s;
}
.js-ttl.is-active span:nth-child(389) {
  transition-delay: 15.56s;
}
.js-ttl.is-active span:nth-child(390) {
  transition-delay: 15.6s;
}
.js-ttl.is-active span:nth-child(391) {
  transition-delay: 15.64s;
}
.js-ttl.is-active span:nth-child(392) {
  transition-delay: 15.68s;
}
.js-ttl.is-active span:nth-child(393) {
  transition-delay: 15.72s;
}
.js-ttl.is-active span:nth-child(394) {
  transition-delay: 15.76s;
}
.js-ttl.is-active span:nth-child(395) {
  transition-delay: 15.8s;
}
.js-ttl.is-active span:nth-child(396) {
  transition-delay: 15.84s;
}
.js-ttl.is-active span:nth-child(397) {
  transition-delay: 15.88s;
}
.js-ttl.is-active span:nth-child(398) {
  transition-delay: 15.92s;
}
.js-ttl.is-active span:nth-child(399) {
  transition-delay: 15.96s;
}
.js-ttl.is-active span:nth-child(400) {
  transition-delay: 16s;
}
.js-ttl.is-active span:nth-child(401) {
  transition-delay: 16.04s;
}
.js-ttl.is-active span:nth-child(402) {
  transition-delay: 16.08s;
}
.js-ttl.is-active span:nth-child(403) {
  transition-delay: 16.12s;
}
.js-ttl.is-active span:nth-child(404) {
  transition-delay: 16.16s;
}
.js-ttl.is-active span:nth-child(405) {
  transition-delay: 16.2s;
}
.js-ttl.is-active span:nth-child(406) {
  transition-delay: 16.24s;
}
.js-ttl.is-active span:nth-child(407) {
  transition-delay: 16.28s;
}
.js-ttl.is-active span:nth-child(408) {
  transition-delay: 16.32s;
}
.js-ttl.is-active span:nth-child(409) {
  transition-delay: 16.36s;
}
.js-ttl.is-active span:nth-child(410) {
  transition-delay: 16.4s;
}
.js-ttl.is-active span:nth-child(411) {
  transition-delay: 16.44s;
}
.js-ttl.is-active span:nth-child(412) {
  transition-delay: 16.48s;
}
.js-ttl.is-active span:nth-child(413) {
  transition-delay: 16.52s;
}
.js-ttl.is-active span:nth-child(414) {
  transition-delay: 16.56s;
}
.js-ttl.is-active span:nth-child(415) {
  transition-delay: 16.6s;
}
.js-ttl.is-active span:nth-child(416) {
  transition-delay: 16.64s;
}
.js-ttl.is-active span:nth-child(417) {
  transition-delay: 16.68s;
}
.js-ttl.is-active span:nth-child(418) {
  transition-delay: 16.72s;
}
.js-ttl.is-active span:nth-child(419) {
  transition-delay: 16.76s;
}
.js-ttl.is-active span:nth-child(420) {
  transition-delay: 16.8s;
}
.js-ttl.is-active span:nth-child(421) {
  transition-delay: 16.84s;
}
.js-ttl.is-active span:nth-child(422) {
  transition-delay: 16.88s;
}
.js-ttl.is-active span:nth-child(423) {
  transition-delay: 16.92s;
}
.js-ttl.is-active span:nth-child(424) {
  transition-delay: 16.96s;
}
.js-ttl.is-active span:nth-child(425) {
  transition-delay: 17s;
}
.js-ttl.is-active span:nth-child(426) {
  transition-delay: 17.04s;
}
.js-ttl.is-active span:nth-child(427) {
  transition-delay: 17.08s;
}
.js-ttl.is-active span:nth-child(428) {
  transition-delay: 17.12s;
}
.js-ttl.is-active span:nth-child(429) {
  transition-delay: 17.16s;
}
.js-ttl.is-active span:nth-child(430) {
  transition-delay: 17.2s;
}
.js-ttl.is-active span:nth-child(431) {
  transition-delay: 17.24s;
}
.js-ttl.is-active span:nth-child(432) {
  transition-delay: 17.28s;
}
.js-ttl.is-active span:nth-child(433) {
  transition-delay: 17.32s;
}
.js-ttl.is-active span:nth-child(434) {
  transition-delay: 17.36s;
}
.js-ttl.is-active span:nth-child(435) {
  transition-delay: 17.4s;
}
.js-ttl.is-active span:nth-child(436) {
  transition-delay: 17.44s;
}
.js-ttl.is-active span:nth-child(437) {
  transition-delay: 17.48s;
}
.js-ttl.is-active span:nth-child(438) {
  transition-delay: 17.52s;
}
.js-ttl.is-active span:nth-child(439) {
  transition-delay: 17.56s;
}
.js-ttl.is-active span:nth-child(440) {
  transition-delay: 17.6s;
}
.js-ttl.is-active span:nth-child(441) {
  transition-delay: 17.64s;
}
.js-ttl.is-active span:nth-child(442) {
  transition-delay: 17.68s;
}
.js-ttl.is-active span:nth-child(443) {
  transition-delay: 17.72s;
}
.js-ttl.is-active span:nth-child(444) {
  transition-delay: 17.76s;
}
.js-ttl.is-active span:nth-child(445) {
  transition-delay: 17.8s;
}
.js-ttl.is-active span:nth-child(446) {
  transition-delay: 17.84s;
}
.js-ttl.is-active span:nth-child(447) {
  transition-delay: 17.88s;
}
.js-ttl.is-active span:nth-child(448) {
  transition-delay: 17.92s;
}
.js-ttl.is-active span:nth-child(449) {
  transition-delay: 17.96s;
}
.js-ttl.is-active span:nth-child(450) {
  transition-delay: 18s;
}
.js-ttl.is-active span:nth-child(451) {
  transition-delay: 18.04s;
}
.js-ttl.is-active span:nth-child(452) {
  transition-delay: 18.08s;
}
.js-ttl.is-active span:nth-child(453) {
  transition-delay: 18.12s;
}
.js-ttl.is-active span:nth-child(454) {
  transition-delay: 18.16s;
}
.js-ttl.is-active span:nth-child(455) {
  transition-delay: 18.2s;
}
.js-ttl.is-active span:nth-child(456) {
  transition-delay: 18.24s;
}
.js-ttl.is-active span:nth-child(457) {
  transition-delay: 18.28s;
}
.js-ttl.is-active span:nth-child(458) {
  transition-delay: 18.32s;
}
.js-ttl.is-active span:nth-child(459) {
  transition-delay: 18.36s;
}
.js-ttl.is-active span:nth-child(460) {
  transition-delay: 18.4s;
}
.js-ttl.is-active span:nth-child(461) {
  transition-delay: 18.44s;
}
.js-ttl.is-active span:nth-child(462) {
  transition-delay: 18.48s;
}
.js-ttl.is-active span:nth-child(463) {
  transition-delay: 18.52s;
}
.js-ttl.is-active span:nth-child(464) {
  transition-delay: 18.56s;
}
.js-ttl.is-active span:nth-child(465) {
  transition-delay: 18.6s;
}
.js-ttl.is-active span:nth-child(466) {
  transition-delay: 18.64s;
}
.js-ttl.is-active span:nth-child(467) {
  transition-delay: 18.68s;
}
.js-ttl.is-active span:nth-child(468) {
  transition-delay: 18.72s;
}
.js-ttl.is-active span:nth-child(469) {
  transition-delay: 18.76s;
}
.js-ttl.is-active span:nth-child(470) {
  transition-delay: 18.8s;
}
.js-ttl.is-active span:nth-child(471) {
  transition-delay: 18.84s;
}
.js-ttl.is-active span:nth-child(472) {
  transition-delay: 18.88s;
}
.js-ttl.is-active span:nth-child(473) {
  transition-delay: 18.92s;
}
.js-ttl.is-active span:nth-child(474) {
  transition-delay: 18.96s;
}
.js-ttl.is-active span:nth-child(475) {
  transition-delay: 19s;
}
.js-ttl.is-active span:nth-child(476) {
  transition-delay: 19.04s;
}
.js-ttl.is-active span:nth-child(477) {
  transition-delay: 19.08s;
}
.js-ttl.is-active span:nth-child(478) {
  transition-delay: 19.12s;
}
.js-ttl.is-active span:nth-child(479) {
  transition-delay: 19.16s;
}
.js-ttl.is-active span:nth-child(480) {
  transition-delay: 19.2s;
}
.js-ttl.is-active span:nth-child(481) {
  transition-delay: 19.24s;
}
.js-ttl.is-active span:nth-child(482) {
  transition-delay: 19.28s;
}
.js-ttl.is-active span:nth-child(483) {
  transition-delay: 19.32s;
}
.js-ttl.is-active span:nth-child(484) {
  transition-delay: 19.36s;
}
.js-ttl.is-active span:nth-child(485) {
  transition-delay: 19.4s;
}
.js-ttl.is-active span:nth-child(486) {
  transition-delay: 19.44s;
}
.js-ttl.is-active span:nth-child(487) {
  transition-delay: 19.48s;
}
.js-ttl.is-active span:nth-child(488) {
  transition-delay: 19.52s;
}
.js-ttl.is-active span:nth-child(489) {
  transition-delay: 19.56s;
}
.js-ttl.is-active span:nth-child(490) {
  transition-delay: 19.6s;
}
.js-ttl.is-active span:nth-child(491) {
  transition-delay: 19.64s;
}
.js-ttl.is-active span:nth-child(492) {
  transition-delay: 19.68s;
}
.js-ttl.is-active span:nth-child(493) {
  transition-delay: 19.72s;
}
.js-ttl.is-active span:nth-child(494) {
  transition-delay: 19.76s;
}
.js-ttl.is-active span:nth-child(495) {
  transition-delay: 19.8s;
}
.js-ttl.is-active span:nth-child(496) {
  transition-delay: 19.84s;
}
.js-ttl.is-active span:nth-child(497) {
  transition-delay: 19.88s;
}
.js-ttl.is-active span:nth-child(498) {
  transition-delay: 19.92s;
}
.js-ttl.is-active span:nth-child(499) {
  transition-delay: 19.96s;
}
.js-ttl.is-active span:nth-child(500) {
  transition-delay: 20s;
}
.js-ttl.is-active span:nth-child(501) {
  transition-delay: 20.04s;
}
.js-ttl.is-active span:nth-child(502) {
  transition-delay: 20.08s;
}
.js-ttl.is-active span:nth-child(503) {
  transition-delay: 20.12s;
}
.js-ttl.is-active span:nth-child(504) {
  transition-delay: 20.16s;
}
.js-ttl.is-active span:nth-child(505) {
  transition-delay: 20.2s;
}
.js-ttl.is-active span:nth-child(506) {
  transition-delay: 20.24s;
}
.js-ttl.is-active span:nth-child(507) {
  transition-delay: 20.28s;
}
.js-ttl.is-active span:nth-child(508) {
  transition-delay: 20.32s;
}
.js-ttl.is-active span:nth-child(509) {
  transition-delay: 20.36s;
}
.js-ttl.is-active span:nth-child(510) {
  transition-delay: 20.4s;
}
.js-ttl.is-active span:nth-child(511) {
  transition-delay: 20.44s;
}
.js-ttl.is-active span:nth-child(512) {
  transition-delay: 20.48s;
}
.js-ttl.is-active span:nth-child(513) {
  transition-delay: 20.52s;
}
.js-ttl.is-active span:nth-child(514) {
  transition-delay: 20.56s;
}
.js-ttl.is-active span:nth-child(515) {
  transition-delay: 20.6s;
}
.js-ttl.is-active span:nth-child(516) {
  transition-delay: 20.64s;
}
.js-ttl.is-active span:nth-child(517) {
  transition-delay: 20.68s;
}
.js-ttl.is-active span:nth-child(518) {
  transition-delay: 20.72s;
}
.js-ttl.is-active span:nth-child(519) {
  transition-delay: 20.76s;
}
.js-ttl.is-active span:nth-child(520) {
  transition-delay: 20.8s;
}
.js-ttl.is-active span:nth-child(521) {
  transition-delay: 20.84s;
}
.js-ttl.is-active span:nth-child(522) {
  transition-delay: 20.88s;
}
.js-ttl.is-active span:nth-child(523) {
  transition-delay: 20.92s;
}
.js-ttl.is-active span:nth-child(524) {
  transition-delay: 20.96s;
}
.js-ttl.is-active span:nth-child(525) {
  transition-delay: 21s;
}
.js-ttl.is-active span:nth-child(526) {
  transition-delay: 21.04s;
}
.js-ttl.is-active span:nth-child(527) {
  transition-delay: 21.08s;
}
.js-ttl.is-active span:nth-child(528) {
  transition-delay: 21.12s;
}
.js-ttl.is-active span:nth-child(529) {
  transition-delay: 21.16s;
}
.js-ttl.is-active span:nth-child(530) {
  transition-delay: 21.2s;
}
.js-ttl.is-active span:nth-child(531) {
  transition-delay: 21.24s;
}
.js-ttl.is-active span:nth-child(532) {
  transition-delay: 21.28s;
}
.js-ttl.is-active span:nth-child(533) {
  transition-delay: 21.32s;
}
.js-ttl.is-active span:nth-child(534) {
  transition-delay: 21.36s;
}
.js-ttl.is-active span:nth-child(535) {
  transition-delay: 21.4s;
}
.js-ttl.is-active span:nth-child(536) {
  transition-delay: 21.44s;
}
.js-ttl.is-active span:nth-child(537) {
  transition-delay: 21.48s;
}
.js-ttl.is-active span:nth-child(538) {
  transition-delay: 21.52s;
}
.js-ttl.is-active span:nth-child(539) {
  transition-delay: 21.56s;
}
.js-ttl.is-active span:nth-child(540) {
  transition-delay: 21.6s;
}
.js-ttl.is-active span:nth-child(541) {
  transition-delay: 21.64s;
}
.js-ttl.is-active span:nth-child(542) {
  transition-delay: 21.68s;
}
.js-ttl.is-active span:nth-child(543) {
  transition-delay: 21.72s;
}
.js-ttl.is-active span:nth-child(544) {
  transition-delay: 21.76s;
}
.js-ttl.is-active span:nth-child(545) {
  transition-delay: 21.8s;
}
.js-ttl.is-active span:nth-child(546) {
  transition-delay: 21.84s;
}
.js-ttl.is-active span:nth-child(547) {
  transition-delay: 21.88s;
}
.js-ttl.is-active span:nth-child(548) {
  transition-delay: 21.92s;
}
.js-ttl.is-active span:nth-child(549) {
  transition-delay: 21.96s;
}
.js-ttl.is-active span:nth-child(550) {
  transition-delay: 22s;
}
.js-ttl.is-active span:nth-child(551) {
  transition-delay: 22.04s;
}
.js-ttl.is-active span:nth-child(552) {
  transition-delay: 22.08s;
}
.js-ttl.is-active span:nth-child(553) {
  transition-delay: 22.12s;
}
.js-ttl.is-active span:nth-child(554) {
  transition-delay: 22.16s;
}
.js-ttl.is-active span:nth-child(555) {
  transition-delay: 22.2s;
}
.js-ttl.is-active span:nth-child(556) {
  transition-delay: 22.24s;
}
.js-ttl.is-active span:nth-child(557) {
  transition-delay: 22.28s;
}
.js-ttl.is-active span:nth-child(558) {
  transition-delay: 22.32s;
}
.js-ttl.is-active span:nth-child(559) {
  transition-delay: 22.36s;
}
.js-ttl.is-active span:nth-child(560) {
  transition-delay: 22.4s;
}
.js-ttl.is-active span:nth-child(561) {
  transition-delay: 22.44s;
}
.js-ttl.is-active span:nth-child(562) {
  transition-delay: 22.48s;
}
.js-ttl.is-active span:nth-child(563) {
  transition-delay: 22.52s;
}
.js-ttl.is-active span:nth-child(564) {
  transition-delay: 22.56s;
}
.js-ttl.is-active span:nth-child(565) {
  transition-delay: 22.6s;
}
.js-ttl.is-active span:nth-child(566) {
  transition-delay: 22.64s;
}
.js-ttl.is-active span:nth-child(567) {
  transition-delay: 22.68s;
}
.js-ttl.is-active span:nth-child(568) {
  transition-delay: 22.72s;
}
.js-ttl.is-active span:nth-child(569) {
  transition-delay: 22.76s;
}
.js-ttl.is-active span:nth-child(570) {
  transition-delay: 22.8s;
}
.js-ttl.is-active span:nth-child(571) {
  transition-delay: 22.84s;
}
.js-ttl.is-active span:nth-child(572) {
  transition-delay: 22.88s;
}
.js-ttl.is-active span:nth-child(573) {
  transition-delay: 22.92s;
}
.js-ttl.is-active span:nth-child(574) {
  transition-delay: 22.96s;
}
.js-ttl.is-active span:nth-child(575) {
  transition-delay: 23s;
}
.js-ttl.is-active span:nth-child(576) {
  transition-delay: 23.04s;
}
.js-ttl.is-active span:nth-child(577) {
  transition-delay: 23.08s;
}
.js-ttl.is-active span:nth-child(578) {
  transition-delay: 23.12s;
}
.js-ttl.is-active span:nth-child(579) {
  transition-delay: 23.16s;
}
.js-ttl.is-active span:nth-child(580) {
  transition-delay: 23.2s;
}
.js-ttl.is-active span:nth-child(581) {
  transition-delay: 23.24s;
}
.js-ttl.is-active span:nth-child(582) {
  transition-delay: 23.28s;
}
.js-ttl.is-active span:nth-child(583) {
  transition-delay: 23.32s;
}
.js-ttl.is-active span:nth-child(584) {
  transition-delay: 23.36s;
}
.js-ttl.is-active span:nth-child(585) {
  transition-delay: 23.4s;
}
.js-ttl.is-active span:nth-child(586) {
  transition-delay: 23.44s;
}
.js-ttl.is-active span:nth-child(587) {
  transition-delay: 23.48s;
}
.js-ttl.is-active span:nth-child(588) {
  transition-delay: 23.52s;
}
.js-ttl.is-active span:nth-child(589) {
  transition-delay: 23.56s;
}
.js-ttl.is-active span:nth-child(590) {
  transition-delay: 23.6s;
}
.js-ttl.is-active span:nth-child(591) {
  transition-delay: 23.64s;
}
.js-ttl.is-active span:nth-child(592) {
  transition-delay: 23.68s;
}
.js-ttl.is-active span:nth-child(593) {
  transition-delay: 23.72s;
}
.js-ttl.is-active span:nth-child(594) {
  transition-delay: 23.76s;
}
.js-ttl.is-active span:nth-child(595) {
  transition-delay: 23.8s;
}
.js-ttl.is-active span:nth-child(596) {
  transition-delay: 23.84s;
}
.js-ttl.is-active span:nth-child(597) {
  transition-delay: 23.88s;
}
.js-ttl.is-active span:nth-child(598) {
  transition-delay: 23.92s;
}
.js-ttl.is-active span:nth-child(599) {
  transition-delay: 23.96s;
}
.js-ttl.is-active span:nth-child(600) {
  transition-delay: 24s;
}
.js-ttl.is-active span:nth-child(601) {
  transition-delay: 24.04s;
}
.js-ttl.is-active span:nth-child(602) {
  transition-delay: 24.08s;
}
.js-ttl.is-active span:nth-child(603) {
  transition-delay: 24.12s;
}
.js-ttl.is-active span:nth-child(604) {
  transition-delay: 24.16s;
}
.js-ttl.is-active span:nth-child(605) {
  transition-delay: 24.2s;
}
.js-ttl.is-active span:nth-child(606) {
  transition-delay: 24.24s;
}
.js-ttl.is-active span:nth-child(607) {
  transition-delay: 24.28s;
}
.js-ttl.is-active span:nth-child(608) {
  transition-delay: 24.32s;
}
.js-ttl.is-active span:nth-child(609) {
  transition-delay: 24.36s;
}
.js-ttl.is-active span:nth-child(610) {
  transition-delay: 24.4s;
}
.js-ttl.is-active span:nth-child(611) {
  transition-delay: 24.44s;
}
.js-ttl.is-active span:nth-child(612) {
  transition-delay: 24.48s;
}
.js-ttl.is-active span:nth-child(613) {
  transition-delay: 24.52s;
}
.js-ttl.is-active span:nth-child(614) {
  transition-delay: 24.56s;
}
.js-ttl.is-active span:nth-child(615) {
  transition-delay: 24.6s;
}
.js-ttl.is-active span:nth-child(616) {
  transition-delay: 24.64s;
}
.js-ttl.is-active span:nth-child(617) {
  transition-delay: 24.68s;
}
.js-ttl.is-active span:nth-child(618) {
  transition-delay: 24.72s;
}
.js-ttl.is-active span:nth-child(619) {
  transition-delay: 24.76s;
}
.js-ttl.is-active span:nth-child(620) {
  transition-delay: 24.8s;
}
.js-ttl.is-active span:nth-child(621) {
  transition-delay: 24.84s;
}
.js-ttl.is-active span:nth-child(622) {
  transition-delay: 24.88s;
}
.js-ttl.is-active span:nth-child(623) {
  transition-delay: 24.92s;
}
.js-ttl.is-active span:nth-child(624) {
  transition-delay: 24.96s;
}
.js-ttl.is-active span:nth-child(625) {
  transition-delay: 25s;
}
.js-ttl.is-active span:nth-child(626) {
  transition-delay: 25.04s;
}
.js-ttl.is-active span:nth-child(627) {
  transition-delay: 25.08s;
}
.js-ttl.is-active span:nth-child(628) {
  transition-delay: 25.12s;
}
.js-ttl.is-active span:nth-child(629) {
  transition-delay: 25.16s;
}
.js-ttl.is-active span:nth-child(630) {
  transition-delay: 25.2s;
}
.js-ttl.is-active span:nth-child(631) {
  transition-delay: 25.24s;
}
.js-ttl.is-active span:nth-child(632) {
  transition-delay: 25.28s;
}
.js-ttl.is-active span:nth-child(633) {
  transition-delay: 25.32s;
}
.js-ttl.is-active span:nth-child(634) {
  transition-delay: 25.36s;
}
.js-ttl.is-active span:nth-child(635) {
  transition-delay: 25.4s;
}
.js-ttl.is-active span:nth-child(636) {
  transition-delay: 25.44s;
}
.js-ttl.is-active span:nth-child(637) {
  transition-delay: 25.48s;
}
.js-ttl.is-active span:nth-child(638) {
  transition-delay: 25.52s;
}
.js-ttl.is-active span:nth-child(639) {
  transition-delay: 25.56s;
}
.js-ttl.is-active span:nth-child(640) {
  transition-delay: 25.6s;
}
.js-ttl.is-active span:nth-child(641) {
  transition-delay: 25.64s;
}
.js-ttl.is-active span:nth-child(642) {
  transition-delay: 25.68s;
}
.js-ttl.is-active span:nth-child(643) {
  transition-delay: 25.72s;
}
.js-ttl.is-active span:nth-child(644) {
  transition-delay: 25.76s;
}
.js-ttl.is-active span:nth-child(645) {
  transition-delay: 25.8s;
}
.js-ttl.is-active span:nth-child(646) {
  transition-delay: 25.84s;
}
.js-ttl.is-active span:nth-child(647) {
  transition-delay: 25.88s;
}
.js-ttl.is-active span:nth-child(648) {
  transition-delay: 25.92s;
}
.js-ttl.is-active span:nth-child(649) {
  transition-delay: 25.96s;
}
.js-ttl.is-active span:nth-child(650) {
  transition-delay: 26s;
}
.js-ttl.is-active span:nth-child(651) {
  transition-delay: 26.04s;
}
.js-ttl.is-active span:nth-child(652) {
  transition-delay: 26.08s;
}
.js-ttl.is-active span:nth-child(653) {
  transition-delay: 26.12s;
}
.js-ttl.is-active span:nth-child(654) {
  transition-delay: 26.16s;
}
.js-ttl.is-active span:nth-child(655) {
  transition-delay: 26.2s;
}
.js-ttl.is-active span:nth-child(656) {
  transition-delay: 26.24s;
}
.js-ttl.is-active span:nth-child(657) {
  transition-delay: 26.28s;
}
.js-ttl.is-active span:nth-child(658) {
  transition-delay: 26.32s;
}
.js-ttl.is-active span:nth-child(659) {
  transition-delay: 26.36s;
}
.js-ttl.is-active span:nth-child(660) {
  transition-delay: 26.4s;
}
.js-ttl.is-active span:nth-child(661) {
  transition-delay: 26.44s;
}
.js-ttl.is-active span:nth-child(662) {
  transition-delay: 26.48s;
}
.js-ttl.is-active span:nth-child(663) {
  transition-delay: 26.52s;
}
.js-ttl.is-active span:nth-child(664) {
  transition-delay: 26.56s;
}
.js-ttl.is-active span:nth-child(665) {
  transition-delay: 26.6s;
}
.js-ttl.is-active span:nth-child(666) {
  transition-delay: 26.64s;
}
.js-ttl.is-active span:nth-child(667) {
  transition-delay: 26.68s;
}
.js-ttl.is-active span:nth-child(668) {
  transition-delay: 26.72s;
}
.js-ttl.is-active span:nth-child(669) {
  transition-delay: 26.76s;
}
.js-ttl.is-active span:nth-child(670) {
  transition-delay: 26.8s;
}
.js-ttl.is-active span:nth-child(671) {
  transition-delay: 26.84s;
}
.js-ttl.is-active span:nth-child(672) {
  transition-delay: 26.88s;
}
.js-ttl.is-active span:nth-child(673) {
  transition-delay: 26.92s;
}
.js-ttl.is-active span:nth-child(674) {
  transition-delay: 26.96s;
}
.js-ttl.is-active span:nth-child(675) {
  transition-delay: 27s;
}
.js-ttl.is-active span:nth-child(676) {
  transition-delay: 27.04s;
}
.js-ttl.is-active span:nth-child(677) {
  transition-delay: 27.08s;
}
.js-ttl.is-active span:nth-child(678) {
  transition-delay: 27.12s;
}
.js-ttl.is-active span:nth-child(679) {
  transition-delay: 27.16s;
}
.js-ttl.is-active span:nth-child(680) {
  transition-delay: 27.2s;
}
.js-ttl.is-active span:nth-child(681) {
  transition-delay: 27.24s;
}
.js-ttl.is-active span:nth-child(682) {
  transition-delay: 27.28s;
}
.js-ttl.is-active span:nth-child(683) {
  transition-delay: 27.32s;
}
.js-ttl.is-active span:nth-child(684) {
  transition-delay: 27.36s;
}
.js-ttl.is-active span:nth-child(685) {
  transition-delay: 27.4s;
}
.js-ttl.is-active span:nth-child(686) {
  transition-delay: 27.44s;
}
.js-ttl.is-active span:nth-child(687) {
  transition-delay: 27.48s;
}
.js-ttl.is-active span:nth-child(688) {
  transition-delay: 27.52s;
}
.js-ttl.is-active span:nth-child(689) {
  transition-delay: 27.56s;
}
.js-ttl.is-active span:nth-child(690) {
  transition-delay: 27.6s;
}
.js-ttl.is-active span:nth-child(691) {
  transition-delay: 27.64s;
}
.js-ttl.is-active span:nth-child(692) {
  transition-delay: 27.68s;
}
.js-ttl.is-active span:nth-child(693) {
  transition-delay: 27.72s;
}
.js-ttl.is-active span:nth-child(694) {
  transition-delay: 27.76s;
}
.js-ttl.is-active span:nth-child(695) {
  transition-delay: 27.8s;
}
.js-ttl.is-active span:nth-child(696) {
  transition-delay: 27.84s;
}
.js-ttl.is-active span:nth-child(697) {
  transition-delay: 27.88s;
}
.js-ttl.is-active span:nth-child(698) {
  transition-delay: 27.92s;
}
.js-ttl.is-active span:nth-child(699) {
  transition-delay: 27.96s;
}
.js-ttl.is-active span:nth-child(700) {
  transition-delay: 28s;
}
.js-ttl.is-active span:nth-child(701) {
  transition-delay: 28.04s;
}
.js-ttl.is-active span:nth-child(702) {
  transition-delay: 28.08s;
}
.js-ttl.is-active span:nth-child(703) {
  transition-delay: 28.12s;
}
.js-ttl.is-active span:nth-child(704) {
  transition-delay: 28.16s;
}
.js-ttl.is-active span:nth-child(705) {
  transition-delay: 28.2s;
}
.js-ttl.is-active span:nth-child(706) {
  transition-delay: 28.24s;
}
.js-ttl.is-active span:nth-child(707) {
  transition-delay: 28.28s;
}
.js-ttl.is-active span:nth-child(708) {
  transition-delay: 28.32s;
}
.js-ttl.is-active span:nth-child(709) {
  transition-delay: 28.36s;
}
.js-ttl.is-active span:nth-child(710) {
  transition-delay: 28.4s;
}
.js-ttl.is-active span:nth-child(711) {
  transition-delay: 28.44s;
}
.js-ttl.is-active span:nth-child(712) {
  transition-delay: 28.48s;
}
.js-ttl.is-active span:nth-child(713) {
  transition-delay: 28.52s;
}
.js-ttl.is-active span:nth-child(714) {
  transition-delay: 28.56s;
}
.js-ttl.is-active span:nth-child(715) {
  transition-delay: 28.6s;
}
.js-ttl.is-active span:nth-child(716) {
  transition-delay: 28.64s;
}
.js-ttl.is-active span:nth-child(717) {
  transition-delay: 28.68s;
}
.js-ttl.is-active span:nth-child(718) {
  transition-delay: 28.72s;
}
.js-ttl.is-active span:nth-child(719) {
  transition-delay: 28.76s;
}
.js-ttl.is-active span:nth-child(720) {
  transition-delay: 28.8s;
}
.js-ttl.is-active span:nth-child(721) {
  transition-delay: 28.84s;
}
.js-ttl.is-active span:nth-child(722) {
  transition-delay: 28.88s;
}
.js-ttl.is-active span:nth-child(723) {
  transition-delay: 28.92s;
}
.js-ttl.is-active span:nth-child(724) {
  transition-delay: 28.96s;
}
.js-ttl.is-active span:nth-child(725) {
  transition-delay: 29s;
}
.js-ttl.is-active span:nth-child(726) {
  transition-delay: 29.04s;
}
.js-ttl.is-active span:nth-child(727) {
  transition-delay: 29.08s;
}
.js-ttl.is-active span:nth-child(728) {
  transition-delay: 29.12s;
}
.js-ttl.is-active span:nth-child(729) {
  transition-delay: 29.16s;
}
.js-ttl.is-active span:nth-child(730) {
  transition-delay: 29.2s;
}
.js-ttl.is-active span:nth-child(731) {
  transition-delay: 29.24s;
}
.js-ttl.is-active span:nth-child(732) {
  transition-delay: 29.28s;
}
.js-ttl.is-active span:nth-child(733) {
  transition-delay: 29.32s;
}
.js-ttl.is-active span:nth-child(734) {
  transition-delay: 29.36s;
}
.js-ttl.is-active span:nth-child(735) {
  transition-delay: 29.4s;
}
.js-ttl.is-active span:nth-child(736) {
  transition-delay: 29.44s;
}
.js-ttl.is-active span:nth-child(737) {
  transition-delay: 29.48s;
}
.js-ttl.is-active span:nth-child(738) {
  transition-delay: 29.52s;
}
.js-ttl.is-active span:nth-child(739) {
  transition-delay: 29.56s;
}
.js-ttl.is-active span:nth-child(740) {
  transition-delay: 29.6s;
}
.js-ttl.is-active span:nth-child(741) {
  transition-delay: 29.64s;
}
.js-ttl.is-active span:nth-child(742) {
  transition-delay: 29.68s;
}
.js-ttl.is-active span:nth-child(743) {
  transition-delay: 29.72s;
}
.js-ttl.is-active span:nth-child(744) {
  transition-delay: 29.76s;
}
.js-ttl.is-active span:nth-child(745) {
  transition-delay: 29.8s;
}
.js-ttl.is-active span:nth-child(746) {
  transition-delay: 29.84s;
}
.js-ttl.is-active span:nth-child(747) {
  transition-delay: 29.88s;
}
.js-ttl.is-active span:nth-child(748) {
  transition-delay: 29.92s;
}
.js-ttl.is-active span:nth-child(749) {
  transition-delay: 29.96s;
}
.js-ttl.is-active span:nth-child(750) {
  transition-delay: 30s;
}
.js-ttl.is-active span:nth-child(751) {
  transition-delay: 30.04s;
}
.js-ttl.is-active span:nth-child(752) {
  transition-delay: 30.08s;
}
.js-ttl.is-active span:nth-child(753) {
  transition-delay: 30.12s;
}
.js-ttl.is-active span:nth-child(754) {
  transition-delay: 30.16s;
}
.js-ttl.is-active span:nth-child(755) {
  transition-delay: 30.2s;
}
.js-ttl.is-active span:nth-child(756) {
  transition-delay: 30.24s;
}
.js-ttl.is-active span:nth-child(757) {
  transition-delay: 30.28s;
}
.js-ttl.is-active span:nth-child(758) {
  transition-delay: 30.32s;
}
.js-ttl.is-active span:nth-child(759) {
  transition-delay: 30.36s;
}
.js-ttl.is-active span:nth-child(760) {
  transition-delay: 30.4s;
}
.js-ttl.is-active span:nth-child(761) {
  transition-delay: 30.44s;
}
.js-ttl.is-active span:nth-child(762) {
  transition-delay: 30.48s;
}
.js-ttl.is-active span:nth-child(763) {
  transition-delay: 30.52s;
}
.js-ttl.is-active span:nth-child(764) {
  transition-delay: 30.56s;
}
.js-ttl.is-active span:nth-child(765) {
  transition-delay: 30.6s;
}
.js-ttl.is-active span:nth-child(766) {
  transition-delay: 30.64s;
}
.js-ttl.is-active span:nth-child(767) {
  transition-delay: 30.68s;
}
.js-ttl.is-active span:nth-child(768) {
  transition-delay: 30.72s;
}
.js-ttl.is-active span:nth-child(769) {
  transition-delay: 30.76s;
}
.js-ttl.is-active span:nth-child(770) {
  transition-delay: 30.8s;
}
.js-ttl.is-active span:nth-child(771) {
  transition-delay: 30.84s;
}
.js-ttl.is-active span:nth-child(772) {
  transition-delay: 30.88s;
}
.js-ttl.is-active span:nth-child(773) {
  transition-delay: 30.92s;
}
.js-ttl.is-active span:nth-child(774) {
  transition-delay: 30.96s;
}
.js-ttl.is-active span:nth-child(775) {
  transition-delay: 31s;
}
.js-ttl.is-active span:nth-child(776) {
  transition-delay: 31.04s;
}
.js-ttl.is-active span:nth-child(777) {
  transition-delay: 31.08s;
}
.js-ttl.is-active span:nth-child(778) {
  transition-delay: 31.12s;
}
.js-ttl.is-active span:nth-child(779) {
  transition-delay: 31.16s;
}
.js-ttl.is-active span:nth-child(780) {
  transition-delay: 31.2s;
}
.js-ttl.is-active span:nth-child(781) {
  transition-delay: 31.24s;
}
.js-ttl.is-active span:nth-child(782) {
  transition-delay: 31.28s;
}
.js-ttl.is-active span:nth-child(783) {
  transition-delay: 31.32s;
}
.js-ttl.is-active span:nth-child(784) {
  transition-delay: 31.36s;
}
.js-ttl.is-active span:nth-child(785) {
  transition-delay: 31.4s;
}
.js-ttl.is-active span:nth-child(786) {
  transition-delay: 31.44s;
}
.js-ttl.is-active span:nth-child(787) {
  transition-delay: 31.48s;
}
.js-ttl.is-active span:nth-child(788) {
  transition-delay: 31.52s;
}
.js-ttl.is-active span:nth-child(789) {
  transition-delay: 31.56s;
}
.js-ttl.is-active span:nth-child(790) {
  transition-delay: 31.6s;
}
.js-ttl.is-active span:nth-child(791) {
  transition-delay: 31.64s;
}
.js-ttl.is-active span:nth-child(792) {
  transition-delay: 31.68s;
}
.js-ttl.is-active span:nth-child(793) {
  transition-delay: 31.72s;
}
.js-ttl.is-active span:nth-child(794) {
  transition-delay: 31.76s;
}
.js-ttl.is-active span:nth-child(795) {
  transition-delay: 31.8s;
}
.js-ttl.is-active span:nth-child(796) {
  transition-delay: 31.84s;
}
.js-ttl.is-active span:nth-child(797) {
  transition-delay: 31.88s;
}
.js-ttl.is-active span:nth-child(798) {
  transition-delay: 31.92s;
}
.js-ttl.is-active span:nth-child(799) {
  transition-delay: 31.96s;
}
.js-ttl.is-active span:nth-child(800) {
  transition-delay: 32s;
}
.js-ttl.is-active span:nth-child(801) {
  transition-delay: 32.04s;
}
.js-ttl.is-active span:nth-child(802) {
  transition-delay: 32.08s;
}
.js-ttl.is-active span:nth-child(803) {
  transition-delay: 32.12s;
}
.js-ttl.is-active span:nth-child(804) {
  transition-delay: 32.16s;
}
.js-ttl.is-active span:nth-child(805) {
  transition-delay: 32.2s;
}
.js-ttl.is-active span:nth-child(806) {
  transition-delay: 32.24s;
}
.js-ttl.is-active span:nth-child(807) {
  transition-delay: 32.28s;
}
.js-ttl.is-active span:nth-child(808) {
  transition-delay: 32.32s;
}
.js-ttl.is-active span:nth-child(809) {
  transition-delay: 32.36s;
}
.js-ttl.is-active span:nth-child(810) {
  transition-delay: 32.4s;
}
.js-ttl.is-active span:nth-child(811) {
  transition-delay: 32.44s;
}
.js-ttl.is-active span:nth-child(812) {
  transition-delay: 32.48s;
}
.js-ttl.is-active span:nth-child(813) {
  transition-delay: 32.52s;
}
.js-ttl.is-active span:nth-child(814) {
  transition-delay: 32.56s;
}
.js-ttl.is-active span:nth-child(815) {
  transition-delay: 32.6s;
}
.js-ttl.is-active span:nth-child(816) {
  transition-delay: 32.64s;
}
.js-ttl.is-active span:nth-child(817) {
  transition-delay: 32.68s;
}
.js-ttl.is-active span:nth-child(818) {
  transition-delay: 32.72s;
}
.js-ttl.is-active span:nth-child(819) {
  transition-delay: 32.76s;
}
.js-ttl.is-active span:nth-child(820) {
  transition-delay: 32.8s;
}
.js-ttl.is-active span:nth-child(821) {
  transition-delay: 32.84s;
}
.js-ttl.is-active span:nth-child(822) {
  transition-delay: 32.88s;
}
.js-ttl.is-active span:nth-child(823) {
  transition-delay: 32.92s;
}
.js-ttl.is-active span:nth-child(824) {
  transition-delay: 32.96s;
}
.js-ttl.is-active span:nth-child(825) {
  transition-delay: 33s;
}
.js-ttl.is-active span:nth-child(826) {
  transition-delay: 33.04s;
}
.js-ttl.is-active span:nth-child(827) {
  transition-delay: 33.08s;
}
.js-ttl.is-active span:nth-child(828) {
  transition-delay: 33.12s;
}
.js-ttl.is-active span:nth-child(829) {
  transition-delay: 33.16s;
}
.js-ttl.is-active span:nth-child(830) {
  transition-delay: 33.2s;
}
.js-ttl.is-active span:nth-child(831) {
  transition-delay: 33.24s;
}
.js-ttl.is-active span:nth-child(832) {
  transition-delay: 33.28s;
}
.js-ttl.is-active span:nth-child(833) {
  transition-delay: 33.32s;
}
.js-ttl.is-active span:nth-child(834) {
  transition-delay: 33.36s;
}
.js-ttl.is-active span:nth-child(835) {
  transition-delay: 33.4s;
}
.js-ttl.is-active span:nth-child(836) {
  transition-delay: 33.44s;
}
.js-ttl.is-active span:nth-child(837) {
  transition-delay: 33.48s;
}
.js-ttl.is-active span:nth-child(838) {
  transition-delay: 33.52s;
}
.js-ttl.is-active span:nth-child(839) {
  transition-delay: 33.56s;
}
.js-ttl.is-active span:nth-child(840) {
  transition-delay: 33.6s;
}
.js-ttl.is-active span:nth-child(841) {
  transition-delay: 33.64s;
}
.js-ttl.is-active span:nth-child(842) {
  transition-delay: 33.68s;
}
.js-ttl.is-active span:nth-child(843) {
  transition-delay: 33.72s;
}
.js-ttl.is-active span:nth-child(844) {
  transition-delay: 33.76s;
}
.js-ttl.is-active span:nth-child(845) {
  transition-delay: 33.8s;
}
.js-ttl.is-active span:nth-child(846) {
  transition-delay: 33.84s;
}
.js-ttl.is-active span:nth-child(847) {
  transition-delay: 33.88s;
}
.js-ttl.is-active span:nth-child(848) {
  transition-delay: 33.92s;
}
.js-ttl.is-active span:nth-child(849) {
  transition-delay: 33.96s;
}
.js-ttl.is-active span:nth-child(850) {
  transition-delay: 34s;
}
.js-ttl.is-active span:nth-child(851) {
  transition-delay: 34.04s;
}
.js-ttl.is-active span:nth-child(852) {
  transition-delay: 34.08s;
}
.js-ttl.is-active span:nth-child(853) {
  transition-delay: 34.12s;
}
.js-ttl.is-active span:nth-child(854) {
  transition-delay: 34.16s;
}
.js-ttl.is-active span:nth-child(855) {
  transition-delay: 34.2s;
}
.js-ttl.is-active span:nth-child(856) {
  transition-delay: 34.24s;
}
.js-ttl.is-active span:nth-child(857) {
  transition-delay: 34.28s;
}
.js-ttl.is-active span:nth-child(858) {
  transition-delay: 34.32s;
}
.js-ttl.is-active span:nth-child(859) {
  transition-delay: 34.36s;
}
.js-ttl.is-active span:nth-child(860) {
  transition-delay: 34.4s;
}
.js-ttl.is-active span:nth-child(861) {
  transition-delay: 34.44s;
}
.js-ttl.is-active span:nth-child(862) {
  transition-delay: 34.48s;
}
.js-ttl.is-active span:nth-child(863) {
  transition-delay: 34.52s;
}
.js-ttl.is-active span:nth-child(864) {
  transition-delay: 34.56s;
}
.js-ttl.is-active span:nth-child(865) {
  transition-delay: 34.6s;
}
.js-ttl.is-active span:nth-child(866) {
  transition-delay: 34.64s;
}
.js-ttl.is-active span:nth-child(867) {
  transition-delay: 34.68s;
}
.js-ttl.is-active span:nth-child(868) {
  transition-delay: 34.72s;
}
.js-ttl.is-active span:nth-child(869) {
  transition-delay: 34.76s;
}
.js-ttl.is-active span:nth-child(870) {
  transition-delay: 34.8s;
}
.js-ttl.is-active span:nth-child(871) {
  transition-delay: 34.84s;
}
.js-ttl.is-active span:nth-child(872) {
  transition-delay: 34.88s;
}
.js-ttl.is-active span:nth-child(873) {
  transition-delay: 34.92s;
}
.js-ttl.is-active span:nth-child(874) {
  transition-delay: 34.96s;
}
.js-ttl.is-active span:nth-child(875) {
  transition-delay: 35s;
}
.js-ttl.is-active span:nth-child(876) {
  transition-delay: 35.04s;
}
.js-ttl.is-active span:nth-child(877) {
  transition-delay: 35.08s;
}
.js-ttl.is-active span:nth-child(878) {
  transition-delay: 35.12s;
}
.js-ttl.is-active span:nth-child(879) {
  transition-delay: 35.16s;
}
.js-ttl.is-active span:nth-child(880) {
  transition-delay: 35.2s;
}
.js-ttl.is-active span:nth-child(881) {
  transition-delay: 35.24s;
}
.js-ttl.is-active span:nth-child(882) {
  transition-delay: 35.28s;
}
.js-ttl.is-active span:nth-child(883) {
  transition-delay: 35.32s;
}
.js-ttl.is-active span:nth-child(884) {
  transition-delay: 35.36s;
}
.js-ttl.is-active span:nth-child(885) {
  transition-delay: 35.4s;
}
.js-ttl.is-active span:nth-child(886) {
  transition-delay: 35.44s;
}
.js-ttl.is-active span:nth-child(887) {
  transition-delay: 35.48s;
}
.js-ttl.is-active span:nth-child(888) {
  transition-delay: 35.52s;
}
.js-ttl.is-active span:nth-child(889) {
  transition-delay: 35.56s;
}
.js-ttl.is-active span:nth-child(890) {
  transition-delay: 35.6s;
}
.js-ttl.is-active span:nth-child(891) {
  transition-delay: 35.64s;
}
.js-ttl.is-active span:nth-child(892) {
  transition-delay: 35.68s;
}
.js-ttl.is-active span:nth-child(893) {
  transition-delay: 35.72s;
}
.js-ttl.is-active span:nth-child(894) {
  transition-delay: 35.76s;
}
.js-ttl.is-active span:nth-child(895) {
  transition-delay: 35.8s;
}
.js-ttl.is-active span:nth-child(896) {
  transition-delay: 35.84s;
}
.js-ttl.is-active span:nth-child(897) {
  transition-delay: 35.88s;
}
.js-ttl.is-active span:nth-child(898) {
  transition-delay: 35.92s;
}
.js-ttl.is-active span:nth-child(899) {
  transition-delay: 35.96s;
}
.js-ttl.is-active span:nth-child(900) {
  transition-delay: 36s;
}
.js-ttl.is-active span:nth-child(901) {
  transition-delay: 36.04s;
}
.js-ttl.is-active span:nth-child(902) {
  transition-delay: 36.08s;
}
.js-ttl.is-active span:nth-child(903) {
  transition-delay: 36.12s;
}
.js-ttl.is-active span:nth-child(904) {
  transition-delay: 36.16s;
}
.js-ttl.is-active span:nth-child(905) {
  transition-delay: 36.2s;
}
.js-ttl.is-active span:nth-child(906) {
  transition-delay: 36.24s;
}
.js-ttl.is-active span:nth-child(907) {
  transition-delay: 36.28s;
}
.js-ttl.is-active span:nth-child(908) {
  transition-delay: 36.32s;
}
.js-ttl.is-active span:nth-child(909) {
  transition-delay: 36.36s;
}
.js-ttl.is-active span:nth-child(910) {
  transition-delay: 36.4s;
}
.js-ttl.is-active span:nth-child(911) {
  transition-delay: 36.44s;
}
.js-ttl.is-active span:nth-child(912) {
  transition-delay: 36.48s;
}
.js-ttl.is-active span:nth-child(913) {
  transition-delay: 36.52s;
}
.js-ttl.is-active span:nth-child(914) {
  transition-delay: 36.56s;
}
.js-ttl.is-active span:nth-child(915) {
  transition-delay: 36.6s;
}
.js-ttl.is-active span:nth-child(916) {
  transition-delay: 36.64s;
}
.js-ttl.is-active span:nth-child(917) {
  transition-delay: 36.68s;
}
.js-ttl.is-active span:nth-child(918) {
  transition-delay: 36.72s;
}
.js-ttl.is-active span:nth-child(919) {
  transition-delay: 36.76s;
}
.js-ttl.is-active span:nth-child(920) {
  transition-delay: 36.8s;
}
.js-ttl.is-active span:nth-child(921) {
  transition-delay: 36.84s;
}
.js-ttl.is-active span:nth-child(922) {
  transition-delay: 36.88s;
}
.js-ttl.is-active span:nth-child(923) {
  transition-delay: 36.92s;
}
.js-ttl.is-active span:nth-child(924) {
  transition-delay: 36.96s;
}
.js-ttl.is-active span:nth-child(925) {
  transition-delay: 37s;
}
.js-ttl.is-active span:nth-child(926) {
  transition-delay: 37.04s;
}
.js-ttl.is-active span:nth-child(927) {
  transition-delay: 37.08s;
}
.js-ttl.is-active span:nth-child(928) {
  transition-delay: 37.12s;
}
.js-ttl.is-active span:nth-child(929) {
  transition-delay: 37.16s;
}
.js-ttl.is-active span:nth-child(930) {
  transition-delay: 37.2s;
}
.js-ttl.is-active span:nth-child(931) {
  transition-delay: 37.24s;
}
.js-ttl.is-active span:nth-child(932) {
  transition-delay: 37.28s;
}
.js-ttl.is-active span:nth-child(933) {
  transition-delay: 37.32s;
}
.js-ttl.is-active span:nth-child(934) {
  transition-delay: 37.36s;
}
.js-ttl.is-active span:nth-child(935) {
  transition-delay: 37.4s;
}
.js-ttl.is-active span:nth-child(936) {
  transition-delay: 37.44s;
}
.js-ttl.is-active span:nth-child(937) {
  transition-delay: 37.48s;
}
.js-ttl.is-active span:nth-child(938) {
  transition-delay: 37.52s;
}
.js-ttl.is-active span:nth-child(939) {
  transition-delay: 37.56s;
}
.js-ttl.is-active span:nth-child(940) {
  transition-delay: 37.6s;
}
.js-ttl.is-active span:nth-child(941) {
  transition-delay: 37.64s;
}
.js-ttl.is-active span:nth-child(942) {
  transition-delay: 37.68s;
}
.js-ttl.is-active span:nth-child(943) {
  transition-delay: 37.72s;
}
.js-ttl.is-active span:nth-child(944) {
  transition-delay: 37.76s;
}
.js-ttl.is-active span:nth-child(945) {
  transition-delay: 37.8s;
}
.js-ttl.is-active span:nth-child(946) {
  transition-delay: 37.84s;
}
.js-ttl.is-active span:nth-child(947) {
  transition-delay: 37.88s;
}
.js-ttl.is-active span:nth-child(948) {
  transition-delay: 37.92s;
}
.js-ttl.is-active span:nth-child(949) {
  transition-delay: 37.96s;
}
.js-ttl.is-active span:nth-child(950) {
  transition-delay: 38s;
}
.js-ttl.is-active span:nth-child(951) {
  transition-delay: 38.04s;
}
.js-ttl.is-active span:nth-child(952) {
  transition-delay: 38.08s;
}
.js-ttl.is-active span:nth-child(953) {
  transition-delay: 38.12s;
}
.js-ttl.is-active span:nth-child(954) {
  transition-delay: 38.16s;
}
.js-ttl.is-active span:nth-child(955) {
  transition-delay: 38.2s;
}
.js-ttl.is-active span:nth-child(956) {
  transition-delay: 38.24s;
}
.js-ttl.is-active span:nth-child(957) {
  transition-delay: 38.28s;
}
.js-ttl.is-active span:nth-child(958) {
  transition-delay: 38.32s;
}
.js-ttl.is-active span:nth-child(959) {
  transition-delay: 38.36s;
}
.js-ttl.is-active span:nth-child(960) {
  transition-delay: 38.4s;
}
.js-ttl.is-active span:nth-child(961) {
  transition-delay: 38.44s;
}
.js-ttl.is-active span:nth-child(962) {
  transition-delay: 38.48s;
}
.js-ttl.is-active span:nth-child(963) {
  transition-delay: 38.52s;
}
.js-ttl.is-active span:nth-child(964) {
  transition-delay: 38.56s;
}
.js-ttl.is-active span:nth-child(965) {
  transition-delay: 38.6s;
}
.js-ttl.is-active span:nth-child(966) {
  transition-delay: 38.64s;
}
.js-ttl.is-active span:nth-child(967) {
  transition-delay: 38.68s;
}
.js-ttl.is-active span:nth-child(968) {
  transition-delay: 38.72s;
}
.js-ttl.is-active span:nth-child(969) {
  transition-delay: 38.76s;
}
.js-ttl.is-active span:nth-child(970) {
  transition-delay: 38.8s;
}
.js-ttl.is-active span:nth-child(971) {
  transition-delay: 38.84s;
}
.js-ttl.is-active span:nth-child(972) {
  transition-delay: 38.88s;
}
.js-ttl.is-active span:nth-child(973) {
  transition-delay: 38.92s;
}
.js-ttl.is-active span:nth-child(974) {
  transition-delay: 38.96s;
}
.js-ttl.is-active span:nth-child(975) {
  transition-delay: 39s;
}
.js-ttl.is-active span:nth-child(976) {
  transition-delay: 39.04s;
}
.js-ttl.is-active span:nth-child(977) {
  transition-delay: 39.08s;
}
.js-ttl.is-active span:nth-child(978) {
  transition-delay: 39.12s;
}
.js-ttl.is-active span:nth-child(979) {
  transition-delay: 39.16s;
}
.js-ttl.is-active span:nth-child(980) {
  transition-delay: 39.2s;
}
.js-ttl.is-active span:nth-child(981) {
  transition-delay: 39.24s;
}
.js-ttl.is-active span:nth-child(982) {
  transition-delay: 39.28s;
}
.js-ttl.is-active span:nth-child(983) {
  transition-delay: 39.32s;
}
.js-ttl.is-active span:nth-child(984) {
  transition-delay: 39.36s;
}
.js-ttl.is-active span:nth-child(985) {
  transition-delay: 39.4s;
}
.js-ttl.is-active span:nth-child(986) {
  transition-delay: 39.44s;
}
.js-ttl.is-active span:nth-child(987) {
  transition-delay: 39.48s;
}
.js-ttl.is-active span:nth-child(988) {
  transition-delay: 39.52s;
}
.js-ttl.is-active span:nth-child(989) {
  transition-delay: 39.56s;
}
.js-ttl.is-active span:nth-child(990) {
  transition-delay: 39.6s;
}
.js-ttl.is-active span:nth-child(991) {
  transition-delay: 39.64s;
}
.js-ttl.is-active span:nth-child(992) {
  transition-delay: 39.68s;
}
.js-ttl.is-active span:nth-child(993) {
  transition-delay: 39.72s;
}
.js-ttl.is-active span:nth-child(994) {
  transition-delay: 39.76s;
}
.js-ttl.is-active span:nth-child(995) {
  transition-delay: 39.8s;
}
.js-ttl.is-active span:nth-child(996) {
  transition-delay: 39.84s;
}
.js-ttl.is-active span:nth-child(997) {
  transition-delay: 39.88s;
}
.js-ttl.is-active span:nth-child(998) {
  transition-delay: 39.92s;
}
.js-ttl.is-active span:nth-child(999) {
  transition-delay: 39.96s;
}

.js-clip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.4s ease;
}
.js-clip.is-active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

/* ---------------------------------------------
  layout
  --------------------------------------------- */
.l-container {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  background-attachment: fixed;
}

.l-container__bg {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/recruit_fv-bg.jpg") no-repeat center/cover;
}
.l-container__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(227, 227, 227);
  background: linear-gradient(0deg, rgb(227, 227, 227) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.l-container__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.5019607843) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 11px 11px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.l-container__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.l-main__contents {
  max-width: 490px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.l-side__left {
  width: calc((100% - 490px) / 2);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.l-side__left .logo {
  width: 40%;
  max-width: 230px;
}

.l-side__right {
  width: calc((100% - 490px) / 2);
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.l-side__right .c-contact-box {
  color: #fff;
  padding: 0 8px;
  max-width: 400px;
  margin: 0 auto;
}
.l-side__right .c-contact-box .c-btn {
  max-width: 240px;
  font-size: 1rem;
  padding: 12px;
}
.l-side__right .c-contact-box .list {
  margin-top: 30px;
}
.l-side__right .c-contact-box .list li {
  padding: 6px 8px;
}
.l-side__right .c-contact-box .text-block {
  margin-top: 10px;
}

.l-wrap {
  width: 100%;
  padding: 0 1.875rem;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .l-side__right .c-contact-box .ttl .lg {
    font-size: 1.5rem;
  }
  .l-side__right .c-contact-box .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 24px;
    gap: 10px 12px;
  }
  .l-side__right .c-contact-box .text-block {
    padding: 0;
  }
  .l-side__right .c-contact-box .text-block .desc {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .l-side__left .logo {
    display: none;
  }
  .l-side__right .c-contact-box {
    display: none;
  }
}
@media screen and (max-width: 490px) {
  .l-side__left {
    display: none;
  }
  .l-side__right {
    display: none;
  }
}
/* ---------------------------------------------
  mv
  --------------------------------------------- */
.p-mv {
  position: relative;
  padding-top: 20rem;
  padding: 20rem 0 5rem;
  min-height: 100vh;
}
.p-mv .text-border {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  font-weight: 700;
  color: #fff;
}
.p-mv .l-wrap {
  padding: 0 1rem;
}

.p-mv__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
}
.p-mv__top .text-bg {
  font-size: 1rem;
  font-weight: 700;
  width: 6.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}
.p-mv__top .text-bg::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 2.1875rem;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background-color: var(--main-color);
  position: absolute;
}
.p-mv__top .text-bg span {
  position: relative;
}
.p-mv__top .text-border {
  color: #fff;
  font-size: 1.5rem;
  padding: 4px 0 4px 20px;
}

.p-mv__logo {
  text-align: center;
  margin-bottom: 24px;
}

.p-mv__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 0 16px;
  margin-bottom: 20px;
}
.p-mv__list .item {
  background-color: #fff;
  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;
  padding: 14px 0 8px;
}
.p-mv__list .text {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
.p-mv__list .text.sm {
  font-size: 0.8125rem;
  line-height: 1.1;
}
.p-mv__list .num {
  color: var(--main-color);
  font-weight: 700;
  font-size: 2.25rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
}
.p-mv__list .num .unit {
  font-size: 1rem;
}

.p-mv__sub {
  padding: 0 1rem;
}
.p-mv__sub .text-border {
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  padding: 8px 0;
}
.p-mv__sub .text-logo {
  text-align: center;
  margin-top: 5px;
}

.p-mv__block {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 16px;
  padding: 26px 1.875rem;
}
.p-mv__block .ttl {
  font-size: 1.25rem;
}
.p-mv__block .text-block {
  margin-top: 16px;
}
.p-mv__block .text-block .desc {
  font-size: 1.25rem;
}

@media screen and (max-width: 490px) {
  .p-mv {
    padding-top: 12.5rem;
  }
  .p-mv .text-border {
    border-width: 3px;
  }
  .p-mv__sub {
    padding: 0;
  }
  .p-mv__block {
    padding: 26px 1.25rem;
  }
  .p-mv__block .list li {
    padding: 6px 4px;
  }
}
@media screen and (max-width: 375px) {
  .p-mv__block .list li {
    font-size: 0.8125rem;
  }
}
/* ---------------------------------------------
    p-intro
  --------------------------------------------- */
.p-intro {
  padding: 80px 0 100px;
  background: url("../img/intro_bg.jpg") no-repeat center/cover;
}
.p-intro .c-ttl {
  color: #fff;
  margin-bottom: 70px;
}
.p-intro .c-ttl .en {
  color: #fff;
}
.p-intro .l-wrap {
  padding: 0 0 0 1.5rem;
}
.p-intro .text-bottom {
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.p-intro__text {
  margin-bottom: 90px;
}
.p-intro__text p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.p-intro__text p:not(:last-child) {
  margin-bottom: 28px;
}
.p-intro__text p span {
  display: inline-block;
  background-color: #fff;
  padding: 2px 6px;
  line-height: 1.3;
}

/* ---------------------------------------------
    p-intro-2
  --------------------------------------------- */
.p-intro-2 {
  padding: 80px 0;
  background-color: #E7ECEC;
}
.p-intro-2 .block-top {
  margin-bottom: 30px;
}
.p-intro-2 .block-top .text {
  font-weight: 700;
  text-align: center;
  font-size: 2.25rem;
}
.p-intro-2 .block-top .text-logo {
  border-top: 4px solid #1E1E1E;
  border-bottom: 4px solid #1E1E1E;
  padding: 14px 0 10px;
}
.p-intro-2 .text-bg {
  background-color: var(--main-color);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 4px;
  margin-bottom: 30px;
}
.p-intro-2 .intro-ttl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}
.p-intro-2 .intro-ttl span {
  font-size: 2.25rem;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1.5px solid #1E1E1E;
}
.p-intro-2 .intro-img {
  margin-bottom: 30px;
}
.p-intro-2 .desc {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.66;
  padding: 0 10px;
  margin-bottom: 30px;
}
.p-intro-2 .intro-list {
  border: 2px solid var(--main-color);
  font-size: 1.125rem;
  font-weight: 600;
  padding: 8px;
}

/* ---------------------------------------------
    reason
  --------------------------------------------- */
.p-reason {
  padding: 80px 0;
  position: relative;
  background-color: #fff;
}

.p-reason__list .item:not(:last-child) {
  margin-bottom: 60px;
}
.p-reason__list .num {
  color: var(--main-color);
  font-weight: 600;
  font-size: 4.5rem;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  border-bottom: 3px solid var(--main-color);
  line-height: 1.2;
  margin-bottom: 24px;
}
.p-reason__list .ttl {
  font-weight: 700;
  font-size: 1.5625rem;
  margin-bottom: 24px;
}
.p-reason__list .reason-img {
  width: calc(100% + 1.875rem);
  margin-bottom: 24px;
}
.p-reason__list .desc {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.66;
  padding-right: 16px;
  letter-spacing: 0.01em;
}
.p-reason__list .desc:not(:last-of-type) {
  margin-bottom: 24px;
}

/* ---------------------------------------------
    achievement
  --------------------------------------------- */
.p-achievement {
  padding: 50px 1.5rem;
  position: relative;
  background-color: #28B4A7;
}
.p-achievement .l-wrap {
  background-color: #fff;
  padding: 48px 1.5rem;
  border-radius: 16px;
}
.p-achievement .lead {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 42px;
  line-height: 1.6;
}
.p-achievement .lead.bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.p-achievement__block {
  background-color: #F8F8F8;
  padding: 12px 20px;
}
.p-achievement__block:not(:last-of-type) {
  margin-bottom: 32px;
}
.p-achievement__block .age {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #8a8a8a;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.p-achievement__block .age::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_person.svg") no-repeat center/100%;
}
.p-achievement__block .ba-block {
  display: -ms-flexbox;
  display: flex;
}
.p-achievement__block .ba-block .text-1 {
  font-size: 0.75rem;
  font-weight: 700;
}
.p-achievement__block .ba-block .text-1 .num {
  font-size: 1.25rem;
}
.p-achievement__block .ba-block .text-2 {
  font-size: 0.975rem;
  font-weight: 700;
}
.p-achievement__block .ba-block .before,
.p-achievement__block .ba-block .after {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 24px 0;
}
.p-achievement__block .ba-block .before {
  width: 40%;
  background-color: #D9D9D9;
  -webkit-clip-path: polygon(0% 0%, 78% 0%, 100% 50%, 78% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 78% 0%, 100% 50%, 78% 100%, 0% 100%);
  padding-right: 20px;
}
.p-achievement__block .ba-block .after {
  width: 65%;
  background-color: var(--main-color);
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 14% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 14% 50%, 0% 0%);
  -ms-transform: translateX(-10px);
      transform: translateX(-10px);
  text-align: center;
  padding-left: 20px;
  color: #fff;
}
.p-achievement__block .note {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 0.625rem;
  margin-top: 5px;
}

/* ---------------------------------------------
  media
  --------------------------------------------- */
.p-media {
  padding: 80px 0;
  position: relative;
  background-color: #fff;
}
.p-media .lead {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 42px;
  padding-right: 2.5rem;
  line-height: 1.6;
}

.p-media__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
}
.p-media__list .item {
  position: relative;
}
.p-media__list iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------
  flow
  --------------------------------------------- */
.p-flow {
  padding: 80px 0;
  background-color: #E5EAEA;
}

.p-flow__list .item {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
.p-flow__list .item:not(:last-child) {
  margin-bottom: 48px;
}
.p-flow__list .item:not(:last-child)::before {
  content: "";
  display: block;
  width: 42px;
  height: 24px;
  background-color: var(--main-color);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -34px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-flow__list .item-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1.5px solid var(--main-color);
  padding: 10px 24px 4px;
  gap: 20px;
}
.p-flow__list .num {
  color: var(--main-color);
  font-weight: 600;
  font-size: 2.625rem;
  font-family: "Oswald", sans-serif;
}
.p-flow__list .ttl {
  font-size: 1.3125rem;
  font-weight: 600;
}
.p-flow__list .desc {
  padding: 20px 18px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
}
.p-flow__list .accent {
  background-color: var(--main-color);
  color: #fff;
}
.p-flow__list .accent .num {
  color: #fff;
}
.p-flow__list .accent .item-head {
  border-bottom: 1.5px solid #fff;
}

/* ---------------------------------------------
  contact
  --------------------------------------------- */
.p-contact {
  padding: 80px 0;
  position: relative;
  background-color: #fff;
}

.p-contact__head {
  text-align: center;
  margin-bottom: 32px;
}
.p-contact__head .c-border {
  border: 1px solid #1E1E1E;
  font-weight: 900;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 20px;
}
.p-contact__head .c-ttl {
  font-size: 2.1875rem;
  font-weight: 900;
  margin-bottom: 0;
}

.p-contact__form {
  width: 100%;
  margin: 0 auto;
}
.p-contact__form dl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  margin: 0 auto;
}
.p-contact__form dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-contact__form dl dt {
  font-size: 1.125rem;
  -ms-flex: 1;
      flex: 1;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-contact__form dl dd {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.p-contact__form dl dd input[type=text],
.p-contact__form dl dd input[type=tel],
.p-contact__form dl dd input[type=email],
.p-contact__form dl dd select {
  width: 100%;
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}
.p-contact__form dl dd textarea {
  width: 100%;
  padding: 14px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}
.p-contact__form dl dd ::-moz-placeholder {
  color: #C1C1C1;
}
.p-contact__form dl dd :-ms-input-placeholder {
  color: #C1C1C1;
}
.p-contact__form dl dd ::placeholder {
  color: #C1C1C1;
}
.p-contact__form dl dd input:focus,
.p-contact__form dl dd textarea:focus,
.p-contact__form dl dd select:focus {
  outline: none;
}
.p-contact__form dl dd textarea {
  height: 130px;
  resize: vertical;
}
.p-contact__form dl dd.form-select {
  position: relative;
}
.p-contact__form dl dd.form-select::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-color: #1B2234;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  pointer-events: none;
}
.p-contact__form dl .form-require,
.p-contact__form dl .form-any {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 4px;
  margin-right: 10px;
  font-weight: 700;
}
.p-contact__form dl .form-require {
  background-color: #962828;
  color: #fff;
}
.p-contact__form dl .form-any {
  border: 1px solid #1B2234;
}

.c-contact__btn {
  margin: 20px auto 0;
  max-width: 320px;
  position: relative;
}
.c-contact__btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 38px;
  -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
}
.c-contact__btn input,
.c-contact__btn button {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 20px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  gap: 10px;
  transition: 0.3s ease;
  background-color: var(--main-color);
  border-radius: 10px;
}
@media (hover: hover) {
  .c-contact__btn input:hover {
    opacity: 0.8;
  }
}

/* ---------------------------------------------
    reservce
  --------------------------------------------- */
.l-footer {
  padding-bottom: 40px;
  background-color: #fff;
}

.l-footer__reserve {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  background-color: var(--main-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 30px 0;
  transition: 0.3s ease;
}
.l-footer__reserve::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("../img/btn_arrow_w.svg");
          mask-image: url("../img/btn_arrow_w.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-footer__reserve:hover {
    background-color: #20B1A6;
  }
  .l-footer__reserve:hover::after {
    opacity: 0.6;
    -ms-transform: translate(-4px, 8px);
        transform: translate(-4px, 8px);
  }
}

.l-footer__logo {
  margin-top: 80px;
}

.l-footer__links {
  margin: 80px 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.l-footer__links a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-size: 1.0625rem;
  font-weight: 700;
}
.l-footer__links a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-mask-image: url("../img/btn_arrow_w.svg");
          mask-image: url("../img/btn_arrow_w.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #283C50;
}

.l-footer__copyright {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 100px;
  }
}
/* ------- fixed ------- */
.l-fixed-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-fixed-cta {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999;
  }
  .l-fixed-cta .cta-btn {
    margin: 0;
    width: 82px;
    font-size: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .l-fixed-cta .cta-btn::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 1.7875rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--main-color);
    position: absolute;
  }
  .l-fixed-cta .cta-btn span {
    position: relative;
    color: #fff;
    font-weight: bold;
  }
}

.formrun-system-show {
  font-size: .8rem;
  position: absolute;
  color: #962828;
}

.mw-cform_privacy {
  margin: 16px 0;
  font-size: .9rem;
  line-height: 1.4;
  text-align: center;
}
.mw-cform_privacy__text {
  margin-bottom: 16px;
  display: block;
}
/* .mw_wp_form .error {
  display: none !important;
} */