@charset "UTF-8";

/*
 * CRM LP — FV は follow.css と同じ差分
 * 共通FV（背景・タイポ・SPの縦積みなど）は appointment.css をそのまま使用
 */

.crm-fv {
    gap: 0;
}

.crm-fv .appointment__fv-left {
    max-width: 528px;
    flex-shrink: 0;
}

.crm-fv .appointment__fv-right,
.crm-fv-right {
    flex: 0 0 704px;
    width: 704px;
    max-width: 704px;
    height: auto;
    flex-grow: 0;
    margin: 0 0 0 auto;
    aspect-ratio: auto;
    overflow: visible;
}

.crm-fv .appointment__fv-right img,
.crm-fv-right img {
    position: relative;
    top: auto;
    left: auto;
    right: 0;
    display: block;
    width: 704px;
    min-width: 704px;
    max-width: none;
    height: auto;
    object-fit: cover;
    object-position: right center;
}

@media (max-width: 1191px) {
    .crm-fv .appointment__fv-left {
        flex-shrink: 0;
        margin: 0 auto;
    }
}

@media (max-width: 960px) {
    .appointment__fv.crm-fv {
        align-items: stretch;
        height: 800px;
        gap: 24px;
    }

    .appointment__fv.crm-fv .appointment__fv-right,
    .appointment__fv.crm-fv .crm-fv-right {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        aspect-ratio: auto;
        height: calc(740px * 464 / 704);
    }

    .appointment__fv.crm-fv .appointment__fv-right img,
    .appointment__fv.crm-fv .crm-fv-right img {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        width: 740px;
        min-width: 0;
        object-fit: contain;
        object-position: right bottom;
        margin: 0 0 0 auto;
    }
}

@media (max-width: 768px) {
    .appointment__fv.crm-fv .appointment__fv-right img,
    .appointment__fv.crm-fv .crm-fv-right img {
        width: 740px;
        left: 20px;
        right: 0;
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 600px) {
    .appointment__fv.crm-fv .appointment__fv-right,
    .appointment__fv.crm-fv .crm-fv-right {
        height: calc(670px * 464 / 704);
    }

    .appointment__fv.crm-fv .appointment__fv-right img,
    .appointment__fv.crm-fv .crm-fv-right img {
        width: 700px;
        left: 20px;
        right: 0;
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 550px) {
    .appointment__fv.crm-fv .appointment__fv-right,
    .appointment__fv.crm-fv .crm-fv-right {
        height: calc(600px * 464 / 704);
    }

    .appointment__fv.crm-fv .appointment__fv-right img,
    .appointment__fv.crm-fv .crm-fv-right img {
        width: 600px;
        left: 20px;
        right: 0;
        top: auto;
        bottom: 0;
        margin-left: auto;
    }
}

@media (max-width: 375px) {
    .appointment__fv.crm-fv .appointment__fv-right,
    .appointment__fv.crm-fv .crm-fv-right {
        height: calc(478.5 * 464 / 704 * var(--vw));
    }

    .appointment__fv.crm-fv .appointment__fv-right img,
    .appointment__fv.crm-fv .crm-fv-right img {
        width: calc(478.5 * var(--vw));
        left: calc(20 * var(--vw));
        right: 0;
        top: auto;
        bottom: 0;
    }
}

.crm-lp .point-table__cell--other {
    padding: 10px 0;
}

.crm-lp .point-table__head--empty,
.crm-lp .point-table__row-head {
    width: 280px;
}

.crm-lp .point-table__head--other {
    flex-direction: column;
    padding: 24px 0;
}

.crm-lp .point-table__head--other-title {
    font-family: Hiragino Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
    letter-spacing: 0;
    text-align: center;
}

.crm-lp .point-table__head--other-desc {
    font-family: Hiragino Sans;
    font-weight: 600;
    font-size: 12px;
    line-height: calc(20 / 14);
    letter-spacing: 0;
    text-align: center;
}

.crm-lp .appointment__problem-item {
    background-color: #ffffff;
}

.crm-lp .appointment__problem-item::before {
    background-image: url('../img/crm/problem-deco.svg');
}

@media (max-width: 375px) {
    .crm-lp .point-table__cell--other {
        padding: calc(10 * var(--vw)) 0;
    }

    .crm-lp .point-table__head--empty,
    .crm-lp .point-table__row-head {
        width: calc(280 * var(--vw));
    }
}
