@charset "utf-8";

.works2 {
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin-top: 10%;
}

.title {
  width: 100%;
  text-align: center;
}

.works_content2,
.works_content2_1,
.works_content2_2 {
  width: 95%;
  margin: 0 auto;
  margin-top: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.works_content2 ul,
.works_content2_1 ul,
.works_content2_2 ul {
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.works_content2 li,
.works_content2_1 li,
.works_content2_2 li {
  width: 95%;
}

.works_content2 a {
  display: block;
  margin: 2%;
  aspect-ratio: 1/1;
  width: 50%;
  height: 50%;
  background-image: url(../images/coffee.png);
  background-size: cover;
  background-position: center center;
}

.works_content2_1 a {
  display: block;
  margin: 2%;
  aspect-ratio: 1/1;
  width: 50%;
  height: 50%;
  background-image: url(../images/re;ptiles.png);
  background-size: cover;
  background-position: center center;
}

.works_content2_2 a {
  display: block;
  margin: 2%;
  aspect-ratio: 1/1;
  width: 50%;
  height: 50%;
  background-image: url(../images/bjj.png);
  background-size: cover;
  background-position: center center;
}

.corp {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin: 5% 0% 1% 2%;
}

.skil, .read {
  text-align: left;
  margin: 1% 0% 1% 2%;
}

@media screen and (max-width:759px){
  .works2 {
    margin: 0% 0% 2% 0%;
  }

  .works_content2,
  .works_content2_1,
  .works_content2_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .works_content2 a,
  .works_content2_1 a,
  .works_content2_2 a {
    width: 80%;
  }

  .works_content2 ul,
  .works_content2_1 ul,
  .works_content2_2 ul {
    width: 80%;
  }

  .corp {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    margin: 5% 2% 1% 2%;
  }

  .skil, .read {
    font-size: 0.9rem;
    text-align: left;
    margin: 2% 2% 2% 2%;
  }


}
