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

@media screen and (max-width: 1920px) and (min-width: 1241px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1240px) and (min-width: 993px) {
  html {
    font-size: 16px;
    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 Antique", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.45;
  color: #2B2B2B;
  font-size: 1rem;
  background-color: #FFFCF3;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

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

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

strong {
  font-weight: 700;
}

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

.u-tb {
  display: none;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .u-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  a {
    font-size: 0.875rem;
  }
  p {
    font-size: 0.875rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.l-wrap {
  width: 82%;
  max-width: 1480px;
  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% - 2.875rem);
  }
}

/* -----------------------------------
  component
  -----------------------------------*/
/* ----- title ----- */
.c-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.5rem;
  color: #034F46;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    gap: 4px;
  }
}
.c-ttl__en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 0.6875rem;
  }
}
.c-ttl__ja {
  font-family: "Shippori Mincho", serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .c-ttl__ja {
    font-size: 1.875rem;
    line-height: 1.43;
  }
  .c-ttl__ja .no-sp {
    display: none;
  }
}
.c-ttl__sub {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .c-ttl__sub {
    font-size: 0.75rem;
  }
}
.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: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin-top: 2.5rem;
  }
}
.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.25rem;
  letter-spacing: 0.07em;
  font-weight: 600;
  gap: 1.75rem;
  color: #034F46;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    font-size: 0.875rem;
    gap: 1.25rem;
  }
}
@media (hover: hover) {
  .c-btn__link:hover .c-btn__arrow::before {
    -ms-transform: scale(1);
        transform: scale(1);
  }
  .c-btn__link:hover .c-btn__arrow::after {
    background-color: #034F46;
  }
}
.c-btn__text {
  display: inline-block;
  position: relative;
}
.c-btn__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 2.375rem;
  height: 3.4375rem;
  border: 1px solid #034F46;
  border-radius: 100%;
  background: #034F46;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .c-btn__arrow {
    width: 1.75rem;
    height: 2.5rem;
  }
}
.c-btn__arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
      transform: scale(0);
  -ms-transform-origin: center;
      transform-origin: center;
  border-radius: 100%;
  background: #fff;
  transition: 0.3s ease;
}
.c-btn__arrow::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.625rem;
  -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;
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .c-btn__arrow::after {
    width: 8px;
    height: 7px;
  }
}

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

/* -----------------------------------
  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;
}
@media screen and (min-width: 993px) {
  .l-header.is-color .l-header__inner {
    background-color: #FCFAF4;
    padding: 1.25rem 3.75rem;
  }
  .l-header.is-color .l-header__logo {
    margin-bottom: 0;
  }
  .l-header.is-color .l-header__logo .color {
    display: block;
  }
  .l-header.is-color .l-header__logo .white {
    display: none;
  }
  .l-header.is-color .l-header__list li > a {
    color: #034F46;
    text-shadow: none;
  }
  .l-header.is-color .l-header__list li.nav-contact a {
    border: 1px solid #034F46;
  }
  .l-header.is-color .l-header__list li .sub-menu {
    padding-top: 2.5rem;
  }
}
.l-header__inner {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.3s ease;
  height: 100%;
  padding: 3.5rem 3.75rem;
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding: 1.125rem 1rem 1.125rem 1.5rem;
  }
}
.l-header__logo {
  position: relative;
  width: 30%;
  max-width: 184px;
  z-index: 9999;
  margin-bottom: 0.625rem;
}
@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: 113px;
    margin-top: 0.25rem;
  }
}
.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 .color {
  display: none;
}
.l-header__logo.sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__logo.sp {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 992px) {
  .l-header__container {
    z-index: 9999;
    width: 73.5%;
    max-width: 480px;
    height: 100%;
    background-color: #034F46;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.5s ease;
    padding: 4.6875rem 1.5625rem;
    -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;
    gap: 30px;
    position: relative;
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-header__container__wrap {
    padding-bottom: 110px;
  }
}
.l-header__container .sp-text {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__container .sp-text {
    display: inline-block;
  }
}
.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.5rem;
  position: relative;
  z-index: 9;
  height: 100%;
}
@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: 22px;
  }
}
.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: 400;
  font-size: 1.0625rem;
  font-size: max(14px, 1.0625rem);
  letter-spacing: 0.13em;
  display: block;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px #adaaa2;
}
@media screen and (max-width: 992px) {
  .l-header__list li > a {
    font-weight: 500;
    text-shadow: none;
    text-align: left;
    border-bottom: 1px dashed rgba(255, 252, 243, 0.53);
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 12px;
    padding-bottom: 4px;
  }
  .l-header__list li > a .u-pc {
    display: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-header__list li > a {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .l-header__list li.has-child > a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (hover: hover) {
  .l-header__list li.has-child:hover > a {
    opacity: 0.7;
  }
  .l-header__list li.has-child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.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;
    padding: 16px 0 12px;
  }
}
.l-header__list li .sub-menu .list {
  min-width: 172px;
  border-radius: 8px;
  background-color: #FCFAF4;
  padding: 0 17px;
}
@media screen and (max-width: 992px) {
  .l-header__list li .sub-menu .list {
    background: none;
    border: none;
    border-radius: 0;
    min-width: initial;
    padding: 0;
  }
}
.l-header__list li .sub-menu .list li:not(:last-child) {
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
}
@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: 0.875rem;
  text-decoration: none;
  text-align: center;
  color: #034F46;
  line-height: 1.15;
  text-shadow: none;
}
@media screen and (max-width: 992px) {
  .l-header__list li .sub-menu .list li a {
    text-align: left;
    font-weight: 400;
    padding: 0;
    font-size: 0.8125rem;
    color: #fff;
    border-bottom: none;
  }
  .l-header__list li .sub-menu .list li a::before {
    content: "-";
    margin-right: 4px;
  }
}
@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 {
    opacity: 0.7;
  }
}
.l-header__list li.nav-contact {
  margin-left: 0.875rem;
}
@media screen and (max-width: 992px) {
  .l-header__list li.nav-contact {
    display: none;
  }
}
.l-header__list li.nav-contact a {
  color: #034F46;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  background-color: rgba(255, 252, 243, 0.8);
  border: 1px solid #fff;
  border-radius: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.8125rem 1.25rem 0.8125rem 1.5625rem;
  text-shadow: none;
  gap: 2.625rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1080px) {
  .l-header__list li.nav-contact a {
    gap: 1.5rem;
  }
}
.l-header__list li.nav-contact a::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #034F46;
}
@media (hover: hover) {
  .l-header__list li.nav-contact a:hover {
    opacity: 0.7;
  }
}
.l-header__sns {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__sns {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    gap: 17px;
  }
  .l-header__sns a {
    width: 22px;
  }
}
.l-header__contact {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__contact {
    display: grid;
    gap: 6px;
  }
}
.l-header__contact a {
  background-color: #FFFCF3;
  border-radius: 2px;
  color: #034F46;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.l-header__tel {
  padding: 10px;
}
.l-header__tel .num {
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  border-bottom: 1px dashed #034F46;
  letter-spacing: 0.09em;
  padding-bottom: 2px;
  margin-bottom: 2px;
  padding: 0 8px;
}
.l-header__tel .text {
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.l-header__line {
  padding: 22px 12px 22px 16px;
}
.l-header__line .ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 6px;
  border-bottom: 1px dashed #034F46;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  padding: 0 4px 2px;
  margin-bottom: 4px;
}
.l-header__line .ttl::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/common/icon_line.svg") no-repeat center/100%;
}
.l-header__line .text {
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.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: 42px;
    z-index: 9999;
    display: block;
    position: relative;
  }
  .c-hamburger::before {
    content: "";
    display: block;
    width: 30px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -ms-transform: rotate(30deg);
        transform: rotate(30deg);
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    width: 11px;
    height: 1px;
    background-color: #fff;
    border-radius: 1px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 14px;
    left: 12px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 20px;
    left: 10px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 26px;
    left: 8px;
  }
  .c-hamburger.is-active span {
    background-color: #fff;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    left: 10px;
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    left: 10px;
  }
}

/* ---------------------------------------------
  footer フッター
  --------------------------------------------- */
