/* CSS Document */
/*------------------------------------------------------------------------
	PC
------------------------------------------------------------------------*/
/**********************************
  mv
**********************************/
.mv {
  text-shadow: none;
  background-image: url("../images/contact/under-fv.webp?kvazjc63");
}

/**********************************
  sec1
**********************************/
.sec1 {
  margin: 0 auto 215px;
}

.sec1 .ttl {
  margin: 157px auto;
  text-align: center;
  line-height: 3;
}

form {
  margin: 0 auto;
}

form * {
  font-family: "Noto Sans JP", sans-serif;
}

form dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

form dl:last-of-type {
  margin-bottom: 112px;
}

form dt {
  padding: 12px 20px 12px 0;
}

form dd {
  width: 70.4%;
}

.select,
form dd input,
form dd textarea {
  display: block;
  background-color: #F0F0F0;
  border: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 37px;
}

form dd textarea {
  height: 230px;
  border-radius: 56px;
  padding: 40px 20px;
}

form .btn1 {
  width: 253px;
  height: 62px;
  margin: 33px auto 0;
}

form .btn1 input {
  display: block;
  background-color: #556D88;
  font-size: 2.6rem;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 45px;
  border-radius: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: none;
  font-family: "Noto Serif JP", serif;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.24);
}

form .btn1 input:hover {
  background-color: #fff;
  border: solid 1px #556D88;
  color: #556D88;
}

::-moz-placeholder {
  color: #BABABA;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

::placeholder {
  color: #BABABA;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

.checkbox {
  justify-content: center;
  align-items: center;
  margin: 0 auto 64px;
}

.checkbox input {
  width: 23px;
  height: 22px;
  vertical-align: middle;
}

.checkbox p {
  margin-left: 17px;
}

select {
  position: relative;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrap {
  position: relative;
}

.select-wrap:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

/**********************************
sec2
**********************************/
.sec2 .link-area {
  margin: 138px auto 269px;
}

.sec2 .link-area a {
  font-size: 3rem;
  padding: 38px 0;
  border: solid 1px #707070;
  border-radius: 134px;
  text-align: center;
  width: 100%;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  display: block;
  letter-spacing: 0.25em;
}

.sec2 .link-area span {
  font-size: 2.1rem;
  padding: 16px 0 0;
  display: block;
  letter-spacing: 0.1em;
}

/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/
@media (max-width: 768px) {
  /**********************************
    sec1
  **********************************/
  .sec1 {
    margin: 0 auto 60px;
  }
  .sec1 .ttl {
    margin: 80px auto;
  }
  .form {
    padding: 0 20px;
  }
  form dl {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  form dd {
    width: 100%;
  }
  form dd input, form dd textarea {
    padding: 10px;
    border-radius: 37px;
  }
  .select {
    padding: 13px;
  }
  .select-wrap:after {
    top: 18px;
  }
  form dl:last-of-type {
    margin-bottom: 50px;
  }
  .checkbox {
    margin: 0 auto 32px;
  }
  form .btn1 {
    width: 212px;
    height: 48px;
    margin: 33px auto 0;
  }
  form .btn1 input {
    font-size: 1.6rem;
  }
  .sec2 .link-area {
    margin: 60px auto 130px;
    padding: 0 20px;
  }
  .sec2 .link-area a {
    font-size: 2rem;
    padding: 20px;
  }
  .sec2 .link-area span {
    font-size: 1.4rem;
    padding: 10px 0 0;
  }
  .contact,
  .access-sec {
    padding: 70px 0;
  }
}
