@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}

body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.1em;
  margin: 0;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

p {
  color: #000;
}

.wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  background: linear-gradient(90deg, #e1e1e1 0%, #e1e1e1 50%, #F8F8F8 50%, #F8F8F8 100%);
}

/* フェードイン */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fadeUpTrigger{
    opacity: 0;
}

/* ヘッダー */
header {
  background: #000;
  height: 20px;
}

/* ここから看板 */
.logo {
  display: block;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  transition: all 3100ms ease 0s;
  animation: fadeIn 5s ease 0s 1 normal;
  -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
.logo h1 {
  margin: 0 auto;
  text-align: center;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 18px;
  letter-spacing: 0.2em;
}
.logo h1 img {
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .logo h1 {
    width: 80%;
    font-size: 15px;
  }
}

/* ここからナビゲーション */
/* .menu_wrapper {
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #738972;
  padding: 20px 30px;
  z-index: 1;
}
.menu_wrapper ul li {
  padding: 10px 0;
}
.menu_wrapper ul li a {
  color: #fff;
  position: relative;
}
.menu_wrapper ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.menu_wrapper ul li a:hover::after {
  transform: scale(1, 1);
} */

/* ここからプロフィール*/
.profile_wrapper,
.skill_wrapper {
  background: #fff;
  padding: 50px;
  width: 1200px;
  max-width: 90%;
  margin: 20px auto 140px;
  position: relative;
  box-sizing: border-box;
}
h2 {
  font-size: 50px;
  letter-spacing: 0.2em;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
  color: #e1e1e1;
}
.works_wrapper h2 {
  top: -70px;
}
.profile_basic {
  display: flex;
}
.profile_basic_block_img {
  margin-right: 28px;
}
.profile_basic_block_img img {
  width: 170px;
  height: 200px;
  object-fit: cover;
}
.profile_basic_name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.profile_basic_name span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
.profile_basic_title {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid;
  padding: 5px 7px;
  display: inline-block;
}
.profile_basic_info {
  margin-top: 20px;
}
.profile_basic_info dl {
  font-size: 14px;
  padding: 6px;
}
.profile_basic_info dt {
  width: 8em;
  clear: left;
  float: left;
  font-weight: bold;
}
.profile_basic_info dd {
  padding-left: 8em;
}
.profile_comment {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .profile_wrapper,
  .skill_wrapper {
    padding: 30px;
  }
  h2 {
    font-size: 26px;
    text-align: center;
    color: #000;
  }
  .profile_basic {
    display: block;
  }
  .profile_basic_block_img {
    text-align: center;
  }
  .profile_basic_block_img img {
    width: 100%;
    height: 180px;
  }
  .profile_basic_block_text {
    margin-bottom: 30px;
  }
  .profile_basic_name {
    margin: 20px 0 10px;
  }
  .profile_basic_info dt {
    width: 100%;
  }
  .profile_basic_info dd {
    padding-left: 0;
  }
}

/* ここからスキル */
.skill_wrapper {
  display: flex;
}
.skill_level {
  padding-right: 50px;
}
.skill_level dl {
  font-size: 14px;
  padding: 6px;
}
.skill_level dd {
  padding-left: 12em;
}
.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #ccc; /* 星グレーカラー */
  font-size: 14px;
  letter-spacing: 0.2em;
}
.star5_rating:before, .star5_rating:after{
  content: '★★★★★';
}
.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #000; /* 星の色 */
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.skill_level dt {
  width: 11em;
  clear: left;
  float: left;
  font-weight: bold;
}
.skill_comment {
  padding-left: 50px;
  border-left: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .skill_wrapper {
    display: block;
  }
  .skill_level {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .skill_comment {
    padding-left: 0;
    border-left: 0;
  }
}

/* ここからワークス */
.works_wrapper {
  width: 1200px;
  max-width: 90%;
  margin: 20px auto 140px;
  position: relative;
  box-sizing: border-box;
}
.works_content_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.works_content {
  background: #fff;
  width: 48%;
}
.works_content_textarea {
  padding: 30px;
  position: relative;
}
p.works_content_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.works_content_comment {
  font-size: 14px;
}
.works_content_attn {
  margin: 20px 0 0;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  .works_content_box {
    display: block;  
  }
  .works_content {
    width: 100%;
    margin-bottom: 40px;
  }
}

/* ここからフッター */
.footer {
  width: 100%;
  background-color: #000;
  margin: 0;
}

.footer_container {
  max-width: 100%;
  margin: 120px auto 0;
  padding: 20px 0 20px;
  text-align: center;
}

.f_copy {
  font-size: 11px;
  margin: 0 auto;
  color: #fff;
}



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

  html, body {
    overflow-x: hidden;
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }


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



  /* ここからフッター */
    .footer_container {
      padding-left: 0;
    }
    .fnavi_snslist li {
      width: 30px;
    }



}
