@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
:root {
    --c-gold: #a88355;
    --c-gold-dark: #6e5232;
    --c-navy-dark: #00101f;
    --c-navy-bright: #001b33;
    --c-navy: #002847;
    --c-orange: #ff4e00;
    --c-gray: #e0e0e0;
}
body {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    color: var(--c-navy);
}
.en {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
}
.jp {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
}
.sp {
    display: none;
}
.inner {
    width: 100%;
    padding: 0 5%;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.cta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: var(--c-orange);
    border-radius: 10px;
    font-size: 1.9rem;
    font-weight: 700;
    position: relative;
    line-height: 1;
}
.cta_btn._normal {
    background-color: var(--c-navy-bright);
    border: solid 1px #fff;
}
.cta_btn::after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url(../images/btn_arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.section_title {
    margin-bottom: 40px;
}

.orange {
    color: var(--c-orange) !important;
}

@media screen and (max-width:1000px) {
    .inner {
        width: 100%;
        padding: 0 5%;
        margin: 0 auto;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.pc_back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-navy-bright);
    background-image: url(../images/back_pattern_w.svg);
}
#wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}
.back_left {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 600px);
    width: 440px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.back_left .service-logo {
    width: 80%;
    margin: 0 auto;
}
.back_left .service-catch {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.back_left .btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    margin: 0 auto;
}

#mainContent {
    position: absolute;
    right: 120px;
    width: 400px;
    min-height: 100vh;
    margin: 0 auto;
}
.content-wrap {
    margin-top: 80px;
    overflow: hidden;
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.45);
    background-color: #efefef;
    background-image: url(../images/default_bg_pattern.svg);
}

@media screen and (max-width:1000px) {
    #wrap {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .back_left {
        display: none;
    }
    #mainContent {
        width: 100%;
        position: relative;
        top: unset;
        right: unset;
    }
    .content-wrap {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }
}

.main_header {
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    z-index: 99;
    position: relative;
}
.main_header .header-logo {
    display: block;
    width: 180px;
    margin: 0 auto;
}

#fv {
    padding: 50px 0;
}
.fv_fund_title_wrap {
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    margin: 20px auto;
}
.fv_fund_title_pickup {
    width: 50%;
    margin: 0 auto 5px;
}
.fv_fund_title {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
}
.fv_fund_card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.fv_fund_card_status {
    padding: 20px;
}
.fv_fund_card_status_progress {
    display: flex;
    gap: 10px;
}
.fv_fund_card_status_progress > div {
    width: calc(50% - 5px);
}
.progress_bar_hex_inner {
    padding: 0 24px 5px;
}
.progress_bar_hex_bottom_info {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: right;
    line-height: 1.3;
}
.progress_bar_hex_bottom_info_price {
    font-size: 2.4rem;
    color: var(--c-orange);
}
.fv_fund_card_status_primary_details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.primary_details {
    width: 100%;
    border-radius: 10px;
    background-color: #f4f4f5;
    padding: 10px;
    text-align: center;
}
.primary_details_head {
    font-size: 1.5rem;
}
.primary_details_head .mini {
    font-size: 1.3rem;
    font-weight: 400;
}
.primary_details_content {
    line-height: 1;
    margin-top: 2px;
}
.primary_details_content .month {
    font-size: 3.6rem;
    margin: 0 2px;
    color: var(--c-orange);
}
.primary_details_content .yield {
    font-size: 3.6rem;
    margin: 0 2px;
    color: var(--c-orange);
}
.primary_details_content .mini {
    font-size: 1.3rem;
    font-weight: 400;
}
.fv_fund_card_status_scondary_details {
    margin-top: 10px;
}
.scondary_details_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: solid 1px #e5e5e8;
    line-height: 1;
}
.scondary_details_info .number {
    font-size: 2rem;
}
#fv .cta_btn {
    margin: 20px auto 0;
    width: 80%;
}
#fv .caution {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 20px;
    color: #65656f;
}

/* =========================================================
   FV カウントダウン
   ========================================================= */
.count_down {
    width: 100%;
    border-radius: 20px;
    background-color: var(--c-orange);
    padding: 10px;
}
.count_down_last {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}
.count_downner {
    display: flex;
    gap: 4px;
}
.count_downner .counter {
    width: calc( (100% - 12px) / 4);
    border-radius: 10px;
    background-color: #e54600;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 10px;
}
.count_downner .counter .num {
    font-size: 2.4rem;
}
/* =========================================================
   FV 正六角形プログレスゲージ
   ========================================================= */
