@charset "utf-8";
/* CSS Document */
* {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  letter-spacing: 0.04rem;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.mv img {
  width: 100%;
}
.introduction {
  padding: 70px 0;
}
.introduction .pc {
  display: flex;
  justify-content: center;
}
.introduction .pc img {
  width: 1920px;
}
.introduction .slider {
  margin: 50px auto 30px;
  max-width: 1920px;
  width: 100%;
}

.introduction .slider2 {
  margin: 50px auto 30px;
  max-width: 1920px;
  width: 100%;
}
.introduction .slider-img {
  margin: 0 12px;
  padding-right: 20px;
}
.introduction .slider-img img {
  width: 100%;
  height: auto;
}
.reason {
  background-color: #efefef;
  padding: 100px 0;
}
.reason .pc {
  display: flex;
  justify-content: center;
}
.reason .pc img {
  width: 1920px;
  margin-top: 50px;
}
.reason .ttl img {
  width: 1920px;
  margin-top: 0;
}
.point {
  background: url("../img/point_ttl_pc.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0 165px;
}
.point .pc {
  display: flex;
  justify-content: center;
}
.point .pc img {
  width: 1920px;
  margin-top: 70px;
}
.point .ttl img {
  width: 1920px;
  margin-top: 0;
}
.voice {
  background-color: #f4f3ec;
  padding: 70px 0;
}
.voice .pc {
  display: flex;
  justify-content: center;
}
.voice .pc img {
  width: 1920px;
}
.voice .ttl {
  margin-bottom: 80px;
}
.flow {
  padding: 70px 0;
}
.flow .pc {
  display: flex;
  justify-content: center;
}
.flow .pc img {
  width: 1920px;
}
.flow .ttl {
  margin-bottom: 30px;
}
footer {
  background-color: #466574;
  padding: 35px 0;
}
footer p {
  font-weight: 300;
  text-align: center;
  color: #fff;
}
footer .link {
  font-size: 14px;
  margin-bottom: 20px;
}
footer .caption {
  font-size: 11px;
}
/* --------------- *
  form
 * ---------------- */
#form {
  line-height: 1.8;
  background-color: #edf9fa;
  padding: 80px 0;
}
#form h2.pc {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
#form h2 img {
  width: 1920px;
}
#form dl {
  max-width: 548px;
  margin: 30px auto;
  font-size: 0;
}
#form dl + dl {
  border-top: 0;
}
#form dt, #form dd {
  font-size: 18px;
  display: inline-block;
  text-align: left;
}
#form dd {
  font-weight: 300;
}
#form dt {
  vertical-align: top;
  width: 100%;
  text-align: left;
  font-weight: 500;
  padding: 2% 0;
}
#form dt span {
  color: #fff;
  background: #ff6508;
  border-radius: 2px;
  padding: 2px 5px;
  margin-left: 10px;
  font-size: 14px;
}
#form dd {
  width: 100%;
  text-align: left;
}
#form dd input[type="text"], #form dd input[type="email"], #form dd option, #form dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3%;
  border-radius: 5px;
  outline: 0;
  width: 100%;
  background: #fff;
}
#form dd select {
  border-radius: 4px;
  outline: 0;
  background: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 2%;
  width: 22%;
  margin-right: 8px;
}
#form dd select.todofuken {
  width: 50%;
}
#form dd .width-long {
  width: 100%;
}
#form.contact_form p {
  text-align: center;
}
.form_cont {
  font-size: 1.4rem;
}
.form_cont p {
  max-width: 548px;
  margin: 10px auto 40px;
  font-size: 18px;
}
#form .top_button a {
  border: 1px solid #aaa;
  padding: 10px;
  display: block;
  width: 20vw;
  margin: 50px auto;
}
.contact_form .contact_h {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
.btn_submit_form {
  width: 500px;
  height: 98px;
  background: transparent url(../img/btn.png) no-repeat center/auto 100%;
  outline: 0;
  border: 0;
  text-indent: -9999px;
}
.form_btn {
  text-align: center;
}
.form_btn input[type="button"].btn_submit_back, .form_btn input[type="submit"].btn_submit_send {
  color: #fff;
  font-weight: normal;
  border-radius: 2px;
  background: #844633;
  font-size: 18px;
  width: 100%;
  padding: 10px 40px;
}
#form .button_list {
  width: 400px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
}

#form .gender_button {
    margin-right: 20px;
}

#form dd textarea {
    font-size: 16px;
}




@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .introduction {
    padding: 36px 0 16px;
  }
  .introduction .pc {
    display: none;
  }
  .introduction .sp img {
    width: 100%;
  }
  .introduction .slider {
    margin: 30px auto 10px;
    width: 100%;
  }
  .introduction .slider-img {
    margin: 0 12px;
    padding-right: 3px;
  }
  .introduction .slider-img img {
    width: auto;
    height: 8vh;
  }
  .reason {
    background-color: #efefef;
    padding: 20px 0 60px;
  }
  .reason .pc {
    display: none;
  }
  .reason .sp img {
    width: 100%;
    margin-top: 30px;
  }
  .reason .ttl img {
    width: 1920px;
    margin-top: 0;
  }
  .point {
    background: url("../img/point_bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 10px 0 80px;
  }
  .point .pc {
    display: none;
  }
  .point .sp img {
    width: 100%;
    margin-top: 50px;
  }
  .point .ttl img {
    width: 100%;
    margin-top: 0;
  }
  .voice {
    background-color: #f4f3ec;
    padding: 40px 0;
  }
  .voice .pc {
    display: none;
  }
  .voice .sp img {
    width: 100%;
  }
  .voice .ttl {
    margin-bottom: 30px;
  }
  .flow {
    padding: 55px 0;
  }
  .flow .pc {
    display: none;
  }
  .flow .sp img {
    width: 100%;
  }
  .flow .ttl {
    margin-bottom: 24px;
  }
  footer {
    padding: 30px;
  }
  footer .link {
    font-size: 12px;
    margin-bottom: 20px;
  }
  footer .caption {
    font-size: 8px;
    line-height: 1.6;
  }
  #form {
    width: 100%;
    padding: 40px 0;
  }
  #form h2.pc {
    display: none;
  }
  #form h2 img {
    width: 100%;
  }
  #form dl {
    margin: 20px auto;
  }
  #form dt, #form dd {
    display: block;
    width: 100%;
  }
  #form dd label {
    display: inline-block;
  }
  #form .top_button a {
    padding: 10px;
    width: 70%;
    margin: 50px auto 20px;
  }
  #form.contact_form p {
    font-size: 3.6vw;
  }
  #form .button_list {
    width: 100%;
    margin: 80px auto 0;
  }
  .form_btn input[type="button"].btn_submit_back, .form_btn input[type="submit"].btn_submit_send {
    font-size: 18px;
    width: 100%;
    padding: 10px 40px;
  }
  .form_cont {
    padding-bottom: 20px;
    width: 88%;
    margin: 0 auto;
  }
  .form_cont p {
    max-width: 100%;
    margin: 10px auto 30px;
    font-size: 13px;
  }
  .btn_submit_form {
    width: 100%;
    height: auto;
    padding: 5% 0;
    margin: 0 auto;
    background: transparent url(../img/btn.png) no-repeat center/auto 86%;
  }
  .contact_form .contact_h {
    font-size: 2rem;
  }
}