@charset "UTF-8";
/* CSS Document */
.section__top {
  width: 100%;
  height: 300px;
  align-items: center;
  background-color: rgba(142, 219, 216, 0.7);
  color: #fd2217;
  margin-bottom: 50px;
}
.section__top-text {
  line-height: 3.5rem;
  padding-top: 100px;
}
.section__top-main {
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
@media(min-width:720px) {
  .section__top {
    height: 500px;
  }
  .section__top-text {
    padding-top: 200px;
  }
}
.section__about {
  padding: 0 25px;
}
.section__title h2{
  color:#7F5A29;;
  padding-bottom: 30px;
  
}
.section__title span {
  font-size: 1.2rem;
  margin-left: 20px;
}
.section__about-sub {
  font-weight: 500;
  padding-bottom: 30px;
  line-height: 2;
  font-size: 2.0rem;
  max-width: 800px;
  margin: 0 auto;
}
.section__about-img {
  width: 150px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.section__about-img img {
  width: 100%;
}
.section__about-main {
  margin-bottom: 50px;
  line-height: 2;
}
.section__about-main__text {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
@media(min-width:720px) {
  .section__about {
    padding-bottom: 80px;
  }
  .section__title {
    font-size: 2.4rem;
    padding-bottom: 30px;
  }
  .section__title span {
    font-size: 1.4rem;
  }
  .section__about-main {
    display: flex;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
  }
  .section__about-main__text {
    width: 500px;
    text-align: left;
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .section__about-img {
    width: 200px;
  }
}
.section__skill {
  background-color: rgba(142, 219, 216, 0.3);
  padding: 20px 25px 0 20px;
  margin-bottom: 50px;
}
.section__skill ol {
  list-style: none;
  font-size: 1.4rem;
}
.section__skill-title {
  font-size: 1.8rem;
  color: #7F5A29;
}
.section__skill ol li {
  padding-bottom: 20px;
}
@media(min-width:720px) {
  .section__skill {
    padding: 50px 0;
  }
  .section__skill-title {
    font-size: 2.0rem;
  }
  .section__skill ol {
    margin: 0 auto;
    max-width: 1000px;
  }
  .section__skill ol li {
    display: flex;
    padding-bottom: 30px;
  }
  .section__skill-item {
    padding-left: 50px;
    text-align: left;
  }
}
.section__works {
  padding-bottom: 50px;
}
.section__works ul li {
  list-style: none;
  width: 300px;
  margin: 30px;
  padding-bottom: 30px;
}
.section__works ul li p {
  font-size: 1.4rem
}
.section__works img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
@media(min-width:720px) {
  .section__works ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section__works ul li {
    margin-bottom: 40px;
  }
  .section__works a {}
}