@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.un_contactTel_inner {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 40px;
  padding-top: 10.6666666667vw;
  padding-bottom: 40px;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_contactTel_inner {
    display: flex;
    justify-content: center;
    padding: 40px;
  }
}
.un_contactTel_inner dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_contactTel_inner dl {
    justify-content: center;
    gap: 5px;
  }
}
.un_contactTel_inner dl:nth-child(1) {
  border-bottom: 1px solid #bdcad1;
  padding-bottom: 30px;
  padding-bottom: 8vw;
  margin-bottom: 30px;
  margin-bottom: 8vw;
}
@media screen and (min-width: 750px) {
  .un_contactTel_inner dl:nth-child(1) {
    border-bottom: none;
    border-right: 1px solid #bdcad1;
    padding: 0 80px 0 0;
    margin: 0 80px 0 0;
  }
}
.un_contactTel_inner dl dt {
  font-size: 20px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_contactTel_inner dl dt {
    font-size: 2rem;
  }
}
.un_contactTel_inner dl dd a {
  font-family: "Roboto", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #338bbe;
  font-size: 32px;
  font-size: 8.5333333333vw;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .un_contactTel_inner dl dd a {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 750px) and (min-width: 750px) {
  .un_contactTel_inner dl dd a {
    letter-spacing: 0;
  }
}
.un_contactTel_inner dl dd p {
  color: #707070;
}

.un_contactForm {
  margin-top: 80px;
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_contactForm {
    margin-top: 80px;
  }
}
@media screen and (min-width: 750px) {
  .un_contactForm_inner {
    padding-top: 80px;
    border-top: 1px solid #bdcad1;
  }
}
.un_contactForm_lead {
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_contactForm_lead {
    margin-bottom: 40px;
  }
}
.un_contactForm_listInner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 6.4vw;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 40px;
  padding-top: 10.6666666667vw;
  padding-bottom: 40px;
  padding-bottom: 10.6666666667vw;
  border-radius: 8px;
  background: #fff;
}
@media screen and (min-width: 750px) {
  .un_contactForm_listInner {
    padding: 80px;
    gap: 40px;
  }
}
.un_contactForm_listItem {
  display: flex;
  flex-direction: column;
  gap: 15px;
  gap: 4vw;
}
@media screen and (min-width: 750px) {
  .un_contactForm_listItem {
    flex-direction: row;
    align-items: center;
    gap: 45px;
  }
}
@media screen and (min-width: 750px) {
  .un_contactForm_listItem.__comment {
    align-items: flex-start;
  }
}
.un_contactForm_listItem dt {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  .un_contactForm_listItem dt {
    font-size: 1.6rem;
    min-width: 8em;
  }
}
@media screen and (min-width: 750px) {
  .un_contactForm_listItem dd {
    width: calc(100% - 8em - 45px);
  }
}
.un_contactForm_listItem dd input,
.un_contactForm_listItem dd textarea {
  width: 100%;
  border: 1px solid #bdcad1;
  background: #fafafa;
  padding: 0.5em 0.3em;
  border-radius: 4px;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 750px) {
  .un_contactForm_listItem dd input,
  .un_contactForm_listItem dd textarea {
    font-size: 1.6rem;
    width: 60%;
  }
}
.un_contactForm_listItem dd textarea {
  min-height: 12em;
}
@media screen and (min-width: 750px) {
  .un_contactForm_listItem dd textarea {
    width: 100%;
  }
}
.un_contactForm_listPolicy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.un_contactForm_listPolicy label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 750px) {
  .un_contactForm_listPolicy label {
    font-size: 1.6rem;
  }
}
.un_contactForm_listPolicy label input[type=checkbox] {
  margin-right: 1em;
}
.un_contactForm_listPolicy label a {
  color: #338bbe;
  text-decoration: underline;
}
.un_contactForm_btnConfirm, .un_contactForm_btnSubmit {
  margin-top: 40px;
  margin-top: 10.6666666667vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #464646;
  border-radius: 4px;
  height: 60px;
  height: 16vw;
  width: 100%;
  position: relative;
  text-align: center;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 750px) {
  .un_contactForm_btnConfirm, .un_contactForm_btnSubmit {
    margin: 40px auto 0;
    height: 60px;
    width: 320px;
  }
}
.un_contactForm_btnConfirm::after, .un_contactForm_btnSubmit::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(-45deg) translateY(-50%);
}
.un_contactForm_btnConfirm:hover, .un_contactForm_btnSubmit:hover {
  background: #338bbe;
  opacity: 1 !important;
}
.un_contactForm_btnConfirm input[type=submit], .un_contactForm_btnSubmit input[type=submit] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.375;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .un_contactForm_btnConfirm input[type=submit], .un_contactForm_btnSubmit input[type=submit] {
    font-size: 1.6rem;
  }
}
.un_contactForm_btnBack {
  width: 70vw;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #464646;
  border-radius: 4px;
  height: 56px;
  height: 14.9333333333vw;
  position: relative;
  text-align: center;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 750px) {
  .un_contactForm_btnBack {
    margin-top: 40px;
    height: 56px;
    width: 280px;
  }
}
.un_contactForm_btnBack::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #464646;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: rotate(-45deg) translateY(-50%);
}
.un_contactForm_btnBack:hover {
  background: #338bbe;
  border-color: #338bbe;
  opacity: 1 !important;
}
.un_contactForm_btnBack:hover::after {
  border-color: #fff;
}
.un_contactForm_btnBack input[type=submit] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.375;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .un_contactForm_btnBack input[type=submit] {
    font-size: 1.6rem;
  }
}
.un_contactForm_btnBack:hover input {
  color: #fff;
}

.un_contact_hl {
  font-family: "Sawarabi Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-size: 6.4vw;
  line-height: 1.3;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_contact_hl {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.ly_pageHead::after {
  background-image: url(../../img/contact/img_contact_kv_smp.png);
}
@media screen and (min-width: 750px) {
  .ly_pageHead::after {
    background-image: url(../../img/contact/img_contact_kv.png);
  }
}

.errMsg {
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  background: #d94f4f;
  padding: 8px;
  margin-top: 10px;
  min-width: 50%;
}
@media screen and (min-width: 750px) {
  .errMsg {
    font-size: 1.5rem;
  }
}

.un_contactForm_thanksInner {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 40px;
  padding-top: 10.6666666667vw;
  padding-bottom: 40px;
  padding-bottom: 10.6666666667vw;
  gap: 40px;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_contactForm_thanksInner {
    gap: 40px;
    padding: 60px 80px;
  }
}
.un_contactForm_thanksInner p {
  text-align: center;
}
.un_contactForm_thanks_ttl {
  font-family: "Sawarabi Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #338bbe;
  font-size: 24px;
  font-size: 6.4vw;
}
@media screen and (min-width: 750px) {
  .un_contactForm_thanks_ttl {
    font-size: 2.8rem;
  }
}

.ly_toContractor {
  display: none !important;
  visibility: hidden !important;
}

.cf-turnstile {
  position: fixed;
  right: 0;
  bottom: 10px;
  bottom: 2.6666666667vw;
}
@media screen and (min-width: 750px) {
  .cf-turnstile {
    bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */