
/* ==============================
  メイン
============================== */
main .mv-wrap {
    position: relative;
    background-color: #B7CDDA;
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 683 / 382;
}

main .mv-wrap .silhouettes,
main .mv-wrap .photos,
main .mv-wrap .shapes {
    position: absolute;
    opacity: 0;
    transform: translate(-50px, 50px);
}
/* main .mv-wrap .shapes {
    animation: fadeInUp 0.5s ease forwards 0.25s;
    left: -20.2%;
    top: -17.9%;
    width: 122.6%;
} */
main .mv-wrap .shapes {
    animation: fadeInUp 0.5s ease forwards 0.25s;
    left: -11.2%;
    top: -10.5%;
    width: 115.1%;
}

main .mv-wrap .silhouettes {
    animation: fadeInUp 0.5s ease forwards 0.5s;
    left: -6.4%;
    top: -6.2%;
    width: 113.3%;
    z-index: 2;
}

main .mv-wrap .photos {
    animation: fadeInUp 0.5s ease forwards 0.75s;
    left: 19.5%;
    top: -8.7%;
    width: 75.9%;
    z-index: 1;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate(var(--start-x, -50px), var(--start-y, 50px));
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@media print, screen and (max-width: 768px) {
    main .mv-wrap {
        aspect-ratio: unset;
        height: 100svh;
    }

    main .mv-wrap .silhouettes,
    main .mv-wrap .photos,
    main .mv-wrap .shapes {
        position: absolute;
        opacity: 0;
        transform: translate(-50px, 50px);
    }
    main .mv-wrap .shapes {
        animation: fadeInUp 0.5s ease forwards 0.25s;
        left: -79.9vw;
        top: 4.5svh;
        width: auto;
        height: 70.9svh;
    }

    main .mv-wrap .silhouettes {
        animation: fadeInUp 0.5s ease forwards 0.5s;
        left: 3.7vw;
        top: 13.8svh;
        width: auto;
        height: 87.4svh;
    }

    main .mv-wrap .photos {
        animation: fadeInUp 0.5s ease forwards 0.75s;
        top: 9.3svh;
        left: -28.9vw;
        width: auto;
        height: 101.06svh;
    }
    main .mv-wrap .shapes img,
    main .mv-wrap .silhouettes img,
    main .mv-wrap .photos img {
        width: auto;
        height: 100%;
    }
    main .mv-wrap .photos img {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        object-fit: contain;
    }
}


/*
画面いっぱい用の配置
main .mv-wrap {
    position: relative;
    background-color: #B7CDDA;
    position: relative;
    width: 100%;
    height: 100svh;
    overflow: hidden;
    aspect-ratio: 683 / 382;
}

.silhouettes img,
.photos img,
.shapes img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.silhouettes img {
    width: 113.3%;
}
.photos img {
    width: 75.9%;
}
.shapes img {
    width: 122.6%
} */

.mv-wrap .text-wrap {
    /* position: absolute; */
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    color: #FFF;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: text-fadeIn 0.5s ease forwards 1s;
    position: relative;
    z-index: 3;
}
.mv-wrap .text-wrap .vertical-text {
    position: absolute;
    font-size: 1.8vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: bold;
    letter-spacing: 0.03rem;
    left: 5.9%;
    top: 14.5%;
}
.mv-wrap .text-wrap .year-text {
    position: absolute;
    font-size: 5.1vw;
    font-weight: bold;
    letter-spacing: 0.3rem;
    left: 6.1%;
    top: 78.2%;
    line-height: 1;
}
.mv-wrap .text-wrap .sub-text {
    position: absolute;
    font-size: 1.3vw;
    font-size: 1.1vw;
    font-weight: bold;
    letter-spacing: 0.4rem;
    left: 6.1%;
    top: 90.2%;
    line-height: 1;
}
.mv-wrap .text-wrap .category-text {
    position: absolute;
    font-size: 2.1vw;
    text-align: right;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    right: 6.1%;
    top: 79%;
}
.mv-wrap .text-wrap h1 {
    position: absolute;
    font-size: 8.4vw;
    font-weight: bold;
    line-height: 1.05;
    letter-spacing: 0.3rem;
    left: 6.1%;
    /* top: 44.8%; */
    bottom: 12.3%;
}

@keyframes text-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media print, screen and (max-width: 1016px) {
    .mv-wrap .text-wrap .vertical-text {
        font-size: 1.8575rem;
    }
    .mv-wrap .text-wrap h1 {
        font-size: 8.5445rem;
    }
    .mv-wrap .text-wrap .year-text {
        font-size: 5.2753rem;
    }
    .mv-wrap .text-wrap .sub-text {
        font-size: 1.3374rem;
    }
    .mv-wrap .text-wrap .category-text {
        font-size: 2.229rem;
    }
}
@media print, screen and (max-width: 768px) {
    .mv-wrap .text-wrap .vertical-text {
        font-size: 4.9vw;
        letter-spacing: 0.03rem;
        left: 6.3vw;
        top: 28.8svh;
    }
    .mv-wrap .text-wrap .sub-text {
        font-size: 3.2vw;
        letter-spacing: 0.04rem;
        left: 7.2vw;
        top: 92.6svh;
    }
    .mv-wrap .text-wrap h1 {
        font-size: 12.8vw;
        line-height: 1;
        letter-spacing: 0.03rem;
        left: 7.2vw;
        /* top: 67.7svh; */
        bottom: 8.6svh;
    }
}

/* ==============================
  ABOUT
============================== */
#about {
    background-color: #F1F7FA;
    padding: 4.3% 0 4.7%;
    color: #005AA0;
}
#about .inner {
    width: 74.5%;
    margin: 0 auto;
    text-align: center;
}
#about h1 {
    color: #005AA0;
    font-size: 3.4rem;
    font-size: 2.4vw;
    font-weight: bold;
    width: 100%;
    margin-bottom: 3.6%;
}
#about .inner p {
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
    line-height: 1.6;
    letter-spacing: 0.04em;
}
@media print, screen and (max-width: 768px) {
    #about {
        padding: 14.2vw 0 24.2vw;
    }
    #about .inner {
        width: 85vw;
    }
    #about h1 {
        font-size: 5.1vw;
        margin-bottom: 12.3vw;
    }
    #about .inner p {
        font-size: 3.7vw;
        line-height: 1.4;
    }
}

