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

@media screen and (max-width: 1920px) and (min-width: 1281px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 993px) {
  html {
    font-size: 16px;
    font-size: max(13px, 1vw);
    font-size: 0.9756097561vw;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: max(13px, 1.9047619048vw);
  }
}
@media (max-width: 390px) {
  html {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.45;
  color: #030600;
  font-size: 1rem;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #030600;
  font-size: max(1.0625rem, 14px);
}

p {
  font-size: max(1.0625rem, 14px);
  font-weight: 500;
}

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: 84%;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .l-wrap {
    width: 88%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 3.125rem);
  }
}

/* -----------------------------------
  component
  -----------------------------------*/
/* ----- title ----- */
.c-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    gap: 4px;
  }
}
.c-ttl__en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 5.3125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 2.5rem;
  }
}
.c-ttl__ja {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-ttl__ja {
    font-size: 0.8125rem;
    gap: 10px;
  }
}
.c-ttl.white .c-ttl__en {
  color: #fff;
}
.c-ttl.white .c-ttl__en::before, .c-ttl.white .c-ttl__en::after {
  background-color: #fff;
}
.c-ttl.white .c-ttl__ja {
  color: #fff;
}
.c-ttl.center {
  -ms-flex-align: center;
      align-items: center;
}

/* ----- btn ----- */
.c-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4.25rem;
}
.c-btn__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    font-size: 0.75rem;
    gap: 12px;
  }
}
@media (hover: hover) {
  .c-btn__link:hover .c-btn__text::after {
    width: 100%;
  }
  .c-btn__link:hover .c-btn__arrow::before {
    width: 100%;
    height: 100%;
  }
  .c-btn__link:hover .c-btn__arrow::after {
    background-color: #030600;
  }
}
.c-btn__text {
  display: inline-block;
  position: relative;
}
.c-btn__text::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 0.3s ease;
}
.c-btn__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 4.75rem;
  height: 4.75rem;
  border: 1px solid #030600;
  border-radius: 100%;
  background: #030600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn__arrow {
    width: 2.3125rem;
    height: 2.3125rem;
  }
}
.c-btn__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #fff;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.c-btn__arrow::after {
  content: "";
  display: block;
  width: 17px;
  height: 14px;
  -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;
}
@media screen and (max-width: 767px) {
  .c-btn__arrow::after {
    width: 8px;
    height: 8px;
  }
}

.c-lead {
  text-align: center;
  font-size: 1.0625rem;
  letter-spacing: 0.11em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 0.75rem;
  }
}

/* -----------------------------------
  animation
  -----------------------------------*/
.anim-fuwa01 {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.anim-fuwa02 {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  animation-delay: 0.4s;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12%);
  }
  100% {
    transform: translateY(0);
  }
}
.anim-walk {
  animation: aruku 1.5s linear infinite;
}

