@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#sec1 .left {
  width: calc(100% - 400px);
}
#sec1 .right {
  width: 400px;
  max-width: 40%;
}
#sec1 .block {
  background: white;
  padding: 20px 2.5%;
  margin: 50px auto 100px auto;
}

#sec2 {
  margin-top: 70px;
  padding-bottom: 70px;
  background: white;
}
#sec2 .block {
  background: #fafafa;
}

#sec3 {
  background: #fafafa;
  padding-bottom: 10px;
}
#sec3 .history-box {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  width: 1000px;
  font-weight: 600;
}
#sec3 .history-part {
  display: flex;
  margin-bottom: 40px;
}
#sec3 .history-part .left {
  width: 150px;
  font-size: 23px;
  color: #8b8686;
  position: relative;
}
#sec3 .history-part .left::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #4d4c4c;
  content: "";
  right: 20px;
  top: 10px;
  border-radius: 50%;
}
#sec3 .history-part .left::after {
  position: absolute;
  width: 1px;
  height: calc(100% + 40px);
  background: #4d4c4c;
  content: "";
  right: 24.5px;
  top: 10px;
}
#sec3 .history-part .center {
  width: 100px;
  font-size: 23px;
}
#sec3 .history-part .right {
  width: calc(100% - 250px);
}
#sec3 img {
  width: auto;
  height: 200px;
}
#sec3 .img-flex {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
#sec3 .history-part:last-child .left::after {
  content: none;
}

#sec4 {
  padding-top: 70px;
  background: white;
  padding-bottom: 70px;
}
#sec4 .bg {
  width: 1200px;
  margin: 0px auto;
  max-width: 90%;
  padding: 70px 0;
  background: #fafafa;
  max-width: 90%;
}
#sec4 .award {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  width: 800px;
  font-weight: 600;
  line-height: 200%;
}
#sec4 .award li {
  border-left: solid 2px #0069af;
  padding-left: 30px;
  margin-bottom: 30px;
}
#sec4 .award .date {
  color: #8b8686;
}
#sec4 .award .title {
  font-size: 20px;
}

#sec5 {
  margin-bottom: 100px;
  background: white;
  padding-bottom: 70px;
}
#sec5 .bg {
  width: 1200px;
  margin: 0px auto;
  max-width: 90%;
  padding: 70px 0;
  background: #fafafa;
  max-width: 90%;
}
#sec5 table {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  width: 800px;
  background: white;
}
#sec5 table th,
#sec5 table td {
  font-size: 20px;
  border: solid 1px #4d4c4c;
  padding: 20px;
}
#sec5 table th {
  width: 80%;
  text-align: left;
}
#sec5 table td:nth-child(1) {
  width: 80%;
  text-align: left;
  color: #4d4c4c;
}
#sec5 table td {
  width: 20%;
  color: #8b8686;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  #sec1 .left {
    width: calc(100% - 300px);
  }
  #sec1 .right {
    width: 300px;
    max-width: auto;
  }
}
@media screen and (max-width: 700px) {
  #sec1 .content-flex {
    flex-direction: column;
  }
  #sec1 .left {
    width: 100%;
  }
  #sec1 .right {
    margin-left: auto;
    max-width: 100%;
    width: 400px;
  }
  #sec3 .history-part .left {
    font-size: 16px;
    width: 120px;
  }
  #sec3 .history-part .center {
    width: 50px;
    font-size: 18px;
  }
  #sec3 .history-part .right {
    width: calc(100% - 170px);
  }
  #sec3 img {
    width: 100%;
    height: auto;
  }
  #sec4 ul {
    padding-left: 0;
  }
  #sec4 .bg {
    padding: 50px 0 20px 0;
  }
}/*# sourceMappingURL=aboutus.css.map */