@charset "utf-8";

/*Zen Kaku Gothic New 500*/
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}


body {
    background-color: #FFFFFF;
    overflow-x: hidden;
}
#contents {
    width: 100%;
    padding: 0;
}
.l-main * {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    box-sizing: border-box;
    color: #282828;
}
.l-main {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
}
.main__inner {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}
.pg__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

[class*=cmn__section--] {
    padding: 129px 0;
    position: relative;
}
.title__wrap {
    margin-bottom: 52px;
}
[class*=cmn__ttl--] {
    font-family: "Allura";
    font-size: 120px;
    position: relative;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
[class*=cmn__ttl--]:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #282828;
    display: inline-block;
    position: absolute;
    bottom: 47px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
[class*=cmn__ttl--] span {
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    font-weight: 500;
}
.cmn__more {
    width: 320px;
    margin: 0 auto;
}
.cmn__more a {
    width: 320px;
    height: 60px;
    background: #FFF;
    border: 1px solid #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    transition: .3s;
}
.cmn__more a:after {
    content: "";
    display: inline-block;
    position: absolute;
    mask-image: url(/images/top/arrow__icon.svg);
    -webkit-mask-image: url(/images/top/arrow__icon.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: currentColor;
    transition: all 0.3s ease;
    width: 22px;
    height: 5px;
    right: 25px;
}
.cmn__more a:hover {
    background-color: #282828;
    color: #fff;
}

.l-main {
    background: url(/images/top/main__bg.webp) center top 0 no-repeat;
}

/*---------------------------------------------------
メイン
-----------------------------------------------------*/

.main__contents {
    background: url(../images/main__bg.webp) center top 0 no-repeat;
    height: 600px;
}
.main__title {
    padding-top: 383px;
}

/*---------------------------------------------------
新築戸建コンシェルジュが選ばれる理由
-----------------------------------------------------*/
.cmn__section--reason {
    padding: 130px 0 140px;
}
.reason__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.reason__item {
    width: 369px;
    height: 388px;
    border: 1px solid #282828;
    background-color: #fff;
}
.reason__img {
    position: relative;
}
.reason__num {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #282828;
    width: 96px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-bottom: 5px;
}
.reason__detail {
    border-top: 1px solid #282828;
    padding: 20px 20px 25px;
}
.reason__subttl {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}
.reason__text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.8px;
}

/*---------------------------------------------------
仲介手数料とは
-----------------------------------------------------*/
.cmn__section--fee {
    background: url(../images/fee__bg.webp) center top 0 no-repeat;
    padding: 125px 0 140px;
}
.cmn__ttl--fee span {
    margin-top: 35px;
}
.fee__catch {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 2.1;
    margin-bottom: 55px;
}
.fee__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fee__right {
    padding-top: 40px;
}
.simulation__ttl {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 13px;
}

.simulation__chart {
    background-color: #fff;
}
.simulation__chart th {
    background-color: #707070;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.8px;
    height: 45px;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #EDEDED;
}
.simulation__chart td {
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    letter-spacing: 0.8px;
    border-right: 1px solid #D9D9D9;
    height: 50px;
    text-align: center;
    padding: 13px 0;
}
.simulation__chart .wd-146 {
    width: 147px;
}
.simulation__chart .wd-295 {
    width: 297px;
}
.simulation__chart .wd-163 {
    width: 164px;
    border-right: none;
}
.chart__last td {
    border-bottom: none;
}
.fee__left {
    position: relative;
}
    .fee__left:after {
        content: "";
        position: absolute;
        background: url(../images/arrow.svg) no-repeat top left / contain;
        width: 24px;
        height: 7px;
        right: -56px;
        bottom: 115px;
    }

.expenses__attention {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
}
/*---------------------------------------------------
不動産購入時の諸費用
-----------------------------------------------------*/
.cmn__section--expenses {
    padding: 129px 0 140px;
}
.cmn__section--expenses .title__wrap {
    margin-bottom: 90px;
}
.cmn__ttl--expenses span {
    margin-top: 30px;
}
.expenses__list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
.expenses__item {
    position: relative;
    width: 264px;
    height: 264px;
    border: 1px solid #282828;
    padding: 18px 15px;
    background-color: #fff;
}
.expenses__item:first-child:before {
    content: "";
    position: absolute;
    background: url(../images/expenses__no.svg) no-repeat top left / contain;
    width: 264px;
    height: 264px;
    left: 0;
    top: 0px;
}
.expenses__item__attention {
    position: absolute;
    top: -38px;
    left: 40px;
    font-size: 20px;
    font-weight: 500;
}
.expenses__img {
    text-align: center;
}
.expenses__ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    margin-bottom: 10px;
    line-height: 1.7;
}
    .expenses__ttl span {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0px;
    }

