/* 物件カード */
.property_cards_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.property_cards_wrap form {
    border: 0.3px solid #6b68684b;
    border-left: 0;
    border-bottom: 0;
}

.property_cards_wrap form:nth-child(3n) {
    border-right: 0;
}

.property_cards_column {
    display: block;
    border: 0.3px solid #6b68684b;
    border-left: 0;
    border-bottom: 0;
}

.property_cards_column:nth-child(3n) {
    border-right: 0;
}

.property_cards {
    position: relative;
    width: auto;
    flex-shrink: 0;
    padding: 24.3px 25px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}

.property_cards:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.property_cards .contents {
    max-width: 318px;
    width: 100%;
}

.property_cards .property_img {
    position: relative;
}

.property_img img {
    width: 100%;
    height: 212px;
    object-fit: cover;
    display: block;
}

.property_img i,
.property_img div {
    position: absolute;
}

.property_img .circle,
.property_img .square {
    font-size: 30px;
    color: white;
    border: #707070;
    right: 10px;
}

.property_img .heart,
.property_img .w_icon {
    font-size: 15px;
    color: #707070;
    right: 17.5px;
}

.property_img .circle {
    top: 10px;
}

.property_img .heart {
    top: 17.5px;
}

.property_img .square {
    bottom: 10px;
    background-color: white;
    height: 30px;
    width: 30px;
    font-size: 0;
}

.property_img .w_icon {
    bottom: 17.5px;
    border: 1px solid #707070;
    height: 15px;
    width: 15px;
}

.property_cards .label_list {
    display: flex;
    gap: 8px;
    list-style: none;
    padding-top: 16px;
    margin: 0;
}

.label_list li {
    height: 32px;
    font-size: 14px;
    line-height: 24.5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    min-width: 72px;
    padding: 0 15px;
    letter-spacing: 0.56px;
}

.label_list .label_new {
    background-color: #ffff00;
    color: #000000;
}

.label_list .label_estate {
    background-color: #fff;
}

.property_cards .property_name {
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.property_cards .address,
.property_cards .access {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.64px;
    color: #888;
}

.property_cards .address {
    margin-top: 18px;
    min-height: 20px;
}

.property_cards .access {
    height: 40px;
}

.property_cards .priceBox {
    height: 46px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
}

.priceBox .number {
    font-weight: 500;
    font-size: 32px;
}

.priceBox .unit {
    font-size: 16px;
    letter-spacing: 0.64px;
}

.property_cards .arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    background-color: #000000;
    color: #fff;
    width: 48px;
    height: 48px;
}

.column-section {
    position: relative;
    margin-bottom: 40px;
    display: block; 
    text-align: left;
    border-bottom: 1px solid #cccccc;
    margin-top: 80px;
}

.column-section h1 {
    position: relative;
    font-size: 40px; 
    color: #000; 
    margin-bottom: 24px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;

}

.property_cards_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.big-text{
    position: relative;
}

.column-wrapper.big-text::after {
    content: "Column";
    position: absolute;
    top: -42px;
    right: 0;
    transform: translate(0%, -100%);
    z-index: 0;
    font: normal normal bold 72px/57px "Century Gothic";
    letter-spacing: 3.6px;
    color: #f5f5f5;
    opacity: 1;
}

.column-content{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.new-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 32px;
    background-color: #ffff00;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
    margin-right: 8px;
}

/* 事業用不動産ラベル */
.category-business {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #619949;
    border: 1px solid #619949;
    background-color: #fff;
    border-radius: 16px;
    padding: 4px 12px;
    height: 32px;
    box-sizing: border-box;
}

/* 投資用不動産ラベル */
.category-investment {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #005dad;
    border: 1px solid #005dad;
    background-color: #fff;
    border-radius: 16px;
    padding: 4px 12px;
    height: 32px;
    box-sizing: border-box;
}

.property_cards .property_img {
    margin-bottom: 25px;
}

@media screen and (min-width: 960px) {
}
@media screen and (min-width: 520px) and (max-width: 959px) {
}
@media screen and (max-width: 519px) {
    .column-section::after {
        left: 68%;
    }
    .property_cards_wrap {
        width: 368px;
    }
    .column-section h2 span {
        display: none;
    }
}