@charset "utf-8";


.analysis01 .analysis-bg {
  background: url(../../../asset/img/analysis/rev_service01/bg_pc.jpg) no-repeat top center;
  padding-top: 200px;
}
.analysis02 .analysis-bg {
  background: url(../../../asset/img/analysis/rev_service02/bg_pc.jpg) no-repeat top center;
  padding-top: 200px;
}
.analysis06 .analysis-bg {
  background: url(../../../asset/img/analysis/rev_service03/bg_pc.jpg) no-repeat top center;
  padding-top: 200px;
}
.analysis04 .analysis-bg {
  background: url(../../../asset/img/analysis/rev_service04/bg_pc.jpg) no-repeat top center;
  padding-top: 200px;
}
.analysis07 .analysis-bg {
  background: url(../../../asset/img/analysis/rev_service05/bg_pc.jpg) no-repeat top center;
  padding-top: 200px;
}

/* service01 */

.analysis01 ._rev figure{
  text-align: center;
  margin-top: 4%;
}

._rev .contents_box{
  margin: 8% 0 5%;
}
._rev .contents_ttl{
  border-top: 2px solid #0077d3;
  border-bottom: 2px solid #dbdbdb;
  font-size: 2.2rem;
  text-align: center;
  padding: 3%;
  margin-bottom: 5%;
  letter-spacing: .5rem;
}
._rev .step_box{
  background-color: #f3f8fa;
  padding: 5%;
  position: relative;
  transform: translate(0);
}
._rev .step_box::before{
  content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 25px 40px 0 40px;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    border-color: #f3f8fa transparent transparent transparent;
}
._rev .step_box.step07::before{display: none;}
._rev .step_box.step02,._rev .step_box.step03,._rev .step_box.step04,._rev .step_box.step05,._rev .step_box.step06,._rev .step_box.step07 {margin-top: 5%;}
._rev .step_ttl{
  text-align: center;
}
._rev .step_ttl p:nth-of-type(1){
  color: #0077d3;
  font-size: 2rem;
  letter-spacing: .15rem;
}
._rev .step_ttl p:nth-of-type(2){
  font-size: 2.2rem;
  letter-spacing: .5rem;
}
._rev .step_list_wrap{
  margin-top: 3%;
}
.step_list{
  background-color: #fff;
  padding: 3% 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1%;
}
.step_list dt{
  font-size: 1.5rem;
  color: #0077d3;
  letter-spacing: .15rem;
  flex-basis: 18%;
}
.step02 .step_list dt{font-size: 1.8rem;}
.step_list dd{
  display: flex;
  flex-wrap: wrap;
  flex-basis: 80%;
  font-size: 1.5rem;
  line-height: 2.4;
}
.step_list dd span{display: block;}
.step_list dd span:not(:last-child){
  padding-right: 5%;
}

._rev .step_txt_wrap{
  margin-top: 3%;
}
._rev .step_txt_wrap li{
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
._rev .step_txt_wrap li::before{
  content: '■';
  color: #0077d3;
  position: absolute;
  top: 5px; left: 0;
  font-size: 1rem;
}
._rev .step_cap{
  font-size: 1.5rem;
  text-align: center;
  margin-top: 3%;
}
._rev .step_flow{
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}
._rev .step_flow li{
  flex-basis: 31%;
  position: relative;
  background-color: #fff;
  padding: 2.5% 1%;
  color: #0077d3;
  font-size: 1.5rem;
  text-align: center;
}
._rev .step07 .step_flow li:nth-of-type(1){flex-basis: inherit; flex-grow: 2; margin-right: 3.4%;}
._rev .step07 .step_flow li:nth-of-type(2){flex-basis: inherit; flex-grow: 2.6; margin-right: 3.4%;}
._rev .step07 .step_flow li:nth-of-type(3){flex-basis: inherit; flex-grow: 1;}
._rev .step_flow li:nth-of-type(1)::after,
._rev .step_flow li:nth-of-type(2)::after{
  content: '';
    position: absolute;
    right: -30px;
    top: 28%;
    background-image: url(../../img/analysis/rev_service01/flow_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

  /* service02 */

  ._rev.point_wrap{
    background-color: #d3e4f3;
    padding: 3% 5%;
    margin-bottom: 5%;
  }
  ._rev.point_wrap ul{
    max-width: 1020px;
    margin: auto;
  }
  ._rev.point_wrap li{
    font-size: 1.5rem;
    line-height: 2;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    letter-spacing: .15rem;
  }
  ._rev.point_wrap li::before{
    content: '■';
    color: #0077d3;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1rem;
  }
  ._rev.analysis-graf{
    background-color: #fff;
    padding: 3% 1% 1%;
    margin-top: 5%;
    position: relative;
  }
  ._rev.analysis-graf ul{
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: auto;
  }
  ._rev.analysis-graf li{
    flex-basis: 49%;
  }
  ._rev.analysis-graf p{
    text-align: right;
    font-size: 1.3rem;
  }
  ._rev.analysis-txt{
    font-size: 1.3rem;
    margin-top: 2%;
  }
  ._rev.analysis-list {
    margin-bottom: 0 !important;
  }
  ._rev.analysis-blue {
    margin: 50px 0 80px;
    padding: 6% 0 6%;
}

/* service03 */

._rev.con_img{
  text-align: center;
  margin-top: 6%;
  margin-bottom: 3%;
}
._rev.con_img p{
  text-align: right;
  font-size: 1.1rem;
}
._rev.cap{
  text-align: center;
  font-size: 1.5rem;
  margin-top: 5%;
  margin-bottom: 2%;
  letter-spacing: .15rem;
}
#contents2._rev.analysis-blue{
  margin-bottom: 0;
}
.con_img_box{
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: auto;
}
._rev.con_img2{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 5%;
}
._rev.con_img2 .con_img2_box{
  flex-basis: 45%;
}
._rev.con_img2 .con_img2_box p{
  font-size: 1.1rem;
  text-align: right;
}
._rev.con_img2 p{
  flex-basis: 53%;
  font-size: 1.5rem;
}

/* service04 */

.analysis04 #contents2._rev .analysis-lead-txt{
  text-align: left;
}
.analysis04 #contents2._rev.analysis-blue{
    margin-bottom: 5%;
}

