@charset "UTF-8";
/* CSS Document */

/*global footer上書き*/
.globalFooter__mainColumn{
  text-align: left;
  line-height: 1.5;
}
.globalFooter__bottom{
  text-align: left;
}

/*btnCV [
----------------------------------------------------------- */
.btnCV{
  position: relative;
  font-size: clamp(calc(17px * 0.7), calc(17vw / 3.75), 17px);/*17 / 28*/
  line-height: 1.0;
  text-align: center;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  overflow: hidden;
}
.btnCV a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /*height: 75px;*/
  background: #b4914f;
  color: #fff;
  border-radius: 5px;
  transition: .3s;
}
.btnCV a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: rgba(255,255,255,0.15);
  border-radius: inherit;
  transition: .3s;
}
.btnCV a > *{
  position: relative;
  z-index: 10;
}
.btnCV a::after{
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  width: 13px;
  height: 13px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  transition: .3s;
  transform: rotate(45deg) translate(0,-50%);
}
.btnCV a p{}

/*hover*/
.btnCV a:hover{
  background: #111;
}
.btnCV a:hover::before{
  /*height: 100%;*/
}
.btnCV a:hover::after{
  right: 15px;
}

/*btnFix*/
.btnFix{
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: calc(100% - 10px);
  z-index: 10000;
}
.btnFix .btnCV{
  height: 80px;
  overflow: hidden;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 25*/
}
.btnFix .btnCV a{
  background: #b4914f;
}
.btnFix .btnCV a:hover{
  background: #111;
}


/*btnDtl*/
.btnDtl{
  height: 60px;
  margin: 0 auto;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 18*/
  letter-spacing: 0.2em;
}
.btnDtl a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #b4914f;
  color: #fff;
  transition: .3s;
}
.btnDtl a > *{
  position: relative;
  z-index: 10;
}
.btnDtl a::after{
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  width: 13px;
  height: 13px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  transition: .3s;
  transform: rotate(45deg) translate(0,-50%);
}
.btnDtl a p{}

.btnDtl a:hover{
  background: #111;
}
.btnDtl a:hover::after{
  right: 15px;
}


@media print, screen and (min-width:768px) {
  .btnCV{
    padding-left: 0.1em;
    font-size: clamp(calc(28px * 0.7), calc(28vw / 10.80), 28px);/*17 / 28*/
    line-height: 1.0;
    letter-spacing: 0.1em;
  }
  .btnCV a{
    border-radius: 10px;
  }
  .btnCV a::before{}
  .btnCV a > *{}
  .btnCV a::after{
    right: 30px;
    top: calc(50% - 2px);
    width: 20px;
    height: 20px;
  }
  .btnCV a p{}
  
  /*hover*/
  .btnCV a:hover::before{}
  .btnCV a:hover::after{
    right: 20px;
  }
  
  /*btnFix*/
  .btnFix{
    bottom: auto;
    left: auto;
    top: 50px;
    right: 0;
    width: calc((120 / 1280) * 100%);
    max-width: 120px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    white-space: nowrap;
    transform: none;
  }
  
  .btnFix .btnCV{
    height: initial;
    box-shadow: none;
    font-size: clamp(calc(28px * 0.7), calc(28vw / 10.80), 28px);/*18 / 28*/
  }
  .btnFix i,
  .btnFix .shiny{
    display: none;
  }
  .btnFix .btnCV{
    width: 100%;
  }
  .btnFix .btnCV a{
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 50px 0;
    border-radius: 20px 0 0 20px;
  }
  .btnFix .btnCV a::before,
  .btnFix .btnCV a::after{
    content: none;
  }
  
  /*btnDtl*/
  .btnDtl{
    max-width: 500px;
    height: 100px;
    line-height: 100px;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.80), 18px);/*13 / 18*/
  }
  .btnDtl a::after{
    right: 30px;
  }
  .btnDtl a{}
  
  .btnDtl a:hover{}
  .btnDtl a:hover::after{
    right: 20px;
  }
}




/*mainWrap [
----------------------------------------------------------- */
.mainWrap{
  position: relative;
  padding: 40px 0 120px 0;
  background: #0095f1 url("../images/bg_sp.jpg") no-repeat center bottom;
  background-size: cover;
  color: #05264d;
}
.mainWrap .cap{
  position: absolute;
  right: 5px;
  bottom: -18px;
  z-index: 10;
}
.campTtl{
  width: 85%;
  margin: 0 auto;
}

