@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1200px){

}

@media screen and (max-width:1000px){
	.content{
		width:calc(100% - 30px);
	}
}

/* SP Menu */
@media screen and (max-width:950px){
  .text01 {
      font-size: 16px;
      line-height: 2.5em;
      margin-right: 30px;
  }
}
	
@media screen and (max-width:850px){
}
	
	
@media screen and (max-width:830px){
  #wraper{
    width: 100vw;
    overflow: hidden;
  }
  
	.sp{
		display: block;
	}
	
	.pc{
		display: none !important;
	}

  body{
    padding-top: 800px;
  }
  
  .mainImage {
    position: relative;
    width: 100%;
    height:300px;
    overflow: hidden;
    margin-left: 0;
    margin-top:130px;
  }
  
  .mainImage:before {
    background: url("../images/sp.webp");
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
  }  
  
	.mainImageWrap{
    height: 800px;
	}
  
  .mainTextWrap {
    width: 100%;
    position: absolute;
    height: 100%;
}
  
  header {
        width: 100%;
        text-align: center;
    }
    .mainText {
        width: 90%;
        position: fixed;
        top: 480px;
        z-index: 1;
        padding-right: 0;
        padding-top: 0;
        left: 5%;
    }
  
.sec01Img {
    position: initial;
    left: initial;
    top: initial;
  margin:auto;
  margin-bottom:30px;
  text-align:center;
  width:100%;
}  
  
  #sec01 .cont01 {
    padding-left: 0;
    width: 60%;
    margin: auto;
  }
  
  .sec01Img div{
    width:100% !important;
  }  
  
  #sec01 {
    height: auto;
    padding:60px 0;
    min-height: initial;
}
  
#sec02 {
    padding: 80px 5%;
    position: relative;
    height: auto;
    min-height: 600px;
}
  
.sec02Img {
    position: initial;
    margin-top: 30px;
}  
  
  .sec02Img div{
    width: 90vw !important;
  }
  
#sec02 .text02 {
    margin-top: 40px;
}
  
.content-wrapper {
    position: relative;
    padding:40px 0;
}
  
.content-wrapper .content{
    width: 100%;
}
  
.content-wrapper .content .num {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    width: 20px;
}
  
.slideContent {
    display: block;
    padding: 40px 5%;
}
  
.slideContent .btn {
    margin: auto;
  margin-top: 40px;
}
  
  .footImg{
    width: 80% !important;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  
.mainText .main01 {
    font-size: 35px;
} 
  
.mainText .main02 {
    font-size: 18px;
}
  
#sec01 {
    min-height: auto;
}  
  
.text02 {
    font-size: 14px;
}
  
.slideContent .pt02 {
    font-size: 14px;
}
  
.scNav {
    bottom: 100px;
} 
  
.pcImg{
  display: none !important;
}
  
.spImg{
  display: block !important;
}  
  
.slider-c-item {
    aspect-ratio: 1 / 1.21;
}
  
}


@media screen and (max-width:375px){
  
  body{
    padding-top: 100vh;
  }
  
	.mainImageWrap{
    height: 100vh;
	}
  
  
}