@charset "UTF-8";
@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
/*-------------------------------
	Font Awesome
-------------------------------*/
/*-------------------------------
	キービジュアル
-------------------------------*/
.keyvisual {
  background-image: url("../../../../assets/images/contact/bg_keyvisual@2x.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*-------------------------------
	お問い合わせ
-------------------------------*/
.Contact {
  padding-bottom: 16rem;
  border-bottom: 0.1rem solid #707070;
  /*----- 電話 */
  /*----- プライバシーポリシー */
  /*----- ボタン */
}
.Contact__first-message {
  margin-bottom: 6rem;
  text-align: center;
}
.Contact-tel {
  width: 100%;
  max-width: 63rem;
  padding: 2.5rem 3rem 2rem;
  border: 0.1rem solid #161616;
  margin-bottom: 9.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.Contact-tel__title {
  padding-bottom: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #707070;
}
.Contact-tel__staff {
  margin-bottom: 1rem;
  font-weight: 500;
}
.Contact-tel__number {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
.Contact-block {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.Contact-block-wrap {
  width: 100%;
}
.Contact-block:first-child {
  padding-top: 0;
}
.Contact-block:last-child {
  padding-bottom: 0;
}
.Contact-block__title {
  width: 27rem;
  height: 4.5rem;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Contact-block__title--req {
  position: relative;
}
.Contact-block__title--req::after {
  width: 5.5rem;
  height: 2.5rem;
  line-height: 1;
  right: 4rem;
  top: calc(50% - 1.25rem);
  background: #D32A2A;
  font-weight: 700;
  color: #fff;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  content: "必須";
}
.Contact-block__body {
  width: calc(100% - 27rem);
  min-height: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Contact-block__field {
  width: 100%;
}
.Contact-block input[type=text],
.Contact-block textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 0.1rem solid #161616;
}
.Contact-block input[type=text]::-moz-placeholder, .Contact-block textarea::-moz-placeholder {
  color: #9B9B9B;
}
.Contact-block input[type=text]::placeholder,
.Contact-block textarea::placeholder {
  color: #9B9B9B;
}
.Contact-block input[type=text]::-ms-input-placeholder,
.Contact-block textarea::-ms-input-placeholder {
  color: #9B9B9B;
}
.Contact-block input[type=text] {
  height: 4.5rem;
}
.Contact-block textarea {
  height: 26rem;
}
.Contact-policy {
  width: 100%;
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Contact-policy input[type=checkbox] {
  display: none;
}
.Contact-policy input[type=checkbox] + label {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  border: 0.1rem solid #707070;
  /* @include background-image($DIR2,"contact/icon_policy-check.svg",1.5rem); */
  display: block;
  content: "";
}
.Contact-policy input[type=checkbox]:checked + label {
  /* border: .1rem solid $main_color; */
  background-image: url("../../../../assets/images/contact/icon_policy-check--on.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem;
}
.Contact-policy__text {
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Contact-policy__text a {
  line-height: 1;
  display: block;
  text-decoration: underline;
}
.Contact-button {
  margin-top: 8.5rem;
  text-align: center;
}
.Contact-button .a {
  position: relative;
}
.Contact-button .a::after {
  right: 7.5rem;
  top: calc(50% - 0.4rem);
  position: absolute;
}

/*-------------------------------
	確認画面
-------------------------------*/
.Confirm .Contact-block {
  border-bottom: 0.1rem solid;
}
.Confirm .Contact-block:first-child {
  padding-top: 2.5rem;
  border-top: 0.1rem solid;
}
.Confirm .Contact-block:last-child {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  /*-------------------------------
      お問い合わせ
  -------------------------------*/
  .Contact {
    padding-bottom: 10rem;
    border-bottom: 0.3rem solid #707070;
    /*----- 電話 */
    /*----- プライバシーポリシー */
    /*----- ボタン */
  }
  .Contact:first-child {
    padding-top: 5rem;
  }
  .Contact__first-message {
    margin-bottom: 5rem;
  }
  .Contact-tel {
    max-width: 100%;
    padding: 2.5rem 3rem 2rem;
    border: 0.3rem solid #161616;
    margin-bottom: 5rem;
  }
  .Contact-tel__title {
    padding-bottom: 1.5rem;
    border-bottom: 0.3rem solid #707070;
  }
  .Contact-tel__number {
    font-size: 4rem;
  }
  .Contact-block__title {
    width: 100%;
    margin-bottom: 0.5rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .Contact-block__title--req::after {
    width: 6.5rem;
    height: 3rem;
    font-size: 2rem;
    margin-left: 1.5rem;
    position: static;
  }
  .Contact-block__body {
    width: 100%;
    min-height: 6.5rem;
  }
  .Contact-block input[type=text],
.Contact-block textarea {
    padding: 1.5rem 2.5rem;
    border: 0.3rem solid #161616;
  }
  .Contact-block input[type=text] {
    height: 100%;
  }
  .Contact-block textarea {
    height: 30rem;
  }
  .Contact-policy {
    margin-top: 5rem;
  }
  .Contact-policy input[type=checkbox] {
    display: none;
  }
  .Contact-policy input[type=checkbox] + label {
    width: 3rem;
    height: 3rem;
    border: 0.3rem solid #707070;
  }
  .Contact-policy input[type=checkbox]:checked + label {
    /* border: .3rem solid $main_color; */
  }
  .Contact-policy__text {
    font-size: 2.4rem;
  }
  .Contact-button {
    margin-top: 5rem;
  }
  .Contact-button .a::after {
    right: 5rem;
    top: calc(50% - 0.65rem);
  }
  /*-------------------------------
      確認画面
  -------------------------------*/
  .Confirm .Contact-block {
    border-bottom: 0.3rem solid;
  }
  .Confirm .Contact-block:first-child {
    border-top: 0.3rem solid;
  }
}
/*# sourceMappingURL=style.css.map */