/* CSS Document */
.pre-inc .cv_btm {
  background: #0A1433;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .cv_btm {
    padding: 1em 0;
  }
}
.pre-inc .cv_btm .inbox {
  max-width: 1084px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  padding: 40px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pre-inc .cv_btm .inbox {
    width: 90%;
    padding: 1em 0;
  }
}
.pre-inc .cv_btm .inbox .copy {
  font-size: 40px;
  color: #fff;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .pre-inc .cv_btm .inbox .copy {
    font-size: 5vw;
  }
}
.pre-inc .cv_btm .inbox .txt {
  font-size: 20px;
  margin: 0 0 1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .cv_btm .inbox .txt {
    font-size: 3.75vw;
  }
}
.pre-inc .cv_btm .inbox .btn {
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .cv_btm .inbox .btn {
    width: 80%;
  }
}
.pre-inc .cv_btm .inbox .btn a {
  display: block;
  background: url(../images/top/entry.webp) no-repeat 100% 100%;
  background-size: cover;
  font-size: 24px;
  text-align: center;
  padding: 0.75em 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .cv_btm .inbox .btn a {
    font-size: 3.25vw;
  }
}
.pre-inc .cv_btm .inbox .btn a.bg-red {
  background: url(../images/top/reserve.png) bottom right/cover no-repeat;
}
.pre-inc .cv_btm .kazari01,
.pre-inc .cv_btm .kazari02 {
  width: 19.791%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .cv_btm .kazari01,
  .pre-inc .cv_btm .kazari02 {
    width: 30%;
  }
}
.pre-inc .cv_btm .kazari02 {
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
}
.pre-inc .cv_btm .bnr-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem 1rem;
}
.pre-inc .cv_btm .bnr-flex div {
  min-width: calc(50% - 1rem);
  width: calc((380px - 100%) * 1000);
  max-width: 100%;
  margin: 0 auto;
}

/*# sourceMappingURL=cv.css.map */
