@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,700i");
/* =================================================================
 共通
================================================================= */
.main {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .main {
    opacity: 1;
  }
}

section {
  padding: 58px 0 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 40px 0 0;
  }
}

.table + .btn {
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .table + .btn {
    margin: 30px auto 0;
  }
}

/* =================================================================
 背景あしらい
================================================================= */
.bg {
  position: absolute;
  opacity: 1;
}

.bg1 {
  top: 100px;
  left: 100px;
  width: 175px;
  height: 110px;
  background: url(/img/bg_01.webp) no-repeat center center;
}

.bg2 {
  top: 800px;
  left: 213px;
  width: 85px;
  height: 40px;
  background: url(/img/bg_02.webp) no-repeat center center;
}

.bg3 {
  top: 49px;
  right: 57px;
  width: 213px;
  height: 202px;
  background: url(/img/bg_03.webp) no-repeat center center;
}

.bg4 {
  top: 63px;
  left: 89px;
  width: 162px;
  height: 106px;
  background: url(/img/bg_04.webp) no-repeat center center;
}

.bg5 {
  top: 675px;
  right: 50px;
  width: 141px;
  height: 239px;
  background: url(/img/bg_05.webp) no-repeat center center;
}

/* --  webp非対応 -- */
.no-webp .bg1 {
  background: url(/img/bg_01.png) no-repeat center center;
}
.no-webp .bg2 {
  background: url(/img/bg_02.png) no-repeat center center;
}
.no-webp .bg3 {
  background: url(/img/bg_03.png) no-repeat center center;
}
.no-webp .bg4 {
  background: url(/img/bg_04.png) no-repeat center center;
}
.no-webp .bg5 {
  background: url(/img/bg_05.png) no-repeat center center;
}

