@charset "utf-8";


@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
  
}

.mainview {
 position: relative;
 display: flex;
 margin-top: 110px;
}

.main-01 {
  width: 100%;
  height: 800px;
  background-image: url(../img/main.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
  

  .main-ttl {
    width: 90%;
    max-width: 550px;
    height: 300px;
    background-image: url(../img/main-ttl.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 5%;
    top: 24%;
    z-index: 2;
  }

  
 



.mainview .cta-wrap {
  position: absolute;
  left: 5%;
  top: 63%;
  z-index: 2;
}

  

  @media (max-width:1024px) {
    .main-01 {
      width: 100%;
      left: 0;
    }
  }


  
  h1  {
  font-size: 40px;
  }


.row {
  width: 100%;
}

/*-- about --*/

.about {
  display: flex;
  background: #FFF3EB;
  position: relative;
  height: 430px;
}

.about-wrap {
  width: 90%;
  max-width: 780px;
  height: 300px;
  background-color: #FF8000;
  border-radius: 20px;
  display: flex;
  position: relative;
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.about-content-01 {
  width: 370px;
  position: absolute;
  margin-bottom: 0;
  left: -5%;
  bottom: 0;
}


.about-content-02 {
   padding-top: 50px;
  width: 90%;
  max-width: 400px;
position: relative;
  color: #333;
  margin-left: 2%;
  font-weight: bold;
  position: absolute;
  top: -30%;
  right: 2%;
}

.about-content-02 h3 {
color: #fff;
  line-height: 0.8;
  background: #333;
  display: inline;
  padding: 5px 10px;
  padding-top: 8px;
  line-height: 2.3;
  font-weight: bold;
}

.about-content-02 p {
  line-height: 1.8;
  margin-top: 10px;
}

.about-text {
  width: 95%;
max-width: 900px;
margin-bottom: 0;
color: #fff;
}

.about-02 {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-ttl {
  position: absolute;
}

.about-wrap {
  position: relative;
}

.about-ttl {
  position: absolute;
top: 0;
left: -10%;
}


.about-bg-02 {
  width: 360px;
  height: 270px;
  background: #FFBA94;
  border-radius: 20px;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-120%);
}

.about-l {
  position: absolute;
  left: 0;
  top: 0;
}

.about-r {
  position: absolute;
  right: 0;
  bottom: 0;
}

.jigyousyo {
  width: 100%;
  height: auto;
  background-image: url(../img/jigyousyo.webp);
  background-size: cover;
  background-repeat: no-repeat;
padding-top: 40px;
padding-bottom: 40px;
}

.jigyousyo h3 {
  background: #004BB1;
  color: #fff;
  font-weight: bold;
  display: inline;
  padding: 10px 20px;
}

.jigyousyo-wrap {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  background-color: rgb(239, 246, 255, 0.65);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.jigyousyo-wrap p {
  width: 80%;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 10px;
  font-weight:600;
  line-height: 1.8;
}

/*-- service --*/

#service {
  width: 100%;
  background: #FFF4E5;
  padding-bottom: 40px;
padding-top: 60px;
}

.ttl-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  position: relative;
  z-index: 2;
}

.ttl-area p {
  width: 90%;
  max-width: 520px;
  margin: 0 auto;
}

#service h2 {
color: #FF8000;
font-size: 35px;
font-weight: bold;
background:linear-gradient(transparent 60%, #FFD19C 60%);
margin-bottom: 40px;
}


.service-wrap {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.num {
    font-family: "Zen Kurenaido", sans-serif;
    font-style: bold;
  font-size: 70px;
  margin-left: -0.5rem;
}

.service-ttl {
  display: flex;
  font-weight: bold;
  color: #FF8000;
  line-height: 1;
}


.service-ttl-wrap {
  margin-top: 20px;
  margin-left: 5px;
}

.service-ttl span {
  margin-left: 0.5rem;
  background:linear-gradient(transparent 60%, #FFD19C 60%);
}

.service-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.service-text-box {
  width: 50%;
  height: 330px;
  max-width: 500px;
  z-index: 10;
}

.service-img {
width: 440px;
margin-top: 40px;
margin-left: 30px;
}

.service-text {
  width: 85%;
  margin-left: 15%;
}

.reverse {
  flex-direction: row-reverse;
  margin: 50px 0;
}

.reverse .service-img {
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 30px;
  }

.reverse .service-text-box {
 margin-right: 0;
}


.reverse .btn {
  color: #fff;
}

#service {
position: relative;
}

.s-bg-01 {
position: absolute;
top: 0;
left: 0;
}

.s-bg-02 {
  position: absolute;
  top: 0;
  right: 0;
  }

  .s-bg-03 {
    position: absolute;
    bottom: 0;
    right: 0;
    }


    
/*-- facility --*/

#facility {
  width: 100%;
  background: #FFEFEF;
  padding: 50px 0;
  position: relative;
} 

.facility-bg-01 {
  position: absolute;
  top: 0;
  right: 0;
}

.facility-bg-02 {
  position: absolute;
  bottom: 0;
  left: 0;
}

#facility h2 {
      color: #EE375D;
      font-size: 32px;
      font-weight: bold;
      background:linear-gradient(transparent 60%, #FCB6B3 60%);
      margin-bottom: 40px;
      }
      

.facility-wrap {
  width: 90%;
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
    
.facility-box {
  width: 47%;
  margin-top: 20px;
}

.facility-box-02 {
  width: 32%;
  margin-top: 1rem;
}

.facility-box h4 {
  color: #EE375D;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}


/*-- schedule --*/

#schedule {
  width: 100%;
  padding: 50px 0;
  padding-bottom: 100px;
  background: #F0FEE7;
  position: relative;
}

.schedule-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
}

.schedule-bg-03 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.schedule-bg-02 {
  position: absolute;
  bottom: 0;
  left: 0;
}


#schedule h2 {
  color: #1BBE0F;
  font-size: 32px;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #8FF299 60%);
  margin-bottom: 40px;
  }
  


.schedule-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  margin-top: 60px;
  border: solid 4px #1BBE0F;
  border-radius: 8px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

.schedule-wrap h3 {
  width: 90%;
  display: inline;
  font-weight: bold;
  padding: 10px 10px;
  text-align: center;
  background: #1BBE0F;
  font-size: 22px;
  color: #fff;
  border-radius: 5px;
  margin-top: -28px;
}

.schedule-area {
display: flex;
}

.schedule-time {
  display: flex;
  margin-left:10px;
  width: 200px;
}

.tokei {
  width: 30px;
  margin-top: 3px;
}

.schedule-area {
  position: relative;
}

.schedule-time p {
  color: #fff;
  background: #1BBE0F;
  width: 160px;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  left: 48px;
  border-radius: 30px;
text-align: center;
padding: 5px 0;
}

.schedule-naiyou {
  width: 600px;
  margin-left: -87px;
  margin-top: 1%;
  border-left: 8px solid #1BBE0F;
  padding-bottom: 10px;
  padding-left: 110px;
  padding-right: 15px;
}

.schedule-wrap h4 {
color:  #1BBE0F;
font-weight: bold;
}


/*-- cta --*/

#cta {
  width: 100%;
padding: 30px 0;
background: #FFF2CE;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

#cta p {
padding-right: 1rem;
padding-left: 1rem;
}


/*-- gaiyou --*/

#gaiyou {
  background: #FFEFEF;
  padding: 50px 0;
  padding-bottom: 80px;
  position: relative;
}

