@charset "utf-8";
/* CSS Document */

.section-top {
  margin-bottom: 40px;
}
.section-top__text {
  padding-top: 240px;
    font-size: 4.8rem;
  color: #fff;
}
.section-top h2 {
  background-color: rgba(115, 116, 117, 0.7);
  max-width: 500px;
  padding: 36px;
  margin: 0 auto;
}
@media(max-width:960px) {
  .section-top__text {
    font-size: 3.6rem;
    padding-top: 170px;
  }
  .section-top h2 {
    max-width: 250px;
  }
}
.section-comment h4 {
  font-size: 2.8rem;
  line-height: 4.5rem;
  padding-bottom: 80px;
}
@media(max-width:960px) {
.section-comment h4 {
  font-size: 2.0rem;
  padding-bottom: 50px;
  max-width: 420px;
  margin: 0 auto;
  }
}


.section-map img {
  padding-bottom: 70px;
  margin: 0 auto;
  display: inherit;
  max-width: 660px;
}

.section-map h4 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  font-weight: 600;
}
.section-map p{
  font-size: 2.0rem;
  line-height: 4.2rem;
  padding-bottom: 50px;
}
.section-map p:last-of-type {
  padding-bottom: 90px;
}
@media(max-width:960px) {
.section-map img {
  height: 200px;
  object-fit: cover;
  padding-bottom: 35px;
  max-width: 330px;
  }
.section-map h4 {
  font-size: 2.0rem;
  padding-bottom: 2px;
  font-weight: 600;
  border-bottom: 1px solid #333;
  display: inline-block;
  margin-bottom: 10px;
  }
.section-map p{
  font-size: 1.6rem;
  line-height: 3.0rem;
  padding:0 24px 45px;
  }
.section-map p:last-of-type {
  padding-bottom: 100px;
  }
}