@charset "UTF-8";
/*--------------------------------------------------------------------------
作業工程
--------------------------------------------------------------------------*/
#process {
  width: 100%;
  height: auto;
}
.process-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 50px auto 0 auto;
}
.process-title {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 20px 0 50px 0;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.process-title p {
  font-size: 2.2rem;
  font-weight: bold;
}
.process-title::after {
  display: block;
  content:'';
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translate(0,0);
  width: 100%;
  height: 25px;
  background: url('../img/flow/bg.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.process-list {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.process-list-img {
  width: 20%;
  height: auto;
  margin-right: 50px;
}
.process-list-img img {
  width: 100%;
  height: auto;
}
.process-list-img02 {
  display: none;
}
.process-list-text {
  width: 50%;
  height: auto;
}
.process-step {
  display: inline-block;
  width: 100%;
  background: #1c1b36;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
  margin-bottom: 10px;
}
.process-list-text img {
  width: 28%;
  height: auto;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 894px) {
  .process-container {
    width: 70%;
    max-width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .process-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .process-step {
    padding: 15px 0;
  }
  .process-list-img {
    width: 80%;
    height: auto;
    margin-right: 0;
    margin-top: 20px;
  }
  .process-list-text {
    width: 100%;
  }
  .process-list-text img {
    display: none;
  }
  .process-list-img02 {
    display: block;
  }

}
@media screen and (max-width: 480px) {
  .process-container {
    width: 90%;
    max-width: 90%;
  }
  .process-title {
    margin: 30px 0;
  }
  .process-title::after {
    top: 60%;
    left: 11%;
  }
  .process-list-img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-right: 0;
  }
  .process-list-text {
    width: 100%;
    height: auto;
  }
  .process-step {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
  }
}
