@charset "utf-8";
/* CSS Document */
.section-contact__image h2 {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 4.8rem;
  color: #FFF;
  background-image: url("../images/contact/title.png");
  background-repeat: no-repeat;
  padding: 60px 200px;
  display: inline-block;
  width: 1000px;
  height: 200px;
  line-height: 1.0;
  margin-top: 120px;
  background-position: right;
}
.section-contact__image h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .section-contact__image h2 {
    font-size: 2.4rem;
    background-image: none;
    background-color: #2074B1;
    margin-top: 0px;
    width: 100%;
    padding-left: 5%;
    padding-top: 100px;
  }
  .section-contact__image h2 span {
    font-size: 1.6rem;
  }
}
.section-tel_p-1 {
  text-align: center;
  font-size: 2.0rem;
  line-height: 2.0;
  margin: 80px 0;
}
.section-tel_box {
  width: 700px;
  text-align: center;
  margin: 0 auto;
  background-color: #EEF8FF;
  padding: 60px 0;
  margin-bottom: 80px;
}
.section-tel_p-2 {
  color: #2074B1;
  font-size: 1.8rem;
  font-weight: 800;
}
.section-tel_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.section-tel_number {
  font-size: 4.0rem;
  font-weight: 800;
  color: #053457;
  padding-left: 16px;
}
.section-tel_number span {
  font-size: 3.0rem;
}
.section-tel_p-3 {
  font-size: 1.8rem;
}
.tel-icon {
  width: 35px;
}
@media screen and (max-width: 768px) {
  .section-tel_p-1 {
    width: 90%;
    margin: 80px auto 60px;
    font-size: 1.6rem;
    text-align: left;
  }
  .section-tel_box {
    width: 90%;
  }
  .section-tel_p-2 {
    font-size: 1.6rem;
  }
  .tel-icon {
    width: 24px;
  }
  .section-tel_number {
    font-size: 2.4rem;
  }
  .section-tel_number span {
    font-size: 1.6rem;
  }
  .section-tel_p-3 {
    font-size: 1.4rem;
  }
  .section-tel_wrapper {
    padding-bottom: 20px;
  }
}
.section-form h3 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #2074B1;
  text-align: center;
  margin-bottom: 60px;
}
form {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
}
label {
  display: block;
  margin-bottom: 10px;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
  display: block;
  width: 100%;
  border: none;
  outline: solid 1px #aaa;
  padding: 20px 10px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 2px;
}
.radio-vertical {
  flex-direction: column;
  display: inline-flex;
  margin-bottom: 30px;
}
.radio-vertical-box {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
}
.radio-vertical_type {
  margin-bottom: 20px;
}
textarea {
  height: 150px;
}
.form-required {
  font-size: 1.2rem;
  background-color: #7BAFCA;
  padding: 3px 10px;
  color: #fff;
  margin-left: 10px;
}
.privacy-policy {
  margin: 20px auto 60px;
}
.privacy-policy a {
  text-decoration: underline;
}
.form-btm {
  background: #FD7544;
  letter-spacing: 0.2em;
  width: 200px;
  padding: 10px;
  color: #fff;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  transition: 0.5s;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-form {margin: 0 14px;}
  .section-form h3 {font-size: 2.4rem;}
  .radio-vertical-box {display: block;}
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {pointer-events: none;}
}