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

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

/* Banner ===================================================================== */
.banner-mobile {
  display: none;
}
@media (max-width: 576px) {
  .banner {
    margin-top: 70px;
  }
  .banner-pc {
    display: none;
  }  
  .banner-mobile {
    display: block;
  }  
}

/* About Us ===================================================================== */
.wrap-about {
  background: url(../images/idx-about-bg.png) no-repeat top left;
  padding-bottom: 13%;
}
@media (max-width: 992px) {
  .wrap-about {
    background: url(../images/idx-about-bg-m.png) no-repeat center;
  }
}

.about-zone {
  margin-top: 33%;
}
@media (max-width: 992px) {
  .about-zone {
    text-align: center;
	padding-top: 10%;
	margin-top: 30%;
  }
}
@media (max-width: 576px) {
  .about-zone {
    margin-top: 7%;
  }
}
.about-zone h1 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 3.1rem;
  color: #528FCF;
}
@media (max-width: 576px) {
  .about-zone h1 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.about-zone .about-text {
  line-height: 2rem;
}
.about-zone .about-text a:hover {
  color: #ffda00;
}
.about-zone .btn-about {
  color: #00376C;
  letter-spacing: 0.1rem;
  border: 1px solid #00376C;
  margin-top: 30px;
  display: block;
  padding: 10px 0;
  text-align: center;
  max-width: 200px;
  transition: all 0.3s;
}
.about-zone .btn-about:hover {
  color: #fff;
  border: 1px solid #528FCF;
}
@media (max-width: 992px) {
  .about-zone .btn-about {
    margin: 30px auto 0 auto;
  }
}
.about-zone .btn-hv {
  position: relative;
  z-index: 0;
}
.about-zone .btn-hv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #528FCF;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s;
}
.about-zone .btn-hv:hover:before {
  transform: scaleX(1);
}

/* Product ===================================================================== */
.wrap-product {
  margin-top: 5%;
}

.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;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 576px) {
  .product-zone .product-title {
    font-size: 2rem;
  }
}
.product-zone .product-title span {
  color: #528FCF;
}
.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;
	text-align: center;
}

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



.product-list {
  margin: 0 5px;
}
.product-list .product-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.product-list .product-pic img {
  max-height: 100%;
}
.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;
}

.idx-product .slick-center .product-pic img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  padding-top: 70px;
}
.idx-product .slick-center .product-name {
  margin-top: 30px;
}
.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: #528FCF;
  opacity: 1;
}
.idx-product .slick-dots li.slick-active button:before {
  color: #35b5c0;
}

/* Process =================================================================== */
.process-zone-bg {
  background: url(../images/idx-process-bg.jpg) no-repeat center top;
  height: 1211px;
  position: relative;
}
@media (max-width: 576px) {
  .process-zone-bg {
    background: url(../images/idx-process-bg-m.jpg) no-repeat center -60px;
    height: 865px;
  }
}
.process-zone-bg .process-headline {
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  position: relative;
  padding-top: 230px;
}
@media (max-width: 576px) {
  .process-zone-bg .process-headline {
    font-size: 2rem;
    padding-top: 130px;
  }
}
.process-zone-bg .process-headline span {
  color: #528FCF;
}
.process-zone-bg .process-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);
  }
}
.process-circle {
  position: absolute;
  left: calc(50% - 244px);
  top: 30%;
  animation: rotate 70s linear infinite;
}
@media (max-width: 576px) {
  .process-circle {
    display: none;
  }
}

.wrap-process {
  width: 400px;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 576px) {
  .wrap-process {
    padding-top: 100px;
  }
}

.idx-process .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.idx-process .slick-dots li.slick-active button:before {
  color: #00376C;
}
.idx-process .slick-dots {
  bottom: -50px;
}

