@charset "utf-8";

body{
  font-size: 14px;
}

.top-inner{
  width: 80%;
  margin: 0 auto;
  max-width: 1240px;
}

.fv{
  position: relative;
  min-height: 90vh;
  //max-height: 960px;
}

.fv-deco01{
  position: absolute;
  top: -8rem;
  right: -3rem;
  width: 25%;
  height: auto;
  z-index: 2;
  animation-delay: 0.75s;
}

.fv-deco02{
  position: absolute;
  top: 5%;
  left: 0;
  width: 20%;
  height: auto;
  animation-delay: 1s;
}

.fv-deco03{
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 25%;
  height: auto;
  animation-delay: 1s;
}

.fv-img{
  width: 100%;
  height: 800px;
  //max-height: 85vh;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.swiper-container{
  width: 70%;
  max-width: 1400px;
  margin: 7rem auto 0;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 16px #0000005e;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.25);
  }
}
.swiper-slide-active .fv-img,
.swiper-slide-duplicate-active .fv-img,
.swiper-slide-prev .fv-img {
  animation: zoomUp 7s linear 0s normal both;
}

.fv-text{
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 1;
}

.fv-text h1{
  font-size: 4rem;
  line-height: 1;
  font-weight: 800;
  padding: 1rem 2rem;
  background-color: #F8F8F8;
  border-radius: 50px;
  color: #FD5B50;
  width: fit-content;
  margin-bottom: 1.25rem;
}

.fv-text-img{
  display: flex;
  gap: 0;
  margin-bottom: 2rem;
}

.fv-text-img img{
  width: 240px;
  height: auto;
}

.fv-text-img img:nth-child(2){
  width: 240px;
  height: auto;
  animation-delay: 0.5s;
}

/* 固定ニュース */
.news{
  margin: 2rem 0 2rem auto;
  background-color: #FD5B50;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 2.5rem;
  width: 40%;
  color: #fff;
  overflow: hidden;
}

.news-title{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem 2.5rem 0.5rem 0;
  border-right: 1px solid #fff;
}

.news-title p{
  position: relative;
  padding-left: 3rem;
}

.news-title p:before{
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  border-radius: 5px;
  width: 2rem;
  height: 5px;
  background-color: #fff;
}


/* ブログ */
.topic{
  position: relative;
  margin: 5rem auto;
  display: flex;
  gap: 2rem;
  max-width: 1400px;
  width: 80%;
  //justify-content: space-between;
}

.topic-title h2{
  color: #FD5B50;
  font-size: 2.5rem;
}

.topic-title p{
  font-size: 1.25rem;
  padding-left: 3rem;
}

.topic-title p:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 40px;
  height: 8px;
  border-radius: 5px;
  background-color: #FD5B50;
}

.topic-left{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
      padding-bottom: 3rem;
}


/*  ブログ共通設定 */
.topItem{
  width: 30%;
  min-width: 200px;
  display: block;
}

.shop-img img{
  width: 240px;
  height: 180px;
  object-fit: cover;
}

.shop-img{
  overflow:hidden;
  border-radius: 10px;
}

.newsLink:hover{
    opacity:0.7;
    text-decoration: none;
}

.newsLink:hover  .shop-img img{
    transform:scale(1.1,1.1);
}

.newsItemDesc{
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0.5rem 0;
}

.newsItemCate{
  background-color: #F8F8F8;
  padding: 0.5rem 1rem;
  color: #000;
  border: none;
  border-radius: 0;
}

/* ABOUT */
.about{
  margin: 5rem auto;
  display: flex;
  gap: 3rem;
}

.about-img{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
  width: 50%;
}

.about-img img{
  border-radius: 10px;
}

.about-img img:nth-child(1){
  position: relative;
  left: 0%;
  width: 120%;
  height: auto;
}

.about-img-cont{
  display: flex;
  gap: 1rem;
  width: 100%;
}

.about-img-cont img{
  width: 50%!important;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.about-text{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}

.about-text h3{
  font-size: 2.5rem;
}

.about-text h3 span{
  font-size: 2.75rem;
}

.about-title{
  position: relative;
  left: -5rem;
}

.about-title h2{
  color: #FD5B50;
  font-size: 5rem;
}

.about-text-deco{
  position: absolute;
  top: 1rem;
  right: -20%;
  width: 170px;
  height: auto;
  transform: rotate(10deg);
}

/* 特徴 */
.feature{
  margin: 5rem auto;
}

.feature-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}

.feature-cont{
  position: relative;
  display: flex;
  gap: 1rem;
}

.feature-item{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  max-width: 32%;
}

.feature-item h3{
  text-align: center;
  font-size: 1.5rem;
}

.feature-item img{
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: cover;
  border-radius: 10px;
}

/* ショップ・スクール */
.shop{
  position: relative;
  margin: 8rem auto 0;
  background-color: #FFF;
  padding: 3rem 0;
}

.shop-deco{
  position: absolute;
  top: -5rem;
  left: -5rem;
  width: 160px;
  height: auto;
}

