@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer{
    color: #fff;
    background: #2E2E2E;
    padding: 48px 0;
}
.footer__inner{
    max-width: 1280px;
	margin: 0 auto;
}
.footer__inner--top{
    display: flex;
	align-items: flex-start;
	justify-content: space-between;
    margin-bottom: 40px;
}
.footer__inner--top--left{
    width: 17.265625%;
    margin-right: 9.6875%;
}
.footer__inner--top--left--logo{
    margin-bottom: 32px;
}
.footer__inner--top--left----line{
    display: inline-block;
    width: 100%;
	padding: 16px 0;
    text-align: center;
	background: #05D35A;
	border-radius: 60px;
    color: #fff;
	font-family: "NotoSansJP";
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
    letter-spacing: 0.03em;
}
.footer__inner--top--right{
    flex: 1;
}
.footer__inner--top--right--menu1{
    display: flex;
	align-items: center;
	justify-content: flex-start;
    margin-bottom: 64px;
}
.footer__inner--top--right--menu1 a{
    color: #fff;
    font-family: "NotoSansJP";
    font-size: 16px;
	font-weight: 500;
	line-height: 1;
    padding: 0 10px;
    margin: 0 10px;
}
.footer__inner--top--right--menu2{
    display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer__inner--top--right--menu2 > div{
    margin-right: 32px;
}
.footer__inner--top--right--menu2 > div:last-of-type{
    margin-right: 0;
}
.footer__inner--top--right--menu2 > div > a{
    display: block;
    color: #fff;
    font-family: "NotoSansJP";
    font-size: 16px;
	font-weight: 500;
	line-height: 1;
    padding: 0 8px;
    margin: 0 8px 24px;
}
.footer__inner--top--right--menu2 > div > div > div{
    margin: 0 24px 12px 32px;
}
.footer__inner--top--right--menu2 > div > div > div > a{
    display: inline-block;
    color: #fff;
    font-family: "NotoSansJP";
    font-size: 14px;
	font-weight: 500;
	line-height: 1;
    padding: 0 8px;
}
.footer__inner--bottom{
    padding-top: 24px;
    border-top: 1px solid #7F7F7F;
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__inner--bottom--text{
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__inner--bottom--text a{
    color: #fff;
	font-family: "NotoSansJP";
    font-size: 12px;
	font-weight: 400;
	line-height: 1;
    padding: 0 10px;
    margin: 0 10px;
}
.footer__inner--bottom--text a:first-of-type{
    padding-left: 0;
    margin-left: 0;
}
.footer__inner--bottom--copyright p{
    color: #7F7F7F;
	font-family: "NotoSansJP";
    font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

@media only screen and (max-width: 1024px) {
    footer{
        padding: 32px 20px;
    }
    .footer__inner{
        max-width: 100%;
    }
    .footer__inner--top--left{
        width: 100%;
        margin-right: 0%;
    }
    .footer__inner--top--left--logo{
        width: 50%;
        margin-bottom: 16px;
    }
    .footer__inner--top--left----line{
        width: 50%;
        padding: 16px 0;
        font-size: 14px;
    }
    .footer__inner--top--right{
        display: none;
    }
    .footer__inner--bottom{
        display: block;
    }
    .footer__inner--bottom--text{
        justify-content: center;
        margin-bottom: 16px;
    }
    .footer__inner--bottom--copyright p{
        text-align: center;
    }
}