.consulting .cta_btn_box_top .cta02 div.btnr{
    background-color: #BF1821;
}

.consulting .fv{
    background: url(../images/consulting/mv_bg.jpg);
    background-position: center center;
    background-size: 100% 100%;
}

.pb6-5rem{
    padding-bottom: 6.5rem;
}

.consulting .wrapper.w-1500{
    max-width: 1500px;
    width: 100%;
}

.consulting .cta_btn_box_top{
    justify-content: left;
}

.consulting .sec01 {
    background:none;
    z-index: 1;
    position: relative;
    padding-bottom: 24rem;
}

.consulting .sec01:before{
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;  /* 背景として裏に */
}

.consulting .sec01 .h2-title{
    display: block;
    max-width: 51.5625rem;
    padding-top: 6rem;
    margin: 0;
    text-align: left;
}

.consulting .sec01 .h2-title img{
    margin: 0px 10px 0 0;
}

.consulting .sec01 .wrapper{
    display: block;
}

.consulting .sec01 .flex{
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 40px;
    flex-direction: row;
}

.consulting .sec01 .item{
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 60px;
}

.consulting .sec01 .item:nth-child(3){
    padding-bottom: 54px;
}


.consulting .sec01 .h3-title .num{
    background-color: #D02D31;
    display: flex;
    color: #fff;
    width: 4rem;
    height: 4rem;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
    align-items: center;
    border-radius: 50%;
    margin-top: .8rem;
    font-size: 2rem;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "YakuHanJP", "Hiragino Sans", "Meiryo", sans-serif;
}

.consulting .sec01 .title-area{
    line-height: 1.2;
}

.consulting .sec01 .title-area span{
    font-size: 1.125rem;
}

.consulting .sec01 .title-area p{
    font-weight: bold;
}

.consulting .sec01 .item-img {
    max-width: 22rem;
    margin: 0 auto;
}

.consulting .sec01 .item-img.mt2-55rem{
    margin-top: 2.55rem;
}


.consulting .sec01 .h3-title{
    padding: 0 0 1rem;
    display: flex;
    justify-content: left;
    font-size: 2rem;
}

.consulting .item-text{
    font-size: 1.5rem;
}


.consulting .item-text.pb4-7rem{
    padding-bottom: 4.7rem;
}

.consulting
.sec02 .wrapper{
    display: block;
}
.consulting
.sec02 .flex{
    margin-top: 50px;
    flex-direction: row;
}
.consulting
.sec02 .h2-title{
    max-width: 40rem;
    display: block;
    text-align: center;
    padding-top: 0;
}
.consulting
.sec02 .h2-title img{
    margin-right: 10px;
}
.consulting
.sec02 .item{
    background-color: #FFD5D6;
    width: 15%;
    height: 130px;
    padding: 20px 19px 20px 0;
    clip-path: polygon(
        0 0,       /* 左上 */
        90% 0,     /* 右上より少し内側 */
        100% 50%,  /* 右端の尖った部分（中央） */
        90% 100%,  /* 右下より少し内側 */
        0 100% 
      );
     border-radius: 0; 
}
.consulting
.sec02 .item-txt{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 1.5rem 0 0;
    line-height: 1.3;
}
.consulting
.sec02 .item-num{
    color: #fff;
    background-color: #D02D31;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    font-weight: bold;
}
.consulting
.sec02 .item:nth-child(5) .item-txt{
    margin:1rem 0 0;
}

.step-flow {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
  }
  
  .row {
    display: flex;
    justify-content: left;
    position: relative;
    align-items: center;
  }
  
  .step {
    width: 238px;
    height: 238px;
    border: 1px solid #c33;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: white;
    font-size: 2rem;
  }

  .line {
    width: 60px;
    height: 1px;
    background-color: #D02D31;
    display: flex;
}
  
  .step .number {
    background: #c33;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 24px;
    font-size: 1.5rem;
    margin-bottom: 5px;
    top: -19px;
    position: absolute;
  }
  
  .step.active {
    background: #fcc;
  }
  
  .step.empty {
    border: none;
    background: transparent;
  }
  
  .row.lower {
    margin-top: 60px;
  }
  
  /* 線を引くSVG */
  .connector {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 200px;
    pointer-events: none;
  }

 .consulting .sec02 {
    padding: 0 0 6rem;
}