.shop-inner{
  position: absolute;
  height: calc(100% + 5rem);
  width: 200vw;
  background-color: #FFF;
  border-radius: 50% 50% 0 0;
  top: -5rem;
  left: -60vw;
  margin: 0 auto;
  z-index: -2;
}

.shop-title h2{
  color: #FD5B50;
  font-size: 5rem;
}

.shop-title-inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.shop-cont{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 3rem auto;
}

.shop-cont a{
  width: 49%;
  min-width: 400px;
  box-shadow: 2px 2px 4px #0000005e;
  border-radius: 10px;
}

.shop-cont a:hover{
  box-shadow: inset 2px 2px 4px #0000005e;
}

/* サービス */
.service-cont{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0 5rem;
  max-width: 1200px;
}

.service-deco{
  position: absolute;
  top: 0rem;
  right: 40%;
  width: 160px;
  height: auto;
}

.service-item{
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  border: 3px solid #00A0E8;
  box-shadow: 2px 2px 4px #0000005e;
  max-width: 1200px;
}

.service-item:hover{
  box-shadow: inset 2px 2px 4px #0000005e;
  text-decoration: none;
  color: #000;
}

.service-item:before{
  content: ">";
  position: absolute;
  display: flex;
  justify-content: center;
  top: 50%;
  right: 3rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
  line-height: 1;
  background-color: #00A0E8;
  color: #fff;
  border-radius: 60px;
  width: 32px;
  height: 32px;
}

.service-item img{
  width: 320px;
  height: auto;
  max-height: 240px;
}

.service-item-text h3{
  font-size: 2rem;
  margin-bottom: 2rem;
}


/* 大会情報 */
.match{
  margin: 5rem auto;
  background-color: #F8F8F8;
  margin: 5rem auto;
}

.match-deco{
  position: absolute;
  top: -8rem;
  right: 5%;
  width: 140px;
  height: auto;
}

/* 採用情報 */
.recruit{
  position: relative;
  margin: 5rem auto;
  width: 100%;
}

.recruit-deco{
  position: absolute;
  top: -5rem;
  left: 0rem;
  width: 160px;
  height: auto;
}

.recruit-inner{
  position: relative;
  margin: 0rem auto;
  width: 50%;
  min-width: 960px;
  background-color: #ffffffae;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding-bottom: 5rem;
}

