/* easing */
#section--title h2 strong small {
  font-size: 0.6em;
}
#section--title h2 strong .small {
  font-size: 0.8em;
}

#wrap--fd {
  position: relative;
  background-color: rgba(56, 47, 86, 0.1);
}
#wrap--fd #section--fd-symbol {
  aspect-ratio: 16/7;
  background-color: var(--color-primary-lighten);
}
@media screen and (min-width: 992px) {
  #wrap--fd #section--fd-symbol {
    aspect-ratio: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
  }
}
#wrap--fd #section--fd-symbol [data-parallax] [data-parallax-target] {
  background-position: 40% center;
}
@media screen and (min-width: 992px) {
  #wrap--fd #section--fd {
    width: 60%;
    margin: 0 auto 0 0;
  }
}
#wrap--fd #section--fd .sec-body {
  position: relative;
  text-align: center;
  padding: 40px 30px;
  background-color: rgba(56, 47, 86, 0.1);
}
@media screen and (min-width: 768px) {
  #wrap--fd #section--fd .sec-body {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  #wrap--fd #section--fd .sec-body {
    padding: 60px 50px;
  }
}
#wrap--fd #section--fd .sec-body ul {
  display: inline-block;
  text-align: left;
  margin: 10px 0 0;
}
#wrap--fd #section--fd .sec-body ul li {
  margin: 20px 0 0;
}
#wrap--fd #section--fd .sec-body ul li .size-xs {
  display: flex;
  align-items: flex-start;
}
#wrap--fd #section--fd .sec-body ul li .size-xs img {
  width: 30px;
  margin: 0 7.5px 0 0;
}
@media screen and (min-width: 992px) {
  #wrap--fd #section--fd .sec-body ul li .size-xs img {
    position: relative;
    top: 0.1em;
  }
}
#wrap--fd #section--fd .sec-body ul li p {
  margin: 5px 0 0;
  padding: 0 0 0 30px;
  opacity: 0.8;
}

#wrap--ir {
  position: relative;
  background-color: rgba(56, 47, 86, 0.1);
}
#wrap--ir #section--ir-symbol {
  aspect-ratio: 16/7;
  background-color: var(--color-primary-lighten);
}
@media screen and (min-width: 992px) {
  #wrap--ir #section--ir-symbol {
    aspect-ratio: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
  }
}
#wrap--ir #section--ir-symbol [data-parallax] [data-parallax-target] {
  background-position: center center;
}
@media screen and (min-width: 992px) {
  #wrap--ir #section--ir {
    width: 60%;
    margin: 0 0 0 auto;
  }
}
#wrap--ir #section--ir .sec-body {
  position: relative;
  text-align: center;
  padding: 40px 30px;
  background-color: rgba(56, 47, 86, 0.1);
}
@media screen and (min-width: 768px) {
  #wrap--ir #section--ir .sec-body {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  #wrap--ir #section--ir .sec-body {
    padding: 60px 50px;
  }
}
#wrap--ir #section--ir .sec-body .pdca {
  margin: 30px 0 0;
}
#wrap--ir #section--ir .sec-body .pdca img {
  max-width: 420px;
}
#wrap--ir #section--ir .sec-body .pdca ul {
  display: inline-block;
  text-align: left;
  margin: 40px 0 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1200px) {
  #wrap--ir #section--ir .sec-body .pdca ul {
    padding: 40px;
  }
}
#wrap--ir #section--ir .sec-body .pdca ul li {
  padding: 10px 0;
}
#wrap--ir #section--ir .sec-body .pdca ul li .size-xs {
  display: flex;
  align-items: flex-start;
}
#wrap--ir #section--ir .sec-body .pdca ul li .size-xs img {
  width: 30px;
  margin: 0 7.5px 0 0;
}
@media screen and (min-width: 992px) {
  #wrap--ir #section--ir .sec-body .pdca ul li .size-xs img {
    position: relative;
    top: 0.1em;
  }
}
#wrap--ir #section--ir .sec-body .pdca ul li p {
  position: relative;
  margin: 5px 0 0;
  padding: 0 0 0 20px;
  opacity: 0.8;
}
#wrap--ir #section--ir .sec-body .pdca ul li p:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 3px;
  height: 90%;
  background-color: rgba(56, 47, 86, 0.2);
  border-radius: 20px;
  transform: translate(0, -50%);
}

/* *********** English only style ********** */
html[lang=en] body #wrap--ir #section--ir .sec-body .pdca img {
  max-width: 470px;
}
