@charset "UTF-8";

/*Noto Serif JP 400*/
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}

/*Noto Serif JP 500*/
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

/*Noto Serif JP 600*/
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-SemiBold.woff2);
    font-weight: 600;
    font-display: swap;
}

/*Noto Serif JP 700*/
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

/* reset */
body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

#contents {
    width: 100%;
    padding: 0;
}

.h1_section {
    display: none;
}

.breadcrumbs {
    display: none;
}

/* outline */
.l-page * {
    font-family: "Noto Serif JP", serif;
    color: #555555;
    letter-spacing: 0.05em;
}

.l-page {
    overflow: hidden;
    background-color: #FFFFFF;
}

/* 共通 */
.ui__wrap {
    padding-block: 140px 0;
}

.ui__inner {
    width: 1140px;
    margin: 0 auto;
}

.ui__ttl {
    font-size: 38px;
    font-weight: 600;
    color: #013366;
    margin-bottom: 50px;
    line-height: 1.447368421052632;
}

.ui__ttl span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #4FBBD3;
    margin-top: 20px;
    letter-spacing: 0.2em;
    line-height: 1.428571428571429;
}


/* swiper共通 */
/* 矢印カスタマイズ */
.slide_bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
    /*ここでデフォルトの矢印を上書き*/
}

.swiper-button-prev,
.swiper-button-next {
    width: 60px;
    height: 30px;
}

.swiper-button-prev {
    background: url(/pg-naka-sell/images/icon_prev.webp) no-repeat center / cover;
    left: -71px;
}

.swiper-button-next {
    background: url(/pg-naka-sell/images/icon_next.webp) no-repeat center / cover;
    right: -71px;
}

/* ページネーションカスタマイズ */
.slide_bottom {
    .swiper-pagination {
        position: relative;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #CCCCCC;
        opacity: 1;
        margin: 0 10px !important;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background: #4FBBD3;
    }
}

/*　メイン画像 */
.mainCatch.ui-full-screen img {
    width: 100%;
    height: 100%;
}
.mainCatch {
    margin-bottom: 0;
}

/*　相場 */
.market__wrap {
    position: relative;
    z-index: 1;
    padding: 100px 0 101px;
}

.market__list--tab {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.market__tab--item a {
    width: 280px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #FFFFFF;
}

.market__tab--item.active {
    background-color: #013366;
}

[class*="market__item--"] {
    display: none;
}

[class*="market__item--"].is-active {
    display: block;
}

[class*="market__item--"]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2184px;
    top: 0;
    z-index: -1;
}

.market__item--mansion:before {
    background: url(/pg-naka-sell/images/bg_mansion.webp) center / cover no-repeat;
    height: 2238px;
}

.market__item--house:before {
    background: url(/pg-naka-sell/images/bg_house.webp) no-repeat top / cover;
    min-height: 2249px;
}

.market__item--land:before {
    background: url(/pg-naka-sell/images/bg_land.webp) no-repeat top / cover;
    min-height: 2250px;
}

.market__inner--item {
    background: transparent;
    padding: 55px 60px 20px;
    background: transparent;
    backdrop-filter: blur(5px) brightness(1.38);
    --webkit-backdrop-filter: blur(5px) brightness(1.38);
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(5px);
}

.market__content--item {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 39px;
    margin-bottom: 50px;
}

.market__content--item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.market__ttl {
    font-size: 28px;
    font-weight: 600;
    color: #013366;
    margin-bottom: 27px;
    line-height: 1.428571428571429;
}

.market__ttl span {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #4FBBD3;
    display: block;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.428571428571429;
    font-family: serif;
}

.market__ttl span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #4FBBD3;
    left: 0;
    top: 10px;
}

[class*="market__ttl--text"] {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin-bottom: 31px;
    line-height: 1.875;
}

.market__img--wrapper {
    position: relative;
}

.market__img--wrapper .average__update--text {
    position: absolute;
    bottom: 0;
    right: 0;
}

