@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

@media screen and (max-width: 1440px) and (min-width: 993px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  html {
    font-size: 16px;
    font-size: max(13px, 1.6161616162vw);
  }
}
@media (max-width: 390px) {
  html {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
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: #333333;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  background-color: #F8F8F8;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

p {
  font-size: max(1.125rem, 14px);
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.8125rem;
  }
}

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

strong {
  font-weight: 700;
}

.en {
  font-family: "Quicksand", sans-serif;
}

.u-tb {
  display: none;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .u-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  a {
    font-size: 0.875rem;
  }
  p {
    font-size: 0.875rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.l-wrap {
  width: calc(100% - 6.25rem);
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .l-wrap {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .l-wrap {
    width: calc(100% - 30px);
  }
}

.u-color.red {
  color: #D81618;
}
.u-color.blue {
  color: #122E8E;
}

/* -----------------------------------
  component
  -----------------------------------*/
/* ----- title ----- */
.c-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    gap: 20px;
  }
}
.c-ttl__en {
  font-family: "Archivo", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  color: #212D57;
  font-weight: 900;
}
.c-ttl__en::before {
  content: "";
  display: block;
  background: linear-gradient(0, #D81618 0%, #D81618 50%, #212D57 50%, #212D57 100%);
  width: 8px;
  height: 25px;
}
.c-ttl__ja {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.466;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-ttl__ja {
    font-size: 1.75rem;
    line-height: 1.43;
  }
  .c-ttl__ja .no-sp {
    display: none;
  }
}
.c-ttl__ja--line {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.466;
  letter-spacing: 0.1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-ttl__ja--line {
    font-size: 1.75rem;
  }
}
.c-ttl__ja--line::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background-color: #FF0000;
}
@media screen and (max-width: 768px) {
  .c-ttl__ja--line::before {
    width: 24px;
    min-width: 40px;
    height: 3px;
  }
}
.c-ttl.center {
  -ms-flex-align: center;
      align-items: center;
}

.c-sub-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-sub-ttl {
    font-size: 1.125rem;
    padding-left: 16px;
  }
}
.c-sub-ttl::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #D81618;
  min-height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-sub-ttl::before {
    min-height: 40px;
    width: 3px;
  }
}

/* ----- btn ----- */
main .c-btn,
.c-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.75rem;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  background-color: #212D57;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 18px 36px 18px 24px;
  min-width: 276px;
  height: 60px;
  position: relative;
  border: 2px solid #212D57;
}
@media screen and (max-width: 767px) {
  main .c-btn,
  .c-btn {
    margin: 80px auto 0;
  }
}
main .c-btn::after,
.c-btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  transition: 0.3s ease;
  position: absolute;
  top: 52%;
  right: 14px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media (hover: hover) {
  main .c-btn:hover,
  .c-btn:hover {
    background-color: #D81618;
    border-color: #D81618;
  }
}

.c-lead {
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 0.8125rem;
  }
}

.c-text {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 0.9375rem;
  }
}

.c-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  text-decoration: none;
}
.c-list li {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  border-bottom: none;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-list li {
    font-size: 0.9375rem;
  }
}
.c-list li::before {
  content: "・";
}

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

.js-fadeUp {
  opacity: 0;
  -ms-transform: translateY(8%);
      transform: translateY(8%);
  transition: 1s ease;
}
.js-fadeUp.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

/* -----------------------------------
  header
  ----------------------------------- */