.consulting .under_box{
    background-color: #FFF5F5;
}

.consulting .sec03{
    margin-bottom: 15rem;
}

.consulting .newinde_cta {
    background: url(../images/consulting/cta_back02.png);
    background-position: center;
    background-size: 100% 100%;
}

.consulting .cta_btn_box a div.btnr{
    background-color: #BF1821;
}

.consulting .column-box{
    margin-top: 9rem;
}

.consulting .column-box .flex{
    margin: 70px auto;
    align-items: flex-start;
    max-width: 1100px;
    flex-direction: row;
}

.consulting .column-box .flex.col{
    flex-direction: row-reverse;
}

.consulting .column-box .item-img{
    width: 50%;
}

.consulting .column-box .item-text{
    width: 50%;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 4px;
    margin-left: 1rem;
    line-height: 2;
}

.consulting .column-box .item-text.w100{
    width: auto;
}

.consulting .sec04:before{
    position: static;
}

.consulting .sec04{
    background: #F9EFEF;
    margin-top: -11rem;
    z-index: 0;
    padding-bottom: 0;
}

.consulting .sec04 .wrapper .h2-title{
    margin-top: 4rem;
}

.consulting .staff_intro ul li{
    flex-direction: column;
}

.consulting .picwaku{
    flex-direction: row;
    align-items: flex-end;
}

.consulting .staff_pic{
    width: 65%;
    height: auto;
    margin: 0 20px 0 0;
    border-radius: 0;
}

.consulting .staff_pic img{
    position: static;
    transform: initial;
    transition: initial;
}

.staff_intro ul li .career_des{
    margin-left: 0;
    width: 100%;
}
.staff_intro p.position{
    text-align: left;
    line-height: 1.5;
}

.consulting .sec05{
    background: #F9EFEF;
}

.consulting .question-q span{
    color: #BF1821;
}

.consulting .sec05 .flex{
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10rem;
    flex-direction: row;
}

.consulting .sec05 .h2-title{
    max-width: 65rem;
}

.consulting .sec05 .item-head {
    background-color: #FFD5D6;
    display: flex;
    padding: 1rem;
    height:140px;
    border-radius: 15px 15px 0 0;
}


.consulting .sec05 .item-head-left {
    width: 7rem;
    height: 7rem;
    min-width: 100px;
    min-height: 100px;
    background-color: #BF1821;
    color: #ffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    margin-top: -3rem;
}

.consulting .sec05 .item-head-left .num {
    font-size: 3rem;
    font-weight: bold;
}

.consulting .sec05 .item-head-title{
    font-size: 1.625rem;
    font-weight: bold;
    margin: 0;
}

.consulting .sec05 .item-head-right {
    max-width: 389px;
    margin-left: 1rem;
    margin: .5rem 0 0 1rem;
}

.consulting .sec05 .item-bottom {
    padding: 2rem;
    font-size: 1.375rem;
}

.consulting .sec05 .item{
    box-shadow: 0 0 10px 0px #CDCDCD;
    border-radius: 15px;
    margin-bottom: 5rem;
    height: 515px;
    background-color: #fff;
}

.consulting .sec05 .bottom-text {
    font-weight: bold;
    font-size: 1.5rem;
    max-width: 1110px;
    margin: 0 auto;
}

.consulting .sec15 .h2-title{
    max-width: 50rem;
    justify-content: center;
    padding-top: 10rem;
}

.consulting .sec15 .wrapper01{
    background:none;
    z-index: 1;
    position: relative;
    padding-bottom: 10rem;
}

