@charset "utf-8";

/* ==========================================================================
   Variables & Base Settings (共通変数・ベース設定)
   ========================================================================== */
:root {
    --color-main: #123361;
    --color-main-bg: #dfe7f3;
    --color-sub: #941c5b;
    --color-sub-bg: #f8f0f4;
    --color-accent: #ee4d80;
}

main {
    color: #333;
    scroll-behavior: smooth;
    letter-spacing: 0.05em;
}

main img {
    width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

main ul,
main p,
.support-footer,
#announce {
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}

.wrapper__inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

/* 共通セクションタイトル */
.section-ttl {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 50px;
}

/* 共通補助クラス */
.mt-80 {
    margin-top: 80px;
}

/* 表示制御用クラス */
@media (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
}

/* ==========================================================================
   .main-kv 
   ========================================================================== */

@media (min-width: 1367px) {
    .main-kv {
        position: relative;
        width: 100%;
        max-height: 1000px;
        overflow: hidden;
        background-color: #fff;
    }

    .main-kv__bg {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, minmax(auto, 500px));
        width: 100%;
    }

    .main-kv__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}

/* --------------------------------------------------------------------------
   2. ラップトップ・タブレット用スタイル
   -------------------------------------------------------------------------- */
@media (min-width: 769px) and (max-width: 1366px) {
    .main-kv {
        position: relative;
        width: 100%;
        height: auto;
        max-height: none;
        overflow: hidden;
        background-color: #fff;
    }

    .main-kv__bg {
        display: block;
        width: 100%;
        line-height: 0;
    }

    .main-kv__bg img {
        display: none;
    }

    .main-kv__bg::after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 52.5%;
        background: url('../img/pc_top.webp') no-repeat center center / cover;
    }
}

/* --------------------------------------------------------------------------
   PC共通：中央のタイトルロゴ設定
   -------------------------------------------------------------------------- */
@media (min-width: 1367px) {
    .main-kv__title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        max-width: 1000px;
        margin: 0;
        z-index: 10;
        filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.15));
    }
}

/* 【ラップトップ・タブレット用ロゴ設定】 */
@media (min-width: 769px) and (max-width: 1366px) {
    .main-kv__title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 750px;
        margin: 0;
        z-index: 10;
        filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.15));
    }
}

/* PC共通：ロゴ画像自体のレスポンシブ設定 */
@media (min-width: 769px) {
    .main-kv__title img {
        width: 100%;
        height: auto;
        display: block;
    }
}

/* --------------------------------------------------------------------------
   3. スマホ用スタイル (横幅768px以下のとき)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {

    .main-kv-sp {
        display: block;
        width: 100%;
        background-color: #fff;
    }

    .main-kv-sp__top {
        margin: 0;
        width: 100%;
    }

    .main-kv-sp__top img {
        width: 100%;
        height: auto;
        display: block;
    }

    .main-kv-sp__gallery {
        display: flex;
        width: 100%;
        gap: 0;
    }

    .main-kv-sp__thumb {
        flex: 1;
        width: 50%;
        aspect-ratio: 16 / 10;
        overflow: hidden;
        position: relative;
    }

    .main-kv-sp__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}

/* ==========================================================================
   #lead (メインリード・データエリア)
   ========================================================================== */
#lead {
    padding: 100px 4%;
    background: linear-gradient(150deg,
            var(--color-sub) -20%,
            var(--color-sub-bg) 40%,
            #c6c3f0 120%);
}

#lead h3.section-ttl {
    margin-bottom: 40px;
    text-align: center;
}

#lead h3 img {
    display: inline-block;
    max-width: 1000px;
    width: 100%;
}

#lead .lead-text {
    line-height: 2.1;
    /* letter-spacing: 0.12em; */
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    max-width: 960px;
    margin: 0 auto 40px;
}

#lead .lead-text .sup-note {
    font-size: 0.65em;
    vertical-align: super;
    font-weight: bold;
    position: relative;
    top: -2px;
    margin: 0 2px;
}

#lead .lead-text span.bold {
    font-size: 1.12em;
    color: var(--color-sub);
    font-weight: bold;
}

#lead .lead-note-wrap {
    margin-top: 20px;
}

#lead .lead-note {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.6;
    text-align: left;
    /* max-width: 760px; */
    margin-left: auto;
    margin-right: auto;
    color: #545454;
}

#lead .data-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 900px;
    margin: 0 auto 50px;
}

#lead .data-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    width: calc(25% - 24px);
    min-width: 140px;
}

#lead .data-item p {
    font-weight: bold;
    color: var(--color-main);
    margin: 0;
    line-height: 1.5;
}

#lead .data-item .percent {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: conic-gradient(var(--color-sub) calc(var(--percent) * 1%), #eadfe5 0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#lead .data-item .percent-inner {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-main);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

