p {
  font-size: 14px;
}

section {
  width: 90%;
  margin: auto;
  border-bottom: solid #000 1px;
}



.aboutContents {
  font-size: 24px;
  text-align: center;
}

.aboutImg {
  width: 100%;
  filter: blur(2px);
}

/*profile*/

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px ;
   padding-bottom: 15px;
}

.profile img {
  width: 80%;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.7) ;
  margin-bottom: 20px;
}

.profileText .nameEn {
  font-size: 10px;
  margin: 0 0 -5px 0;
  text-align: center;
}

.profileText h3 {
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.profileText p {
  font-size: 14px;
  margin: 10px 0 0 0;
}

/*skills*/
.skills {
  padding-bottom: 15px;
}

.skills .container {
  margin: 0 auto;
}

.skills h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.skills ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
}

.skills ul li {
  border:  solid #000 1px;
  background-color: #fff;
  margin: 5px 15px 5px 0;
}

.skills .skillsContent {
  width: 90px;
  margin: 4px;
  text-align: center;
}

.coding ul {
  display: flex;
  justify-content: flex-start;
}

.skills .codingType{
  margin: 0 0 10px 0;
}

/*strength*/
.strength table,.strength tr,.strength th,.strength td {
    display: block;
    width: 100%;
  }

th {
    font-weight: bold;
    margin: 20px 0 5px 0;
    text-align: left;
  }

td {
    margin-bottom: 20px;
  }

/*career*/
.career {
  border-bottom: none;
}

.career th ,.career td {
  padding-bottom: 20px;
}

.career th {
  vertical-align: top;
  padding-right: 20px;
  font-weight: normal;
  text-decoration: underline;
}

/*768px以上*/
@media (min-width:768px) {
  p {
    font-size: 16px;
  }

  .aboutImg {
    width: 90%;
    margin: 0 5%;
  }

  section {
    width: 70%;
    padding-bottom: 20px;
  }
  
  /*profile*/
  .profile img {
    width: 60%;
    margin-bottom: 20px;
  }

  .profileText .nameEn {
    font-size: 12px;
  }

  .profileText h3 {
    font-size: 20px;
  }
  
  .profileText p {
    font-size: 16px;
  }

  /*skills*/
  .skills .container {
    width: 80%;
    margin: 0 auto;
  }

  .skills .container .design {
    margin-bottom: 20px;
  }


  .skills h4 {
    font-size: 20px;
    margin-left: 5px;
  }


  .skills ul {
    margin: 0;
  }

  .skills ul li {
    margin: 5px ;
  }

  .skills ul li p {
    font-size: 16px;
  }

  .skills .skillsContent {
    width: 110px;
  }

  th {
    font-size: 20px;
  }

  td {
    font-size: 16px;
  }
  
  .career th {
    font-size: 16px;
  }

}

/*1024px以上*/
@media (min-width:1024px) {
  .aboutContents {
    font-size: 40px;
  }
  
  /*profile*/
  .profile {
    display: flex;
    flex-direction: row-reverse;
  }

  .profile img {
    width: 45%;
    margin-left: 50px;
    margin-bottom: 0;
  }

  /*skills*/
  .skills .container {
    width: 70%;
    margin: 0 auto;
  }
  
  .skills .skillsContent {
    width: 132px;
  }
  
}

/*1440px以上*/
@media (min-width:1440px) {
  p {
    font-size: 20px;
  }

  /*profile*/
  .profileText .nameEn {
    font-size: 16px;
  }

  .profileText h3 {
    font-size: 28px;
  }
  
  .profileText p {
    font-size: 20px;
  }

  .skills .container {
    width: 50%;
  }

  .skills h4 {
    font-size: 28px;
  }

  .skills p {
    font-size: 20px;
  }

  .skills .skillsContent {
    font-size: 20px;
  }

  /*strength*/
  th {
    font-size: 28px;
  }

  td {
    font-size: 20px;
  }

  /*career*/
.career th {
  font-size: 20px;
  font-weight: normal;
  padding-right: 100px;
}
}