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

/* ---------- COMMON ---------- */
/* title */
.toppage_title h2{
    position: absolute;
    z-index: 2;
}

.toppage_title h2 span{
    background: rgba(95,95,95,0.4);
    color: #ffffff;
    display: block;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 14.5em;
}

/* slider */
.slider{
    z-index: 1;
}

.slick-dots li{
    display: none;
}

.collaboration{
    background: url(../img/collaboration/collabo_ttlbg.jpg) no-repeat center top;
    margin-top: 1px;
    text-align: center;
}

.collaboration a{
    color: #ffffff;
    display: block;
}

.collaboration a h3{
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.collaboration p{
    font-weight: 700;
}

.collaboration a span{
    background: url("../img/common/more_arrow_wh.svg") no-repeat left center;
}

/* stories */
.stories h2{
    background: #f0f0f0;
    color :#3e3a39;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 18px;
}

.stories dt p{
    padding-bottom: 10px;
}

.stories li{
    list-style-type: none;
}

.to_concept{
    margin-bottom: 10px;
}

.stories li a{
    border: solid 1px #3e3a39;
    border-radius: 5px;
    color: #3e3a39;
    display: block;
    font-weight: 400;
    padding: 10px 10px 10px 0;
    text-align: center;
}

.stories li a span{
    background: url("../img/common/arrow_right_bk.svg") no-repeat left center;
    background-size: 14px;
    padding-left: 18px;
}

.stories li a:hover{
    background-color: #3e3a39;
    color: #ffffff;
}

.stories li a:hover span{
    background: url("../img/common/arrow_right_wh.svg") no-repeat left center;
    background-size: 14px;
}

/* renovation items */
.renovation_items{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.renovation_items li{
    border: solid 3px #000000;
    display: inline-block;
    font-size: 90%;
    font-weight: 400;
    line-height: 1.5em;
    width: 200px;
}

.renovation_items li a{
    color: #3e3a39;
    display: block;
    padding: 80px 13px 10px 13px;
}

.renovation_items li a:hover{
    background-color:;
    color: #ffffff;
}

.renovation_items li:nth-child(1) a{
    background: url("../img/common/icon_house_bk.svg") no-repeat center 19px;
}

.renovation_items li:nth-child(1) a:hover{
    background: #5f5f5f url("../img/common/icon_house_wh.svg") no-repeat center 19px;
}

.renovation_items li:nth-child(2) a{
    background: url("../img/common/icon_shop_bk.svg") no-repeat center 19px;
}

.renovation_items li:nth-child(2) a:hover{
    background: #5f5f5f url("../img/common/icon_shop_wh.svg") no-repeat center 19px;
}

.renovation_items li:nth-child(3) a{
    background: url("../img/common/icon_buil_bk.svg") no-repeat center 19px;
}

.renovation_items li:nth-child(3) a:hover{
    background: #5f5f5f url("../img/common/icon_buil_wh.svg") no-repeat center 19px;
}

.item_txt{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 8em;
}

.read_more{
    background: url("../img/common/more_arrow.svg") no-repeat 32px center;
    border-top:solid 1px #808080;
    display: block;
    font-size: 75%;
    text-align: center;
    text-transform: uppercase;
}

.renovation_items li a:hover .read_more{
    background: url("../img/common/more_arrow_over.svg") no-repeat 32px center;
    color: #dbc27d;
}

/* content list */
.content_list_intro{
    border-top:solid 1px #979797;
    display: block;
    margin-bottom: 10px;
    padding-top: 38px;
}

.content_list_intro dl{
    background: url("../img/toppage/scroll_arrow.svg") no-repeat center bottom;
    background-size: 20px;
    display: table;
}

.content_list_intro dt,
.content_list_intro dd{
    display: table-cell;
    vertical-align: top;
}

.content_list_intro dt{
    padding-right: 20px;
}

.content_list_intro dd{
    color: #4d4d4d;
    font-weight: 900;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 60px;
}

.content_list li{
    list-style: none;
    text-transform: uppercase;
}

.content_list li a{
    background-size: 18px;
    padding-left: 25px;
}

.content_list li a:hover{
    color: #dbc27d;
}

/* selfcheck */

.selfcheck{
    background: #f1f1f1;
}

.selfcheck a{
    color: #7e0721;
}

.selfcheck_body{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.selfcheck ul li span{
    background: url("../img/common/more_arrow.svg") no-repeat left center;
    color: #000000;
    display: inline-block;
    padding-left:24px;
}

.selfcheck ul li span:hover{
    background: url("../img/common/more_arrow_over.svg") no-repeat left center;
}

.selfcheck ol{
    padding-top: 5px;
}

.selfcheck ol li{
    list-style: none;
    display: inline-block;
}

/* proposal */
.proposal{
    background: #0d7f8e;
}

.proposal_body{
    background: url("../img/toppage/bg_kuusou_illust.jpg") no-repeat right bottom;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.proposal p:nth-of-type(1){
    font-weight: 400;
}

.proposal li {
    background: url("../img/common/more_arrow_wh.svg") no-repeat left center;
    background-size: 18px;
    color: #ffffff;
    padding-left: 24px;
}

.proposal li:hover{
    background: url("../img/common/more_arrow_over.svg") no-repeat left center;
}

/* renovation faq */
    .renovation_faq{
        background: #f9f9f9 url("../img/toppage/bg_faq_index.jpg") no-repeat center top;
    }

    .renovation_faq_body{
        margin-left: auto;
        margin-right: auto;
    }

    .renovation_faq a{
        color: #000000;
    }

    .renovation_faq li span{
        background: url("../img/common/more_arrow.svg") no-repeat left center;
        color: #000000;
        padding-left:24px;
    }

    .renovation_faq li span:hover{
        background: url("../img/common/more_arrow_over.svg") no-repeat left center;
    }

/* report */
    .report{
        background: #7e0721;
    }

    .report_body{
        color: #ffffff;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .report_body a{
        color: #ffffff;
    }

    .report p{
        margin-bottom: 5px;
    }

    .report ul li span{
        background: url("../img/common/more_arrow_wh.svg") no-repeat left center;
        background-size: 18px;
        color: #ffffff;
        padding-left:24px;
    }

    .report ul li span:hover{
        background: url("../img/common/more_arrow_over.svg") no-repeat left center;
    }

/* ---------- Mobile ---------- */
@media(max-width:737px) {

/* index header */
    .index_header{
        padding: 15px 0;
        text-align: center;
    }

    .index_header h1 img{
        width: 56px;
    }

    .co_logo{
        display: none;
    }

/* title */
    .toppage_title h2{
        margin-top: 20%;
        width: 100%;
    }

/* slider */
    .toppage_title{
        margin-bottom: 35px;
    }

    .slider img{
        width: 100%;
    }

    .collaboration{
        padding:10px 0;
    }

    .collaboration a h3{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 5px;
    }

    .collaboration p{
        margin-bottom: 5px;
    }

    .collaboration a span{
        background-size: 16px;
        font-size: 0.8rem;
        padding-left:20px;
    }

/* stories */
    .stories{
        margin-left: 1.2em;
        margin-right: 1.2em;
        margin-bottom: 25px;
    }

    .stories h2{
        font-size: 125%;
        padding: 10px 15px;
    }

    .stories dl dd{
        display: none;
    }

    .stories dt p{
        margin-bottom: 10px;
    }

    .stories ol{
        padding-top:10px;
    }

    .stories ol li{
        margin-bottom: 10px;
    }

/* renovation items */
    .renovation_items{
        width: 200px;
    }

    .renovation_items li:not(:last-child) {
        margin-bottom: 15px;
    }

/* content list */
    .content_list_intro{
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .content_list_intro dt img{
        width: 80px;
    }

    .content_list li a{
        font-size: 90%;
    }

/* selfcheck */
    .selfcheck_body{
        margin-left: 1.5em;
        margin-right: 1.5em;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .selfcheck h2 img{
        margin-bottom: 5px;
        width: 100%;
    }

    .selfcheck p{
        font-size: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }

    .selfcheck ol li{
        margin: 0 2px; 
    }

    .selfcheck ol li img{
        width: 80px;
    }

/* proposal */
    .proposal_body{
        background-position: bottom 15px right;
        background-size: 175px;
        padding: 15px 20px 15px 30px;
    }

    .proposal h2{
        margin-bottom: 2px;
    }

    .proposal h2 img{
        width: 112px;
    }

    .proposal_body p{
        font-size: 75%;
    }

    .proposal p:nth-of-type(1){
        margin-bottom: 2px;
    }

    .proposal p:nth-of-type(2){
        line-height: 1.5em;
        margin-bottom: 2px;
    }

/* renovation faq */
    .renovation_faq{
        background-size: 500px;
        background-position-y: bottom;
    }

    .renovation_faq_body{
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .renovation_faq h2{
        margin-bottom: 10px;
    }

    .renovation_faq h2 img{
        width: 280px;
    }

    .renovation_faq p{
        font-size: 90%;
        line-height: 1.5em;
        margin-left: auto;
        margin-right: auto;
        width: 16em;
    }

    .renovation_faq ul{
        padding-bottom: 35px;
    }

/* report */
    .report_body{
        padding-top: 15px;
        padding-bottom: 15px;
        width: 90%;
    }

    .report h2 img{
        width: 295px;
    }

    .report p{
        font-size: 90%;
        margin-left: auto;
        margin-right: auto;
        width: 22em;
    }
}

/* ---------- Portlate ---------- */
@media(max-width:567px) {

/* title */
    .toppage_title h2 span{
        font-size: 150%;
        padding: 6px 8px 8px 8px;
    }

/* selfcheck */
    .selfcheck ol{
        margin-left: auto;
        margin-right: auto;
        max-width: 330px;
    }

/* proposal */
@media(max-width:374px){
    .proposal p:nth-of-type(2){
        width: 12em;
    }
}

@media(max-width:413px) and (min-width: 375px){
    .proposal p:nth-of-type(2){
        width: 18em;
    }
}

@media(max-width:567px) and (min-width: 414px){
    .proposal p:nth-of-type(2){
        width: 21em;
    }
}

}

/* ---------- landscape ---------- */
@media(max-width:767px) and (min-width: 568px){
/* title */
    .toppage_title h2 span{
        font-size: 250%;
        padding: 15px 10px 20px 10px;
    }

/* selfcheck */
    .selfcheck_body{
        margin-left: auto;
        margin-right: auto;
        width: 440px;
    }

/* proposal */
    .proposal_body{
        margin-left: auto;
        margin-right: auto;
        width: 440px;
    }

    .proposal p:nth-of-type(2){
        width: 27em;
    }
}

/* ---------- Tablet / PC ---------- */
@media (min-width: 737px) {

/* index header */
    .index_header{
        background-color: rgba(255,255,255,0.5);
        z-index: 3;
        position: absolute;
        width: 100%;
    }

    .index_header h1{
        position: absolute;
        z-index: 2;
    }

    .co_logo_mobi{
        display: none;
    }

    .index_header ul{
        border-bottom: solid 1px #cacaca;
        text-align: right;
    }

    .index_header ul li{
        display: inline-block;
        font-size: 90%;
        font-weight: 400;
    }

    .index_header ul li a{
        color: #000000;
    }

/* slider */

    .collaboration{
        padding:25px 0;
    }

    .collaboration a h3{
        font-size: 1.55rem;
        line-height: 2.5rem;
        margin-bottom: 5px;
    }

    .collaboration p{
        margin-bottom: 10px;
    }

    .collaboration a span{
        background-size: 18px;
        font-size: 0.8rem;
        padding-left:24px;
    }

/* stories */
    .stories dl{
        display: table;
        margin-left: auto;
        margin-right: auto;
        width: 700px;
    }

    .stories dt,
    .stories dd{
        display: table-cell;
        vertical-align: top;
    }

    .stories ol{
        margin-left: auto;
        margin-right: auto;
        width: 700px;
        padding-top: 10px;
    }

    .stories ol li{
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 25px;
        width: 270px;
    }

/* content list */
    .content_list li{
        font-size: 90%;
    }

/* proposal */
    .proposal p:nth-of-type(2){
        line-height: 1.7em;
        width: 325px;
    }

/* renovation faq */
    .renovation_faq_body{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .renovation_faq dl{
        display: table;
    }

    .renovation_faq dt,
    .renovation_faq dd{
        display: table-cell;
        vertical-align: top;
    }

}

/* ---------- Tablet ---------- */
@media(max-width:1023px) and (min-width: 737px){

/* index header */
    .index_header header{
        width: 100%;
    }

    .index_header h1{
        padding-top: 18px;
        padding-left: 1em;
    }

    .index_header h1 img{
        width: 100px;
    }

    .index_header ul{
        padding-top: 30px;
        padding-bottom: 12px;
        padding-right: 1em;
    }

    .index_header ul li{
        margin-left: 12px;
    }

/* title */
    .toppage_title h2{
        margin-top: 160px;
        width: 100%;
    }

    .toppage_title h2 span{
        font-size: 200%;
        padding: 15px 10px 20px 10px;
    }

/* slider */
    .toppage_title{
        margin-bottom: 35px;
    }

    .slider img{
        width: 100%;
    }

/* stories */
    .stories{
        margin-left: 1.5em;
        margin-right: 1.5em;
        margin-bottom: 30px;
    }

    .stories h2{
        font-size: 140%;
        padding: 10px 40px;
    }

    .stories dt{
        padding-right: 45px;
    }

/* renovation items */
    .renovation_items{
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .renovation_items li{
        margin:0 14px;
    }

/* content list */
    .content_list_intro{
        margin-left: 1em;
        margin-right: 1em;
    }

    .content_list_intro dl{
        margin-left: auto;
        margin-right: auto;
    }

    .content_list_intro dd{
        font-size: 120%;
        width: 26em;
    }

/* selfcheck */
    .selfcheck_body{
        padding-top: 20px;
        padding-bottom: 20px;
        width: 85%;
    }

    .selfcheck_body p{
        margin-bottom: 5px;
    }

    .selfcheck_body ul{
        margin-bottom: 5px;
    }

    .selfcheck ol li{
        margin: 0 5px;
    }

    .selfcheck ol li img{
        width: 100px;
    }

/* proposal */
    .proposal_body{
        background-size: 320px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 85%;
    }

    .proposal h2{
        margin-bottom: 10px;
    }

    .proposal h2 img{
        width: 250px;
    }

    .proposal p:nth-of-type(1){
        margin-bottom: 5px;
    }

    .proposal p:nth-of-type(2){
        margin-bottom: 10px;
    }

/* renovation faq */
    .renovation_faq_body{
        width: 85%;
    }

    .renovation_faq h2 img{
        width: 330px;
    }

    .renovation_faq dl{
        padding-bottom: 88px;
    }

    .renovation_faq dd{
        padding-left: 25px;
    }

/* report */
    .report_body{
        padding-top: 35px;
        padding-bottom: 35px;
        width: 85%;
    }

.report_body h2 img{
    width: 90%;
}

    .report p{
        font-size: 90%;
    }
}

/* ---------- PC ---------- */
@media(min-width:1024px){

/* index header */
    .index_header header{
        margin-left: auto;
        margin-right: auto;
        width: 900px;
    }

    .index_header h1{
        padding-top: 25px;
        width: 158px;
    }

    .index_header h1 img{
        width: 158px;
    }

    .index_header ul{
        padding-top: 54px;
        padding-bottom: 20px;
    }

    .index_header ul li{
        margin-left: 35px;
    }

/* title */
    .toppage_title{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 55px;
        width: 1280px;
    }

    .toppage_title h2{
        margin-top: 280px;
        width: 1280px;
    }

    .toppage_title h2 span{
        font-size: 255%;
        padding: 20px 10px 30px 10px;
    }

/* slider */
    .slider{
        margin-left: auto;
        margin-right: auto;
        width: 1280px;
    }

    .slider img{
        width: 1280px;
    }

/* stories */
    .stories{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        width: 800px;
    }

    .stories h2{
        font-size: 190%;
        padding: 20px 50px;
    }

    .stories dt{
        padding-right: 45px;
    }

/* renovation items */
    .renovation_items{
        width: 775px;
    }

    .renovation_items li{
        margin:0 24px;
    }

/* content list */
    .content_list_intro{
        margin-left: auto;
        margin-right: auto;
        width: 1075px;
    }

    .content_list_intro dl{
        margin-left: auto;
        margin-right: auto;
        width: 820px;
    }

    .content_list_intro dd{
        font-size: 155%;
    }

/* selfcheck */

    .selfcheck_body{
        padding-top: 30px;
        padding-bottom: 30px;
        width: 746px;
    }

    .selfcheck ol li{
        margin: 0 10px;
    }

    .selfcheck ol li img{
        width: 125px;
    }

/* proposal */

    .proposal_body{
        padding-top: 45px;
        padding-bottom: 45px;
        width: 770px;
    }

    .proposal h2{
        margin-bottom: 20px;
    }

    .proposal p:nth-of-type(1){
        font-size: 110%;
        margin-bottom: 15px;
    }

    .proposal p:nth-of-type(2){
        margin-bottom: 15px;
    }

/* renovation faq */
    .renovation_faq_body{
        padding-top: 30px;
        width: 710px;
    }

    .renovation_faq dl{
        margin-bottom: 78px;
    }

    .renovation_faq dd{
        padding-left: 40px;
    }

    .renovation_faq p{
        line-height: 1.7em;
        margin-bottom: 5px;
    }

/* report */
    .report_body{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
