@charset "UTF-8";
.page__fv {
  position: relative;
  overflow: hidden;
}
.page__fv.fv__academy {
  background: url(../img/fv-bg-academy.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.fv__academy {
    background: url(../img/academy-bg-sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.single__fv {
    padding-bottom: 0;
  }
}
.page__fv--img {
  width: 70%;
  height: 100%;
}
.page__fv--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  vertical-align: bottom;
}
.page__fv--img {
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page__fv--img {
    width: 100%;
    height: auto;
    top: unset;
    bottom: 0;
  }
}
.page__fv {
  padding: 80px 20px 30px;
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding: 16vw 5.3333333333vw 66.6666666667vw;
  }
}
.page__fv--title {
  margin-top: 322px;
  font-size: 190px;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 40px;
  font-family: "Barlow Semi Condensed", sans-serif;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    margin-top: 10.6666666667vw;
    font-size: 21.3333333333vw;
  }
}
.page__fv.no-image {
  background: #E3E3E3;
}
.page__fv.no-image .page__fv--title {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .page__fv.no-image {
    padding-bottom: 13.3333333333vw;
  }
}
.page__fv.red {
  background: #CD3B2B;
}
.page__fv--text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .page__fv--text {
    font-size: 5.3333333333vw;
  }
}

.breadCrumb__list {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .breadCrumb__list {
    font-size: 2.6666666667vw;
  }
}

.news {
  padding: 125px 40px 100px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 13.3333333333vw 4vw;
  }
}
.news__category {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.news__category ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 50px;
}
@media screen and (max-width: 768px) {
  .news__category ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}
.news__category ul li {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.news__category ul li a {
  padding-left: 38px;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news__category ul li {
    padding-left: 24px;
    font-size: 13px;
  }
}
.news__category ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 3px;
  border: 2px solid #202020;
}
@media screen and (max-width: 768px) {
  .news__category ul li::before {
    width: 15px;
    height: 15px;
  }
}
.news__category ul li.active::after {
  content: "";
  position: relative;
  width: 18px;
  height: 14px;
  background: url(../img/check.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.news__lists {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 25px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.news__list--img {
  margin-bottom: 20px;
}
.news__list--img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__list--img {
    margin-bottom: 10px;
  }
}
.news__list--date {
  font-size: 20px;
  color: #172FA4;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    font-size: 4vw;
  }
}
.news__list--tag {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 50px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news__list--tag {
    font-size: 2.9333333333vw;
  }
}
.news__list--title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news__list--title {
    font-size: 4vw;
  }
}
.news .pagination {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news .pagination {
    margin-bottom: 10.6666666667vw;
  }
}
.news .pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.news .pagination__list {
  color: #C6C6C6;
  font-size: 20px;
  font-weight: bold;
}
.news .pagination__list.current {
  color: #CD3B2B;
}
.news .back__btn {
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .news .back__btn {
    margin-top: 10.6666666667vw;
  }
}

.philosophy {
  padding: 140px 20px 70px;
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.philosophy .inner {
  max-width: 95%;
}
@media screen and (max-width: 768px) {
  .philosophy .inner {
    max-width: 100%;
  }
}
.philosophy .section__title {
  max-width: 1100px;
  margin: 0 auto;
}
.philosophy__box {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .philosophy__box {
    display: block;
  }
}
.philosophy__img {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .philosophy__img {
    width: 100%;
    margin-bottom: 50px;
  }
}
.philosophy__contents {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .philosophy__contents {
    width: 100%;
  }
}
.philosophy__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .philosophy__item {
    margin-bottom: 8vw;
  }
}
.philosophy__item h3 {
  padding-left: 45px;
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  color: #172FA4;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .philosophy__item h3 {
    font-size: 9.6vw;
    margin-bottom: 5.3333333333vw;
  }
}
.philosophy__item h3::before {
  content: "";
  width: 36px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: url(../img/ashirai.svg) no-repeat;
  background-size: cover;
}
.philosophy__item p {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .philosophy__item p {
    font-size: 5.3333333333vw;
  }
}
.philosophy__item p.ja {
  margin-top: 30px;
  font-size: 32px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .philosophy__item p.ja {
    font-size: 4.8vw;
  }
}

.history {
  padding: 70px 40px 100px;
}
@media screen and (max-width: 768px) {
  .history {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
}
.history__lists {
  margin-top: 100px;
  position: relative;
}
.history__lists::before {
  content: "";
  display: block;
  width: 1px;
  background: #172FA4;
  height: 96%;
  position: absolute;
  left: 90px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .history__lists::before {
    left: 50px;
  }
}
.history__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.history__list--year {
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/history-bg.webp) no-repeat;
  background-position: left;
  background-size: cover;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .history__list--year {
    width: 100px;
    height: 100px;
    font-size: 6.4vw;
  }
}
.history__list--contents {
  width: 75%;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .history__list--contents {
    width: 65%;
    font-size: 3.2vw;
  }
}