/*campTerm*/
.campTerm{
  position: relative;
  margin: 15px 0 0 0;
  font-weight: 700;
  font-feature-settings: "palt";
}
.campTerm dt{
  padding: 0 0 0 0.1em;
  font-size: clamp(calc(17px * 0.7), calc(17vw / 3.75), 17px);/*17 / 24*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.campTerm dd{
  margin: 15px 0 0 0;
  padding: 0 0 0 0.05em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 25*/
  line-height: 1.0;
  letter-spacing: 0.05em;
}

.campTerm + p{
  margin: 15px 0 0 0;
  padding: 0 0 0 0.05em;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 18*/
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
}


/*campBenefit*/
.campBenefit{
  padding: 50px 0 60px 0;
  background: #05264d;
  text-align: center;
}
.campBenefit .t01{
  font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*15 / 18*/
  line-height: 1.8;
}
.campBenefit figure{
  max-width: 700px;
  margin: 30px auto 0 auto;
}

.campBenefit .btnCV{
  /*width: calc((315 / 350) * 100%);*/
  width: 100%;
  height: 80px;
  margin: 20px auto 0 auto;
  z-index: 20;
}

.campBenefit .cap{
  margin: 20px 0 0 0;
  color: #fff;
  text-align: left;
}



@media print, screen and (min-width:768px) {
  .mainWrap{
    padding: 100px 0 300px 0;
  }

  .campTtl{
    width: calc((680 / 1080) * 100%);
  }

  /*campTerm*/
  .campTerm{
    margin-top: 30px;
  }

  .campTerm dt{
    font-size: clamp(calc(24px * 0.7), calc(24vw / 10.80), 24px);/*18 / 24*/
    line-height: 1.0;
  }
  .campTerm dd{
    margin-top: 20px;
    font-size: clamp(calc(25px * 0.7), calc(25vw / 10.80), 25px);/*18 / 25*/
    line-height: 1.0;
  }
  
  .campTerm + p{
    margin-top: 40px;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.80), 18px);/*15 / 18*/
  }


  /*campBenefit*/
  .campBenefit{
    padding: 100px 0 130px 0;
  }
  .campBenefit .conPC{
    max-width: 820px;
  }
  .campBenefit .t01{
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.80), 18px);/*15 / 18*/
  }
  .campBenefit figure{
    max-width: 100%;
    margin-top: 60px;
  }
  .campBenefit .btnCV{
    width: 100%;
    height: 150px;
    margin-top: 60px;
  }

  .campBenefit .cap{
    margin-top: 60px;
  }


}



/*results [
----------------------------------------------------------- */
.results{
  position: relative;
  margin: 10px 0;
}

/*feature [
----------------------------------------------------------- */
.feature{
  position: relative;
  padding: 50px 0 50px 0;
  background: #56524f;
  color: #fff;
	}
.feature .t01{
  margin: 0 0 25px 0;
  padding: 0 0 0 0.1em;
  font-size: clamp(calc(25px * 0.7), calc(25vw / 3.75), 25px);/*25 / 35*/
  letter-spacing: 0.1em;
  line-height: 1.0;
	}

.feature .t02{
  margin: 0 0 25px 0;
  padding: 0 0 0 0.2em;
  font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*14 / 16*/
  line-height: 1.8;
  letter-spacing: 0.2em;
	}

.feature ul{
  margin: 0 0 10px 0;
}
.feature ul li{
  border: 1px solid #fff;
  margin: 0 0 15px 0;
  padding: 25px calc((20 / 315) * 100%);
}
.feature ul li:last-of-type{
  margin-bottom: 0;
}
.feature ul li h3{
  margin: 0 0 20px 0;
  font-size: clamp(calc(22px * 0.7), calc(22vw / 3.75), 22px);/*22 / 30*/
  line-height: 1.0;
  text-align: center;
  color: #bfa366;
}
.feature ul li p{
  font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*14 / 15*/
  line-height: 2.0;
  text-align: left;
}
.feature ul + .cap{
  margin: 0 0 30px 0;
  text-align: left;
}
.feature .btnDtl{
  max-width: 300px;
}
/* for PC*/
@media print, screen and (min-width:768px) {
  .feature{
    padding: 100px 0;
    }
  .feature .t01{
    margin: 0 0 40px 0;
    padding: 15px 20px 15px calc(20px + 0.2em);
    font-size: clamp(calc(35px * 0.7), calc(35vw / 10.80), 35px);/*25 / 35*/
    letter-spacing: 0.2em;
    }
  .feature .t01::before,
  .feature .t01::after{}
  .feature .t01::before{}
  .feature .t01::after{}

  .feature .t02{
    margin: 0 0 50px 0;
    padding: 0 0 0 0.4em;
    font-size: clamp(calc(16px * 0.7), calc(16vw / 10.80), 16px);/*14 / 16*/
    letter-spacing: 0.4em;
  }
  
  .feature ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px 0;
  }
  .feature ul li{
    width:calc((340 / 1080) * 100%);
    margin: 0 0 30px 0;
    padding: 30px calc((30 / 1080) * 100%);
  }
  .feature ul li:nth-last-of-type(-n+3){
    margin-bottom: 0;
  }
  .feature ul li h3{
    margin: 0 0 30px 0;
    font-size: clamp(calc(30px * 0.7), calc(30vw / 10.80), 30px);/*22 / 30*/
  }
  .feature ul li p{
    font-size: clamp(calc(15px * 0.7), calc(15vw / 10.80), 15px);/*14 / 15*/
    letter-spacing: 0.05em;
  }
  .feature ul + .cap{
    margin: 0 0 40px 0;
    text-align: right;
  }
  .feature .btnDtl{
    max-width: 500px;
  }
}


