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

@media screen and (min-width:769px) {

/* パララックス背景演出 */
.bg{
  position: absolute;
  top: -30px;
	width: 100%;
	height: 685px;

  background-image: url("../img/profile/bg.jpg");
  background-size: auto;
  background-repeat:no-repeat;
}
.bg_fix{
  position: fixed;
  display: block;
  opacity: 0;
  top: -30px;
	width: 100%;
	height: 110px;

  background-image: url("../img/profile/bg2.jpg");
  background-size: auto;
  background-repeat:no-repeat;
  z-index: 999;
}
.bg_white{
  position: absolute;
  top: 330px;
	width: 100%;
	height: 550px;
  background-color: #FFF;
}



main{
  position: relative;
  top: 80px;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
section{
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 80px;
  box-sizing: border-box;
}
section:last-child{
  margin-bottom: 150px;
}




/* mainコンテンツ */
.main_wrap{
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

/* キャッチコピー・自己紹介 */
.copy{
  display: block;
  position: relative;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 50px;
}
.copy_text{
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 80px;
}
.profile{
  display: flex;
  flex-direction:row;
  width: 450px;
  margin: 0 auto;
}
.profile li.pro_img{
  padding-right: 50px;
}
.profile li.pro_data{
  padding-top: 45px;
}
.profile li p{
  line-height: 24px;
  margin-bottom: 25px;
}
.sns{
  display: flex;
}
.sns img{
  margin-right: 5px;
}


/* 来歴 */
.history{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;

  position: relative;
  width: 768px;
  margin: 0 auto;
}
.history li:nth-child(odd){
  width: 155px;
  padding-left: 25px;
  box-sizing:border-box;
  font-weight: bold;
}
.history li:nth-child(even){
  width: 613px;
  margin-bottom: 40px;
}
.history li:last-child{
  margin-bottom: 0px;
}
.history li:nth-child(1)::before{
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  top: 2px;
  margin-right: 5px;
  background-image: url("../img/profile/career01.gif");
  background-repeat:no-repeat;
}
.history li:nth-child(3)::before{
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  top: 2px;
  margin-right: 5px;
  background-image: url("../img/profile/career02.gif");
  background-repeat:no-repeat;
}
.history li:nth-child(5)::before{
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  top: 2px;
  margin-right: 5px;
  background-image: url("../img/profile/career03.gif");
  background-repeat:no-repeat;
}



/* スキル */
.skill_wrap{
  position: relative;
  display: flex;
  flex-direction:row;
  width: 768px;
  margin: 0 auto;
}
/* スキルタイトル */
h4{
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
  padding-bottom: 5px;
}
h4::before{
  content: "";
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  top: 3px;
  margin-right: 5px;
  background-image: url("../img/profile/content_icon.gif");
  background-repeat:no-repeat;
}


/* 習得ソフトウェア */
.soft{
  position: relative;
  width: 384px;
  padding-right: 10px;
  box-sizing: border-box;
}
.soft ul{
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 22px;
}
.soft li{
  margin-right: 13px;
  margin-bottom: 10px;
}

.soft ul il div{
  position: absolute;
  width: 130px;
  height: 48px;
  background-image:url("../img/profile/soft_info.png");
  background-repeat: no-repeat;
}


/* webデザインスキル */
.web{
  position: relative;
  width: 384px;
  padding-left: 10px;
  box-sizing: border-box;
}
.web .icon{
  position: relative;
  display:flex;
  justify-content:space-between;
  width: 350px;
  margin-left: 19px;
}
.web .icon li{
  margin-right: 13px;
  margin-bottom: 10px;
}
.web_skill{
  position: relative;
  display:flex;
  flex-wrap: wrap;
  margin-left: 19px;
}
.web_skill li{
  border: 1px solid #999;
  border-radius: 3px;
  padding: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1rem;
}
}






@media screen and (max-width:768px) {

  /* パララックス背景演出 */
  .bg{
    position: absolute;
    top: -30px;
  	width: 100%;
  	height: 250px;

    background-image: url("../img/profile/bg.jpg");
    background-size:cover;
    background-repeat:no-repeat;
  }
  .bg_fix{
    position: fixed;
    display: block;
    opacity: 0;
    top: -30px;
  	width: 100%;
  	height: 110px;

    background-image: url("../img/profile/bg2.jpg");
    background-size: auto;
    background-repeat:no-repeat;
    z-index: 999;
  }
  .bg_white{
    position: absolute;
    top: 200px;
  	width: 100%;
  	height: 550px;
    background-color: #FFF;
  }



  main{
    position: relative;
    top: 50px;
    line-height: 2.4rem;
    font-size: 1.4rem;
  }
  section{
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
  section:last-child{
    margin-bottom: 150px;
  }




  /* mainコンテンツ */
  .main_wrap{
    position: relative;
    width: 90%;
    margin: 0 auto;
  }

  /* キャッチコピー・自己紹介 */
  .copy{
    display: block;
    position: relative;
    padding-top: 60px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
  }
  .copy_text{
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .copy_text br{
    display: none;
  }
  .profile{
    display: flex;
    flex-direction:column;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .profile li.pro_img{
  }
  .profile li.pro_data{
    padding-top: 10px;
  }
  .profile li p{
    line-height: 24px;
    margin-bottom: 25px;
  }
  .sns{
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }
  .sns li{
    margin-right: 10px;
  }
  .sns li:last-child{
    margin-right: 0px;
  }


  /* 来歴 */
  .history{
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    flex-wrap: wrap;

    position: relative;
    width: 100%;
  }
  .history li:nth-child(odd){
    width: 100%;
    margin-bottom: 10px;
    box-sizing:border-box;
    font-weight: bold;
  }
  .history li:nth-child(even){
    width: 100%;
    margin-bottom: 40px;
  }
  .history li:last-child{
    margin-bottom: 0px;
  }
  .history li:nth-child(1)::before{
    content: "";
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    top: 2px;
    margin-right: 5px;
    background-image: url("../img/profile/career01.gif");
    background-repeat:no-repeat;
  }
  .history li:nth-child(3)::before{
    content: "";
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    top: 2px;
    margin-right: 5px;
    background-image: url("../img/profile/career02.gif");
    background-repeat:no-repeat;
  }
  .history li:nth-child(5)::before{
    content: "";
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    top: 2px;
    margin-right: 5px;
    background-image: url("../img/profile/career03.gif");
    background-repeat:no-repeat;
  }



  /* スキル */
  .skill_wrap{
    position: relative;
    display: flex;
    flex-direction:column;
    width: 100%;
  }
  .skill_wrap div{
    margin-bottom: 30px;
  }
  .skill_wrap div:last-child{
    margin-bottom: 0px;
  }
  /* スキルタイトル */
  h4{
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 35px;
    padding-bottom: 5px;
  }
  h4::before{
    content: "";
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    top: 3px;
    margin-right: 5px;
    background-image: url("../img/profile/content_icon.gif");
    background-repeat:no-repeat;
  }


  /* 習得ソフトウェア */
  .soft{
    position: relative;
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .soft ul{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .soft li{
    margin-bottom: 10px;
    width: 30%;
  }
  .soft ul img{
    width: 100%;
    height: auto;
  }


  /* webデザインスキル */
  .web{
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .web .icon{
    position: relative;
    display:flex;
    justify-content:space-between;
    width: 100%;
  }
  .web .icon li{
    margin-bottom: 10px;
  }
  .web_skill{
    position: relative;
    display:flex;
    flex-wrap: wrap;
    margin-left: 19px;
  }
  .web_skill li{
    border: 1px solid #999;
    border-radius: 3px;
    padding: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1rem;
  }
}