.l-header {
  width: 100%;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 99999;
  padding: 0 35px;
}
@media screen and (max-width: 1240px) {
  .l-header {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 1240px) and (max-width: 992px) {
  .l-header {
    padding: 0;
    top: 0;
    height: 90px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 992px) and (max-width: 768px) {
  .l-header {
    height: 80px;
  }
}
.l-header__wrap {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.5s;
  height: 100%;
  padding: 12px 35px 12px 25px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .l-header__wrap {
    padding: 8px 10px 8px 15px;
  }
}
.l-header__logo {
  position: relative;
  width: 24%;
  max-width: 264px;
  z-index: 9999;
}
@media screen and (max-width: 992px) {
  .l-header__logo {
    margin-top: 0;
    width: 30%;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .l-header__logo {
    width: 64%;
  }
}
.l-header__logo a {
  display: inline-block;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
@media (hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 992px) {
  .l-header__logo a > img {
    width: 86%;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .l-header__logo a > img {
    width: 65%;
  }
}
.l-header__logo .text {
  font-size: 0.6875rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 992px) {
  .l-header__logo .text {
    font-size: 0.5rem;
    -ms-transform: translateX(-1%);
        transform: translateX(-1%);
  }
  .l-header__logo .text img {
    width: 82px;
  }
}
@media screen and (max-width: 992px) {
  .l-header__container {
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #212D57;
    overflow-x: hidden;
    position: fixed;
    top: 89px;
    left: 0;
    padding: 64px 25px 12.5rem;
    display: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .l-header__container {
    top: 79px;
  }
}
.l-header__container__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  gap: 15px;
}
@media screen and (max-width: 992px) {
  .l-header__container__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    border-radius: 8px;
    gap: 52px;
    position: relative;
  }
}
.l-header__nav {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .l-header__nav {
    width: 100%;
  }
}
.l-header__list {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 2.5rem;
  position: relative;
  z-index: 9;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .l-header__list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1080px) and (max-width: 992px) {
  .l-header__list {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 20px;
  }
}
.l-header__list li {
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-header__list li {
    width: 100%;
  }
}
.l-header__list li a {
  font-weight: 700;
  font-size: max(14px, 1rem);
  letter-spacing: 0.1em;
  display: block;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .l-header__list li a {
    font-size: 1rem;
    color: #fff;
    text-align: left;
    line-height: 1.48;
  }
}
@media (hover: hover) {
  .l-header__list li a:hover {
    color: #D81618;
  }
}
.l-header__contact {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 0.75rem;
}
@media screen and (max-width: 992px) {
  .l-header__contact {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    padding: 24px 20px;
    gap: 0;
  }
}
.l-header__contact .contact-btn {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .l-header__contact .contact-btn {
    -ms-flex-pack: center;
        justify-content: center;
    pointer-events: none;
    margin-bottom: 20px;
  }
}
.l-header__contact .contact-btn::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #212D57 url("../img/common/icon_arrow.svg") no-repeat center/8px 8px;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .l-header__contact .contact-btn::after {
    display: none;
  }
}
.l-header__contact .hours {
  background-color: #212D57;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.14;
  color: #fff;
  padding: 6px 22px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .l-header__contact .hours {
    font-weight: 400;
    line-height: 1.66;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 12px;
    margin-bottom: 34px;
  }
}
.l-header__contact .hours .sp-text {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__contact .hours .sp-text {
    display: inline-block;
  }
}
.l-header__tels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 992px) {
  .l-header__tels {
    gap: 8px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.l-header__tels li {
  padding-left: 1rem;
}
@media screen and (max-width: 992px) {
  .l-header__tels li {
    padding-left: 0;
  }
}
.l-header__tels li:not(:last-child) {
  border-right: 1px solid #212D57;
  padding-right: 1rem;
}
@media screen and (max-width: 992px) {
  .l-header__tels li:not(:last-child) {
    border: none;
    padding: 0;
  }
  .l-header__tels li:not(:last-child)::after {
    content: "";
    display: block;
    width: 86px;
    height: 1px;
    background-color: #212D57;
    margin: 1.5rem auto;
  }
}
.l-header__tels li:first-child {
  padding-left: 0;
}
.l-header__tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 2px;
}
@media screen and (max-width: 992px) {
  .l-header__tel {
    gap: 5px;
    min-width: 15.25rem;
  }
}
.l-header__tel .text {
  font-size: 0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .l-header__tel .text {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.l-header__tel .num {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: #212D57;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0;
  gap: 3px;
}
@media screen and (max-width: 992px) {
  .l-header__tel .num {
    font-size: 1.8125rem;
    gap: 8px;
  }
}
.l-header__tel .num::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("../img/common/icon_tel.svg");
          mask-image: url("../img/common/icon_tel.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #212D57;
}
@media screen and (max-width: 992px) {
  .l-header__tel .num::before {
    width: 22px;
    height: 22px;
    background-color: #D81618;
  }
}
@media (hover: hover) {
  .l-header__tel:hover::before {
    background-color: #fff;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    right: 8px;
    width: 60px;
    height: 60px;
    z-index: 999999;
    display: block;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    background-color: #172761;
    width: 24px;
    left: 18px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 20px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 28px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 36px;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(8px) rotate(-30deg);
        transform: translateY(8px) rotate(-30deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-8px) rotate(30deg);
        transform: translateY(-8px) rotate(30deg);
  }
  .c-hamburger.is-active span:nth-of-type(4)::after {
    content: "CLOSE";
  }
}

/* ----- side -----*/
.c-side-cta {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 992px) {
  .c-side-cta {
    width: 100%;
    top: initial;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-side-cta a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: 0.3s ease;
  width: 6.875rem;
  height: 9.1875rem;
}
@media screen and (max-width: 992px) {
  .c-side-cta a {
    border-radius: 0;
    gap: 5px;
    width: 50%;
    height: 70px;
  }
}
@media (hover: hover) {
  .c-side-cta a:hover {
    opacity: 0.5;
  }
}
.c-side-cta a.contact {
  background-color: #212D57;
  /* 採用ボタン一時非表示に伴い、左上・左下ともに丸くする */
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 992px) {
  .c-side-cta a.contact {
    border-radius: 0;
    /* 採用ボタン一時非表示に伴い、画面幅いっぱいに */
    width: 100%;
  }
  .c-side-cta a.contact .icon {
    width: 25px;
  }
}
.c-side-cta a.recruit {
  background-color: #D81618;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 992px) {
  .c-side-cta a.recruit {
    border-radius: 0;
  }
  .c-side-cta a.recruit .icon {
    width: 25px;
  }
}

/* ---------------------------------------------
  cta
  --------------------------------------------- */
.l-cta {
  padding: 98px 0 102px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 50px 0 74px;
  }
}
.l-cta .l-wrap {
  position: relative;
  z-index: 2;
}
.l-cta .c-ttl__ja {
  color: #fff;
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .l-cta .c-ttl__ja {
    padding: 0 10px;
    margin-bottom: 34px;
  }
}
.l-cta__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-cta__ttl {
    font-size: 1.25rem;
  }
}
.l-cta__block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .l-cta__block {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.l-cta__block.within .l-cta__text {
  background-color: rgba(255, 255, 255, 0.86);
  margin-bottom: 20px;
  width: 73%;
  padding: 1.5rem 2rem 1.75rem;
}
@media screen and (max-width: 992px) {
  .l-cta__block.within .l-cta__text {
    width: 100%;
    padding: 1.5rem 1.5rem 1.75rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .l-cta__block.within .l-cta__text {
    padding: 32px 10px 40px;
    margin-bottom: 40px;
  }
}
.l-cta__block.outside {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 1.5rem 2rem 1.75rem;
}
@media screen and (max-width: 768px) {
  .l-cta__block.outside {
    padding: 32px 10px 40px;
  }
}
.l-cta__block.outside .l-cta__text {
  border-right: 2px dashed #212D57;
  padding-right: 38px;
  margin-right: 48px;
}
@media screen and (max-width: 992px) {
  .l-cta__block.outside .l-cta__text {
    border-right: none;
    padding: 0;
    margin: 0;
  }
  .l-cta__block.outside .l-cta__text::after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    border-bottom: 2px dashed #212D57;
    margin: 20px auto;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .l-cta__block.outside .l-cta__text::after {
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .l-cta__block.outside .l-cta__tel .num {
    font-size: 2.0625rem;
  }
}
.l-cta__block .note {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.75;
  color: #212D57;
}
.l-cta__img {
  width: 27.5%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .l-cta__img {
    width: 41.5%;
    max-width: 220px;
    bottom: 100%;
    right: 4px;
  }
}
.l-cta__text__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .l-cta__text__head {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 12px;
  }
}
.l-cta__text__head .note {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 992px) {
  .l-cta__text__head .wrap {
    width: 100%;
  }
}
.l-cta__text .bg {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #212D57;
  color: #fff;
  padding: 10px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .l-cta__text .bg {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.666;
  }
}
.l-cta__tels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .l-cta__tels {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 50px;
  }
}
.l-cta__tels li {
  padding-left: 1.875rem;
}
@media screen and (max-width: 992px) {
  .l-cta__tels li {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .l-cta__tels li {
    padding-left: 0;
  }
}
.l-cta__tels li:not(:last-child) {
  border-right: 1px solid #212D57;
  padding-right: 1.875rem;
}
@media screen and (max-width: 992px) {
  .l-cta__tels li:not(:last-child) {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .l-cta__tels li:not(:last-child) {
    border: none;
    padding: 0;
  }
  .l-cta__tels li:not(:last-child)::after {
    content: "";
    display: block;
    width: 86px;
    height: 1px;
    background-color: #212D57;
    margin: 26px auto;
  }
}
.l-cta__tels li:first-child {
  padding-left: 0;
}
.l-cta__tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}
.l-cta__tel .text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-cta__tel .num {
  font-family: "Archivo", sans-serif;
  font-size: 1.8125rem;
  font-weight: 900;
  color: #212D57;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.l-cta__tel .num::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("../img/common/icon_tel.svg");
          mask-image: url("../img/common/icon_tel.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #D81618;
}
.l-cta__contact {
  -ms-flex: 1;
      flex: 1;
}
.l-cta__form {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 768px) {
  .l-cta__form .l-cta__ttl {
    margin-bottom: 16px;
  }
}
.l-cta__btn {
  background-color: #212D57;
  border-radius: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  gap: 18px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 700;
  transition: 0.3s ease;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .l-cta__btn {
    padding: 30px;
    margin-top: 40px;
  }
}
.l-cta__btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 19px;
  background: url("../img/common/icon_contact_bg.svg") no-repeat center/100%;
}
@media (hover: hover) {
  .l-cta__btn:hover {
    opacity: 0.5;
  }
}
.l-cta__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-cta__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #054A80 0%, #3884C3 50%, #91BBDE 100%);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}

/* ---------------------------------------------
  footer フッター
  --------------------------------------------- */
.l-footer {
  position: relative;
  z-index: 99;
  background-color: #F5F7FA;
}
.l-footer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5.5rem 0 6.25rem;
}
@media screen and (max-width: 992px) {
  .l-footer__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .l-footer__wrap {
    padding: 70px 0 40px;
  }
}
.l-footer__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .l-footer__logo {
    width: 60%;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .l-footer__logo {
    width: 82%;
    margin: 0 auto;
    gap: 20px;
  }
}
.l-footer__logo > img {
  max-width: 30rem;
}
@media screen and (max-width: 992px) {
  .l-footer__logo > img {
    width: 90%;
    margin: 0 auto;
  }
}
.l-footer__logo .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .l-footer__logo .text {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .l-footer__logo .text img {
    width: 184px;
  }
}
.l-footer__nav {
  margin-top: 1.25rem;
}
@media screen and (max-width: 992px) {
  .l-footer__nav {
    margin-top: 64px;
    padding: 0 10px;
  }
}
.l-footer__nav__list {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 20px 80px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    gap: 20px;
  }
}
.l-footer__nav__list a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list a {
    line-height: 1.5;
  }
}
@media (hover: hover) {
  .l-footer__nav__list a:hover {
    color: #D81618;
  }
}
.l-footer__bottom {
  padding: 26px 0;
  background-color: #212D57;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-footer__bottom {
    padding: 34px 0 100px;
  }
}
.l-footer__bottom__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .l-footer__bottom__wrap {
    padding-right: 7.5rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .l-footer__bottom__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
    padding: 0;
  }
}
.l-footer__bottom .link {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-footer__bottom .link:hover {
    color: #E1F0F9;
  }
}
.l-footer__copy small {
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.c-page-top {
  position: absolute;
  right: 38px;
  bottom: 40px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #212D57;
  border: 2px solid #fff;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 992px) {
  .c-page-top {
    bottom: initial;
    top: -39px;
    right: 5px;
  }
}
.c-page-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.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;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-page-top:hover {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
}

/* ---------------------------------------------
  mv
  --------------------------------------------- */
.p-top-mv {
  position: relative;
  padding: 10.875rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding: 110px 0 0;
  }
}
.p-top-mv__wrap {
  position: relative;
}
.p-top-mv__text {
  margin-bottom: 55px;
  padding: 0 6.25rem;
}
@media screen and (max-width: 992px) {
  .p-top-mv__text {
    padding: 0 0 0 3.125rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-top-mv__text {
    padding: 0 15px;
    margin-bottom: 32px;
  }
}
.p-top-mv__ttl {
  font-size: 5rem;
  line-height: 1.3125;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-top-mv__ttl {
    font-size: 2.375rem;
    margin-bottom: 18px;
  }
}
.p-top-mv__ttl .item:nth-child(2) .wrap {
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-top-mv__ttl .sp-item .wrap {
    transition-delay: 0.4s;
  }
}
.p-top-mv__ttl-en {
  font-family: "Archivo", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #212D57;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-mv__ttl-en {
    font-size: 1rem;
    letter-spacing: 0.02em;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-top-mv__ttl-en .item .wrap {
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-top-mv__ttl-en .item:nth-child(1) .wrap {
    transition-delay: 0.5s;
  }
  .p-top-mv__ttl-en .item:nth-child(2) .wrap {
    transition-delay: 0.6s;
  }
  .p-top-mv__ttl-en .item:nth-child(3) .wrap {
    transition-delay: 0.7s;
  }
}
.p-top-mv .js-mv-ttl .item {
  display: block;
  overflow: hidden;
}
.p-top-mv .js-mv-ttl .wrap {
  display: block;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: 0.8s ease;
}
.p-top-mv .js-mv-ttl.is-active .wrap {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .p-top-mv .js-mv-ttl .sp-item {
    display: block;
    overflow: hidden;
  }
  .p-top-mv .js-mv-ttl .sp-wrap {
    display: block;
    -ms-transform: translateY(100%);
        transform: translateY(100%);
    transition: 0.8s ease;
  }
  .p-top-mv .js-mv-ttl.is-active .sp-wrap {
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}
.p-top-mv__slider {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .p-top-mv__slider .swiper-slide {
    height: 340px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-top-mv__slider .swiper-slide {
    height: 466px;
  }
}
.p-top-mv__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv .swiper-control__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-left: auto;
  gap: 15px;
  padding: 12px 50px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .p-top-mv .swiper-control__wrap {
    padding: 20px 15px 15px;
  }
}
.p-top-mv .swiper-pagination {
  width: auto;
  position: static;
  -ms-transform: none;
      transform: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 17px;
}
.p-top-mv .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #C8C8C8;
  opacity: 1;
  margin: 0 !important;
}
.p-top-mv .swiper-pagination-bullet-active {
  background-color: #212D57;
}
.p-top-mv .swiper-button-prev,
.p-top-mv .swiper-button-next {
  position: static;
  width: 8px;
  height: 11px;
  margin: 0;
}
.p-top-mv .swiper-button-prev::after,
.p-top-mv .swiper-button-next::after {
  content: "";
  width: 8px;
  height: 11px;
  background: url("../img/common/icon_arrow_slider.svg") no-repeat center/100%;
  margin: 0;
}
.p-top-mv .swiper-button-prev::after {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}
.p-top-mv__scroll {
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: -95px;
  right: 198px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 13px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #F8F8F8;
}
@media screen and (max-width: 992px) {
  .p-top-mv__scroll {
    width: 160px;
    height: 160px;
    bottom: -63px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-top-mv__scroll {
    width: 126px;
    height: 126px;
    bottom: 0;
    right: initial;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
.p-top-mv__scroll .text {
  font-family: "Archivo", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  color: #212D57;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 13px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__scroll .text {
    margin-top: 38px;
  }
}
.p-top-mv__scroll .text::after {
  content: "";
  width: 1px;
  height: 145px;
  background: #212D57;
  -ms-transform-origin: top center;
      transform-origin: top center;
  transition: 1s ease;
  clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 768px) {
  .p-top-mv__scroll .text::after {
    height: 85px;
  }
}
.p-top-mv__scroll.is-active .text::after {
  clip-path: inset(0);
}

/* ---------------------------------------------
    about
  --------------------------------------------- */
.p-top-about {
  padding: 88px 0 64px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 60px 0 80px;
  }
}
.p-top-about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_white01.webp") no-repeat center/cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top-about::before {
    background-image: url("../img/common/bg_white01_sp.webp");
    background-attachment: initial;
  }
}
.p-top-about__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 80px;
  }
}
.p-top-about__text {
  width: 59%;
  position: relative;
  z-index: 2;
  padding: 7.3125rem 7.5rem 5rem 0;
  margin-top: 17.75rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__text {
    width: 100%;
    padding: 3.75rem 3.75rem 5rem 0;
    margin-top: 27.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-top-about__text {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
}
.p-top-about__text:before {
  content: "";
  display: block;
  width: 60vw;
  max-width: 1085px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .p-top-about__text:before {
    width: 100vw;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-top-about__text:before {
    display: none;
  }
}
.p-top-about__text__inner {
  position: relative;
  z-index: 1;
}
.p-top-about__text .c-btn {
  margin-left: auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-about__text .c-btn {
    margin-top: 80px;
  }
}
.p-top-about__text .c-ttl {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-about__text .c-ttl {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__text .c-ttl__en {
    margin-left: 10px;
  }
}
.p-top-about__text .c-ttl__ja {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-top-about__text .c-ttl__ja {
    letter-spacing: 0.05em;
  }
}
.p-top-about__text .c-ttl .u-color {
  font-size: 3.125rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .p-top-about__text .c-ttl .u-color {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-top-about__text .c-ttl .u-color {
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) and (max-width: 375px) {
  .p-top-about__text .c-ttl .u-color {
    font-size: 1.875rem;
  }
}
.p-top-about__text .c-ttl .u-color br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-about__text .c-ttl .u-color br {
    display: block;
  }
}
.p-top-about__desc {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-about__desc {
    margin-top: 16px;
  }
}
.p-top-about__desc p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}
.p-top-about__desc p:not(:last-child) {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p-top-about__desc p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-top-about__img {
  position: absolute;
  width: 64%;
  top: 96px;
  right: 0;
  padding-bottom: 108px;
}
@media screen and (max-width: 992px) {
  .p-top-about__img {
    width: 80%;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-top-about__img {
    position: relative;
    top: initial;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 34px;
  }
}
.p-top-about__img::before {
  content: "";
  display: block;
  width: 108.5%;
  height: 78.4%;
  background-color: rgba(33, 45, 87, 0.87);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top-about__img::before {
    height: 100%;
    bottom: 0;
  }
}
.p-top-about__img img {
  display: block;
  position: relative;
}

/* ---------------------------------------------
  service
  --------------------------------------------- */
.p-top-service {
  padding: 7.875rem 0 138px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-top-service {
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-top-service {
    padding: 80px 0 90px;
  }
}
.p-top-service .l-wrap {
  max-width: 1480px;
  position: relative;
  z-index: 1;
}
.p-top-service .c-ttl {
  color: #fff;
}
.p-top-service .c-ttl__en {
  color: #fff;
}
.p-top-service .c-ttl__en::before {
  background: linear-gradient(0, #D81618 0%, #D81618 50%, #fff 50%, #fff 100%);
}
.p-top-service .c-btn {
  background: none;
  border: 3px solid #fff;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-service .c-btn {
    margin-top: 80px;
  }
}
@media (hover: hover) {
  .p-top-service .c-btn:hover {
    background-color: #D81618;
    border-color: #D81618;
  }
}
.p-top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1280px;
  margin: 80px auto 0;
}
@media screen and (max-width: 992px) {
  .p-top-service__list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-top-service__list {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 60px;
  }
}
.p-top-service__list li {
  background-color: #fff;
  position: relative;
  padding: 36px 30px;
}
@media screen and (max-width: 768px) {
  .p-top-service__list li {
    padding: 32px 1.5rem 26px;
  }
}
.p-top-service__list p {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 500;
}
.p-top-service__list p:not(:last-child) {
  margin-bottom: 20px;
}
.p-top-service__num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D81618;
  clip-path: polygon(0 0, 100% 0, 76% 100%, 0% 100%);
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 10px 42px 10px 26px;
}
@media screen and (max-width: 768px) {
  .p-top-service__num {
    font-size: 1.4375rem;
    padding: 10px 34px 10px 24px;
  }
}
.p-top-service__img {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .p-top-service__img {
    width: 98%;
    margin: 0 auto 24px;
  }
}
.p-top-service__ttl {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-align: center;
  color: #212D57;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-service__ttl {
    font-size: 1.3125rem;
    margin-bottom: 16px;
  }
}
.p-top-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #212D57;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-top-service__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_white01.webp") no-repeat center/cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 768px) {
  .p-top-service__bg::before {
    background-image: url("../img/common/bg_white01_sp.png");
    background-attachment: initial;
  }
}

/* ---------------------------------------------
  contents
  --------------------------------------------- */
.p-top-contents {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-contents {
    background-color: #fff;
  }
}
.p-top-contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_white01.webp") no-repeat center/cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top-contents::before {
    display: none;
  }
}
.p-top-contents::after {
  content: "";
  width: 1px;
  height: 134px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #212D57 50%, #212D57 100%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: 0.5s ease;
  position: absolute;
  top: -67px;
  left: 50%;
  transition: 1s ease;
  clip-path: inset(0 0 100% 0);
  z-index: 3;
}
.p-top-contents.is-active::after {
  clip-path: inset(0);
}
.p-top-contents .l-wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-top: -48px;
  padding: 120px 20px 10.375rem;
}
@media screen and (max-width: 768px) {
  .p-top-contents .l-wrap {
    margin-top: 0;
    padding: 108px 0 80px;
  }
}
.p-top-contents__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 30px;
  max-width: 1194px;
  margin: 80px auto 0;
}
@media screen and (max-width: 992px) {
  .p-top-contents__list {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
  }
}
.p-top-contents__list a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px #dedede;
  padding: 34px 50px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-contents__list a {
    padding: 22px 1.75rem;
    gap: 20px;
  }
}
.p-top-contents__list a::after {
  content: "";
  display: block;
  width: 3.625rem;
  height: 3.625rem;
  background: #212D57 url("../img/common/icon_arrow.svg") no-repeat center/16px 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 40px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-top-contents__list a::after {
    width: 36px;
    height: 36px;
    right: 22px;
    background-size: 10px 10px;
  }
}
@media (hover: hover) {
  .p-top-contents__list a:hover::after {
    background-color: #D81618;
  }
}
@media screen and (max-width: 768px) {
  .p-top-contents__list li:nth-child(1) .icon {
    width: 58px;
  }
  .p-top-contents__list li:nth-child(2) .icon {
    width: 59px;
  }
  .p-top-contents__list li:nth-child(3) .icon {
    width: 54px;
  }
  .p-top-contents__list li:nth-child(4) .icon {
    width: 54px;
  }
}
.p-top-contents__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-top-contents__ttl__en {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  color: #212D57;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-top-contents__ttl__en {
    font-size: 0.6875rem;
  }
}
.p-top-contents__ttl__en::first-letter {
  color: #D81618;
}
.p-top-contents__ttl__ja {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-top-contents__ttl__ja {
    font-size: 1.25rem;
  }
}

