@charset "utf-8";

.p-construction-detail__main-image {
    object-fit: contain;
}

.p-construction__items {
    width: 100%;
}

li.p-construction__item.p-card {
    min-width: 0;
}

/* PC */
@media screen and (min-width: 768px) {
    .kv {
        height: 53vw;
        position: relative;
        overflow: hidden;
    }

    .kv-inner {
        margin: 0 auto;
        width: 132%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .l-cta {
        margin-top: -5.6875rem;
    }

    .p-header__content {
        padding-top: 1.1rem;
    }

    .p-subsidy__title {
        font-size: 36px;
        text-align: center;
        padding: 0 10px;
    }

    .p-subsidy__info {
        max-width: 93%;
    }

    .p-subsidy__right {
        padding: 4.0265rem 1rem 3.875rem;
    }

    .p-subsidy__text {
        padding-left: 19%;
        max-width: 540px;
    }

    .p-subsidy__button {
        margin-left: 26%;
    }

    .p-form__privacy {
        margin-left: 19.625rem;
        margin-top: 1.125rem;
    }

    .p-form__privacy-box {
        margin: 0;
    }

    .p-form__checkbox {
        max-width: 31.4375rem;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .kv {
        margin-top: 60px;
    }

    .kv-inner {
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        height: 560px;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .kv-inner img {
        object-fit: cover;
        height: 100%;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .p-header__divider--sp {
        display: none;
    }

    .p-subsidy__title {
        font-size: 23px;
    }
}