@charset "UTF-8";

/* ==========================================================================
   フッター用スタイル
   ========================================================================== */

.footer {
    background: #00AAD4
}

.footer-catch {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: center;
    padding-top: 43px;
    padding-bottom: 30px
}

@media (max-width:900px) {
    .footer-catch {
        font-family: Inter;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%
    }
}

.footer-separator {
    width: 1280px;
    margin: auto
}

.footer-logo {
    width: 184px;
    margin: auto;
    padding-top: 17px;
    padding-bottom: 24px
}

.footer-nav:before {
    content: "";
    width: 1256px;
    display: block;
    margin: auto;
    border-top: 1px solid white
}

@media (max-width:900px) {
    .footer-nav:before {
        width: 303px
    }
}

.footer-nav_list {
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    width: 75vw;
    margin: auto;
    padding-top: 44px;
	color: #fff;
}

@media (max-width:900px) {
    .footer-nav_list {
		display: grid;
		grid-auto-flow: column;
    	grid-template-rows: repeat(4, auto);
		align-items: center;
        width: auto;
		grid-auto-columns: 1fr;
    }
}

.footer-nav_item {
    text-align: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 27px
}


@media (max-width:900px) {
    .footer-nav_item {
        flex: 0 0 100%;
		padding-left: 0px;
		padding-right: 0px;
        padding-bottom: 19px
    }
}

.footer-nav_link {
    text-decoration: none;
    color: inherit
}

.footer-copyright {
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 54px;
    padding-bottom: 31px;
    color: white;
    text-align: center;
}