/* ---------------------------------------------
   top news
  --------------------------------------------- */
.p-top-news {
  padding: 190px 0 160px;
  position: relative;
  background-color: #E1F0F9;
  margin-top: -66px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    margin-top: 0;
    padding: 80px 0;
  }
}
.p-top-news .l-wrap {
  position: relative;
  max-width: 1580px;
}
@media screen and (max-width: 1440px) {
  .p-top-news .l-wrap {
    padding: 0;
  }
}
.p-top-news .l-wrap .c-btn {
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-news .l-wrap .c-btn {
    margin-top: 60px;
  }
}
.p-top-news .p-news__list {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .p-top-news .p-news__list {
    margin-top: 34px;
  }
}

/* ----- news list ----- */
.p-news__list {
  display: grid;
  max-width: 980px;
  margin: 0 auto;
}
.p-news__list__item {
  border-bottom: 1px solid #212D57;
}
.p-news__list__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.3s ease;
  padding: 24px 18px 24px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news__list__link {
    padding: 18px 25px 20px 0;
  }
}
@media (hover: hover) {
  .p-news__list__link:hover {
    opacity: 0.5;
  }
}
.p-news__list__link::after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background: url("../img/common/icon_arrow_right.svg") no-repeat center/100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-news__list__link::after {
    position: absolute;
    bottom: 22px;
    right: 0;
  }
}
.p-news__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 18px;
}
@media screen and (max-width: 992px) {
  .p-news__text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 18px;
  }
}
.p-news__date {
  font-size: 1rem;
  font-weight: 700;
  color: #212D57;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-news__date {
    font-size: 1rem;
  }
}
.p-news__category {
  color: #fff;
  background-color: #212D57;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  min-width: 84px;
  padding: 4px 16px;
  border-radius: 12px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-news__category {
    font-size: 0.6875rem;
  }
}
.p-news__ttl {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-news__ttl {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
    padding: 0;
  }
}