/* -------- contact -------- */
.p-contact {
  position: relative;
  background-image: url("../img/common/contact_bg.jpg");
  background-image: -webkit-image-set(url("../img/common/contact_bg.webp") type("image/webp"), url("../img/common/contact_bg.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/common/contact_bg.webp") type("image/webp"), url("../img/common/contact_bg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16.5rem 1.375rem 12.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 6.75rem 1.375rem 6.25rem;
    background-image: url("../img/common/contact_bg_sp.jpg");
    background-image: -webkit-image-set(url("../img/common/contact_bg_sp.webp") type("image/webp"), url("../img/common/contact_bg_sp.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/common/contact_bg_sp.webp") type("image/webp"), url("../img/common/contact_bg_sp.jpg") type("image/jpeg"));
  }
}
.p-contact__wrap {
  position: relative;
  width: 80%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 1.875rem 0 0.75rem;
}
@media screen and (max-width: 1240px) {
  .p-contact__wrap {
    width: 90%;
  }
}
@media screen and (max-width: 1240px) and (max-width: 767px) {
  .p-contact__wrap {
    width: 100%;
    padding: 0;
  }
}
.p-contact__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .p-contact__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3.875rem;
  }
}
.p-contact__text {
  color: #fff;
}
.p-contact__text .c-ttl {
  margin-bottom: 1.5rem;
  color: #fff;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__text .c-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__text .c-ttl__en {
    font-size: 0.875rem;
  }
}
.p-contact__text .c-ttl__ja {
  text-indent: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text .c-ttl__ja {
    text-indent: 0;
    font-size: 2.3125rem;
  }
}
.p-contact__text p {
  font-size: 1.125rem;
  line-height: 1.66;
  letter-spacing: 0.18em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact__text p {
    font-size: 0.8125rem;
    letter-spacing: 0.15em;
    line-height: 2.3;
  }
}
.p-contact__text p:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-contact__links {
  display: grid;
  gap: 38px;
  width: 50%;
  max-width: 663px;
}
@media screen and (max-width: 992px) {
  .p-contact__links {
    width: 100%;
    max-width: 100%;
    gap: 34px;
  }
}
.p-contact__links a {
  background-color: rgba(255, 252, 243, 0.2);
  backdrop-filter: blur(7px);
  border-radius: 2px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-contact__links a:hover {
    opacity: 0.7;
  }
}
.p-contact__tel {
  padding: 2rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    padding: 14px 20px;
  }
}
.p-contact__tel .num {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  border-bottom: 1px dashed rgba(255, 252, 243, 0.53);
  letter-spacing: 0.1em;
  padding-bottom: 0;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-contact__tel .num {
    font-size: 1.25rem;
  }
}
.p-contact__tel .text {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .p-contact__tel .text {
    font-size: 0.75rem;
  }
}
.p-contact__line {
  padding: 38px 20px;
}
@media screen and (max-width: 767px) {
  .p-contact__line {
    padding: 30px 20px 30px 30px;
  }
}
.p-contact__line .ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.125rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  border-bottom: 1px dashed rgba(255, 252, 243, 0.53);
  letter-spacing: 0.13em;
  line-height: 1.7;
  padding: 0 2.125rem;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__line .ttl {
    font-size: 1.25rem;
    padding: 0 5px;
    margin-bottom: 6px;
    gap: 12px;
  }
}
.p-contact__line .ttl::before {
  content: "";
  display: block;
  width: 2.625rem;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_line_white.svg") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .p-contact__line .ttl::before {
    width: 1.375rem;
  }
}
.p-contact__line .text {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.47;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__line .text {
    font-size: 0.75rem;
    padding-left: 0;
  }
}

/* -------- footer -------- */
.l-footer {
  overflow: hidden;
  position: relative;
}
.l-footer .l-wrap {
  max-width: 1234px;
}
.l-footer__container {
  padding-top: 8.375rem;
  position: relative;
  background-color: #034F46;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    padding-top: 6.875rem;
  }
}
.l-footer__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.l-footer__info address, .l-footer__info p {
  color: #fff;
  letter-spacing: 0.13em;
  line-height: 1.7;
}
.l-footer__info address {
  font-size: 1.25rem;
}
@media screen and (max-width: 992px) {
  .l-footer__info address {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-footer__info address {
    font-size: 0.8125rem;
  }
}
.l-footer__info p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info p {
    font-size: 0.8125rem;
  }
}
.l-footer__logo {
  display: block;
  width: 50%;
  max-width: 267px;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 992px) {
  .l-footer__logo {
    margin-bottom: 22px;
  }
}
.l-footer__block {
  display: -ms-flexbox;
  display: flex;
  gap: 4.1875rem;
  border-top: 1px dashed rgba(255, 252, 243, 0.53);
  padding-top: 0.625rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 992px) {
  .l-footer__block {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-footer__block {
    padding-top: 26px;
    margin-top: 32px;
    gap: 45px;
  }
}
.l-footer__map {
  width: 50%;
  max-width: 494px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-footer__map {
    width: 100%;
    max-width: 100%;
  }
}
.l-footer__map__link {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 9px;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__map__link {
    font-size: 0.75rem;
    gap: 6px;
    margin-bottom: 2px;
  }
}
.l-footer__map__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__map__link::after {
    width: 9px;
    height: 8px;
  }
}
.l-footer__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 494/333;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 5px;
  filter: grayscale(1);
}
@media screen and (max-width: 767px) {
  .l-footer__map iframe {
    aspect-ratio: 346/248;
  }
}
.l-footer__text {
  width: 50%;
  max-width: 630px;
  color: #fff;
  padding-top: 0.625rem;
}
@media screen and (max-width: 992px) {
  .l-footer__text {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.l-footer__links {
  width: 100%;
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px;
    margin-top: 0;
  }
}
.l-footer__nav > li:not(:last-child) {
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > li:not(:last-child) {
    margin-bottom: 35px;
  }
}
.l-footer__nav a {
  color: #fff;
  transition: 0.3s ease;
  letter-spacing: 0.13em;
}
@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: 500;
  font-size: 1.25rem;
  border-bottom: 1px dashed rgba(255, 252, 243, 0.53);
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > li > a {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .l-footer__nav > li > a:hover {
    opacity: 0.7;
  }
}
.l-footer__nav .sub-list {
  display: grid;
  gap: 8px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .sub-list {
    margin-top: 18px;
  }
}
.l-footer__nav .sub-list a {
  font-size: 1.0625rem;
  display: -ms-flexbox;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
@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: 0.7;
  }
}
.l-footer__sns {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.875rem;
  margin-top: -2.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 36px;
    gap: 20px;
  }
}
.l-footer__sns a {
  width: 2.375rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__sns a {
    width: 1.75rem;
  }
}
@media (hover: hover) {
  .l-footer__sns a:hover {
    opacity: 0.7;
  }
}
.l-footer__copy {
  margin-top: 8.125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
  background-color: #013630;
  color: #fff;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 2.5rem;
  }
}

main {
  overflow: hidden;
}

/* ---------------------------------------------
  mv
  --------------------------------------------- */
