@charset "UTF-8";
hr {
  margin: 50px auto;
  width: 1200px;
  max-width: 90%;
  border-bottom: solid 1px #2a3033;
}

.jump-nav {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 50px auto;
  margin-bottom: 100px;
  gap: 20px;
  flex-wrap: wrap;
}
.jump-nav button {
  background: transparent;
  border: 0;
  position: relative;
  padding-left: 15px;
  display: block;
  cursor: pointer;
  font-size: 20px;
}
.jump-nav button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-image: url("../../src/6domains/path.webp");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.target-section {
  padding-top: 150px;
  margin-top: -150px;
}

#section-hydrogen .arrow0 {
  width: 7px;
  margin: 10px;
}
#section-hydrogen p {
  margin: 10px 0;
}

.example {
  margin: 70px auto;
}
.example a {
  background-image: url("../../src/6domains/bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  padding: 40px 5%;
  color: white;
  align-items: center;
  gap: 20px;
}
.example a .ex_title {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: solid 1px white;
  font-size: 20px;
}
.example a .ex_flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.example a .ex_here {
  font-size: 24px;
}
.example a .left {
  flex-grow: 1;
}
.example a .right {
  padding-right: 2%;
}
.example a .right .arrow {
  border: solid 1px white;
  width: 93px;
  height: 93px;
}
.example a .right .arrow img {
  width: 25px;
}
.example a .right .arrow:hover {
  transform: scale(1.03, 1.03);
}

.project_flex {
  display: flex;
  margin: 50px auto;
  gap: 20px;
  width: 900px;
  margin-left: 0;
  max-width: 100%;
}
.project_flex .card {
  border: solid 1px #e33435;
}
.project_flex .card .title {
  background: #e33435;
  color: white;
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}
.project_flex .card .title span {
  font-size: 16px;
  padding-left: 5px;
}
.project_flex .card .title2 {
  padding: 0px 5% 10px 5%;
  text-align: center;
}
.project_flex .card p {
  padding: 0px 5% 20px 5%;
}

.epc .arrow_box {
  margin: 20px 0 40px 0;
  width: 900px;
  max-width: 100%;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

ol {
  margin-top: 40px;
  list-style-position: inside;
  color: #cbcbcb;
  font-size: 27px;
  margin-bottom: 50px;
}
ol li {
  list-style: none;
  counter-increment: num;
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
ol li::before {
  content: counter(num, decimal-leading-zero) "";
  position: absolute;
  left: 0;
}
ol .title {
  font-size: 20px;
  color: #2a3033;
  margin-bottom: 10px;
}
ol p {
  font-size: 16px;
  color: #2a3033;
}

.flow_box {
  margin: 50px 0;
}

.flow {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.flow .right {
  display: flex;
  gap: 20px;
  padding-left: 16px;
}
.flow .right li {
  list-style: "・";
}

.flow:nth-child(1) .red_box,
.flow:nth-child(2) .red_box,
.flow:nth-child(3) .red_box {
  position: relative;
}
.flow:nth-child(1) .red_box::before,
.flow:nth-child(2) .red_box::before,
.flow:nth-child(3) .red_box::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../../src/6domains/arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.flow:nth-child(3) .red_box::before {
  content: none;
}

.red_box {
  background: #e33435;
  color: white;
  width: 200px;
  padding: 20px 10px;
  max-width: 100%;
  text-align: center;
}
.red_box .fl_title {
  font-size: 24px;
}
.red_box .fl_sub {
  font-size: 20px;
}

.team h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.team p {
  margin-bottom: 30px;
}
.team ul {
  padding-left: 20px;
}
.team ul li {
  list-style: "・";
  margin-bottom: 10px;
  font-size: 20px;
}
.team .arrow2 {
  width: 8px;
  margin: 30px;
}

.develop_box {
  display: flex;
  color: #e33435;
  font-size: 20px;
  gap: 10px;
}
.develop_box img {
  width: 70px;
  margin: 0px auto 10px auto;
}
.develop_box .card {
  width: 210px;
  text-align: center;
  border: solid 1px #e33435;
  position: relative;
  padding: 25px 20px 10px 20px;
}
.develop_box .arrow3 {
  width: 20px;
  position: absolute;
  bottom: 40px;
  right: -17px;
  z-index: 10;
}

.development p,
.ip p {
  margin-bottom: 50px;
}
.development ul,
.ip ul {
  padding-left: 20px;
}
.development ul li,
.ip ul li {
  list-style: "・";
  margin-bottom: 10px;
  font-size: 20px;
}
.development .red_box2,
.ip .red_box2 {
  border-top: solid 1px #e33435;
  border-bottom: solid 1px #e33435;
  margin: 50px 0;
  padding: 30px;
}

@media (max-width: 700px) {
  .jump-nav {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
  }
  .jump-nav button {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .example a {
    display: block;
    padding: 40px 5% 20px 5%;
    text-align: center;
  }
  .example a .ex_flex {
    flex-direction: column;
    gap: 10px;
  }
  .example a .ex_here {
    font-size: 18px;
    text-align: left;
  }
  .example a .ex_here2 {
    font-size: 14px;
  }
  .example a .right .arrow {
    border: solid 1px white;
    width: 40px;
    height: 40px;
    margin: 10px auto 0 auto;
  }
  .example a .right .arrow img {
    width: 12px;
  }
  .project_flex {
    flex-direction: column;
  }
  .flow {
    flex-direction: column;
  }
  .flow .red_box {
    margin: 0 auto;
  }
  .flow .right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding-left: 0;
    width: 230px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .flow:nth-child(3) .red_box::before {
    content: "";
  }
  .team h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .team ul li {
    list-style: "・";
    margin-bottom: 10px;
    font-size: 16px;
  }
  .develop_box {
    flex-direction: column;
    margin-top: 50px;
  }
  .develop_box .card {
    padding: 20px 20px 20px 20px;
    margin: 0 auto;
  }
  .develop_box .card::before {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../../src/6domains/arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .develop_box .card .title {
    font-size: 18px;
  }
  .develop_box .card:last-child::before {
    content: none;
  }
  .develop_box .arrow3 {
    display: none;
  }
  .development ul li,
  .ip ul li {
    font-size: 16px;
  }
}/*# sourceMappingURL=6domains.css.map */