/* ==============================
  PICK UP EVENTS
============================== */
.pickup_events {
    background-color: #A4C6E9;
    padding: 40px 0 90px;
    padding: 2.9% 0 6.5%;
}
.pickup_events h1 {
    text-align: center;
    color: #FFF;
    font-size: 3.8rem;
    font-size: 2.7vw;
    font-weight: bold;
    width: 100%;
    /* margin-bottom: 50px;
    margin-bottom: 4.9%; */
    margin-bottom: 3.3%;
}

.pickup_events h1 + p {
    text-align: center;
    color: #FFF;
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
    width: 100%;
    margin-bottom: 5.4%;
}

.pickup_events .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 74.5%;
    margin: 0 auto;
}

.pickup_events section {
    width: 30.5%;
    color: #005AA0;
    margin-right: 4.1%;
}
.pickup_events section:nth-of-type(3n) {
    margin-right: 0;
}
.pickup_events section:nth-child(n+6) {
    margin-top: 36px;
    margin-top: 3.5%;
}
.pickup_events section .photo {
    position: relative;
    width: 100%;
    aspect-ratio: 311 / 220;
    background-color: #00003C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pickup_events section .photo.img {
    background-color: #FFF;
}
.pickup_events section .photo.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: cover;
}
.pickup_events section .photo.text {
    font-size: 3.3rem;
    font-size: 2.4vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.14em;
    line-height: 1.3;
    color: #3B87FF;
}
.pickup_events section .photo.text a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3B87FF;
    flex-direction: column;
}
.pickup_events section .photo.text a span {
    font-size: 1.6rem;
    font-size: 1.1vw;
    letter-spacing: 0;
}

