@charset "UTF-8";
/* CSS Document */
.achievement-top {
  width: 100%;
  height: auto;
  padding: 200px 0 0;
  margin-top: -200px;
  background-image: url("../images/achievement/black_block-down.jpg");
  background-size: 100%;
    /*
  background: linear-gradient(90deg, #cabbe9 15%, #8d93c8 50%, #25b7c0 85%);
  background-size: 280% 280%; /*サイズを大きくひきのばす
  animation: bggradient 20s ease infinite;*/
}
header a:hover {
  color: #1caec8;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.buttons {
}
.buttons button {
  margin: 10px 5px;
  font-size: 3.6rem;
  background-color: #FFF;
  padding: 5px;
  border-color: #1caec8;
  border-width: inherit;
  color: #fff;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(30deg, #21d4fd 15%, #b721ff 85%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.buttons button:hover {
  -webkit-transform: skew(0);
  transform: skew(0);
  color: #FF00F8;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.achievement-top h1 {
  color: #fee;
  font-size: 10.0rem;
  font-family:"Charmonman Bold";
  z-index: 200;
  margin: 200px auto 100px;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #009efd, 0 0 0.5em #009efd, 0 0 0.1em #21d4fd, 0 10px 3px #000;
}
.achievement-top h1 span{
  animation: blink linear infinite 2s;
}
.achievement-top h1 span:nth-of-type(1){
  animation: blink linear infinite 3s;
}
.achievement-top h1 span:nth-of-type(3){
  animation: blink linear infinite 1s;
}
.achievement-top h1 span:nth-of-type(5){
  animation: blink linear infinite 4s;
}
@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #333;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #333;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

.achievement-image_logo {
  width: 200px;
  position: relative;
  display: flex;
  margin: 0 auto 40px;
  top: 30px;
}
.achievement-image {
  width: 30vw;
  position: relative;
  top: 60px;
  opacity: 0.4;
}
.achievement-top h2 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 2.0rem;
  line-height: 32px;
  font-weight: 400;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #FF00F8, 0 0 0.5em #FF00F8, 0 0 0.1em #FF00F8, 0 10px 3px #000;
  font-family:Verdana, Geneva, "sans-serif";
}
.achievement-top h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 300;
}
.achievement-top p {
  display: inline-block;
  margin: 20px auto 120px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  color: #fff;
  padding: 0 10px;
  font-family:Verdana, Geneva, "sans-serif";
}
.achievement-top ul {
  width: 90%;
  margin: 0 5%;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}
.achievement-top ul li {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 160px;
}
.achievement-top ul li img {
  max-width: 100%;
  margin-bottom: 60px;
}
#vertical {
  max-width: 265px;
}
.achievement-top a {
  text-decoration: none;
}
.modal-container,.modal-container2,.modal-container3,.modal-container4,.modal-container5{
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.modal-container div {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }
.big_image800 {
  width: 60vw;
}

@media(max-width: 980px) {
.achievement-top h1 {
  font-size: 7.0rem;
}
.achievement-top p {
  font-size: 1.8rem;
}
.achievement-top ul {
  display: inline-block;
}
.achievement-top ul li {
  width: 100%;
}
.buttons button {
  font-size: 2.6rem;
}
}
.section-contact-e_bb {
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
}
.section-contact-e_bb p {
  font-family: "筑紫A丸ゴシック";
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}
.section-contact-e_button {
}


.section-contact-e_bb a{
  width: 400px;
  height: 60px;
  margin: 0 auto;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #FF00F8, 0 0 0.5em #FF00F8, 0 0 0.1em #FF00F8, 0 3px 3px #000;
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 2.6rem;
    font-weight: 600;
    overflow: hidden;
    transition: .2s;
}
.section-contact-e_bb a:hover{
    color: #fff;
    background: #FF00F8;
    box-shadow: 0 0 10px #FF00F8, 0 0 40px #FF00F8, 0 0 80px #FF00F8; 
    transition-delay: 1s;
  opacity: 1;
}
.section-contact-e_bb a span{
    position: absolute;
    display: block;
}
.section-contact-e_bb a span:nth-child(1){
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#21d4fd);
}
.section-contact-e_bb a:hover span:nth-child(1){
    left: 100%;
    transition: 1s;
}
.section-contact-e_bb a span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#21d4fd);
}
.section-contact-e_bb a:hover span:nth-child(2){
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
.section-contact-e_bb a span:nth-child(3){
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#FF00F8);
}
.section-contact-e_bb a:hover span:nth-child(3){
    right: 100%;
    transition: 1s;
    transition-delay: .5s;
}
.section-contact-e_bb a span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#FF00F8);
}
.section-contact-e_bb a:hover span:nth-child(4){
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}

@media (max-width: 830px){
.section-contact-e_bb p {
  margin-top: 40px;
}
}
@media (max-width: 520px){
.achievement-top h2 {
  font-size: 1.6rem;
}
.section-contact-e_button {
  width: 80vw;
  margin: 0 auto;
}
.section-contact-e_bb a{
  width: 80vw;
    font-size: 2.0rem;
}
}
@media (max-width: 374px){
.section-contact-e_bb a{
    font-size: 1.6rem;
}
}
@media (max-width: 360px){
.section-contact-e h2 {
  font-size: 2.6rem;
  margin-bottom: 60px;
}
.section-contact-e_bb p {
  font-size: 2.0rem;
}
.section-contact-e_button {
  font-size: 2.0rem;
}
}




/* 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;
}
}
