@charset "UTF-8";
/*ESG共通樣式*/
.servicesBox {
  margin-top: -50px;
}
@media (max-width: 1200px) {
  .servicesBox {
    margin-top: 0;
  }
}
.servicesBox .servicesList .servicesItem {
  overflow: hidden;
  position: relative;
}
.servicesBox .servicesList .servicesItem::before {
  content: "";
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.servicesBox .servicesList .servicesItem .wrap {
  padding-top: 120px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.servicesBox .servicesList .servicesItem .wrap > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.servicesBox .servicesList .servicesItem .wrap > .item > .Txt {
  width: 24.25%;
}
.servicesBox .servicesList .servicesItem .wrap > .item > .Txt .titleEn {
  margin-top: 10px;
}
.servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox {
  border-top: 2px solid #e6e6e6;
  margin-top: 45px;
  padding-top: 50px;
}
.servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox .textBoxTitle {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox ul {
  list-style-type: none;
  padding-left: 0;
}
.servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox ul li {
  border-bottom: 2px solid #e6e6e6;
  color: #444;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding: 16px 0 16px 20px;
  position: relative;
}
.servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1e42b4;
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 1;
}
.servicesBox .servicesList .servicesItem .wrap > .item > .Img {
  width: 42%;
  margin: 0 auto;
}
.servicesBox .servicesList .servicesItem .wrap > .item > .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.servicesBox .servicesList .servicesItem .sideDataArea {
  width: 24.25%;
  padding: 0;
}
.servicesBox .servicesList .servicesItem .sideDataArea .funcBox {
  margin-bottom: 15px;
}
.servicesBox .servicesList .servicesItem .sideDataArea .funcBox .sectionTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
}
.servicesBox .servicesList .servicesItem .sideDataArea .funcBox .sectionTitle a {
  color: #222;
}
@media (min-width: 1201px) {
  .servicesBox .servicesList .servicesItem .sideDataArea .funcBox .sectionTitle a:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1200px) {
  .servicesBox .servicesList .servicesItem .sideDataArea .funcBox .sectionTitle {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .servicesBox .servicesList .servicesItem .sideDataArea .funcBox .sectionTitle {
    font-size: 18px;
    line-height: 1.4;
  }
}
.servicesBox .servicesList .servicesItem .sideDataArea .funcBox .arrowBox {
  position: relative;
}
.servicesBox .servicesList .servicesItem .sideDataArea .funcBox .arrowBox .slick-arrow {
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.servicesBox .servicesList .servicesItem .sideDataArea .Img {
  height: 160px;
}
.servicesBox .servicesList .servicesItem .sideDataArea .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.servicesBox .servicesList .servicesItem .sideDataArea .Txt {
  padding: 8px 0 18px;
}
.servicesBox .servicesList .servicesItem .sideDataArea .Txt .classTitle {
  border-bottom: 1px solid #d5d5d5;
  color: #444;
  font-size: 14px;
  padding: 2px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.servicesBox .servicesList .servicesItem .sideDataArea .Txt .title {
  height: 60px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.25;
  letter-spacing: 0.5px;
}
.servicesBox .servicesList .servicesItem .sideDataArea .Txt .title a {
  display: block;
}
.servicesBox .servicesList .servicesItem.show::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.servicesBox .servicesList .servicesItem:nth-child(10n+1)::before {
  background: url("../images/services/services_bg_1.jpg") center/cover no-repeat;
}
.servicesBox .servicesList .servicesItem:nth-child(10n+3)::before {
  background: url("../images/services/services_bg_2.jpg") center/cover no-repeat;
}
.servicesBox .servicesList .servicesItem:nth-child(10n+5)::before {
  background: url("../images/services/services_bg_3.jpg") center/cover no-repeat;
}
.servicesBox .servicesList .servicesItem:nth-child(10n+7)::before {
  background: url("../images/services/services_bg_4.jpg") center/cover no-repeat;
}
.servicesBox .servicesList .servicesItem:nth-child(10n+9)::before {
  background: url("../images/services/services_bg_5.jpg") center/cover no-repeat;
}
.servicesBox .servicesList .servicesItem:nth-child(even) {
  background-color: #fff;
}
.servicesBox .servicesList .servicesItem:nth-child(even) .wrap > .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 1201px) {
  .servicesBox .servicesList .servicesItem .sideDataList:not(.slick-slider) .sideDataItem {
    width: 50%;
  }
}
@media (max-width: 1440px) {
  .servicesBox .servicesList .servicesItem > .item > .Txt {
    width: 27%;
  }
  .servicesBox .servicesList .servicesItem .sideDataArea {
    width: 27%;
  }
}
@media (max-width: 1200px) {
  .servicesBox .servicesList .servicesItem .wrap {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .servicesBox .servicesList .servicesItem .wrap > .item > .Txt {
    width: 49%;
  }
  .servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox {
    margin-top: 25px;
    padding-top: 30px;
  }
  .servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox .textBoxTitle {
    font-size: 20px;
  }
  .servicesBox .servicesList .servicesItem .wrap > .item > .Img {
    width: 49%;
  }
  .servicesBox .servicesList .servicesItem .sideDataArea {
    width: 100%;
    margin-top: 30px;
  }
  .servicesBox .servicesList .servicesItem .sideDataArea .Img {
    height: auto;
  }
  .servicesBox .servicesList .servicesItem .sideDataArea .Img img {
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .servicesBox .servicesList .servicesItem:nth-child(10n+1), .servicesBox .servicesList .servicesItem:nth-child(10n+3), .servicesBox .servicesList .servicesItem:nth-child(10n+5), .servicesBox .servicesList .servicesItem:nth-child(10n+7), .servicesBox .servicesList .servicesItem:nth-child(10n+9) {
    background: none;
  }
  .servicesBox .servicesList .servicesItem:nth-child(odd) .wrap > .item > .Img {
    margin-right: 0;
  }
  .servicesBox .servicesList .servicesItem:nth-child(even) .wrap > .item > .Img {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .servicesBox .servicesList .servicesItem .wrap > .item > .Img {
    display: none;
  }
  .servicesBox .servicesList .servicesItem .wrap > .item > .Txt {
    width: 100%;
  }
  .servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox {
    margin-top: 20px;
    padding-top: 25px;
  }
  .servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox .textBoxTitle {
    margin-bottom: 10px;
  }
  .servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox ul li {
    padding: 12px 0 12px 15px;
  }
  .servicesBox .servicesList .servicesItem .wrap > .item > .Txt .textBox ul li::before {
    top: 18px;
  }
  .servicesBox .servicesList .servicesItem:nth-child(odd) .wrap > .item > .Img {
    margin-right: auto;
  }
  .servicesBox .servicesList .servicesItem:nth-child(even) .wrap > .item > .Img {
    margin-left: auto;
  }
}
/*# sourceMappingURL=services.css.map */