/*------------------------
  Education
------------------------*/
.education-sect .content-title {
  margin-bottom: 1.25vw;
}
.education-sect .lead {
  margin: 0 0 3.333vw;
}
.education-sect .lead p {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.417vw;
  line-height: 2.2;
}
.education-sect .gallery figure {
  overflow: hidden;
  position: relative;
}
.education-sect .gallery figure::before {
  content: "";
  padding-bottom: 65.9340659341%;
  display: block;
}
.education-sect .gallery figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.education-sect .ly-row.point {
  margin: -1.25vw;
}
.education-sect .ly-row.point .col3 {
  padding: 1.25vw;
}
.education-sect .ly-row.point .col3 .inner {
  background-color: #FFF;
  padding: 3.333vw 2.5vw;
  border-radius: 1.667vw;
  border: 1px solid #E6E6E6;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.education-sect .ly-row.point .col3 .inner::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5vw 5vw 0 0;
  border-color: #FFA822 transparent transparent transparent;
}
.education-sect .ly-row.point .col3 h4 {
  font-size: 21px;
  font-size: 1.75vw;
  text-align: center;
  margin-bottom: 2.5vw;
}

@media screen and (min-width: 1366px) {
  .education-sect .content-title {
    margin-bottom: 15px;
  }
  .education-sect .lead {
    margin: 0 0 40px;
  }
  .education-sect .lead p {
    font-size: 17px;
  }
  .education-sect .ly-row.point {
    margin: -15px;
  }
  .education-sect .ly-row.point .col3 {
    padding: 15px;
  }
  .education-sect .ly-row.point .col3 .inner {
    padding: 40px 30px;
    border-radius: 25px;
  }
  .education-sect .ly-row.point .col3 .inner::before {
    border-width: 60px 60px 0 0;
  }
  .education-sect .ly-row.point .col3 h4 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .education-sect .content-title {
    margin-bottom: 15px;
  }
  .education-sect .lead {
    margin: 0 0 30px;
  }
  .education-sect .lead p {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
  }
  .education-sect .gallery .col3 {
    width: 33.333%;
  }
  .education-sect .gallery figure::before {
    padding-bottom: 100%;
  }
  .education-sect .ly-row.point {
    margin: -5px 0;
  }
  .education-sect .ly-row.point .col3 {
    width: 100%;
    padding: 5px 0;
  }
  .education-sect .ly-row.point .col3 .inner {
    border-radius: 20px;
    padding: 15px 15px 30px;
  }
  .education-sect .ly-row.point .col3 .inner::before {
    border-width: 40px 40px 0 0;
  }
  .education-sect .ly-row.point .col3 h4 {
    font-size: 18px;
    margin: 10px 0 5px;
  }
  .education-sect .ly-row.point .col3 p {
    font-size: 15px;
  }
}
/*------------------------
  Reason
------------------------*/
.reason-sect {
  position: relative;
}
.reason-sect::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  z-index: -1;
  top: -2.5vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/bg-reason.svg);
  background-repeat: no-repeat;
  background-position: left top -26px;
  background-size: auto 100%;
}
.reason-sect .container {
  padding-bottom: 140px;
  padding-bottom: 11.667vw;
}
.reason-sect .lead {
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  font-size: 1.417vw;
  line-height: 2.2;
}
.reason-sect .ly-row {
  margin: 35px -15px -15px;
  margin: 2.917vw -1.25vw -1.25vw;
}
.reason-sect .ly-row .col2, .reason-sect .ly-row .col3 {
  padding: 1.25vw;
}
.reason-sect .ly-row .col2 .inner, .reason-sect .ly-row .col3 .inner {
  position: relative;
  height: 100%;
  background-color: #FFF;
  border-radius: 1.667vw;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  padding: 40px 15px;
  padding: 3.333vw 0.833vw;
}
.reason-sect .ly-row .col2 .inner::before, .reason-sect .ly-row .col3 .inner::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5vw 5vw 0 0;
  border-color: #FFA822 transparent transparent transparent;
}
.reason-sect .ly-row .col2 .num, .reason-sect .ly-row .col3 .num {
  position: absolute;
  font-size: 12px;
  font-size: 1vw;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  line-height: 1;
  top: 1.25vw;
  left: 1.667vw;
}
.reason-sect .ly-row .col2 .num .large, .reason-sect .ly-row .col3 .num .large {
  font-size: 40px;
  font-size: 3.333vw;
}
.reason-sect .ly-row .col2 figure, .reason-sect .ly-row .col3 figure {
  position: relative;
  height: 94px;
  height: 7.833vw;
}
.reason-sect .ly-row .col2 figure img, .reason-sect .ly-row .col3 figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reason-sect .ly-row .col2 h3, .reason-sect .ly-row .col3 h3 {
  font-size: 21px;
  font-size: 1.75vw;
  font-weight: 700;
  text-align: center;
  margin: 2.5vw 0 0.833vw;
}
.reason-sect .ly-row .col2 p, .reason-sect .ly-row .col3 p {
  font-size: 15px;
  font-size: 1.25vw;
  text-align: center;
  color: #67696C;
}

