header{
  display: none;
}
#contents{
  padding-top: 0 !important
}

.lp-main{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
  color: #333;
  overflow: hidden;
}
.lp-main p{
  font-size: 12px;
}
p{
  line-height: 1.8em;
}
th{
  text-align: left;
}
section{
  padding: clamp(40px,8vw,80px) 0;
  position: relative;
  z-index: 0;
}
.section-wrap{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0!important;
}
@media screen and (min-width: 768px){
  .section-wrap{
    max-width: 1000px;
  }
}

.sp-none{
  display: none !important;
}
@media screen and (min-width: 768px){
  .sp-none{
    display: block !important;
  }

  .pc-none{
    display: none !important;
  }
}

.bg-craft{
  background-image: url(../../img/lp/20240706/bg.jpg);
}



.fv{
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: block;
}


.bg-white{
  background: #fff;
}
.col.sp-col{
  flex-direction: row;
}
.col{
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
}
.col-center{
  align-items: center;
}
.sec-ttl{
  position: relative;
  top: 0;
  left: -40px;
  margin-bottom: 24px;
}
.sec-ttl-highlights{
  width: clamp(150px,21vw,216px);
}
.highlights .img-box{
  width: 100%;
  max-width: 400px;
}
.sec-ttl-wrap{
  padding-left: 40px;
}

.text-box p{
  font-size: clamp(14px,1.8vw,18px);
  font-weight: bold;
}




@media screen and (min-width: 768px) {
  .col{
    flex-direction: row;
    gap: 50px;
  }
  .col.col-pc-reverse{
    flex-direction: row-reverse;
  }
  .highlights .img-box{
    width: 50%;
  }
}





.deco{
  position: relative;
  z-index: -1;
}
.deco img{
  position: absolute;
  max-width: none;
  transform: translate(-50%,-50%);
  left: 20%;
  right: auto;
  top: 0;
  opacity: 0.5;
}
.deco1{
  height: 0px;
}
.deco2{
  height: 0px;
}
.deco3{
  height: 0;
}
.deco1 img{
  width: 200vw;
  top: 2vw;
}
.deco2 img{
  width: 200vw;
  top: 8vw;
}
.deco3 img{
  width: 200vw;
  top: 4vw;
}
.pad-40{
  padding-left: 40px;
}
.mt-20{
  margin-top: 20px!important
}
.mt-40{
  margin-top: 40px!important
}
@media screen and (min-width: 768px) {
  .pad-40{
    padding: 0;
  }
  .mt-20,.mt-40{
    margin-top: 0px !important;
  }
  .deco1{
    height: 120px;
  }
  .deco2{
    height: 180px;
  }
  .deco img{
    opacity: 1;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    right: auto;
    top: 0;
    max-width: none;
  }
  .deco1 img{
    width: 100vw;
    top: 8vw;
  }
  .deco2 img{
    width: 100vw;
    top: 6vw;
  }
  .deco3 img{
    width: 100vw;
    top: 4vw;
  }
}


.icon-img{
  max-width: 220px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.point-img{
  margin: 0 auto ;
  display: block;
}
.point-img1{
  width: 120px;
}
.point-img2{
  width: 120px;
}
.point-img3{
  width: 120px;
}



.gaiyou-wrap{
  border-radius: clamp(20px,5vw,50px);

}
.gaiyou-wrap{
  position: relative;
  padding: 30px 5%;
}

.detail-copy-wrap{
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.detail-copy-wrap .detail-icon{
  position: absolute;
right: -80px;
left: auto;
bottom: -20px;
top: auto;
display: block;
width: 60px;
position: absolute;

}
.detail .sec-ttl{
  width: clamp(75px,11vw,110px);
}
.detail-copy{
  max-width: 423px;
  width: 100%;
  display: block;
  margin: 0 auto clamp(30px,8vw,80px);
}

.detail .iframe-wrap{
  border-radius: 30px;
  border: 5px solid #fff;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.detail iframe{
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  
  .detail .sec-ttl-wrap{
    position: absolute;
    top: 50px;
    left: 5%;
  }
  .gaiyou-wrap{
    position: relative;
    padding: 100px 5%;
  }

}

.about .col{
  display: flex;
  justify-content: space-between;

}
.about .col:not(:last-child){
  margin-bottom: 100px;
}
.about .text-box,.about .img-box{
  flex: 1;
}
.site-copy{
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .site-copy{
    max-width: 100%;
  }
}


.sec-ttl-voice{
  max-width: 420px;
  width: 100%;
}
.voice-wrap{
  position: relative;
  padding-bottom: 20px;
}
.voice-wrap::after{
  content: '';
  height: 1px;
  width: calc(100% - 70px);
  left: 0;
  bottom:0;
  display: block;
  position: absolute;
  background: #000;
}
.voice-wrap span{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
}
.voice-wrap img{
  display: block;
  border: 2px solid #007843;
  margin-bottom: 32px;
}
.voice-wrap h2, .voice-wrap h3{
  font-size: 20px;
}

.voice-wrap span{

}
.voice .sec-ttl-voice{
  margin-bottom: 60px;
}





/* cv-sec */
.cv-sec{
  background: #fff;
  padding: 50px 0;
}
.info-box,.application-form{
  padding: 20px 3%;
  border: 1px solid #007843;
  max-width: 700px;
  margin: 30px auto;
}
.info-box iframe.youtube-iframe{
  width: 100%;
  max-height: 400px;
height: 60vw;
}
.document{
  margin: 80px 0;
}
.accent-book{
  color: #cc0000;
  font-weight: bold;
}
.info-box table th,.info-box table td{
  display: block;
}
.info-box h3{
  color: #007843;
  border-bottom: 1px solid #007843;
  font-size: 2em;
  padding-bottom: 10px;
}
.info-box th{
  text-align: left;
  width: 100%;
}
.info-box iframe{
  width: 100%;
  margin-top: 10px
}

.info-box table th,.info-box table td{
  display: block;
}
.info-tel{
  text-align: center;
      font-size: 2rem;
      margin: 30px 0px;
}
.info-tel a{
  color:#4258cb;
  font-weight: bold;
}
.mailform th span {
  padding: 2px 5px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  background: #f39801;
  float: right;

}
@media screen and (min-width: 768px) {
.info-box table th,.info-box table td{
  display: table-cell;
}
.info-box th{
  width: 200px;
}
}

.mailform th span {
  padding: 2px 5px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  background: #f39801;
  float: right;

}
button, input, optgroup, select, textarea{
width: 100%;
}

textarea, input[type="number"], input[type="text"], input[type="email"], input[type="password"],select {
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  line-height: 45px;
  font-size: 1.6rem;
  border: 1px solid #bfc4c7;
  color: #444;
  box-sizing: border-box;
}
.next-event-bnr{
display: block;
margin: 80px auto 0;
max-width: 600px;
width: 100%;
}
input.date-input{
width: 50%;
display: inline-block;
}
select.time-input{
width: 48%;
display: inline-block;
height: 45px;
}
#ui-datepicker-div{
width: 280px !important;
}
.lp-main img{
    display: block;
}