@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(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 23*/
  line-height: 1.6;
  text-align: center;
}
.btnCV a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  background: #fcc800;
  border-radius: 5px;
  transition: .3s;
}
.btnCV a > *{
  position: relative;
  z-index: 10;
}
.btnCV a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: rgba(255,255,255,0.3);
  transition: .3s;
}
.btnCV a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgba(255,255,255,0.3);
  transition: .3s;
  opacity: 0;
}
.btnCV a p{}
.btnCV a i{
  position: absolute;
  right: 10px;
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #333 url("../images/ico01.svg") no-repeat center center;
  background-size: cover;
  font-style: normal;
  transform: translate(0,-50%);
  transition: .3s;
}
.btnCV a:hover::before{
  opacity: 0;
}
.btnCV a:hover::after{
  opacity: 1;
}
.btnCV a:hover span{
  right: 5px;
}


/*btnFix*/
.btnFix{
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: calc(100% - 10px);
  z-index: 10000;
}

/*btnDtl*/
.btnDtl{
  max-width: 240px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 18*/
  letter-spacing: 0.2em;
}
.btnDtl a{
  position: relative;
  display: block;
  height: 100%;
  line-height: inherit;
  background: #333;
  border: 1px solid #333;
  border-radius: 200px;
  color: #fff;
  transition: .3s;
}
.btnDtl a i{
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url("../images/ico02.svg") no-repeat center center;
  background-size: cover;
  font-style: normal;
  transform: translate(0,-50%);
}

.btnDtl a:hover{
  background: #2d47d2;
}
/*.btnDtl a:hover i{
  background-color: #333;
  background-image: url("../images/ico01.svg");
}*/


@media print, screen and (min-width:768px) {
  .btnCV{
    padding-left: 0.1em;
    font-size: clamp(calc(23px * 0.7), calc(23vw / 10.80), 23px);/*16 / 23*/
    line-height: 1.0;
    letter-spacing: 0.1em;
  }
  .btnCV a{
    height: 150px;
    border-radius: 10px;
  }
  .btnCV a > *{}
  .btnCV a::before{}
  .btnCV a p{}
  .btnCV a i{
    right: 40px;
    width: 70px;
    height: 70px;
  }
  .btnCV a:hover::before{}
  .btnCV a:hover i{
    right: 30px;
  }
  
  /*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 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: 650px;
    height: 100px;
    line-height: 100px;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.80), 18px);/*13 / 18*/
  }
  .btnDtl a{}
  .btnDtl a i{
    right: 15px;
    width: 70px;
    height: 70px;
  }
}

/*mainWrap [
----------------------------------------------------------- */
.mainWrap{
  position: relative;
  background: #2d47d2;
  padding: 0 12px;
}
.mainWrap > *{
  position: relative;
  z-index: 10;
}
.mainWrap::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_mv_sp.png") no-repeat center bottom;
  background-size: 100vw auto;
  opacity: 0.5;
  z-index: 0;
}



@media print, screen and (min-width:768px) {
  .mainWrap{
    padding: 0;
  }
  .mainWrap > *{}
  .mainWrap::before{
    background-image: url("../images/bg_mv_pc.png");
  }
}


/*mv [
----------------------------------------------------------- */
.mv{
  position: relative;
  margin-top: -18px;
  margin-bottom: 40px;
}
.mv > *{
  position: relative;
  z-index: 10;
}
.mv::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 36px - 30px);/*ボタンの高さ/2 と　上がちょっと下がっている分*/
  background: #fff;
  transform: translate(-50%,0);
  z-index: 0;
}
.mv .aniv50{
  width: calc(100% - 6px);
  margin: 0 auto 30px auto;
}

