@charset "UTF-8";
/* フッターナビ */
.footer-nav {
    background-color: var(--blue);
}

@media screen and (max-width: 768px) {
    .footer-nav {
        text-align: center;
        display: contents;
      
    }
}

.footer-nav__items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 22px;
}

@media screen and (max-width: 768px) {
    .footer-nav__items {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        order: 1;
    }
}

.footer-nav__item {
    display: flex;
}
.footer-nav__link {
    display: flex;
    align-items: center;
}
.footer-nav__link:hover {
    opacity: 0.7;
}

/* .nav-icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
  } */

.footer-nav__item-title {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    line-height: 1.8;
}

.footer-nav__contact {
    background-color: #fff;
    padding: 0px 16px;
    color: var(--blue);
}
@media screen and (max-width: 768px) {
    .footer-nav__contact {
        padding: 16px 46px;
    }
}
.footer-nav__icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}
.footer-nav__contact-title {
    font-size: 14px;
    color: var(--blue);
}

.footer {
    padding-top: 80px;
    padding-bottom: 20px;
    background-color: var(--blue);
    position: relative;
	width: 100%;
}

@media screen and (max-width: 768px) {
    .footer--top {
        /* padding-bottom: 230px; */
    }
}

.footer::after {
    position: absolute;
    /* bottom: -99px;
    left: 0; */
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(https://cgc-tokushima-startup.com/wp-content/uploads/2025/05/ol-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .footer::after {
        background-image: url(https://cgc-tokushima-startup.com/wp-content/uploads/2025/05/ol_SP-1.png);
    }
}

.footer__inner {
    display: flex;
    gap: 40px;
}

@media screen and (max-width: 768px) {
    .footer__inner {
        flex-direction: column-reverse;
        align-items: center;
        gap: 16px;
    }
}

.footer__contents {

}
@media screen and (max-width: 768px) {
    .footer__contents {
        display: contents;
       
    }
}

.footer__logo {
    width: 44px;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .footer__logo {
        margin: 14px auto 0;
    }
}

.footer-nav__logo-text {
    margin-top: 8px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #fff;
}

.footer__copyright {
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer__banner {
    width: 290px;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .footer__banner {
        width: 100%;
        max-width: 176px;
    }
}

.footer__banner a img:hover {
    opacity: 0.7;
}

.footer-nav__logo {
    max-width: 200px;
}

@media screen and (max-width: 768px) {
    .footer-nav__logo-link {
       order: 2;
    }
}