/* :::::::::::::::::::

	BUSINESS

:::::::::::::::::::::: */
#business {
  width: 100%;
  margin: 0 auto;
}
#business #lead .contents {
  padding-bottom: 0;
}
#business #lead p {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #business #lead p {
    font-size: 1.8rem;
  }
}
#business h2 {
  background: #1E4370;
  color: #fff;
  padding: 0.75em;
  text-align: center;
  font-size: 4rem;
}
@media only screen and (max-width: 1366px) {
  #business h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 834px) {
  #business h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 600px) {
  #business h2 {
    padding: 0.5em;
    font-size: 2rem;
  }
}
#business .long + .container .contents {
  padding-top: 0;
}
#business .long + .container .contents > p {
  margin-bottom: 6rem;
}
#business .help {
  margin-top: 8rem;
  padding: 4rem 5rem;
  background: #000;
  color: #fff;
}
#business .help h3 {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #fff;
}
#business .help ul {
  display: flex;
  padding: 2rem 4rem;
  gap: 1em;
  flex-wrap: wrap;
}
#business .help ul li {
  padding-left: 4rem;
  display: flex;
  align-items: center;
}
#business .help ul li p {
  flex: 1;
}
#business .help ul li i {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: center center/contain no-repeat url(../images/business/biz-check.png);
  margin-right: 1rem;
}
@media only screen and (max-width: 834px) {
  #business .help {
    padding: 4rem 2rem;
  }
  #business .help ul {
    flex-direction: column;
    padding: 2rem 2rem 0;
  }
  #business .help ul li {
    padding-left: 0;
    align-items: start;
  }
  #business .help ul li p {
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 600px) {
  #business .help h3 {
    font-size: 1.8rem;
  }
}
#business #biz2 .pic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 834px) {
  #business #biz2 .pic {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#business #biz3 .pic {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  gap: 10%;
  position: relative;
}
#business #biz3 .pic > div {
  position: relative;
}
#business #biz3 .pic > div p {
  position: absolute;
  font-weight: bold;
  color: #fff;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 2.4rem;
  padding: 0 1em;
}
#business #biz3 .pic .before p {
  background: #aaa;
}
#business #biz3 .pic .after p {
  background: #9FB5F1;
}
#business #biz3 .pic:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  width: 40px;
  height: 60px;
  clip-path: polygon(0 100%, 100% 50%, 0 0);
}
@media only screen and (max-width: 834px) {
  #business #biz3 .pic:after {
    width: 20px;
    height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #business #biz3 .pic {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  #business #biz3 .pic:after {
    transform: translate(-50%, -50%) rotateZ(90deg);
  }
}/*# sourceMappingURL=business.css.map */