@charset "utf-8";
/* CSS Document */


/* under_kv
   ================================================================== */
.under_kv{
	margin: 15vw 0 0;
	position: relative;
}

.under_kv .photo01,
.under_kv .photo02{
	line-height: 0;
    overflow: hidden;
}

.under_kv .photo{
	width: 100%;
    height: 100%;
}

.under_kv .photo{
    height: 200%;
}

.under_kv .photo01 .photo{
    margin-top: -36vw;
}

.under_kv .photo02 .photo{
    margin-top: -20vw;
}

@media screen and (max-width : 499px){
    
    .under_kv .photo01 .photo img{
        object-position: center bottom;
    }

    .under_kv .photo02 .photo{
        height: 160%;
    }
    
}

.under_kv .bg_photo{
    margin: auto;
    width: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.under_kv .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.under_kv .photo01{
	margin: 0;
    width: 100%;
    height: 50vw;
    position: relative;
}

.under_kv .photo01:before{
	content: "";
	background: rgba(0,0,0,.30);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
}

.under_kv .photo02{
	position: absolute;
    top: -5vw;
    right: 5vw;
    width: 40vw;
    height: 60vw;
}

.under_kv .photo02.right_object .photo img{
    object-position: 85% bottom;
}

.under_kv .photo02.right_object_buy .photo img{
    object-position: 51%;
}
.under_kv .photo02.right_object_reform .photo img{
    object-position: 82%;
}


.under_kv .kv_text{
	margin: 0 0 0;
	position: relative;
    z-index: 2;
}

.under_kv .kv_text .inner{
    padding-top: 56vw;
	position: relative;
}

.page_title > span{
    display: block;
    line-height: 150%;
}

.page_title .jpn{
    font-size: 8vw;
    letter-spacing: 0.17em;
    font-weight: 900;
}

.page_title .eng{
    font-size: 4.5vw;
    letter-spacing: 0.05em;
    font-weight: 500;
}


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
}

.kv > .inner{
    height: 55vh;
	display: flex;
    align-items: center;
    justify-content: center;
}

.kv .catch{
    font-size: 10vw;
    letter-spacing: 0.17em;
    font-weight: 900;
    text-align: center;
}

.kv .catch .siz_l{
    font-size: 13vw;
    color: #384880;
}

.kv .text{
    margin: 6vw 0 0;
    font-size: 3.6vw;
    letter-spacing: 0.30em;
    font-weight: 700;
}


/* loopslider
   ================================================================== */
.loopslider{
	padding: 5vw 0 0;
    visibility: hidden;
    display: flex;
    opacity: 0;
}

.infiniteslide_wrap .loopslider{
    visibility: visible;
    opacity: 1;
}

.loopslider li{
	font-size: 12vw;
    font-weight: 700;
    letter-spacing: 0.27em;
    line-height: 1;
}


/* fade_slider_block
   ================================================================== */
.fade_slider_block{
	margin: 15vw auto 0;
    position: relative;
}

.fade_slider_block .inner{
    position: relative;
}

.fade_slider_block .photo01,
.fade_slider_block .photo02{
	line-height: 0;
}

.fade_slider_block .photo{
	width: 100%;
    height: 100%;
}

.fade_slider_block .slick-track,
.fade_slider_block .slick-list,
.fade_slider_block .fade_photo{
    height: 100%;
}

.fade_slider_block .photo{
    height: 130%;
}

.fade_slider_block .photo01 .photo{
    margin-top: -10vw;
}

.fade_slider_block .photo02 .photo{
    margin-top: -16vw;
}

@media screen and (max-width : 499px){
    
    .fade_slider_block .photo01 .photo img{
        object-position: center bottom;
    }
    
}

