@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     contact


============================================================================= */
.contact {
  overflow: hidden;
  padding: 0 0 120px;
}

.contact-txt {
  font-size: 2rem;
  line-height: 1.8181818182;
  margin-bottom: 2em;
  margin-top: 2em;
}
.contact-txt.boxes {
  margin-top: 60px;
}

.contact-tel {
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  color: #d16248;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Host Grotesk", "Noto Serif JP", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 30px auto 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-tel img {
  width: 60px;
}
.contact-tel:hover {
  opacity: 0.7;
}

.contact-item {
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 0px;
  position: relative;
  z-index: 2;
}
.contact-item:nth-of-type(2n + 1):before {
  background: #f2f2f2;
  content: "";
  height: 100%;
  left: 50%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
  /* 
  @include mq("tab") {
    left: -$pd-tab;
  }

  @include mq("sp") {
    left: -$pd-sp;
  } */
}
.contact-item._name {
  padding-bottom: 0;
}

.contact-radio {
  padding-left: 1em;
}
.contact-radio + .contact-radio {
  margin-top: 2em;
}

.contact-item-title {
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.45;
  margin-top: 0.75em;
  min-width: 300px;
}
.contact-list._comfirm .contact-item-title {
  margin-top: 0;
}
.contact-item-title .contact-require-label {
  background: #203367;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 0.5em;
  white-space: nowrap;
}
.contact-item-title._accept {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  text-align: center;
  width: 100%;
}

.contact-privacy-txt {
  font-size: 2rem;
  font-weight: bold;
  margin: 80px auto 0;
}

.contact-privacy {
  font-size: 2.2rem;
  margin: 40px auto 0;
  text-align: center;
}

.form-btn-content {
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto 0;
}

.index-btn.form {
  max-width: 550px;
  width: 100%;
}

.wpcf7-not-valid-tip {
  white-space: nowrap;
}

.privacy-txt {
  line-height: 2;
}

.index-btn.form {
  position: relative;
}
.index-btn.form:hover span {
  background: #fff;
}
.index-btn.form:hover span:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
}
.index-btn.form.back span {
  background: #fff;
}
.index-btn.form.back span:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
}
.index-btn.form.back:hover span {
  background: #000;
}
.index-btn.form.back:hover span:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.index-btn.form span {
  background: #000;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
}
.index-btn.form span:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 12px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 12px;
}
@media (max-width: 1128px){
  .index-btn.form span {
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 1000px){
  .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-item-title {
    gap: 20px;
    min-width: unset;
  }
}
@media (max-width: 767px){
  .contact {
    padding-bottom: 80px;
  }
  .contact-txt.boxes {
    margin-top: 32px;
  }
  .contact-txt {
    font-size: 1.5rem;
  }
  .contact-tel {
    font-size: 3.6rem;
    margin-top: 20px;
  }
  .contact-tel img {
    width: 30px;
  }
  .contact-item {
    font-size: 1.6rem;
  }
  .contact-item-title {
    font-size: 1.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0px;
    width: 100%;
  }
  .contact-item-title .re {
    font-size: 1.2rem;
  }
  .contact-item-title._accept {
    margin-top: 40px;
  }
  .contact-privacy-txt {
    font-size: 1.6rem;
    margin-top: 40px;
  }
  .contact-privacy {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .form-btn-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .index-btn.form span {
    height: 40px;
    min-height: auto;
    min-width: auto;
    width: 40px;
  }
  .index-btn.form span:before {
    height: 8px;
    width: 8px;
  }
}

/*# sourceMappingURL=contact.css.map*/