/* ---------------------------------------------
   top area
  --------------------------------------------- */
.p-area {
  padding: 120px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-area {
    padding: 70px 0 0;
  }
}
.p-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_white01.webp") no-repeat center/cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-area::before {
    background-image: url("../img/common/bg_white01_sp.png");
    background-attachment: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-area .c-ttl {
    -ms-flex-align: center;
        align-items: center;
  }
}
.p-area .l-wrap {
  position: relative;
}
.p-area__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 60px;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .p-area__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
    margin-top: 20px;
  }
}
.p-area__text {
  width: 46.5%;
  position: relative;
  z-index: 2;
  padding: 5.25rem 3.625rem 5.125rem 2.8125rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .p-area__text {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 80px;
    background-color: #fff;
    padding: 38px 15px 30px;
    margin-bottom: 0;
  }
}
.p-area__text:before {
  content: "";
  display: block;
  width: 65vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-area__text:before {
    width: 100vw;
  }
}
.p-area__text::after {
  content: "";
  display: block;
  width: 68vw;
  height: 92%;
  background-color: rgba(33, 45, 87, 0.87);
  position: absolute;
  left: -50px;
  bottom: -80px;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .p-area__text::after {
    width: 100vw;
    left: 0;
    display: none;
  }
}
.p-area__text__inner {
  position: relative;
  z-index: 2;
}
.p-area__text .c-btn {
  margin-left: auto;
  margin-top: 66px;
}
.p-area__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.p-area__list:not(:first-child) {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-area__list:not(:first-child) {
    margin-top: 72px;
  }
}
.p-area__list dt {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.03em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 7px;
  color: #212D57;
}
.p-area__list dt::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #212D57;
}
.p-area__list dd {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.p-area__notice {
  background-color: #D81618;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 12px 34px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-area__notice {
    text-align: center;
  }
}
.p-area__img {
  width: 50vw;
  margin-left: calc(50% - 50vw);
  padding-left: 4.0625rem;
}
@media screen and (max-width: 992px) {
  .p-area__img {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.p-area__img img {
  display: block;
  position: relative;
}

/* ---------------------------------------------
   top price
  --------------------------------------------- */
.p-price {
  position: relative;
  color: #fff;
  padding: 8.125rem 0;
}
@media screen and (max-width: 768px) {
  .p-price {
    padding: 80px 0;
    padding-top: 160px;
    overflow: hidden;
    height: 478px;
    background-color: rgba(33, 45, 87, 0.87);
  }
}
.p-price .l-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-price__inner {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .p-price__inner::-webkit-scrollbar {
    display: none;
  }
}
.p-price__head {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.p-price__head .text {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-price__head .text {
    font-size: 1.25rem;
  }
}
.p-price__lead {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-price__lead {
    font-size: 1.125rem;
  }
}
.p-price__list {
  max-width: 890px;
  margin: 50px auto 0;
  padding-left: 1.5rem;
}
@media screen and (max-width: 992px) {
  .p-price__list {
    padding-left: 0;
  }
}
.p-price__list li {
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  line-height: 1.77;
}
.p-price__list li::before {
  content: "●";
}
.p-price__list li span {
  color: #FFE32D;
}
.p-price__text {
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 36px;
}
.p-price__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-price__bg {
    top: 80px;
  }
}
.p-price__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-price__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #054A80 0%, #3884C3 50%, #91BBDE 100%);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.69;
}
.p-price__indicator {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-price__indicator {
    display: block;
    position: absolute;
    top: 170px;
    bottom: 36px;
    right: 10px;
    width: 6px;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    z-index: 5;
    pointer-events: none;
  }
  .p-price__indicator-thumb {
    display: block;
    width: 100%;
    height: 28%;
    background-color: #D81618;
    border-radius: 3px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    will-change: transform;
  }
}

/* ---------------------------------------------
  下層ページ common
  --------------------------------------------- */
/* ------- c-page-head ------- */
.c-page-head {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-image: url("../img/common/bg_title.png");
  background-image: -webkit-image-set(url("../img/common/bg_title.webp") type("image/webp"), url("../img/common/bg_title.png") type("image/png"));
  background-image: image-set(url("../img/common/bg_title.webp") type("image/webp"), url("../img/common/bg_title.png") type("image/png"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 14.5rem 86px 36px;
}
@media screen and (max-width: 992px) {
  .c-page-head {
    padding: 140px 25px 16px;
  }
}
.c-page-head__en {
  font-family: "Archivo", sans-serif;
  font-size: 3.875rem;
  font-weight: 900;
  color: #212D57;
}
@media screen and (max-width: 768px) {
  .c-page-head__en {
    font-size: 2.625rem;
  }
}
.c-page-head__ttl {
  font-size: 2rem;
  color: #212D57;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .c-page-head__ttl {
    font-size: 1.125rem;
    gap: 16px;
  }
}
.c-page-head__ttl::before {
  content: "";
  display: block;
  width: 134px;
  height: 4px;
  background-color: #FF0000;
}
@media screen and (max-width: 768px) {
  .c-page-head__ttl::before {
    width: 80px;
    height: 3px;
  }
}

@keyframes loopText {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
/* ----------- breadcrumbs -----------*/
main .c-breadcrumbs,
.c-breadcrumbs {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 58px;
  margin-left: auto;
}
main .c-breadcrumbs__list,
.c-breadcrumbs__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .c-breadcrumbs__list li:not(:first-of-type)::before,
.c-breadcrumbs__list li:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #FF0000;
  margin: 2px 12px 0;
}
@media screen and (max-width: 768px) {
  main .c-breadcrumbs__list li:not(:first-of-type)::before,
  .c-breadcrumbs__list li:not(:first-of-type)::before {
    width: 18px;
    margin: 2px 10px 0;
  }
}
main .c-breadcrumbs__list li,
main .c-breadcrumbs__list a,
.c-breadcrumbs__list li,
.c-breadcrumbs__list a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  main .c-breadcrumbs__list li,
  main .c-breadcrumbs__list a,
  .c-breadcrumbs__list li,
  .c-breadcrumbs__list a {
    font-size: 0.75rem;
  }
}
main .c-breadcrumbs__list li,
.c-breadcrumbs__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* ---------------------------------------------
  about patge
  --------------------------------------------- */
/* -------------- philosophy -------------- */
.p-about-philosophy {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy {
    padding-top: 80px;
  }
}
.p-about-philosophy .l-wrap {
  position: relative;
  z-index: 1;
}
.p-about-philosophy .c-ttl {
  gap: 8px;
}
.p-about-philosophy__container {
  position: relative;
  padding: 150px 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__container {
    margin-top: 60px;
    padding: 80px 0;
  }
}
.p-about-philosophy__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #212D57;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-about-philosophy__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_white01.webp") no-repeat center/cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__bg::before {
    background-image: url("../img/common/bg_white01_sp.webp");
  }
}
.p-about-philosophy__block {
  max-width: 980px;
  margin: 0 auto;
}
.p-about-philosophy__block:not(:last-of-type) {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__block:not(:last-of-type) {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.p-about-philosophy__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__ttl {
    gap: 4px;
  }
}
.p-about-philosophy__ttl .en {
  font-family: "Archivo", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  color: #D81618;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__ttl .en {
    font-size: 1rem;
  }
}
.p-about-philosophy__ttl .en::after {
  content: "";
  display: block;
  background-color: #D81618;
  width: 2px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__ttl .en::after {
    height: 42px;
  }
}
.p-about-philosophy__ttl .ja {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.466;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__ttl .ja {
    font-size: 1.5rem;
  }
}
.p-about-philosophy__lead {
  text-align: center;
  color: #8EE9F8;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.77;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__lead {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
.p-about-philosophy__desc {
  max-width: 760px;
  margin: 0 auto;
}
.p-about-philosophy__desc p {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__desc p {
    font-weight: 500;
    font-size: 0.9375rem;
  }
}
.p-about-philosophy__desc p:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__desc p:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

/* -------------- values -------------- */
.p-about-values {
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-values {
    padding: 80px 0;
  }
}
.p-about-values::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_white01.png") no-repeat center/cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
}
.p-about-values .l-wrap {
  position: relative;
}
.p-about-values .c-ttl {
  gap: 8px;
}
.p-about-values__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about-values__head {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 40px;
  }
}
.p-about-values__head .lead {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-about-values__head .lead {
    font-size: 1rem;
  }
}
.p-about-values__list {
  max-width: 1040px;
  margin: 110px 0 0 auto;
  display: grid;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .p-about-values__list {
    margin-top: 60px;
  }
}
.p-about-values__list__item {
  background-color: #fff;
  box-shadow: 0 0 10px #DEDEDE;
  padding: 40px 60px 38px 30px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-values__list__item {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 68px 20px 40px;
    gap: 10px;
  }
}
.p-about-values__list__item .wrap {
  -ms-flex: 1;
      flex: 1;
}
.p-about-values__num {
  background-color: #D81618;
  width: 82px;
  height: 82px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.9375rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #fff;
  position: absolute;
  top: -16px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-values__num {
    width: 54px;
    height: 54px;
    left: 20px;
    font-size: 1.5rem;
  }
}
.p-about-values__en {
  font-family: "Archivo", sans-serif;
  font-size: 1.4375rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #212D57;
  margin-top: 2.8125rem;
  width: 25.5%;
}
@media screen and (max-width: 768px) {
  .p-about-values__en {
    margin-top: 0;
    font-size: 1.125rem;
  }
}
.p-about-values__en::first-letter {
  color: #D81618;
}
.p-about-values__ttl {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-about-values__ttl {
    font-size: 1.5rem;
  }
}

