@charset "utf-8";
.sougi_footer_container {
    /* max-width: 1140px; */
    width: 100%;
    background: #049;
    padding: 100px 0 60px;
}

.sougi_footer_menu {
    max-width: 1140px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 109px;
}

.sougi_footer_menu ul {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.sougi_footer_menu a {
    color: #ffffff;
}

.font_bold {
    font-weight: bold;
}

.sougi_footer-logo-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 58px;
}

.sougi_footer-logo-wrapper p {
    display: flex;
    align-items: center;
    text-align: right;
}

.sougi_footer_container p {
    color: #fff;
    font-size: 0.87em;
}

.footer-left p{
    text-align: left;
}

.sougi_footer-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 24px 0;
}

.sougi_footer-logo-img {
  width: 270px;
  height: auto;
  background: white;
}

.footer-left {
	text-align: left;
	line-height: 1.6;
}

.copyright {
    text-align: center;
}

@media screen and (min-width: 769px) {

  .sougi_footer_menu.sougi_footer_menu_sp {
        display: none;
    }

    div {
        font-size: 16px;
    }

    div {
        font-size: 16px;
    }

    li {
    list-style: none;
}
}

@media screen and (max-width: 768px) {
    .sougi_footer_container {
        padding: 40px 10%;
    }

    .sougi_footer_menu {
        justify-content: space-evenly;
        margin: 0 auto 40px;
    }

    .sougi_footer_menu_pc {
        display: none;
    }

    .sougi_footer_menu ul {
        width: 50%;
        max-width: 155px;
    }

    .sougi_footer-logo-wrapper {
        flex-direction: column;
    }

    .sougi_footer-logo-wrapper {
        margin-bottom: 28px;
    }
}

