.banner {
  width: calc( 100% - 120px);
  position: relative;
  margin: 0 auto;
}

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

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

.banner .idx-banner .slider .slick-next, .banner .idx-banner .slider .slick-prev {
  background: url("../images/idx-arrow.svg") no-repeat center;
  background-size: 40px;
}

@media only screen and (max-width: 577px) {
  .banner .idx-banner .slider .slick-next, .banner .idx-banner .slider .slick-prev {
    background-size: 20px;
  }
}

.banner .idx-banner .slider .slider-full {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*a
					display: block
					position: absolute
					width: 100%
					height: 100%
					top: 0
					left: 0
					z-index: 4*/
}

.banner .idx-banner .slider .slider-full.slick-current .slider-flex .slogan {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.banner .idx-banner .slider .slider-full .slider-flex {
  height: inherit;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.banner .idx-banner .slider .slider-full .slider-flex .slogan {
  margin-left: 6.77%;
  width: 570px;
  letter-spacing: 0.06em;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  color: #fff;
}

.banner .idx-banner .slider .slider-full .slider-flex .slogan h2 {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 60px;
  line-height: 3.75rem;
  font-weight: bold;
}

.banner .idx-banner .slider .slider-full .slider-flex .slogan .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 15px 0 60px 0;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.banner .idx-banner .slider .slider-full .slider-flex .slogan .banner-more {
  width: 200px;
  height: 60px;
  border-radius: 60px;
  background: #fed136;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#fed136), to(#f4d87a));
  background: -webkit-linear-gradient(left, #fed136, #f4d87a);
  background: -o-linear-gradient(left, #fed136, #f4d87a);
  background: linear-gradient(to right, #fed136, #f4d87a);
  font-weight: bold;
}

.banner .idx-banner .slider .slider-full .slider-flex .slogan .banner-more i {
  margin-left: 20px;
}

.banner .idx-banner .slider .slider-full .slider-flex .slogan .banner-more:hover {
  opacity: .8;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 1600px) {
  .banner .idx-banner .slider .slider-full .slider-flex .slogan h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
    line-height: 3rem;
  }
  .banner .idx-banner .slider .slider-full .slider-flex .slogan .text {
    margin: 15px 0 30px 0;
  }
}

@media only screen and (max-width: 1201px) {
  .banner .idx-banner .slider .slider-full .slider-flex .slogan {
    width: 50%;
  }
  .banner .idx-banner .slider .slider-full .slider-flex .slogan h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
  .banner .idx-banner .slider .slider-full .slider-flex .slogan .text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .banner .idx-banner .slider .slider-full .slider-flex .slogan .banner-more {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .banner .idx-banner .slider .slider-full .slider-flex .slogan .banner-more i {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 769px) {
  .banner .idx-banner .slider .slider-full .slider-flex .slogan h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
    line-height: 3rem;
  }
  .banner .idx-banner .slider .slider-full .slider-flex .slogan .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 577px) {
  .banner .idx-banner .slider .slider-full .slider-flex .slogan {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0;
  }
  .banner .idx-banner .slider .slider-full .slider-flex .slogan h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
  .banner .idx-banner .slider .slider-full .slider-flex .slogan .banner-more {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 401px) {
  .banner .idx-banner .slider .slider-full .slider-flex .slogan h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

.banner .idx-banner .slider .slider-full img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.banner .idx-banner .slider .slick-dots {
  width: 100%;
  top: inherit;
  right: 0;
  bottom: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .idx-banner .slider .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 0 5px;
  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;
  position: relative;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.banner .idx-banner .slider .slick-dots li button {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #fff;
  padding: 0;
}

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

.banner .idx-banner .slider .slick-dots li.slick-active button {
  background: #fed136;
}

.banner .idx-banner .idx-banner .slider .slider-full .slogan {
  width: 70%;
}

.banner .idx-banner .idx-banner .slider .slider-full .slogan h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

@media only screen and (max-width: 1600px) {
  .banner {
    width: 100%;
  }
}

.idx-content {
  width: 100%;
  padding: 90px 0;
}

.idx-content .idx-content__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.idx-content .idx-content__title:after {
  content: '';
  display: block;
  width: 67px;
  height: 5px;
  margin: 22px auto 50px auto;
  background: #fed136;
}

.idx-content .idx-content__title span {
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}

.idx-content .idx-content__more {
  margin: 40px auto 0;
  width: 160px;
  padding: 15px 10px 15px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #000;
  font-weight: bold;
}

.idx-content .idx-content__more i {
  margin-left: 18px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.idx-content .idx-content__more:hover {
  color: #000;
}

.idx-content .idx-content__more:hover i {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

@media only screen and (max-width: 1400px) {
  .idx-content {
    padding: 50px 0;
  }
  .idx-content .idx-content__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-content .idx-content__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.idx-content--bg {
  background: #f0f0f0;
}

.idx-content--bg2 {
  background: url("../images/idx-bg2.jpg") no-repeat;
  background-size: cover;
}

.idx-content--bg3 {
  background: url("../images/idx-about-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.idx-content--bg3 .idx-pic {
  position: absolute;
  right: 60px;
  top: -130px;
  height: auto;
  width: 26.09vw;
  display: block;
}

@media only screen and (max-width: 1600px) {
  .idx-content--bg3 .idx-pic {
    top: -5.729vw;
  }
}

@media only screen and (max-width: 577px) {
  .idx-content--bg3 {
    padding-top: 100px;
  }
}

.idx-product {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  margin-bottom: 100px;
}

.idx-product .idx-product__row {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  opacity: .5;
}

.idx-product .idx-product__row figure {
  width: 100%;
  padding: 100% 0 0 0;
  position: relative;
}

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

.idx-product .idx-product__row:hover {
  opacity: 1;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.idx-product .idx-product__name {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: bold;
}

.idx-product .idx-product__name a:hover {
  color: #000;
}

@media only screen and (max-width: 1201px) {
  .idx-product {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 769px) {
  .idx-product {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.idx-application {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}

.idx-application .idx-application__row {
  position: relative;
}

.idx-application .idx-application__row figure {
  position: relative;
  width: 100%;
  padding-top: 135.13%;
  display: block;
  background: #000;
  overflow: hidden;
  z-index: 1;
}

.idx-application .idx-application__row figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.idx-application .idx-application__row figure:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #000);
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.idx-application .idx-application__row:hover figure img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.idx-application .idx-application__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 10% 30px 30px;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  z-index: 2;
  font-weight: bold;
}

@media only screen and (max-width: 1600px) {
  .idx-application {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-application {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding: 0 30px;
  }
  .idx-application .idx-application__name {
    padding: 20px 10% 20px 20px;
  }
}

@media only screen and (max-width: 769px) {
  .idx-application {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.idx-news {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  margin-top: 70px;
}

.idx-news .idx-news__row {
  position: relative;
}

.idx-news .idx-news__row:before {
  content: attr(data-num);
  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;
  position: absolute;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  left: 50%;
  top: -30px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#fed136), to(#f4d87a));
  background: -webkit-linear-gradient(left, #fed136, #f4d87a);
  background: -o-linear-gradient(left, #fed136, #f4d87a);
  background: linear-gradient(to right, #fed136, #f4d87a);
  z-index: 2;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.idx-news .idx-news__row figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 67.567%;
}

.idx-news .idx-news__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;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.idx-news .idx-news__row figure:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.idx-news .idx-news__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: bold;
  margin: 15px 0;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.idx-news .idx-news__title:hover {
  opacity: .5;
}

.idx-news .idx-news__text {
  color: #666666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Source Sans 3", sans-serif;
}

.idx-news .idx-news__date {
  padding: 15px 0;
  border-top: solid 1px #dbdbdb;
}

@media only screen and (max-width: 1201px) {
  .idx-news {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 769px) {
  .idx-news {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.idx-faq {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 50px;
  margin-bottom: 70px;
}

.idx-faq .idx-faq__row {
  width: calc(100% - 50px);
  position: relative;
  height: 152px;
  margin: 0 30px 0 20px;
  -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
}

.idx-faq .idx-faq__row:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  height: inherit;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fed136), to(#f4d87a));
  background: -webkit-linear-gradient(left, #fed136, #f4d87a);
  background: -o-linear-gradient(left, #fed136, #f4d87a);
  background: linear-gradient(to right, #fed136, #f4d87a);
}

.idx-faq .idx-faq__row:hover .idx-faq__row2 {
  -webkit-transform: translate(-22px, -20px);
      -ms-transform: translate(-22px, -20px);
          transform: translate(-22px, -20px);
}

.idx-faq .idx-faq__row2 {
  width: 100%;
  background: #fff;
  margin-bottom: 2px;
  position: absolute;
  right: 0;
  z-index: 2;
  height: 150px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  padding: 30px 20px;
}

.idx-faq .idx-faq__list {
  margin: 0;
}

.idx-faq .idx-faq__list dt {
  min-width: 57px;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.idx-faq .idx-faq__list dd {
  width: 100%;
  margin-left: 0;
}

.idx-faq .idx-faq__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.idx-faq .idx-faq__title:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.idx-faq .idx-faq__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 15px;
}

@media only screen and (max-width: 1201px) {
  .idx-faq {
    grid-row-gap: 30px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 769px) {
  .idx-faq {
    grid-template-columns: 1fr;
  }
  .idx-faq .idx-faq__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx-faq .idx-faq__row {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .idx-faq .idx-faq__row2 {
    height: auto;
    padding: 20px;
    margin-bottom: 0;
    position: relative;
    border-bottom: solid 5px #fed136;
  }
  .idx-faq .idx-faq__list dd {
    margin-top: 10px;
  }
  .idx-faq .idx-faq__title {
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

.idx-case .idx-content__more {
  margin: 50px 0 0 0;
}

.idx-case .idx-case__img {
  width: 50%;
  min-width: 50%;
}

.idx-case .idx-case__img figure {
  width: 100%;
  padding: 66.714% 0 0 0;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
}

.idx-case .idx-case__img 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-case .idx-case__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-case .idx-case__info {
  padding-left: 100px;
}

.idx-case .idx-case__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEAA2), to(#FFEAA2)) left bottom -5px no-repeat;
  background: -webkit-linear-gradient(#FFEAA2, #FFEAA2) left bottom -5px no-repeat;
  background: -o-linear-gradient(#FFEAA2, #FFEAA2) left bottom -5px no-repeat;
  background: linear-gradient(#FFEAA2, #FFEAA2) left bottom -5px no-repeat;
  background-size: 0% 20px;
}

.idx-case .idx-case__title:hover {
  background-size: 100% 20px;
}

.idx-case .idx-case__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}

@media only screen and (max-width: 1400px) {
  .idx-case .idx-content__more {
    margin: 20px 0 0 0;
  }
  .idx-case .idx-case__info {
    padding-left: 60px;
  }
  .idx-case .idx-case__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .idx-case .idx-case__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) {
  .idx-case .idx-case__row {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 769px) {
  .idx-case .idx-case__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx-case .idx-case__img {
    width: 100%;
  }
  .idx-case .idx-case__info {
    padding-left: 0;
    margin-top: 30px;
  }
  .idx-case .idx-content__more {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 577px) {
  .idx-case .idx-case__row {
    padding: 0 30px;
  }
}

.idx-case.slider2 .slick-list {
  padding: 30px 0;
}

.idx-case.slider2 .slick-list .slick-slide {
  padding: 0 15px;
}

.idx-about {
  width: 100%;
  grid-gap: 60px;
  margin-bottom: 21px;
}

.idx-about .idx-about__img {
  width: 50%;
}

.idx-about .idx-about__img figure {
  width: 100%;
  display: block;
}

.idx-about .idx-about__img figure img {
  width: 100%;
  height: auto;
  display: block;
}

.idx-about .idx-about__info {
  width: 50%;
}

.idx-about .idx-about__info .idx-content__more {
  margin: 30px 0 0 0;
}

.idx-about .idx-about__title {
  margin: 60px 0 30px 0;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: bold;
}

.idx-about .idx-about__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Source Sans 3", sans-serif;
  color: #666;
}

@media only screen and (max-width: 1201px) {
  .idx-about {
    grid-gap: 30px;
  }
  .idx-about .idx-about__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 769px) {
  .idx-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx-about .idx-about__img, .idx-about .idx-about__info {
    width: 100%;
  }
  .idx-about .idx-about__img {
    padding: 0 30px;
  }
  .idx-about .idx-about__info .idx-content__more {
    margin: 30px auto 0;
  }
}

/*20251029*/
.idx-content--article {
  padding: 0 30px 150px 30px;
}

.idx-content--article .idx-content__title {
  width: 50%;
  margin: auto;
}

@media only screen and (max-width: 769px) {
  .idx-content--article .idx-content__title {
    width: 100%;
  }
}

.idx-article {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  text-align: center;
}
