* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.head.sm h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  letter-spacing: 2px;
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.product_process {
  background-color: var(--bg);
  padding: 12.5rem 0px 15.4rem;
  overflow: hidden;
}
.product_process .product_process_swiper {
  margin-top: 12.3rem;
}
.product_process .product_process_swiper .swiper-slide {
  max-width: 34.4rem;
}
.product_process .product_process_swiper .swiper-slide:last-child .arrow {
  opacity: 0;
}
.product_process
  .product_process_swiper
  .swiper-slide:last-child
  .wrap::before {
  display: none;
}
.product_process .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product_process .item .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 67.733% 14.2442%;
  justify-content: space-between;
  align-items: center;
}
.product_process .item .wrap::before {
  width: 100%;
  border-bottom: 1px dashed var(--title);
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  z-index: -1;
}
.product_process .item .img {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.product_process .item .arrow {
  padding-bottom: 67.35%;
  display: block;
  content: "";
  background: url("https://www.fariplasmatech.com//wp-content/plugins/sytech-fronteditor/sytpl/product7-product_process/assets/img/big-arrow.svg") center center / contain no-repeat;
}
.product_process .item .info {
  flex: 1 1 0%;
  max-width: 26rem;
  margin-top: 6.6rem;
}
.product_process .item .info h3 {
  font-size: 2.2rem;
  font-weight: 600;
}
.product_process .item .info p {
  line-height: 1.5;
  opacity: 0.75;
  margin-top: 1.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
  .head.sm h2 {
    font-size: 4rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  div.head.sm h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .product_process {
    padding: 50px 0px;
  }
  .product_process .product_process_swiper {
    margin-top: 30px;
  }
  .product_process .product_process_swiper .swiper-slide {
    max-width: 200px;
  }
  .product_process .item .info {
    margin-top: 20px;
    max-width: 180px;
  }
  .product_process .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_process .item .info p {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}
