@charset "utf-8";
/* CSS Document */


footer{
 background-color: #000;
 padding: 100px;
 position: relative;
 z-index: 2;
}

.footer--insert{
 display: flex;
 justify-content: space-between;
 width: 1200px;
 margin: 0 auto;
}
.footer--insert .info{
 width: 400px;
}
.logo-btm img{
 height: 40px;
 width: auto;
}
.footer--insert p.addr{
 font-size: 14px;
 line-height: 150%;
 margin: 10px 0 40px 0;
}

.footer--insert .list{
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}

.footer--insert .bt{
 margin: 0;
 width: 360px;
}

.footer--insert .bt span{
 padding: 14px;
 line-height: 1.5;
 letter-spacing: 0.2em;
 font-weight: 700;
}

.footer--insert .sitemap{
 width: calc(100% - 500px);
}
.social {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin: 0 0 50px 0;
}
.social .sns{
 position: relative;
}
.social .sns .icon{
}
.social .sns .icon img{
 height: 75px;
 width: auto;
}
.social .sns p{
 width: calc(100% - 85px);
 font-size: 13px;
 line-height: 150%;
 letter-spacing: 0;
}
.sitemap--insert {
 gap:30px 0;
}
.sitemap--insert .list{
	width:25%;
}
.sitemap--insert .list:nth-child(2) {
 width:fit-content;
}
.sitemap--insert .list .robo{
 font-size: 14px;
 display: flex;
 align-items: center;
 line-height: 1;
 margin: 0 0 7px 0;
}
.sitemap--insert .list .robo::after{
 content: '';
 display: inline-block;
 width: 20px;
 height: 20px;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.1643 12.0001L12.9572 5.79297L11.543 7.20718L16.3359 12.0001L11.543 16.793L12.9572 18.2072L19.1643 12.0001ZM13.5144 12.0001L7.30728 5.79297L5.89307 7.20718L10.686 12.0001L5.89307 16.793L7.30728 18.2072L13.5144 12.0001Z' fill='rgba(255,255,255,1)'%3E%3C/path%3E%3C/svg%3E");
}
.sitemap--insert .list .robo a{
 font-weight: 700;
}
.sitemap--insert .list ul li{
 line-height: 130%;
}
.sitemap--insert .list ul li span{
 font-size: 14px;
}
footer .sb{
 display: flex;
 justify-content: space-between;
 font-size: 12px;
 margin: 80px 0 0 0;
}


