.gaiyou-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
}

.gaiyou-bg-02 {
  position: absolute;
  bottom: 0;
  right: 0;
}


#gaiyou h2 {
  color: #FE3B3B;
  font-size: 32px;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #FFC8C8 60%);
  margin-bottom: 40px;
  }
  

  .jigyousyo-info{
    width: 90%;
    background: #fff;
    max-width: 650px;
    margin: 0 auto;
    padding: 40px 25px;
    position: relative;
    z-index: 2;
  }

.logo-02 {
  width: 180px;
  margin: 0 auto;
}


/*-- contact --*/

#contact {
  background: #FFF2CE;
  padding: 50px 0;
  padding-bottom: 80px;
  position: relative;
}

.contact-bg-01 {
  position: absolute;
  top: 0;
  right: 0;
}

.contact-bg-02 {
  position: absolute;
  bottom: 0;
  left: 0;
}

#contact h2 {
  color: #FF8000;
  font-size: 32px;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #FFD0A1 60%);
  margin-bottom: 40px;
  }


  .mail-icon {
    width: 30px;
    margin-right: 10px;
  }

  .mail-icon img {
    width: 30px;
  }

@media (max-width:768px) {

  .mainview {
    margin-top: 70px;

  }

  .main-01 {
    background-image: url(../img/main-sp.webp);
  }


  .main-ttl-sp {
    width: 90%;
    max-width: 450px;
    height: 380px;
    background-image: url(../img/main-ttl-sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0%;
    top: 10%;
    z-index: 2;
  }

  .about {
    height: 780px;
  }

  .about-wrap {
    max-width: 500px;
    height: 650px;
    z-index: 10;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-ttl {
top: -5%;
  }

  .about-bg-02 {
    top: 4%;
    left: 50%;
    transform: translateX(-80%);
    z-index: 3;
  }

  
  .about-content-01 {
    left: 5%;
  }
  


  .about-content-02 {
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
  }
  
  .reverse {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-text-box {
    width: 90%;
    padding-top: 30px;
   }

  .service-content {
flex-direction: column-reverse;
  }


  .service-text-box {
    height: auto;
  }
  
  .reverse .service-text-box {
    margin: 0 auto;
   }

   .service-img {
    width: 90%;
    max-width: 400px;
  margin-top: 50px;
  margin-left: 0;
   }

   .reverse .service-img {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
   }


  .facility-wrap {
    margin-right: auto;
    margin-left: auto;
    justify-content: space-around;
  }

  .facility-box, .facility-box-02 {
    width: 90%;
  }

  .facility-box-02 {
    width: 45%;
  }


  .schedule-area {
    width: 100%;
    flex-direction: column;
  }

  .schedule-naiyou {
    width: 95%;
    margin-left: 0;
    padding-left: 50px;
    border: none;
    margin-top: 20px;
  }

}





@media (max-width:550px) {

  .main-ttl {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: 2;
  }



.cta-wrap {
flex-direction: column;
}

.mainview .cta-wrap {
top:55%;
}

  .about {
    height: auto;
    padding: 50px 0;
  }


   .about-wrap {
    height: 670px;
   }

   

  .main-ttl-sp {
    width: 90%;
    max-width: 300px;
    height: 300px;
    background-image: url(../img/main-ttl-sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 5%;
    top: 15%;
    z-index: 2;
  }

}
