@charset "utf-8";
.locl-header_mv {
  margin-top: 20px;
}
@media screen and (max-width:768px){
  .locl-header_mv {
    margin: 20px -15px 0;
    max-width: calc(100% + 30px);
  }
}
@media screen and (max-width:1020px){
  .locl-header_copy {
    max-width: 55%;
  }
}
.locl-list-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.locl-list-icon_item {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 5px;
}
.locl-icon-02 {
  margin-top: -8px;
}
.elm-experience__wrap {
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
}
.elm-experience {
  display: flex;
  justify-content: space-between;
  color: #333;
  text-align: left;
  font-size: 14px;
  line-height: 2.1428;
}

.elm-experience__text {
  display: flex;
  flex-flow:column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px){
  .elm-experience__text {
    width: 100%;
  }
}

.elm-experience__text li {
  padding: 0 0 0 1em;
  position: relative;
}
@media screen and (max-width:768px){
  .elm-experience__text li {
    padding: 10px 0 10px 1em;
    border-bottom: 1px #333 solid;
    width: 100%;
  }
  .elm-experience__text li:first-child {
    padding: 0 0 10px 1em;
  }
  .elm-experience__text li:last-child {
    border-bottom: 0;
    padding: 10px 0 0 1em;
  }
  .elm-experience__text-image {
    margin-left: -15px;
    max-width: calc(100% + 15px);
    margin-top: 5px;
  }
}

.elm-experience__text-span {
  position: relative;
}

.elm-experience__text-span::before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 9px;
}

.elm-experience__icon {
  position: absolute;
  right: -39px;
  top: 0;
  align-items: center;
  display: flex;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:768px){
  .elm-experience__icon {
    display: none;
  }
}

.elm-experience__icon img {
  vertical-align: middle;
}
@media screen and (max-width:768px){
  .elm-experience__image {
    display: none;
  }
}

.elm-experience__image li {
  margin: 0 0 2px;
}