@charset "utf-8";

.webp .executiveMainTitleBannerArea {
	background-image: url(../images/service/executive.webp);
}
.no-webp .executiveMainTitleBannerArea {
	background-image: url(../images/service/executive.png);
}
.webp .globalMainTitleBannerArea {
    background-image: url(../images/service/global.webp);
}
.no-webp .globalMainTitleBannerArea {
    background-image: url(../images/service/global.png);
}
.webp .middleMainTitleBannerArea {
    background-image: url(../images/service/middle.webp);
}
.no-webp .middleMainTitleBannerArea {
    background-image: url(../images/service/middle.png);
}
.webp .proMainTitleBannerArea{
    background-image: url(../images/service/pro.webp);
}
.no-webp .proMainTitleBannerArea{
    background-image: url(../images/service/pro.png);
}


/*  */

.mainTitleBannerArea .inner02 {
    position: relative;
    display: block;
    height: 100%;
}
.mainTitle01 {
    color: #fff;
}
/* add rpo */
.rpoText1{
    display: block;
    font-size: 0;
    background-image: url(../images/service/RPOtext1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 73.35px;
}
.bannerArea{
    width:490px;
    margin: 0 auto;
    text-align: center;
}
.bannerAreaImg{
    background-image: url(../images/service/rpo_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 76.36px;
}
.tableArea{
    width: 100%;
    margin-top: 89px;
}
.tableAreaImg{
    background-image: url(../images/service/graph_01_pc.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 653.72px;
    
}

/*  */
/* add middle */
.middleText1{
    display: block;
    background-image: url(../images/service/middleText1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 28.29px;
    font-size: 0;
}

.middleTextArea{
    width: 100%;
    padding-top: 30px;
}
.middleTitle{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}
.middleText{
    font-size: 16px;
    margin-top: 35px;
}

.middleText2{
    font-weight: normal;
}

/* global */

.globalText1{
    display: block;
    background-image: url(../images/service/globalText1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 163.11px;
    font-size: 0;
}
.globalbtnArea{
    width: 100%;
    margin-top: 68px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.globalbtn{
    display: inline-block;
    width: 490px;
    min-height: 80px;
    background-color: #bf3356;
    box-shadow: 0 5px #88243d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/wedge_right_white.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 6px 10px;
}
.globalbtn:hover{
    transform: translate(0,2.5px);
    box-shadow: 0 2.5px #88243d;
}


/*  */


/*  */
.flowArea{
    width: 1100px;
    padding: 92px;
    background-color: #EDF0F2;
    border-radius: 8px;
    margin-top: 40px;
}
.flowListArea{

}
.flowList{
    display: flex;
    /* justify-content: space-between; */
    height: 200px;
    color: #000;
    
}
.flowContent1{
    position: relative;
    border-right:1px solid #004A8A ;
    width: 128px;
    font-size: 17px;
    color: #004A8A;
}
.step{
    display: inline-block;
    /* margin-top: -10px; */
    position: absolute;
    top: -2px;
    font-weight: 700;
}
.flowNumber{
    display: inline-block;
    font-size: 27px;
    font-weight: 700;
    position: absolute;
    top: -12px;
    left: 47px;
    
}

.flowContent1::before{
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #EDF0F2;
    top: 0px;
    right: -8.4px;
}
.flowContent1::after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #004A8A;
    top: 2px;
    right: -5.5px;
    
}
.flowContent2{
    width: 430px;
    margin-left: 60px;
}
.flowTitle{
    font-size: 20px;
    color: #004A8A;
    font-weight: 700;
}
.floetext{
    font-size: 14px;
    margin-top: 20px;
    padding-right: 0px;
}
.flowContent3{
    width: 240px;
    height: 160px;
    /* background-image: url(../images/business/businessflow_img1.png); */
    background-repeat: no-repeat;
    margin-left: 57px;
    
}
.flowList:nth-child(1) .flowContent3{
    background-image: url(../images/business/businessflow_img1.png);
}
.flowList:nth-child(2) .flowContent3{
    background-image: url(../images/business/businessflow_img2.png);
}
.flowList:nth-child(3) .flowContent3{
    background-image: url(../images/business/businessflow_img3.png);
}
.flowList:nth-child(4) .flowContent3{
    background-image: url(../images/business/businessflow_img4.png);
}
.flowList:nth-child(5) .flowContent3{
    background-image: url(../images/business/businessflow_img5.png);
}
.flowList:nth-child(6) .flowContent3{
    background-image: url(../images/business/businessflow_img6.png);
}
.flowList:nth-child(6) .flowContent1{
    border: none;
}

/* add */

.pageText01:last-child{
    margin-top: 40px;
}
.textMargin1{
    margin-top: 0 !important;
}

/*----------------------------------------
  画面の横幅が450pxまで
----------------------------------------*/
@media (max-width: 450px) {

    .mainTitleLogo img{
        width: 50.94vw;
    }
    .rpomainTitleArea{
        padding-top: 12.84vw;
    }
    /* add  rpo*/
    .rpoText1{
        background-image: url(../images/service/RPOtext1_sp.svg);
        height: 20.67vw;
    }
   

    .rpoSub{
        margin-top: 5.75vw;
    }
    .bannerArea{
        width:100%;
    }
    .bannerAreaImg {
        background-image: url(../images/service/rpo_banner_sp.png);
        height: 14.02vw;
    }
    .tableArea {
        margin-top: 7.5vw;
    }
    .tableAreaImg{
        height: 145.27vw;
        background-image: url(../images/service/graph_01_sp.svg);
    }

    /*  */

    /* middle add */

    .pageSubBlock {
        margin-top: 5.75vw;
    }

    .middleText1{
        background-image: url(../images/service/middleText1_sp.svg);
        height: 12.21vw;
        background-position: left;
    }
    .middleTitle{
        font-size: 5vw;
        line-height: 1.5;
        letter-spacing: 0.07em;
    }
    .middleTextArea {
        padding-top: 0;
    }
    .middleText {
        font-size: 3.5vw;
        margin-top: 4.25vw;
        line-height: 1.75;
    }
    .middleText2{
        font-weight: bold;
    }

    /* global */

    .globalText1{
        background-image: url(../images/service/globalText1_sp.svg);
        width: 100%;
        height: 42.18vw;
    }
    .globalbtnArea{
        margin-top: 5.75vw;
        padding-bottom: 2vw;
    }
    .globalbtn{
        width: 80vw;
        min-height: 14vw;
        font-size: 4vw;
    }
    /*  */

    .flowArea{
        width: 90vw;
        padding: 7.5vw 5.5vw 1vw;
       
        border-radius: 2vw;
        margin-top: 3.5vw;
    }
    .flowListArea{

    }
    .flowList{
        display: flex;
        /* justify-content: space-between; */
        height: 78.25vw;
        color: #000;
        
    }
    .flowList:first-child .flowContent3{
        margin-top: 3vw;
    }
    .flowContent1{
        position: relative;
        border-right:0.25vw solid #004A8A ;
        width: 17.5vw;
        font-size: 4vw;
        color: #004A8A;
    }
    .step{
        display: inline-block;
        /* margin-top: -2.5vw; */
        position: absolute;
        top: -0.75vw;
    }
    .flowNumber{
        display: inline-block;
        font-size: 6vw;
        font-weight: 700;
        position: absolute;
        top: -3.25vw;
        left: 10.5vw;
        
    }
        
    .flowContent1::before{
        
        width: 4.5vw;
        height: 4.5vw;
        border-radius: 50%;
        background-color: #EDF0F2;
        top: -0.5vw;
        right: -2.1vw;

    }
    .flowContent1::after{
        position: absolute;
        display: inline-block;
        content: "";
        width: 3.25vw;
        height: 3.25vw;
        border-radius: 50%;
        background-color: #004A8A;
        top: 0vw;
        right:-1.62vw;
        
    }
    .flowContent2{
        width: 57.49vw;
        margin-left: 4.5vw;
        
    }
    .flowTitle{
        font-size: 4vw;
        color: #004A8A;
        margin-top: -0.5vw;
        
        
    }
    .floetext{
        font-size: 3.25vw;
        margin-top: 3vw;
        line-height: 1.3;
        padding: 0;
    }
    .flowContent3{
        width: 57.49vw;
        height: 38.25vw;
        background-size: contain;
        margin-left:0;
        margin-top: 1.25vw;
    }

    /* add */

.pageText01:last-child{
    margin-top: 7.5vw;
}
}

