@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
.main-box .menu-box {
  top: 5%;
}

.styles {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 10%;
}
.styles a {
  width: 29%;
  margin: 2%;
}
.styles a img.style-img {
  width: 100%;
}
.styles a img.style-img:hover {
  transform: scale(1.02);
}

.workers0 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
.workers0 .worker2 .copy h3 {
  font-size: 2.3vw;
  margin-bottom: 4%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  margin-left: -5%;
  letter-spacing: 0.1em;
}
.workers0 .worker2 .copy p {
  font-weight: 400;
  line-height: 200%;
  font-family: "Sawarabi Gothic", sans-serif !important;
}
.workers0 .worker2 .copy .blue {
  color: #C11A24;
}
.workers0 .worker2 .copy .blue span {
  color: #C11A24;
}

.main-img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.workers0:nth-of-type(even) {
  background-color: #EFEFEF;
}

.gray-bg {
  background-color: #EFEFEF;
}

.workers0 .worker2 .copy p {
  font-size: 1.25vw;
  background-color: #F5F4F4;
  padding: 2.5%;
  border-radius: 9999px;
  position: relative;
  font-family: "MS PGothic", sans-serif !important;
}

.workers0 .worker2 .copy {
  margin-right: 10%;
}

.talk {
  top: -40%;
  left: 5%;
  width: 4%;
  position: absolute;
  z-index: -1;
}

.talk2 {
  top: -30%;
}

@media (max-width: 750px) {
  .talk {
    top: -25%;
    width: 8%;
  }
  .talk2 {
    top: -25%;
  }
}
@media (max-width: 700px) {
  .workers0 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .workers0 .worker2 .copy p {
    font-size: 14px;
    width: 100%;
    padding: 5%;
  }
  .workers0 .worker2 .copy .blue {
    font-size: 17px;
    font-weight: 800;
  }
  .styles {
    margin-top: 50px;
    width: 90%;
  }
  .talk {
    top: -15%;
    width: 10%;
  }
  .talk2 {
    top: -10%;
  }
}
@media (max-width: 300px) {
  .talk {
    top: -6%;
    width: 10%;
  }
  .talk2 {
    top: -5%;
  }
}/*# sourceMappingURL=style.css.map */