@charset "UTF-8";
.top-pagetitle {
  padding-top: 14rem;
  margin: 0 0 50px 22%;
  position: relative;
}
.top-pagetitle__txt h2 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 0;
}
.top-pagetitle__small {
  font-size: 1.8rem;
}
.top-img {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  border-top-right-radius: 8rem;
}
.top-img__obj {
  background-image: url(../img/subpage-top_img_02.jpg);
  background-position: left -300px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-contact__form {
  padding: 8rem 0 15rem;
  margin: 100px 5% 200px;
  position: relative;
  background-color: rgba(242, 242, 241, .6);
  border-radius: 8rem 8rem 0 0;
}
.contact-form__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.contact-form__lead {
  font-size: 1.8rem;
}
.contact-form__detail {
  margin: 80px auto 0 auto;
  width: 100%;
  max-width: 1000px;
  font-family: YuGothic, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
.form-detail__item {
  padding-bottom: 4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.form-item__label {
  font-weight: 600;
  margin-bottom: 10px;
}
.form-item__label-required {
  border-radius: 50vh;
  text-align: center;
  background-color: #58BFD2;
  color: #FFF;
  font-size: 1.2rem;
  padding: .5rem 1rem;
  margin-left: 10px;
  font-weight: 600;
}
.form-item__input {
  border: 1px solid rgba(169, 180, 186, .6);
  border-radius: 5px;
  width: 100%;
  max-width: 1000px;
  background-color: #FEFEFE;
  font-size: 1.6rem;
  padding: 2rem 1rem;
  line-height: 2;
}
.form-item__input::placeholder {
  font-size: 1.6rem;
  color: rgba(61, 57, 52, .4);
}
.form-item__txtarea {
  border: 1px solid rgba(169, 180, 186, .6);
  border-radius: 5px;
  width: 100%;
  max-width: 1000px;
  height: 250px;
  background-color: #FEFEFE;
  font-size: 1.6rem;
  padding: 2rem 1rem;
}
.form-item__txtarea::placeholder {
  font-size: 1.6rem;
  color: rgba(61, 57, 52, .4);
  line-height: 1.5;
}
.form-detail__item input:focus {
  outline: 1.5px solid #3894A5;
  border-radius: 5px;
}
.form-detail__item textarea:focus {
  outline: 1.5px solid #3894A5;
  border-radius: 5px;
}
.policy-check__txt {
  text-align: center;
  margin: 2rem auto 2rem auto;
}
.policy-check__link {
  color: #3894A5;
  border-bottom: 1.5px solid #3894A5;
  margin: 0 5px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.policy-check__link:hover {
  color: #58BFD2;
  border-bottom: 1.5px solid #58BFD2;
}
.policy-check__txt a {
  color: #3894A5;
  border-bottom: 1.5px solid #3894A5;
  margin: 0 5px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.policy-check__txt a:hover {
  color: #58BFD2;
  border-bottom: 1.5px solid #58BFD2;	
}
.priv-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.priv-checkbox__input {
  display: none;
}
.priv-checkbox__txt {
  padding: .2rem 0 0 4rem;
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .1em;
  height: 25px;
}
.priv-checkbox__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(169, 180, 186, .6);
  border-radius: 5px;
  background-color: #FFF;
}
.priv-checkbox__input:checked + .priv-checkbox__txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 5px solid #3894A5;
  border-right: 5px solid #3894A5;
}
.priv-checkbox__btn {
  width: fit-content;
  text-align: center;
  margin: 60px auto 0 auto;
  padding: .4rem;
  border-radius: 50vh;
  background: linear-gradient(to right, #3894A5, #58BFD2);
  box-shadow: 0 5px 20px 0 rgba(169, 180, 186, .2);
  transition: all .3s;
  -webkit-transition: all .3s;
}
.priv-checkbox__btn:hover {
  transform: scale(1.1, 1.1);
}
.btn-confirm {
  display: inline-block;
  padding: 1.5rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .1em;
  background-color: #FFF;
  color: #3D3935;
  border: none;
  border-radius: 50vh;
  cursor: pointer;
  width: 300px;
  height: 60px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.btn-confirm:hover {
  color: #58BFD2;
}
/*
.btn-confirm:disabled {
  cursor: not-allowed;
  background: #FFF;
  color: rgba(61, 57, 53, .4);
  border-radius: 50vh;
}
*/
@media (max-width:1440px) and (min-width:1025px) {
  .top-img__obj {
    background-position: center -180px;
  }
  .contact-form__content {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .top-pagetitle__txt h2 {
    font-size: 3.6rem;
  }
  .top-pagetitle__small {
    font-size: 1.6rem;
  }
  .top-img {
    height: 100vh;
    max-height: 360px;
  }
  .top-img__obj {
    background-position: center -100px;
  }
  .contact-form__content {
    width: 90%;
  }
}
@media (max-width:960px) {
  .top-pagetitle__txt h2 {
    font-size: 3.2rem;
  }
  .top-pagetitle__small {
    font-size: 1.6rem;
  }
  .top-img {
    max-height: 320px;
    border-top-right-radius: 6rem;
  }
  .section-contact__form {
    border-radius: 6rem 6rem 0 0;
  }
}
@media (max-width:768px) {
  .top-pagetitle__txt h2 {
    font-size: 2.8rem;
  }
  .top-pagetitle__small {
    font-size: 1.4rem;
  }
  .top-img {
    max-height: 270px;
    border-top-right-radius: 5rem;
  }
  .section-contact__form {
    border-radius: 5rem 5rem 0 0;
  }
  .contact-form__lead {
    font-size: 1.6rem;
  }
  .form-item__label, .form-item__input, .policy-check__txt {
    font-size: 1.4rem;
  }
  .form-item__input::placeholder {
    font-size: 1.4rem;
  }
  .form-item__txtarea::placeholder {
    font-size: 1.4rem;
  }
  .priv-checkbox label {
    font-size: 1.6rem;
  }
  .priv-checkbox label::before {
    width: 20px;
    height: 20px;
  }
  .btn-confirm {
    width: 250px;
    height: 50px;
    font-size: 1.8rem;
  }
}
@media (max-width:428px) {
  .top-pagetitle__txt h2 {
    font-size: 2.4rem;
  }
  .top-pagetitle__small {
    font-size: 1.2rem;
  }
  .top-img {
    max-height: 220px;
  }
  .top-img__obj {
    background-position: center;
  }
  .form-item__input {
    padding: 1.5rem 1rem;
  }
  .priv-checkbox label {
    line-height: 1.5;
  }
  .btn-confirm {
    width: 220px;
    height: 40px;
    padding: 1rem 2rem;
  }
  /*
  input[type="submit"] {
    width: 200px;
    height: 50px
  }
*/
}
@media (max-width:320px) {
  .top-img {
    height: 170px;
  }
  .form-item__input {
    font-size: 1.2rem;
  }
  .form-item__label-required {
    font-size: 1rem;
  }
  .priv-checkbox__txt {
    font-size: 1.6rem;
  }
  .btn-confirm {
    font-size: 1.6rem;
  }
}