@charset "utf-8";
.locl-header_image-01 {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width:1020px){
  .locl-header_image-01 {
    width: 20vw
  }
}
@media screen and (max-width:768px){
  .locl-header_image-01 {
    position: relative;
    width: 16vw;
    max-width: 72px;
    top: auto;
    right: auto;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.locl-header_mv {
  margin-top: -40px;
}
@media screen and (max-width:768px){
  .locl-header_mv {
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: none;
  }
}
@media screen and (max-width:768px){
  .locl-pic-02 {
    width: 100%;
  }
}
.locl-box-01 {
  /* padding: 0 360px 5px 0;
  background-image: url("../img/img-pic-10.png?220516");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain; */
}

.d-flex{
  display: flex;
  padding-bottom: 100px;
}
@media screen and (max-width:768px){
  .locl-box-01 {
    padding: 0 0 30px;
    background-image: none;
  }
  .right_content{
    display: none;
  }
  .d-flex{
    padding-bottom: 0px;
  }
}
.locl-box-01 .elm-contents_text {
  padding-right: 20px;
}
@media screen and (max-width:768px){
  .locl-box-01 .elm-contents_text {
    padding-right: 0;
  }
}
.locl-button-01 {
  padding-left: 10px;
  letter-spacing: -0.04em;
}
@media screen and (max-width:768px){
  .locl-button-01 {
    padding-left: 30px;
  }
}
