/* ----------------------------- */
/* page title
/* ----------------------------- */
.page-title-wrapper.about-page-title{
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ----------------------------- */
/* profile
/* ----------------------------- */
.section-inner{
  margin: 0;
  width: 987px;
  padding: 0;
}
.section_title{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #915c1c;
  text-align: center;
  /* margin-top: 25px; */
}
.section_wrapper{
  width: 987px;
  margin: 0 auto;
}
.my_photo{
  margin-bottom:96px;
  width: 200px;
  height: 356px;
  border-radius: 3px;
}
.profiles-block{
 flex-direction: column;
 
}
.text-myname{
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-bottom: 35px;
  margin-left: 79px;
}
.profile-text{
  margin-left: 79px;
  height: 400px;
  width: 440px;
  font-family: "M PLUS Rounded 1c";
}
.section_my_profile{
  width: 987px;
  background-color: #F8F3EE;
  margin: 0 auto; 
  padding-top: 45px;
  border-radius: 5%;
}
.profile-wrapper{
  margin-bottom: 60px;
  background-color: #F8F3EE;
  /* width: 987px; */
  display: flex;
  margin: 0 auto;
  justify-content: center;
  /* position: relative; */
  border-radius: 5%;
}

.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;
}

/* skills */
.section_skill{
  width: 987px;
  background-color: #F8F3EE;
  margin: 0 auto; 
  padding-top: 45px;
  margin-top: 100px;
  border-radius: 5%;
}

.skill-list_design{
  margin-bottom: 30px;
  margin: 0 auto;
}
.skill-item{
  margin-bottom: 30px;
  font-family: "M PLUS Rounded 1c";
}
.skill-item:last-of-type{
  margin-bottom: 45px;
}
.skill-item_bottom{
  margin-bottom: 15px;
}
.skill-item_bottom:last-of-type{
  margin-bottom: 115px;
}
.skill-item::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #444;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
}
.skill-item_bottom::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #444;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
}
.skill-category{
  font-weight: bold;
  margin-bottom: 30px;
}
.prf-subsection-inner{
  margin: 0 auto;
}

/* career */
.section_career{
  width: 987px;
  background-color: #F8F3EE;
  margin: 0 auto; 
  padding-top: 45px;
  margin-top: 100px;
  border-radius: 5%;
}
.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: 8px 0 8px 14px;
  line-height: 1.5;
  position: relative;
  border-left: 1px solid #333;
  font-family: "M PLUS Rounded 1c";
}
.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%;
  font-family: "M PLUS Rounded 1c";
}
.career-text.latest::before{
  background-color: #eb9718;
}
.my_career{
  margin-bottom: 91px;
  margin-top: 55px;
}

/*characteristics */
.section_characteristics{
  width: 987px;
  background-color: #F8F3EE;
  margin: 0 auto; 
  padding-top: 45px;
  margin-top: 100px;
  border-radius: 8%;
}

.prf-subsection-text{
 display: block;
 margin: 0 auto;
 margin-bottom: 60px;
 font-family: "M PLUS Rounded 1c";
}

/* thanks message */
.thanks-message{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 60px;
}
.link-btn::after{
  content: "";
}
.link-btn::before{
  content: "<";
  position: absolute;
  left: 30px;
  transition: .3s;
}

.all-wrapper {
  overflow:hidden
}

@media screen and (max-width:768px){
body{
  width: 768px;
}
.section_wrapper,.main-bg{
  width: 768px;
}
.profile-text.multi-lines.s-text.s-text-wrapper{
  width: 1000px;
}

  .section_inner{
    width: 768px;
  }
  
  .subsection,.flex-rc{
    width: 768px;
  }
  .section_my_profile{
    display: flex;
    width: 708px;
  }
  .page-title{
    margin: 0 auto;
  }
  .profiles-block{
  }
  .text-myname{

  }
  .profile-text.multi-lines.s-text.s-text-wrapper{
    width: 390px;
  }
  .profile-wrapper{
    display: flex;
    max-width: 565px;
  }
  .profile-img-wrapper{
    max-width: 400px;
    width: 100%;
  }
  .prf-subsection-title{
    margin-bottom: 8px;
  }
  .profile-text{
    margin-left: 0px;
  }

  /*skills*/
  .s-text-wrapper{
    width: 60%;
  }
  .section_skill{
    width: 708px;
  }
  .skill-item{
    line-height: 1.5;
  }

  /*career*/
  .section_career{
    width: 708px;
  }
  .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;
  }

  .section_characteristics{
    width: 708px;
  }

  .flex-rr, .flex-rc{
    justify-content: space-between;
  }
  .br::before {
    content: "\A" ;
    white-space: pre ;
  }
}
@media screen and (max-width:375px){
  body{
    width: 375px;
  }
  .s-text-wrapper{
   width: 80%;
  }
  .section_inner{
    width: 375px;
  }
  
  .section_my_profile{
   width: 345px;
   margin: 0 auto 100px;
  }
  .profile-wrapper.flex-rc{
    flex-direction: column-reverse;
  }
  .profile-text.multi-lines.s-text.s-text-wrapper{
    width: 312px;
    height: 250px;
  }
  .my_photo{
    width: 200px;
    height: 356px;
    margin-bottom: 20px;
    text-align: center;
  }
  .text-myname{
    margin-left: 33%;
  }
  .profile-img-wrapper{
    margin: 0 auto;
    width: 200px;
  }
  .section_skill{
    width: 345px;
    margin: 0 auto 100px;
  }
  
  .section_career{
    width: 345px;
    margin: 0 auto 100px;
  }
  .section_characteristics{
    width: 345px;
    margin: 0 auto 100px;
  }
  .subsection.flex-rc{
    width: 375px;
  }
  .career-list{
    justify-content: flex-start;
    margin: 0 auto;
  }
  .footer{
  width: 375px
  }
}