:root {
    --heya-main-color: #f46505;
    --heya-sub-color: #efecdb;
}

.twoldk-feature * {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.twoldk-feature {
    overflow: hidden;
    background: #ffffff;
}

.twoldk-feature__link {
    color: inherit;
    text-decoration: none;
}

.twoldk-feature__logo {
    display: block;
    min-width: 220px;
}

.twoldk-feature__logo-image {
    display: block;
    width: 220px;
    height: auto;
}

.twoldk-feature__nav {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    font-weight: 700;
    color: #222222;
}

.twoldk-feature__nav-link {
    display: grid;
    justify-items: center;
    gap: 4px;
    position: relative;
    white-space: nowrap;
}

.twoldk-feature__nav-icon {
    display: block;
    width: 34px;
    height: 34px;
}

.twoldk-feature__nav-link::after {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    content: "";
    background: #000000;
    transition: width 0.2s ease;
}

.twoldk-feature__nav-link:hover::after {
    width: 100%;
}

.twoldk-feature__hero {
    position: relative;
    min-height: 660px;
    background: #eeece3;
}

.twoldk-feature__hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    align-items: center;
    max-width: 1180px;
    min-height: 660px;
    margin: 0 auto;
    padding: 88px 28px 74px;
    gap: 54px;
}

.twoldk-feature__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 18px;
    padding: 6px 14px;
    border: 1px solid;
    border-radius: 999px;
    background: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.twoldk-feature__hero-title {
    margin: 0;
    font-size: 38px;
    line-height: 1.35;
    letter-spacing: 0;
    font-weight: 800;
}

.twoldk-feature__hero-lead {
    max-width: 520px;
    margin: 24px 0 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.9;
}

.twoldk-feature__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 34px 0 0;
}

.twoldk-feature__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 26px;
    border: 1px solid #f46505;
    border-radius: 999px;
    background: #f46505;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.twoldk-feature__button:hover {
    transform: translateY(-2px);
}

.twoldk-feature__button--sub {
    background: #FFC32C;
    color: #333;
    border-color: #FFC32C;
}

.twoldk-feature__button-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.twoldk-feature__hero-visual {
    position: relative;
    min-height: 500px;
}

.twoldk-feature__hero-image-wrap {
    position: absolute;
    inset: 0 0 46px 42px;
    overflow: hidden;
    border-radius: 28px 0 28px 28px;
    background: #dddddd;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.12);
}

.twoldk-feature__hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.twoldk-feature__hero-card {
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(390px, 88%);
    padding: 12px;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.twoldk-feature__hero-card-label {
    margin: 0 0 5px;
    color: #777777;
    font-size: 12px;
    font-weight: 700;
}

.twoldk-feature__hero-card-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
}

.twoldk-feature__hero-property {
    display: block;
}

.twoldk-feature__hero-property-link {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.twoldk-feature__hero-property-image {
    display: block;
    width: 128px;
    height: 96px;
    border-radius: 12px;
    object-fit: cover;
    background: #dddddd;
}

.twoldk-feature__hero-property-name {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 800;
}

.twoldk-feature__hero-property-meta {
    margin: 0;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
}

.twoldk-feature__hero-property-rent {
    color: #F82828;
    font-size: 18px;
    font-weight: 900;
}

.twoldk-feature__breadcrumb {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 28px 0;
    color: #777777;
    font-size: 12px;
}

.twoldk-feature__section {
    padding: 88px 28px;
}

.twoldk-feature__section--gray {
    background: #eeece3;
}

.twoldk-feature__section--narrow {
    padding-top: 64px;
    background-color: #f6f6f6;
    margin-top: 18px;
}

.page_proprty_list .common_page_wrap{
    padding-top: 0;
}

.twoldk-feature__inner {
    max-width: 1120px;
    margin: 0 auto;
}

.twoldk-feature__intro {
    max-width: 860px;
}

.twoldk-feature__search-block {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
    gap: 34px;
    align-items: start;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    background: #ffffff;
}

.twoldk-feature__search-copy {
    display: grid;
    gap: 12px;
}

.twoldk-feature__search-controls {
    display: grid;
    gap: 12px;
}

.twoldk-feature__condition-panel {
    margin: 20px 0 0;
}

.twoldk-feature__form-label {
    display: block;
    font-size: 16px;
    font-weight: 800;
}

.twoldk-feature__keyword-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 8px;
}

