@charset "UTF-8";
.animation-delays:nth-child(1) {
  animation-delay: 0 !important;
}
.animation-delays:nth-child(2) {
  animation-delay: 0.2s !important;
}
.animation-delays:nth-child(3) {
  animation-delay: 0.4s !important;
}
.animation-delays:nth-child(4) {
  animation-delay: 0.6s !important;
}
.animation-delays:nth-child(5) {
  animation-delay: 0.8s !important;
}
.animation-delays:nth-child(6) {
  animation-delay: 1s !important;
}
.animation-delays:nth-child(7) {
  animation-delay: 1.2s !important;
}
.animation-delays:nth-child(8) {
  animation-delay: 1.4s !important;
}
.animation-delays:nth-child(9) {
  animation-delay: 1.6s !important;
}
.animation-delays:nth-child(10) {
  animation-delay: 1.8s !important;
}
.animation-delays:nth-child(11) {
  animation-delay: 2s !important;
}
.animation-delays:nth-child(12) {
  animation-delay: 2.2s !important;
}
.animation-delays:nth-child(13) {
  animation-delay: 2.4s !important;
}

.radiusClipPath {
  clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
}

.arrow-type01-style {
  height: 30px;
  width: 30px;
}
.arrow-type01-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type01-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

.arrow-type02-style {
  height: 40px;
  width: 40px;
}
.arrow-type02-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type02-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

/****************************************

****************************************/
.works-section {
  margin-top: 50px;
  padding: 20px;
}
.works-section:first-child {
  margin-top: 0;
}

.works-section__title {
  font-size: 24px;
}

.works-section__contents {
  margin-top: 10px;
}

/****************************************

****************************************/
.works-categorys {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.works-categorys li {
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
}
.works-categorys li.active {
  animation: bgAnimation 1s linear 0s infinite alternate;
}
.works-categorys .site {
  background: #3e84fc;
}
.works-categorys .flyer {
  background: #ffbb5a;
}
.works-categorys .movie {
  background: #ffb4b4;
}

/****************************************

****************************************/
.works {
  display: none;
  margin-top: 20px;
}
.works.active {
  display: block;
}

.works__title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.works__title:first-child {
  margin-top: 0;
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4084507042%;
}
.works-list.clm2 {
  gap: 20px 1.4084507042%;
}
.works-list.clm2 li {
  width: 49.2957746479%;
}
.works-list li {
  width: 23.9436619718%;
}
.works-list a {
  display: block;
  height: 100%;
  opacity: 1;
  text-decoration: none;
}
.works-list .inner {
  border-radius: 10px;
  height: 100%;
  padding: 20px;
}

.work__image {
  text-align: center;
}

.work__title {
  font-size: 18px;
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
  text-align: left;
}
.work__title::before {
  border: 5px solid #ffd073;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
}

/****************************************
メディアクエリ
****************************************/
@media screen and (max-width: 765px) {
  .works-section__title,
  .works__title {
    font-size: 20px;
  }
  .works-list {
    gap: 20px 4% !important;
  }
  .works-list li {
    width: 48% !important;
  }
}
@media screen and (max-width: 500px) {
  .works-list li {
    width: 100% !important;
  }
}
/*# sourceMappingURL=map/works.css.map */