.p-mv {
  position: relative;
  padding: 11.5rem 0;
  overflow: hidden;
  background: url("../img/top/mv_bg.jpg") no-repeat center/cover;
  z-index: 2;
  height: 100svh;
  min-height: 700px;
  /* swiper pagination */
}
@media screen and (max-width: 1240px) {
  .p-mv {
    padding: 12.5rem 0;
  }
}
@media screen and (max-width: 1240px) and (max-width: 992px) {
  .p-mv {
    padding: 7.5rem 0 15rem;
  }
}
@media screen and (max-width: 1240px) and (max-width: 992px) and (max-width: 767px) {
  .p-mv {
    height: 100svh;
    min-height: initial;
    padding: 5.125rem 0 1.625rem;
    min-height: 540px;
    background-position: 18% 50%;
  }
}
.p-mv__wrap {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    height: auto;
  }
}
.p-mv__slider {
  width: 80%;
  max-width: 1126px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__slider {
    width: 89%;
    height: auto;
    overflow: hidden;
  }
}
.p-mv__slider .swiper-slide {
  height: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__slider .swiper-slide {
    height: 31vh;
  }
}
.p-mv__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1126/711;
}
@media screen and (max-width: 767px) {
  .p-mv__slider .swiper-slide img {
    aspect-ratio: 346/375;
  }
}
.p-mv__slider .swiper-img {
  width: 100%;
  height: 100%;
}
.p-mv__slider .swiper-slide-active .swiper-img,
.p-mv__slider .swiper-slide-prev .swiper-img,
.p-mv__slider .swiper-slide-duplicate-active .swiper-img {
  animation: zoomUp 8s linear 0s normal both;
}
.p-mv .swiper-pagination {
  position: absolute;
  bottom: initial;
  left: initial;
  top: 55%;
  right: 3rem;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .p-mv .swiper-pagination {
    display: none;
  }
}
.p-mv .circle-pagination {
  position: relative;
  height: inherit;
  z-index: 1;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  display: block;
  outline: 0;
  width: 42px;
  height: 42px;
}
.p-mv .circle-pagination__inner {
  width: 100%;
  height: 100%;
  font-family: "Shippori Mincho", serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 0.8125rem;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.p-mv .circle-pagination svg {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg);
}
.p-mv .circle-pagination circle {
  fill: transparent;
  stroke: transparent;
  opacity: 1;
  stroke-width: 1;
}
.p-mv .circle-pagination circle.circle-anime {
  fill: transparent;
  stroke: #fff;
  opacity: 0;
}
.p-mv .circle-pagination.swiper-pagination-bullet-active svg circle {
  stroke: #fff;
  opacity: 0.3;
}
.p-mv .circle-pagination.swiper-pagination-bullet-active svg circle.circle-anime {
  stroke: #fff;
  opacity: 1;
  animation: circleAnime 5s linear forwards;
}
.p-mv__text {
  padding: 0 4.625rem 0 5.625rem;
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  width: 100%;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .p-mv__text {
    padding: 0 3.125rem;
  }
}
@media screen and (max-width: 1240px) and (max-width: 992px) {
  .p-mv__text {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    bottom: 2.5rem;
  }
}
@media screen and (max-width: 1240px) and (max-width: 992px) and (max-width: 767px) {
  .p-mv__text {
    padding: 0 1.125rem 0 1.5625rem;
    position: static;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 2.25rem;
  }
}
.p-mv__text__block:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.375rem;
}
@media screen and (max-width: 992px) {
  .p-mv__text__block:nth-child(2) {
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    margin-top: 2.25rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__text__block:nth-child(2) {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 4px;
  }
}
.p-mv__lead {
  font-size: 1.4375rem;
  letter-spacing: 0.21em;
  line-height: 1.9;
}
@media screen and (max-width: 992px) {
  .p-mv__lead {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__lead {
    font-size: 0.8125rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.p-mv__ttl {
  max-width: 52.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  .p-mv__ttl {
    width: 80%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__ttl {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .p-mv__ttl img {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  }
}
.p-mv__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__en {
    font-size: 0.6875rem;
    text-align: right;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.p-mv__scroll {
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-size: 1.3125rem;
  color: transparent;
  display: block;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .p-mv__scroll {
    font-size: 0.875rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.p-mv__scroll span {
  color: transparent;
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  animation: text-rotate2 2.5s infinite linear;
}

@keyframes text-rotate2 {
  0% {
    text-shadow: 0 -1.2em 0 #fff, 0 0 0 #fff;
  }
  10% {
    text-shadow: 0 0 0 #fff, 0 1.2em 0 #fff;
  }
  100% {
    text-shadow: 0 0 0 #fff, 0 1.2em 0 #fff;
  }
}
@keyframes circleAnime {
  0% {
    opacity: 0;
    stroke-dasharray: 0 132;
  }
  10% {
    opacity: 1;
  }
  99.9%, to {
    stroke-dasharray: 132 132;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    backface-visibility: hidden;
  }
}
.p-fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 999;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fixed {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed__btn {
    color: #034F46;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    background-color: rgba(255, 252, 243, 0.8);
    border: 1px solid #fff;
    border-radius: 54px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    gap: 1.5rem;
    padding: 10px 16px 10px 20px;
    text-shadow: none;
    margin: 0 auto;
    font-size: 0.875rem;
    letter-spacing: 0.07em;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .p-fixed__btn::after {
    content: "";
    display: block;
    width: 9px;
    height: 8px;
    -webkit-mask-image: url("../img/common/icon_arrow.svg");
            mask-image: url("../img/common/icon_arrow.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #034F46;
  }
}

/* ---------------------------------------------
    about
  --------------------------------------------- */
.p-top-about {
  padding: 12.5rem 0 14.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about {
    padding: 4.875rem 0 7.25rem;
  }
}
.p-top-about__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 3.75rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-about__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
}
.p-top-about__text {
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  padding-top: 7.25rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__text {
    margin-top: -13%;
  }
}
.p-top-about__text .c-ttl {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 1rem;
  padding-right: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .c-ttl {
    margin-bottom: 2.125rem;
    gap: 0.75rem;
    padding-right: 0;
  }
}
.p-top-about__text .c-ttl__en {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -ms-transform: translateY(-0.75rem);
      transform: translateY(-0.75rem);
}
.p-top-about__text .c-ttl__ja {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 2.5rem;
  letter-spacing: 0.21em;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .c-ttl__ja {
    font-size: 1.5625rem;
    letter-spacing: 0.24em;
  }
}
.p-top-about__text .c-ttl__ja > span {
  border-right: 1px dashed rgba(3, 79, 70, 0.4);
  display: inline-block;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .c-ttl__ja > span {
    padding: 0 0.375rem;
  }
}
.p-top-about__text .c-ttl__ja > span:first-of-type {
  text-indent: -1.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .c-ttl__ja > span:first-of-type {
    text-indent: -0.75rem;
  }
}
.p-top-about__text .c-ttl__ja > span span {
  display: inline-block;
  -ms-transform: translateY(0.375rem);
      transform: translateY(0.375rem);
}
@media screen and (max-width: 767px) {
  .p-top-about__text .c-ttl__ja > span span {
    -ms-transform: translateY(0.125rem);
        transform: translateY(0.125rem);
  }
}
.p-top-about__text .desc {
  font-size: 1.125rem;
  line-height: 2;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .desc {
    font-size: 0.8125rem;
  }
}
.p-top-about__text .c-btn {
  margin-left: auto;
  margin-right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .c-btn {
    margin-right: 0.75rem;
  }
}
.p-top-about__img {
  position: relative;
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 992px) {
  .p-top-about__img {
    width: 87%;
    margin-left: 0;
    min-height: 50rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__img {
    min-height: 25rem;
    max-width: 320px;
  }
}
.p-top-about__img .item {
  position: relative;
  z-index: 1;
  position: absolute;
  z-index: 2;
}
.p-top-about__img .item:nth-child(1) {
  width: 55%;
  top: -12.4%;
  left: 10.4%;
}
@media screen and (max-width: 992px) {
  .p-top-about__img .item:nth-child(1) {
    width: 64%;
    top: -11%;
    left: 0%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__img .item:nth-child(1) {
    max-width: 18.75rem;
  }
}
.p-top-about__img .item:nth-child(2) {
  width: 38%;
  top: 39%;
  left: 49%;
}
@media screen and (max-width: 992px) {
  .p-top-about__img .item:nth-child(2) {
    width: 44%;
    top: 32%;
    left: 44%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__img .item:nth-child(2) {
    max-width: 15rem;
  }
}
.p-top-about__img .item:nth-child(3) {
  width: 33%;
  top: 68%;
  left: 6.6%;
}
@media screen and (max-width: 992px) {
  .p-top-about__img .item:nth-child(3) {
    width: 39%;
    top: 56%;
    left: -4%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__img .item:nth-child(3) {
    max-width: 10rem;
  }
}
.p-top-about__img .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.9375rem;
  letter-spacing: 0;
  position: absolute;
  top: 78%;
  left: 36%;
  z-index: 1;
  color: #EEF0E7;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-about__img .en {
    font-size: 1.4375rem;
    top: 66%;
    left: 33%;
  }
}
.p-top-about .bg {
  width: 78%;
  position: absolute;
  top: 7%;
  left: -32%;
}
@media screen and (max-width: 767px) {
  .p-top-about .bg {
    width: 140%;
    top: 3%;
    left: -58%;
  }
}

.p-top-img {
  position: relative;
}
.p-top-img__wrap {
  padding: 15px 0;
  position: relative;
  background-color: #034F46;
  z-index: 2;
}
.p-top-img__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 5rem);
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 2.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-img__wrap::before {
    height: calc(100% - 3.75rem);
    top: 1.875rem;
  }
}
.p-top-img__wrap .text {
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  right: 1.625rem;
  bottom: 3.5rem;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-img__wrap .text {
    bottom: 2.25rem;
    right: 0.625rem;
  }
}
.p-top-img .bg01 {
  width: 43%;
  position: absolute;
  top: -44%;
  right: -18%;
}
@media screen and (max-width: 767px) {
  .p-top-img .bg01 {
    width: 80%;
    top: -35%;
    right: -12%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-img .bg02 {
    position: absolute;
    width: 80%;
    top: 26%;
    right: -12%;
  }
}

/* ---------------------------------------------
  service
  --------------------------------------------- */
.p-top-service {
  padding-top: 18.625rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-top-service {
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service {
    padding-top: 4.5rem;
  }
}
.p-top-service .l-wrap {
  max-width: 1480px;
}
.p-top-service__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
  padding: 0 0.75rem 1.25rem 0;
  padding-bottom: 2.25rem;
  margin-bottom: 4.625rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__head {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 0 0 0.5rem 0;
    gap: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.p-top-service__head .c-ttl {
  margin-bottom: 0.875rem;
}
.p-top-service__head .c-lead {
  padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__head .c-lead {
    padding-left: 0;
    line-height: 2;
  }
}
.p-top-service__head .c-btn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__head .c-btn {
    margin-left: auto;
  }
}
.p-top-service__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 6.625rem;
  padding: 0 0.625rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-service__container {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    gap: 4rem;
  }
}
.p-top-service__container .bg {
  width: 67%;
  position: absolute;
  top: 87%;
  left: -39%;
}
@media screen and (max-width: 767px) {
  .p-top-service__container .bg {
    width: 150%;
    top: 117%;
    left: -84%;
  }
}
.p-top-service__block {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  z-index: 1;
}
.p-top-service__block:nth-child(2) {
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__block:nth-child(2) {
    margin-top: 0;
  }
}
.p-top-service__block:nth-child(2) .p-top-service__text .desc {
  margin-top: 0;
}
@media (hover: hover) {
  .p-top-service__block:hover .p-top-service__img img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
  .p-top-service__block:hover .c-btn__arrow::before {
    -ms-transform: scale(1);
        transform: scale(1);
  }
  .p-top-service__block:hover .c-btn__arrow::after {
    background-color: #034F46;
  }
}
.p-top-service__img {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-service__img {
    border-radius: 4px;
  }
}
.p-top-service__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-top-service__img img {
  transition: 0.3s ease;
}
.p-top-service__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__text {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 2rem;
    gap: 1rem;
  }
}
.p-top-service__text .desc {
  font-size: 1.0625rem;
  letter-spacing: 0.13em;
  font-weight: 400;
  line-height: 1.76;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__text .desc {
    font-size: 0.8125rem;
    line-height: 1.69;
    margin-top: 0;
  }
}
.p-top-service__text .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__text .list {
    gap: 0.625rem;
  }
}
.p-top-service__text .list li {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #034F46;
  background-color: #EEF0E7;
  border-radius: 10px;
  text-align: center;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .p-top-service__text .list li {
    font-size: 0.75rem;
    border-radius: 6px;
    padding: 4px;
  }
}
.p-top-service__text .c-btn {
  margin: 2.125rem 1.5rem 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-service__text .c-btn {
    margin: 12px 0 0 auto;
  }
}
.p-top-service__text .c-btn__link {
  font-size: 1.0625rem;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__text .c-btn__link {
    font-size: 0.8125rem;
  }
}
.p-top-service__text .c-btn__arrow {
  width: 1.4375rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__text .c-btn__arrow {
    width: 1.25rem;
    height: 1.75rem;
  }
}
.p-top-service__text .c-btn__arrow::after {
  width: 7px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .p-top-service__text .c-btn__arrow::after {
    width: 6px;
    height: 5px;
  }
}
.p-top-service__ttl {
  font-family: "Shippori Mincho", serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #034F46;
  border-right: 1px dashed rgba(3, 79, 70, 0.4);
  border-left: 1px dashed rgba(3, 79, 70, 0.4);
  padding: 0 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service__ttl {
    -ms-writing-mode: initial;
        writing-mode: initial;
    font-size: 2.375rem;
    letter-spacing: 0;
    border: none;
    border-top: 1px dashed rgba(3, 79, 70, 0.4);
    border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
    padding: 0.5rem 0;
    line-height: 1;
  }
}
.p-top-service__ttl span {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service__ttl span {
    padding: 0 0.4375rem;
    display: inline-block;
  }
}
.p-top-service__ttl span:not(:last-child) {
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__ttl span:not(:last-child) {
    border-bottom: none;
    border-right: 1px dashed rgba(3, 79, 70, 0.4);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.p-top-service__other {
  border: 1px dashed #034F46;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6.125rem;
  border-radius: 15px;
  padding: 2.5rem 1.25rem 2.5rem 6.25rem;
  margin-top: 6.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-service__other {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 1.25rem;
    padding: 1.875rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service__other {
    gap: 12px;
    padding: 30px 26px 20px;
    margin-top: 5.875rem;
    border-radius: 4px;
  }
}
.p-top-service__other__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #034F46;
  border-top: 1px dashed #034F46;
  border-bottom: 1px dashed #034F46;
  padding: 0.5rem 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service__other__ttl {
    padding: 0.375rem 0;
    font-size: 1.625rem;
  }
}
.p-top-service__other__ttl span {
  padding: 0 0.625rem;
  display: inline-block;
  line-height: 1;
}
.p-top-service__other__ttl span:not(:last-child) {
  border-right: 1px dashed #034F46;
}
@media screen and (max-width: 767px) {
  .p-top-service__other__ttl span:first-child {
    padding-left: 0;
  }
  .p-top-service__other__ttl span:last-child {
    padding-right: 0;
  }
}
.p-top-service__other .desc {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.76;
}
@media screen and (max-width: 767px) {
  .p-top-service__other .desc {
    font-size: 0.8125rem;
  }
}
.p-top-service__category {
  position: relative;
  z-index: 1;
  padding: 1.25rem 1.5625rem 1.5625rem;
  background-color: #034F46;
  margin-top: 16.625rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__category {
    margin-top: 6.75rem;
    padding: 10px;
  }
}
.p-top-service__item {
  position: relative;
  height: 47.1875rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__item {
    padding: 0 1.5625rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service__item {
    height: initial;
    padding: 6.25rem 1.5625rem;
    min-height: 43.75rem;
  }
}
.p-top-service__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-service__item__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.49);
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-service__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-service__item__text {
  width: 82%;
  max-width: 1500px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  gap: 13.75rem;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .p-top-service__item__text {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.75rem;
  }
}
.p-top-service__item__text .wrap {
  -ms-flex: 1;
      flex: 1;
}
.p-top-service__item__text .c-ttl {
  color: #fff;
  line-height: 1.23;
}
.p-top-service__item__text .c-ttl__ja {
  font-size: 3.75rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-top-service__item__text .c-ttl__ja {
    font-size: 2rem;
  }
}
.p-top-service__item__text .c-ttl__ja span {
  font-size: 1.75rem;
  display: block;
  margin-bottom: rme(4);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-top-service__item__text .c-ttl__ja span {
    font-size: 1.25rem;
  }
}
.p-top-service__item__text .c-ttl__en {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item__text .c-ttl__en {
    font-size: 0.875rem;
  }
}
.p-top-service__item__text .desc {
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  line-height: 1.66;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-service__item__text .desc {
    font-size: 0.75rem;
    line-height: 1.9;
  }
}
.p-top-service__item__text .c-btn {
  margin: 1.875rem 1.875rem 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-service__item__text .c-btn {
    margin: 3.75rem 0 0 auto;
  }
}
.p-top-service__item__text .c-btn__link {
  color: #fff;
  gap: 1.5rem;
}
@media (hover: hover) {
  .p-top-service__item__text .c-btn__link:hover .c-btn__arrow {
    background: none;
  }
  .p-top-service__item__text .c-btn__link:hover .c-btn__arrow::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__item__text .c-btn__link {
    font-size: 0.8125rem;
  }
}
.p-top-service__item__text .c-btn__arrow {
  background-color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-service__item__text .c-btn__arrow {
    width: 1.25rem;
    height: 1.75rem;
  }
}
.p-top-service__item__text .c-btn__arrow::before {
  background: none;
}
.p-top-service__item__text .c-btn__arrow::after {
  background-color: #034F46;
}
.p-top-service__item:nth-child(1) {
  padding-top: 15.875rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__item:nth-child(1) {
    padding-top: 7.25rem;
  }
}
.p-top-service__item:nth-child(1) .p-top-service__item__text {
  max-width: 1540px;
  padding-right: 2.875rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__item:nth-child(1) .p-top-service__item__text {
    padding-right: 0;
  }
}
.p-top-service__item:nth-child(1) .p-top-service__item__text .c-ttl span {
  text-indent: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-child(1) .p-top-service__item__text .c-ttl span {
    text-indent: 0.25rem;
  }
}
.p-top-service__item:nth-child(1) .p-top-service__item__text .wrap {
  padding-top: 0.75rem;
}
.p-top-service__item:nth-child(2) {
  padding-top: 18.125rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__item:nth-child(2) {
    padding-top: 7.25rem;
  }
}
.p-top-service__item:not(:last-of-type) {
  border-bottom: 1px dashed #FFFCF3;
}

/* ---------------------------------------------
  works
  --------------------------------------------- */
.p-top-works {
  padding: 10.75rem 0 4.5rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-works {
    padding: 6.875rem 0 5.875rem;
  }
}
.p-top-works::before {
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  background-color: #EEF0E7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-top-works__container {
  display: -ms-flexbox;
  display: flex;
  gap: 8.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-works__container {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-works__container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.75rem;
  }
}
.p-top-works__container .c-btn {
  margin-left: auto;
  margin-right: 9.375rem;
  margin: 2.5rem 9.375rem 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-works__container .c-btn {
    margin: 24px 16px 0 auto;
  }
  .p-top-works__container .c-btn .c-btn__link {
    letter-spacing: 0.07em;
  }
}
.p-top-works__head {
  padding-left: 10.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 992px) {
  .p-top-works__head {
    padding-left: 1.5625rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-works__head {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 0.625rem;
    padding: 0 1.5625rem;
  }
}
.p-top-works__head .c-ttl {
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__head .c-ttl {
    gap: 0;
  }
}
.p-top-works__head .c-ttl__en {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.p-top-works__head .c-ttl__ja {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  letter-spacing: 0.21em;
  margin-top: 1.5rem;
  font-size: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__head .c-ttl__ja {
    font-size: 1.875rem;
    letter-spacing: 0.35em;
    margin-top: 0.5rem;
  }
}
.p-top-works__head .c-lead {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  line-height: 1.76;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__head .c-lead {
    -ms-writing-mode: initial;
        writing-mode: initial;
    margin-left: 0;
    line-height: 1.5;
    margin-bottom: 0.875rem;
  }
}
.p-top-works__block {
  -ms-flex: 1;
      flex: 1;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__block {
    padding-left: 1.5625rem;
    margin-top: 0;
  }
}
.p-top-works__slider {
  padding-right: 25px;
}
.p-top-works__slider .swiper-pagination {
  position: static;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-top-works__slider .swiper-pagination {
    margin-top: 15px;
  }
}
.p-top-works__slider .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-top-works__slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.p-top-works__slider .swiper-pagination-bullet-active {
  background-color: #034F46;
}

/* ---- works common ---- */
.p-works__list__item {
  max-width: 403px;
}
@media screen and (max-width: 767px) {
  .p-works__list__item {
    max-width: 234px;
  }
}
.p-works__list__link {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-works__list__link:hover .p-works__img img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
}
.p-works__img {
  overflow: hidden;
  border-radius: 5px;
}
.p-works__img img {
  aspect-ratio: 403/513;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.p-works__ttl {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-works__ttl {
    font-size: 0.8125rem;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}
.p-works__category {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 2px 20px;
  border-radius: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-works__category {
    font-size: 0.625rem;
    padding: 2px 12px;
    margin-top: 10px;
  }
}
.p-works__category.custom-built-homes {
  background-color: #034F46;
  color: #fff;
}
.p-works__category.renovation-remodeling {
  background-color: #FFFCF3;
  color: #034F46;
}

/* ---------------------------------------------
   top news
  --------------------------------------------- */
.p-top-news {
  padding: 12.625rem 0 16.25rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-news {
    padding: 4.0625rem 0 7.75rem;
  }
}
.p-top-news .l-wrap {
  position: relative;
  max-width: 1580px;
}
@media screen and (max-width: 1440px) {
  .p-top-news .l-wrap {
    padding: 0;
  }
}
.p-top-news .l-wrap .c-btn {
  margin: 2.125rem 0 0 auto;
}
.p-top-news__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-news__container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4.125rem;
  }
}
.p-top-news__text {
  -ms-flex: 1;
      flex: 1;
}
.p-top-news__main {
  padding-top: 8.75rem;
  width: 67%;
  max-width: 52.3125rem;
}
@media screen and (max-width: 992px) {
  .p-top-news__main {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.p-top-news__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  .p-top-news__head {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 6px;
  }
}
.p-top-news__img {
  width: 50%;
  margin-left: calc(50% - 50vw);
  max-width: 723px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-news__img {
    width: 81%;
    margin-left: -2.8125rem;
  }
}
.p-top-news__img .item {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 94%;
}
.p-top-news__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.125rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__category {
    gap: 1.875rem;
  }
}
.p-top-news__category a {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.13em;
}
@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: 0.875rem;
  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: 12px;
  height: 10px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #034F46;
}
@media screen and (max-width: 767px) {
  .p-top-news__category .is-active::before {
    width: 9px;
    height: 8px;
  }
}
.p-top-news__bg .item {
  position: absolute;
  z-index: 0;
}
.p-top-news__bg .item:nth-child(1) {
  width: 52%;
  top: -11.6%;
  right: -14%;
}
@media screen and (max-width: 767px) {
  .p-top-news__bg .item:nth-child(1) {
    width: 138%;
    top: -8%;
    right: -54%;
  }
}
.p-top-news__bg .item:nth-child(2) {
  width: 29%;
  top: 62%;
  left: 14.5%;
}
@media screen and (max-width: 767px) {
  .p-top-news__bg .item:nth-child(2) {
    display: none;
  }
}

/* ----- news list ----- */
.p-news__list {
  display: grid;
}
.p-news__list__item {
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
}
.p-news__list__item:first-child {
  border-top: 1px dashed rgba(3, 79, 70, 0.4);
}
.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: 3.125rem;
  padding: 1.25rem 1rem 1.75rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__list__link {
    padding: 16px 2px 20px;
  }
}
@media (hover: hover) {
  .p-news__list__link:hover {
    background-color: rgba(3, 79, 70, 0.1);
  }
}
.p-news__list__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #034F46;
}
@media screen and (max-width: 767px) {
  .p-news__list__link::after {
    display: none;
  }
}
.p-news__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem 2.125rem;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    padding: 0;
    gap: 4px 24px;
  }
}
.p-news__date {
  font-size: 1.875rem;
  font-family: "Cormorant Garamond", serif;
  color: #034F46;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 1.0625rem;
  }
}
.p-news__category {
  color: #034F46;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news__category {
    font-size: 0.6875rem;
  }
}
.p-news__ttl {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    font-size: 0.8125rem;
    -webkit-line-clamp: 2;
    line-height: 1.8;
  }
}

/* ---------------------------------------------
  下層ページ common
  --------------------------------------------- */
/* ------- c-page-head ------- */
.c-page-head {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 48.125rem;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .c-page-head {
    height: 31.25rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head {
    height: 35rem;
  }
}
.c-page-head__img {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-page-head__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
}
.c-page-head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-page-head__text {
  padding: 20rem 2.875rem 2.25rem 15rem;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .c-page-head__text {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) {
  .c-page-head__text {
    padding: 8.75rem 1.5625rem 1.875rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__text {
    padding: 13.75rem 1.25rem 1.375rem;
  }
}
.c-page-head__en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-page-head__en {
    font-size: 0.6875rem;
  }
}
.c-page-head__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 3.9375rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 992px) {
  .c-page-head__ttl {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__ttl {
    font-size: 2.1875rem;
    line-height: 1.43;
  }
  .c-page-head__ttl .no-sp {
    display: none;
  }
}
.c-page-head__lead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.5rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0.21em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 992px) {
  .c-page-head__lead {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__lead {
    font-size: 0.75rem;
    padding-left: 0.625rem;
    gap: 0.9375rem;
    margin-top: 0.5rem;
  }
}
.c-page-head__lead::before {
  content: "";
  display: block;
  width: 1px;
  height: 3.625rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-page-head__lead::before {
    height: 2.375rem;
  }
}
.c-page-head__sub {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  margin-top: auto;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .c-page-head__sub {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__sub {
    font-size: 0.6875rem;
  }
}

@keyframes loopText {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
/* ---------------------------------------------
  about patge
  --------------------------------------------- */
/* -------------- intro -------------- */
.p-about-intro {
  padding: 14.375rem 0 14.125rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-about-intro {
    padding: 1.5rem 0 8rem;
  }
}
.p-about-intro__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-about-intro__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
}
.p-about-intro__text {
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text {
    padding-left: 0;
    margin-top: -0.5rem;
  }
}
.p-about-intro__text .c-ttl {
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
  padding-bottom: 1.75rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text .c-ttl {
    padding-bottom: 0.75rem;
    margin-bottom: 2.125rem;
  }
}
.p-about-intro__text .c-ttl__ja {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text .c-ttl__ja {
    font-size: 1.125rem;
    line-height: 1.66;
  }
}
.p-about-intro__text .desc {
  font-size: 1.125rem;
  line-height: 2.166;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text .desc {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0;
  }
}
.p-about-intro__text .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.0625rem;
  font-weight: 300;
  color: #EEF0E7;
  letter-spacing: 0;
  margin-top: -5rem;
}
@media screen and (max-width: 992px) {
  .p-about-intro__text .en {
    font-size: 5.125rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-intro__text .en {
    font-size: 2.5rem;
    margin-top: -1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .p-about-intro__img {
    position: relative;
    width: 100%;
    margin-left: 0;
    min-height: 42.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-intro__img {
    min-height: 21.25rem;
  }
}
.p-about-intro__img .item {
  z-index: 1;
  position: absolute;
}
.p-about-intro__img .item:nth-child(1) {
  width: 26%;
  top: 12%;
  right: -3%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-about-intro__img .item:nth-child(1) {
    width: 43%;
    top: 8%;
    right: -10%;
  }
}
.p-about-intro__img .item:nth-child(2) {
  width: 22.5%;
  top: 50%;
  right: 23.6%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-about-intro__img .item:nth-child(2) {
    width: 37%;
    top: 51%;
    right: 30%;
  }
}
.p-about-intro__img .item:nth-child(3) {
  width: 35%;
  top: 74%;
  right: -8%;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .p-about-intro__img .item:nth-child(3) {
    display: none;
  }
}
.p-about-intro__img .bg {
  width: 80%;
  position: absolute;
  top: -18%;
  right: -34%;
}
@media screen and (max-width: 992px) {
  .p-about-intro__img .bg {
    width: 166%;
    top: 25%;
    right: -72%;
  }
}

/* -------------- feature -------------- */
.p-about-feature {
  position: relative;
  padding: 13.125rem 0 15.625rem;
  background-color: #034F46;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-about-feature {
    padding: 7.5rem 0;
  }
}
.p-about-feature .l-wrap {
  position: relative;
  z-index: 1;
}
.p-about-feature .c-ttl {
  color: #fff;
  border-bottom: 1px dashed #fff;
  gap: 0;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature .c-ttl {
    padding-bottom: 0.5rem;
    margin-bottom: 1.75rem;
  }
}
.p-about-feature .c-ttl__en {
  color: #fff;
}
.p-about-feature .c-ttl__ja {
  line-height: 1.2;
}
.p-about-feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.625rem 30px;
}
@media screen and (max-width: 992px) {
  .p-about-feature__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-feature__list {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
.p-about-feature__item {
  background-color: #FFFCF3;
  border-radius: 8px;
  padding: 4rem 1.25rem 1.25rem 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 992px) {
  .p-about-feature__item {
    padding: 2.625rem 1.125rem 0.875rem 1.375rem;
    border-radius: 5px;
  }
}
.p-about-feature__img {
  width: 74.5%;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature__img {
    width: 76%;
    margin-bottom: 1.25rem;
  }
}
.p-about-feature__img img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-about-feature__img img {
    border-radius: 5px;
  }
}
.p-about-feature__text .desc {
  font-size: 1.0625rem;
  letter-spacing: 0.13em;
  line-height: 1.88;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 992px) {
  .p-about-feature__text .desc {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-feature__text .desc {
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
    line-height: 1.76;
  }
}
.p-about-feature__ttl {
  font-family: "Shippori Mincho", serif;
  color: #034F46;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .p-about-feature__ttl {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-feature__ttl {
    font-size: 1.125rem;
  }
}
.p-about-feature__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: #034F46;
  font-size: 1rem;
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-about-feature__num {
    font-size: 0.6875rem;
  }
}
.p-about-feature__bg {
  width: 102%;
  position: absolute;
  opacity: 0.1;
  bottom: 0;
  left: -1.4%;
}

/* -------------- activity -------------- */
.p-about-activity {
  padding: 14.75rem 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-about-activity {
    padding: 8.5rem 0 10.625rem;
  }
}
.p-about-activity .l-wrap {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about-activity .c-ttl {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-about-activity .c-ttl__ja {
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .p-about-activity .c-lead {
    font-size: 1.0625rem;
  }
}
.p-about-activity__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
  padding-bottom: 1.25rem;
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 992px) {
  .p-about-activity__head {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0.75rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.p-about-activity__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5.3125rem;
}
@media screen and (max-width: 992px) {
  .p-about-activity__block {
    gap: 2.5rem;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-activity__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.5rem;
  }
}
.p-about-activity__img {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .p-about-activity__img {
    width: 100%;
  }
}
.p-about-activity__img img {
  border-radius: 8px;
}
.p-about-activity__text {
  width: 42.8%;
  padding-top: 1.25rem;
}
@media screen and (max-width: 992px) {
  .p-about-activity__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-activity__text {
    width: 100%;
  }
}
.p-about-activity__text .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6875rem;
  letter-spacing: 0.13em;
  font-weight: 500;
  color: #034F46;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-about-activity__text .ttl {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.p-about-activity__text .desc {
  font-size: 1.0625rem;
  letter-spacing: 0.13em;
  line-height: 1.76;
}
@media screen and (max-width: 767px) {
  .p-about-activity__text .desc {
    font-size: 0.8125rem;
  }
}
.p-about-activity__text .c-btn {
  margin-left: auto;
}
.p-about-activity__text .c-btn__link {
  font-size: 1.0625rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-activity__text .c-btn__link {
    font-size: 0.8125rem;
  }
}
.p-about-activity__text .c-btn__arrow {
  width: 1.4375rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-activity__text .c-btn__arrow {
    width: 1.25rem;
    height: 1.75rem;
  }
}
.p-about-activity__text .c-btn__arrow::after {
  width: 7px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .p-about-activity__text .c-btn__arrow::after {
    width: 6px;
    height: 5px;
  }
}
.p-about-activity__bg .item {
  position: absolute;
  z-index: 0;
}
.p-about-activity__bg .item:nth-child(1) {
  width: 51%;
  top: 62%;
  right: -8%;
}
@media screen and (max-width: 767px) {
  .p-about-activity__bg .item:nth-child(1) {
    width: 140%;
    top: 70%;
    right: -40%;
  }
}
.p-about-activity__bg .item:nth-child(2) {
  width: 30%;
  top: 10%;
  left: -8%;
}
@media screen and (max-width: 767px) {
  .p-about-activity__bg .item:nth-child(2) {
    width: 80%;
    top: 0%;
    left: -20%;
  }
}

/* -------------- overview -------------- */
.p-about-overview {
  background-color: #EEF0E7;
  padding: 14.375rem 0 16.875rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-about-overview {
    padding: 21.25rem 0 7.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-overview {
    padding: 20rem 0 5.625rem;
  }
}
.p-about-overview__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 992px) {
  .p-about-overview__container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.5rem;
  }
}
.p-about-overview__container .c-ttl {
  -ms-flex: 1;
      flex: 1;
}
.p-about-overview__main {
  width: 64%;
  max-width: 945px;
  margin-right: 1.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  .p-about-overview__main {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}
.p-about-overview__block dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
  padding: 1.875rem 0.5rem;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__block dl {
    padding: 1rem 2px;
  }
}
.p-about-overview__block dl:first-of-type {
  border-top: 1px dashed rgba(3, 79, 70, 0.4);
}
.p-about-overview__block dl dt {
  width: 30%;
  max-width: 11.25rem;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.13em;
  color: #034F46;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-about-overview__block dl dt {
    width: 24%;
    font-size: 0.875rem;
  }
}
.p-about-overview__block dl dd {
  -ms-flex: 1;
      flex: 1;
  font-size: 1.25rem;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .p-about-overview__block dl dd {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.p-about-overview__block dl address:not(:last-of-type) {
  margin-bottom: 1.75rem;
}
.p-about-overview__block dl .list li {
  display: -ms-flexbox;
  display: flex;
}
.p-about-overview__block dl .list li:not(:last-of-type) {
  margin-bottom: 1.75rem;
}
.p-about-overview__block dl .list li::before {
  content: "・";
}
.p-about-overview__map {
  margin-top: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__map {
    margin-top: 2.5rem;
  }
}
.p-about-overview__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 945/589;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.p-about-overview__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 2.25rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__detail {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 2.125rem;
    margin-top: 0.875rem;
    padding-right: 0;
  }
}
.p-about-overview__detail address {
  font-size: 1.25rem;
  letter-spacing: 0.13em;
  line-height: 1.5;
  color: #034F46;
}
@media screen and (max-width: 767px) {
  .p-about-overview__detail address {
    font-size: 0.8125rem;
  }
}
.p-about-overview__detail .c-btn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-about-overview__detail .c-btn {
    margin-left: auto;
  }
}
.p-about-overview__detail .c-btn__link {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__detail .c-btn__link {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-overview__detail .c-btn__arrow {
    width: 1.5rem;
    height: 2.1875rem;
  }
}
.p-about-overview__img .item {
  position: absolute;
}
.p-about-overview__img .item:nth-child(1) {
  width: 21.4%;
  top: 24%;
  left: -2.4%;
}
@media screen and (max-width: 992px) {
  .p-about-overview__img .item:nth-child(1) {
    width: 34%;
    top: -8%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-overview__img .item:nth-child(1) {
    width: 44%;
    top: -3%;
    left: -8%;
  }
}
.p-about-overview__img .item:nth-child(2) {
  width: 17%;
  top: 40%;
  left: 15%;
}
@media screen and (max-width: 992px) {
  .p-about-overview__img .item:nth-child(2) {
    width: 30%;
    top: 2%;
    left: 26%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-about-overview__img .item:nth-child(2) {
    width: 35%;
    top: 7.2%;
    left: 28%;
  }
}

/* ---------------------------------------------
  service
  --------------------------------------------- */
/* -------------- intro -------------- */
.p-service-intro {
  padding: 11.125rem 0 8.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-intro {
    padding: 6.25rem 0;
  }
}
.p-service-intro .l-wrap {
  position: relative;
  z-index: 1;
}
.p-service-intro__lead {
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  line-height: 1.66;
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
  padding-bottom: 1.125rem;
  margin-bottom: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__lead {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
}
.p-service-intro__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 992px) {
  .p-service-intro__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-service-intro__links {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0.625rem;
  }
}
.p-service-intro__links li {
  min-width: 19.125rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .p-service-intro__links li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-intro__links li {
    width: 100%;
  }
}
.p-service-intro__links a {
  background-color: #EEF0E7;
  border-radius: 7px;
  padding: 0.625rem 2.5rem 0.625rem 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 2;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #034F46;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 992px) {
  .p-service-intro__links a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-service-intro__links a {
    font-size: 0.9375rem;
    padding: 0.625rem 3.125rem 0.625rem 2.5rem;
  }
}
.p-service-intro__links a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.4375rem;
  height: 2.0625rem;
  border: 1px solid #034F46;
  border-radius: 100%;
  background: #034F46;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
  -ms-transform: translateY(-50%) rotate(30deg);
      transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-service-intro__links a::before {
    right: 1.125rem;
  }
}
.p-service-intro__links a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.4375rem;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
  right: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__links a::after {
    right: 1.5625rem;
  }
}
@media (hover: hover) {
  .p-service-intro__links a:hover {
    opacity: 0.8;
  }
  .p-service-intro__links a:hover::before {
    background-color: #fff;
  }
  .p-service-intro__links a:hover::after {
    background-color: #034F46;
  }
}
.p-service-intro .bg {
  position: absolute;
  width: 63%;
  top: 6%;
  right: -20%;
}

/* -------------- repair-------------- */
.p-service-repair {
  position: relative;
  padding-bottom: 10rem;
}
.p-service-repair .c-ttl {
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
  padding-bottom: 0.625rem;
  margin-bottom: 3.125rem;
  gap: 0;
}
.p-service-repair .c-ttl__ja {
  font-size: 2.5rem;
}
@media screen and (max-width: 992px) {
  .p-service-repair .c-ttl__ja {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-service-repair .c-ttl__ja {
    font-size: 1.25rem;
  }
}
.p-service-repair__container {
  background-color: #034F46;
  border-radius: 7px;
  padding: 6.75rem 6.25rem 9.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-service-repair__container {
    padding: 5rem 3.75rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-service-repair__container {
    padding: 3.75rem 1.25rem;
  }
}
.p-service-repair__ttl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-repair__ttl {
    font-size: 1.125rem;
  }
}
.p-service-repair__ttl:not(:first-of-type) {
  margin-top: 2.375rem;
}
.p-service-repair__ttl::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 2rem;
  background: url("../img/service/icon_mark.svg") no-repeat center/100%;
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}
.p-service-repair__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.4375rem;
  margin-top: 1.375rem;
  padding-right: 1.625rem;
}
@media screen and (max-width: 992px) {
  .p-service-repair__list {
    grid-template-columns: repeat(3, 1fr);
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-service-repair__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
.p-service-repair__list li {
  background-color: #FFFCF3;
  border-radius: 7px;
  aspect-ratio: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.74;
  letter-spacing: 0.13em;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  text-decoration-color: rgba(3, 79, 70, 0.4);
}
@media screen and (max-width: 767px) {
  .p-service-repair__list li {
    font-size: 0.875rem;
  }
}
.p-service-repair .bg {
  width: 29%;
  position: absolute;
  bottom: 0;
  left: -2%;
}

.p-service-contact {
  background-color: #FFFCF3;
  border-radius: 7px;
  padding: 4.625rem 5.625rem 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-top: 5.625rem;
}
@media screen and (max-width: 992px) {
  .p-service-contact {
    padding: 3.75rem 1.25rem;
    margin-top: 3.75rem;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.25rem;
  }
}
.p-service-contact__img {
  width: 30%;
  max-width: 214px;
  margin-right: 2.75rem;
}
@media screen and (max-width: 992px) {
  .p-service-contact__img {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    text-align: center;
  }
}
.p-service-contact__text {
  margin-right: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.83;
  color: #034F46;
}
@media screen and (max-width: 992px) {
  .p-service-contact__text {
    margin-right: 0;
    font-size: 0.875rem;
  }
}
.p-service-contact__btns {
  -ms-flex: 1;
      flex: 1;
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 430px;
}
@media screen and (max-width: 992px) {
  .p-service-contact__btns {
    max-width: 100%;
  }
}
.p-service-contact__btns a {
  width: 100%;
  background-color: #034F46;
  color: #fff;
  border-radius: 7px;
  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;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-service-contact__btns a {
    padding: 0.625rem 0;
    min-height: 4.25rem;
  }
}
@media (hover: hover) {
  .p-service-contact__btns a:hover {
    opacity: 0.7;
  }
}
.p-service-contact__btns .tel {
  padding: 8px 0 6px;
}
.p-service-contact__btns .tel .num {
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  border-bottom: 1px dashed rgba(255, 252, 243, 0.53);
  letter-spacing: 0.09em;
  padding-bottom: 2px;
  margin-bottom: 2px;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-service-contact__btns .tel .num {
    font-size: 1.25rem;
  }
}
.p-service-contact__btns .tel .text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .p-service-contact__btns .tel .text {
    font-size: 0.6875rem;
  }
}
.p-service-contact__btns .line {
  padding: 1rem 0 1.125rem;
}
.p-service-contact__btns .line .ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.25rem;
  border-bottom: 1px dashed #034F46;
  letter-spacing: 0.13em;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-contact__btns .line .ttl {
    font-size: 0.9375rem;
    gap: 1rem;
  }
}
.p-service-contact__btns .line .ttl::before {
  content: "";
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  background: url("../img/service/icon_line.svg") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .p-service-contact__btns .line .ttl::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-service-contact .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #034F46;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .p-service-contact .en {
    -ms-writing-mode: inherit;
        writing-mode: inherit;
  }
}
.p-service-contact .en:nth-of-type(1) {
  top: 50%;
  left: 1.875rem;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .p-service-contact .en:nth-of-type(1) {
    top: 1.25rem;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
.p-service-contact .en:nth-of-type(2) {
  top: 50%;
  right: 2.125rem;
  -ms-transform: translateY(-50%) scale(-1, -1);
      transform: translateY(-50%) scale(-1, -1);
}
@media screen and (max-width: 992px) {
  .p-service-contact .en:nth-of-type(2) {
    top: initial;
    right: initial;
    bottom: 1.25rem;
    left: 50%;
    -ms-transform: translateX(-50%) scale(-1, -1);
        transform: translateX(-50%) scale(-1, -1);
  }
}

/* -------------- section -------------- */
.p-service-section {
  padding: 14.375rem 0 11.25rem;
}
@media screen and (max-width: 992px) {
  .p-service-section {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-service-section {
    padding: 5rem 0;
  }
}
.p-service-section:nth-of-type(2) .c-ttl__sub {
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-section:nth-of-type(2) .c-ttl__sub {
    padding-left: 0.25rem;
  }
}
.p-service-section.bg {
  background-color: #EEF0E7;
}
.p-service-section .c-ttl {
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
  margin-bottom: 3rem;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    gap: 0.5rem;
  }
}
.p-service-section .c-ttl__sub {
  font-size: 1.6875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl__sub {
    font-size: 1.125rem;
  }
}
.p-service-section .c-ttl__ja {
  font-size: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl__ja {
    font-size: 1.5rem;
  }
}
.p-service-section__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 1.875rem;
  gap: 6.25rem;
}
@media screen and (max-width: 992px) {
  .p-service-section__block {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    gap: 2.125rem;
  }
}
.p-service-section__text {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 992px) {
  .p-service-section__text {
    width: 100%;
  }
}
.p-service-section__text p {
  font-size: 1.0625rem;
  letter-spacing: 0.13em;
  line-height: 1.8;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-section__text p {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    padding-left: 0;
  }
}
.p-service-section__text .c-btn {
  margin-top: 4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service-section__text .c-btn {
    margin-left: auto;
    margin-top: 2.125rem;
  }
}
.p-service-section__text .c-btn__link {
  font-size: 1.0625rem;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-section__text .c-btn__link {
    font-size: 0.875rem;
  }
}
.p-service-section__text .c-btn__arrow {
  width: 1.4375rem;
  height: 2rem;
}
.p-service-section__text .c-btn__arrow::after {
  width: 7px;
  height: 6px;
}
.p-service-section__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 25px;
  width: 46%;
  padding-top: 1rem;
}
@media screen and (max-width: 992px) {
  .p-service-section__img {
    width: 100%;
    gap: 10px;
  }
}
.p-service-section__img .text {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  color: #034F46;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-service-section__img .text {
    font-size: 0.6875rem;
    line-height: 1;
  }
}
.p-service-section__slider {
  width: 100%;
  max-width: 591px;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service-section__slider {
    width: 96%;
  }
}
.p-service-section__slider .swiper-slide img {
  aspect-ratio: 591/581;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.p-service-section__slider .swiper-pagination {
  position: static;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-section__slider .swiper-pagination {
    margin-top: 0.9375rem;
    gap: 0.9375rem;
  }
}
.p-service-section__slider .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-service-section__slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.p-service-section__slider .swiper-pagination-bullet-active {
  background-color: #034F46;
}

/* ---------------------------------------------
  works pages
  --------------------------------------------- */
.p-works-section {
  padding: 15.625rem 0 14.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works-section {
    padding: 6.25rem 0;
  }
}
.p-works-section .bg {
  width: 63%;
  position: absolute;
  top: 2%;
  right: -16%;
}
@media screen and (max-width: 767px) {
  .p-works-section .bg {
    width: 120%;
    top: 0;
  }
}
.p-works-section .l-wrap {
  position: relative;
  max-width: 1310px;
  z-index: 1;
}
.p-works-section .p-works__category__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 20px;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-works-section .p-works__category__list {
    gap: 10px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3.125rem;
  }
}
.p-works-section .p-works__category__list a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #034F46;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-radius: 20px;
  padding: 2px 1.25rem;
  border: 1px solid #034F46;
  background-color: #FFFCF3;
}
@media screen and (max-width: 767px) {
  .p-works-section .p-works__category__list a {
    font-size: 0.8125rem;
    padding: 2px 12px;
  }
}
.p-works-section .p-works__category__list .is-active a {
  background-color: #034F46;
  color: #fff;
}
.p-works-section .p-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem 3.25rem;
}
@media screen and (max-width: 992px) {
  .p-works-section .p-works__list {
    gap: 5rem 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-works-section .p-works__list {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}
.p-works-section .p-works__list .p-works__category {
  border: 1px solid #034F46;
}
@media screen and (max-width: 767px) {
  .p-works-section .p-works__list__item {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-works-section .p-works__ttl {
    font-size: 1rem;
  }
}

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

.page-numbers li:not(:first-child) .page-numbers {
  border-left: 1px dashed #034F46;
}

.page-numbers li .page-numbers {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8125rem;
  padding: 0 1.625rem;
  color: rgba(3, 79, 70, 0.4);
}
@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: #034F46;
}

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

.page-numbers li .page-numbers.dots {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background: none;
  width: auto;
  border: none;
  padding: 0;
}

/* ---------------------------------------------
  news page 
  --------------------------------------------- */
/* ------------ container ------------*/
.l-main-news {
  margin-bottom: 10.625rem;
}
@media screen and (max-width: 767px) {
  .l-main-news {
    margin-bottom: 6.25rem;
  }
}

.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: 1360px;
  gap: 5rem;
  margin: 0 auto;
  margin-top: 16.25rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-container {
    width: calc(100% - 2.875rem);
    gap: 3.75rem;
    margin-top: 6.25rem;
  }
}
.l-container .l-main-contents {
  width: 78%;
  max-width: 980px;
  position: relative;
  z-index: 1;
}
@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: 22%;
  max-width: 298px;
  position: sticky;
  top: 10rem;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .l-container .l-side-menu {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}
.l-container .bg {
  width: 84%;
  position: absolute;
  top: 6%;
  right: -38%;
}
@media screen and (max-width: 767px) {
  .l-container .bg {
    width: 150%;
    right: -50%;
    top: 0;
  }
}

/* ------------ side ------------*/
.l-side-menu {
  display: grid;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .l-side-menu {
    gap: 1.875rem;
  }
}
.l-side-menu__item {
  background-color: #EEF0E7;
  border-radius: 7px;
  padding: 2.625rem 3.375rem 3rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-side-menu__item {
    width: 88%;
    margin: 0 auto;
    padding: 1.875rem 2.5rem 2.25rem;
  }
}
.l-side-menu__ttl {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 0.75rem;
  color: #034F46;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-side-menu__ttl {
    font-size: 1.625rem;
  }
}
.l-side-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.l-side-menu__list li {
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
}
.l-side-menu__list a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  font-weight: 500;
  gap: 12px;
  position: relative;
  padding: 0.875rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .l-side-menu__list a {
    font-size: 0.875rem;
  }
}
.l-side-menu__list a::before {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #034F46;
  opacity: 0;
  transition: 0.3s ease;
  position: absolute;
  top: 57%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: -1.375rem;
}
@media (hover: hover) {
  .l-side-menu__list a:hover {
    opacity: 0.7;
  }
  .l-side-menu__list a:hover::before {
    opacity: 1;
  }
}
.l-side-menu__list .is-active a::before {
  opacity: 1;
}

/* ------------ section ------------*/
.p-news-section {
  /* ----- news list ----- */
}
.p-news-section .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: 3.125rem;
  padding: 2.5rem 0.5rem 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-section .p-news__list__link {
    padding: 20px 0;
  }
}
@media (hover: hover) {
  .p-news-section .p-news__list__link:hover {
    opacity: 0.8;
  }
}
.p-news-section .p-news__list__link::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.25rem;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #034F46;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news-section .p-news__list__link::after {
    display: none;
  }
}
.p-news-section .p-news__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 2.125rem;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news-section .p-news__text {
    padding: 0;
    gap: 2px 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-section .p-news__ttl {
    font-size: 1.375rem;
  }
}

