@charset "UTF-8";

body {
    overflow-x: hidden;
    margin: 0;
}

.l-main {
    width: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.l-main:before {
    content: '';
    position: absolute;
    top: 542px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/images/top/back.webp") no-repeat top center / 1923px 4886px;
}

.l-contents * {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-contents a {
    transition: .3s;
}
.l-contents {
    background: #fff;
}

.l-contents a:hover,
.l-contents button:hover {
    opacity: 1;
}
.pg__inner,
.main__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.l-contents .ui-full-screen {
    margin-bottom: 0;
}
[class*=cmn__section--] {
    position: relative;
    padding: 140px 0;
}

[class*=cmn__head--] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

[class*=cmn__head--] .cmn__head__actions {
    flex-shrink: 0;
}

[class*=cmn__ttl--] {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin: 0;
    line-height: 1;
    font-family: "Zen Old Mincho";
    font-weight: 500;
}

[class*=cmn__ttl--] > span:first-child {
    font-size: 40px;
    color: #373131;
    letter-spacing: 0.07rem;
    font-family: "Zen Old Mincho", serif;
}

[class*=cmn__ttl--] > span:last-child:not(:only-child) {
    font-size: 15px;
    color: #373131;
    letter-spacing: 3px;
    font-weight: 400;
}

.cmn__contents--new [class*=cmn__ttl--],
.cmn__contents--rec [class*=cmn__ttl--],
.cmn__contents--fifteen [class*=cmn__ttl--],
.cmn__contents--customer [class*=cmn__ttl--],
.cmn__contents--blog [class*=cmn__ttl--],
.cmn__section--new [class*=cmn__ttl--] {
    color: #373131;
}

[class*=cmn__more--] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 230px;
    height: 55px;
    padding: 16px 50px 15px;
    border: 1px solid #373131;
    border-radius: 99999px;
    background: #373131;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

[class*=cmn__more--]:hover {
    background: #fff;
    border-color: #373131;
    color: #373131;
    opacity: 1;
}

[class*=cmn__more--] .cmn__more__arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 7px;
    height: 11px;
    margin-top: -6px;
    background-color: currentColor;
    -webkit-mask: url("/images/top/new-more-arrow.svg") no-repeat center / contain;
    mask: url("/images/top/new-more-arrow.svg") no-repeat center / contain;
}


/*---------------------------------------------------
メイン（KVスライダー詳細は top-slider.css）
-----------------------------------------------------*/


/*---------------------------------------------------
バナー
-----------------------------------------------------*/
.cmn__section--banner {
    padding: 60px 0 0;
    background: #f2efe7;
    overflow: hidden;
}

.cmn__inner--banner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.top-bnr__slider {
    overflow: visible;
}

.top-bnr__slide {
    width: 320px;
    height: 128px;
}

.top-bnr__slide--featured {
    width: 960px;
}

.top-bnr__link {
    display: block;
    width: 100%;
    height: 128px;
    text-decoration: none;
}

.top-bnr__link--static {
    cursor: default;
}

.top-bnr__link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-bnr__link:not(.top-bnr__link--static):hover {
    opacity: 0.85;
}


/*---------------------------------------------------
物件検索
-----------------------------------------------------*/

.cmn__contents--search {
    position: relative;
    padding: 60px 0 100px;
    color: #373131;
    overflow: hidden;
}

.cmn__contents--search::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: 1280px;
    max-width: 100%;
    height: 98.2%;
    transform: translateX(-50%);
    border-radius: 30px;
    background: #e0e4cf;
    box-shadow: inset 0 4px 4px rgba(111, 125, 82, 0.29);
    pointer-events: none;
}

.cmn__contents--search [class*=cmn__ttl--] {
    color: #373131;
}

.cmn__contents--search [class*=cmn__ttl--] > span:first-child,
.cmn__contents--search [class*=cmn__ttl--] > span:last-child:not(:only-child) {
    color: #373131;
}

.cmn__inner--search {
    position: relative;
    z-index: 1;
    width: 1140px;
    margin: 0 auto;
}

.cmn__head--search {
    margin-bottom: 15px;
}

.cmn__search__deco {
    position: absolute;
    z-index: 0;
    width: 1282px;
    height: 849px;
    background: url("/images/top/back.webp") no-repeat center / cover;
    opacity: 0.08;
    pointer-events: none;
}

.cmn__search__deco--left {
    top: 556px;
    left: -657px;
    transform: rotate(-55deg);
}

.cmn__search__deco--right {
    top: -694px;
    right: -657px;
    transform: rotate(-125deg) scaleY(-1);
}

.cmn__search__frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.cmn__search__frame-line {
    width: 1200px;
    max-width: calc(100% + 60px);
    height: 20px;
    border: 1px solid #373131;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.cmn__search__body {
    width: 1065px;
    box-sizing: border-box;
}

.cmn__search__layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.cmn__search__map-col {
    flex-shrink: 0;
    width: 498px;
}

.cmn__search__list-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-top: 5px;
}

.cmn__search__block-ttl {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #373131;
}

.cmn__search__map {
    position: relative;
    height: 676px;
    border-radius: 15px;
    overflow: hidden;
}

