/*============================
#footer-main
============================*/
footer#footer-main {
    position: relative;
    height: 544px;
    background-color: #397BDF;
    color: #fff;
    padding-top: 120px;
    overflow: hidden;
    background: repeat-x left -800px bottom 120px url(../images/footer_wave_blue.svg), repeat-x left -568px bottom 120px url(../images/footer_wave_white.svg) #397BDF;
}
footer#footer-main div div.upper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 88px;
}
footer#footer-main div div.upper div.logo-area {
    max-width: fit-content;
    font-size: 0.75rem;
    margin-right: 40px;
}

/*============================
#logo-f
============================*/
footer#footer-main div div.upper div.logo-area a#logo-f {
    margin-bottom: 12px;
}
footer#footer-main div div.upper div.logo-area a#logo-f img {
    max-width: 140px;
    display: block;
    margin-bottom: 12px;
}
footer#footer-main div div.upper div.logo-area p.txt-top {
    line-height: 1.25;
}
footer#footer-main div div.upper div.logo-area p.txt-top span.db {
}
footer#footer-main div div.upper nav {
    width: 100%;
    max-width: 944px;
    display: flex;
    align-items: center;
}
footer#footer-main div div.upper nav ul.nav-f {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
}
footer#footer-main div div.upper nav ul.nav-f li {
    width: 100%;
    max-width: 156px;
}
footer#footer-main div div.upper nav ul.nav-f li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
}
footer#footer-main div div.upper nav ul.nav-f li a.fw-b {
}
footer#footer-main div div.copyright {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

footer#footer-main div div.copyright nav {
}
footer#footer-main div div.copyright nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}
footer#footer-main div div.copyright nav ul li {
    width: fit-content;
}
footer#footer-main div div.copyright nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
}
footer#footer-main div div.copyright p {
}
footer#footer-main div p.copy {
    font-size: 7rem;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    right: -8px;
    bottom: -20px;
}
