.visitor.hs-1st2nd .comparison {
  margin-bottom: 100px;
}
.visitor.hs-1st2nd .voice .page-ttl {
  margin-bottom: 75px;
}
.visitor.hs-1st2nd .voice .voice-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #F5F5F5;
  padding: 55px 45px 40px;
  border-radius: 10px;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .voice .voice-contents {
    flex-direction: column-reverse;
    padding: 40px 25px 20px;
  }
}
.visitor.hs-1st2nd .voice .voice-contents:before {
  content: "";
  display: block;
  width: 124px;
  height: 62px;
  position: absolute;
  top: -30px;
  left: 45px;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .voice .voice-contents:before {
    width: 90px;
    height: 45px;
    top: -20px;
    left: 20px;
  }
}
.visitor.hs-1st2nd .voice .voice-contents .voice-txt {
  width: 810px;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .voice .voice-contents .voice-txt {
    width: 100%;
  }
}
.visitor.hs-1st2nd .voice .voice-contents .voice-image {
  width: 181px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .voice .voice-contents .voice-image {
    width: 80%;
    margin-bottom: 15px;
  }
}
.visitor.hs-1st2nd .voice .voice-contents:nth-of-type(1):before {
  background: url(/visitor/hs-1st2nd/img/txt_voice01.png) no-repeat;
  background-size: contain;
}
.visitor.hs-1st2nd .voice .voice-contents:nth-of-type(2):before {
  background: url(/visitor/hs-1st2nd/img/txt_voice02.png) no-repeat;
  background-size: contain;
}
.visitor.hs-1st2nd .voice .voice-contents:last-of-type {
  margin-bottom: 0;
}
.visitor.hs-1st2nd .course {
  padding-top: 110px;
}
.visitor.hs-1st2nd .course .course-head {
  width: 250px;
  margin: 0 auto 25px;
  text-align: center;
  position: relative;
}
.visitor.hs-1st2nd .course .course-head:before {
  content: "";
  display: block;
  width: 134px;
  height: 163px;
  background: url(/visitor/img/common/img_student03.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -145px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .course .course-head:before {
    width: 89px;
    height: 108px;
    left: -50px;
  }
}
.visitor.hs-1st2nd .course .course-head:after {
  content: "";
  display: block;
  width: 121px;
  height: 163px;
  background: url(/visitor/img/common/img_student04.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -135px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .course .course-head:after {
    width: 89px;
    height: 108px;
    right: -50px;
  }
}
.visitor.hs-1st2nd .course .course-head h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .course .course-head h3 {
    font-size: 1.625rem;
  }
}
.visitor.hs-1st2nd .course .course-head .sub-txt {
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .course .course-head .sub-txt {
    font-size: 0.875rem;
  }
}
.visitor.hs-1st2nd .course .course-head .sub-txt span {
  position: relative;
}
.visitor.hs-1st2nd .course .course-head .sub-txt span.color {
  color: #CE3533;
}
.visitor.hs-1st2nd .course .course-head .sub-txt span.color:before, .visitor.hs-1st2nd .course .course-head .sub-txt span.color:after {
  content: none;
}
.visitor.hs-1st2nd .course .course-head .sub-txt span:before, .visitor.hs-1st2nd .course .course-head .sub-txt span:after {
  content: "";
  width: 2px;
  height: 25px;
  background: #222222;
  position: absolute;
  bottom: 0;
}
.visitor.hs-1st2nd .course .course-head .sub-txt span:before {
  left: -15px;
  transform: rotate(-30deg);
}
.visitor.hs-1st2nd .course .course-head .sub-txt span:after {
  right: -15px;
  transform: rotate(30deg);
}
.visitor.hs-1st2nd .course .course-wrap {
  background: #F5F5F5;
  padding: 60px 55px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .course .course-wrap {
    padding: 45px 25px;
  }
}
.visitor.hs-1st2nd .course .course-wrap .section-course-block {
  margin-bottom: 55px;
}
.visitor.hs-1st2nd .course .course-wrap .section-course-block:last-of-type {
  margin-bottom: 0;
}
.visitor.hs-1st2nd .course .course-wrap .course-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.visitor.hs-1st2nd .course .course-wrap .course-link-list li {
  width: 239px;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .course .course-wrap .course-link-list li {
    width: 100%;
    margin-top: 15px;
  }
}
.visitor.hs-1st2nd .course .course-wrap .course-link-list li:last-of-type {
  margin-bottom: 0;
}
.visitor.hs-1st2nd .course .course-wrap .course-link-list li a {
  font-weight: 600;
  padding: 20px 15px;
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.visitor.hs-1st2nd .course .course-wrap .course-link-list li a .la-arrow-right {
  width: 28px;
  height: 28px;
}
.visitor.hs-1st2nd .course .course-wrap .course-link-list li a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .course .course-wrap .course-link-list li a:hover {
    color: #222222;
  }
}
.visitor.hs-1st2nd .course .course-wrap .course-link-list li a:hover .la-arrow-right {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .course .course-wrap .course-link-list li a:hover .la-arrow-right {
    background: #CE3533;
  }
}
.visitor.hs-1st2nd .course .course-wrap .course-link-list li a:hover .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.hs-1st2nd .course .course-wrap .course-link-list li a:hover .la-arrow-right:before {
    color: #fff;
  }
}/*# sourceMappingURL=hs-1st2nd.css.map */