@charset "utf-8";
/* =========================================共通========================================= */
.kasou-mv{
    width: 100%;
    height: 30vw;
    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;
}
.kasou-mv p{
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    display: block;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3rem;
    padding: 30px;
    color:#fff;
    background-color: #080d6490;
}
/*下層MV背景画像*/
.company .kasou-mv{ 
    background: url(../image/company/mv.webp) center center;
    background-size: cover;
 }
.buyandselling .kasou-mv{ 
    background: url(../image/buyandselling/mv.webp) center top;
    background-size: cover;
}
.construction .kasou-mv{ 
    background: url(../image/construction/mv.webp) center top;
    background-size: cover;
}
.service .kasou-mv{ 
    background: url(../image/service/mv.webp) center top;
    background-size: cover;
}
.category-works .kasou-mv,.single-works .kasou-mv{ 
    background: url(../image/works/mv.webp) center top;
    background-size: cover;
}
.category-news .kasou-mv,.single-news .kasou-mv{ 
    background: url(../image/news/mv.webp) center top;
    background-size: cover;
}
.category-column .kasou-mv,.single-column .kasou-mv{ 
    background: url(../image/column/mv.webp) center top;
    background-size: cover;
}
.post-type-archive-recommend .kasou-mv,.single-recommend .kasou-mv{ 
    background: url(../image/recommend/mv.webp) center top;
    background-size: cover;
}
.privacypolicy .kasou-mv{ 
    background: url(../image/privacypolicy/mv.webp) center top;
    background-size: cover;
}
.sitemap .kasou-mv{ 
    background: url(../image/sitemap/mv.webp) center top;
    background-size: cover;
}
/*パンクズリスト*/
.pankuzu{
    background-image: -o-linear-gradient(315deg, rgba(8, 12, 100, 1), rgba(17, 24, 202, 1));
    background-image: linear-gradient(135deg, rgba(8, 12, 100, 1), rgba(17, 24, 202, 1));
    padding: 5px 0;
}
.pankuzu ol{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap:20px;
    row-gap: 5px;
}
.pankuzu ol li a,.pankuzu ol li{
    color:#fff;
}
.pankuzu ol li::after{
    content:'\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    right: -7px;
}
.pankuzu ol li:last-child:after{
    content: none;
}
@media screen and (max-width:768px){
    .kasou-mv{
        height: 30vh;
    }
    .kasou-mv p{
        padding: 10px;
        font-size: 2.5rem;
    }}

/* =========================================ページネーション========================================= */
    .wp-pagenavi {
        margin: 40px auto;
        font-size: 14px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
    }
    .wp-pagenavi a {
      color: #333;
        display: block;
        padding: 24px;
        border: 1px solid #eee;
        box-shadow: 5px 5px 5px #eee;
    }
    .wp-pagenavi span.current,
    .wp-pagenavi a.page {
        margin: 0;
        line-height: 2;
        padding: 0 20px;
        display: block;
        transition: .3s;
    }
    .wp-pagenavi span.current {
        background: #eee;
        box-shadow: 5px 5px 5px #eee;
        border: 1px solid #eee;
    }
    .wp-pagenavi a.page {
        background: none;
    }
    .wp-pagenavi a.page:hover {
        background: #eee;
    }
    .wp-pagenavi .first,
    .wp-pagenavi .last {
        border: none;
        box-shadow: none;
    }
    .wp-pagenavi .extend {
        margin: 0 14px;
    }
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
        display: none;
    }
