@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.un_digitalAnchor {
  margin: 80px 0;
}
@media screen and (max-width: 744px) {
  .un_digitalAnchor {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
.un_digitalAnchor_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b6b7b4;
  border-left: none;
  border-right: none;
  padding: 40px 0;
}
@media screen and (max-width: 744px) {
  .un_digitalAnchor_inner {
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}

.un_digitalHead > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 744px) {
  .un_digitalHead > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    gap: 10.6666666667vw;
  }
}
.un_digitalHead_copy {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
.un_digitalHead_copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.un_digitalHead_copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .un_digitalHead_copy {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.un_digitalHead_img {
  width: 640px;
}
@media screen and (max-width: 744px) {
  .un_digitalHead_img {
    width: 100%;
  }
}

.un_digitalCatalog .ly_block_type01 {
  margin-bottom: 100px;
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_digitalCatalog .ly_block_type01 {
    margin-bottom: 80px;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 744px) {
  .un_digitalCatalog .ly_block_type01 {
    margin-bottom: 64px;
    margin-bottom: 17.0666666667vw;
  }
}
.un_digitalCatalog_innerHead {
  margin-bottom: 40px;
}
@media screen and (max-width: 880px) {
  .un_digitalCatalog_innerHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 744px) {
  .un_digitalCatalog_innerHead {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_digitalCatalog_innerHead p {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .un_digitalCatalog_innerHead p {
    font-size: 16px;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_digitalCatalog_innerCont {
    padding-left: 30px;
    padding-left: 3.90625vw;
    padding-right: 30px;
    padding-right: 3.90625vw;
  }
}
.un_digitalCatalog_innerCont p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.un_digitalCatalog_innerCont p:first-child > img {
  width: 240px;
  height: auto;
}
.un_digitalView_head {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 744px) {
  .un_digitalView_head {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_digitalView_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #b6b7b4;
}
@media screen and (max-width: 744px) {
  .un_digitalView_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    gap: 10.6666666667vw;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
  }
}
.un_digitalView_listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  width: calc((100% - 40px) / 2);
  background: #e7e7e6;
  border-radius: 4px;
  padding: 30px 24px;
}
@media screen and (max-width: 744px) {
  .un_digitalView_listItem {
    width: 100%;
    gap: 30px;
    gap: 8vw;
    padding: 30px;
    padding: 8vw;
    padding-right: 16px;
    padding-right: 4.2666666667vw;
    padding-left: 16px;
    padding-left: 4.2666666667vw;
  }
}
.un_digitalView_listItem dt {
  letter-spacing: 0.12em;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.un_digitalView_listItem dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.un_digitalView_listItem dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.un_digitalView_listItem dd:last-child {
  width: 100% !important;
}
.un_digitalView_listItem.__ah dd img {
  width: 200px;
}
@media screen and (max-width: 744px) {
  .un_digitalView_listItem.__ah dd img {
    width: 200px;
    width: 53.3333333333vw;
  }
}
.un_digitalView_listItem.__container dd img {
  width: 155px;
}
@media screen and (max-width: 744px) {
  .un_digitalView_listItem.__container dd img {
    width: 155px;
    width: 41.3333333333vw;
  }
}
.un_digitalView_listItem.__mpt dd img {
  width: 140px;
}
@media screen and (max-width: 744px) {
  .un_digitalView_listItem.__mpt dd img {
    width: 140px;
    width: 37.3333333333vw;
  }
}

.un_digitalForm {
  margin-bottom: 160px;
}
@media screen and (max-width: 744px) {
  .un_digitalForm {
    margin-bottom: 100px;
    margin-bottom: 26.6666666667vw;
  }
}
.un_digitalForm > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .un_digitalForm > div {
    display: block;
  }
}
.un_digitalForm_left {
  width: calc(100% - 630px - 80px);
}
@media screen and (max-width: 880px) {
  .un_digitalForm_left {
    width: 100%;
  }
}
.un_digitalForm_right {
  width: 630px;
}
@media screen and (max-width: 880px) {
  .un_digitalForm_right {
    width: 100%;
  }
}
.un_digitalForm_h2 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 880px) {
  .un_digitalForm_h2 {
    margin-bottom: 80px;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 744px) {
  .un_digitalForm_h2 {
    margin-bottom: 64px;
    margin-bottom: 17.0666666667vw;
  }
}
.un_digitalForm_lead {
  width: 630px;
  margin-bottom: 10px;
}
@media screen and (max-width: 880px) {
  .un_digitalForm_lead {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 744px) {
  .un_digitalForm_lead {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_contactMail_thanks {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .un_contactMail_thanks {
    padding-left: 40px;
    padding-left: 5.2083333333vw;
    padding-right: 40px;
    padding-right: 5.2083333333vw;
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .un_contactMail_thanks {
    padding-left: 20px;
    padding-left: 5.3333333333vw;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
    margin-bottom: 100px;
    margin-bottom: 26.6666666667vw;
  }
}
.un_contactMail_thanksHead {
  width: 83.33333%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 744px) {
  .un_contactMail_thanksHead {
    width: 100%;
    margin-bottom: 64px;
    margin-bottom: 17.0666666667vw;
  }
}
.un_contactMail_thanksHead p:nth-child(1) {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .un_contactMail_thanksHead p:nth-child(1) {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_contactMail_thanksImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 744px) {
  .un_contactMail_thanksImg {
    margin-bottom: 64px;
    margin-bottom: 17.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .un_contactMail_thanksImg img {
    width: 187px;
    width: 49.8666666667vw;
    height: auto;
  }
}
.un_contactMail_thanksLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.un_contactMail_thanksLink a:nth-child(n+3) {
  margin-top: 16px;
}
@media screen and (max-width: 744px) {
  .un_contactMail_thanksLink a:nth-child(n+2) {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}
.un_contactMail_thanksLink a.__bnrLine, .un_contactMail_thanksLink a.__bnrModelhouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e7e7e6;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #b6b7b4;
  border-radius: 4px;
  height: 90px;
  font-weight: 400;
  line-height: 1;
  width: 48.33333%;
  font-size: 1.3rem;
  padding-left: 94px;
}
@media screen and (max-width: 744px) {
  .un_contactMail_thanksLink a.__bnrLine, .un_contactMail_thanksLink a.__bnrModelhouse {
    width: 100%;
    height: 90px;
    height: 24vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    padding-left: 120px;
    padding-left: 32vw;
  }
}
.un_contactMail_thanksLink a.__bnrLine {
  background-image: url(../../img/contact/img_bnr_line.svg);
  background-position: top 19px left 24px;
  background-size: 43px auto;
}
@media screen and (max-width: 744px) {
  .un_contactMail_thanksLink a.__bnrLine {
    background-position: top 4vw left 8.266666vw;
    background-size: 12.8vw auto;
  }
}
.un_contactMail_thanksLink a.__bnrModelhouse {
  background-image: url(../../img/contact/img_bnr_modelhouse.svg);
  background-position: bottom 0 left 16px;
  background-size: 60px auto;
}
@media screen and (max-width: 744px) {
  .un_contactMail_thanksLink a.__bnrModelhouse {
    background-position: bottom 0 left 7vw;
    background-size: 16vw auto;
  }
}

.first-hidden .wpcf7-list-item.first {
  display: none;
  visibility: hidden;
}

p.flex-alignCenter,
label.flex-alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7 dd.column_rvs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-bottom: 10px;
}

span.wpcf7-custom-item-error {
  display: none;
  margin-bottom: 10px;
}
span.wpcf7-custom-item-error.is-show {
  display: block;
}

.wpcf7 span[data-name=name_f] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=name_l] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=kana_f] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=kana_l] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=tel] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=mail] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=mail_confirm] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=age] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=post_01] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=post_02] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=arthome] span.wpcf7-not-valid-tip,
.wpcf7 span[data-name=policy] span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 p:has(span[data-name=name_f]) + p,
.wpcf7 p:has(span[data-name=name_l]) + p,
.wpcf7 p:has(span[data-name=kana_f]) + p,
.wpcf7 p:has(span[data-name=kana_l]) + p,
.wpcf7 p:has(span[data-name=tel]) + p,
.wpcf7 p:has(span[data-name=mail]) + p,
.wpcf7 p:has(span[data-name=mail_confirm]) + p,
.wpcf7 p:has(span[data-name=age]) + p,
.wpcf7 p:has(span[data-name=post_01]) + p,
.wpcf7 p:has(span[data-name=post_02]) + p,
.wpcf7 p:has(span[data-name=arthome]) + p,
.wpcf7 p:has(span[data-name=policy]) + p {
  display: none;
}

label[for=age] {
  display: inline-block;
  position: relative;
}
label[for=age]::after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #75787a;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
}