@charset "UTF-8";
/* CSS Document */

/* 共通 */
.lower-page-ttl{
  text-align: center;
  font-weight: bold;
  font-size: 4.0rem;
  letter-spacing: 0.2rem;
  margin-bottom: 64px;
}


/* profile-sec */
.profile-sec{
  margin-bottom: 128px;
}
.profile-sec-inner{
  display: flex;
  justify-content: space-between;
}
.profile-sec-img-area{
  width: 40%;
}
.profile-sec-text-area{
  width: 55%;
  margin-top: 40px;
}
.profile-sec-text-area p{
  line-height: 2.3;
  margin-bottom: 24px;
}
.jp-name{
  display: inline-block;
  font-size: 2.0rem;
  letter-spacing: 0.2rem;
  margin-bottom: 24px;
}
.eg-name{
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 15px;
}
.profile-sns-link{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.profile-sns-link li img{
  width: 60%;
}

/* sp-profile-sec */
@media(max-width:599px){
  .profile-sec{
    margin-bottom: 72px;
  }
  .profile-sec-inner{
    display: block;
  }
  .profile-sec-img-area{
    width: 100%;
  }
  .profile-sec-text-area{
    width: 100%;
    margin-top: 32px;
  }
  .jp-name{
    font-size: 1.8rem;
  }
  .eg-name{
    font-size: 1.4rem;
  }
  .profile-sec-text-area p{
    font-size: 1.4rem;
    line-height: 2.0;
    margin-bottom: 32px;
  }
  .profile-sns-link li{
    margin-right: 5px;
  }
  .profile-sns-link li:last-child{
    margin-right: 0;
  }
}


/* skil-sec */
.skill-sec{
  background: #fff;
  margin-bottom: 128px;
  padding: 88px 0;
}
.skill-sec-list{
  display: flex;
  justify-content: space-between;
}
.skill-sec-list li{
  width: 27%;
}
.skill-sec-list li figure{
  width: 30%;
  margin: 0 auto 24px;
}
.skill-sec-list h3{
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #F58A00;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
}
.skill-sec-list p{
  line-height: 2;
}

/* sp-skil-sec */
@media(max-width:599px){
  .skill-sec{
    margin-bottom: 72px;
    padding: 64px 0;
  }
  .skill-sec-list{
    display: block;
  }
  .skill-sec-list li{
    width: 100%;
    margin-bottom: 48px;
  }
  .skill-sec-list li:last-child{
    margin-bottom: 0;
  }
  .skill-sec-list li figure{
    width: 25%;
    margin: 0 auto 32px;
  }
  .skill-sec-list h3{
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .skill-sec-list p{
    font-size: 1.4rem;
  }
}

/* career-sec */
.career-sec{
  margin-bottom: 128px;
}
.career-inner{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
}
.career-detail{
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #E0E0E0;
}
.career-detail:last-child{
  padding-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
}
.career-detail-time{
  width: 40%;
  font-size: 1.8rem;
  display: flex;
}
.career-detail-time::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #F58A00;
  margin-right: 15px;
}
.career-detail-body h3{
  font-size: 1.8rem;
  margin-bottom: 32px;
}
.career-detail-body p{
  line-height: 2;
}

/* sp-career-sec */
@media(max-width:599px){
  .career-sec{
    margin-bottom: 72px;
  }
  .career-detail{
    display: block;
  }
  .career-detail-time{
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .career-detail-time::before{
    margin-right: 10px;
  }
  .career-detail-body h3{
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .career-detail-body p{
    font-size: 1.4rem;
  }
}

/* like-sec */
.like-sec{
  background: #fff;
  margin-bottom: 128px;
  padding: 88px 0;
}
.like-inner{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
}
.like-detail{
  padding: 40px 0;
  border-top: 1px solid #E0E0E0;
}
.like-detail:last-child{
  padding-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
}
.like-detail dl{
  display: flex;
  align-items: flex-start;
  line-height: 2;
}
.like-detail dt{
  width: 25%;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
.like-detail dt::before{
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.like-detail .movie::before{
  background: url(../images/about/icon-movie.png);
}
.like-detail .bath::before{
  background: url(../images/about/icon-bath.png);
}
.like-detail .boxing::before{
  background: url(../images/about/icon-boxing.png);
}
.like-detail .travel::before{
  background: url(../images/about/icon-travel.png);
}

.like-detail dd{
  width: 80%;
}

.works-btn{
  margin-bottom: 128px;
}
.works-btn a{
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  border-radius: 50px;
  padding: 24px 8px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  background-color: #F58A00;
  transition: 0.3s;
}
.works-btn a::after{
  content: "";
  position: absolute;
  display: block;
  top: 43%;
  right: 10%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

/* sp-like-sec */
@media(max-width:599px){
  .like-sec{
    margin-bottom: 72px;
    padding: 64px 0;
  }
  .like-detail dl{
    display: block;
  }
  .like-detail dt{
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .like-detail dt::before{
    margin-right: 10px;
  }
  .like-detail dd{
    width: 100%;
    font-size: 1.4rem;
  }
  .works-btn{
    margin-bottom: 72px;
  }
  .works-btn a{
    font-size: 1.2rem;
    padding: 20px 8px;
    max-width: 270px;
  }
  .works-btn a::after{
    top: 41%;
  }
}