@charset "utf-8";


/* -------------------------- */
/* -------------------------- */
/* -------------------------- */



/*---------------------------------------------------------
        stakeholder-students.html
---------------------------------------------------------*/
.stakeholder-students .contentsTitle {
  padding: 0 0 0 0;
  border-bottom: solid 1px transparent;
}

.stakeholder-students .contentsTitle:before {
  content: none;
}

.stakeholder-students .contentsTitle h2 {
  color: #fff;
  padding: 6px 0 6px 24px;
}

.stakeholder-students .stakehCell {
  display: flex;
  gap: 16px 24px;
  margin-top: 37px;
  flex-wrap: wrap;
}

.stakeholder-students .stakehCell .imageCell {
  width: 170px;
}

.stakeholder-students .stakehCell .imageCell img {
  width: 100%;
  display: block;
}

.stakeholder-students .stakehCell .textCell {
  width: calc(100% - 194px);
  margin-bottom: 0;
}

.stakeholder-students .stakehCell .textCell h3+p {
  margin-bottom: 16px;
}

.stakeholder-students .stakehCell .textCell p:last-of-type {
  margin-bottom: 0 !important;
}



@media screen and (max-width: 767px) {
  .stakeholder-students .contentsTitle h2 {
    padding-left: 12px;
  }

  .stakeholder-students .stakehCell {
    position: relative;
  }

  .stakeholder-students .stakehCell .imageCell {
    margin: 0 auto;
  }

  .stakeholder-students .stakehCell .textCell {
    width: 100%;
  }

}

/*---------------------------------------------------------
  スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {




  /* -------------------------- */
  /* -------------------------- */
  /* -------------------------- */



}