@media screen and (min-width: 769px) {
  #kv.type_1 h2 {
    flex-direction: column !important;
    width: 50rem;
    gap: 2rem 0;
  }
}

@media screen and (min-width: 769px) {
  #kv.type_1 .regular_txt {
    width: 45rem;
  }
}
#business .inner {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #business .inner {
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  #business .inner {
    padding: 4rem 0 0;
  }
}

@media screen and (min-width: 769px) {
  #business h3 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #business h3 {
    padding-bottom: 1rem;
  }
}

#business figure {
  position: relative;
}
@media screen and (min-width: 769px) {
  #business figure {
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  #business figure {
    margin: 2rem auto 0;
  }
}

#business .box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #business .box {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  #business .box {
    margin-top: 2rem;
  }
}

#business .box ul {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #business .box ul {
    flex-direction: row;
    align-items: stretch;
    border-left: #0000ff 1px solid;
  }
}
@media screen and (max-width: 768px) {
  #business .box ul {
    flex-direction: column;
  }
}

#business .box ul li {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #business .box ul li {
    width: 23.5rem;
    border-right: #0000ff 1px solid;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #business .box ul li {
    width: 27.5rem;
    border-top: #0000ff 1px solid;
    gap: 2rem;
    padding: 2rem 0;
  }
}

/*
#business .box ul li:nth-of-type(1){
    @include mq(sp) {
	border-top: none;
	}
}
*/
#business .box ul li .num {
  position: relative;
  font-weight: 400;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #business .box ul li .num {
    line-height: 1.334em;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #business .box ul li .num {
    line-height: 1.154em;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  #business .box ul li .light_ttl {
    line-height: 1.1em;
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */