*,
::after,
::before {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

a {
  color: initial;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: initial;
}

button {
  border: initial;
  background: initial;
  outline: 0;
}

textarea {
  resize: none;
}

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-bg: #faffff;
  --color-object-dark: #3c4141;
  --color-object-dark2: #4b5050;
  --color-txt-main: #506464;
  --color-txt-sub: #8c9696;
  --color-object-lighten: #f0f5f5;
  --color-object-lighten2: #bec3c3;
  --color-line: #d2dcd7;
  --color-primary-green: #19a050;
}

.ServiceSolutionsItem {
  width: 100%;
  padding-top: 200px;
  padding-right: 20px;
  padding-bottom: 200px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .ServiceSolutionsItem {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .ServiceSolutionsItem:first-child .Image,
  .ServiceSolutionsItem:nth-child(3) .Image {
    max-width: 700px;
  }
}
.ServiceSolutionsItem__content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
.ServiceSolutionsItem__content--headw {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ServiceSolutionsItem__content--headw {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ServiceSolutionsItem__content--headw .SectionDescription {
    margin-top: 24px;
  }
}
.ServiceSolutionsItem .Image {
  width: 100%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  transform: translateY(12px);
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.72s;
}
@media screen and (max-width: 768px) {
  .ServiceSolutionsItem .Image {
    margin-top: 64px;
    max-width: 327px;
  }
}
.ServiceSolutionsItem.-active .SectionHead,
.ServiceSolutionsItem.-active .SectionDescription,
.ServiceSolutionsItem.-active .Image {
  opacity: 1;
  transform: translateY(0);
}

.ServiceTextsItem {
  color: var(--color-white);
  text-align: center;
}
.ServiceTextsItem .Image {
  margin-right: auto;
  margin-left: auto;
  max-width: 144px;
}
@media screen and (max-width: 768px) {
  .ServiceTextsItem .Image {
    max-width: 100px;
  }
}
.ServiceTextsItem__texts {
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--color-txt-sub);
}
.ServiceTextsItem__head {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ServiceTextsItem__head {
    font-size: 14px;
  }
}
.ServiceTextsItem__head .-min {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ServiceTextsItem__head .-min {
    font-weight: 500;
    font-size: 12px;
  }
}
.ServiceTextsItem__shoulder {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ServiceTextsItem__shoulder {
    font-size: 12px;
  }
}

.ServiceUsItem {
  padding-top: 32px;
  padding-right: 12px;
  padding-bottom: 32px;
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.ServiceUsItem:not(:first-child) {
  position: relative;
}
.ServiceUsItem:not(:first-child)::before,
.ServiceUsItem:not(:first-child)::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--color-primary-green);
  position: absolute;
  top: -18px;
  left: 50%;
  display: none;
}
@media screen and (max-width: 768px) {
  .ServiceUsItem:not(:first-child)::before,
  .ServiceUsItem:not(:first-child)::after {
    display: block;
  }
}
.ServiceUsItem:not(:first-child)::before {
  transform: translateX(-50%) rotate(45deg);
}
.ServiceUsItem:not(:first-child)::after {
  transform: translateX(-50%) rotate(-45deg);
}
.ServiceUsItem__content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 466px;
  gap: 16px;
}
.ServiceUsItem__content--imgw {
  width: calc(36.05% - 8px);
  max-width: 160px;
}
.ServiceUsItem__content--texts {
  width: calc(62.23% - 8px);
  max-width: 282px;
}
@media screen and (max-width: 768px) {
  .ServiceUsItem__content--texts {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .ServiceUsItem__content--head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
}
.ServiceUsItem__content--head_text {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .ServiceUsItem__content--head_text {
    font-size: 16px;
    flex: 1;
  }
}
.ServiceUsItem__content--head_imgw {
  flex: 1;
  max-width: 100px;
}
.ServiceUsItem__content--text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-white);
}

.ServiceFuture {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .ServiceFuture {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.ServiceFuture__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ServiceFuture__inner {
    display: block;
    max-width: 500px;
  }
}
.ServiceFuture__shoulder,
.ServiceFuture__list,
.ServiceFuture .Image {
  opacity: 0;
  transform: translateY(12px);
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.ServiceFuture__texts,
.ServiceFuture .Image {
  width: calc(50% - 12px);
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .ServiceFuture__texts,
  .ServiceFuture .Image {
    width: 100%;
  }
}
.ServiceFuture__shoulder {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary-green);
  transition-delay: 0.24s;
}
@media screen and (max-width: 768px) {
  .ServiceFuture__shoulder {
    font-size: 16px;
  }
}
.ServiceFuture .SectionHead {
  margin-top: 24px;
  transition-delay: 0.48s;
}
.ServiceFuture__list {
  margin-top: 16px;
  transition-delay: 0.72s;
}
.ServiceFuture__item {
  padding-left: 20px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
.ServiceFuture__item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-txt-main);
  position: absolute;
  top: 12px;
  left: 8px;
}
.ServiceFuture .Image {
  transition-delay: 0.96s;
}
@media screen and (max-width: 768px) {
  .ServiceFuture .Image {
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    max-width: 327px;
  }
}
.ServiceFuture.-active .ServiceFuture__shoulder,
.ServiceFuture.-active .SectionHead,
.ServiceFuture.-active .ServiceFuture__list,
.ServiceFuture.-active .Image {
  opacity: 1;
  transform: translateY(0);
}

