@charset "utf-8";

.mtitle01 {
  font-size: 45px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.mtxt {
  margin-bottom: 45px;
  font-size: 17px;
  color: #838383;
  text-align: center;
}

#pop1 {
  position: absolute;
  left: 130px;
  top: 150px;
  z-index: 100;
  width: 92%;
  max-width: 500px;
  display: none;
}
#pop1 img {
  display: block;
  max-width: 100%;
}
.popFooter {
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #fff;
  background: #2e2e2e;
}
.popFooter2 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #fff;
  background: #2e2e2e;
}
.pc1 {
  float: left;
  margin-left: 25px;
  cursor: pointer;
  font-size: 12px;
}
.pc2 {
  float: right;
  margin-right: 25px;
  cursor: pointer;
  font-size: 12px;
}
@media all and (max-width: 670px) {
  #pop1 {
    left: 4%;
  }
}

#main_visual {
}
#main_visual .swiper-container {
  overflow: visible;
}
#main_visual .swiper-slide {
  background: no-repeat center;
  background-size: cover;
}
#main_visual .slide01 {
  background-image: url("../images/main/visual01.jpg");
}
#main_visual .slide02 {
  background-image: url("../images/main/visual02.jpg");
}
#main_visual .slide03 {
  background-image: url("../images/main/visual03.jpg");
}
#main_visual .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 200px;
  color: #fff;
  font-weight: 400;
}
#main_visual .slide01 .txt {
  margin-top: -335px;
}
#main_visual .logo {
  margin-bottom: 35px;
}
#main_visual .title {
  margin-bottom: 26px;
  vertical-align: top;
}
#main_visual .t01 {
  margin-top: 35px;
  font-size: 23px;
  line-height: 1.4;
}
#main_visual .t02 {
  margin-top: 7px;
  font-size: 18px;
  line-height: 1.4;
}
#main_visual .btn_more {
  position: absolute;
  bottom: -43px;
  left: 50%;
  width: 220px;
  height: 200px;
  margin-left: -600px;
  padding: 63px 40px;
  background: #000;
}
#main_visual .swiper-controls {
  position: absolute;
  bottom: 58px;
  left: 0;
  width: 100%;
}
#main_visual .swiper-controls .csize01 {
  position: relative;
  z-index: 2;
  font-size: 0;
  text-align: right;
}
#main_visual .swiper-button-prev {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  vertical-align: top;
  width: 59px;
  height: 59px;
  margin: 0;
  border-radius: 50%;
  background: url("../images/main/btn_prev.png") no-repeat center #fff;
}
#main_visual .swiper-button-next {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  vertical-align: top;
  width: 59px;
  height: 59px;
  margin: 0;
  border-radius: 50%;
  background: url("../images/main/btn_next.png") no-repeat center #fff;
}
#main_visual .swiper-button-playpause {
  display: inline-block;
  width: 59px;
  height: 59px;
  margin: 0 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url("../images/main/btn_pause.png") no-repeat center;
}

#lesson_program {
  padding: 80px 0;
}
#lesson_program .mtitle01 {
  color: #333;
}
#lesson_program .swiper-container {
  padding: 60px 0 180px;
}
#lesson_program .swiper-slide {
  width: auto;
  height: auto;
  padding: 0 40px;
}
#lesson_program .box {
  position: relative;
  width: 312px;
  height: 312px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#lesson_program .box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #f5f5f5;
  background: #f5f5f5 no-repeat center;
  background-size: 100% auto;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#lesson_program .slide01 .box:before {
  background-image: url("../images/main/lesson_program01.png");
}
#lesson_program .slide02 .box:before {
  background-image: url("../images/main/lesson_program02.png");
}
#lesson_program .slide03 .box:before {
  background-image: url("../images/main/lesson_program03.png");
}
#lesson_program .slide04 .box:before {
  background-image: url("../images/main/lesson_program04.png");
}
#lesson_program .slide05 .box:before {
  background-image: url("../images/main/lesson_program05.png");
}
#lesson_program .swiper-slide h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  font-size: 27px;
  line-height: 2;
  color: #000;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
#lesson_program .swiper-slide p {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 22px;
  padding-top: 55px;
  font-size: 17px;
  color: #000000;
  line-height: 1.47;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
