@charset "utf-8";
/* CSS Document */
/* /////////////
リセット
///////////// */
*{
    box-sizing: border-box;
}

html,body{
    height: 100%;
    margin: 0;
}

p{
    margin: 0;
}

a{
    color: #000;
    display: inline-block;
    cursor: pointer;
}

a:hover{
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-decoration: none!important;
    opacity: 0.6;
}

@media print, screen and (max-width : 768px){
    a:hover{
    -webkit-transition: unset;
    transition: unset;
    }
}

/* /////////////
共通
///////////// */

/* slider */
.slick-track {
    display: flex;
}

.slick-slide{
    margin: 0 10px;
    height: auto!important;
    background-color: #fff;
}
.slick-slide:hover{
    opacity: 0.8;
}

.SliderCategory{
    background-color: #222;
}

.slick-slide img{
    display: block;
    text-align: center;
    width: 100%;
    height: 210px;
    object-fit: contain;
    background-color: #9898984f;
}

.slick-dots{
    bottom: -50px;
}

.slick-dots li.slick-active button:before,
.slick-active {
    opacity: 1;
    color: #D41E18;
}

.slide-arrow{
    z-index: 2;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    filter: invert(12%) sepia(100%) saturate(4804%) hue-rotate(357deg) brightness(97%) contrast(88%); 
}

.prev-arrow{
    left: -10px;
}

.next-arrow{
    right: -10px;
    transform: rotate(180deg)
}

.SliderItem a{
    width: 100%;
}

.SliderBody{
    padding: 0;
    background-color: #fff;
}

.SliderJournalTitle{
    height: 18px;
    padding: 2px 6px;
    text-align: right;
    color: #666;
    font-size: 1.0rem;
}

.SliderInformation{
    margin-top: 1em;
}

.SliderContents{
    padding: 4px 12px 16px;
}

.SliderDate{
    margin-bottom: .3em;
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
}


.SliderCategory{
    display: inline-block;
    margin-bottom: .5em;
    padding: 4px 8px;
    line-height: 1;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 10px;
    background-color: #222;
}

.SliderTitle{
    height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    font-size: 1.6rem;
}

/* card */
.card-track {
display: grid;
 grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
 gap: 1rem;
}

.card-slide{
    margin: 0 10px;
    height: auto!important;
    background-color: #fff;
}
.card-slide:hover{
    opacity: 0.8;
}

.cardCategory{
    background-color: #222;
}

.cardItem img{
    display: block;
    text-align: center;
    width: 100%;
    height: 210px;
    object-fit: contain;
    background-color: #9898984f;
}

.cardItem {

  }
.cardItem a{
    width: 100%;
}

.cardBody{
    padding: 0;
    background-color: #fff;
}

.cardJournalTitle{
    height: 18px;
    padding: 2px 6px;
    text-align: right;
    color: #666;
    font-size: 1.0rem;
}

.cardInformation{
    margin-top: 1em;
    font-size: 1.3rem;

}

.cardContents{
    padding: 4px 12px 16px;
    height: 170px;
}

.cardDate{
    margin-bottom: .3em;
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
}


.cardCategory{
    display: inline-block;
    margin-bottom: .5em;
    padding: 4px 8px;
    line-height: 1;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 10px;
    background-color: #222;
}

.cardTitle{
    height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    font-size: 1.6rem;
}

.flexible {
    flex-grow: 1;
    }


@media print, screen and (min-width : 769px){

    .slick-slide img{
        height: 180px;
    }

    .prev-arrow{
        left: -40px;
    }
    
    .next-arrow{
        right: -40px;
    }    
}

/* /////////////
メインビジュアル
///////////// */
.MainImage{
    height: 430px;
    background-image: url(../img/top/MainImage.jpg);
    background-repeat: no-repeat;
    background-position: top 0 right -200px;
    background-size: cover;
}

.Catchcopy{
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 430px;
    background-color: rgba(0, 0, 0, 0.56);
}

.Catchcopy h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    line-height: 1.5;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    white-space: nowrap;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #f8f8f8;
}

@media print, screen and (min-width : 1201px){
    .MainImage{
        height: 430px;
        background-position: top 0 right 0;
    }

    .Catchcopy{
        width: 50%;
        max-width: 960px;
        min-width: 530px;
    }

    .Catchcopy h2{
        padding: 40px;
        font-size: 2.8rem;
    }
}

@media print, screen and (max-width : 1200px){
    .Catchcopy h2{
        padding: 5% 2% 5% 4%;
    }
}

@media print, screen and (max-width : 768px){
    .Catchcopy h2{
        max-width: 95%;
        padding: 8% 2% 8% 4%;
        font-size: 4.5vw;
    }
}

/* /////////////
重要なお知らせ
///////////// */
.ImportantBox{
    padding: 20px 0;
    background-color: #f0f0f0;
}

.ImportantTitle{
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    white-space: nowrap;
}


