@charset "utf-8";
/* CSS Document */

.camp_lower_bodybg{
  background-position: center top, center top;
  background-repeat: repeat-x, repeat;
  padding: 56px 0 110px;
}
.camp_wrap{
  width: 1040px;
  margin: auto;
}

.camp_top{
  position: relative;
  height: 668px;
  padding: 88px 0 0;
  text-align: center;
  background-image: url("../img/surprise/il_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 10;
}
.camp_top h1{margin-bottom: 158px;}
.camp_top p{
  line-height: 2;
  font-size: 1.125rem;
  font-weight: bold;
  color: #785B33;
}
.camp_top p span{display: block;}
.camp_nishi{
  position: absolute;
  top: 506px;
  right: 17px;
  z-index: 15;
}


.camp_txtbox{
  position: relative;
  margin-top: -80px;
  margin-bottom: 24px;
  padding: 64px 70px 24px;
  text-align: center;
  border-radius: 16px;
  background: #FFFFFF;
  z-index: 1;
}
.camp_txtbox p{
  margin-bottom: 16px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #000000;
}
.camp_txtbox ul{
  margin-bottom: 32px;
  padding: 0 90px;
  line-height: 1.5;
  text-align: left;
}
.camp_txtbox div{
  padding: 30px;
  background-color: #FFF782;
}
.camp_txtbox div a{
  display: block;
  width: 600px;
  height: 93px;
  margin: 0 auto 14px;
  padding-top: 24px;
  border-radius: 10px;
  background: linear-gradient(#069B2E 0%, #046440 100%);
  box-shadow: 3px 3px 0px rgba(145, 145, 145, 0.78);
}
.camp_txtbox div span{font-weight: bold;}


.camp_flex{
  display: flex;
  justify-content: space-between;
}
.camp_flex div{
  width: 500px;
  padding: 56px 30px 28px;
  border-radius: 16px;
  background-image: url("../img/surprise/il_exam.png");
  background-position: left 3px top;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.camp_flex div h2{
  margin-bottom: 16px;
  line-height: 1.5;
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  color: #FF4E00;
}
.camp_flex div p{
  line-height: 1.5;
  margin-bottom: 20px;
}



.camp_back{
  margin: 48px 0 0;
  text-align: center;
}
.camp_back img{width: 130px;}




/**/
@media screen and (min-width:769px){
  .camp_txtbox div a:hover{opacity: 0.5;}
  .camp_back a:hover{opacity: 0.5;}
}





/**/
@media screen and (max-width:768px){
  .camp_wrap{width: 100%;}
  .camp_top{
    height: auto;
    background-image: url("../img/surprise/il_top_sp.png");
    background-size: 95% auto;
  }
  .camp_top h1{
    margin-bottom: 300px;
    padding: 0 98px;
  }
  .camp_top h1 img{width: 100%;}
  .camp_top p{
    padding: 0 16px;
    text-align: left;
  }
  .camp_top p span{display: inline;}
  .camp_nishi{
    width: 25%;
    right: 0;
    top: 350px;
  }

  .camp_txtbox{
    margin-top: -210px;
    padding: 230px 16px 24px;
  }
  .camp_txtbox ul{padding: 0;}

  .camp_flex{
    flex-wrap: wrap;
   padding: 0 16px;
  }
  .camp_flex div{
    width: 100%;
    margin-bottom: 20px;
  }
  .camp_flex div img{
    display: block;
    margin: auto;
  }
}
@media screen and (max-width:420px){
  .camp_top{padding: 10.4vw 0 0;}
  .camp_top h1{
    margin-bottom: 175px;
    padding: 0 48px;
  }
  .camp_top p{font-size: 0.875rem;}
  .camp_nishi{top: 49.5vw;}

  .camp_txtbox{
    margin-top: -290px;
    padding: 320px 16px 24px;
  }
  .camp_txtbox p{font-size: 1.125rem;}
  .camp_txtbox ul{font-size: 0.875rem;}
  .camp_txtbox div{padding: 15px 10px;}
  .camp_txtbox div a{
    width: 100%;
    height: 80px;
    padding-top: 20px;
    text-align: center;
    border-radius: 10px;
  }
  .camp_txtbox div a img{width: 164px;}
  .camp_txtbox div span{font-size: 0.75rem;}
  .camp_flex div{
    padding: 46px 10px 12px;
    border-radius: 10px;
    background-size: auto 52px;
  }
  .camp_flex div h2{font-size: 1.25rem;}
  .camp_flex div p{font-size: 0.75rem;}
  .camp_flex div img{width: 100%;}
}
@media screen and (max-width:420px){
}
@media screen and (max-width:420px){
}