/*campTerm*/
.campTerm{
  position: relative;
  width: calc((300 / 350) * 100%);
  margin: 18px auto 15px auto;
  padding: 15px 0;
  background: #fcc800;
}
.campTerm::before,
.campTerm::after{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.campTerm::before{
  left: 0;
  top: 0;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
}
.campTerm::after{
  right: 0;
  bottom: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.campTerm dt{
  margin: 0 0 15px 0;
  padding: 0 0 0 0.1em;
  font-size: clamp(calc(12px * 0.7), calc(12vw / 3.75), 12px);/*12 / 20*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.campTerm dd{
  padding: 0 0 0 0.05em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 20*/
  line-height: 1.0;
  letter-spacing: 0.05em;
}
.campTerm dd strong{
  font-size: calc((32 / 18) * 100%);
}


/*campBenefit*/
.campBenefit{
  width: calc((315 / 350) * 100%);
  margin: 0 auto;
}

.campBenefit h2{
  margin: 0 0 15px 0;
  padding: 0 0 0 0.2em;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 23*/
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.2em;
}
.campBenefit li{
  margin: 0 0 10px 0;
}


.mv .btnCV{
  width: calc((315 / 350) * 100%);
  margin: 30px auto 0 auto;
}
.mv .btnCV a{
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.mv .btnCV figure{
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 80px;
}

.mainWrap .cap{
  width: calc((315 / 350) * 100%);
  margin: 0 auto;
  padding: 0 0 50px 0;
  color: #fff;
  text-align: left;
  line-height: 1.4;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .mv{
    margin-top: -50px;
    margin-bottom: 45px;
  }
  .mv > *{}
  .mv::before{
    top: 55px;
    display: block;
    width: 100%;
    height: calc(100% - 50px - 50px);/*ボタンの高さ/2くらい と　上がちょっと下がっている分*/
  }
  .mv .aniv50{
    width: calc((750 / 1080) * 100%);
    margin: 0 auto 35px auto;
  }
  .campTtl{
    width: calc((780 / 1080) * 100%);
    margin: 0 auto 15px auto;
  }

  /*campTerm*/
  .campTerm{
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: calc((550 / 1080) * 100%);
    margin: 0 auto 20px auto;
    padding: 20px 0;
  }
  .campTerm::before,
  .campTerm::after{}
  .campTerm::before{
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
  }
  .campTerm::after{
    border-top: 4px solid transparent;
    border-right: 4px solid #fff;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #fff;
  }

  .campTerm dt{
    margin: 0;
    font-size: clamp(calc(20px * 0.7), calc(20vw / 10.80), 20px);/*12 / 20*/
    line-height: 1.0;
  }
  .campTerm dd{
    font-size: clamp(calc(20px * 0.7), calc(20vw / 10.80), 20px);/*18 / 20*/
    line-height: 1.0;
  }
  .campTerm dd strong{}


  /*campBenefit*/
  .campBenefit{
    width: calc((874 / 1080) * 100%);
    margin: 0 auto;
  }

  .campBenefit h2{
    margin: 0 0 10px 0;
    padding: 0 0 0 0.4em;
    font-size: clamp(calc(23px * 0.7), calc(23vw / 10.80), 23px);/*13 / 23*/
    letter-spacing: 0.4em;
  }
  .campBenefit ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .campBenefit li{
    width: calc((424 / 874) * 100%);
    margin: 0;
  }


  .mv .btnCV{
    margin-top: 60px;
    width: calc((860 / 1080) * 100%);
  }
  .mv .btnCV figure{
    left: 45px;
    bottom: 0;
    width: calc((180 / 860) * 100%);
  }

  .mainWrap .cap{
    max-width: 860px;
    padding: 0 0 100px 0;
    line-height: 1.8;
  }
}



/*feature [
----------------------------------------------------------- */
.feature{
  position: relative;
  padding: 50px 0 50px 0;
	}
.feature .t01{
  position: relative;
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 10px 20px 10px calc(20px + 0.1em);
  font-size: clamp(calc(23px * 0.7), calc(23vw / 3.75), 23px);/*23 / 35*/
  letter-spacing: 0.1em;
  line-height: 1.0;
	}
.feature .t01::before,
.feature .t01::after{
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background: #111;
  transform: translate(0,-50%);
}
.feature .t01::before{
  left: 0;
  transform: rotate(-20deg) translate(0,-50%);
}
.feature .t01::after{
  right: 0;
  transform: rotate(20deg) translate(0,-50%);
}

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

.feature ul{
  margin: 0 0 10px 0;
}
.feature ul li{
  border: 1px solid #111;
  border-radius: 5px;
  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 25px 0;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 24*/
  line-height: 1.0;
  text-align: center;
  color: #2d47d2;
}
.feature ul li p{
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 15*/
  line-height: 2.0;
  text-align: left;
}
.feature ul + .cap{
  margin: 0 0 30px 0;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .feature{
    padding: 100px 0;
    }
  .feature .t01{
    margin: 0 0 50px 0;
    padding: 15px 20px 15px calc(20px + 0.2em);
    font-size: clamp(calc(35px * 0.7), calc(35vw / 10.80), 35px);/*23 / 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);/*13 / 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: 40px calc((40 / 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(24px * 0.7), calc(24vw / 10.80), 24px);/*18 / 24*/
  }
  .feature ul li p{
    font-size: clamp(calc(15px * 0.7), calc(15vw / 10.80), 15px);/*13 / 15*/
    letter-spacing: 0.05em;
  }
  .feature ul + .cap{
    margin: 0 0 70px 0;
  }
}


/*service [
----------------------------------------------------------- */
.service{
  position: relative;
  padding: 50px 0 50px 0;
	}
.service .t01{
  position: relative;
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 5px 20px 5px calc(20px + 0.2em);
  font-size: clamp(calc(23px * 0.7), calc(23vw / 3.75), 23px);/*23 / 30*/
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #2d47d2;
	}
.service .t01::before,
.service .t01::after{
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background: #2d47d2;
  transform: translate(0,-50%);
}
.service .t01::before{
  left: 0;
  transform: rotate(-20deg) translate(0,-50%);
}
.service .t01::after{
  right: 0;
  transform: rotate(20deg) translate(0,-50%);
}

.service .t02{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 365px;
  height: 190px;
  margin: 0 auto 55px auto;
  padding: 0 0 0 0.1em;
  background: #2d47d2;
  border-radius: 500px;
  font-size: clamp(calc(35px * 0.7), calc(35vw / 3.75), 35px);/*35 / 77*/
  line-height: 1.6;
  color: #fff;
  text-align: center;
	}
.service .t02::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid #2d47d2;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: none;
  transform: translate(-50%,0);
	}

.service .t03{
  margin: 0 0 30px 0;
  padding: 0 0 0 0.1em;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*15 / 30*/
  text-align: center;
  line-height: 2.0;
  letter-spacing: 0.1em
}
.service .suminagara{
  /*width: calc((315 / 345) * 100%);*/
  margin: 0 auto 20px auto;
}


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

.service .cost{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.service .cost li{
  width: 32%;
  color: #fff;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 30*/
}
.service .cost li > p{
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #2d47d2;
  border-radius: 50%;
}
.service .cost li > p span{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}



.service .point .ttlPoint{
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 0 0 0.2em;
  padding: 10px 20px 10px calc(20px + 0.1em);
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 18*/
  line-height: 1.4;
  letter-spacing: 0.2em;
	}
.service .point .ttlPoint::before,
.service .point .ttlPoint::after{
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background: #111;
  transform: translate(0,-50%);
}
.service .point .ttlPoint::before{
  left: 0;
  transform: rotate(-20deg) translate(0,-50%);
}
.service .point .ttlPoint::after{
  right: 0;
  transform: rotate(20deg) translate(0,-50%);
}


.service .point ol{
  /*width: calc((285 / 315) * 100%);*/
  margin: 0 auto 30px auto;
}
.service .point li{
  position: relative;
  /*width: calc((235 / 315) * 100%);*/
  width: calc((255 / 315) * 100%);
  margin: 0 auto 20px auto;
  padding: 25px 0;
  border: 1px solid #111;
  border-radius: 5px;
  color: #2d47d2;
}
.service .point li:last-of-type{
  margin-bottom: 0;
}
.service .point li span{
  position: absolute;
  left: -25px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 7px 0 0 0;
  background: #333;
  color: #fff;
  border-radius: 50%;
  font-size: clamp(calc(25px * 0.7), calc(25vw / 3.75), 25px);/*25 / 50*/
  line-height: 1.0;
  text-align: center;
  transform: translate(0,-50%);
}
.service .point li span::before{
  content: "point";
  display: block;
  margin: 0 0 2px 0;
  font-size: 10px;/*10 / 18*/
  line-height: 1.0;
}
.service .point li p{
  padding: 0 0 0 0.1em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 24*/
  line-height: 1.4;
  color: #2d47d2;
  letter-spacing: 0.1em
}


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

  .service .t02{
    width: 100%;
    max-width: 1280px;
    height: 380px;
    margin: 0 auto 130px auto;
    padding: 0 0 0 0.1em;
    font-size: clamp(calc(77px * 0.7), calc(77vw / 10.80), 77px);/*35 / 77*/
    }
  .service .t02::after{
    bottom: -60px;
    border-top: 60px solid #2d47d2;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    }

  .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);/*15 / 30*/
    letter-spacing: 0.2em
  }
  .service .suminagara{
    width: 760px;
    margin: 0 auto 60px auto;
  }


  .service .t04{
    margin: 0 0 30px 0;
    font-size: clamp(calc(24px * 0.7), calc(24vw / 10.80), 24px);/*13 / 24*/
  }
  .service .t03 .t04{
    font-size: 100%;
  }

  .service .cost{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 750px;
    margin: 0 auto 30px auto;
  }
  .service .cost li{
    width: 240px;
    font-size: clamp(calc(30px * 0.7), calc(30vw / 10.80), 30px);/*16 / 30*/
  }
  .service .cost li > p{
    position: static;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-top: 0;
    border-radius: 200px;
  }
  .service .cost li > p span{
    position: static;
    width: auto;
    transform: none;
  }



  .service .point .ttlPoint{
    margin: 0 0 30px 0;
    padding: 15px 20px 10px calc(20px + 0.1em);
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.80), 18px);/*13 / 18*/
    line-height: 1.0;
    }
  .service .point .ttlPoint::before,
  .service .point .ttlPoint::after{}
  .service .point .ttlPoint::before{}
  .service .point .ttlPoint::after{}


  .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 50px 0;
    padding: 100px 0 30px 0;
  }
  .service .point li:nth-last-of-type(-n+2){
    margin-bottom: 0;
  }
  .service .point li span{
    left: 50%;
    top: -20px;
    width: 100px;
    height: 100px;
    padding: 15px 0 0 0;
    font-size: clamp(calc(50px * 0.7), calc(50vw / 10.80), 50px);/*25 / 50*/
    transform: translate(-50%,0);
  }
  .service .point li span::before{
    margin: 0 0 5px 0;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.80), 18px);/*10 / 18*/
  }
  .service .point li p{
    padding: 0 0 0 0.2em;
    font-size: clamp(calc(24px * 0.7), calc(24vw / 10.80), 24px);/*18 / 24*/
    letter-spacing: 0.2em
  }
  .service .point .cap{
    width: 750px;
    margin: 0 auto 0 auto;
  }
}