/* ---------------------------------------------
  service
  --------------------------------------------- */
/* -------------- intro -------------- */
.p-service-intro {
  padding: 145px 0;
}
@media screen and (max-width: 768px) {
  .p-service-intro {
    padding: 80px 0;
  }
}
.p-service-intro .c-ttl__ja--line {
  margin-bottom: 34px;
}

/* -------------- section -------------- */
.p-service-section {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-section {
    padding: 80px 0;
  }
}
.p-service-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_white01.png") no-repeat center/cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
}
.p-service-section.bg {
  background-color: #212D57;
}
.p-service-section.bg::before {
  mix-blend-mode: color-burn;
}
.p-service-section.bg .c-ttl__ja--line {
  color: #fff;
}
.p-service-section.bg .p-service-section__text {
  color: #fff;
}
.p-service-section.bg .p-service-section__list li {
  box-shadow: 0 0 10px #122E8E;
}
.p-service-section.bg .p-service-section__box {
  box-shadow: 0 0 10px #122E8E;
}
.p-service-section .l-wrap {
  position: relative;
}
.p-service-section__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 6.25rem;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-service-section__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 60px;
    margin-top: 40px;
  }
}
.p-service-section__block.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-service-section__block.reverse {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-service-section__block.reverse .p-service-section__img {
  margin-right: -3.75rem;
}
.p-service-section__img {
  width: 42.85%;
  position: sticky;
  top: 245px;
}
@media screen and (max-width: 768px) {
  .p-service-section__img {
    width: 100%;
    position: static;
  }
}
.p-service-section__text {
  -ms-flex: 1;
      flex: 1;
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-service-section__text {
    padding-top: 0;
  }
}
.p-service-section__text .c-sub-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-section__text .c-sub-ttl {
    margin-bottom: 30px;
  }
}
.p-service-section__text .c-sub-ttl:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-section__text .c-sub-ttl:not(:first-of-type) {
    margin-top: 50px;
  }
}
.p-service-section__text .note {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 2.2;
  font-weight: 500;
  margin: 8px 0 0;
}
.p-service-section__text .notice {
  font-weight: 700;
  color: #D81618;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.p-service-section__list {
  display: grid;
  gap: 18px;
  margin-bottom: 36px;
}
.p-service-section__list li {
  background-color: #fff;
  padding: 30px 30px 26px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.625rem;
  box-shadow: 0 0 10px #DEDEDE;
}
@media screen and (max-width: 768px) {
  .p-service-section__list li {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 12px;
    padding: 24px 20px;
  }
}
.p-service-section__list li .num {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #D81618;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-service-section__list li .num {
    font-size: 2rem;
  }
}
.p-service-section__list li .ttl,
.p-service-section__list li .c-text {
  color: #333;
}
.p-service-section__list li .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-service-section__list li .ttl {
    font-size: 1.25rem;
  }
}
.p-service-section__list li .c-text {
  margin-top: 6px;
}
.p-service-section__box {
  background-color: #fff;
  box-shadow: 0 0 10px #DEDEDE;
  padding: 25px 20px;
  font-weight: 700;
  margin-top: 40px;
}
.p-service-section__box .ttl {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #D81618;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-service-section__box .ttl {
    font-size: 1rem;
  }
}
.p-service-section__box .c-list {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .p-service-section__box .c-list {
    padding-left: 0;
  }
}
.p-service-section__box .c-list span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-service-section__box .c-list.u-color li {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-service-section__box .c-list.u-color li {
    font-size: 0.9375rem;
  }
}
.p-service-section__inspect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-service-section__inspect {
    gap: 15px;
  }
}
.p-service-section__inspect li {
  border: 2px solid #172761;
  background-color: #fff;
  border-radius: 5px;
  color: #212D57;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.25rem 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-service-section__inspect li {
    padding: 12px;
    font-size: 0.9375rem;
  }
}
.p-service-section__check {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.p-service-section__check li {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #212D57;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-section__check li {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    padding-left: 0;
  }
}
.p-service-section__check li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/common/icon_check.svg") no-repeat center/100%;
}
.p-service-section.strengths {
  background-color: #E1F0F9;
}
.p-service-section.strengths::before {
  display: none;
}
.p-service-section.strengths .p-service-section__img {
  position: static;
}