.average__list {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.average__item {
    width: 240px;
    height: 100px;
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
}

.average__text--item {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.25;
}

.average__price--item {
    font-size: 16px;
    font-weight: 500;
    color: #555555;
}

.average__price--item span {
    font-size: 32px;
    font-weight: 500;
    color: #C60036;
    line-height: 1.4;
}

.average__update--text {
    font-size: 13px;
    font-weight: 500;
    color: #555555;
    text-align: right;
}

[class*="market__img"] {
    margin-bottom: 11px;
}

.market__img--area {
    margin-bottom: 20px;
}

/*　名東トラスト不動産の査定で高値査定の実績多数!!  */
.results__list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(555px, 1fr));
}

/*　お客様のお悩みと解決提案事例 */
.solutions__content {
    position: relative;
    width: 1140px;
    padding: 1px 0 0;
}

.solutions__item {
    width: 1140px;
    border-block: 1px solid #4FBBD3;
    padding-block: 60px;
    margin-bottom: 68px;
}

.solutions__detail {
    display: flex;
    padding: 0 0 0 1px;
    align-items: center;
}

.solutions__case {
    font-size: 30px;
    font-weight: 500;
    color: #4FBBD3;
    margin: 0px 30px 7px 0;
    line-height: 1.25;
    letter-spacing: 0;
}

.solutions__case span {
    display: block;
    font-size: 48px;
    font-weight: 500;
    color: #4FBBD3;
    text-align: center;
    line-height: 1.041666666666667;
    letter-spacing: 0;
}

.solutions__img {
    margin-right: 40px;
}

.solutions__textbox {
    margin-top: 5px;
}

.solutions__textbox dt {
    font-size: 24px;
    font-weight: 600;
    color: #013366;
    margin-bottom: 12px;
    line-height: 1.458333333333333;
}

.solutions__textbox dd {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
}

/*　名東トラスト不動産の売却査定のメリットと選ばれる3つの理由  */
.choose__wrap {
    padding-block: 155px 0;
}

.choose__list {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.choose__item {
    width: 360px;
    height: 207px;
    display: flex;
    justify-content: center;
    background-color: #DCF1F6;
}

.choose__detail {
    padding: 33px 0 0 0;
}

.choose__num {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #4FBBD3;
    margin-bottom: 22px;
    text-align: center;
    letter-spacing: 0;
}

.choose__num span {
    display: block;
    font-size: 32px;
    font-weight: 500;
    color: #4FBBD3;
    letter-spacing: 0;
    margin: 0px 0 0;
    line-height: 1;
}

.choose__text {
    font-size: 20px;
    font-weight: 600;
    color: #013366;
    margin-bottom: 6px;
    text-align: center;
    line-height: 1.45;
}

.choose__day {
    font-size: 13px;
    letter-spacing: 0;
}

[class*="reasons__item--"] {
    position: relative;
    display: flex;
    height: 400px;
    margin-bottom: 70px;
}

[class*="reasons__item--"]:nth-child(odd) {
    flex-direction: row-reverse;
}

[class*="reasons__item--"]:last-child {
    margin-bottom: 0;
}

[class*="reasons__item--"]:before {
    content: "";
    position: absolute;
    display: block;
    width: 980px;
    height: 400px;
}

.reasons__item--01:before {
    background: url(/pg-naka-sell/images/img_reason01.webp) no-repeat center / cover;
    left: -390px;
}

.reasons__item--02:before {
    background: url(/pg-naka-sell/images/img_reason02.webp) no-repeat center / cover;
    right: -389px;
}

.reasons__item--03:before {
    background: url(/pg-naka-sell/images/img_reason03.webp) no-repeat center / cover;
    left: -390px;
}

.reasons__detail {
    width: 510px;
    padding-top: 90px;
}

.reasons__item--03 .reasons__detail {
    padding-top: 96px;
}

.reasons__ttlbox {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 17px;
}

.reasons__item--03 .reasons__ttlbox {
    margin-bottom: 10px;
}

.reasons__num {
    font-size: 18px;
    font-weight: 500;
    color: #4FBBD3;
    line-height: 1;
    position: relative;
    bottom: 2px;
    letter-spacing: 0;
}

.reasons__num span {
    font-size: 32px;
    font-weight: 500;
    color: #4FBBD3;
    display: block;
    line-height: 1;
    padding: 3px 0 0;
    letter-spacing: 0;
}

.reasons__ttl {
    font-size: 24px;
    font-weight: 600;
    color: #013366;
}

.reasons__text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    line-height: 1.875;
}