/* =========================================会社概要========================================= */
.company .sec-ttl{
    color: #080C64;
    font-size: 35px;
    text-align: center;
}
/* 代表メッセージ */
.company #sec-1{
    background-color: #F2F2F2;
    position: relative;
    z-index: -2;
}
.company #sec-1 .message-ttl{
    margin: 100px 0;
}
.company #sec-1 .message-ttl .sec-ttl{
    text-align: left;
}
.company #sec-1 .message-ttl .sec-ttl-btm{
    color: #080C64;
}
.company #sec-1 .message-img{
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
    width: 63%;
    max-width: 700px;
}
.company #sec-1 .message-img img{
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}
.company #sec-1 .message-text{
    background-color: #fff;
    padding: 50px 30px;
}
.company #sec-1 .message-text p{
    margin-bottom: 20px;
}
.company #sec-1 .message-text p.name{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
/* 会社概要 */
.company #sec-2{
    background-color: #F2F2F2;
}
.company #sec-2 table{
    width: 100%;
    margin-top: 50px;
}
.company #sec-2 table tr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 5px;
}
.company #sec-2 table tr th{
    width: 30%;
    font-size: 18px;
    background: -webkit-gradient(linear,left top, left bottom,from(#313598),to(#080C64));
    background: -o-linear-gradient(top,#313598,#080C64);
    background: linear-gradient(to bottom,#313598,#080C64);
    color: #fff;
    padding: 15px;
}
.company #sec-2 table tr td{
    width: 70%;
    background-color: #fff;
    padding: 15px;
}
.company #sec-2 .company-chart{
    margin-top: 100px;
}
.company #sec-2 .company-chart .img{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}
.company .map{
    height: 400px;
}
.company .map iframe{
    width: 100%;
    height: 100%;
}
/* マーシャルアーツの５つの心得 */
.company #sec-3{
    background-image: url(../image/company/five-mind.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.company #sec-3 .sec3-wrap{
    margin-top: 50px;
}
.company #sec-3 .sec3-wrap li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.company #sec-3 .sec3-wrap li:last-of-type{
    margin-bottom: 0px;
}
.company #sec-3 .sec3-wrap li .num{
    font-size: 25px;
    font-weight: bold;
    color: #BE8900;
    margin-right: 10px;
}
.company #sec-3 .sec3-wrap li .five-ttl{
    background-color: #BE8900;
    color: #fff;
    padding: 10px 5px;
    font-size: 20px;
    width: 20%;
    text-align: center;
}
.company #sec-3 .sec3-wrap li .five-text{
    border-bottom: 3px solid #BE8900;
    padding: 8.5px;
    font-size: 20px;
    font-weight: bold;
    width: 76%;
}
@media screen and (max-width:768px){
    .company .sec-ttl{
        font-size: 25px;
    }
    /* 代表メッセージ */
    .company #sec-1 .message-ttl{
        margin: 50px 0;
    }
    .company #sec-1 .message-img{
        width: 55%;
        top: 50px;
    }
    .company #sec-1 .message-img img{
        min-height: 170px;
    }
    .company #sec-1 .message-text{
        padding: 30px 15px;
    }
    /* 会社概要 */
    .company #sec-2 table{
        margin-top: 30px;
    }
    .company #sec-2 table tr{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .company #sec-2 table tr th,.company #sec-2 table tr td{
        width: 100%;
    }
    .company #sec-2 table tr th{
        font-size: 16px;
    }
    .company #sec-2 table tr td{
        font-size: 14px;
    }
    .company #sec-2 .company-chart{
        margin-top: 50px;
    }
    .company #sec-2 .company-chart .img{
        margin-top: 30px;
    }
    .company .map{
        height: 200px;
    }
    /* マーシャルアーツの５つの心得 */
    .company #sec-3 .sec3-wrap{
        margin-top: 30px;
    }
    .company #sec-3 .sec3-wrap li{
        width: 100%;
        height: 80px;
        height: 40px;
        margin-bottom: 15px;
    }
    .company #sec-3 .sec3-wrap li .num{
        font-size: 20px;
    }
    .company #sec-3 .sec3-wrap li .five-ttl,.company #sec-3 .sec3-wrap li .five-text{
        font-size: 14px;
    }
    .company #sec-3 .sec3-wrap li .five-ttl{
        min-width: 60px;
        height: inherit;
        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;
    }
    .company #sec-3 .sec3-wrap li .five-text{
        height: inherit;
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
/* =========================================不動産売却専門LP========================================= */
.baikyaku .nav-logo-wrap{
    background-color: #333333;
}
.baikyaku #section-baikyaku{
    padding-top: 150px;
}
.baikyaku #sec-1{
    background-color: #F2F2F2;
}
.baikyaku #sec-1 .sectiontitle-left h2::before{
    content:'FLOW';
    color: #fff;
    left: -170px;
}
.baikyaku #sec-1 dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:50px;
    width: 80%;
    margin: 0 auto;
}
.baikyaku #sec-1 dl div{
    position: relative;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
            box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.baikyaku #sec-1 dl div::after{
    position: absolute;
    color: #EDBE42;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d7';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom:-35px;
}
.baikyaku #sec-1 dl div:last-child::after{
    content: none;
}
.baikyaku #sec-1 dl div dt{
    background-color: #BE8900;
    color:#fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
}
.baikyaku #sec-1 dl div dd{
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0;
}
@media screen and (max-width:768px){
.baikyaku #sec-1 .sectiontitle-left h2::before{
    left:50%;
    transform: translateX(-50%);
    top:35px;
    color:#fff;
}
.baikyaku #sec-1 dl{
    gap:30px;
    width: 100%;
}
.baikyaku #sec-1 dl div dt{
    padding: 5px 0;
}
.baikyaku #sec-1 dl div dd{
    padding: 5px 0;
}