.design {
  padding: 50px 40px 75px;
}
@media screen and (max-width: 768px) {
  .design {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
}
.design__img {
  margin-top: 50px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .design__img {
    margin-top: 10.6666666667vw;
    padding: 0;
  }
}

.player2 {
  padding: 75px 40px 150px;
}
@media screen and (max-width: 768px) {
  .player2 {
    padding: 0 0 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .player2 .section__title {
    padding: 0 5.3333333333vw;
  }
}
.player2__lists {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .player2__lists {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    padding: 0 5.3333333333vw;
    gap: 10px;
    margin-top: 10.6666666667vw;
  }
}
.player2__listsWrap {
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .player2__list {
    width: 160px;
  }
}
.player2__list--img {
  position: relative;
  margin-bottom: 20px;
}
.player2__list--img img {
  aspect-ratio: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .player2__list--img {
    margin-bottom: 2.6666666667vw;
  }
}
.player2__list--img .num {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 80px;
  font-weight: 800;
  font-style: italic;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .player2__list--img .num {
    font-size: 10.1333333333vw;
  }
}
.player2__list--label {
  background: #172FA4;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .player2__list--label {
    font-size: 2.6666666667vw;
    margin-bottom: 10px;
  }
}
.player2__list--name .ja {
  font-size: 32px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .player2__list--name .ja {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.player2__list--name .en {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .player2__list--name .en {
    font-size: 2.6666666667vw;
  }
}
.player2 .more__btn {
  margin: 0 auto;
  background-position: top 55% left 82%;
}

.company {
  padding: 100px 40px;
  background: #202020;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.company .section__title {
  color: #fff;
}
.company__box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .company__box {
    margin-top: 10.6666666667vw;
  }
}
.company__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company__item {
    display: block;
    margin-bottom: 6.4vw;
  }
}
.company__item--title {
  width: 20%;
  text-align: center;
  background: #AB952F;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .company__item--title {
    padding: 15px;
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
.company__item--text {
  padding: 10px 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .company__item--text {
    width: 100%;
    padding: 10px 0;
    font-size: 3.4666666667vw;
  }
}

.partner {
  padding: 110px 40px 100px;
}
@media screen and (max-width: 768px) {
  .partner {
    padding: 24vw 5.3333333333vw 26.6666666667vw;
  }
}
.partner .more__btn {
  margin: 0 auto;
  margin-top: 100px;
  background-position: top 55% left 82%;
}
.partner__text {
  line-height: 1.7;
  font-size: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .partner__text {
    font-size: 3.7333333333vw;
  }
}
.partner__sec {
  padding: 50px 0;
}
.partner__sec--title {
  padding-bottom: 15px;
  border-bottom: 1px solid #202020;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .partner__sec--title {
    margin-bottom: 20px;
  }
}
.partner__sec--title span {
  display: block;
  font-size: 15px;
  font-weight: 800;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 10px;
  font-style: italic;
}
.partner__sec--title h2 {
  font-size: 24px;
  font-weight: bold;
}
.partner__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 25px;
}
@media screen and (max-width: 768px) {
  .partner__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}

.foodball {
  padding: 0 40px 100px;
}
@media screen and (max-width: 768px) {
  .foodball {
    padding: 0 5.3333333333vw 26.6666666667vw;
  }
}
.foodball__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .foodball__img {
    margin-bottom: 8vw;
  }
}
.foodball__text {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .foodball__text {
    margin-bottom: 8vw;
  }
}
.foodball .more__btn {
  margin: 0 auto;
  background-position: top 55% left 82%;
}

.enclub {
  padding: 0 40px 100px;
}
@media screen and (max-width: 768px) {
  .enclub {
    padding: 0 5.3333333333vw 26.6666666667vw;
  }
}
.enclub__img {
  margin-bottom: 50px;
}
.enclub__text {
  margin-bottom: 50px;
}
.enclub .more__btn {
  margin: 0 auto;
  background-position: top 55% left 82%;
}

.wrap {
  background: url(../img/bg-ashirai.png) repeat;
  background-size: 100%;
  background-position: center;
  background: #E3E3E3;
}

