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

/* ----------------------------- */
/* profile
/* ----------------------------- */
.profile-wrapper{
  align-items: center;
  margin-bottom: 60px;
}
.profile-img-wrapper{
  max-width: 280px;
  margin-right: 20px;
}
.profile-img-wrapper img{
  width:240px;
  height:150px;
  object-fit: cover;
}
.subsection{
  margin-bottom: 40px;
}
.subsection:last-of-type{
  margin-bottom: 140px;
}
.prf-exp-img{
  display: block;
}
.exp-img{
  width: 250px;
  height: 250px;
  margin-top: 50px;
  display: none;
}
.prf-subsection-title{
  font-size: 2rem;
  font-weight: bold;
}
.prf-subsection-title_jp{
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.prf-sub-sub-title{
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 180%;
}
.prf-sub-sub-title-ul{
  margin-bottom: 30px;
}

/* skills */
.skill-list_design{
  margin-bottom: 16px;
}
.skill-item{
  margin-bottom: 60px;
  display: flex;
}
.skill-item-title-text{
  display: block;
}
.skill-img{
  width:40px;
  height:40px;
  margin-right: 53px;
}
.s2740{
  width:27px;
  height: 40px;
  margin:0 auto;
}
.s3540{
  width:35px;
  height: 40px;
  margin: 0 auto;
}
.skill-item-title{
  margin-bottom: 10px;
}
.skill-category{
  font-weight: bold;
  margin-bottom: 10px;
}

/* career */
.career-list{
  max-width: 440px;
}
.career-item.flex-rr{
  align-items: center;
  font-size: 1.2rem;
}
.career-date{
  width: 87px;
  text-align: center;
}
.career-date.accent-bg{
  line-height: 2;
  font-weight: bold;
  color: #fff;
}
.career-text{
  width: 327px;
  padding: 4px 0 4px 14px;
  line-height: 1.5;
  position: relative;
  border-left: 1px solid #333;
}
.career-text::before{
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  background-color: #333;
  border-radius: 50%;
}
.career-text.latest::before{
  background-color: #eb9718;
}
.prf-exp-img2{
  width:440px;
  height:440px;
  margin-top: 30px;
  display: none;
}
.prf-gt{
  width:440px;
  height:200px;
  margin-top: 10px;
  object-fit: cover;
}

/* thanks message */
.thanks-message{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 60px;
}


@media screen and (max-width:768px){
  .page-title{
    white-space: nowrap; /*自動での改行をしないようにする指定*/
  }
.profile-wrapper{
    display: block;
    max-width: 440px;
    margin: 0 auto 60px;
  }
  .profile-img-wrapper {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 16px;
  }
  .prf-subsection-title{
    margin-bottom: 8px;
  }

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

  /*career*/
  .career-text{
    width: 67%;
    padding: 4px 0 4px 2vw;
  }
  .career-date{
    width: 28%;
    max-width: 120px;
  }

  .thanks-message{
    line-height: 1.5;
  }
  .subsection:last-of-type{
    margin-bottom: 80px;
  }
  .prf-gt{
    width:100%;
    margin: 10px auto;
    object-fit: cover;
    margin-bottom:0px ;
  }
  .profile-img-wrapper img{
    width:345px;
    height:200px;
  }
}