.process-list .circle {
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  width: 85px;
  height: 85px;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #00376C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.process-list .circle .num {
  color: #00376C;
  font-weight: 600;
}
.process-list .circle .Img {
  z-index: 2;
}
.process-list .circle .Img img {
  width: 50px;
}
.process-list .circle .Img .img-b {
  display: none;
}
.process-list .circle:before {
  transition: all 0.3s ease-in-out;
  content: "";
  background-color: #00376C;
  border-radius: 50%;
  display: block;
  opacity: 0;
  z-index: 1;
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.process-list .circle:hover {
  background-color: #00376C;
}
.process-list .circle:hover .img-a {
  display: none;
}
.process-list .circle:hover .img-b {
  display: block;
}
.process-list .circle:hover:before {
  opacity: 1;
  width: 80%;
  height: 80%;
}
.process-list .circle:hover .num {
  color: #fff;
  z-index: 2;
}
.process-list .process-title {
  text-align: center;
  color: #00376C;
  font-size: 1.5rem;
  margin-top: 15px;
}
.process-list .process-text {
  text-align: center;
  margin-top: 15px;
  line-height: 1.7rem;
}

/* Application ===================================================================== */
.wrap-application {
  margin-top: 5%;
}

.application-zone {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 2rem;
}
.application-zone a {
  color: #000;
}
.application-zone a:hover {
  color: #528FCF!important;
}
.application-zone .application-title {
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 90px;
  position: relative;
}
.application-zone .application-title span {
  color: #528FCF;
}
.application-zone .application-title:after {
  position: absolute;
  left: calc(50% - 32px);
  bottom: -20px;
  content: "";
  width: 65px;
  height: 2px;
  background: url(../images/title-line.jpg) no-repeat;
}

.application-zone-bg-01 {
  background: url(../images/application-bg-01.png) no-repeat left top;
}
/*
@media (max-width: 680px) {
  .application-zone-bg-01 {
    background: none;
  }
}
*/

/*
.application-zone-bg-02 {
  background: url(../images/application-bg-02.png) no-repeat right 220px;
}
*/

.application-list {
  margin: 0 10px;
}
.application-list .application-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.application-list .application-pic img {
  max-height: 100%;
}
.application-list .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;
}

.idx-application .slick-center .application-list {
  transition: all 0.5s ease-in-out;
  margin-top: 50px;
}
.idx-application .slick-dots {
  top: -30px;
  pointer-events: none;
}
.idx-application .slick-dots li button {
  pointer-events: auto;
}
.idx-application .slick-dots li button:before {
  color: #528FCF;
  opacity: 1;
}
.idx-application .slick-dots li.slick-active button:before {
  color: #eee;
}

/* FAQ =================================================================== */
.faq-bg {
  background: url(../images/idx-faq-bg.png) no-repeat left top;
  height: 728px;
}
@media (max-width: 992px) {
  .faq-bg {
    background: none;
    height: auto;
	overflow: hidden;
  }
}

.wrap-faq {
  margin-top: 5%;
}

.faq-zone {
  margin-top: 27%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .faq-zone {
    margin-top: 7%;
  }
}
.faq-zone .faq-title {
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #528FCF;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
	
}
@media (max-width: 992px) {
  .faq-zone .faq-title {
    margin-left: 0;
    text-align: center;
  }
}
.faq-zone .faq-title span {
  color: #000;
}
.faq-zone .faq-title:before {
  content: "";
  width: 24px;
  height: 17px;
  position: absolute;
  top: -10%;
  left: -20%;
  background: url(../images/idx-quotation-01.png) no-repeat left top;
}
@media (max-width: 992px) {
  .faq-zone .faq-title:before {
    display: none;
  }
}
.faq-zone .faq-title:after {
  content: "";
  width: 24px;
  height: 17px;
  position: absolute;
  right: -20%;
  bottom: -10%;
  background: url(../images/idx-quotation-02.png) no-repeat left top;
}
@media (max-width: 992px) {
  .faq-zone .faq-title:after {
    display: none;
  }
}
.faq-zone .faq-list {
  position: relative;
  background-color: #D4E3F3;
  border: 1px dashed #528FCF;
  font-size: 1rem;
  color: #000;
  border-radius: 30px;
  padding: 10px 10px 10px 90px;
  cursor: pointer;
  margin-bottom: 45px;
  line-height: 1.5rem;
  width: 95%;
}
.faq-zone .faq-list:hover {
  color: #528FCF;
}
.faq-zone .faq-list:hover .faq-pic {
  transform: scale(0.9);
}
.faq-zone .faq-list .faq-pic {
  position: absolute;
  top: -10px;
  left: -25px;
  transition: all 0.5s ease-in-out;
}

