/* access-start */

.access-mv {
  background: url(../img/access-bg.png) no-repeat;
  background-position: center;
  height: 500px;
}

.access-mv .inner {
  background-color: #fff;
  height: fit-content;
  padding: 60px 50px;
  text-align: center;
  width: 100%;
  margin-bottom: -50px;
}

.access-maps iframe {
  width: 100%;
  height: 400px;
}

.icon-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.banner-wrap a img {
  width: 100%;
  max-width: 700px;
}

/* access-end */

#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 69;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid var(--color-02);
}

#page_top a::before {
  font-weight: 900;
  content: ">";
  font-size: 20px;
  color: var(--color-02);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  padding-bottom: 3px;
}

.lower-mv {
  height: 250px;
  position: relative;
  background-position: center;
  background-size: cover;
  position: relative;
}

.lower-mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #040b3a56;
}

.lower-mv .inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.lower-mv h1 {
  color: #fff;
  /* padding-top: 100px; */
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}

.lower-mv h1 span {
  font-size: 22px;
}

.breadcrumb {
  padding: 15px 25px 0 25px;
}

.breadcrumb ul {
  display: flex;
  gap: 10px;
  color: #000;
}

.breadcrumb ul li a {
  color: #000;
}
