* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

header {
  width: 100%;
}
header .header-top {
  max-width: 100%;
  border-bottom: solid 0.5px black;
}
header .header-top .top {
  max-width: 80%;
  margin: 10px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-top .top .top-text {
  margin-bottom: 0px;
}
header .wrapper1 {
  max-width: 95%;
  margin: 20px auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrapper1 .left .header-logo h1 {
  color: orange;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}
header .wrapper1 .left .header-logo h1 #x {
  font-size: 2rem;
  color: blue;
}
header .wrapper1 .left .header-title {
  color: blue;
}
header .wrapper1 .left .header-title h3 {
  font-weight: 100;
}
header .wrapper1 .left .header-title p {
  text-align: center;
}
header .wrapper1 .right .header-nav ul {
  display: flex;
  justify-content: space-between;
}
header .wrapper1 .right .header-nav ul li {
  margin: 10px;
}
header .wrapper1 .right .header-nav ul li a {
  color: black;
  font-size: 1.2rem;
}
header .wrapper1 .right .header-nav ul li a:hover {
  color: skyblue;
  text-decoration: underline;
}
header .wrapper1 .sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrapper1 .sns li a {
  margin: 5px;
}
header .wrapper1 i {
  width: 50px;
}

.sp-only {
  display: none;
}

@media (max-width: 1024px) {
  header {
    width: 100%;
  }
  header .header-top {
    max-width: 100%;
    border-bottom: solid 0.5px black;
  }
  header .header-top .top {
    max-width: 80%;
    margin: 10px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-top .top .top-text {
    margin-bottom: 0px;
  }
  header .wrapper1 {
    max-width: 95%;
    margin: 20px auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .wrapper1 .left .header-logo h1 {
    color: orange;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.7rem;
  }
  header .wrapper1 .left .header-logo h1 #x {
    font-size: 1rem;
    color: blue;
  }
  header .wrapper1 .left .header-title {
    color: blue;
  }
  header .wrapper1 .left .header-title h3 {
    font-weight: 100;
  }
  header .wrapper1 .left .header-title p {
    text-align: center;
    font-size: 0.5rem;
  }
  header .wrapper1 .right .header-nav ul {
    display: flex;
    justify-content: space-between;
  }
  header .wrapper1 .right .header-nav ul li {
    margin: px;
  }
  header .wrapper1 .right .header-nav ul li a {
    color: black;
    font-size: 1rem;
  }
  header .wrapper1 .sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .wrapper1 .sns li a {
    margin: 3px;
  }
  header .wrapper1 i {
    width: 30px;
  }
}
@media (max-width: 599px) {
  .sp-only {
    display: block;
  }
  .sp-only .btn span {
    display: block;
    background-color: #000;
    width: 30px;
    height: 4px;
    margin: 8px 0;
    border-radius: 10px;
  }
  .sp-only .btn span:hover {
    cursor: pointer;
  }
  .sp-only .humburger-menu {
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.9;
    text-align: center;
    display: none;
    z-index: 1;
  }
  .sp-only .humburger-menu li {
    margin: 20px 0;
  }
  .sp-only .humburger-menu a {
    font-size: 20px;
    font-weight: 700;
  }
  .sp-only .humburger-menu a:hover {
    cursor: pointer;
  }
  .sp-only .humburger-menu.show {
    display: block;
  }
  .header-nav {
    width: 95%;
    margin: 0 auto;
  }
  .header-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-nav ul li {
    text-align: center;
    width: 32%;
    border: 1.5px double white;
    background: linear-gradient(to right, blue, pink);
  }
  .header-nav ul li a {
    color: white;
    font-weight: 700;
    font-size: 0.7rem;
  }
  .pc-only {
    display: none;
  }
  .header-title {
    background-color: skyblue;
  }
  .header-title h3 {
    text-align: center;
    font-size: 1rem;
    color: black;
  }
  .header-title p {
    text-align: center;
    color: black;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    height: 80px;
    z-index: 1;
  }
  header .header-top .top .sns {
    display: none;
  }
  header .wrapper1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: 85%;
    margin: 0 auto;
  }
  header .wrapper1 .left .header-logo h1 {
    color: orange;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
  }
  header .wrapper1 .left .header-logo h1 #x {
    font-size: 2rem;
    color: blue;
  }
  header .wrapper1 .left .header-title {
    color: blue;
  }
  header .wrapper1 .left .header-title h3 {
    font-weight: 100;
  }
  header .wrapper1 .left .header-title p {
    text-align: center;
  }
  header .wrapper1 .sns {
    display: none;
  }
  header .wrapper1 i {
    width: 50px;
  }
}
.mainvisual {
  width: 95%;
  margin: 0 auto;
}
.mainvisual .mainvisual-img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainvisual .mainvisual-img img {
  width: 100%;
  height: 600px;
  opacity: 0.4;
}
.mainvisual .mainvisual-img .img-text {
  position: absolute;
  top: 20%;
  left: 5%;
}
.mainvisual .mainvisual-img .img-text h3 {
  font-size: 5rem;
  color: black;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.mainvisual .mainvisual-img .img-text p {
  margin-top: 20px;
  color: blue;
  font-size: 1.5rem;
  font-weight: 900;
}
.mainvisual .mainvisual-img .img-text p #x {
  color: red;
  font-size: 2.3rem;
}
.mainvisual .mainvisual-text {
  width: 90%;
  margin: 30px auto 30px;
}
.mainvisual .mainvisual-text h1 {
  font-size: 2rem;
  text-align: center;
}
.mainvisual .mainvisual-text .message-d {
  margin-top: 30px;
}
.mainvisual .mainvisual-text .message {
  color: green;
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .mainvisual {
    width: 95%;
    margin: 0 auto;
  }
  .mainvisual .mainvisual-img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainvisual .mainvisual-img img {
    width: 100%;
    height: 600px;
    opacity: 0.4;
  }
  .mainvisual .mainvisual-img .img-text {
    position: absolute;
    top: 15%;
    left: 5%;
  }
  .mainvisual .mainvisual-img .img-text h3 {
    font-size: 4rem;
    color: black;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
  }
  .mainvisual .mainvisual-img .img-text p {
    margin-top: 20px;
    color: blue;
    font-size: 1.2rem;
    font-weight: 900;
  }
  .mainvisual .mainvisual-img .img-text p #x {
    color: red;
    font-size: 2.8rem;
    display: block;
    margin: 20px 0 20px;
  }
  .mainvisual .mainvisual-img .img-text p #x .sp-only {
    display: block;
  }
  .mainvisual .mainvisual-text {
    width: 90%;
    margin: 30px auto 30px;
  }
  .mainvisual .mainvisual-text h1 {
    font-size: 2rem;
    text-align: center;
  }
  .mainvisual .mainvisual-text .message-d {
    margin-top: 30px;
  }
  .mainvisual .mainvisual-text .message {
    color: green;
    font-size: 1rem;
    font-weight: 700;
  }
}
@media (max-width: 599px) {
  .mainvisual {
    width: 95%;
  }
  .mainvisual .mainvisual-img {
    position: relative;
  }
  .mainvisual .mainvisual-img img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainvisual .mainvisual-img .img-text {
    position: absolute;
    top: 15%;
    left: 3%;
    text-align: left;
  }
  .mainvisual .mainvisual-img .img-text h3 {
    font-size: 2rem;
  }
  .mainvisual .mainvisual-img .img-text p {
    font-size: 1rem;
  }
  .mainvisual .mainvisual-img .img-text p #x {
    display: block;
    font-size: 1.4rem;
    margin: 20px 0;
  }
  .mainvisual .mainvisual-text {
    width: 90%;
    margin: 10px auto 30px;
  }
  .mainvisual .mainvisual-text h1 {
    font-size: 1.2rem;
    text-align: center;
  }
  .mainvisual .mainvisual-text .message-d {
    margin-top: 30px;
  }
  .mainvisual .mainvisual-text .message {
    color: red;
    font-size: 0.8rem;
  }
}
.news {
  width: 85%;
  margin: 50px auto 50px;
}
.news .gradient {
  background: linear-gradient(to right, blue, pink);
  color: #ffffff;
  font-size: 2rem;
  display: block;
  text-align: center;
}
.news .inner {
  width: 85%;
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
.news .text-detail {
  position: relative;
}
.news .text-detail a img {
  width: 250px;
  height: 180px;
  margin-left: 5px;
  opacity: 0.5;
}
.news .text-detail .text {
  position: absolute;
  top: 30%;
  left: 30%;
}
.news .text-detail .text h3 {
  font-size: 1.5rem;
}
.news .text-detail .text p {
  font-size: 1rem;
}
.news .text-detail .text p a {
  color: black;
}

@media (max-width: 1500px) {
  .news {
    width: 85%;
    margin: 50px auto 50px;
  }
  .news .gradient {
    background: linear-gradient(to right, blue, pink);
    color: #ffffff;
    font-size: 2rem;
    display: block;
    text-align: center;
  }
  .news .inner {
    width: 85%;
    flex-wrap: wrap;
    margin: 50px auto;
  }
  .news .text-detail {
    position: relative;
  }
  .news .text-detail a img {
    width: 250px;
    height: 180px;
    margin-left: 5px;
  }
  .news .text-detail .text {
    position: absolute;
    top: 30%;
    left: 30%;
    color: black;
  }
  .news .text-detail .text h3 {
    font-size: 1.5rem;
  }
  .news .text-detail .text p {
    font-size: 1rem;
  }
  .news .text-detail .text p a {
    color: black;
  }
}
@media (max-width: 599px) {
  .news {
    width: 85%;
    margin: 10px auto 0;
  }
  .news .gradient {
    font-size: 1.5rem;
    background: linear-gradient(to right, blue, pink);
    color: #ffffff;
    text-align: center;
  }
  .news .inner {
    width: 85%;
    margin: 30px auto 30px;
    display: block;
  }
  .news .text-detail {
    position: relative;
  }
  .news .text-detail a img {
    width: 100%;
    height: 150px;
  }
  .news .text-detail .text {
    position: absolute;
    top: 25%;
    left: 5%;
    color: black;
  }
  .news .text-detail .text h3 {
    font-size: 1.2rem;
  }
  .news .text-detail .text p {
    font-size: 0.8rem;
    color: black;
  }
}
.topics {
  width: 85%;
  margin: 50px auto 50px;
}
.topics .gradient {
  background: linear-gradient(to right, blue, pink);
  color: #ffffff;
  font-size: 2rem;
  display: block;
  text-align: center;
}

@media (max-width: 1024px) {
  .topics {
    width: 85%;
    margin: 50px auto 50px;
  }
  .topics .gradient {
    background: linear-gradient(to right, blue, pink);
    color: #ffffff;
    font-size: 2rem;
    display: block;
    text-align: center;
  }
}
.topics {
  width: 85%;
  margin: 50px auto 100px;
}
.topics .gradient {
  background: linear-gradient(to right, blue, pink);
  color: #ffffff;
  font-size: 2rem;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.topics .sub-title {
  font-size: 2rem;
}
.topics .topics-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.topics .topics-list dt {
  width: 30%;
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
}
.topics .topics-list dd {
  width: 70%;
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
  text-align: left;
}

@media (max-width: 599px) {
  .topics {
    width: 85%;
    margin: 50px auto 100px;
  }
  .topics .gradient {
    background: linear-gradient(to right, blue, pink);
    color: #ffffff;
    font-size: 2rem;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .topics .sub-title {
    font-size: 2rem;
  }
  .topics .topics-list {
    display: block;
    flex-wrap: wrap;
    margin: 10px 0;
  }
  .topics .topics-list dt {
    width: 100%;
    border-bottom: dotted 1px #ccc;
    padding: 10px 0;
  }
  .topics .topics-list dd {
    width: 100%;
    border-bottom: dotted 1px #ccc;
    padding: 10px 0;
    text-align: left;
  }
}
.career {
  width: 85%;
  margin: 50px auto 100px;
}
.career .gradient {
  background: linear-gradient(to right, blue, pink);
  color: #ffffff;
  font-size: 2rem;
  display: block;
  text-align: center;
}
.career .career-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.career .career-list dt {
  width: 30%;
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
}
.career .career-list dd {
  width: 70%;
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
  text-align: left;
}

@media (max-width: 599px) {
  .career {
    width: 85%;
    margin: 100px auto 100px;
  }
  .career .gradient {
    background: linear-gradient(to right, blue, pink);
    color: #ffffff;
    font-size: 1.5rem;
    display: block;
    text-align: center;
  }
  .career .career-list {
    display: block;
    margin: 10px 0;
  }
  .career .career-list dt {
    width: 90%;
    border-bottom: dotted 1px #ccc;
    padding: 10px 0;
  }
  .career .career-list dd {
    width: 90%;
    border-bottom: dotted 1px #ccc;
    padding: 10px 10px;
    text-align: left;
    font-size: 0.8rem;
  }
}
footer {
  background-color: skyblue;
  color: black;
  padding: 20px 0;
}
footer h2 {
  text-align: center;
  margin-bottom: 50px;
}
footer .inner {
  margin: 0 auto;
  width: 70%;
}
footer .inner .footer-nav {
  display: flex;
  justify-content: space-between;
}
footer .inner .footer-nav .footer-tournament li {
  position: relative;
}
footer .inner .footer-nav .footer-tournament li img {
  width: 150px;
  height: 100px;
  opacity: 0.5;
}
footer .inner .footer-nav .footer-tournament li .text {
  position: absolute;
  top: 30%;
  left: 20%;
}
footer .inner .footer-nav .footer-tournament li .text h3 {
  font-size: 1rem;
  text-align: center;
}
footer .inner .footer-nav .footer-tournament li .text p {
  font-size: 0.7rem;
  text-align: center;
}
footer .inner .copy-text {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 599px) {
  footer h2 {
    text-align: center;
    margin-bottom: 0px;
  }
  footer .inner {
    margin: 0 auto;
    width: 70%;
  }
  footer .inner .footer-nav {
    display: none;
  }
  footer .inner .footer-nav .footer-tournament li {
    position: relative;
  }
  footer .inner .footer-nav .footer-tournament li img {
    width: 150px;
    opacity: 0.3;
  }
  footer .inner .footer-nav .footer-tournament li .text {
    position: absolute;
    top: 10%;
    left: 10%;
  }
  footer .inner .footer-nav .footer-tournament li .text h3 {
    font-size: 1rem;
  }
  footer .inner .footer-nav .footer-tournament li .text p {
    font-size: 0.7rem;
  }
  footer .inner .copy-text {
    text-align: center;
    margin-top: 20px;
  }
}/*# sourceMappingURL=top.css.map */