@charset "utf-8";
/* 
サイト固有の記述
*/

.tp_sec02 .layout_d .imgbox ul li img{
	opacity: 0;
    pointer-events: none;
    z-index: 1;
    width: 100%;
}

.tp_sec02 .layout_d .imgbox ul li .is-active{
	opacity: 1;
    pointer-events: auto;
    z-index: 2;
    width: 100%;
}


/* 全体（色系）*/
body {
    .tp_sec01 .f46 {
        color: #684c04;
    }

    .add_recruit01 {
        .img_list_over .slick-slide img {
            border: solid 2px #998040;
			aspect-ratio: 32 / 40;object-fit:cover;
        }

        .layout_a {
            padding: 50px 0;
        }
    }

    &.property {
        .sec01 {
            padding: 0;
        }
    }

    &.estate {
        .sec01 {
            padding: 0;
        }
    }
	
	.btm_bg01 {
		display: none;
	}
}

/* モニター以上*/
@media screen and (min-width: 1860px) {
    body {
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        .tp_sec02 {
            .layout_d .txtbox {
                margin-left: 60px;
            }
        }

        .f18 {
            font-size: 18px;
        }

        .add_recruit01 {
            .layout_a .txtbox {
                margin-right: 90px;
            }
        }

        &.hotel {
            .layout_b .txtbox {
                margin-left: 80px;
            }
        }

        .contact_infoarea .info_box02 {
            padding: 0 5%;
        }

        &.building {
            .ttl02:after {
                content: "";
                position: absolute;
                top: 0px;
                display: inline-block;
                width: 100%;
                max-width: 40px;
                height: 3px;
                left: 50%;
                border-bottom: solid 3px #d1ae3f;
            }
        }
		.one-carat {
			margin-top: 10%;
		}

        &.complate {
            .btn01 a {
                max-width: 250px;
            }
        }

        .add_recruit01 .sub_images_ul.cul2 li {
            width: 100%;
            height: 250px;
        }

        .add_recruit01 .sub_images_ul.cul2 li a figure {
            height: 250px;
        }

        .add_recruit01 .add_contact_body02 {
            .cnt_ttl .num .txt02 {
                font-size: 60px;
            }

            .cnt_ttl .num .txt01 {
                font-size: 20px;
            }

            .f24 {
                font-size: 40px;
            }
        }

        

        .add_recruit01 .bnr_area {
            height: 125px;
        }
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {

        &.building .sec01 .layout_b .txtbox, 
        &.tax-article_c .sec01 .layout_b .txtbox {
            margin-left: 0;
        }
    }
}
