@charset "UTF-8";
.contact-keyvis .keyvis {
  background: url(../images/pp/keyvis-pp.png) no-repeat #000 center center/cover;
}
@media screen and (max-width: 768px) {
  .contact-keyvis .keyvis {
    background: url(../images/pp/keyvis-pp-sp.png) no-repeat #000 center center/cover;
  }
}
.contact-keyvis .keyvis-head {
  top: 22.4rem;
  right: 26.1rem;
}
@media screen and (max-width: 768px) {
  .contact-keyvis .keyvis-head {
    top: 2.9rem;
    right: 2.9rem;
  }
}

.contact {
  padding-top: 9.84rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 2.4rem;
  }
}
.contact-title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.07em;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-title {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.01em;
  }
}
.contact-text {
  text-align: center;
  margin-top: 3.89rem;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 2.142;
}
@media screen and (max-width: 768px) {
  .contact-text {
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 1.4rem;
    line-height: 1.785;
  }
}
.contact-form {
  margin: 0 auto;
  margin-top: 11.06rem;
}
@media screen and (max-width: 768px) {
  .contact-form {
    width: 100%;
    margin-top: 3.4rem;
  }
}
.contact-form li:not(:first-child) {
  margin-top: 2.47rem;
}
@media screen and (max-width: 768px) {
  .contact-form li:not(:first-child) {
    margin-top: 3.4rem;
  }
}
.contact-form .label {
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-form .label {
    font-size: 1.2rem;
  }
}
.contact-form .label span {
  margin-top: 0.2rem;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.9rem;
  font-weight: 500;
  color: #fff;
  background-color: #cb3d63;
  height: 1.9rem;
  width: 4.18rem;
  margin-left: 1.65rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form .label span {
    font-size: 0.8rem;
    height: 1.336rem;
    line-height: 1.336rem;
    width: 2.92rem;
    margin-left: 1rem;
  }
}
.contact-form #radio_wrap {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b2b2b3;
  border-radius: 2px;
  width: 40.3rem;
  height: 4.498rem;
}
@media screen and (max-width: 768px) {
  .contact-form #radio_wrap {
    width: 100%;
  }
}
.contact-form #radio_wrap label {
  display: flex;
  align-items: center;
}
.contact-form #radio_wrap > span > span {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form #radio_wrap > span > span {
    gap: 2.9rem;
  }
}
.contact-form #radio_wrap span {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .contact-form #radio_wrap span {
    font-size: 1.4rem;
    line-height: 1.42;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  margin-top: 1.03rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form textarea {
    margin-top: 0.98rem;
  }
}
.contact-form textarea {
  height: 25.7rem;
}
@media screen and (max-width: 768px) {
  .contact-form textarea {
    height: 18rem;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
  height: 4.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel] {
    height: 3.93rem;
  }
}
.contact-form .send_btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
  display: block;
  width: 14.6rem;
  height: 3.5rem;
  line-height: 3.5rem;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 auto;
  margin-top: 7.78rem;
  margin-bottom: 8.9rem;
}
@media screen and (max-width: 768px) {
  .contact-form .send_btn input {
    font-size: 0.9rem;
    height: 2.26rem;
    line-height: 2.26rem;
    width: 12.94rem;
    margin-top: 3.34rem;
    margin-bottom: 5.23rem;
  }
}
.contact-form .radioBtn {
  display: flex;
  flex-direction: column;
}
.contact-form .radioBtn .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-form .radioBtn .ttl {
    font-size: 1.2rem;
  }
}
.contact-form .radioBtn .ttl span {
  margin-top: 0.2rem;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.9rem;
  font-weight: 500;
  color: #fff;
  background-color: #cb3d63;
  height: 1.9rem;
  width: 4.18rem;
  margin-left: 1.65rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form .radioBtn .ttl span {
    font-size: 0.8rem;
    height: 1.336rem;
    line-height: 1.336rem;
    width: 2.92rem;
    margin-left: 1rem;
  }
}
.contact-form .radioBtn .wpcf7-form-control-wrap {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  margin-top: 1.03rem;
  width: 100%;
  min-height: 4.5rem;
  border: 1px solid rgb(118, 118, 118);
  border-radius: 0.2rem;
}
.contact-form .radioBtn .wpcf7-radio {
  flex-wrap: wrap;
  row-gap: 2rem;
  display: flex;
  align-items: center;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .contact-form .radioBtn .wpcf7-radio {
    margin-left: 0;
    row-gap: 0.8rem;
  }
}
.contact-form .radioBtn .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-form .radioBtn .wpcf7-radio .wpcf7-list-item label {
    margin-left: 0.8rem;
  }
}
.contact-form .radioBtn .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact-form .radioBtn .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}
.contact-form .radioBtn .wpcf7-radio .wpcf7-list-item label input {
  margin-right: 0.4rem;
}
.contact-form .tmp-file {
  margin-top: 3.42rem !important;
}
.contact-form .tmp-file > span:first-child {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contact-form .tmp-file > span:first-child {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.contact-form .tmp-file input {
  display: none;
}
.contact-form .tmp-file .new-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 14.6rem;
  height: 3.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  border: 1px solid #000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form .tmp-file .new-btn {
    min-width: 15.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
}
.contact-form .tmp-file .label-wrap {
  width: 31.3rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-form .tmp-file .label-wrap {
    width: 100%;
    margin-top: 1.2rem;
  }
}
.contact-form .tmp-file #file-selected {
  flex: 1;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  margin-left: 1.96rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact-form .tmp-file #file-selected {
    font-size: 1.5rem;
    margin-left: 2.1rem;
    word-break: break-all;
  }
}
.contact-form .tmp-file p {
  text-align: center;
  margin-top: 1.65rem;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.9636;
}
@media screen and (max-width: 768px) {
  .contact-form .tmp-file p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.666;
    white-space: nowrap;
    letter-spacing: 0;
  }
}

.red-bnr {
  background-color: #cb3d63;
  height: 16.3rem;
  padding-top: 2.48rem;
}
@media screen and (max-width: 768px) {
  .red-bnr {
    height: 17.6rem;
    padding-top: 3.04rem;
  }
}
.red-bnr-text {
  text-align: center;
  font-size: 2.1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .red-bnr-text {
    font-size: 1.6rem;
    height: 5.4rem;
    line-height: 1.875;
    margin-top: -0.3rem;
  }
}
.red-bnr-tel {
  margin-top: 2.27rem;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 1.44rem;
  font-size: 4.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 5.7rem;
}
@media screen and (max-width: 768px) {
  .red-bnr-tel {
    gap: 0.78rem;
    margin-top: 1.34rem;
    font-size: 4.2rem;
    line-height: 4.9rem;
    height: 4.9rem;
  }
}
.red-bnr-tel::before {
  content: "";
  background: url(../images/common/tel.png) no-repeat center center/contain;
  display: block;
  width: 4.4rem;
  height: 4.4rem;
}
@media screen and (max-width: 768px) {
  .red-bnr-tel::before {
    width: 3.99rem;
    height: 3.99rem;
  }
}/*# sourceMappingURL=contact.css.map */