@charset "utf-8";

/* =========================================
   sell-flow.css — 売却の流れ（PC）
   Figma: 24363:118448 株式会社常口アトム様【不動産売却PC】
   ========================================= */

#content {
    width: 100%;
}

#contents {
    width: 100%;
    padding-bottom: 0;
}

.sell-flow {
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 0;
}

/* ----- メインビジュアル ----- */
.sell-flow .mv--sell-flow {
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0;
    overflow: hidden;
}

.sell-flow .mv--sell-flow .mv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sell-flow .mv--sell-flow .mv__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sell-flow .mv--sell-flow .mv__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* ----- カンタン無料査定 ----- */
.sell-flow .assessment {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0 30px;
    background-color: #ffffff;
}

.sell-flow .assessment__inner {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.sell-flow .assessment__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 78px 30px 60px;
    background-color: #ecf6ec;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

.sell-flow .assessment__headline {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 60px;
    z-index: 2;
}

.sell-flow .assessment__headline-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #000000;
}

.sell-flow .assessment__headline-en {
    margin: 6px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #d83c3c;
}

.sell-flow .assessment__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 68px 63px 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sell-flow .assessment__form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    width: 100%;
}

.sell-flow .assessment__field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 395px;
    max-width: 100%;
}

.sell-flow .assessment__label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sell-flow .assessment__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 55px;
    height: 19px;
    padding: 3px 8px 4px;
    background-color: #56a856;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    box-sizing: border-box;
}

.sell-flow .assessment__label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
}

.sell-flow .assessment__control {
    position: relative;
    width: 100%;
}

.sell-flow .assessment__select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 15px 30px 15px 13px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #f4f4f4;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.sell-flow .assessment__select:focus {
    outline: none;
    border-color: #56a856;
}

.sell-flow .assessment__chevron {
    position: absolute;
    top: -6px;
    bottom: 0;
    right: 19px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #56a856;
    border-bottom: 1px solid #56a856;
    transform: rotate(45deg);
    pointer-events: none;
}

.sell-flow .assessment__btn {
    margin-top: 30px;
}

.sell-flow .top-satei__btn.assessment__btn.is-disabled {
    pointer-events: none;
    background: var(--color-primary-grayscale-gray);
    border-color: var(--color-primary-grayscale-gray);
    box-shadow: none;
}

.sell-flow .top-satei__btn.is-disabled::before {
    background: url(/images/pc/buy/icon_satei-disabled.svg) no-repeat center center / contain;
}

.sell-flow .top-satei__btn {
    position: relative;
}

.sell-flow button.top-satei__btn {
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.sell-flow .top-satei__btn.assessment__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 340px;
    min-height: 70px;
    margin-top: 10px;
    padding: 18px 34px 18px 30px;
    gap: 10px;
    border: none;
    border-radius: 6px;
    background: #d83c3c;
    box-shadow: 0 2px 1.5px rgba(38, 50, 56, 0.2);
}

.sell-flow .top-satei__btn.assessment__btn::before {
    content: "";
    flex-shrink: 0;
    width: 20px;
    height: 24px;
    background: url(/images/pc/buy/icon_satei.svg) no-repeat center center / contain;
}

.sell-flow .top-satei__btn.assessment__btn.is-disabled::before {
    background: url(/images/pc/buy/icon_satei-disabled.svg) no-repeat center center / contain;
}

.sell-flow .top-satei__btn.assessment__btn.flow-step__btn::before {
    content: none;
}

.sell-flow .top-satei__btn.assessment__btn .ui-more-btn__text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}

.sell-flow .top-satei__btn.assessment__btn.is-disabled .ui-more-btn__text {
    color: var(--color-text-gray);
}

.sell-flow .top-satei__btn.assessment__btn .ui-more-btn__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.sell-flow .top-satei__btn.assessment__btn.is-disabled .ui-arrow-triangle--white {
    fill: var(--color-text-gray);
}

.sell-flow .top-satei__btn.assessment__btn .ui-more-btn__arrow svg {
    width: 12px;
    height: 18px;
}

