
.acq-hdg-l1-mv {
    display: block;
    position: relative;
    background-color: transparent;
}

.acq-hdg-l1-mv_cta {
    background-color: transparent;
    padding-inline: 20px;
}

/* cp-mv */
.cp-mv {
    position: relative;
    width: 100%;
    background-image: url("/cp/kaikei-next-2510/img/mv-img-02.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
    padding: 60px 0 32px;
}

.cp-mv h1 {
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .cp-mv {
        background-image: url("/cp/kaikei-next-2510/img/mv-img-02-sp.svg");
    }
}

/* cp-label-text */
.cp-label-text {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 80px 0 48px;
}

.cp-label-text .acq-icon-label {
    flex-shrink: 0;
    color: #24a939;
    background-color: #dcf2e7;
    margin: 0;
}

@media only screen and (max-width: 640px) {
    .cp-label-text {
        margin: 24px 0;
    }

    .cp-label-text .acq-icon-label {
        padding: 4px 12px;
    }
}

/* cp-bg */
.cp-bg {
    background-color: #e5f4ec;
    padding-top: 120px !important;
}

.cp-bg + .acq-content-area {
    padding-top: 80px !important;
}

@media only screen and (max-width: 640px) {
    .cp-bg {
        padding-top: 48px !important;
    }

    .cp-bg + .acq-content-area {
        padding-top: 48px !important;
    }
}

/* cp-form */
.cp-form {
    display: flex;
    justify-content: center;
}

.cp-form .mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton {
    --padding: 16px;
    --color-main: #f06575;
    --color-main-hover: #f20039;
    --color-sub: #fff;

    position: relative;
    display: inline-block;
    min-width: min(100%, 336px);
    height: 100% !important;
    padding: var(--padding) calc(var(--padding) + 24px);
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
    border-radius: 8px;
    color: var(--color-sub);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.cp-form .mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton:is(:hover, :active, :focus-visible) {
    --color-main: var(--color-main-hover);

    background-image: none;
}

.cp-form .mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton::before,
.cp-form .mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton::after {
    display: block;
    content: "";
    position: absolute;
    inset: 0 var(--padding) 0 auto;
    width: 20px;
    height: 20px;
    margin: auto;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.cp-form .mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton::before {
    background-color: var(--color-sub);
    border-radius: 50%;
}

.cp-form .mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton::after {
    background-color: var(--color-main);
    mask: url("/common_a/img/acquisition/general/mask/angle-right.svg") no-repeat center;
    -webkit-mask: url("/common_a/img/acquisition/general/mask/angle-right.svg") no-repeat center;
}

.cp-form .mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton:is(:hover, :active, :focus-visible)::before,
.cp-form .mktoForm .mktoButtonWrap.mktoBluePill button.mktoButton:is(:hover, :active, :focus-visible)::after {
    transform: translateX(4px);
}

.cp-form .mktoFormRow {
    width: fit-content;
    margin: 0 auto !important;
}

.cp-form .mktoFormCol {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

/*
cp-btn-lyt_left
 ----------------------------------------------- */
.cp-btn-lyt_left {
    margin: 0 auto 0 0;
    min-width: 336px;
}

@media only screen and (max-width: 640px) {
    .cp-btn-lyt_left {
        min-width: unset;
    }
}

/*
cp-hdg-l3
 ----------------------------------------------- */
.cp-hdg-l3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
}

@media only screen and (max-width: 640px) {
    .cp-hdg-l3 {
        font-size: 18px;
    }
}

/*
cp-media-lyt_hdg
 ----------------------------------------------- */
.cp-media-lyt_hdg {
    margin-bottom: 24px;
    font-size: 16px;
}

/*
cp-box-wrapper
 ----------------------------------------------- */
.cp-box-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

/*
-cp-media-lyt
 ----------------------------------------------- */
.-cp-media-lyt {
    align-items: center;
}

/*
cp-row-sp
 ----------------------------------------------- */
.cp-row-sp {
    flex-direction: column;
}

/*
cp-faq
 ----------------------------------------------- */
.cp-faq {
    margin-bottom: var(--acq-spacing-md);
}

.cp-faq_item {
    --padding-block: 24px;
    --padding-inline: 76px;
    --inset-inline-icon: 40px;
    --fs-icon: 2.4rem;

    position: relative;
    margin-bottom: 16px;
    background-color: var(--acq-color-white);
    border: 1px solid var(--acq-color-beige);
    border-radius: var(--acq-rounded-lg);
    box-shadow: var(--acq-shadow-toggle);
    overflow: hidden;
}

.cp-faq_title {
    position: relative;
    display: grid;
    align-items: center;
    min-height: calc(var(--fs-icon) * var(--acq-line-height));
    padding: var(--padding-block) var(--inset-inline-icon) var(--padding-block) var(--padding-inline);
    background-color: var(--acq-color-white);
    box-sizing: content-box;
    transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
}

.cp-faq_title-text {
    font-weight: var(--acq-font-weight-bold);
}

.cp-faq_title-text::before {
    content: "Q.";
    position: absolute;
    top: 1em;
    left: var(--inset-inline-icon);
    color: var(--acq-color-primary);
    font-size: var(--fs-icon);
    font-weight: var(--acq-font-weight-bold);
}

.cp-faq_content {
    position: relative;
    display: grid;
    align-items: center;
    min-height: calc(var(--fs-icon) * var(--acq-line-height));
    padding: var(--padding-block) var(--inset-inline-icon) var(--padding-block) var(--padding-inline);
    background-color: var(--acq-color-white);
    border-top: 1px solid var(--acq-color-beige);
    box-sizing: content-box;
}

.cp-faq_content::before {
    content: "A.";
    position: absolute;
    top: 1em;
    left: var(--inset-inline-icon);
    color: var(--acq-color-highlight);
    font-size: var(--fs-icon);
    font-weight: var(--acq-font-weight-bold);
}

@media only screen and (max-width: 640px) {
    .cp-faq_title,
    .cp-faq_content {
        padding: var(--padding-block);
        padding-left: 60px;
    }

    .cp-faq_title-text::before,
    .cp-faq_content::before {
        left: var(--padding-block);
    }
}

.js-sticky-bnr {
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--acq-transition-duration) var(--acq-transition-tf), visibility var(--acq-transition-duration) var(--acq-transition-tf);
}

.js-sticky-bnr.is-shown {
    visibility: visible;
    opacity: 1;
}

@supports (height: 100dvh) {
    .unq-sticky-bnr {
        height: min(300px, 100vh - (var(--header-height) + var(--pagetop-height)));
    }
}

.unq-sticky-bnr {
    --header-height: 76px;
    --pagetop-height: 90px;

    position: fixed;
    bottom: 40px;
    right: 16px;
    max-width: 300px;
    height: min(300px, 100vh - (var(--header-height) + var(--pagetop-height)));
    aspect-ratio: 1 / 1;
    z-index: 1000;
}

.unq-sticky-bnr__media {
    background-color: #fff;
}

.unq-sticky-bnr__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: rgb(255 255 255 / .5);
    cursor: pointer;
}

.unq-sticky-bnr__btn-alt {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
    overflow: hidden;
}

.unq-sticky-bnr__btn::before,
.unq-sticky-bnr__btn::after {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 6px;
    width: 15px;
    height: 2px;
    background-color: var(--acq-color-primary);
}

.unq-sticky-bnr__btn::before {
    rotate: 45deg;
}

.unq-sticky-bnr__btn::after {
    rotate: 135deg;
}

@media only screen and (max-width: 767px) {
    .unq-sticky-bnr {
        max-width: 200px;
        height: min(200px, 100vh - (var(--header-height) + var(--pagetop-height)));
        bottom: 40px;
        left: 16px;
        right: auto;
    }

    @supports (height: 100dvh) {
        .unq-sticky-bnr {
            height: min(200px, 100vh - (var(--header-height) + var(--pagetop-height)));
        }
    }
}

.js-modal-bnr.is-shown {
    visibility: visible;
    opacity: 1;
}

.acq-media.unq-modal-bnr {
    margin-top: 0;
}

.unq-modal-bnr.-center {
    justify-content: center;
}

.js-modal-bnr {
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--acq-transition-duration) var(--acq-transition-tf), visibility var(--acq-transition-duration) var(--acq-transition-tf);
}

.unq-modal-bnr {
    --font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;

    position: fixed;
    z-index: 5000;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(0 0 0 / .5);
    overflow: auto;
    inset: 0;
    padding: 0 16px;
}

.unq-modal-bnr_inner {
    position: relative;
}

.unq-modal-bnr_media {
    background-color: #fff;
}

.unq-modal-bnr_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    background-color: rgb(255 255 255 / .5);
    cursor: pointer;
}

.unq-modal-bnr_btn::before,
.unq-modal-bnr_btn::after {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 6px;
    width: 15px;
    height: 2px;
    background-color: var(--acq-color-primary);
}

.unq-modal-bnr_btn::before {
    rotate: 45deg;
}

.unq-modal-bnr_btn::after {
    rotate: 135deg;
}

.unq-modal-bnr_btn-alt {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .unq-modal-bnr {
        height: calc(100% + 90px);
    }

    .unq-modal-bnr_inner {
        max-width: 340px;
    }

    .unq-modal-bnr_btn {
        top: 3px;
        right: 3px;
    }

    .acq-media.unq-modal-bnr {
        margin-top: -90px;
    }
}
