/* sass --watch aquapolis/style.scss:aquapolis/style.css */
.casePageWrapper .caseBanner {
  position: relative;
}
.casePageWrapper ul li,
.casePageWrapper ol li {
  font-size: inherit;
  line-height: inherit;
}
.casePageWrapper b {
  font-weight: 600;
  color: #2F4056;
}
.casePageWrapper .textContainer {
  font-size: 18px;
  line-height: 32px;
}
.casePageWrapper .textContainer p + p {
  margin-top: 32px;
}
.casePageWrapper img {
  max-height: none;
  max-width: none;
}
.casePageWrapper .bannerTitle {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 50px;
}
.casePageWrapper .sectionImage img {
  max-width: 100%;
}
.casePageWrapper .preTitle {
  display: block;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.casePageWrapper .preTitle + * {
  margin-top: 75px;
}
.casePageWrapper .preTitle + .sectionTitle {
  margin-top: 24px;
}
.casePageWrapper .sectionTitle {
  font-size: 50px;
  line-height: 65px;
  color: #1d1d1d;
  font-weight: normal;
  margin-bottom: 40px;
}
.casePageWrapper .stepTitle {
  display: block;
  font-size: 36px;
  line-height: 44px;
  font-weight: normal;
  color: #B2C9D7;
  margin-bottom: 56px;
}
.casePageWrapper .stepTitle.center {
  text-align: center;
}
.casePageWrapper .stepTitle .count {
  color: #2F4056;
}
.casePageWrapper .stepTitle.accent {
  color: #2F4056;
}
.casePageWrapper .stepTitle.accent .count {
  color: #1D1D1D;
}
.casePageWrapper .iconList {
  font-size: 18px;
  line-height: 32px;
  color: #1d1d1d;
  margin: -50px -40px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.casePageWrapper .iconList li {
  position: relative;
  width: 50%;
  padding-left: 92px;
  margin-top: 32px;
  min-height: 64px;
  padding-right: 40px;
}
.casePageWrapper .iconList .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0px 15px 60px rgba(122, 92, 154, 0.2);
  background-repeat: no-repeat;
  background-position: center;
}
.casePageWrapper .checkCircleList {
  font-size: 18px;
  line-height: 28px;
  color: #1d1d1d;
}
.casePageWrapper .checkCircleList li {
  position: relative;
  padding-left: 40px;
}
.casePageWrapper .checkCircleList li:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 28px;
  left: 0;
  top: 0;
}
.casePageWrapper .checkCircleList li + li {
  margin-top: 42px;
}
.casePageWrapper .checkCircleList li:nth-child(2n+1):before {
  background-image: url(/img/aquapolis/icon-circle-check.svg);
}
.casePageWrapper .checkCircleList li:nth-child(2n):before {
  background-image: url(/img/aquapolis/icon-circle-check-2.svg);
}
.casePageWrapper .columnsList {
  display: flex;
  margin: 0px -20px 0;
}
.casePageWrapper .columnsList ul {
  width: 50%;
  padding: 0 20px;
}
.casePageWrapper .columnsList li + li {
  margin-top: 46px;
}
@media (max-width: 1199px) {
  .casePageWrapper .columnsList li + li {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .casePageWrapper .columnsList {
    display: block;
    margin: 0;
  }
  .casePageWrapper .columnsList ul {
    width: 100%;
    padding: 0;
  }
  .casePageWrapper .columnsList ul + ul {
    margin-top: 22px;
  }
}
@media (max-width: 1199px) {
  .casePageWrapper .textContainer {
    font-size: 14px;
    line-height: 22px;
  }
  .casePageWrapper .textContainer p + p {
    margin-top: 22px;
  }
  .casePageWrapper .sectionTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .casePageWrapper .stepTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .casePageWrapper .preTitle {
    letter-spacing: 0.2em;
  }
  .casePageWrapper .preTitle + * {
    margin-top: 40px;
  }
  .casePageWrapper .preTitle + .sectionTitle {
    margin-top: 20px;
  }
  .casePageWrapper .checkList {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .casePageWrapper .sectionTitle {
    margin-bottom: 30px;
  }
  .casePageWrapper .preTitle + * {
    margin-top: 30px;
  }
}

.caseAquapolis .caseBanner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.caseAquapolis .caseBanner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000 0.28%, rgba(0, 0, 0, 0) 62.48%);
}
.caseAquapolis .caseBanner .textContainer {
  line-height: 28px;
  color: #fff;
}
.caseAquapolis .caseBanner .textContainer p + p {
  margin-top: 48px;
}
.caseAquapolis .bannerContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 593px;
  position: relative;
  z-index: 1;
  padding: 53px 0px 92px;
  max-width: 636px;
}
.caseAquapolis .preTitle {
  color: #000;
}
.caseAquapolis .preTitle.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.caseAquapolis .preTitle .count {
  color: #2F4056;
}
.caseAquapolis .preTitle.accent {
  color: #fff;
}
.caseAquapolis .preTitle.accent .count {
  color: #B2C9D7;
}
.caseAquapolis .preTitle.accent2 {
  color: #2F4056;
}
.caseAquapolis .preTitle.accent2 .count {
  color: #fff;
}
.caseAquapolis .preTitle.accent3 .count {
  color: #B2C9D7;
}
.caseAquapolis .preTitle.accent4 {
  color: #B2C9D7;
}
.caseAquapolis .preTitle.accent4 .count {
  color: #fff;
}
.caseAquapolis .caseStart {
  padding: 84px 0 73px;
  position: relative;
  z-index: 1;
}
.caseAquapolis .textColumns {
  display: flex;
  margin: 0 -32px;
}
.caseAquapolis .textColumns .textContainer {
  padding: 0 32px;
  width: 50%;
}
.caseAquapolis .goalPanel {
  background-color: #B2C9D7;
  border-radius: 28px;
  max-width: 901px;
  margin: 70px auto 0;
  padding: 38px 54px 54px;
  text-align: center;
}
.caseAquapolis .goalPanel .icon {
  color: #000;
  margin: 0 auto 50px;
}
.caseAquapolis .goalPanel .textContainer {
  font-size: 26px;
  line-height: 32px;
}
.caseAquapolis .caseMission {
  padding-top: 68px;
  padding-bottom: 85px;
  background-color: #2F4056;
  position: relative;
}
.caseAquapolis .caseMission .sectionTitle {
  color: #fff;
}
.caseAquapolis .caseTasks {
  padding: 58px 0 76px;
}
.caseAquapolis .caseTasks .sectionTitle {
  margin-bottom: 57px;
}
.caseAquapolis .caseAnalysis {
  padding: 67px 0 68px;
  background-color: #B2C9D7;
  position: relative;
}
.caseAquapolis .caseAnalysis .sectionInner {
  max-width: 575px;
}
.caseAquapolis .caseAnalysis b {
  color: #fff;
}
.caseAquapolis .caseAnalysis .sectionImage {
  position: absolute;
  right: 0;
  top: 50%;
  width: 32.6041666667%;
  transform: translateY(-50%);
  margin-top: 42px;
}
.caseAquapolis .caseAnalysis .sectionImage img {
  width: 100%;
}
.caseAquapolis .processHead {
  padding-top: 67px;
  padding-bottom: 24px;
}
.caseAquapolis .processHead .sectionTitle {
  margin-bottom: 8px;
}
.caseAquapolis .dotList {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.caseAquapolis .dotList li {
  position: relative;
  padding-left: 30px;
}
.caseAquapolis .dotList li:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 16px;
  border-radius: 50%;
  background-color: #000;
  top: 14px;
}
.caseAquapolis .dotList li + li {
  margin-top: 32px;
}
.caseAquapolis .stepCount {
  display: block;
  position: absolute;
  font-size: 150px;
  line-height: 1;
  font-weight: 600;
  color: #2F4056;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  top: 10px;
}
.caseAquapolis .stepCount:before {
  content: "";
  display: block;
  position: absolute;
  height: 553px;
  border-left: 5px solid #2F4056;
  bottom: 100%;
  margin-bottom: 23px;
  left: calc(50% - 9px);
}
.caseAquapolis .stepDetailed {
  max-width: 784px;
}
.caseAquapolis .stepDetailed.center {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
.caseAquapolis .stepDetailed.light {
  color: #fff;
}
.caseAquapolis .processStep {
  background-repeat: no-repeat;
  position: relative;
}
.caseAquapolis .processStep .sectionImage {
  position: relative;
  margin-top: 75px;
}
.caseAquapolis .processStep .sectionImage img {
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.caseAquapolis .processStep .sectionImage img + img {
  margin-top: 106px;
}
.caseAquapolis .processStep:nth-child(2n+1) .stepCount {
  left: 50%;
  margin-left: -830px;
}
.caseAquapolis .processStep:nth-child(2n) .stepCount {
  right: 50%;
  margin-right: -830px;
}
.caseAquapolis .processStep:first-child {
  position: relative;
}
.caseAquapolis .processStep:first-child .stepChapter:first-child {
  padding-bottom: 103px;
}
.caseAquapolis .processStep:first-child .stepChapter:first-child .sectionImage {
  margin-left: -33px;
  margin-right: -33px;
}
.caseAquapolis .processStep:first-child .stepChapter:nth-child(2) {
  background-color: #2F4056;
  padding-bottom: 85px;
  padding-top: 63px;
  position: relative;
}
.caseAquapolis .processStep:first-child .stepChapter:nth-child(2) .sectionImage {
  margin-left: -62px;
  margin-right: -62px;
}
.caseAquapolis .processStep:first-child .stepChapter:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/img/aquapolis/visual-step-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 395px;
  height: 395px;
  left: calc(50% - 953px);
  bottom: -137px;
}
.caseAquapolis .processStep:first-child .stepChapter:nth-child(3) {
  padding-top: 64px;
  padding-bottom: 85px;
}
.caseAquapolis .processStep:first-child .stepChapter:nth-child(3) .sectionImage {
  margin-left: -113px;
  margin-right: -113px;
}
.caseAquapolis .processStep:first-child .stepChapter:nth-child(4) {
  background-color: #B2C9D7;
  padding-top: 63px;
  padding-bottom: 85px;
}
.caseAquapolis .processStep:first-child .stepChapter:nth-child(4) b {
  color: #fff;
}
.caseAquapolis .processStep:first-child .stepChapter:nth-child(4) .sectionImage {
  margin-left: -43px;
  margin-right: -43px;
}
.caseAquapolis .processStep:nth-child(2) {
  padding-top: 85px;
  padding-bottom: 105px;
}
.caseAquapolis .processStep:nth-child(2) .sectionImage {
  margin-left: -81px;
  margin-right: -81px;
  margin-top: 112px;
}
.caseAquapolis .processStep:nth-child(2) .stepCount {
  top: 100px;
}
.caseAquapolis .processStep:nth-child(3) {
  background-color: #B2C9D7;
  padding-top: 93px;
  padding-bottom: 72px;
}
.caseAquapolis .processStep:nth-child(3) .stepCount {
  top: 93px;
}
.caseAquapolis .checkList {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.caseAquapolis .checkList li {
  position: relative;
  padding-left: 65px;
}
.caseAquapolis .checkList li:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/img/aquapolis/icon-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 34px;
  left: 0;
  top: 4px;
}
.caseAquapolis .checkList li + li {
  margin-top: 62px;
}
.caseAquapolis .checkList b {
  font-size: 23px;
}
.caseAquapolis .caseResults {
  padding: 82px 0 77px;
  background-color: #2F4056;
  color: #fff;
  position: relative;
}
.caseAquapolis .caseResults .sectionInner {
  max-width: calc(50% - 6px);
  margin-left: auto;
}
.caseAquapolis .caseResults .sectionImage {
  display: flex;
  justify-content: center;
  position: absolute;
  width: calc(606px + (100vw - 1200px) / 2 - 20px);
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 40px;
  padding-right: 40px;
}
.caseAquapolis .caseResults .sectionTitle {
  margin-bottom: 58px;
}
.caseAquapolis .caseResults .sectionTitle,
.caseAquapolis .caseResults b {
  color: #fff;
}
.caseAquapolis .caseResults b {
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 1699px) {
  .caseAquapolis .stepCount {
    font-size: 120px;
    top: 0;
  }
  .caseAquapolis .stepCount:before {
    border-left-width: 4px;
    left: 50%;
    margin-left: -2px;
  }
  .caseAquapolis .processStep:nth-child(2n+1) .stepCount {
    margin-left: -732px;
  }
  .caseAquapolis .processStep:nth-child(2n) .stepCount {
    margin-right: -730px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2) .sectionImage {
    margin-left: -33px;
    margin-right: -33px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2):after {
    left: calc(50% - 923px);
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(3) .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(4) .sectionImage {
    margin-left: -33px;
    margin-right: -33px;
  }
  .caseAquapolis .processStep:nth-child(2) .sectionImage {
    margin-left: -33px;
    margin-right: -33px;
  }
  .caseAquapolis .caseResults .sectionImage {
    left: 0px;
  }
  .caseAquapolis .checkList li + li {
    margin-top: 32px;
  }
}
@media (max-width: 1439px) {
  .caseAquapolis .stepCount {
    display: none;
  }
  .caseAquapolis .processStep:first-child .stepChapter:first-child .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2) .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2):after {
    width: 320px;
    height: 320px;
    left: calc(50% - 760px);
    bottom: -100px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(3) .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(4) .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseAquapolis .processStep:nth-child(2) .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  .caseAquapolis .container {
    width: 920px !important;
  }
  .caseAquapolis .bannerContent {
    max-width: 50%;
    padding: 60px 0;
    min-height: 440px;
  }
  .caseAquapolis .bannerTitle {
    margin-bottom: 40px;
  }
  .caseAquapolis .caseBanner .textContainer p + p {
    margin-top: 32px;
  }
  .caseAquapolis .caseStart {
    padding: 60px 0;
  }
  .caseAquapolis .caseMission {
    padding: 60px 0;
  }
  .caseAquapolis .goalPanel {
    border-radius: 22px;
    max-width: 740px;
    margin-top: 0;
    padding: 38px 40px 54px;
  }
  .caseAquapolis .goalPanel .textContainer {
    font-size: 20px;
    line-height: 24px;
  }
  .caseAquapolis .goalPanel .icon {
    margin-bottom: 40px;
  }
  .caseAquapolis .textColumns {
    margin: 0 -20px;
  }
  .caseAquapolis .textColumns .textContainer {
    padding: 0 20px;
  }
  .caseAquapolis .caseTasks {
    padding: 60px 0;
  }
  .caseAquapolis .caseTasks .sectionTitle {
    margin-bottom: 40px;
  }
  .caseAquapolis .checkCircleList {
    font-size: 14px;
    line-height: 22px;
  }
  .caseAquapolis .checkCircleList li + li {
    margin-top: 32px;
  }
  .caseAquapolis .caseAnalysis {
    padding: 60px 0;
  }
  .caseAquapolis .processHead {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .caseAquapolis .dotList {
    font-size: 14px;
    line-height: 22px;
  }
  .caseAquapolis .dotList li {
    padding-left: 20px;
  }
  .caseAquapolis .dotList li:before {
    left: 5px;
    top: 10px;
  }
  .caseAquapolis .stepDetailed {
    max-width: 640px;
  }
  .caseAquapolis .stepDetailed.center {
    max-width: 640px;
  }
  .caseAquapolis .processStep .sectionImage {
    margin-top: 40px;
  }
  .caseAquapolis .processStep .sectionImage img + img {
    margin-top: 40px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:first-child .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(2) .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(3) .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(4) .sectionImage {
    margin-left: calc((890px - 100vw) / 2 + 15px);
    margin-right: calc((890px - 100vw) / 2 + 15px);
  }
  .caseAquapolis .processStep:first-child .stepChapter:first-child, .caseAquapolis .processStep:first-child .stepChapter:nth-child(3), .caseAquapolis .processStep:first-child .stepChapter:nth-child(4) {
    padding-bottom: 60px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(3), .caseAquapolis .processStep:first-child .stepChapter:nth-child(4) {
    padding-top: 60px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2):after {
    width: 280px;
    height: 280px;
    left: calc(50% - 620px);
    bottom: -90px;
  }
  .caseAquapolis .processStep:nth-child(2) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .caseAquapolis .processStep:nth-child(2) .sectionImage {
    margin-left: calc((890px - 100vw) / 2 + 15px);
    margin-right: calc((890px - 100vw) / 2 + 15px);
    margin-top: 40px;
  }
  .caseAquapolis .processStep:nth-child(3) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .caseAquapolis .caseResults {
    padding: 60px 0;
  }
  .caseAquapolis .caseResults .sectionTitle {
    margin-bottom: 40px;
  }
  .caseAquapolis .checkList {
    font-size: 14px;
    line-height: 22px;
  }
  .caseAquapolis .checkList li {
    padding-left: 40px;
  }
  .caseAquapolis .checkList li:before {
    width: 24px;
    height: 22px;
  }
  .caseAquapolis .checkList li + li {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .caseAquapolis .container {
    width: 688px !important;
  }
  .caseAquapolis .bannerContent {
    max-width: calc(50% + 120px);
    min-height: 360px;
  }
  .caseAquapolis .caseBanner .textContainer {
    line-height: 22px;
  }
  .caseAquapolis .caseBanner .textContainer p + p {
    margin-top: 22px;
  }
  .caseAquapolis .goalPanel {
    border-radius: 20px;
    max-width: 640px;
    padding: 38px 30px 40px;
  }
  .caseAquapolis .goalPanel .textContainer {
    font-size: 16px;
    line-height: 24px;
  }
  .caseAquapolis .caseAnalysis .sectionInner {
    max-width: calc(50% + 60px);
  }
  .caseAquapolis .caseAnalysis .sectionImage {
    width: calc(50% - 90px);
    margin-top: 40px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:first-child .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(2) .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(3) .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(4) .sectionImage {
    margin-left: calc((658px - 100vw) / 2 + 15px);
    margin-right: calc((658px - 100vw) / 2 + 15px);
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2):after {
    left: calc(50% - 520px);
  }
  .caseAquapolis .processStep:nth-child(2) .sectionImage {
    margin-left: calc((658px - 100vw) / 2 + 15px);
    margin-right: calc((658px - 100vw) / 2 + 15px);
  }
  .caseAquapolis .caseResults .sectionImage {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .caseAquapolis .container {
    width: 100% !important;
  }
  .caseAquapolis .textColumns {
    display: block;
  }
  .caseAquapolis .textColumns .textContainer {
    width: 100%;
  }
  .caseAquapolis .textColumns .textContainer + .textContainer {
    margin-top: 22px;
  }
  .caseAquapolis .bannerTitle {
    margin-bottom: 30px;
  }
  .caseAquapolis .bannerContent {
    max-width: 75%;
    padding: 40px 0;
    min-height: 0px;
  }
  .caseAquapolis .goalPanel .icon {
    margin-bottom: 30px;
  }
  .caseAquapolis .caseStart {
    padding: 40px 0;
  }
  .caseAquapolis .caseMission {
    padding: 40px 0;
  }
  .caseAquapolis .caseTasks {
    padding: 40px 0;
  }
  .caseAquapolis .caseTasks .sectionTitle {
    margin-bottom: 30px;
  }
  .caseAquapolis .caseAnalysis {
    padding: 40px 0;
  }
  .caseAquapolis .processHead {
    padding-top: 40px;
  }
  .caseAquapolis .stepTitle {
    margin-bottom: 30px;
  }
  .caseAquapolis .processStep .sectionImage {
    margin-top: 30px;
  }
  .caseAquapolis .processStep .sectionImage img + img {
    margin-top: 30px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:first-child .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(2) .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(3) .sectionImage, .caseAquapolis .processStep:first-child .stepChapter:nth-child(4) .sectionImage {
    margin-left: -5px;
    margin-right: -5px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2):after {
    width: 220px;
    height: 220px;
    left: calc(50% - 440px);
    bottom: -70px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:first-child, .caseAquapolis .processStep:first-child .stepChapter:nth-child(3), .caseAquapolis .processStep:first-child .stepChapter:nth-child(4) {
    padding-bottom: 40px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(3), .caseAquapolis .processStep:first-child .stepChapter:nth-child(4) {
    padding-top: 40px;
  }
  .caseAquapolis .processStep:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .caseAquapolis .processStep:nth-child(2) .sectionImage {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 30px;
  }
  .caseAquapolis .processStep:nth-child(3) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .caseAquapolis .caseResults {
    padding: 40px 0;
  }
  .caseAquapolis .caseResults .sectionImage {
    width: calc(50% + 6px);
    padding-left: 10px;
    padding-right: 20px;
  }
  .caseAquapolis .caseResults .sectionTitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .caseAquapolis .caseAnalysis .sectionInner {
    max-width: 100%;
  }
  .caseAquapolis .caseAnalysis .sectionImage {
    position: relative;
    right: auto;
    top: auto;
    float: right;
    margin-top: 112px;
    transform: none;
    width: calc(50% - 15px);
    margin-right: -15px;
    margin-left: 15px;
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2):after {
    width: 160px;
    height: 160px;
    left: calc(50% - 290px);
    bottom: -50px;
  }
  .caseAquapolis .caseResults {
    padding-bottom: 0;
  }
  .caseAquapolis .caseResults .sectionInner {
    max-width: 100%;
  }
  .caseAquapolis .caseResults .sectionImage {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    left: auto;
    top: auto;
    transform: none;
    position: relative;
  }
}
@media (max-width: 479px) {
  .caseAquapolis .bannerContent {
    max-width: 100%;
  }
  .caseAquapolis .caseBanner:after {
    background: linear-gradient(90deg, #000 0.28%, rgba(0, 0, 0, 0) 100%);
  }
  .caseAquapolis .processStep:first-child .stepChapter:nth-child(2):after {
    left: calc(50% - 240px);
  }
}

/*# sourceMappingURL=style.css.map */
