@charset "utf-8";

.em-title-deco{
  position: absolute;
  right: 0;
  bottom: -3rem;
  max-width: 70%;
  height: auto;
  z-index: -1;
}

.em-deco01{
  position: absolute;
  right: 5%;
  top: 0;
  width: 160px;
  height: auto;
  animation-delay: 1s;
}

.em-deco02{
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 200px;
  height: auto;
  animation-delay: 1s;
}

.em-desc{
  position: relative;
  margin: 5rem auto 2rem;
  width: 80%;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.em-desc h2{
  font-size: 2rem;
}

.em-cont{
  position: relative;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.em-item{
  position: relative;
  margin: 2rem auto 2rem 0;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.em-item:nth-child(2){
  position: relative;
  margin: 2rem 0 2rem auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2rem;
}

.em-item-img{
  max-width: 50%;
  height: auto;
}

.em-item-sup{
  position: relative;
  width: 90%;
}

.em-support{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 2rem;
  min-width: 35%;
}

.em-support-item{
  display: flex;
  gap: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BCBCBC;
}

.em-support-item img{
  width: 24px;
  height: 24px;
  margin-top: .125rem;
}

.em-support-item-text{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 14px;
}

.em-support-item-text h3{
  font-size: 1.5rem;
}

.em-fea-item{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.em-fea-item p{
  font-size: 14px;
  line-height: 2;
}

.em-fea-item:before{
  content: "";
  position: absolute;
  width: 70vw;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #BCBCBC;
}

.em-fea-item-r{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 14px;
  padding-bottom: 1.5rem;
  line-height: 2;
}

.em-fea-item-r:before{
  content: "";
  position: absolute;
  width: 70vw;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #BCBCBC;
}

.em-case-wrap{
  position: relative;
}

.em-case{
  width: 70%;
  min-width: 960px;
  margin: 0 auto;
  background-color: #F4F4F4;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.em-case img{
  max-width: 40%;
  height: auto;
}

.em-case-title{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.em-case-title h3{
  font-size: 1.5rem;
}

.em-flow{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
}

.em-flow-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.em-flow-cont{
  width: 85%;
  min-width: 960px;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.em-flow-item{
  width: 320px;
  background-color: #FFF;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.em-flow-item img{
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.em-flow-item img:nth-child(2){
  width: auto;
  height: 120px;
}

.em-flow-cont-su{
  width: 80%;
  max-width: 1024px;
}

@media screen and (max-width: 1600px) {
  .em-flow-cont{
    width: fit-content;
    min-width: auto;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .em-flow-cont-su{
    width: 90%;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1280px) {
.em-cont{
    margin: 3rem auto;
    gap: 2rem;
    width: 90%;
  }
  

@media screen and (max-width: 960px) {
 .em-deco01{
    right: 5%;
    top: 0;
    width: 60px;
  }
  .em-deco02{
    left: 2%;
    bottom: 0;
    width: 80px;
  }
  .em-desc{
    position: relative;
    margin: 5rem auto 2rem;
    width: 95%;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .em-desc h2{
    text-align: center;
    font-size: 1.5rem;
  }
  .em-cont{
    margin: 3rem auto;
    gap: 2rem;
  }
  .em-item{
    margin: 2rem auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .em-item:nth-child(2){
    margin: 2rem auto;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2rem;
  }
  .em-item-img{
    max-width: 100%;
    height: auto;
  }
  .em-item-sup{
    position: relative;
    width: 90%;
  }
  .em-support{
    margin-left: 0;
  }
  .em-support-item{
    gap: 1rem;
  }
  .em-support-item img{
    width: 16px;
    height: 16px;
  }
  .em-support-item-text{
    font-size: 12px;
  }
  .em-support-item-text h3{
    font-size: 18px;
  }
  .em-fea-item{
    width: 90%;
    margin: 0 auto;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .em-fea-item p{
    font-size: 12px;
    line-height: 2;
  }
  .em-fea-item:before{
    width: 100%;
  }
  .em-fea-item-r{
    width: 90%;
    margin: 0 auto;
    gap: 1rem;
    font-size: 12px;
    padding-bottom: 1rem;
  }
  .em-fea-item-r:before{
    width: 100%;
  }
  .em-fea-item h3{
    font-size: 16px;
  }
   .em-fea-item-r h3{
    font-size: 16px;
  }
  .em-case{
    width: 90%;
    min-width: auto;
    margin: 0 auto;
    background-color: #F4F4F4;
    padding: 2rem 1rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .em-case img{
    max-width: 100%;
  }
  .em-case-title h3{
    font-size: 18px;
  }
  .em-flow{
    padding: 2rem 0;
  }
  .em-flow-cont{
    margin: 2rem auto;
  }
}

@media screen and (max-width: 768px) {
  .em-flow-cont{
    width: 90%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .em-case{
    width: 100%;
  }
  .em-fea-item{
    width: 100%;
  }
  .em-fea-item-r{
    width: 100%;
  }
  .em-case-title h3{
    font-size: 16px;
  }
}