.contact {
  background: #202020;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
.contact__form {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.contact__form--item + .contact__form--item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact__form--item + .contact__form--item {
    margin-top: 5.3333333333vw;
  }
}
.contact__form--item .title {
  color: #172FA4;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .title {
    font-size: 4.2666666667vw;
  }
}
.contact__form--item .title .required {
  font-size: 13px;
  color: #CD3B2B;
}
@media screen and (max-width: 768px) {
  .contact__form--item .title .required {
    font-size: 3.2vw;
  }
}
.contact__form--item .text input {
  width: 100%;
  border: 1px solid #A5A5A5;
  padding: 10px 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-sizing: border-box;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text input {
    font-size: 16px;
  }
}
.contact__form--item .text input::-moz-placeholder {
  color: #D9D9D9;
}
.contact__form--item .text input::placeholder {
  color: #D9D9D9;
}
.contact__form--item .text textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 280px;
}
.contact__form--item .text textarea::-moz-placeholder {
  color: #D9D9D9;
}
.contact__form--item .text textarea::placeholder {
  color: #D9D9D9;
}
.contact__form--privacy {
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__form--privacy {
    margin: 5.3333333333vw auto;
    text-align: left;
    line-height: 1.5;
  }
}
.contact__form--privacy a {
  color: #0052CE;
  text-decoration: underline;
}
.contact__form--privacy label {
  display: block;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact__form--privacy label input {
  margin: 0;
}
.contact__form--submit {
  text-align: center;
}
.contact__form--submit input {
  margin: 0 auto;
  display: block;
  width: 380px;
  text-align: center;
  padding: 15px 65px 15px 45px;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #172FA4;
  border-radius: 50px;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 55% left 65%;
  transition: 0.3s ease;
  border: 1px solid #172FA4;
  color: #fff;
  background-color: #172FA4;
  font-size: 20px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact__form--submit input {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 10px 65px 10px 45px;
    background-position: top 55% left 65%;
  }
}
.contact__form--submit input:hover {
  color: #172FA4;
  opacity: 1;
  background-color: #fff;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 55% left 65%;
}

.player {
  padding: 140px 40px 160px;
}
@media screen and (max-width: 768px) {
  .player {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.player__tabs {
  display: flex;
  justify-content: center;
  background: #172FA4;
  border-radius: 70px;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .player__tabs {
    padding: 4vw;
  }
}
.player__tabs a {
  color: #fff;
  font-style: italic;
  font-size: 24px;
  font-weight: 800;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .player__tabs a {
    font-size: 5.3333333333vw;
  }
}
.player__tabs span {
  margin: 0 20px;
  color: #fff;
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .player__tabs span {
    margin: 0 10px;
  }
}
.player__contents {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .player__contents {
    padding: 13.3333333333vw 0;
  }
}
.player__lists {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .player__lists {
    margin-top: 10.6666666667vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}
.player__list--img {
  position: relative;
  margin-bottom: 20px;
}
.player__list--img img {
  aspect-ratio: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .player__list--img {
    margin-bottom: 2.6666666667vw;
  }
}
.player__list--img .num {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 80px;
  font-weight: 800;
  font-style: italic;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .player__list--img .num {
    font-size: 10.1333333333vw;
  }
}
.player__list--label {
  background: #172FA4;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .player__list--label {
    font-size: 2.6666666667vw;
    margin-bottom: 10px;
  }
}
.player__list--name .ja {
  font-size: 32px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .player__list--name .ja {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.player__list--name .en {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .player__list--name .en {
    font-size: 2.6666666667vw;
  }
}

.staff {
  padding: 70px 40px;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 0 5.3333333333vw;
  }
}
.staff .section__title {
  color: #fff;
}
.staff .player__list--name {
  color: #fff;
}
.staff__contents {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .staff__contents {
    padding: 13.3333333333vw 0;
  }
}

.schedule2 {
  padding: 140px 40px 100px;
}
@media screen and (max-width: 768px) {
  .schedule2 {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.schedule2__index {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #FFFFFF;
  border-radius: 70px;
  padding: 20px 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .schedule2__index {
    flex-direction: column;
    padding: 20px 30px;
    gap: 10px;
  }
}
.schedule2__index .title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schedule2__index .title {
    font-size: 16px;
  }
}
.schedule2__tabs {
  display: flex;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .schedule2__tabs {
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: center;
  }
}
.schedule2__tab {
  cursor: pointer;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .schedule2__tab {
    font-size: 16px;
  }
  .schedule2__tab:nth-child(7)::before {
    display: none;
  }
}
.schedule2__tab.is_active {
  color: #AB952F;
}
.schedule2__tab + span::before {
  content: "/";
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .schedule2__tab + span::before {
    font-size: 16px;
    left: -15px;
  }
}
.schedule2__lists {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px 0;
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}
.schedule2__lists.is_show {
  display: grid;
}
@media screen and (max-width: 768px) {
  .schedule2__lists {
    gap: 10px 0;
  }
}
.schedule2__list {
  border: 1px solid #D9D9D9;
  background: #fff;
}
.schedule2__list.no {
  border: none;
  background: transparent;
}
.schedule2__list--head {
  display: flex;
  align-items: center;
  background: #172FA4;
  padding: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .schedule2__list--head {
    padding: 6px 2px;
  }
}
.schedule2__list--head.gold {
  background: #AB952F;
}
.schedule2__list--head.red {
  background: #CD3B2B;
}
.schedule2__list--head .day {
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .schedule2__list--head .day {
    font-size: 11px;
  }
}
.schedule2__list--head .day span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .schedule2__list--head .day span {
    font-size: 5px;
  }
}
.schedule2__list--head .text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .schedule2__list--head .text {
    font-size: 5px;
  }
}
.schedule2__list--contents {
  background: #fff;
  padding: 20px 10px 10px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .schedule2__list--contents {
    height: 25.3333333333vw;
    padding: 10px 4px;
  }
}
.schedule2__list--contents .match {
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .schedule2__list--contents .match {
    font-size: 6px;
  }
}
.schedule2__list--contents .text {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .schedule2__list--contents .text {
    font-size: 7px;
    margin-bottom: 0;
  }
}
.schedule2__list--contents .vs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .schedule2__list--contents .vs {
    font-size: 6px;
  }
}
.schedule2__list--contents .vs img {
  width: auto;
  height: 46px;
}
@media screen and (max-width: 768px) {
  .schedule2__list--contents .vs img {
    width: auto;
    height: 20px;
  }
}
.schedule2__list--contents .name {
  margin: 5px 0 15px;
}
@media screen and (max-width: 768px) {
  .schedule2__list--contents .name {
    margin: 5px 0;
  }
}
.schedule2__list--contents .name {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schedule2__list--contents .name {
    font-size: 4px;
  }
}
.schedule2__list--contents .score {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.schedule2__list--contents .score .team {
  width: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .schedule2__list--contents .score .team {
    width: 5px;
  }
}
.schedule2__list--contents .score .number {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .schedule2__list--contents .score .number {
    font-size: 10px;
  }
}
.schedule2__list--place {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .schedule2__list--place {
    height: 23px;
    font-size: 5px;
    padding: 6px 0;
  }
}

.intro {
  padding: 110px 40px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.intro h2 {
  font-size: 64px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .intro h2 {
    font-size: 12vw;
  }
}

.project {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .project {
    padding: 0 5.3333333333vw;
  }
}
.project h3 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .project h3 {
    font-size: 8.5333333333vw;
  }
}
.project .bnr {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .project .bnr {
    margin-top: 30px;
  }
}
.project .more__btn {
  background-position: top 55% left 84%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}

.sechs {
  padding: 0 40px 150px;
}
@media screen and (max-width: 768px) {
  .sechs {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.sechs__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .sechs__title {
    display: block;
  }
}
.sechs__title .sentence {
  width: 62%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sechs__title .sentence {
    width: 100%;
    padding-bottom: 0;
  }
}
.sechs__lists {
  margin-top: 80px;
  position: relative;
  width: 100%;
  padding: 440px 0;
}
@media screen and (max-width: 1320px) {
  .sechs__lists {
    padding: 350px 0;
  }
}
@media screen and (max-width: 768px) {
  .sechs__lists {
    padding: 0;
  }
}
.sechs__lists--logo {
  width: 276px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sechs__lists--logo {
    width: 51.7333333333vw;
    margin-bottom: 8vw;
  }
}
.sechs__list {
  position: absolute;
  max-width: 435px;
  display: block;
}
@media screen and (max-width: 1320px) {
  .sechs__list {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .sechs__list {
    margin: 0 auto;
    margin-bottom: 5px;
    max-width: 343px;
    position: unset !important;
    transform: translate(0) !important;
  }
}
.sechs .sechs__list01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sechs .sechs__list02 {
  position: absolute;
  top: 17%;
  right: 0;
}
.sechs .sechs__list03 {
  position: absolute;
  bottom: 17%;
  right: 0;
}
.sechs .sechs__list04 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sechs .sechs__list05 {
  position: absolute;
  bottom: 17%;
  left: 0;
}
.sechs .sechs__list06 {
  position: absolute;
  top: 17%;
  left: 0;
}

.future {
  padding: 0 40px 150px;
}
@media screen and (max-width: 768px) {
  .future {
    padding: 0 5.3333333333vw 26.6666666667vw;
  }
}
.future__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .future__title {
    display: block;
  }
}
.future__title .contents {
  width: 62%;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .future__title .contents {
    width: 100%;
  }
}
.future__title .contents h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .future__title .contents h3 {
    font-size: 8.5333333333vw;
  }
}
.future__title .contents p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .future__title .contents p {
    font-size: 4vw;
  }
}
.future__lists {
  margin-top: 50px;
  position: relative;
  padding: 400px 0 380px;
}
@media screen and (max-width: 1320px) {
  .future__lists {
    padding: 310px 0;
    max-width: 950px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .future__lists {
    height: auto;
    margin-top: 8vw;
    padding: 0;
  }
}
.future__lists--logo {
  width: 276px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 1320px) {
  .future__lists--logo {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .future__lists--logo {
    padding-top: 0;
    width: 51.7333333333vw;
    margin-bottom: 8vw;
  }
}
.future__list {
  max-width: 390px;
  position: absolute;
  display: block;
}
@media screen and (max-width: 1320px) {
  .future__list {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .future__list {
    max-width: 343px;
    margin: 0 auto;
    position: unset !important;
    transform: translate(0) !important;
    margin-bottom: 8vw;
  }
}
.future .future__list01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.future .future__list03 {
  position: absolute;
  top: 28%;
  right: 0;
}
.future .future__list02 {
  position: absolute;
  top: 28%;
  left: 0;
}
.future .future__list04 {
  position: absolute;
  bottom: 1%;
  left: 12%;
}
@media screen and (max-width: 1320px) {
  .future .future__list04 {
    bottom: 3%;
    left: 10%;
  }
}
.future .future__list05 {
  position: absolute;
  bottom: 1%;
  right: 12%;
}
@media screen and (max-width: 1320px) {
  .future .future__list05 {
    bottom: 3%;
    right: 10%;
  }
}

.modalMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1002;
  display: none;
}
.modalMask.is_active {
  display: block;
}

.future__modal {
  position: fixed;
  z-index: 1003;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  background: url(../img/modal-bg.png) no-repeat;
  background-size: contain;
  padding: 130px 280px 100px;
  display: none;
  width: 100%;
  background-position: center center;
}
@media screen and (max-width: 1320px) {
  .future__modal {
    padding: 150px 250px;
  }
}
@media screen and (max-width: 768px) {
  .future__modal {
    padding: 100px 80px 70px;
    background-size: 136%;
  }
  .future__modal#future__modal01 {
    padding: 130px 80px 70px;
    background-size: 130%;
  }
  .future__modal#future__modal03 {
    padding: 130px 80px 70px;
    background-size: 165%;
  }
}
.future__modal--img {
  margin-bottom: 30px;
}
.future__modal p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .future__modal p {
    font-size: 2.9333333333vw;
  }
}
.future__modal .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.future__modal .btns a {
  background-position: left 84% top 55%;
}
@media screen and (max-width: 768px) {
  .future__modal .btns {
    flex-direction: column;
  }
  .future__modal .btns a {
    font-size: 12px;
  }
}
.future__modal--close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .future__modal--close {
    font-size: 14px;
    bottom: 25px;
    margin-top: 0;
  }
}
.future__modal.is_active {
  display: block;
}

