
section {
  padding-bottom: 6rem;
}
.section {
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  section {
    padding-bottom: 4rem;
  }
  .section {
    padding-top: 4rem;
  }
}

/*================================================
 *  profile
 ================================================*/
.profileArea_img {
  width: 27%;
}
.profileArea_txt {
  width: 68%;
}
.profileArea_txt li {
  margin-bottom: 50px;
}
.profileArea_txt li.txt-high {
  margin-bottom: 0;
}
.profileArea_txt li.name span {
  font-family: 'Hina Mincho', serif;
  letter-spacing: .2em;
  font-size: 32px;
  display: block;
  line-height: 1.2;
}
.profileArea_txt li p img {
  width: 150px;
}

@media screen and (max-width:768px) {
  .profileArea_img {
    width: 100%;
  }
  .profileArea_txt {
    width: 100%;
  }
  .profileArea_txt li {
    margin-bottom: 25px;
  }
  .profileArea_txt li.name span {
    line-height: 1;
  }
  .profileArea_txt li p img {
    width: 130px;
  }
  .profileArea_txt li p.ar.marginT--20 {
    margin-top: 0;
  }
}

/*================================================
 *  activities
 ================================================*/
/* activitiesBlock_img */
.activitiesBlock_img {
  width: 25%;
}
/* activitiesBlock_txt */
.activitiesBlock_txt {
  width: 40%;
  padding: 150px 0 0 70px;
  line-height: 2.5;
}

@media screen and (max-width:768px) {
    .activitiesBlock_img {
      width: 45%;
    }
    .activitiesBlock_img.paddingT--100 {
      padding-top: 30px;
    }
    .activitiesBlock_txt {
      width: 100%;
      padding: 0px 20px;
      line-height: 2;
    }
}


/*================================================
 *  affiliations
 ================================================*/
#affiliations .flex.paddingTB--50::after {
  content: "";
    display: block;
    width: 32%;
}
.company_list {
  width: 32%;
  padding: 0 10px;
  display: flex;
    flex-direction: column;
}
.company_list h4 {
  text-align: center;
  border-bottom: 1px solid #2b4055;
  padding-bottom: 15px;
}
.company_list p {
  padding: 20px 5px;
  margin: 0;
  flex-grow: 1;
}

@media screen and (max-width:768px) {
  #affiliations .flex.paddingTB--50 {
    padding: 25px 0 0;
  }
  .company_list {
    width: 100%;
    padding: 0 0 60px 0;
  }
    .company_list.marginB--90 {
      margin: 0;
    }
  .company_list h4 {
    padding-bottom: 10px;
  }
  .company_list p {
    padding: 10px 5px;
  }
}




