html:not(.home):not(.front-page) .case_ttl {
  font-size: 20px;
  display: flex;
  align-items: self-end;
  height: 50px;
}
html:not(.home):not(.front-page) .works_box {
  border: 1px solid #ff6a00;
  background: #fff;
  padding: 50px;
}
@media (max-width: 769px) {
  html:not(.home):not(.front-page) .works_box {
    padding: 20px;
  }
}
html:not(.home):not(.front-page) body {
  background: url(/wp-content/uploads/top_gray_bg.jpg);
}
html:not(.home):not(.front-page) .indent {
  text-indent: -1em;
  padding-left: 1em;
}
html:not(.home):not(.front-page) .u_bg {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
html:not(.home):not(.front-page) .work_line {
  border-bottom: 5px #ff6a00 solid;
}
html:not(.home):not(.front-page) .work_linkbtn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
}
@media (max-width: 769px) {
  html:not(.home):not(.front-page) .work_linkbtn {
    display: none;
  }
}
html:not(.home):not(.front-page) .work_linkbtn .top_main_button_4column {
  grid-template-columns: 1fr;
}
@media (max-width: 769px) {
  html:not(.home):not(.front-page) .work_linkbtn .top_main_button_4column {
    background: #fff;
  }
}
html:not(.home):not(.front-page) .biowater_banner {
  position: relative;
  border: 2px solid #d2d2d2;
  border-radius: 0;
}
html:not(.home):not(.front-page) .biowater_banner::before {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 0;
  width: 54px;
  height: 54px;
  background: linear-gradient(304deg, rgb(251, 167, 14) 0%, rgb(255, 106, 0) 100%);
  transform: translateY(-50%);
  transition: background 0.4s;
  z-index: 2;
}
html:not(.home):not(.front-page) .biowater_banner::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 19px;
  width: 17px;
  height: 17px;
  background: url(/wp-content/uploads/top_right_arrow.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.4s;
  z-index: 2;
}
html:not(.home):not(.front-page) .biowater_banner:hover {
  border: 2px solid #ff6a00;
}
html:not(.home):not(.front-page) .biowater_banner:hover::after {
  animation: arrowExitIn 0.6s ease forwards;
}
html:not(.home):not(.front-page) .biowater_banner .banner_img {
  overflow: hidden;
}
html:not(.home):not(.front-page) .biowater_banner .banner_img img {
  height: auto;
  transition: transform 0.6s ease;
}
html:not(.home):not(.front-page) .biowater_banner .banner_img:hover img {
  transform: scale(1.1);
}/*# sourceMappingURL=under_add.css.map */