#lesson_program .swiper-slide p:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 0px;
  background: #6974b1;
  content: "";
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
#lesson_program .swiper-slide.on .box:before {
  transform: scale(1.34);
  background-color: #fff;
}
#lesson_program .swiper-slide.on h3 {
  opacity: 1;
  bottom: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#lesson_program .swiper-slide.on p {
  opacity: 1;
  padding-top: 85px;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
#lesson_program .swiper-slide.on p:before {
  opacity: 1;
  height: 60px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#coach {
  position: relative;
  text-align: center;
  background: url("../images/main/coach_bg.jpg");
  background-size: cover;
}
#coach .swiper-container {
  position: relative;
  margin: 0 -30%;
}
#coach .title {
  position: absolute;
  top: 16.3%;
  left: 50%;
  width: 25%;
  z-index: 5;
  margin-left: -565px;
  text-align: left;
}
#coach .box {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#coach .box img {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
#coach .box .img {
  opacity: 1;
}
#coach .box .name {
  position: absolute;
  bottom: 4.3%;
  right: 4.5%;
  width: 10.4%;
  opacity: 0;
}
#coach .txt {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 3;
  width: 234px;
  height: 130px;
  margin-left: 23.49%;
  margin-top: -117px;
  border: 10px solid #fff;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
#coach .txt p {
  display: inline-block;
  padding-top: 35%;
  text-align: left;
}
#coach .txt span {
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
}
#coach .txt strong {
  display: block;
  margin-top: 3px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
#coach .txt strong * {
  vertical-align: baseline;
}
#coach .txt strong em {
  font-size: 26px;
  font-weight: 500;
}
#coach .txt:before {
  position: absolute;
  top: 41%;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
#coach .swiper-slide.on .gimg {
  opacity: 0;
}
#coach .swiper-slide.on .img {
  opacity: 1;
  margin-top: 0;
}
#coach .swiper-slide.on .name {
  opacity: 1;
  margin-right: 0;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#coach .swiper-slide.on .txt {
  top: 30%;
  opacity: 1;
  height: 234px;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#coach .swiper-slide.on .txt:before {
  width: 56.8%;
  left: -36.32%;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#photo_gallery {
  padding-top: 100px;
  text-align: center;
}
#photo_gallery ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
#photo_gallery li {
  overflow: hidden;
  float: left;
  width: 20%;
  padding: 0;
}
#photo_gallery .img_wrap {
  position: relative;
  padding-bottom: 72.91%;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
#photo_gallery .img_wrap:after {
  display: none;
}
#photo_gallery .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.pc #photo_gallery li:hover .img_wrap {
  transform: scale(1.1);
}

#notice {
  padding: 100px 0;
}
#notice ul {
  overflow: hidden;
  margin: -28px;
}
#notice li {
  float: left;
  width: 33.33%;
  padding: 28px;
}
#notice div {
  position: relative;
  height: 340px;
  padding: 35px 40px;
  border: 1px solid #cbcbcb;
  font-size: 17px;
  color: #888888;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}
#notice div:after {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 48px;
  height: 48px;
  background: url("../images/main/icon_plus.png");
  background-size: 100%;
  content: "";
}
#notice div h3 {
  font-size: 24px;
  color: #222222;
  line-height: 34px;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
#notice .category {
  display: block;
  margin-bottom: 35px;
}
#notice .date {
  position: absolute;
  left: 40px;
  bottom: 35px;
}
.pc #notice li:hover div {
  color: #90929a;
  background: #202535;
}
.pc #notice li:hover h3 {
  color: #fff;
}

#partner {
  padding: 100px 0;
  background: #eef1f4;
}
.partner_list {
  overflow: hidden;
  margin: -10px;
  text-align: center;
}
.partner_list li {
  float: left;
  width: 25%;
  padding: 10px;
  height: 81px;
}
.partner_list li img {
  max-height: 100%;
}
.partner_list li:nth-child(4n + 1) {
  clear: both;
}

