@-webkit-keyframes banner-anime {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes banner-anime {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scrollA {
  from {
    background-position: 0 -60px;
  }
  to {
    background-position: 0 60px;
  }
}

@keyframes scrollA {
  from {
    background-position: 0 -60px;
  }
  to {
    background-position: 0 60px;
  }
}

.banner {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 1;
  padding-left: 50px;
}

@media only screen and (max-width: 1201px) {
  .banner {
    padding-left: 20px;
  }
}

.banner .scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
}

.banner .scroll .scroll-line {
  width: 1px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00a683), color-stop(50%, #006ea0));
  background: -webkit-linear-gradient(top, #00a683 50%, #006ea0 50%);
  background: -o-linear-gradient(top, #00a683 50%, #006ea0 50%);
  background: linear-gradient(to bottom, #00a683 50%, #006ea0 50%);
  background-position: 0 -120px;
  background-size: 100% 200%;
  margin: 0 auto 10px;
  -webkit-animation: scrollA 4s linear infinite;
          animation: scrollA 4s linear infinite;
}

.banner .idx-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner .idx-banner picture {
  display: block;
  overflow: hidden;
  border-top-left-radius: 150px;
}

@media only screen and (max-width: 1201px) {
  .banner .idx-banner picture {
    border-top-left-radius: 80px;
  }
}

.banner .idx-banner img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.banner .idx-banner .slider {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner .idx-banner .slider .slick-dots {
  width: auto;
  left: 10.9375vw;
  bottom: -20px;
}

.banner .idx-banner .slider .slick-dots li {
  background: #006ea0;
  width: 17px;
  height: 40px;
  -webkit-transform: skew(0, -20deg);
      -ms-transform: skew(0, -20deg);
          transform: skew(0, -20deg);
  margin-right: 10px;
}

.banner .idx-banner .slider .slick-dots li.slick-active {
  background: #12be9a;
}

.banner .idx-banner .slider .slick-dots li button:before {
  display: none;
}

.banner .idx-banner .slider .full {
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .idx-banner .slider .full > div {
  width: 40%;
  margin-left: 10.9375vw;
}

.banner .idx-banner .slider .full h2 {
  font-size: clamp(20px, 1.75vw + 14.4px, 48px);
}

.banner .idx-banner .slider .full .text {
  font-size: clamp(16px, 0.125vw + 15.6px, 18px);
  margin-top: 20px;
  line-height: 1.4;
}

.banner .idx-banner .slider .full .more {
  width: 180px;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00a683;
  margin-top: 40px;
}

.banner .idx-banner .slider .full .more i {
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 20px;
}

@media only screen and (max-width: 1601px) {
  .banner .idx-banner .slider .full .text {
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media only screen and (max-width: 1201px) {
  .banner .idx-banner .slider .full {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 60px;
  }
  .banner .idx-banner .slider .full > div {
    width: 60%;
  }
  .banner .idx-banner .slider .full .text {
    display: none;
  }
}

@media only screen and (max-width: 961px) {
  .banner .idx-banner .slider .full h2 {
    font-size: clamp(30px, 1.125vw + 26.4px, 48px);
  }
  .banner .idx-banner .slider .full .text {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media only screen and (max-width: 577px) {
  .banner .idx-banner .slider .full > div {
    width: 80%;
  }
  .banner .idx-banner .slider .full h2 {
    font-size: clamp(24px, 1.5vw + 19.2px, 48px);
  }
}

.banner .idx-banner a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  position: absolute;
}

.idx-content--bg {
  background: url("../images/idx-bg.jpg") no-repeat 0 220px;
  background-size: 100% auto;
  padding: 140px 0 100px 0;
}

.idx-content--bg2 {
  padding: 80px 0 100px 0;
  background: url("../images/news-bg.jpg") no-repeat right bottom;
}

.idx-content--bg3 {
  background: url("../images/about-bg.jpg") no-repeat;
  background-size: cover;
  height: 623px;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.idx-content--bg3 .about-pic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57.96875vw;
}

.idx-content--bg3 .about-pic img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 961px) {
  .idx-content--bg3 {
    padding: 60px 30px 30px;
  }
}

@media only screen and (max-width: 769px) {
  .idx-content--bg3 {
    height: auto;
    padding-bottom: 50%;
  }
  .idx-content--bg3 .about-pic {
    width: 100%;
  }
}

.idx-content .idx-content__title {
  font-size: clamp(24px, 0.75vw + 21.6px, 36px);
  text-align: center;
}

.idx-content .idx-content__title:after {
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  margin: 10px auto;
  background: -webkit-gradient(linear, left top, right top, from(#00a683), to(#006ea0));
  background: -webkit-linear-gradient(left, #00a683, #006ea0);
  background: -o-linear-gradient(left, #00a683, #006ea0);
  background: linear-gradient(to right, #00a683, #006ea0);
}

.idx-content .idx-content__more {
  width: 180px;
  height: 50px;
  border-radius: 10px;
  background: #00a683;
  position: relative;
  color: #fff;
  margin: 60px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-content .idx-content__more i {
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 20px;
}

.idx-about {
  color: #fff;
  width: 660px;
  margin-right: 10vw;
}

.idx-about .title {
  font-size: clamp(30px, 0.375vw + 28.8px, 36px);
  margin-bottom: 20px;
}

.idx-about .text {
  line-height: 1.6;
}

.idx-about .more {
  width: 180px;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  color: #00a683;
  margin: 30px 0 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-about .more i {
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 20px;
}

@media only screen and (max-width: 1601px) {
  .idx-about {
    margin-right: 8vw;
  }
}

@media only screen and (max-width: 961px) {
  .idx-about {
    margin-right: 0;
  }
}

.idx-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
  margin-top: 20px;
  letter-spacing: .1em;
}

.idx-list .idx-list__item figure {
  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;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeefef));
  background: -webkit-linear-gradient(#fff, #eeefef);
  background: -o-linear-gradient(#fff, #eeefef);
  background: linear-gradient(#fff, #eeefef);
  border-radius: 30px;
  padding-top: 100%;
  position: relative;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.idx-list .idx-list__item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.idx-list .idx-list__item .info {
  padding: 0 25px;
  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;
  text-align: center;
  min-height: 90px;
  font-size: clamp(15px, 0.1875vw + 14.4px, 18px);
  letter-spacing: 0;
  line-height: 1.4;
}

.idx-list .idx-list__item .info a {
  color: #000;
}

.idx-list .idx-list__item:hover figure {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.idx-list .idx-list__item:hover .info a {
  color: #00a683;
}

@media only screen and (max-width: 769px) {
  .idx-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .idx-list .idx-list__item .info {
    padding: 10px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 401px) {
  .idx-list {
    grid-template-columns: 1fr;
  }
}

.idx-list2 {
  margin-top: 70px;
}

.idx-list2 .slick-list {
  margin: 0 -10px;
}

.idx-list2 .slick-slide {
  margin: 0 10px;
}

.idx-list2 .slick-arrow {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.idx-list2 .slick-prev {
  left: -90px;
  background: url("../images/left.svg") no-repeat #00a683 center;
  background-size: 20px auto;
}

.idx-list2 .slick-next {
  left: auto;
  right: -90px;
  background: url("../images/right.svg") no-repeat #00a683 center;
  background-size: 20px auto;
}

@media only screen and (max-width: 1601px) {
  .idx-list2 .slick-prev {
    left: -45px;
  }
  .idx-list2 .slick-next {
    right: -45px;
  }
}

@media only screen and (max-width: 1401px) {
  .idx-list2 .slick-prev {
    left: 0;
  }
  .idx-list2 .slick-next {
    right: 0;
  }
}

.idx-list2__row figure {
  width: 100%;
  padding: 70% 0 0 0;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
  border-radius: 20px;
  overflow: hidden;
}

.idx-list2__row figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.idx-list2__row .date {
  color: #00a683;
  font-size: clamp(16px, 0.125vw + 15.6px, 18px);
  margin-top: 20px;
}

.idx-list2__row .title {
  font-size: clamp(18px, 0.125vw + 17.6px, 20px);
  font-weight: bold;
  color: #000;
  display: block;
  margin: 15px 0;
}

.idx-list2__row .tag {
  font-style: italic;
}

.idx-list2__overflow {
  position: relative;
  padding: 0 10px 10px 0;
}

.idx-list2__overflow:before {
  content: '';
  display: block;
  border-radius: 20px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #00a683;
}

.idx-adventage {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-adventage .idx-adventage__title {
  font-size: clamp(24px, 0.75vw + 21.6px, 36px);
  max-width: 540px;
}

.idx-adventage .idx-adventage__title:after {
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  margin: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(#00a683), to(#006ea0));
  background: -webkit-linear-gradient(left, #00a683, #006ea0);
  background: -o-linear-gradient(left, #00a683, #006ea0);
  background: linear-gradient(to right, #00a683, #006ea0);
}

.idx-adventage .idx-adventage__text {
  color: #666;
  line-height: 1.6;
  font-size: clamp(16px, 0.125vw + 15.6px, 18px);
}

.idx-adventage .idx-adventage__left {
  width: 50%;
  padding: 0 55px;
}

.idx-adventage .idx-adventage__pic {
  width: 50%;
  text-align: center;
}

.idx-adventage .idx-adventage__pic img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: inline-block;
}

@media only screen and (max-width: 769px) {
  .idx-adventage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx-adventage .idx-adventage__title:after {
    margin: 30px auto;
  }
  .idx-adventage .idx-adventage__left, .idx-adventage .idx-adventage__pic {
    width: 100%;
  }
  .idx-adventage .idx-adventage__left {
    padding: 0 50px 30px;
    text-align: center;
  }
  .idx-adventage .idx-adventage__pic {
    padding: 0 55px;
  }
}

.idx-adventage-list {
  grid-gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 60px;
}

@media only screen and (max-width: 1201px) {
  .idx-adventage-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 577px) {
  .idx-adventage-list {
    grid-template-columns: 1fr;
  }
}

.idx-adventage-list .row {
  border-radius: 30px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 45px 25px 25px 25px;
}

.idx-adventage-list .row .row-icon {
  width: 100px;
  height: 100px;
  margin: auto;
  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;
}

.idx-adventage-list .row .row-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.idx-adventage-list .row .row-icon--3 img {
  width: 87px;
}

.idx-adventage-list .row .row-title {
  text-align: center;
  margin: 35px 0;
  font-size: clamp(18px, 0.125vw + 17.6px, 20px);
}

.idx-adventage-list .row .row-list {
  color: #666666;
}

.idx-adventage-list .row .row-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.idx-adventage-list .row .row-list li:before {
  content: '';
  display: block;
  width: 7px;
  min-width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #00a683;
  margin: 7px 10px 0 0;
}
