@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#sec1 .bg {
  margin: 70px 0;
  background: linear-gradient(90deg, rgb(0, 105, 175) 0%, rgb(26, 104, 205) 70%, rgb(26, 141, 205) 100%);
  padding: 10px 0;
}
#sec1 .bg .block {
  width: 1000px;
}
#sec1 .bg h3 {
  color: white;
  text-align: center;
}
#sec1 .bg .flex-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#sec1 .bg .flex-box .flex {
  width: 230px;
  background: #0069af;
  color: white;
  padding: 10px 10px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec1 .bg .flex-box .flex .middle {
  color: white;
}

#sec2 .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
  gap: 30px;
  justify-content: center;
}
#sec2 .flex-box .flex {
  width: 300px;
}
#sec2 .flex-box .flex .name {
  margin: 5px 0;
  font-weight: 600;
  font-size: 18px;
}

#sec3 {
  margin-top: 100px;
  padding-bottom: 70px;
  background: white;
}
#sec3 p {
  text-align: center;
}
#sec3 .block2 {
  width: 800px;
  margin: 50px auto;
  max-width: 90%;
}

#sec4 p,
#sec5 p {
  text-align: center;
}
#sec4 .block,
#sec5 .block {
  width: 1200px;
  margin: 50px auto;
}
#sec4 .result,
#sec5 .result {
  background: white;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  padding: 50px 5%;
  margin-top: 70px;
}
#sec4 .result .flex,
#sec5 .result .flex {
  width: calc(50% - 20px);
}
#sec4 .result .year,
#sec5 .result .year {
  color: #0069af;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
#sec4 .result ul,
#sec5 .result ul {
  border-left: solid 2px #0069af;
  padding-left: 30px;
}
#sec4 .result ul li,
#sec5 .result ul li {
  margin-bottom: 20px;
}
#sec4 .result .other,
#sec5 .result .other {
  text-align: right;
  color: #0069af;
  padding-right: 10%;
}
#sec4 .result .other span,
#sec5 .result .other span {
  font-weight: 600;
  color: #0069af;
}

#sec5 {
  margin-bottom: 100px;
}
#sec5 .result {
  padding: 50px 5% 30px 5%;
}

@media screen and (max-width: 700px) {
  #sec3 .content-flex {
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
  }
  #sec3 .content-flex img {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  #sec3 p {
    text-align: left;
  }
  #sec4 .result,
  #sec5 .result {
    flex-direction: column;
  }
  #sec4 .result .flex,
  #sec5 .result .flex {
    width: 100%;
  }
  #sec4 .result .other,
  #sec5 .result .other {
    padding-right: 5%;
  }
  #sec4 .result,
  #sec5 .result {
    margin-top: 30px;
  }
  #sec4 p,
  #sec5 p {
    text-align: left;
  }
  #sec4 .block,
  #sec5 .block {
    margin: 0px auto 20px auto;
  }
}
@media screen and (max-width: 500px) {
  #sec1 .bg .flex-box .flex {
    width: 100%;
  }
  #sec2 .flex-box .flex {
    width: 100%;
  }
}/*# sourceMappingURL=service.css.map */