.progress_bar_hex_inner {
    display: flex;
    justify-content: center;
}
.hex_gauge {
    position: relative;
    width: 100%;
    max-width: 200px;
}
.hex_gauge_svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}
.hex_gauge_track {
    fill: none;
    stroke: var(--c-gray);
    stroke-width: 20;
    stroke-linejoin: round;
}
.hex_gauge_bar {
    fill: none;
    stroke: var(--c-orange);
    stroke-width: 20;
    stroke-linejoin: round;
    stroke-linecap: round;
    transition: stroke-dashoffset 1.6s ease-out;
}
.hex_gauge_label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
    letter-spacing: .05em;
    color: var(--c-orange);
}
.hex_gauge_head {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--c-navy-dark);
}
.hex_gauge_rate {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.hex_gauge_num {
    font-size: 3rem;
}
.hex_gauge_unit {
    font-size: 1.5rem;
    margin-left: 2px;
}

#reasons {
    padding: 30px 0 60px;
}
.reasons_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.reasons_item {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.reason_number {
    display: block;
    width: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.reason_upper {
    padding-bottom: 12px;
    border-bottom: solid 1px #e5e5e8;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.reason_icon {
    display: block;
    width: 50px;
}
.reason_title {
    font-size: 1.8rem;
}
.reason_description {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    color: #65656f;
}

#about {
    background: url(../images/navy_bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.about_concept_title {
    width: 140px;
    margin: 0 auto 10px;
}
.about_concept_headline {
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
    margin-bottom: 15px;
}
.about_concept_description {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
}
.about_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.about_list li {
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
}
.about_list li .about_list_head {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e5e8;
    margin-bottom: 10px;
}
.about_list li .about_list_head .number {
    color: var(--c-orange);
    font-size: 1.2rem;
}
.about_list li .about_list_head .issue_text {
    font-size: 1.8rem;
    color: var(--c-navy);
}
.about_list li .about_list_description {
    text-align: justify;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
}
.about_list li .about_list_description .mini {
    font-size: 1.2rem;
}
.about_point {
    margin: 20px auto 40px;
    background-color: var(--c-navy);
    padding: 20px;
    color: #fff;
    border-radius: 20px;
}
.about_point_title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}
.about_point_description {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
}
.about_point_content_wrap {
    display: flex;
    gap: 10px;
    margin-top:15px;
}
.about_point_content {
    width: calc(50% - 5px);
    background-color: var(--c-navy-dark);
    border-radius: 12px;
    padding: 15px 10px;
}
.about_point_content_head {
    font-size: 1.5rem;
    background-color: var(--c-orange);
    border-radius: 20px;
    text-align: center;
    width: fit-content;
    display: block;
    margin: 0 auto 10px;
    padding: 2px 20px;
}
.about_point_content_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.about_point_content_list li {
    padding-left: 16px;
    position: relative;
}
.about_point_content_list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--c-orange);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: .6em;
    left: 0;
}

#simulation {
    background: #fff;
    padding: 60px 0;
}
.simulation_tabs {
    display: flex;
    gap: 6px;
    border-radius: 10px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    padding: 6px;
}
.simulation_tab {
    flex: 1;
    padding: 12px 4px;
    background-color: transparent;
    border-radius: 6px;
    border: none;
    outline: none;
    color: #71717a;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    appearance: none;
    transition: background-color .3s, color .3s;
}
.simulation_tab .number {
    font-size: 2.8rem;
    margin-right: 2px;
}
.simulation_tab.is-active {
    background-color: #fff;
    color: var(--c-navy);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.simulation_content_wrap {
    background-color: var(--c-navy);
    border-radius: 10px;
    padding: 20px 14px 14px;
}
.simulation_content {
    display: none;
}
.simulation_content.is-active {
    display: block;
    animation: simulationFadeIn .4s ease both;
}
@keyframes simulationFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.simulation_upper {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.simulation_content .amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    line-height: 1.2;
    background-color: var(--c-navy-dark);
    border-radius: 10px;
    margin: 14px auto;
    width: calc(100% - 20px);
    padding: 10px 0;
    color: #fff;
}
.simulation_content .amount .number {
    font-size: 4rem;
}
.simulation_content .amount .jp {
    font-size: 1.8rem;
}
.simulation_content .profit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    border-bottom: solid 1px #fff;
    width: fit-content;
}
.profit_title {
    color: #fff;
    font-size: 1.6rem;
}
.profit_title .mini {
    font-size: 1.2rem;
    font-weight: 400;
}
.profit_number {
    font-size: 1.6rem;
    color: #fff;
}
.profit_number .number {
    font-size: 2.4rem;
}