@media only screen and (max-width: 768px) {
  .bg {
    display: none;
  }
}
/* =================================================================
 MV
================================================================= */
.mv {
  position: relative;
}
.mv-conts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 99;
}
.mv-bnr {
  text-align: center;
  margin: 10px 0 0;
}
.mv-slide {
  position: absolute;
  top: 0;
}
.mv-slide img {
  width: 100%;
}
.mv-slide-arrow span {
  position: absolute;
  width: 2.074074074%;
  height: 4%;
  background: url(/img/img_mv_arrow.webp) no-repeat center center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity .3s , left 1.0s;
  transition: opacity .3s , left 1.0s;
}
/* --  webp非対応 -- */
.no-webp .mv-slide-arrow span {
  background: url(/img/img_mv_arrow.png) no-repeat center center;
}
.mv-slide-arrow span.fade {
  opacity: 0.8;
}
.mv-slide-arrow .arrow2, .mv-slide-arrow .arrow8, .mv-slide-arrow .arrow13, .mv-slide-arrow .arrow20, .mv-slide-arrow .arrow32, .mv-slide-arrow .arrow45, .mv-slide-arrow .arrow56 {
  width: 6.96296296292%;
  height: 13.538461538%;
}
.mv-slide-arrow .delay1 {
  -webkit-transition-delay: .0s;
  transition-delay: .0s;
}
.mv-slide-arrow .delay2 {
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}
.mv-slide-arrow .delay3 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.mv-slide-arrow .delay4 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}
.mv-slide-arrow .delay5 {
  -webkit-transition-delay: .20s;
  transition-delay: .20s;
}
.mv-slide-arrow .delay6 {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}
.mv-slide-arrow .delay7 {
  -webkit-transition-delay: .30s;
  transition-delay: .30s;
}
.mv-slide-arrow .delay8 {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}
.mv-slide-arrow .delay9 {
  -webkit-transition-delay: .40s;
  transition-delay: .40s;
}
.mv-slide-arrow .delay10 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}
.mv-slide-arrow .delay11 {
  -webkit-transition-delay: .50s;
  transition-delay: .50s;
}
.mv-slide-arrow .delay12 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s;
}
.mv-slide-arrow .delay13 {
  -webkit-transition-delay: .60s;
  transition-delay: .60s;
}
.mv-slide-arrow .delay14 {
  -webkit-transition-delay: .65s;
  transition-delay: .65s;
}
.mv-slide-arrow .delay15 {
  -webkit-transition-delay: .70s;
  transition-delay: .70s;
}
.mv-slide-arrow .delay16 {
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}
.mv-slide-arrow .delay17 {
  -webkit-transition-delay: .80s;
  transition-delay: .80s;
}
.mv-slide-arrow .delay18 {
  -webkit-transition-delay: .85s;
  transition-delay: .85s;
}
.mv-slide-arrow .delay19 {
  -webkit-transition-delay: .90s;
  transition-delay: .90s;
}
.mv-slide-arrow .delay20 {
  -webkit-transition-delay: .95s;
  transition-delay: .95s;
}
.mv-slide-arrow .delay21 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.mv-slide-arrow .delay22 {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.mv-slide-arrow .delay23 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.mv-slide-arrow .delay24 {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.mv-slide-arrow .delay25 {
  -webkit-transition-delay: 1.20s;
  transition-delay: 1.20s;
}
.mv-slide-arrow .delay26 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.mv-slide-arrow .arrow1 {
  top: 5.538461538%;
  left: 4%;
}
.mv-slide-arrow .arrow1.fade {
  left: 11.40740747%;
}
.mv-slide-arrow .arrow2 {
  top: 16.923076923%;
  left: -3.037037037%;
}
.mv-slide-arrow .arrow2.fade {
  left: 4.37037037%;
}
.mv-slide-arrow .arrow3-1 {
  top: 45.384615384%;
  left: 2.22222222%;
}
.mv-slide-arrow .arrow3-1.fade {
  left: 7.629629629629%;
}
.mv-slide-arrow .arrow3-2 {
  top: 43.3384615384%;
  left: -1.925925925%;
}
.mv-slide-arrow .arrow3-2.fade {
  left: 5.481481481%;
}
.mv-slide-arrow .arrow3-3 {
  top: 47.384615384%;
  left: -1.925925925%;
}
.mv-slide-arrow .arrow3-3.fade {
  left: 5.481481481%;
}
.mv-slide-arrow .arrow4 {
  bottom: 19.846153846%;
  left: -3.185185185%;
}
.mv-slide-arrow .arrow4.fade {
  left: 4.222222222%;
}
.mv-slide-arrow .arrow5 {
  bottom: 10.769230769%;
  left: 3.703703703%;
}
.mv-slide-arrow .arrow5.fade {
  left: 11.703703703%;
}
.mv-slide-arrow .arrow6 {
  top: 49.692307692%;
  left: 1.0148148148%;
}
.mv-slide-arrow .arrow6.fade {
  left: 17.55555555%;
}
.mv-slide-arrow .arrow7 {
  top: 12.307692307%;
  left: 33.259259259%;
}
.mv-slide-arrow .arrow7.fade {
  left: 40.666666666%;
}
.mv-slide-arrow .arrow8 {
  top: 27.384615384%;
  left: 32.074074074%;
}
.mv-slide-arrow .arrow8.fade {
  left: 39.481481481%;
}
.mv-slide-arrow .arrow9 {
  top: 74.307692307%;
  left: 21.629629629%;
}
.mv-slide-arrow .arrow9.fade {
  left: 29.037037037%;
}
.mv-slide-arrow .arrow10 {
  bottom: 21.692307692%;
  left: 35.777777777%;
}
.mv-slide-arrow .arrow10.fade {
  left: 43.185185185%;
}
.mv-slide-arrow .arrow11 {
  top: 7.538461538%;
  left: 55.111111111%;
}
.mv-slide-arrow .arrow11.fade {
  left: 62.518518518%;
}
.mv-slide-arrow .arrow12 {
  top: 25.384615384%;
  left: 50.29629629%;
}
.mv-slide-arrow .arrow12.fade {
  left: 57.703703703%;
}
.mv-slide-arrow .arrow13 {
  bottom: 10.307692307%;
  left: 47.851851851%;
}
.mv-slide-arrow .arrow13.fade {
  left: 55.259259259%;
}
.mv-slide-arrow .arrow14 {
  top: 7.538461538%;
  left: 87.555555555%;
}
.mv-slide-arrow .arrow14.fade {
  left: 94.962962962%;
}
.mv-slide-arrow .arrow15-1 {
  top: 17.538461538%;
  left: 82.22222222%;
}
.mv-slide-arrow .arrow15-1.fade {
  left: 89.629629629%;
}
.mv-slide-arrow .arrow15-2 {
  top: 15.384615384%;
  left: 80.148148148%;
}
.mv-slide-arrow .arrow15-2.fade {
  left: 87.555555555%;
}
.mv-slide-arrow .arrow15-3 {
  top: 19.538461538%;
  left: 80.148148148%;
}
.mv-slide-arrow .arrow15-3.fade {
  left: 87.555555555%;
}
.mv-slide-arrow .arrow15-4 {
  top: 13.384615384%;
  left: 78.074074074%;
}
.mv-slide-arrow .arrow15-4.fade {
  left: 85.481481481%;
}
.mv-slide-arrow .arrow15-5 {
  top: 17.692307692%;
  left: 78.074074074%;
}
.mv-slide-arrow .arrow15-5.fade {
  left: 85.481481481%;
}
.mv-slide-arrow .arrow15-6 {
  top: 21.538461538%;
  left: 78.074074074%;
}
.mv-slide-arrow .arrow15-6.fade {
  left: 85.481481481%;
}
.mv-slide-arrow .arrow16 {
  top: 36.923076923%;
  left: 79.259259259%;
}
.mv-slide-arrow .arrow16.fade {
  left: 86.666666666%;
}
.mv-slide-arrow .arrow17 {
  bottom: 32.461535461%;
  left: 78.518518518%;
}
.mv-slide-arrow .arrow17.fade {
  left: 85.925925925%;
}
.mv-slide-arrow .arrow18 {
  bottom: 17.846153846%;
  left: 74.592592592%;
}
.mv-slide-arrow .arrow18.fade {
  left: 82%;
}
.mv-slide-arrow .arrow19 {
  bottom: 3.23076923%;
  left: 77.851851851%;
}
.mv-slide-arrow .arrow19.fade {
  left: 85.25%;
}
.mv-slide-arrow .arrow20 {
  top: 12.307692307%;
  left: -2.518518518%;
}
.mv-slide-arrow .arrow20.fade {
  left: 4.888888888%;
}
.mv-slide-arrow .arrow21 {
  top: 33.384615384%;
  left: 4.074074074%;
}
.mv-slide-arrow .arrow21.fade {
  left: 11.481481481%;
}
.mv-slide-arrow .arrow22 {
  top: 49.692307692%;
  left: -2.518518518%;
}
.mv-slide-arrow .arrow22.fade {
  left: 4.88888888%;
}
.mv-slide-arrow .arrow23-1 {
  bottom: 21.076923076%;
  left: 4%;
}
.mv-slide-arrow .arrow23-1.fade {
  left: 11.407407407%;
}
.mv-slide-arrow .arrow23-2 {
  bottom: 23.076923076%;
  left: 1.925925925%;
}
.mv-slide-arrow .arrow23-2.fade {
  left: 9.333333333%;
}
.mv-slide-arrow .arrow23-3 {
  bottom: 19.076923076%;
  left: 1.925925925%;
}
.mv-slide-arrow .arrow23-3.fade {
  left: 9.333333333%;
}
.mv-slide-arrow .arrow24 {
  bottom: 6.769230769%;
  left: -3.925925925%;
}
.mv-slide-arrow .arrow24.fade {
  left: 3.481481481%;
}
.mv-slide-arrow .arrow25 {
  top: 12.307692307%;
  left: 33.259259259%;
}
.mv-slide-arrow .arrow25.fade {
  left: 40.666666666%;
}
.mv-slide-arrow .arrow26 {
  top: 36.153846153%;
  left: 38.444444444%;
}
.mv-slide-arrow .arrow26.fade {
  left: 45.851851851%;
}
.mv-slide-arrow .arrow62 {
  bottom: 24.769230769%;
  left: 42.444444444%;
}
.mv-slide-arrow .arrow62.fade {
  left: 49.851851851%;
}
.mv-slide-arrow .arrow27 {
  bottom: 15.846153846%;
  left: 35.851851851%;
}
.mv-slide-arrow .arrow27.fade {
  left: 43.259259259%;
}
.mv-slide-arrow .arrow28 {
  bottom: 8.307692307%;
  left: 29.185185185%;
}
.mv-slide-arrow .arrow28.fade {
  left: 36.592592592%;
}
.mv-slide-arrow .arrow29 {
  top: 7.538461538%;
  left: 59.629629629%;
}
.mv-slide-arrow .arrow29.fade {
  left: 67.037037037%;
}
.mv-slide-arrow .arrow30 {
  top: 17.384615384%;
  left: 50.074074074%;
}
.mv-slide-arrow .arrow30.fade {
  left: 57.481481481%;
}
.mv-slide-arrow .arrow31 {
  top: 25.538461538%;
  left: 59.629629629%;
}
.mv-slide-arrow .arrow31.fade {
  left: 67.037037037%;
}
.mv-slide-arrow .arrow32 {
  top: 31.384615384%;
  left: 48.148148148%;
}
.mv-slide-arrow .arrow32.fade {
  left: 55.555555555%;
}
.mv-slide-arrow .arrow33 {
  top: 65.23076923%;
  left: 56.296296296%;
}
.mv-slide-arrow .arrow33.fade {
  left: 63.703703703%;
}
.mv-slide-arrow .arrow34 {
  bottom: 22.153846153%;
  left: 66%;
}
.mv-slide-arrow .arrow34.fade {
  left: 73.407407407%;
}
.mv-slide-arrow .arrow35 {
  top: 6.615384615%;
  left: 79.777777777%;
}
.mv-slide-arrow .arrow35.fade {
  left: 87.185185185%;
}
.mv-slide-arrow .arrow36 {
  top: 32.153846153%;
  left: 78.074074074%;
}
.mv-slide-arrow .arrow36.fade {
  left: 85.481481481%;
}
.mv-slide-arrow .arrow37 {
  top: 45.384615384%;
  left: 87.037037037%;
}
.mv-slide-arrow .arrow37.fade {
  left: 94.444444444%;
}
.mv-slide-arrow .arrow38 {
  bottom: 28.307692307%;
  left: 84.962962962%;
}
.mv-slide-arrow .arrow38.fade {
  left: 92.37037037%;
}
.mv-slide-arrow .arrow39 {
  bottom: 12.461538461%;
  left: 89.111111111%;
}
.mv-slide-arrow .arrow39.fade {
  left: 96.518518518%;
}
.mv-slide-arrow .arrow40-1 {
  bottom: 6.461538461%;
  left: 79.555555555%;
}
.mv-slide-arrow .arrow40-1.fade {
  left: 86.962962962%;
}
.mv-slide-arrow .arrow40-2 {
  bottom: 8.461538461%;
  left: 77.481481481%;
}
.mv-slide-arrow .arrow40-2.fade {
  left: 84.888888888%;
}
.mv-slide-arrow .arrow40-3 {
  bottom: 4.307692307%;
  left: 77.481481481%;
}
.mv-slide-arrow .arrow40-3.fade {
  left: 84.888888888%;
}
.mv-slide-arrow .arrow41-1 {
  top: 6.307692307%;
  left: 4.66666666%;
}
.mv-slide-arrow .arrow41-1.fade {
  left: 12.074074074%;
}
.mv-slide-arrow .arrow41-2 {
  top: 4.307692307%;
  left: 2.592592592%;
}
.mv-slide-arrow .arrow41-2.fade {
  left: 10%;
}
.mv-slide-arrow .arrow41-3 {
  top: 8.461538461%;
  left: 2.592592592%;
}
.mv-slide-arrow .arrow41-3.fade {
  left: 10%;
}
.mv-slide-arrow .arrow42 {
  top: 24.153846153%;
  left: 4.66666666%;
}
.mv-slide-arrow .arrow42.fade {
  left: 12.074074074%;
}
.mv-slide-arrow .arrow43 {
  top: 37.846153846%;
  left: -2.888888888%;
}
.mv-slide-arrow .arrow43.fade {
  left: 4.518518518%;
}
.mv-slide-arrow .arrow44 {
  top: 42%;
  left: 5.185185185%;
}
.mv-slide-arrow .arrow44.fade {
  left: 12.592592592%;
}
.mv-slide-arrow .arrow45 {
  bottom: 10.153846153%;
  left: 1.259259259%;
}
.mv-slide-arrow .arrow45.fade {
  left: 6.148148148%;
}
.mv-slide-arrow .arrow46 {
  bottom: 9.076923076%;
  left: 11.555555555%;
}
.mv-slide-arrow .arrow46.fade {
  left: 18.962962962%;
}
.mv-slide-arrow .arrow47 {
  bottom: 17.692307692%;
  left: 19.185185185%;
}
.mv-slide-arrow .arrow47.fade {
  left: 26.592592592%;
}
.mv-slide-arrow .arrow48 {
  top: 15.23076923%;
  left: 34.666666666%;
}
.mv-slide-arrow .arrow48.fade {
  left: 42.074074074%;
}
.mv-slide-arrow .arrow49 {
  top: 36.769230769%;
  left: 35.111111111%;
}
.mv-slide-arrow .arrow49.fade {
  left: 42.518518518%;
}
.mv-slide-arrow .arrow50 {
  bottom: 26%;
  left: 35.111111111%;
}
.mv-slide-arrow .arrow50.fade {
  left: 42.518518518%;
}
.mv-slide-arrow .arrow51 {
  bottom: 8.461538461%;
  left: 30.222222222%;
}
.mv-slide-arrow .arrow51.fade {
  left: 37.629629629%;
}
.mv-slide-arrow .arrow52 {
  top: 24.153846153%;
  left: 44.814814814%;
}
.mv-slide-arrow .arrow52.fade {
  left: 52.222222222%;
}
.mv-slide-arrow .arrow53 {
  top: 3.692307692%;
  left: 61.851851851%;
}
.mv-slide-arrow .arrow53.fade {
  left: 69.259259259%;
}
.mv-slide-arrow .arrow54 {
  top: 12.461538461%;
  left: 54.518518518%;
}
.mv-slide-arrow .arrow54.fade {
  left: 61.925925925%;
}
.mv-slide-arrow .arrow55 {
  bottom: 15.076923076%;
  left: 49.481481481%;
}
.mv-slide-arrow .arrow55.fade {
  left: 56.888888888%;
}
.mv-slide-arrow .arrow56 {
  top: 6.615384615%;
  left: 79.777777777%;
}
.mv-slide-arrow .arrow56.fade {
  left: 87.185185185%;
}
.mv-slide-arrow .arrow57 {
  top: 32.153846153%;
  left: 81.555555555%;
}
.mv-slide-arrow .arrow57.fade {
  left: 88.962962962%;
}
.mv-slide-arrow .arrow58 {
  top: 51.076923076%;
  left: 87.333333333%;
}
.mv-slide-arrow .arrow58.fade {
  left: 94.74074074%;
}
.mv-slide-arrow .arrow59 {
  bottom: 26.307692307%;
  left: 83.777777777%;
}
.mv-slide-arrow .arrow59.fade {
  left: 91.185185185%;
}
.mv-slide-arrow .arrow60 {
  bottom: 7.692307692%;
  left: 74.444444444%;
}
.mv-slide-arrow .arrow60.fade {
  left: 81.851851851%;
}
.mv-slide-arrow .arrow61 {
  bottom: 7.076923076%;
  left: 87.333333333%;
}
.mv-slide-arrow .arrow61.fade {
  left: 94.74074074%;
}
.mv .slick-dotted.slick-slider {
  margin: 0;
}
.mv .slick-dots {
  bottom: 25px;
  font-size: 0;
  z-index: 100;
}
.mv .slick-dots li {
  width: 10px;
  height: 10px;
}
.mv .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
}
.mv .slick-dots li button:before {
  display: none;
}
.mv .slick-dots li.slick-active button {
  background: #333;
}
@media only screen and (max-width: 768px) {
  .mv {
    width: 100%;
    margin: 0 0 40px;
  }
  .mv-conts {
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0);
    padding: 0 29px;
  }
  .mv-bnr {
    width: 100%;
    margin: 10px auto 0;
  }
  .mv-slide-arrow span {
    position: absolute;
    width: 3.733333333%;
    height: 5.088062622%;
  }
  .mv-slide-arrow .arrow2, .mv-slide-arrow .arrow8, .mv-slide-arrow .arrow13, .mv-slide-arrow .arrow20, .mv-slide-arrow .arrow32, .mv-slide-arrow .arrow45, .mv-slide-arrow .arrow56 {
    width: 3.733333333%;
    height: 5.088062622%;
  }
  .mv-slide-arrow .arrow1 {
    top: 13.307240704%;
    left: -21.2%;
  }
  .mv-slide-arrow .arrow1.fade {
    left: 5.466666666%;
  }
  .mv-slide-arrow .arrow2 {
    top: 21.917808219%;
    left: -21.2%;
  }
  .mv-slide-arrow .arrow2.fade {
    left: 5.466666666%;
  }
  .mv-slide-arrow .arrow3-1 {
    top: 80.821917808%;
    left: 56.4%;
  }
  .mv-slide-arrow .arrow3-1.fade {
    left: 83.0666666666%;
  }
  .mv-slide-arrow .arrow3-2 {
    top: 78.08219178%;
    left: 52.666666666%;
  }
  .mv-slide-arrow .arrow3-2.fade {
    left: 79.333333333%;
  }
  .mv-slide-arrow .arrow3-3 {
    top: 83.17054403%;
    left: 52.666666666%;
  }
  .mv-slide-arrow .arrow3-3.fade {
    left: 79.333333333%;
  }
  .mv-slide-arrow .arrow4 {
    bottom: 6.262230919%;
    left: 6.9333333333%;
  }
  .mv-slide-arrow .arrow4.fade {
    left: 33.6%;
  }
  .mv-slide-arrow .arrow5 {
    bottom: 16.438356164%;
    left: 21.7333333333%;
  }
  .mv-slide-arrow .arrow5.fade {
    left: 48.4%;
  }
  .mv-slide-arrow .arrow6 {
    top: 9.197651663%;
    left: 9.2%;
  }
  .mv-slide-arrow .arrow6.fade {
    left: 35.8666666666%;
  }
  .mv-slide-arrow .arrow7 {
    top: 23.874755381%;
    left: -12.533333333%;
  }
  .mv-slide-arrow .arrow7.fade {
    left: 39.2%;
  }
  .mv-slide-arrow .arrow8 {
    top: 4.696673189%;
    left: 25.6%;
  }
  .mv-slide-arrow .arrow8.fade {
    left: 52.2666666666%;
  }
  .mv-slide-arrow .arrow9 {
    top: 16.438356164%;
    left: 59.8666666666%;
  }
  .mv-slide-arrow .arrow9.fade {
    left: 86.5333333333%;
  }
  .mv-slide-arrow .arrow10 {
    bottom: 6.457925636%;
    left: 66%;
  }
  .mv-slide-arrow .arrow10.fade {
    left: 92.666666666%;
  }
  .mv-slide-arrow .arrow11 {
    top: 30.528375733%;
    left: 63.466666666%;
  }
  .mv-slide-arrow .arrow11.fade {
    left: 90.1333333333%;
  }
  .mv-slide-arrow .arrow20 {
    top: 24.853228962%;
    left: -21.2%;
  }
  .mv-slide-arrow .arrow20.fade {
    left: 5.466666666%;
  }
  .mv-slide-arrow .arrow21 {
    top: 9.197651663%;
    left: 6.666666666%;
  }
  .mv-slide-arrow .arrow21.fade {
    left: 33.333333333%;
  }
  .mv-slide-arrow .arrow22 {
    top: 14.285714285%;
    left: 19.7333333333%;
  }
  .mv-slide-arrow .arrow22.fade {
    left: 46.4%;
  }
  .mv-slide-arrow .arrow23-1 {
    bottom: 18.003913894%;
    left: 27.4666666666%;
  }
  .mv-slide-arrow .arrow23-1.fade {
    left: 54.1333333333%;
  }
  .mv-slide-arrow .arrow23-2 {
    bottom: 20.547945205%;
    left: 23.7333333333%;
  }
  .mv-slide-arrow .arrow23-2.fade {
    left: 50.4%;
  }
  .mv-slide-arrow .arrow23-3 {
    bottom: 15.264187866%;
    left: 23.7333333333%;
  }
  .mv-slide-arrow .arrow23-3.fade {
    left: 50.4%;
  }
  .mv-slide-arrow .arrow24 {
    bottom: 21.917808219%;
    left: 10.133333333%;
  }
  .mv-slide-arrow .arrow24.fade {
    left: 36.8%;
  }
  .mv-slide-arrow .arrow25 {
    top: 4.696673189%;
    left: 32.8%;
  }
  .mv-slide-arrow .arrow25.fade {
    left: 59.466666666%;
  }
  .mv-slide-arrow .arrow26 {
    top: 23.874755381%;
    left: 32.8%;
  }
  .mv-slide-arrow .arrow26.fade {
    left: 59.466666666%;
  }
  .mv-slide-arrow .arrow62 {
    bottom: 6.262230919%;
    left: 10.133333333%;
  }
  .mv-slide-arrow .arrow62.fade {
    left: 36.8%;
  }
  .mv-slide-arrow .arrow27 {
    bottom: 10.37181996%;
    left: 58%;
  }
  .mv-slide-arrow .arrow27.fade {
    left: 84.666666666%;
  }
  .mv-slide-arrow .arrow28 {
    bottom: 21.917808219%;
    left: 66.4%;
  }
  .mv-slide-arrow .arrow28.fade {
    left: 93.066666666%;
  }
  .mv-slide-arrow .arrow29 {
    top: 18.003913894%;
    left: 63.466666666%;
  }
  .mv-slide-arrow .arrow29.fade {
    left: 90.1333333333%;
  }
  .mv-slide-arrow .arrow41-1 {
    top: 81.017612524%;
    left: 25.333333333%;
  }
  .mv-slide-arrow .arrow41-1.fade {
    left: 52%;
  }
  .mv-slide-arrow .arrow41-2 {
    top: 78.277886497%;
    left: 21.6%;
  }
  .mv-slide-arrow .arrow41-2.fade {
    left: 48.266666666%;
  }
  .mv-slide-arrow .arrow41-3 {
    top: 83.365949119%;
    left: 21.6%;
  }
  .mv-slide-arrow .arrow41-3.fade {
    left: 48.266666666%;
  }
  .mv-slide-arrow .arrow42 {
    top: 7.2407045%;
    left: -17.066666666%;
  }
  .mv-slide-arrow .arrow42.fade {
    left: 9.6%;
  }
  .mv-slide-arrow .arrow43 {
    top: 22.504892367%;
    left: -21.2%;
  }
  .mv-slide-arrow .arrow43.fade {
    left: 5.466666666%;
  }
  .mv-slide-arrow .arrow44 {
    top: 5.2%;
    left: 13.6%;
  }
  .mv-slide-arrow .arrow44.fade {
    left: 40.266666666%;
  }
  .mv-slide-arrow .arrow45 {
    bottom: 15.06849315%;
    left: -21.2%;
  }
  .mv-slide-arrow .arrow45.fade {
    left: 5.466666666%;
  }
  .mv-slide-arrow .arrow46 {
    bottom: 6.262230919%;
    left: 6.9333333333%;
  }
  .mv-slide-arrow .arrow46.fade {
    left: 33.6%;
  }
  .mv-slide-arrow .arrow47 {
    bottom: 22.8962818%;
    left: 32.133333333%;
  }
  .mv-slide-arrow .arrow47.fade {
    left: 58.5%;
  }
  .mv-slide-arrow .arrow48 {
    top: 18.395303326%;
    left: 21.066666666%;
  }
  .mv-slide-arrow .arrow48.fade {
    left: 47.733333333%;
  }
  .mv-slide-arrow .arrow49 {
    top: 7.2407045%;
    left: 32.666666666%;
  }
  .mv-slide-arrow .arrow49.fade {
    left: 59.33333333%;
  }
  .mv-slide-arrow .arrow50 {
    bottom: 18.19960861%;
    left: 66%;
  }
  .mv-slide-arrow .arrow50.fade {
    left: 92.666666666%;
  }
  .mv-slide-arrow .arrow12, .mv-slide-arrow .arrow13, .mv-slide-arrow .arrow14, .mv-slide-arrow .arrow15-1, .mv-slide-arrow .arrow15-2, .mv-slide-arrow .arrow15-3, .mv-slide-arrow .arrow15-4, .mv-slide-arrow .arrow15-5, .mv-slide-arrow .arrow15-6, .mv-slide-arrow .arrow16, .mv-slide-arrow .arrow17, .mv-slide-arrow .arrow18, .mv-slide-arrow .arrow19,
  .mv-slide-arrow .arrow30, .mv-slide-arrow .arrow31, .mv-slide-arrow .arrow32, .mv-slide-arrow .arrow33, .mv-slide-arrow .arrow34, .mv-slide-arrow .arrow35, .mv-slide-arrow .arrow36, .mv-slide-arrow .arrow37, .mv-slide-arrow .arrow38, .mv-slide-arrow .arrow39, .mv-slide-arrow .arrow40-1, .mv-slide-arrow .arrow40-2, .mv-slide-arrow .arrow40-3,
  .mv-slide-arrow .arrow51, .mv-slide-arrow .arrow52, .mv-slide-arrow .arrow53, .mv-slide-arrow .arrow54, .mv-slide-arrow .arrow55, .mv-slide-arrow .arrow56, .mv-slide-arrow .arrow57, .mv-slide-arrow .arrow58, .mv-slide-arrow .arrow59, .mv-slide-arrow .arrow60, .mv-slide-arrow .arrow61 {
    display: none;
  }
  .mv .slick-dots {
    bottom: -25px;
    font-size: 0;
  }
  .mv .slick-dots li button {
    background: #e7e9e9;
  }
  .mv .slick-dots li button:before {
    display: none;
  }
  .mv .slick-dots li.slick-active button {
    background: #333;
  }
}