.fade_slider_block .bg_photo{
    margin: auto;
    width: 100vw;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fade_slider_block .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fade_slider_block .photo01{

	margin: 0;
    width: 100%;
    height: 120vw;
    position: relative;
}

.fade_slider_block .photo01:before{
	content: "";
	background: rgba(0,0,0,.30);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 2;
}

.fade_slider_block .photo02{
    margin: auto;
	position: absolute;
    top: -15vw;
    right: 0;
    left: 0;
    width: 40vw;
    height: 60vw;
    z-index: 3;
}

.fade_slider_block.photo_left .photo02{
    right: auto;
    left: 5vw;
}


/* block_title
   ================================================================== */
.block_title{
	padding: 2vw 3vw;
    font-size: 4.2vw;
    font-weight: 800;
    background: #000;
    color: #fff;
	position: relative;
}

.block_title:before{
	content: "";
	background: #000;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
}


/* number_ol
   ================================================================== */
.number_ol{
    margin: 6vw auto 0;
}

.number_ol > li{
    margin: 5vw 0 0;
    padding: 6vw 2vw 5vw 4vw;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.number_ol > li:first-child{
    margin-top: 0;
}

.number_ol .number{
    font-size: 3.5vw;
    top: 0;
    left: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #384880;
    position: absolute;
}

.number_ol h4{
    font-size: 3.8vw;
    font-weight: 800;
    line-height: 150%;
    color: #111;
}

.number_ol p{
    font-size: 3.5vw;
}

.number_ol h4 + p{
    margin: 2vw 0 0;
}


/* design_table
   ================================================================== */
.design_table{
	width: 100%;
	box-sizing: border-box;
}

.design_table th,
.design_table td{
	width: 100%;
	display: block;
	font-weight: 400;
	border-bottom: none;
	box-sizing: border-box;
}

.design_table th,
.design_table td,
.design_table td p{
    font-size: 3.5vw;
    letter-spacing: 0.1em;
	line-height: 170%;
}

.design_table td a{
    font-size: inherit;
}

.design_table tr:nth-child(2n+2){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.design_table tr:first-child{
	border-top: 1px solid #ddd;
}

.design_table tr:last-child{
	border-bottom: 1px solid #ddd;
}

.design_table th{
	padding: 5vw;
	font-weight: 700;
}

.design_table td{
	padding: 0 5vw;
}

.design_table td .border{
	padding: 5vw 0;
	border-top: 1px solid #ddd;
}

.design_table td .box + .box{
	margin-top: 5vw;
    padding-top: 5vw;
    border-top: 1px dashed #ddd;
}

.design_table td .ttl + p{
	margin: 1vw 0 0;
}


/* one_stop
   ================================================================== */
.one_stop{
	padding: 10vw 0 25vw;
}

.one_stop .list{
	display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}

.one_stop .list > li{
    margin: 3vw 0 0;
    padding: 2vw 3vw;
    font-size: 5vw;
    font-weight: 900;
    background: #111;
    color: #fff;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.one_stop .title{
    margin: 4vw 0 0;
    font-size: 5.5vw;
    font-weight: 900;
}

.one_stop p{
    margin: 5vw 0 0;
    line-height: 220%;
}

.one_stop .mark{
    margin: 15vw auto 0;
    width: 35vw;
    line-height: 0;
}


/* service_links
   ================================================================== */
.service_links{
	padding: 10vw 0 15vw;
}

.service_links .title{
    font-size: 10vw;
    font-weight: 900;
}

.service_links .flex_box{
    margin: 8vw 0 0;
	display: flex;
    flex-wrap: wrap;
}

.service_links .map{
	width: 30vw;
    line-height: 0;
}

.service_links .right{
    padding: 0 0 0 3vw;
	width: calc(100% - 30vw);
    box-sizing: border-box;
}

.service_links .list > li{
    padding: 8vw 0 8vw 8vw;
    overflow: inherit;
    position: relative;
}

.service_links .list > li:last-child{
    padding: 0;
}

.service_links .number{
    font-size: 4vw;
    font-weight: 500;
    color: #384880;
    position: absolute;
    left: 0;
    top: 2vw;
}

.service_links .page_name > span{
    display: block;
    line-height: 150%;
}

.service_links .page_name .jpn{
    font-size: 8vw;
    font-weight: 900;
}

.service_links .page_name .eng{
    margin: 1vw 0 0;
    font-size: 3.4vw;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.service_links .list .link_btn{
    margin: 5vw 0 0;
}


/* sell_block
   ================================================================== */
.sell_block{
	padding: 10vw 0 0;
}

.sell_block .catch{
	margin: 10vw 0 0;
}

.sell_block .catch .mark{
	margin: 0;
    width: 40vw;
    line-height: 0;
}

.sell_block .catch .text{
	margin: 4vw 0 0;
    font-size: 4.5vw;
    font-weight: 800;
    color: #384880;
}


/* buy_block
   ================================================================== */
.buy_block{
	padding: 10vw 0 0;
}


/* demolition_block
   ================================================================== */
.demolition_block{
	padding: 10vw 0 0;
}


/* reform_block
   ================================================================== */
.reform_block{
	padding: 10vw 0 0;
}


/* message_block
   ================================================================== */
.message_block{
	padding: 10vw 0 0;
}

.message_block p{
	margin: 8vw 0 0;
}

.message_block .ceo{
	margin: 4vw 0 0 auto;
    width: 35vw;
    line-height: 0;
}


/* company_block
   ================================================================== */
.company_block{
	padding: 10vw 0 0;
}

.company_block .design_table{
	margin: 8vw 0 0;
}


/* contact
   ================================================================== */
.contact{
	padding: 10vw 0 25vw;
}

/* form */
.contact .top_text{
	margin: 0 0 2vw;
    text-align: center;
    font-weight: 400;
    font-size: 3.1vw;
}

.contact .req{
	color: #E64C3B;
}

.contact table{
    margin: 0 auto 0;
	width: 100%;
	line-height: 150%;
	box-sizing: border-box;
}

.contact th,
.contact td{
	width: 100%;
	display: block;
	font-weight: 500;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 0.10em;
}

.contact th .siz_s,
.contact td .siz_s{
	font-size: 12px;
}

.contact th{
	padding: 20px 0 0;
}

.contact td{
	padding: 10px 0 0;
    position: relative;
}

.contact input,
.contact select,
.contact textarea{
	margin: 0;
	padding: 15px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
    background: #F7F7F7;
	border: 1px solid #F7F7F7;
	vertical-align: middle;
}

.contact select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/common/down-arrow.svg");
    background-color: #F8F8F8;
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: right 16px center;
}

.contact input:focus,
.contact textarea:focus,
.contact select:focus{
	outline: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #ccc;
}

textarea::-moz-placeholder,
input::-moz-placeholder{
    color: #ccc; opacity: 1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #ccc;
}

.contact textarea{
    height: 50vw;
	line-height: 150%;
}

/* サイズ指定 */
.contact .wid150{
    width: 150px;
}

/* ラジオボタン */
.contact .radio_input{
    padding: 0 0 17px;
}

.radio_input label{
    margin: 0 0 8px;
	display: flex;
    align-items: center;
    cursor: pointer;
}

input[type='checkbox'] ,
input[type='radio'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
	margin: 0 10px 0 0;
    font-size: 0;
    padding: 0 !important;
    border: none;
    background: none;
}

input[type='checkbox']::before ,
input[type='radio']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #C2C2C2;
    border-radius: 100%;
}

input[type='checkbox']:checked::before ,
input[type='radio']:checked::before {
    border-color: #F6AC2B;
}

input[type='checkbox']::after ,
input[type='radio']::after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #F6AC2B;
    border-radius: 100%;
    opacity: 0;
}

input[type='checkbox']:checked::after ,
input[type='radio']:checked::after {
    opacity: 1;
}

/* 四角ボタン */
.square input[type='checkbox']::before ,
.square input[type='radio']::before {
    border-radius: 4px;
}

.square input[type='checkbox']::after ,
.square input[type='radio']::after {
    border-radius: 3px;
}

/* ボタン */
.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 60px 0 0;
	font-size: 0;
	box-sizing: border-box;
	max-width: 500px;
}