.reasons__bottom--text {
    font-size: 13px;
    font-weight: 600;
    line-height: 2.307692307692308;
}

/* 不動産売却の流れ */
.flow__ttl {
    margin-bottom: 19px;
}

/* 不動産売却のプラン */
.flow__list {
    display: flex;
    gap: 20px;
    margin-bottom: 33px;
}

.flow__item {
    width: 270px;
}

.flow__ttl--item {
    position: relative;
    width: 270px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #013366;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.flow__ttl--item:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/pg-naka-sell/images/icon_arrow.webp) no-repeat center / cover;
    width: 14px;
    height: 27px;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.flow__textbox {
    width: 270px;
    height: 187px;
    background-color: #DCF1F6;
    padding: 18px 20px 17px;
}

.flow__textbox dt {
    font-size: 20px;
    font-weight: 600;
    color: #C60036;
    text-align: center;
    margin-bottom: 6px;
}

.flow__textbox dd {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.866;
}

.flow__text--bottom {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

/* お客様の声 */
.customer__wrap {
    padding-block: 139px 0;
}

.customer__content {
    position: relative;
    width: 1140px;
}

.customer__item {
    width: 1000px;
    border-block: 1px solid #4FBBD3;
    padding-block: 40px;
    margin-bottom: 56px;
    height: 362px;
}

.customer__detail {
    display: flex;
    align-items: center;
}

.customer__img {
    margin-right: 40px;
}

.customer__textbox {
    width: 680px;
    margin-top: 5px;

}

.customer__textbox dt {
    font-size: 20px;
    font-weight: 600;
    color: #4FBBD3;
    margin-bottom: 12px;
    line-height: 1.45;
}

.customer__textbox dd {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.875;
    color: #555555;
}

/* 成約実績 */
.history__wrap {
    padding-block: 153px 15px;
}

.history__content {
    position: relative;
    padding: 0 0px 73px 0;
}

.history__item {
    width: 320px !important;
}

.history__img {
    width: 320px;
    height: 213px;
    margin-bottom: 17px;
}

.history__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #eceff1;
}

.history__name {
    font-size: 20px;
    font-weight: 600;
    color: #013366;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.history__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.slide_button--btn {
    position: relative;
}

.slide_button--btn a {
    width: 210px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #013366;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: -37px;
    right: 0;
    padding-right: 10px;
}

.slide_button--btn a:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/pg-naka-sell/images/btn_arrow.webp) no-repeat center / contain;
    width: 8px;
    height: 12px;
    right: 20px;
}

.slide_bottom--history {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;

    .swiper-pagination {
        position: relative;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #CCCCCC;
        opacity: 1;
        margin: 0 10px !important;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background: #4FBBD3;
    }

    &.is-nav-hidden {
        .swiper-button-next,
        .swiper-button-prev,
        .swiper-pagination {
            display: none;
        }
    }
}

/* よくある質問 */
.qa__wrap {
    padding-block: 138px 0;
}

.qa__detail {
    border-bottom: 1px solid #CCCCCC;
    padding: 43px 0 35px 0;
}

.qa__detail:first-of-type {
    border-top: 1px solid #CCCCCC;
}

.qa_question {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #013366;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    padding-left: 45px;
    line-height: 1.3;
}

.qa_question:before {
    content: "Q";
    position: absolute;
    font-size: 32px;
    font-weight: 500;
    color: #013366;
    left: 0;
    top: -11px;
}

.qa_question:after {
    content: "";
    position: absolute;
    background: url(/pg-naka-sell/images/icon_open.webp) no-repeat center / contain;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    transition: transform 1s;
    right: 0;
    margin: auto;
    top: 50%;
}