.baikyaku #sec-1 dl div::after{
    bottom:-25px;
}
}
/* =========================================売買＋事業内容の共通========================================= */
.buyandselling #sec-1 dl,
.construction #sec-1 dl,
.service #sec-1 dl
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.buyandselling #sec-1 dl a,
.construction #sec-1 dl a,
.service #sec-1 dl a
{
    width: 20%;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.buyandselling #sec-1 dl a:hover,
.construction #sec-1 dl a:hover,
.service #sec-1 dl a:hover
{
    opacity: 0.6;
}
.buyandselling #sec-1 dl a .text,
.construction #sec-1 dl a .text,
.service #sec-1 dl a .text{
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0;
}
.buyandselling #sec-1 dl a .text::after,
.construction #sec-1 dl a .text::after,
.service #sec-1 dl a .text::after{
    position: absolute;
    color: #a2a2a2;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d7';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom:-20px;
}
.buyandselling #sec-2,
.construction #sec-2,
.service #sec-2{
    padding-top: 0;
    padding-bottom: 0;
}
.buyandselling #sec-2 ul li,
.construction #sec-2 ul li,
.service #sec-2 ul li{
    width: 100%;
}
.buyandselling #sec-2 ul li:first-child{
    background: url(../image/buyandselling/sec2-1.webp) center center;
    background-size: cover;
}
.buyandselling #sec-2 ul li:nth-child(2){
    background: url(../image/buyandselling/sec2-2.webp) center center;
    background-size: cover;
}
.buyandselling #sec-2 ul li:last-child{
    background: url(../image/buyandselling/sec2-3.webp) center center;
    background-size: cover;
}
.buyandselling #sec-2 ul li div,
.construction #sec-2 ul li div,
.service #sec-2 ul li div{
    width: 40%;
    max-width: 700px;
    margin: 0 10% 0 auto;
    padding: 10vw 0;
}
.buyandselling #sec-2 ul li:nth-child(2) div,
.construction #sec-2 ul li:nth-child(2) div,
.service #sec-2 ul li:nth-child(2) div{
    width: 40%;
    max-width: 700px;
    margin: 0 auto 0 10%;
    padding: 12vw 0;
}
.buyandselling #sec-2 ul li div h3,
.construction #sec-2 ul li div h3,
.service #sec-2 ul li div h3{
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.buyandselling #sec-2 ul li div h3::after,
.construction #sec-2 ul li div h3::after,
.service #sec-2 ul li div h3::after{
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 150px;
    height: 1px;
    background-color: #333333;
}
.buyandselling #sec-2 ul li div p,
.construction #sec-2 ul li div p,
.service #sec-2 ul li div p{
    line-height: 1.8em;
}
@media screen and (max-width:768px){
.buyandselling #sec-1 dl,
.construction #sec-1 dl,
.service #sec-1 dl{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.buyandselling #sec-1 dl a,
.construction #sec-1 dl a,
.service #sec-1 dl a{
    width: 30%;
}
.buyandselling #sec-2 ul li div,
.construction #sec-2 ul li div,
.service #sec-2 ul li div{
    width: 90%;
    margin: 0 auto;
    padding: 30vw 0 5vw;
}
.buyandselling #sec-2 ul li:nth-child(2) div,
.construction #sec-2 ul li:nth-child(2) div,
.service #sec-2 ul li:nth-child(2) div{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 30vw 0 5vw;
}
.buyandselling #sec-2 ul li:first-child{
    background: url(../image/buyandselling/sec2-1-sp.webp) center center;
    background-size: cover;
}
.buyandselling #sec-2 ul li:nth-child(2){
    background: url(../image/buyandselling/sec2-2-sp.webp) center center;
    background-size: cover;
}
.buyandselling #sec-2 ul li:last-child{
    background: url(../image/buyandselling/sec2-3-sp.webp) center center;
    background-size: cover;
}
.buyandselling #sec-2 ul li div p,
.construction #sec-2 ul li div p,
.service #sec-2 ul li div p{
    font-size: 1.4rem;
}
}
/* =========================================建築========================================= */
.construction #sec-2 ul li:first-child{
    background: url(../image/construction/sec2-1.webp) center center;
    background-size: cover;
}
.construction #sec-2 ul li:nth-child(2){
    background: url(../image/construction/sec2-2.webp) center center;
    background-size: cover;
}
.construction #sec-2 ul li:last-child{
    background: url(../image/construction/sec2-3.webp) center center;
    background-size: cover;
}
@media screen and (max-width:768px){
.construction #sec-2 ul li:first-child{
    background: url(../image/construction/sec2-1-sp.webp) center center;
    background-size: cover;
}
.construction #sec-2 ul li:nth-child(2){
    background: url(../image/construction/sec2-2-sp.webp) center center;
    background-size: cover;
}
.construction #sec-2 ul li:last-child{
    background: url(../image/construction/sec2-3-sp.webp) center center;
    background-size: cover;
}
}
/* =========================================サービス========================================= */
.service #sec-2 ul li:first-child{
    background: url(../image/service/sec2-1.webp) center center;
    background-size: cover;
}
.service #sec-2 ul li:nth-child(2){
    background: url(../image/service/sec2-2.webp) center center;
    background-size: cover;
}
.service #sec-2 ul li:last-child{
    background: url(../image/service/sec2-3.webp) center center;
    background-size: cover;
}
@media screen and (max-width:768px){
.service #sec-2 ul li:first-child{
    background: url(../image/service/sec2-1-sp.webp) center center;
    background-size: cover;
}
.service #sec-2 ul li:nth-child(2){
    background: url(../image/service/sec2-2-sp.webp) center center;
    background-size: cover;
}
.service #sec-2 ul li:last-child{
    background: url(../image/service/sec2-3-sp.webp) center center;
    background-size: cover;
}
}
/* =========================================ニュース========================================= */
.category-news .news-wrap{
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 30px;
}
.category-news .news-wrap li{
    width: 100%;
}
/*column-single*/
.single-news .news-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
}
.single-news #sec-1 .container>div{
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 10px;
}
.single-news #sec-1 .flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:5px;
}
.single-news #sec-1 .flex .date{
    line-height: 1;
    font-size: 1.4rem;
    background-color: #BE8900;
    padding: 2px 5px;
    border-radius: 15px;
    color: #fff;
}
.single-news #sec-1 .flex .news {
    line-height: 1;
    font-weight: 700;
    font-size: 1.4rem;
    color: #BE8900;
}
.single-news #section-news{
    padding-top: 0;
}
/* =========================================お役立ち情報========================================= */
.category-olumn #section-column{
    background-color: #F2F2F2;
}
/*column-single*/
.single-column .column-wrap .detail{
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap:20px;
}
.single-column .column-wrap .date,.single-column .column-wrap .title{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #080C64;
    font-weight: 700;
}
.single-column .column-wrap .title{
    font-size: 2rem;
}
.single-column .column-wrap .img img{
    width: 100%;
    height: auto;
}
/* =========================================施工事例シングル========================================= */
.single-works #sec-1 .title{
    font-size: 2rem;
    margin: 10px 0;
    font-weight: 700;
    color: #080C64;
}

