

.mainArea {
  padding: 0;
}


/*--banner--*/
.bannerArea {}

.bannerArea ul li {
  background-repeat: no-repeat;
}

.bannerArea ul li.slick-current h3, .bannerArea ul li.slick-current h4, .bannerArea ul li.slick-current p, .bannerArea ul li.slick-current .btn01 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}


.bannerArea ul li.slick-current h4 {
  transition-delay: .5s;
}

.bannerArea .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /*margin: 0 auto;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bannerArea .bannerText {
  color: #fff;
  width:100%;
  top: 60%;
  left: 50%;
  margin-top:80px;
}


.bannerArea .bannerText h4 {
  font-size: 36px;
  letter-spacing: .075em;
  font-weight: 600;
  text-shadow: 0 5px 6px rgba(0, 0, 0, 0.5);
}


.bannerArea .arrow_prev, .bannerArea .arrow_next {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border:1px solid #fff;
  background: none;
}

.bannerArea .arrow_prev:hover, .bannerArea .arrow_next:hover {
  background: #f08200;
}

.bannerArea .arrow_prev:focus, .bannerArea .arrow_next:focus {
  outline: 0;
}

.bannerArea .arrow_prev.slick-hidden, .bannerArea .arrow_next.slick-hidden {
  opacity: .3;
  display: block;
}

.bannerArea .arrow_prev {
  left: 10px;
}

.bannerArea .arrow_next {
  right: 10px;
}

.bannerArea ul.slick-dots {
  width: 100%;
  bottom: 20px;
  text-align: center;
}

.bannerArea ul.slick-dots li {
  width: auto;
}

.bannerArea ul.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #FC0;
}

.bannerArea ul.slick-dots li button {
  width: 25px;
  height: 5px;
  padding: 0;
}

.bannerArea ul.slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius:100%;
  background: #fff;
  opacity: 1;
}


/*--news--*/
.newsArea {
  width: 100%;
  padding: 50px 0;
}

.newsArea .wrap {
  position: relative;
}

.newsArea .title01{color:#fff;}

.newsArea .btn01 {
  position: absolute;
  right: 0;
  top: -25px;
}

.newsArea ul.newsList {
  margin: 50px -35px 0;
}

.newsArea ul.newsList li {
  padding: 0 35px;
  box-sizing: border-box;
}

.newsArea ul.newsList li a {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: .05em;
  color: #fff;
}

.newsArea ul.newsList li a:focus {
  outline: none;
}

.newsArea ul.newsList li a:hover {
  color: #f08200;
}

.newsArea .date {
  font-size: 15px;
  color: #fff;
  width:90px;
  padding:5px 18px;
  background:#32A4D8;
  border-radius:50em;
  font-weight: 300;
  letter-spacing: .05em;
}

.newsArea ul.slick-dots {
  bottom: -70px;
  width: 100%;
}

.newsArea ul.slick-dots li {
  padding: 0;
  margin: 0 12px;
}

.newsArea ul.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f08200;
}

.newsArea ul.slick-dots li button {
  width: 25px;
  height: 5px;
  padding: 0;
}

.newsArea ul.slick-dots li button:before {
  content: '';
  width: 25px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}


.arrowBox .prevArrow, .arrowBox .nextArrow {
  position: relative;
  color: #999;
}

.arrowBox .prevArrow::before, .arrowBox .nextArrow::before {
  background-color: #a0a0a0;
}

.arrowBox .prevArrow::after {
  box-shadow: -1px 1px 0 #a0a0a0;
}

.arrowBox .nextArrow::after {
  box-shadow: 1px -1px 0 #a0a0a0;
}

.prevArrow, .nextArrow {
  position: absolute;
  z-index: 2;
  padding: 10px 15px;
  color: #333;
  font-size: 14px;
  border: none;
  outline: none;
  letter-spacing: 1px;
  background-color: transparent;
  cursor: pointer;
}

.prevArrow:hover, .nextArrow:hover {
  color: #336432;
}

.prevArrow:hover::before, .nextArrow:hover::before {
  width: 30px;
  background-color: #336432;
}

.prevArrow::before, .prevArrow::after, .nextArrow::before, .nextArrow::after {
  content: '';
  position: absolute;
  z-index: 1;
}

.prevArrow::before, .nextArrow::before {
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #333;
}

.prevArrow::after, .nextArrow::after {
  top: 13px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.prevArrow {
  padding-left: 35px;
}

.prevArrow:hover::before {
  left: -10px;
}

.prevArrow:hover::after {
  left: -8px;
  box-shadow: -1px 1px 0 #336432;
}

.prevArrow::before {
  left: 0;
}

.prevArrow::after {
  left: 2px;
  box-shadow: -1px 1px 0 #333;
}

.nextArrow {
  padding-right: 35px;
}

.nextArrow:hover::before {
  right: -10px;
}

.nextArrow:hover::after {
  right: -8px;
  box-shadow: 1px -1px 0 #336432;
}

.nextArrow::before {
  right: 0;
}

.nextArrow::after {
  right: 2px;
  box-shadow: 1px -1px 0 #333;
}



@media (max-width: 1180px) {
  .bannerArea .wrapper {
    width: 100%;
    padding: 60px 0px 0 0;
    box-sizing: border-box;
  }
  .bannerArea .arrow_prev, .bannerArea .arrow_next {
    display: none !important;
  }
.bannerArea .bannerText h4, .bannerArea .Txt p, .bannerArea .Txt .btn01 {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  
  .bannerArea .bannerText {
  color: #fff;
  width: 100%;
  top: 50%;
    margin-top:50px;

}
  .bannerArea .bannerText h4 {
    font-size: 27px;
  }
  .bannerArea ul.slick-dots {
    bottom: 0px;
  }
}


@media (max-width: 768px) {
.bannerArea .bannerText {
    width: 100%;
	top:50%;
	  margin-top:50px;
  }
  
  .bannerArea .bannerText h4 {
    font-size: 24px;
  }
  
}

@media (max-width: 767px) {
  .bannerArea ul li {
    background-size: cover;
  }

  .bannerArea .rightImg {
    display: none;
  }
  .textArea {
    font-size: 18px;
    padding: 40px 0 60px;
  }
 
.bannerArea .bannerText {
    width: 100%;
	top: 50%;
  }
}

@media (min-width: 481px) {
	.bannerArea .bannerText {
    width: 100%;
	top: 15%;
    left: 50%;
  }
}

@media (max-width: 480px) {
 
   .bannerArea .bannerText h4 {
   display:none;
  }
 

  .bannerArea .btn01 a {
    font-size: 14px;
    padding: 13px 40px;
  }
 
}