@charset "UTF-8";
.block {
  display: block !important;
}

.hidden {
  display: none !important;
}

.inline-block {
  display: inline-block;
}

@media (max-width: 1680px) {
  .xl\:block {
    display: block !important;
  }
  .xl\:hidden {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .tl\:block {
    display: block !important;
  }
  .tl\:hidden {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .lg\:block {
    display: block !important;
  }
  .lg\:hidden {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .md\:block {
    display: block !important;
  }
  .md\:hidden {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .sm\:block {
    display: block !important;
  }
  .sm\:hidden {
    display: none !important;
  }
}
@media (min-width: 1201px) and (max-width: 1680px) {
  .xl\:zoom-50 {
    zoom: 0.5;
  }
}

@media (min-width: 1201px) and (max-width: 1680px) {
  .xl\:zoom-60 {
    zoom: 0.6;
  }
}

@media (min-width: 1201px) and (max-width: 1680px) {
  .xl\:zoom-70 {
    zoom: 0.7;
  }
}

@media (min-width: 1201px) and (max-width: 1680px) {
  .xl\:zoom-80 {
    zoom: 0.8;
  }
}

@media (min-width: 1201px) and (max-width: 1680px) {
  .xl\:zoom-90 {
    zoom: 0.9;
  }
}

@media (min-width: 1201px) and (max-width: 1680px) {
  .xl\:zoom-100 {
    zoom: 1;
  }
}

@-webkit-keyframes arrowCycle {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(55%);
            transform: translateX(55%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes arrowCycle {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(55%);
            transform: translateX(55%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.max-w-none {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* 拷貝範例
opacity: 0;
transform: translateY(40px);
transition: all 0.3s, opacity $ani_duration $ani_function, transform $ani_duration $ani_function;
*/
.module_desc {
  color: #1f1f1f;
  line-height: 1.6;
  text-align: justify;
}
.module_desc.white {
  color: #fff;
}
.module_desc p {
  margin-bottom: 15px;
}

.en-font {
  font-family: "Open Sans", sans-serif;
}

.button_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .button_set {
    margin-top: 35px !important;
  }
}
.button_set.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button_set.no_middle [class^=button].middle {
  display: none;
}

.button00 a {
  border: 1px solid #601986;
  background: #601986;
  display: inline-block;
  color: #fff;
  padding: 12px 58px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button00 a:hover {
  background: #fff;
  color: #601986;
}
@media screen and (max-width: 1024px) {
  .button00 a {
    font-size: 14px;
    padding: 8px 38px;
  }
}

[data-page=business] .inner {
  max-width: 1600px;
  margin: auto;
  font-family: "Open Sans", sans-serif;
}
[data-page=business] .inner > div img {
  border-radius: 5px;
}
[data-page=business] .total-box {
  margin-bottom: clamp(45px, 3.90625vw, 75px);
}
[data-page=business] .total-box .inner {
  margin: auto;
  margin-top: clamp(90px, 7.03125vw, 135px);
  padding: clamp(90px, 3.90625vw, 75px) 0 75px clamp(30px, 3.90625vw, 75px);
  background-color: #efefef;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.2083333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  [data-page=business] .total-box .inner::after {
    content: "";
    display: block;
    width: 17.6041666667vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }
}
[data-page=business] .total-content {
  max-width: calc(538 / 19.2 * 1vw);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
[data-page=business] .total-title-en {
  font-family: "Open Sans", sans-serif;
  color: #601986;
  font-size: clamp(23px, 1.8229166667vw, 35px);
  font-weight: 600;
}
[data-page=business] .total-title {
  font-size: clamp(30px, 2.0833333333vw, 40px);
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1f1f1f;
}
[data-page=business] .total-text {
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: clamp(30px, 2.0833333333vw, 40px);
  color: #393939;
}
[data-page=business] .total-pic {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (max-width: 960px) {
  [data-page=business] .total-box .inner {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: clamp(30px, 3.90625vw, 75px);
  }
  [data-page=business] .total-content {
    max-width: 100%;
    text-align: center;
  }
  [data-page=business] .total-title {
    margin-bottom: 20px;
  }
  [data-page=business] .total-text {
    text-align: left;
  }
  [data-page=business] .total-pic {
    max-width: 100%;
  }
}
[data-page=business] .total-box.in .total-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
}
[data-page=business] .total-box.in .total-pic {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
}
[data-page=business] .four-core {
  padding: clamp(10px, 5.7291666667vw, 110px) clamp(30px, 3.90625vw, 75px) calc(400 / 19.2 * 1vw);
  background-image: url(/template/customized/images/business/four_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
[data-page=business] .four-core-title-box {
  margin-bottom: clamp(50px, 8.3333333333vw, 160px);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
[data-page=business] .four-core-title-en {
  font-family: "Open Sans", sans-serif;
  color: #601986;
  font-size: clamp(23px, 2.6041666667vw, 50px);
  font-weight: 600;
}
[data-page=business] .four-core-title {
  font-size: clamp(30px, 2.0833333333vw, 40px);
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 45px;
  color: #1f1f1f;
}
[data-page=business] .four-core-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px 120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
[data-page=business] .four-core-item {
  width: calc(50% - 60px);
  position: relative;
}
[data-page=business] .four-core-item-no {
  color: #601986;
  font-size: clamp(70px, 6.25vw, 120px);
  font-weight: 700;
  position: absolute;
  top: -90px;
  z-index: 1;
  left: 25px;
}
[data-page=business] .four-core-item:nth-of-type(even) {
  position: relative;
  top: 180px;
}
[data-page=business] .four-core figure {
  margin: 0 0 90px 0;
}
[data-page=business] .four-core figure a {
  position: relative;
  display: block;
}
[data-page=business] .four-core figure a span {
  background-color: #601986;
  position: absolute;
  font-size: 20px;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}
[data-page=business] .four-core figure a span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 238 177'><path d='M14.5 73.51H188.44L139.68 24.75C134.02 19.09 134.02 9.91 139.68 4.24C145.34 -1.42 154.52 -1.42 160.19 4.24L233.7 77.75C239.36 83.41 239.36 92.59 233.7 98.26L160.19 171.77C157.36 174.6 153.64 176.02 149.94 176.02C146.23 176.02 142.52 174.6 139.69 171.77C134.03 166.11 134.03 156.93 139.69 151.26L188.45 102.5H14.5C6.49 102.5 0 96.01 0 88C0 79.99 6.49 73.51 14.5 73.51Z'/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 238 177'><path d='M14.5 73.51H188.44L139.68 24.75C134.02 19.09 134.02 9.91 139.68 4.24C145.34 -1.42 154.52 -1.42 160.19 4.24L233.7 77.75C239.36 83.41 239.36 92.59 233.7 98.26L160.19 171.77C157.36 174.6 153.64 176.02 149.94 176.02C146.23 176.02 142.52 174.6 139.69 171.77C134.03 166.11 134.03 156.93 139.69 151.26L188.45 102.5H14.5C6.49 102.5 0 96.01 0 88C0 79.99 6.49 73.51 14.5 73.51Z'/></svg>") no-repeat center/contain;
  position: relative;
  right: -8px;
}
[data-page=business] .four-core figcaption {
  padding-top: 30px;
}
[data-page=business] .four-core figcaption P:first-of-type {
  font-size: 30px;
  color: #601986;
  font-weight: 600;
  margin-bottom: 15px;
}
[data-page=business] .four-core figcaption P:nth-of-type(2) {
  font-size: 20px;
  color: #393939;
  line-height: 40px;
}
@media screen and (max-width: 960px) {
  [data-page=business] .four-core-item {
    width: calc(50% - 25px);
  }
  [data-page=business] .four-core .four-core-content {
    gap: 80px 50px;
  }
}
@media screen and (max-width: 768px) {
  [data-page=business] .four-core {
    padding-bottom: 0;
  }
  [data-page=business] .four-core-title-box {
    text-align: center;
  }
  [data-page=business] .four-core-title-en {
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  [data-page=business] .four-core-content {
    gap: 0;
  }
  [data-page=business] .four-core-item {
    width: 100%;
  }
  [data-page=business] .four-core-item-no {
    top: -55px;
    left: 18px;
  }
  [data-page=business] .four-core-item:nth-of-type(even) {
    top: inherit;
  }
  [data-page=business] .four-core figure {
    margin-bottom: 0px;
  }
  [data-page=business] .four-core figure a span {
    font-size: 18px;
    width: 180px;
  }
  [data-page=business] .four-core figure a::after {
    right: -10px;
    top: 1px;
  }
  [data-page=business] .four-core figcaption {
    padding-top: 25px;
  }
  [data-page=business] .four-core figcaption p:first-of-type {
    font-size: 22px;
  }
}
[data-page=business] .four-core.in .four-core-title-box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
}
[data-page=business] .four-core.in .four-core-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
}
[data-page=business] .sustainable {
  position: relative;
  margin-top: calc(-110 / 19.2 * 1vw);
}
@media screen and (max-width: 960px) {
  [data-page=business] .sustainable {
    margin-top: 0;
  }
}
[data-page=business] .sustainable .inner {
  max-width: 100%;
  padding: 0 clamp(30px, 3.90625vw, 75px);
}
[data-page=business] .sustainable .article-area {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-page=business] .sustainable .article-area .en {
  font-family: "Open Sans", sans-serif;
  color: #601986;
  font-size: clamp(25px, 2.6041666667vw, 50px);
  font-weight: 600;
  width: 100%;
  margin-bottom: 15px;
}
[data-page=business] .sustainable .article-area .ch {
  font-size: clamp(30px, 2.0833333333vw, 40px);
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 45px;
  color: #1f1f1f;
  width: 100%;
}
@media screen and (max-width: 480px) {
  [data-page=business] .sustainable .article-area .ch {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  [data-page=business] .sustainable .article-area {
    max-width: 100%;
    text-align: left;
  }
}
[data-page=business] .sustainable .article-area .head-area {
  max-width: 50%;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
[data-page=business] .sustainable .article-area .content {
  color: #393939;
  font-size: 18px;
  line-height: 40px;
  max-width: 46%;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (max-width: 480px) {
  [data-page=business] .sustainable .article-area .content {
    margin-top: 24px;
    font-size: 16px;
    line-height: 30px;
  }
}
[data-page=business] .sustainable .article-area .button_set {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
[data-page=business] .sustainable .items-area {
  position: relative;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  [data-page=business] .sustainable .items-area {
    margin-top: 40px;
  }
}
[data-page=business] .sustainable .items-area .item {
  position: absolute;
}
@media screen and (max-width: 480px) {
  [data-page=business] .sustainable .items-area .item {
    position: static;
  }
}
[data-page=business] .sustainable .items-area .item .line {
  position: relative;
  width: 1px;
  height: 0;
  background-color: #601986;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 480px) {
  [data-page=business] .sustainable .items-area .item .line {
    display: none;
  }
}
[data-page=business] .sustainable .items-area .item .line:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #601986;
  top: -6px;
  left: -6px;
  opacity: 0;
}
[data-page=business] .sustainable .items-area .item .line:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #601986;
  top: -6px;
  left: -6px;
  opacity: 0;
}
@-webkit-keyframes section04_dots {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes section04_dots {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
[data-page=business] .sustainable .items-area .item .title-area {
  position: absolute;
  left: 44px;
  top: -68px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (max-width: 1024px) {
  [data-page=business] .sustainable .items-area .item .title-area {
    top: -42px;
    left: 24px;
  }
}
@media screen and (max-width: 480px) {
  [data-page=business] .sustainable .items-area .item .title-area {
    position: static;
    width: calc(100% - 70px);
    margin-left: 35px;
    margin-top: 30px;
  }
}
[data-page=business] .sustainable .items-area .item .title-area .num {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(64px, 80 / 19.2 * 1vw, 80px);
  color: #601986;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  [data-page=business] .sustainable .items-area .item .title-area .num {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  [data-page=business] .sustainable .items-area .item .title-area .num {
    font-size: 62px;
    margin-bottom: 2px;
  }
}
[data-page=business] .sustainable .items-area .item .title-area .title {
  font-size: clamp(20px, 25 / 19.2 * 1vw, 25px);
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1024px) {
  [data-page=business] .sustainable .items-area .item .title-area .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  [data-page=business] .sustainable .items-area .item .title-area .title {
    font-size: 18px;
  }
}
[data-page=business] .sustainable .items-area .item1 {
  left: calc(210 / 19.2 * 1vw);
  bottom: calc(50 / 19.2 * 1vw);
}
[data-page=business] .sustainable .items-area .item2 {
  left: calc(846 / 19.2 * 1vw);
  bottom: calc(120 / 19.2 * 1vw);
}
[data-page=business] .sustainable .items-area .item3 {
  right: calc(490 / 19.2 * 1vw);
  bottom: calc(50 / 19.2 * 1vw);
}
[data-page=business] .sustainable .items-area .bg {
  margin-top: calc(-120 / 19.2 * 1vw);
}
@media screen and (max-width: 1024px) {
  [data-page=business] .sustainable .items-area .bg {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  [data-page=business] .sustainable .items-area .bg {
    margin-top: -43vh;
  }
}
[data-page=business] .sustainable .items-area .bg > img {
  width: 100%;
}
@media screen and (max-width: 1380px) {
  [data-page=business] .sustainable .article-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [data-page=business] .sustainable .article-area .head-area,
  [data-page=business] .sustainable .article-area .content {
    max-width: 100%;
  }
}
[data-page=business] .sustainable.in .article-area .head-area {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
}
[data-page=business] .sustainable.in .article-area .content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
}
[data-page=business] .sustainable.in .article-area .button_set {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-out 0.9s, -webkit-transform 1s ease-out 0.9s;
  transition: opacity 1s ease-out 0.9s, -webkit-transform 1s ease-out 0.9s;
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s, -webkit-transform 1s ease-out 0.9s;
}
[data-page=business] .sustainable.in .items-area .item .line {
  height: calc(345 / 19.2 * 1vw);
}
[data-page=business] .sustainable.in .items-area .item .line:before {
  opacity: 1;
}
[data-page=business] .sustainable.in .items-area .item1 .line {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
[data-page=business] .sustainable.in .items-area .item1 .line:before {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
[data-page=business] .sustainable.in .items-area .item1 .line:after {
  -webkit-animation: section04_dots 1s ease-out 1s infinite;
          animation: section04_dots 1s ease-out 1s infinite;
}
[data-page=business] .sustainable.in .items-area .item1 .title-area {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-out 1.2s, -webkit-transform 1s ease-out 1.2s;
  transition: opacity 1s ease-out 1.2s, -webkit-transform 1s ease-out 1.2s;
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s, -webkit-transform 1s ease-out 1.2s;
}
[data-page=business] .sustainable.in .items-area .item2 .line {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  height: calc(426 / 19.2 * 1vw);
}
[data-page=business] .sustainable.in .items-area .item2 .line:before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
[data-page=business] .sustainable.in .items-area .item2 .line:after {
  -webkit-animation: section04_dots 1s ease-out 1.3s infinite;
          animation: section04_dots 1s ease-out 1.3s infinite;
}
[data-page=business] .sustainable.in .items-area .item2 .title-area {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-out 1.5s, -webkit-transform 1s ease-out 1.5s;
  transition: opacity 1s ease-out 1.5s, -webkit-transform 1s ease-out 1.5s;
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s, -webkit-transform 1s ease-out 1.5s;
}
[data-page=business] .sustainable.in .items-area .item3 .line {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
[data-page=business] .sustainable.in .items-area .item3 .line:before {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
[data-page=business] .sustainable.in .items-area .item3 .line:after {
  -webkit-animation: section04_dots 1s ease-out 1.6s infinite;
          animation: section04_dots 1s ease-out 1.6s infinite;
}
[data-page=business] .sustainable.in .items-area .item3 .title-area {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-out 1.8s, -webkit-transform 1s ease-out 1.8s;
  transition: opacity 1s ease-out 1.8s, -webkit-transform 1s ease-out 1.8s;
  transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
  transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s, -webkit-transform 1s ease-out 1.8s;
}