.graph_wrap {
    margin-top: 20px;
    padding: 16px 12px;
    background-color: #f7f8fa;
    border: solid 2px var(--c-navy);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.graph_row {
    display: flex;
    align-items: center;
}
.graph_label {
    width: 90px;
    flex-shrink: 0;
    text-align: right;
    line-height: 1.3;
    padding-right: 8px;
    border-right: solid 1px #e5e5e8;
}
.graph_label_name {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
}
.graph_label_rate {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    color: #65656f;
}
.graph_bar_area {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.graph_bar {
    border-radius: 0 4px 4px 0;
    transform-origin: left center;
}
.graph_row._bank .graph_bar {
    width: 2.4%;
    min-width: 8px;
    height: 26px;
    background-color: var(--c-gray);
}
.graph_row._fund .graph_bar {
    width: 52%;
    min-width: 40px;
    height: 34px;
    background-color: var(--c-orange);
}
.simulation_content.is-active .graph_bar {
    animation: graphBarGrow .9s cubic-bezier(.22, .61, .36, 1) both;
}
@keyframes graphBarGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
.graph_value {
    flex-shrink: 0;
    font-size: 1.3rem;
    white-space: nowrap;
}
.graph_value .number {
    font-size: 1.6rem;
}
.graph_row._fund .graph_value .number {
    font-size: 1.9rem;
}
.graph_wrap .caution {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    color: #65656f;
}

#property {
    padding: 60px 0;
}

/* =========================================================
   #property 物件スライダー
   ========================================================= */
[hidden] {
    display: none !important;
}
.property_slider_main {
    position: relative;
}
.property_slider_viewport {
    overflow: hidden;
    border-radius: 10px;
}
.property_slider_track {
    display: flex;
    transition: transform .4s ease;
}
.property_slide {
    flex: 0 0 100%;
    min-width: 0;
}
.property_slide img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.property_slider_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    transition: opacity .2s ease;
}
.property_slider_arrow:hover {
    opacity: .7;
}
.property_slider_arrow._prev {
    left: -18px;
}
.property_slider_arrow._next {
    right: -18px;
}
.property_slider_arrow img {
    display: block;
    width: 100%;
    height: 100%;
}
.property_slider_thumbs {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.property_slider_thumbs li {
    flex: 1 1 0;
    min-width: 0;
}
.property_slider_thumb {
    display: block;
    width: 100%;
    padding: 0;
    border: solid 2px transparent;
    border-radius: 6px;
    overflow: hidden;
    background: none;
    cursor: pointer;
    opacity: .5;
    transition: opacity .2s ease, border-color .2s ease;
}
.property_slider_thumb.is-active {
    opacity: 1;
    border-color: var(--c-orange);
}
.property_slider_thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.default_table {
    background-color: #fff;
    border-radius: 10px;
    margin: 20px auto 0;
    padding: 20px;
}
.default_table .row {
    display: flex;
    padding: 14px 0;
    border-bottom: solid 1px #e5e5e8;
}
.default_table .th {
    font-size: 1.5rem;
    width: 100px;
}
.default_table .td {
    font-size: 1.4rem;
    font-weight: 400;
    width: calc(100% - 100px);
}
.schedule {
    padding-top: 40px;
    display: flex;
    gap: 50px;
}
.schedule_title {
    width: 52px;
}
.schedule_list {
    width: calc(100% - 102px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.schedule_list::before {
    content: "";
    width: 2px;
    height: calc(100% - 50px);
    background-color: var(--c-orange);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
}
.schedule_list li {
    border-radius: 10px;
    background-color: #fff;
    padding: 14px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.schedule_list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--c-orange);
    display: block;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}
.schedule_list_date {
    font-size: 2rem;
    color: var(--c-orange);
}

#company {
    padding: 60px 0;
}

#howto {
    background-color: #fff;
    padding: 60px 0;
}
.howto_flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.flow_item {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e5e8;
}
.flow_number {
    width: 24px;
}
.flow_item_content {
    width: calc(100% - 34px);
}
.flow_item_title {
    font-weight: 700;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
.flow_item_title .supp {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    background-color: var(--c-navy);   
}
.flow_item_description {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: justify;
    margin-top: 8px;
}
#howto .cta_btn {
    margin-top: 40px;
}

