body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

/* Banner ===================================================================== */
.banner {
  position: relative;
}
.banner .banner-box {
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 40%;
  max-width: 550px;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1500px) {
  .banner .banner-box {
    top: 30%;
  }
}
@media (max-width: 1220px) {
  .banner .banner-box {
    display: none;
  }
}
.banner .banner-box .banner-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #999595;
}
.banner .banner-box .banner-text {
  line-height: 1.7rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
.banner .banner-box .banner-btn-out {
  display: flex;
  justify-content: center;
}
.banner .banner-box .banner-btn {
  color: #fff;
  background: linear-gradient(#dbe27e, #0F3675);
  padding: 10px 25px 10px 45px;
  border-radius: 3px;
  position: relative;
}
.banner .banner-box .banner-btn:hover:after {
  left: 20px;
}
.banner .banner-box .banner-btn:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 17px;
  background: url(icons/icon-bn-arrow.svg) no-repeat;
  width: 17px;
  height: 17px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .banner {
    margin-top: 70px;
  }
}
@media (max-width: 576px) {
  .banner .idx-bn-pc {
    display: none;
  }
}
.banner .idx-bn-m {
  display: none;
}
@media (max-width: 576px) {
  .banner .idx-bn-m {
    display: block;
  }
}

.idx-banner.slick-dotted.slick-slider {
  margin-bottom: -3px;
}
.idx-banner .slick-dots {
  bottom: 20px;
}
.idx-banner .slick-dots li.slick-active button:before {
  color: #C12C1F;
}

/* Product ===================================================================== */
.wrap-product {
  opacity: 0;
}
.wrap-product.active {
  animation: idxFadein 2s forwards;
}

.product-zone {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 2rem;
}
.product-zone a:hover {
  color: #fec41b;
}
.product-zone .product-title {
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  padding-top: 24%;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 576px) {
  .product-zone .product-title {
    font-size: 2rem;
    padding-top: 29%;
  }
}
.product-zone .product-title span {
  color: #00913A;
}
.product-zone .product-title:after {
  position: absolute;
  left: calc(50% - 32px);
  bottom: -20px;
  content: "";
  width: 65px;
  height: 2px;
  background: url(../images/title-line.jpg) no-repeat;
}
.product-zone .product-text {
  width: 80%;
  margin: 0 auto;
}

.product-zone-bg-01 {
  background: url(../images/idx-product-bg-01.jpg) no-repeat left bottom;
}
@media (max-width: 576px) {
  .product-zone-bg-01 {
    background: none;
  }
}

.product-zone-bg-02 {
  background: url(../images/idx-product-bg-02.jpg) no-repeat right top;
}
@media (max-width: 576px) {
  .product-zone-bg-02 {
    background-position: center -370px;
  }
}

.product-list {
  margin: 0 10px;
}
.product-list .product-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}
.product-list .product-pic:hover img {
  transform: scale(1.1);
}
.product-list .product-pic img {
  max-height: 100%;
  transition: all 1s ease-in-out;
}
.product-list .product-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-list .product-name {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.idx-product .slick-list {
  padding-top: 50px !important;
}
.idx-product .slick-dots {
  top: 0px;
  pointer-events: none;
}
.idx-product .slick-dots li button {
  pointer-events: auto;
}
.idx-product .slick-dots li button:before {
  color: #ccc;
  opacity: 0.5;
}
.idx-product .slick-dots li.slick-active button:before {
  color: #0F3675;
}

/* About Us ===================================================================== */
.wrap-about {
  position: relative;
  margin-top: 8%;
}
.wrap-about .about-pic {
  text-align: right;
}

.about-zone {
  position: absolute;
  top: 230px;
  left: -70px;
  z-index: 1;
  max-width: 740px;
  background-color: rgb(0 145 58 / 90%);
  padding: 30px 50px 50px 50px;
  opacity: 0;
}
.about-zone.active {
  animation: idxFadein 1s forwards;
}
@media (max-width: 1500px) {
  .about-zone {
    left: 0px;
  }
}
@media (max-width: 1200px) {
  .about-zone {
    position: static;
    background-color: #0F3675;
  }
}
.about-zone h1 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 3.1rem;
  color: #fff;
}
@media (max-width: 576px) {
  .about-zone h1 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.about-zone .about-text {
  color: #fff;
  line-height: 2rem;
}
.about-zone .about-text a:hover {
  color: #ffda00;
}
.about-zone .btn-about {
  color: #fff;
  overflow: hidden;
  letter-spacing: 0.1rem;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 30px auto 0 auto;
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 1.2;
  max-width: 200px;
}
.about-zone .btn-about:hover {
  color: #0F3675;
}
.about-zone .btn-hv {
  position: relative;
  z-index: 0;
}
.about-zone .btn-hv:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  border-radius: 100%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  transform: scale(0.2);
  transform-origin: 50% 50%;
  transition: all 0.5s;
  opacity: 0;
}
.about-zone .btn-hv:hover:before {
  transform: scale(105);
  opacity: 1;
}

