@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* コピペ用
@include media(375px, min) {
数値での指定可能
}
@include media(spM) {
minかmaxを略した場合はmin-widthで展開
}
@include media(spM,max) {
}
*/
#mentorOurjob h2 {
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

@media screen and (min-width: 1201px) {
  #mentorOurjob {
    background: url(../img/our-job/mentor-bg.png) no-repeat center center;
  }
  #mentorOurjob h2 {
    padding-top: 103px;
    background: url(../img/our-job/mentor-h2.png) no-repeat center left/798px;
  }
  #mentorOurjob .ourjobCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #mentorOurjob .ourjobCont .ourjobBox:nth-child(1) {
    width: 65%;
  }
  #mentorOurjob .ourjobCont .ourjobBox:nth-child(2) {
    width: 30%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #mentorOurjob h2 {
    padding-top: 81px;
    background: url(../img/our-job/mentor-h2-tab.png) no-repeat center left/contain;
  }
  #mentorOurjob .ourjobBox picture {
    text-align: center;
    margin-bottom: 1em;
    display: block;
  }
  #mentorOurjob .ourjobBox:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #mentorOurjob h2 {
    padding-top: 45px;
    background: url(../img/our-job/mentor-h2-sp.png) no-repeat center left/contain;
  }
  #mentorOurjob .ourjobBox:nth-child(1) {
    margin-top: 1em;
  }
  #mentorOurjob .txtBox {
    margin-top: 1.5em;
  }
}/*# sourceMappingURL=parts-mentor.css.map */