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

.highlight-list {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .highlight-list {
    padding-top: 40px;
  }
}
.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;
  text-align: left;
}
.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 .highlight-h2 {
  display: block;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .highlight-list .highlight-h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.highlight-list .highlight-h2 .highlight-icon {
  font-family: "Anton", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  color: #E8DB00;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5em;
  border-bottom: 2px solid #E8DB00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .highlight-list .highlight-h2 .highlight-icon {
    font-size: 1.2em;
    width: 2em;
    text-align: center;
  }
}
.highlight-list .highlight-h2 .highlight-icon__h {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .highlight-list .highlight-h2 .highlight-icon__h {
    font-size: 1.5rem;
  }
}
.highlight-list .highlight-h2 .highlight-icon__num {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .highlight-list .highlight-h2 .highlight-icon__num {
    font-size: 6.3rem;
  }
}
.highlight-list .highlight-h2__text {
  font-size: 2rem;
  line-height: 1.8em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .highlight-list .highlight-h2__text {
    font-size: 2.6rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.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 #FFFFFF;
}
@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;
  }
}