.selection__index {
  padding: 145px 40px;
}
@media screen and (max-width: 768px) {
  .selection__index {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.selection__index ul {
  display: flex;
  justify-content: space-between;
  gap: 10px 0;
}
.selection__index ul.wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .selection__index ul {
    flex-wrap: wrap;
  }
}
.selection__index ul li {
  background: #172FA4;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .selection__index ul li {
    width: 48%;
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.selection__index ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 0;
  background: url(../img/arrow_bottom.svg) no-repeat;
  background-size: 11px;
  background-position: 90%;
}

.selection {
  padding: 30px 40px 200px;
  border-top: 1px solid #AEAEAE;
}
@media screen and (max-width: 768px) {
  .selection {
    padding: 8vw 5.3333333333vw 26.6666666667vw;
  }
}
.selection .design {
  padding-bottom: 0 !important;
  padding-top: 100px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.selection .selection__title {
  text-align: center;
  margin-bottom: 50px;
}
.selection .selection__title h2 {
  text-transform: uppercase;
  font-size: 110px;
  font-weight: 800;
  font-style: italic;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .selection .selection__title h2 {
    font-size: 18.6666666667vw;
  }
}
.selection .selection__title h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #000;
  margin: 10px auto 20px;
}
.selection .selection__title span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .selection .selection__title span {
    font-size: 5.3333333333vw;
  }
}
.selection__table {
  margin-top: 50px;
}
.selection__table--title {
  background: #CD3B2B;
  padding: 10px 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .selection__table--title {
    padding: 10px 20px;
  }
}
.selection__table table {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .selection__table table tr {
    display: flex;
    flex-direction: column;
  }
}
.selection__table table th {
  background: #D2D2D2;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 20px;
  line-height: 2;
  border: 1px solid #AEAEAE;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .selection__table table th {
    width: 100%;
  }
}
.selection__table table td {
  width: 80%;
  border: 1px solid #AEAEAE;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .selection__table table td {
    width: 100%;
    padding: 20px;
  }
}
.selection__table table td {
  box-sizing: border-box;
}
.selection__table table td .more__btn {
  max-width: 100%;
  margin-top: 20px;
  background-position: top 55% left 90%;
}
.selection__table table thead th {
  font-size: 20px;
  font-weight: bold;
  background: #E5E5E5;
}
.selection__table table thead td {
  background: #D2D2D2;
}
@media screen and (max-width: 768px) {
  .selection__table table thead td {
    display: none;
  }
}
.selection .btnBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 25px;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .selection .btnBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 20px 0 10px;
  }
}
.selection .btnBox a {
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  gap: 20px;
}