.zas_btn_area button{
	padding: 16px 0;
	border: none;
	font-size: 16px;
	background: #384880;
	width: 65%;
	max-width: 280px;
    letter-spacing: 0.1em;
	color: #FFF;
	position: relative;
	overflow: hidden;
	text-align: center;
    transition: .3s;
}


/* thanks
   ================================================================== */
.thanks{
    padding-top: 10vw;
}

.thanks .ttl{
    margin: 0 0 0;
	font-size: 4.2vw;
    text-align: center;
	line-height: 150%;
}

.thanks p{
    margin: 8vw 0 0;
	font-size: 3.6vw;
    font-weight: 400;
	line-height: 150%;
    text-align: center;
}

.thanks .go_top_btn{
	margin: 15vw 0 0;
	text-align: center;
}


@media screen and (min-width : 500px){


    /* under_kv
       ================================================================== */
    .under_kv{
        margin: 7.5vw 2.0vw 0;
        position: relative;
    }

    .under_kv .photo{
        height: 150%;
    }

    .under_kv .photo01 .photo{
        margin-top: -13vw;
    }

    .under_kv.contact_kv .photo01 .photo{
        margin-top: -4.0vw;
    }

    .under_kv .photo02 .photo{
        margin-top: -9.0vw;
    }
    
    .under_kv .photo01 .photo img{
        object-position: center 70%;
    }

    .under_kv .photo01{
        height: 34.0vw;
    }

    .under_kv .photo02{
        position: absolute;
        top: -3.7vw;
        right: 2.0vw;
        width: 30.0vw;
        height: 41.5vw;
    }

    .under_kv .photo02.right_object .photo img{
        object-position: 87% bottom;
    }

    .under_kv.demolition_kv .photo02.right_object .photo img{
        object-position: 93% bottom;
    }

    .under_kv .kv_text{
        margin: 0 0 0;
    }

    .under_kv .kv_text .inner{
        padding-top: 37.8vw;
    }

    .page_title .jpn{
        font-size: 4.7vw;
    }

    .page_title .eng{
        font-size: 2.3vw;
    }


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
    }

    .kv > .inner{
        height: 55vh;
        min-height: 475px;
    }

    .kv .catch{
        font-size: 6.5vw;
    }

    .kv .catch .siz_l{
        font-size: 7.5vw;
    }

    .kv .text{
        margin: 3.0vw 0 0;
        font-size: 2.0vw;
        line-height: 4.0vw;
    }


    /* loopslider
       ================================================================== */
    .loopslider{
        padding: 2.0vw 0 0;
    }

    .loopslider li{
        font-size: 8.0vw;
    }
        

    /* fade_slider_block
       ================================================================== */
    .fade_slider_block{
        margin: 14.0vw 2.0vw 0;
    }
    
    .fade_slider_block .bg_photo{
        width: 100%;
    }

    .fade_slider_block .photo01{
        height: 69.0vw;
    }

    .fade_slider_block .photo02{
        top: -14.0vw;
        width: 30.0vw;
        height: 41.5vw;
    }

    .fade_slider_block.photo_left .photo02{
        left: 5.0vw;
    }

    .fade_slider_block .photo01 .photo{
        margin-top: -3.0vw;
    }

    .fade_slider_block .photo02 .photo{
        margin-top: -8.0vw;
    }


    /* block_title
       ================================================================== */
    .block_title{
        padding: 1.4vw 0;
        font-size: 2.2vw;
    }


    /* number_ol
       ================================================================== */
    .number_ol{
        margin: 4.0vw auto 0;
    }

    .number_ol > li{
        margin: 2.0vw 0 0;
        padding: 3.0vw 1.0vw 2.0vw 2.0vw;
    }

    .number_ol .number{
        font-size: 1.6vw;
        top: 0;
    }

    .number_ol h4{
        font-size: 1.8vw;
    }

    .number_ol p{
        font-size: 1.5vw;
        line-height: 2.5vw;
    }

    .number_ol h4 + p{
        margin: 1.5vw 0 0;
    }


	/* design_table
	   ================================================================== */
	.design_table{
		width: 100%;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td{
		width: auto;
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

	.design_table th{
		padding: 0 2vw 0 5vw;
		width: 23%;
	}
	
	.design_table .col th{
		padding: 2vw 2vw 2vw 5vw;
	}
	
	.design_table .title_top th{
		padding-top: 2vw;
		vertical-align: top;
	}
	
	.design_table td{
		padding: 2.5vw 0;
	}

	.design_table td .border{
		padding: 0 2vw 0 5vw;
		border-top: none;
		border-left: 1px solid #ddd;
		min-height: 3vw;
		display: flex;
		align-items: center;
        box-sizing: border-box;
	}

	.design_table td .border.box_in{
		display: block;
	}

    .design_table td .box{
    	margin-right: -2.0vw;
    }

    .design_table td .box + .box{
    	margin-top: 1.5vw;
        padding-top: 1.5vw;
    }
    
    .design_table td .ttl + p{
    	margin: .7vw 0 0;
    }


    /* one_stop
       ================================================================== */
    .one_stop{
        padding: 10.0vw 0 20.0vw;
    }

    .one_stop .list{
        gap: 2.5vw;
    }

    .one_stop .list > li{
        margin: 2.5vw 0 0;
        padding: 0;
        font-size: 4.5vw;
        width: 25.0vw;
        height: 8.0vw;
    }

    .one_stop .title{
        margin: 3.5vw 0 0;
        font-size: 5.0vw;
    }

    .one_stop p{
        margin: 4.0vw 0 0;
        line-height: 4.0vw;
    }

    .one_stop .mark{
        margin: 14.0vw auto 0;
        width: 25.0vw;
    }


    /* service_links
       ================================================================== */
    .service_links{
        padding: 20.0vw 0 18.0vw;
    }

    .service_links .title{
        font-size: 7.0vw;
    }

    .service_links .flex_box{
        margin: 9.0vw 0 0;
    }

    .service_links .map{
        width: 25.0vw;
    }

    .service_links .right{
        padding: 0 0 0 12.5vw;
        width: calc(100% - 25.0vw);
    }

    .service_links .list > li{
        padding: 3.0vw 0 4.0vw 4.8vw;
    }

    .service_links .number{
        font-size: 1.6vw;
        top: 1.4vw;
    }

    .service_links .page_name .jpn{
        font-size: 3.5vw;
    }

    .service_links .page_name .eng{
        margin: .5vw 0 0;
        font-size: 1.4vw;
    }

    .service_links .list .link_btn{
        margin: 2.7vw 0 0;
    }


    /* sell_block
       ================================================================== */
    .sell_block{
        padding: 5.4vw 0 4.0vw;
    }

    .sell_block .catch{
        margin: 7.0vw 0 0;
        display: flex;
        align-items: center;
    }

    .sell_block .catch .mark{
        margin: 0;
        width: 12.5vw;
    }

    .sell_block .catch .text{
        margin: 0 0 0;
        padding: 0 0 0 3.6vw;
        font-size: 2.0vw;
        line-height: 3.4vw;
        width: calc(100% - 12.5vw);
        box-sizing: border-box;
    }


    /* buy_block
       ================================================================== */
    .buy_block{
        padding: 5.4vw 0 4.0vw;
    }


    /* demolition_block
       ================================================================== */
    .demolition_block{
        padding: 5.4vw 0 4.0vw;
    }


    /* reform_block
       ================================================================== */
    .reform_block{
        padding: 5.4vw 0 4.0vw;
    }


    /* message_block
       ================================================================== */
    .message_block{
        padding: 5.4vw 0 7.0vw;
    }

    .message_block p{
        margin: 5.0vw 0 0;
        line-height: 3.0vw;
    }

    .message_block .ceo{
        margin: 2.5vw 0 0 auto;
        width: 16.7vw;
    }


    /* company_block
       ================================================================== */
    .company_block{
        padding: 0 0 4.0vw;
    }

    .company_block .design_table{
        margin: 7.0vw 0 0;
    }


    /* contact
       ================================================================== */
    .contact{
    	padding: 5.4vw 0 4.0vw;
    }
    
    /* form */
    .contact .top_text{
    	margin: 0 0 3vw;
        font-size: 1.5vw;
    }
    
    .contact table{
        margin: 0 auto 0;
        width: 70%;
    }
    
    .contact th,
    .contact td{
        width: auto;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 20px 0 0;
        box-sizing: border-box;
    }
    
    .contact .title_top th{
    	padding-top: 31px;
        vertical-align: top;
    }
    
    .contact td{
    	padding: 18px 0 0;
    }
    
    .contact input,
    .contact select,
    .contact textarea{
    	margin: 0;
    	padding: 15px;
    	font-size: 16px;
    }
	
	.contact select{
		vertical-align: middle;
	}
    
    .contact textarea{
        height: 230px;
    }

    /* サイズ指定 */
    .contact .wid150{
        width: 150px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 17px 0 2px;
    }
    
    .radio_input label{
        margin: 0 10px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 18px;
        height: 18px;
    	margin: 0 10px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 18px;
        height: 18px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 10px;
        height: 10px;
    }
    
    /* ボタン */
    .zas_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 40px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zas_btn_area button{
    	padding: 18px 0;
    	font-size: 16px;
    	border: 1px solid #384880;
        transition: .3s;
        cursor: pointer;
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area button:hover{
    	background: #fff;
    	color: #384880;
    }


    /* thanks
       ================================================================== */
    .thanks{
        padding-top: 11.5vw;
        padding-bottom: 14.0vw;
    }

    .thanks .ttl{
        font-size: 3.2vw;
    }

    .thanks p{
        margin: 4.8vw 0 0;
    	font-size: 1.5vw;
        line-height: 2.5vw;
    }
    
    .thanks .go_top_btn{
    	margin: 8.6vw 0 0;
    }

    
}
@media screen and (min-width : 1040px){    


    /* under_kv
       ================================================================== */
    .under_kv{
        margin: 75px 33px 0;
        position: relative;
    }

    .under_kv .photo{
        height: 140%;
    }

    .under_kv .photo01 .photo{
        margin-top: -100px;
    }

    .under_kv.contact_kv .photo01 .photo{
        margin-top: -20px;
    }

    .under_kv .photo02 .photo{
        margin-top: -94px;
    }
    
    .under_kv .photo01 .photo img{
        object-position: center 70%;
    }

    .under_kv .photo01{
        height: 340px;
    }

    .under_kv .photo02{
        position: absolute;
        top: -37px;
        right: 20px;
        width: 300px;
        height: 415px;
    }

    .under_kv .kv_text{
        margin: 0 0 0;
    }

    .under_kv .kv_text .inner{
        padding-top: 378px;
    }

    .page_title .jpn{
        font-size: 47px;
    }

    .page_title .eng{
        font-size: 23px;
    }


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
    }

    .kv > .inner{
        height: 55vh;
    }

    .kv .catch{
        font-size: 65px;
    }

    .kv .catch .siz_l{
        font-size: 75px;
    }

    .kv .text{
        margin: 30px 0 0;
        font-size: 20px;
        line-height: 40px;
    }


    /* loopslider
       ================================================================== */
    .loopslider{
        padding: 20px 0 0;
    }

    .loopslider li{
        font-size: 80px;
    }
    

    /* fade_slider_block
       ================================================================== */
    .fade_slider_block{
        margin: 140px 33px 0;
    }
    
    .fade_slider_block .bg_photo{
        width: 100%;
    }

    .fade_slider_block .photo01{
        height: 690px;
    }

    .fade_slider_block .photo02{
        top: -140px;
        width: 300px;
        height: 415px;
    }

    .fade_slider_block.photo_left .photo02{
        left: 20px;
    }

    .fade_slider_block .photo01 .photo{
        margin-top: -30px;
    }

    .fade_slider_block .photo02 .photo{
        margin-top: -80px;
    }


    /* block_title
       ================================================================== */
    .block_title{
        padding: 14px 0;
        font-size: 22px;
    }


    /* number_ol
       ================================================================== */
    .number_ol{
        margin: 40px auto 0;
    }

    .number_ol > li{
        margin: 20px 0 0;
        padding: 30px 10px 20px 20px;
    }

    .number_ol .number{
        font-size: 16px;
        top: 0;
    }

    .number_ol h4{
        font-size: 18px;
    }

    .number_ol p{
        font-size: 15px;
        line-height: 25px;
    }

    .number_ol h4 + p{
        margin: 15px 0 0;
    }
	  

	/* design_table
	   ================================================================== */
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 15px;
        line-height: 30px;
	}

	.design_table th{
		padding: 0 10px 0 50px;
		width: 23%;
	}
		
	.design_table .title_top th{
		padding-top: 25px;
	}

	.design_table td{
		padding: 25px 0;
	}

	.design_table td .border{
		padding: 0 20px 0 50px;
        min-height: 30px;
	}

    .design_table td .box{
    	margin-right: -20px;
    }

    .design_table td .box + .box{
    	margin-top: 15px;
        padding-top: 15px;
    }
    
    .design_table td .ttl + p{
    	margin: 7px 0 0;
    }

	.design_table td a:hover{
		text-decoration: underline;
	}


    /* one_stop
       ================================================================== */
    .one_stop{
        padding: 100px 0 200px;
    }

    .one_stop .list{
        gap: 25px;
    }

    .one_stop .list > li{
        margin: 25px 0 0;
        padding: 0;
        font-size: 45px;
        width: 250px;
        height: 80px;
    }

    .one_stop .title{
        margin: 35px 0 0;
        font-size: 50px;
    }

    .one_stop p{
        margin: 40px 0 0;
        line-height: 40px;
    }

    .one_stop .mark{
        margin: 140px auto 0;
        width: 250px;
    }


    /* service_links
       ================================================================== */
    .service_links{
        padding: 200px 0 180px;
    }

    .service_links .title{
        font-size: 70px;
    }

    .service_links .flex_box{
        margin: 90px 0 0;
    }

    .service_links .map{
        width: 250px;
    }

    .service_links .right{
        padding: 0 0 0 125px;
        width: calc(100% - 250px);
    }

    .service_links .list > li{
        padding: 30px 0 40px 48px;
    }

    .service_links .number{
        font-size: 16px;
        top: 14px;
    }

    .service_links .page_name .jpn{
        font-size: 35px;
    }

    .service_links .page_name .eng{
        margin: 5px 0 0;
        font-size: 14px;
    }

    .service_links .list .link_btn{
        margin: 27px 0 0;
    }


    /* sell_block
       ================================================================== */
    .sell_block{
        padding: 54px 0 40px;
    }

    .sell_block .catch{
        margin: 70px 0 0;
        display: flex;
        align-items: center;
    }

    .sell_block .catch .mark{
        margin: 0;
        width: 125px;
    }

    .sell_block .catch .text{
        margin: 0 0 0;
        padding: 0 0 0 36px;
        font-size: 20px;
        line-height: 34px;
        width: calc(100% - 125px);
        box-sizing: border-box;
    }


    /* buy_block
       ================================================================== */
    .buy_block{
        padding: 54px 0 40px;
    }


    /* demolition_block
       ================================================================== */
    .demolition_block{
        padding: 54px 0 40px;
    }


    /* reform_block
       ================================================================== */
    .reform_block{
        padding: 54px 0 40px;
    }


    /* message_block
       ================================================================== */
    .message_block{
        padding: 54px 0 70px;
    }

    .message_block p{
        margin: 50px 0 0;
        line-height: 30px;
    }

    .message_block .ceo{
        margin: 25px 0 0 auto;
        width: 167px;
    }


    /* company_block
       ================================================================== */
    .company_block{
        padding: 0 0 40px;
    }

    .company_block .design_table{
        margin: 70px 0 0;
    }


    /* contact
       ================================================================== */
    .contact{
    	padding: 54px 0 40px;
    }
    
    /* form */
    .contact .top_text{
        margin: 0 0 65px;
    	font-size: 15px;
    }
    
    .contact table{
        margin: 0 auto 0;
        width: 70%;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 20px 0 0;
    }
    
    .contact td{
    	padding: 18px 0 0;
    }
    
    .contact input,
    .contact select,
    .contact textarea{
    	font-size: 16px;
    	padding: 22px 20px;
    }
    
    .contact textarea{
        height: 275px;
    }

    /* サイズ指定 */
    .contact .wid150{
        width: 150px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 20px 0 15px;
    }
    
    .radio_input label{
        margin: 0 20px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 23px;
        height: 23px;
    	margin: 0 12px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 23px;
        height: 23px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 15px;
        height: 15px;
    }

    /* チェックアイコン */
    .icon_check input[type='checkbox']::after ,
    .icon_check input[type='radio']::after {
        left: 6px;
        top: -2px;
        width: 24px;
        height: 24px;
    }
    
    /* ボタン */
    .zas_btn_area{
    	padding: 85px 0 0;
    }
    
    .zas_btn_area button{
    	padding: 17px 0;
    	font-size: 16px;
        width: 280px;
    }


    /* thanks
       ================================================================== */
    .thanks{
        padding-top: 115px;
        padding-bottom: 140px;
    }

    .thanks .ttl{
        font-size: 32px;
    }

    .thanks p{
        margin: 48px 0 0;
    	font-size: 15px;
        line-height: 25px;
    }
    
    .thanks .go_top_btn{
    	margin: 86px 0 0;
    }
    

}