.p-service-request {
  padding: 13.75rem 0 240px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-request {
    padding: 0 0 80px;
  }
}
.p-service-request::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_white01.png") no-repeat center/cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-service-request__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-service-request__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 40px;
  }
}
.p-service-request__text {
  position: relative;
  z-index: 1;
  width: 40.5%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-service-request__text {
    width: 100%;
  }
}
.p-service-request__text .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.66;
  color: #212D57;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-service-request__text .ttl {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
.p-service-request__btn {
  background: linear-gradient(180deg, #028ED3 0%, #122E8E 100%);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 28px 16px 28px 32px;
  border-radius: 10px;
  gap: 14px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 40px;
  max-width: 452px;
}
@media screen and (max-width: 768px) {
  .p-service-request__btn {
    padding: 16px 20px;
    margin-top: 30px;
  }
}
.p-service-request__btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  background: url("../img/common/icon_file.svg") no-repeat center/100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-service-request__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.p-service-request__btns .p-service-request__btn {
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-request__btns {
    margin-top: 30px;
    gap: 12px;
  }
}
.p-service-request__img {
  width: 49.6%;
  position: absolute;
  top: 20px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .p-service-request__img {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
  }
}

.p-service-contact {
  background-image: url("../img/service/contact_img.png");
  background-image: -webkit-image-set(url("../img/service/contact_img.webp") type("image/webp"), url("../img/service/contact_img.png") type("image/png"));
  background-image: image-set(url("../img/service/contact_img.webp") type("image/webp"), url("../img/service/contact_img.png") type("image/png"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 0 95px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-contact {
    padding: 60px 0;
  }
}
.p-service-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.p-service-contact .l-wrap {
  position: relative;
  z-index: 1;
}
.p-service-contact__text {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-service-contact__text {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-service-contact .c-btn {
  margin: 40px auto 0;
}

/* ---------------------------------------------
  company patge
  --------------------------------------------- */
/* -------------- message -------------- */
.p-company-message {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-message {
    padding: 80px 0 0;
  }
}
.p-company-message .c-ttl {
  margin-bottom: 32px;
}
.p-company-message__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .p-company-message__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 60px;
  }
}
.p-company-message__img {
  width: 48%;
  max-width: 660px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 3.125rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-company-message__img {
    width: 100%;
    max-width: 100%;
    gap: 20px;
    margin-top: 0;
  }
}
.p-company-message__img .item:nth-child(1) {
  width: 36%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-company-message__img .item:nth-child(1) {
    width: 33%;
    margin-bottom: 0;
  }
}
.p-company-message__img .item:nth-child(2) {
  -ms-flex: 1;
      flex: 1;
}
.p-company-message__img .img-caption {
  text-align: right;
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 8px;
}
.p-company-message__img .img-caption p {
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-company-message__img .img-caption p {
    font-size: 1rem;
  }
}
.p-company-message__img .img-caption .name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 12px;
}
.p-company-message__text {
  -ms-flex: 1;
      flex: 1;
}
.p-company-message__text p {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 500;
}
.p-company-message__text p:not(:last-of-type) {
  margin-bottom: 30px;
}

/* -------------- overview -------------- */
.p-company-overview {
  position: relative;
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-overview {
    padding: 80px 0;
  }
}
.p-company-overview__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company-overview__container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }
}
.p-company-overview__container .c-ttl {
  -ms-flex: 1;
      flex: 1;
}
.p-company-overview__block {
  width: 74%;
  max-width: 880px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-company-overview__block {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.p-company-overview__block dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-company-overview__block dl {
    gap: 15px;
  }
}
.p-company-overview__block dl dt {
  width: 150px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #212D57;
  border-bottom: 2px solid #D81618;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-company-overview__block dl dt {
    width: 25%;
    padding: 20px 0;
    font-size: 0.9375rem;
  }
}
.p-company-overview__block dl dd {
  -ms-flex: 1;
      flex: 1;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  border-bottom: 2px solid hsl(0, 0%, 85%);
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-company-overview__block dl dd {
    padding: 20px 0;
    font-size: 0.875rem;
  }
}

/* ---------------------------------------------
  company history
  --------------------------------------------- */
.p-company-history {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #212D57;
}
@media screen and (max-width: 768px) {
  .p-company-history {
    padding: 80px 0;
  }
}
.p-company-history::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_white01.png") no-repeat center right/cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  mix-blend-mode: color-burn;
}
.p-company-history .l-wrap {
  position: relative;
  z-index: 1;
}
.p-company-history .c-ttl__ja {
  color: #fff;
}
.p-company-history .c-ttl__en {
  color: #fff;
}
.p-company-history__list {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 5rem;
  padding-left: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-company-history__list {
    max-width: 100%;
    padding-left: 0;
  }
}
.p-company-history__list dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.p-company-history__list dl:not(:last-child) dd {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dl:not(:last-child) dd {
    padding-bottom: 60px;
  }
}
.p-company-history__list dl:not(:last-child) dd::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #E1F0F9;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-company-history__list dt {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dt {
    font-size: 0.9375rem;
    width: 130px;
  }
}
.p-company-history__list dd {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  padding-left: 60px;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dd {
    padding-left: 1.875rem;
    font-size: 0.875rem;
  }
}
.p-company-history__list dd::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D81618;
  position: absolute;
  top: 5px;
  left: -5px;
}

