@media screen and (max-width: 767px) {
  .staff_content .staff_introduction {
    text-align: left;
  }
}
.kyuuhair_logo {
  display: block;
  width: 240px;
  height: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .kyuuhair_logo {
    display: block;
    width: 66.5%;
    max-width: 350px;
    margin-bottom: 30px;
    height: auto;
  }
}
.content_wrapper {
  margin: auto;
  max-width: 1100px;
  width: 100%;
  text-align: center;
}
header .inner .fv_wrapper {
  margin: 0;
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  text-align: center;
}
.access_item {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .access_item {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .access_item {
    height: auto;
  }
}
.access_item:first-child {
  margin-bottom: 20px;
}
.map_img {
  width: 450px;
  height: 299px;
}
@media screen and (max-width: 1366px) {
  .map_img {
    width: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .map_img {
    width: 100%;
  }
}
.address {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .address {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top span::after {
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .about_concept {
    padding-top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .about_concept .inner {
    padding-bottom: 150px;
  }
}
