@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.top_circle {
  max-width: 90%;
  width: 1400px;
  margin: 0 auto;
  position: relative;
  width: 1500px;
  max-width: 100%;
}

.circle {
  z-index: -1;
}

.circle1 {
  position: absolute;
  width: 300px;
  top: -200px;
  left: 0;
}

.point {
  max-width: 90%;
  width: 1400px;
  margin: 0 auto;
  position: relative;
  width: 1500px;
  max-width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #005798;
  margin-bottom: 200px;
}
.point .title {
  font-size: 50px;
  display: inline;
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px;
}
.point .title img {
  position: absolute;
  margin-top: 5px;
}
.point ul {
  padding-left: 20px;
  font-size: 40px;
  list-style: "・";
  margin-top: 30px;
}
.point ul li {
  line-height: 200%;
}
.point .circle2 {
  position: absolute;
  width: 500px;
  top: -100px;
  right: 0;
}

.content .icon {
  width: 200px;
  margin: 50px 0;
}

.vision_btn {
  text-align: center;
  margin: 100px auto;
}
.vision_btn a {
  background: #f8dc03;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  font-size: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 7px 40px 7px 50px;
  border-radius: 9999px;
  display: inline-block;
}

@media (max-width: 700px) {
  .circle1 {
    display: none;
  }
  .content .icon {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .content .right .right_content {
    padding-bottom: 30px;
  }
  .vision_btn {
    margin: 50px auto 100px auto;
  }
  .vision_btn a {
    font-size: 18px;
    padding: 7px 30px 7px 35px;
  }
  .point {
    margin-bottom: 0;
    padding-bottom: 150px;
  }
  .point .title {
    font-size: 25px;
  }
  .point ul {
    padding-left: 20px;
    font-size: 18px;
    list-style: "・";
    margin-top: 30px;
  }
  .point .circle3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}/*# sourceMappingURL=process.css.map */