@charset "UTF-8";
.pre-inc #login .title {
  position: relative;
  background: url(../images/common/mv-login.webp) 100% 0%/cover no-repeat #142657;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: min(8vw, 10rem) 0;
}
.pre-inc #login .title h1 {
  font-weight: 700;
}
.pre-inc #login .sec01 {
  margin: 0;
  width: 100%;
  padding: 8em 0;
  background: url(../images/common/bg-login.webp) 100% 0%/cover no-repeat #142657;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pre-inc #login .sec01 {
    padding: 4em 0;
  }
}
.pre-inc #login .sec01 h3 {
  text-align: center;
  color: #1E4FA8;
  font-size: min(5.5vw, 40px);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pre-inc #login .sec01 h3 {
    line-height: 1.4;
  }
}
.pre-inc #login .sec01 .txt {
  margin: 3em auto;
  text-align: center;
  font-size: min(3.8vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pre-inc #login .sec01 .txt {
    margin: 2em auto;
    line-height: 1.6;
  }
}
.pre-inc #login .sec01 .inputbox {
  margin: 0 auto;
  width: 90%;
  max-width: 840px;
  border: 1px #FFF solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-inc #login .sec01 .inputbox .input {
  margin: 0;
  width: 65%;
  position: relative;
  z-index: 2;
  align-self: stretch;
}
.pre-inc #login .sec01 .inputbox .input::before {
  content: "パスワードをご入力ください。";
  width: 16em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: rgba(12, 25, 51, 0.3764705882);
  font-size: min(3.2svw, 16px);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pre-inc #login .sec01 .inputbox .input::before {
    left: 55%;
  }
}
.pre-inc #login .sec01 .inputbox .input #password {
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2509803922);
  position: relative;
  z-index: 2;
  display: block;
  box-shadow: none;
  text-align: center;
  font-size: min(3.8vw, 20px);
  line-height: 1;
}
.pre-inc #login .sec01 .inputbox .btn {
  margin: 0;
  width: 35%;
  background: linear-gradient(90deg, #A78E57, #BEAD66);
  position: relative;
  text-align: center;
  color: #FFF;
  font-size: min(4.2vw, 24px);
  font-weight: 600;
  line-height: 1;
  text-shadow: 1px 1px 1px #000;
}
.pre-inc #login .sec01 .inputbox .btn::after {
  content: "";
  width: 26%;
  height: 80%;
  background: url(../images/common/btn-bg.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.pre-inc #login .sec01 .inputbox .btn input {
  padding: 1em 0;
  position: relative;
  z-index: 2;
  display: block;
  color: inherit;
  width: 100%;
  margin: 0;
  background: initial;
  line-height: inherit;
}
.pre-inc #login .sec01 .inputbox .btn input[type=submit] {
  text-shadow: 1px 1px 1px #000;
}

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