#flowslists {
  width: 100%;
  padding: 0 2rem;
  max-width: calc(94% + 4rem);
  margin: 0 auto;
  display: flex;
  margin-bottom: 100px;
}
#flowslists li {
  width: 14.2857142857%;
  background: #353535;
  position: relative;
  filter: drop-shadow(2px 0 0 rgba(0, 0, 0, 0.8));
  transition: background 0.2s;
}
#flowslists li:nth-of-type(1) {
  z-index: 10;
}
#flowslists li:nth-of-type(2) {
  z-index: 9;
}
#flowslists li:nth-of-type(3) {
  z-index: 8;
}
#flowslists li:nth-of-type(4) {
  z-index: 7;
}
#flowslists li:nth-of-type(5) {
  z-index: 6;
}
#flowslists li:nth-of-type(6) {
  z-index: 5;
}
#flowslists li:nth-of-type(7) {
  z-index: 4;
}
#flowslists li:nth-of-type(even) {
  background: #404040;
}
#flowslists li:nth-of-type(odd):after {
  border-left: solid 10px #353535;
}
#flowslists li:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border: solid 19px transparent;
  border-right: solid 10px transparent;
  border-left: solid 10px #404040;
  top: 0;
  right: -20px;
  z-index: 1;
  transition: all 0.2s;
}
#flowslists li:hover {
  color: #000;
  background: #fff;
}
#flowslists li:hover:after {
  border-left: solid 10px #fff;
}
#flowslists li a {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  transform: translatez(0);
  box-sizing: border-box;
}/*# sourceMappingURL=workflow202512.css.map */