.selection__box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .selection__box {
    flex-direction: column;
  }
}

.selection__contents {
  width: 46%;
}
.selection__contents.w100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .selection__contents {
    width: 100%;
  }
}
.selection__contents h3 {
  font-size: 55px;
  margin-bottom: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .selection__contents h3 {
    font-size: 9.6vw;
    margin-bottom: 13.3333333333vw;
  }
}

.selection__img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .selection__img {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}

.selection__btn {
  max-width: 740px;
  margin: 100px auto 0;
  background: #202020;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .selection__btn {
    margin: 50px auto 0;
    padding: 20px;
  }
}
.selection__btn .more__btn {
  background-position: top 55% left 82%;
  margin: 0 auto;
}

.contact .section__title {
  text-align: center;
  color: #fff;
}
.contact ul {
  margin: 50px auto 100px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .contact ul {
    margin: 8vw auto 13.3333333333vw;
  }
}
.contact ul li {
  line-height: 2;
  list-style-type: disc;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact ul li {
    font-size: 3.4666666667vw;
  }
}

.contact__form.mb {
  margin-bottom: 40px;
}

.contact__form--item.radio .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--item.radio .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact__form--item.radio label {
  display: flex;
  align-items: center;
}
.contact__form--item.radio label input {
  margin: 0;
  margin-right: 5px;
}
.contact__form--item.radio label {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--item.radio label {
    font-size: 3.7333333333vw;
  }
}