#lead .data-item .percent-inner span {
    font-size: 1rem;
    margin-left: 2px;
}

#lead .lead-summary {
    line-height: 2.1;
    letter-spacing: 0.08em;
    font-size: 17.3px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    max-width: 900px;
}

#lead .lead-summary span.marker {
    background-color: #ffff99;
    padding: 0 0.3em;
    font-size: 1.12em;
    font-weight: bold;
}

.button-area-center {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 35px auto 0 auto;
}

@media (max-width: 768px) {
    #lead {
        padding: 60px 15px;
    }

    #lead .lead-text {
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 1.8;
        text-align: left;
    }

    #lead .lead-text span.bold {
        font-size: 1.05em;
    }

    #lead .lead-note {
        font-size: 12px;
        margin-top: 15px;
        padding-left: 2em;
        text-indent: -2em;
    }

    #lead .data-area {
        gap: 24px 16px;
    }

    #lead .data-item {
        width: calc(50% - 8px);
    }

    #lead .lead-summary {
        font-size: 15px;
        text-align: left;
        line-height: 1.8;
    }
}

/* ==========================================================================
   #desc (事業概要)
   ========================================================================== */
#desc {
    padding: 100px 4%;
}

#desc h3 {
    color: var(--color-main);
    border-bottom: solid 3px var(--color-main);
    padding-bottom: 10px;
}

#desc .desc_flex-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
}

#desc .desc_left-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#desc .desc_block {
    background-color: #f4f5ff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

#desc .desc_block.mt-20 {
    margin-top: 20px;
}

#desc .desc_right-img {
    width: 30%;
    flex-shrink: 0;
}

#desc .desc_right-img img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#desc .desc-txt {
    color: var(--color-main);
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding-right: 20px;
    line-height: 1.6;
}

#desc .desc_item {
    display: flex;
    align-items: stretch;
    gap: 0;
}

#desc .desc_item {
    display: flex;
    align-items: stretch;
    gap: 0;
}

#desc .desc-mark {
    width: 65px;
    height: auto;
    background: linear-gradient(135deg, var(--color-main) 0%, var(--color-main) 85%, rgba(255, 255, 255, .3) 100%);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#desc .desc-mark p {
    line-height: 1.3;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

#desc .desc-right-box {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 25px;
}

#desc .desc-txt {
    padding: 0;
    margin: 0;
}

#desc .desc-content-list {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

#desc .desc-content-list li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

#desc .desc-content-list li:last-child {
    margin-bottom: 0;
}

#desc .desc-content-list li::before {
    content: "●";
    color: var(--color-main);
    position: absolute;
    left: 0;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    #desc {
        padding: 60px 15px;
    }

    #desc .desc_flex-container {
        flex-direction: column;
        gap: 25px;
    }

    #desc .desc_item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    #desc .desc-mark {
        border-radius: 6px 6px 0 0;
        width: 100%;
        height: 40px;
    }

    #desc .desc-mark p {
        line-height: 40px;
        font-size: 16px;
    }

    #desc .desc-txt {
        font-size: 15px;
        /* padding: 15px; */
    }

    #desc .desc_right-img {
        width: 100%;
    }

    #desc .desc_right-img img {
        object-position: unset;
        height: auto;
        aspect-ratio: 16 / 10;
    }

}

/* ==========================================================================
   #example (他分野取組事例)
   ========================================================================== */
#example {
    background-color: var(--color-sub-bg);
    padding: 100px 4%;
}

#example h3 {
    color: var(--color-sub);
    border-bottom: solid 3px var(--color-sub);
    padding-bottom: 10px;
}

#example .example-lead img {
    display: block;
    max-width: 300px;
    margin: 0 auto 20px;
}

#example .example-lead p {
    /* line-height: 1.9; */
    color: var(--color-sub);
    font-size: 18px;
    font-weight: bold;
    /* max-width: 840px; */
    width: 90%;
    margin: 0 auto;
    /* text-align: center; */
}

#example .example-result .mark {
    color: var(--color-sub);
    border-top: var(--color-sub) 1.5px solid;
    border-bottom: var(--color-sub) 1.5px solid;
    font-size: 22px;
    font-weight: bold;
    padding: 12px;
    /* max-width: 200px; */
    margin: 60px auto 40px;
    text-align: center;
}

#example .example-result .result {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    /* max-width: 1000px; */
    margin: 0 auto;
}

#example .example-result .result-card {
    flex: 1;
    /* max-width: 300px; */
    width: calc((100% - 80px) / 3);
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 20px 25px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

#example .example-result img {
    max-width: 250px;
    height: auto;
    margin: 0 auto 15px;
    display: block;
}

#example .example-result .result-card .no {
    position: absolute;
    top: 10px;
    left: -10px;
    transform: translateY(-50%);
    background-color: var(--color-sub);
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 6px;
    font-size: 22px;
    border: 4px solid var(--color-sub-bg);
    margin: 0;
}