.consulting .sec15 .wrapper01:before{
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;  /* 背景として裏に */
}

.consulting .sec15 .wrap{
    max-width: 1200px;
    margin: 0 auto;
}

.consulting .sec15 .item-inner {
    background-color: #fff;
    border: 4px solid #CDCDCD;
    border-radius: 12px;
    padding: 2rem 3rem;
}

.consulting .sec15 .item-tag{
    max-width: 95px;
    margin: 0 2rem 0 auto;
}

.consulting .sec15 .item-tag img{
    vertical-align: bottom;
}

.consulting .sec15 .item-head {
    display: flex;
    height: 165px;
}

.consulting .sec15 .item-head-left span {
    color: #AAAAAA;
    font-weight: bold;
    font-size: 16rem;
}

.consulting .sec15 .item-head-left{
    margin-left: -70px;
    margin-top: -170px;
    width: 20%;
}

.consulting .sec15 .h3-title{
    font-size: 2.375rem;
    margin: 0;
    font-weight: bold;
}

.consulting .sec15 .item{
    width: 70%;
    max-width: 887px;
    margin-top: 8rem;
}

.consulting .sec15 .wrapper02 .item{
    margin-top: 0;
}

.consulting .sec15 .item-text{
    font-size: 1.5rem;
}

.consulting .sec15 .item.right {
    margin: 20px 0 0 auto;
}

.consulting .sec15 .wrapper03{
    background:none;
    z-index: 1;
    position: relative;
    padding-bottom: 24rem;
}