.academy {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .academy {
    padding: 5.3333333333vw 5.3333333333vw 26.6666666667vw;
  }
}
.academy__box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .academy__box {
    flex-direction: column;
  }
}
.academy__img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .academy__img {
    width: 100%;
  }
}
.academy__contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .academy__contents {
    width: 100%;
    margin-top: 8vw;
  }
}
.academy__contents h3 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .academy__contents h3 {
    font-size: 10.6666666667vw;
  }
}
.academy .more__btn {
  width: 380px;
  text-align: center;
  background-position: top 55% left 72%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .academy .more__btn {
    width: -moz-max-content;
    width: max-content;
    background-position: top 55% left 80%;
    margin: 8vw auto 0;
  }
}

.kindergarten__contents {
  padding: 60px 0;
}
.kindergarten__contents .section__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .kindergarten__contents .section__title {
    margin-bottom: 13.3333333333vw;
  }
}

.news__top {
  background: #000;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .news__top {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.news__top .section__title {
  color: #fff;
}
.news__top .news__title {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .news__top .news__title {
    width: 100%;
  }
}
.news__top .news__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news__top .news__box {
    display: block;
  }
}
.news__top .news__contents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .news__top .news__contents {
    width: 100%;
  }
}
.news__top .news__lists {
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news__top .news__lists {
    margin-bottom: 10.6666666667vw;
  }
}
.news__top .news__list {
  border-bottom: 1px solid #fff;
  display: block;
  padding: 15px 0;
}
.news__top .news__list .news__list--date {
  color: #fff !important;
  font-size: 15px;
  display: block;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .news__top .news__list .news__list--date {
    font-size: 3.4666666667vw;
  }
}
.news__top .news__list .news__list--title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news__top .news__list .news__list--title {
    font-size: 4vw;
  }
}

