/* -------------------------------------------------- */
/* headimage */

.area-headimage {
  background-image: url(../images/area/area-headimage.webp);
}

/* -------------------------------------------------- */
/* area */

.area-index {
  margin-bottom: 100px;
  padding-top: 0;
}
.area-index .title {
  line-height: 1;
  position: static;
  text-align: center;
  width: 100%;
}
.area-index .area-body {
  padding-bottom: 90px;
  position: relative;
}
.area-index .area-body::before {
  background: url(../images/area/area-bg01.webp) no-repeat 0 0 / 100% auto;
  bottom: -260px;
  content: '';
  display: block;
  height: 689px;
  left: 0;
  position: absolute;
  width: 400px;
  z-index: 2;
}
.area-index .area-body::after {
  background: url(../images/area/area-bg02.webp) no-repeat 0 0 / 100% auto;
  bottom: -200px;
  content: '';
  display: block;
  height: 393px;
  left: 0;
  opacity: .24;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.area-index .area-content {
  min-height: 963px;
}
.area-index .area-map {
  background: url(../images/area/area-map.webp) no-repeat top right / 755px 963px;
  height: 963px;
  position: absolute;
  right: 0;
  top: 0;
  width: 872px;
}
.area-index .area-map ul li span {
  font-size: 1.4rem;
  padding: .65em;
  width: 140px;
}
.area-index .area-map ul li:nth-child(1) span {
  left: 549px;
  top: 88px;
}
.area-index .area-map ul li:nth-child(2) span {
  left: 430px;
  top: 400px;
}
.area-index .area-map ul li:nth-child(3) span {
  left: 658px;
  top: 558px;
}
.area-index .area-map ul li:nth-child(4) span {
  left: 560px;
  top: 658px;
}
.area-index .area-map ul li:nth-child(5) span {
  left: 435px;
  top: 708px;
}
.area-index .area-map ul li:nth-child(6) span {
  left: 83px;
  top: 605px;
}
.area-index .area-map ul li:nth-child(7) span {
  left: 294px;
  top: 763px;
}
.area-index .area-map ul li:nth-child(8) span {
  left: 0;
  top: 674px;
}
.area-button {
  justify-content: flex-start;
  margin: 30px 0 0;
}
.area-button a {
  background: transparent url(../images/arrow-right-black.webp) no-repeat center right 20px / 6.5px 9.5px;
  border: 1px solid var(--text-color1);
  color: var(--text-color1);
}

/* -------------------------------------------------- */
/* base */

.base-content {
  margin-bottom: 20px;
}
.base-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.base-image figcaption {
  padding: .5em;
  text-align: center;
}

/* -------------------------------------------------- */
/* detail */

.detail {
  padding-bottom: 70px;
  padding-top: 0;
}
.detail .title {
  line-height: 1;
  position: static;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.detail span.global {
  color: var(--main-color2);
  font-size: 1.8rem;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.detail h2.global {
  margin-bottom: 60px;
}
.detail-content {
  margin-bottom: 50px;
}
.detail-content.grid {
  margin-bottom: 90px;
}
.detail-content p {
  line-height: 1.8;
}
.detail-content h3 {
  border-bottom: 1px solid #707070;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: .25em 0;
}

/* -------------------------------------------------- */
/* results */

.results {
  margin-top: 80px;
}

/* -------------------------------------------------- */
/* voice */

.voice {
  padding-bottom: 20px;
}
