@charset "UTF-8";

/* --------------------------------------------------------共通------------ */
.wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 0;
}

.wrap h1 {
  margin: 50px 0 0;
  text-align: center;
}

#web {
  width: 100%;
  margin-bottom: 100px;
}

#web p, #skill p, #profill p {
  margin: -10px 0 40px;
  text-align: center;
}

#web h1::after, #skill h1::after, #profill h1::after {
  display: block;
  content: '';
  width: 60px;
  height: 2px;
  margin: 0 auto 10px;
  background: #c2c2c2;
}

/* ---------------------------------------------------webについて------------ */
#web .content-blk {
  display: flex;
  justify-content: center;
  align-items: center;
}

#web .logo img {
  width: 300px;
  height: auto;
}

#web .logo img, #web .text {
  margin: 0 40px;
}

/* -----------------------------------------------スキルについて------------ */
#skill {
  position: relative;
  padding-right: 0;
}

#skill::after {
  content: '';
  position: absolute;
  left: 0;
  top: -50px;
  transform: skewY(2deg);
  transform-origin: top right;
  z-index: -1;
  width: 100vw;
  height: 110%;
  background: #ffea8f;
  background-size: cover;
}

#skill .content-blk {
  display: flex;
  justify-content: center;
}

#skill .content-blk img {
  width: 50%;
  margin: 20px 80px 10px;
  /* justify-content: center; */
}

#skill .content-blk h3 {
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

#adobe, #camera, #coding {
  position: relative;
  display: inline-block;
  width: 330px;
  margin: 0 15px;
}

/* --------------------------------------------------プロフィール------------ */
#profill {
  width: 800px;
  margin: 50px auto 0;
  background: url(../img/sozai/aboutcover.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

/* #profill .text,#license {
  text-align: left;
  display        : inline-block;
  text-shadow    :
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
}


#license th:nth-child(2n){
  padding-left: 20px;
} */

@media screen and (max-width:769px) {
  .wrap {
    padding-top: 0;
  }

  #web {
    width: 100%;
  }

  #web .logo {
    width: 100%;
  }

  #web .text {
    margin: auto;
    padding: 0 10px;
  }

  #web .content-blk {
    display: inline-block;
  }

  #skill {
    width: 100%;
  }

  #skill .content-blk {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  #skill::after {
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    transform: skewY(2deg);
    transform-origin: top right;
    z-index: -1;
    width: 100vw;
    height: 105%;
    background: #ffea8f;
    background-size: cover;
  }

  #adobe, #camera, #coding {
    margin: 0;
  }

  #profill {
    width: 100vw;
    background: none;
  }

  #profill .text {
    display: inline-block;
    margin: 0 auto;
    padding-left: 15px;
  }

  #profill h1, #profill p {
    text-align: center;
  }

  #license {
    padding-left: 15px;
  }
}