.fixed_btn_box {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fixed_btn_box a {
  display: block;
}

@media (max-width: 991.99px) {
}
@media all and (max-width: 1200px) {
  #main_visual .btn_more {
    left: 0;
    margin-left: 0;
  }
  #coach .title {
    left: 12%;
    margin: 0;
  }
  #photo_gallery li {
    width: 33.33%;
  }
  #photo_gallery li:last-child {
    display: none;
  }

  .partner_list li {
    width: 33.333%;
  }
  .partner_list li:nth-child(4n + 1) {
    clear: none;
  }
  .partner_list li:nth-child(3n + 1) {
    clear: both;
  }
}
@media all and (max-width: 767.99px) {
  .mtitle01 {
    font-size: 22px;
    font-weight: 700;
  }
  .mtxt {
    margin-bottom: 25px;
    font-size: 12px;
  }

  #main_visual .txt {
    top: auto;
    bottom: 120px;
    margin-top: 0;
  }
  #main_visual .logo {
    width: 95px;
    margin-bottom: 18px;
  }
  #main_visual .title {
    margin-bottom: 13px;
  }
  #main_visual .title img {
    height: 61px;
  }
  #main_visual .t01 {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
  }
  #main_visual .t02 {
    margin-top: 7px;
    font-size: 11px;
  }
  #main_visual .btn_more {
    bottom: -21px;
    width: 110px;
    height: 100px;
    padding: 30px 25px;
  }
  #main_visual .swiper-controls {
    bottom: 20px;
    right: 5px;
  }
  #main_visual .swiper-button-prev,
  #main_visual .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
  #main_visual .swiper-button-playpause {
    width: 30px;
    height: 30px;
    background-size: 4px auto;
  }

  #lesson_program {
    padding: 40px 0;
  }
  #lesson_program .swiper-container {
    padding: 30px 0 90px;
  }
  #lesson_program .swiper-slide {
    padding: 0 20px;
  }
  #lesson_program .box {
    width: 160px;
    height: 160px;
  }
  #lesson_program .swiper-slide h3 {
    bottom: -15px;
    font-size: 15px;
  }
  #lesson_program .swiper-slide p {
    margin-top: 11px;
    padding-top: 28px;
    font-size: 12px;
  }
  #lesson_program .swiper-slide p:before {
    width: 1px;
  }
  #lesson_program .swiper-slide.on p {
    padding-top: 42px;
  }
  #lesson_program .swiper-slide.on p:before {
    height: 30px;
  }

  #coach .txt {
    width: 70px;
    height: 45px;
    margin-top: -30px;
    border: 3px solid #fff;
  }
  #coach .swiper-slide.on .txt {
    height: 70px;
  }
  #coach .txt p {
    padding-top: 30%;
    line-height: 1.2;
  }
  #coach .txt span {
    font-size: 11px;
  }
  #coach .txt strong {
    margin-top: 0;
    font-size: 10px;
    line-height: 15px;
  }
  #coach .txt strong em {
    font-size: 12px;
    font-weight: 700;
  }
  #coach .swiper-slide.on .txt:before {
    left: -50%;
  }

  #photo_gallery {
    padding-top: 50px;
  }
  #photo_gallery li {
    width: 50%;
  }
  #photo_gallery li:last-child {
    display: block;
  }

  #notice {
    padding: 50px 0;
  }
  #notice ul {
    margin: -5px;
  }
  #notice li {
    width: 100%;
    padding: 5px;
  }
  #notice div {
    height: auto;
    padding: 17px 20px 50px;
    font-size: 12px;
  }
  #notice div:after {
    right: 15px;
    bottom: 15px;
    width: 24px;
    height: 24px;
  }
  #notice div h3 {
    font-size: 14px;
    line-height: 20px;
  }
  #notice .category {
    margin-bottom: 17px;
  }
  #notice .date {
    left: 20px;
    bottom: 18px;
  }

  #partner {
    padding: 50px 0;
  }
  .partner_list li {
    width: 50%;
    padding: 5px 0;
    height: auto;
  }
  .partner_list li img {
    height: 30px;
  }
  .partner_list li:nth-child(3n + 1) {
    clear: none;
  }
  .partner_list li:nth-child(2n + 1) {
    clear: both;
  }
  .fixed_btn_box {
    top: auto;
    right: 20px;
    bottom: 70px;
    transform: translateY(0);
  }
  .fixed_btn_box a {
    width: 40px;
    height: 40px;
  }
}
