@charset "UTF-8";
/* CSS Document */
/*---------------------

実績

---------------------*/
.newcase{
    background: #F8F8F8;
    padding: 30px 0;
}
.newcase h2{
    text-align: center;
    color: #005AAD;
    font-size: 2.6rem;
}
.newcase .sidebox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.newcase_post a{
    padding: 15px 0;
    display: block;
    display: flex;
    align-items: center;
    position: relative;
}
.newcase_post a p{
    font-weight: normal;
}
.newcase_post a p::after{
    display: none;
}
.mainbox .newcase_post h3{
    font-size: 1.8rem;
    width:85%;
    font-weight: 500;
    margin-bottom: 0;
}
.newcase_box{
    width: 100%;
}
.mainbox .newcase_post .day{
    color: #606162;
    width: 15%;
    font-size: 1.6rem;
    font-weight: normal;
}
.newcase .mainbox{
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
/*
.newcase_post a::after {
    position: absolute;
    font-family: "Font Awesome 6 Free" !important;
    font: var(--fa-font-regular);
    content: "\f061";
    font-weight: 900;
    transition: .4s;
    right: 40px;
    color: #005AAD;
}
*/







.archiveitem .inner{
    margin: 70px 0;
    justify-content: space-between;
}
.sidebox{
    width: 20%;
    padding:30px 30px 30px 0;
    border-right: solid 1px #C4C4C4;
}
.sidebox .btn{
    margin:30px auto 0;
    color: #fff;
    text-align: center;
    display: block;
    padding: 26px 0;
}
.sidebox .btn:hover{
    background: #fff;
    color: #005AAD;
}
.sidebox .btn::after,
.sidebox .btn::before{
    display: none;
}
.sidebox a{
    position: relative;
    display: block;
    padding: 26px 26px 36px 5px;
    color: #005AAD;
    font-size: 1.6rem;
    font-weight: 600;
    border-top: solid 1px #005AAD;
    display: flex;
}
.sidebox a::before{
    position: absolute;
    top: 40%;
    right: 10px;
    margin: auto;
    font-family: "Font Awesome 6 Free";
    font: var(--fa-font-regular);
    content: "\f101";
    font-weight: 900;
}
.sidebox a:hover{
    background: #005AAD;
    color: #fff;
}
.sidebox li:last-of-type a{
    border-bottom: solid 1px #005AAD;
}
.mainbox{
    width: 76%;
}
.mainbox .flex{
    justify-content: flex-start;
    align-content: flex-start;
}
.mainbox .flex a{
    display: block;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 60px;
}
.mainbox a:nth-child(3n){
    margin-right: 0;
}
.mainbox a img{
    margin-bottom: 25px;
}
.mainbox a h3{
    margin-bottom: 18px;
    font-size: 1.6rem;
}
.mainbox a p{
    color: #005AAD;
    font-weight: 600;
}
.mainbox a p::after {
    font-family: "Font Awesome 6 Free" !important;
    font: var(--fa-font-regular);
    content: "\f061";
    font-weight: 900;
    padding-left: 15px;
    transition: .4s;
}
.mainbox .flex a:hover{
    opacity: .6;
}
.mainbox .flex a:hover p::after{
    padding-left: 20px;
}
.mainbox .m-pagenation{
    margin-top: 10px;
}

/*---------------------

実績詳細

---------------------*/

#case{
/*    background: #FAFAFA;*/
}
.caseitem .imgarea{
    max-width: 500px;
    margin: 0 auto 45px;
}
.caseitem .imgarea .subimg{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 7px;
}
.caseitem .imgarea .subimg li{
    margin-right: 7px;
    width: 20%;
    cursor: pointer;
    transition: .4s;
}
.caseitem .imgarea .subimg li:hover{
    opacity: .6;
}
.caseitem h2{
    color: #005AAD;
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 45px;
}
.caseitem dl{
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #9BC2E5;
}
.caseitem dl dt{
    width: 20%;
    text-align: center;
    background: #F5FAFF;
    color: #005AAD;
}
.caseitem dl dd{
    width: 80%;
}
.caseitem dl dd,
.caseitem dl dt{
    border-bottom: 1px solid #9BC2E5;
    padding: 16px;
    box-sizing: border-box;
    line-height: 1.6;
}
.caseitem .comment .txt{
    background: #fff;
    border: solid #9BC2E5 1px;
    padding: 56px;
    max-width: 900px;
    margin: 0 auto;
}


@media screen and (max-width: 1300px){



}


@media screen and (max-width: 1024px){
    .sidebox{
        width: 100%;
        padding: 0;
        border-right: none;
    }
    .sidebox ul{
        display: flex;
        justify-content:flex-start;
        flex-wrap: wrap;
    }
    .sidebox li{
        width: 50%;
    }
    .sidebox a{
        border: solid 1px #005AAD;
        width: 100%;
        border-bottom: none;
        height: 100%;
        
    align-items: center;
    }
    .sidebox .btn{
        width: 100%;
        padding: 20px 0;
    }
    .sidebox li:nth-child(odd) a{
        border-right: none;
    }
    .sidebox li:nth-last-child(2) a,
    .sidebox li:last-of-type a{
        border-bottom: solid 1px #005AAD;
        border-right: solid 1px #005AAD;
    }
    .mainbox{
        width: 100%;
        margin: 60px 0;
    }
    .newcase .mainbox{
        margin: 30px 0;
    }
    .newcase{
        padding: 30px 60px;
    }
    .mainbox .newcase_post .day{
        width: 20%;
    }
    
}
@media screen and (max-width: 769px){
    .archiveitem .inner{
        margin: 30px 0;
    }
    .sidebox a{
        padding: 13px 26px 13px 5px;
        font-size: 1.4rem;
    }
    .mainbox .flex a{
        width: 49%;
        margin-right: 0;
    }
    .mainbox .flex a:nth-child(odd){
        margin-right:2%;
    }
    .mainbox a h3{
        margin-bottom: 8px;
    }
    .mainbox a img{
        margin-bottom: 16px;
    }
    .caseitem .imgarea{
        padding: 0 10%;
    }
    .newcase h2{
        font-size: 2rem;
    }
    .archiveitem .inner{
        padding: 20px 30px;
    }
    .newcase_post a{
        padding: 10px 0 0;
        display: block;
    }
    .mainbox .newcase_post .day{
        width: 100%;
    }
    .mainbox .newcase_post h3{
        width: 100%;
        font-size: 1.6rem;
    }
    .newcase .mainbox{
        margin: 10px 0 10px;
    }
    

}
@media screen and (max-width: 425px){
    .mainbox .flex a:nth-child(odd),
    .mainbox .flex a:nth-child(3n){
        margin-right: auto;
    }
    .mainbox .flex a{
        width: 80%;
        margin: 0 auto 50px;
    }
    .caseitem .imgarea{
        padding: 0 6%;
        margin-bottom: 15px;
    }
    .caseitem h2{
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .caseitem dl dt,
    .caseitem dl dd{
        font-size: 1.4rem;
        padding: 14px 5px;
    }
    .caseitem dl dt{
        width: 26%;
    }
    .caseitem dl dd{
        width: 74%;
    }
    .caseitem .comment .txt{
        padding: 15px 10px;
    }
}
@media screen and (max-width: 330px){
}