#example .example-result .result-card .explain {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

#example .example-result .result-card span {
    font-size: 1.1em;
    color: var(--color-sub);
}

#example .example-result .etc {
    position: absolute;
    right: -15px;
    bottom: -20px;
    padding: 6px 20px 6px 12px;
    font-size: 14px;
    background: linear-gradient(to right, #fff59d 80%, transparent 100%);
    border-radius: 4px 0 0 4px;
}

@media (max-width: 768px) {
    #example {
        padding: 60px 15px;
        box-sizing: border-box;
        width: 100%;
    }

    #example .example-lead p {
        font-size: 15px;
        text-align: left;
    }

    #example .example-result .result {
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

    #example .example-result .result-card {
        width: 100%;
        box-sizing: border-box;
    }

    #example .example-result .etc {
        right: 0;
    }
}


/* ==========================================================================
   #info (応募要項・表データ・注意事項)
   ========================================================================== */
#info {
    background-color: var(--color-main-bg);
    padding: 100px 4%;
}

#info h3 {
    color: var(--color-main);
    border-bottom: solid 3px var(--color-main);
    padding-bottom: 10px;
    text-align: center;
}

#info .info__inner {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

#info h4 {
    color: #fff;
    background-color: var(--color-main);
    font-size: 19px;
    font-weight: bold;
    padding: 12px 24px;
    margin: 0;
}

#info .info-txt {
    padding: 40px 40px 50px;
}

#info .info-txt p {
    margin: 0 0 20px 0;
    line-height: 1.8;
}

#info ol.conditions {
    padding-left: 1.5em;
    margin: 0;
}

#info ol.conditions li {
    padding: 6px 0;
    list-style-type: decimal;
}

#info ol.conditions li::marker {
    color: var(--color-main);
    font-weight: bold;
}

#info .button.btn-outline {
    background-color: #ffffff;
    color: var(--color-main);
    border: 2px solid var(--color-main);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#info .info-txt .button-area.formbtn {
    padding-bottom: 0px;
}

#info .button.btn-outline:hover {
    opacity: 1;
}

#info .button.btn-outline .icon {
    margin-right: 8px;
}

.fmt-tbl-wrapper {
    width: 100%;
    margin-top: 20px;
}

.fmt-tbl {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.fmt-tbl th,
.fmt-tbl td {
    border: 1px solid var(--color-main);
    padding: 16px;
    line-height: 1.6;
    vertical-align: middle;
    text-align: center;
}

.fmt-tbl td.text-left {
    text-align: left;
}

.fmt-tbl th {
    background-color: var(--color-main-bg);
    color: var(--color-main);
    font-weight: bold;
    white-space: nowrap;
}

.fmt-tbl .required {
    color: red;
    font-weight: bold;
    background-color: #fff1f1;
}

.tbl-download-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

.btn-tbl-download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--color-main);
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 14px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.btn-tbl-download:hover {
    opacity: 0.85;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.btn-tbl-download .dl-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2.5px;
    flex-shrink: 0;
    vertical-align: middle;
}

#info p.deadline {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: var(--color-accent);
    text-align: center;
    background-color: var(--color-sub-bg);
    padding: 20px;
    border-radius: 6px;
    margin: 0;
}

#info .button-area {
    text-align: center;
    padding: 20px 0 30px;
}

#info .button {
    background-color: var(--color-main);
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 380px;
    box-sizing: border-box;
}

#info .button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#info .icon {
    margin-right: 3px;
    flex-shrink: 0;
}

#info .button.mail-button {
    background-color: var(--color-accent);
}

#info .mail-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px !important;
    text-align: center;
}

#info .mail-subtitle {
    border-top: 2px solid var(--color-accent);
    border-bottom: 2px solid var(--color-accent);
    padding: 15px;
    text-align: center;
    margin: 10px 0 40px;
    font-weight: bold;
    background-color: var(--color-sub-bg);
    font-size: 16px;
}

#info .mail-subtitle span {
    color: var(--color-accent);
}

/* 注意書き */
/* #info ul.attention {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
} */

#info ul.attention li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.6;
}

#info ul.attention li:last-child {
    margin-bottom: 0;
}

#info ul.attention li::before {
    content: "※";
    position: absolute;
    left: 0;
    color: var(--color-main);
    font-weight: bold;
}

