*{
outline:none;

/* overflow: hidden; */
}
.nopc{
display: none;
}
.nosp{
display: initial;
}

a{
transition: all 0.2s;
}
a:hover{

opacity: 0.5;
transition: all 0.2s;
}









header ul li:first-child a::before {
background-image: url(../img/icon_header_service.png)!important;
}

header ul li:nth-child(2) a::before {
background-image: url(../img/icon_header_company.png)!important;
width: 26px;
left:-35px;
}

header ul li:nth-child(3) a::before {
background-image: url(../img/icon_header_qa.png)!important;
width: 26px;
left:-35px;
}


.flow{
    background-image: url(../img/bgimg_flow_pc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
width: 100%;
background-color: #fff;
margin: 0 auto;
text-align: center;
}

.flowbtn{
width: 1012px;
display: flex;
justify-content: space-between;
margin:  0 auto;
padding: 240px 0 208px;
}







/* PCここまで */