.bg {
  background: url(../img/bg-ashirai.png) repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .bg {
    background: none;
  }
}

.single {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .single {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.single .inner {
  max-width: 800px;
}
.single__thumbnail {
  margin: 0 auto 30px;
}
.single__thumbnail img {
  width: 100%;
}
.single__title {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .single__title {
    font-size: 6.4vw;
  }
}
.single__date {
  font-size: 16px;
  margin-bottom: 30px;
}
.single__contents {
  margin-bottom: 50px;
}
.single__contents p {
  line-height: 2;
  margin-bottom: 30px;
}
.single__contents p a {
  text-decoration: underline;
}
.single__contents a {
  text-decoration: underline;
}
.single__contents ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.single__contents ul li {
  line-height: 1.5;
  margin-bottom: 10px;
  list-style: disc;
}
.single__contents h1 {
  line-height: 1.4;
}
.single__contents h2 {
  margin-bottom: 30px;
  line-height: 1.5;
}
.single__contents h3 {
  line-height: 1.5;
  margin-bottom: 30px;
}
.single__contents img {
  margin-bottom: 30px;
}
.single .back__btn {
  margin: 0 auto;
}

.schedule {
  padding: 0 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 0 0 13.3333333333vw;
  }
}
.schedule .swiper-button-prev:after,
.schedule .swiper-rtl .swiper-button-next:after {
  display: none;
}
.schedule .swiper-button-next:after,
.schedule .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.schedule__slider {
  position: relative;
  margin-top: 80px;
}
.schedule .swiper-button-next {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.schedule .swiper-button-prev {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.schedule .swiper-controls {
  position: absolute;
  right: 0;
  top: -30%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.schedule .swiper-controls .swiper-button-prev,
.schedule .swiper-controls .swiper-button-next {
  position: unset;
}
.schedule .swiper-slide {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.schedule .swiper-slide .head {
  display: flex;
}
.schedule .swiper-slide .head .label {
  color: #fff;
  width: 30%;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-slide .head .label {
    font-size: 20px;
  }
}
.schedule .swiper-slide .head .label span {
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-slide .head .label span {
    font-size: 13px;
  }
}
.schedule .swiper-slide .head .label.gold {
  background: #AB952F;
}
.schedule .swiper-slide .head .label.red {
  background: #CD3B2B;
  font-family: "Roboto", sans-serif;
}
.schedule .swiper-slide .head .label.blue {
  background: #172FA4;
  font-family: "Roboto", sans-serif;
}
.schedule .swiper-slide .head .title {
  width: 70%;
  background: #E5E5E5;
  padding: 20px 30px;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-slide .head .title {
    padding: 12px 15px;
  }
}
.schedule .swiper-slide .head .title.bk {
  background: #000;
  color: #fff;
}
.schedule .swiper-slide .contents {
  padding: 30px 30px 40px;
}
.schedule .swiper-slide .contents .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.schedule .swiper-slide .contents .box .team img {
  height: 100px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-slide .contents .box .team img {
    height: 90px;
  }
}
.schedule .swiper-slide .contents .place {
  text-align: center;
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 768px) {
  .schedule .swiper-slide .contents .place {
    font-size: 14px;
  }
}
.schedule .swiper-slide .contents .score {
  font-size: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
}
.schedule .swiper-slide .contents .ticket {
  padding: 15px;
  border: #AB952F 1px solid;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.schedule .swiper-slide .contents .time {
  font-size: 20px;
  font-weight: bold;
  color: #202020;
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.schedule .more__btn {
  margin: 70px auto 0;
  padding: 15px 110px 15px 85px;
  background-position: top 55% left 74%;
}
@media screen and (max-width: 768px) {
  .schedule .more__btn {
    padding: 10px 60px 10px 45px;
    background-position: top 55% left 84%;
  }
}
.schedule .more__btn:hover {
  background-position: top 55% left 74%;
}
@media screen and (max-width: 768px) {
  .schedule .more__btn:hover {
    background-position: top 55% left 84%;
  }
}

.school {
  padding: 50px 0;
  border-top: 1px solid #AEAEAE;
  border-bottom: 1px solid #AEAEAE;
  margin: 50px auto;
}
.school .school__title {
  text-align: center;
  margin-bottom: 30px;
}
.school .school__title h2 {
  font-size: 36px;
  margin-top: 10px;
  line-height: 1.4;
}
.school .school__title span {
  font-size: 24px;
}
.school .step__lists {
  margin-top: 50px;
}
.school .step__list {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .school .step__list {
    align-items: flex-start;
    padding: 0;
  }
}
.school .step__list--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #172FA4;
  line-height: 1.5;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #172FA4;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .school .step__list--title {
    width: 70px;
    height: 70px;
    font-size: 16px;
  }
}
.school .step__list--title span {
  display: block;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .school .step__list--title span {
    font-size: 24px;
  }
}
.school .step__list--contents {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .school .step__list--contents {
    width: 70%;
  }
}
.school .step__list--contents .tel__btn {
  background: #CD3B2B;
  color: #fff;
  font-size: 16px;
  border-radius: 80px;
  padding: 14px 20px;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .school .step__list--contents .tel__btn {
    font-size: 12px;
  }
}
.school .step__list--contents .tel__btn span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .school .step__list--contents .tel__btn span {
    font-size: 16px;
  }
}
.school .step__list--contents h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .school .step__list--contents h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 0;
  }
}
.school .step__list--contents p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .school .step__list--contents p {
    font-size: 3.4666666667vw;
  }
}