.single-works #sec-1 .img img{
    width: 100%;
    height: auto;
}
/* =========================================オススメ物件========================================= */
.post-type-archive-recommend #section-recommend .recommend-wrap ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: start;
    -webkit-box-orient: vertical;
    gap:30px;
}
.post-type-archive-recommend #section-recommend .recommend-wrap ul li a{
    flex-direction: column;
    align-items: start;
}
/*column-single*/
.single-recommend .category{
    background-color: #080C64;
    color:#fff;
    padding:2px 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.single-recommend .price{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 900;
    color: #af0000;
    font-size: 1.8rem;
    padding:2px 5px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
            box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-size: 1.8rem;
}
.single-recommend .price span{
    font-size: 1.4rem;
}
.single-recommend .detail-content>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap:5px;
    margin-bottom:5px;
}
.single-recommend .place{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width:768px){
.post-type-archive-recommend #section-recommend .recommend-wrap ul li{
    width: 100%;
}
}
/* =========================================プライバシーポリシー========================================= */
.privacypolicy #sec-1 p{
    margin-bottom: 50px;
}
.privacypolicy #sec-1 dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:50px;
}
.privacypolicy #sec-1 .sec1-flex dt{
    color: #080C64;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333333;
}
.privacypolicy #sec-1 .sec1-flex table{
    margin-top: 30px;
}
.privacypolicy #sec-1 .sec1-flex table th{
    background-color: #080C64;
    color: #fff;
    border: 1px solid #fff;
}

