.about_park {
    padding: 0 !important;
}

.bg-light {
    background: #fff !important;
}

.block_nav {
}

.position-relative {
    position: relative;
}

.top_banner {
}

.top_banner .banner_title {
    position: absolute;
    top: 14vw;
    left: 13vw;
}

.top_banner .banner_title .big_title {
    font-size: 3.91vw;
    font-weight: bold;
    letter-spacing: 1vw;
}

.top_banner .banner_title .small_title {
    font-size: 1.3vw;
    line-height: 2em;
    letter-spacing: 0.5vw;
}

.top_banner .banner_title_mobile {
    position: absolute;
    top: 16vw;
    left: 6vw;
}

.top_banner .banner_title_mobile .big_title {
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: 1vw;
}

.top_banner .banner_title_mobile .small_title {
    font-size: 3vw;
    line-height: 2em;
    letter-spacing: 0.5vw;
}

h1 {
    font-size: 6.5vw;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0 0 8vw 0;
}

.culture-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 75vw;
    margin: 0 auto;
}

.culture-list li {
    width: 35vw;
    margin-right: 5vw;
    margin-bottom: 5vw;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
}

.culture-list li:nth-child(even) {
    margin-right: 0;
}

.culture-list li h2 {
    color: var(--danger-color);
    font-size: 5.8vw;
    padding: 4vw 0;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #d3d3d3;
    font-weight: bold;
}

.culture-list li div {
    padding: 4vw 0;
    font-size: 3.7vw;
    line-height: 1.6em;
}

.brief {
    padding: 8vw 8.33vw;
    font-size: 3.7vw;
    line-height: 1.6em;
    background: #fff6ec;
}

.brief img {
    width: 100%;
}

.brief .brief-text {
    padding-top: 8vw;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 5vw 0;
}

.footer-nav .icon {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    border-radius: 50%;
    text-align: center;
    color: white;
    background-color: var(--danger-color);
    font-size: 3vw;
    margin: 0 2vw;
}

.footer-nav .cut-line {
    width: 1px;
    height: 5vw;
    border-right: 2px solid #797979;
    margin: 0 2vw;
}

.footer-nav a {
    display: block;
    font-size: 5vw;
    color: var(--danger-color);
}

.footer-nav a:hover,
.footer-nav a:active {
    text-decoration: underline;
}

.culture-list-pc {
    padding-bottom: 6vw;
}

.culture-list-pc .column-2 {
    width: 32.5vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.culture-list-pc .column-3 {
    width: 50vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.culture-list-pc .card {
    width: 15vw;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    text-align: center;
    margin-bottom: 2.5vw;
}

.culture-list-pc .card h2 {
    color: var(--danger-color);
    font-size: 2.6vw;
    padding: 3vw 0;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #d3d3d3;
    font-weight: bold;
}

.culture-list-pc .card .text {
    font-size: 1.04vw;
    padding: 2vw 0;
    line-height: 2em;
}

@media (min-width: 992px) {
    h1 {
        font-size: 3.1vw;
    }

    .brief {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .brief img {
        width: 50vw;
    }

    .brief-text {
        padding: 8vw 4.8vw 0 4.8vw;
        font-size: var(--font-size-25);
        line-height: 2em;
    }

    .footer-nav {
        padding-bottom: 0;
    }

    .footer-nav .icon {
        width: 1.35vw;
        height: 1.35vw;
        line-height: 1.35vw;
        font-size: 0.7vw;
        margin: 0 2vw;
    }

    .footer-nav a {
        font-size: 1.35vw;
    }

    .footer-nav .cut-line {
        height: 2vw;
        margin: 0 1.5vw;
    }
}