/* ----- 不動産売却完了までの流れ ----- */
.sell-flow .flow {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0 60px;
    overflow-x: visible;
}

.sell-flow .flow__inner {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow-x: visible;
}

.sell-flow .flow__headline {
    text-align: center;
}

.sell-flow .flow__headline-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #000000;
}

.sell-flow .flow__headline-en {
    margin: 6px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #d83c3c;
}

.sell-flow .flow__lead {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #333333;
    text-align: center;
}

.sell-flow .flow__lead-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}

.sell-flow .flow__lead-accent {
    color: #d83c3c;
    font-weight: 500;
}

/* ----- 概要マップ（5列 × 2行） ----- */
.sell-flow .flow__map {
    position: relative;
    width: 100%;
    overflow: visible;
}

.sell-flow .flow__map-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.sell-flow .flow__map-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 212px;
    height: 106px;
    padding: 14px 10px 16px;
    background-color: #ecf6ec;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    text-align: center;
    color: inherit;
    text-decoration: none;
}

.sell-flow .flow__map-item:hover {
    transform: translateY(4px);
}

.sell-flow .flow__map-item:focus-visible {
    outline: 2px solid #56a856;
    outline-offset: 2px;
}

.sell-flow .flow-step[id],
.sell-flow #sell-flow-assessment-heading {
    scroll-margin-top: 10px;
}

.sell-flow .flow__map-num {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #56a856;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
}

.sell-flow .flow__map-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #000000;
}

.sell-flow .flow__map-text--bold {
    font-weight: 500;
}

.sell-flow .flow__map-lines {
    position: absolute;
    top: 54px;
    left: 50%;
    width: 1920px;
    max-width: none;
    height: 126px;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
}

.sell-flow .flow__map-line {
    position: absolute;
    height: 1px;
    background-color: #56a856;
}

/* Figma: 1行目 左70px〜、2行目 画面左端〜 */
.sell-flow .flow__map-line--1 {
    top: 0;
    right: 0;
    width: 1460px;
}

.sell-flow .flow__map-line--2 {
    top: 125px;
    left: 0;
    width: 1455px;
}

.sell-flow .flow__map-line--3,
.sell-flow .flow__map-line--4 {
    display: none;
}

.sell-flow .flow__illustration {
    position: absolute;
    right: 0;
    bottom: -104px;
    width: 179px;
    height: 75px;
    z-index: 2;
    pointer-events: none;
}

.sell-flow .flow__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ----- 詳細ステップ ----- */
.sell-flow .flow__steps {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sell-flow .flow-step {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 14px;
}

.sell-flow .flow-step--last {
    padding-bottom: 0;
}

.sell-flow .flow-step__head {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sell-flow .flow-step__num {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #56a856;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
}

.sell-flow .flow-step__title {
    margin: 0;
    flex: 1;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #333333;
}

.sell-flow .flow-step__title-strong {
    font-size: 22px;
    font-weight: 500;
}

.sell-flow .flow-step__body {
    margin-top: 8px;
    margin-left: 44px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
}

.sell-flow .flow-step__text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
}

.sell-flow .flow-step__line {
    position: absolute;
    top: 10px;
    left: 17px;
    bottom: -10px;
    width: 1px;
    background-color: #56a856;
    z-index: -1;
}

.sell-flow .flow-step--last .flow-step__line {
    display: none;
}

/* ----- フロー末尾 CTA ----- */
.sell-flow .flow-step__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 340px;
    min-height: 70px;
    margin: 40px auto 0;
    padding: 18px 34px;
    border: none;
    border-radius: 6px;
    background: #d83c3c;
    box-shadow: 0 2px 1.5px rgba(38, 50, 56, 0.2);
}

.sell-flow .flow-step__btn .ui-more-btn__text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    padding-left: 0;
}

.sell-flow .flow-step__btn .ui-more-btn__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.sell-flow .flow-step__btn.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* フロートバナー（店舗一覧 / 無料査定依頼） */
.sell-flow + .bkn__float .bkn__float-btn--contact .bkn__float-btn-text {
    color: #ffffff;
}