.expenses__item:nth-child(5) .expenses__ttl,
.expenses__item:nth-child(6) .expenses__ttl,
.expenses__item:nth-child(7) .expenses__ttl,
.expenses__item:nth-child(8) .expenses__ttl {
    margin-bottom: 20px;
}
.expenses__item:nth-child(7) {
    padding: 18px 12px;
}
.expenses__text {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}
.--expenses02 .expenses__text {
    text-align: left;
}
.expenses__item:first-child .expenses__text {
    
padding: 0 17px;
}
/*---------------------------------------------------
仲介手数料無料の仕組み
-----------------------------------------------------*/
.cmn__section--structure {
    background: url(../images/structure__bg.webp) center top 0 no-repeat;
    padding: 127px 0 140px;
}
.structure__catch {
    text-align: center;
    font-size: 16px;
    line-height: 2.15;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
}
.structure__wrap {
    display: flex;
    gap: 0 30px;
}
.structure__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

/*---------------------------------------------------
仲介手数料無料の物件一覧
-----------------------------------------------------*/
.cmn__section--kodateall {
    padding: 128px 0 140px;
}
.cmn__section--kodateall .cmn__ttl--kodateall span {
    margin-top: 30px;
}
.cmn__section--kodateall .title__wrap {
    margin-bottom: 60px;
}
.bkn__card {
    display: block;
    width: 520px;
}
.bkn__img {
    width: 520px;
    height: 347px;
    position: relative;
    margin-bottom: 15px;
    overflow:hidden;
}
    .bkn__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .3s;
    }
.bkn__card:hover .bkn__img img{
	transform:scale(1.1);
	transition:0.3s;
}
.bkn__favorite {
    display: block;
    background: url(/images/top/icn_favorite.webp) no-repeat center / contain;
    width: 35px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.bkn__favorite.is-checked {
    background: url(/images/top/icn_favorite_on.webp) no-repeat center / contain;
}
.bkn__name {
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
}
.bkn__text__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 14px;
    margin-bottom: 8px;
}
.bkn__text {
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.3;
    display: flex;
    align-items: baseline;
}
.bkn__text__price {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.3;
}
.detail-header__cost-down {
    font-size: 14px;
    letter-spacing: 0.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 190px;
}
    .bkn__text__price span {
        font-size: 26px;
        letter-spacing: 1.3px;
        font-weight: 500;
    }
.bkn__info {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.8;
}

.swiper__btm__wrap {
    display: flex;
    align-items: flex-start;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 0;
}
.slide-pagination__wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 14px;
    height: 50px;
    margin: 0;
    z-index: 3;
    width: 320px;
    bottom: 120px;
}
.cmn__section--kodateall .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    width: auto;
    position: static;
    margin-left: 0px;
}
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    position: static;
    margin-top: initial;
    display: contents;
}
    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: unset;
    }

.swiper-pagination {
    bottom: -20px !important;
    z-index: 5;
}
    .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        border-radius: 10px;
        background-color: #C7C7C7;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        width: 9px;
        height: 9px;
        border-radius: 10px;
        background-color: #333;
        opacity: 1;
    }

    .swiper-button-next img,
    .swiper-button-prev img {
        transition: transform 0.2s ease;
    }
    
    .swiper-button-next:hover img,
    .swiper-button-prev:hover img {
        transform: scale(1.1);
    }
.cmn__section--kodateall .cmn__more {
    margin-left: auto;
    margin-top: 33px;
    margin-right: 0;
}
/*---------------------------------------------------
お問い合わせ
-----------------------------------------------------*/
.cmn__section--contact {
    background: url(/images/top/contact__bg.webp) center top 0 no-repeat;
    padding: 108px 0 138px;
}
.cmn__ttl--contact,
.cmn__ttl--contact span {
    text-align: center;
    color: #fff;
}
.cmn__section--contact .title__wrap {
    margin-bottom: 55px;
}
.cmn__ttl--contact {
    text-align: center;
    line-height: 1.1;
}
.cmn__ttl--contact:after {
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #fff;
}
.contact__list {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
[class*=contact__item--] {
    height: 150px;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #282828;
}
[class*=contact__item--] a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    width: 259px;
    height: 150px;
    background-size: 100%;         /* 初期サイズ */
    background-position: center;
    z-index: 1;
    position: relative;
}
[class*=contact__item--] a::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: -1; /* 背景を後ろに */
}

[class*=contact__item--] a:hover::before {
    transform: scale(1.1);
    opacity: 0.9; /* 少しフェード感を出す */
}
.contact__item--02 a::before {
    background-image: url(/images/top/contact__bg02.webp);
}
.contact__item--03 a::before {
    background-image: url(/images/top/contact__bg03.webp);
}
.contact__item--04 a::before {
    background-image: url(/images/top/contact__bg04.webp);
}


.contact__item--01 {
    background: rgba(255, 255, 255, 0.70);
    padding: 28px 28px 28px 29px;
    border: 1px solid #282828;
    width: 303px;
}
.contact__tel {
    font-size: 36px;
    letter-spacing: 1.7px;
    padding-left: 30px;
    line-height: 1.4;
    position: relative;
}
.contact__tel:before {
    content: "";
    position: absolute;
    background: url(/images/top/tel__icon.svg) no-repeat top left / contain;
    width: 25px;
    height: 26px;
    left: 0;
    bottom: 10px;
}
.contact__info {
    display: flex;
    align-items: center;
    width: 180px;
    margin: 0 auto;
    gap: 0;
}
.contact__info dt {
    font-size: 14px;
    width: 57px;
}
.contact__info dd {
    font-size: 14px;
    width: 120px;
}

