@charset "UTF-8";
.pc {
  position: absolute;
  top: 0;
  left: 52.1%;
  transform: translateX(-50%);
  width: 948px;
}
@media screen and (max-width: 1250px) {
  .pc {
    left: 54.4%;
    width: 936px;
  }
}

.fv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    width: 100%;
    height: auto;
  }
}
.fv .fv__img {
  display: block;
  height: 100%;
  width: 100%;
}
.fv .fv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv .fv__img img {
    height: auto;
    width: 100%;
  }
}
.fv__logo {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 400px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv__logo {
    display: none;
  }
}
.fv__company {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  border-bottom: 4px solid #d0383c;
  border-top: 4px solid #d0383c;
}
.fv .fv__company {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv .fv__company {
    display: block;
  }
}

.fv__bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fv__bottom {
    display: none;
  }
}

.fv__company {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.fv__company--inner {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 40px;
  animation: companyLoop 25s linear infinite;
}

.fv__company--inner img {
  width: auto;
  /* お好みで */
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .fv__company--inner img {
    height: 40px;
  }
}

@keyframes companyLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.news {
  padding-top: 80px;
  position: relative;
  background: #050052;
}
.news .ashirai {
  position: absolute;
  right: 0;
  top: 80px;
}
.news__lists {
  max-width: 340px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    max-width: 300px;
  }
}
.news__list {
  display: block;
  color: #fff;
  margin-bottom: 15px;
}
.news__list--title {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .news__list--title {
    font-size: 16px;
  }
}

.league {
  padding-top: 80px;
  background: #050052;
}
.league__logo {
  width: 300px;
  margin: 40px auto 30px;
}
.league__contents {
  background: #fff;
  position: relative;
  width: 95%;
  margin-left: auto;
  padding: 30px 35px;
}
@media screen and (max-width: 768px) {
  .league__contents {
    padding: 30px 25px;
  }
}
.league__contents::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  background: #d0383c;
  height: 5px;
  width: 98%;
}
.league__contents::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  background: #d0383c;
  height: 5px;
  width: 98%;
}
.league__text {
  color: #050052;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: justify;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .league__text {
    font-size: 12px;
  }
  .league__text br {
    display: none;
  }
}
.league .moreBtn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.moreBtn {
  background: #4878f9;
  color: #fff;
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  font-style: oblique;
  text-align: center;
  padding: 7px 30px;
  border: 3px solid #fff;
  border-radius: 50px;
  font-size: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .moreBtn {
    font-size: 16px;
  }
}