.pickup_events section .detail {
    margin-top: 6.3%;
    color: #FFF;
}
.pickup_events section .detail .category {
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
    background-color: #3B87FF;
    text-align: center;
    line-height: 1;
    padding: 5px 0;
    width: 100%;
    margin-bottom: 4.5%;
}
.pickup_events section .detail .category.life_science {
    background-color: #0073FF;
}
.pickup_events section .detail .category.carbon_neutrall {
    background-color: #9AE600;
}
.pickup_events section .detail .category.digital {
    background-color: #EE8FFF;
}
.pickup_events section .detail .important-btn {
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
    background-color: #3B87FF;
    text-align: center;
    line-height: 1;
    padding: 5px 0;
    width: 100%;
    margin-top: -3%;
    margin-bottom: 4.5%;
}
.pickup_events section .detail .important-btn a {
    color: #FFF;
    text-decoration: none;
}
.pickup_events section .detail .category.life_science + .important-btn {
    background-color: #0073FF;
}
.pickup_events section .detail .category.carbon_neutral + .important-btn {
    background-color: #9AE600;
}
.pickup_events section .detail .category.digital + .important-btn {
    background-color: #EE8FFF;
}
.pickup_events section .detail .date {
    font-size: clamp(1.5rem, 1.46vw, 2.0rem);
    font-weight: bold;
}
.pickup_events section .detail p {
    font-size: 1.6rem;
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
    /* margin-top: 17px;
    margin-top: 5.4%; */
}
/* .pickup_events section p span {
    display: block;
    font-size: 1.8rem;
    font-size: 1.3vw;
    font-weight: bold;
} */


.pickup_events section .detail .textlink {
    line-height: 1.2;
}

.pickup_events section .detail .textlink + .textlink {
    margin-top: 0.5em;
}

.pickup_events section .detail .textlink a {
    font-size: 1.6rem;
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
    color: #FFF;
}

.pickup_events .btn-wrap {
    width: 100%;
}

@media print, screen and (max-width: 1016px) {
    .pickup_events h1 {
        font-size: 2.831rem;
    }
    .pickup_events section .photo.text {
        font-size: 2.4519rem;
    }

    .pickup_events section .detail {

    }
    .pickup_events section .detail .category {
        font-size: 1.486rem;
    }
    .pickup_events section .detail .date {

    }
    .pickup_events section .detail p,
    .pickup_events section .detail .textlink a {
        font-size: 1.486rem;
    }
    /* .pickup_events section p span {
        font-size: 1.3374rem;
    } */
}
@media print, screen and (max-width: 768px) {
    .pickup_events {
        padding: 14.2vw 0 13.4vw;
    }
    .pickup_events h1 {
        font-size: 5.6vw;
        margin-bottom: 7.7vw;
    }

    .pickup_events h1 + p {
        font-size: 4.2vw;
    }

    .pickup_events .inner {
        width: 85vw;
    }

    .pickup_events section,
    .pickup_events section:nth-of-type(3n) {
        width: 40.6vw;
        margin-right: 3.7vw;
    }
    .pickup_events section:nth-of-type(2n) {
        margin-right: 0;
    }
    .pickup_events section:nth-child(n+2) {
        margin-top: 11.6vw;
    }
    /* .pickup_events section .photo {
        aspect-ratio: 87 / 62;
    } */
    .pickup_events section .photo.text {
        font-size: 4.2vw;
    }
    .pickup_events section .detail {
        margin-top: 4.2vw;
    }
    .pickup_events section .detail .category {
        font-size: 3.7vw;
        padding: 0.9vw 0;
        margin-bottom: 0.9vw;
    }
    .pickup_events section .detail .important-btn {
        margin-top: 0;
        margin-bottom: 0.9vw;
    }

    .pickup_events section .detail .date {
        font-size: 3.5vw;
    }
    .pickup_events section .detail p,
    .pickup_events section .detail .textlink a {
        font-size: 3.5vw;
    }

    .pickup_events .btn-wrap .btn-box {
        width: 100%;
    }
}

/* ==============================
  BUSINESS MATCHING
============================== */
.business_matching {
    background-color: #A4B7E9;
    padding: 40px 0 90px;
    padding: 6.33% 0 6.5%;
}
.business_matching h1 {
    text-align: center;
    color: #FFF;
    font-size: 3.8rem;
    font-size: 2.7vw;
    font-weight: bold;
    width: 100%;
    /* margin-bottom: 50px;
    margin-bottom: 4.9%; */
    margin-bottom: 3.3%;
}

.business_matching h1 + p {
    text-align: center;
    color: #FFF;
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
    width: 100%;
}

.business_matching .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 74.5%;
    margin: 0 auto;
}

