@charset "Utf-8";
main {
  padding-top: 135px;
}
/* h2 （タイトル） */
.profile__title {
  margin-bottom: 150px;
  text-align: center;
}
/* 私について */
.about-me__wrap {
  margin-bottom: 100px;
  display: flex;
}
.profile-image {
  width: 40%;
}
.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30%;
  border-radius: 15px;
}
.about-me__content {
  padding: 100px 50px 45px;
  width: 60%;
}
.about-me__title,
.strong {
  margin-bottom: 25px;
}
.about-me__title h3,
.strong,
.my-skill h3,
.my-career h3 {
  font-size: clamp(24px, 6.4vw, 30px);
  color: #ffc43c;
}
.about-me__title span,
.strong span,
.my-skill span,
.my-career span {
  display: block;
  font-size: clamp(12px, 3.2vw, 13px);
  color: #ffc43c;
}
.name {
  font-size: 1.6rem;
  margin-bottom: 65px;
}
.about-me__discription p {
  margin-bottom: 60px;
  font-size: clamp(14px, 3.7vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.18em;
}
@media (max-width: 830px) {
  main {
    padding-top: 60px;
  }
  /* h2 （タイトル） */
  .profile__title {
    margin-bottom: 60px;
    font-size: 3rem;
  }
  /* 私について */
  .about-me__wrap {
    margin-bottom: 60px;
    display: block;
  }
  .profile-image {
    width: 100%;
    height: 65vh;
  }
  .about-me__content {
    padding: 0;
    width: 100%;
  }
  .name {
    margin-bottom: 40px;
  }
  .about-me__discription p {
    margin-bottom: 30px;
  }
}
/* 私の強み */
.my-strong {
  margin-bottom: 100px;
}
.strong {
  margin-bottom: 40px;
}
.my-strong__list {
  display: flex;
  padding: 0 40px;
  gap: 20px;
}
.my-strong__01,
.my-strong__02,
.my-strong__03 {
  flex: 1;
  border: solid 3px #ffc43c;
  border-radius: 15px;
  padding: 100px 40px 50px;
  position: relative;
}
.circle {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #ffc43c;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smple-item {
  font-size: 45px;
  color: #fff;
}
.circle span {
  font-size: clamp(30px, 8vw, 45px);
  color: #fff;
}
.my-strong__01 h4,
.my-strong__02 h4,
.my-strong__03 h4 {
  color: #ffc43c;
  font-size: clamp(24px, 6.4vw, 30px);
  margin-bottom: 24px;
}
.my-strong__01 p,
.my-strong__02 p,
.my-strong__03 p {
  font-size: clamp(14px, 3.7vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.18em;
}
@media (max-width: 830px) {
  .my-strong {
    margin-bottom: 60px;
  }
  .my-strong__list {
    display: block;
    padding: 0 20px;
  }
  .my-strong__01,
  .my-strong__02,
  .my-strong__03 {
    padding: 80px 20px 30px;
    margin-bottom: 60px;
  }
  .circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }
  .smple-item {
    font-size: 30px;
  }
}
/* できること */
.my-skill {
  margin-bottom: 100px;
}
.my-skill h3,
.my-career h3 {
  margin-bottom: 60px;
}
.my-skill__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 30px;
}
.my-skill__list--Illustrator,
.my-skill__list--Photoshop,
.my-skill__list--Xd,
.my-skill__list--Dw,
.my-skill__list--Figma,
.my-skill__list--Canva {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  width: 50%;
}
.my-skill__list--img {
  width: 30%;
  text-align: center;
}
.my-skill__list--img img {
  width: 120px;
}
.discription {
  font-size: 2rem;
}
@media (max-width: 830px) {
  .my-skill,
  .my-career {
    margin-bottom: 60px;
  }
  .my-skill h3,
  .my-career h3 {
    margin-bottom: 50px;
  }
  .my-skill__list {
    display: block;
    padding: 0;
  }
  .my-skill__list--Illustrator,
  .my-skill__list--Photoshop,
  .my-skill__list--Xd,
  .my-skill__list--Dw,
  .my-skill__list--Figma,
  .my-skill__list--Canva {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    height: 10vh;
  }
  .my-skill__list--img {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-15%, -50%);
  }
  .my-skill__list--img img {
    width: 85px;
  }
  .discription {
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 40%;
    width: 60%;
    height: 84px;
  }
}
/* 経歴 */
.my-career {
  margin-bottom: 100px;
  padding: 0 60px;
}
.my-career__content {
  display: flex;
  gap: 60px;
  font-size: 1.8rem;
}
.my-career__list {
  width: 50%;
}
.my-career__list--content {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.my-careey__list--year {
  width: 30%;
}
.my-career__list--discription {
  width: 70%;
  position: relative;
}
.my-career__list--discription::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -60px;
  display: block;
  width: 20px;
  height: 1px;
  border-bottom: #404040 solid 3px;
  border-radius: 2px;
}
.my-careey__photo {
  width: 50%;
  display: grid;
  align-items: center;
}
.my-careey__photo img {
  width: 100%;
}
@media (max-width: 830px) {
  .my-career {
    margin-bottom: 60px;
    padding: 0;
  }
  .my-career__content {
    display: block;
    font-size: 1.6rem;
  }
  .my-career__list {
    width: 100%;
  }
  .my-career__list--content {
    display: flex;
    gap: 40px;
  }
  .my-careey__list--year {
    text-align: end;
  }
  .my-career__list--discription {
    width: 80%;
  }
  .my-career__list--discription::before {
    top: 14px;
    left: -20px;
    width: 10px;
  }
  .my-careey__photo {
    width: 100%;
    display: grid;
    align-items: center;
  }
  .my-careey__photo img {
    width: 100%;
  }
}
