@charset "utf-8";

/* ------- INDEX ---------------------------------------------- */
@media print, screen and (min-width:781px) {
  .education-section-wrap{
    margin-top: 75px;
  }
  .education-section{
    margin-top: 120px;
  }
  .education-section:first-child{
    margin-top: 0;
  }

}
@media screen and (max-width: 780px) {
  .education-section-wrap{
    margin-top: 30px;
  }
  .education-section{
    margin-top: 80px;
  }
  .education-section:first-child{
    margin-top: 0;
  }
}
@media (hover: hover) and (pointer: fine){
}



.education-sub-section{
  background-color: #F2F2F2;
}
.sub-section-heading{
  color: #0CB4ED;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width:781px) {
  .education-sub-section{
    margin-top: 80px;
    padding: 1px 30px 30px;
  }
  .section-heading + .education-sub-section{
    margin-top: 50px;
  }
  .sub-section-heading{
    margin-bottom: 20px;
    font-size: 3.4rem;
    margin-top: -15px;
  }
}
@media screen and (max-width: 780px) {
  .education-sub-section{
    margin: 55px 20px 0;
    padding: 1px 10px 10px;
  }
  .section-heading + .education-sub-section{
    margin-top: 35px;
  }
  .sub-section-heading{
    margin-bottom: 20px;
    font-size: 2.8rem;
    margin-top: -14px;
  }
}
@media (hover: hover) and (pointer: fine){
}