/* =================================================================
 ナビ SP
================================================================= */
.navtop-list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  border-top: solid 1px #becccd;
  display: flex;
  flex-wrap: wrap;
}
.navtop-list li {
  display: inline-block;
  width: 33.333333333%;
  border-bottom: solid 1px #becccd;
  border-right: solid 1px #becccd;
  font-size: 14px;
  letter-spacing: 0.06em;
  word-spacing: normal;
}
.navtop-list li:nth-child(3n) {
  border-right: none;
}
.navtop-list li a {
  display: block;
  padding: 10px 0 13px;
  background: #e3f5f6;
  color: #333;
  font-size: 13px;
  line-height: 1.0;
  text-align: center;
  height: 100%;
}
.navtop-list li a small {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 1.3;
}
.navtop-icn {
  margin: 0 0 5px;
  display: block;
}
.navtop-icn img {
  width: inherit;
  zoom: .5;
  height: 52px;
}
@media only screen and (max-width: 320px) {
  .navtop-list li a small {
    letter-spacing: 0;
  }
}

/* =================================================================
 PRODUCT
================================================================= */
.prod {
  position: relative;
}
.prod-info {
  position: relative;
  margin: 40px 0 0;
}
.prod-info-ttl {
  margin: 0 0 38px;
  font-size: 18px;
  line-height: 1.2;
}
.prod-info .search-box {
  width: 32.592592592%;
  float: left;
  padding: 21px 20px 30px 0;
}
.prod-info .search {
  float: right;
}
.prod-menu {
  clear: both;
  text-align: left;
  background: #fff;
}
.prod-menu > li {
  clear: both;
}
.prod-menu > li > span {
  width: 32.592592592%;
  float: left;
  border-bottom: solid 1px #f1eee8;
  cursor: pointer;
  overflow: hidden;
}
.prod-menu > li > span > span {
  display: block;
  height: 69px;
  width: 230px;
  float: right;
  background: url(/img/icn_arrow_01.webp) no-repeat 205px center;
  background-size: 15px 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 15px;
  line-height: 70px;
}
/* --  webp非対応 -- */
.no-webp .prod-menu > li > span > span {
  background: url(/img/icn_arrow_01.png) no-repeat 205px center;
}
.prod-menu > li > span:hover, .prod-menu > li > span.is-on {
  background: #f5f3ef;
}
.prod-menu > li:first-child > span {
  border-top: solid 1px #f1eee8;
}
.prod-conts {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 67.407407407%;
  min-height: 441px;
  float: right;
  background: #f5f3ef;
}
.prod-conts-inner {
  position: relative;
  max-width: 700px;
  margin: 0 40px 0 0;
  padding: 42px 0 30px 40px;
}
.prod-conts.is-on {
  display: block;
}
.prod-conts .btn {
  position: absolute;
  top: 30px;
  right: 0;
}
.prod-list {
  margin: 0 -1.515151515%;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
.prod-item {
  display: inline-block;
  position: relative;
  width: 47.058823529%;
  margin: 0 1.470588235% 20px;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  word-spacing: normal;
}
.prod-item a {
  display: block;
  position: relative;
}
.prod-item a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 11px;
  height: 10px;
  background: url(/img/icn_arrow_01.webp) no-repeat center center;
  background-size: 11px auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* --  webp非対応 -- */
.no-webp .prod-item a::before {
  background: url(/img/icn_arrow_01.png) no-repeat center center;
}
.prod-item a:hover .prod-item-hover {
  opacity: 1;
}
.prod-item a:hover .prod-item-hover-txt {
  opacity: 1;
  top: 20%;
}
.prod-item a:hover .prod-item-hover::before {
  opacity: 1;
}
.prod-item a:hover::before {
  opacity: 0;
}
.prod-item a:hover .prod-item-txt {
  opacity: 0;
  -webkit-transition: opacity .3s ease .3s;
  transition: opacity .3s ease .3s;
}
.prod-item-img {
  display: inline-block;
  width: 46.875%;
}
.prod-item-txt {
  display: inline-block;
  padding: 0 0 0 16px;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.prod-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 8.75%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.prod-item-hover::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 11px;
  height: 10px;
  background: url(/img/icn_arrow_02.webp) no-repeat center center;
  background-size: 11px auto;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}
/* --  webp非対応 -- */
.no-webp .prod-item-hover::before {
  background: url(/img/icn_arrow_02.png) no-repeat center center;
}
.prod-item-hover-txt {
  position: relative;
  top: 30%;
  height: 62px;
  opacity: 0;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}
.prod-item-hover strong {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}
.prod .other {
  margin: 8px 0 0;
  text-align: center;
}
.prod .other-ttl {
  position: relative;
  width: 180px;
  margin: 0 auto 18px;
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
.prod .other-ttl span {
  position: relative;
  padding: 0 8px;
  background: #f5f3ef;
}
.prod .other-ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #333;
}
.prod .other-list {
  margin: 0 -5px;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
.prod .other-list li {
  display: inline-block;
  margin: 0 5px 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  word-spacing: normal;
}
.prod .other-list li a {
  display: block;
  height: 28px;
  padding: 0 14px;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 28px;
  line-height: 28px;
}
.prod .other-list li a:hover {
  background: #cceef0;
  border-color: #00abb4;
  color: #00abb4;
}
.prod .other-list li.pdf span {
  display: block;
  padding: 0 28px 0 0;
  background: url(/img/icn_pdf.webp) no-repeat right center;
  background-size: 26px auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* --  webp非対応 -- */
.no-webp .prod .other-list li.pdf span {
  background: url(/img/icn_pdf.png) no-repeat right center;
}
@media only screen and (max-width: 940px) {
  .prod-item-txt {
    padding: 0 0 0 14px;
  }
}
@media only screen and (max-width: 768px) {
  .prod-info {
    position: relative;
    height: auto !important;
    margin: 20px 0 0;
  }
  .prod-info-ttl {
    display: none;
  }
  .prod-info .search-box {
    width: auto;
    float: none;
    margin: 0 15px 25px;
    padding: 0;
  }
  .prod-info .search {
    float: none;
  }
  .prod-menu {
    clear: both;
    text-align: left;
    background: #fff;
  }
  .prod-menu > li {
    clear: both;
  }
  .prod-menu > li > span {
    display: block;
    width: 100%;
    float: none;
    position: relative;
    margin: 0;
    padding: 0 15px;
    border-top: solid 1px #d0dadb;
    border-bottom: none;
    font-size: 14px;
    overflow: hidden;
  }
  .prod-menu > li > span::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 15px;
    height: 15px;
    margin: auto;
    background: url(/img/icn_plus_02.webp) no-repeat center center;
    background-size: 15px;
  }
  /* --  webp非対応 -- */
  .no-webp .prod-menu > li > span::before {
    background: url(/img/icn_plus_02.png) no-repeat center center;
  }
  .prod-menu > li > span > span {
    display: block;
    height: 51px;
    width: 100%;
    float: right;
    background: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 15px;
    line-height: 50px;
  }
  .prod-menu > li > span:hover {
    background: none;
  }
  .prod-menu > li > span.is-on {
    background: none;
  }
  .prod-menu > li > span.is-on::before {
    background: url(/img/icn_minus_02.webp) no-repeat center center;
    background-size: 15px;
  }
  /* --  webp非対応 -- */
  .no-webp .prod-menu > li > span.is-on::before {
    background: url(/img/icn_minus_02.png) no-repeat center center;
  }
  .prod-menu > li:first-child > span {
    border-top: solid 1px #d0dadb;
  }
  .prod-menu > li:last-child > span {
    border-bottom: solid 1px #d0dadb;
  }
  .prod-conts {
    display: none;
    position: relative;
    width: 100%;
    min-height: inherit;
    float: none;
  }
  .prod-conts-inner {
    position: relative;
    max-width: inherit;
    margin: 0;
    padding: 25px 30px 64px;
  }
  .prod-conts .btn {
    position: absolute;
    top: inherit;
    bottom: 14px;
    right: 0;
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .prod-list {
    display: block;
    margin: 0 -0.793650793%;
  }
  .prod-item {
    position: relative;
    width: 48.4375%;
    margin: 0 0.78125% 5px;
    background: #fff;
  }
  .prod-item a {
    display: block;
  }
  .prod-item a::before {
    display: none;
  }
  .prod-item a:hover .prod-item-txt {
    opacity: 1;
  }
  .prod-item-img {
    width: 100%;
  }
  .prod-item-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  .prod-item-txt::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 11px;
    height: 10px;
    background: url(/img/icn_arrow_02.webp) no-repeat center center;
    background-size: 10px auto;
  }
  /* --  webp非対応 -- */
  .no-webp .prod-item-txt::before {
    background: url(/img/icn_arrow_02.png) no-repeat center center;
  }
  .prod-item-hover {
    display: none;
  }
  .prod .other {
    margin: 20px 0 0;
    text-align: center;
  }
  .prod .other-ttl {
    width: 103px;
    margin: 0 auto 19px;
    font-size: 13px;
    line-height: 1.0;
  }
  .prod .other-ttl span {
    padding: 0 4px;
  }
  .prod .other-ttl::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background: #333;
  }
  .prod .other-list li {
    font-size: 11px;
    letter-spacing: 0;
  }
  .prod .other-list li a {
    height: 30px;
    padding: 0 9px;
    background: #fff;
    border-radius: 30px;
    letter-spacing: 0.08em;
    line-height: 28px;
  }
  .prod .other-list li a:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
  }
  .prod .other-list li.pdf span {
    background-size: 22.5px auto;
  }
}