.policy {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.policy__contents p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
}
.policy__contents h3 {
  margin-top: 50px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 24px;
}
.policy__contents ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.policy__contents ul li {
  list-style-type: disc;
  line-height: 1.8;
}

.player__single {
  margin-top: 64px;
}
.player__single .breadCrumb {
  padding: 0 40px 30px;
}
@media screen and (max-width: 768px) {
  .player__single .breadCrumb {
    padding: 0 2.6666666667vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .player__single {
    margin-top: 54px;
  }
}
.player__single--inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .player__single--inner {
    display: block;
  }
}
.player__single--en {
  position: absolute;
  left: 0;
  top: 10%;
  white-space: nowrap;
  writing-mode: vertical-lr;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  /* ベンダープレフィックス */
  text-stroke: 1px #fff;
  font-size: 75px;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .player__single--en {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .player__single--en {
    font-size: 13.3333333333vw;
    top: 30%;
  }
}
.player__single--main {
  position: relative;
  width: 40%;
  background: #14203e;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .player__single--main {
    width: 100%;
    padding: 16vw 13.3333333333vw;
  }
}
.player__single--mainInner {
  max-width: 350px;
  margin: 0 auto;
}
.player__single--main .detail .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
  margin-top: -50px;
  margin-bottom: 15px;
}
.player__single--main .detail .head .num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-size: 143px;
}
@media screen and (max-width: 1320px) {
  .player__single--main .detail .head .num {
    font-size: 120px;
  }
}
.player__single--main .detail .head .position {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 70px;
}
@media screen and (max-width: 1320px) {
  .player__single--main .detail .head .position {
    font-size: 50px;
  }
}
.player__single--main .detail .head .position.min {
  font-size: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .player__single--main .detail .head .position.min {
    font-size: 24px;
  }
}
.player__single--main .detail .name {
  color: #fff;
  font-weight: bold;
  font-size: 77px;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .player__single--main .detail .name {
    font-size: 52px;
  }
}
.player__single--main .detail .profile {
  display: flex;
  margin-top: 30px;
}
.player__single--main .detail .profile__left {
  width: 50%;
  border-right: 1px solid #fff;
}
.player__single--main .detail .profile__right {
  padding-left: 15px;
  width: 50%;
}
.player__single--main .detail .profile__item {
  margin-bottom: 20px;
}
.player__single--main .detail .profile .title {
  background: #fff;
  padding: 2px;
  color: #14203e;
  font-size: 16px;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .player__single--main .detail .profile .title {
    font-size: 3.7333333333vw;
  }
}
.player__single--main .detail .profile .text {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .player__single--main .detail .profile .text {
    font-size: 3.4666666667vw;
  }
}
.player__single--detail {
  width: 60%;
  padding: 120px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .player__single--detail {
    width: 100%;
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.player__single--detailInner {
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .player__single--detailInner {
    max-width: 100%;
  }
}
.player__single--box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .player__single--box {
    display: block;
  }
}
.player__single--item {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .player__single--item {
    width: 100%;
  }
}
.player__single--item .item {
  margin-bottom: 20px;
}
.player__single--item .item .title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  background: #14203e;
  font-size: 15px;
}
.player__single--item .item table {
  width: 100%;
  background: #f9f9f9;
}
.player__single--item .item table th {
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 15px 15px;
  text-align: center;
  font-weight: normal;
  width: 35%;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 14px;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .player__single--item .item table th {
    padding: 15px;
  }
}
.player__single--item .item table td {
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  padding: 15px 15px;
  line-height: 1.5;
  font-weight: normal;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .player__single--item .item table td {
    padding: 15px;
  }
}/*# sourceMappingURL=page.css.map */