/*service [
----------------------------------------------------------- */
.service{
  position: relative;
  padding: 50px 0 40px 0;
  background: #f9f6f0;
	}
.service .t01{
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 0 0 0.05em;
  font-size: clamp(calc(22px * 0.7), calc(22vw / 3.75), 22px);/*22 / 28*/
  line-height: 1.4;
  letter-spacing: 0.05em;
	}

.service .t02{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 365px;
  margin: 0 auto 40px auto;
  padding: 20px 0 25px 0.1em;
  font-size: clamp(calc(35px * 0.7), calc(35vw / 3.75), 35px);/*35 / 77*/
  line-height: 1.6;
  text-align: center;
	}
.service .t02::before,
.service .t02::after{
  content: "";
  position: absolute;
  display: block;
  width: 90%;
  height: 30px;
  border-style: solid;
  border-color: #111;
	}
.service .t02::before{
  left: 0;
  top: 0;
  border-width: 1px 0 0 1px;
  border-top-left-radius: 10px;
	}
.service .t02::after{
  right: 0;
  bottom: 0;
  border-width: 0 1px 1px 0;
  border-bottom-right-radius: 10px;
	}

.service .t03{
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 90px 0 0.1em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 30*/
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em
}
.service .t03 figure{
  position: absolute;
  right: -20px;
  top: 50%;
  display: block;
  width: 100px;
  transform: translate(0,-50%);
}

.service .suminagara{
  /*width: calc((315 / 345) * 100%);*/
  margin: 0 auto 30px auto;
}


.service .t04{
  margin: 0 0 15px 0;
  padding: 0 0 0 0.2em;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 24*/
  text-align: center;
  letter-spacing: 0.2em
}

