@charset "UTF-8";
/*==================================================
sp pc
==================================================*/
@media all and (max-width: 769px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/*==================================================
contact
==================================================*/
@media all and (max-width: 768px) {
  .contact .-under .p-mv__inner::after {
    display: none;
  }
}
.contact .-under.p-mv {
  padding: 6rem 0 4rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .contact .-under.p-mv {
    padding: 2rem 0 4rem;
    overflow: hidden;
    min-height: 22rem;
  }
}
.contact .p-mv__ttl {
  padding-right: min(12vw, 12rem);
}
.contact .p-mv__sub_img {
  position: absolute;
  top: 8rem;
  right: calc(32vw - 400px);
  z-index: -9;
}
@media all and (max-width: 768px) {
  .contact .p-mv__sub_img {
    width: 18rem;
    top: 1rem;
    right: -3rem;
  }
}
.contact .p-mv::before {
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 14rem, 100% 100%, 0 calc(100% - 14rem));
  clip-path: polygon(0 0, 100% 14rem, 100% 100%, 0 calc(100% - 14rem));
  content: "";
  height: 30rem;
  left: 0;
  position: absolute;
  top: 41rem;
  width: 100%;
  z-index: -3;
}
@media all and (max-width: 768px) {
  .contact .p-mv::before {
    -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
    clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
    height: 18rem;
    top: 18rem;
  }
}
.contact .p-mv::after {
  z-index: -10;
  height: 51rem;
}
@media all and (max-width: 768px) {
  .contact .p-mv::after {
    height: 24rem;
  }
}
.contact__read {
  margin: -1rem 0 4rem;
  text-align: center;
  font-weight: var(--font-weight-bold);
}
.contact__read p {
  margin-top: 2rem;
}
@media all and (max-width: 768px) {
  .contact__read {
    margin: -1rem 0 3rem;
    text-align: center;
  }
}
.contact .m-btn.-more {
  font-size: 1.6rem;
  width: 36rem;
}
@media all and (max-width: 768px) {
  .contact .m-btn.-more {
    width: 25rem;
  }
}
@media all and (max-width: 768px) {
  .contact__inner {
    margin-top: -4rem;
  }
}
.contact__flow {
  margin: 0 auto;
  max-width: 70rem;
}
@media all and (max-width: 768px) {
  .contact__flow {
    margin: 2rem auto 8rem;
  }
}
.contact__flow-lists {
  counter-reset: decimal;
  display: grid;
  gap: 4rem;
  line-height: 1.5;
  grid-template-columns: 1fr 1fr 1fr;
  width: 64rem;
}
@media all and (max-width: 768px) {
  .contact__flow-lists {
    gap: 2rem;
    width: auto;
  }
}
.contact__flow-list {
  align-items: center;
  border-bottom: 0.2rem solid;
  color: #ccc;
  counter-increment: decimal;
  display: grid;
  font-weight: var(--font-weight-bold);
  grid-template-columns: 7rem 1fr;
  padding-bottom: 1rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .contact__flow-list {
    font-size: 1.4rem;
    gap: 0.5rem;
    grid-template-columns: 1fr;
    line-height: 1.4;
    text-align: center;
  }
}
.contact__flow-list::before {
  content: counter(decimal, decimal-leading-zero);
  font-size: 4rem;
  font-weight: var(--font-weight-base);
  justify-self: center;
  letter-spacing: 0;
  line-height: 1;
}
.contact__flow-list:not(:last-child)::after {
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  content: "";
  height: 1.2rem;
  position: absolute;
  right: -2.4rem;
  top: 2rem;
  transform: translateX(-25%) rotate(45deg);
  width: 1.2rem;
}
@media all and (max-width: 768px) {
  .contact__flow-list:not(:last-child)::after {
    right: -1.8rem;
    top: 4rem;
  }
}
.contact__flow-list.-current {
  color: var(--main-color);
}
.contact__form {
  margin-top: 4rem;
}
.contact__form-lists {
  display: grid;
  gap: 2.4rem;
}
@media all and (max-width: 768px) {
  .contact__form-lists {
    gap: 3.2rem;
  }
}
.contact__form-foot {
  margin-top: 8rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .contact__form-foot {
    margin-top: 6rem;
  }
}
.contact__form-submit {
  margin-top: 6rem;
}
.contact__ttl {
  color: #707070;
  font-size: 3.2rem;
  font-weight: var(--font-weight-base);
  margin: 2.5em 0 1em;
}
@media all and (max-width: 768px) {
  .contact__ttl {
    margin-top: 6rem;
  }
}
.contact__policy {
  border: 0.1rem solid #D5D5D5;
  line-height: 1.63;
  margin-bottom: 2.4rem;
  max-height: 18rem;
  overflow-y: auto;
  padding: 3rem;
  text-align: left;
}
@media all and (max-width: 768px) {
  .contact__policy {
    padding: 2rem;
  }
}
.contact__policy .m-ttl-2 {
  color: #707070;
  font-size: 2.4rem;
  margin: 1em 0 0.5em;
}

.l-header {
  position: absolute;
  background-color: unset;
}

.l-footer {
  background-color: #fff;
  margin-top: 10rem;
  padding-bottom: 4rem;
}
@media all and (max-width: 768px) {
  .l-footer {
    margin-top: 6rem;
    padding-bottom: 2.4rem;
  }
}
.l-footer__contact {
  display: none;
}
.l-footer-nav {
  display: none;
}

/*==================================================
法人フォーム
==================================================*/
body:has(.--business) {
  background-color: var(--main-color-lt);
}

.--business.contact .p-mv::after {
  background-color: #fff;
}
.--business.contact .p-mv::before {
  background-color: var(--main-color-lt);
}
.--business .p-breadcrumb {
  background-color: rgba(255, 255, 255, 0.6);
}
.--business .contact__policy {
  background-color: #fff;
}
.--business .l-footer__contact {
  display: none;
}
/*# sourceMappingURL=contact.css.map */