body.page-template-page-business .business {
  margin-bottom: 10.4rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .business {
    margin-bottom: 6.4rem;
  }
}

body.page-template-page-business .business .left-lined {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .business .left-lined {
    margin-bottom: 3.2rem;
  }
}

body.page-template-page-business .business li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 7.2rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .business li {
    flex-direction: column;
    gap: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  body.page-template-page-business .business li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

body.page-template-page-business .business li:nth-child(2n) h3 span {
  background: #009b71;
}

body.page-template-page-business .business li:nth-child(2n) h3::before {
  background: #009b71;
}

body.page-template-page-business .business li:not(:first-child) {
  border-top: 1px solid #ccc;
  margin-top: 6.4rem;
  padding-top: 6.4rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .business li:not(:first-child) {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}

body.page-template-page-business .business li .image {
  aspect-ratio: 568/313;
  border-radius: 1rem;
  flex-shrink: 0;
  overflow: hidden;
  width: 56.8rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .business li .image {
    width: 32.8rem;
  }
}

body.page-template-page-business .business li .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.page-template-page-business .business li .text {
  flex-grow: 1;
}

body.page-template-page-business .business li .text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

body.page-template-page-business .business li h3 {
  display: inline-flex;
  gap: 0.3rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .business li h3 {
    margin-bottom: 1.6rem;
  }
}

body.page-template-page-business .business li h3 span {
  background: #f37f28;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5rem 2.2rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .business li h3 span {
    font-size: 2rem;
  }
}

body.page-template-page-business .business li h3::before {
  background: #f37f28;
  border-radius: 0.2rem;
  content: "";
  display: block;
  width: 0.8rem;
}

body.page-template-page-business .work {
  background: #efefef;
  padding-top: 10.4rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .work {
    padding-top: 6.4rem;
  }
}

body.page-template-page-business .work .left-lined {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .work .left-lined {
    margin-bottom: 3.2rem;
  }
}

body.page-template-page-business .work .wrapper>ul {
  display: flex;
  flex-direction: column;
  gap: 11rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .work .wrapper>ul {
    gap: 4.8rem;
  }
}

body.page-template-page-business .work .wrapper>ul>li {
  align-items: center;
  display: flex;
  gap: 5.6rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .work .wrapper>ul>li {
    flex-direction: column;
    gap: 3.2rem;
  }
}

body.page-template-page-business .work .wrapper>ul>li .image {
  aspect-ratio: 468/360;
  border-radius: 1rem;
  flex-shrink: 0;
  overflow: hidden;
  width: 46.8rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .work .wrapper>ul>li .image {
    width: 32.9rem;
  }
}

body.page-template-page-business .work .wrapper>ul>li .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.page-template-page-business .work .wrapper>ul>li .text {
  flex-grow: 1;
}

body.page-template-page-business .work .wrapper>ul>li .text h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .work .wrapper>ul>li .text h3 {
    font-size: 2.2rem;
  }
}

body.page-template-page-business .work .wrapper>ul>li .text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .work .wrapper>ul>li .text p {
    margin-bottom: 1.8rem;
  }
}

body.page-template-page-business .work .wrapper>ul>li .text ul {
  background: #fff;
  border-radius: 1rem;
  padding: 2.4rem 3.4rem 2.4rem 3.2rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .work .wrapper>ul>li .text ul {
    padding: 2.4rem 2.2rem 2.4rem 2.4rem;
  }
}

body.page-template-page-business .work .wrapper>ul>li .text li {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .work .wrapper>ul>li .text li {
    line-height: 1.5;
  }
}

body.page-template-page-business .work .wrapper>ul>li .text li::before {
  background: #fdaf75;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.8rem;
  width: 0.8rem;
}

body.page-template-page-business .work .wrapper>ul>li .text li:not(:last-child) {
  margin-bottom: 0.7rem;
}

@media screen and (max-width: 768px) {
  body.page-template-page-business .work .wrapper>ul>li .text li:not(:last-child) {
    margin-bottom: 1rem;
  }
}

body.page-template-page-business .global-footer {
  background: #efefef;
}

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