@media screen and (min-width: 1366px) {
  .reason-sect .container {
    padding-bottom: 140px;
  }
  .reason-sect .lead {
    font-size: 17px;
  }
  .reason-sect .ly-row {
    margin: 35px -15px -15px;
  }
  .reason-sect .ly-row .col2, .reason-sect .ly-row .col3 {
    padding: 15px;
  }
  .reason-sect .ly-row .col2 .inner, .reason-sect .ly-row .col3 .inner {
    border-radius: 10px;
    padding: 40px 15px;
  }
  .reason-sect .ly-row .col2 .inner::before, .reason-sect .ly-row .col3 .inner::before {
    border-width: 60px 60px 0 0;
  }
  .reason-sect .ly-row .col2 .num, .reason-sect .ly-row .col3 .num {
    font-size: 12px;
    top: 15px;
    left: 20px;
  }
  .reason-sect .ly-row .col2 .num .large, .reason-sect .ly-row .col3 .num .large {
    font-size: 40px;
  }
  .reason-sect .ly-row .col2 figure, .reason-sect .ly-row .col3 figure {
    height: 94px;
  }
  .reason-sect .ly-row .col2 h3, .reason-sect .ly-row .col3 h3 {
    font-size: 21px;
    margin: 30px 0 10px;
  }
  .reason-sect .ly-row .col2 p, .reason-sect .ly-row .col3 p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .reason-sect::before {
    top: -30px;
  }
  .reason-sect .container {
    padding-bottom: 60px;
  }
  .reason-sect .lead {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 2;
  }
  .reason-sect .ly-row {
    margin: 20px -5px 0;
  }
  .reason-sect .ly-row .col2, .reason-sect .ly-row .col3 {
    width: 50%;
    padding: 10px;
  }
  .reason-sect .ly-row .col2 .inner, .reason-sect .ly-row .col3 .inner {
    border-radius: 20px;
    padding: 30px 15px;
  }
  .reason-sect .ly-row .col2 .inner::before, .reason-sect .ly-row .col3 .inner::before {
    border-width: 40px 40px 0 0;
  }
  .reason-sect .ly-row .col2 .num, .reason-sect .ly-row .col3 .num {
    font-size: 10px;
    top: 10px;
    left: 15px;
  }
  .reason-sect .ly-row .col2 .num .large, .reason-sect .ly-row .col3 .num .large {
    font-size: 30px;
  }
  .reason-sect .ly-row .col2 figure, .reason-sect .ly-row .col3 figure {
    height: 60px;
  }
  .reason-sect .ly-row .col2 figure img, .reason-sect .ly-row .col3 figure img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .reason-sect .ly-row .col2 h3, .reason-sect .ly-row .col3 h3 {
    font-size: 18px;
    margin: 10px 0 5px;
  }
  .reason-sect .ly-row .col2 p, .reason-sect .ly-row .col3 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  .reason-sect .ly-row {
    margin: 20px 0 0;
  }
  .reason-sect .ly-row .col2, .reason-sect .ly-row .col3 {
    width: 100%;
  }
}