@charset "UTF-8";

/* ---------------------------------------------
	Footer
--------------------------------------------- */
.l-footer {
	background-color: #414141;
	color: #fff;
	/* position: relative;
	z-index: 0; */
}
.l-footer a {
	color: #fff;
}
.l-footer__companyinfo .l-footer__companyinfo__title {
	font-weight: 400;
}
.l-footer__companyinfo address {
	margin-top: 0.7em;
  line-height: 1.733333333333333;
}
.l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns{
  display: flex;
  align-items: baseline;
  column-gap: 15px;
}
.l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns__title{
  font-weight: bold;
}
.l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns__icons ul{
  display: flex;
}
.l-footer__copyright{
  margin: auto;
  width: calc(100% - 12vw);
}
.l-footer__copyright small{
  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  .l-footer {
    padding-top: 81px;
    padding-bottom: 49px;
  }  
  .l-footer .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-footer__companyinfo .l-footer__logo {
    height: 60px;
    margin-top: -6px;
  }
  .l-footer__companyinfo {
    padding-right: 8%;
  }
  .l-footer__companyinfo .l-footer__companyinfo__title {
    margin-top: 30px;
    font-size: 20px;
    font-size: 2rem;  
  }
  .l-footer__companyinfo address {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-footer__navi {
    border-left: 1px solid #fff;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: calc(100% - 33.3%);
    padding-left: 6.25%;
  }
  .l-footer__navi > li a {
    font-weight: 400;
  }
  .l-footer__navi > li a + a{
    margin-top: 2em;
  }
  .l-footer__navi > li .sub {
    margin-bottom: 2em;
    margin-top: 0.875em;
  }
  .l-footer__navi > li .sub:last-of-type {
    margin-bottom: 0;
  }
  .l-footer__navi > li .sub li {
    width: 100%;
  }
  .l-footer__navi > li .sub li a {
    font-weight: 300;
    position: relative;
    padding-left: 2.2em;
  }
  .l-footer__navi > li .sub > li + li {
    font-weight: 300;
    margin-top: 0.83em;
  }
  .l-footer__navi > li .sub li a::before {
    content: "ー";
    margin-right: 1em;
    font-size: 1.3em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(calc(-50% + 1px));
  }
  .l-footer__navi > li:nth-child(1) {
    width: 39.45%;
  }
  .l-footer__navi > li:nth-child(2) {
    width: 32.95%;
  }
  .l-footer__navi > li:nth-child(2) .sub{
    margin-bottom: 3em;
  }

  .l-footer__sns__wrap{
    margin-top: 41px;
  }
  .l-footer__sns__wrap .l-footer__sns + .l-footer__sns{
    margin-top: 8px;
  }
  .l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns__title{
    font-size: 1.4rem;
    min-width: 85px;
    display: inline-flex;
    justify-content: space-between;
  }
  .l-footer__sns__wrap .l-footer__sns:nth-of-type(2) .l-footer__sns__title{
    letter-spacing: normal;
  }
  .l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns__icons ul{
    column-gap: 30px;
  }
  .l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns__icons a{
    width: 16px;
  }
  .l-footer__copyright{
    margin-top: 86px;
    max-width: 1200px;
  }
  .l-footer__copyright small{
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.015em;
  }
}

@media screen and (min-width: 1280.02px) {
  .l-footer__navi > li:nth-child(3) a + a{
    margin-top: 1.775em;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1280px) {
  .l-footer__navi {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .l-footer__navi > li:nth-child(1) {
    width: 53%;
  }
  .l-footer__navi > li:nth-child(3) {
    display: flex;
    width: 100%;
    column-gap: 5%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.25em;
  }
  .l-footer__navi > li:nth-child(3) a{
    margin-top: 0.5em;
  }
  .l-footer__companyinfo__room{
    display: block;
  }
}

@media screen and (max-width: 999px) {
  .l-footer {
    padding-bottom: 34px;
    padding-top: 61px;
    text-align: center;
  }
  .l-footer__logo{
    max-width: 264px;
    display: inline-block;
    margin-bottom: 42px;
  }
  .l-footer__companyinfo__title{
    font-size: 16.8px;
    letter-spacing: 0.065em;
  }
  .l-footer__companyinfo address {
    font-size: 12.6px;
    letter-spacing: 0.075em;
  }
  .l-footer__navi {
    display: none;
  }  
  .l-footer__sns__wrap{
    margin-top: 30px;
  }
  .l-footer__sns__wrap .l-footer__sns__inner{
    display: inline-flex;
    column-gap: 27px;
  }
  .l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns__title{
    font-size: 11.76px;
  }
  .l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns__icons ul{
    column-gap: 15px;
  }
  .l-footer__copyright{
    margin-top: 52px;
  }
  .l-footer__copyright small{
    font-size: 9.1px;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer {
    padding-bottom: 8.5vw;
    padding-top: 15.25vw;
  }
  .l-footer__logo{
    max-width: 66vw;
    margin-bottom: 10.5vw;
  }
  .l-footer__companyinfo__title{
    font-size: 4.2vw;
  }
  .l-footer__companyinfo address {
    font-size: 3.15vw;
  }
  .l-footer__sns__wrap{
    margin-top: 7.5vw;
  }
  .l-footer__sns__wrap .l-footer__sns__inner{
    column-gap: 6.75vw;
  }
  .l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns {
    column-gap: 3.75vw;
    align-items: center;
  }
  .l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns__title{
    font-size: 2.94vw;
  }
  .l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns__icons ul{
    column-gap: 3.75vw;
  }
  .l-footer__sns__wrap .l-footer__sns__inner .l-footer__sns__icons ul li a{
    width: 3.25vw;
    display: flex;
    align-items: center;
    transform: translateY(0.25vw);
  }
  .l-footer__copyright{
    margin-top: 13vw;
  }
  .l-footer__copyright small{
    font-size: 2.275vw;
  }
}

/* 
@media screen and (max-width: 479px) {
  footer {
    padding-top: 18.75vw;
  }
  .l-footer__companyinfo p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-footer__companyinfo address span {
    font-size: 3.54167vw;
  }
} 
*/