._rev.analysis-graf2{
  background-color: #fff;
  padding: 2% 1% 1%;
  margin-bottom: 2%;
}
._rev.analysis-graf2 figure{
  text-align: center;
  width: 100%;
}
._rev.analysis-graf2 .js-scrollable figure{
  /* width: 190svw; */
}
/* ._rev.analysis-graf2 .js-scrollable figure img{
  width: 100%;
  max-width: inherit;
} */
._rev.analysis-graf2 p:nth-of-type(1){
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #000;
  display: inline-block;
  padding: 2px 6px 4px;
  margin-bottom: 10px;
  margin-left: 2%;
}
._rev.analysis-graf2 p:nth-of-type(2){
  font-size: 1.3rem;
  text-align: right;
  margin-top: 10px;
}
._rev.analysis-graf2 .graf_img{
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}
._rev.analysis-graf2 .graf_img figure{
  flex-basis: 49%;
}

/* service05 */

.analysis07 ._rev_con_box{
  margin-top: 8%;
  margin-bottom: 8%;
}
.analysis07 ._rev_con_img_wrap{
  margin-top: 5%;
}
.analysis07 .con1_img ul{
  display: flex;
  justify-content: space-between;
}
.analysis07 .con1_img li{
  flex-basis: 30%;
}
.analysis07 .con1_img li p{
  background-color: #f3f8fa;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .15rem;
  padding: 5%;
}
.analysis07 ._rev_con_txt{
  margin-top: 5%;
}
.analysis07 ._rev_con_txt p{
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .15rem;
}
.analysis07 ._rev_con_txt p:not(:first-child){
  margin-top: 2%;
}
.analysis07 .cap{
  font-size: 1.3rem;
  text-align: right;
}
.analysis07 .con2_img{
  background-color: #fff;
  padding: 5% 3%;
}
.analysis07 .con2_img ul{
  max-width: 780px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
}
.analysis07 .con2_img li:nth-of-type(1){
  flex-basis: 42%;
  margin-top: 30px;
}
.analysis07 .con2_img li:nth-of-type(2){
  flex-basis: 14%;
}
.analysis07 .con2_img li:nth-of-type(3){
  flex-basis: 42%;
  display: flex;
  justify-content: space-between;
}
.analysis07 .con2_img li:nth-of-type(3) div{
  flex-basis: 48%;
}
.analysis07 .con3_img_1{
  text-align: center;
}
.analysis07 .con3_img_1 ul{
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 2% auto 0;
}
.analysis07 .con3_img_1 li{
  flex-basis: 32%;
  letter-spacing: .15rem;
}
.analysis07 .con3_img_1 li p:nth-of-type(1){
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 3%;
}
.analysis07 .con3_img_1 li p:nth-of-type(2){
  font-size: 1.5rem;
  margin-top: 1%;
  line-height: 1.5;
}
.analysis07 .con3_img_2 ul{
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto 10px;
}
.analysis07 .con3_img_2 li{
  flex-basis: 30%;
}
.analysis07 .con3_img_3{
  display: flex;
  justify-content: center;
  align-items: center;
}
.analysis07 .con3_img_3 ul{
  margin-left: 3%;
}
.analysis07 .con3_img_3 li{
  font-size: 2.2rem;
  letter-spacing: .15rem;
  position: relative;
  padding-left: 20px;
}
.analysis07 .con3_img_3 li::before{
  content: '■';
    color: #0077d3;
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 1rem;
}
.analysis07 .con3_img_4 ul{
  display: flex;
  justify-content: space-between;
}
.analysis07 .con3_img_4 li{
  flex-basis: 23%;
}
.analysis07 .con3_img_4 li p{
  text-align: center;
  font-size: 1.1rem;
}
._rev_con_txt_small{
  font-size: 1.3rem !important;
}

