@charset "UTF-8";
/**変数**/
html, body {
  font-size: 62.5%;
}

body {
  font-family: serif;
}

div {
  width: 100%;
}

div img {
  width: 100%;
}

.sp {
  display: none;
}

.sec02, .sec05 {
  padding: 2vw 0 10vw;
}

.btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5vw 0;
  background: #0071bc;
  color: #fff;
}

.btn h1 {
  font-size: 3vw;
  margin-bottom: 2.5vw;
}

.btn p {
  font-size: 1vw;
  margin-top: 2vw;
}

.btnList {
  display: flex;
  justify-content: center;
}

.btnList a {
  display: block;
}

.btnList a img {
  width: 90%;
}

.btnList a:nth-child(2) {
  margin-left: 20px;
}

/*form*/
.formWrap {
  background: url("../img/orange.png") center top no-repeat;
  background-size: cover;
  padding: 3vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.formWrap p {
  width: 60%;
  text-align: center;
  margin-bottom: 40px;
}

.formWrap .formArea {
  width: 500px;
  margin: 0 auto;
}

.formWrap .formArea form {
  display: flex;
  flex-direction: column;
}

.formWrap .formArea form label {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}

.formWrap .formArea form input {
  background: #fff;
  border: 1px solid #000;
  height: 50px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.formWrap .formArea form .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.formWrap .formArea form .box label {
  margin-left: 10px;
  padding-bottom: 10px;
}

.formWrap .formArea form .box input {
  width: 20px;
}

.formWrap .formArea form .send {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 25px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #1fa200;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  display: block;
  margin: auto;
  width: 400px;
}

.formWrap .formArea form .send[disabled] {
  background-color: #aaa;
  cursor: not-allowed;
}

.formWrap .formArea form .required {
  color: #000;
}

footer {
  padding-bottom: 2vw;
}

footer ul {
  background: #e6e6e6;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

footer ul li {
  font-size: 1vw;
}

footer ul li:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
}

footer div {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 20px;
  font-size: 1vw;
}

/*thanks*/
.thanksSp {
  display: none;
}

.thanksPc {
  background: url("../img/thanks.png") center top no-repeat;
  background-size: cover;
  height: 100vh;
}

.thanksPc p {
  padding-top: 300px;
  text-align: center;
}

.thanksPc p img {
  width: 1000px;
}

.thanksPc a {
  display: block;
  width: 400px;
  margin: 30px auto 0;
}

@media screen and (max-width: 1000px) {
  .thanksPc p img {
    width: 700px;
  }
}

/*------------------------------------
          スマホCSS
--------------------------------------*/
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .btn {
    width: 100%;
    padding: 30px 20px;
  }
  .btn h1 {
    font-size: 8vw;
    margin-bottom: 5vw;
    line-height: 1.5;
  }
  .btn p {
    font-size: 5vw;
    margin-top: 5vw;
  }
  .btnList {
    display: flex;
    justify-content: center;
  }
  .btnList a {
    display: block;
  }
  .btnList a img {
    width: 90%;
  }
  .btnList a:nth-child(2) {
    margin-left: 20px;
  }
  .formWrap {
    padding: 20vw 0;
  }
  .formWrap p {
    width: 100%;
  }
  .formWrap .formArea {
    width: 100%;
    padding: 0 20px;
  }
  .formWrap .formArea input {
    width: 100%;
  }
  .formWrap .formArea form .send {
    width: 100%;
  }
  footer {
    padding-bottom: 2vw;
  }
  footer ul {
    background: #e6e6e6;
    padding: 20px 0;
    display: flex;
    justify-content: center;
  }
  footer ul li {
    font-size: 1vw;
  }
  footer ul li:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
  }
  footer div {
    flex-direction: column-reverse;
    align-items: center;
    font-size: 5vw;
    text-align: center;
    padding:0 20px 80px;
  }
  footer div p:first-child {
    padding: 20px 0;
    line-height: 1.5;
  }
  footer div p:nth-child(2) {
    border-bottom: 2px solid #0071bc;
    padding-bottom: 20px;
  }
}

/*thanks*/
@media screen and (max-width: 740px) {
  .thanksPc {
    display: none;
  }
  .thanksSp {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: url("../img/thanks_sp.png") center top no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0 20px;
  }
  .thanksSp p {
    padding-top: 80px;
    text-align: center;
  }
  .thanksSp p img {
    width: 70%;
  }
  .thanksSp a {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
}
/*tel banner*/

.underBan{display: none;}

@media only screen and (max-width: 740px){
  .underBan{
    display: flex;
    justify-content: center;
    position: fixed;
    bottom:0;
    width: 100%;
    z-index: 9999;
  }
  .underBan p{
    width: 100%;
    margin:0;
  }
}
