/* -------------------------- */
/* page title
/* -------------------------- */
.page-title-wrapper.about-page-title{
  height: 360px;
  text-align: center;
}
.fv-bg{
  background-color: #92DDE5;
}
.page-title_jp{
  font-size: 1.7rem;
  line-height: 150%;
  letter-spacing: 0.07em;
}

/* -------------------------- */
/* profile
/* -------------------------- */
/* .main-bg-about{
  background-color: #FAFFFF;
} */
.profile-wrapper{
  align-items: center;
  margin-bottom: 60px;
}
.profile-img-wrapper{
  max-width: 280px;
  margin-right: 20px;
}
.subsection{
  margin-bottom: 40px;
}
.subsection:last-of-type{
  margin-bottom: 140px;
}
.prf-subsection-title{
  font-size: 2rem;
  font-weight: bold;
}
.prf-subsection-title_jp{
  font-weight: bold;
  margin-bottom: 16px;
}
.prf-subsection-img{
  width: 440px;
}
.prf-subsection-img-skill{
  max-width: 440px;
}
/* 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 0px 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: #FFBC1E;
}
.works-img-wrapper-egg{
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 60px;
}
/* thanks message */
.thanks-message{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 60px;
}


@media screen and (max-width:768px){
  .prf-subsection-inner{
    max-width: 440px;
  }
  .subsection{
    align-items: center;
  }
  .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;
  }
  /* 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;
  }
}

@media screen and (max-width:375px){
.prf-subsection-img{
  max-width: 320px;
}
.prf-subsection-img-skill{
  max-width: 345px;
}
}

