@charset "utf-8";



.education-desc-sec:nth-child(odd){
  background-color: #E5FCFF;
}
.education-desc-sec:nth-child(even){
  background-color: #CEF6FE;
}
.education-sub-head{
  background-color: #FFF;
  border: 1px solid #707070;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.picup:nth-child(odd){
  background-color: #E5FCFF;
}
.picup:nth-child(even){
  background-color: #CEF6FE;
}
.picup-head .education-sub-head{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: auto;
}
.picup-head > p{
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:781px) {
  .education-desc{
    margin: 95px 90px 0;
  }
  .education-desc-sec{
    padding: 1px 75px 70px;
    margin-top: 30px;
  }
  
  .education-sub-head{
    font-size: 1.8rem;
    padding: 15px;
    margin: 70px auto 55px;
    width: 42.25%;
    max-width: 382px;
  }
  .education-sub-head span{
    font-size: 1.4rem;
  }
  
  
  .education-col2{
    display: flex;
    justify-content: space-between;
    margin: 90px 90px 0;
  }
  .picup{
    display: flex;
    flex-direction: column;
    padding: 55px 40px 60px;
    width: 49.115%;
  }
  .picup-head .education-sub-head{
    min-height: 90px;
    margin-top: 35px;
  }
  .picup-head > p{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .education-desc{
    margin: 95px 20px 0;
  }
  .education-desc-sec{
    font-size: 1.3rem;
    padding: 1px 20px 70px;
    margin-top: 25px;
  }
  
  .education-sub-head{
    font-size: 1.5rem;
    padding: 15px;
    margin: 50px auto 30px;
  }
  .education-sub-head span{
    font-size: 1.0rem;
  }
  
  
  .education-sub-sec-wrap .education-sub-head{
    margin-left: 40px;
    margin-right: 40px;
  }
  
  .education-col2{
    font-size: 1.3rem;
    margin: 90px 20px 0;
  }
  .picup{
    padding: 45px 20px 70px;
    margin-top: 25px;
  }
  .picup-head .education-sub-head{
    margin-top: 35px;
  }
  .picup-head > p{
    font-size: 1.1rem;
  }
}