section.systemdevelopment01 {
  padding-bottom: 6em;
}
section.systemdevelopment01 .container {
  position: relative;
}
section.systemdevelopment01 .container > img {
  width: 560px;
  height: auto;
  position: absolute;
  right: -100px;
  top: 0;
}
section.systemdevelopment01 .container > div {
  width: 58%;
}
section.systemdevelopment01 .container > div h3 {
  font-size: 150%;
  color: #31B1B0;
  font-weight: 700;
  padding-bottom: 1em;
}
section.systemdevelopment02 {
  padding-top: 6em;
  padding-bottom: 6em;
}
section.systemdevelopment02 .container > div {
  display: flex;
  justify-content: space-between;
}
section.systemdevelopment02 .container > div > div {
  width: 21%;
}
section.systemdevelopment02 .container > div > div img {
  width: 100%;
  height: auto;
  margin-bottom: 0.8em;
}
section.systemdevelopment02 .container > div > div p {
  font-weight: 700;
  font-size: 115%;
}
section.systemdevelopment03 {
  padding-bottom: 6em;
}
section.systemdevelopment03 .container > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 3em;
}
section.systemdevelopment03 .container > div img {
  width: 45%;
  height: auto;
}
section.systemdevelopment03 .container > div > div {
  width: 50%;
}
section.systemdevelopment03 .container > div > div h3 {
  font-size: 200%;
  font-weight: 700;
  padding-bottom: 0.8em;
}

@media screen and (max-width: 1100px) {
  section {
    padding-bottom: 4em;
  }
  section.systemdevelopment01 .container > img {
    position: relative;
    right: initial;
    top: initial;
    margin: 2em -30px 0 auto;
    width: 70%;
    height: auto;
  }
  section.systemdevelopment01 .container > div {
    width: 100%;
  }
  section.systemdevelopment02 {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  section.systemdevelopment01 .container > img {
    width: 80%;
    height: auto;
  }
  section.systemdevelopment02 .container > div {
    flex-wrap: wrap;
  }
  section.systemdevelopment02 .container > div > div {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  section.systemdevelopment01 .container > img {
    width: 90%;
    height: auto;
  }
  section.systemdevelopment03 .container > div {
    display: block;
  }
  section.systemdevelopment03 .container > div img {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
  }
  section.systemdevelopment03 .container > div > div {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  section.systemdevelopment01 .container > img {
    width: 100%;
    height: auto;
    margin-right: -5%;
  }
  section.systemdevelopment02 .container > div {
    display: block;
  }
  section.systemdevelopment02 .container > div > div {
    width: 100%;
    padding-bottom: 2.4em;
  }
}