.cmn__search__map-img {
    display: block;
    width: 498px;
    object-fit: cover;
}

.cmn__search__map-list {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cmn__search__map-item {
    position: absolute;
}

.cmn__search__map-item--west {
    top: 334px;
    left: 26px;
}

.cmn__search__map-item--north {
    top: 180px;
    left: 119px;
}

.cmn__search__map-item--east {
    top: 396px;
    left: 286px;
}

.cmn__search__map-item--center {
    top: 516px;
    left: 129px;
}

.cmn__search__map-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #373131;
    text-decoration: none;
}

.cmn__search__map-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 45px;
    padding: 0 30px;
    border: 1px solid #89847f;
    border-radius: 99999px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
}
.cmn__search__map-item--center .cmn__search__map-btn {
    padding: 0 25px;
}
.cmn__search__map-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
}

.cmn__search__map-link:hover .cmn__search__map-btn {
    background: #373131;
    color: #fff;
}

.cmn__search__freeword {
    position: relative;
    padding: 0;
    margin: 0;
}

.l-main .cmn__contents--search .cmn__search__freeword-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 50px 0 10px;
    border: 1px solid rgba(219, 219, 219, 0.8);
    border-radius: 10px;
    background: #fff;
    color: #373131;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    box-sizing: border-box;
}

.cmn__search__freeword-input::placeholder {
    color: rgba(195, 189, 183, 0.8);
}

.cmn__search__freeword-btn {
    position: absolute;
    top: 50%;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #373131;
    cursor: pointer;
}

.cmn__search__freeword-btn svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.cmn__search__type-list,
.cmn__search__price-list,
.cmn__search__kodawari-list {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cmn__search__block--type,
.cmn__search__block--price {
    overflow: visible;
}

.cmn__search__type-item,
.cmn__search__price-item {
    position: relative;
}

.cmn__search__type-item:hover,
.cmn__search__type-item:focus-within,
.cmn__search__type-item.is-open,
.cmn__search__price-item:hover,
.cmn__search__price-item:focus-within,
.cmn__search__price-item.is-open {
    z-index: 2;
}

.cmn__search__type-item {
    width: calc((100% - 22px) / 3);
}
.cmn__search__type-item:nth-child(2) .cmn__search__type-label{
    padding-left: 25px;
}
.cmn__search__type-item:nth-child(1) .cmn__search__type-label{
    padding-left: 17px;
}

.cmn__search__type-trigger {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 70px;
    padding: 0px 18px 0 14px;
    border-radius: 10px;
    background: #f6f8ea;
    box-shadow: 0 4px 2px rgba(186, 197, 161, 0.25);
    color: #373131;
    box-sizing: border-box;
    cursor: pointer;
}

.cmn__search__type-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
}

.cmn__search__type-icon img {
    display: block;
    width: 34px;
    height: 34px;
}

.cmn__search__type-label {
    flex: 1 1 0;
    min-width: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.cmn__search__type-arrow {
    flex-shrink: 0;
    width: 12px;
    height: 7px;
    background-color: #373131;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
    transition: transform 0.25s ease;
}

.cmn__search__price-item {
    width: calc((100% - 22px) / 3);
}

.cmn__search__price-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 60px;
    padding: 0 15px 0 16px;
    border-radius: 10px;
    background: #f6f8ea;
    box-shadow: 0 4px 2px rgba(186, 197, 161, 0.25);
    color: #373131;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
}

.cmn__search__price-label {
    flex: 1 1 0;
    min-width: 0;
}

.cmn__search__price-arrow {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 7px;
    transition: transform 0.25s ease;
}

.cmn__search__price-arrow img {
    display: block;
    width: 12px;
    height: auto;
}

.cmn__search__dropdown {
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 15px 15px;
    border-radius: 0 0 5px 5px;
    background: #f6f8ea;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.cmn__search__dropdown--price {
    top: calc(100% + 0);
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.cmn__search__dropdown-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cmn__search__dropdown-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 99999px;
    border: 1px solid #373131;
    background: #373131;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.25s ease;
}

.cmn__search__dropdown-link:hover {
    background: #fff;
    color: #373131;
    border: 1px solid #373131;
}

.cmn__search__type-item:hover .cmn__search__dropdown,
.cmn__search__type-item:focus-within .cmn__search__dropdown,
.cmn__search__price-item:hover .cmn__search__dropdown,
.cmn__search__price-item:focus-within .cmn__search__dropdown,
.cmn__search__type-item.is-open .cmn__search__dropdown,
.cmn__search__price-item.is-open .cmn__search__dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.cmn__search__type-item:hover .cmn__search__type-trigger,
.cmn__search__type-item:focus-within .cmn__search__type-trigger,
.cmn__search__type-item.is-open .cmn__search__type-trigger {
    border-radius: 10px 10px 0 0;
}

.cmn__search__type-item:hover .cmn__search__type-arrow,
.cmn__search__type-item:focus-within .cmn__search__type-arrow,
.cmn__search__type-item.is-open .cmn__search__type-arrow,
.cmn__search__price-item:hover .cmn__search__price-arrow,
.cmn__search__price-item:focus-within .cmn__search__price-arrow,
.cmn__search__price-item.is-open .cmn__search__price-arrow {
    transform: rotate(180deg);
}