@media screen and (max-width: 768px) {
  .analysis01 .analysis-bg {
    background: url(../../../asset/img/analysis/rev_service01/bg_sp.jpg) no-repeat top center / 100%;
  }
  .analysis02 .analysis-bg {
    background: url(../../../asset/img/analysis/rev_service02/bg_sp.jpg) no-repeat top center / 100%;
  }
  .analysis06 .analysis-bg {
    background: url(../../../asset/img/analysis/rev_service03/bg_sp.jpg) no-repeat top center / 100%;
  }
  .analysis04 .analysis-bg {
    background: url(../../../asset/img/analysis/rev_service04/bg_sp.jpg) no-repeat top center / 100%;
  }
  .analysis07 .analysis-bg {
    background: url(../../../asset/img/analysis/rev_service05/bg_sp.jpg) no-repeat top center / 100%;
  }

  /* service01 */

  ._rev .contents_box{
    margin: 10% 0 10%;
  }
  ._rev .contents_ttl{
    font-size: 1.8rem;
    padding: 4% 0;
  }
  ._rev .step_box{
    padding: 8% 5%;
  }
  ._rev .step_box::before{
      border-width: 15px 30px 0 30px;
      bottom: -15px;
  }
  ._rev .step_box.step02,._rev .step_box.step03,._rev .step_box.step04,._rev .step_box.step05,._rev .step_box.step06,._rev .step_box.step07 {margin-top: 10%;}
  ._rev .step_ttl{
    text-align: center;
  }
  ._rev .step_ttl p:nth-of-type(1){
    font-size: 1.6rem;
  }
  ._rev .step_ttl p:nth-of-type(2){
    font-size: 1.6rem;
    line-height: 1.6;
  }
  ._rev .step_list_wrap{
    margin-top: 6%;
  }
  .step_list{
    padding: 8%;
    display: block;
    margin-bottom: 3%;
  }
  .step_list dt{
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .step02 .step_list dt{font-size: 1.5rem;}
  .step_list dd{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 80%;
    font-size: 1.2rem;
    line-height: 2.4;
  }
  ._rev .step_txt_wrap{
    margin-top: 6%;
  }
  ._rev .step_txt_wrap li{
    font-size: 1.3rem;
    padding-left: 16px;
  }
  ._rev .step_txt_wrap li::before{
    top: 3px; left: 0;
    font-size: .9rem;
  }
  ._rev .step_cap{
    font-size: 1.3rem;
    margin-top: 6%;
  }
  ._rev .step_flow{
    margin-top: 6%;
    display: block;
  }
  ._rev .step_flow li{
    padding: 4% 1%;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  ._rev .step06 .step_flow li:not(:last-child){margin-bottom: 11%;}
  ._rev .step07 .step_flow li:nth-of-type(1){margin-right: 0; margin-bottom: 11%;}
  ._rev .step07 .step_flow li:nth-of-type(2){margin-right: 0; margin-bottom: 11%;}
  ._rev .step_flow li:nth-of-type(1)::after,
  ._rev .step_flow li:nth-of-type(2)::after{
    content: '';
      position: absolute;
      right: 50%; left: 50%;
      top: inherit; bottom: -48px;
      transform: translateX(-50%);
      transform: rotate(90deg);
      transform-origin: top center;
      width: 35px;
      height: 35px;
  }


    /* service02 */

    ._rev.point_wrap{
      margin-top: 6%;
      padding: 8%;
    }
    ._rev.point_wrap li{
      font-size: 1.3rem;
    padding-left: 16px;
    }
    ._rev.point_wrap li::before{
      top: 5px;
      left: 0;
      font-size: .9rem;
    }
    ._rev.analysis-graf{
      background-color: #fff;
      padding: 5% 5% 2%;
      margin-top: 5%;
      position: relative;
    }
    ._rev.analysis-graf ul{
      display: block;
    }
    ._rev.analysis-graf li{
      flex-basis: 49%;
    }
    ._rev.analysis-graf p{
      text-align: right;
      font-size: 1.1rem;
    }
    ._rev.analysis-txt{
      font-size: 1.3rem;
      margin-top: 4%;
    }
    ._rev.analysis-list {
      margin-bottom: 0 !important;
    }
    ._rev.analysis-blue {
      margin: 50px 0;
      width: 100%;
      padding: 8% 0 5%;
  }

  /* service03 */

._rev.cap{
  font-size: 1.3rem;
  margin-top: 8%;
  margin-bottom: 4%;
}
#contents2._rev.analysis-blue{
  margin-bottom: 0;
}
._rev.con_img2{
  margin-top: 10%;
  display: block;
  padding: 8%;
}
._rev.con_img2 p{
  font-size: 1.3rem;
  margin-top: 2%;
}

/* service04 */
.analysis04 #contents2._rev.analysis-blue{
    margin-bottom: 10%;
}
._rev.analysis-graf2{
  padding: 5% 5% 2%;
  margin-bottom: 5%;
}
._rev.analysis-graf2 .js-scrollable figure{
  width: 190svw;
}
._rev.analysis-graf2 .js-scrollable figure img{
  width: 100%;
  max-width: inherit;
}
._rev.analysis-graf2 p:nth-of-type(1){
  margin-left: 0;
}
._rev.analysis-graf2 p:nth-of-type(2){
  font-size: 1.1rem;
}
._rev.analysis-graf2 .graf_img{
  display: block;
  justify-content: space-between;
  max-width: 80%;
  margin: auto;
}
._rev.analysis-graf2 .graf_img figure:nth-of-type(1){
  margin-bottom: 8%;
}

/* service05 */

.analysis07 ._rev_con_img_wrap{
  margin-top: 5%;
}
.analysis07 .con1_img ul{
  display: block;
}
.analysis07 .con1_img li{
  max-width: 80%;
  margin: 8% auto 0;
}
.analysis07 .con1_img li p{
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 5%;
}
.analysis07 ._rev_con_txt{
  margin-top: 8%;
}
.analysis07 ._rev_con_txt p{
  font-size: 1.3rem;
}
.analysis07 ._rev_con_txt p:not(:first-child){
  margin-top: 4%;
}
.analysis07 .cap{
  font-size: 1.1rem;
}
.analysis07 .con2_img{
  background-color: #fff;
  padding: 8% 2%;
}
.analysis07 .con2_img ul{
  display: block;
  font-size: 1.3rem;
  max-width: 80%;
  margin: auto;
}
.analysis07 .con2_img li:nth-of-type(1){
  margin-top: 0;
}
.analysis07 .con2_img li:nth-of-type(2){
  position: relative;
  margin: 30px auto 15px;
}
.analysis07 .con2_img li:nth-of-type(2) img{
  transform-origin:center;
  transform: rotate(90deg);  
  width: 50px;
}
.analysis07 .con2_img li:nth-of-type(2) p{
  position: absolute;
  right: 42px; top: 0px;
}
.analysis07 .con3_img_1{
  text-align: center;
}
.analysis07 .con3_img_1 .w70{
  max-width: 70%;
  margin: auto;
}
.analysis07 .con3_img_1 .js-scrollable{
  overflow-y: hidden !important;
}
.analysis07 .con3_img_1 ul{
  margin: 10% auto 0;
  width: 220svw;
  padding: 0 47px;
}
.analysis07 .con3_img_1 li{
}
.analysis07 .con3_img_1 li p:nth-of-type(1){
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: 3%;
}
.analysis07 .con3_img_1 li p:nth-of-type(2){
  font-size: 1.1rem;
  margin-top: 1%;
}
.analysis07 .con3_img_2 ul{
  display: block;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto 10px;
}
.analysis07 .con3_img_2 li{
  flex-basis: 30%;
  max-width: 80%;
  margin: auto;
}
.analysis07 .con3_img_2 li:not(:first-child){
  margin-top: 8%;
}
.analysis07 .con3_img_3{
  display: flex;
}
.analysis07 .con3_img_3 ul{
  margin-left: 3%;
}
.analysis07 .con3_img_3 figure{flex-basis: 30%;}
.analysis07 .con3_img_3 li:nth-of-type(2){}
.analysis07 .con3_img_3 li{
  font-size: 1.3rem;
  padding-left: 15px;
}
.analysis07 .con3_img_3 li::before{
    top: 3px;
}
.analysis07 .con3_img_4 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.analysis07 .con3_img_4 li{
  flex-basis: 48.5%;
}
.analysis07 .con3_img_4 li:nth-of-type(3),
.analysis07 .con3_img_4 li:nth-of-type(4){margin-top: 2.5%;}
._rev_con_txt_small{
  font-size: 1.1rem !important;
}

}