.privacypolicy #sec-1 .sec1-flex table th:first-child,
.privacypolicy #sec-1 .sec1-flex table td:first-child{
    padding: 5px;
    width: 10%;
    text-align: center;
}
.privacypolicy #sec-1 .sec1-flex table td:first-child{
    background-color: #F2F2F2;
    border: 1px solid #fff;
}
.privacypolicy #sec-1 .sec1-flex table th:nth-child(2),
.privacypolicy #sec-1 .sec1-flex table td:nth-child(2){
    width:45%;
    padding: 5px;
}
.privacypolicy #sec-1 .sec1-flex table th:nth-child(3),
.privacypolicy #sec-1 .sec1-flex table td:nth-child(3){
    width:45%;
    padding: 5px;
}
.privacypolicy #sec-1 .sec1-flex table td:nth-child(2),
.privacypolicy #sec-1 .sec1-flex table td:nth-child(3){
    background-color: #fff;
    border: 1px solid #F2F2F2;
}
/* =========================================サイトマップ========================================= */
.sitemap-wrap{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin: 0 auto;
}
.sitemap-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:15px;
}
.sitemap-wrap .no-parent a,.sitemap-wrap div{
    display: block;
    padding:10px 30px;
    border-left: 5px solid #080C64;
    position: relative;
}
.sitemap-wrap .no-parent a::after,.sitemap-wrap div::after{
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    background-color: #bababa;
    left:5px;
    bottom: 0;
}
.sitemap-wrap .parent ul{
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:15px;
    margin-left: 30px;
}
.sitemap-wrap .parent ul li a{
    padding-bottom: 5px;
    position: relative;
    display: block;
    width: 100%;
}
.sitemap-wrap .parent ul li a::after{
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    background-color: #bababa;
    left:5px;
    bottom: 0;
}