.footer {
  padding-bottom: 30px;
  background-color: #000;
  color: #fff;
	/* border-top: 1px solid #fff; */
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 64px;
  }
}
.footer_inner-upper {
  position: relative;
	background-color: #fff;
}
.footer_inner-upper::before {
	content: "";
	  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.footer_about-franchise-salon {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #454545;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 768px) {
  .footer_about-franchise-salon {
    padding: 16px 0;
		flex-direction: column;
  }
}
.footer_about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
	min-width: 34%;
}
@media screen and (max-width: 768px) {
  .footer_about-title {
    font-size: 21px;
		justify-content: center;
		text-align: center;
		min-width: auto;
		width: 100%;
		align-items: center;
  }
}
.footer_about-logo {
  display: inline-block;
  width: 222px;
}
.footer_about-logo img {
	width: 100%;
}
@media screen and (max-width: 768px) {
  .footer_about-logo {
    width: 100%;
		max-width: 240px;
  }
	.footer_about-logo img {
		width: 100%;
	}
}
.footer_about-desc {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.05em;
	width: 61.5%;
}
@media screen and (max-width: 768px) {
  .footer_about-desc {
    font-size: 26px;
    letter-spacing: -0.02em;
		width: 100%;
  }
}
.footer_company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* max-width: 858px; */
  margin: 40px auto 0;
	/* width: 50%; */
}
@media screen and (max-width: 768px) {
  .footer_company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.footer_info {
	width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
	border-right: 1px solid #fff;
	padding-right: 100px;
}
.footer_info:last-child {
	border-right: none;
	margin-left: 45px;
}
@media screen and (max-width: 768px) {
  .footer_info {
		border-right: none;
		padding: 0;
		margin: 0;
		width: 100%;
		text-align: left;
  }
	.footer_info p {
		font-size:24px;
	}
	.footer_info:first-child {
		border-bottom: 1px solid #fff;
		padding-bottom: 35px;
	}
	.footer_info:last-child {
		margin-left: 0;
		padding-top: 35px;
	}
}
.footer_company {
	color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.footer_head-office {
	color: #fff;
  margin-top: 8px;
  font-size: 1rem;
  /* font-weight: bold; */
}
.footer_address {
	color: #fff;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5;
	font-style: normal;
}
.footer_contact {
  display: grid;
  grid-template: auto/1fr 1fr;
  margin-top: 16px;
	/* width: 50%; */
}
@media screen and (max-width: 768px) {
  .footer_contact {
    display: block;
  }
	.footer_address {
		font-size: 24px;
	}
}
.footer_contact-link {
  grid-area: 1/2/2/3;
  color: #fff;
  font-size: 0.8125rem;
  /* font-weight: bold; */
  line-height: 1.6;
	margin-left: 20px;
}
.footer_copyright {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    font-size: 20px;
  }
	.footer_contact-link {
		margin-left: 0;
	}
}
.footer--copyright {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
	border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .footer--copyright {
    padding-top: 8px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 600px) {
	.footer_info p {
    font-size: 18px;
}
	.footer_about-desc {
			font-size: 16px;
	}
	.footer_address {
			font-size: 14px;
	}
	.footer_copyright {
    font-size: 16px;
}
}