@keyframes aruku {
  0%, 100% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
.js-fadein {
  -ms-transform: translateY(10%);
      transform: translateY(10%);
  opacity: 0;
  transition: 0.8s ease;
}
.js-fadein.is-active {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}

.js-fadeList li {
  -ms-transform: translateY(10%);
      transform: translateY(10%);
  opacity: 0;
  transition: 0.6s ease;
}
.js-fadeList.is-active li {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.js-fadeList.is-active li:nth-child(2) {
  transition-delay: 0.2s;
}
.js-fadeList.is-active li:nth-child(3) {
  transition-delay: 0.3s;
}
.js-fadeList.is-active li:nth-child(4) {
  transition-delay: 0.4s;
}
.js-fadeList.is-active li:nth-child(5) {
  transition-delay: 0.5s;
}
.js-fadeList.is-active li:nth-child(6) {
  transition-delay: 0.6s;
}
.js-fadeList.is-active li:nth-child(7) {
  transition-delay: 0.7s;
}
.js-fadeList.is-active li:nth-child(8) {
  transition-delay: 0.8s;
}
.js-fadeList.is-active li:nth-child(9) {
  transition-delay: 0.9s;
}
.js-fadeList.is-active li:nth-child(10) {
  transition-delay: 1s;
}
.js-fadeList.is-active li:nth-child(11) {
  transition-delay: 1.1s;
}
.js-fadeList.is-active li:nth-child(12) {
  transition-delay: 1.2s;
}
.js-fadeList.is-active li:nth-child(13) {
  transition-delay: 1.3s;
}
.js-fadeList.is-active li:nth-child(14) {
  transition-delay: 1.4s;
}
.js-fadeList.is-active li:nth-child(15) {
  transition-delay: 1.5s;
}
.js-fadeList.is-active li:nth-child(16) {
  transition-delay: 1.6s;
}
.js-fadeList.is-active li:nth-child(17) {
  transition-delay: 1.7s;
}
.js-fadeList.is-active li:nth-child(18) {
  transition-delay: 1.8s;
}
.js-fadeList.is-active li:nth-child(19) {
  transition-delay: 1.9s;
}
.js-fadeList.is-active li:nth-child(20) {
  transition-delay: 2s;
}
.js-fadeList.is-active li:nth-child(21) {
  transition-delay: 2.1s;
}
.js-fadeList.is-active li:nth-child(22) {
  transition-delay: 2.2s;
}
.js-fadeList.is-active li:nth-child(23) {
  transition-delay: 2.3s;
}
.js-fadeList.is-active li:nth-child(24) {
  transition-delay: 2.4s;
}
.js-fadeList.is-active li:nth-child(25) {
  transition-delay: 2.5s;
}
.js-fadeList.is-active li:nth-child(26) {
  transition-delay: 2.6s;
}
.js-fadeList.is-active li:nth-child(27) {
  transition-delay: 2.7s;
}
.js-fadeList.is-active li:nth-child(28) {
  transition-delay: 2.8s;
}
.js-fadeList.is-active li:nth-child(29) {
  transition-delay: 2.9s;
}
.js-fadeList.is-active li:nth-child(30) {
  transition-delay: 3s;
}
.js-fadeList.is-active li:nth-child(31) {
  transition-delay: 3.1s;
}
.js-fadeList.is-active li:nth-child(32) {
  transition-delay: 3.2s;
}
.js-fadeList.is-active li:nth-child(33) {
  transition-delay: 3.3s;
}
.js-fadeList.is-active li:nth-child(34) {
  transition-delay: 3.4s;
}
.js-fadeList.is-active li:nth-child(35) {
  transition-delay: 3.5s;
}
.js-fadeList.is-active li:nth-child(36) {
  transition-delay: 3.6s;
}
.js-fadeList.is-active li:nth-child(37) {
  transition-delay: 3.7s;
}
.js-fadeList.is-active li:nth-child(38) {
  transition-delay: 3.8s;
}
.js-fadeList.is-active li:nth-child(39) {
  transition-delay: 3.9s;
}
.js-fadeList.is-active li:nth-child(40) {
  transition-delay: 4s;
}
.js-fadeList.is-active li:nth-child(41) {
  transition-delay: 4.1s;
}
.js-fadeList.is-active li:nth-child(42) {
  transition-delay: 4.2s;
}
.js-fadeList.is-active li:nth-child(43) {
  transition-delay: 4.3s;
}
.js-fadeList.is-active li:nth-child(44) {
  transition-delay: 4.4s;
}
.js-fadeList.is-active li:nth-child(45) {
  transition-delay: 4.5s;
}
.js-fadeList.is-active li:nth-child(46) {
  transition-delay: 4.6s;
}
.js-fadeList.is-active li:nth-child(47) {
  transition-delay: 4.7s;
}
.js-fadeList.is-active li:nth-child(48) {
  transition-delay: 4.8s;
}
.js-fadeList.is-active li:nth-child(49) {
  transition-delay: 4.9s;
}
.js-fadeList.is-active li:nth-child(50) {
  transition-delay: 5s;
}
.js-fadeList.is-active li:nth-child(51) {
  transition-delay: 5.1s;
}
.js-fadeList.is-active li:nth-child(52) {
  transition-delay: 5.2s;
}
.js-fadeList.is-active li:nth-child(53) {
  transition-delay: 5.3s;
}
.js-fadeList.is-active li:nth-child(54) {
  transition-delay: 5.4s;
}
.js-fadeList.is-active li:nth-child(55) {
  transition-delay: 5.5s;
}
.js-fadeList.is-active li:nth-child(56) {
  transition-delay: 5.6s;
}
.js-fadeList.is-active li:nth-child(57) {
  transition-delay: 5.7s;
}
.js-fadeList.is-active li:nth-child(58) {
  transition-delay: 5.8s;
}
.js-fadeList.is-active li:nth-child(59) {
  transition-delay: 5.9s;
}
.js-fadeList.is-active li:nth-child(60) {
  transition-delay: 6s;
}
.js-fadeList.is-active li:nth-child(61) {
  transition-delay: 6.1s;
}
.js-fadeList.is-active li:nth-child(62) {
  transition-delay: 6.2s;
}
.js-fadeList.is-active li:nth-child(63) {
  transition-delay: 6.3s;
}
.js-fadeList.is-active li:nth-child(64) {
  transition-delay: 6.4s;
}
.js-fadeList.is-active li:nth-child(65) {
  transition-delay: 6.5s;
}
.js-fadeList.is-active li:nth-child(66) {
  transition-delay: 6.6s;
}
.js-fadeList.is-active li:nth-child(67) {
  transition-delay: 6.7s;
}
.js-fadeList.is-active li:nth-child(68) {
  transition-delay: 6.8s;
}
.js-fadeList.is-active li:nth-child(69) {
  transition-delay: 6.9s;
}
.js-fadeList.is-active li:nth-child(70) {
  transition-delay: 7s;
}
.js-fadeList.is-active li:nth-child(71) {
  transition-delay: 7.1s;
}
.js-fadeList.is-active li:nth-child(72) {
  transition-delay: 7.2s;
}
.js-fadeList.is-active li:nth-child(73) {
  transition-delay: 7.3s;
}
.js-fadeList.is-active li:nth-child(74) {
  transition-delay: 7.4s;
}
.js-fadeList.is-active li:nth-child(75) {
  transition-delay: 7.5s;
}
.js-fadeList.is-active li:nth-child(76) {
  transition-delay: 7.6s;
}
.js-fadeList.is-active li:nth-child(77) {
  transition-delay: 7.7s;
}
.js-fadeList.is-active li:nth-child(78) {
  transition-delay: 7.8s;
}
.js-fadeList.is-active li:nth-child(79) {
  transition-delay: 7.9s;
}
.js-fadeList.is-active li:nth-child(80) {
  transition-delay: 8s;
}
.js-fadeList.is-active li:nth-child(81) {
  transition-delay: 8.1s;
}
.js-fadeList.is-active li:nth-child(82) {
  transition-delay: 8.2s;
}
.js-fadeList.is-active li:nth-child(83) {
  transition-delay: 8.3s;
}
.js-fadeList.is-active li:nth-child(84) {
  transition-delay: 8.4s;
}
.js-fadeList.is-active li:nth-child(85) {
  transition-delay: 8.5s;
}
.js-fadeList.is-active li:nth-child(86) {
  transition-delay: 8.6s;
}
.js-fadeList.is-active li:nth-child(87) {
  transition-delay: 8.7s;
}
.js-fadeList.is-active li:nth-child(88) {
  transition-delay: 8.8s;
}
.js-fadeList.is-active li:nth-child(89) {
  transition-delay: 8.9s;
}
.js-fadeList.is-active li:nth-child(90) {
  transition-delay: 9s;
}
.js-fadeList.is-active li:nth-child(91) {
  transition-delay: 9.1s;
}
.js-fadeList.is-active li:nth-child(92) {
  transition-delay: 9.2s;
}
.js-fadeList.is-active li:nth-child(93) {
  transition-delay: 9.3s;
}
.js-fadeList.is-active li:nth-child(94) {
  transition-delay: 9.4s;
}
.js-fadeList.is-active li:nth-child(95) {
  transition-delay: 9.5s;
}
.js-fadeList.is-active li:nth-child(96) {
  transition-delay: 9.6s;
}
.js-fadeList.is-active li:nth-child(97) {
  transition-delay: 9.7s;
}
.js-fadeList.is-active li:nth-child(98) {
  transition-delay: 9.8s;
}
.js-fadeList.is-active li:nth-child(99) {
  transition-delay: 9.9s;
}
.js-fadeList.is-active li:nth-child(100) {
  transition-delay: 10s;
}
.js-fadeList.is-active li:nth-child(101) {
  transition-delay: 10.1s;
}
.js-fadeList.is-active li:nth-child(102) {
  transition-delay: 10.2s;
}
.js-fadeList.is-active li:nth-child(103) {
  transition-delay: 10.3s;
}
.js-fadeList.is-active li:nth-child(104) {
  transition-delay: 10.4s;
}
.js-fadeList.is-active li:nth-child(105) {
  transition-delay: 10.5s;
}
.js-fadeList.is-active li:nth-child(106) {
  transition-delay: 10.6s;
}
.js-fadeList.is-active li:nth-child(107) {
  transition-delay: 10.7s;
}
.js-fadeList.is-active li:nth-child(108) {
  transition-delay: 10.8s;
}
.js-fadeList.is-active li:nth-child(109) {
  transition-delay: 10.9s;
}
.js-fadeList.is-active li:nth-child(110) {
  transition-delay: 11s;
}
.js-fadeList.is-active li:nth-child(111) {
  transition-delay: 11.1s;
}
.js-fadeList.is-active li:nth-child(112) {
  transition-delay: 11.2s;
}
.js-fadeList.is-active li:nth-child(113) {
  transition-delay: 11.3s;
}
.js-fadeList.is-active li:nth-child(114) {
  transition-delay: 11.4s;
}
.js-fadeList.is-active li:nth-child(115) {
  transition-delay: 11.5s;
}
.js-fadeList.is-active li:nth-child(116) {
  transition-delay: 11.6s;
}
.js-fadeList.is-active li:nth-child(117) {
  transition-delay: 11.7s;
}
.js-fadeList.is-active li:nth-child(118) {
  transition-delay: 11.8s;
}
.js-fadeList.is-active li:nth-child(119) {
  transition-delay: 11.9s;
}
.js-fadeList.is-active li:nth-child(120) {
  transition-delay: 12s;
}
.js-fadeList.is-active li:nth-child(121) {
  transition-delay: 12.1s;
}
.js-fadeList.is-active li:nth-child(122) {
  transition-delay: 12.2s;
}
.js-fadeList.is-active li:nth-child(123) {
  transition-delay: 12.3s;
}
.js-fadeList.is-active li:nth-child(124) {
  transition-delay: 12.4s;
}
.js-fadeList.is-active li:nth-child(125) {
  transition-delay: 12.5s;
}
.js-fadeList.is-active li:nth-child(126) {
  transition-delay: 12.6s;
}
.js-fadeList.is-active li:nth-child(127) {
  transition-delay: 12.7s;
}
.js-fadeList.is-active li:nth-child(128) {
  transition-delay: 12.8s;
}
.js-fadeList.is-active li:nth-child(129) {
  transition-delay: 12.9s;
}
.js-fadeList.is-active li:nth-child(130) {
  transition-delay: 13s;
}
.js-fadeList.is-active li:nth-child(131) {
  transition-delay: 13.1s;
}
.js-fadeList.is-active li:nth-child(132) {
  transition-delay: 13.2s;
}
.js-fadeList.is-active li:nth-child(133) {
  transition-delay: 13.3s;
}
.js-fadeList.is-active li:nth-child(134) {
  transition-delay: 13.4s;
}
.js-fadeList.is-active li:nth-child(135) {
  transition-delay: 13.5s;
}
.js-fadeList.is-active li:nth-child(136) {
  transition-delay: 13.6s;
}
.js-fadeList.is-active li:nth-child(137) {
  transition-delay: 13.7s;
}
.js-fadeList.is-active li:nth-child(138) {
  transition-delay: 13.8s;
}
.js-fadeList.is-active li:nth-child(139) {
  transition-delay: 13.9s;
}
.js-fadeList.is-active li:nth-child(140) {
  transition-delay: 14s;
}
.js-fadeList.is-active li:nth-child(141) {
  transition-delay: 14.1s;
}
.js-fadeList.is-active li:nth-child(142) {
  transition-delay: 14.2s;
}
.js-fadeList.is-active li:nth-child(143) {
  transition-delay: 14.3s;
}
.js-fadeList.is-active li:nth-child(144) {
  transition-delay: 14.4s;
}
.js-fadeList.is-active li:nth-child(145) {
  transition-delay: 14.5s;
}
.js-fadeList.is-active li:nth-child(146) {
  transition-delay: 14.6s;
}
.js-fadeList.is-active li:nth-child(147) {
  transition-delay: 14.7s;
}
.js-fadeList.is-active li:nth-child(148) {
  transition-delay: 14.8s;
}
.js-fadeList.is-active li:nth-child(149) {
  transition-delay: 14.9s;
}
.js-fadeList.is-active li:nth-child(150) {
  transition-delay: 15s;
}
.js-fadeList.is-active li:nth-child(151) {
  transition-delay: 15.1s;
}
.js-fadeList.is-active li:nth-child(152) {
  transition-delay: 15.2s;
}
.js-fadeList.is-active li:nth-child(153) {
  transition-delay: 15.3s;
}
.js-fadeList.is-active li:nth-child(154) {
  transition-delay: 15.4s;
}
.js-fadeList.is-active li:nth-child(155) {
  transition-delay: 15.5s;
}
.js-fadeList.is-active li:nth-child(156) {
  transition-delay: 15.6s;
}
.js-fadeList.is-active li:nth-child(157) {
  transition-delay: 15.7s;
}
.js-fadeList.is-active li:nth-child(158) {
  transition-delay: 15.8s;
}
.js-fadeList.is-active li:nth-child(159) {
  transition-delay: 15.9s;
}
.js-fadeList.is-active li:nth-child(160) {
  transition-delay: 16s;
}
.js-fadeList.is-active li:nth-child(161) {
  transition-delay: 16.1s;
}
.js-fadeList.is-active li:nth-child(162) {
  transition-delay: 16.2s;
}
.js-fadeList.is-active li:nth-child(163) {
  transition-delay: 16.3s;
}
.js-fadeList.is-active li:nth-child(164) {
  transition-delay: 16.4s;
}
.js-fadeList.is-active li:nth-child(165) {
  transition-delay: 16.5s;
}
.js-fadeList.is-active li:nth-child(166) {
  transition-delay: 16.6s;
}
.js-fadeList.is-active li:nth-child(167) {
  transition-delay: 16.7s;
}
.js-fadeList.is-active li:nth-child(168) {
  transition-delay: 16.8s;
}
.js-fadeList.is-active li:nth-child(169) {
  transition-delay: 16.9s;
}
.js-fadeList.is-active li:nth-child(170) {
  transition-delay: 17s;
}
.js-fadeList.is-active li:nth-child(171) {
  transition-delay: 17.1s;
}
.js-fadeList.is-active li:nth-child(172) {
  transition-delay: 17.2s;
}
.js-fadeList.is-active li:nth-child(173) {
  transition-delay: 17.3s;
}
.js-fadeList.is-active li:nth-child(174) {
  transition-delay: 17.4s;
}
.js-fadeList.is-active li:nth-child(175) {
  transition-delay: 17.5s;
}
.js-fadeList.is-active li:nth-child(176) {
  transition-delay: 17.6s;
}
.js-fadeList.is-active li:nth-child(177) {
  transition-delay: 17.7s;
}
.js-fadeList.is-active li:nth-child(178) {
  transition-delay: 17.8s;
}
.js-fadeList.is-active li:nth-child(179) {
  transition-delay: 17.9s;
}
.js-fadeList.is-active li:nth-child(180) {
  transition-delay: 18s;
}
.js-fadeList.is-active li:nth-child(181) {
  transition-delay: 18.1s;
}
.js-fadeList.is-active li:nth-child(182) {
  transition-delay: 18.2s;
}
.js-fadeList.is-active li:nth-child(183) {
  transition-delay: 18.3s;
}
.js-fadeList.is-active li:nth-child(184) {
  transition-delay: 18.4s;
}
.js-fadeList.is-active li:nth-child(185) {
  transition-delay: 18.5s;
}
.js-fadeList.is-active li:nth-child(186) {
  transition-delay: 18.6s;
}
.js-fadeList.is-active li:nth-child(187) {
  transition-delay: 18.7s;
}
.js-fadeList.is-active li:nth-child(188) {
  transition-delay: 18.8s;
}
.js-fadeList.is-active li:nth-child(189) {
  transition-delay: 18.9s;
}
.js-fadeList.is-active li:nth-child(190) {
  transition-delay: 19s;
}
.js-fadeList.is-active li:nth-child(191) {
  transition-delay: 19.1s;
}
.js-fadeList.is-active li:nth-child(192) {
  transition-delay: 19.2s;
}
.js-fadeList.is-active li:nth-child(193) {
  transition-delay: 19.3s;
}
.js-fadeList.is-active li:nth-child(194) {
  transition-delay: 19.4s;
}
.js-fadeList.is-active li:nth-child(195) {
  transition-delay: 19.5s;
}
.js-fadeList.is-active li:nth-child(196) {
  transition-delay: 19.6s;
}
.js-fadeList.is-active li:nth-child(197) {
  transition-delay: 19.7s;
}
.js-fadeList.is-active li:nth-child(198) {
  transition-delay: 19.8s;
}
.js-fadeList.is-active li:nth-child(199) {
  transition-delay: 19.9s;
}
.js-fadeList.is-active li:nth-child(200) {
  transition-delay: 20s;
}
.js-fadeList.is-active li:nth-child(201) {
  transition-delay: 20.1s;
}
.js-fadeList.is-active li:nth-child(202) {
  transition-delay: 20.2s;
}
.js-fadeList.is-active li:nth-child(203) {
  transition-delay: 20.3s;
}
.js-fadeList.is-active li:nth-child(204) {
  transition-delay: 20.4s;
}
.js-fadeList.is-active li:nth-child(205) {
  transition-delay: 20.5s;
}
.js-fadeList.is-active li:nth-child(206) {
  transition-delay: 20.6s;
}
.js-fadeList.is-active li:nth-child(207) {
  transition-delay: 20.7s;
}
.js-fadeList.is-active li:nth-child(208) {
  transition-delay: 20.8s;
}
.js-fadeList.is-active li:nth-child(209) {
  transition-delay: 20.9s;
}
.js-fadeList.is-active li:nth-child(210) {
  transition-delay: 21s;
}
.js-fadeList.is-active li:nth-child(211) {
  transition-delay: 21.1s;
}
.js-fadeList.is-active li:nth-child(212) {
  transition-delay: 21.2s;
}
.js-fadeList.is-active li:nth-child(213) {
  transition-delay: 21.3s;
}
.js-fadeList.is-active li:nth-child(214) {
  transition-delay: 21.4s;
}
.js-fadeList.is-active li:nth-child(215) {
  transition-delay: 21.5s;
}
.js-fadeList.is-active li:nth-child(216) {
  transition-delay: 21.6s;
}
.js-fadeList.is-active li:nth-child(217) {
  transition-delay: 21.7s;
}
.js-fadeList.is-active li:nth-child(218) {
  transition-delay: 21.8s;
}
.js-fadeList.is-active li:nth-child(219) {
  transition-delay: 21.9s;
}
.js-fadeList.is-active li:nth-child(220) {
  transition-delay: 22s;
}
.js-fadeList.is-active li:nth-child(221) {
  transition-delay: 22.1s;
}
.js-fadeList.is-active li:nth-child(222) {
  transition-delay: 22.2s;
}
.js-fadeList.is-active li:nth-child(223) {
  transition-delay: 22.3s;
}
.js-fadeList.is-active li:nth-child(224) {
  transition-delay: 22.4s;
}
.js-fadeList.is-active li:nth-child(225) {
  transition-delay: 22.5s;
}
.js-fadeList.is-active li:nth-child(226) {
  transition-delay: 22.6s;
}
.js-fadeList.is-active li:nth-child(227) {
  transition-delay: 22.7s;
}
.js-fadeList.is-active li:nth-child(228) {
  transition-delay: 22.8s;
}
.js-fadeList.is-active li:nth-child(229) {
  transition-delay: 22.9s;
}
.js-fadeList.is-active li:nth-child(230) {
  transition-delay: 23s;
}
.js-fadeList.is-active li:nth-child(231) {
  transition-delay: 23.1s;
}
.js-fadeList.is-active li:nth-child(232) {
  transition-delay: 23.2s;
}
.js-fadeList.is-active li:nth-child(233) {
  transition-delay: 23.3s;
}
.js-fadeList.is-active li:nth-child(234) {
  transition-delay: 23.4s;
}
.js-fadeList.is-active li:nth-child(235) {
  transition-delay: 23.5s;
}
.js-fadeList.is-active li:nth-child(236) {
  transition-delay: 23.6s;
}
.js-fadeList.is-active li:nth-child(237) {
  transition-delay: 23.7s;
}
.js-fadeList.is-active li:nth-child(238) {
  transition-delay: 23.8s;
}
.js-fadeList.is-active li:nth-child(239) {
  transition-delay: 23.9s;
}
.js-fadeList.is-active li:nth-child(240) {
  transition-delay: 24s;
}
.js-fadeList.is-active li:nth-child(241) {
  transition-delay: 24.1s;
}
.js-fadeList.is-active li:nth-child(242) {
  transition-delay: 24.2s;
}
.js-fadeList.is-active li:nth-child(243) {
  transition-delay: 24.3s;
}
.js-fadeList.is-active li:nth-child(244) {
  transition-delay: 24.4s;
}
.js-fadeList.is-active li:nth-child(245) {
  transition-delay: 24.5s;
}
.js-fadeList.is-active li:nth-child(246) {
  transition-delay: 24.6s;
}
.js-fadeList.is-active li:nth-child(247) {
  transition-delay: 24.7s;
}
.js-fadeList.is-active li:nth-child(248) {
  transition-delay: 24.8s;
}
.js-fadeList.is-active li:nth-child(249) {
  transition-delay: 24.9s;
}
.js-fadeList.is-active li:nth-child(250) {
  transition-delay: 25s;
}
.js-fadeList.is-active li:nth-child(251) {
  transition-delay: 25.1s;
}
.js-fadeList.is-active li:nth-child(252) {
  transition-delay: 25.2s;
}
.js-fadeList.is-active li:nth-child(253) {
  transition-delay: 25.3s;
}
.js-fadeList.is-active li:nth-child(254) {
  transition-delay: 25.4s;
}
.js-fadeList.is-active li:nth-child(255) {
  transition-delay: 25.5s;
}
.js-fadeList.is-active li:nth-child(256) {
  transition-delay: 25.6s;
}
.js-fadeList.is-active li:nth-child(257) {
  transition-delay: 25.7s;
}
.js-fadeList.is-active li:nth-child(258) {
  transition-delay: 25.8s;
}
.js-fadeList.is-active li:nth-child(259) {
  transition-delay: 25.9s;
}
.js-fadeList.is-active li:nth-child(260) {
  transition-delay: 26s;
}
.js-fadeList.is-active li:nth-child(261) {
  transition-delay: 26.1s;
}
.js-fadeList.is-active li:nth-child(262) {
  transition-delay: 26.2s;
}
.js-fadeList.is-active li:nth-child(263) {
  transition-delay: 26.3s;
}
.js-fadeList.is-active li:nth-child(264) {
  transition-delay: 26.4s;
}
.js-fadeList.is-active li:nth-child(265) {
  transition-delay: 26.5s;
}
.js-fadeList.is-active li:nth-child(266) {
  transition-delay: 26.6s;
}
.js-fadeList.is-active li:nth-child(267) {
  transition-delay: 26.7s;
}
.js-fadeList.is-active li:nth-child(268) {
  transition-delay: 26.8s;
}
.js-fadeList.is-active li:nth-child(269) {
  transition-delay: 26.9s;
}
.js-fadeList.is-active li:nth-child(270) {
  transition-delay: 27s;
}
.js-fadeList.is-active li:nth-child(271) {
  transition-delay: 27.1s;
}
.js-fadeList.is-active li:nth-child(272) {
  transition-delay: 27.2s;
}
.js-fadeList.is-active li:nth-child(273) {
  transition-delay: 27.3s;
}
.js-fadeList.is-active li:nth-child(274) {
  transition-delay: 27.4s;
}
.js-fadeList.is-active li:nth-child(275) {
  transition-delay: 27.5s;
}
.js-fadeList.is-active li:nth-child(276) {
  transition-delay: 27.6s;
}
.js-fadeList.is-active li:nth-child(277) {
  transition-delay: 27.7s;
}
.js-fadeList.is-active li:nth-child(278) {
  transition-delay: 27.8s;
}
.js-fadeList.is-active li:nth-child(279) {
  transition-delay: 27.9s;
}
.js-fadeList.is-active li:nth-child(280) {
  transition-delay: 28s;
}
.js-fadeList.is-active li:nth-child(281) {
  transition-delay: 28.1s;
}
.js-fadeList.is-active li:nth-child(282) {
  transition-delay: 28.2s;
}
.js-fadeList.is-active li:nth-child(283) {
  transition-delay: 28.3s;
}
.js-fadeList.is-active li:nth-child(284) {
  transition-delay: 28.4s;
}
.js-fadeList.is-active li:nth-child(285) {
  transition-delay: 28.5s;
}
.js-fadeList.is-active li:nth-child(286) {
  transition-delay: 28.6s;
}
.js-fadeList.is-active li:nth-child(287) {
  transition-delay: 28.7s;
}
.js-fadeList.is-active li:nth-child(288) {
  transition-delay: 28.8s;
}
.js-fadeList.is-active li:nth-child(289) {
  transition-delay: 28.9s;
}
.js-fadeList.is-active li:nth-child(290) {
  transition-delay: 29s;
}
.js-fadeList.is-active li:nth-child(291) {
  transition-delay: 29.1s;
}
.js-fadeList.is-active li:nth-child(292) {
  transition-delay: 29.2s;
}
.js-fadeList.is-active li:nth-child(293) {
  transition-delay: 29.3s;
}
.js-fadeList.is-active li:nth-child(294) {
  transition-delay: 29.4s;
}
.js-fadeList.is-active li:nth-child(295) {
  transition-delay: 29.5s;
}
.js-fadeList.is-active li:nth-child(296) {
  transition-delay: 29.6s;
}
.js-fadeList.is-active li:nth-child(297) {
  transition-delay: 29.7s;
}
.js-fadeList.is-active li:nth-child(298) {
  transition-delay: 29.8s;
}
.js-fadeList.is-active li:nth-child(299) {
  transition-delay: 29.9s;
}
.js-fadeList.is-active li:nth-child(300) {
  transition-delay: 30s;
}
.js-fadeList.is-active li:nth-child(301) {
  transition-delay: 30.1s;
}
.js-fadeList.is-active li:nth-child(302) {
  transition-delay: 30.2s;
}
.js-fadeList.is-active li:nth-child(303) {
  transition-delay: 30.3s;
}
.js-fadeList.is-active li:nth-child(304) {
  transition-delay: 30.4s;
}
.js-fadeList.is-active li:nth-child(305) {
  transition-delay: 30.5s;
}
.js-fadeList.is-active li:nth-child(306) {
  transition-delay: 30.6s;
}
.js-fadeList.is-active li:nth-child(307) {
  transition-delay: 30.7s;
}
.js-fadeList.is-active li:nth-child(308) {
  transition-delay: 30.8s;
}
.js-fadeList.is-active li:nth-child(309) {
  transition-delay: 30.9s;
}
.js-fadeList.is-active li:nth-child(310) {
  transition-delay: 31s;
}
.js-fadeList.is-active li:nth-child(311) {
  transition-delay: 31.1s;
}
.js-fadeList.is-active li:nth-child(312) {
  transition-delay: 31.2s;
}
.js-fadeList.is-active li:nth-child(313) {
  transition-delay: 31.3s;
}
.js-fadeList.is-active li:nth-child(314) {
  transition-delay: 31.4s;
}
.js-fadeList.is-active li:nth-child(315) {
  transition-delay: 31.5s;
}
.js-fadeList.is-active li:nth-child(316) {
  transition-delay: 31.6s;
}
.js-fadeList.is-active li:nth-child(317) {
  transition-delay: 31.7s;
}
.js-fadeList.is-active li:nth-child(318) {
  transition-delay: 31.8s;
}
.js-fadeList.is-active li:nth-child(319) {
  transition-delay: 31.9s;
}
.js-fadeList.is-active li:nth-child(320) {
  transition-delay: 32s;
}
.js-fadeList.is-active li:nth-child(321) {
  transition-delay: 32.1s;
}
.js-fadeList.is-active li:nth-child(322) {
  transition-delay: 32.2s;
}
.js-fadeList.is-active li:nth-child(323) {
  transition-delay: 32.3s;
}
.js-fadeList.is-active li:nth-child(324) {
  transition-delay: 32.4s;
}
.js-fadeList.is-active li:nth-child(325) {
  transition-delay: 32.5s;
}
.js-fadeList.is-active li:nth-child(326) {
  transition-delay: 32.6s;
}
.js-fadeList.is-active li:nth-child(327) {
  transition-delay: 32.7s;
}
.js-fadeList.is-active li:nth-child(328) {
  transition-delay: 32.8s;
}
.js-fadeList.is-active li:nth-child(329) {
  transition-delay: 32.9s;
}
.js-fadeList.is-active li:nth-child(330) {
  transition-delay: 33s;
}
.js-fadeList.is-active li:nth-child(331) {
  transition-delay: 33.1s;
}
.js-fadeList.is-active li:nth-child(332) {
  transition-delay: 33.2s;
}
.js-fadeList.is-active li:nth-child(333) {
  transition-delay: 33.3s;
}
.js-fadeList.is-active li:nth-child(334) {
  transition-delay: 33.4s;
}
.js-fadeList.is-active li:nth-child(335) {
  transition-delay: 33.5s;
}
.js-fadeList.is-active li:nth-child(336) {
  transition-delay: 33.6s;
}
.js-fadeList.is-active li:nth-child(337) {
  transition-delay: 33.7s;
}
.js-fadeList.is-active li:nth-child(338) {
  transition-delay: 33.8s;
}
.js-fadeList.is-active li:nth-child(339) {
  transition-delay: 33.9s;
}
.js-fadeList.is-active li:nth-child(340) {
  transition-delay: 34s;
}
.js-fadeList.is-active li:nth-child(341) {
  transition-delay: 34.1s;
}
.js-fadeList.is-active li:nth-child(342) {
  transition-delay: 34.2s;
}
.js-fadeList.is-active li:nth-child(343) {
  transition-delay: 34.3s;
}
.js-fadeList.is-active li:nth-child(344) {
  transition-delay: 34.4s;
}
.js-fadeList.is-active li:nth-child(345) {
  transition-delay: 34.5s;
}
.js-fadeList.is-active li:nth-child(346) {
  transition-delay: 34.6s;
}
.js-fadeList.is-active li:nth-child(347) {
  transition-delay: 34.7s;
}
.js-fadeList.is-active li:nth-child(348) {
  transition-delay: 34.8s;
}
.js-fadeList.is-active li:nth-child(349) {
  transition-delay: 34.9s;
}
.js-fadeList.is-active li:nth-child(350) {
  transition-delay: 35s;
}
.js-fadeList.is-active li:nth-child(351) {
  transition-delay: 35.1s;
}
.js-fadeList.is-active li:nth-child(352) {
  transition-delay: 35.2s;
}
.js-fadeList.is-active li:nth-child(353) {
  transition-delay: 35.3s;
}
.js-fadeList.is-active li:nth-child(354) {
  transition-delay: 35.4s;
}
.js-fadeList.is-active li:nth-child(355) {
  transition-delay: 35.5s;
}
.js-fadeList.is-active li:nth-child(356) {
  transition-delay: 35.6s;
}
.js-fadeList.is-active li:nth-child(357) {
  transition-delay: 35.7s;
}
.js-fadeList.is-active li:nth-child(358) {
  transition-delay: 35.8s;
}
.js-fadeList.is-active li:nth-child(359) {
  transition-delay: 35.9s;
}
.js-fadeList.is-active li:nth-child(360) {
  transition-delay: 36s;
}
.js-fadeList.is-active li:nth-child(361) {
  transition-delay: 36.1s;
}
.js-fadeList.is-active li:nth-child(362) {
  transition-delay: 36.2s;
}
.js-fadeList.is-active li:nth-child(363) {
  transition-delay: 36.3s;
}
.js-fadeList.is-active li:nth-child(364) {
  transition-delay: 36.4s;
}
.js-fadeList.is-active li:nth-child(365) {
  transition-delay: 36.5s;
}
.js-fadeList.is-active li:nth-child(366) {
  transition-delay: 36.6s;
}
.js-fadeList.is-active li:nth-child(367) {
  transition-delay: 36.7s;
}
.js-fadeList.is-active li:nth-child(368) {
  transition-delay: 36.8s;
}
.js-fadeList.is-active li:nth-child(369) {
  transition-delay: 36.9s;
}
.js-fadeList.is-active li:nth-child(370) {
  transition-delay: 37s;
}
.js-fadeList.is-active li:nth-child(371) {
  transition-delay: 37.1s;
}
.js-fadeList.is-active li:nth-child(372) {
  transition-delay: 37.2s;
}
.js-fadeList.is-active li:nth-child(373) {
  transition-delay: 37.3s;
}
.js-fadeList.is-active li:nth-child(374) {
  transition-delay: 37.4s;
}
.js-fadeList.is-active li:nth-child(375) {
  transition-delay: 37.5s;
}
.js-fadeList.is-active li:nth-child(376) {
  transition-delay: 37.6s;
}
.js-fadeList.is-active li:nth-child(377) {
  transition-delay: 37.7s;
}
.js-fadeList.is-active li:nth-child(378) {
  transition-delay: 37.8s;
}
.js-fadeList.is-active li:nth-child(379) {
  transition-delay: 37.9s;
}
.js-fadeList.is-active li:nth-child(380) {
  transition-delay: 38s;
}
.js-fadeList.is-active li:nth-child(381) {
  transition-delay: 38.1s;
}
.js-fadeList.is-active li:nth-child(382) {
  transition-delay: 38.2s;
}
.js-fadeList.is-active li:nth-child(383) {
  transition-delay: 38.3s;
}
.js-fadeList.is-active li:nth-child(384) {
  transition-delay: 38.4s;
}
.js-fadeList.is-active li:nth-child(385) {
  transition-delay: 38.5s;
}
.js-fadeList.is-active li:nth-child(386) {
  transition-delay: 38.6s;
}
.js-fadeList.is-active li:nth-child(387) {
  transition-delay: 38.7s;
}
.js-fadeList.is-active li:nth-child(388) {
  transition-delay: 38.8s;
}
.js-fadeList.is-active li:nth-child(389) {
  transition-delay: 38.9s;
}
.js-fadeList.is-active li:nth-child(390) {
  transition-delay: 39s;
}
.js-fadeList.is-active li:nth-child(391) {
  transition-delay: 39.1s;
}
.js-fadeList.is-active li:nth-child(392) {
  transition-delay: 39.2s;
}
.js-fadeList.is-active li:nth-child(393) {
  transition-delay: 39.3s;
}
.js-fadeList.is-active li:nth-child(394) {
  transition-delay: 39.4s;
}
.js-fadeList.is-active li:nth-child(395) {
  transition-delay: 39.5s;
}
.js-fadeList.is-active li:nth-child(396) {
  transition-delay: 39.6s;
}
.js-fadeList.is-active li:nth-child(397) {
  transition-delay: 39.7s;
}
.js-fadeList.is-active li:nth-child(398) {
  transition-delay: 39.8s;
}
.js-fadeList.is-active li:nth-child(399) {
  transition-delay: 39.9s;
}
.js-fadeList.is-active li:nth-child(400) {
  transition-delay: 40s;
}
.js-fadeList.is-active li:nth-child(401) {
  transition-delay: 40.1s;
}
.js-fadeList.is-active li:nth-child(402) {
  transition-delay: 40.2s;
}
.js-fadeList.is-active li:nth-child(403) {
  transition-delay: 40.3s;
}
.js-fadeList.is-active li:nth-child(404) {
  transition-delay: 40.4s;
}
.js-fadeList.is-active li:nth-child(405) {
  transition-delay: 40.5s;
}
.js-fadeList.is-active li:nth-child(406) {
  transition-delay: 40.6s;
}
.js-fadeList.is-active li:nth-child(407) {
  transition-delay: 40.7s;
}
.js-fadeList.is-active li:nth-child(408) {
  transition-delay: 40.8s;
}
.js-fadeList.is-active li:nth-child(409) {
  transition-delay: 40.9s;
}
.js-fadeList.is-active li:nth-child(410) {
  transition-delay: 41s;
}
.js-fadeList.is-active li:nth-child(411) {
  transition-delay: 41.1s;
}
.js-fadeList.is-active li:nth-child(412) {
  transition-delay: 41.2s;
}
.js-fadeList.is-active li:nth-child(413) {
  transition-delay: 41.3s;
}
.js-fadeList.is-active li:nth-child(414) {
  transition-delay: 41.4s;
}
.js-fadeList.is-active li:nth-child(415) {
  transition-delay: 41.5s;
}
.js-fadeList.is-active li:nth-child(416) {
  transition-delay: 41.6s;
}
.js-fadeList.is-active li:nth-child(417) {
  transition-delay: 41.7s;
}
.js-fadeList.is-active li:nth-child(418) {
  transition-delay: 41.8s;
}
.js-fadeList.is-active li:nth-child(419) {
  transition-delay: 41.9s;
}
.js-fadeList.is-active li:nth-child(420) {
  transition-delay: 42s;
}
.js-fadeList.is-active li:nth-child(421) {
  transition-delay: 42.1s;
}
.js-fadeList.is-active li:nth-child(422) {
  transition-delay: 42.2s;
}
.js-fadeList.is-active li:nth-child(423) {
  transition-delay: 42.3s;
}
.js-fadeList.is-active li:nth-child(424) {
  transition-delay: 42.4s;
}
.js-fadeList.is-active li:nth-child(425) {
  transition-delay: 42.5s;
}
.js-fadeList.is-active li:nth-child(426) {
  transition-delay: 42.6s;
}
.js-fadeList.is-active li:nth-child(427) {
  transition-delay: 42.7s;
}
.js-fadeList.is-active li:nth-child(428) {
  transition-delay: 42.8s;
}
.js-fadeList.is-active li:nth-child(429) {
  transition-delay: 42.9s;
}
.js-fadeList.is-active li:nth-child(430) {
  transition-delay: 43s;
}
.js-fadeList.is-active li:nth-child(431) {
  transition-delay: 43.1s;
}
.js-fadeList.is-active li:nth-child(432) {
  transition-delay: 43.2s;
}
.js-fadeList.is-active li:nth-child(433) {
  transition-delay: 43.3s;
}
.js-fadeList.is-active li:nth-child(434) {
  transition-delay: 43.4s;
}
.js-fadeList.is-active li:nth-child(435) {
  transition-delay: 43.5s;
}
.js-fadeList.is-active li:nth-child(436) {
  transition-delay: 43.6s;
}
.js-fadeList.is-active li:nth-child(437) {
  transition-delay: 43.7s;
}
.js-fadeList.is-active li:nth-child(438) {
  transition-delay: 43.8s;
}
.js-fadeList.is-active li:nth-child(439) {
  transition-delay: 43.9s;
}
.js-fadeList.is-active li:nth-child(440) {
  transition-delay: 44s;
}
.js-fadeList.is-active li:nth-child(441) {
  transition-delay: 44.1s;
}
.js-fadeList.is-active li:nth-child(442) {
  transition-delay: 44.2s;
}
.js-fadeList.is-active li:nth-child(443) {
  transition-delay: 44.3s;
}
.js-fadeList.is-active li:nth-child(444) {
  transition-delay: 44.4s;
}
.js-fadeList.is-active li:nth-child(445) {
  transition-delay: 44.5s;
}
.js-fadeList.is-active li:nth-child(446) {
  transition-delay: 44.6s;
}
.js-fadeList.is-active li:nth-child(447) {
  transition-delay: 44.7s;
}
.js-fadeList.is-active li:nth-child(448) {
  transition-delay: 44.8s;
}
.js-fadeList.is-active li:nth-child(449) {
  transition-delay: 44.9s;
}
.js-fadeList.is-active li:nth-child(450) {
  transition-delay: 45s;
}
.js-fadeList.is-active li:nth-child(451) {
  transition-delay: 45.1s;
}
.js-fadeList.is-active li:nth-child(452) {
  transition-delay: 45.2s;
}
.js-fadeList.is-active li:nth-child(453) {
  transition-delay: 45.3s;
}
.js-fadeList.is-active li:nth-child(454) {
  transition-delay: 45.4s;
}
.js-fadeList.is-active li:nth-child(455) {
  transition-delay: 45.5s;
}
.js-fadeList.is-active li:nth-child(456) {
  transition-delay: 45.6s;
}
.js-fadeList.is-active li:nth-child(457) {
  transition-delay: 45.7s;
}
.js-fadeList.is-active li:nth-child(458) {
  transition-delay: 45.8s;
}
.js-fadeList.is-active li:nth-child(459) {
  transition-delay: 45.9s;
}
.js-fadeList.is-active li:nth-child(460) {
  transition-delay: 46s;
}
.js-fadeList.is-active li:nth-child(461) {
  transition-delay: 46.1s;
}
.js-fadeList.is-active li:nth-child(462) {
  transition-delay: 46.2s;
}
.js-fadeList.is-active li:nth-child(463) {
  transition-delay: 46.3s;
}
.js-fadeList.is-active li:nth-child(464) {
  transition-delay: 46.4s;
}
.js-fadeList.is-active li:nth-child(465) {
  transition-delay: 46.5s;
}
.js-fadeList.is-active li:nth-child(466) {
  transition-delay: 46.6s;
}
.js-fadeList.is-active li:nth-child(467) {
  transition-delay: 46.7s;
}
.js-fadeList.is-active li:nth-child(468) {
  transition-delay: 46.8s;
}
.js-fadeList.is-active li:nth-child(469) {
  transition-delay: 46.9s;
}
.js-fadeList.is-active li:nth-child(470) {
  transition-delay: 47s;
}
.js-fadeList.is-active li:nth-child(471) {
  transition-delay: 47.1s;
}
.js-fadeList.is-active li:nth-child(472) {
  transition-delay: 47.2s;
}
.js-fadeList.is-active li:nth-child(473) {
  transition-delay: 47.3s;
}
.js-fadeList.is-active li:nth-child(474) {
  transition-delay: 47.4s;
}
.js-fadeList.is-active li:nth-child(475) {
  transition-delay: 47.5s;
}
.js-fadeList.is-active li:nth-child(476) {
  transition-delay: 47.6s;
}
.js-fadeList.is-active li:nth-child(477) {
  transition-delay: 47.7s;
}
.js-fadeList.is-active li:nth-child(478) {
  transition-delay: 47.8s;
}
.js-fadeList.is-active li:nth-child(479) {
  transition-delay: 47.9s;
}
.js-fadeList.is-active li:nth-child(480) {
  transition-delay: 48s;
}
.js-fadeList.is-active li:nth-child(481) {
  transition-delay: 48.1s;
}
.js-fadeList.is-active li:nth-child(482) {
  transition-delay: 48.2s;
}
.js-fadeList.is-active li:nth-child(483) {
  transition-delay: 48.3s;
}
.js-fadeList.is-active li:nth-child(484) {
  transition-delay: 48.4s;
}
.js-fadeList.is-active li:nth-child(485) {
  transition-delay: 48.5s;
}
.js-fadeList.is-active li:nth-child(486) {
  transition-delay: 48.6s;
}
.js-fadeList.is-active li:nth-child(487) {
  transition-delay: 48.7s;
}
.js-fadeList.is-active li:nth-child(488) {
  transition-delay: 48.8s;
}
.js-fadeList.is-active li:nth-child(489) {
  transition-delay: 48.9s;
}
.js-fadeList.is-active li:nth-child(490) {
  transition-delay: 49s;
}
.js-fadeList.is-active li:nth-child(491) {
  transition-delay: 49.1s;
}
.js-fadeList.is-active li:nth-child(492) {
  transition-delay: 49.2s;
}
.js-fadeList.is-active li:nth-child(493) {
  transition-delay: 49.3s;
}
.js-fadeList.is-active li:nth-child(494) {
  transition-delay: 49.4s;
}
.js-fadeList.is-active li:nth-child(495) {
  transition-delay: 49.5s;
}
.js-fadeList.is-active li:nth-child(496) {
  transition-delay: 49.6s;
}
.js-fadeList.is-active li:nth-child(497) {
  transition-delay: 49.7s;
}
.js-fadeList.is-active li:nth-child(498) {
  transition-delay: 49.8s;
}
.js-fadeList.is-active li:nth-child(499) {
  transition-delay: 49.9s;
}
.js-fadeList.is-active li:nth-child(500) {
  transition-delay: 50s;
}
.js-fadeList.is-active li:nth-child(501) {
  transition-delay: 50.1s;
}
.js-fadeList.is-active li:nth-child(502) {
  transition-delay: 50.2s;
}
.js-fadeList.is-active li:nth-child(503) {
  transition-delay: 50.3s;
}
.js-fadeList.is-active li:nth-child(504) {
  transition-delay: 50.4s;
}
.js-fadeList.is-active li:nth-child(505) {
  transition-delay: 50.5s;
}
.js-fadeList.is-active li:nth-child(506) {
  transition-delay: 50.6s;
}
.js-fadeList.is-active li:nth-child(507) {
  transition-delay: 50.7s;
}
.js-fadeList.is-active li:nth-child(508) {
  transition-delay: 50.8s;
}
.js-fadeList.is-active li:nth-child(509) {
  transition-delay: 50.9s;
}
.js-fadeList.is-active li:nth-child(510) {
  transition-delay: 51s;
}
.js-fadeList.is-active li:nth-child(511) {
  transition-delay: 51.1s;
}
.js-fadeList.is-active li:nth-child(512) {
  transition-delay: 51.2s;
}
.js-fadeList.is-active li:nth-child(513) {
  transition-delay: 51.3s;
}
.js-fadeList.is-active li:nth-child(514) {
  transition-delay: 51.4s;
}
.js-fadeList.is-active li:nth-child(515) {
  transition-delay: 51.5s;
}
.js-fadeList.is-active li:nth-child(516) {
  transition-delay: 51.6s;
}
.js-fadeList.is-active li:nth-child(517) {
  transition-delay: 51.7s;
}
.js-fadeList.is-active li:nth-child(518) {
  transition-delay: 51.8s;
}
.js-fadeList.is-active li:nth-child(519) {
  transition-delay: 51.9s;
}
.js-fadeList.is-active li:nth-child(520) {
  transition-delay: 52s;
}
.js-fadeList.is-active li:nth-child(521) {
  transition-delay: 52.1s;
}
.js-fadeList.is-active li:nth-child(522) {
  transition-delay: 52.2s;
}
.js-fadeList.is-active li:nth-child(523) {
  transition-delay: 52.3s;
}
.js-fadeList.is-active li:nth-child(524) {
  transition-delay: 52.4s;
}
.js-fadeList.is-active li:nth-child(525) {
  transition-delay: 52.5s;
}
.js-fadeList.is-active li:nth-child(526) {
  transition-delay: 52.6s;
}
.js-fadeList.is-active li:nth-child(527) {
  transition-delay: 52.7s;
}
.js-fadeList.is-active li:nth-child(528) {
  transition-delay: 52.8s;
}
.js-fadeList.is-active li:nth-child(529) {
  transition-delay: 52.9s;
}
.js-fadeList.is-active li:nth-child(530) {
  transition-delay: 53s;
}
.js-fadeList.is-active li:nth-child(531) {
  transition-delay: 53.1s;
}
.js-fadeList.is-active li:nth-child(532) {
  transition-delay: 53.2s;
}
.js-fadeList.is-active li:nth-child(533) {
  transition-delay: 53.3s;
}
.js-fadeList.is-active li:nth-child(534) {
  transition-delay: 53.4s;
}
.js-fadeList.is-active li:nth-child(535) {
  transition-delay: 53.5s;
}
.js-fadeList.is-active li:nth-child(536) {
  transition-delay: 53.6s;
}
.js-fadeList.is-active li:nth-child(537) {
  transition-delay: 53.7s;
}
.js-fadeList.is-active li:nth-child(538) {
  transition-delay: 53.8s;
}
.js-fadeList.is-active li:nth-child(539) {
  transition-delay: 53.9s;
}
.js-fadeList.is-active li:nth-child(540) {
  transition-delay: 54s;
}
.js-fadeList.is-active li:nth-child(541) {
  transition-delay: 54.1s;
}
.js-fadeList.is-active li:nth-child(542) {
  transition-delay: 54.2s;
}
.js-fadeList.is-active li:nth-child(543) {
  transition-delay: 54.3s;
}
.js-fadeList.is-active li:nth-child(544) {
  transition-delay: 54.4s;
}
.js-fadeList.is-active li:nth-child(545) {
  transition-delay: 54.5s;
}
.js-fadeList.is-active li:nth-child(546) {
  transition-delay: 54.6s;
}
.js-fadeList.is-active li:nth-child(547) {
  transition-delay: 54.7s;
}
.js-fadeList.is-active li:nth-child(548) {
  transition-delay: 54.8s;
}
.js-fadeList.is-active li:nth-child(549) {
  transition-delay: 54.9s;
}
.js-fadeList.is-active li:nth-child(550) {
  transition-delay: 55s;
}
.js-fadeList.is-active li:nth-child(551) {
  transition-delay: 55.1s;
}
.js-fadeList.is-active li:nth-child(552) {
  transition-delay: 55.2s;
}
.js-fadeList.is-active li:nth-child(553) {
  transition-delay: 55.3s;
}
.js-fadeList.is-active li:nth-child(554) {
  transition-delay: 55.4s;
}
.js-fadeList.is-active li:nth-child(555) {
  transition-delay: 55.5s;
}
.js-fadeList.is-active li:nth-child(556) {
  transition-delay: 55.6s;
}
.js-fadeList.is-active li:nth-child(557) {
  transition-delay: 55.7s;
}
.js-fadeList.is-active li:nth-child(558) {
  transition-delay: 55.8s;
}
.js-fadeList.is-active li:nth-child(559) {
  transition-delay: 55.9s;
}
.js-fadeList.is-active li:nth-child(560) {
  transition-delay: 56s;
}
.js-fadeList.is-active li:nth-child(561) {
  transition-delay: 56.1s;
}
.js-fadeList.is-active li:nth-child(562) {
  transition-delay: 56.2s;
}
.js-fadeList.is-active li:nth-child(563) {
  transition-delay: 56.3s;
}
.js-fadeList.is-active li:nth-child(564) {
  transition-delay: 56.4s;
}
.js-fadeList.is-active li:nth-child(565) {
  transition-delay: 56.5s;
}
.js-fadeList.is-active li:nth-child(566) {
  transition-delay: 56.6s;
}
.js-fadeList.is-active li:nth-child(567) {
  transition-delay: 56.7s;
}
.js-fadeList.is-active li:nth-child(568) {
  transition-delay: 56.8s;
}
.js-fadeList.is-active li:nth-child(569) {
  transition-delay: 56.9s;
}
.js-fadeList.is-active li:nth-child(570) {
  transition-delay: 57s;
}
.js-fadeList.is-active li:nth-child(571) {
  transition-delay: 57.1s;
}
.js-fadeList.is-active li:nth-child(572) {
  transition-delay: 57.2s;
}
.js-fadeList.is-active li:nth-child(573) {
  transition-delay: 57.3s;
}
.js-fadeList.is-active li:nth-child(574) {
  transition-delay: 57.4s;
}
.js-fadeList.is-active li:nth-child(575) {
  transition-delay: 57.5s;
}
.js-fadeList.is-active li:nth-child(576) {
  transition-delay: 57.6s;
}
.js-fadeList.is-active li:nth-child(577) {
  transition-delay: 57.7s;
}
.js-fadeList.is-active li:nth-child(578) {
  transition-delay: 57.8s;
}
.js-fadeList.is-active li:nth-child(579) {
  transition-delay: 57.9s;
}
.js-fadeList.is-active li:nth-child(580) {
  transition-delay: 58s;
}
.js-fadeList.is-active li:nth-child(581) {
  transition-delay: 58.1s;
}
.js-fadeList.is-active li:nth-child(582) {
  transition-delay: 58.2s;
}
.js-fadeList.is-active li:nth-child(583) {
  transition-delay: 58.3s;
}
.js-fadeList.is-active li:nth-child(584) {
  transition-delay: 58.4s;
}
.js-fadeList.is-active li:nth-child(585) {
  transition-delay: 58.5s;
}
.js-fadeList.is-active li:nth-child(586) {
  transition-delay: 58.6s;
}
.js-fadeList.is-active li:nth-child(587) {
  transition-delay: 58.7s;
}
.js-fadeList.is-active li:nth-child(588) {
  transition-delay: 58.8s;
}
.js-fadeList.is-active li:nth-child(589) {
  transition-delay: 58.9s;
}
.js-fadeList.is-active li:nth-child(590) {
  transition-delay: 59s;
}
.js-fadeList.is-active li:nth-child(591) {
  transition-delay: 59.1s;
}
.js-fadeList.is-active li:nth-child(592) {
  transition-delay: 59.2s;
}
.js-fadeList.is-active li:nth-child(593) {
  transition-delay: 59.3s;
}
.js-fadeList.is-active li:nth-child(594) {
  transition-delay: 59.4s;
}
.js-fadeList.is-active li:nth-child(595) {
  transition-delay: 59.5s;
}
.js-fadeList.is-active li:nth-child(596) {
  transition-delay: 59.6s;
}
.js-fadeList.is-active li:nth-child(597) {
  transition-delay: 59.7s;
}
.js-fadeList.is-active li:nth-child(598) {
  transition-delay: 59.8s;
}
.js-fadeList.is-active li:nth-child(599) {
  transition-delay: 59.9s;
}
.js-fadeList.is-active li:nth-child(600) {
  transition-delay: 60s;
}
.js-fadeList.is-active li:nth-child(601) {
  transition-delay: 60.1s;
}
.js-fadeList.is-active li:nth-child(602) {
  transition-delay: 60.2s;
}
.js-fadeList.is-active li:nth-child(603) {
  transition-delay: 60.3s;
}
.js-fadeList.is-active li:nth-child(604) {
  transition-delay: 60.4s;
}
.js-fadeList.is-active li:nth-child(605) {
  transition-delay: 60.5s;
}
.js-fadeList.is-active li:nth-child(606) {
  transition-delay: 60.6s;
}
.js-fadeList.is-active li:nth-child(607) {
  transition-delay: 60.7s;
}
.js-fadeList.is-active li:nth-child(608) {
  transition-delay: 60.8s;
}
.js-fadeList.is-active li:nth-child(609) {
  transition-delay: 60.9s;
}
.js-fadeList.is-active li:nth-child(610) {
  transition-delay: 61s;
}
.js-fadeList.is-active li:nth-child(611) {
  transition-delay: 61.1s;
}
.js-fadeList.is-active li:nth-child(612) {
  transition-delay: 61.2s;
}
.js-fadeList.is-active li:nth-child(613) {
  transition-delay: 61.3s;
}
.js-fadeList.is-active li:nth-child(614) {
  transition-delay: 61.4s;
}
.js-fadeList.is-active li:nth-child(615) {
  transition-delay: 61.5s;
}
.js-fadeList.is-active li:nth-child(616) {
  transition-delay: 61.6s;
}
.js-fadeList.is-active li:nth-child(617) {
  transition-delay: 61.7s;
}
.js-fadeList.is-active li:nth-child(618) {
  transition-delay: 61.8s;
}
.js-fadeList.is-active li:nth-child(619) {
  transition-delay: 61.9s;
}
.js-fadeList.is-active li:nth-child(620) {
  transition-delay: 62s;
}
.js-fadeList.is-active li:nth-child(621) {
  transition-delay: 62.1s;
}
.js-fadeList.is-active li:nth-child(622) {
  transition-delay: 62.2s;
}
.js-fadeList.is-active li:nth-child(623) {
  transition-delay: 62.3s;
}
.js-fadeList.is-active li:nth-child(624) {
  transition-delay: 62.4s;
}
.js-fadeList.is-active li:nth-child(625) {
  transition-delay: 62.5s;
}
.js-fadeList.is-active li:nth-child(626) {
  transition-delay: 62.6s;
}
.js-fadeList.is-active li:nth-child(627) {
  transition-delay: 62.7s;
}
.js-fadeList.is-active li:nth-child(628) {
  transition-delay: 62.8s;
}
.js-fadeList.is-active li:nth-child(629) {
  transition-delay: 62.9s;
}
.js-fadeList.is-active li:nth-child(630) {
  transition-delay: 63s;
}
.js-fadeList.is-active li:nth-child(631) {
  transition-delay: 63.1s;
}
.js-fadeList.is-active li:nth-child(632) {
  transition-delay: 63.2s;
}
.js-fadeList.is-active li:nth-child(633) {
  transition-delay: 63.3s;
}
.js-fadeList.is-active li:nth-child(634) {
  transition-delay: 63.4s;
}
.js-fadeList.is-active li:nth-child(635) {
  transition-delay: 63.5s;
}
.js-fadeList.is-active li:nth-child(636) {
  transition-delay: 63.6s;
}
.js-fadeList.is-active li:nth-child(637) {
  transition-delay: 63.7s;
}
.js-fadeList.is-active li:nth-child(638) {
  transition-delay: 63.8s;
}
.js-fadeList.is-active li:nth-child(639) {
  transition-delay: 63.9s;
}
.js-fadeList.is-active li:nth-child(640) {
  transition-delay: 64s;
}
.js-fadeList.is-active li:nth-child(641) {
  transition-delay: 64.1s;
}
.js-fadeList.is-active li:nth-child(642) {
  transition-delay: 64.2s;
}
.js-fadeList.is-active li:nth-child(643) {
  transition-delay: 64.3s;
}
.js-fadeList.is-active li:nth-child(644) {
  transition-delay: 64.4s;
}
.js-fadeList.is-active li:nth-child(645) {
  transition-delay: 64.5s;
}
.js-fadeList.is-active li:nth-child(646) {
  transition-delay: 64.6s;
}
.js-fadeList.is-active li:nth-child(647) {
  transition-delay: 64.7s;
}
.js-fadeList.is-active li:nth-child(648) {
  transition-delay: 64.8s;
}
.js-fadeList.is-active li:nth-child(649) {
  transition-delay: 64.9s;
}
.js-fadeList.is-active li:nth-child(650) {
  transition-delay: 65s;
}
.js-fadeList.is-active li:nth-child(651) {
  transition-delay: 65.1s;
}
.js-fadeList.is-active li:nth-child(652) {
  transition-delay: 65.2s;
}
.js-fadeList.is-active li:nth-child(653) {
  transition-delay: 65.3s;
}
.js-fadeList.is-active li:nth-child(654) {
  transition-delay: 65.4s;
}
.js-fadeList.is-active li:nth-child(655) {
  transition-delay: 65.5s;
}
.js-fadeList.is-active li:nth-child(656) {
  transition-delay: 65.6s;
}
.js-fadeList.is-active li:nth-child(657) {
  transition-delay: 65.7s;
}
.js-fadeList.is-active li:nth-child(658) {
  transition-delay: 65.8s;
}
.js-fadeList.is-active li:nth-child(659) {
  transition-delay: 65.9s;
}
.js-fadeList.is-active li:nth-child(660) {
  transition-delay: 66s;
}
.js-fadeList.is-active li:nth-child(661) {
  transition-delay: 66.1s;
}
.js-fadeList.is-active li:nth-child(662) {
  transition-delay: 66.2s;
}
.js-fadeList.is-active li:nth-child(663) {
  transition-delay: 66.3s;
}
.js-fadeList.is-active li:nth-child(664) {
  transition-delay: 66.4s;
}
.js-fadeList.is-active li:nth-child(665) {
  transition-delay: 66.5s;
}
.js-fadeList.is-active li:nth-child(666) {
  transition-delay: 66.6s;
}
.js-fadeList.is-active li:nth-child(667) {
  transition-delay: 66.7s;
}
.js-fadeList.is-active li:nth-child(668) {
  transition-delay: 66.8s;
}
.js-fadeList.is-active li:nth-child(669) {
  transition-delay: 66.9s;
}
.js-fadeList.is-active li:nth-child(670) {
  transition-delay: 67s;
}
.js-fadeList.is-active li:nth-child(671) {
  transition-delay: 67.1s;
}
.js-fadeList.is-active li:nth-child(672) {
  transition-delay: 67.2s;
}
.js-fadeList.is-active li:nth-child(673) {
  transition-delay: 67.3s;
}
.js-fadeList.is-active li:nth-child(674) {
  transition-delay: 67.4s;
}
.js-fadeList.is-active li:nth-child(675) {
  transition-delay: 67.5s;
}
.js-fadeList.is-active li:nth-child(676) {
  transition-delay: 67.6s;
}
.js-fadeList.is-active li:nth-child(677) {
  transition-delay: 67.7s;
}
.js-fadeList.is-active li:nth-child(678) {
  transition-delay: 67.8s;
}
.js-fadeList.is-active li:nth-child(679) {
  transition-delay: 67.9s;
}
.js-fadeList.is-active li:nth-child(680) {
  transition-delay: 68s;
}
.js-fadeList.is-active li:nth-child(681) {
  transition-delay: 68.1s;
}
.js-fadeList.is-active li:nth-child(682) {
  transition-delay: 68.2s;
}
.js-fadeList.is-active li:nth-child(683) {
  transition-delay: 68.3s;
}
.js-fadeList.is-active li:nth-child(684) {
  transition-delay: 68.4s;
}
.js-fadeList.is-active li:nth-child(685) {
  transition-delay: 68.5s;
}
.js-fadeList.is-active li:nth-child(686) {
  transition-delay: 68.6s;
}
.js-fadeList.is-active li:nth-child(687) {
  transition-delay: 68.7s;
}
.js-fadeList.is-active li:nth-child(688) {
  transition-delay: 68.8s;
}
.js-fadeList.is-active li:nth-child(689) {
  transition-delay: 68.9s;
}
.js-fadeList.is-active li:nth-child(690) {
  transition-delay: 69s;
}
.js-fadeList.is-active li:nth-child(691) {
  transition-delay: 69.1s;
}
.js-fadeList.is-active li:nth-child(692) {
  transition-delay: 69.2s;
}
.js-fadeList.is-active li:nth-child(693) {
  transition-delay: 69.3s;
}
.js-fadeList.is-active li:nth-child(694) {
  transition-delay: 69.4s;
}
.js-fadeList.is-active li:nth-child(695) {
  transition-delay: 69.5s;
}
.js-fadeList.is-active li:nth-child(696) {
  transition-delay: 69.6s;
}
.js-fadeList.is-active li:nth-child(697) {
  transition-delay: 69.7s;
}
.js-fadeList.is-active li:nth-child(698) {
  transition-delay: 69.8s;
}
.js-fadeList.is-active li:nth-child(699) {
  transition-delay: 69.9s;
}
.js-fadeList.is-active li:nth-child(700) {
  transition-delay: 70s;
}
.js-fadeList.is-active li:nth-child(701) {
  transition-delay: 70.1s;
}
.js-fadeList.is-active li:nth-child(702) {
  transition-delay: 70.2s;
}
.js-fadeList.is-active li:nth-child(703) {
  transition-delay: 70.3s;
}
.js-fadeList.is-active li:nth-child(704) {
  transition-delay: 70.4s;
}
.js-fadeList.is-active li:nth-child(705) {
  transition-delay: 70.5s;
}
.js-fadeList.is-active li:nth-child(706) {
  transition-delay: 70.6s;
}
.js-fadeList.is-active li:nth-child(707) {
  transition-delay: 70.7s;
}
.js-fadeList.is-active li:nth-child(708) {
  transition-delay: 70.8s;
}
.js-fadeList.is-active li:nth-child(709) {
  transition-delay: 70.9s;
}
.js-fadeList.is-active li:nth-child(710) {
  transition-delay: 71s;
}
.js-fadeList.is-active li:nth-child(711) {
  transition-delay: 71.1s;
}
.js-fadeList.is-active li:nth-child(712) {
  transition-delay: 71.2s;
}
.js-fadeList.is-active li:nth-child(713) {
  transition-delay: 71.3s;
}
.js-fadeList.is-active li:nth-child(714) {
  transition-delay: 71.4s;
}
.js-fadeList.is-active li:nth-child(715) {
  transition-delay: 71.5s;
}
.js-fadeList.is-active li:nth-child(716) {
  transition-delay: 71.6s;
}
.js-fadeList.is-active li:nth-child(717) {
  transition-delay: 71.7s;
}
.js-fadeList.is-active li:nth-child(718) {
  transition-delay: 71.8s;
}
.js-fadeList.is-active li:nth-child(719) {
  transition-delay: 71.9s;
}
.js-fadeList.is-active li:nth-child(720) {
  transition-delay: 72s;
}
.js-fadeList.is-active li:nth-child(721) {
  transition-delay: 72.1s;
}
.js-fadeList.is-active li:nth-child(722) {
  transition-delay: 72.2s;
}
.js-fadeList.is-active li:nth-child(723) {
  transition-delay: 72.3s;
}
.js-fadeList.is-active li:nth-child(724) {
  transition-delay: 72.4s;
}
.js-fadeList.is-active li:nth-child(725) {
  transition-delay: 72.5s;
}
.js-fadeList.is-active li:nth-child(726) {
  transition-delay: 72.6s;
}
.js-fadeList.is-active li:nth-child(727) {
  transition-delay: 72.7s;
}
.js-fadeList.is-active li:nth-child(728) {
  transition-delay: 72.8s;
}
.js-fadeList.is-active li:nth-child(729) {
  transition-delay: 72.9s;
}
.js-fadeList.is-active li:nth-child(730) {
  transition-delay: 73s;
}
.js-fadeList.is-active li:nth-child(731) {
  transition-delay: 73.1s;
}
.js-fadeList.is-active li:nth-child(732) {
  transition-delay: 73.2s;
}
.js-fadeList.is-active li:nth-child(733) {
  transition-delay: 73.3s;
}
.js-fadeList.is-active li:nth-child(734) {
  transition-delay: 73.4s;
}
.js-fadeList.is-active li:nth-child(735) {
  transition-delay: 73.5s;
}
.js-fadeList.is-active li:nth-child(736) {
  transition-delay: 73.6s;
}
.js-fadeList.is-active li:nth-child(737) {
  transition-delay: 73.7s;
}
.js-fadeList.is-active li:nth-child(738) {
  transition-delay: 73.8s;
}
.js-fadeList.is-active li:nth-child(739) {
  transition-delay: 73.9s;
}
.js-fadeList.is-active li:nth-child(740) {
  transition-delay: 74s;
}
.js-fadeList.is-active li:nth-child(741) {
  transition-delay: 74.1s;
}
.js-fadeList.is-active li:nth-child(742) {
  transition-delay: 74.2s;
}
.js-fadeList.is-active li:nth-child(743) {
  transition-delay: 74.3s;
}
.js-fadeList.is-active li:nth-child(744) {
  transition-delay: 74.4s;
}
.js-fadeList.is-active li:nth-child(745) {
  transition-delay: 74.5s;
}
.js-fadeList.is-active li:nth-child(746) {
  transition-delay: 74.6s;
}
.js-fadeList.is-active li:nth-child(747) {
  transition-delay: 74.7s;
}
.js-fadeList.is-active li:nth-child(748) {
  transition-delay: 74.8s;
}
.js-fadeList.is-active li:nth-child(749) {
  transition-delay: 74.9s;
}
.js-fadeList.is-active li:nth-child(750) {
  transition-delay: 75s;
}
.js-fadeList.is-active li:nth-child(751) {
  transition-delay: 75.1s;
}
.js-fadeList.is-active li:nth-child(752) {
  transition-delay: 75.2s;
}
.js-fadeList.is-active li:nth-child(753) {
  transition-delay: 75.3s;
}
.js-fadeList.is-active li:nth-child(754) {
  transition-delay: 75.4s;
}
.js-fadeList.is-active li:nth-child(755) {
  transition-delay: 75.5s;
}
.js-fadeList.is-active li:nth-child(756) {
  transition-delay: 75.6s;
}
.js-fadeList.is-active li:nth-child(757) {
  transition-delay: 75.7s;
}
.js-fadeList.is-active li:nth-child(758) {
  transition-delay: 75.8s;
}
.js-fadeList.is-active li:nth-child(759) {
  transition-delay: 75.9s;
}
.js-fadeList.is-active li:nth-child(760) {
  transition-delay: 76s;
}
.js-fadeList.is-active li:nth-child(761) {
  transition-delay: 76.1s;
}
.js-fadeList.is-active li:nth-child(762) {
  transition-delay: 76.2s;
}
.js-fadeList.is-active li:nth-child(763) {
  transition-delay: 76.3s;
}
.js-fadeList.is-active li:nth-child(764) {
  transition-delay: 76.4s;
}
.js-fadeList.is-active li:nth-child(765) {
  transition-delay: 76.5s;
}
.js-fadeList.is-active li:nth-child(766) {
  transition-delay: 76.6s;
}
.js-fadeList.is-active li:nth-child(767) {
  transition-delay: 76.7s;
}
.js-fadeList.is-active li:nth-child(768) {
  transition-delay: 76.8s;
}
.js-fadeList.is-active li:nth-child(769) {
  transition-delay: 76.9s;
}
.js-fadeList.is-active li:nth-child(770) {
  transition-delay: 77s;
}
.js-fadeList.is-active li:nth-child(771) {
  transition-delay: 77.1s;
}
.js-fadeList.is-active li:nth-child(772) {
  transition-delay: 77.2s;
}
.js-fadeList.is-active li:nth-child(773) {
  transition-delay: 77.3s;
}
.js-fadeList.is-active li:nth-child(774) {
  transition-delay: 77.4s;
}
.js-fadeList.is-active li:nth-child(775) {
  transition-delay: 77.5s;
}
.js-fadeList.is-active li:nth-child(776) {
  transition-delay: 77.6s;
}
.js-fadeList.is-active li:nth-child(777) {
  transition-delay: 77.7s;
}
.js-fadeList.is-active li:nth-child(778) {
  transition-delay: 77.8s;
}
.js-fadeList.is-active li:nth-child(779) {
  transition-delay: 77.9s;
}
.js-fadeList.is-active li:nth-child(780) {
  transition-delay: 78s;
}
.js-fadeList.is-active li:nth-child(781) {
  transition-delay: 78.1s;
}
.js-fadeList.is-active li:nth-child(782) {
  transition-delay: 78.2s;
}
.js-fadeList.is-active li:nth-child(783) {
  transition-delay: 78.3s;
}
.js-fadeList.is-active li:nth-child(784) {
  transition-delay: 78.4s;
}
.js-fadeList.is-active li:nth-child(785) {
  transition-delay: 78.5s;
}
.js-fadeList.is-active li:nth-child(786) {
  transition-delay: 78.6s;
}
.js-fadeList.is-active li:nth-child(787) {
  transition-delay: 78.7s;
}
.js-fadeList.is-active li:nth-child(788) {
  transition-delay: 78.8s;
}
.js-fadeList.is-active li:nth-child(789) {
  transition-delay: 78.9s;
}
.js-fadeList.is-active li:nth-child(790) {
  transition-delay: 79s;
}
.js-fadeList.is-active li:nth-child(791) {
  transition-delay: 79.1s;
}
.js-fadeList.is-active li:nth-child(792) {
  transition-delay: 79.2s;
}
.js-fadeList.is-active li:nth-child(793) {
  transition-delay: 79.3s;
}
.js-fadeList.is-active li:nth-child(794) {
  transition-delay: 79.4s;
}
.js-fadeList.is-active li:nth-child(795) {
  transition-delay: 79.5s;
}
.js-fadeList.is-active li:nth-child(796) {
  transition-delay: 79.6s;
}
.js-fadeList.is-active li:nth-child(797) {
  transition-delay: 79.7s;
}
.js-fadeList.is-active li:nth-child(798) {
  transition-delay: 79.8s;
}
.js-fadeList.is-active li:nth-child(799) {
  transition-delay: 79.9s;
}
.js-fadeList.is-active li:nth-child(800) {
  transition-delay: 80s;
}
.js-fadeList.is-active li:nth-child(801) {
  transition-delay: 80.1s;
}
.js-fadeList.is-active li:nth-child(802) {
  transition-delay: 80.2s;
}
.js-fadeList.is-active li:nth-child(803) {
  transition-delay: 80.3s;
}
.js-fadeList.is-active li:nth-child(804) {
  transition-delay: 80.4s;
}
.js-fadeList.is-active li:nth-child(805) {
  transition-delay: 80.5s;
}
.js-fadeList.is-active li:nth-child(806) {
  transition-delay: 80.6s;
}
.js-fadeList.is-active li:nth-child(807) {
  transition-delay: 80.7s;
}
.js-fadeList.is-active li:nth-child(808) {
  transition-delay: 80.8s;
}
.js-fadeList.is-active li:nth-child(809) {
  transition-delay: 80.9s;
}
.js-fadeList.is-active li:nth-child(810) {
  transition-delay: 81s;
}
.js-fadeList.is-active li:nth-child(811) {
  transition-delay: 81.1s;
}
.js-fadeList.is-active li:nth-child(812) {
  transition-delay: 81.2s;
}
.js-fadeList.is-active li:nth-child(813) {
  transition-delay: 81.3s;
}
.js-fadeList.is-active li:nth-child(814) {
  transition-delay: 81.4s;
}
.js-fadeList.is-active li:nth-child(815) {
  transition-delay: 81.5s;
}
.js-fadeList.is-active li:nth-child(816) {
  transition-delay: 81.6s;
}
.js-fadeList.is-active li:nth-child(817) {
  transition-delay: 81.7s;
}
.js-fadeList.is-active li:nth-child(818) {
  transition-delay: 81.8s;
}
.js-fadeList.is-active li:nth-child(819) {
  transition-delay: 81.9s;
}
.js-fadeList.is-active li:nth-child(820) {
  transition-delay: 82s;
}
.js-fadeList.is-active li:nth-child(821) {
  transition-delay: 82.1s;
}
.js-fadeList.is-active li:nth-child(822) {
  transition-delay: 82.2s;
}
.js-fadeList.is-active li:nth-child(823) {
  transition-delay: 82.3s;
}
.js-fadeList.is-active li:nth-child(824) {
  transition-delay: 82.4s;
}
.js-fadeList.is-active li:nth-child(825) {
  transition-delay: 82.5s;
}
.js-fadeList.is-active li:nth-child(826) {
  transition-delay: 82.6s;
}
.js-fadeList.is-active li:nth-child(827) {
  transition-delay: 82.7s;
}
.js-fadeList.is-active li:nth-child(828) {
  transition-delay: 82.8s;
}
.js-fadeList.is-active li:nth-child(829) {
  transition-delay: 82.9s;
}
.js-fadeList.is-active li:nth-child(830) {
  transition-delay: 83s;
}
.js-fadeList.is-active li:nth-child(831) {
  transition-delay: 83.1s;
}
.js-fadeList.is-active li:nth-child(832) {
  transition-delay: 83.2s;
}
.js-fadeList.is-active li:nth-child(833) {
  transition-delay: 83.3s;
}
.js-fadeList.is-active li:nth-child(834) {
  transition-delay: 83.4s;
}
.js-fadeList.is-active li:nth-child(835) {
  transition-delay: 83.5s;
}
.js-fadeList.is-active li:nth-child(836) {
  transition-delay: 83.6s;
}
.js-fadeList.is-active li:nth-child(837) {
  transition-delay: 83.7s;
}
.js-fadeList.is-active li:nth-child(838) {
  transition-delay: 83.8s;
}
.js-fadeList.is-active li:nth-child(839) {
  transition-delay: 83.9s;
}
.js-fadeList.is-active li:nth-child(840) {
  transition-delay: 84s;
}
.js-fadeList.is-active li:nth-child(841) {
  transition-delay: 84.1s;
}
.js-fadeList.is-active li:nth-child(842) {
  transition-delay: 84.2s;
}
.js-fadeList.is-active li:nth-child(843) {
  transition-delay: 84.3s;
}
.js-fadeList.is-active li:nth-child(844) {
  transition-delay: 84.4s;
}
.js-fadeList.is-active li:nth-child(845) {
  transition-delay: 84.5s;
}
.js-fadeList.is-active li:nth-child(846) {
  transition-delay: 84.6s;
}
.js-fadeList.is-active li:nth-child(847) {
  transition-delay: 84.7s;
}
.js-fadeList.is-active li:nth-child(848) {
  transition-delay: 84.8s;
}
.js-fadeList.is-active li:nth-child(849) {
  transition-delay: 84.9s;
}
.js-fadeList.is-active li:nth-child(850) {
  transition-delay: 85s;
}
.js-fadeList.is-active li:nth-child(851) {
  transition-delay: 85.1s;
}
.js-fadeList.is-active li:nth-child(852) {
  transition-delay: 85.2s;
}
.js-fadeList.is-active li:nth-child(853) {
  transition-delay: 85.3s;
}
.js-fadeList.is-active li:nth-child(854) {
  transition-delay: 85.4s;
}
.js-fadeList.is-active li:nth-child(855) {
  transition-delay: 85.5s;
}
.js-fadeList.is-active li:nth-child(856) {
  transition-delay: 85.6s;
}
.js-fadeList.is-active li:nth-child(857) {
  transition-delay: 85.7s;
}
.js-fadeList.is-active li:nth-child(858) {
  transition-delay: 85.8s;
}
.js-fadeList.is-active li:nth-child(859) {
  transition-delay: 85.9s;
}
.js-fadeList.is-active li:nth-child(860) {
  transition-delay: 86s;
}
.js-fadeList.is-active li:nth-child(861) {
  transition-delay: 86.1s;
}
.js-fadeList.is-active li:nth-child(862) {
  transition-delay: 86.2s;
}
.js-fadeList.is-active li:nth-child(863) {
  transition-delay: 86.3s;
}
.js-fadeList.is-active li:nth-child(864) {
  transition-delay: 86.4s;
}
.js-fadeList.is-active li:nth-child(865) {
  transition-delay: 86.5s;
}
.js-fadeList.is-active li:nth-child(866) {
  transition-delay: 86.6s;
}
.js-fadeList.is-active li:nth-child(867) {
  transition-delay: 86.7s;
}
.js-fadeList.is-active li:nth-child(868) {
  transition-delay: 86.8s;
}
.js-fadeList.is-active li:nth-child(869) {
  transition-delay: 86.9s;
}
.js-fadeList.is-active li:nth-child(870) {
  transition-delay: 87s;
}
.js-fadeList.is-active li:nth-child(871) {
  transition-delay: 87.1s;
}
.js-fadeList.is-active li:nth-child(872) {
  transition-delay: 87.2s;
}
.js-fadeList.is-active li:nth-child(873) {
  transition-delay: 87.3s;
}
.js-fadeList.is-active li:nth-child(874) {
  transition-delay: 87.4s;
}
.js-fadeList.is-active li:nth-child(875) {
  transition-delay: 87.5s;
}
.js-fadeList.is-active li:nth-child(876) {
  transition-delay: 87.6s;
}
.js-fadeList.is-active li:nth-child(877) {
  transition-delay: 87.7s;
}
.js-fadeList.is-active li:nth-child(878) {
  transition-delay: 87.8s;
}
.js-fadeList.is-active li:nth-child(879) {
  transition-delay: 87.9s;
}
.js-fadeList.is-active li:nth-child(880) {
  transition-delay: 88s;
}
.js-fadeList.is-active li:nth-child(881) {
  transition-delay: 88.1s;
}
.js-fadeList.is-active li:nth-child(882) {
  transition-delay: 88.2s;
}
.js-fadeList.is-active li:nth-child(883) {
  transition-delay: 88.3s;
}
.js-fadeList.is-active li:nth-child(884) {
  transition-delay: 88.4s;
}
.js-fadeList.is-active li:nth-child(885) {
  transition-delay: 88.5s;
}
.js-fadeList.is-active li:nth-child(886) {
  transition-delay: 88.6s;
}
.js-fadeList.is-active li:nth-child(887) {
  transition-delay: 88.7s;
}
.js-fadeList.is-active li:nth-child(888) {
  transition-delay: 88.8s;
}
.js-fadeList.is-active li:nth-child(889) {
  transition-delay: 88.9s;
}
.js-fadeList.is-active li:nth-child(890) {
  transition-delay: 89s;
}
.js-fadeList.is-active li:nth-child(891) {
  transition-delay: 89.1s;
}
.js-fadeList.is-active li:nth-child(892) {
  transition-delay: 89.2s;
}
.js-fadeList.is-active li:nth-child(893) {
  transition-delay: 89.3s;
}
.js-fadeList.is-active li:nth-child(894) {
  transition-delay: 89.4s;
}
.js-fadeList.is-active li:nth-child(895) {
  transition-delay: 89.5s;
}
.js-fadeList.is-active li:nth-child(896) {
  transition-delay: 89.6s;
}
.js-fadeList.is-active li:nth-child(897) {
  transition-delay: 89.7s;
}
.js-fadeList.is-active li:nth-child(898) {
  transition-delay: 89.8s;
}
.js-fadeList.is-active li:nth-child(899) {
  transition-delay: 89.9s;
}
.js-fadeList.is-active li:nth-child(900) {
  transition-delay: 90s;
}
.js-fadeList.is-active li:nth-child(901) {
  transition-delay: 90.1s;
}
.js-fadeList.is-active li:nth-child(902) {
  transition-delay: 90.2s;
}
.js-fadeList.is-active li:nth-child(903) {
  transition-delay: 90.3s;
}
.js-fadeList.is-active li:nth-child(904) {
  transition-delay: 90.4s;
}
.js-fadeList.is-active li:nth-child(905) {
  transition-delay: 90.5s;
}
.js-fadeList.is-active li:nth-child(906) {
  transition-delay: 90.6s;
}
.js-fadeList.is-active li:nth-child(907) {
  transition-delay: 90.7s;
}
.js-fadeList.is-active li:nth-child(908) {
  transition-delay: 90.8s;
}
.js-fadeList.is-active li:nth-child(909) {
  transition-delay: 90.9s;
}
.js-fadeList.is-active li:nth-child(910) {
  transition-delay: 91s;
}
.js-fadeList.is-active li:nth-child(911) {
  transition-delay: 91.1s;
}
.js-fadeList.is-active li:nth-child(912) {
  transition-delay: 91.2s;
}
.js-fadeList.is-active li:nth-child(913) {
  transition-delay: 91.3s;
}
.js-fadeList.is-active li:nth-child(914) {
  transition-delay: 91.4s;
}
.js-fadeList.is-active li:nth-child(915) {
  transition-delay: 91.5s;
}
.js-fadeList.is-active li:nth-child(916) {
  transition-delay: 91.6s;
}
.js-fadeList.is-active li:nth-child(917) {
  transition-delay: 91.7s;
}
.js-fadeList.is-active li:nth-child(918) {
  transition-delay: 91.8s;
}
.js-fadeList.is-active li:nth-child(919) {
  transition-delay: 91.9s;
}
.js-fadeList.is-active li:nth-child(920) {
  transition-delay: 92s;
}
.js-fadeList.is-active li:nth-child(921) {
  transition-delay: 92.1s;
}
.js-fadeList.is-active li:nth-child(922) {
  transition-delay: 92.2s;
}
.js-fadeList.is-active li:nth-child(923) {
  transition-delay: 92.3s;
}
.js-fadeList.is-active li:nth-child(924) {
  transition-delay: 92.4s;
}
.js-fadeList.is-active li:nth-child(925) {
  transition-delay: 92.5s;
}
.js-fadeList.is-active li:nth-child(926) {
  transition-delay: 92.6s;
}
.js-fadeList.is-active li:nth-child(927) {
  transition-delay: 92.7s;
}
.js-fadeList.is-active li:nth-child(928) {
  transition-delay: 92.8s;
}
.js-fadeList.is-active li:nth-child(929) {
  transition-delay: 92.9s;
}
.js-fadeList.is-active li:nth-child(930) {
  transition-delay: 93s;
}
.js-fadeList.is-active li:nth-child(931) {
  transition-delay: 93.1s;
}
.js-fadeList.is-active li:nth-child(932) {
  transition-delay: 93.2s;
}
.js-fadeList.is-active li:nth-child(933) {
  transition-delay: 93.3s;
}
.js-fadeList.is-active li:nth-child(934) {
  transition-delay: 93.4s;
}
.js-fadeList.is-active li:nth-child(935) {
  transition-delay: 93.5s;
}
.js-fadeList.is-active li:nth-child(936) {
  transition-delay: 93.6s;
}
.js-fadeList.is-active li:nth-child(937) {
  transition-delay: 93.7s;
}
.js-fadeList.is-active li:nth-child(938) {
  transition-delay: 93.8s;
}
.js-fadeList.is-active li:nth-child(939) {
  transition-delay: 93.9s;
}
.js-fadeList.is-active li:nth-child(940) {
  transition-delay: 94s;
}
.js-fadeList.is-active li:nth-child(941) {
  transition-delay: 94.1s;
}
.js-fadeList.is-active li:nth-child(942) {
  transition-delay: 94.2s;
}
.js-fadeList.is-active li:nth-child(943) {
  transition-delay: 94.3s;
}
.js-fadeList.is-active li:nth-child(944) {
  transition-delay: 94.4s;
}
.js-fadeList.is-active li:nth-child(945) {
  transition-delay: 94.5s;
}
.js-fadeList.is-active li:nth-child(946) {
  transition-delay: 94.6s;
}
.js-fadeList.is-active li:nth-child(947) {
  transition-delay: 94.7s;
}
.js-fadeList.is-active li:nth-child(948) {
  transition-delay: 94.8s;
}
.js-fadeList.is-active li:nth-child(949) {
  transition-delay: 94.9s;
}
.js-fadeList.is-active li:nth-child(950) {
  transition-delay: 95s;
}
.js-fadeList.is-active li:nth-child(951) {
  transition-delay: 95.1s;
}
.js-fadeList.is-active li:nth-child(952) {
  transition-delay: 95.2s;
}
.js-fadeList.is-active li:nth-child(953) {
  transition-delay: 95.3s;
}
.js-fadeList.is-active li:nth-child(954) {
  transition-delay: 95.4s;
}
.js-fadeList.is-active li:nth-child(955) {
  transition-delay: 95.5s;
}
.js-fadeList.is-active li:nth-child(956) {
  transition-delay: 95.6s;
}
.js-fadeList.is-active li:nth-child(957) {
  transition-delay: 95.7s;
}
.js-fadeList.is-active li:nth-child(958) {
  transition-delay: 95.8s;
}
.js-fadeList.is-active li:nth-child(959) {
  transition-delay: 95.9s;
}
.js-fadeList.is-active li:nth-child(960) {
  transition-delay: 96s;
}
.js-fadeList.is-active li:nth-child(961) {
  transition-delay: 96.1s;
}
.js-fadeList.is-active li:nth-child(962) {
  transition-delay: 96.2s;
}
.js-fadeList.is-active li:nth-child(963) {
  transition-delay: 96.3s;
}
.js-fadeList.is-active li:nth-child(964) {
  transition-delay: 96.4s;
}
.js-fadeList.is-active li:nth-child(965) {
  transition-delay: 96.5s;
}
.js-fadeList.is-active li:nth-child(966) {
  transition-delay: 96.6s;
}
.js-fadeList.is-active li:nth-child(967) {
  transition-delay: 96.7s;
}
.js-fadeList.is-active li:nth-child(968) {
  transition-delay: 96.8s;
}
.js-fadeList.is-active li:nth-child(969) {
  transition-delay: 96.9s;
}
.js-fadeList.is-active li:nth-child(970) {
  transition-delay: 97s;
}
.js-fadeList.is-active li:nth-child(971) {
  transition-delay: 97.1s;
}
.js-fadeList.is-active li:nth-child(972) {
  transition-delay: 97.2s;
}
.js-fadeList.is-active li:nth-child(973) {
  transition-delay: 97.3s;
}
.js-fadeList.is-active li:nth-child(974) {
  transition-delay: 97.4s;
}
.js-fadeList.is-active li:nth-child(975) {
  transition-delay: 97.5s;
}
.js-fadeList.is-active li:nth-child(976) {
  transition-delay: 97.6s;
}
.js-fadeList.is-active li:nth-child(977) {
  transition-delay: 97.7s;
}
.js-fadeList.is-active li:nth-child(978) {
  transition-delay: 97.8s;
}
.js-fadeList.is-active li:nth-child(979) {
  transition-delay: 97.9s;
}
.js-fadeList.is-active li:nth-child(980) {
  transition-delay: 98s;
}
.js-fadeList.is-active li:nth-child(981) {
  transition-delay: 98.1s;
}
.js-fadeList.is-active li:nth-child(982) {
  transition-delay: 98.2s;
}
.js-fadeList.is-active li:nth-child(983) {
  transition-delay: 98.3s;
}
.js-fadeList.is-active li:nth-child(984) {
  transition-delay: 98.4s;
}
.js-fadeList.is-active li:nth-child(985) {
  transition-delay: 98.5s;
}
.js-fadeList.is-active li:nth-child(986) {
  transition-delay: 98.6s;
}
.js-fadeList.is-active li:nth-child(987) {
  transition-delay: 98.7s;
}
.js-fadeList.is-active li:nth-child(988) {
  transition-delay: 98.8s;
}
.js-fadeList.is-active li:nth-child(989) {
  transition-delay: 98.9s;
}
.js-fadeList.is-active li:nth-child(990) {
  transition-delay: 99s;
}
.js-fadeList.is-active li:nth-child(991) {
  transition-delay: 99.1s;
}
.js-fadeList.is-active li:nth-child(992) {
  transition-delay: 99.2s;
}
.js-fadeList.is-active li:nth-child(993) {
  transition-delay: 99.3s;
}
.js-fadeList.is-active li:nth-child(994) {
  transition-delay: 99.4s;
}
.js-fadeList.is-active li:nth-child(995) {
  transition-delay: 99.5s;
}
.js-fadeList.is-active li:nth-child(996) {
  transition-delay: 99.6s;
}
.js-fadeList.is-active li:nth-child(997) {
  transition-delay: 99.7s;
}
.js-fadeList.is-active li:nth-child(998) {
  transition-delay: 99.8s;
}
.js-fadeList.is-active li:nth-child(999) {
  transition-delay: 99.9s;
}

.fadeUp {
  overflow: hidden;
}
.fadeUp img {
  display: inline-block;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: 0.8s cubic-bezier(0.01, 0.68, 0.38, 0.99);
}
.fadeUp.is-active img {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.scalein {
  -ms-transform: scale(0);
      transform: scale(0);
  transition: 0.6s cubic-bezier(0.01, 0.68, 0.38, 0.99);
}
.scalein.is-active {
  -ms-transform: scale(1);
      transform: scale(1);
}

.anim-up {
  animation: upup 5s linear infinite;
}

@keyframes upup {
  0% {
    transform: translate(0, 0px);
  }
  3% {
    transform: translate(0, -8px);
  }
  6% {
    transform: translate(0, 0);
  }
  9% {
    transform: translate(0, -8px);
  }
  12% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, -8px);
  }
  18%, 50% {
    transform: translate(0, 0);
  }
  53% {
    transform: translate(0, -8px);
  }
  56% {
    transform: translate(0, 0);
  }
  59% {
    transform: translate(0, -8px);
  }
  62% {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, -8px);
  }
  68% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* -----------------------------------
  header
  ----------------------------------- */
.l-header {
  width: 100%;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.l-header__inner {
  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: 38px;
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding: 1.375rem 1rem;
  }
}
.l-header__logo {
  position: relative;
  width: 30%;
  max-width: 243px;
  z-index: 9999;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .l-header__logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-header__logo {
    width: 154px;
  }
}
.l-header__logo a {
  display: inline-block;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__logo.sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__logo.sp {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 992px) {
  .l-header__container {
    z-index: 9999;
    width: 74%;
    height: 100%;
    background-color: #0EAF41;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.5s ease;
    padding: 50px 20px;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
  }
  .l-header__container.is-active {
    top: 0;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
.l-header__container__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 2.375rem;
}
@media screen and (max-width: 992px) {
  .l-header__container__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    padding: 46px 24px 13.75rem;
    gap: 42px;
    position: relative;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-header__container__wrap {
    padding-bottom: 110px;
  }
}
.l-header__nav {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .l-header__nav {
    width: 100%;
    padding: 0 5px;
  }
}
.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.375rem;
  position: relative;
  z-index: 9;
  height: 100%;
  padding: 1.75rem 0;
}
@media screen and (max-width: 992px) {
  .l-header__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: auto;
    padding: 0;
    gap: 36px;
  }
}
.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: 1.125rem;
  font-size: max(14px, 1.125rem);
  letter-spacing: 0.02em;
  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: 1.75rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-header__list li > a {
    font-size: 0.875rem;
  }
}
.l-header__list li > a .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 0.825s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 992px) {
  .l-header__list li > a .item {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.l-header__list li > a .item:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}
@media screen and (max-width: 992px) {
  .l-header__list li > a .item:nth-child(2) {
    display: none;
  }
}
@media (hover: hover) {
  .l-header__list li > a:hover .item:nth-child(1) {
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
  }
}
@media screen and (hover: hover) and (max-width: 992px) {
  .l-header__list li > a:hover .item:nth-child(1) {
    -ms-transform: none;
        transform: none;
  }
}
@media (hover: hover) {
  .l-header__list li > a:hover .item:nth-child(2) {
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}
@media screen and (max-width: 992px) {
  .l-header__list li.has-child > a {
    width: 100%;
  }
}
@media (hover: hover) {
  .l-header__list li.has-child:hover > a {
    color: #0EAF41;
  }
  .l-header__list li.has-child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__list li.has-child.is-open > a {
  color: #0EAF41;
}
.l-header__list li.has-child.is-open > a .item:nth-child(1) {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
@media screen and (max-width: 992px) {
  .l-header__list li.has-child.is-open > a .item:nth-child(1) {
    -ms-transform: none;
        transform: none;
  }
}
.l-header__list li.has-child.is-open > a .item:nth-child(2) {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.l-header__list li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: 0.3s ease;
  padding-top: 12px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .l-header__list li .sub-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    position: static;
    -ms-transform: none;
        transform: none;
  }
}
.l-header__list li .sub-menu .list {
  min-width: 172px;
  border-radius: 8px;
  border: 2px solid #030600;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .l-header__list li .sub-menu .list {
    border: none;
    border-radius: 0;
    min-width: initial;
  }
}
.l-header__list li .sub-menu .list li:not(:last-child) {
  border-bottom: 2px solid #030600;
}
@media screen and (max-width: 992px) {
  .l-header__list li .sub-menu .list li:not(:last-child) {
    border: none;
    margin-bottom: 10px;
  }
}
.l-header__list li .sub-menu .list li a {
  display: block;
  padding: 12px 0;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .l-header__list li .sub-menu .list li a {
    text-align: left;
    opacity: 0.7;
    font-weight: 500;
    padding: 0;
    font-size: 1.25rem;
  }
  .l-header__list li .sub-menu .list li a::before {
    content: "・";
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-header__list li .sub-menu .list li a {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .l-header__list li .sub-menu .list li a:hover {
    color: #0EAF41;
  }
}
.l-header__ig {
  margin-top: 1.75rem;
  transition: 0.3s ease;
}
.l-header__ig.sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__ig.sp {
    display: block;
    width: 24px;
    margin-top: 7px;
    margin-right: 18px;
    margin-left: auto;
  }
}
@media screen and (max-width: 992px) {
  .l-header__ig.pc {
    display: none;
  }
}
@media (hover: hover) {
  .l-header__ig:hover {
    opacity: 0.7;
  }
}
.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;
  }
}
.l-header__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .l-header__btns {
    gap: 8px;
  }
}
.l-header__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 9px;
  border: 2px solid #030600;
  font-size: 1rem;
  width: 14.125rem;
  min-height: 41px;
  border-radius: 8px;
  padding: 4px;
  transition: 0.3s ease;
}
@media screen and (max-width: 992px) {
  .l-header__btn {
    gap: 0.625rem;
    width: 100%;
    font-size: 1.4375rem;
    min-height: 32px;
    padding: 8px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-header__btn {
    font-size: 0.8125rem;
    padding: 4px;
  }
}
@media (hover: hover) {
  .l-header__btn:hover {
    background-color: #030600;
    color: #fff;
  }
}
.l-header__tel {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #fff;
}
.l-header__tel::before {
  content: "";
  display: block;
  width: 14px;
  height: 19px;
  -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: #030600;
}
@media screen and (max-width: 992px) {
  .l-header__tel::before {
    width: 12px;
    height: 16px;
  }
}
@media (hover: hover) {
  .l-header__tel:hover::before {
    background-color: #fff;
  }
}
.l-header__line {
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: #fff;
}
.l-header__line::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/common/icon_line.svg") no-repeat center/100%;
}
@media screen and (max-width: 992px) {
  .l-header__line::before {
    width: 20px;
    height: 20px;
  }
}
.l-header__mail {
  background-color: #030600;
  color: #fff;
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  padding: 2px 16px 0;
  line-height: 1.125;
  transition: 0.3s ease;
}
@media screen and (max-width: 992px) {
  .l-header__mail {
    -ms-flex-direction: row;
        flex-direction: row;
    text-align: left;
    gap: 26px;
    padding: 20px;
    font-size: 1.5rem;
    border-radius: 6px;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-header__mail {
    font-size: 0.8125rem;
  }
}
.l-header__mail::before {
  content: "";
  display: block;
  width: 24px;
  height: 17px;
  background: url("../img/common/icon_mail_white.svg") no-repeat center/100%;
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-header__mail::before {
    width: 19px;
    height: 14px;
  }
}
@media (hover: hover) {
  .l-header__mail:hover {
    background-color: #33AD37;
  }
}
.l-header__deco {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__deco {
    display: block;
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 100%;
  }
  .l-header__deco img {
    width: 100%;
  }
}
.l-header__en {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__en {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 3.75rem;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-header__en {
    font-size: 2.125rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    z-index: 9999;
    display: block;
    position: relative;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    width: 21px;
    height: 2px;
    background-color: #030600;
    left: 5px;
    border-radius: 1px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 8px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 16px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 24px;
  }
  .c-hamburger.is-active {
    top: -10px;
  }
  .c-hamburger.is-active span {
    background-color: #fff;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
  }
  .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(45deg);
        transform: translateY(-8px) rotate(45deg);
  }
}

/* ------- floating ------- */
.l-floating {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-floating {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
.l-floating__block {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  height: 60px;
  background-color: #fff;
}
.l-floating__tel {
  display: block;
  border-right: 1px solid #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 1.5625rem;
}
.l-floating__tel::before {
  content: "";
  display: block;
  width: 19px;
  height: 25px;
  -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: #030600;
}
.l-floating__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: #fff;
  font-size: 0.75rem;
  padding: 0 1.25rem;
  border-right: 1px solid #000;
}
.l-floating__line::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/common/icon_line.svg") no-repeat center/100%;
}
@media screen and (max-width: 992px) {
  .l-floating__line::before {
    width: 20px;
    height: 20px;
  }
}
.l-floating__mail {
  font-size: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 6px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  padding: 2px 16px 0;
  line-height: 1.125;
  transition: 0.3s ease;
  -ms-flex: 1;
      flex: 1;
}
.l-floating__mail::before {
  content: "";
  display: block;
  width: 23px;
  height: 16px;
  background: url("../img/common/icon_mail.svg") no-repeat center/100%;
}

/* ---------------------------------------------
  footer フッター
  --------------------------------------------- */
/* -------- contact -------- */
.p-contact {
  position: relative;
}
.p-contact .c-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact .c-ttl {
    margin-bottom: 40px;
  }
}
.p-contact .c-ttl__en {
  font-size: 6.5625rem;
  line-height: 0.9;
}
@media screen and (max-width: 992px) {
  .p-contact .c-ttl__en {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact .c-ttl__en {
    font-size: 3.4375rem;
    line-height: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .c-ttl__ja {
    letter-spacing: 0.1em;
  }
}
.p-contact__wrap {
  position: relative;
  width: 80%;
  max-width: 1236px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .p-contact__wrap {
    width: 72%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact__wrap {
    padding: 0 54px 0 64px;
    width: 100%;
  }
}
.p-contact__deco .item:nth-child(1) .deco {
  display: block;
  position: absolute;
  top: 28%;
  right: 5%;
  -ms-transform: translate(0);
      transform: translate(0);
  width: 5.625rem;
  transition: 0.8s ease;
}
@media screen and (max-width: 767px) {
  .p-contact__deco .item:nth-child(1) .deco {
    width: 3.625rem;
    top: 82%;
    right: 16%;
  }
}
.p-contact__deco .item:nth-child(1) .parts {
  position: absolute;
  display: block;
  z-index: 9;
  width: 1.625rem;
  position: absolute;
  top: 38.6%;
  right: -0.875rem;
  z-index: 2;
  transition-delay: 0.4s;
  opacity: 0;
  -ms-transform: rotate(36deg);
      transform: rotate(36deg);
}
@media screen and (max-width: 992px) {
  .p-contact__deco .item:nth-child(1) .parts {
    top: 32.3%;
    right: -0.875rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact__deco .item:nth-child(1) .parts {
    top: 85%;
    right: 11.4%;
    width: 0.75rem;
  }
}
.p-contact__deco .item:nth-child(1).is-active .deco {
  right: -3.5rem;
  -ms-transform: rotate(36deg);
      transform: rotate(36deg);
}
@media screen and (max-width: 767px) {
  .p-contact__deco .item:nth-child(1).is-active .deco {
    right: 5%;
    -ms-transform: rotate(30deg);
        transform: rotate(30deg);
  }
}
.p-contact__deco .item:nth-child(1).is-active .parts {
  opacity: 1;
}
.p-contact__deco .item:nth-child(2) {
  position: absolute;
  top: 60.6%;
  left: 5%;
  transition: 0.6s ease;
}
@media screen and (max-width: 767px) {
  .p-contact__deco .item:nth-child(2) {
    top: 23%;
    left: 15%;
  }
}
.p-contact__deco .item:nth-child(2) .deco {
  display: block;
  width: 4.6875rem;
  -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
  transition: 0.8s ease;
}
@media screen and (max-width: 767px) {
  .p-contact__deco .item:nth-child(2) .deco {
    width: 2.875rem;
  }
}
.p-contact__deco .item:nth-child(2) .text {
  display: block;
  width: 3.625rem;
  position: absolute;
  top: -24%;
  left: -5rem;
  width: 3.625rem;
  transition: 0.8s ease;
  -ms-transform: scale(0);
      transform: scale(0);
  transition-delay: 0.4s;
}
@media screen and (max-width: 992px) {
  .p-contact__deco .item:nth-child(2) .text {
    top: -90%;
    left: -50%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact__deco .item:nth-child(2) .text {
    top: -90%;
    left: -34%;
    width: 2.25rem;
  }
}
.p-contact__deco .item:nth-child(2).is-active {
  left: -4.2%;
}
@media screen and (max-width: 992px) {
  .p-contact__deco .item:nth-child(2).is-active {
    left: -8%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact__deco .item:nth-child(2).is-active {
    left: 8.4%;
  }
}
.p-contact__deco .item:nth-child(2).is-active .deco {
  -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
}
.p-contact__deco .item:nth-child(2).is-active .text {
  -ms-transform: scale(1);
      transform: scale(1);
}
.p-contact__block {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__block {
    padding: 34px 10px;
  }
}
.p-contact__text {
  font-size: 1.1875rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.8125rem;
    line-height: 1.8;
    margin-bottom: 34px;
  }
}
.p-contact__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1038px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .p-contact__list {
    grid-template-columns: 1fr;
    width: 88%;
    margin: 0 auto;
    gap: 20px;
  }
}
.p-contact__list__item {
  border: 2px solid #030600;
  border-radius: 13px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact__list__item {
    border-radius: 8px;
  }
}
.p-contact__list__item:nth-child(1) .icon {
  width: 47px;
  aspect-ratio: 47/61;
  -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-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width: 767px) {
  .p-contact__list__item:nth-child(1) .icon {
    width: 35px;
  }
}
.p-contact__list__item:nth-child(2) .icon {
  width: 73px;
  aspect-ratio: 1/1;
  -webkit-mask: none;
          mask: none;
  background: url("../img/common/icon_line_black.svg") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .p-contact__list__item:nth-child(2) .icon {
    width: 54px;
    margin-bottom: 14px;
  }
}
@media (hover: hover) {
  .p-contact__list__item:nth-child(2) a:hover .icon {
    background: none;
    background: url("../img/common/icon_line_white.svg") no-repeat center/100%;
  }
}
.p-contact__list__item:nth-child(3) .icon {
  width: 73px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/common/icon_mail.svg");
          mask-image: url("../img/common/icon_mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width: 767px) {
  .p-contact__list__item:nth-child(3) .icon {
    width: 42px;
    aspect-ratio: 58/43;
  }
}
.p-contact__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 3.75rem 0 1.5625rem;
  transition: 0.3s ease;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__link {
    padding: 0;
    min-height: 12.1875rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (hover: hover) {
  .p-contact__link:hover {
    background-color: #030600;
    color: #fff;
  }
  .p-contact__link:hover .ttl {
    border-color: #fff;
  }
  .p-contact__link:hover .icon {
    background-color: #fff;
  }
}
.p-contact__link .icon {
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
  background-color: #030600;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width: 767px) {
  .p-contact__link .icon {
    height: initial;
    margin-bottom: 16px;
  }
}
.p-contact__link .ttl {
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.26;
  min-height: 58px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #030600;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-contact__link .ttl {
    font-size: 1.0625rem;
    min-height: auto;
    margin-bottom: 10px;
  }
}
.p-contact__link .num {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__link .num {
    font-size: 1.25rem;
  }
}
.p-contact__link .hour {
  width: 100%;
  max-width: 230px;
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-contact__link .hour {
    font-size: 0.6875rem;
    font-weight: 500;
  }
}

/* -------- footer -------- */
.l-footer {
  overflow: hidden;
  position: relative;
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  position: absolute;
  top: 5.5%;
  left: 0;
}
@media screen and (max-width: 992px) {
  .l-footer::before {
    top: 2.5%;
  }
}
.l-footer .l-wrap {
  max-width: 1500px;
}
.l-footer__container {
  padding-top: 23.75rem;
  padding-bottom: 9.375rem;
  position: relative;
  margin-top: -6.25rem;
}
@media screen and (max-width: 992px) {
  .l-footer__container {
    margin-top: -3.75rem;
    padding-top: 12.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-footer__container {
    margin-top: 40px;
    padding-top: 8.75rem;
    padding-bottom: 5.625rem;
  }
}
.l-footer__container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1000;
  background: url("../img/common/footer_bg.svg") no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .l-footer__container:before {
    aspect-ratio: 390/1200;
    background-image: url("../img/common/footer_bg_sp.svg");
  }
}
.l-footer__container .l-wrap {
  position: relative;
}
.l-footer__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 992px) {
  .l-footer__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 6.25rem;
    padding: 0 0.625rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-footer__block {
    padding: 0;
  }
}
.l-footer__logo {
  display: block;
  width: 84%;
  max-width: 460px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  .l-footer__logo {
    width: 74%;
    max-width: initial;
    margin-bottom: 1.875rem;
  }
}
.l-footer__text {
  width: 50%;
  max-width: 630px;
  color: #fff;
  margin-left: 3.125rem;
}
@media screen and (max-width: 1440px) {
  .l-footer__text {
    padding-left: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 992px) {
  .l-footer__text {
    margin-left: 0;
    width: 100%;
  }
}
.l-footer__text address, .l-footer__text p {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__text address, .l-footer__text p {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}
.l-footer__map {
  width: 50%;
  max-width: 680px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-footer__map {
    width: 100%;
  }
}
.l-footer__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 680/468;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__map iframe {
    border-radius: 6px;
  }
}
.l-footer__map .deco .item {
  display: block;
}
.l-footer__map .deco .item:nth-child(1) {
  position: absolute;
  top: -4.375rem;
  right: 6.5%;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__map .deco .item:nth-child(1) {
    top: -3.75rem;
    width: 4.125rem;
  }
}
.l-footer__map .deco .item:nth-child(2) {
  width: 24px;
  position: absolute;
  top: -1rem;
  right: 5%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__map .deco .item:nth-child(2) {
    width: 1.125rem;
    top: -1.25rem;
  }
}
.l-footer__links {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .l-footer__links {
    margin-top: 34px;
  }
}
.l-footer__links__other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 2;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .l-footer__links__other {
    margin-top: 2px;
  }
}
.l-footer__links__other a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  transition: 0.3 ease;
}
@media screen and (max-width: 767px) {
  .l-footer__links__other a {
    font-size: 0.625rem;
  }
}
@media (hover: hover) {
  .l-footer__links__other a:hover {
    opacity: 0.7;
  }
}
.l-footer__nav {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 32px 0 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 34px;
    padding: 32px 0 50px;
  }
}
.l-footer__nav li {
  width: 50%;
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav li {
    width: 100%;
    gap: 8px;
  }
}
.l-footer__nav a {
  color: #fff;
  transition: 0.3s ease;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .l-footer__nav a {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .l-footer__nav a:hover {
    opacity: 0.7;
  }
}
.l-footer__nav > li > a {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > li > a {
    font-size: 0.9375rem;
  }
}
.l-footer__nav .sub-list {
  display: grid;
  gap: 8px;
}
.l-footer__nav .sub-list a {
  font-size: 1.0625rem;
  display: -ms-flexbox;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  opacity: 0.7;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .sub-list a {
    font-size: 0.8125rem;
  }
}
.l-footer__nav .sub-list a::before {
  content: "・";
}
@media (hover: hover) {
  .l-footer__nav .sub-list a:hover {
    opacity: 1;
  }
}
.l-footer__copy small {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy small {
    font-size: 0.625rem;
  }
}

/* ---------------------------------------------
  mv
  --------------------------------------------- */
.p-mv {
  position: relative;
  padding: 26.25rem 0 37.5rem;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-mv {
    padding: 25rem 0 37.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv {
    padding: 13.75rem 0 22.5rem;
    height: 100svh;
    max-height: 780px;
    min-height: 660px;
  }
}
.p-mv__inner {
  position: relative;
  z-index: 1;
}
.p-mv__text {
  padding-left: 8.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-mv__text {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    border-bottom: none;
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__text {
    margin-bottom: 1.5rem;
  }
}
.p-mv__ttl {
  font-size: 3.125rem;
  font-size: max(40px, 3.125rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    width: 100%;
    font-size: 1.6875rem;
    line-height: 1.37;
    margin-bottom: 8px;
  }
}
.p-mv__en {
  color: #0EAF41;
  font-size: 0.8125rem;
  font-size: max(12px, 0.8125rem);
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  padding-left: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-mv__en {
    font-size: 0.625rem;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 8px;
  }
}
.p-mv__sub {
  font-size: 1.25rem;
  font-size: max(16px, 1.25rem);
  padding-left: 8px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-mv__sub {
    padding: 0;
    font-size: 0.8125rem;
    font-weight: 700;
  }
}
.p-mv__scroll {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: transparent;
  display: block;
  white-space: nowrap;
  position: absolute;
  bottom: 16.4%;
  right: 4.8%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-mv__scroll {
    display: none;
  }
}
.p-mv__scroll span {
  color: transparent;
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  animation: text-rotate2 2.5s infinite linear;
}
.p-mv__loop {
  font-family: "Montserrat", sans-serif;
  font-size: 11.875rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #F5F5F5;
  opacity: 0.9;
  position: absolute;
  bottom: 8%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__loop {
    font-size: 4.125rem;
    bottom: 0%;
  }
}
.p-mv__loop span {
  display: inline-block;
  animation: loopText 100s linear infinite;
  white-space: nowrap;
  line-height: 0.8;
  padding-bottom: 10px;
}
.p-mv__img {
  position: relative;
  width: 46.25%;
  max-width: 888px;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .p-mv__img {
    width: 97.4%;
    bottom: 5.8%;
    right: -11%;
  }
}
.p-mv__img__bg {
  width: 100%;
  position: relative;
  z-index: 3;
}
.p-mv__img__deco .item {
  position: absolute;
  z-index: 2;
}
.p-mv__img__deco .item:nth-child(1) {
  top: 44%;
  left: 52%;
  transition: 0.5s ease;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img__deco .item:nth-child(1) {
    top: 37%;
    left: 50%;
    width: 2rem;
  }
}
.p-mv__img__deco .item:nth-child(1).is-active {
  left: 57%;
  -ms-transform: rotate(28deg);
      transform: rotate(28deg);
}
@media screen and (max-width: 767px) {
  .p-mv__img__deco .item:nth-child(1).is-active {
    left: 55.8%;
    -ms-transform: rotate(40deg);
        transform: rotate(40deg);
  }
}
.p-mv__img__deco .item:nth-child(2) {
  top: 56%;
  left: 54%;
  transition: 0.5s ease;
  transition-delay: 0.3s;
  width: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img__deco .item:nth-child(2) {
    top: 52%;
    width: 2.125rem;
  }
}
.p-mv__img__deco .item:nth-child(2).is-active {
  left: 60.6%;
  -ms-transform: rotate(22deg);
      transform: rotate(22deg);
}
@media screen and (max-width: 767px) {
  .p-mv__img__deco .item:nth-child(2).is-active {
    left: 58%;
    -ms-transform: rotate(28deg);
        transform: rotate(28deg);
  }
}
.p-mv__img__deco .item:nth-child(3) {
  top: 40.4%;
  left: 18.6%;
  width: 4.6875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__img__deco .item:nth-child(3) {
    top: 30%;
    left: 18%;
    width: 3.1875rem;
  }
}
.p-mv__img__deco .item:nth-child(3) img {
  display: inline-block;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: 0.5s cubic-bezier(0.01, 0.68, 0.38, 0.99);
  transition-delay: 0.6s;
}
.p-mv__img__deco .item:nth-child(3).is-active img {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.p-mv__img__deco .item:nth-child(4) {
  top: 48.4%;
  left: 10.8%;
  width: 4.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__img__deco .item:nth-child(4) {
    top: 42%;
    left: 4.6%;
    width: 3rem;
  }
}
.p-mv__img__deco .item:nth-child(4) img {
  display: inline-block;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: 0.5s cubic-bezier(0.01, 0.68, 0.38, 0.99);
  transition-delay: 0.6s;
}
.p-mv__img__deco .item:nth-child(4).is-active img {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.p-mv__img__deco .item:nth-child(5) {
  top: 36.4%;
  left: 25%;
  width: 4rem;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: 0.5s ease;
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  .p-mv__img__deco .item:nth-child(5) {
    top: 22.8%;
    left: 28%;
    width: 2.625rem;
  }
}
.p-mv__img__deco .item:nth-child(5).is-active {
  -ms-transform: scale(1);
      transform: scale(1);
}
.p-mv__img__deco .item:nth-child(6) {
  top: 44.6%;
  left: 7%;
  width: 6rem;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: 0.5s ease;
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .p-mv__img__deco .item:nth-child(6) {
    top: 36%;
    left: -1%;
    width: 4.125rem;
  }
}
.p-mv__img__deco .item:nth-child(6).is-active {
  -ms-transform: scale(1);
      transform: scale(1);
}
.p-mv__bg .item {
  position: absolute;
}
.p-mv__bg .item:nth-child(1) {
  top: 28%;
  left: 76.4%;
  width: 13.75rem;
}
@media screen and (max-width: 992px) {
  .p-mv__bg .item:nth-child(1) {
    width: 10rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__bg .item:nth-child(1) {
    display: none;
  }
}
.p-mv__bg .item:nth-child(2) {
  top: 56%;
  right: -2.5%;
  width: 10.75rem;
}
@media screen and (max-width: 992px) {
  .p-mv__bg .item:nth-child(2) {
    top: 60%;
    right: -6%;
    width: 8.125rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__bg .item:nth-child(2) {
    top: 70%;
    right: -6%;
    width: 3.75rem;
  }
}
.p-mv__bg .item:nth-child(3) {
  top: 63%;
  left: 30%;
  width: 13.75rem;
}
@media screen and (max-width: 992px) {
  .p-mv__bg .item:nth-child(3) {
    top: 80%;
    left: 20%;
    width: 8.75rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__bg .item:nth-child(3) {
    display: none;
  }
}
.p-mv__bg .item:nth-child(4) {
  top: 72%;
  left: 40%;
  width: 13.75rem;
}
@media screen and (max-width: 992px) {
  .p-mv__bg .item:nth-child(4) {
    width: 8.75rem;
    top: 82%;
    left: 44.6%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__bg .item:nth-child(4) {
    top: 88.6%;
    left: 44.6%;
    width: 4.375rem;
  }
}
.p-mv__bg .item:nth-child(5) {
  top: 66%;
  left: -3.4%;
  z-index: 2;
  width: 15rem;
}
@media screen and (max-width: 992px) {
  .p-mv__bg .item:nth-child(5) {
    top: 60%;
    left: -4%;
    width: 7.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__bg .item:nth-child(5) {
    top: 55%;
    left: -14%;
    width: 5.9375rem;
  }
}
.p-mv__bg .item:nth-child(6) {
  top: 75%;
  left: 4%;
  width: 7.375rem;
}
@media screen and (max-width: 992px) {
  .p-mv__bg .item:nth-child(6) {
    top: 66%;
    left: 0;
    width: 5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__bg .item:nth-child(6) {
    top: 60%;
    left: 0;
    width: 3.25rem;
  }
}

@keyframes text-rotate2 {
  0% {
    text-shadow: 0 -1.2em 0 #030600, 0 0 0 #030600;
  }
  10% {
    text-shadow: 0 0 0 #030600, 0 1.2em 0 #030600;
  }
  100% {
    text-shadow: 0 0 0 #030600, 0 1.2em 0 #030600;
  }
}
@keyframes loopText {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
/* ---------------------------------------------
  concept
  --------------------------------------------- */
.p-top-concept {
  padding: 2.625rem 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-concept {
    padding: 4.875rem 0 5.625rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-concept {
    padding: 4.875rem 0 3.75rem;
  }
}
.p-top-concept__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 5.375rem;
}
@media screen and (max-width: 992px) {
  .p-top-concept__block {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    gap: 3rem;
  }
}
.p-top-concept__head {
  width: 37.65%;
  max-width: 725px;
}
@media screen and (max-width: 1280px) {
  .p-top-concept__head {
    width: 44.5%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) {
  .p-top-concept__head {
    width: 100%;
    max-width: 100%;
  }
}
.p-top-concept__ttl {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 3.125rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
  margin-left: auto;
  padding-right: 11rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 992px) {
  .p-top-concept__ttl {
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-concept__ttl {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    gap: 8px;
    padding-right: 0;
    margin: 0 auto;
  }
}
.p-top-concept__ttl span:nth-child(2) {
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__ttl span:nth-child(2) {
    margin-top: 5rem;
  }
}
.p-top-concept__ttl .mark {
  position: relative;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-concept__ttl .mark {
    padding: 1rem 0;
  }
}
.p-top-concept__ttl .mark::before, .p-top-concept__ttl .mark::after {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 0.9375rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-top-concept__ttl .mark::before, .p-top-concept__ttl .mark::after {
    width: 0.75rem;
    height: 0.5rem;
  }
}
.p-top-concept__ttl .mark::before {
  top: 0;
  right: 8%;
  border-right: 2px solid #030600;
  border-top: 2px solid #030600;
}
.p-top-concept__ttl .mark::after {
  bottom: 5.5%;
  left: 0;
  border-left: 2px solid #030600;
  border-bottom: 2px solid #030600;
}
.p-top-concept__img {
  position: relative;
  margin-top: -1.8%;
  width: 100%;
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  .p-top-concept__img {
    width: 87%;
    margin-top: 4%;
    left: -5.8%;
  }
}
.p-top-concept__img__bg {
  position: relative;
  z-index: 2;
}
.p-top-concept__img__deco .item {
  position: absolute;
}
.p-top-concept__img__deco .item:nth-child(1) {
  top: 19.6%;
  left: 85%;
  z-index: 1;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__img__deco .item:nth-child(1) {
    width: 1.875rem;
  }
}
.p-top-concept__img__deco .item:nth-child(2) {
  top: 11%;
  left: 78%;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__img__deco .item:nth-child(2) {
    top: 10%;
    width: 2.375rem;
  }
}
.p-top-concept__img__deco .item:nth-child(2) img {
  transition-delay: 0.3s;
}
.p-top-concept__img__deco .item:nth-child(3) {
  top: 30%;
  left: 57.8%;
  width: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__img__deco .item:nth-child(3) {
    top: 30.4%;
    left: 57%;
    width: 1.875rem;
  }
}
.p-top-concept__img__deco .item:nth-child(3) img {
  transition-delay: 0.6s;
}
.p-top-concept__img__deco .item:nth-child(4) {
  top: 47.6%;
  left: 68.4%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .p-top-concept__img__deco .item:nth-child(4) {
    font-size: 0.625rem;
    top: 46%;
    left: 67.2%;
  }
}
.p-top-concept__text {
  -ms-flex: 1;
      flex: 1;
  margin-top: 11.875rem;
}
@media screen and (max-width: 992px) {
  .p-top-concept__text {
    margin-top: 0;
    padding: 0 1.625rem;
  }
}
.p-top-concept__text p {
  font-size: 1.0625rem;
  letter-spacing: 0.11em;
  line-height: 1.47;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text p {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    line-height: 1.83;
  }
}
.p-top-concept__text p:not(:last-of-type) {
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.p-top-concept__text .en {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #0EAF41;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text .en {
    font-size: 0.6875rem;
  }
}

/* ---------------------------------------------
  news
  --------------------------------------------- */
/* ----- news list ----- */
.p-news__list {
  display: grid;
  gap: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    gap: 24px;
  }
}
.p-news__list__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.3s ease;
  gap: 4.375rem;
  padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  border-radius: 12px;
  box-shadow: 9px 2px 26px rgba(88, 88, 88, 0.17);
  background-color: #fff;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-news__list__link {
    padding: 16px;
    gap: 15px;
  }
}
@media (hover: hover) {
  .p-news__list__link:hover {
    box-shadow: none;
  }
  .p-news__list__link:hover .p-news__list__img img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
}
.p-news__list__img {
  width: 40%;
  max-width: 237px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__list__img {
    width: 38%;
  }
}
.p-news__list__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-news__list__img img {
    border-radius: 4px;
  }
}
.p-news__list__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news__list__text {
    width: 90%;
    padding: 0;
    padding-right: 0.625rem;
    gap: 0 0.625rem;
    border-width: 1px;
  }
}
.p-news__list__date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__list__date {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.p-news__list__category {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 106px;
  padding: 2px 4px;
  text-align: center;
  border-radius: 40px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-news__list__category {
    font-size: 0.6875rem;
    min-width: 76px;
    line-height: 1.2;
  }
}
.p-news__list__category:before {
  content: "#";
}
.p-news__list__category.info {
  background-color: #D21717;
}
.p-news__list__category.property {
  background-color: #0B6DC8;
}
.p-news__list__category.column {
  background-color: #FF831D;
}
.p-news__list__ttl {
  width: 100%;
  font-size: 1.3125rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  border-top: 2px solid #030600;
  padding-top: 1.75rem;
  margin-top: 0.5rem;
  line-height: 1.47;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-news__list__ttl {
    font-size: 0.75rem;
    border-width: 1px;
    padding-top: 8px;
    margin-top: 6px;
  }
}

/* ----- top news ----- */
.p-top-news {
  position: relative;
  margin-top: -1.25rem;
}
@media screen and (max-width: 1280px) {
  .p-top-news {
    margin-top: 0;
  }
}
.p-top-news .c-ttl {
  position: relative;
  z-index: 1;
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right;
  margin-bottom: 4.875rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news .c-ttl {
    padding: 0;
    margin-bottom: 34px;
  }
}
.p-top-news .c-ttl__en {
  -ms-transform: translateX(2%);
      transform: translateX(2%);
}
@media screen and (max-width: 767px) {
  .p-top-news .c-ttl__en {
    -ms-transform: none;
        transform: none;
  }
}
.p-top-news .c-btn {
  margin-top: -2rem;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .p-top-news .c-btn {
    margin-top: 2.5rem;
    margin: 30px auto 0;
  }
}
.p-top-news .l-wrap {
  max-width: 1500px;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-news .l-wrap {
    padding-left: 0;
  }
}
.p-top-news__container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-top-news__container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
  }
}
.p-top-news__container .p-news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 992px) {
  .p-top-news__container .p-news__list {
    grid-template-columns: 1fr;
  }
}
.p-top-news__container .p-news__list__item.is-last {
  margin-top: -6.25rem;
}
@media screen and (max-width: 992px) {
  .p-top-news__container .p-news__list__item.is-last {
    margin-top: 0;
  }
}
.p-top-news__container .p-news__list__link {
  gap: 3rem;
  padding-right: 2.625rem;
}
@media screen and (max-width: 992px) {
  .p-top-news__container .p-news__list__link {
    gap: 15px;
    padding: 16px;
  }
}
.p-top-news__container .p-news__list__text {
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__container .p-news__list__text {
    padding: 0;
  }
}
.p-top-news__container .p-news__list__ttl {
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
  padding-top: 1rem;
  line-height: 1.47;
}
@media screen and (max-width: 767px) {
  .p-top-news__container .p-news__list__ttl {
    font-size: 0.75rem;
    padding-top: 8px;
  }
}
.p-top-news__container .p-news__empty {
  min-height: 17.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__container .p-news__empty {
    min-height: 9.375rem;
    font-size: 0.875rem;
  }
}
.p-top-news__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.25rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__category {
    gap: 30px;
    margin-bottom: 14px;
  }
}
.p-top-news__category a {
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-news__category a {
    font-size: 0.75rem;
  }
}
.p-top-news__category .is-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__category .is-active {
    margin-right: 0;
    gap: 8px;
  }
}
.p-top-news__category .is-active::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #FF831D;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-news__category .is-active::before {
    width: 5px;
    height: 5px;
  }
}
.p-top-news__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 112%;
  overflow: hidden;
  pointer-events: none;
}
.p-top-news__img__bg {
  position: absolute;
  bottom: 0;
  left: -11.4%;
  width: 46.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__img__bg {
    bottom: 0;
    left: -28%;
    width: 20rem;
  }
}
.p-top-news__img__deco .item {
  position: absolute;
}
.p-top-news__img__deco .item:nth-child(1) {
  top: 18%;
  right: -4%;
  width: 13.75rem;
}
@media screen and (max-width: 992px) {
  .p-top-news__img__deco .item:nth-child(1) {
    width: 6.875rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-news__img__deco .item:nth-child(1) {
    display: none;
  }
}
.p-top-news__img__deco .item:nth-child(2) {
  top: 11%;
  left: 30%;
  width: 10.625rem;
}
@media screen and (max-width: 992px) {
  .p-top-news__img__deco .item:nth-child(2) {
    width: 7.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-news__img__deco .item:nth-child(2) {
    top: 17%;
    left: 54%;
    width: 5.25rem;
  }
}
.p-top-news__img__deco .item:nth-child(3) {
  top: 70%;
  left: 44%;
  width: 12.5rem;
}
@media screen and (max-width: 992px) {
  .p-top-news__img__deco .item:nth-child(3) {
    width: 10rem;
    top: 50%;
    left: 90%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-news__img__deco .item:nth-child(3) {
    top: 46%;
    left: 81%;
    width: 5.25rem;
  }
}
.p-top-news__img__deco .item:nth-child(4) {
  top: 52%;
  left: -5.4%;
  width: 15rem;
}
@media screen and (max-width: 992px) {
  .p-top-news__img__deco .item:nth-child(4) {
    width: 11.25rem;
    top: 72%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-news__img__deco .item:nth-child(4) {
    top: 67%;
    left: -15%;
    width: 8.125rem;
  }
}

/* ---------------------------------------------
  service
  --------------------------------------------- */
/* ----- service common ---- */
.c-service {
  /* -- other -- */
}
.c-service__list {
  display: grid;
}
.c-service__list__item {
  box-shadow: 9px 2px 26px rgba(88, 88, 88, 0.17);
  border-radius: 12px;
  position: relative;
  background-color: #fff;
}
.c-service__list__item:nth-child(1) .c-service__list__num {
  background-color: #29C2E5;
}
.c-service__list__item:nth-child(1) .c-service__list__ttl .en {
  color: #29C2E5;
}
.c-service__list__item:nth-child(2) .c-service__list__num {
  background-color: #F24581;
}
.c-service__list__item:nth-child(2) .c-service__list__ttl .en {
  color: #F24581;
}
.c-service__list__item:nth-child(3) .c-service__list__num {
  background-color: #0EAF41;
}
.c-service__list__item:nth-child(3) .c-service__list__ttl .en {
  color: #0EAF41;
}
.c-service__list__item:nth-child(4) .c-service__list__num {
  background-color: #E41E1E;
}
.c-service__list__item:nth-child(4) .c-service__list__ttl .en {
  color: #E41E1E;
}
.c-service__list__num {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #fff;
  border-radius: 12px 0 12px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.c-service__list__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-service__list__ttl {
    -ms-flex-align: center;
        align-items: center;
  }
}
.c-service__list__ttl .ja {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .c-service__list__ttl .ja {
    font-size: 1.5625rem;
  }
}
.c-service__list__ttl .en {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-service__list__ttl .en {
    font-size: 0.6875rem;
  }
}
.c-service__other {
  position: relative;
}
.c-service__other__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.1875rem;
}
@media screen and (max-width: 992px) {
  .c-service__other__head {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
  }
}
.c-service__other__head .lead {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-left: 1.875rem;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .c-service__other__head .lead {
    font-size: 0.75rem;
  }
}
.c-service__other__en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #fff;
  background-color: #FF831D;
  border-radius: 12px 0 12px 0;
  width: 6.25rem;
  height: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.c-service__other__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-service__other__ttl {
    font-size: 1.1875rem;
  }
}
.c-service__other__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 1.375rem;
  width: 88%;
  max-width: 1200px;
}
@media screen and (max-width: 992px) {
  .c-service__other__list {
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-service__other__list {
    gap: 16px 12px;
  }
}
.c-service__other__list li {
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-color: #F5F5F5;
  border-radius: 60px;
  padding: 12px 24px;
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .c-service__other__list li {
    font-size: 0.75rem;
    padding: 8px 14px;
    letter-spacing: 0.08em;
    gap: 8px;
  }
}
.c-service__other__list li::before {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  height: 7px;
  background-color: #FF831D;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-service__other__list li::before {
    width: 4px;
    min-width: 4px;
    height: 4px;
  }
}
.c-service__other__list li.etc {
  background: none;
  padding: 0;
  font-size: 1rem;
}
.c-service__other__list li.etc::before {
  display: none;
}

/* ----- top service ---- */
.p-top-service {
  padding: 13.5rem 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-service {
    padding: 27.5rem 0 15rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service {
    padding: 16rem 0 7.5rem;
  }
}
.p-top-service::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/1194;
  position: absolute;
  top: 64%;
  left: 0;
  background: url("../img/top/service_bg03.svg") no-repeat center/cover;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-service::before {
    top: 50%;
    height: 74%;
    aspect-ratio: 390/1486;
    background-image: url("../img/top/service_bg03_sp.svg");
  }
}
.p-top-service .l-wrap {
  max-width: 1400px;
  position: relative;
  z-index: 3;
}
.p-top-service .c-ttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-ttl {
    margin-bottom: 20px;
  }
}
.p-top-service .c-btn {
  margin: 42px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-btn {
    margin-right: 0;
  }
}
.p-top-service .c-service__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 3.25rem;
}
@media screen and (max-width: 992px) {
  .p-top-service .c-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service .c-service__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.p-top-service .c-service__list__item {
  padding: 3.125rem 1.875rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-service__list__item {
    padding: 30px 20px 24px;
  }
}
.p-top-service .c-service__list__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 114px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-service__list__img {
    max-width: 100px;
    min-height: 70px;
    margin: 0 auto 8px;
  }
}
.p-top-service .c-service__list__ttl {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1.25rem;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-service__list__ttl {
    margin-bottom: 12px;
  }
}
.p-top-service .c-service__list__ttl .ja {
  font-size: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-service__list__ttl .ja {
    font-size: 1.5625rem;
  }
}
.p-top-service .c-service__list__ttl .en {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-service__list__ttl .en {
    font-size: 0.6875rem;
  }
}
.p-top-service .c-service__list .desc {
  font-size: 1rem;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-service__list .desc {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
.p-top-service .c-service__other {
  box-shadow: 9px 2px 26px rgba(88, 88, 88, 0.17);
  border-radius: 12px;
  background-color: #fff;
  padding: 3.5rem;
  padding-right: 1.25rem;
  padding-bottom: 4rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-service__other {
    margin-top: 24px;
    padding: 70px 20px 40px;
  }
}
.p-top-service .c-service__other__head {
  gap: 2.1875rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-service__other__head {
    gap: 8px;
  }
}
.p-top-service .c-service__other__head .lead {
  margin-left: 0;
}
.p-top-service .c-service__other__ttl {
  font-size: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-service__other__ttl {
    font-size: 1.1875rem;
  }
}
.p-top-service .c-service__other__en {
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-service__img {
  position: absolute;
}
.p-top-service__img__bg {
  position: relative;
  z-index: 2;
}
.p-top-service__img__deco .item {
  position: absolute;
}
.p-top-service__img.block01 {
  top: 5.6%;
  right: 0;
  width: 24.6%;
  max-width: 473px;
}
@media screen and (max-width: 992px) {
  .p-top-service__img.block01 {
    top: 0.7%;
    width: 45%;
    max-width: 300px;
  }
}
.p-top-service__img.block01 .p-top-service__img__deco .item:nth-child(1) {
  top: 1%;
  left: 4.5%;
  width: 8.125rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__img.block01 .p-top-service__img__deco .item:nth-child(1) {
    width: 6.25rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service__img.block01 .p-top-service__img__deco .item:nth-child(1) {
    width: 3.125rem;
  }
}
.p-top-service__img.block01 .p-top-service__img__deco .item:nth-child(2) {
  top: 10.6%;
  left: 1%;
  width: 7.25rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__img.block01 .p-top-service__img__deco .item:nth-child(2) {
    width: 5.625rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service__img.block01 .p-top-service__img__deco .item:nth-child(2) {
    width: 2.875rem;
  }
}
.p-top-service__img.block01 .p-top-service__img__deco .item:nth-child(3) {
  top: 15.4%;
  left: -7.6%;
  -ms-transform: scale(0) rotate(-30deg);
      transform: scale(0) rotate(-30deg);
  width: 3.125rem;
  transition-delay: 0.2s;
}
@media screen and (max-width: 992px) {
  .p-top-service__img.block01 .p-top-service__img__deco .item:nth-child(3) {
    width: 2.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service__img.block01 .p-top-service__img__deco .item:nth-child(3) {
    top: 14%;
    left: -10%;
    width: 1.5rem;
  }
}
.p-top-service__img.block01 .p-top-service__img__deco .item:nth-child(3).is-active {
  -ms-transform: scale(1) rotate(-30deg);
      transform: scale(1) rotate(-30deg);
}
.p-top-service__img.block02 {
  top: 61%;
  left: 0;
  width: 21.2%;
  max-width: 406px;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .p-top-service__img.block02 {
    top: 65%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) {
  .p-top-service__img.block02 {
    top: 83.4%;
    width: 64.6%;
    max-width: 320px;
  }
}
.p-top-service__img.block02 .p-top-service__img__deco .item:nth-child(1) {
  top: 54%;
  left: 47.2%;
  width: 6.375rem;
  -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
}
@media screen and (max-width: 992px) {
  .p-top-service__img.block02 .p-top-service__img__deco .item:nth-child(1) {
    width: 5rem;
    left: 49%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service__img.block02 .p-top-service__img__deco .item:nth-child(1) {
    top: 58%;
    left: 55%;
    width: 3.125rem;
  }
}
.p-top-service__img.block02 .p-top-service__img__deco .item:nth-child(2) {
  top: 69%;
  left: 27%;
  width: 5.75rem;
  -ms-transform: rotate(3deg);
      transform: rotate(3deg);
}
@media screen and (max-width: 992px) {
  .p-top-service__img.block02 .p-top-service__img__deco .item:nth-child(2) {
    width: 5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service__img.block02 .p-top-service__img__deco .item:nth-child(2) {
    top: 71%;
    left: 38%;
    width: 2.875rem;
  }
}
.p-top-service__img.block02 .p-top-service__img__deco .item:nth-child(3) {
  top: 66.8%;
  left: 4%;
  width: 9.625rem;
  -ms-transform: scale(0) rotate(-22deg);
      transform: scale(0) rotate(-22deg);
}
@media screen and (max-width: 992px) {
  .p-top-service__img.block02 .p-top-service__img__deco .item:nth-child(3) {
    width: 8.75rem;
    top: 65%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service__img.block02 .p-top-service__img__deco .item:nth-child(3) {
    top: 69%;
    left: 22%;
    width: 4.6875rem;
  }
}
.p-top-service__img.block02 .p-top-service__img__deco .item:nth-child(3).is-active {
  -ms-transform: scale(1) rotate(-22deg);
      transform: scale(1) rotate(-22deg);
}

/* ---------------------------------------------
  about
  --------------------------------------------- */
/* ----- about strengths ---- */
.c-strengths__card {
  box-shadow: 9px 2px 26px rgba(88, 88, 88, 0.17);
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  padding: 1.25rem 3.375rem;
  padding-top: 25%;
}
@media screen and (max-width: 992px) {
  .c-strengths__card {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-strengths__card {
    border-radius: 8px;
    padding: 3.75rem 1.25rem 1.25rem;
  }
}
.c-strengths__card__num {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  display: block;
  margin-left: auto;
  letter-spacing: 0.1em;
  position: absolute;
  top: 28px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .c-strengths__card__num {
    font-size: 0.5rem;
    top: 20px;
    right: 4px;
  }
}
.c-strengths__card__img {
  text-align: center;
  width: 12.0625rem;
  min-height: 9.125rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .c-strengths__card__img {
    max-width: 7.5rem;
    width: auto;
    min-height: initial;
    margin: 0 auto 1.25rem;
  }
}
.c-strengths__card__ttl {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: 5px;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-strengths__card__ttl {
    font-size: 1rem;
  }
}
.c-strengths__card__desc {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-strengths__card__desc {
    font-size: 0.7875rem;
  }
}

/* ----- top about ---- */
.p-top-about {
  padding: 10rem 0 18.125rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding: 1.875rem 0 12.5rem;
  }
}
.p-top-about .l-wrap {
  position: relative;
  z-index: 3;
  max-width: 1480px;
}
.p-top-about .c-btn {
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about .c-btn {
    margin-top: 1.5rem;
  }
}
.p-top-about__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 3.375rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 45px;
  }
}
.p-top-about__text {
  position: relative;
  width: 44%;
  padding-left: 3.125rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__text {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
}
.p-top-about__text .c-ttl {
  margin-bottom: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .c-ttl {
    margin-bottom: 20px;
  }
}
.p-top-about__text .lead {
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.47;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .lead {
    font-size: 0.75rem;
    line-height: 1.83;
  }
}
.p-top-about__text__deco {
  position: absolute;
  top: 4%;
  right: 18%;
  width: 6.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text__deco {
    top: 3%;
    right: 11%;
    width: 3.75rem;
  }
}
.p-top-about__text__deco img {
  transition-delay: 0.3s;
}
.p-top-about__strengths {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  z-index: 4;
}
.p-top-about__strengths__list {
  position: relative;
  transform-style: preserve-3d;
  height: 35.8125rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-about__strengths__list {
    height: 23rem;
  }
}
.p-top-about__strengths .c-strengths__card {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  -ms-transform-origin: right;
      transform-origin: right;
  width: 29.875rem;
  height: 35.8125rem;
  transition: 0.5s ease;
  padding-top: 8.75rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top-about__strengths .c-strengths__card {
    width: 16.8125rem;
    height: 23rem;
    padding-top: 3.75rem;
  }
}
.p-top-about__strengths .c-strengths__card.in-animation {
  transition: 0.5s ease;
}
.p-top-about__strengths .c-strengths__card.in-animation::after {
  opacity: 0;
}
@media (hover: hover) {
  .p-top-about__strengths .c-strengths__card {
    transition: translate 0.3s ease;
  }
}
.p-top-about__strengths .c-strengths__card[data-idx="1"] {
  cursor: default;
  translate: 0 0 4px;
}
.p-top-about__strengths .c-strengths__card[data-idx="2"] {
  translate: 0 0 3px;
  scale: 0.876;
  margin-left: 9.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__strengths .c-strengths__card[data-idx="2"] {
    scale: 0.834;
    margin-left: 2.5rem;
    top: -2%;
  }
}
@media (hover: hover) {
  .p-top-about__strengths .c-strengths__card[data-idx="2"]:hover {
    translate: 5% 0 3px;
  }
}
.p-top-about__strengths .c-strengths__card[data-idx="3"] {
  translate: 0 0 2px;
  scale: 0.7626;
  margin-left: 18.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__strengths .c-strengths__card[data-idx="3"] {
    scale: 0.7255;
    margin-left: 4rem;
    top: -2%;
  }
}
@media (hover: hover) {
  .p-top-about__strengths .c-strengths__card[data-idx="3"]:hover {
    translate: 5% 0 2px;
  }
}
.p-top-about__strengths .c-strengths__card__img {
  width: 12.0625rem;
  margin-left: auto;
  margin-right: auto;
}
.p-top-about__strengths__dot {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__strengths__dot {
    gap: 12px;
    margin-top: 16px;
  }
}
.p-top-about__strengths__dot .js-about-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-top-about__strengths__dot .js-about-dot {
    width: 5px;
    height: 5px;
  }
}
.p-top-about__strengths__dot .js-about-dot.is-active {
  background-color: #FF831D;
}
.p-top-about__img {
  position: absolute;
  top: 54%;
  right: 0;
  width: 40%;
  max-width: 722px;
}
@media screen and (max-width: 1280px) {
  .p-top-about__img {
    top: 68%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) {
  .p-top-about__img {
    width: 50%;
    top: 82%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__img {
    width: 80%;
    top: 78%;
    right: -6.4%;
  }
}
.p-top-about__img__bg {
  position: relative;
  z-index: 2;
}
.p-top-about__img__deco {
  position: absolute;
  top: -8%;
  right: 12%;
  width: 5.625rem;
  -ms-transform: rotate(8deg);
      transform: rotate(8deg);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-about__img__deco {
    top: -22%;
    right: 14%;
    width: 4.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__img__deco {
    top: -5%;
    right: 18%;
    width: 2.125rem;
  }
}
.p-top-about__bg .item {
  position: absolute;
  pointer-events: none;
}
.p-top-about__bg .item:nth-child(1) {
  top: 4%;
  left: 58%;
  width: 13.75rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__bg .item:nth-child(1) {
    top: 38%;
    left: 58%;
    width: 10rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__bg .item:nth-child(1) {
    top: 33%;
    left: 43%;
    width: 5.375rem;
  }
}
.p-top-about__bg .item:nth-child(2) {
  top: 30%;
  left: -6%;
  width: 18.75rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__bg .item:nth-child(2) {
    width: 11.25rem;
    top: 18%;
    left: 90%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__bg .item:nth-child(2) {
    top: 11%;
    left: -16%;
    width: 5.375rem;
  }
}
.p-top-about__bg .item:nth-child(3) {
  top: 70%;
  left: 37%;
  width: 14.375rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__bg .item:nth-child(3) {
    top: 86%;
    left: -8%;
    width: 10rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__bg .item:nth-child(3) {
    top: 83%;
    left: -12%;
    width: 6.875rem;
  }
}
.p-top-about__bg .item:nth-child(4) {
  top: 48%;
  right: -3%;
  width: 11.25rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__bg .item:nth-child(4) {
    top: 78%;
    width: 7.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__bg .item:nth-child(4) {
    top: 74.4%;
    right: -4%;
    width: 4.5rem;
  }
}

/* ---------------------------------------------
  下層ページ common
  --------------------------------------------- */
/* ------- c-page-head ------- */
.c-page-head {
  margin: 0 auto;
  padding-top: 19.125rem;
  padding-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .c-page-head {
    padding-top: 11.25rem;
  }
}
.c-page-head__en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 5.9375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 4px;
}
@media screen and (max-width: 992px) {
  .c-page-head__en {
    font-size: 4.5rem;
    min-height: 8.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__en {
    font-size: 3.125rem;
    min-height: 6.875rem;
  }
}
.c-page-head__ttl {
  font-weight: 700;
  font-size: 1.5625rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 3.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .c-page-head__ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__ttl {
    font-size: 1rem;
    margin-bottom: 5rem;
  }
}
.c-page-head__img__bg {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .c-page-head__img__bg img {
    width: 100%;
    height: 7.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .c-page-head__img__bg img {
    height: 6.75rem;
    -o-object-position: 10%;
       object-position: 10%;
  }
}
.c-page-head__img__bg img {
  width: 100%;
}
.c-page-head__img__deco .item {
  position: absolute;
  z-index: 1;
}
.c-page-head__img__deco .item:nth-child(1) {
  top: 49%;
  left: 76%;
  width: 7rem;
  -ms-transform: rotate(16deg);
      transform: rotate(16deg);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .c-page-head__img__deco .item:nth-child(1) {
    width: 6.25rem;
    top: 53%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) {
  .c-page-head__img__deco .item:nth-child(1) {
    top: 62%;
    width: 4.25rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__img__deco .item:nth-child(1) {
    top: 68%;
    width: 2.875rem;
  }
}
.c-page-head__img__deco .item:nth-child(2) {
  top: 60%;
  left: 72%;
  width: 6.5rem;
  -ms-transform: rotate(-2deg);
      transform: rotate(-2deg);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .c-page-head__img__deco .item:nth-child(2) {
    width: 5.875rem;
    top: 62%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) {
  .c-page-head__img__deco .item:nth-child(2) {
    top: 72%;
    width: 3.75rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__img__deco .item:nth-child(2) {
    top: 72%;
    left: 70%;
    width: 2.5rem;
  }
}
.c-page-head__img__deco .item:nth-child(3) {
  top: 34%;
  right: -2%;
  width: 7.875rem;
}
@media screen and (max-width: 992px) {
  .c-page-head__img__deco .item:nth-child(3) {
    top: 30%;
    right: -8%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__img__deco .item:nth-child(3) {
    right: -8%;
    width: 4.25rem;
  }
}
.c-page-head__img__deco .item:nth-child(4) {
  top: 54%;
  right: 3.2%;
  width: 10rem;
}
@media screen and (max-width: 992px) {
  .c-page-head__img__deco .item:nth-child(4) {
    top: 58%;
    right: -2%;
    width: 6.875rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__img__deco .item:nth-child(4) {
    right: -4%;
    width: 3.75rem;
  }
}
.c-page-head__img__deco .item:nth-child(5) {
  top: 38%;
  left: 11.4%;
  width: 15rem;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .c-page-head__img__deco .item:nth-child(5) {
    width: 12.5rem;
    top: 42%;
    left: 8%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) {
  .c-page-head__img__deco .item:nth-child(5) {
    top: 46%;
    left: 2%;
    width: 8.125rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__img__deco .item:nth-child(5) {
    top: 62%;
    left: 6%;
    width: 5.625rem;
  }
}
.c-page-head__img__deco .item:nth-child(6) {
  top: 52%;
  left: 18%;
  width: 7.5rem;
}
@media screen and (max-width: 1280px) {
  .c-page-head__img__deco .item:nth-child(6) {
    width: 6.25rem;
    top: 56%;
    left: 15%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) {
  .c-page-head__img__deco .item:nth-child(6) {
    top: 58%;
    left: 8%;
    width: 5rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__img__deco .item:nth-child(6) {
    top: 62%;
    left: 6%;
    width: 3.125rem;
  }
}
.c-page-head__img__deco .item:nth-child(7) {
  top: 34%;
  left: -3%;
  width: 10.5rem;
}
@media screen and (max-width: 992px) {
  .c-page-head__img__deco .item:nth-child(7) {
    top: 20%;
    width: 6.25rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__img__deco .item:nth-child(7) {
    left: -6%;
    width: 5.5rem;
  }
}
.c-page-head__loop {
  font-family: "Montserrat", sans-serif;
  font-size: 11.875rem;
  font-weight: 700;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #F5F5F5;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .c-page-head__loop {
    font-size: 6.25rem;
    bottom: 0%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__loop {
    font-size: 4.125rem;
  }
}
.c-page-head__loop span {
  display: inline-block;
  animation: loopText 100s linear infinite;
  white-space: nowrap;
  line-height: 0.8;
  padding-bottom: 10px;
}

@keyframes loopText {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
/* ---------------------------------------------
  about patge
  --------------------------------------------- */
.p-about-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-ttl {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 6px;
  }
}
.p-about-ttl__en {
  font-family: "Montserrat", sans-serif;
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-ttl__en {
    font-size: 2.5rem;
  }
}
.p-about-ttl__ja {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0EAF41;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-ttl__ja {
    font-size: 0.8125rem;
  }
}

/* -------------- greeting -------------- */
.p-about-greeting {
  margin-top: 9.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-greeting {
    margin-top: 5.625rem;
  }
}
.p-about-greeting .l-wrap {
  max-width: 1540px;
  padding-bottom: 11.25rem;
  border-bottom: 3px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-about-greeting .l-wrap {
    border-width: 2px;
    padding-bottom: 5rem;
  }
}
.p-about-greeting__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 992px) {
  .p-about-greeting__block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 2.5rem;
    padding: 0;
  }
}
.p-about-greeting__text {
  -ms-flex: 1;
      flex: 1;
  max-width: 770px;
}
@media screen and (max-width: 992px) {
  .p-about-greeting__text {
    width: calc(100% + 0.9375rem);
    margin-top: 0;
  }
}
.p-about-greeting__text .p-about-ttl {
  margin-bottom: 2.5rem;
}
.p-about-greeting__text p:not(.lead) {
  font-size: 1.0625rem;
  line-height: 1.82;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__text p:not(.lead) {
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
  }
}
.p-about-greeting__text p:not(.lead):not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__text p:not(.lead):not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
.p-about-greeting__text .lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6875;
  letter-spacing: 0.11em;
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__text .lead {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
.p-about-greeting__text .bold {
  font-weight: 700;
}
.p-about-greeting__prof {
  width: 48%;
  max-width: 625px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-about-greeting__prof {
    width: 100%;
    margin-top: 0;
  }
}
.p-about-greeting__img img {
  border-radius: 12px;
  box-shadow: 9px 2px 26px rgba(88, 88, 88, 0.17);
}
.p-about-greeting__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.875rem;
  padding: 0 8px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__name {
    gap: 0;
    margin-top: 1.5rem;
  }
}
.p-about-greeting__name .pos {
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__name .pos {
    font-size: 1.125rem;
  }
}
.p-about-greeting__name .name {
  -ms-flex: 1;
      flex: 1;
  max-width: 410px;
}

/* -------------- strength -------------- */
.p-about-strengths {
  padding-top: 5.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-strengths {
    padding-top: 5rem;
  }
}
.p-about-strengths::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/896;
  position: absolute;
  top: 82%;
  left: 0;
  background: url("../img/about/strengths_bg.svg") no-repeat center/cover;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .p-about-strengths::before {
    top: 98%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-strengths::before {
    top: 55%;
    aspect-ratio: 390/1195;
    background-image: url("../img/about/strengths_bg_sp.svg");
  }
}
.p-about-strengths .l-wrap {
  max-width: 1540px;
  padding-bottom: 7.5rem;
  border-bottom: 3px solid #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-strengths .l-wrap {
    border-width: 2px;
    padding-bottom: 5rem;
  }
}
.p-about-strengths .p-about-ttl {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 992px) {
  .p-about-strengths .p-about-ttl {
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-strengths .p-about-ttl {
    margin-bottom: 3.75rem;
  }
}
.p-about-strengths .c-strengths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-about-strengths .c-strengths {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-about-strengths__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about-strengths__img .item {
  position: absolute;
}
.p-about-strengths__img .item:nth-child(1) {
  top: 14%;
  left: 80.4%;
  width: 5.75rem;
  -ms-transform: rotate(-16deg);
      transform: rotate(-16deg);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-about-strengths__img .item:nth-child(1) {
    width: 3.75rem;
    top: 12%;
    left: 78%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-strengths__img .item:nth-child(1) {
    top: 13%;
    left: 78.4%;
    width: 3rem;
  }
}
.p-about-strengths__img .item:nth-child(1) img {
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__img .item:nth-child(1) img {
    transition-delay: 0;
  }
}
.p-about-strengths__img .item:nth-child(2) {
  top: 10%;
  left: 76%;
  width: 6.875rem;
  -ms-transform: rotate(-16deg);
      transform: rotate(-16deg);
}
@media screen and (max-width: 992px) {
  .p-about-strengths__img .item:nth-child(2) {
    width: 5rem;
    left: 81%;
    top: 9%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-strengths__img .item:nth-child(2) {
    top: 12%;
    left: 70%;
    width: 3.25rem;
  }
}
.p-about-strengths__img .item:nth-child(2) img {
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__img .item:nth-child(2) img {
    transition-delay: 0;
  }
}
.p-about-strengths__img .item:nth-child(3) {
  top: 32%;
  right: -4%;
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__img .item:nth-child(3) {
    top: 68%;
    right: -4%;
    width: 6.875rem;
  }
}
.p-about-strengths__img .item:nth-child(4) {
  top: 28.4%;
  left: 30%;
  width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__img .item:nth-child(4) {
    top: 38%;
    left: -4%;
    width: 4.5rem;
  }
}
.p-about-strengths__img .item:nth-child(5) {
  top: 58%;
  left: -5.6%;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__img .item:nth-child(5) {
    top: 90%;
    right: -4%;
    width: 5.625rem;
  }
}

/* -------------- service -------------- */
.p-about-service {
  padding-top: 13rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 992px) {
  .p-about-service {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-service {
    padding-top: 6.25rem;
  }
}
.p-about-service .l-wrap {
  max-width: 1540px;
  padding: 0 1.25rem 6.875rem;
  border-bottom: 3px solid #D9D9D9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-service .l-wrap {
    padding: 0 0 6.25rem;
    border-width: 2px;
  }
}
.p-about-service .p-about-ttl {
  margin-bottom: 2.25rem;
}
.p-about-service .c-lead {
  text-align: left;
}
.p-about-service .c-service__list {
  gap: 3.375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-service .c-service__list {
    gap: 2.5rem;
  }
}
.p-about-service .c-service__list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2.25rem 4rem 1.875rem;
  min-height: 19.125rem;
}
@media screen and (max-width: 992px) {
  .p-about-service .c-service__list__item {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 20px 24px;
  }
}
.p-about-service .c-service__list__ttl {
  margin-right: 1.25rem;
  min-width: 17.5rem;
}
@media screen and (max-width: 992px) {
  .p-about-service .c-service__list__ttl {
    min-width: initial;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.p-about-service .c-service__list__img {
  width: 13.125rem;
  margin-right: 4rem;
}
@media screen and (max-width: 992px) {
  .p-about-service .c-service__list__img {
    margin: 0 auto 3.75rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-service .c-service__list__img {
    max-width: 120px;
    min-height: 80px;
    margin: 0 auto 1.875rem;
  }
}
.p-about-service .c-service__list__img img {
  width: 100%;
}
.p-about-service .c-service__list__desc {
  -ms-flex: 1;
      flex: 1;
}
.p-about-service .c-service__list__desc p {
  font-size: 1rem;
  line-height: 1.9375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about-service .c-service__list__desc p {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
.p-about-service .c-service__list__desc p:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-service .c-service__list__desc p:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.p-about-service .c-service__other {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-service .c-service__other {
    margin-top: 3.125rem;
  }
}
.p-about-service .c-service__other__head {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-service .c-service__other__head {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.p-about-service .c-service__other__head .lead {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-about-service .c-service__other__head .lead {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about-service .c-service__other__en {
    margin-bottom: 10px;
  }
}
.p-about-service__img__bg {
  width: 35%;
  max-width: 668px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-service__img__bg {
    width: 80%;
  }
}
.p-about-service__img .item {
  position: absolute;
}
.p-about-service__img .item:nth-child(1) {
  bottom: 2.6%;
  right: 10.4%;
  width: 5.9375rem;
  -ms-transform: rotate(-6deg);
      transform: rotate(-6deg);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-about-service__img .item:nth-child(1) {
    bottom: 1.2%;
    width: 4.375rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-service__img .item:nth-child(1) {
    bottom: 1.2%;
    right: 13%;
    width: 2.875rem;
  }
}
.p-about-service__img .item:nth-child(2) {
  bottom: 5%;
  right: 2%;
  width: 10.75rem;
}
@media screen and (max-width: 992px) {
  .p-about-service__img .item:nth-child(2) {
    bottom: 2%;
    right: 0;
    width: 7.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-service__img .item:nth-child(2) {
    bottom: 2%;
    right: -4%;
    width: 5rem;
  }
}

/* -------------- outline -------------- */
.p-about-outline {
  padding: 4.5rem 0 12.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-outline {
    padding: 5rem 0 15rem;
  }
}
.p-about-outline .l-wrap {
  max-width: 1540px;
  padding: 0 2.5rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-outline .l-wrap {
    padding: 0;
  }
}
.p-about-outline__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 5rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-about-outline__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3.75rem;
  }
}
.p-about-outline__block .c-ttl {
  -ms-flex: 1;
      flex: 1;
}
.p-about-outline__detail {
  -ms-flex: 1;
      flex: 1;
  max-width: 810px;
}
.p-about-outline__detail dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-outline__detail dl {
    padding: 1rem 0;
  }
}
.p-about-outline__detail dl:not(:last-child) {
  border-bottom: 2px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-about-outline__detail dl:not(:last-child) {
    border-width: 1px;
  }
}
.p-about-outline__detail dl dt {
  width: 40%;
  max-width: 16.75rem;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.11em;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about-outline__detail dl dt {
    width: 34%;
    font-size: 0.875rem;
  }
}
.p-about-outline__detail dl dd {
  -ms-flex: 1;
      flex: 1;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.475;
}
@media screen and (max-width: 767px) {
  .p-about-outline__detail dl dd {
    font-size: 0.8125rem;
  }
}
.p-about-outline__img {
  width: 40%;
  max-width: 540px;
  display: grid;
  gap: 3.125rem;
}
@media screen and (max-width: 992px) {
  .p-about-outline__img {
    width: 100%;
    max-width: 100%;
    gap: 2.5rem;
  }
}
.p-about-outline__img .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 530/414;
  border-radius: 12px;
  box-shadow: 9px 2px 26px rgba(88, 88, 88, 0.17);
}
@media screen and (max-width: 767px) {
  .p-about-outline__img .map iframe {
    border-radius: 8px;
  }
}
.p-about-outline__img .company img {
  border-radius: 12px;
  box-shadow: 9px 2px 26px rgba(88, 88, 88, 0.17);
}
@media screen and (max-width: 767px) {
  .p-about-outline__img .company img {
    border-radius: 8px;
  }
}
.p-about-outline__bg .item {
  position: absolute;
}
.p-about-outline__bg .item:nth-child(1) {
  bottom: 0%;
  left: 13%;
  width: 15rem;
}
@media screen and (max-width: 992px) {
  .p-about-outline__bg .item:nth-child(1) {
    width: 9.375rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-outline__bg .item:nth-child(1) {
    bottom: 2%;
    left: 16%;
    width: 6.25rem;
  }
}
.p-about-outline__bg .item:nth-child(2) {
  bottom: 5%;
  left: -8%;
  width: 20rem;
}
@media screen and (max-width: 992px) {
  .p-about-outline__bg .item:nth-child(2) {
    width: 15rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-outline__bg .item:nth-child(2) {
    bottom: 6%;
    left: -10%;
    width: 8.125rem;
  }
}

/* ---------------------------------------------
  service
  --------------------------------------------- */
.p-service-container {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-container {
    margin-bottom: 6.25rem;
  }
}
.p-service-container .l-main-contents {
  padding-left: 6.25rem;
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 992px) {
  .p-service-container .l-main-contents {
    padding-left: 0;
    border-left: none;
  }
}

@media screen and (max-width: 992px) {
  .p-service-side {
    border: 1px solid #05952C;
    padding: 1.25rem;
  }
}
.p-service-side__list {
  display: grid;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-side__list {
    gap: 1.25rem;
  }
}
.p-service-side__list a {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service-side__list a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .p-service-side__list > li:not(:last-child) {
    border-bottom: 1px dashed #05952C;
    padding-bottom: 0.5rem;
  }
}
.p-service-side__list > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-side__list > li > a {
    font-size: 1rem;
  }
}
.p-service-side__list > li > a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #60168A;
}
@media screen and (max-width: 767px) {
  .p-service-side__list > li > a::before {
    width: 8px;
    height: 8px;
  }
}
.p-service-side__list .sub-list {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-side__list .sub-list {
    margin-left: 1.875rem;
    display: grid;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
}
.p-service-side__list .sub-list li {
  line-height: 2;
}
.p-service-side__list .sub-list a {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-service-side__list .sub-list a {
    font-size: 0.875rem;
  }
}
.p-service-side__list .sub-list a::before {
  content: "-";
}
.p-service-side__list li.is-active > a {
  color: #60168A;
}

/* -------------- intro -------------- */
.p-service-intro {
  margin-top: 6.875rem;
  position: relative;
  z-index: 2;
  margin-bottom: 14.375rem;
}
@media screen and (max-width: 992px) {
  .p-service-intro {
    margin-bottom: 5rem;
  }
}
.p-service-intro .l-wrap {
  width: calc(100% - 1.875rem);
  max-width: 1680px;
}
.p-service-intro__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 2.5rem;
  }
}
.p-service-intro__text {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service-intro__text {
    width: calc(100% + 0.9375rem);
  }
}
.p-service-intro__text p {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-service-intro__text p {
    font-size: 0.8125rem;
  }
}
.p-service-intro__text p:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__text p:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.p-service-intro__img {
  width: 50vw;
  margin-left: calc(50% - 50vw);
  padding: 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

/* -------------- section -------------- */
.l-container-service {
  margin-bottom: 17.5rem;
}
@media screen and (max-width: 767px) {
  .l-container-service {
    margin-bottom: 7.5rem;
  }
}

.p-service-section:not(:last-of-type) {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-section:not(:last-of-type) {
    margin-bottom: 6.25rem;
  }
}
.p-service-section__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 3.5rem;
}
.p-service-section__head__img {
  width: 32%;
  max-width: 178px;
}
.p-service-section .c-ttl__en {
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl__en {
    font-size: 1.875rem;
  }
}
.p-service-section .c-ttl__en .u-tb {
  display: none;
}
@media screen and (max-width: 1440px) {
  .p-service-section .c-ttl__en .u-tb {
    display: block;
  }
}
.p-service-section .c-ttl__ja {
  color: #60168A;
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl__ja {
    font-size: 0.875rem;
  }
}
.p-service-section .c-ttl__ja::before {
  background-color: #60168A;
}
.p-service-section .c-ttl__box {
  font-size: 1.5625rem;
  font-weight: 700;
  background-color: rgba(217, 217, 217, 0.3);
  padding: 1rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl__box {
    font-size: 1.0625rem;
    gap: 1.25rem;
  }
}
.p-service-section .c-ttl__box .num {
  font-family: "Inter", sans-serif;
  font-size: 2.75rem;
  color: #05952C;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl__box .num {
    font-size: 1.875rem;
  }
}
.p-service-section .c-box {
  border: 1px solid #05952C;
  padding: 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-box {
    padding: 1.875rem 1rem;
  }
}
.p-service-section .c-box p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-box p {
    font-size: 0.8125rem;
  }
}

/* ----- strengths ----- */
.p-service-strengths {
  display: grid;
  gap: 15px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-strengths {
    gap: 1.25rem;
  }
}
.p-service-strengths__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-service-strengths__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0.625rem;
  }
}
.p-service-strengths__item dt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #05952C;
  width: 24%;
  max-width: 212px;
  border: 1px solid #05952C;
  text-align: center;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .p-service-strengths__item dt {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    padding: 6px;
  }
}
.p-service-strengths__item dd {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service-strengths__item dd {
    font-size: 0.9375rem;
  }
}

/* ----- produces ----- */
.p-service-produces__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem 2.5rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-produces__list {
    grid-template-columns: 1fr;
    gap: 3.125rem;
    margin-bottom: 3.75rem;
  }
}
.p-service-produces__list.row {
  grid-template-columns: 1fr;
}
.p-service-produces__list.row .p-service-produces__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-align: center;
      align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-service-produces__list.row .p-service-produces__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-service-produces__img {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-produces__img {
    margin-bottom: 1rem;
  }
}
.p-service-produces__ttl {
  color: #05952C;
  font-size: 1.3125rem;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-service-produces__ttl {
    font-size: 1.0625rem;
  }
}
.p-service-produces p {
  font-size: 1.0625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-produces p {
    font-size: 0.8125rem;
  }
}

/* ----- wafer ----- */
.p-service-wafer__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  background-color: #05952C;
  color: #fff;
  padding: 1rem 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-wafer__ttl {
    font-size: 1.125rem;
    padding: 0.75rem 1.25rem;
  }
}
.p-service-wafer .lead {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-wafer .lead {
    font-size: 0.8125rem;
  }
}
.p-service-wafer__box {
  background-color: rgba(217, 217, 217, 0.2);
  padding: 4rem 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-wafer__box {
    padding: 1.875rem 1rem;
  }
}
.p-service-wafer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  width: 80%;
  max-width: 710px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service-wafer__list {
    width: 100%;
    gap: 1rem;
  }
}
.p-service-wafer__list li {
  font-size: 1.25rem;
  font-weight: 700;
  color: #05952C;
  border: 1px solid rgba(5, 149, 44, 0.4);
  text-align: center;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .p-service-wafer__list li {
    font-size: 0.9375rem;
  }
}

/* ---------------------------------------------
  news page 
  --------------------------------------------- */
.l-main-news {
  margin-bottom: 8.75rem;
}

/* ------------ container ------------*/
.l-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 88%;
  max-width: 1500px;
  gap: 5rem;
  margin: 0 auto;
  margin-top: 10.625rem;
}
@media screen and (max-width: 992px) {
  .l-container {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 7.5rem auto 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-container {
    width: calc(100% - 1.875rem);
    margin-top: 5rem;
    gap: 3.75rem;
  }
}
.l-container .l-main-contents {
  width: 76%;
  max-width: 1028px;
}
@media screen and (max-width: 992px) {
  .l-container .l-main-contents {
    width: 100%;
  }
}
.l-container .l-main-contents .c-ttl-border {
  font-weight: 400;
}
.l-container .l-side-menu {
  width: 24%;
  max-width: 340px;
  position: sticky;
  top: 10rem;
}
@media screen and (max-width: 992px) {
  .l-container .l-side-menu {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}
.l-container .l-side-menu__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5625rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 6px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-container .l-side-menu__ttl {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
}

/* ------------ side ------------*/
.p-news-side__item {
  box-shadow: 9px 2px 26px rgba(88, 88, 88, 0.17);
  border-radius: 12px;
  background-color: #fff;
  padding: 3.375rem 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-news-side__item {
    padding: 1.875rem 1.25rem 2.25rem;
  }
}
.p-news-side__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-side__list {
    gap: 1.25rem;
  }
}
.p-news-side__list a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.4375rem;
  font-weight: 500;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-side__list a {
    font-size: 1rem;
  }
}
.p-news-side__list a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #FF831D;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease;
  position: absolute;
  top: 58%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: -1.625rem;
}
@media screen and (max-width: 767px) {
  .p-news-side__list a::before {
    width: 5px;
    height: 5px;
    left: -14px;
  }
}
@media (hover: hover) {
  .p-news-side__list a:hover {
    opacity: 0.7;
  }
  .p-news-side__list a:hover::before {
    opacity: 1;
  }
}
.p-news-side__list .is-active a::before {
  opacity: 1;
}

/* ------------ section ------------*/
.p-news-section {
  /* ----- news list ----- */
}
.p-news-section .p-news__list__link {
  border-color: #121212;
}
.p-news-section .p-news__list__link::after {
  background-color: #05952C;
}
.p-news-section .p-news__text {
  border-color: #121212;
}
.p-news-section .p-news__date {
  color: #121212;
}
.p-news-section .p-news__ttl {
  color: #121212;
}

/* ------------ 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: 7.375rem;
  gap: 2rem;
  width: calc(100% - 3.125rem);
  margin: 11.25rem auto 0;
}
@media screen and (max-width: 992px) {
  ul.page-numbers {
    margin-top: 5rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.page-numbers li .page-numbers {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-numbers li .page-numbers {
    font-size: 1.25rem;
  }
}

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

.page-numbers li .current {
  color: #05952C;
}

.page-numbers.prev,
.page-numbers.next {
  display: none;
}

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

/* ------------ article ------------*/
.l-container-article {
  margin-bottom: 15.625rem;
}
@media screen and (max-width: 767px) {
  .l-container-article {
    margin-bottom: 7.5rem;
  }
}

.p-news-article {
  max-width: 945px;
}
.p-news-article__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px 34px;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-article__head {
    gap: 10px;
  }
}
.p-news-article__date {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-news-article__date {
    font-size: 0.75rem;
  }
}
.p-news-article__category {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 140px;
  padding: 2px 4px;
  text-align: center;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .p-news-article__category {
    font-size: 0.6875rem;
    min-width: 76px;
    line-height: 1.2;
  }
}
.p-news-article__category:before {
  content: "#";
}
.p-news-article__category.info {
  background-color: #D21717;
}
.p-news-article__category.property {
  background-color: #0B6DC8;
}
.p-news-article__category.column {
  background-color: #FF831D;
}
.p-news-article__ttl {
  width: 100%;
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-news-article__ttl {
    font-size: 1.25rem;
  }
}
.p-news-article__body img {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-news-article__body img {
    margin: 1.5rem 0;
  }
}
.p-news-article__body h2 {
  font-weight: 700;
  font-size: 1.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background-color: #0EAF41;
  color: #fff;
  padding: 6px 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-article__body h2 {
    font-size: 1.1875rem;
    padding: 6px 0.75rem;
    line-height: 1.7;
    margin: 1.5rem 0;
  }
}
.p-news-article__body h3 {
  width: 100%;
  font-size: 1.9375rem;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-thickness: 3px;
  letter-spacing: 0.1em;
  color: #FF831D;
  font-weight: 700;
  margin: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-article__body h3 {
    font-size: 1.0625rem;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    line-height: 1.7;
    margin: 1.25rem 0;
  }
}
.p-news-article__body h4 {
  width: 100%;
  color: #fff;
  font-size: 1.8125rem;
  color: #29C2E5;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 2.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-article__body h4 {
    font-size: 0.9375rem;
    line-height: 1.7;
    margin: 1.5rem 0;
  }
}
.p-news-article__body h5 {
  font-size: 1.6875rem;
  letter-spacing: 0.1em;
  color: #0B6DC8;
  line-height: 1.9;
  font-weight: 700;
  margin: 2.125rem 0;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .p-news-article__body h5 {
    font-size: 0.875rem;
    line-height: 1.7;
    padding: 4px;
    margin: 1.5rem 0;
  }
}
.p-news-article__body p {
  font-size: 1.1875rem;
  line-height: 2.8;
  font-weight: 500;
  letter-spacing: 0.11em;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-article__body p {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin: 1.5rem 0;
  }
}
.p-news-article__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 3.125rem;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-article__pagination {
    margin-top: 6.25rem;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 1.25rem;
  }
}
.p-news-article__pagination li a {
  transition: 0.3s ease;
}
.p-news-article__pagination li.home a {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-news-article__pagination li.home a {
    font-size: 0.875rem;
  }
}
.p-news-article__pagination li.next a .arrow, .p-news-article__pagination li.prev a .arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 4.75rem;
  height: 4.75rem;
  border: 1px solid #030600;
  border-radius: 100%;
  background: #030600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-news-article__pagination li.next a .arrow, .p-news-article__pagination li.prev a .arrow {
    width: 2.3125rem;
    height: 2.3125rem;
  }
}
.p-news-article__pagination li.next a .arrow::before, .p-news-article__pagination li.prev a .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #fff;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.p-news-article__pagination li.next a .arrow::after, .p-news-article__pagination li.prev a .arrow::after {
  content: "";
  display: block;
  width: 17px;
  height: 14px;
  -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;
}
@media screen and (max-width: 767px) {
  .p-news-article__pagination li.next a .arrow::after, .p-news-article__pagination li.prev a .arrow::after {
    width: 8px;
    height: 8px;
  }
}
.p-news-article__pagination li.prev a .arrow::after {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

/* ---------------------------------------------
  privacy
  --------------------------------------------- */
.p-privacy {
  padding: 10.625rem 0 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 5rem 0 7.5rem;
  }
}
.p-privacy .l-wrap {
  max-width: 1460px;
}
.p-privacy h2 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy h2 {
    font-size: 1.25rem;
    text-indent: 10px;
    margin-left: -10px;
  }
}
.p-privacy h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #33AD37;
  letter-spacing: 0.11em;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy h3 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    margin-top: 3.75rem;
  }
}
.p-privacy p {
  font-size: 1.0625rem;
  letter-spacing: 0.11em;
  line-height: 2.64;
  font-weight: 500;
  padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy p {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.p-privacy ul {
  padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy ul {
    margin-top: 5px;
  }
}
.p-privacy ul li {
  font-size: 1.0625rem;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.11em;
  line-height: 2.64;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-privacy ul li {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.p-privacy ul li:before {
  content: "・";
}

/* ---------------------------------------------
  contact page
  --------------------------------------------- */
.p-contact-section {
  padding: 6.25rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-section {
    padding: 6.25rem 0 7.5rem;
  }
}
.p-contact-section .l-wrap {
  max-width: 1540px;
}

.p-contact-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 2.5rem;
  margin-bottom: 7.875rem;
}
@media screen and (max-width: 992px) {
  .p-contact-ttl {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 6px;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-ttl {
    margin-bottom: 5rem;
  }
}
.p-contact-ttl__en {
  font-family: "Montserrat", sans-serif;
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-ttl__en {
    font-size: 2.5rem;
  }
}
.p-contact-ttl__ja {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0EAF41;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-ttl__ja {
    font-size: 0.8125rem;
  }
}

.p-contact-lead {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2.17;
  letter-spacing: 0.11em;
  text-align: center;
  border-bottom: 3px solid #D9D9D9;
  padding-bottom: 5rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-lead {
    font-size: 0.8125rem;
    padding-bottom: 3.75rem;
    margin-bottom: 5rem;
    border-width: 2px;
  }
}

.p-contact-form {
  padding: 0 2.5rem;
  /* checkbox */
}
@media screen and (max-width: 992px) {
  .p-contact-form {
    padding: 0;
  }
}
.p-contact-form dl,
.p-contact-form .form-item {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 20px;
  margin: 0 auto;
  padding: 0 0.625rem;
}
@media screen and (max-width: 992px) {
  .p-contact-form dl,
  .p-contact-form .form-item {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-form dl,
  .p-contact-form .form-item {
    gap: 0.75rem;
    padding: 0;
  }
}
.p-contact-form dl:not(:last-of-type) dd,
.p-contact-form .form-item:not(:last-of-type) dd {
  padding-bottom: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form dl:not(:last-of-type) dd,
  .p-contact-form .form-item:not(:last-of-type) dd {
    padding-bottom: 2.5rem;
  }
}
.p-contact-form dl dt,
.p-contact-form .form-item dt {
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  width: 32.2%;
  position: relative;
  padding-right: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .p-contact-form dl dt,
  .p-contact-form .form-item dt {
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-form dl dt,
  .p-contact-form .form-item dt {
    font-size: 0.8125rem;
    padding-right: 0;
  }
}
.p-contact-form dl dd,
.p-contact-form .form-item dd {
  font-size: 1.3125rem;
  font-weight: 500;
  width: 67.8%;
  max-width: 820px;
  padding-left: 4.125rem;
  position: relative;
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 992px) {
  .p-contact-form dl dd,
  .p-contact-form .form-item dd {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-form dl dd,
  .p-contact-form .form-item dd {
    font-size: 0.8125rem;
  }
}
.p-contact-form dl dd .ttl,
.p-contact-form .form-item dd .ttl {
  font-size: 1.25rem;
  min-width: 2.625rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact-form dl dd .ttl,
  .p-contact-form .form-item dd .ttl {
    min-width: 1.875rem;
    font-size: 0.75rem;
  }
}
.p-contact-form dl dd .unit,
.p-contact-form .form-item dd .unit {
  font-size: 0.9375rem;
}
.p-contact-form input[type=text],
.p-contact-form input[type=tel],
.p-contact-form input[type=email],
.p-contact-form input[type=file],
.p-contact-form select,
.p-contact-form textarea {
  width: 100%;
  padding: 8px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-color: rgba(217, 217, 217, 0.3);
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-contact-form input[type=text],
  .p-contact-form input[type=tel],
  .p-contact-form input[type=email],
  .p-contact-form input[type=file],
  .p-contact-form select,
  .p-contact-form textarea {
    padding: 0.5rem;
  }
}
.p-contact-form textarea {
  height: 260px;
  border: none;
  background-color: rgba(217, 217, 217, 0.3);
}
@media screen and (max-width: 767px) {
  .p-contact-form textarea {
    height: 200px;
  }
}
.p-contact-form input:focus,
.p-contact-form textarea:focus,
.p-contact-form select:focus {
  outline: none;
}
.p-contact-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form input[type=checkbox] {
    font-size: 0.8125rem;
  }
}
.p-contact-form .checkbox-text {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 70px;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (max-width: 992px) {
  .p-contact-form .checkbox-text {
    padding-left: 60px;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-form .checkbox-text {
    font-size: 0.8125rem;
    padding-left: 50px;
  }
}
.p-contact-form .checkbox-text a {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form .checkbox-text a {
    font-size: 0.8125rem;
  }
}
.p-contact-form input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}
.p-contact-form input[type=checkbox]:checked + .wpcf7-list-item-label .checkbox-text::after {
  opacity: 1;
}
.p-contact-form .checkbox-text::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: rgba(217, 217, 217, 0.3);
}
@media screen and (max-width: 767px) {
  .p-contact-form .checkbox-text::before {
    width: 26px;
    height: 26px;
  }
}
.p-contact-form .checkbox-text::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 6px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url("../img/common/icon_check.svg") no-repeat center/100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form .checkbox-text::after {
    width: 14px;
    height: 12px;
  }
}
.p-contact-form .checkbox-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #FF831D;
}
.p-contact-form .form-checkbox-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form .form-checkbox-item {
    grid-template-columns: 1fr;
  }
  .p-contact-form .form-checkbox-item .wpcf7-list-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form .form-checkbox-item.column {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.375rem 0.625rem;
  }
}
.p-contact-form .form-checkbox-item .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 70px;
  font-size: 1.3125rem;
  letter-spacing: 0.11em;
  padding-left: 64px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-contact-form .form-checkbox-item .wpcf7-list-item-label {
    padding-left: 60px;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-form .form-checkbox-item .wpcf7-list-item-label {
    font-size: 0.8125rem;
    padding-left: 50px;
  }
}
.p-contact-form .form-checkbox-item .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: rgba(217, 217, 217, 0.3);
}
@media screen and (max-width: 767px) {
  .p-contact-form .form-checkbox-item .wpcf7-list-item-label::before {
    width: 26px;
    height: 26px;
  }
}
.p-contact-form .form-checkbox-item .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 6px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url("../img/common/icon_check.svg") no-repeat center/100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form .form-checkbox-item .wpcf7-list-item-label::after {
    width: 14px;
    height: 12px;
  }
}
.p-contact-form .form-checkbox-item .wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #FF831D;
}
.p-contact-form .form-checkbox-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form .form-checkbox-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form .form-item-type dt {
  padding-top: 6px;
}
.p-contact-form .form-require {
  background-color: #FF831D;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  padding: 2px 8px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-contact-form .form-require {
    font-size: 0.6875rem;
  }
}
.p-contact-form .form-row {
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form .form-row {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
  }
}
.p-contact-form .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact-form .form-group {
    gap: 10px;
  }
}

/* ---- btn ----- */
.p-form-btn {
  position: relative;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-form-btn {
    margin-top: 5rem;
  }
}
.p-form-btn .submit-btn {
  background-color: #0EAF41;
  border-radius: 10px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 312px;
  height: 75px;
  margin: 35px auto 0;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  text-align: center;
  transition: 0.3s ease opacity;
}
@media screen and (max-width: 767px) {
  .p-form-btn .submit-btn {
    font-size: 1.125rem;
    height: 60px;
    width: 90%;
  }
}
@media (hover: hover) {
  .p-form-btn:hover input {
    opacity: 0.7;
  }
}

.p-contact-section.confirm .p-form-lead {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-section.confirm .p-form-lead {
    margin-bottom: 3.75rem;
  }
}
.p-contact-section.confirm .p-contact-form .form-row {
  -ms-flex-direction: row;
      flex-direction: row;
}
.p-contact-section.confirm .p-contact-form .form-group {
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.p-contact-form__block.confirm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 3.125rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block.confirm {
    margin-top: 3.75rem;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 1.25rem;
  }
}
.p-contact-form__block.confirm .p-form-btn {
  margin-top: 0;
  width: 100%;
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block.confirm .p-form-btn {
    margin: 0 auto;
  }
}
.p-contact-form__block.confirm .p-form-btn .submit-btn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block.confirm .p-form-btn .submit-btn {
    margin: 0 auto;
  }
}
.p-contact-form__block .p-contact__back {
  width: 100%;
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block .p-contact__back {
    margin: 0 auto;
  }
}
.p-contact-form__block .p-contact__back input {
  background-color: #9e9e9e;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 315px;
  height: 80px;
  font-size: 1.5625rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  text-align: center;
  transition: 0.3s ease opacity;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block .p-contact__back input {
    font-size: 1.125rem;
    height: 60px;
    width: 90%;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .p-contact-form__block .p-contact__back input:hover input {
    opacity: 0.7;
  }
}

.p-form-thanks {
  padding-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-form-thanks {
    padding-top: 3.75rem;
    margin-bottom: 7.5rem;
  }
}
.p-form-thanks__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-form-thanks__text p {
  font-size: 1.25rem;
  line-height: 1.8;
}
.p-form-thanks__text p:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-form-thanks__text p {
    font-size: 0.875rem;
  }
}
.p-form-thanks__text p .color {
  color: #FF831D;
}

@media screen and (max-width: 767px) {
  .l-main-thanks .c-page-head__ttl {
    font-size: 0.875rem;
    margin-bottom: 5.625rem;
  }
}

.p-error-sec {
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-error-sec {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}
.p-error-sec .error-num {
  font-family: "Inter", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.02em;
  color: #05952C;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-error-sec .error-num {
    font-size: 3.75rem;
  }
}
.p-error-sec .ttl-en {
  font-family: "Inter", sans-serif;
  font-size: 2.125rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #05952C;
  text-align: center;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-error-sec .ttl-en {
    font-size: 1.875rem;
  }
}
.p-error-sec .ttl-ja {
  font-size: 1.3125rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-error-sec .ttl-ja {
    font-size: 1rem;
  }
}
.p-error-sec .c-btn {
  margin-top: 5rem;
  margin: 5rem auto 0;
}

/* ---------------------------------------------
    sitemap
  --------------------------------------------- */
.p-sitemap__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 992px) {
  .p-sitemap__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2.5rem;
  }
}
.p-sitemap__img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  padding: 0 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-sitemap__img {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
.p-sitemap__links {
  width: 50%;
  max-width: 41.875rem;
  margin-top: 10rem;
}
@media screen and (max-width: 992px) {
  .p-sitemap__links {
    width: 100%;
    margin-top: 0;
  }
}
.p-sitemap__links__list {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 2.5rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list {
    gap: 1.25rem 0;
  }
}
.p-sitemap__links__list a {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list a {
    font-size: 0.8125rem;
  }
}
.p-sitemap__links__list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list > li {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0.3125rem;
  }
}
.p-sitemap__links__list > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list > li > a {
    font-size: 0.875rem;
  }
}
.p-sitemap__links__list > li > a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #60168A;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list > li > a::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list .sub-list {
    margin-left: 1rem;
  }
}
.p-sitemap__links__list .sub-list li {
  line-height: 2;
}
.p-sitemap__links__list .sub-list a {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list .sub-list a {
    font-size: 0.75rem;
  }
}
.p-sitemap__links__list .sub-list a::before {
  content: "-";
}

/* ---------------------------------------------
  recruit patge
  --------------------------------------------- */
/* -------------- intro -------------- */
.p-recruit-intro {
  margin-top: 12.5rem;
  position: relative;
  z-index: 2;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-intro {
    margin: 7.5rem 0;
  }
}
.p-recruit-intro__block {
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-intro__block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 2.5rem;
  }
}
.p-recruit-intro__head {
  width: 38%;
}
@media screen and (max-width: 992px) {
  .p-recruit-intro__head {
    width: 100%;
  }
}
.p-recruit-intro__ttl {
  font-size: 1.9375rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__ttl {
    font-size: 1.5rem;
  }
}
.p-recruit-intro__en {
  font-family: "Inter", sans-serif;
  color: #05952C;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__en {
    font-size: 0.8125rem;
  }
}
.p-recruit-intro__text {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__text {
    width: calc(100% + 0.9375rem);
  }
}
.p-recruit-intro__text p {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__text p {
    font-size: 0.8125rem;
  }
}
.p-recruit-intro__text p:not(:last-of-type) {
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__text p:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.p-recruit-intro__text .color {
  color: #05952C;
}

/* -------------- ideal -------------- */
.p-recruit-ideal {
  margin-bottom: 17.5rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-ideal {
    margin-bottom: 10rem;
  }
}
.p-recruit-ideal .l-wrap {
  background: linear-gradient(0deg, rgb(3, 77, 23) 0%, rgb(8, 179, 54) 100%);
  padding: 5rem 4rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal .l-wrap {
    padding: 1.875rem 1rem;
  }
}
.p-recruit-ideal__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #D9D9D9;
  gap: 1.875rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__head {
    gap: 1.25rem;
  }
}
.p-recruit-ideal__head__img {
  width: 30%;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__head__img {
    width: 18%;
  }
}
.p-recruit-ideal__head .c-ttl {
  gap: 0.25rem;
}
.p-recruit-ideal__head .c-ttl__en {
  color: #fff;
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__head .c-ttl__en {
    font-size: 1.875rem;
  }
}
.p-recruit-ideal__head .c-ttl__ja {
  color: #fff;
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__head .c-ttl__ja {
    font-size: 0.875rem;
  }
}
.p-recruit-ideal__head .c-ttl__ja::before {
  background-color: #fff;
}
.p-recruit-ideal__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-ideal__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.p-recruit-ideal__list__item {
  background-color: #fff;
  padding: 1rem 1.25rem 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__list__item {
    padding: 1rem 1rem 1.875rem 1rem;
  }
}
.p-recruit-ideal__list__item .num {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #05952C;
  text-align: right;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__list__item .num {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
}
.p-recruit-ideal__list__item .ttl {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__list__item .ttl {
    font-size: 1.25rem;
  }
}
.p-recruit-ideal__list__item .desc {
  font-size: 1.0625rem;
  line-height: 2;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__list__item .desc {
    font-size: 0.8125rem;
    padding-right: 0;
  }
}
.p-recruit-ideal__list__item .desc .color {
  color: #05952C;
}

/* -------------- Job -------------- */
.p-recruit-container {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12.5rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-container {
    padding-bottom: 6.25rem;
    margin-bottom: 5rem;
  }
}
.p-recruit-container .l-main-contents {
  max-width: 1016px;
}
@media screen and (max-width: 767px) {
  .p-recruit-container .l-main-contents {
    padding-left: 0;
    border-left: none;
  }
}
.p-recruit-container .p-recruit-side {
  width: 38%;
  max-width: 460px;
  position: static;
}
@media screen and (max-width: 992px) {
  .p-recruit-container .p-recruit-side {
    width: 100%;
    max-width: 100%;
  }
}
.p-recruit-container .p-recruit-side__list {
  display: grid;
  gap: 1.5rem;
  width: 100%;
  max-width: 340px;
  margin-top: 4.625rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-container .p-recruit-side__list {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-recruit-container .p-recruit-side__list {
    grid-template-columns: 1fr;
    margin-top: 2.125rem;
    gap: 10px;
  }
}
.p-recruit-container .p-recruit-side__list li {
  cursor: pointer;
  font-size: 1.3125rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.5rem;
  background-color: #F4F4F4;
  transition: 0.3s ease;
}
@media screen and (max-width: 992px) {
  .p-recruit-container .p-recruit-side__list li {
    font-size: 0.9375rem;
  }
}
.p-recruit-container .p-recruit-side__list li.is-active {
  background-color: #05952C;
  color: #fff;
}
@media (hover: hover) {
  .p-recruit-container .p-recruit-side__list li:hover {
    background-color: #05952C;
    color: #fff;
  }
}

.p-job-desc__ttl {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  font-size: 1.5625rem;
  color: #05952C;
  font-weight: 700;
  text-align: center;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-job-desc__ttl {
    font-size: 1rem;
    padding: 1.25rem;
  }
}
.p-job-desc__block dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding: 2.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-job-desc__block dl {
    padding: 1rem 0;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1rem;
  }
}
.p-job-desc__block dl:nth-of-type(even) {
  background-color: rgba(217, 217, 217, 0.2);
}
.p-job-desc__block dl dt {
  width: 30%;
  max-width: 16.4375rem;
  font-weight: 600;
  font-size: 1.4375rem;
  color: #05952C;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 10px;
  padding: 0 1.25rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-job-desc__block dl dt {
    width: 34%;
    font-size: 0.875rem;
    padding: 0 1.25rem;
  }
}
.p-job-desc__block dl dd {
  -ms-flex: 1;
      flex: 1;
  font-size: 1.3125rem;
  line-height: 2;
  font-weight: 500;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-job-desc__block dl dd {
    font-size: 0.8125rem;
    padding: 0 1.25rem;
  }
}
.p-job-desc__block dl p {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-job-desc__block dl p {
    font-size: 0.8125rem;
  }
}
.p-job-desc__block dl p + ul + p {
  margin-top: 1rem;
}
.p-job-desc__block dl ul li {
  display: -ms-flexbox;
  display: flex;
}
.p-job-desc__block dl ul li::before {
  content: "・";
}
.p-job-desc__block .not {
  margin-top: 1.75rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-job-desc__block .not {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}

.tab-block {
  display: none;
  opacity: 0;
}
.tab-block.is-active {
  display: block;
  animation: fade ease 0.5s forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-recruit-entry {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry {
    margin-bottom: 7.5rem;
  }
}
.p-recruit-entry__lead {
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__lead {
    font-size: 0.9375rem;
  }
}
.p-recruit-entry__btn {
  width: 100%;
  max-width: 30.75rem;
  margin: 0 auto;
}
.p-recruit-entry__btn .c-btn__link {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1.875rem;
}
@media (hover: hover) {
  .p-recruit-entry__btn .c-btn__link:hover .c-btn__arrow .item:nth-child(1) {
    -ms-transform: translate(120%, -60%);
        transform: translate(120%, -60%);
  }
  .p-recruit-entry__btn .c-btn__link:hover .c-btn__arrow .item:nth-child(2) {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
.p-recruit-entry__btn .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-recruit-entry__btn .en {
  font-family: "Inter", sans-serif;
  font-size: 3.0625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__btn .en {
    font-size: 1.875rem;
  }
}
.p-recruit-entry__btn .ja {
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__btn .ja {
    font-size: 0.875rem;
  }
}
.p-recruit-entry__btn .c-btn__arrow {
  width: 5rem;
  height: 4.5rem;
  margin-left: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__btn .c-btn__arrow {
    width: 3.75rem;
    height: 3.25rem;
  }
}
.p-recruit-entry__btn .c-btn__arrow img {
  width: 52px;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__btn .c-btn__arrow img {
    width: 36px;
  }
}
.p-recruit-entry__btn .c-btn__arrow .item {
  -ms-flex-align: end;
      align-items: flex-end;
}
.p-recruit-entry__btn .c-btn__arrow .item:nth-child(2) {
  -ms-transform: translate(-120%, 60%);
      transform: translate(-120%, 60%);
}