.mvArea02 {
  position: relative;
  padding: 168px 0 120px;
}
@media (max-width: 991px) {
  .mvArea02 {
    padding: 130px 0 100px;
  }
}
@media (max-width: 767px) {
  .mvArea02 {
    padding: 100px 0 60px;
  }
}
.mvArea02 .ttlArea {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mvArea02 .ttlArea {
    margin-bottom: 30px;
  }
}
.mvArea02 h2 {
  display: inline-block;
  font-size: 150px;
  font-weight: normal;
  color: #607F72;
  line-height: 1;
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 1s ease 1.6s, -webkit-filter 1s ease 1.6s;
  transition: opacity 1s ease 1.6s, -webkit-filter 1s ease 1.6s;
  transition: opacity 1s ease 1.6s, filter 1s ease 1.6s;
  transition: opacity 1s ease 1.6s, filter 1s ease 1.6s, -webkit-filter 1s ease 1.6s;
}
@media (max-width: 1280px) {
  .mvArea02 h2 {
    font-size: 12vw;
  }
}
@media (max-width: 767px) {
  .mvArea02 h2 {
    font-size: 16vw;
  }
}
.mvArea02 h2 span {
  font-size: 24px;
  white-space: nowrap;
  display: block;
  line-height: 1;
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 1s ease 2s, -webkit-filter 1s ease 2s;
  transition: opacity 1s ease 2s, -webkit-filter 1s ease 2s;
  transition: opacity 1s ease 2s, filter 1s ease 2s;
  transition: opacity 1s ease 2s, filter 1s ease 2s, -webkit-filter 1s ease 2s;
}
@media (max-width: 1280px) {
  .mvArea02 h2 span {
    font-size: 1.7vw;
  }
}
@media (max-width: 991px) {
  .mvArea02 h2 span {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .mvArea02 h2 span {
    font-size: 3.5vw;
  }
}
.mvArea02.on h2 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.mvArea02.on h2 span {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.ttl01 {
  text-align: center;
  padding: 100px 0 30px;
  color: #607F72;
  font-size: 80px;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  .ttl01 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .ttl01 {
    font-size: 30px;
  }
}
.ttl01 small {
  display: block;
  font-size: 24px;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .ttl01 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ttl01 small {
    font-size: 15px;
  }
}

.mapImg02 {
  text-align: center;
}
.mapImg02 img {
  width: 100%;
  max-width: 855px;
}

.mapBtn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .mapBtn01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
    margin-top: 40px;
  }
}
.mapBtn01 li {
  width: 48%;
  max-width: 260px;
}
@media (max-width: 767px) {
  .mapBtn01 li {
    width: 100%;
  }
}
.mapBtn01 li a {
  height: 100%;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.2;
  padding: 13px 20px 10px;
  text-align: center;
  -webkit-transition: color 0.4s ease 0s, background 0.4s ease 0s;
  transition: color 0.4s ease 0s, background 0.4s ease 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mapBtn01 li.google a {
  background: #607F72;
  color: #fff;
}
@media (min-width: 768px) {
  .mapBtn01 li.google a:hover {
    background: rgba(96, 127, 114, 0.1);
    color: #607F72;
  }
}
.mapBtn01 li.pdf a {
  background: rgba(96, 127, 114, 0.1);
  color: #607F72;
}
@media (min-width: 768px) {
  .mapBtn01 li.pdf a:hover {
    background: #607F72;
    color: #fff;
  }
}