@charset "utf-8";

.skills-tools-container {
  margin: 0 0 200px 0;
  display: flex;
  justify-content: space-between;
}

.skills-lft {
  width: 280px;
}

.skills-lft__item.mgb {
  margin-bottom: 20px;
}

.skills-rgh {
  width: calc(100% - 320px);
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 30px;
}

.skills-rgh img {
  margin-top: 35px;
  width: 100px;
  height: 100px;

  align-items: center;
}
.skills-tools-box > p:last-child {
  width: 100%;
}
.skills-tools-text {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}

.skills-tools-box {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.skills-tools-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* other-skills */
.other-skills-container {
  margin-bottom: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.other-skills-item {
  width: calc((100% - 30px) / 2);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.other-skills-img {
  width: 100px;
}

.other-skills-text {
  width: calc(100% - 120px);
}

@media screen and (max-width: 900px) {
  .skills-tools-container {
    flex-direction: column;
    gap: 20px 0;
  }
  .skills-lft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
  }
  .skills-lft__item.mgb {
    margin-bottom: 0;
  }
  .skills-rgh {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .skills-tools-container {
    margin: 0 0 130px 0;
  }
  .skills-rgh img {
    width: 90px;
    height: 90px;
  }
  .skills-tools-text {
    font-size: 21px;
  }

  .other-skills-container {
    flex-direction: column;
  }
  .other-skills-item {
    width: 100%;
  }
  .other-skills-img {
    width: 90px;
  }
  .other-skills-text {
    width: calc(100% - 110px);
  }
}

@media screen and (max-width: 550px) {
  .skills-rgh {
    max-width: 350px;
    margin: 0 auto;
    flex-direction: column;
    gap: 10px 0;
  }
  .skills-tools-box {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .skills-tools-container .delayScroll {
    overflow-x: scroll;
  }
  .skills-lft {
    min-width: 480px;
  }
}