@media (max-width: 768px) {
    #info {
        padding: 60px 15px;
    }

    #info .info-txt {
        padding: 30px 15px;
    }

    #info .button.btn-outline {
        max-width: 100%;
        padding: 15px 20px;
        font-size: 16px;
    }

    .tbl-download-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .btn-tbl-download {
        width: 90%;
        justify-content: center;
        padding: 8px;
        font-size: 12px;
    }

    #info p.deadline {
        font-size: 1.2rem;
        padding: 15px;
    }

    #info .mail-text {
        font-size: 16px;
        text-align: left;
    }

    #info .mail-subtitle {
        text-align: left;
    }

    #info .mail-subtitle span {
        display: block;
        margin-bottom: 5px;
    }

    #info .fmt-tbl,
    #info .fmt-tbl tbody,
    #info .fmt-tbl tr,
    #info .fmt-tbl td {
        display: block;
        width: 100%;
    }

    #info .fmt-tbl thead {
        display: none;
    }

    #info .fmt-tbl tr {
        margin-bottom: 20px;
        border: 1px solid var(--color-main);
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    }

    #info .fmt-tbl td {
        display: flex;
        align-items: flex-start;
        padding: 12px 15px;
        border: none;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }

    #info .fmt-tbl td:last-child {
        border-bottom: none;
    }

    #info .fmt-tbl td::before {
        font-weight: bold;
        color: var(--color-main);
        width: 110px;
        flex-shrink: 0;
    }

    #info .fmt-tbl tr td:nth-child(1)::before {
        content: "必須/任意";
        text-align: left;
    }

    #info .fmt-tbl tr td:nth-child(2)::before {
        content: "様式番号";
        text-align: left;
    }

    #info .fmt-tbl tr td:nth-child(3)::before {
        content: "応募書類名";
        text-align: left;
    }

    #info .fmt-tbl tr td:nth-child(4)::before {
        content: "電子ファイル形式";
        text-align: left;
    }

    #info .fmt-tbl td.sp-block {
        flex-direction: column;
    }

    #info .fmt-tbl td.sp-block::before {
        margin-bottom: 6px;
    }

    #info .fmt-tbl td.text-left {
        text-align: left;
    }
}

/* ==========================================================================
   #contact-section
   ========================================================================== */
#contact-section {
    padding: 90px 4% 80px 4%;
    background-color: #fff;
    text-align: center;
}

.contact-section__inner {
    max-width: 800px;
    margin: 0 auto;
}

.contact-section__text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-section__text span {
    font-weight: bold;
    color: var(--color-main);
    background: linear-gradient(transparent 60%, #ee4d8052 60%);
}

.contact-section__action {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-section__mail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* background-color: var(--color-main);  */
    color: var(--color-main);
    padding: 16px 0;
    width: 100%;
    max-width: 420px;
    border: 2px solid var(--color-main);
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.contact-section__mail-btn:hover {
    /* background-color: var(--color-sub); */
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.contact-section__mail-btn .mail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.contact-section__mail-btn .mail-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter 0.25s ease;
    /* filter: brightness(0) invert(1);  */
}

/* .contact-section__mail-btn:hover .mail-icon img {
    filter: brightness(0) invert(1);
} */

.contact-section__mail-btn .txt-wrap strong {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

@media (max-width: 768px) {
    #contact-section {
        padding: 60px 4.5% 50px 4.5%;
    }

    .contact-section__text {
        font-size: 14px;
        text-align: left;
        margin-bottom: 24px;
    }

    .contact-section__mail-btn {
        max-width: 100%;
        padding: 14px 15px;
        border-radius: 30px;
    }

    .contact-section__mail-btn .txt-wrap strong {
        font-size: 14px;
    }
}

/* ==========================================================================
   Footer 
   ========================================================================== */
.support-footer {
    background-color: #fcf9ea;
    color: #333333;
    padding: 60px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.support-footer__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.support-footer__org {
    flex: 1;
    text-align: right;
}

.support-footer__org .label {
    display: inline-block;
    font-size: 16px;
    color: var(--color-sub);
    /* border: 1px solid var(--color-sub); */
    border-radius: 3px;
    /* margin-bottom: 12px; */
    font-weight: bold;
    letter-spacing: 0.05em;
}

.support-footer__org .company {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.03em;
}

.support-footer__org .office {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.support-footer__project {
    flex: 3;
    text-align: left;
}

.support-footer__project .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--color-main);
    letter-spacing: 0.05em;
    margin: 0;
    display: inline-block;
}

.support-footer__bottom {
    /* background-color: #f5f1dc;  */
    margin-top: 50px;
    padding: 20px 4%;
    text-align: center;
}

.support-footer__copyright {
    font-size: 12px;
    color: #8a8368;
    display: block;
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .support-footer {
        padding: 40px 0 0 0;
    }

    .support-footer__inner {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }

    .support-footer__org {
        text-align: left;
    }

    .support-footer__org .company {
        font-size: 18px;
    }

    .support-footer__org .office {
        font-size: 16px;
    }

    .support-footer__project {
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding-bottom: 25px;
        width: 100%;
    }

    .support-footer__project .title {
        font-size: 17px;
    }

    .support-footer__bottom {
        margin-top: 20px;
        padding: 18px 15px;
    }
}