.ImportantTitle{
    white-space: nowrap;
}

.ImportantMore{
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background-color: #d41e18;
}

.ImportantDetail a:hover{
    color: #4B87D1;
    opacity: 1;
}

.ImportantDetail dt{
    color: #d41e18;
    font-size: 1.4rem;
}

.ImportantDetail dd{
    font-size: 1.6rem;
}

@media print, screen and (min-width : 769px){

    .ImportantContents{
        display: flex;
        align-items: flex-start;
    }

    .ImportantContentsLeft{
        width: 260px;
    }

    .ImportantContentsRight{
        width: calc(100% - 260px);
    }


    .ImportantTitleBox{
        margin: 0 40px 0 80px;
    }

    .ImportantMore{
        width: 100%;
    }

    .ImportantDetail{
        display: flex;
        flex-wrap: nowrap;
    }

    .ImportantDetail dt{
        flex-basis: 16%;
        min-width: 112px;
    }
    
    .ImportantDetail dd{
        flex-basis: 84%;
    }

}

@media print, screen and (max-width : 768px){

    .ImportantBox{
        padding: 20px 10px;
    }

    .ImportantTitleBox{
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .ImportantDetail{
        margin-bottom: 10px;
    }

}

/* ////////////////////////////////
ニュースリリース、最新の研究･指数･統計
/////////////////////////////////////// */
.TopicsTitle{
    margin-bottom: 20px;
    font-size: 2.6rem;
    font-weight: bold;
}

.TopicsList li{
    height: 125px;
}

.TopicsList li:not(:last-of-type){
    margin-bottom: 10px;
}

.TopicsBody{
    margin-left: 4px;
    padding: 14px 20px 18px;
    background-color: #fff;
}

.TopicsCard{
    display: flex;
    height: 100%;
    line-height: 1.5;
}

.TopicsImage{
    width: 124px;
    background-color: #989898;
}

.TopicsImage img{
    object-fit: cover;
    width: 100%;
    height: 100%
}

.TopicsBody{
    width: calc(100% - 124px);
}

.TopicsFirst{
    margin-bottom: .5em;
    line-height: 1.3;
}

.TopicsDate{
    margin-right: 1em;
    color: #666;
    font-size: 1.1rem;
    font-weight: bold;
}

.TopicsCategory{
    display: inline-block;
    padding: 4px 8px;
    line-height: 1;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 10px;
    background-color: #222;
}

.TopicsContens{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.6rem;
}


@media print, screen and (min-width : 901px){

    .TopicsBox2{
        display: flex;
        justify-content:space-between;
    }

    .TopicsList li{
        height: 107px;
    }

    .TopicsItem{
        width: 48%;
    }

    .TopicsFirst{
        display: flex;
        align-items: center;
    }

}

@media print, screen and (max-width : 900px){

    .TopicsTag{
        display: inline-block;
    }

    .TopicsItem:not(:last-of-type){
        margin-bottom: 140px;
    }

}

/* /////////////
建設物価調査会とは
///////////// */
.TopicsAboutBox{
    background-color: #fff;
    padding: 40px 20px;
}

@media print, screen and (min-width : 769px){

    .TopicsAboutBox{
        padding: 60px 40px;
    }
}

/* ///////////////////////
SPのみ表示させるリンクバナー
/////////////////////// */
.MenuBanner li{
    width: 100%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.MenuBanner01{
    background-image: url(../img/LinkBanner-10.jpg);
}
.MenuBanner02{
    background-image: url(../img/LinkBanner-11.jpg);
}
.MenuBanner03{
    background-image: url(../img/LinkBanner-12.jpg);
}
.MenuBanner04{
    background-image: url(../img/LinkBanner-13.jpg);
}

.MenuBannerTitle{
    padding: 19vw 0;
    text-align: center;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
}

.MenuBannerTitle span{
    display: block;
    ;
}

@media print, screen and (min-width : 769px){
    .MenuBannerBox{
        display: none;
    }
}



/* ///////////////////////////////////////
商品・サービスのご紹介、関連サイトのご紹介
/////////////////////////////////////// */
.BannerBox li{
    margin-bottom: 20px;
    background-color: #fff;
}

.LinkBanner{
    display: flex!important;
    justify-content:space-between;
}

.LinkBannerL{
    flex-basis: 45%;
    max-width: 200px;
    padding: 10px 0 10px 10px;
}

.LinkBannerL img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    vertical-align:middle;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}

.LinkBannerR{
    flex: 1;
    padding: 10px;
}

.LinkBannerR p{
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.3;
}

@media print, screen and (min-width : 769px){
    .BannerBox ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .BannerBox li{
        flex-basis: 48%;
    }
}

/* ////////
バナー領域
//////// */
.TopBannerArea{
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 20px 0;
}

@media print, screen and (max-width : 768px){
    .TopBannerArea{
        flex-flow: column;
        gap: 20px;
    }
}