@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) {
}
*/
@media screen and (min-width: 768px) {
  .subpageVisual {
    background: url(../img/our-job/pro-growth/mv.jpg) no-repeat center right/auto 100%;
  }
}
@media screen and (max-width: 767px) {
  .subpageVisual {
    background: url(../img/our-job/pro-growth/mv-sp.jpg) no-repeat center right/auto 100%;
  }
}
/*----------------------------------------------------
index
----------------------------------------------------*/
/*-------- ourjobAbout -------------------------*/
#ourjobAbout .imgBox {
  text-align: center;
  display: block;
}
#ourjobAbout .imgBox img {
  width: 100%;
  max-width: 830px !important;
}

/*-------- ourjobWrap -------------------------*/
#ourjobWrap .ourjobCont {
  padding-bottom: 5em;
}
#ourjobWrap .ourjobCont .txtCont h2 {
  padding-left: 2em;
  margin-bottom: 1em;
}
#ourjobWrap .ourjobCont .txtCont .txtBox p {
  margin-bottom: 1.5em;
}
#ourjobWrap .ourjobCont .txtCont .txtBox mark {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.5) 0%);
  font-weight: bold;
}
#ourjobWrap .ourjobCont .txtCont .txtBox .clBlue {
  color: #00f;
}
#ourjobWrap .ourjobCont .imgBox {
  border: 3px solid #000;
  border-radius: 25px;
  overflow: hidden;
}
#ourjobWrap .ourjobCont:nth-child(1) h2 {
  background: url(../img/our-job/pro-growth/ourjob-illust1.png) no-repeat center left/contain;
}
#ourjobWrap .ourjobCont:nth-child(2) h2 {
  background: url(../img/our-job/pro-growth/ourjob-illust2.png) no-repeat center left/contain;
}
#ourjobWrap .ourjobNotes {
  font-size: 0.875em;
  border-top: 1px dashed #000;
  padding-top: 5em;
  padding-bottom: 0;
}
#ourjobWrap .ourjobNotes p {
  margin-bottom: 1.5em;
}
#ourjobWrap .ourjobNotes p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  #ourjobWrap .ourjobCont .txtCont p {
    line-height: 1.8;
  }
  #ourjobWrap .ourjobCont:first-child .txtCont {
    order: 2;
  }
  #ourjobWrap .ourjobCont:first-child .imgBox {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #ourjobWrap .ourjobCont .txtCont {
    width: 50%;
  }
  #ourjobWrap .ourjobCont .txtCont h2 {
    font-size: 1.75em;
  }
  #ourjobWrap .ourjobCont .txtCont p {
    line-height: 2;
  }
  #ourjobWrap .ourjobCont .imgBox {
    width: 45%;
  }
  #ourjobWrap .ourjobCont:first-child .txtCont {
    order: 2;
  }
  #ourjobWrap .ourjobCont:first-child .imgBox {
    order: 1;
  }
}
@media screen and (min-width: 1201px) {
  #ourjobWrap .ourjobCont .txtCont {
    width: 430px;
  }
  #ourjobWrap .ourjobCont .txtCont h2 {
    font-size: 1.75em;
  }
  #ourjobWrap .ourjobCont .txtCont p {
    line-height: 2;
  }
  #ourjobWrap .ourjobCont .imgBox {
    width: 600px;
  }
  #ourjobWrap .ourjobCont:first-child .txtCont {
    order: 2;
  }
  #ourjobWrap .ourjobCont:first-child .imgBox {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  #ourjobWrap .ourjobCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #ourjobWrap .ourjobCont .txtCont .txtBox p:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=pro-growth.css.map */