/*osusume [
----------------------------------------------------------- */
.osusume{
  margin: 0 0 30px 0;
}
.osusume .inner{
  position: relative;
  padding: 30px 0;
  background: #f9f6f0;
  border-radius: 25px;
}
.osusume .illust{
  position: absolute;
  left: -10px;
  top: -15px;
  width: calc((70 / 315) * 100%);
}
.osusume .ttlOsusume{
  margin: 0 0 25px 0;
  /*padding: 0 0 0 0.1em;*/
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 35*/
  line-height: 1.0;
  /*letter-spacing: 0.1em;*/
  text-align: center;
}
.osusume ul{
  width: 90%;
  margin: 0 auto;
}
.osusume ul li{
  margin: 0 0 20px 0;
}
.osusume ul li:last-of-type{
  margin-bottom: 0;
}
.osusume .t01{
  padding: 25px 0 25px 0.2em;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 18*/
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.8;
}





/* for PC*/
@media print, screen and (min-width:768px) {
  .osusume{
    margin: 0 0 50px 0;
  }
  .osusume .inner{
    padding: 70px 0;
    border-radius: 80px;
  }
  .osusume .illust{
    position: absolute;
    left: calc(50% - 360px);
    top: -20px;
    /*width: calc((140 / 1080) * 100%);*/
    width: 140px;
  }
  .osusume .ttlOsusume{
    margin: 0 0 50px 0;
    padding: 0 0 0 0.1em;
    font-size: clamp(calc(35px * 0.7), calc(35vw / 10.80), 35px);/*18 / 35*/
    letter-spacing: 0.1em;
  }
  .osusume ul{
    max-width: 760px;
  }
  .osusume ul li{
    margin: 0 0 30px 0;
  }
  .osusume ul li:last-of-type{
    margin-bottom: 0;
  }
  .osusume .t01{
    padding: 60px 0 70px 0.2em;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.80), 18px);/*13 / 18*/
    line-height: 1.0;
  }
}



/*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);
  }
}