.p-company__slider {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-company__slider {
    margin-bottom: 80px;
  }
}
.p-company__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-company__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 540/360;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------------------------
  access patge
  --------------------------------------------- */
/* -------------- intro -------------- */
.p-access {
  padding: 145px 0;
}
@media screen and (max-width: 768px) {
  .p-access {
    padding: 80px 0;
  }
}
.p-access .c-ttl__ja--line {
  margin-bottom: 34px;
}
.p-access__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-access__ttl {
    font-size: 1.375rem;
  }
}
.p-access__block {
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-access__block {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-access__block:first-of-type {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-access__block:first-of-type {
    margin-top: 80px;
  }
}
.p-access__block:not(:last-child) {
  padding-bottom: 74px;
  margin-bottom: 74px;
  border-bottom: 2px dotted #D9D9D9;
}
.p-access__block__text {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 768px) {
  .p-access__block__text {
    width: 100%;
  }
}
.p-access__block__img {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .p-access__block__img {
    width: 100%;
  }
}
.p-access__block__img .c-btn {
  margin: 30px auto 0;
  background-color: #fff;
  color: #212D57;
}
.p-access__block__img .c-btn::after {
  background-color: #212D57;
}
@media (hover: hover) {
  .p-access__block__img .c-btn:hover {
    background-color: #212D57;
    border-color: #212D57;
    color: #fff;
  }
  .p-access__block__img .c-btn:hover::after {
    background-color: #fff;
  }
}
.p-access__detail dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-access__detail dl {
    gap: 15px;
  }
}
.p-access__detail dl dt {
  width: 150px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #212D57;
  border-bottom: 2px solid #D81618;
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .p-access__detail dl dt {
    width: 25%;
    padding: 20px 0;
    font-size: 0.9375rem;
  }
}
.p-access__detail dl dd {
  -ms-flex: 1;
      flex: 1;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  border-bottom: 2px solid hsl(0, 0%, 85%);
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-access__detail dl dd {
    padding: 20px 0;
    font-size: 0.875rem;
  }
}

/* ---------------------------------------------
  voice pages
  --------------------------------------------- */
.p-voice-section {
  padding: 100px 0 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-voice-section {
    padding: 6.25rem 0;
  }
}
.p-voice-section .p-voice__list {
  display: grid;
  gap: 3.375rem;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-voice-section .p-voice__list {
    gap: 24px;
  }
}
.p-voice-section .p-voice__list__item {
  box-shadow: 0 0 10px #DEDEDE;
}
@media screen and (max-width: 768px) {
  .p-voice-section .p-voice__list__item {
    max-width: 100%;
  }
}
.p-voice-section .p-voice__list__link {
  display: block;
  background-color: #fff;
  padding: 40px 44px 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-voice-section .p-voice__list__link {
    padding: 30px 20px 50px 20px;
    gap: 20px;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
.p-voice-section .p-voice__list__link::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: #212D57 url("../img/common/icon_arrow.svg") no-repeat center/16px 16px;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-voice-section .p-voice__list__link::after {
    width: 36px;
    height: 36px;
    right: 22px;
    background-size: 10px 10px;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}
@media (hover: hover) {
  .p-voice-section .p-voice__list__link:hover .p-voice__text {
    opacity: 0.5;
  }
  .p-voice-section .p-voice__list__link:hover::after {
    background-color: #D81618;
  }
}
.p-voice-section .p-voice__text {
  -ms-flex: 1;
      flex: 1;
  transition: 0.3s ease;
}
.p-voice-section .p-voice__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #212D57;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-voice-section .p-voice__ttl {
    font-size: 1.25rem;
  }
}
.p-voice-section .p-voice__desc {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-voice-section .p-voice__desc {
    font-size: 0.9375rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-section .p-voice__desc .prof {
    display: block;
  }
}

/* ---------- pagenation ---------- */
ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 80px;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  ul.page-numbers {
    gap: 10px;
  }
}

.page-numbers li .page-numbers {
  display: block;
  width: 38px;
  height: 38px;
  font-size: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
  font-weight: 500;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .page-numbers li .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 1.125rem;
  }
}

.page-numbers li .page-numbers.dots {
  border: none;
  width: auto;
}

.page-numbers li a.page-numbers:hover {
  opacity: 0.7;
}

.page-numbers li .current {
  border: 1px solid #D81618;
  color: #D81618;
}

.page-numbers li .page-numbers.prev,
.page-numbers li .page-numbers.next {
  width: auto;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 15px;
  border-color: #BCBCBC;
  color: #212D57;
  font-size: 0.875rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .page-numbers li .page-numbers.prev,
  .page-numbers li .page-numbers.next {
    gap: 10px;
  }
}

.page-numbers li .page-numbers.prev {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .page-numbers li .page-numbers.prev {
    margin-right: 16px;
  }
}

.page-numbers li .page-numbers.next {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .page-numbers li .page-numbers.next {
    margin-left: 16px;
  }
}

.page-numbers li .page-numbers.prev:before,
.page-numbers li .page-numbers.next::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url("../img/common/icon_arrow_right.svg");
          mask-image: url("../img/common/icon_arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #32368D;
}

.page-numbers li .page-numbers.prev::before {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

/* ------------ article ------------*/
.p-article-container {
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .p-article-container {
    padding: 80px 0;
  }
}
.p-article-container .l-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.p-article {
  max-width: 100%;
  position: relative;
}
.p-article__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px 20px;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-article__head {
    gap: 10px;
    margin-bottom: 1.25rem;
  }
}
.p-article__date {
  font-size: 1rem;
  font-weight: 700;
  color: #212D57;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-article__date {
    font-size: 1rem;
  }
}
.p-article__category {
  color: #fff;
  background-color: #212D57;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  min-width: 84px;
  padding: 3px 16px;
  border-radius: 12px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-article__category {
    font-size: 0.6875rem;
  }
}
.p-article__ttl {
  width: 100%;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #212D57;
  font-size: 2.25rem;
  border-bottom: 2px solid #D9D9D9;
  position: relative;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-article__ttl {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-bottom: 20px;
  }
}
.p-article__ttl::before {
  content: "";
  display: block;
  width: 15%;
  height: 2px;
  background-color: #D81618;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.p-article__body figure {
  text-align: center;
}
.p-article__body h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.466;
  letter-spacing: 0.1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  margin: 75px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-article__body h2 {
    font-size: 1.75rem;
  }
}
.p-article__body h2::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background-color: #FF0000;
}
@media screen and (max-width: 768px) {
  .p-article__body h2::before {
    width: 24px;
    min-width: 40px;
    height: 3px;
  }
}
.p-article__body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .p-article__body h3 {
    font-size: 1.125rem;
    padding-left: 16px;
  }
}
.p-article__body h3::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #D81618;
  min-height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-article__body h3::before {
    min-height: 40px;
    width: 3px;
  }
}
.p-article__body p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-article__body p {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin: 1.5rem 0;
  }
}
.p-article__body a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-article__body a {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}
.p-article__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2rem;
  margin: 7.5rem auto 0;
}
@media screen and (max-width: 992px) {
  .p-article__pagination {
    width: 100%;
    -ms-transform: none;
        transform: none;
    margin-top: 3.75rem;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 1.25rem;
  }
}
.p-article__pagination li a {
  transition: 0.3s ease;
}
.p-article__pagination li.home a {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #212D57;
}
@media screen and (max-width: 768px) {
  .p-article__pagination li.home a {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .p-article__pagination li.home a:hover {
    opacity: 0.7;
  }
}
.p-article__pagination li.prev, .p-article__pagination li.next {
  width: auto;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 15px;
  border-color: #BCBCBC;
  color: #212D57;
  font-size: 0.875rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-article__pagination li.prev, .p-article__pagination li.next {
    gap: 10px;
  }
}
.p-article__pagination li.prev {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-article__pagination li.prev {
    margin-right: 16px;
  }
}
.p-article__pagination li.next {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-article__pagination li.next {
    margin-left: 16px;
  }
}
.p-article__pagination li.prev a, .p-article__pagination li.next a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 15px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-article__pagination li.prev a, .p-article__pagination li.next a {
    gap: 10px;
  }
}
@media (hover: hover) {
  .p-article__pagination li.prev a:hover, .p-article__pagination li.next a:hover {
    opacity: 0.5;
  }
}
.p-article__pagination li.prev a::before, .p-article__pagination li.next a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url("../img/common/icon_arrow_right.svg");
          mask-image: url("../img/common/icon_arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #32368D;
}
.p-article__pagination li.prev a::before {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

/* ---------------------------------------------
  news page 
  --------------------------------------------- */
/* ---------------------------------------------
  voice pages
  --------------------------------------------- */
.p-news-section {
  padding: 100px 0 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news-section {
    padding: 6.25rem 0;
  }
}
.p-news-section .l-wrap {
  position: relative;
  max-width: 980px;
  z-index: 1;
}
.p-news-section .p-news__category__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-section .p-news__category__list {
    gap: 10px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3.125rem;
  }
}
.p-news-section .p-news__category__list a {
  background-color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  min-width: 106px;
  padding: 5px 18px;
  border-radius: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border: 1px solid #212D57;
}
@media screen and (max-width: 768px) {
  .p-news-section .p-news__category__list a {
    font-size: 0.75rem;
    min-width: 84px;
  }
}
.p-news-section .p-news__category__list .is-active a {
  background-color: #212D57;
  color: #fff;
}
.p-news-section .p-news__list__link {
  padding: 30px 40px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-news-section .p-news__list__link {
    padding-right: 8px;
    gap: 8px;
  }
}
.p-news-section .p-news__list__link::after {
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}
@media screen and (max-width: 768px) {
  .p-news-section .p-news__list__link::after {
    position: static;
  }
}
.p-news-section .p-news__date {
  letter-spacing: 0.1em;
}
.p-news-section .p-news__text {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 1;
      flex: 1;
  gap: 12px 22px;
}
.p-news-section .p-news__ttl {
  width: 100%;
  -ms-flex: initial;
      flex: initial;
  padding: 0;
}