.business_matching section {
    margin-top: 14.2%;
    width: 100%;
}
.business_matching section h3 {
    font-size: clamp(1.8rem, 2.04vw, 2.8rem);
    text-align: center;
    color: #FFF;
    margin-bottom: 7.1%;
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
    font-weight: bold;
}
.business_matching section h3::before,
.business_matching section h3::after {
    background-color: #FFF; /* 横線の色 */
    content: "";
    flex-grow: 1; /* 横幅いっぱい */
    height: 1px; /* 横線の高さ */
}
.business_matching section h3::before {
  margin-right: 5.8%; /* 文字との余白 */
}
.business_matching section h3::after {
  margin-left: 5.8%; /* 文字との余白 */
}

.business_matching p.attention {
    display: block;
    padding-left: 1em;
    color: #005AA0;
    font-size: clamp(1.2rem, 1.02vw, 1.4rem);
}
.business_matching p.attention::before {
    content: "※";
    display: block;
    float: left;
    margin-left: -1em;
    width: 1em;
    text-align: center;
}

/* マッチングの対象・組み合わせ */
.business_matching .combination-box {
    display: flex;
    /* align-items: center; */
    align-items: flex-end;
    justify-content: space-between;
    width: 88.9%;
    margin: 0 auto;
}
.business_matching .combination-box dl {
    width: 41.2%;
}
.business_matching .combination-box dl dt {
    font-size: clamp(1.6rem, 1.68vw, 2.3rem);
    text-align: center;
    color: #005AA0;
    font-weight: bold;
    margin-bottom: 0.86em;
}
.business_matching .combination-box dd {
    background-color: #005AA0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: clamp(1.6rem, 1.68vw, 2.3rem);
    width: 100%;
    height: 2.9em;
    text-align: center;
    line-height: 1.17;
}
.business_matching .combination-box dd + dd {
    margin-top: 1.26em;
}
.business_matching .combination-box .cross {
    width: 6.3%;
    /* margin-top: 3em; */
    margin-bottom: 4em;
    font-size: clamp(1.6rem, 1.68vw, 2.3rem);
}

/* マッチングのタイミング*/
.business_matching .timing-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 3.9%;
    color: #005AA0;
}
.business_matching .timing-wrap .timing-box {
    width: 30.4%;
}
.business_matching .timing-wrap .timing-box h4 {
    text-align: center;
    font-weight: bold;
    font-size: clamp(1.6rem, 1.68vw, 2.3rem);
}
.business_matching .timing-wrap .timing-box img {
    display: block;
    width: 57.2%;
    margin: 14.3% auto 15.3%;
}
.business_matching .timing-wrap .timing-box:nth-of-type(2) img {
    width: 60.9%;
}
.business_matching .timing-wrap .timing-box p {
    font-size: clamp(1.3rem, 1.31vw, 1.8rem);
    font-size: clamp(1.3rem, 1.22vw, 1.8rem);
    line-height: 1.4;
}

/* マッチングの申込み */
.business_matching .application-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.business_matching .application-wrap .application-box {
    width: 30.4%;
}
.business_matching .application-wrap .application-box .photo.img {
    width: 100%;
    aspect-ratio: 311 / 220;
}
.business_matching .application-wrap .application-box .photo.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business_matching .application-wrap + p {
    text-align: center;
    font-size: clamp(1.5rem, 1.46vw, 2.0rem);
    font-weight: bold;
    color: #005AA0;
    margin: 4.9% 0 4.2%;
}


@media print, screen and (max-width: 1016px) {
    .business_matching .timing-wrap .timing-box p {
        font-size: 1.27rem;
    }
}