/* ------------ article ------------*/
.l-main-article {
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-main-article {
    margin-bottom: 6.25rem;
    gap: 5rem;
  }
}

.l-container-article {
  margin-top: 13.625rem;
  padding-top: 3rem;
  border-top: 1px dashed rgba(3, 79, 70, 0.4);
  max-width: 1480px;
}
@media screen and (max-width: 767px) {
  .l-container-article {
    margin-top: 5rem;
    padding-top: 0rem;
  }
  .l-container-article .bg {
    top: -5%;
  }
}
.l-container-article .l-main-contents {
  max-width: 1078px;
}

.p-news-article {
  max-width: 100%;
  position: relative;
}
.p-news-article::after {
  content: "";
  display: block;
  width: 138%;
  height: 1px;
  max-width: 1480px;
  margin: 8.125rem auto 0;
  -ms-transform: translateX(-28%);
      transform: translateX(-28%);
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
}
@media screen and (max-width: 992px) {
  .p-news-article::after {
    width: 100%;
    -ms-transform: none;
        transform: none;
    margin-top: 5rem;
  }
}
.p-news-article__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem 1.875rem;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-article__head {
    gap: 10px;
    margin-bottom: 1.25rem;
  }
}
.p-news-article__date {
  font-size: 1.875rem;
  font-family: "Cormorant Garamond", serif;
  color: #034F46;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-news-article__date {
    font-size: 1.0625rem;
  }
}
.p-news-article__category {
  color: #034F46;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-article__category {
    font-size: 0.6875rem;
  }
}
.p-news-article__ttl {
  width: 100%;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.13em;
  color: #034F46;
}
@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.8125rem;
  letter-spacing: 0.13em;
  margin-top: 2.625rem;
  margin-bottom: 2.625rem;
  background-color: #034F46;
  color: #fff;
  padding: 0.875rem 1.25rem;
  border-radius: 2px;
}
@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.6875rem;
  letter-spacing: 0.13em;
  background-color: #EEF0E7;
  color: #034F46;
  font-weight: 500;
  margin: 1.875rem 0;
  border-radius: 2px;
  padding: 6px 1rem;
}
@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%;
  font-size: 1.5rem;
  color: #034F46;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.13em;
  margin: 2.125rem 0;
  padding: 8px;
  background-color: #fff;
  border-radius: 3px;
}
@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.3125rem;
  letter-spacing: 0.13em;
  color: #034F46;
  line-height: 1.9;
  font-weight: 500;
  margin: 2.125rem 0;
  text-decoration: underline;
  text-underline-offset: 0.75rem;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 767px) {
  .p-news-article__body h5 {
    font-size: 0.875rem;
    text-underline-offset: 0.375rem;
    text-decoration-thickness: 1px;
    padding: 4px;
    margin: 1.5rem 0;
  }
}
.p-news-article__body p {
  font-size: 1.25rem;
  line-height: 2.75;
  font-weight: 500;
  letter-spacing: 0.13em;
  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__body a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
  font-size: 1.25rem;
  line-height: 2.75;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.p-news-article__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2rem;
  margin-top: 6.875rem;
  width: 138%;
  max-width: 1480px;
  margin: 6.875rem auto 0;
  -ms-transform: translateX(-28%);
      transform: translateX(-28%);
}
@media screen and (max-width: 992px) {
  .p-news-article__pagination {
    width: 100%;
    -ms-transform: none;
        transform: none;
    margin-top: 3.75rem;
    -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.25rem;
  letter-spacing: 0.13em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-article__pagination li.home a {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .p-news-article__pagination li.home a:hover {
    opacity: 0.7;
  }
}
.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: 2.375rem;
  height: 3.4375rem;
  border: 1px solid #034F46;
  border-radius: 100%;
  background: #034F46;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-news-article__pagination li.next a .arrow, .p-news-article__pagination li.prev a .arrow {
    width: 1.75rem;
    height: 2.5rem;
  }
}
.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: 12px;
  height: 10px;
  -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;
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}
@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: 7px;
  }
}
@media (hover: hover) {
  .p-news-article__pagination li.next a:hover .arrow::before, .p-news-article__pagination li.prev a:hover .arrow::before {
    width: 100%;
    height: 100%;
  }
  .p-news-article__pagination li.next a:hover .arrow::after, .p-news-article__pagination li.prev a:hover .arrow::after {
    background-color: #034F46;
  }
}
.p-news-article__pagination li.prev a .arrow::after {
  -ms-transform: rotate(-30deg) scale(-1, 1);
      transform: rotate(-30deg) scale(-1, 1);
}