.cmn__search__kodawari-item {
    width: calc((100% - 22px) / 3);
}

.cmn__search__kodawari-item--wide {
    width: calc((100% - 11px) / 2);
}

.cmn__search__kodawari-link {
    display: flex;
    flex-direction: column;
    height: 124px;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    background: #fff;
    color: #373131;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
}

.cmn__search__kodawari-thumb {
    display: block;
    width: 100%;
    height: 84px;
    overflow: hidden;
}

.cmn__search__kodawari-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cmn__search__kodawari-link:hover .cmn__search__kodawari-thumb img {
    transform: scale(1.08);
}

.cmn__search__kodawari-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 6px 0;
}


/*---------------------------------------------------
ワンストップサービス
-----------------------------------------------------*/
.cmn__contents--service {
    position: relative;
    padding: 82px 0 50px;
    color: #373131;
    margin-top: 80px;
}

.cmn__contents--service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: 1262px;
    height: 79%;
    transform: translateX(-50%);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(89, 110, 42, 0.23);
    pointer-events: none;
}

.cmn__inner--service {
    position: relative;
    z-index: 1;
    width: 1140px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.cmn__inner--service::after {
    content: "";
    position: absolute;
    top: 30px;
    right: -390px;
    z-index: 0;
    width: 666px;
    height: 583px;
    border-radius: 20px 0 0 20px;
    background: url(/images/top/service__bg.webp) no-repeat center / cover;
    pointer-events: none;
}

.cmn__service__contents {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cmn__service__head {
    display: flex;
    gap: 57px;
    align-items: center;
}

.cmn__service__catch {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0;
    color: #91aa5a;
    font-size: 88px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.04em;
    white-space: nowrap;
    position: relative;
    top: -10px;
}
.cmn__service__catch span {
    font-family: "Zen Old Mincho", serif;
}
.cmn__service__catch span:last-child {
    padding-left: 0.55em;
}

.cmn__service__head-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 0;
    padding-bottom: 21px;
}

.cmn__ttl--service {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin: 0;
    color: #373131;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.cmn__contents--service [class*=cmn__ttl--] > span.cmn__ttl--service-main {
    display: block;
    color: #373131;
    font-family: "Zen Old Mincho", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
}

.cmn__contents--service .cmn__ttl--service .cmn__ttl--service-en {
    display: block;
    flex-shrink: 0;
    margin: 0;
    color: #373131;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.cmn__service__lead {
    margin: 0;
    color: #373131;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

.cmn__service__steps {
    display: flex;
    justify-content: space-between;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 1048px;
    max-width: 100%;
    margin-left: 45px;
}

.cmn__service__step {
    position: relative;
    flex-shrink: 0;
    width: 204px;
    height: 256px;
    box-sizing: border-box;
}

.cmn__service__step-body {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 20px 20px 27px;
    border: 1px solid #5f772b;
    border-radius: 10px;
    background: rgba(248, 251, 242, 0.9);
    box-sizing: border-box;
}

.cmn__service__step-num {
    margin: 0;
    color: #5f772b;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
}

.cmn__service__step-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 148px;
}

.cmn__service__step-ttl {
    margin: 0;
    min-height: 50px;
    color: #373131;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.cmn__service__step-desc {
    margin: 0;
    color: #736e6e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.cmn__service__step-line {
    position: absolute;
    left: 19px;
    bottom: 19px;
    width: 170px;
    height: 1px;
    background: #5f772b;
}

.cmn__service__step-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.cmn__service__step-icon img {
    display: block;
    width: 36px;
    height: 36px;
}

.cmn__service__appeal-list {
    display: flex;
    gap: 20px;
    align-items: stretch;
    width: 1048px;
    max-width: 100%;
    margin-left: 45px;
}

.cmn__service__appeal {
    display: flex;
    flex: 1 1 0;
    gap: 18px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 30px 30px 25px;
    border-radius: 10px;
    background: #373131;
    box-sizing: border-box;
}

.cmn__service__appeal-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}

.cmn__service__appeal-icon img {
    display: block;
    width: 80px;
    height: 80px;
}

.cmn__service__appeal-text {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.cmn__service__appeal-ttl {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #fff;
}

.cmn__service__appeal-desc {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
}


/*---------------------------------------------------
スタッフ紹介
-----------------------------------------------------*/
.cmn__section--staff {
    padding-bottom: 200px;
    background: #f2efe7;
    overflow: hidden;
}

.cmn__inner--staff {
    width: 1140px;
    margin: 0 auto;
}

.cmn__section--staff .cmn__ttl--staff {
    display: flex;
    align-items: flex-end;
    line-height: 1.5;
    margin-bottom: 50px;
    white-space: nowrap;
}

.cmn__section--staff .cmn__ttl--staff span {
    font-size: 16px;
    font-weight: 400;
}

.top-staff__slider-area {
    width: 100%;
    margin-bottom: 30px;
}

.top-staff__slider-wrap {
    overflow: hidden;
}

.top-staff__slider {
    overflow: visible;
}

.top-staff__slider--static {
    overflow: visible;
}

.top-staff__static-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.top-staff__slide {
    flex-shrink: 0;
    width: 260px;
    height: auto;
}

.top-staff__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    width: 260px;
    padding: 0 30px 30px;
    background: #fff;
    color: #222;
    text-decoration: none;
}