.consulting .sec15 .wrapper03:before {
    clip-path: polygon(0 3%, 100% 380px, 100% 100%, 0% 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;
}

.consulting .sec15 .item-head-right {
    margin-left: 20px;
}

.consulting .sec15 .bottom-text{
    max-width: 1110px;
    margin: 5rem auto;
    font-weight: bold;
    font-size: 1.5rem;
}

.consulting .sec15{
    margin-top: -35px;
    position: relative;
    z-index: -1;
}

@media screen and (max-width:768px) {
    .fv_box2{
        padding: 0;
        padding-top: 40px;
    }
    .fv_left{
        padding: 0;
    }
    .fv_box2 h1 span, .fv_box2 h2 {
        font-size: 1rem;
        letter-spacing: 1.5px;
        line-height: 1.8;
        display: inline-block;
    }
    .fv_box2 h2{
        margin-top: 10px;
    }
    .fv_box2 h1 {
        font-size: 1.6rem;
        letter-spacing: 1.5px;
    }
    .formbox{
        width: auto;
        max-width: 200px;
    }
    .formbox img {
        max-width: 200px;
    }
    .consulting .fv{
        background-size: cover;
        background-position: center;
    }
    .consulting .sec01 .h2-title{
        padding-top: 3rem;
        font-size: 1.5rem;
    }
    .consulting .sec01 .h2-title img{
        max-width: 195px;
    }
    .consulting .sec01 .item{
        padding: 1rem;
    }
    .consulting .sec01 .h3-title{
        font-size: 1rem;
    }
    .consulting .sec01 .h3-title .num{
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }
    .consulting .sec01 .title-area p{
        margin-top: 6px;
    }
    .consulting .item-text{
        font-size: .875rem;
    }
    .consulting .item-text.pb4-7rem{
        padding-bottom: 0;
    }
    .consulting .sec01 .item-img.mt2-55rem{
        margin-top: 0;
    }
    .consulting .sec01 .item:nth-child(3){
        padding-bottom: 0;
    }
    .consulting .item-text.pb6-5rem{
        padding: 0;
    }
    .consulting .sec01:before{
        clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
    }
    .consulting .sec01{
        padding-bottom: 0;
    }
    .consulting .sec02 .flex{
        flex-direction: column;
    }

    .consulting .sec02 .item{
        width: 100%;
        clip-path: polygon(
        0 0,       /* 左上 */
        100% 0,     /* 右上より少し内側 */
        100% 70%,  /* 右端の尖った部分（中央） */
        50% 100%,  /* 右下より少し内側 */
        0% 70% 
      );
      padding: 1rem;
      height: auto;
    }
    .consulting .sec02 .item-txt{
        margin: 0.5rem 0 0;
        font-size: 1rem;
    }
    .consulting .sec02 .item{
        margin-bottom: 1.5rem;
    }
    .row{
        flex-direction: column;
    }
    .step{
        width: 8rem;
        height: 8rem;
        font-size: 1rem;
    }
    .step .number{
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: .875rem;
        top: -11px;
    }
    .line{
        width: 1px;
        height: 60px;
    }
     .consulting .sec03 .h2-title .img1{
        margin-right: 8px;
        margin-top: -23px;
    }
    .consulting .sec03 .h2-title img{
        margin: 0;
    }
    .consulting .sec03{
        padding-bottom: 0;
    }
    .consulting .sec03 .wrapper{
        padding: 0;
    }
    .consulting .sec03{
        margin-bottom: 6rem;
    }
    .consulting .wrappper-inner{
        margin-top: 3rem;
    }
    .consulting .sec04{
        margin-top: -7rem;
        padding-bottom: 5rem;
    }
    .consulting .sec04 .wrapper .h2-title{
        font-size: 1.4rem;
    }
    .consulting .column-box .item-img{
        width: auto;
    }
    .consulting .column-box .item-text{
        width: auto;
        font-size: .875rem;
        margin: 0;
    }
    .consulting .column-box .flex{
        flex-direction: column;
    }
    .consulting .column-box{
        margin-top: 0;
    }
    .consulting .column-box .flex{
        margin: 20px 0;
    }
    .sec04 .wrapper{
        margin: 0;
        padding: 0;
    }
    .consulting .sec04 .wrapper{
        padding-top: 4rem;
    }
    .consulting .staff_intro ul{
        padding: 0;
    }
    .consulting .sec05{
        padding-bottom: 3rem;
    }
    .consulting .sec05 .h2-title{
        padding-top: 6rem;
        font-size: 1.4rem;
    }
    .consulting .sec05 .flex{
        margin-top: 3rem;
    }
    .consulting .sec05 .item-head-title{
        font-size: 1.125rem;
    }
    .consulting .sec05 .item-head-left{
        width: 0;
        height: 0;
    }
    .consulting .sec05 .item-head-left .num{
        font-size: 2rem;
    }
    .consulting .sec05 .item-head{
        height: 105px;
    }
    .consulting .sec05 .item-bottom{
        padding: 1.5rem;
    }
    .consulting .sec05 .item-bottom{
        font-size: 1rem;
    }
    .consulting .sec05 .item{
        height: 405px;
    }
    .consulting .sec15 .h2-title{
        padding: 5rem 0 0;
    }
    .consulting .sec15 .wrapper01,
    .consulting .sec15 .wrapper02,
    .consulting .sec15 .wrapper03{
        padding: 0 20px;
    }
    .consulting .sec15 .item{
        width: auto;
    }
    .consulting .sec15 .item-inner{
        padding: 20px;
    }
    .consulting .sec15 .item-head{
        height: auto;
    }
    .consulting .sec15 .h3-title{
        font-size: 1.125rem;
        margin: 0 auto;
    }
    .consulting .sec15 .item-head-right{
        margin: 0 auto;
    }
    .consulting .sec15 .item-head-left span{
        font-size: 7rem;
    }
    .consulting .sec15 .item-head-left {
        margin: -105px 0 0 -23px;
        width: 10%;
    }
    footer .footer-container{
        z-index: 1;
    }
    .consulting .sec15 .item-text {
    font-size: 1rem;
    }
    .consulting .sec15 .item{
        margin-top: 3rem;
    }
    
}