.recruit-slider{
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.recruit p{
  text-align: center;
  font-weight: bold;
}

.recruit-title{
  margin: 0 auto;
  position: relative;
  top: -3rem;
  width: fit-content;
}


@media screen and (max-width: 1024px) {
  .fv-deco01{
    top: -3rem;
    right: -1rem;
    width: 30%;
  }

  .fv-deco02{
    position: absolute;
    top: 5%;
    left: 0;
    width: 30%;
    height: auto;
    animation-delay: 1s;
  }

  .fv-deco03{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
  }
  
  .fv-text-img img{
    width: 140px;
  }
  .fv-text-img img:nth-child(2){
    width: 140px;
  }
  .news{
    margin: 2rem auto;
    background-color: #FD5B50;
    border-radius: 5px;
    gap: 1rem;
    padding: 1rem;
    width: 90%;
  }
  .topic{
    margin: 3rem auto;
    flex-direction: column;
    gap: 1rem;
    width: 90%;
  }
  .feature-item h3{
    text-align: center;
    font-size: 1.25rem;
  }
  .shop-title h2{
    color: #FD5B50;
    font-size: 3rem;
  }

  .about-img img{
    border-radius: 5px;
  }

  .about-img img:nth-child(1){
    position: relative;
    left: 0%;
    width: 80%;
    height: auto;
  }

  .about-img img:nth-child(2){
    width: 40%;
    height: auto;
  }
  .about-text-deco{
    width: 140px;
    right: -25%;
  }

  .about-text{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }

  .about-text h3{
    font-size: 1.25rem;
  }

  .about-text h3 span{
    font-size: 1.5rem;
  }

  .about-title{
    position: relative;
    left: 0;
  }

  .about-title h2{
    color: #FD5B50;
    font-size: 3rem;
  }
   .service-deco{
    position: absolute;
    top: 0rem;
    right: 0;
    height: auto;
  }
  
  .service-cont{
    margin: 2rem 0 5rem;
  }

  .service-deco{
    position: absolute;
    top: 0rem;
    right: 0;
    width: 100px;
    height: auto;
  }

  .service-item{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 2rem 1rem 1rem;
    border-radius: 5px;
  }

  .service-item:before{
      right: 0.5rem;
      font-size: 0.5rem;
      width: 16px;
      height: 16px;
      display: flex;
      align-items: center;
  }

  .service-item img{
    width: 180px;
    height: auto;
    max-height: 240px;
  }

  .service-item-text h3{
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .recruit-inner{
    position: relative;
    margin: 0rem auto;
    width: 90%;
    min-width: 100px;
    background-color: #ffffffae;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .top-inner{
    width: 95%;
  }
  .fv-img{
    height: 80vh;
  }
  
  .swiper-container{
    width: 80%;
    margin: 5rem auto 0;
    overflow: hidden;
  }
  
  .about{
    margin: 3rem auto;
  }
  .about-text-deco{
    position: absolute;
    top: -8rem;
    right: -20%;
    height: auto;
    transform: rotate(10deg);
  }
  .about-img{
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
  .about-img img{
    border-radius: 5px;
  }

  .about-img img:nth-child(1){
    position: relative;
    left: 0%;
    width: 100%;
    height: auto;
  }

  .about-img img:nth-child(2){
    width: 40%;
    height: auto;
  }

  .about-text{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }

  .about-text h3{
    font-size: 1.25rem;
  }

  .about-text h3 span{
    font-size: 1.5rem;
  }

  .about-title{
    position: relative;
    left: 0;
  }

  .about-title h2{
    color: #FD5B50;
    font-size: 3rem;
  }

  
  .feature{
    margin: 3rem auto;
  }
  .feature-cont{
    flex-wrap: wrap;
  }
  .feature-item{
    padding: 0.5rem;
    border-radius: 5px;
    max-width: 48%;
  }
  .feature-item h3{
    text-align: center;
    font-size: 1.25rem;
  }
  .feature-item img{
    border-radius: 5px;
  }
  .shop{
    position: relative;
    margin: 8rem auto 0;
    padding: 2rem 0;
  }

  .shop-deco{
    position: absolute;
    top: -3rem;
    right: 0;
    left: auto;
    width: 100px;
    height: auto;
  }

  .shop-inner{
    position: absolute;
    height: calc(100% + 5rem);
    width: 400vw;
    background-color: #FFF;
    border-radius: 50% 50% 0 0;
    top: -5rem;
    left: -150vw;
    margin: 0 auto;
    z-index: -2;
  }

  .shop-title h2{
    color: #FD5B50;
    font-size: 2.5rem;
  }

  .shop-cont{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 3rem auto;
  }

  .shop-cont a{
    width: 100%;
    min-width: 280px;
    box-shadow: 2px 2px 4px #0000005e;
    border-radius: 10px;
  }
  .shop-cont a:hover{
    box-shadow: inset 2px 2px 4px #0000005e;
  }
  .match{
    margin: 3rem auto;
    background-color: #F8F8F8;
  }

  .match-deco{
    position: absolute;
    top: -8rem;
    right: 0;
    width: 100px;
    height: auto;
  }
  .service-cont{
    margin: 2rem 0 5rem;
  }

  .service-deco{
    position: absolute;
    top: 0rem;
    right: 0;
    width: 100px;
    height: auto;
  }
  

  .service-item-text h3{
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .recruit{
    position: relative;
    margin: 5rem auto;
  }
   .recruit-title p{
    text-align: left!important;
  }

  .recruit-deco{
    position: absolute;
    top: 0rem;
    left: auto;
    right: 0;
    width: 80px;
    height: auto;
  }

  .recruit-inner{
    position: relative;
    margin: 0rem auto;
    width: 90%;
    min-width: 100px;
    background-color: #ffffffae;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-bottom: 2rem;
  }

  .recruit-slider{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }

  .recruit p{
    text-align: center;
    font-weight: bold;
  }

  .recruit-title{
    margin: 0 auto;
    position: relative;
    top: -3rem;
    width: fit-content;
  }
  
  @media screen and (max-width: 414px) {
    .fv-text{
      left: 3%;
      z-index: 1;
    }
    .fv-text h1{
      font-size: 1.5rem;
      padding: 1rem;
      background-color: #F8F8F8;
      margin-bottom: 1.25rem;
    }
    .fv-text h1 span{
      font-size: 1.25rem!important;
    }
    .fv-text-img img{
      width: 110px;
    }
    .fv-text-img img:nth-child(2){
      width: 110px;
    }
    .news{
    flex-direction: column;
    align-items: flex-start;
  }
  .news-title{
    border-right: none;
  }
    .shop-img{
      width: 320px;
      height: 240px;
      object-fit: cover;
      border-radius: 5px;
    }
    .shop-img img{
      width: 100%;
      height: 240px;
      object-fit: cover;
    }
    .news-title{
      padding: 0.5rem 1.5rem 0.5rem 0;
    }
    .topItem{
      width: 100%;
      min-width: 200px;
      display: block;
    }
    .newsLink{
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    .feature-cont{
      flex-direction: column;
    }
     .feature-item{
      padding: 0.5rem;
      border-radius: 5px;
      max-width: 100%;
    }
    .about{
      margin: 3rem auto;
      flex-direction: column;
      gap: 2rem;
    }
    .about-img{
      display: flex;
      gap: 1rem;
      justify-content: center;
      width: 90%;
    }
    .about-text-deco{
      position: absolute;
      top: 3rem;
      right: -5%;
      width: 100px;
      height: auto;
      transform: rotate(10deg);
    }
    .shop-title-inner{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
    }
     .service-item{
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
      padding: 1rem 2rem 1rem 1rem;
      border-radius: 5px;
    }
    .service-item:before{
      right: 0.5rem;
      font-size: 0.5rem;
      width: 16px;
      height: 16px;
      display: flex;
      align-items: center;
    }
    .service-item img{
      width: 100%;
      height: auto;
      max-height: 240px;
      border-radius: 10px;
    }
  }

}