/* ---------------------------------------------
  contact page
  --------------------------------------------- */
.l-main-contact + .l-footer .p-contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main-contact .c-page-head__ttl {
    font-size: 2.125rem;
    letter-spacing: 0;
  }
}

.p-contact-section {
  padding: 13.5rem 0 12.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact-section {
    padding: 5rem 0 7.5rem;
  }
}
.p-contact-section .l-wrap {
  max-width: 1380px;
  position: relative;
  z-index: 2;
}
.p-contact-section__lead {
  font-size: 1.125rem;
  letter-spacing: 0.18em;
  line-height: 2.16;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-section__lead {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
}
.p-contact-section .bg {
  width: 62%;
  position: absolute;
  top: 8%;
  right: -16%;
}
@media screen and (max-width: 767px) {
  .p-contact-section .bg {
    width: 150%;
    top: 0;
    right: -50%;
  }
}
.p-contact-section__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
  margin-top: 6.125rem;
}
@media screen and (max-width: 992px) {
  .p-contact-section__links {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3.75rem;
  }
}
.p-contact-section__links a {
  background-color: #EEF0E7;
  color: #034F46;
  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;
}
@media (hover: hover) {
  .p-contact-section__links a:hover {
    opacity: 0.7;
  }
}
.p-contact-section .tel {
  padding: 12px 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-contact-section .tel {
    padding: 14px 20px;
  }
}
.p-contact-section .tel .num {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
  letter-spacing: 0.1em;
  padding-bottom: 2px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-contact-section .tel .num {
    font-size: 1.25rem;
  }
}
.p-contact-section .tel .text {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .p-contact-section .tel .text {
    font-size: 0.75rem;
  }
}
.p-contact-section .line {
  padding: 38px 20px;
}
@media screen and (max-width: 767px) {
  .p-contact-section .line {
    padding: 30px 1.25rem 30px;
  }
}
.p-contact-section .line .ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 18px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  border-bottom: 1px dashed rgba(3, 79, 70, 0.4);
  letter-spacing: 0.13em;
  line-height: 1.7;
  padding: 0 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact-section .line .ttl {
    font-size: 1.25rem;
    padding: 0 0.5rem;
    gap: 0.75rem;
  }
}
.p-contact-section .line .ttl::before {
  content: "";
  display: block;
  width: 2.625rem;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_line.svg") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .p-contact-section .line .ttl::before {
    width: 1.375rem;
  }
}
.p-contact-section .line .text {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.47;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-section .line .text {
    font-size: 0.6875rem;
    padding-left: 0.5rem;
  }
}

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

.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: "Cormorant Garamond", serif;
  font-size: 5rem;
  letter-spacing: 0.02em;
  color: #034F46;
  font-weight: 500;
  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: "Cormorant Garamond", serif;
  font-size: 2.125rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #034F46;
  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;
}