@media print, screen and (max-width: 768px) {
    .business_matching {
        padding: 12.5vw 0 21.8vw;
    }
    .business_matching h1 {
        font-size: 5.6vw;
        margin-bottom: 11.6vw;
    }

    .business_matching h1 + p {
        font-size: 3.7vw;
    }

    .business_matching .inner {
        width: 85vw;
    }

    .business_matching section {
        margin-top: 22.1vw;
    }
    .business_matching section h3 {
        font-size: 5.1vw;
        flex-direction: column;
        width: max-content;
        margin: 0 auto 12.7vw;
    }
    .business_matching section h3::before,
    .business_matching section h3::after {
        width: 117%;
    }
    .business_matching section h3::before {
        display: none;
    }
    .business_matching section h3::after {
      margin-left: 0;
    }

    .business_matching p.attention {
        font-size: 3.2vw;
    }

    /* マッチングの対象・組み合わせ */
    .business_matching .combination-box {
        flex-direction: column;
        align-items: center;
        width: 73.6vw;
    }
    .business_matching .combination-box dl {
        width: 100%;
    }
    .business_matching .combination-box dl dt {
        font-size: 4.4vw;
        margin-bottom: 4.6vw;
    }
    .business_matching .combination-box dd {
        border-radius: 2.3vw;
        font-size: 4.4vw;
        height: 13.3vw;
        line-height: 1.15;
    }
    .business_matching .combination-box dd + dd {
        margin-top: 5.7vw
    }
    .business_matching .combination-box .cross {
        width: 8.4vw;
        margin: 9.2vw 0 8.8vw;
        font-size: 4.4vw;
    }

    /* マッチングのタイミング*/
    .business_matching .timing-wrap {
        margin: 0 auto 8.3vw;
        flex-direction: column;
        width: 66vw;
    }
    .business_matching .timing-wrap .timing-box {
        width: 100%;
    }
    .business_matching .timing-wrap .timing-box + .timing-box {
        margin-top: 16.5vw;
    }
    .business_matching .timing-wrap .timing-box h4 {
        font-size: 4.4vw;
    }
    .business_matching .timing-wrap .timing-box img {
        width: 34.5vw;
        margin: 8.5vw auto 9.2vw;
    }
    .business_matching .timing-wrap .timing-box:nth-of-type(2) img {
        width: 36.7vw;
    }
    .business_matching .timing-wrap .timing-box p {
        font-size: 4.2vw;
        text-align: center;
    }

    /* マッチングの申込み */
    .business_matching .application-wrap {
        flex-direction: column;
    }
    .business_matching .application-wrap .application-box {
        width: 72.6vw;
    }
    .business_matching .application-wrap .application-box + .application-box {
        margin-top: 14vw;
    }

    .business_matching .application-wrap + p {
        font-size: 4.6vw;
        margin: 13.9vw 0 12.3vw;
    }
}

/* ==============================
  Category
============================== */
#category section {
    position: relative;
}
#category section .text-wrap {
    position: absolute;
    top: 51px;
    right: 60px;
    top: 10.7%;
    right: 4.3%;
    background-color: #A4C6E9;
    width: 532px;
    height: 451px;
    width: 39.01%;
    height: 81.2%;
    text-align: center;
    --radius: 27px;
    clip-path: polygon(
        var(--radius) 0,                    /* 左上：面取り */
        100% 0,                             /* 右上：面取りなし */
        100% calc(100% - var(--radius)),    /* 右下：面取り */
        calc(100% - var(--radius)) 100%,    /* 右下：面取り */
        0 100%,                             /* 左下：面取りなし */
        0 var(--radius)                     /* 左上：面取り */
    );
}
#category section#startup .text-wrap {
    transition: width 0.2s ease, height 0.2s ease, right 0.2s ease, top 0.2s ease;
}
#category section#startup .text-wrap:hover {
    width: 39.77%;
    height: 82.78%;
    right: calc(4.3% - (39.77% - 39.01%) / 2);
    top: calc(10.7% - (82.78% - 81.2%) / 2);
}

#category section .text-wrap .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 394px;
    height: 319px;
    width: 72.54%;
    height: 65.02%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;

}
#category section .text-wrap h3 {
    font-size: 5.3rem;
    font-size: 3.8vw;
    font-weight: bold;
    letter-spacing: 0.14em;
}
#category section .text-wrap h3::after {
    content: "";
    display: block;
    width: 1.6em;
    height: 5px;
    background-color: #FFF;
    margin: 20px auto;
    margin: 0.37em auto;
}
#category section .text-wrap p {
    font-size: 3rem;
    font-size: 2.19vw;
    letter-spacing: 0.03em;
    line-height: 1.4;
}
#category section#startup .text-wrap {
    color: #FFF;
}
#category section .text-wrap .btn-wrap .btn-box {
    margin: 45px 0 0;
    width: 100%;
    margin: 11.4% 0 0;
}
#category section .text-wrap .btn-wrap a {
    font-size: 1.3vw;
}
#category section#startup .text-wrap .btn-wrap a {
    border-color: #FFF;
    color: #FFF;
}
#category section#local_features a {
    color: #005AA0;
}
#category section#startup .text-wrap:hover a {
    background-color: #00003C;
    border-color: #00003C;
    color: #3B87FF;
}
#category section .text-wrap .btn-wrap a::after {
    background-image: url(../images/btn-arrow-white.svg);
}
#category section .text-wrap .btn-wrap a:hover::after {
    background-image: url(../images/btn-arrow-h_blue.svg);
}

