@charset "UTF-8";
/* CSS Document */
.section-achievement {
  width: 100%;
  height: auto;
  padding: 200px 0 200px;
  margin-top: -200px;
  text-align: center;
  background: linear-gradient(90deg, #802576 15%, #807625 50%, #258080 85%);
  background-size: 280% 280%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
header a:hover {
  color: #fff;
  opacity: 0.5;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.achievement-image_main {
  width: 628px;
  margin-bottom: 60px;
}
@media(max-width: 980px) {
  .achievement-image_main {
  display: inline-block;
  width: 80vw;
  margin-bottom: 60px;
}
.section-achievement h2 {
  color: #FFF;
  margin: 0 20px;
  margin-bottom: 40px;
  font-size: 2.0rem
}
}
.section-achievement h1 {
  color: #FFF;
  font-size: 6.0rem;
  z-index: 200;
  margin-bottom: 200px;
  opacity: 1;
}
.achievement-image_logo {
  width: 200px;
  position: relative;
  display: flex;
  margin: 80px auto 120px;
}
.section-achievement h2 {
  color: #FFF;
  margin-bottom: 40px;
  font-size: 2.0rem;
  line-height: 32px;
}
.section-achievement h3 {
  color: #FFF;
  margin-bottom: 60px;
  font-size: 1.8rem;
  font-weight: 300;
}
.section-achievement p {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 30px;
  color: #FFF;
  text-align: left;
  padding: 0 20px;
}




/* footer */
.footer {
  height: 280px;
  width: 100%;
  text-align: center;
  padding: 40px 0 20px;
  font-size: 1.4rem;
  color: #FFF;
  background: #101010;
}
.footer p {
  font-size: 2.0rem;
}
.footer__sns_links ul {
  text-align: center;
  margin: 60px auto;
}
.footer__sns_links ul li {
  display: inline-block;
  margin: 0 60px;
}
.footer__sns_links ul li img {
  width: 44px;
}
.footer small {
  position: relative;
}
@media (max-width: 500px) {
.footer__sns_links ul li {
  margin: 0 30px;
}
}
@media (max-width: 324px) {
  .footer {
  height: 320px;
  }
.footer__sns_links ul li {
  margin: 0 20px;
}
}
@media (max-width: 314px) {
.footer__sns_links ul li {
  margin: 0 10px;
}
}

