.mg-top {
  margin-top: 80px;
}

main {
  position: relative;
  margin-top: 0px !important;
  padding-bottom: 100px;
}

header {
  border-bottom: 2px solid #ECF2F7;
  position: relative;
}

main {
  padding-bottom: 80px;
}
main .program-goals .title2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  letter-spacing: -0.1000000015px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 9px 0px 9px 16px;
  border-left: 4px solid var(--black-1);
}
main .program-goals .content-program-goals {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
main .program-goals .content-program-goals .item-program-goals {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 12px;
  padding: 20px;
  background: url("../../../image/service/greenhouse_gas/bg-ommanix.svg") no-repeat bottom right;
}
main .program-goals .content-program-goals .item-program-goals p {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  letter-spacing: -0.1000000015px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
main .pdca {
  background: url("../../../image/service/iso9001/field/hotspot_map 1.png") no-repeat top center;
  background-size: contain;
}
main .pdca .title {
  font-size: 38px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
  color: var(--black-1);
}
main .pdca .youtube-iso9001 {
  width: 521px;
  margin: auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
main .pdca .youtube-iso9001 button {
  position: absolute;
  top: 50%;
  left: 50%;
  background: unset;
  border: unset;
  transform: translate(-50%, -50%);
}
main .pdca .youtube-iso9001 img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .mg-top {
    margin-top: 40px;
  }
  main .program-goals .content-program-goals {
    gap: 20px;
  }
  main .program-goals .content-program-goals .item-program-goals p {
    margin-top: 16px;
    font-size: 16px;
  }
  main .program-goals .content-program-goals .item-program-goals p br {
    display: none;
  }
  main .pdca .title {
    font-size: 24px;
  }
  .cooperate .title {
    font-size: 24px !important;
    line-height: 130% !important;
  }
}
@media screen and (max-width: 600px) {
  main .pdca .youtube-iso9001 {
    width: 100%;
  }
  main .program-goals .content-program-goals {
    grid-template-columns: 1fr;
  }
}

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