@charset "UTF-8";


.potential {
  overflow-x: hidden;
  width: 100%;
}

.mainVisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mainVisual__picture img {
  width: 100%;
  height: 100vh;
  object-position: center;
  object-fit: cover;
}

.mainVisual__capIn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}

.mainVisual .title-page {
  color: #ffffff;
  position: absolute;
  bottom: 6.375%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.mainVisual::after {
  content: '';
  width: 100%;
  height: 18.75%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0%;
  position: absolute;
}

.wrap-content {
  padding: 120px 0 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .wrap-content {
    padding: 60px 0 0;
  }
}

.potential figcaption {
  font-size: 10px;
  text-align: right;
  padding-top: 4px;
}



.potential .title01 {
  text-align: center;
  margin: 0 0 150px;
}

.potential .title02 {
  margin: 0 0 10px;
  font-size: 24px;
}


@media screen and (max-width: 768px) {

  .potential .s-desc {
    font-size: 3.7vw;
  }


  .potential .title01 {
    text-align: center;
    margin: 0 0 80px;
  }

  .potential .title02 {
    font-size: 4.9vw;
    margin: 0 0 20px;
  }
}




.potential--01 {
  margin-bottom: 150px;
}


.potential--01--base {
  background-color: #3A3A3A;
  position: relative;
  max-width: 1300px;
  padding: 80px 50px 60px;
  margin-bottom: 80px;
}

.potential--01--base:nth-of-type(even) {
  margin-right: 0;
  margin-left: auto;
}

.potential--01--base .head--text {
  color: white;
  font-size: 38px;
  font-family: "ovo", serif;
  position: absolute;
  top: -14px;
  letter-spacing: 0.15em;
}

.potential--01--base:nth-of-type(even) .head--text {
  margin-right: 0;
  margin-left: auto;
  right: 30px;

}


.potential--01--base .inner .text--wrap .s-desc {
  line-height: 1.8;
}


.potential--01--base .image--wrap figure {
  padding: 0;
  margin: 0;
}


.potential--01--base .inner .caption--wrap {
  font-size: 10px;
  text-align: right;
  flex-basis: 100%;
  margin-top: 20px;
  line-height: 1.5;
}

.potential--01--base .inner .caption--wrap a {
  color: white;
}

.potential--01--base .inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.potential--01--base.potential01--01 .inner {
  align-items: center;
}

.potential--01--base.potential01--01 .inner .text--wrap {
  flex-basis: 45%;
}

/* .potential--01--base.potential01--01 .image--wrap {
  flex-basis: 48%;
} */





.potential--01--base.potential01--02 .inner .text--wrap,
.potential--01--base.potential01--03 .inner .text--wrap,
.potential--01--base.potential01--04 .inner .text--wrap {
  flex-basis: 100%;
}

.potential--01--base.potential01--02 .image--wrap,
.potential--01--base.potential01--03 .image--wrap,
.potential--01--base.potential01--04 .image--wrap {
  flex-basis: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.potential--01--base.potential01--02 .image--wrap {
  align-items: center;
}

.potential--01--base.potential01--02 .image--wrap figure:first-of-type {
  flex-basis: 55%;
  text-align: center;
}

.potential--01--base.potential01--02 .image--wrap figure:last-of-type {
  flex-basis: 25%;
  margin-right: 30px;
}



@media screen and (max-width: 768px) {


  .potential--01 {
    margin-bottom: 80px;
  }

  .potential--01--base {
    background-color: #3A3A3A;
    padding: 60px 20px 60px;
    margin-bottom: 80px;
  }


  .potential--01--base.potential01--01 .inner {
    flex-direction: column;
    gap: 20px;
  }

  .potential--01--base.potential01--01 .inner .image--wrap {
    order: 1
  }

  .potential--01--base.potential01--01 .inner .text--wrap {
    order: 2
  }

  .potential--01--base.potential01--01 .inner .caption--wrap {
    order: 3
  }


  .potential--01--base.potential01--02 .image--wrap figure:first-of-type {
    flex-basis: 100%;
  }

  .potential--01--base.potential01--02 .image--wrap,
  .potential--01--base.potential01--03 .image--wrap,
  .potential--01--base.potential01--04 .image--wrap {

    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .potential--01--base .head--text {
    position: absolute;
    top: -14px;
    letter-spacing: 0.1em;
  }

  .potential--01--base:nth-of-type(even) .head--text {
    right: auto;
  }

  .potential--02 {
    padding-bottom: 50px;
  }
}



.potential--02--box {
  max-width: 1200px;
  margin: 0 auto 120px;
  border-top: #3A3A3A 1px solid;
  padding-top: 80px;
  text-align: center;
}

.potential--02--box figure {
  max-width: 800px;
  margin: auto;
  padding: 0;
  margin-bottom: 40px;
}

.potential--02--box figure figcaption {
  font-size: 10px;
  text-align: right;
  padding-top: 4px;
}

.potential--02--box h4 {
  margin: 0 0 20px;
  font-size: 24px;
}

.potential--02--box h4 sup {
  font-size: 12px;
}

.potential--02--box .s-desc {
  line-height: 2;
  margin-bottom: 20px;
}

.potential--02--box .caption,
.potential--02--box .caption a {
  color: white;
}

@media screen and (max-width: 768px) {

  .potential--02--box {
    margin-bottom: 50px;
    padding-top: 30px;
  }

  .potential--02--box h4 {
    font-size: 5.2vw;
    line-height: 1.6;
    margin: 0 0 20px;
  }

  .potential--02--box .s-desc {
    text-align: left;
    width: 90%;
    margin: auto;
  }

  .potential--02--box .caption {
    text-align: left;
    width: 90%;
    margin: auto;
  }

  .potential--01--base .head--text {
    font-size: 9vw;
  }
}

.slideshow {
  position: relative;
  width: 500px;
  /* スライドショーの幅 */
  height: 374px;
  overflow: visible;
  /* スライドショーの高さ */
}

.slideshow__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* 最初は非表示 */
  animation: slideshow 9s infinite;
  /* アニメーションを適用 */
}

.slideshow__image:nth-child(1) {
  animation-delay: 0s;
  /* 1枚目の画像は遅延なし */
}

.slideshow__image:nth-child(2) {
  animation-delay: 3s;
  /* 2枚目の画像は3秒遅延 */
}

.slideshow__image:nth-child(3) {
  animation-delay: 6s;
  /* 3枚目の画像は6秒遅延 */
}

@keyframes slideshow {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
    /* 10%の時点で表示 */
  }

  30% {
    opacity: 1;
    /* 30%まで表示を維持 */
  }

  40% {
    opacity: 0;
    /* 40%の時点で非表示 */
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .slideshow {
    position: relative;
    width: 86vw;
    height: 34vh;
  }

}

.map--potential {
  max-width: 700px;
  margin: 0 auto 140px;
}

.map--potential .caption {
  font-size: 12px;
  color: white;
  text-align: right;
}