.service .t05{
  padding: 0 0 25px 0.1em;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 18*/
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.service .cost{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.service .cost li{
  width: 32%;
  padding: 10px 0;
  background: #bfa366;
  border-radius: 200px;
  color: #fff;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 30*/
}


.service .point{
  margin: 0 0 50px 0;
}
.service .point .ttlPoint{
  margin: 0 0 20px 0;
  padding: 20px 0 0 0.2em;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 18*/
  line-height: 1.4;
  letter-spacing: 0.2em;
	}

.service .point ol{
  margin: 0 auto 30px auto;
}
.service .point li{
  position: relative;
  width: calc((280 / 315) * 100%);
  margin: 0 auto 20px auto;
  padding: 25px 0;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.service .point li:last-of-type{
  margin-bottom: 0;
}
.service .point li span{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  color: #bfa366;
  font-size: clamp(calc(25px * 0.7), calc(25vw / 3.75), 25px);/*25 / 45*/
  line-height: 1.0;
  text-align: center;
}
.service .point li span::before{
  content: "point";
  margin: 0 5px 0 0;
  font-size: 13px;/*13 / 18*/
  line-height: 1.0;
}
.service .point li span::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 30px;
  height: 1px;
  background: #111;
  transform: translate(-50%,0);
}
.service .point li p{
  padding: 0 0 0 0.1em;
  font-size: clamp(calc(20px * 0.7), calc(20vw / 3.75), 20px);/*20 / 24*/
  line-height: 1.4;
  letter-spacing: 0.1em
}

.service .cap{
  color: #5a5a5a;
}

/*btnDtl*/
.service + .btnDtl{
  width: 90%;
  height: 80px;
  margin-top: -40px;
}
.service + .btnDtl a{
  border-radius: 0;
  transition: .3s;
  overflow: hidden;
}
.service + .btnDtl a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: rgba(255,255,255,0.15);
  border-radius: inherit;
  transition: .3s;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .service{
    position: relative;
    padding: 100px 0 60px 0;
    }
  .service .t01{
    margin: 0 0 40px 0;
    padding: 15px 20px 15px calc(20px + 0.2em);
    font-size: clamp(calc(28px * 0.7), calc(28vw / 10.80), 28px);/*22 / 28*/
    line-height: 1.0;
    }

  .service .t02{
    width: 750px;
    max-width: initial;
    margin: 0 auto 130px auto;
    padding: 85px 0 85px 0.1em;
    font-size: clamp(calc(77px * 0.7), calc(77vw / 10.80), 77px);/*35 / 77*/
    }
  .service .t02::before,
  .service .t02::after{
    height: 70px;
    }
  .service .t02::before{
    border-top-left-radius: 20px;
    }
  .service .t02::after{
    border-bottom-right-radius: 20px;
    }

  .service .t03{
    margin: 0 0 60px 0;
    padding: 0 0 0 0.2em;
    font-size: clamp(calc(30px * 0.7), calc(30vw / 10.80), 30px);/*18 / 30*/
    letter-spacing: 0.2em;
    line-height: 2.0;
  }
  .service .t03 figure{
    right: auto;
    left: calc(50% + 10.5em);
    width: calc((165 / 1080) * 100%);
    max-width: 165px;
  }
  .service .suminagara{
    width: 760px;
    margin: 0 auto 60px auto;
  }

  .service .t04{
    margin: 0 0 35px 0;
    font-size: clamp(calc(24px * 0.7), calc(24vw / 10.80), 24px);/*16 / 24*/
  }

  .service .t05{
    padding: 0 0 50px 0.2em;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.80), 18px);/*16 / 18*/
  }
  

  .service .cost{
    width: 750px;
    margin: 0 auto 35px auto;
  }
  .service .cost li{
    width: calc((240 / 750) * 100%);
    padding: 20px 0;
    font-size: clamp(calc(30px * 0.7), calc(30vw / 10.80), 30px);/*16 / 30*/
  }
  .service .cost li > p{
    border-radius: 200px;
  }
  .service .cost li > p span{
    position: static;
    width: auto;
    transform: none;
  }

  .service .point .ttlPoint{
    margin: 0 0 30px 0;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.80), 18px);/*13 / 18*/
    line-height: 1.0;
    }


  .service .point ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 750px;
    margin: 0 auto 30px auto;
  }
  .service .point li{
    width: calc((360 / 750) * 100%);
    margin: 0 0 30px 0;
    padding: 25px 0 30px 0;
  }
  .service .point li:nth-last-of-type(-n+2){
    margin-bottom: 0;
  }
  .service .point li span{
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    font-size: clamp(calc(45px * 0.7), calc(45vw / 10.80), 45px);/*25 / 45*/
  }
  .service .point li span::before{
    margin: 0 10px 0 0;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.80), 18px);/*13 / 18*/
  }
  .service .point li p{
    padding: 0 0 0 0.2em;
    font-size: clamp(calc(24px * 0.7), calc(24vw / 10.80), 24px);/*20 / 24*/
    letter-spacing: 0.2em
  }
  .service .point .cap{
    width: 750px;
    margin: 0 auto 0 auto;
  }
  
  /*btnDtl*/
  .service + .btnDtl{
    width: 650px;
    max-width: initial;
    height: 120px;
    margin-top: -60px;
  }
  .service + .btnDtl a{}
  .service + .btnDtl a::before{}

}



/*set aos
--------------------------------- */
/* for SP*/
@media screen and (max-width:767px) {
  * [data-aos="ca-btnFix"] {
    transform: translateY(100px);
  }
  * [data-aos="ca-btnFix"].aos-animate {
    transform: translateY(0);
  }
}

/* for PC*/
@media screen and (min-width:768px) {
  .feature ul li:nth-of-type(3n+1){}
  .feature ul li:nth-of-type(3n+2){transition-delay: .05s;}
  .feature ul li:nth-of-type(3n){transition-delay: .1s;}
  
  .service .point ol li:nth-of-type(2n+1){}
  .service .point ol li:nth-of-type(2n){transition-delay: .05s;}
  
  * [data-aos="ca-btnFix"] {
    transform: translateX(120px);
  }
  * [data-aos="ca-btnFix"].aos-animate {
    transform: translateX(0);
  }
}
