.lowVisual .photo {
  background: #000;
}

.lowVisual .photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url(../../imgs/img-slide-01.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
}

.contactSection {
  padding-top: 100px;
}
.contactSection--min {
  min-height: 300px;
}
@media only screen and (max-width: 768px) {
  .contactSection--min {
    min-height: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .contactSection {
    padding-top: 21.3333333333vw;
  }
}
.contactSection .tblBlock__group {
  margin-top: 60px;
}
.contactSection .tblBlock__item--ttl {
  line-height: 2.3;
}
.contactSection .tblBlock__item--ttl sup {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(214, 0, 0);
}
@media only screen and (max-width: 768px) {
  .contactSection .tblBlock__item--txt .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.contactSection .tblBlock__item--txt .label--checkbox {
  position: relative;
  padding-left: 24px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .contactSection .tblBlock__item--txt .label--checkbox {
    margin-right: 0;
  }
}
.contactSection .tblBlock__item--txt .label--checkbox:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .contactSection .tblBlock__item--txt .label--checkbox:before {
    top: calc(50% + 1px);
    margin-top: -10px;
  }
}
.contactSection .tblBlock__item--txt .label--checkbox:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -2px;
  width: 25px;
  height: 25px;
  background: url(../../assets/imgs/icon-check.svg) no-repeat 0 0;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .contactSection .tblBlock__item--txt .label--checkbox:after {
    top: calc(50% - 4px);
    margin-top: -12.5px;
  }
}
.contactSection .tblBlock__item--txt input[type=checkbox] {
  display: none;
}
.contactSection .tblBlock__item--txt input[type=checkbox]:checked + .label--checkbox:after {
  opacity: 1;
}
.contactSection .tblBlock__item--txt input[type=text] {
  height: auto;
  background: #ccc;
  margin: 0;
  padding: 5px 10px;
  border: none;
  line-height: 1.3;
}
.contactSection .tblBlock__item--txt input[type=email] {
  height: auto;
  background: #ccc;
  margin: 0;
  padding: 5px 10px;
  border: none;
  line-height: 1.3;
}
.contactSection .tblBlock__item--txt select {
  height: auto;
  background: #ccc;
  margin: 0;
  padding: 5px;
  border: none;
  line-height: 1.3;
}
.contactSection .tblBlock__item--txt textarea {
  width: 100%;
  height: 120px;
  background: #ccc;
  margin: 0;
  padding: 10px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

.address__parts {
  width: 100%;
  margin-top: 10px;
}
.address__parts + .address__parts {
  margin-top: 2px;
}
.address__parts .txt {
  display: inline-block;
  width: 25%;
}

input[type=submit] {
  max-width: 240px;
  height: 56px;
  margin-top: 60px;
  outline: none;
  border: none;
  color: #fff !important;
  cursor: pointer;
}

.input__full textarea {
  width: 100%;
}
.input__long input[type=text] {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .input__long input[type=text] {
    width: 92%;
  }
}
.input__half input[type=text] {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .input__half input[type=text] {
    width: 92%;
  }
}
.input__half input[type=email] {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .input__half input[type=email] {
    width: 92%;
  }
}
.input__middle input[type=text] {
  width: 40%;
}
.input__short input[type=text] {
  width: 50px;
}
.input__shortest input[type=text] {
  width: 30px;
}

.defaultBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.defaultBtn__link {
  width: 240px;
  height: 60px;
  margin-top: 58px;
}
@media only screen and (max-width: 768px) {
  .defaultBtn__link {
    margin-top: 0;
  }
}

.is-disable {
  pointer-events: none;
  opacity: 0.5;
}

.is-active {
  pointer-events: auto;
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */