/** Shopify CDN: Minification failed

Line 6:0 Unexpected "-"

**/
-.section-header.advanced-service-sp-title {
  justify-content: start;
}
.advanced-service_text-title {
  font-size: 60px;
  line-height: 1;
  text-transform: none;
  margin-bottom: 50px;
  letter-spacing: -1px;
}
.advanced-service_text-content {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 33px;
}
.ad1-service-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px 0;
}
.ad1-service-item {
  display: flex;
  gap: 30px;
  max-width: 100%
}
.advanced-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.advanced-content .container-fluid {
  padding: 0;
}
.advanced-content .section-text {
  margin: 0 auto 26px;
  max-width: 591px;
}
.advanced-content .section-description {
  margin: 0 auto 42px;
  max-width: 630px;
}
.advanced-content {
  position: relative;
}
.img-adv-child,
.img-adv-child-2 {
  position: absolute;
}
.img-adv-child {
  max-width: 109px;
  max-height: 91px;
  right: 27%;
  top: -18%;
}
.img-adv-child-2 {
  max-width: 123px;
  max-height: 129px;
  left: 1%;
  bottom: 25%;
}
.ad-service-title {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 10px;
  font-family: var(--g-font-2);
  color: rgb(var(--color-base-accent-1));
}
.ad-service-description {
  font-size: 16px;
  line-height: 24px;
  /* max-width: 363px; */
  width: full;
  color: var(--color-base-accent-2);
}
/* SERVICE Left */
.ad-service-left .ad-service-item {
  flex-direction: row-reverse;
}
.ad-service-left .ad-service-text {
  text-align: right;
}
/* End */

.advanced-content_text {
  padding: 81px 0 0 55px;
  max-width: 650px;
}
.advanced-content_text.text-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 500px;
  margin: auto;
}
.advanced-content-sp-title {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1px;
  font-family: var(--g-font-3);
  text-transform: none;
  margin: 0;
}
.advanced-content_text-title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.advanced-content_text-content {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.img-text-content {
  position: absolute;
  right: 0;
  bottom: -46%;
  z-index: -1;
}
.img-text-content-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.image-with-text__text {
  text-align: center;
  padding-right: 31px;
}
.iwt-title {
  margin-top: 28px;
  font-size: 32px;
  line-height: 34px;
  font-family: var(--g-font-2);
  margin-bottom: 16px;
  color: rgb(var(--color-base-accent-1));
}
.iwt-description {
  font-size: 16px;
  line-height: 24px;
  max-width: 350px;
  margin: 0 auto 34px;
  color: var(--color-base-accent-2);
}
.text-list-info_title {
  font-size: 24px;
  line-height: 36px;
  font-family: var(--g-font-2);
  margin-bottom: 14px;
  color: rgb(var(--color-base-accent-1));
}
.text-list-info_description {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-base-accent-2);
}
.text-list-info {
  display: flex;
  gap: 37px;
  margin-bottom: 60px;
}
.col-60 {
  width: 60%;
}
.col-40 {
  width: 40%;
}
@media (max-width: 1299px) {
  .advanced-content_text {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .col-image {
    display: none;
  }
}
@media (max-width: 991px) {
  .advanced-content_text {
    padding: 15px;
  }
  .col-60,
  .col-40 {
    width: 100%;
  }
  .section-header.advanced-service-sp-title {
    justify-content: center;
  }
  .advanced-service {
    text-align: center;
  }
  .ad-service-item {
    flex-direction: column;
  }
  .ad-service-description {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .ad-service-item,
  .ad-service-left .ad-service-item {
    flex-direction: column;
    text-align: center;
  }
  .img-adv-child,
  .img-adv-child-2 {
    display: none;
  }
  .advanced-service_text-title {
    font-size: 42px;
  }
}