.ServiceModel {
  margin-top: 200px;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .ServiceModel {
    margin-top: 120px;
    padding-top: 120px;
  }
}
.ServiceModel .SectionHead {
  font-size: 56px;
  line-height: calc(64 / 56);
}
@media screen and (max-width: 768px) {
  .ServiceModel .SectionHead {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ServiceModel__inner {
    max-width: 500px;
  }
}
.ServiceModel__headw {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ServiceModel__headw {
    display: block;
  }
}
.ServiceModel .SectionDescription {
  max-width: 776px;
}
@media screen and (max-width: 768px) {
  .ServiceModel .SectionDescription {
    margin-top: 24px;
  }
}
.ServiceModel__list {
  width: 100%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ServiceModel__list {
    max-width: 327px;
    gap: 50px;
  }
}
.ServiceModel__item {
  opacity: 0;
  transform: translateY(12px);
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.72s;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .ServiceModel__item {
    width: 100%;
  }
}
.ServiceModel__item:nth-child(2) {
  /* position: absolute;
  top: 0;
  left: 0; */
  transition-delay: 0.96s;
}
@media screen and (max-width: 768px) {
  .ServiceModel__item:nth-child(2) {
    /* margin-top: 80px; */
    position: relative;
    top: initial;
    left: initial;
  }
}
.ServiceModel__item p {
  font-size: 18px;
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .ServiceModel__item p {
    font-size: 16px;
  }
}
.ServiceModel__shoulder {
  margin-top: 64px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(12px);
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1.16s;
}
.ServiceModel.-active .SectionHead,
.ServiceModel.-active .SectionDescription,
.ServiceModel.-active .ServiceModel__item,
.ServiceModel.-active .ServiceModel__shoulder {
  opacity: 1;
  transform: translateY(0);
}

.ServiceSolutions {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .ServiceSolutions {
    margin-top: 108px;
  }
}
.ServiceSolutions .ServiceSolutionsItem:nth-of-type(odd) {
  background-color: var(--color-object-lighten);
}

.ServiceTexts {
  padding-top: 160px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .ServiceTexts {
    padding-top: 72px;
    padding-bottom: 124px;
  }
}
@media screen and (max-width: 768px) {
  .ServiceTexts__inner {
    max-width: 500px;
  }
}
.ServiceTexts__head {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-white);
  text-align: center;
  transform: translateY(12px);
  opacity: 0;
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 768px) {
  .ServiceTexts__head {
    font-size: 18px;
  }
}
.ServiceTexts__list {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 80px 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ServiceTexts__list {
    margin-top: 48px;
    gap: 32px 16px;
  }
}
.ServiceTexts .ServiceTextsItem {
  width: calc(33.333% - 16px);
  max-width: 328px;
  transform: translateY(12px);
  opacity: 0;
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.ServiceTexts .ServiceTextsItem:nth-child(1) {
  transition-delay: 0.48s;
}
.ServiceTexts .ServiceTextsItem:nth-child(2) {
  transition-delay: 0.72s;
}
.ServiceTexts .ServiceTextsItem:nth-child(3) {
  transition-delay: 0.96s;
}
.ServiceTexts .ServiceTextsItem:nth-child(4) {
  transition-delay: 1.2s;
}
.ServiceTexts .ServiceTextsItem:nth-child(5) {
  transition-delay: 1.44s;
}
.ServiceTexts .ServiceTextsItem:nth-child(6) {
  transition-delay: 1.68s;
}
.ServiceTexts .ServiceTextsItem:nth-child(7) {
  transition-delay: 1.92s;
}
@media screen and (max-width: 768px) {
  .ServiceTexts .ServiceTextsItem {
    width: calc(50% - 8px);
    margin-right: auto;
    margin-left: auto;
  }
}
.ServiceTexts.-active .ServiceTexts__head,
.ServiceTexts.-active .ServiceTextsItem {
  transform: translateY(0);
  opacity: 1;
}

.ServiceUs {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .ServiceUs {
    margin-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .ServiceUs__inner {
    max-width: 500px;
  }
}
.ServiceUs .SectionHead {
  text-align: center;
}
.ServiceUs__listw {
  position: relative;
}
.ServiceUs__x {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1.44s;
}
.ServiceUs__list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ServiceUs__list {
    display: block;
  }
}
.ServiceUs .ServiceUsItem {
  width: calc(50% - 20px);
  max-width: 530px;
  opacity: 0;
  transform: translateY(12px);
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 768px) {
  .ServiceUs .ServiceUsItem {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ServiceUs .ServiceUsItem:not(:first-child) {
    margin-top: 36px;
  }
}
.ServiceUs .ServiceUsItem:nth-child(1) {
  transition-delay: 0.48s;
}
.ServiceUs .ServiceUsItem:nth-child(2) {
  transition-delay: 0.72s;
}
.ServiceUs .ServiceUsItem:nth-child(3) {
  transition-delay: 0.96s;
}
.ServiceUs .ServiceUsItem:nth-child(4) {
  transition-delay: 1.2s;
}
.ServiceUs.-active .SectionHead,
.ServiceUs.-active .ServiceUsItem {
  opacity: 1;
  transform: translateY(0);
}
.ServiceUs.-active .ServiceUs__x {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .content .PageTitle__inner {
    max-width: 500px;
  }
}
