@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     business


============================================================================= */
.business {
  position: relative;
}

.business-img {
  bottom: -140px;
  max-width: 280px;
  overflow: hidden;
  position: relative;
  position: absolute;
  right: calc((100vw - 1366px) / 2);
}

.business-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 4rem;
  font-weight: 900;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 3.2px;
  line-height: 1.325;
  position: relative;
}

.business-ttl:after {
  background: #c7dced;
  content: "";
  height: 2px;
  left: -50vw;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100vw;
}

.about,
.flow,
.works {
  margin: 100px auto 0;
}

.step {
  padding: 100px 0 140px;
}

.biz {
  position: relative;
}

.about-txt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
}

.about-achieve {
  border: 1px solid #005fae;
  border-left: 7px solid #005fae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 32px;
}

.about-achieve-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 40px;
  position: relative;
  text-align: center;
}

.about-achieve-ttl:before {
  background: transparent url(../asset/images/business/arrow_b.svg) no-repeat top center/contain;
  content: "";
  height: 80%;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
}

.about-achieve-txtbox {
  gap: 0 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
  max-width: 840px;
  padding: 20px;
}

.about-achieve-list {
  gap: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.about-achieve-item {
  gap: 0 10px;
  display: grid;
  grid-row: span 2;
  grid-template-columns: 60% 1fr;
  grid-template-rows: subgrid;
}

.about-achieve-item_ttl {
  border-bottom: 1px solid #005fae;
  border-left: 10px solid #005fae;
  font-size: 1.6rem;
  font-weight: bold;
  grid-area: 1 / 1 / 2 / 3;
  padding-left: 15px;
}

.about-achieve-item_img {
  grid-area: 2 / 1 / 3 / 2;
}

.about-achieve-item_txt {
  font-size: 1.3rem;
  grid-area: 2 / 2 / 3 / 3;
  line-height: 1.2;
  margin-top: 0.5em;
}

.works-txtbox {
  text-align: center;
}

.works-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

.works-txt {
  display: inline-block;
  margin-top: 10px;
  text-align: left;
}

.works-txt span {
  text-align: left;
}

.works-txt span:before {
  color: #92b6e1;
  content: "●";
}

.flow-contents {
  gap: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-bottom: 80px;
}

.flow-figure {
  width: 65%;
}

.flow-imgs {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25%);
}

@media (max-width: 1148px){
  .business-img {
    bottom: -40px;
    right: 0;
  }
  .business-ttl {
    font-size: 3rem;
  }
  .about-achieve-txtbox {
    max-width: 70%;
  }
  .about-achieve-list {
    gap: 20px;
  }
}

@media (max-width: 767px){
  .business-img {
    bottom: 0;
    max-width: 180px;
    right: 0;
    top: auto;
  }
  .business-ttl {
    font-size: 2.4rem;
  }
  .about,
  .flow,
  .works {
    margin-top: 60px;
  }
  .step {
    padding: 60px 0 80px;
  }
  .about-txt {
    font-size: 1.4rem;
  }
  .about-achieve {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-achieve-ttl {
    padding: 20px 40px;
  }
  .about-achieve-txtbox {
    max-width: 100%;
    padding: 20px 40px;
    width: 100%;
  }
  .about-achieve-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto 0;
    max-width: 540px;
  }
  .works-ttl {
    font-size: 1.4rem;
  }
  .flow-contents {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-figure {
    margin: auto;
    max-width: 80%;
    width: 100%;
  }
  .flow-imgs {
    gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .flow-imgs .flow-img {
    width: calc(33.3333% - (30px / 3));
  }
}


/*# sourceMappingURL=business.css.map*/