:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#business {
  background: -webkit-gradient(linear, left bottom, left top, from(#F5FDD3), to(#fff));
  background: linear-gradient(to top, #F5FDD3, #fff);
}
#business .base__title {
  color: #177e5d;
  font-size: max(4.5rem, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: max(3rem, 20px);
}
#business .base__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(8rem, 30px);
  padding-bottom: max(12rem, 60px);
}
@media screen and (max-width: 1000px) {
  #business .base__content {
    display: grid;
    gap: 0;
  }
}
@media screen and (max-width: 1000px) {
  #business .base__content--project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: auto 1fr auto;
            flex-direction: auto 1fr auto;
  }
  #business .base__content--project .base__content__detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: contents;
  }
  #business .base__content--project .base__content__images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 20px;
  }
  #business .base__content--project .btnBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#business .base__content--global {
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #business .base__content--global {
    margin-bottom: 0;
    grid-template-rows: 1fr auto;
  }
}
@media screen and (max-width: 1000px) {
  #business .base__content--global .base__content__images {
    width: 90%;
    grid-row: 1/2;
  }
  #business .base__content--global .base__content__images:nth-of-type(odd) {
    margin-left: auto;
  }
  #business .base__content--global .base__content__images:nth-of-type(even) {
    margin-right: auto;
  }
}
#business .base__content--global .base__content__detail {
  --baseWidth: max(5rem, 25px);
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--baseWidth);
  margin: 2.5% 0;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(238, 245, 209, 0.8);
          box-shadow: 5px 5px 0px rgba(238, 245, 209, 0.8);
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  #business .base__content--global .base__content__detail {
    width: 80%;
    margin: 0;
    grid-row: 2/3;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@media screen and (max-width: 550px) {
  #business .base__content--global .base__content__detail {
    width: 90%;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
#business .base__content--global .base__content__detail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--baseWidth);
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(238, 245, 209, 0.8);
          box-shadow: 5px 5px 0px rgba(238, 245, 209, 0.8);
}
@media screen and (max-width: 1000px) {
  #business .base__content--global .base__content__detail::before {
    display: none;
  }
}
#business .base__content--global .base__content__detail:nth-of-type(odd) {
  padding-right: 0;
  border-radius: max(1rem, 10px) 0 0 max(1rem, 10px);
}
@media screen and (max-width: 1000px) {
  #business .base__content--global .base__content__detail:nth-of-type(odd) {
    margin-left: auto;
    padding-right: var(--baseWidth);
    border-radius: max(1rem, 10px);
  }
}
#business .base__content--global .base__content__detail:nth-of-type(odd)::before {
  left: 100%;
  border-radius: 0 max(1rem, 10px) max(1rem, 10px) 0;
}
#business .base__content--global .base__content__detail:nth-of-type(even) {
  padding-left: 0;
  border-radius: 0 max(1rem, 10px) max(1rem, 10px) 0;
}
@media screen and (max-width: 1000px) {
  #business .base__content--global .base__content__detail:nth-of-type(even) {
    margin-right: auto;
    padding-left: var(--baseWidth);
    border-radius: max(1rem, 10px);
  }
}
#business .base__content--global .base__content__detail:nth-of-type(even)::before {
  right: 100%;
  border-radius: max(1rem, 10px) 0 0 max(1rem, 10px);
  z-index: -10;
}
#business .base__content--global .base__content__detail:nth-of-type(even)::after {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--baseWidth);
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  #business .base__content--global .base__content__detail:nth-of-type(even)::after {
    display: none;
  }
}
#business .base__content__detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first-baseline;
      -ms-flex-align: first-baseline;
          align-items: first-baseline;
  gap: max(1rem, 10px);
  margin-bottom: max(2rem, 15px);
}
#business .base__content__detail__title__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#business .base__content__detail__title h3 {
  color: #177e5d;
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
#business .base__content__detail > p {
  line-height: 3;
}
#business .base__content__detail .btnBox {
  margin-top: max(4rem, 30px);
}
#business .base__content__images {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: max(55.5rem, 300px);
}
#business .base__content__images .imageBox {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 37/24;
}
#business .base__content__images .imageBox img {
  width: 100%;
  height: 100%;
  border-radius: max(2rem, 15px);
}/*# sourceMappingURL=business.css.map */