/* =================================================================
 INFORMATION
================================================================= */
.info {
  position: relative;
  padding: 55px 20px 0;
}
.info .inner {
  position: relative;
}
.info-tab {
  margin: 30px 0 0;
}
.info-tab li {
  width: 17.204301075%;
}
.info-conts {
  margin: 33px 0 0;
}
.info-conts-list {
  margin: 0 -15px;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  display: flex;
}
.info-conts-list li {
  width: 210px;
  margin: 0 15px;
  font-size: 14px;
  letter-spacing: 0.06em;
  word-spacing: normal;
}
/* .info-conts-list li:nth-last-child(-n+2) {
  margin: 0 2.06185567%;
} */

.info-conts-list li:nth-child(n+5) {
  display: none;
}
.info-conts-list li a {
  overflow: hidden;
}
.info-conts .btn {
  margin: 60px auto 0;
}
.info-conts-latest {
  margin: 0 0 35px;
}

.info-conts-latest dl {
  display: flex;
}
.info-conts-latest dl + dl {
  margin: 14px 0 0;
}
.info-conts-latest dl dt {
  width: 100px;
  line-height: 1.7;
}
.info-conts-latest dl dd {
  line-height: 1.7;
}
.info-conts-latest dl dd.latest-list-tag {
  width: 98px;
}
.info-conts-latest dl dd.latest-list-tag .tag {
  margin: 0;
  vertical-align: middle;
}
.info-conts-latest dl dd.latest-list-txt {
  width: 692px;
}
.info-conts-latest dl dd.latest-list-txt a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info-conts-latest dl dd.latest-list-txt a span {
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.info-conts-latest dl dd.latest-list-txt a:hover span {
  border-color: #000;
}
.info-conts-ttl {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1.3125;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px;
}
.info-conts-ttl span {
  margin: 0 10px;
}
.info-conts-ttl::before,
.info-conts-ttl::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background: #f5f3ef;
}
.info-img {
  position: relative;
  /* width: 42.696629213%;
  float: left; */
  padding: 67.619047619% 0 0;
  overflow: hidden;
}
.info-img img {
  position: absolute;
  top: 0;
  left: 0;
}
.info-txt {
  /* width: 52.808988764%;
  float: right; */
  margin: 10px 0 0;
}
.info-txt-date {
  color: #888;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.9;
}
.info-txt .trancate-txt {
  height: 52px;
}
@media only screen and (max-width: 768px) {
  .info {
    position: relative;
    padding: 39px 0 0;
  }
  .info-tab {
    margin: 19px 0 0;
  }
  .info-tab li {
    width: 108px;
  }
  .info-conts {
    margin: 18px 15px 0;
  }
  .info-conts-list {
    display: block;
    margin: 0 10px;
  }
  .info-conts-list.slick-slider {
    margin-bottom: 0;
  }
  .info-conts-list li {
    margin: 0 5px 18px;
  }
  .info-conts-list li:nth-child(n+5) {
    display: block;
  }
  .info-conts-list li a {
    display: block;
  }
  .info-conts-latest {
    margin: 0 0 20px;
  }
  .info-conts-latest dl {
    flex-wrap: wrap;
  }
  .info-conts-latest dl + dl {
    margin: 14px 0 0;
  }
  .info-conts-latest dl dt {
    position: relative;
    width: 67.5px;
    vertical-align: middle;
  }
  .info-conts-latest dl dd {
    line-height: 1.7;
  }
  .info-conts-latest dl dd.latest-list-tag {
    width: 98px;
    line-height: 1.0;
  }
  .info-conts-latest dl dd.latest-list-tag .tag {
    margin: 0;
    vertical-align: middle;
  }
  .info-conts-latest dl dd.latest-list-txt {
    display: block;
    width: 100%;
    margin: 3px 0 0;
  }
  .info-conts-latest dl dd.latest-list-txt a {
    display: block;
    font-size: 12px;
    font-feature-settings: normal;
    letter-spacing: 0.02em;
  }
  .info-conts-latest dl dd.latest-list-txt a span {
    border-bottom: none;
  }
  .info-conts-latest dl dd.latest-list-txt a:hover span {
    border-color: transparent;
  }
  .info-conts .btn {
    margin: 20px 15px 0;
  }
  .info-conts-ttl {
    font-size: 14px;
    margin: 0 0 25px;
  }
  .info-img {
    width: 100%;
    float: none;
    margin: 0 0 10px;
    padding: 67.7901234567% 0 0;
    background: none !important;
  }
  .info-img img {
    display: block !important;
  }
  .info-txt {
    position: relative;
    width: 100%;
    float: none;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
  .info-txt-tag {
    padding: 3px;
    font-size: 10px;
  }
  .info-txt-date {
    font-size: 10px;
    letter-spacing: 0.07em;
    line-height: 1.4;
  }
  .info-txt .trancate-txt {
    height: 62px;
  }
  .info .slick-dots {
    bottom: 25px;
    font-size: 0;
    z-index: 100;
    position: static;
    display: flex;
    justify-content: center;
  }
  .info .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  .info .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #e7e9e9;
    border-radius: 50%;
  }
  .info .slick-dots li button:before {
    display: none;
  }
  .info .slick-dots li.slick-active button {
    background: #333;
  }
  .info .slick-prev,
  .info .slick-next {
    width: 35px;
    height: 35px;
    background: #fff;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    top: 12vw;
  }
  .info .slick-prev {
    left: -13px;
  }
  .info .slick-next {
    right: -13px;
  }
  .info .slick-prev:before,
  .info .slick-next:before {
    display: block;
    content: "";
    width: 15px;
    height: 14px;
    background: url(/img/icn_arrow_01.webp) no-repeat center center;
    background-size: 15px auto;
    opacity: 1;
    margin: 0 auto;
  }
  /* --  webp非対応 -- */
  .no-webp .info .slick-prev:before,
  .no-webp .info .slick-next:before {
    background: url(/img/icn_arrow_01.png) no-repeat center center;
  }
  .info .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

/* =================================================================
 OUR ACTIVITIES
================================================================= */
.act {
  position: relative;
  margin: 60px 0 0;
  background: #f5f3ef;
}
.act-block.act1 {
  margin: 50px 0 0;
}
.act-block.act1 .act-img {
  float: right;
}
.act-block.act1 .act-img span {
  background: url(/img/img_act_01.webp) no-repeat center top;
  background-size: cover;
}
/* --  webp非対応 -- */
.no-webp .act-block.act1 .act-img span {
  background: url(/img/img_act_01.jpg) no-repeat center top;
}
.act-block.act2 .act-img {
  float: left;
}
.act-block.act2 .act-img span {
  background: url(/img/img_act_02.webp) no-repeat center top;
  background-size: cover;
}
/* --  webp非対応 -- */
.no-webp .act-block.act2 .act-img span {
  background: url(/img/img_act_02.jpg) no-repeat center top;
}
.act-block.act2 .act-txt-no {
  left: 38px;
}
.act-block.act2 .act-txt-inner {
  padding: 0 0 0 40px;
}
.act-block.act2 .btns {
  margin: 25px -1.204819277% 0;
}
.act-block.act2 .btns li {
  display: inline-block;
  width: 45.845272206%;
  margin: 0 1.176470588%;
}
.act-img {
  width: 50%;
}
.act-img span {
  display: block;
  height: 400px;
}
.act-img img {
  width: 100%;
  opacity: 0;
}
.act-heading {
  margin: 0 0 18px;
  color: #333;
  font-size: 20px;
  line-height: 1.6;
}
.act-txt {
  width: 50%;
  float: left;
  background: #fff;
}
.act-txt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 縦方向中央揃え */
  position: relative;
  width: 465px;
  height: 100%;
  padding: 0 50px 0 0;
}
.act-txt-inner > div {
  margin: -10px 0 0;
}
.act-txt-no {
  position: absolute;
  top: -34px;
  left: -3px;
  color: #ff925c;
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.0;
}
.act-txt .btn {
  width: 48.192771084%;
  margin: 25px 0 0;
}
.act-txt .btn a {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .act-block.act2 .act-txt-inner {
    padding: 0 20px 0 50px;
  }
  .act-txt-inner {
    width: 100%;
    padding: 0 50px 0 20px;
  }
  .act-txt-no {
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .act {
    position: relative;
    margin: 40px 0 0;
    background: #f5f3ef;
  }
  .act-block.act1 {
    margin: 38px 0 0;
  }
  .act-block.act1 .act-img {
    float: none;
  }
  .act-block.act1 .act-img span {
    float: none;
    background: none;
  }
  .act-block.act2 .act-img {
    float: none;
  }
  .act-block.act2 .act-img span {
    background: none;
  }
  .act-block.act2 .act-txt-no {
    left: inherit;
    right: 20px;
  }
  .act-block.act2 .act-txt-inner {
    padding: 30px 15px 25px;
  }
  .act-block.act2 .btns {
    margin: 21px 0 0;
  }
  .act-block.act2 .btns li {
    display: block;
    width: auto;
    margin: 0 15px 15px;
  }
  .act-block.act2 .btns li a {
    height: 45px;
    line-height: 45px;
  }
  .act-img {
    width: 100%;
  }
  .act-img span {
    width: 100%;
    display: block;
    height: auto;
  }
  .act-img img {
    width: 100%;
    opacity: 1;
  }
  .act-heading {
    margin: 0 0 13px;
    font-size: 15px;
    line-height: 1.8;
  }
  .act-txt {
    width: 100%;
    float: none;
    background: #f1eee8;
    font-size: 12px;
    line-height: 1.8;
  }
  .act-txt-inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 27px 15px 25px;
  }
  .act-txt-no {
    position: absolute;
    top: -45px;
    left: inherit;
    right: 20px;
    font-size: 50px;
  }
  .act-txt .btn {
    width: auto;
    margin: 20px 15px 0;
  }
  .act-txt .btn a {
    height: 45px;
    line-height: 45px;
  }
}