/* About Us ===================================================================== */
.wrap-about-2nd {
  position: relative;
/*  margin-top: 8%;*/
}
@media (max-width: 576px) {
  .wrap-about-2nd {
    margin-top: 0;
  }
}
.wrap-about-2nd .about-2nd-pic {
  position: relative;
  z-index: 0;
  transform: translateX(50px);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .wrap-about-2nd .about-2nd-pic {
    display: none;
  }
}
.wrap-about-2nd .about-2nd-pic img {
  width: 650px;
}
.wrap-about-2nd .about-2nd-pic.active {
  animation: moveFront 3s forwards;
  animation-delay: 1s;
}

.about-2nd-zone {
  position: absolute;
  z-index: 2;
  top: 210px;
  right: -30px;
  max-width: 740px;
  background-color: #00913A;
  padding: 30px 50px 50px 50px;
}
@media (max-width: 1200px) {
  .about-2nd-zone {
    position: static;
  }
}
.about-2nd-zone h2 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 3.1rem;
  color: #fff;
}
@media (max-width: 576px) {
  .about-2nd-zone h2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.about-2nd-zone .about-2nd-text {
  color: #fff;
  line-height: 2rem;
}
.about-2nd-zone .about-2nd-text a:hover {
  color: #ffda00;
}
.about-2nd-zone .btn-about {
  color: #fff;
  overflow: hidden;
  letter-spacing: 0.1rem;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 30px auto 0 auto;
  display: block;
  padding: 10px 0;
  text-align: center;
  max-width: 200px;
}
.about-2nd-zone .btn-about:hover {
  color: #0F3675;
}
.about-2nd-zone .btn-hv {
  position: relative;
  z-index: 0;
}
.about-2nd-zone .btn-hv:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  border-radius: 100%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  transform: scale(0.2);
  transform-origin: 50% 50%;
  transition: all 0.5s;
  opacity: 0;
}
.about-2nd-zone .btn-hv:hover:before {
  transform: scale(105);
  opacity: 1;
}

/* Advantage =================================================================== */
/*
.advantage-bg-01 {
  background: url(../images/idx-advantage-bg-01.jpg) no-repeat left top;
  height: 719px;
  padding-top: 50px;
  margin-top: 7%;
}
@media (max-width: 576px) {
  .advantage-bg-01 {
    background: none;
  }
}
*/

.advantage-bg-02 {
  background: url(../images/idx-advantage-bg-02.jpg) no-repeat center top;
  height: 619px;
  position: relative;
}
@media (max-width: 576px) {
  .advantage-bg-02 {
    background-position: -1190px top;
  }
}

.advantage-bg-02cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.advantage-bg-02cover.active {
  animation: fadeout 1s forwards;
}

.advantage-zone {
  padding: 9% 0 0 15%;
}
@media (max-width: 576px) {
  .advantage-zone {
    padding: 9% 0 0 25%;
  }
}

.advantage-list {
  list-style: none;
  color: #fff;
  width: 70%;
}
@media (max-width: 576px) {
  .advantage-list {
    width: 100%;
  }
}
.advantage-list li {
  position: relative;
  margin-bottom: 7%;
}
.advantage-list li img {
  width: 70px;
}
@media (max-width: 576px) {
  .advantage-list li img {
    width: 60px;
  }
}
.advantage-list .advantage-list-icon {
  position: absolute;
  top: 10px;
  left: -100px;
}
.advantage-list .advantage-list-title {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .advantage-list .advantage-list-title {
    font-size: 1.5rem;
  }
}
.advantage-list .advantage-list-text {
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 576px) {
  .advantage-list .advantage-list-text {
    font-size: 1rem;
  }
}

/* Product 2nd =================================================================== */
.product-2nd-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  opacity: 0;
}
.product-2nd-pic img {
  transition: all 0.8s;
  max-height: 100%;
}
.product-2nd-pic:hover img {
  transform: scale(1.07);
}
.product-2nd-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wrap-product-2nd {
  padding-top: 8%;
  padding-bottom: 8%;
}
.wrap-product-2nd .row {
  margin-top: 10%;
}
@media (max-width: 576px) {
  .wrap-product-2nd .row .order-1 {
    order: 2;
  }
}
@media (max-width: 576px) {
  .wrap-product-2nd .row .order-2 {
    order: 1;
  }
}