#category section#local_features .inner {
    width: 100%;
    height: 100%;
    padding: 6.8%;
    box-sizing: border-box;
}

#category section#local_features .text-wrap {
    background-color: #FFF;
    color: #005AA0;
    right: auto;
    left: 83px;
    left: 6.07%;
    /* transition: width 0.2s ease, height 0.2s ease, left 0.2s ease, top 0.2s ease; */
}
/* #category section#local_features .text-wrap:hover {
    width: 39.77%;
    height: 82.78%;
    left: calc(6.07% - (39.77% - 39.01%) / 2);
    top: calc(10.7% - (82.78% - 81.2%) / 2);
} */
#category section#local_features .text-wrap h3 {
    letter-spacing: 0.08em;
}
#category section#local_features .text-wrap h3::after {
    background-color: #005AA0;
}
#category section#local_features .text-wrap .btn-wrap {
    margin-top: 0;
}
#category section#local_features .text-wrap .btn-wrap .comming_soon {
    font-weight: bold;
    font-size: clamp(1.8rem, 2.04vw, 2.8rem);
}
#category section#local_features .text-wrap .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    font-size: clamp(1.3rem, 1.31vw, 1.8rem);
    color: #000;
}
/* #category section#local_features .text-wrap .logos img:first-of-type {
    width: 26.9%;
} */
#category section#local_features .text-wrap .logos img:last-of-type {
    width: 58.7%;
    margin-left: 6.9%;
}
#category section#local_features .text-wrap:hover .logos {
    opacity: 0.5;
}

@media print, screen and (max-width: 1016px) {
    #category section .text-wrap h3 {
        font-size: 3.9379rem;
    }
    #category section .text-wrap p {
        font-size: 2.229rem;
    }
    #category section .text-wrap .btn-wrap a {
        font-size: 1.3374rem;
    }
}
@media print, screen and (max-width: 768px) {
    #category section {
        position: relative;
    }
    #category section .text-wrap {
        position: absolute;
        top: 50.8vw;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 80.1vw;
        height: 39.3vw;
        --radius: 3.5vw;
    }
    #cateogry section#startup .text-wrap {
        /* transition: width 0.2s ease, height 0.2s ease, right 0.2s ease, top 0.2s ease; */
    }
    #category section#startup .text-wrap:hover {
        top: 50.8vw;
        right: 0;
        left: 0;
        width: 80.1vw;
        height: 39.3vw;
    }

    #category section .text-wrap .inner {
        width: 52.6vw;
        height: 32.3vw;

    }
    #category section .text-wrap h3 {
        font-size: 6.5vw;
    }
    #category section .text-wrap h3::after {
        height: 0.7vw;
        margin: 2.7vw auto;
    }
    #category section .text-wrap p {
        font-size: 3.7vw;
        letter-spacing: 0.04em;
        line-height: 1.5;
    }
    #category section .text-wrap .btn-wrap .btn-box {
        margin: 3.8vw 0 0;
    }
    #category section .text-wrap .btn-wrap a {
        font-size: 3.2vw;
        padding: 1vw 0;
    }


    #category section#local_features .inner {
        width: 52.6vw;
        height: 41.7vw;
        padding: 0;
    }

    #category section#local_features .text-wrap {
        top: 40.3vw;
        right: 0;
        left:0;
        height: 50.3vw;
    }

    #category section#local_features .text-wrap .btn-wrap .comming_soon {
        font-size: 3.9vw;
    }
    #category section#local_features .text-wrap .logos {
        padding: 0;
        font-size: 2.1vw;
    }
    #category section#local_features .text-wrap .logos img:last-of-type {
        width: 58.7%;
        margin-left: 6.9%;
    }
}

/* ==============================
  DIGITAL MAP
============================== */
#digital_map {
    background-color: #F1F7FA;
    padding: 3.6% 0 7.3%;
    color: #005AA0;
}
#digital_map h1 {
    text-align: center;
    font-size: 5.3rem;
    font-size: 3.8vw;
    font-weight: bold;
    width: 100%;
    margin-bottom: 4.1%;
}
#digital_map .map-wrap {
    width: 87.7%;
    aspect-ratio: 1199 / 578;
    /* background-color: #5BB1DB; */
    margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
    #digital_map {
        padding: 11.6vw 0 15.3vw;
    }
    #digital_map h1 {
        font-size: 6.5vw;
        margin-bottom: 7.4vw;
    }
    #digital_map .map-wrap {
        width: 92.5vw;
        aspect-ratio: 2 / 1;
    }
}