.twoldk-feature__keyword-form .twoldk-feature__form-label {
    grid-column: 1 / -1;
}

.twoldk-feature__keyword-input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
}

.twoldk-feature__keyword-submit {
    min-width: 86px;
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: #f46505;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.twoldk-feature__section-head {
    display: grid;
    gap: 10px;
    margin: 0 0 34px;
}

.twoldk-feature__section-kicker {
    margin: 0;
    color: #f46505;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.twoldk-feature__section-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 800;
}

.twoldk-feature__section .twoldk-feature__section-title{
    font-size: 30px;
}

.twoldk-feature__section-text {
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.95;
}

.twoldk-feature__search-panel {
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
}

.twoldk-feature__search-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
}

.twoldk-feature__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.twoldk-feature__chip-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid #d7d7d7;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.twoldk-feature__chip-link:hover {
    border-color: #000000;
}

.twoldk-feature__search-actions {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
}

.twoldk-feature__search-button_box {
    display: flex;
    justify-content: space-between;
}

.twoldk-feature__search-button {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 12px;
    background: #FFC32C;
    color: #333;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.twoldk-feature__search-button--dark {
    background: #f46505;
    color: #ffffff;
}

.twoldk-feature__search-button-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-right: 7px;
}

.twoldk-feature__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
}

.twoldk-feature__tab {
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid #d4d4d4;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.twoldk-feature__tab.is-active {
    border-color: #f46505;
    background: #f46505;
    color: #ffffff;
}

.twoldk-feature__area-panel {
    display: none;
    gap: 28px;
}

.twoldk-feature__area-panel.is-active {
    display: block;
}

.twoldk-feature__area-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: 34px;
    align-items: center;
}

.twoldk-feature__area-image-wrap {
    overflow: hidden;
    border-radius: 20px;
    background: #dddddd;
    aspect-ratio: 4 / 3;
}

.twoldk-feature__area-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 280px;
    border-radius: 18px;
}

.twoldk-feature__area-title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 800;
}

.twoldk-feature__area-text {
    margin: 0;
    color: #333333;
    line-height: 1.9;
}

.twoldk-feature__property-note {
    margin: 30px 0 0;
    padding: 20px 24px;
    background: #eeece3;
    color: #333333;
    font-size: 14px;
}

.twoldk-feature__note-link {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin: 4px 4px 0 0;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.twoldk-feature__properties {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.twoldk-feature__property {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #ffffff;
}

.twoldk-feature__property--empty {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding: 20px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}

.twoldk-feature__property-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.twoldk-feature__property-image-wrap {
    overflow: hidden;
    background: #dddddd;
    aspect-ratio: 16 / 10;
}

.twoldk-feature__property-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.twoldk-feature__property-body {
    padding: 20px;
}

.twoldk-feature__property-label {
    display: inline-flex;
    margin: 0 0 9px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #f0f0f0;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
}

.twoldk-feature__area-panel .twoldk-feature__property-label {
    display: none;
}

.twoldk-feature__property-title {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
}

.twoldk-feature__property-text {
    margin: 0;
    color: #444444;
    font-size: 14px;
    line-height: 1.75;
}

.twoldk-feature__property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 0;
}

.twoldk-feature__area-panel .twoldk-feature__property-meta {
    display: block;
    color: #333333;
    font-size: 13px;
    font-weight: 800;
}

.twoldk-feature__property-meta-item {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: #F82828;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.twoldk-feature__area-panel .twoldk-feature__property-meta-item {
    display: inline;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #F82828;
    font-size: 17px;
    font-weight: 900;
}

.twoldk-feature__property-meta-item--light {
    background: #eeeeee;
    color: #111111;
}

.twoldk-feature__area-panel .twoldk-feature__property-meta-item--light {
    background: transparent;
    color: #111111;
    font-size: 13px;
}

.twoldk-feature__area-action {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.twoldk-feature__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.twoldk-feature__card {
    min-height: 100%;
    padding: 28px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #ffffff;
}

.twoldk-feature__card-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 0 0 20px;
    border-radius: 14px;
    object-fit: cover;
    background: #dddddd;
}

.twoldk-feature__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 0 18px;
    border-radius: 50%;
    background: #FFC32C;
    color: #ffffff;
}

.twoldk-feature__card-icon-svg {
    width: 23px;
    height: 23px;
}

.twoldk-feature__card-title {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 800;
    text-align: center;
    color: #f46505;
}

