
@media screen and (min-width: 801px) {
  .geeblock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
  }
  .geeblock .geeblock_move {
    display: none !important;
  }
  .geeblock > .geeblock-img {
    height: 100%;
    margin-left: 50px;
  }
  .geeblock > ul {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 495px;
    margin-left: 150px;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    font-family: PingFang-SC;
  }
  .geeblock > ul > .title {
    margin-bottom: 20px;
    color: #2b2b2b;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
  }
  .geeblock > ul > .text {
    margin-top: 10px;
    font-size: 14px;
  }
  .geeblock > ul > .text > span:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
  }
  .flow-path {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
  }
  .flow-path .flow-left {
    flex: 0 0 auto;
  }
  .flow-path .flow-left > h2 {
    margin-bottom: 50px;
    color: rgb(43, 43, 43);
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
  }
  .flow-path .flow-left > ul {
    margin-right: 150px;
  }
  .flow-path .flow-left > ul > li {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .flow-path .flow-left > ul > li > .stage-img {
    position: relative;
    width: 65px;
    height: 65px;
  }
  .flow-path .flow-left > ul > li > .stage-img::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    border-left: 2px dashed rgb(204, 204, 204);
  }
  .flow-path .flow-left > ul > li > .stage-introduction {
    margin-left: 10px;
  }
  .flow-path .flow-left > ul > li > .stage-introduction > h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
  }
  .flow-path .flow-left > ul > li > .stage-introduction > span {
    color: rgba(0, 0, 0, 0.6509803922);
    font-size: 14px;
  }
  .flow-path .flow-left > ul > li:first-child {
    margin-top: 0;
  }
  .flow-path .flow-left > ul > li:last-child > .stage-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    width: 0;
    height: 0;
    border-left: none;
  }
}/*# sourceMappingURL=geeblock.css.map */