.under_mv {
  background: url("../images/mv_camp.jpg") center center/cover;
  position: relative;
}
.under_mv h1 {
  padding: 115px 0;
}
.under_mv .contact_img {
  width: 210px;
  position: absolute;
  bottom: -60px;
  right: 10%;
}
@media all and (max-width: 1120px) {
  .under_mv .contact_img {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .under_mv {
    background: url("../images/mv_camp_sp.jpg") center center/cover;
  }
  .under_mv h1 {
    padding: 47px 0;
  }
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inner {
  padding: 0 8vw;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .inner {
    padding: 0 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.ct_atn1 {
  padding: 20px 0;
  box-sizing: border-box;
  margin: 40px 0 0 0;
  background: #F2F2F2;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.ct_atn1 h2 {
  text-align: center;
  font-size: 2rem;
}
.ct_atn1 .btn_c2 {
  max-width: 660px;
  margin: 20px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.ct_atn1 .btn_c2 a {
  text-decoration: none;
  color: white;
  text-align: center;
  border-radius: 50px;
  background: url("../images/bt3_arw1_w.png") center right 20px no-repeat, #6795BB;
  background-size: 16px auto;
  border: 1px solid #6795BB;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 6px 0;
  transition: all 0.3s ease;
}
.ct_atn1 .btn_c2 a i {
  width: 100%;
}
.ct_atn1 .btn_c2 a:hover {
  background: url("../images/bt3_arw1.png") center right 15px no-repeat, white;
  background-size: 16px auto;
  color: #6795BB;
}
@media all and (max-width: 767px) {
  .ct_atn1 {
    padding: 20px 0;
    margin: 20px 0 0 0;
  }
  .ct_atn1 h2 {
    font-size: 1.5rem;
  }
  .ct_atn1 .btn_c2 {
    margin: 20px auto 0 auto;
    grid-template-columns: 1fr;
    gap: 10px 0;
    width: 90%;
  }
  .ct_atn1 .btn_c2 a {
    height: 60px;
    line-height: 1.5;
    display: flex;
    align-items: center;
  }
  .ct_atn1 .btn_c2 a i {
    width: 100%;
  }
}

.lead_conf {
  display: none;
}

.forms_w {
  margin: 80px 0 0 0;
}
.forms_w .ttl {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.forms_w .ttl i {
  color: #FA7D7D;
}
.forms_w .line {
  margin-bottom: 20px;
}
.forms_w .ch {
  font-size: 1.4rem;
}
.forms_w .ch span {
  position: relative;
}
.forms_w .ch input[type=radio] {
  position: absolute;
  opacity: 0;
}
.forms_w .ch input[type=radio] + span:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 3px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.forms_w .ch input[type=radio]:checked + span:before {
  background-color: #333;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.forms_w input[type=text], .forms_w textarea {
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #0994D4;
}
.forms_w textarea {
  height: 250px;
  resize: vertical;
}
.forms_w .subs {
  margin: 40px 0 0 0;
}
.forms_w .bt2 input {
  width: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  background: #0994D4;
  color: white;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  font-weight: bold;
  border: 1px solid #0994D4;
  cursor: pointer;
}
.forms_w .bt2 input:hover {
  background: white;
  color: #0994D4;
}
.forms_w .bt1 input {
  width: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  color: #0994D4;
  background: white;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  font-weight: bold;
  border: 1px solid #0994D4;
  cursor: pointer;
}
.forms_w .bt1 input:hover {
  background: #0994D4;
  color: white;
}
@media all and (max-width: 767px) {
  .forms_w {
    margin: 40px 0 0 0;
  }
  .forms_w .mwform-radio-field {
    display: block;
    margin-top: 10px;
  }
  .forms_w .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}

.mw_wp_form_confirm .lead {
  display: none;
}
.mw_wp_form_confirm .lead_conf {
  margin-top: 60px;
  display: block;
  text-align: center;
}
.mw_wp_form_confirm .subs {
  margin: 40px auto 0 auto;
  max-width: 450px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.mw_wp_form_confirm .ct_atn1 {
  display: none;
}
.mw_wp_form_confirm .btn_r2 {
  display: none;
}
@media all and (max-width: 767px) {
  .mw_wp_form_confirm .subs {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
}

.forms_cp3 {
  text-align: center;
}
.forms_cp3 .fct {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
.forms_cp3 p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.forms_cp3 .fctx {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .forms_cp3 .fct {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .forms_cp3 .fctx {
    font-size: 1.6rem;
    text-align: left;
  }
}

.top_btn_w a {
  width: 200px;
  margin: 40px auto 0 auto;
  display: block;
  border-radius: 10px;
  background: #0994D4;
  color: white;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  font-weight: bold;
  border: 1px solid #0994D4;
  cursor: pointer;
  text-decoration: none;
}
.top_btn_w a:hover {
  background: white;
  color: #0994D4;
}

.btn_r2 {
  margin: 40px 0 0 0;
}
.btn_r2 .bx {
  padding: 20px 40px;
  box-sizing: border-box;
  margin: 40px 0 0 0;
  background: #F2F2F2;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.btn_r2 a {
  margin: 0 auto;
  padding: 12px 0;
  box-sizing: border-box;
  width: 310px;
  display: block;
  text-decoration: none;
  color: white;
  border-radius: 100px;
  text-align: center;
  border: 1px solid #0994D4;
  font-weight: bold;
  background: url("../images/bt2_arw1.png") center right 20px no-repeat, #0994D4;
  background-size: 16px auto;
  transition: all 0.3s ease;
  font-size: 2rem;
}
.btn_r2 a:hover {
  color: #0994D4;
  background: url("../images/bt2_arw1_w.png") center right 15px no-repeat, white;
  background-size: 16px auto;
}
.btn_r2 .ct_btn2 {
  border: 1px solid #6795BB;
  background: url("../images/bt3_arw1_w.png") center right 20px no-repeat, #6795BB;
  background-size: 16px auto;
  font-size: 2rem;
}
.btn_r2 .ct_btn2:hover {
  color: #6795BB;
  background: url("../images/bt3_arw1.png") center right 15px no-repeat, white;
  background-size: 16px auto;
}
@media all and (max-width: 767px) {
  .btn_r2 .bx {
    padding: 20px;
    margin: 30px 0 0 0;
    grid-template-columns: 1fr;
  }
  .btn_r2 h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .btn_r2 a {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .btn_r2 .ct_btn2 {
    font-size: 1.6rem;
  }
}

.tl2 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.tl2:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #0994D4;
}
@media all and (max-width: 767px) {
  .tl2 {
    font-size: 1.8rem;
    padding-left: 30px;
  }
  .tl2:before {
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
  }
}

.tl22 {
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .tl22 {
    margin-top: 40px;
  }
}

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