@charset "UTF-8";
/*work-page css*/

.work-inner{
    margin-bottom: 100px;
}
.work-1{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}
.process-1{
    position: relative;
    width: 500px;
    height: 280px;
    padding-left: 30px;
}
.process-2{
    position: relative;
    width: 500px;
    height: 280px;
    padding-right: 30px;
}
/*nambare*/
.nunber{
    position: relative;
    margin-bottom: 35px;
}
.daia-inner {
    font-size: 4rem;
    color: #fff;
    margin: 0 40px 0 35px;
}
/*daia*/
.process-1 span::before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 10px;
    left: 45px;
    width: 60px;
    height: 60px;
    background: #22407a;
    transform: rotate(45deg);
    z-index: -1;
}
.process-2 span::before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 10px;
    left: 15px;
    width: 60px;
    height: 60px;
    background: #22407a;
    transform: rotate(45deg);
    z-index: -1;
}
.work-2:last-of-type .process span::before{
    background: #cc8800; 
}

.work-title{
    font-size: 2.2rem;
    margin: 15px 0 35px;
}
.work-p{
    line-height: 2.5rem;
}
.work-2{
    position: relative;
    display:flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 50px;
}
.work-img{
    width: 50%;
    }
.photo1{
    width: 100%;
}
.photo1 img{
    width: 100%;
    }
/* ---spスタイル----*/
/*960以下*/
@media screen and (min-width:769px) and (max-width:960px){
    .work-inner{
        margin: 0 20px;
    }
}
@media screen and (max-width: 768px){
    .work-1{
        display: block;
        margin: 0 20px;
    }
    .work-img{
        display: block;
        width: 100%;
        padding: 40px 0 0;
    }
    .daia {
        width: 50px;
        height: 50px;
    }
    .daia-inner {
        height: 50px;
        line-height: 50px;
    }
     .daia1 {
        position: absolute;
        top: 16px;
        left: 10px;
    }
    .daia-inner {
        font-size: 2.8rem;
    }
    .process-1 {
        margin: 20px auto;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .process-2 {
        margin: 20px auto;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .process-1 span::before {
        top: 1px;
        left: 19px;
        width: 50px;
        height: 50px
    }
    .process-2 span::before {
        top: 1px;
        left: 19px;
        width: 50px;
        height: 50px
    }
    .work-title{
        font-size: 1.8rem;
        margin: 0 0 25px;
    }
    .work-2{
        display: block;
        margin: 0 20px;
    }
    .photo1 img{
        width: 100%;
        height: auto;
    }
}

    
    






