@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular-after.woff") format("woff"), url("../font/NotoSansJP-Regular-after.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Black-after.woff") format("woff"), url("../font/NotoSansJP-Black-after.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold-after.woff") format("woff"), url("../font/NotoSansJP-Bold-after.eot") format("eot");
  font-display: swap;
}
#simple-overview {
  margin: 80px auto;
}
#simple-overview .inner {
  margin: auto;
}
#simple-overview .overview-txt {
  text-align: center;
  margin: 0 auto 35px;
}
#simple-overview .overview-txt h1 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
  color: #0d5da2;
}
#simple-overview .overview-txt h1 span {
  font-size: 1.8rem;
  color: #484848;
}
#simple-overview .mission {
  max-width: 1000px;
  margin: auto;
  padding: 2.5% 3%;
  border-radius: 20px;
  background: #f3f3f3;
}
@media screen and (max-width: 800px) {
  #simple-overview .mission {
    max-width: 500px;
  }
}
#simple-overview .mission h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #0d5da2;
  text-align: center;
  position: relative;
  padding: 10px 24px;
}
@media screen and (max-width: 800px) {
  #simple-overview .mission h2 {
    margin: 20px auto;
  }
}
#simple-overview .mission h2::before, #simple-overview .mission h2::after {
  display: inline-block;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  content: "";
}
#simple-overview .mission h2::before {
  top: 0;
  left: 0;
  border-top: 3px solid #0d5da2;
  border-left: 3px solid #0d5da2;
}
#simple-overview .mission h2::after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #0d5da2;
  border-right: 3px solid #0d5da2;
}
#simple-overview .mission ul {
  justify-content: space-around;
}
#simple-overview .mission ul li {
  width: 28.5%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #simple-overview .mission ul li {
    width: 100%;
    margin-bottom: 25px;
  }
}
#simple-overview .mission ul li .img {
  width: 150px;
  margin: 0 auto 15px;
}
#simple-overview .mission ul li p {
  text-align: center;
}

#more-consept .flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  #more-consept .flex {
    flex-direction: column-reverse;
  }
}
#more-consept h2 {
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1.5;
  color: #0d5da2;
}
@media screen and (max-width: 800px) {
  #more-consept h2 {
    font-size: 2.3rem;
  }
}
#more-consept p {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  #more-consept .block1, #more-consept .block2 {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #more-consept .block2 {
    margin: 20px auto 0;
  }
}

#management {
  margin: 80px 0;
}
#management .inner table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0;
}
#management .inner table th, #management .inner table td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
  line-height: 1.3;
  letter-spacing: 0.05rem;
}
#management .inner table th {
  border-bottom: 2px solid #0d5da2;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
#management .inner table tr:last-of-type th, #management .inner table tr:last-of-type td {
  border-bottom: none;
}/*# sourceMappingURL=about.css.map */