/*! --------------------------------------------------------------------
------------------------------------------------------------------------
index
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.sec-mv .main-box {
  position: relative;
  height: calc(100vh - 72px);
  min-height: 344px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-mv .main-box {
    height: calc(100vh - 64px);
  }
}

.sec-mv .txt-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec-mv .txt-block .mv-txt {
  color: #fff;
  text-shadow: 2px 2px 2px #999;
  transition: opacity 1s ease-in-out;
}

.sec-mv .txt-block .mv-ttl {
  width: 160px;
}

.sec-mv .txt-block .mv-txt {
  margin-top: 16px;
  font-size: 1.9rem;
  line-height: 2;
  text-align: center;
}

.sec-mv .txt-block .entry-btn a {
  display: block;
  border-radius: 4px;
  font-size: 1.6rem;
  text-align: center;
  width: 240px;
  margin-top: 20px;
  padding: 20px 0;
  background-color: #fff;
  transition-property: background-color, border-color, box-shadow, color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.sec-mv .txt-block .entry-btn a:hover {
  color: #fff;
  box-shadow: 0 0 16px #fff, 0 0 16px #fff;
  background-color: #000;
}

.sec-mv .txt-block .mv-ttl,
.sec-mv .txt-block .mv-txt,
.sec-mv .txt-block .entry-btn {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.sec-mv .txt-block .mv-ttl.is-show,
.sec-mv .txt-block .mv-txt.is-show,
.sec-mv .txt-block .entry-btn.is-show {
  opacity: 1;
}

.sec-mv .bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.form-success-txt {
  margin-top: 24px;
  border: 1px solid #07814e;
  color: #07814e;
  padding: 0 12px;
}

.form-error-txt {
  margin-top: 24px;
  border: 1px solid #db1818;
  color: #db1818;
  padding: 0 12px;
}

/* ========================================================
Head Office
======================================================== */
.glb-container .tie-up-box {
  margin-top: 32px;
  border: 1px solid #ddd;
  padding: 20px 16px 16px;
}

.glb-container .tie-up-box-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
}

.glb-container .tie-up-box-txt {
  margin-top: 12px;
  line-height: 1.9;
}

/*# sourceMappingURL=index.min.css.map*/