.twoldk-feature__card-text {
    margin: 0;
    color: #444444;
    font-size: 14px;
    line-height: 1.8;
}

.twoldk-feature__link-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.twoldk-feature__link-group {
    padding: 28px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #eeece3;
}

.twoldk-feature__link-group-title {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
}

.twoldk-feature__link-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.twoldk-feature__condition-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 56px;
    padding: 10px 14px;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    background: #fff;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.twoldk-feature__condition-link::after {
    margin-left: auto;
    content: ">";
    color: #777777;
    font-size: 13px;
}

.twoldk-feature__condition-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #f46505;
    color: #ffffff;
}

.twoldk-feature__condition-svg {
    width: 17px;
    height: 17px;
}

.twoldk-feature__table-wrap {
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.twoldk-feature__table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.twoldk-feature__table-head-cell {
    padding: 18px 20px;
    border-bottom: 1px solid #e8e8e8;
    background: #FFC32C;
    color: #333333;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
}

.twoldk-feature__table-cell {
    padding: 24px 26px;
    border-bottom: 1px solid #eeeeee;
    color: #222222;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
    line-height: 1.8;
}

.twoldk-feature__table-row:last-child .twoldk-feature__table-cell {
    border-bottom: 0;
}

.twoldk-feature__article-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.twoldk-feature__article {
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr);
    min-height: 160px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #ffffff;
}

.twoldk-feature__article-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.twoldk-feature__article-body {
    padding: 22px;
}

.twoldk-feature__article-title {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
}

.twoldk-feature__article-text {
    margin: 0;
    color: #444444;
    font-size: 14px;
    line-height: 1.75;
}

.twoldk-feature__content-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.twoldk-feature__content-tab {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #d4d4d4;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.twoldk-feature__content-tab.is-active {
    border-color: #f46505;
    background: #f46505;
    color: #ffffff;
}

.twoldk-feature__content-panel {
    display: none;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: center;
    padding: 34px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #eeece3;
}

.twoldk-feature__content-panel.is-active {
    display: grid;
}

.twoldk-feature__content-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    object-fit: cover;
    background: #dddddd;
}

.twoldk-feature__content-title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 800;
}

.twoldk-feature__content-text {
    margin: 0;
    color: #333333;
    line-height: 1.95;
}

.twoldk-feature__guide {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.twoldk-feature__guide-item {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #ffffff;
}

.twoldk-feature__guide-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #dddddd;
}

.twoldk-feature__guide-body {
    padding: 24px;
}

.twoldk-feature__guide-label {
    display: inline-flex;
    margin: 0 0 12px;
    color: #f46505;
    font-size: 12px;
    font-weight: 800;
}

.twoldk-feature__guide-title {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 800;
    text-align: center;
    color: #f46505;
}

.twoldk-feature__guide-text {
    margin: 0;
    color: #444444;
    font-size: 14px;
    line-height: 1.85;
}

.twoldk-feature__faq {
    display: grid;
    gap: 12px;
}

.twoldk-feature__faq-item {
    border-radius: 16px;
    background: #eeece3;
    overflow: hidden;
    padding: 0;
}

.twoldk-feature__faq-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 18px;
    min-height: 68px;
    padding: 20px 24px;
    border: 0;
    background: #eeece3;
    color: #000000;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
    text-align: left;
    cursor: pointer;
}

.twoldk-feature__faq-q {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.twoldk-feature__faq-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.twoldk-feature__faq-icon::before,
.twoldk-feature__faq-icon::after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 2px;
    content: "";
    background: #000000;
    transition: transform 0.2s ease;
    transform: rotate(90deg);
}

.twoldk-feature__faq-button.is-open .twoldk-feature__faq-icon::after {
    transform: rotate(0deg);
}

.twoldk-feature__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px 0 64px;
    color: #333333;
    font-size: 15px;
    line-height: 1.9;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.twoldk-feature__faq-answer.is-open {
    max-height: none;
    padding-bottom: 24px;
    padding: 0 28px 24px 76px;
}

.twoldk-feature__faq-answer-text {
    margin: 0;
}

