@charset "UTF-8";
/**** 共通カラー ****/
.section-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-mv {
    overflow: initial;
    height: 100svh;
  }
}
.section-mv .mv-media {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-mv .mv-figure {
  margin: 0;
}
.section-mv .mv-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.section-mv .mv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.section-mv .mv-overlay::before {
  content: "";
  background-image: url(../image/common/mv-cover.svg);
  background-repeat: repeat;
  background-size: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-mv .mv-catch {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-100%);
}
.section-mv .mv-text {
  font-size: clamp(3rem, 3.2vw, 4.4rem);
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-text {
    line-height: 1.3793103448;
  }
}
.section-mv .mv-text span {
  color: #d72638;
  display: inline-block;
  padding: 0 0.3em;
}
.section-mv .mv-sns {
  position: absolute;
  z-index: 1;
}
.section-mv .mv-sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .section-mv .mv-sp {
    display: block;
  }
}
.section-mv .mv-cta {
  position: absolute;
  bottom: 50px;
  right: 120px;
  display: flex;
  align-items: center;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .section-mv .mv-cta {
    flex-direction: column;
    bottom: 80px;
    right: auto;
    left: 15px;
  }
}
.section-mv .mv-cta .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  padding: 16px 28px;
  color: #ffffff;
  border-radius: 10px;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
}
@media screen and (max-width: 768px) {
  .section-mv .mv-cta .btn {
    width: 220px;
    font-size: 16px;
    padding: 16px 28px;
    padding: 12px 10px 12px 30px;
  }
}
.section-mv .mv-cta .btn.btn-boxer-course {
  background: linear-gradient(#d72638 0%, #a70c1c 100%);
  background-size: 100% 200%;
  background-position: 0 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  margin-right: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .section-mv .mv-cta .btn.btn-boxer-course {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.section-mv .mv-cta .btn.btn-boxer-course:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background-position: 0 100%;
  transition: 0.3s;
}
.section-mv .mv-cta .btn.btn-boxer-course:hover .arrow::before {
  transform: translateX(30px);
}
.section-mv .mv-cta .btn.btn-boxer-course:hover .arrow::after {
  transform: translateX(0);
}
.section-mv .mv-cta .btn.btn-fitness-course {
  background: linear-gradient(#005bbb 0%, #053467 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  background-size: 100% 200%;
  background-position: 0 0;
  transition: 0.3s;
}
.section-mv .mv-cta .btn.btn-fitness-course:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background-position: 0 100%;
  transition: 0.3s;
}
.section-mv .mv-cta .btn.btn-fitness-course:hover .arrow::before {
  transform: translateX(30px);
}
.section-mv .mv-cta .btn.btn-fitness-course:hover .arrow::after {
  transform: translateX(0);
}
.section-mv .mv-cta .btn .arrow {
  display: inline-block;
  transition: 0.3s;
  overflow: hidden;
}
.section-mv .mv-cta .btn .arrow::before {
  content: "";
  display: inline-block;
  background-image: url(../image/common/arrow-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 17px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-cta .btn .arrow::before {
    height: 15px;
  }
}
.section-mv .mv-cta .btn .arrow::after {
  content: "";
  display: inline-block;
  background-image: url(../image/common/arrow-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 17px;
  transform: translateX(-30px);
  transition: 0.5s;
}
.section-mv .mv-sns {
  position: absolute;
  right: 15px;
  bottom: 50px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-sns {
    bottom: 80px;
  }
}
.section-mv .mv-sns .icon {
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-sns .icon {
    width: 16px;
    height: 16px;
  }
}
.section-mv .mv-sns .insta {
  margin-bottom: 10px;
}

.mv-sub-slider {
  position: relative;
}
@media screen and (max-width: 992px) {
  .mv-sub-slider {
    background-color: #181919;
    padding: 20px 0;
  }
}
.mv-sub-slider .mv-meta-slider {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 4.1666666667vw;
  width: 440px;
  height: 264px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .mv-sub-slider .mv-meta-slider {
    width: 400px;
    height: 237px;
  }
}
@media screen and (max-width: 992px) {
  .mv-sub-slider .mv-meta-slider {
    position: relative;
    width: calc(100% - 30px);
    height: auto;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
.mv-sub-slider .mv-meta-slider .flex-control-nav {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mv-sub-slider .mv-meta-slider .flexslider {
  margin: 0;
}
.mv-sub-slider .mv-meta-slider .metaslider img {
  height: 242px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .mv-sub-slider .mv-meta-slider .metaslider img {
    height: 50.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-sub-slider .mv-meta-slider .metaslider img {
    height: 50.4vw;
  }
}
.mv-sub-slider .mv-meta-slider .metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a {
  width: 22px;
  height: 32px;
  background: transparent !important;
}
.mv-sub-slider .mv-meta-slider .metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a.flex-next:after {
  -webkit-mask-image: url(../image/top/slider-arrow-r.svg);
          mask-image: url(../image/top/slider-arrow-r.svg);
}
.mv-sub-slider .mv-meta-slider .metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a.flex-prev:after {
  -webkit-mask-image: url(../image/top/slider-arrow-l.svg);
          mask-image: url(../image/top/slider-arrow-l.svg);
}
.mv-sub-slider .mv-meta-slider .metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a:focus {
  outline: none;
}

.section-media {
  padding-top: 160px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .section-media {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.section-media .media-flex {
  justify-content: space-between;
}
.section-media .media-flex .btn {
  width: 50%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-media .media-flex .btn {
    padding-top: 14px;
    padding-bottom: 15px;
  }
}
.section-media .media-flex .btn::before {
  content: "";
  background-image: url(../image/common/mv-cover.svg);
  background-repeat: repeat;
  background-size: 3px;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.section-media .media-flex .btn.youtube {
  background-color: #d72638;
  border-radius: 10px 0 0 10px;
  transition: 0.3s;
}
.section-media .media-flex .btn.youtube:hover {
  background-color: #e1061d;
}
.section-media .media-flex .btn.blog {
  background-color: #005bbb;
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
}
.section-media .media-flex .btn.blog:hover {
  background-color: #0773e6;
}
.section-media .media-flex .btn .tit-wrap {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  color: #ffffff;
  margin-right: 52px;
}
@media screen and (max-width: 768px) {
  .section-media .media-flex .btn .tit-wrap {
    margin-right: 12px;
  }
}
.section-media .media-flex .btn .tit-wrap .tit {
  display: block;
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .section-media .media-flex .btn .tit-wrap .tit {
    font-size: 20px;
  }
}
.section-media .media-flex .btn .tit-wrap .sub {
  display: block;
  font-size: clamp(1.8rem, 2vw, 2rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-media .media-flex .btn .tit-wrap .sub {
    font-size: 10px;
  }
}
.section-media .media-flex .btn .arrow {
  display: inline-block;
  transition: 0.3s;
  transform: translateY(-6px);
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 19px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .section-media .media-flex .btn .arrow {
    width: 8px;
    height: 16px;
  }
}
.section-media .media-flex .btn .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-image: url(../image/common/arrow-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.section-media .media-flex .btn .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-image: url(../image/common/arrow-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transform: translateX(-30px);
  transition: 0.3s;
}
.section-media .media-flex .btn:hover .arrow::before {
  transform: translateX(30px);
}
.section-media .media-flex .btn:hover .arrow::after {
  transform: translateX(0);
}

.section-news {
  padding-top: 80px;
  padding-bottom: 130px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .section-news {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.section-news .inner-news .title-wrap h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .section-news .inner-news .title-wrap h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.section-news .inner-news .title-wrap h2 span {
  color: #005bbb;
}
.section-news .inner-news .title-wrap .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .section-news .inner-news .title-wrap .sub {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.section-news .news-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-news .news-flex {
    flex-direction: column;
  }
}
.section-news .content {
  width: 62.5vw;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .section-news .content {
    width: 100%;
  }
}
.section-news .content .list_news_wrap {
  width: 100%;
}
.section-news .article_news {
  border-top: solid 1px #181919;
}
.section-news .article_news:last-child {
  border-bottom: solid 1px #181919;
}
.section-news .article_news a {
  display: flex;
  align-items: center;
  padding: 30px 15px 30px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-news .article_news a {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }
}
.section-news .article_news a .info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-news .article_news a .info {
    flex-wrap: wrap;
  }
}
.section-news .article_news a .date {
  display: inline-block;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .section-news .article_news a .date {
    font-size: 14px;
    margin-right: 8px;
  }
}
.section-news .article_news a .cat {
  display: inline-block;
  background-color: #005bbb;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin-right: 40px;
  padding: 0 20px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .section-news .article_news a .cat {
    height: 22px;
    line-height: 22px;
    margin-right: 0;
    padding: 0 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section-news .article_news a .title {
    margin-top: 16px;
    font-size: 14px;
  }
}
.section-news .article_news a .arrow_c_b {
  background-color: #005bbb;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 33px;
  aspect-ratio: 1;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-news .article_news a .arrow_c_b {
    width: 24px;
    right: 0;
  }
}
.section-news .article_news a .arrow_c_b::before {
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  aspect-ratio: 1;
  left: 6px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section-news .article_news a .arrow_c_b::before {
    width: 10px;
  }
}
.section-news .article_news a .arrow_c_b::after {
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  aspect-ratio: 1;
  left: -40px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  transition: 0.3s;
}
.section-news .article_news a:hover .arrow_c_b::before {
  left: 40px;
}
.section-news .article_news a:hover .arrow_c_b::after {
  left: 6px;
}
.section-news .link_arrow_s {
  width: 236px;
  height: 50px;
  color: #ffffff;
  padding-left: 30px;
  line-height: 50px;
  position: relative;
  background-color: #005bbb;
  border-radius: 10px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .section-news .link_arrow_s {
    margin-top: 40px;
  }
}
.section-news .link_arrow_s .arrow {
  position: absolute;
  width: 25px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  overflow: hidden;
}
.section-news .link_arrow_s .arrow::before {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  aspect-ratio: 1;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.section-news .link_arrow_s .arrow::after {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  aspect-ratio: 1;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-30px);
  transition: 0.3s;
}
.section-news .link_arrow_s:hover .arrow::before {
  transform: translateX(30px);
}
.section-news .link_arrow_s:hover .arrow::after {
  transform: translateX(0);
}

.section-about {
  padding-top: 150px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .section-about {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.section-about .flex-about {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-about .flex-about {
    flex-direction: column;
  }
}
.section-about .flex-about .text-warp {
  min-width: 400px;
  max-width: 530px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-about .flex-about .text-warp {
    max-width: 100%;
    min-width: auto;
    padding-bottom: 0;
  }
}
.section-about .flex-about .text-warp h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-about .flex-about .text-warp h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.section-about .flex-about .text-warp h2 span {
  color: #d72638;
}
.section-about .flex-about .text-warp h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-about .flex-about .text-warp h3 {
    margin-bottom: 20px;
  }
}
.section-about .flex-about .text-warp .description {
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-about .flex-about .text-warp .description {
    margin-bottom: 18px;
  }
}
.section-about .flex-about .text-warp .description:last-child {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .section-about .flex-about .text-warp .description:last-child {
    margin-bottom: 30px;
  }
}
.section-about .flex-about .image-wrap {
  max-width: 550px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .section-about .flex-about .image-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.section-about .btn-wrap {
  width: 36.8055555556vw;
  max-width: 530px;
}
@media screen and (max-width: 768px) {
  .section-about .btn-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.section-about .btn-wrap .more-btn {
  margin-right: 0;
  margin-left: auto;
  transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  .section-about .btn-wrap .more-btn {
    transform: none;
    margin-top: 40px;
  }
}

.section-course {
  background-color: #f7f7f7;
  padding: 100px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-course {
    padding: 50px 0;
  }
}
.section-course::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../image/top/course-deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  width: 27.6388888889vw;
  height: 37.2916666667vw;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .section-course::before {
    background-image: url(../image/top/course-deco-sp.webp);
    width: 49.8666666667vw;
    height: 126.9333333333vw;
  }
}
.section-course .inner-course {
  position: relative;
  z-index: 2;
}
.section-course .inner-course h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-course .inner-course h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.section-course .inner-course h2 span {
  color: #d72638;
}
.section-course .inner-course .description {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-course .inner-course .description {
    margin-bottom: 18px;
  }
}
.section-course .inner-course .description:last-child {
  margin-bottom: 0;
}

.section-course-selection .selection-flex {
  position: relative;
}
.section-course-selection .selection-flex .logo {
  display: inline-block;
  width: 140px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .section-course-selection .selection-flex .logo {
    width: 40px;
  }
}
.section-course-selection .selection-flex .selection-item {
  position: relative;
  width: 50%;
}
.section-course-selection .selection-flex .selection-item a {
  display: block;
}
.section-course-selection .selection-flex .selection-item::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .section-course-selection .selection-flex .selection-item::before {
    opacity: 0.6;
  }
}
.section-course-selection .selection-flex .selection-item .selection-tit {
  position: absolute;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px 6px 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-course-selection .selection-flex .selection-item .selection-tit {
    font-size: 16px;
  }
}
.section-course-selection .selection-flex .selection-item .selection-tit::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
  transition: 0.4s;
}
.section-course-selection .selection-flex .selection-item.boxer-course-wrap .selection-tit::before {
  background-color: #d72638;
}
@media screen and (max-width: 768px) {
  .section-course-selection .selection-flex .selection-item.boxer-course-wrap .selection-tit::before {
    display: none;
  }
}
.section-course-selection .selection-flex .selection-item.boxer-course-wrap .selection-tit > span {
  position: relative;
}
.section-course-selection .selection-flex .selection-item.fitness-course-wrap .selection-tit::before {
  background-color: #005bbb;
}
@media screen and (max-width: 768px) {
  .section-course-selection .selection-flex .selection-item.fitness-course-wrap .selection-tit::before {
    display: none;
  }
}
.section-course-selection .selection-flex .selection-item.fitness-course-wrap .selection-tit > span {
  position: relative;
}
.section-course-selection .selection-flex .selection-item:hover::before {
  opacity: 0.4;
}
.section-course-selection .selection-flex .selection-item:hover .selection-tit::before {
  bottom: 0;
}
.section-course-selection .c-text {
  background-color: #181919;
  padding: 30px 0;
  color: #ffffff;
  white-space: nowrap;
  font-size: 5.5555555556vw;
  position: relative;
  z-index: 2;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .section-course-selection .c-text {
    font-size: 40px;
    padding: 10px 0;
  }
}

.section-recruit {
  background-image: url(../image/top/recruit-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 140px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .section-recruit {
    padding-top: 60px;
    padding-bottom: 90px;
    background-image: url(../image/top/recruit-bg-sp.webp);
  }
}
.section-recruit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../image/top/recruit-cover.webp);
  background-size: 100%;
  width: 100vw;
  height: 20.0694444444vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-recruit::before {
    background-image: url(../image/top/recruit-cover-sp.webp);
    height: 60vw;
    mix-blend-mode: overlay;
  }
}
.section-recruit .inner-recruit {
  position: relative;
  z-index: 2;
}
.section-recruit .flex-recruit {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-recruit .flex-recruit {
    flex-direction: column;
  }
}
.section-recruit .text-warp {
  max-width: 650px;
  min-width: 500px;
  padding-bottom: 130px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-recruit .text-warp {
    max-width: 100%;
    min-width: auto;
    padding-bottom: 30px;
  }
}
.section-recruit .text-warp h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-recruit .text-warp h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.section-recruit .text-warp h2 span {
  color: #005bbb;
}
.section-recruit .text-warp h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-recruit .text-warp h3 {
    margin-bottom: 20px;
  }
}
.section-recruit .text-warp .description {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-recruit .text-warp .description {
    margin-bottom: 16px;
  }
}
.section-recruit .text-warp .description:last-child {
  margin-bottom: 0;
}
.section-recruit .image-wrap {
  max-width: 450px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .section-recruit .image-wrap {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
  }
}
.section-recruit .btn-wrap {
  max-width: 650px;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  .section-recruit .btn-wrap {
    max-width: 100%;
    min-width: auto;
  }
}
.section-recruit .btn-wrap .more-btn {
  color: #ffffff;
  margin-right: 0;
  margin-left: auto;
  transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  .section-recruit .btn-wrap .more-btn {
    margin-top: 40px;
    transform: none;
  }
}
.section-recruit .btn-wrap .more-btn a::before {
  background-color: #ffffff;
}

.section-sponsorship {
  padding-top: 150px;
  padding-bottom: 160px;
  background-image: url(../image/top/sponsorship-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-sponsorship {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.section-sponsorship .flex-sponsorship {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-sponsorship .flex-sponsorship {
    flex-direction: column;
  }
}
.section-sponsorship .image-wrap {
  width: 43.0555555556vw;
  max-width: 620px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .section-sponsorship .image-wrap {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
.section-sponsorship .text-warp {
  width: 50%;
  max-width: 600px;
  color: #ffffff;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-sponsorship .text-warp {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
}
.section-sponsorship .text-warp h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-sponsorship .text-warp h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.section-sponsorship .text-warp h2 span {
  color: #d72638;
}
.section-sponsorship .text-warp h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-sponsorship .text-warp h3 {
    margin-bottom: 20px;
  }
}
.section-sponsorship .text-warp .description {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-sponsorship .text-warp .description {
    margin-bottom: 16px;
  }
}
.section-sponsorship .text-warp .description:last-child {
  margin-bottom: 0;
}
.section-sponsorship .btn-wrap {
  margin-right: 0;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .section-sponsorship .btn-wrap {
    max-width: 100%;
  }
}
.section-sponsorship .btn-wrap .more-btn {
  color: #ffffff;
  margin-right: 0;
  margin-left: auto;
  transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  .section-sponsorship .btn-wrap .more-btn {
    transform: none;
    margin-top: 40px;
  }
}
.section-sponsorship .btn-wrap .more-btn a::before {
  background-color: #ffffff;
}

.section-access {
  padding-top: 140px;
  padding-bottom: 160px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-access {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.section-access .flex-access {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-access .flex-access {
    flex-direction: column;
  }
}
.section-access .flex-access .text-warp {
  max-width: 507px;
}
@media screen and (max-width: 768px) {
  .section-access .flex-access .text-warp {
    max-width: 100%;
  }
}
.section-access .flex-access .text-warp h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-access .flex-access .text-warp h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.section-access .flex-access .text-warp h2 span {
  color: #005bbb;
}
.section-access .flex-access .text-warp .note {
  line-height: 2;
  margin-bottom: 20px;
}
.section-access .flex-access .text-warp .hours {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  .section-access .flex-access .text-warp .hours {
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
.section-access .flex-access .text-warp .hours dl {
  display: flex;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .section-access .flex-access .text-warp .hours dl {
    margin-bottom: 12px;
  }
}
.section-access .flex-access .text-warp .hours dl dt {
  width: 160px;
  font-weight: normal;
}
.section-access .flex-access .image-wrap {
  max-width: 556px;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .section-access .flex-access .image-wrap {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .section-access .flex-access .image-wrap {
    max-width: 100%;
  }
}

.section-map .map-wrap {
  position: relative;
  width: 100%;
  height: 26.5972222222vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-map .map-wrap {
    height: 100vw;
  }
}
.section-map .map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.setion-parking {
  padding-top: 160px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .setion-parking {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.setion-parking h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .setion-parking h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.setion-parking h2 span {
  color: #d72638;
}
.setion-parking .parking-guide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .setion-parking .parking-guide {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.setion-parking .parking-guide__map {
  grid-column: 1/2;
}
.setion-parking .parking-guide__right {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
@media screen and (max-width: 768px) {
  .setion-parking .parking-guide__right {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.setion-parking .parking-guide__photo {
  grid-column: 1/2;
}
.setion-parking .parking-guide__bottom {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .setion-parking .parking-guide__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
  }
}
.setion-parking .parking-guide__notice {
  grid-column: 1/2;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .setion-parking .parking-guide__notice {
    margin-top: 0;
  }
}
.setion-parking .parking-guide__map img,
.setion-parking .parking-guide__photo img,
.setion-parking .parking-guide__notice img,
.setion-parking .parking-guide__step img,
.setion-parking .parking-guide__info img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .setion-parking .parking-guide__map,
  .setion-parking .parking-guide__right,
  .setion-parking .parking-guide__photo,
  .setion-parking .parking-guide__bottom,
  .setion-parking .parking-guide__notice {
    grid-column: auto;
  }
}
.setion-parking .parking-guide__step p {
  margin-top: 10px;
  line-height: 1.8;
}
.setion-parking .parking-guide__text p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .setion-parking .parking-guide__text p {
    line-height: 1.8;
  }
}
.setion-parking .parking-guide__text span {
  color: #d43b43;
}/*# sourceMappingURL=top.css.map */