@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#sec0 {
  margin-bottom: 70px;
}
#sec0 h2.sub-title {
  color: #0069af;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

#sec1 {
  margin-top: 100px;
  background: linear-gradient(90deg, rgb(0, 105, 175) 0%, rgb(26, 104, 205) 70%, rgb(26, 141, 205) 100%);
}
#sec1 .block {
  margin-top: 0;
  background: white;
  padding: 40px 2.5% 0px 2.5%;
}
#sec1 ul.sub-title li h2 {
  color: white;
}
#sec1 ul.sub-title li::before {
  color: white;
}
#sec1 .flex {
  display: flex;
  gap: 30px;
}
#sec1 .flex img {
  width: 60px;
}
#sec1 .flex .right h3 {
  display: flex;
}
#sec1 .flex .right .span1 {
  font-size: 35px;
  padding-right: 20px;
  color: rgba(0, 105, 175, 0.4352941176);
  line-height: 100%;
}
#sec1 .flex .right .span2 {
  color: #0069af;
}
#sec1 .flex h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
#sec1 .flex p {
  margin-bottom: 50px;
}
#sec1 .flex .left {
  position: relative;
}
#sec1 .flex .left::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #0069af;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 1;
}
#sec1 .flex:last-child .left::after {
  content: none;
}
#sec1 .circle {
  background: #0069af;
  border-radius: 50%;
  padding: 30px;
  position: relative;
  z-index: 10;
}
#sec1 .block.block2 {
  background: none;
  text-align: center;
  padding-bottom: 70px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
#sec1 .block.block2 p {
  font-size: 23px;
  color: white;
}

#sec2,
#sec3,
#sec4 {
  background: white;
}
#sec2 .left,
#sec3 .left,
#sec4 .left {
  font-weight: 600;
  color: #0069af;
}
#sec2 h2,
#sec3 h2,
#sec4 h2 {
  display: inline-block;
  background: linear-gradient(90deg, rgb(0, 124, 206) 0%, rgb(37, 165, 212) 50%, rgb(26, 141, 205) 100%);
  color: white;
  padding: 10px 20px;
  font-size: 30px;
  margin-bottom: 20px;
}
#sec2 .block,
#sec3 .block,
#sec4 .block {
  margin-bottom: 0;
}

#sec4 {
  padding-bottom: 70px;
}

#sec5 {
  margin-bottom: 100px;
}

@media screen and (max-width: 700px) {
  #sec0 h2.sub-title {
    font-size: 25px;
  }
  #sec1 .flex img {
    width: 30px;
  }
  #sec1 .circle {
    padding: 15px;
  }
  #sec1 .flex {
    gap: 10px;
  }
  #sec1 .flex h3 {
    font-size: 20px;
  }
  #sec1 .flex .right .span1 {
    font-size: 30px;
    padding-right: 10px;
  }
  #sec1 .block.block2 p {
    text-align: left;
    font-size: 16px;
  }
  #sec2 .content-flex,
  #sec3 .content-flex,
  #sec4 .content-flex {
    gap: 10px;
  }
  #sec2 h2,
  #sec3 h2,
  #sec4 h2 {
    font-size: 23px;
    padding: 5px 10px;
  }
  .answer details summary {
    font-size: 18px;
  }
  .answer details p {
    padding: 20px 0px 20px 0px;
  }
}/*# sourceMappingURL=technology.css.map */