@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 800;
}
.style {
  background: #0cc0df;
  padding: 50px 0 20px 0;
}
.style .style-box {
  display: flex;
  width: 1000px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  max-width: 90%;
}
.style .style-box .style1 {
  width: 300px;
}
.style .style-box .style2 {
  width: 700px;
  font-size: 35px;
  padding-left: 50px;
  color: white;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
}
.style .style-box .style2 h1 {
  line-height: 150%;
  font-size: 40px;
}
.style .link {
  width: 1200px;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
}
.style .link .st-link {
  width: 380px;
  margin-bottom: 20px;
}
.style .link .st-link h5 {
  color: white;
  font-size: 25px;
  text-align: center;
  padding-top: 20px;
}

.course {
  width: 100%;
  margin: 70px auto;
  margin-top: 0;
  padding-top: 70px;
}

.flex-box1 {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-box1 .flex-left {
  width: 600px;
}
.flex-box1 .flex-right {
  width: 600px;
  padding: 30px 0;
}
.flex-box1 .flex-right h2 {
  text-align: center;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  font-size: 30px;
  color: #004da1;
}
.flex-box1 .flex-right h3 {
  text-align: center;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 25px;
}
.flex-box1 .flex-right p {
  width: 90%;
  margin: 0 auto;
}

.flex-box1-reverse {
  flex-direction: row-reverse;
}

.recommend {
  background: #f4fafe;
  padding: 70px 0;
  margin: 70px 0;
}
.recommend .title {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px auto;
  max-width: 90%;
}
.recommend .title .icon {
  width: 40px;
}
.recommend .title .icon1 {
  padding-right: 10px;
}
.recommend .title .icon2 {
  padding-left: 10px;
}
.recommend ul {
  width: 800px;
  margin: 0 auto;
  padding-left: 20px;
  max-width: 90%;
}
.recommend ul li {
  padding-bottom: 5px;
}
.recommend h3 {
  text-align: center;
  font-family: "corporate-logo-ver2", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  color: #004da1;
}

.flex-box2 {
  display: flex;
  width: 1200px;
  margin: 70px auto;
  justify-content: center;
  align-items: stretch;
  max-width: 90%;
  gap: 0 20px;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
.flex-box2 .flex {
  width: 380px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 100%;
}
.flex-box2 .flex .flex-title {
  display: flex;
  align-items: center;
  height: 50px;
}
.flex-box2 .flex h4 {
  font-size: 20px;
  font-weight: 600;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
}
.flex-box2 .flex img {
  width: 300px;
  margin: 30px auto;
  max-width: 100%;
}
.flex-box2 .flex p {
  width: 320px;
  max-width: 100%;
  margin: 0 auto 50px auto;
}

.flex-box2-end {
  margin-bottom: 70px;
}

.satellite {
  margin-bottom: 100px;
}
.satellite h3 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
}
.satellite .sa-box {
  width: 800px;
  max-width: 90%;
  background: #fcaa00;
  margin: 30px auto 30px auto;
  border-radius: 20px;
  padding: 40px;
  padding-top: 30px;
  position: relative;
}
.satellite .sa-box .sa-flex {
  display: flex;
  flex-wrap: wrap;
}
.satellite .sa-box .sa-flex .left {
  width: calc(100% - 250px);
  padding-right: 40px;
}
.satellite .sa-box .sa-flex .right {
  width: 250px;
  align-self: center;
}
.satellite .sa-box .point {
  color: white;
  border-bottom: solid 2px white;
  display: inline;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  font-weight: 600 !important;
}
.satellite .sa-box h4 {
  color: white;
  margin: 20px 0;
  font-size: 22px;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  font-weight: 600 !important;
}
.satellite .sa-box p {
  margin: 20px 0px 20px 0;
}
.satellite .sa-box .dot {
  background: #452e00;
  width: 10px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
}
.satellite .sa-box .d1 {
  top: 15px;
  left: 10px;
}
.satellite .sa-box .d2 {
  bottom: 15px;
  left: 10px;
}
.satellite .sa-box .d3 {
  top: 15px;
  right: 10px;
}
.satellite .sa-box .d4 {
  bottom: 15px;
  right: 10px;
}

@media (max-width: 700px) {
  .style .style-box .style2 h1 {
    font-size: 23px;
  }
  .style .style-box .style1 {
    min-width: 150px;
  }
  .style .style-box .style2 {
    padding-left: 10px;
  }
  .recommend h3 {
    font-size: 25px;
    align-self: flex-end;
  }
  .flex-box2 .flex .flex-title {
    height: auto;
  }
  .flex-box1 .flex-right {
    padding-bottom: 0;
  }
  .satellite .sa-box .sa-flex {
    flex-direction: column;
  }
  .satellite .sa-box .sa-flex .left {
    width: 100%;
    padding-right: 0;
  }
  .satellite .sa-box .sa-flex .right {
    width: 100%;
  }
  .satellite .sa-box .sa-flex .right img {
    width: 250px;
    margin: 0 auto;
    max-width: 100%;
  }
}/*# sourceMappingURL=course.css.map */