.sub {
  margin-top: 100px;
}

.pd-px {
  padding-left: 25px;
  padding-right: 25px;
}

.pd-py {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd-b {
  padding-bottom: 60px;
}

.sub-content .inner {
  max-width: 1400px;
  width: 100%;
}

.lower-mv {
  height: 400px;
  display: flex;
  align-items: center;
}

/* .hide-container {
  height: 100px;
  overflow: hidden;
}

.hide-default {
  transform: translateY(-100px);
  transition: 0.5s ease;
  animation: showUp 1s ease forwards;
}

@keyframes showUp {
  from {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0);
  }
} */

.lower-mv h2 {
  font-size: 72px;
  margin-bottom: 10px;
}

.lower-mv p {
  font-size: 16px;
  font-weight: 600;
}

.sec-ttl {
  font-size: 32px;
  margin-bottom: 40px;
}

.mission {
  width: 100%;
  line-height: 1.7;
  font-weight: 600;
}

.mission .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 30px;
}

.mission h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.mission p {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.mission p span {
  font-size: 14px;
}

.mission .desc {
  font-weight: 100;
  line-height: 2;
  font-size: 16px;
}

.overview {
  line-height: 1.7;
}

.overview dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 30px 0;
  border-top: 1px solid #00000050;
}

.overview dl:last-of-type {
  border-bottom: 1px solid #00000050;
}

.overview dl dt {
  width: 200px;
}

.maps iframe {
  width: 100%;
  margin-bottom: 10px;
}

.maps .txt-box {
  display: flex;
  justify-content: space-between;
}

.maps .txt-box a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.maps .txt-box a:hover {
  color: #006fbb;
}

.maps .txt-box i {
  color: #006fbb;
}


@media screen and (max-width: 769px) {
.main-header .head-wrap {
  height: 50px;
}}

.active_br br {display: block;}
