@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 800;
}
h2 {
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  line-height: 170%;
  width: 1000px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #004da1;
}

.course {
  margin-bottom: 100px;
}

.course-box {
  width: 1200px;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
  flex-wrap: nowrap;
  width: 1000px;
}
.course-box .icon {
  width: 100px;
}
.course-box .talk {
  width: calc(100% - 100px);
  position: relative;
  border: solid 0.9px #f7931e;
  border-radius: 10px;
  margin-left: 30px;
}
.course-box .talk p {
  padding: 20px;
}
.course-box .talk-arrow {
  width: 33px;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translate(0%, -50%);
}

.style {
  background: #0cc0df;
  padding: 50px 0 10px 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 h3 {
  line-height: 150%;
}
.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;
}
.style .link .st-link h5 {
  color: white;
  font-size: 25px;
  text-align: center;
  padding-top: 20px;
}

.consider {
  margin: 80px auto;
}

.point-box {
  width: 1200px;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.point-box .point {
  width: 380px;
  background: #fdecf3;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.point-box .point a {
  position: relative;
  padding: 30px 50px;
  flex-grow: 1;
}
.point-box .point a h3 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 10px;
}
.point-box .point a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
}

.voice {
  margin: 80px auto;
}

.text {
  width: 400px;
  text-align: center;
  margin: 80px auto;
  max-width: 90%;
}
.text img {
  width: 200px;
  margin: 20px auto 10px auto;
}
.text p {
  line-height: 200%;
}

.vo-flex {
  width: 1200px;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
  width: 900px;
  align-items: center;
}
.vo-flex .text {
  width: 430px;
  text-align: center;
}
.vo-flex .text img {
  width: 200px;
  margin: 20px auto 10px auto;
}
.vo-flex .text p {
  line-height: 200%;
}
.vo-flex .img {
  width: 380px;
}

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

@media (max-width: 700px) {
  h2 {
    font-size: 23px;
  }
  .style .style-box .style1 {
    min-width: 150px;
  }
  .style .style-box .style2 {
    padding-left: 10px;
  }
  .style .style-box .style2 h3 {
    font-size: 23px;
  }
  .text {
    margin: 50px auto;
  }
  .text p {
    text-align: left;
  }
  .voice .text {
    margin: 0 auto 50px auto;
  }
  .course-box {
    align-items: flex-start;
    gap: 10px;
  }
  .course-box .icon {
    width: 70px;
    padding-top: 15px;
  }
  .course-box .talk-arrow {
    top: 32px;
    left: -24px;
    width: 25px;
    transform: translate(0, 0);
  }
  .course-box .talk {
    margin-left: 20px;
    width: calc(100% - 70px);
  }
}/*# sourceMappingURL=voice.css.map */