/* ----------------------------- */
/* page title
/* ----------------------------- */

.page-title-wrapper.about-page-title {
  height: 360px;
}

/* ----------------------------- */
/* profile
/* ----------------------------- */

.about-title{
  font-size: 4.8rem;
  font-weight: normal;
  margin-bottom: 80px;
}

.flex-about {
  display: flex;
  justify-content: space-between;
}

.profile-wrapper {
  align-items: center;
  margin-bottom: 80px;
}

.profile-img-wrapper {
  width: 180px;
  margin-right: 20px;
}



.name {
  margin-bottom: 20px;
  font-size: 2rem;
}

.name span {
  padding-left: 20px;
  font-size: 1.4rem;
}

.profile-text {
  max-width: 500px;
}

.subsection {
  margin-bottom: 80px;
}

.subsection:last-of-type {
  margin-bottom: 140px;
}

.prf-subsection-inner {
  max-width: 500px;
}

.prf-subsection-title {
  font-size: 2.8rem;
  font-weight: normal;
}

.prf-subsection-title_jp {
  font-weight: normal;
  margin-bottom: 16px;
}

.about-subheading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.about-subheading:first-of-type {
  margin-top: 10px;
}

/* skills */

.skill-list {
  display: table;
  width: 100%;
  margin-bottom: 16px;
  line-height: 1.5;
}

.skill-item {
  display: table-row;
}

.skill-item dl {
  border-bottom: 1px solid #bababa;
}

.skill-item:first-child dl {
  border-top: 1px solid #bababa;
}

.skill-item dt, .skill-item dd {
  display: table-cell;
  vertical-align: middle;
}

.skill-item dt {
  width: 100px;
  background-color: #E9E7E7;
  text-align: center;
}

.skill-item dd {
  padding: 20px;
}

.skill-category {
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .about-title {
    padding-left: 18px;
  }

  .profile-wrapper {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .profile-img-wrapper {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .prf-subsection-title {
    margin-top: 80px;
    margin-bottom: 40px;
  }


  .flex-about {
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  /* skills */
  .skill-item {
    line-height: 1.5;
  }

}