/* アイコン切り替え */
details[open] .qa_question:after {
    background: url(/pg-naka-sell/images/icon_close.webp) no-repeat center / contain;
}

.qa_answer--text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    padding-left: 44px;
}

/* エリア情報 */
.area__wrap {
    padding-block: 137px 0;
}

.area__detail {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.area__textbox {
    background: #DCF1F6;
    padding: 32px 30px 26px;
}

.area__textbox h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #013366;
    margin: 0 0 10px;
    font-weight: 500;
}

.area__textbox p {
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
    font-weight: 500;
}

/* お問い合わせ */
.contact__contents {
    background: url(/pg-naka-sell/images/bg_contact.webp) no-repeat center / cover;
    width: 100%;
    height: 622px;
    padding: 82px 0 60px;
}

.contact__inner {
    background: transparent;
    backdrop-filter: blur(5px) brightness(2);
    --webkit-backdrop-filter: blur(5px) brightness(2);
    height: 474px;
    padding: 61px 60px 60px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
}

.ui__ttl.contact__ttl {
    text-align: center;
    margin-bottom: 26px;
}

.contact__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    text-align: center;
    margin-bottom: 25px;
}

.contact__info--item {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 27px;
}

.contact__infobox {
    width: 321px;
}

.contact__webbox {
    width: 280px;
}

[class*="contact__ttl--info--"] {
    font-size: 22px;
    font-weight: 500;
    color: #C60036;
    letter-spacing: 0;
}

.contact__ttl--info--tel {
    padding-left: 26px;
    margin-bottom: 6px;
}

.contact__ttl--info--web {
    text-align: center;
    margin-bottom: 14px;
}

.contact__ttl--info--web span {
    font-size: 22px;
    font-weight: bold;
    color: #C60036;
}


.contact__tel--info {
    position: relative;
    font-size: 42px;
    font-weight: bold;
    color: #013366;
    letter-spacing: 0em;
    padding: 0px 0 0 5px;
}

.contact__tel--info:before {
    content: "";
    position: absolute;
    background: url(/pg-naka-sell/images/icon_tel.webp) no-repeat center / cover;
    width: 40px;
    height: 40px;
    top: 13px;
    left: -42px;
}

.contact__web--info a {
    position: relative;
    width: 280px;
    height: 50px;
    border-radius: 4px;
    background-color: #013366;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 35px;
}

.contact__web--info a:before {
    content: "";
    position: absolute;
    background: url(/pg-naka-sell/images/btn_arrow.webp) no-repeat center / cover;
    width: 8px;
    height: 12px;
    right: 20px;
}

.contact__daybox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.contact__text--info {
    font-size: 14px;
    font-weight: 500;
}


/* テンプレの来店予約 */
.reservation-side-link {
    height: 177px;
    top: 182px;
}

.reservation-side-link-text {
    letter-spacing: 0.198em;
}

.reservation-side-link-text:before {
    bottom: 42px;
}

/* フロートバナー */
.sell__wrap--float {
    position: fixed;
    top: 365px;
    right: 0;
    z-index: 2;
}

.sell__item--float:not(:last-child) {
    margin-bottom: 5px;
}

.float__content--info {
    position: fixed;
    background: url(/pg-naka-sell/images/bg_float.webp) no-repeat center / cover;
    width: 305px;
    height: 99px;
    padding: 6px 22px 20px;
    top: 590px;
    z-index: 2;
    right: 74px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s ease;
}

.float__content--info.is-show {
    visibility: visible;
    opacity: 1;
}

.float__tel {
    font-family: "Noto Serif JP", serif;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #013366;
    padding-left: 32px;
    display: flex;
    align-items: center;
}

.float__tel:before {
    content: "";
    position: absolute;
    background: url(/pg-naka-sell/images/float_tel.webp) no-repeat center / cover;
    width: 30px;
    height: 30px;
    top: 12px;
    left: 1px;
}

.float__day--text {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}