.l-main {
  overflow: visible;
}

#business_introduction,
#our-projects {
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  #business_introduction,
  #our-projects {
    margin: 0;
  }
}

/* split design */
#business_introduction {
  display: grid;
  gap: 100px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #business_introduction {
    gap: 40px;
  }
}

.business_introduction--header {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 860px) {
  .business_introduction--header {
    max-width: 50%;
  }
}

.business_introduction--header * {
  margin: 0;
  padding: 0;
}

.business_introduction--header h2 {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  font-size: clamp(24px, 7vw, 28px);
  position: relative;
}
@media screen and (max-width: 860px) {
  .business_introduction--header h2 {
    font-size: 26px;
  }
}

.business_introduction--header h2::before,
.business_introduction--header h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  background: url(../images/deco.svg);
  background-size: contain;
}

.business_introduction--header h2::before {
  left: -70px;
}

.business_introduction--header h2::after {
  right: -70px;
}

.business_introduction--header p {
  font-size: 15px;
}
@media screen and (max-width: 860px) {
  .business_introduction--header p {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .business_introduction--header {
    max-width: calc(80% - 100px);
    gap: 10px;
  }
  .business_introduction--header p {
    font-size: 10px;
  }
  .business_introduction--header h2 {
    padding-bottom: 10px;
    letter-spacing: 0.05px;
    font-size: 20px;
  }
  .business_introduction--header h2::before,
  .business_introduction--header h2::after {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
  .business_introduction--header h2::before {
    left: -45px;
  }
  .business_introduction--header h2::after {
    right: -45px;
  }
}
/*# sourceMappingURL=maps/front-page.append.css.map */