@charset "utf-8";

/* ----------------------------------------
	contact.css
---------------------------------------- */
#contact {
  padding-top: 90px;
}

.h1-img {
  overflow: visible;
}

.contact-form-wrapper {
  margin: 8rem 15%;
}

/* contact form */
.wpcf7 {
  margin: 0 10%;
}

#contact-form dl {
  /* display: flex; */
  gap: 4rem;
  align-items: flex-start;
  margin-bottom: 5rem;
}

#contact-form dt {
  /* width: 30%; */
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  margin: 0 0 1rem 1rem;
}

.required p {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #3067d1;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  line-height: 45px;
}

/* #contact-form dd {
  width: 70%;
} */

.wpcf7-form dd input[type="text"],
.wpcf7-form dd input[type="tel"],
.wpcf7-form dd input[type="email"],
.wpcf7-form dd select,
.wpcf7-form dd textarea {
  width: 100%;
  background-color: #eaf0fa;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

.wpcf7-form dd input[type="text"]:focus-visible,
.wpcf7-form dd input[type="tel"]:focus-visible,
.wpcf7-form dd input[type="email"]:focus-visible,
.wpcf7-form dd select:focus-visible,
.wpcf7-form dd textarea:focus-visible {
  outline-color: #3067d1;
  outline-width: 0.5px;
}

::placeholder {
  color: #bac7cc;
  letter-spacing: 0.12rem;
}

.address-line {
  margin-bottom: 2rem;
}

.address-line label {
  margin-left: 1rem;
}

.selectbox-4 {
  lign-items: center;
  position: relative;
}

.selectbox-4::after {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 14px;
  height: 10px;
  background-color: #9ca29d;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox-4 select {
  appearance: none;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: none;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

.wpcf7-not-valid-tip {
  margin-left: 2rem;
}

/* プライバシーポリシーテキスト */
.privacy-policy-text-wrapper {
  margin-left: 2rem;
}

.privacy-policy-text {
  font-size: 0.8rem;
  margin: 0 2rem 0 2.2rem;
}

.privacy-policy-text a {
  color: #3067d1;
  border-bottom: solid 1px #3067d1;
  
}

.privacy-policy-text a:hover {
  color: rgba(48, 103, 209, 0.6);
  border-bottom: solid 1px rgba(48, 103, 209, 0.6);
}

/* 確認画面へボタン */
input.btn{
  max-width:280px;
  margin:0 auto;
  padding:1rem 4rem 1rem 1.5rem;
  background-color:#eaf0fa;
  border-radius:10px;
  color:#3067d1;
  font-weight:700;
  border:none;
  cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%233067d1'/%3E%3Cpath d='M14 20h12M20 14l6 6-6 6' stroke='white' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 15px center;
  background-size:30px;
}





/* 画面幅1180px以下：タブレット対応 */
@media screen and (max-width: 1180px) {
  /* .h1-wrapper::before {
    font-size: 12rem;
    top: 31%;
  } */

  .contact-form-wrapper {
    margin: 8rem 6%;
  }

  .wpcf7 {
    margin: 0 8% 8rem 8%;
  }
}

/* 画面幅767px以下：スマホ対応 */
@media screen and (max-width: 767px) {
  /* .h1-wrapper::before {
    font-size: 11rem;
    top: 28%;
  } */

  /* .h1-content {
    height: 30vh;
  } */

  /* .h1-ttl {
    margin: 0 10% 2rem 10%;
  } */

  .contact-form-wrapper {
    margin: 4rem 6%;
  }

  .btn-circle-wrapper {
    margin-top: 4rem;
  }

  .archive-list-wrapper {
    padding: 4rem 6%;
  }

  h2 {
    font-size: 1.1rem;
  }

  .wpcf7 {
    margin: 0 8% 4rem 8%;
  }

  #contact-form dl {
    display: block;
    margin-bottom: 3rem;
  }

  #contact-form dt {
    width: 100%;
    margin-bottom: 1rem;
  }

  #contact-form dd {
    width: 100%;
  }
}

/* 画面幅575px以下：スマホ対応 */
@media screen and (max-width: 575px) {
  /* .h1-wrapper {
    padding-top: 4rem;
  }

  .h1-wrapper::before {
    font-size: 9rem;
    top: 33%;
  }

  .h1-content {
    height: 25vh;
  } */

  /* .h1-ttl {
    margin: 0 1rem 2rem 1rem;
  } */

  /* .h1-ttl h1 {
    font-size: 1.2rem;
  } */

  /* .h1-content-ttl {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 1rem;
  } */

  .contact-form-wrapper {
    margin: 4rem 1rem;
  }

  .wpcf7 {
    margin: 0 1rem 4rem 1rem;
  }

  #contact-form dl {
    margin-bottom: 2rem;
  }
}