.team {
  padding-top: 80px;
  background: #050052;
}
.team__contents {
  display: none;
  width: 35%;
}
.team__contents.show {
  display: block;
}
.team__contents img {
  width: 100%;
}
.team__tabs {
  overflow: hidden;
}
.team__tab {
  border-radius: 10px;
  padding: 20px 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-style: oblique;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .team__tab {
    font-size: 14px;
    padding: 18px 12px;
  }
}
.team__tab a {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.team__tab.asuka {
  background: #741835;
}
.team__tab.basara {
  background: #142464;
}
.team__tab.arute {
  background: #3f894c;
}
.team__tab.cento {
  background: #872b26;
}
.team__tab.laranja {
  background: #d47b40;
}
.team__tab.moriyama {
  background: #ffffff;
  color: #000;
}
.team__tab.ikoma {
  background: #651918;
}
.team__tab.kyoto {
  background: #4a2a63;
}
.team__tab.kandai {
  background: #ae2921;
}
.team__tab.awj {
  background: #e25a00;
}
.team__tab.kobe {
  background: #bf284f;
}
.team__tab.acmr {
  background: #8f1e1b;
}
.team__tab.hannan {
  background: #243d76;
}
.team__tab.route {
  background: #367424;
}
.team__tab.bamdito {
  background: #316730;
}
.team__tab.osaka {
  background: #ffffff;
  color: #000;
}
.team__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.partner {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #050052;
}
.partner__item {
  margin-top: 30px;
}
.partner__item .head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: -15px;
}
.partner__item .head .title {
  background: #d0383c;
  padding: 7px 10px;
}
@media screen and (max-width: 768px) {
  .partner__item .head .title {
    padding: 5px 8px;
  }
}
.partner__item .head .title img {
  height: 20px;
}
@media screen and (max-width: 768px) {
  .partner__item .head .title img {
    height: 16px;
    vertical-align: middle;
  }
}
.partner__item .head .pref {
  display: flex;
  align-items: center;
  gap: 8px;
}
.partner__item .head .pref span {
  background: #504d86;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-style: oblique;
  padding: 4px 6px;
}
@media screen and (max-width: 768px) {
  .partner__item .head .pref span {
    font-size: 14px;
  }
}
.partner__item .logo {
  width: 95%;
  margin-left: auto;
  background: #fff;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #504d86;
}
.partner__item .btns {
  display: flex;
  align-items: center;
  margin-top: -15px;
  gap: 10px;
  margin-left: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .partner__item .btns {
    margin-left: 10px;
  }
}
.partner__item .btns a {
  display: inline-block;
  background: #504d86;
  color: #fff;
  padding: 2px 4px;
  font-weight: 500;
  font-size: 14px;
  font-style: oblique;
  padding-right: 20px;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 97%;
}
.partner__item .btns a.active {
  background-image: url(../img/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 97%;
}
.partner__item .movie {
  padding: 10px;
  background: #504d86;
  width: 95%;
  margin: 0 auto;
  display: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.partner__item .movie.active {
  display: block;
}
.partner__item .movie img {
  width: 100%;
}
.partner__item .bottom {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .partner__item .bottom {
    gap: 15px;
  }
}
.partner__item .bottom a {
  background: #4878f9;
  color: #fff;
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  font-style: oblique;
  text-align: center;
  padding: 7px 30px;
  border: 3px solid #fff;
  border-radius: 50px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .partner__item .bottom a {
    font-size: 16px;
  }
}
.partner__item .bottom .recruit__btn {
  background: #48a211;
}

.column {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #050052;
}
.column__slider {
  margin: 80px auto 100px;
}
.column__slider .swiper-slide .img {
  margin-bottom: 15px;
}
.column__slider .swiper-slide .img img {
  aspect-ratio: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
}
.column__slider .swiper-slide .date {
  color: #050052;
  font-weight: 500;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .column__slider .swiper-slide .date {
    font-size: 14px;
  }
}
.column__slider .swiper-slide .title {
  font-weight: 500;
  padding: 0 15px;
  color: #050052;
}
@media screen and (max-width: 768px) {
  .column__slider .swiper-slide .title {
    font-size: 14px;
  }
}
.column__slider .swiper-slide .inner {
  background: #fff;
  z-index: 2;
  background: #fff;
  position: relative;
  border-bottom-left-radius: 5px;
  padding: 10px 10px 30px;
}
.column__slider .swiper-slide::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  bottom: -7px;
  right: -7px;
  background: #d0383c;
  z-index: -1;
}

.column__slider .swiper-wrapper {
  align-items: center;
}

.column__slider .swiper-slide {
  background: #fff;
  border-radius: 0 0 8px 8px;
  overflow: visible;
  text-decoration: none;
  display: block;
  position: relative;
  transition: 0.4s;
  opacity: 0.5;
  z-index: 1;
}

/* 中央を強調 */
.column__slider .swiper-slide-active {
  transform: scale(1.2);
  opacity: 1;
  z-index: 5;
}

.column__slider .swiper-slide-prev,
.column__slider .swiper-slide-next {
  opacity: 0.7;
}

.team__contents img {
  width: 100%;
  display: block;
}

/* 右タブ */
.team__tabs {
  width: 55%;
  height: 270px;
  /* 3つ分くらい */
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .team__tabs {
    height: 220px;
  }
}

/* スクロールバー */
.team__tabs::-webkit-scrollbar {
  width: 6px;
}

.team__tabs::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

/* タブ */
.team__tab {
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  position: relative;
}

/* active */
.team__tab.active {
  transform: translateX(-10px) scale(1.1);
  z-index: 2;
}

/* ▶ */
.team__tab.active::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 11px solid #fff;
}

.team__tab.moriyama.active::after {
  border-left: 11px solid #000;
}

.team__tab.osaka.active::after {
  border-left: 11px solid #000;
}/*# sourceMappingURL=top.css.map */