@charset "UTF-8";
@-webkit-keyframes wobble {
  from {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-7%) rotate(-3deg);
  }
  30% {
    transform: translateX(7%) rotate(2deg);
  }
  45% {
    transform: translateX(-7%) rotate(-1deg);
  }
  60% {
    transform: translateX(7%) rotate(1deg);
  }
  75% {
    transform: translateX(-7%) rotate(-1deg);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes wobble {
  from {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-7%) rotate(-3deg);
  }
  30% {
    transform: translateX(7%) rotate(2deg);
  }
  45% {
    transform: translateX(-7%) rotate(-1deg);
  }
  60% {
    transform: translateX(7%) rotate(1deg);
  }
  75% {
    transform: translateX(-7%) rotate(-1deg);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes bounceInDownFade {
  0% {
    opacity: 0;
    transform: translateY(-500px) scale(0.7);
  }
  60% {
    opacity: 1;
    transform: translateY(30px) scale(1.4);
  }
  80% {
    transform: translateY(-10px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes bounceInDownFade {
  0% {
    opacity: 0;
    transform: translateY(-500px) scale(0.7);
  }
  60% {
    opacity: 1;
    transform: translateY(30px) scale(1.4);
  }
  80% {
    transform: translateY(-10px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.animate__bounceInDownFade {
  opacity: 0;
  /* 最初は透明にしておく */
  -webkit-animation: bounceInDownFade 1s ease forwards;
          animation: bounceInDownFade 1s ease forwards;
  /* ← forwards を追加 */
}

.layout-news {
  padding-top: 0rem;
}

.sougyousai {
  /* background: #f1f1f1; */
}

.sougyousai_list {
  width: 100%;
}

.sougyousai_list li {
  width: 100%;
  text-align: center;
  font-size: 3vw;
  margin: 1vw 0;
  padding: 12vw 4vw;
  background: #fff;
  font-weight: bold;
}

.sougyousai_list li.imgtest {
  padding: 0;
  margin: 0;
  position: relative;
}

.sougyousai_list li.imgtest:nth-of-type(1) .ani1 {
  position: absolute;
  width: 27.8%;
  left: 25.5%;
  top: 15.4%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(1) .ani1 {
    left: 24%;
    top: 22%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(1) .ani2 {
  position: absolute;
  width: 23.5%;
  left: 5%;
  top: 26%;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(1) .ani2 {
    left: 3%;
    top: 30%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(1) .ani3 {
  position: absolute;
  width: 32%;
  left: 48.5%;
  top: 1.2%;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(1) .ani3 {
    left: 49%;
    top: 9.5%;
  }
}

.sougyousai_list li.imgtest:nth-of-type(2) .ani1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.sougyousai_list li.imgtest:nth-of-type(2) .ani2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.sougyousai_list li.imgtest:nth-of-type(2) .ani3 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.sougyousai_list li.imgtest:nth-of-type(2) .ani4 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.sougyousai_list li.imgtest:nth-of-type(2) .ani5 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.sougyousai_list li.imgtest:nth-of-type(3) .ani1 {
  position: absolute;
  width: 22%;
  left: 75%;
  top: 7.6%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.sougyousai_list li.imgtest:nth-of-type(3) .ani2 {
  position: absolute;
  width: 16.5%;
  left: 2%;
  top: 15.4%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(3) .ani2 {
    width: 14.5%;
    left: 7.5%;
    top: 15%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(3) .ani3 {
  position: absolute;
  width: 28.5%;
  left: 23.4%;
  top: 48.4%;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(3) .ani3 {
    width: 27%;
    left: 26%;
    top: 35%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(3) .ani4 {
  position: absolute;
  width: 12.5%;
  left: 18.4%;
  top: 63.4%;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(3) .ani4 {
    width: 12%;
    left: 21%;
    top: 44%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(3) .ani5 {
  position: absolute;
  width: 11%;
  left: 28.8%;
  top: 64.4%;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(3) .ani5 {
    width: 10.5%;
    left: 31.5%;
    top: 45%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(3) .ani6 {
  position: absolute;
  width: 10.8%;
  left: 38.1%;
  top: 64.5%;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(3) .ani6 {
    width: 10.3%;
    left: 40.5%;
    top: 45%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(3) .ani7 {
  position: absolute;
  width: 16%;
  left: 48%;
  top: 68.2%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(3) .ani7 {
    width: 18%;
    left: 49.5%;
    top: 46.5%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(3) .ani8 {
  position: absolute;
  width: 48.5%;
  left: 15.5%;
  top: 81.5%;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(3) .ani8 {
    width: 44%;
    left: 19.5%;
    top: 56%;
  }
}

.sougyousai_list li.imgtest:nth-of-type(4) .ani1 {
  position: absolute;
  width: 38%;
  left: 49.9%;
  top: -0.4%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(4) .ani1 {
    width: 50%;
    left: 9%;
    top: 4%;
  }
}

.sougyousai_list li.imgtest:nth-of-type(5) .ani1 {
  position: absolute;
  width: 15%;
  left: 2.8%;
  top: 10.8%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(5) .ani1 {
    width: 17%;
    left: 11%;
    top: 5.4%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(5) .ani2 {
  position: absolute;
  width: 28.5%;
  left: 16%;
  top: 12.4%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(5) .ani2 {
    width: 28.5%;
    left: 26%;
    top: 7.4%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(5) .ani3 {
  position: absolute;
  width: 38.5%;
  left: 57.4%;
  top: 52.4%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(5) .ani3 {
    width: 80%;
    top: 49%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sougyousai_list li.imgtest:nth-of-type(6) .ani1 {
  position: absolute;
  width: 36%;
  left: 55.8%;
  top: 0.8%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(6) .ani1 {
    width: 47%;
    left: 7.5%;
    top: 6%;
  }
}

.sougyousai_list li.imgtest:nth-of-type(7) .ani1 {
  position: absolute;
  width: 16%;
  left: 50.8%;
  top: 11.8%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(7) .ani1 {
    width: 11.5%;
    left: 52%;
    top: 14.5%;
    z-index: 2;
  }
}
.sougyousai_list li.imgtest:nth-of-type(7) .ani2 {
  position: absolute;
  width: 12.5%;
  left: 62.5%;
  top: 12.4%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(7) .ani2 {
    width: 9.5%;
    left: 61%;
    top: 14.8%;
    z-index: 1;
  }
}
.sougyousai_list li.imgtest:nth-of-type(7) .ani3 {
  position: absolute;
  width: 27.5%;
  left: 69%;
  top: 9.4%;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(7) .ani3 {
    width: 20%;
    left: 70.4%;
    top: 14.4%;
  }
}

.sougyousai_list li.imgtest:nth-of-type(8) .ani1 {
  position: absolute;
  width: 11.5%;
  left: 44.8%;
  top: 11%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(8) .ani1 {
    width: 10%;
    left: 44.5%;
    top: 23%;
    z-index: 7;
  }
}
.sougyousai_list li.imgtest:nth-of-type(8) .ani2 {
  position: absolute;
  width: 9.5%;
  left: 51.8%;
  top: 11%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(8) .ani2 {
    width: 8%;
    left: 51.8%;
    top: 23%;
    z-index: 6;
  }
}
.sougyousai_list li.imgtest:nth-of-type(8) .ani3 {
  position: absolute;
  width: 8.55%;
  left: 57.8%;
  top: 10.6%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(8) .ani3 {
    width: 7.5%;
    left: 56.5%;
    top: 22.5%;
    z-index: 5;
  }
}
.sougyousai_list li.imgtest:nth-of-type(8) .ani4 {
  position: absolute;
  width: 8.2%;
  left: 63.3%;
  top: 10%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(8) .ani4 {
    width: 7%;
    left: 61%;
    top: 21%;
    z-index: 4;
  }
}
.sougyousai_list li.imgtest:nth-of-type(8) .ani5 {
  position: absolute;
  width: 7.5%;
  left: 68.8%;
  top: 9%;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(8) .ani5 {
    width: 7%;
    left: 65.5%;
    top: 18.8%;
    z-index: 3;
  }
}
.sougyousai_list li.imgtest:nth-of-type(8) .ani6 {
  position: absolute;
  width: 7.2%;
  left: 73.5%;
  top: 9.5%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(8) .ani6 {
    width: 7%;
    left: 69.8%;
    top: 17.8%;
    z-index: 2;
  }
}
.sougyousai_list li.imgtest:nth-of-type(8) .ani7 {
  position: absolute;
  width: 6.8%;
  left: 78.3%;
  top: 8.5%;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(8) .ani7 {
    width: 7%;
    left: 74%;
    top: 17%;
    z-index: 1;
  }
}
.sougyousai_list li.imgtest:nth-of-type(8) .ani8 {
  position: absolute;
  width: 16.8%;
  left: 82.5%;
  top: 4.7%;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(8) .ani8 {
    position: absolute;
    width: 15%;
    left: 78%;
    top: 14.5%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(8) .ani9 {
  position: absolute;
  width: 21%;
  left: 78.5%;
  top: 22.3%;
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(8) .ani9 {
    width: 19%;
    left: 76%;
    top: 31%;
  }
}

.sougyousai_list li.imgtest:nth-of-type(9) .ani1 {
  position: absolute;
  width: 17%;
  left: 22%;
  top: 8.5%;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(9) .ani1 {
    width: 23%;
    left: 14%;
    top: 16%;
  }
}
.sougyousai_list li.imgtest:nth-of-type(9) .ani2 {
  position: absolute;
  width: 17%;
  left: 63.5%;
  top: 8.5%;
}
@media (max-width: 768px) {
  .sougyousai_list li.imgtest:nth-of-type(9) .ani2 {
    width: 23%;
    left: 64.5%;
    top: 16%;
  }
}

@media (max-width: 768px) {
  .sougyousai_list li {
    font-size: 6vw;
    padding: 24vw 4vw;
  }
}