.position {
  position: relative;
}

.main {
  overflow: hidden;
}
.main img {
  max-width: 100%;
}

.para1, .para2, .para3 {
  opacity: 0;
}

.fade__Up {
  opacity: 0;
  transform: translate(0%, 50px);
  transition: all 0.8s ease-out;
}

.fade__left {
  opacity: 0;
  transform: translate(-70px, 0px);
  transition: all 0.8s ease-out;
}

.fade__right {
  opacity: 0;
  transform: translate(70px, 0px);
  transition: all 0.8s ease-out;
}

.fade__in {
  opacity: 0;
  transform: translate(0%, 0px);
  transition: all 1.7s ease-out;
}

.fadeUp__on {
  opacity: 1;
  transform: translate(0%, 0px);
}

.main-contents {
  width: 100%;
  overflow: hidden;
}

.wrap1 {
  max-width: 1040px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.wrap2 {
  max-width: 810px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.head-box {
  background: url(../images/mainbg-pc.jpg) no-repeat center top/cover;
  padding-top: 84px;
  padding-bottom: 110px;
}
.head-box .wrap1 {
  position: relative;
}
.head-box .wrap1 .pic-1 {
  position: absolute;
  top: 113px;
  left: -8%;
  width: 48%;
  height: 100%;
  z-index: 1;
}
.head-box .wrap1 .pic-2 {
  position: absolute;
  top: 196px;
  right: -8%;
  width: 48%;
  height: 100%;
  z-index: 1;
}
.head-box .wrap1 .head-ttl {
  position: relative;
  z-index: 2;
  padding-top: 205px;
  padding-bottom: 45px;
  text-align: center;
  max-width: 196px;
  margin-left: auto;
  margin-right: auto;
  width: 38%;
}
.head-box .wrap1 .head-ttl img {
  max-width: 100%;
}
.head-box .wrap1 .head-txt {
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 2.38;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.ani-bg {
  padding-top: 208px;
  padding-bottom: 110px;
}
.ani-bg.ptn1 {
  background: url(../images/bg-01.jpg) no-repeat center top/cover;
}
.ani-bg.ptn2 {
  background: url(../images/bg-02.jpg) no-repeat center top/cover;
}
.ani-bg.ptn3 {
  background: url(../images/bg-03.jpg) no-repeat center top/cover;
}
.ani-bg.ptn4 {
  background: url(../images/bg-04.jpg) no-repeat center top/cover;
}
.ani-bg .wrap1 {
  display: flex;
}
.ani-bg .wrap1.ptn2 {
  flex-direction: row-reverse;
}
.ani-bg .wrap1 .ttl-box {
  max-width: 560px;
}
.ani-bg .wrap1 .ttl-box img {
  width: 100%;
}

.txt-bg {
  padding-top: 65px;
  padding-bottom: 150px;
  background: url(../images/txt-bg.jpg) no-repeat center top/cover;
}
.txt-bg .txt-box {
  padding-left: 50px;
  position: relative;
  transform: skewX(-18deg);
}
.txt-bg .txt-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 10px;
  height: 100%;
  background: #e60012;
  transform-origin: top left;
}
.txt-bg .txt-box .big-txt {
  font-size: 50px;
  line-height: 1.42;
  color: #e60012;
  font-weight: 700;
  margin-bottom: 12px;
  padding-top: 20px;
}
.txt-bg .txt-box .sm-txt {
  font-size: 16px;
  line-height: 1.62;
  color: #323232;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .head-box {
    background: url(../images/mainbg-sp.jpg) no-repeat center top/cover;
    padding-top: 4.8vw;
    padding-bottom: 10.6vw;
    margin-top: 9vw;
  }
  .head-box .wrap1 {
    position: relative;
    width: 100%;
  }
  .head-box .wrap1 .pic-1 {
    position: absolute;
    top: 4.8vw;
    left: -10%;
    width: 58%;
    height: 100%;
    z-index: 1;
  }
  .head-box .wrap1 .pic-2 {
    position: absolute;
    top: 14.6vw;
    right: -10%;
    width: 58%;
    height: 100%;
    z-index: 1;
  }
  .head-box .wrap1 .head-ttl {
    position: relative;
    z-index: 2;
    padding-top: 12vw;
    padding-bottom: 12vw;
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }
  .head-box .wrap1 .head-ttl img {
    max-width: 100%;
  }
  .head-box .wrap1 .head-txt {
    font-size: 3.8vw;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 2.38;
    text-shadow: 2vw 2vw 6vw rgba(0, 0, 0, 0.8);
  }
  .ani-bg {
    padding-top: 79vw;
    padding-bottom: 9vw;
  }
  .ani-bg.ptn1 {
    background: url(../images/bg-01-sp.jpg) no-repeat center top/cover;
  }
  .ani-bg.ptn2 {
    background: url(../images/bg-02-sp.jpg) no-repeat center top/cover;
  }
  .ani-bg.ptn3 {
    background: url(../images/bg-03-sp.jpg) no-repeat center top/cover;
  }
  .ani-bg.ptn4 {
    background: url(../images/bg-04-sp.jpg) no-repeat center top/cover;
  }
  .ani-bg .wrap1 {
    display: block;
  }
  .ani-bg .wrap1 .ttl-box {
    max-width: 94%;
  }
  .ani-bg .wrap1 .ttl-box img {
    width: 100%;
  }
  .txt-bg {
    padding-top: 8.4vw;
    padding-bottom: 13vw;
    background: url(../images/txt-bg-sp.jpg) no-repeat center top/cover;
  }
  .txt-bg .txt-box {
    padding-left: 0px;
    position: relative;
    transform: skewX(0deg);
  }
  .txt-bg .txt-box::before {
    display: none;
  }
  .txt-bg .txt-box .big-txt {
    font-size: 6.8vw;
    line-height: 1.42;
    margin-bottom: 2vw;
    transform: skewX(-18deg);
    position: relative;
    padding-left: 10.5vw;
    padding-top: 1vw;
  }
  .txt-bg .txt-box .big-txt::before {
    content: "";
    position: absolute;
    background: #e60012;
    top: 0;
    left: 4vw;
    height: 100%;
    width: 2vw;
  }
  .txt-bg .txt-box .sm-txt {
    font-size: 3.8vw;
    line-height: 1.62;
    text-align: justify;
  }
}
.map-box {
  background: #6fba2c;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.map-box .map-box-inner img {
  width: 100%;
  max-width: 910px;
}
.map-box .icon_swipe {
  display: none;
}

@media only screen and (max-width: 767px) {
  .map-box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .map-box .wrap1 {
    width: 100%;
    overflow-x: scroll;
  }
  .map-box .map-box-inner {
    width: 164vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .map-box .map-box-inner img {
    width: 100%;
    max-width: none;
  }
  .map-box .icon_swipe {
    position: absolute;
    display: block;
    top: 60vw;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 165px;
    width: 35%;
    display: none;
    z-index: 2;
    display: block;
    -webkit-animation: horizontal 0.7s ease-in-out infinite alternate;
            animation: horizontal 0.7s ease-in-out infinite alternate;
  }
  @-webkit-keyframes horizontal {
    0% {
      transform: translate(-30%, -50%);
    }
    100% {
      transform: translate(-70%, -50%);
    }
  }
  @keyframes horizontal {
    0% {
      transform: translate(-30%, -50%);
    }
    100% {
      transform: translate(-70%, -50%);
    }
  }
}
.bottom-box {
  padding-top: 206px;
  padding-bottom: 80px;
  width: 100%;
  overflow: hidden;
}
.bottom-box .wrap1 {
  position: relative;
}
.bottom-box .wrap1 .bg-box {
  position: absolute;
  top: 10px;
  left: -9%;
  right: -10%;
  width: 117%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: url(../images/bottom-bg-pc.png) no-repeat center top/cover;
}
.bottom-box .wrap1 .sub-wrap {
  position: relative;
  z-index: 2;
}
.bottom-box .wrap1 .sub-wrap .sub-ttl {
  text-align: center;
  margin-bottom: 105px;
  font-size: 50px;
  line-height: 1.36;
  color: #006428;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.bottom-box .wrap1 .sub-wrap .sub-ttl span {
  color: #e5001e;
  font-weight: 700;
}
.bottom-box .wrap1 .sub-wrap .sub-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  width: 74%;
}
.bottom-box .wrap1 .sub-wrap .sub-list li:nth-child(even) {
  margin-left: 26%;
}
.bottom-box .wrap1 .sub-wrap .sub-list li:last-child {
  margin-bottom: 114px;
}
.bottom-box .wrap1 .sub-wrap .sub-list li .icon {
  width: 200px;
}
.bottom-box .wrap1 .sub-wrap .sub-list li .icon img {
  width: 100%;
}
.bottom-box .wrap1 .sub-wrap .sub-list li .txt-box {
  width: calc(100% - 224px);
}
.bottom-box .wrap1 .sub-wrap .sub-list li .txt-box .ttl {
  font-size: 30px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 700;
}
.bottom-box .wrap1 .sub-wrap .sub-list li .txt-box .icu-img {
  max-width: 294px;
  margin-bottom: 24px;
}
.bottom-box .wrap1 .sub-wrap .sub-list li .txt-box .icu-img img {
  width: 100%;
}
.bottom-box .wrap1 .sub-wrap .sub-list li .txt-box .text {
  font-size: 16px;
  line-height: 1.62;
  color: #000000;
  font-weight: 600;
}
.bottom-box .wrap1 .sub-wrap .bottom-copy {
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
  color: #006428;
  font-weight: 600;
  margin-bottom: 88px;
}
.bottom-box .wrap1 .sub-wrap .bottom-textimg {
  padding-bottom: 90px;
  width: 63%;
  margin-left: auto;
  margin-right: auto;
  max-width: 246px;
}
.bottom-box .wrap1 .sub-wrap .bottom-textimg img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bottom-box {
    padding-top: 12.5vw;
    padding-bottom: 0px;
    width: 100%;
    overflow: hidden;
  }
  .bottom-box .wrap1 {
    position: relative;
  }
  .bottom-box .wrap1 .bg-box {
    position: absolute;
    top: 0px;
    left: -29%;
    right: -14%;
    width: 148%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: url(../images/bottom-bg-sp.png) no-repeat center top/100%;
  }
  .bottom-box .wrap1 .sub-wrap {
    position: relative;
    z-index: 2;
  }
  .bottom-box .wrap1 .sub-wrap .sub-ttl {
    text-align: center;
    margin-bottom: 9.6vw;
    font-size: 6.7vw;
    line-height: 1.42;
  }
  .bottom-box .wrap1 .sub-wrap .sub-list li {
    display: block;
    margin-bottom: 14.4vw;
    width: 100%;
  }
  .bottom-box .wrap1 .sub-wrap .sub-list li:nth-child(even) {
    margin-left: 0;
  }
  .bottom-box .wrap1 .sub-wrap .sub-list li:last-child {
    margin-bottom: 32.6vw;
  }
  .bottom-box .wrap1 .sub-wrap .sub-list li .icon {
    width: 57%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9vw;
  }
  .bottom-box .wrap1 .sub-wrap .sub-list li .icon img {
    width: 100%;
  }
  .bottom-box .wrap1 .sub-wrap .sub-list li .txt-box {
    width: 100%;
  }
  .bottom-box .wrap1 .sub-wrap .sub-list li .txt-box .ttl {
    font-size: 5.5vw;
    line-height: 1.5;
  }
  .bottom-box .wrap1 .sub-wrap .sub-list li .txt-box .icu-img {
    max-width: 78%;
    margin-bottom: 6.2vw;
  }
  .bottom-box .wrap1 .sub-wrap .sub-list li .txt-box .icu-img img {
    width: 100%;
  }
  .bottom-box .wrap1 .sub-wrap .sub-list li .txt-box .text {
    font-size: 3.8vw;
    line-height: 1.87;
    font-weight: 600;
  }
  .bottom-box .wrap1 .sub-wrap .bottom-copy {
    font-size: 3.8vw;
    text-align: center;
    line-height: 2.5;
    font-weight: 600;
    margin-bottom: 15vw;
  }
  .bottom-box .wrap1 .sub-wrap .bottom-textimg {
    padding-bottom: 0vw;
    width: 63%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .bottom-box .wrap1 .sub-wrap .bottom-textimg img {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */