@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;
  padding-left: 0.2em;
  font-size: clamp(calc(17px * 0.7), calc(17vw / 3.75), 17px);/*17 / 28*/
  line-height: 1.0;
  letter-spacing: 0.2em;
  text-align: center;
  /*box-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
  filter: drop-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: #0e41b8;
  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:active{
  background: #b4914f;
}
.btnCV a:active::before{
  /*height: 100%;*/
}
.btnCV a:active::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: #0e41b8;
}
.btnFix .btnCV a:active{
  background: #111;
}




@media print, screen and (min-width:768px) {
  .btnCV{
    font-size: clamp(calc(28px * 0.7), calc(28vw / 10.00), 28px);/*17 / 28*/
    line-height: 1.0;
  }
  .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{
    background: #b4914f;
  }
  .btnCV a:hover::before{
    /*height: 100%;*/
  }
  .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.00), 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;
  }
  
  
}



/*deco [
----------------------------------------------------------- */
.deco{
  width: 100%;
  height: 45px;
  background: url("../images/bg_h.svg") repeat-x center top;
  background-size: 480px 45px;
}

@media print, screen and (min-width:768px) {
  .deco{
    height: 120px;
    background-size: 1280px 120px;
  }
}

/*mainWrap [
----------------------------------------------------------- */
.mainWrap{
  position: relative;
  background: #ebeae9;
}

.ttlTop{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 45px - 80px);
  height: calc(100vh - 45px - 80px);
  /*margin: 0 0 90px 0;*/
}

/*スマホ横向き*/
@media (orientation: landscape) and (max-height: 450px) {
  .ttlTop{
    height: auto;
  }
}



.intTxt{
  width: 100%;
  margin: 0 auto 40px auto;
}
.intTxt::before{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 35/4;/*700 / 80*/
  margin: 0 auto;
  background: url("../images/title_img.svg") no-repeat center top;
  background-size: cover;
}
.intTxt p{
  padding: 10px;
  background: #0e41b8;
  border-radius: 200px;
  color: #fff;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*15 / 28*/
  line-height: 1.0;
  text-align: center;
}

.ttlWrap{
  /*margin: 30px 0 0 0;*/
  text-align: center;
}
.ttlWrap .t01{
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 20*/
  line-height: 1.0;
}
.ttlWrap .t01 span{
	background-image: radial-gradient(circle at center, #111111 20%, transparent 20%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  padding-top: 0.5em;
}
.ttlWrap .t02{
  margin: 10px 0 0 0;
  padding-left: 0.1em;
  font-size: clamp(calc(30px * 0.7), calc(30vw / 3.75), 30px);/*30 / 52*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.ttlWrap .t03{
  margin: 20px 0 0 0;
  color: #0e41b8;
  font-size: clamp(calc(40px * 0.7), calc(40vw / 3.75), 40px);/*40 / 100*/
  line-height: 1.0;
}
.ttlWrap .t03 + img{
  display: block;
  width: 80%;
  margin: 15px auto 0 auto;
}
.ttlWrap .t04{
  /*margin: 30px 0 0 0;*/
  margin-top: -70px;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*15 / 18*/
  line-height: 2.0;
  letter-spacing: 0.05em;
  text-align: left;
}

/*スマホ横向き*/
@media (orientation: landscape) and (max-height: 450px) {
  .ttlWrap .t04{
    margin-top: 30px;
  }
}




.ttlWrap .t05{
  margin: 30px 0 0 0;
  padding-left: 0.05em;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 28*/
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.ttlWrap .t06{
  margin: 20px 0 0 0;
  padding-left: 0.05em;
  font-size: clamp(calc(35px * 0.7), calc(35vw / 3.75), 35px);/*35 / 77*/
  line-height: 1.4;
  letter-spacing: 0.05em;
}


.ttlWrap .merit{
  margin: 30px 0 0 0;
}
.ttlWrap .merit li{
  margin: 30px 0 0 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 200px;
  color: #0e41b8;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 25*/
  text-align: center;
}
.ttlWrap .merit li + li{
  margin: 10px 0 0 0;
}


/* スクロールダウンの位置 */
.scrollDown {
  position: relative;
  margin: 40px auto 0 auto;
  padding: 0 0 0 25px;
  color: #0e41b8;
  font-size: 11px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scrollDown::before {
  animation: scroll 2s infinite;
  background-color: #0e41b8;
  top: 0;
  left: 0;
  content: "";
  height: 4.5em;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  }

/*スマホ横向き*/
@media (orientation: landscape) and (max-height: 450px) {
  .scrollDown {
    display: none;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



@media print, screen and (min-width:768px) {
  .mainWrap{}
  .ttlTop{
    display: block;
    height: auto;
    margin-bottom: 0;
  }
  .intTxt{
    max-width: 700px;
  }
  .intTxt::before{}
  .intTxt p{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 0 10px;
    font-size: clamp(calc(28px * 0.7), calc(28vw / 10.00), 28px);/*15 / 28*/
    letter-spacing: 0.05em;
  }

  .ttlWrap{
    margin-top: 50px;
  }
  .ttlWrap .t01{
    padding-left: 0.05em;
    font-size: clamp(calc(20px * 0.7), calc(20vw / 10.00), 20px);/*13 / 20*/
    letter-spacing: 0.05em;
  }
  .ttlWrap .t01 span{
    padding-top: 0.7em;
  }
  .ttlWrap .t02{
    margin-top: 20px;
    font-size: clamp(calc(52px * 0.7), calc(52vw / 10.00), 52px);/*30 / 52*/
  }
  .ttlWrap .t03{
    margin-top: 35px;
    font-size: clamp(calc(100px * 0.7), calc(100vw / 10.00), 100px);/*40 / 100*/
  }
  .ttlWrap .t03 + img{
    max-width: 460px;
    margin-top: 25px;
  }
  .ttlWrap .t04{
    max-width: 700px;
    margin: 45px auto 0 auto;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.00), 18px);/*15 / 18*/
  }

  .ttlWrap .t05{
    margin-top: 60px;
    font-size: clamp(calc(28px * 0.7), calc(28vw / 10.00), 28px);/*16 / 28*/
  }
  .ttlWrap .t06{
    margin-top: 45px;
    padding-left: 0.1em;
    font-size: clamp(calc(77px * 0.7), calc(77vw / 10.00), 77px);/*35 / 77*/
    letter-spacing: 0.1em;
  }


  .ttlWrap .merit{
    display: flex;
    justify-content:  center;
    gap: calc((20 / 1000) * 100%);
    margin-top: 65px;
  }
  .ttlWrap .merit li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((320 / 1000) * 100%);
    min-height: 180px;
    margin-top: 0;
    padding: 0 5px;
    font-size: clamp(calc(25px * 0.7), calc(25vw / 10.00), 25px);/*18 / 25*/
  }
  .ttlWrap .merit li + li{
    margin-top: 0;
  }
  
  .scrollDown {
    display: none;
  }
}

/*step [
----------------------------------------------------------- */
.step{
  margin: 50px auto 0 auto;
}
.step li{
  text-align: center;
}
.step li + li{
  margin: 30px 0 0 0;
}
.step li p:nth-of-type(1){
  color: #0e41b8;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 20*/
  line-height: 1.0;
}
.step li p:nth-of-type(2){
  margin: 10px 0 0 0;
  padding-left: 0.05em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 25*/
  letter-spacing: 0.05em;
}
.step li p:nth-of-type(2) strong{
  color: #0e41b8;
  font-size: calc((35 / 25) * 100%);
}
.step li figure{
  max-width: 700px;
  margin: 10px auto 0 auto;
}

@media print, screen and (min-width:768px) {
  .step{
    margin-top: 90px;
  }
  .step li{
    text-align: center;
  }
  .step li + li{
    margin-top: 50px;
  }
  .step li p:nth-of-type(1){
    font-size: clamp(calc(20px * 0.7), calc(20vw / 10.00), 20px);/*16 / 20*/
  }
  .step li p:nth-of-type(2){
    margin-top: 20px;
    font-size: clamp(calc(25px * 0.7), calc(25vw / 10.00), 25px);/*18 / 25*/
  }
  .step li p:nth-of-type(2) strong{}
  .step li figure{
    margin-top: 25px;
  }
}


/*baloon [
----------------------------------------------------------- */
.baloonWrap{
  position: relative;
  margin: 40px auto 0 auto;
}
.baloonWrap::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(50% + 15px);
  background: #fff;
  transform: translate(-50%,0);
}
.baloon{
  position: relative;
}
.baloon::after{
  content: "";
  position: relative;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 30px solid #0e41b8;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}
.baloon > div{
  position: relative;
  padding: 20px 0;
  background: #0e41b8;
  border-radius: 10px;
}
.baloon img{
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

@media print, screen and (min-width:768px) {
  .baloon{
    margin-top: 75px;
  }
  .baloon::before{
    height: calc(50% + 35px);
  }
  .baloon::after{
    border-top-width: 70px;
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .baloon > div{
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 20/9;/*1000/450*/
    padding: 0 10px;
    border-radius: 20px;
  }
  .baloon img{}
}



/*flow [
----------------------------------------------------------- */
.flow{
  padding: 0 0 60px 0;
}
.flow .t01{
  margin: 15px 0 0 0;
  padding-left: 0.05em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 30*/
  letter-spacing: 0.05em;
}
.flow .pic{
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 15px 0 0 0;
}
.flow .pic li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8em;
  height: 50px;
  border: 1px solid #0e41b8;
  border-radius: 200px;
  color: #0e41b8;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 38*/
  line-height: 1.0;
}
.flow .fig{
  margin: 30px 0 0 0;
}
.flow .fig figcaption{
  margin: 10px 0 0 0;
  color: #777;
}
.flow .thanks{
  max-width: 650px;
  margin: 50px auto 0 auto;
}

@media print, screen and (min-width:768px) {
  .flow{
    padding-bottom: 120px;
  }
  .flow .t01{
    margin-top: 35px;
    font-size: clamp(calc(30px * 0.7), calc(30vw / 10.00), 30px);/*18 / 30*/
  }
  .flow .pic{
    gap: 15px;
    margin-top: 30px;
  }
  .flow .pic li{
    width: 220px;
    height: 80px;
    font-size: clamp(calc(38px * 0.7), calc(38vw / 10.00), 38px);/*18 / 38*/
  }
  .flow .fig{
    margin-top: 65px;
  }
  .flow .fig figcaption{}
  .flow .thanks{
    margin-top: 90px;
  }
}

/*results [
----------------------------------------------------------- */
.results{
  position: relative;
  padding: 50px 0 50px 0;
  background: #333;
  color: #fff;
	}
.results .t01{
  padding-left: 0.05em;
  font-size: clamp(calc(35px * 0.7), calc(35vw / 3.75), 35px);/*35 / 77*/
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
	}
.results .t02{
  margin: 30px 0 0 0;
  padding-left: 0.1em;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 28*/
  letter-spacing: 0.1em;
	}
.results .t03{
  margin: 30px 0 0 0;
  padding-left: 0.05em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 35*/
  letter-spacing: 0.05em;
	}

.results ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px 0 0 0;
}
.results ul li{
  padding: 20px 10px;
  background:  #fff;
  border-radius: 10px;
  color: #111;
}
.results ul li dt{
  font-size: clamp(calc(20px * 0.7), calc(20vw / 3.75), 20px);/*20 / 50*/
  line-height: 1.0;
  text-align: center;
}
.results ul li dt span{
  display: block;
  margin: 0 0 10px 0;
  font-size: calc((30 / 50) * 100%);
  text-align: center;
  line-height: 1.0;
}
.results ul li dd img{
  display: block;
  width: 80%;
  margin: 15px auto 0 auto;
}
.results ul li .cap{
  margin: 10px 0 0 0;
}


.results ul li.total::after{
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 360/194;
  margin: 20px auto 0 auto;
  background: url("../images/img01.svg") no-repeat center center;
  background-size: cover;
}
.results .btnCV{
  height: 80px;
  margin-top: 50px;
  font-size: clamp(calc(17px * 0.7), calc(17vw / 3.75), 17px);/*17 / 28*/
}
/* for PC*/
@media print, screen and (min-width:768px) {
  .results{
    padding: 100px 0 100px 0;
    }
  .results .t01{
    font-size: clamp(calc(77px * 0.7), calc(77vw / 10.00), 77px);/*35 / 77*/
    }
  .results .t02{
    margin-top: 70px;
    font-size: clamp(calc(28px * 0.7), calc(28vw / 10.00), 28px);/*16 / 28*/
    }
  .results .t03{
    margin-top: 80px;
    padding-left: 0.1em;
    font-size: clamp(calc(35px * 0.7), calc(35vw / 10.00), 35px);/*18 / 35*/
    letter-spacing: 0.1em;
    }

  .results ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px calc((40 / 1000) * 100%);
    margin-top: 80px;
  }
  .results ul li{
    width: 100%;
    padding: 55px 10px;
    border-radius: 20px;
  }
  .results ul li:nth-of-type(2),
  .results ul li:nth-of-type(3){
    width: calc((480 / 1000) * 100%);
  }
  .results ul li dt{
    font-size: clamp(calc(50px * 0.7), calc(50vw / 10.00), 50px);/*20 / 50*/
  }
  .results ul li dt span{
    margin-bottom: 20px;
  }
  .results ul li dd img{
    width: 90%;
    max-width: 420px;
    margin-top: 25px;
  }
  .results ul li .cap{}

  .results ul li.total{
    position: relative;
    padding-left: 5%;
  }
  .results ul li.total dl,
  .results ul li.total .cap{
    text-align: left;
  }
  .results ul li.total dl{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0 auto;
  }
  .results ul li.total img{
    margin-left: 0;
  }
  .results ul li.total::after{
    position: absolute;
    left: 59%;
    top: 50%;
    width: calc((360 / 1000) * 100%);
    margin: 0;
    transform: translate(0,-50%);
  }
  .results .btnCV{
    max-width: 750px;
    height: 150px;
    margin: 120px auto 0 auto;
    font-size: clamp(calc(28px * 0.7), calc(28vw / 10.00), 28px);/*17 / 28*/
  }
}


/*review [
----------------------------------------------------------- */
.review{
  padding: 50px 0 50px 0;
	}
.review .t01{
  margin: 0 0 30px 0;
  font-size: clamp(calc(33px * 0.7), calc(33vw / 3.75), 33px);/*33 / 77*/
  line-height: 1.4;
  text-align: center;
	}
.review .t01::before{
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 13/1;/*260/20*/
  margin: 0 auto 20px auto;
  background: url("../images/ttl_review.svg") no-repeat center center;
  background-size: cover;
}


.review .swiper {}
.review .swiper-slide{
  width: 290px;
  height:auto;
}
.review .swiper-slide .inner{
  position: relative;
  height: 100%;
  padding: 0 0 30px 0;
}
.review .swiper-slide .inner::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 17px;
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
  border-left: 1px solid #111;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.review .swiper-slide .caseH{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 34px;
}
.review .swiper-slide .caseH p{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 100%;
  background: url("../images/bg_case.svg") no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 20*/
  line-height: 1.0;
}
.review .swiper-slide .caseH::after{
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 55%;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  border-top-right-radius: 10px;
}
.review .swiper-slide .caseData{
  position: relative;
  margin: 20px 0 0 0;
  text-align: left;
  z-index: 10;
}
.review .swiper-slide .caseData p:nth-of-type(1){
  font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*15 / 18*/
}
.review .swiper-slide .caseData p:nth-of-type(2){
  margin: 5px 0 0 0;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 15*/
  letter-spacing: 0.05em;
}
.review .swiper-slide .caseReaseon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  margin: 20px 0 0 0;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #0e41b8;
  font-size: clamp(calc(17px * 0.7), calc(17vw / 3.75), 17px);/*17 / 23*/
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 10;
}
.review .swiper-slide .caseFactor{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.review .swiper-slide .caseFactor::before{
  content: "決め手";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #0e41b8;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*14 / 20*/
  line-height: 1.0;
  text-align: center;
}
.review .swiper-slide .caseFactor p{
  width: calc(100% - 80px);
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 18*/
  text-align: left;
  line-height: 2.0;
}
.review .swiper-slide .caseFactor p strong{
  color: #0e41b8;
}
.review .swiper-slide figure{
  position: absolute;
  right: 0;
  /*top: 0;
  width: 160px;*/
  top: 5px;
  width: 180px;
  aspect-ratio: 3/2;/*240/160*/
  z-index: 9;
}


.review .swiper .swiper-pagination{
  position: static;
  margin: 20px 0 0 0;
}
.review .swiper .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #c9caca;
  opacity: 1;
}
.review .swiper .swiper-pagination-bullet-active{
  background: #0e41b8;
}
.review .swiper .cntrlWrap{
  display: flex;
  justify-content: space-between;
  width: 130px;
  margin: 10px 10px 0 auto;
}

.review .swiper .cntrl {
  position: static;
  width: 60px;
  height: 27px;
  margin-top: 0;
  background-color: #4b4b4b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 6px;
  border-radius: 200px;
  transition: .3s;
}

.review .swiper .cntrl::after {
  content: none;
}
.review .swiper .cntrl.swiper-button-prev {
  background-image: url("../images/ico_arr01.svg");
  transform: scale(-1, 1);
}
.review .swiper .cntrl.swiper-button-next {
  background-image: url("../images/ico_arr01.svg");
}

.review .swiper .cntrl:active {
  background-color: #0e41b8;
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .review{
    padding: 100px 0 100px 0;
    }
  .review .t01{
    padding-left: 0.05em;
    font-size: clamp(calc(77px * 0.7), calc(77vw / 10.00), 77px);/*33 / 77*/
    letter-spacing: 0.05em;
    }
  .review .t01::before{
    max-width: 260px;
  }
  
  .review .swiper {}
  .review .swiper-slide{
    width: 450px;
  }
  .review .swiper-slide .inner{
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .review .swiper-slide .inner::after{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .review .swiper-slide .caseH{
    height: 45px;
  }
  .review .swiper-slide .caseH p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 100%;
    font-size: clamp(calc(20px * 0.7), calc(20vw / 10.00), 20px);/*16 / 20*/
  }
  .review .swiper-slide .caseH::after{
    border-top-right-radius: 20px;
  }
  .review .swiper-slide .caseData{}
  .review .swiper-slide .caseData p:nth-of-type(1){
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.00), 18px);/*15 / 18*/
    letter-spacing: 0.1em;
  }
  .review .swiper-slide .caseData p:nth-of-type(2){
    margin-top: 10px;
    font-size: clamp(calc(15px * 0.7), calc(15vw / 10.00), 15px);/*13 / 15*/
    letter-spacing: 0.1em;
  }
  .review .swiper-slide .caseReaseon{
    /*margin-top: 30px;*/
    margin-top: 20px;
    border: 1px solid #0e41b8;
    font-size: clamp(calc(23px * 0.7), calc(23vw / 10.00), 23px);/*17 / 23*/
    letter-spacing: 0.1em;
  }
  .review .swiper-slide .caseFactor{
    margin-top: 25px;
  }
  .review .swiper-slide .caseFactor::before{
    width: 100px;
    height: 100px;
    font-size: clamp(calc(20px * 0.7), calc(20vw / 10.00), 20px);/*14 / 20*/
  }
  .review .swiper-slide .caseFactor p{
    width: calc(100% - 130px);
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.00), 18px);/*16 / 18*/
  }
  .review .swiper-slide .caseFactor p strong{}
  .review .swiper-slide figure{
    top: 0;
    width: 240px;
  }


  .review .swiper .swiper-pagination{
    margin-top: 50px;
  }
  .review .swiper .swiper-pagination-bullet{}
  .review .swiper .swiper-pagination-bullet-active{}
  .review .swiper .cntrlWrap{
    position: absolute;
    bottom: 0;
    left: calc(50% + 270px);
    display: flex;
    justify-content: space-between;
    width: 195px;
    margin: 0;
    transform: translate(-50%,0);
  }

  .review .swiper .cntrl {
    position: static;
    width: 90px;
    height: 40px;
    background-size: 28px 7px;
  }

  .review .swiper .cntrl::after {}
  .review .swiper .cntrl.swiper-button-prev {}
  .review .swiper .cntrl.swiper-button-next {}
  
  .review .swiper .cntrl:hover {
    background-color: #0e41b8;
  }
}

/*end [
----------------------------------------------------------- */
.end{
  padding: 50px 0 50px 0;
  background: #ebeae9;
  text-align: center;
	}
.end .t01{
  padding-left: 0.1em;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*16 / 28*/
  letter-spacing: 0.1em;
	}

/*btnDtl*/
.btnDtl{
  width: 90%;
  max-width: 500px;
  height: 60px;
  margin: 20px auto 0 auto;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*15 / 18*/
  letter-spacing: 0.2em;
}
.btnDtl a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #333;
  border-radius: 200px;
  color: #fff;
  transition: .3s;
}
.btnDtl a > *{
  position: relative;
  z-index: 10;
}
.btnDtl a::after{
  content: "";
  position: absolute;
  right: 30px;
  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:active{
  background: #111;
}
.btnDtl a:active::after{
  right: 15px;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .end{
    padding: 100px 0 100px 0;
    }
  .end .t01{
    font-size: clamp(calc(28px * 0.7), calc(28vw / 10.00), 28px);/*16 / 28*/
    }

  /*btnDtl*/
  .btnDtl{
    height: 100px;
    margin-top: 40px;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 10.00), 18px);/*15 / 18*/
  }
  .btnDtl a{}
  .btnDtl a > *{}
  .btnDtl a::after{
    right: 40px;
  }
  .btnDtl a p{}

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




/*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) {
  .merit li:nth-of-type(3n+1){}
  .merit li:nth-of-type(3n+2){transition-delay: .05s;}
  .merit li:nth-of-type(3n){transition-delay: .1s;}
  
  .flow .pic li:nth-of-type(3n+1){}
  .flow .pic li:nth-of-type(3n+2){transition-delay: .05s;}
  .flow .pic li:nth-of-type(3n){transition-delay: .1s;}
  
  
  * [data-aos="ca-btnFix"] {
    transform: translateX(120px);
  }
  * [data-aos="ca-btnFix"].aos-animate {
    transform: translateX(0);
  }
}
