body {
  background-color: #fafafa;
}

body.body_overflow {
  overflow: hidden;
}

div.bc_container {
  width: 100%;
  height: 100%;
  outline: none;
  position: relative;
  margin: 0 auto;
  display: block;
}
div.bc_container > img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.bc_container_none {
  display: none;
  animation: fadeOut 1s 0.5s ease-in-out 1 alternate forwards;
}

.bc_container_none {
  display: none;
  animation: fadeOut 1s 0.5s ease-in-out 1 alternate forwards;
}

div.contener {
  opacity: 0;
  display: none;
}

.contener.container_active {
  width: 100%;
  height: 100%;
  outline: none;
  display: block;
  animation: fadeIn 0.7s 0.5s ease-in-out 1 alternate forwards;
}

.contener.container_active_2 {
  opacity: 1;
  width: 100%;
  height: 100%;
  outline: none;
  display: block;
}

.main_content {
  width: 100%;
  padding-top: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img_content {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 70%, #fafafa 100%, #fafafa 100%), url(/img/top_img.png);
  background-size: cover;
  background-position: center left;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 639px) {
  .img_content {
    height: 50vh;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .img_content {
    height: 50vh;
  }
}
@media screen and (min-width: 1024px) {
  .img_content {
    height: 90vh;
  }
}
.img_content > h1 {
  position: absolute;
  font-size: 2.5em;
  background: linear-gradient(transparent 80%, rgba(234, 220, 145, 0.368627451) 80%);
}
.img_content > h1 > span.span_blue {
  color: rgb(72, 96, 210);
}
.img_content > h1 > span.span_red {
  color: rgb(210, 72, 72);
}
.img_content > h1:first-child {
  top: 2em;
  left: 6.5em;
}
.img_content > h1:nth-child(2) {
  top: 4em;
  left: 9em;
}
.img_content > div.dot_green_01 {
  background: linear-gradient(180deg, transparent 70%, #fafafa 100%, #fafafa 100%), url(/img/dot_green.png);
  background-position: top right;
  background-size: 150%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
@media screen and (max-width: 639px) {
  .img_content > div.dot_green_01 {
    width: 120px;
    height: 100px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .img_content > div.dot_green_01 {
    width: 120px;
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .img_content > div.dot_green_01 {
    width: 350px;
    height: 200px;
  }
}
.img_content > div.dot_green_02 {
  background-image: url(/img/dot_green.png) !important;
  background-position: bottom center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0em;
  opacity: 0.7;
}
@media screen and (max-width: 639px) {
  .img_content > div.dot_green_02 {
    width: 150px;
    height: 110px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .img_content > div.dot_green_02 {
    width: 150px;
    height: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .img_content > div.dot_green_02 {
    width: 400px;
    height: 300px;
  }
}
.img_content > div.dot_yellow_01 {
  background-image: url(/img/dot_yellow.png) !important;
  background-position: bottom center;
  background-size: 100%;
  position: absolute;
  bottom: 3em;
  opacity: 0.3;
}
@media screen and (max-width: 639px) {
  .img_content > div.dot_yellow_01 {
    width: 160px;
    height: 200px;
    right: 7em;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .img_content > div.dot_yellow_01 {
    width: 160px;
    height: 200px;
    right: 7em;
  }
}
@media screen and (min-width: 1024px) {
  .img_content > div.dot_yellow_01 {
    width: 350px;
    height: 350px;
    right: 27em;
  }
}
.img_content > div.dot_yellow_02 {
  background: linear-gradient(180deg, transparent 70%, #fafafa 100%, #fafafa 100%), url(/img/dot_yellow.png);
  background-position: top center;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
@media screen and (max-width: 639px) {
  .img_content > div.dot_yellow_02 {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .img_content > div.dot_yellow_02 {
    width: 120px;
    height: 120px;
    background-size: 120%;
  }
}
@media screen and (min-width: 1024px) {
  .img_content > div.dot_yellow_02 {
    width: 280px;
    height: 270px;
    background-size: 130%;
  }
}
.img_content > .ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  text-align: center;
  background: #777777;
}
@media screen and (max-width: 639px) {
  .img_content > .ribbon {
    left: 2em;
    width: 11em;
    height: 10em;
    font-size: 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .img_content > .ribbon {
    left: 2em;
    width: 11em;
    height: 10em;
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .img_content > .ribbon {
    left: 5em;
    width: 13em;
    height: 13em;
    font-size: 17px;
  }
}
.img_content > .ribbon > .ribbon_logo {
  background-image: url(/img/elmosso_logo.png) !important;
  background-size: 100%;
  margin: auto;
}
@media screen and (max-width: 639px) {
  .img_content > .ribbon > .ribbon_logo {
    width: 5em;
    height: 5em;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .img_content > .ribbon > .ribbon_logo {
    width: 5em;
    height: 5em;
  }
}
@media screen and (min-width: 1024px) {
  .img_content > .ribbon > .ribbon_logo {
    width: 7em;
    height: 7em;
  }
}
.img_content > .ribbon > div {
  color: #f3f3f3;
}
.img_content > .ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-bottom: 4em solid transparent;
}
@media screen and (max-width: 639px) {
  .img_content > .ribbon:after {
    border-left: 5.5em solid #777777;
    border-right: 5.5em solid #777777;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .img_content > .ribbon:after {
    border-left: 5.5em solid #777777;
    border-right: 5.5em solid #777777;
  }
}
@media screen and (min-width: 1024px) {
  .img_content > .ribbon:after {
    border-left: 6.5em solid #777777;
    border-right: 6.5em solid #777777;
  }
}

div.detail_content {
  margin-top: 5em;
  width: 100%;
  text-align: center;
}
div.detail_content > label.headline {
  margin-top: 5em;
}
@media screen and (max-width: 639px) {
  div.detail_content > label.headline {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  div.detail_content > label.headline {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  div.detail_content > label.headline {
    font-size: 25px;
  }
}

div.thought_content {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 639px) {
  div.thought_content {
    flex-direction: column;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  div.thought_content {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  div.thought_content > div {
    margin: 0 1em;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  div.thought_content > div {
    margin: 0 1em;
  }
}
@media screen and (min-width: 1024px) {
  div.thought_content > div {
    margin: 1em 2em;
  }
}
div.thought_content > div .thought_left {
  position: relative;
  background-image: url(/img/bubble.png) !important;
  width: 180px;
  height: 180px;
  font-size: 16px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  div.thought_content > div .thought_left::before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    right: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    border: solid 0.5px;
  }
}
div.thought_content > div .thought_center {
  position: relative;
  background-image: url(/img/bubble.png) !important;
  width: 180px;
  height: 180px;
  font-size: 16px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
div.thought_content > div .thought_right {
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url(/img/bubble.png) !important;
  width: 180px;
  height: 180px;
  font-size: 16px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  div.thought_content > div .thought_right::before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    border: solid 0.5px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 639px) {
  div.thought_content > div .thought_right::before {
    left: -10px;
    top: 0px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 640px) and (max-width: 1023px) {
  div.thought_content > div .thought_right::before {
    left: -10px;
    top: 0px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  div.thought_content > div .thought_right::before {
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
  }
}

div.service_area {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin: 2em 0;
}
@media screen and (min-width: 1024px) {
  div.service_area {
    display: flex;
  }
}
div.service_area > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 639px) {
  div.service_area > div {
    margin: 3em 1em;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  div.service_area > div {
    margin: 3em 1em;
  }
}
@media screen and (min-width: 1024px) {
  div.service_area > div {
    margin: 0.5em 1em;
  }
}
div.service_area > div div.system_img {
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url(/img/system.png) !important;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
div.service_area > div div.system_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-top: solid 3px #eadc91;
  padding-top: 0.5em;
}
div.service_area > div div.infra_img {
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url(/img/infra.png) !important;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
div.service_area > div div.homepage_img {
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url(/img/homepage.png) !important;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
div.service_area > div div.consulting_img {
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url(/img/consulting.png) !important;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
div.service_area > div div.enginner_img {
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url(/img/engineer_dispatch.png) !important;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=home.css.map */