.twoldk-feature__cta {
    position: relative;
    overflow: hidden;
    padding: 76px 28px;
    background: linear-gradient(-135deg, #e3bf32 0%, #fdaf32 100%);
    color: #2f2f2f;
}

.twoldk-feature__cta::before {
    position: absolute;
    top: -80px;
    right: 8%;
    width: 240px;
    height: 520px;
    content: "";
    border: 0;
    background-image: radial-gradient(rgba(255, 118, 41, 0.22) 2px, transparent 2px);
    background-size: 14px 14px;
    transform: rotate(0deg);
}

.twoldk-feature__cta::after {
    position: absolute;
    left: -90px;
    bottom: -110px;
    width: 520px;
    height: 80px;
    content: none;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    transform: rotate(-45deg);
}

.twoldk-feature__cta-kicker {
    margin: 0 0 10px;
    color: #f46505;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.twoldk-feature__cta-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
}

.twoldk-feature__cta-text {
    margin: 16px 0 0;
    color: #ffffff;
    line-height: 1.9;
    max-width: none;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}

.twoldk-feature__cta-actions {
    display: grid;
    gap: 22px;
    min-width: 270px;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    max-width: 740px;
    margin: 28px auto 0;
}

.twoldk-feature__button--light {
    border-color: #ffffff;
    background: #ffffff;
    color: #000000;
}

.twoldk-feature__button--outline-light {
    border-color: rgba(255, 255, 255, 0.65);
    background: transparent;
    color: #ffffff;
}

.twoldk-feature__cta .twoldk-feature__button--light {
    border-color: #f46505;
    background: #ffffff;
    color: #f46505;
}

.twoldk-feature__cta .twoldk-feature__button--outline-light {
    border-color: #f46505;
    background: #f46505;
    color: #ffffff;
    min-height: 76px;
    border: 3px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.12);
    font-size: 18px;
}

.twoldk-feature__logo-text {
    display: block;
    color: #111111;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
    text-decoration: none;
}

.twoldk-feature__logo-subtext {
    display: block;
    margin-top: 3px;
    color: #ff7629;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.twoldk-feature__vacancy-note {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff4de;
    color: #ff7629;
    font-size: 11px;
    font-weight: 900;
}

.twoldk-feature__area-main {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    align-items: center;
    gap: 36px;
}

.twoldk-feature__area-tabs {
    margin-bottom: 34px;
}

.twoldk-feature__table-head {
    background: #FFC32C;
    color: #333333;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7;
    padding: 22px 26px;
}

.twoldk-feature__table-head:first-child,
.twoldk-feature__table-cell:first-child {
    width: 22%;
    min-width: 180px;
    white-space: nowrap;
}

.twoldk-feature__faq-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 64px;
    margin: 0;
    padding: 22px 28px 10px;
    color: #111111;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 900;
}

.twoldk-feature__faq-heading::before {
    content: "Q";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ff7629;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
}

.twoldk-feature__market-action {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.twoldk-feature__cta::before,
.twoldk-feature__cta-content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.twoldk-feature__cta .twoldk-feature__button--light,
.twoldk-feature__cta .twoldk-feature__button--outline-light {
    min-height: 76px;
    border: 3px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.12);
    font-size: 18px;
}