/* News =================================================================== */
.wrap-news {
  margin-top: 5%;
}

.news-title {
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 90px;
  position: relative;
}
.news-title span {
  color: #528FCF;
}
.news-title:after {
  position: absolute;
  left: calc(50% - 32px);
  bottom: -20px;
  content: "";
  width: 65px;
  height: 2px;
  background: url(../images/title-line.jpg) no-repeat;
}

.idx-news-primary .slick-dots {
  top: 30px;
  right: -90%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .idx-news-primary .slick-dots {
    top: -40px;
    right: 0;
  }
}
.idx-news-primary .slick-dots li button {
  pointer-events: auto;
}
.idx-news-primary .slick-dots li button:before {
  color: #eee;
  opacity: 1;
}
.idx-news-primary .slick-dots li.slick-active button:before {
  color: #00376C;
}

.news-list {
  display: flex;
}
@media (max-width: 680px) {
  .news-list {
    flex-direction: column;
  }
}
.news-list .news-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 63%;
  width: 65%;
}
@media (max-width: 680px) {
  .news-list .news-pic {
    padding-bottom: 100%;
    width: 100%;
  }
}
.news-list .news-pic img {
  max-height: 100%;
}
.news-list .news-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-list .news-info {
  background-color: #f7f7f7;
  width: 38%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 680px) {
  .news-list .news-info {
    width: 100%;
  }
}
.news-list .news-info .news-text {
  color: #528FCF;
  font-size: 1.5rem;
  line-height: 2rem;
}
.news-list .news-info .news-text a {
  color: #00376C;
  transition: all 0.3s ease-in-out;
}
.news-list .news-info .news-text a:hover {
  color: #528FCF;
}
.news-list .news-info .news-date {
  background: url(../images/idx-news-circle.png) no-repeat;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13%;
}
.news-list .news-info .news-date span {
  color: #b3b3b3;
}
@media (max-width: 680px) {
  .news-list .news-info .news-date {
    margin: 0 auto;
    margin-top: 30px;
  }
}

.idx-news-secondary {
  margin-top: 10%;
}
@media (max-width: 992px) {
  .idx-news-secondary {
    display: none !important;
  }
}

.news-Sec-list {
  border-bottom: 1px dashed #e5e5e5;
  padding: 35px 0;
}
.news-Sec-list .news-Sec-date span {
  color: #b3b3b3;
}
.news-Sec-list .news-Sec-text {
  color: #528FCF;
  font-size: 1.3rem;
  line-height: 2rem;
}
.news-Sec-list .news-Sec-text a {
  color: #00376C;
  transition: all 0.3s ease-in-out;
}
.news-Sec-list .news-Sec-text a:hover {
  color: #528FCF;
}

.btn-news-box {
  margin: 30px 0 60px 0;
  position: relative;
}
.btn-news-box:before {
  content: "";
  position: absolute;
  top: -614px;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 614px;
  background-color: #f1f1f1;
}
@media (max-width: 1360px) {
  .btn-news-box:before {
    top: -608px;
    height: 608px;
  }
}
@media (max-width: 992px) {
  .btn-news-box:before {
    display: none;
  }
}
.btn-news-box .btn-news {
  margin: 0 auto;
  color: #00376C !important;
  letter-spacing: 0.1rem;
  border: 1px solid #00376C;
  display: block;
  padding: 10px 0;
  text-align: center;
  max-width: 200px;
  transition: all 0.3s;
}
.btn-news-box .btn-news:hover {
  color: #fff !important;
  border: 1px solid #528FCF;
}
.btn-news-box .btn-hv {
  position: relative;
  z-index: 0;
}
.btn-news-box .btn-hv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #528FCF;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s;
}
.btn-news-box .btn-hv:hover:before {
  transform: scaleX(1);
}