.top-staff__shop {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 1px 10px 0;
    background: #1e2361;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
}

.top-staff__name {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.top-staff__thumb {
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    background: #f7f7f7;
}

.top-staff__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.top-staff__card:hover .top-staff__thumb img {
    transform: scale(1.08);
}

.top-staff__comment {
    width: 100%;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(34, 34, 34, 0.4);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.top-staff__foot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.top-staff__pager {
    display: flex;
    align-items: center;
}

.top-staff__pager-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.top-staff__pager-btn span {
    display: block;
    width: 8px;
    height: 16px;
    background: url("/images/top/staff-pager-arrow.svg") no-repeat center / contain;
}

.top-staff__pager-btn--prev span {
    transform: scaleX(-1);
}

.top-staff__pager-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.top-staff__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 127px;
    padding: 10px 5px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.top-staff__more-arrow {
    display: block;
    width: 18px;
    height: 3px;
    background: url("/images/top/staff-more-arrow.svg") no-repeat center / contain;
}

.top-staff__more:hover {
    opacity: 0.7;
}


/*---------------------------------------------------
新着物件（賃貸・売買）
-----------------------------------------------------*/
.cmn__section--rental,
.cmn__section--sale {
    position: relative;
    padding: 20px 0 140px;
    overflow: hidden;
}

.cmn__inner--rental,
.cmn__inner--sale {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.top-bkn-section__bg {
    position: absolute;
    top: 0;
    height: 496px;
    background: #fff;
    pointer-events: none;
}

.top-bkn-section--rental .top-bkn-section__bg {
    right: 0;
    left: auto;
    width: calc(50% + 360px);
}

.top-bkn-section--sale .top-bkn-section__bg {
    left: 0;
    right: auto;
    width: calc(50% + 320px);
}

.top-bkn-section__layout {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.top-bkn-section__layout--reverse {
    justify-content: flex-end;
}

.top-bkn-section__head {
    display: flex;
    flex-shrink: 0;
    gap: 5px;
    margin: 0;
}

.top-bkn-section__head-rotator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 139px;
    height: 372px;
}

.top-bkn-section__head-rotator--sale {
    height: 238px;
}

.top-bkn-section__head-rotator-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: rotate(90deg);
    white-space: nowrap;
}

.top-bkn-section__head-new {
    font-family: "Abril Fatface", serif;
    font-size: 44px;
    line-height: 0.9;
    color: #222;
}

.top-bkn-section__head-main {
    font-family: "Libre Baskerville", serif;
    font-size: 120px;
    font-weight: 600;
    line-height: 0.9;
    color: #222;
}

.top-bkn-section__head-ja {
    width: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #222;
    writing-mode: vertical-rl;
}

.top-bkn-section__body {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
    padding-top: 50px;
}

.top-bkn-section__slider-wrap {
    overflow: hidden;
}

.top-bkn-section__slider {
    overflow: visible;
}

.top-bkn__slide {
    width: 320px;
    height: auto;
}

.top-bkn__slide--offset {
    padding-top: 40px;
}

.top-bkn__card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 320px;
    color: #222;
    text-decoration: none;
}

.top-bkn__visual {
    position: relative;
    width: 320px;
    height: 240px;
}

.top-bkn__thumb {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f7f7f7;
}

.top-bkn__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.top-bkn__card:hover .top-bkn__thumb img {
    transform: scale(1.08);
}

.bkn__fav-bt {
    position: absolute;
    top: 13px;
    right: 12px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 31px;
    background: url(/images/top/favorite_icn.svg) no-repeat center / cover;
}
.bkn__fav-bt.is-checked {
    background: url(/images/top/favorite_icn-on.svg) no-repeat center / cover;
}

.top-bkn__fav img {
    display: block;
    width: 100%;
    height: 100%;
}

.top-bkn__type {
    position: absolute;
    top: 191px;
    left: -15px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 5px;
    background: #fff;
    color: #1e2361;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    white-space: nowrap;
}

.top-bkn__price {
    position: absolute;
    top: 213px;
    left: -15px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    padding: 8px 9px 7px;
    background: #222;
    color: #fff;
    white-space: nowrap;
}

.top-bkn__price--sale {
    gap: 2px;
}

.top-bkn__price-main {
    display: flex;
    align-items: flex-end;
    gap: 2px;
}

.top-bkn__price-num {
    font-family: "Libre Baskerville", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.top-bkn__price-unit {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.top-bkn__price-sub {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.top-bkn__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.top-bkn__name {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.15);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-bkn__detail,
.top-bkn__address,
.top-bkn__access {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(34, 34, 34, 0.4);
}

.top-bkn__address,
.top-bkn__access {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-bkn-section__foot {
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-bkn-section__foot--end {
    justify-content: flex-end;
}

.top-bkn-section__foot--start {
    justify-content: flex-start;
}

.top-bkn-section__pager {
    display: flex;
    align-items: center;
}

.top-bkn-section__pager-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.top-bkn-section__pager-btn span {
    display: block;
    width: 8px;
    height: 16px;
    background: url("/images/top/staff-pager-arrow.svg") no-repeat center / contain;
}

.top-bkn-section__pager-btn--prev span {
    transform: scaleX(-1);
}

.top-bkn-section__pager-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.top-bkn-section__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 127px;
    padding: 10px 5px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.top-bkn-section__more-arrow {
    display: block;
    width: 18px;
    height: 3px;
    background: url("/images/top/staff-more-arrow.svg") no-repeat center / contain;
}

.top-bkn-section__more:hover {
    opacity: 0.7;
}


/*---------------------------------------------------
新着物件（セクション固有: cmn__contents--new 等）
物件一覧レイアウト（共通: cmn__bkn__*）
-----------------------------------------------------*/
.cmn__contents--new {
    position: relative;
    padding: 100px 0 80px;
    color: #fff;
}

.cmn__inner--new {
    width: 1140px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.cmn__head--new {
    margin-bottom: 15px;
}

.cmn__bkn__pager {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-shrink: 0;
}

.cmn__bkn__pager.is-static {
    display: none;
}

.cmn__bkn__slider.is-static .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cmn__bkn__pager-btn {
    position: relative;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid #373131;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.cmn__bkn__pager-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #373131;
    border-right: 1px solid #373131;
    transform: translate(-35%, -50%) rotate(-135deg);
    transition: border-color 0.25s ease;
}

.cmn__bkn__pager-btn--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.cmn__bkn__pager-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.cmn__bkn__pager-btn:not(.swiper-button-disabled):hover {
    background: #fff;
    border-color: #fff;
    opacity: 1;
}

.cmn__bkn__pager-btn:not(.swiper-button-disabled):hover::before {
    border-top-color: #798b53;
    border-right-color: #798b53;
}

.cmn__bkn__pager-dots.swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 170px;
    margin: 0;
}

.l-main .cmn__bkn__pager-dots .swiper-pagination-bullet {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #AEB59E;
    opacity: 1;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.l-main .cmn__bkn__pager-dots .swiper-pagination-bullet-active {
    background: #373131;
    transform: scale(1.15);
}

.cmn__bkn__frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.cmn__bkn__frame-line {
    width: 1200px;
    height: 20px;
    border: 1px solid #373131;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.cmn__bkn__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.cmn__bkn__slider-wrap {
    width: 100%;
    overflow: hidden;
}

.cmn__bkn__slider {
    overflow: visible;
}

.cmn__bkn__slide {
    position: relative;
    width: 277px;
    height: auto;
}

.cmn__bkn__card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 277px;
    padding: 0 0 15px;
    border: 1px solid rgba(219, 219, 219, 0.8);
    border-radius: 10px;
    background: #fff;
    color: #3d3d3d;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
}

.cmn__bkn__visual {
    position: relative;
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.cmn__bkn__thumb {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f7f7f7;
}

.cmn__bkn__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
    filter: saturate(55%) contrast(80%) brightness(110%);
}

.cmn__bkn__card:hover .cmn__bkn__thumb img {
    transform: scale(1.08);
}

.cmn__bkn__badge {
    position: absolute;
    top: 10px;
    left: 11px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 9px;
    border-radius: 6px;
    background: #fff;
    width: 49px;
    height: 23px;

}
.cmn__bkn__badge span {
    color: #3d3d3d;
    font-size: 13px;
    letter-spacing: 1.3px;
}
.cmn__bkn__fav {
    position: absolute;
    top: 14px;
    right: 13px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 31px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.cmn__bkn__fav svg {
    display: block;
    width: 34px;
    height: 31px;
    fill: #fff;
    stroke: #fff;
}

.cmn__bkn__info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 237px;
    margin: 0 auto;
}

.cmn__bkn__info-head {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.cmn__bkn__type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 0 10px;
    border-radius: 6px;
    background: #A5B87B;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    height: 25px;
}

.cmn__bkn__name {
    margin: 0;
    overflow: hidden;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cmn__bkn__detail {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.cmn__bkn__price-row {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.cmn__bkn__price em,
.cmn__bkn__price strong,
.cmn__bkn__price b {
    color: #8c9c67;
    font-style: normal;
    font-weight: 500;
}

.cmn__bkn__price span.price {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    white-space: nowrap;
    color: #CA3F03;
}
.cmn__bkn__price {
    font-weight: 500;
}
.cmn__bkn__price span,
.cmn__bkn__price small {
    color: #CA3F03;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

.cmn__bkn__spec {
    margin: 0;
    color: #6c6d6c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cmn__bkn__address,
.cmn__bkn__access {
    margin: 0;
    overflow: hidden;
    color: #6c6d6c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cmn__bkn__member-note {
    margin: 0;
    color: #6c6d6c;
    font-size: 14px;
    line-height: 1.5;
}

/*---------------------------------------------------
選ばれる5つの理由
-----------------------------------------------------*/
.cmn__contents--reason {
    position: relative;
    padding: 70px 0 100px;
}

.cmn__inner--reason {
    position: relative;
    z-index: 1;
    width: 1140px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.cmn__reason__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
}

.cmn__reason__head,
.cmn__reason__item {
    position: relative;
    width: 366px;
    height: 366px;
    box-sizing: border-box;
}

.cmn__reason__head {
    padding: 50px 40px;
    border-radius: 10px;
    overflow: visible;
    color: #fff;
}

.cmn__reason__head::before {
    content: "";
    position: absolute;
    top: -18px;
    left: -10px;
    z-index: 0;
    width: 366px;
    height: 366px;
    border-radius: 10px;
    background: #fff;
    transform: rotate(-3.21deg);
    pointer-events: none;
}

.cmn__reason__head::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 10px;
    background:url(/images/top/reason__bg.webp) no-repeat center / cover;
    pointer-events: none;
}

.cmn__ttl--reason {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 9px;
    margin: 0;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.cmn__contents--reason .cmn__ttl--reason-main {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    gap: 0;
}
.cmn__contents--reason .cmn__ttl--reason-main span {
    font-family: "Zen Old Mincho", serif;
    color: #fff;
}
.cmn__ttl--reason-main > span:first-child {
    font-size: 40px;
}

.cmn__ttl--reason-main > span:last-child:not(:only-child) {
    font-size: 40px;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #fff;
}

.cmn__ttl--reason-en {
    flex-shrink: 0;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.16em;
}

.cmn__contents--reason .cmn__inner--reason .cmn__ttl--reason > .cmn__ttl--reason-en {
    font-size: 15px;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.cmn__reason__item {
    padding: 27px 30px 50px;
    border: 1px solid rgba(219, 219, 219, 0.8);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.cmn__reason__num {
    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 1;
    margin: 0;
    color: #5f772b;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.04em;
}

.cmn__reason__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
    height: 100%;
}

.cmn__reason__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
}

.cmn__reason__icon img {
    display: block;
    width: 150px;
    height: 150px;
}

.cmn__reason__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.cmn__reason__ttl {
    margin: 0;
    color: #373131;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.cmn__reason__desc {
    margin: 0;
    color: #373131;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

/*---------------------------------------------------
おすすめ物件（セクション固有: cmn__contents--rec 等）
-----------------------------------------------------*/
.cmn__contents--rec {
    position: relative;
    padding: 100px 0 40px;
    color: #fff;
}
.cmn__head--rec {
    margin-bottom: 15px;
}
.cmn__inner--rec {
    width: 1140px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

/*---------------------------------------------------
1,500万円以下物件（セクション固有: cmn__contents--fifteen 等）
-----------------------------------------------------*/
.cmn__contents--fifteen {
    position: relative;
    padding: 40px 0 80px;
    color: #fff;
    overflow: hidden;
}
.cmn__head--fifteen {
    margin-bottom: 15px;
}
.cmn__inner--fifteen {
    position: relative;
    z-index: 1;
    width: 1140px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.cmn__ttl--fifteen {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-main .cmn__ttl--fifteen span.cmn__ttl--fifteen-num {
    letter-spacing: 0.1rem;
}
.l-main .cmn__ttl--fifteen span.cmn__ttl--fifteen-en {
    letter-spacing: 0.17rem;
}
.cmn__ttl--fifteen-main {
    display: flex;
    align-items: baseline;
    font-weight: 500;
    line-height: 1;
}

.cmn__ttl--fifteen-num {
    font-size: 36px;
    letter-spacing: 0.04em;
}

.cmn__ttl--fifteen-unit {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.cmn__contents--fifteen .cmn__ttl--fifteen-sub:last-child:not(:only-child) {
    font-size: 30px;
    letter-spacing: 0.04em;
}

.cmn__ttl--fifteen-en {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
}

.cmn__ttl--fifteen > .cmn__ttl--fifteen-main {
    font-size: inherit;
    gap: 3px;
}

.cmn__ttl--fifteen > .cmn__ttl--fifteen-en {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

/*---------------------------------------------------
会員登録4つのメリット
-----------------------------------------------------*/
.cmn__contents--merit {
    position: relative;
    padding: 100px 0 95px;
    overflow: hidden;
    background: url(/images/top/merti__bg.webp) no-repeat center / cover;
    height: 655px;
}

.cmn__inner--merit {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1140px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.cmn__ttl--merit {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    color: #fff;
}

.cmn__ttl--merit > span:first-child {
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
}

.cmn__ttl--merit > span:last-child:not(:only-child) {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.16em;
}

.cmn__merit__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.cmn__merit__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cmn__merit__item {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 270px;
    padding: 6px;
    border-radius: 9999px;
    background: #fff;
    box-sizing: border-box;
}

.cmn__merit__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: 100%;
    padding: 0 12px 12px;
    border: 1px solid #778657;
    border-radius: 9999px;
    box-sizing: border-box;
    text-align: center;
}

.cmn__merit__num {
    margin: 0;
    color: #5e4436;
    font-family: "Zen Old Mincho", serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.07em;
}

.cmn__merit__text {
    margin: 0;
    color: #373131;
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.cmn__merit__accent {
    color: #67910f;
    font-family: "Zen Old Mincho", serif;
    font-size: 24px;
    font-weight: 700;
}

.cmn__merit__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 360px;
    max-width: 100%;
    height: 70px;
    padding: 16px 54px 15px 62px;
    border: 1px solid #fff;
    border-radius: 99999px;
    background: rgba(39, 35, 35, 0.88);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.25s ease, opacity 0.25s ease;
}

.cmn__merit__btn:hover {
    background: rgba(39, 35, 35, 0.95);
    opacity: 1;
}

.cmn__merit__btn-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 99999px;
    background: #fff;
    color: #373131;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    width: 61px;
    height: 31px;
}

.cmn__merit__btn-text {
    flex-shrink: 0;
}

.cmn__merit__btn-arrow {
    position: absolute;
    right: 31px;
    top: 50%;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background-color: #fff;
    -webkit-mask: url("/images/top/new-more-arrow.svg") no-repeat center / contain;
    mask: url("/images/top/new-more-arrow.svg") no-repeat center / contain;
}

/*---------------------------------------------------
お客様の声
-----------------------------------------------------*/

.contents__bottom__wrap {
    position: relative;
}
.contents__bottom__wrap::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 2531px;
    background: url("/images/top/bg_bottom.webp") no-repeat top center / 1920px 2531px;
}

.cmn__contents--customer {
    position: relative;
    padding: 95px 0 30px;
    border-radius: 60px 60px 0 0;
    color: #fff;
    overflow: hidden;
}
.cmn__head--customer {
    margin-bottom: 14px;
}

.cmn__inner--customer {
    width: 1140px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.cmn__ttl--customer > span:first-child {
    font-size: 40px;
    letter-spacing: 0.04em;
}

.cmn__ttl--customer > span:last-child:not(:only-child) {
    letter-spacing: 0.2em;
}

.cmn__customer__card {
    display: flex;
    flex-direction: column;
    height: 297px;
    width: 277px;
    border: 1px solid rgba(219, 219, 219, 0.8);
    border-radius: 10px;
    background: #fff;
    color: #3d3d3d;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
}

.cmn__customer__visual {
    width: 100%;
    height: 185px;
}

.cmn__customer__thumb {
    display: block;
    width: 100%;
    height: 185px;
    overflow: hidden;
    background: #f7f7f7;
}

.cmn__customer__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
    filter: saturate(80%) contrast(80%) brightness(110%);
}

.cmn__customer__card:hover .cmn__customer__thumb img {
    transform: scale(1.08);
}

.cmn__customer__info {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 237px;
    margin: 0 auto;
    height: 120px;
}

.cmn__customer__name {
    margin: 0;
    overflow: hidden;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.cmn__customer__text {
    margin: 0;
    overflow: hidden;
    color: #6c6d6c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 9px;
}

/*---------------------------------------------------
更新情報
-----------------------------------------------------*/
.cmn__contents--news {
    position: relative;
    padding: 60px 0 100px;
    color: #fff;
    overflow: hidden;
}

.cmn__inner--news {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 1360px;
    max-width: calc(100% - 40px);
    min-height: 580px;
    margin: 0 auto;
    padding: 60px clamp(40px, calc((100% - 800px) / 2), 280px);
    border-radius: 9999px;
    background: url(/images/top/news__bg.webp) no-repeat center / cover;
    box-shadow: inset 0 4px 9px rgba(25, 33, 8, 0.1);
    box-sizing: border-box;
}

.cmn__head--news {
    width: 800px;
    max-width: 100%;
    margin-bottom: 0;
}

.cmn__ttl--news > span:first-child,
.cmn__ttl--news > span:last-child:not(:only-child) {
    color: #fff;
}

.cmn__ttl--news > span:first-child {
    font-size: 40px;
    letter-spacing: 0.04em;
}

.cmn__ttl--news > span:last-child:not(:only-child) {
    letter-spacing: 0.16em;
}

.cmn__head--news .cmn__more--news {
    flex-shrink: 0;
    background: #fff;
    border-color: #373131;
    color: #373131;
}

.cmn__head--news .cmn__more--news span {
    color: #373131;
}

.cmn__contents--news .cmn__more--news:hover {
    background: #373131;
    border-color: #373131;
    color: #fff;
    opacity: 1;
}

.cmn__contents--news .cmn__more--news:hover span {
    color: #fff;
}

.cmn__news__frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 800px;
    max-width: 100%;
}

.cmn__news__frame-line {
    width: 860px;
    max-width: calc(100% + 60px);
    height: 20px;
    border: 1px solid #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.cmn__news__body {
    width: 100%;
}

.cmn__news__scroll {
    height: 325px;
}

.cmn__contents--news .cmn__news__scroll .simplebar-content {
    padding-right: 20px;
}

.cmn__news__scroll .simplebar-track.simplebar-vertical {
    width: 3px;
    background: #fff;
    border-radius: 0;
}

.cmn__news__scroll .simplebar-scrollbar {
    right: 0;
    width: 3px;
}

.cmn__contents--news .cmn__news__scroll .simplebar-scrollbar::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: #b8c0a7;
    opacity: 1;
}

.cmn__news__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-right: 20px;
    color: #fff;
}

.cmn__news__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cmn__news__date {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.cmn__news__text {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cmn__news__ttl {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.cmn__news__desc {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.cmn__news__desc p {
    margin: 0;
}

.cmn__news__line {
    border: none;
    height: 1px;
    margin: 0;
    background: #fff;
}

/*---------------------------------------------------
お役立ちブログ
-----------------------------------------------------*/
.cmn__contents--blog {
    position: relative;
    padding: 80px 0 60px;
    color: #373131;
}

.cmn__contents--blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: 1258px;
    height: 100%;
    transform: translateX(-50%);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(111, 125, 82, 0.29);
    pointer-events: none;
}

.cmn__inner--blog {
    position: relative;
    z-index: 1;
    width: 1140px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.cmn__head--blog {
    margin-bottom: 20px;
}

.cmn__ttl--blog > span:first-child {
    color: #373131;
    font-size: 40px;
    letter-spacing: 0.04em;
}

.cmn__ttl--blog > span:last-child:not(:only-child) {
    color: #373131;
    letter-spacing: 0.16em;
    font-weight: 400;
}

.cmn__contents--blog .cmn__bkn__pager {
    gap: 18px;
}

.cmn__contents--blog .cmn__bkn__pager-btn:not(.swiper-button-disabled):hover {
    background: #373131;
    border-color: #373131;
}

.cmn__contents--blog .cmn__bkn__pager-btn:not(.swiper-button-disabled):hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
}

.cmn__contents--blog .cmn__bkn__frame {
    gap: 15px;
}

.cmn__contents--blog .cmn__bkn__body {
    gap: 15px;
}

.cmn__contents--blog .cmn__bkn__slide {
    width: 276px;
}

.cmn__contents--blog .cmn__bkn__slider.is-static .swiper-wrapper {
    gap: 12px;
}

.cmn__blog__card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 276px;
    padding: 0 0 28px;
    border: 1px solid rgba(219, 219, 219, 0.8);
    border-radius: 10px;
    background: #fff;
    color: #373131;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
}

.cmn__blog__visual {
    position: relative;
    width: 100%;
    height: 184px;
}

.cmn__blog__date {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 9px;
    border-radius: 6px;
    background: #fff;
    color: #373131;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
}

.cmn__blog__thumb {
    display: block;
    width: 100%;
    height: 184px;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.cmn__blog__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cmn__blog__card:hover .cmn__blog__thumb img {
    transform: scale(1.08);
}

.cmn__blog__info {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 212px;
    margin: 0 auto;
}

.cmn__blog__title {
    margin: 0;
    overflow: hidden;
    color: #373131;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

.cmn__blog__text {
    margin: 0;
    overflow: hidden;
    color: #736e6e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*---------------------------------------------------
バナーリスト（売却・リフォーム）
-----------------------------------------------------*/
.cmn__contents--banner {
    position: relative;
    padding: 97px 0 100px;
}

.cmn__contents--banner .cmn__inner--banner {
    position: relative;
    z-index: 1;
    width: 1140px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.cmn__banner__deco {
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 0;
    margin: 0;
    font-size: 120px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    color: transparent;
    white-space: nowrap;
    writing-mode: vertical-rl;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    opacity: 0.35;
    transform: translateY(-50%);
    pointer-events: none;
}

.cmn__banner__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cmn__banner__link {
    display: flex;
    width: 100%;
    height: 180px;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

.cmn__banner__visual {
    flex: 1 1 0;
    min-width: 0;
    height: 180px;
    overflow: hidden;
}

.cmn__banner__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cmn__banner__link:hover .cmn__banner__visual img {
    transform: scale(1.08);
}

.cmn__banner__body {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    width: 326px;
    height: 180px;
    padding: 36px 60px 45px;
    box-sizing: border-box;
}

.cmn__banner__link--sell .cmn__banner__body {
    background: #5F772B;
}

.cmn__banner__link--reform .cmn__banner__body {
    background: #af9174;
}

.cmn__banner__label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.cmn__banner__label-line {
    flex-shrink: 0;
    width: 10px;
    height: 1px;
    background: #fff;
}

.cmn__banner__title {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.cmn__banner__arrow {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    transition: background-color 0.35s ease, border-color 0.35s ease;
}

.cmn__banner__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 13px;
    margin: -7px 0 0 -3px;
    background-color: #fff;
    -webkit-mask: url("/images/top/new-more-arrow.svg") no-repeat center / contain;
    mask: url("/images/top/new-more-arrow.svg") no-repeat center / contain;
    transition: background-color 0.35s ease;
}

.cmn__banner__link:hover .cmn__banner__arrow {
    background: #fff;
}

.cmn__banner__link--sell:hover .cmn__banner__arrow::after {
    background-color: #596e2a;
}

.cmn__banner__link--reform:hover .cmn__banner__arrow::after {
    background-color: #af9174;
}