@import url("/css/base/base.css");
@import url("/css/layout/header.css");
@import url("/css/layout/main.css");
@import url("/css/layout/footer.css");
@import url("/css/module/menu.css");
@import url("/css/module/button.css");
@import url("/css/module/img/service__img.css");
@import url("/css/states/states.css");
main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
.transform {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.transform__title {
  text-align: center;
  margin-bottom: 16px;
}
.transform__text {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
  max-width: 950px;
}
.services {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 24px;
}
.service {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 950px;
}
.service__conten-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 50px auto 50px auto;
  max-width: 950px;
  order: 0;
}
.service__conten-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  border-bottom: solid 1px #FFF;
  order: 2;
}
.service__conten-list__text {
  width: auto;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  order: 1;
}
.service__conten-list__text.content-list__p {
  font-weight: bold;
  font-size: 1.6rem;
}
.service__conten-text h2 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 16px;
}
.service__conten-text p {
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 720px) {
  .transform {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .transform__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .transform__text {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 auto;
    max-width: 950px;
  }
  .services {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .service {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 950px;
  }
  .service__conten-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 150px auto 50px auto;
    max-width: 950px;
    order: 0;
  }
  .service__conten-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-bottom: 150px;
    border-bottom: solid 1px #FFF;
    order: 0;
  }
  .service__conten-list__text {
    width: auto;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    order: 0;
  }
  .service__conten-list__text p {
    font-weight: bold;
  }
  .service__conten-text h2 {
    font-size: 4.0rem;
    text-align: center;
    margin-bottom: 50px;
  }
  .service__conten-text p {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (min-width: 1200) {
  .transform {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .transform__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .transform__text {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 auto;
    max-width: 950px;
  }
  .services {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .service {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 950px;
  }
  .service__conten-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 150px auto 50px auto;
    max-width: 950px;
  }
  .service__conten-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-bottom: 150px;
    border-bottom: solid 1px #FFF;
  }
  .service__conten-list__text {
    width: auto;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .service__conten-list__text.content-list__p {
    font-size: 2.4rem;
  }
  .service__conten-text h2 {
    font-size: 4.0rem;
    text-align: center;
    margin-bottom: 50px;
  }
  .service__conten-text p {
    font-size: 2.4rem;
    text-align: center;
  }
}