.product-2nd-zone {
  padding: 4% 0 0 5%;
}
.product-2nd-zone .product-2nd-title {
  font-size: 2.2rem;
  color: #0F3675;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .product-2nd-zone .product-2nd-title {
    font-size: 1.9rem;
  }
}
.product-2nd-zone .product-2nd-text {
  line-height: 1.7rem;
}
.product-2nd-zone .product-2nd-text ul {
  margin: 20px 0 20px 20px;
}
.product-2nd-zone .product-2nd-text li {
  margin-bottom: 10px;
}
.product-2nd-zone .btn-product {
  color: #0F3675;
  overflow: hidden;
  letter-spacing: 0.1rem;
  border: 1px solid #0F3675;
  border-radius: 20px;
  margin-top: 30px;
  display: block;
  padding: 10px 0;
  text-align: center;
  max-width: 200px;
}
.product-2nd-zone .btn-product:hover {
  color: #fff;
}
.product-2nd-zone .btn-hv {
  position: relative;
  z-index: 0;
}
.product-2nd-zone .btn-hv:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  border-radius: 100%;
  width: 2px;
  height: 2px;
  background-color: #0F3675;
  transform: scale(0.2);
  transform-origin: 50% 50%;
  transition: all 0.5s;
  opacity: 0;
}
.product-2nd-zone .btn-hv:hover:before {
  transform: scale(105);
  opacity: 1;
}

/* Client =================================================================== */
.client-zone-bg {
  background: url(../images/idx-client-bg.jpg) no-repeat center top;
  position: relative;
  height: 714px;
}
@media (max-width: 576px) {
  .client-zone-bg {
    background-position: -300px top;
  }
}
.client-zone-bg .client-zone-bg-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.client-zone-bg .client-zone-bg-cover.active {
  animation: fadeout 1s forwards;
}
.client-zone-bg .client-headline {
  color: #fff;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  position: relative;
  padding-top: 4%;
}
@media (max-width: 576px) {
  .client-zone-bg .client-headline {
    font-size: 1.9rem;
    padding-top: 130px;
  }
}
.client-zone-bg .client-headline span {
  color: #0F3675;
}
.client-zone-bg .client-headline:after {
  position: absolute;
  left: calc(50% - 32px);
  bottom: -20px;
  content: "";
  width: 65px;
  height: 2px;
  background: url(../images/title-line.jpg) no-repeat;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.client-circle {
  position: absolute;
  left: calc(50% - 244px);
  top: 25%;
  animation: rotate 70s linear infinite;
}
@media (max-width: 576px) {
  .client-circle {
    display: none;
  }
}

.wrap-client {
  width: 400px;
  margin: 0 auto;
  padding-top: 8%;
}
@media (max-width: 1360px) {
  .wrap-client {
    padding-top: 12%;
  }
}

.idx-client .slick-dots li button:before {
  color: #ccc;
  opacity: 0.5;
}
.idx-client .slick-dots li.slick-active button:before {
  color: #0F3675;
}
.idx-client .slick-dots {
  bottom: -50px;
}

.client-list .circle {
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
  overflow: hidden;
}
.client-list .circle img {
  height: 100%;
}
.client-list .circle:before {
  transition: all 0.3s ease-in-out;
  content: "";
  background-color: #000;
  border-radius: 50%;
  display: block;
  opacity: 0;
  z-index: 1;
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.client-list .circle:hover:before {
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.client-list .client-name {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-top: 15px;
}
.client-list .client-text {
  text-align: center;
  color: #fff;
  margin-top: 15px;
  line-height: 1.7rem;
}

/* Application =================================================================== */
.wrap-app-news {
  padding: 4% 20px;
}
@media (max-width: 576px) {
  .wrap-app-news {
    padding: 45px 20px;
  }
}

.idx-application .slick-dots li button:before {
  color: #ccc;
  opacity: 0.5;
}
.idx-application .slick-dots li.slick-active button:before {
  color: #0F3675;
}

.application-headline {
  color: #0F3675;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  position: relative;
  margin-bottom: 5%;
}
@media (max-width: 576px) {
  .application-headline {
    margin-bottom: 30px;
  }
}
.application-headline:after {
  position: absolute;
  left: calc(50% - 32px);
  bottom: -9px;
  content: "";
  width: 65px;
  height: 2px;
  background: url(../images/title-line.jpg) no-repeat;
}

.application-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}
.application-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* News =================================================================== */
.news-headline {
  color: #00913A;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  position: relative;
  margin-bottom: 8%;
}
@media (max-width: 576px) {
  .news-headline {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}
.news-headline:after {
  position: absolute;
  left: calc(50% - 32px);
  bottom: -9px;
  content: "";
  width: 65px;
  height: 2px;
  background: url(../images/title-line.jpg) no-repeat;
}

.news-list {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin: 3% 0;
}
.news-list .news-date {
  color: #00913A;
  font-size: 1.2rem;
  padding-bottom: 10px;
  display: block;
}
.news-list .news-content {
  line-height: 1.8rem;
  display: block;
  transition: all 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list a .news-content {
  color: #000;
}
.news-list:hover .news-content {
  color: #abaaaa;
}