.news-popup {
  position: fixed;
  bottom: 200px;
  right: 10px;
  width: 250px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity .3s 1s;
  transition: opacity .3s 1s;
}
.news-popup.fade {
  opacity: 1;
}
.news-popup p {
  font-size: 13px;
  line-height: 1.8;
}
.news-popup-inner {
  padding: 10px 20px 0;
}
.news-popup-ttl {
  color: #00abb4;
  font-weight: bold;
}
.news-popup .btn {
  width: auto;
  margin: 10px 0 0;
}
.news-popup .btn a {
  height: 30px;
  border: none;
  border-radius: 0 0 5px 5px;
  line-height: 30px;
  font-size: 13px;
}
.news-popup .btn a::after {
  right: 10px;
}
.news-popup .close {
  position: absolute;
  top: -29px;
  right: 0;
  width: 21px;
  height: 21px;
  background: #00abb4;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.news-popup .close:before, .news-popup .close:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.news-popup .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .news-popup {
    bottom: 15px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
    z-index: 9999;
  }
  .news-popup p {
    font-size: 12px;
  }
  .news-popup-inner {
    padding: 20px 15px 0;
  }
  .news-popup .btn a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .news-popup .close {
    top: -40px;
    width: 30px;
    height: 30px;
  }
  .news-popup .close:before, .news-popup .close:after {
    display: block;
    content: "";
    width: 20px;
  }
}
