/* 共通 */
body{
  font-family: 'Arial';
  font-weight: normal;
  color: #696969;
}

h1 {
  font-family: 'Arial';
  font-weight: bold;
  color: #696969;
  margin: 0;
}

h2 {
  font-size: 22px;
  font-family: 'Arial';
  font-weight: bold;
  margin: 0;
  text-align: left;
  padding: 0 0 2px 0;
}

h3 {
  font-size: 16px;
  font-family: 'Arial';
  font-weight: bold;
  margin: 0 0 10px 0;
  border-left: 6px solid #696969;
  padding: 3px 13px 4px 13px;
  border-bottom: 1px solid #696969;
}

.profile-img {
  border-radius: 50%;
  width:  180px;
  height: 180px;
  margin: 10px;
}

.name-japanese{
  font-size: 30px;
  margin: 0;
}

.name-english{
  font-size: 18px;
  margin: 0;
  display: block;
}

.social-icon .fa-github {
  background: #000000;
  text-align: center
}

.social-icon .fa-instagram {
  background: #D93177;
  text-align: center
}

.profile>.contents {
  margin: 10px 0 0 0;
}

.description>.contents {
  margin: 40px 0 0 0;
}

.achievement-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.achievement-name:hover {
  opacity: 0.7;
}

/* ソフトウエアエンジニアボタン */
.achievement-name-sorfware.is-active {
  background-color: #c0c0c0;
  color: #ffffff;
}

/* 動画編集ボタン */
.achievement-name-video.is-active {
  background-color: #c0c0c0;
  color: #ffffff;
}

/* 趣味ボタン */
.achievement-name-hobby.is-active {
  background-color: #c0c0c0;
  color: #ffffff;
}

/* タグ内容表示切り替え */
.achievement-content.is-show {
  display: block;
}

footer{
  margin: 10px 0 0 0;
  font-size: 12px;
  text-align: center;
}

/* レスポンシブ（large） */
@media (min-width: 1025px){
  ul {
    margin: 3px 0 3px 3px;
    padding-left: 25px
  }

  li {
    padding: 1px 0;
  }

  .container {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 985px;
    padding-top: 40px;
  }

  .profile {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .social-icon {
    margin: 5px 0 0 -93px;
  }

  .social-icon a {
    display: block;
    position: relative;
    left: 30%;
    float: left;
    color: #fff;
    margin: 5px 10px 5px 5px;
  }

  .social-icon i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    position:relative;
    padding: 0;
    left: 33%;
  }

  .social-icon img {
    position:relative;
    top:25%;
  }

  .description {
    width: 100%;
    text-align: left;
  }

  .profile-contents {
    margin: 10px 0 20px 0;
  }

  .contents {
    margin: 10px 0 0 0;
  }

  .achievement-name {
    cursor: pointer;
    display: block;
    width: 250px;
    padding: 10px 0;
    background-color: #696969;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    transition: ease 0.3s;
    border-radius: 20px;
    margin: 0 10px;
  }

  .achievement-content {
    display: none;
    width: 985px;
    padding: 10px 0 5px 0;
    box-sizing: border-box;
    font-size: 16px;
  }

  /* 動画 */
  /* .video-row{
    display: flex;
  } */
  .video-portfolio-title  {
    padding: 0;
  }
  .iframe-wrapper {
    position: relative;
    padding-bottom: 320px;
  }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
  }

}

/* レスポンシブ（small） */
@media (max-width: 1024px){
  ul {
    margin: 3px 0;
    padding-left: 25px
  }

  li {
    padding: 1px 0;
    padding-left: 0
  }

  .container {
    flex-direction: column;
    padding: 20px 20px 0px 20px;
  }

  .profile {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .social-icon {
    margin: 5px 0 0 -93px;
  }

  .social-icon a {
    display: block;
    position: relative;
    left: 30%;
    float: left;
    color: #fff;
    margin: 5px 10px 5px 5px;
  }

  .social-icon i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    position:relative;
    padding: 0;
    left: 33%;
  }

  .social-icon img {
    position:relative;
    top:25%;
  }

  .description {
    width: 100%;
    text-align: left;
  }

  .profile-contents {
    margin: 10px 0 10px 0;
  }

  .contents {
    margin: 10px 0 10px 0;
  }

  .flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .achievement-content {
    display: none;
    padding: 10px 0 5px 0;
    box-sizing: border-box;
    font-size: 16px;
  }

  .achievement-name {
    cursor: pointer;
    width: 250px;
    padding: 10px 0;
    background-color: #696969;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    transition: ease 0.3s;
    border-radius: 20px;
    margin: 5px 0;
  }

  /* 動画 */
  .video-portfolio-title {
    padding: 0;
  }
  .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

}
