@media screen and (min-width: 769px) {
  .hero_wrap {
    background-image: url(../img/business/kv_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .hero_wrap {
    background-image: url(../img/business/kv_sp.jpg);
  }
}

@media screen and (min-width: 769px) {
  .category {
    width: 110rem;
    margin: 10rem auto;
  }
}
@media screen and (max-width: 768px) {
  .category {
    margin: 10rem 0;
  }
}
.category .category_inner h3 {
  color: #0A64B4;
  font-weight: 500;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 769px) {
  .category .category_inner h3 {
    font-size: 3.2rem;
    line-height: 5.2rem;
    text-align: center;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner h3 {
    font-size: 4rem;
    line-height: 6.4rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .category .category_inner .lead {
    font-size: 1.6rem;
    line-height: 2.7rem;
    text-align: center;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .lead {
    font-size: 2.6rem;
    line-height: 4.2rem;
    text-align: justify;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .category .category_inner .figure_img {
    padding: 5rem 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .figure_img {
    padding: 5rem 0 3rem;
  }
}
.category .category_inner .caption {
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .category .category_inner .caption {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .caption {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}

@media screen and (min-width: 769px) {
  .business {
    width: 110rem;
    margin: 10rem auto 15rem;
  }
}
@media screen and (max-width: 768px) {
  .business {
    width: 100%;
    margin: 10rem auto 15rem;
  }
}
@media screen and (min-width: 769px) {
  .business .business_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .business .business_inner {
    padding-bottom: 10rem;
    display: grid;
  }
}
@media screen and (min-width: 769px) {
  .business .business_inner .business_inner_txt {
    width: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .business .business_inner .business_inner_txt {
    order: 2;
    padding-top: 4.2rem;
  }
}
.business .business_inner .business_inner_txt .business_ttl {
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .business .business_inner .business_inner_txt .business_ttl {
    font-size: 2.9rem;
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .business .business_inner .business_inner_txt .business_ttl {
    font-size: 3.8rem;
    padding-bottom: 3.2rem;
  }
}
.business .business_inner .business_inner_txt > p {
  text-align: justify;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .business .business_inner .business_inner_txt > p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .business .business_inner .business_inner_txt > p {
    font-size: 2.6rem;
    line-height: 4.2rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .business .business_inner .figure_img > img {
    width: 71.5rem;
  }
}
@media screen and (max-width: 768px) {
  .business .business_inner .figure_img > img {
    order: 1;
  }
}
.business .business_inner .figure_img .right {
  clip-path: polygon(21% 0, 100% 0%, 100% 100%, 0% 100%);
}
.business .business_inner .figure_img .left {
  clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .business .business_inner .frame_right {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .business .business_inner .frame_left {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 769px) {
  .business .business_inner:nth-child(2) .business_inner_txt {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .business .business_inner:nth-child(2) .figure_img {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .business .business_inner:nth-child(4) .business_inner_txt {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .business .business_inner:nth-child(4) .figure_img {
    order: 1;
  }
}
.business .business_inner:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .link_btn.col_b {
    margin: 0 auto;
  }
}/*# sourceMappingURL=business.css.map */