@media (max-width: 750px) {
    .twoldk-feature__logo {
        min-width: 39.47vw;
    }

    .twoldk-feature__logo-image {
        width: 39.47vw;
    }

    .twoldk-feature__nav {
        display: none;
    }

    .twoldk-feature__hero {
        min-height: auto;
        background: #000000;
    }

    .twoldk-feature__hero::before {
        position: absolute;
        inset: 0;
        content: "";
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.42)), var(--hero-bg-image, none) center / cover;
    }

    .twoldk-feature__hero-inner {
        position: relative;
        z-index: 1;
        display: block;
        min-height: auto;
        padding: 18.47vw 4.8vw 12.8vw;
    }

    .twoldk-feature__eyebrow {
        margin-bottom: 4vw;
        border-color: rgba(255, 255, 255, 0.8);
        background: rgba(255, 255, 255, 0.9);
        font-size: 2.93vw;
    }

    .twoldk-feature__hero-title {
        color: #ffffff;
        font-size: 6.93vw;
        line-height: 1.45;
    }

    .twoldk-feature__hero-lead {
        margin-top: 4.27vw;
        color: #f0f0f0;
        font-size: 3.73vw;
        line-height: 1.85;
    }

    .twoldk-feature__hero-actions {
        display: grid;
        gap: 2.67vw;
        margin-top: 6.4vw;
    }

    .twoldk-feature__button {
        min-height: 12.27vw;
        padding: 0 4.8vw;
        font-size: 3.47vw;
    }

    .twoldk-feature__button--sub {
        border-color: #ffffff;
    }

    .twoldk-feature__hero-visual {
        display: block;
        min-height: auto;
        margin-top: 5.87vw;
    }

    .twoldk-feature__hero-image-wrap {
        display: none;
    }

    .twoldk-feature__hero-card {
        position: static;
        width: 100%;
    }

    .twoldk-feature__hero-property-link {
        grid-template-columns: 27.73vw minmax(0, 1fr);
    }

    .twoldk-feature__hero-property-image {
        width: 27.73vw;
        height: 22.4vw;
    }

    .twoldk-feature__hero-property-name {
        font-size: 3.73vw;
    }

    .twoldk-feature__hero-property-meta {
        font-size: 3.2vw;
    }

    .twoldk-feature__breadcrumb {
        padding: 3.73vw 4.8vw 0;
        font-size: 2.93vw;
    }

    .twoldk-feature__section {
        padding: 14.4vw 4.8vw;
    }

    .twoldk-feature__section--narrow {
        padding-top: 11.73vw;
    }

    .twoldk-feature__intro {
        display: block;
    }

    .twoldk-feature__section-head {
        gap: 1.87vw;
        margin-bottom: 6.4vw;
    }

    .twoldk-feature__section-kicker {
        font-size: 2.93vw;
    }

    .twoldk-feature__section-title {
        font-size: 6.13vw;
        line-height: 1.5;
    }

    .twoldk-feature__section .twoldk-feature__section-title{
        font-size: 5.43vw;
    }

    .twoldk-feature__section-text {
        font-size: 3.73vw;
        line-height: 1.85;
    }

    .twoldk-feature__search-panel {
        margin-top: 6.93vw;
        padding: 5.33vw;
        border-radius: 14px;
    }

    .twoldk-feature__search-title {
        font-size: 4.53vw;
    }

    .twoldk-feature__chip-link {
        min-height: 9.07vw;
        padding: 0 3.2vw;
        font-size: 3.2vw;
    }

    .twoldk-feature__search-actions {
        margin-top: 4.8vw;
    }

    .twoldk-feature__search-block {
        grid-template-columns: 1fr;
        gap: 3.2vw;
        padding: 4.8vw;
        border-radius: 14px;
    }

    .twoldk-feature__keyword-form {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 20.27vw;
    }

    .twoldk-feature__keyword-input,
    .twoldk-feature__keyword-submit {
        min-height: 11.2vw;
        font-size: 3.47vw;
    }

    .twoldk-feature__search-button {
        min-height: 11.73vw;
        padding: 0 3.73vw;
        font-size: 3.2vw;
    }

    .twoldk-feature__tabs {
        gap: 2.13vw;
        margin-bottom: 5.87vw;
    }

    .twoldk-feature__tab {
        min-height: 10.13vw;
        padding: 0 3.47vw;
        font-size: 3.2vw;
        margin-top: 1vw;
    }

    .twoldk-feature__area-panel {
        gap: 4.8vw;
    }

    .twoldk-feature__area-layout {
        grid-template-columns: 1fr;
        gap: 4.8vw;
    }

    .twoldk-feature__area-title {
        font-size: 5.07vw;
    }

    .twoldk-feature__area-text {
        font-size: 3.73vw;
        line-height: 1.8;
    }

    .twoldk-feature__property-note {
        margin-top: 5.87vw;
        padding: 4.27vw 4.8vw;
        font-size: 3.47vw;
    }

    .twoldk-feature__properties {
        grid-template-columns: 1fr;
        gap: 4.27vw;
    }

    .twoldk-feature__property {
        border-radius: 14px;
    }

    .twoldk-feature__property--empty {
        min-height: 24vw;
        font-size: 3.47vw;
    }

    .twoldk-feature__property-link {
        display: grid;
        grid-template-columns: 27.73vw minmax(0, 1fr);
    }

    .twoldk-feature__property-image-wrap {
        height: 100%;
        aspect-ratio: auto;
    }

    .twoldk-feature__property-body {
        padding: 3.73vw;
    }

    .twoldk-feature__property-label {
        margin-bottom: 1.6vw;
        font-size: 2.67vw;
    }

    .twoldk-feature__property-title {
        font-size: 4vw;
        line-height: 1.45;
    }

    .twoldk-feature__property-text {
        font-size: 3.2vw;
        line-height: 1.65;
    }

    .twoldk-feature__grid {
        grid-template-columns: 1fr;
        gap: 3.2vw;
    }

    .twoldk-feature__card {
        padding: 4.27vw;
        border-radius: 14px;
    }

    .twoldk-feature__card-image {
        margin-bottom: 3.2vw;
        border-radius: 12px;
    }

    .twoldk-feature__card-icon {
        width: 10.13vw;
        height: 10.13vw;
        margin: 0;
    }

    .twoldk-feature__card-icon-svg {
        width: 5.07vw;
        height: 5.07vw;
    }

    .twoldk-feature__card-title {
        margin-bottom: 1.07vw;
        font-size: 4.27vw;
    }

    .twoldk-feature__card-text {
        font-size: 3.47vw;
        line-height: 1.7;
    }

    .twoldk-feature__link-groups {
        grid-template-columns: 1fr;
        gap: 4.27vw;
    }

    .twoldk-feature__link-group {
        padding: 4.8vw;
        border-radius: 14px;
    }

    .twoldk-feature__link-group-title {
        margin-bottom: 3.2vw;
        font-size: 4.53vw;
    }

    .twoldk-feature__link-list {
        grid-template-columns: 1fr;
        gap: 2.13vw;
    }

    .twoldk-feature__condition-link {
        min-height: 12.8vw;
        font-size: 3.2vw;
    }

    .twoldk-feature__condition-icon {
        width: 7.47vw;
        height: 7.47vw;
    }

    .twoldk-feature__table-head-cell,
    .twoldk-feature__table-cell {
        padding: 3.73vw 4.27vw;
        font-size: 3.2vw;
    }

    .twoldk-feature__article-grid {
        grid-template-columns: 1fr;
        gap: 3.73vw;
    }

    .twoldk-feature__article {
        grid-template-columns: 26.67vw minmax(0, 1fr);
        min-height: 35.73vw;
        border-radius: 14px;
    }

    .twoldk-feature__article-body {
        padding: 3.73vw;
    }

    .twoldk-feature__article-title {
        font-size: 4vw;
    }

    .twoldk-feature__article-text {
        font-size: 3.2vw;
        line-height: 1.65;
    }

    .twoldk-feature__content-tabs {
        gap: 2.13vw;
        margin-bottom: 4.8vw;
    }

    .twoldk-feature__content-tab {
        min-height: 10.13vw;
        padding: 0 3.47vw;
        font-size: 3.2vw;
    }

    .twoldk-feature__content-panel {
        grid-template-columns: 1fr;
        gap: 4.27vw;
        padding: 4.27vw;
        border-radius: 14px;
    }

    .twoldk-feature__content-title {
        font-size: 4.8vw;
    }

    .twoldk-feature__content-text {
        font-size: 3.47vw;
        line-height: 1.8;
    }

    .twoldk-feature__guide {
        grid-template-columns: 1fr;
        gap: 3.2vw;
    }

    .twoldk-feature__guide-item {
        border-radius: 14px;
    }

    .twoldk-feature__guide-body {
        padding: 4.27vw;
    }

    .twoldk-feature__guide-title {
        font-size: 4.27vw;
    }

    .twoldk-feature__guide-text {
        font-size: 3.47vw;
        line-height: 1.75;
    }

    .twoldk-feature__faq-button {
        min-height: 15.47vw;
        padding: 4.27vw;
        gap: 3.2vw;
        font-size: 3.73vw;
    }

    .twoldk-feature__faq-q {
        gap: 2.67vw;
    }

    .twoldk-feature__faq-answer {
        padding: 0 4.27vw 0 13.33vw;
        font-size: 3.47vw;
        line-height: 1.8;
    }

    .twoldk-feature__faq-answer.is-open {
        padding-bottom: 4.8vw;
    }

    .twoldk-feature__cta {
        padding: 14.4vw 4.8vw;
    }

.twoldk-feature__cta-title {
        font-size: 6.4vw;
    }

    .twoldk-feature__cta-text {
        font-size: 3.73vw;
    }

.twoldk-feature__cta-actions {
        min-width: 0;
        grid-template-columns: 1fr;
    }

    .twoldk-feature~.page_proprty_list_check_fixed {
        bottom: -3vw;
    }

    .twoldk-feature__area-main {
        grid-template-columns: 1fr;
        gap: 5.33vw;
    }

    .twoldk-feature__area-image {
        min-height: 56vw;
    }

    .twoldk-feature__cta-content {
        padding: 0;
    }

    .twoldk-feature__table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}