section.strategy {
  background: #f0f0f0;
}
section.strategy .bg {
  background-image: url("../../src/hydrogen/bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 80px;
}
section.strategy .block {
  background: white;
  padding-bottom: 50px;
}
section.strategy .first {
  padding: 40px 5%;
}
section.strategy .first .en {
  font-size: 20px;
  margin-bottom: 20px;
}
section.strategy .first h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
section.strategy .slice {
  margin: 40px 0;
}
section.strategy .slice .en {
  margin-top: 50px;
}
section.strategy .slice h3 {
  background: white;
  margin: 10px 0px;
  padding: 0 20px;
  position: relative;
  z-index: 3;
  display: inline-block;
  font-size: 24px;
}
section.strategy .slice .line {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
section.strategy .slice .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e33435;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 2;
}
section.strategy .slice h4 {
  font-size: 24px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 90%;
}
section.strategy .slice p {
  width: 90%;
  margin: 0 auto;
}
section.strategy .slice h4 ol {
  margin-top: 40px;
  list-style: "01 ";
  list-style-position: inside;
  color: #cbcbcb;
  font-size: 27px;
  margin-bottom: 20px;
}
section.strategy .slice h4 ol span {
  font-size: 24px;
  color: #2a3033;
}
section.strategy .slice h4.ol2 ol {
  list-style: "02 ";
  list-style-position: inside;
}
section.strategy .slice h4.ol3 ol {
  list-style: "03 ";
  list-style-position: inside;
}
section.strategy .d6_flex {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  max-width: 90%;
  margin: 50px auto;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
section.strategy .d6_flex .card {
  background: #383e40;
  width: 298px;
  color: white;
}
section.strategy .d6_flex .en {
  margin-top: 10px;
  margin-bottom: 20px;
}
section.strategy .d6_flex .int {
  text-align: left;
  font-size: 20px;
  color: #f0f0f0;
  opacity: 0.6;
  margin-top: 0px;
  margin-left: 7px;
}
section.strategy .d6_flex p {
  margin-bottom: 20px;
  font-size: 15px;
}
section.strategy .d6_flex h5 {
  font-size: 28px;
  margin-top: 20px;
}
section.strategy .d6_flex .btn {
  justify-content: center;
  margin-bottom: 50px;
}
section.strategy .d6_flex .btn:hover {
  transform: scale(1.03, 1.03);
}
section.strategy .d6_flex .btn .text {
  color: white;
}
section.strategy .d6_flex .btn .arrow {
  background: white;
  width: 30px;
  height: 30px;
}
section.strategy .d6_flex .btn .arrow img {
  width: 8px;
}
section.strategy .hy_flex {
  display: flex;
  width: 720px;
  max-width: 90%;
  margin: 50px auto 70px auto;
  gap: 5%;
}
section.strategy .hy_flex .left {
  width: 360px;
  position: relative;
}
section.strategy .hy_flex .left .circle {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e33435 0%, #981d1f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 21px;
}
section.strategy .hy_flex .right {
  width: calc(95% - 360px);
}
section.strategy .hy_flex .right p {
  width: 100%;
  text-align: left;
}
section.strategy .hy_flex .btn {
  margin-top: 20px;
}
section.strategy .hy_flex a:hover {
  transform: scale(1.03, 1.03);
}
section.strategy .hy_flex .arrow {
  width: 30px;
  height: 30px;
}
section.strategy .hy_flex .arrow img {
  width: 8px;
}

@media (max-width: 700px) {
  section.strategy .first h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: left;
  }
  section.strategy .slice h4 ol li {
    text-align: left;
  }
  section.strategy .first p {
    text-align: left;
  }
  section.strategy .slice p {
    text-align: left;
  }
  section.strategy .hy_flex .left .circle {
    width: 80px;
    height: 80px;
    font-size: 16px;
    top: -20px;
    left: -20px;
  }
  section.strategy .hy_flex {
    flex-direction: column;
    margin-bottom: 0;
  }
  section.strategy .hy_flex .left {
    width: 100%;
  }
  section.strategy .hy_flex .right {
    width: 100%;
  }
  section.strategy .d6_flex p {
    text-align: center;
    font-size: 14px;
  }
  section.strategy .block {
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=hydrogen.css.map */