/* HIGHLIGHT */
.highlight-lead {
  font-size: 1.2em;
  margin-bottom: 40px;
}

.highlight-list {
  padding-top: 20px;
}
.highlight-list__item {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.2em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .highlight-list__item {
    margin-bottom: 80px;
    font-size: 1.1em;
  }
}
.highlight-list__item .content-p {
  line-height: 1.8em;
}
.highlight-list__item .img-map {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .highlight-list__item .img-map {
    width: 83%;
    margin: 0 auto 60px;
  }
}
.highlight-list__h2 {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.5em;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .highlight-list__h2 {
    font-size: 2em;
  }
}
.highlight-list img.icon-point {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .highlight-list img.icon-point {
    width: 226px;
  }
}

.highlight-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 3%;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .highlight-image-list {
    margin-bottom: 40px;
  }
}
.highlight-image-list .highlight-image {
  text-align: center;
  width: 90%;
  height: auto;
  aspect-ratio: 2/1;
  line-height: 1.4em;
  font-size: 1.3rem;
  overflow: hidden;
  border: solid 4px #fff;
}
@media screen and (min-width: 768px) {
  .highlight-image-list .highlight-image {
    width: 48%;
  }
}
.highlight-image-list .highlight-image img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.voice_guide {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .voice_guide {
    margin-top: 100px;
  }
}