#faq {
    background: url(../images/gray_bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.qa_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.qa_content {
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.question {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 26px;
    position: relative;
}
.question .q {
    display: block;
    width: 22px;
    flex-shrink: 0;
}
.q_text {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: justify;
}
.question::before,
.question::after {
    content: "";
    background-color: var(--c-orange);
    position: absolute;
    top: 50%;
    transition: transform .35s ease, opacity .35s ease;
}
.question::before {
    width: 16px;
    height: 4px;
    right: 0;
    margin-top: -1px;
    border-radius: 4px;
}
.question::after {
    width: 4px;
    height: 16px;
    right: 6px;
    margin-top: -7px;
    border-radius: 4px;
}
.qa_content.is-open .question::after {
    transform: rotate(90deg);
    opacity: 0;
}
.answer_wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease;
}
.qa_content.is-open .answer_wrap {
    grid-template-rows: 1fr;
}
.answer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 0;
    overflow: hidden;
}
.answer > * {
    margin-top: 14px;
}
.answer .a {
    display: block;
    width: 22px;
    flex-shrink: 0;
}
.a_text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: justify;
    color: #65656f;
}

#bottom_cta {
    padding: 60px 0;
    background: url(../images/navy_bg.jpg) no-repeat;
    background-size: cover;
}
.bottom_cta_title {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.bottom_cta_text {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.8;
}
#bottom_cta .count_down {
    margin-top: 20px;
}
#bottom_cta .cta_btn._normal {
    width: 80%;
    margin: 20px auto 0;
}
.cta_progress_wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin: 20px auto 40px;
}
.cta_progress_wrap > div {
    width: calc(50% - 5px);
}
#bottom_cta .hex_gauge_head {
    color: #fff;
}
.progress_last_price_inner {
    border-radius: 10px;
    background-color: var(--c-navy-dark);
    padding: 20px;
}
.progress_last_price_head {
    color: #fff;
    background-color: var(--c-orange);
    display: block;
    width: fit-content;
    padding: 5px 10px;
    line-height: 1;
    margin: 0 auto 10px;
    border-radius: 4px;
}
.progress_last_price_number {
    color: #fff;
    text-align: center;
    line-height: 1;
}
.progress_last_price_number .number {
    font-size: 3rem;
}
.risk {
    padding: 50px 0;
    background-color: var(--c-navy-dark);
}
.risk_title {
    text-align: center;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.risk_text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: justify;
    color: #fff;
}
.risk_caution {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
    margin-top: 10px;
    color: #fff;
}

.main_footer {
    background-color: #fff;
    padding: 40px 0 15px;
}
.footer_logo {
    width: 200px;
    margin: 0 auto;
}
.footer_nav {
    display: flex;
    justify-content: space-around;
    margin: 30px auto;
}
.footer_nav li a {
    font-size: 1.4rem;
    color: var(--c-navy);
}
.footer_bottom_text {
    font-size: 1.2rem;
    font-weight: 400;
    color: #65656f;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 20px;
}
.copy_right {
    font-size: 1.3rem;
    color: var(--c-navy);
    text-align: center;
}

.fixed_cta {
    display: none;
}
@media screen and (max-width:1000px) {
    .fixed_cta {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        padding: 12px 5%;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
        background-color: rgba(255, 255, 255, .92);
        box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.12);
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
        transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
    }
    .fixed_cta.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .fixed_cta .cta_btn {
        padding: 16px 20px;
        font-size: 1.7rem;
    }
    .main_footer {
        padding-bottom: 90px;
    }
}
/* =========================================================
   固定CTA（残り募集金額＋プログレスバー＋案件ボタン）
   ※.fixed_cta 本体の表示制御は上部のメディアクエリ側
   ========================================================= */
.fixed_cta_inner {
    display: flex;
    align-items: center;
    gap: 12px;
}
.fixed_cta_status {
    flex: 1 1 auto;
    min-width: 0;
}
.fixed_cta_last_price {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}
.fixed_cta_last_price_head {
    flex-shrink: 0;
    padding: 7px 9px;
    border-radius: 5px;
    background-color: var(--c-navy-dark);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}
.fixed_cta_last_price_number {
    font-size: 1.3rem;
    font-weight: 700;
    white-space: nowrap;
}
.fixed_cta_last_price_number .number {
    font-size: 2.4rem;
    margin-right: 2px;
}
.fixed_cta_progress_bar {
    margin-top: 9px;
    height: 8px;
    border-radius: 999px;
    background-color: var(--c-gray);
    overflow: hidden;
}
.fixed_cta_progress_bar_in {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 999px;
    background-color: var(--c-orange);
    transition: width 1.2s ease-out;
}
.fixed_cta .cta_btn._fixed {
    flex: 0 0 auto;
    width: auto;
    padding: 18px 46px 18px 26px;
    font-size: 1.6rem;
}