/* ==============================
  INFORMATION
============================== */
#information {
    color: #005AA0;
    padding: 68px 0 100px;
    padding: 4.9% 0 7.3%;
    background-color: #EBF1FF;
}
#information h1 {
    text-align: center;
    font-size: 5.3rem;
    font-size: 3.8vw;
    font-weight: bold;
    width: 100%;
    margin-bottom: 70px;
    margin-bottom: 5.1%;
}
#information .btn-wrap .btn-box {
    margin: 0 auto;
    width: 48.5%;
}

@media print, screen and (max-width: 1016px) {
    #information h1 {
        font-size: 3.9379rem;
    }
}
@media print, screen and (max-width: 768px) {
    #information {
        padding: 11.6vw 0 13.9vw;
    }
    #information h1 {
        font-size: 6.5vw;
        margin-bottom: 6.7vw;
    }
    #information .btn-wrap .btn-box {
        width: 75.5vw;
    }

}

/* ==============================
  PARTNERS
============================== */
#partners {
    background-color: #FFF;
    padding: 3.6% 0 7.3%;
    color: #005AA0;
}
#partners h1 {
    text-align: center;
    font-size: 5.3rem;
    font-size: 3.8vw;
    font-weight: bold;
    width: 100%;
    margin-bottom: 70px;
    margin-bottom: 5.1%;
    margin-bottom: 3.3%;
}
#partners .partners-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 87.8%;
    margin: 0 auto;
}
#partners .partners-wrap .partners-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
#partners .partners-wrap .item00 {
    width: 15.3%;
}
#partners .partners-wrap .item01 {
    width: 10.5%;
    margin-left: 3.75%;
}
#partners .partners-wrap .item02 {
    width: 24.5%;
    margin-left: 5.29%;
}
#partners .partners-wrap .item03 {
    width: 17%;
    margin-left: 5.91%;
}

#partners .partners-wrap .item04 {
    width: 31.6%;
}
#partners .partners-wrap .item05 {
    width: 26%;
    margin-left: 3.5%;
}
#partners .partners-wrap .item06 {
    width: 12.25%;
    margin-left: 4.08%;
}

#partners .partners-wrap .item07 {
    width: 26.75%;
}
#partners .partners-wrap .item08 {
    width: 25.1%;
    margin-left: 3.4%;
}
#partners .partners-wrap .item09 {
    width: 27%;
    margin-left: 3.3%;
}

#partners .partners-wrap .partners-box:nth-of-type(4) {
    margin-top: 2.8%;
}
#partners .partners-wrap .item10 {
    width: 10.8%;
}
#partners .partners-wrap .item11 {
    width: 23%;
    margin-left: 5.1%;
}
#partners .partners-wrap .item12 {
    width: 23.9125%;
    margin-left: 5.5%;
}

#partners .partners-wrap .partners-box:nth-of-type(5) {
    margin-top: 2%;
}
#partners .partners-wrap .item13 {
    width: 24.4%;
}
#partners .partners-wrap .item14 {
    width: 35.9%;
    margin-left: 3.9%;
}
#partners .partners-wrap .item15 {
    width: 8.1%;
    margin-left: 3%;
}

#partners .partners-wrap .item16 {
    width: 36.6%;
}
#partners .partners-wrap .item17 {
    width: 21.8%;
}
#partners .partners-wrap .item18 {
    width: 26.5%;
}

#partners .partners-wrap .item19 {
    width: 39%;
}
#partners .partners-wrap .item20 {
    width: 17.95%;
    margin-left: 1.38%;
}
#partners .partners-wrap .item21 {
    width: 22.5%;
    margin-left: 4.125%;
}
@media print, screen and (max-width: 768px) {
    #partners {
        padding: 11.6vw 0;
    }
    #partners h1 {
        font-size: 6.5vw;
        margin-bottom: 9.5vw;
    }
    #partners .partners-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 92.5vw;
    }
    /* #partners .partners-wrap .item01 {
        width: 15.5vw;
    }
    #partners .partners-wrap .item02 {
        width: 33.69vw;
        margin-left: 5.9vw;
    } */
}