/* ---------------------------------------------
  faq page
  --------------------------------------------- */
.p-faq {
  padding: 100px 0 150px;
}
.p-faq .l-wrap {
  max-width: 980px;
}

.p-faq-section:not(:last-of-type) {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-faq-section:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
.p-faq-section .c-sub-ttl {
  font-size: 2rem;
  color: #212D57;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-faq-section .c-sub-ttl {
    font-size: 1.375rem;
  }
}

.p-faq {
  padding: 96px 0;
}
.p-faq__intro {
  margin-bottom: 100px;
}
.p-faq__intro .c-text {
  text-align: center;
}
.p-faq__category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .p-faq__category {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .p-faq__category {
    grid-template-columns: 1fr;
  }
}
.p-faq__category a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #E1F0F9;
  padding: 22px 42px 22px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-faq__category a {
    padding: 20px;
  }
}
.p-faq__category a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #212D57 url("../img/common/icon_arrow_down.svg") no-repeat center/100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-faq__category a:hover {
    opacity: 0.7;
  }
}
.p-faq__container {
  display: grid;
  gap: 12px;
  margin-bottom: 70px;
}
.p-faq__list {
  margin-top: 50px;
  display: grid;
  gap: 5rem;
}
.p-faq__item__question {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 12px;
  position: relative;
  border-bottom: 1px solid #212D57;
  padding: 0 60px 18px 4px;
}
@media screen and (max-width: 768px) {
  .p-faq__item__question {
    padding-right: 24px;
  }
}
.p-faq__item__question p {
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #212D57;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 768px) {
  .p-faq__item__question p {
    font-size: 1rem;
  }
}
.p-faq__item__question::before {
  content: "Q";
  color: #fff;
  background-color: #212D57;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 36px;
  height: 36px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  border-radius: 50%;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .p-faq__item__question::before {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
    padding-bottom: 2px;
    margin-top: 2px;
  }
}
.p-faq__item__question::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../img/common/icon_plus.svg") no-repeat center/100%;
  position: absolute;
  top: 10px;
  right: 36px;
}
@media screen and (max-width: 768px) {
  .p-faq__item__question::after {
    width: 18px;
    height: 18px;
    top: 10px;
    right: 4px;
    top: calc(50% - 10px);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
.p-faq__item__answer {
  position: relative;
  display: none;
  padding: 12px 4px 0;
}
.p-faq__item__answer__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.p-faq__item__answer__inner::before {
  content: "A";
  color: #fff;
  background-color: #D81618;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 36px;
  height: 36px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  border-radius: 50%;
  padding-bottom: 4px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-faq__item__answer__inner::before {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
    padding-bottom: 2px;
  }
}
.p-faq__item__answer__inner p {
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 2;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 768px) {
  .p-faq__item__answer__inner p {
    font-size: 0.875rem;
  }
}
.p-faq__item.is-open .p-faq__item__question::after {
  background-image: url("../img/common/icon_minus.svg");
}

/* ---------------------------------------------
  privacy
  --------------------------------------------- */
.p-privacy {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 80px 0 100px;
  }
}
.p-privacy .l-wrap {
  max-width: 980px;
}
.p-privacy__tab__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-privacy__tab__list {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 5px;
  }
}
.p-privacy__tab__list .item {
  cursor: pointer;
  color: #172761;
  font-weight: 700;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  height: 80px;
  position: relative;
  border: 1px solid #172761;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-privacy__tab__list .item {
    font-size: 1rem;
    height: 60px;
    width: 100%;
  }
}
.p-privacy__tab__list .item.is-active {
  color: #fff;
  background-color: #172761;
}
.p-privacy__body {
  margin-top: 50px;
}
.p-privacy__block {
  display: none;
  opacity: 0;
}
.p-privacy__block.is-active {
  display: block;
  animation: fade ease 0.5s forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-privacy__block h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212D57;
  letter-spacing: 0.1em;
  line-height: 1.66;
  margin-top: 42px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-privacy__block h2 {
    font-size: 1.25rem;
    margin-top: 50px;
  }
}
.p-privacy__block h2:first-of-type {
  margin-top: 60px;
}
.p-privacy__block p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-privacy__block p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.p-privacy__block a {
  word-break: break-all;
}
.p-privacy__block p + p {
  margin-top: 32px;
}
.p-privacy__block ul + p {
  margin-top: 30px;
}
.p-privacy__block ul {
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .p-privacy__block ul {
    margin-top: 5px;
    padding-left: 10px;
  }
}
.p-privacy__block ul li {
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-privacy__block ul li {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.p-privacy__block ul li:before {
  content: "・";
}
.p-privacy__block ol {
  list-style: none;
  counter-reset: item;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .p-privacy__block ol {
    margin-top: 5px;
    padding-left: 10px;
  }
}
.p-privacy__block ol li {
  counter-increment: item;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-privacy__block ol li {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.p-privacy__block ol li::before {
  content: "(" counter(item) ") ";
}
.p-privacy__block .contact {
  color: #D81618;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-privacy__block .company {
  text-align: right;
  margin-top: 30px;
}

/* ---------------------------------------------
  404
  --------------------------------------------- */
body.error404 .l-header__logo .color {
  display: block;
}
body.error404 .l-header__logo .white {
  display: none;
}

.p-error-sec {
  padding-top: 200px;
  padding-bottom: 120px;
  padding: 200px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-error-sec {
    padding: 140px 0 80px;
  }
}
.p-error-sec .error-num {
  font-family: "Archivo", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.02em;
  color: #212D57;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-error-sec .error-num {
    font-size: 3.5rem;
  }
}
.p-error-sec .ttl-en {
  font-family: "Archivo", sans-serif;
  font-size: 2.125rem;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #212D57;
  text-align: center;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-error-sec .ttl-en {
    font-size: 1.625rem;
  }
}
.p-error-sec .ttl-ja {
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-error-sec .ttl-ja {
    font-size: 0.9375rem;
  }
}
.p-error-sec .c-btn {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-error-sec .c-btn {
    margin-top: 60px;
  }
}

/* ---------------------------------------------
  contact page
  --------------------------------------------- */
.p-contact {
  padding: 100px 0 150px;
}
.p-contact__lead {
  text-align: center;
  font-weight: 700;
  margin-bottom: 75px;
}