#index-mv {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
#index-mv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 47%;
  max-width: 622px;
}
@media screen and (max-width: 767px) {
  #index-mv {
    margin-bottom: 30px;
  }
  #index-mv h1 {
    width: 77%;
  }
}

#index-statement {
  width: 51%;
  max-width: 670px;
  margin: 0 auto 40px;
  padding-left: 0.9%;
  /*
  width: 65%;
     max-width: 710px;
     margin: 0 auto 40px;
     padding-left: 1.3%;
  */
}
#index-statement h2 {
  font-size: clamp(20px, -3.3513513514px + 3.0405405405vw, 38px);
  font-weight: 900;
  line-height: 160%;
  margin-bottom: 4rem;
}
#index-statement h2 span {
  letter-spacing: -8px;
  margin-left: -8px;
}
@media screen and (min-width: 2100px) {
  #index-statement {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #index-statement {
    width: calc(100% - 30px);
    max-width: none;
  }
  #index-statement h2 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}

#index-contents {
  position: relative;
}
#index-contents .index-contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
#index-contents .index-contents > div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-contents .index-contents > div a {
  width: 65%;
  max-width: 440px;
  border-radius: 12px;
  position: relative;
  z-index: 0;
}
#index-contents .index-contents > div a.btn_volleyball {
  background: linear-gradient(90deg, #459c19 30%, #7ed055 90%);
}
#index-contents .index-contents > div a.btn_volleyball:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #459c19 30%, #7ed055 90%);
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  z-index: -2;
  border-radius: 12px;
}
#index-contents .index-contents > div a.btn_volleyball:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #7ed055 30%, #459c19 90%);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 12px;
}
#index-contents .index-contents > div a.btn_rugby {
  background: linear-gradient(90deg, #013c1d 50%, #216301 100%);
}
#index-contents .index-contents > div a.btn_rugby:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #013c1d 50%, #216301 100%);
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  z-index: -2;
  border-radius: 12px;
}
#index-contents .index-contents > div a.btn_rugby:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #216301 50%, #013c1d 100%);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 12px;
}
#index-contents .index-contents > div a:hover.btn_volleyball:before {
  opacity: 0;
}
#index-contents .index-contents > div a:hover.btn_volleyball:after {
  opacity: 1;
}
#index-contents .index-contents > div a:hover.btn_rugby:before {
  opacity: 0;
}
#index-contents .index-contents > div a:hover.btn_rugby:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #index-contents .index-contents {
    flex-direction: column;
  }
  #index-contents .index-contents > div {
    width: 100%;
    height: 50%;
  }
  #index-contents .index-contents > div a {
    width: calc(100% - 30px);
    border-radius: 9px;
  }
  #index-contents .index-contents > div a.btn_volleyball:before {
    border-radius: 9px;
  }
  #index-contents .index-contents > div a.btn_volleyball:after {
    border-radius: 9px;
  }
  #index-contents .index-contents > div a.btn_rugby:before {
    border-radius: 9px;
  }
  #index-contents .index-contents > div a.btn_rugby:after {
    border-radius: 9px;
  }
}/*# sourceMappingURL=index.css.map */