.flow-list{
  counter-reset: number 0;
}
.flow-list > li{
  background-color: #FFF;
  font-weight: 700;
  line-height: 1.55;
  position: relative;
}
.flow-list > li > strong{
  background: linear-gradient(transparent 80%,#FFD800 20%);
  font-weight: 700;
}
.flow-list > li:before{
  background-image: url("../img/bg_flow.svg");
  background-repeat: no-repeat;
  counter-increment: number 1;
  content: counter(number);
  color: #FFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  display: block;
  height: 30px;
  width: 45px;
  text-align: left;
  position: absolute;
}

.education-schedule > dt{
  background-color: #0CB4ED;
  color: #FFF;
}
.education-schedule > dd{
  background-color: #FFF;
}

.training-list{
  background-color: #FDFBEB;
}
.training-list > li{
  background-color: #FDFBEB;
  font-weight: 700;
}


@media print, screen and (min-width:781px) {
  .education-section-wrap p{
    margin-top: 30px;
  }
  .education-inner{
    margin-left: 20px;
    margin-right: 20px;
  }
  
  
  
  .flow-list{
    display: flex;
    justify-content: space-between;
  }
  .flow-list > li{
    font-size: 1.8rem;
    text-align: center;
    margin-right: 30px;
    padding: 20px 30px;
    width: 100%;
  }
  .flow-list.normal > li{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .flow-list > li:before{
    font-size: 2.0rem;
    line-height: 30px;
    padding-left: 12px;
    left: -20px;
    top: 0;
  }
  .flow-list > li:last-child{
    margin-right: 0;
  }
  
  .education-schedule{
    display: flex;
    font-size: 2.4rem;
    margin-top: 70px;
  }
  .education-schedule > dt{
    font-weight: 700;
    padding: 25px;
    text-align: center;
    width: 230px;
  }
  .education-schedule > dd{
     font-weight: 700;
    padding: 25px;
    width: calc(100% - 230px);
  }
  
  
  
  .training-list{
    margin-top: 35px;
  }
  .training-list.type3{
    padding: 5px 20px;
  }
  .training-list.type1,
  .training-list.type2{
    display: table;
    width: 100%;
  }
  .training-list.type1 > li,
  .training-list.type2 > li{
    border-right: 1px dashed #707070;
    text-align: center;
    display: table-cell;
    padding: 15px 10px;
  }
  .training-list.type1 > li:last-child,
  .training-list.type2 > li:last-child{
    border-right: none;
  }
  .training-list.type3 > li{
    border-bottom: 1px dashed #707070;
    padding: 20px 10px;
  }
  .training-list.type3 > li:last-child{
    border-bottom: none;
  }
  
  
  .education-photo-set{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .education-photo-set .detail{
    width: 78.43%;
  }
  .education-photo-set .detail *:first-child{
    margin-top: 0;
  }
  .education-photo-set .image{
    width: 19.6%;
  }
  
  
  .education-text-list{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .education-text-list p{
    margin-top: 0;
  }
  .education-text-list > div{
    border-right: 1px dashed #707070;
    padding: 0 20px;
    width: 33.333%;
  }
  .education-text-list > div:last-child{
    border-right: none;
  }
  
}
@media screen and (max-width: 780px) {
  .education-section-wrap p{
    margin-top: 30px;
  }
  
  
  
  .flow-list > li{
    font-size: 1.8rem;
    text-align: center;
    padding: 20px 45px;
  }
  .flow-list > li:nth-child(n + 2){
    margin-top: 20px;
  }
  .flow-list.normal > li{
    font-size: 1.5rem;
    text-align: left;
  }
  .flow-list > li:before{
    font-size: 2.0rem;
    line-height: 30px;
    padding-left: 12px;
    left: 0;
    top: 0;
  }
  
  .education-schedule{
    font-size: 1.8rem;
    margin-top: 40px;
    text-align: center;
  }
  .education-schedule > dt{
    font-weight: 700;
    padding: 15px;
  }
  .education-schedule > dd{
   font-weight: 700;
    padding: 15px;
  }
  .sub-section-heading + .education-schedule{
    margin-top: 20px;
  }
  
  
  
  .training-list{
    margin-top: 25px;
    padding: 5px 20px;
  }
  .training-list > li{
    border-bottom: 1px dashed #707070;
    text-align: center;
    padding: 15px 10px;
  }
  .training-list > li:last-child{
    border-bottom: none;
  }
  
  
  .education-photo-set .image{
    margin: 55px auto 0;
    width: 62.5%;
  }
  
  
  .education-text-list{
    margin-top: 15px;
  }
  .education-text-list p{
    margin-top: 0;
  }
  .education-text-list > div{
    border-bottom: 1px dashed #707070;
    padding: 20px 0;
  }
  .education-text-list > div:last-child{
    border-bottom: none;
  }
}
@media (hover: hover) and (pointer: fine){
}




.education-small-section{
  background-color: #FFF;
  padding: 30px;
}
.education-small-section h4{
  font-weight: 700;
  line-height: 1.66;
}


.schedule-item{
}
.schedule-item h5{
  background-color: #0CB4ED;
  color: #FFF;
  font-weight: 700;
  line-height: 1.66;
  position: relative;
}
.schedule-item h5:before{
  background: url("../img/bg_arrow.svg") no-repeat;
  background-size: 15px 100%;
  content: "";
  display: block;
  width: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
}
.schedule-item dl > dt{
  color: #0CB4ED;
  font-weight: 600;
}


.education-col2 p strong,
.education-col2 dl dt{
  color: #0CB4ED;
  font-weight: 600;
}


.photo-list .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.education-col2 .photo-list .photo02{
  background-image: url("../img/photo02.jpg");
}
.education-col2 .photo-list .photo03{
  background-image: url("../img/photo03.jpg");
}
@media print, screen and (min-width:781px) {
  .education-small-section{
    margin-top: 30px;
    padding: 30px;
  }
  .education-small-section h4{
    font-size: 2.4rem;
  }
  
  
  .schedule-list{
    display: flex;
    margin-top: 20px;
  }
  .schedule-item{
    display: flex;
    flex-direction: column;
  }
  .schedule-item h5{
    font-size: 1.8rem;
    padding: 5px 20px;
    margin-right: 15px;
  }
  .schedule-item dl{
    border-left: 1px dashed #707070;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    height: 100%;
    padding: 0 30px;
  }
  .schedule-item:last-child dl{
    border-right: 1px dashed #707070;
  }
  
  
  .education-col2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .education-col2 > *{
    margin-top: 30px;
    width: 48.53%
  }
  .education-col2 p{
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .education-col2 dl{
    font-size: 1.5rem;
  }
  .education-col2 dl > div{
    margin-top: 15px;
  }
  .photo-list{
    display: flex;
    justify-content: space-between;
  }
  .photo-list .image{
    width: 48.48%;
  }
}
@media screen and (max-width: 780px) {
  .education-small-section{
    margin-top: 20px;
    padding: 15px;
  }
  .education-small-section h4{
    font-size: 1.8rem;
    text-align: center;
  }
  
  
  .schedule-list{
    margin-top: 20px;
  }
  .schedule-item{
    background: url("../img/bg_arrow_sp.svg") center bottom no-repeat;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .schedule-item:last-child{
    background: none;
    padding-bottom: 0;
  }
  .schedule-item h5{
    font-size: 1.8rem;
    padding: 5px;
    text-align: center;
  }
  .schedule-item h5:before{
    display: none;
  }
  .schedule-item dl{
    font-size: 1.5rem;
    margin-top: 20px;
  }
  
  

  .education-col2 > *{
    margin-top: 30px;
  }
  .education-col2 p{
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .education-col2 dl{
    font-size: 1.5rem;
  }
  .education-col2 dl > div{
    margin-top: 15px;
  }
  .photo-list{
    display: flex;
    justify-content: space-between;
  }
  .photo-list .image{
    padding-bottom: 48.48%;
    width: 48.48%;
  }
}
@media (hover: hover) and (pointer: fine){
}