#contact .btnwrap {
  display: none;
}
#contact footer {
  padding-bottom: 0;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* コンタクトページ
――――――――――――――――――――――――――――――――――――――――――――――*/

.contact {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact__inner {
  width: 100%;
  max-width: 1130px;
  margin-inline: auto;
  padding: 0 25px;
}

.contact__container {
  background-color: #fff;
  border-radius: 10px;
  padding: 70px 25px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.contact__ttl {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: bold;
}
.contact__note {
  margin-top: -20px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
}
.contact__note a {
  text-decoration: underline;
  color: #0e97bc;
}
.contact__note a:hover {
  text-decoration: none;
}
.contact__note-area {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #ee5700;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact__inner {
    width: 100%;
    max-width: 1130px;
    margin-inline: auto;
    padding: 0 20px;
  }

  .contact__container {
    border-radius: 5px;
    padding: 50px 20px;
  }
  .contact__ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .contact__note {
    margin-top: -30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
  }
  .contact__note a {
    text-decoration: underline;
    color: #0e97bc;
  }
  .contact__note a:hover {
    text-decoration: none;
  }
  .contact__note-area {
    display: block;
    text-align: left;
    margin-top: 15px;
    font-size: 12px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* form
――――――――――――――――――――――――――――――――――――――――――――――*/
.form {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.form__list {
}
.form__item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #b5b5b5;
}
.form__item:first-of-type {
  border-top: 1px solid #b5b5b5;
}
.form__ttl {
  flex-shrink: 0;
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 10px;
  padding: 0 20px;
  width: 30%;
  min-width: 200px;
}
.form__ttl--top {
  align-self: flex-start;
  align-items: baseline;
}
.form__ttl .require {
  flex-shrink: 0;
  background-color: #f05700;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
}
.form__input {
  align-self: center;
  flex: 1;
  font-size: 16px;
}
.form__input .note {
  margin-top: 5px;
  font-size: 13px;
  color: #666;
}
.form__input--row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.form__input--row label {
  margin: 0;
}
.formSecond.--row {
  display: flex;
  gap: 10px 15px;
}
.formSecond + .formSecond {
  margin-top: 15px;
}
.formSecond__ttl {
  margin-bottom: 5px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .form {
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
  }

  .form__list {
  }
  .form__item {
    display: block;
    padding: 20px 0;
  }
  .form__item:first-of-type {
  }
  .form__ttl {
    flex-shrink: 0;
    align-items: center;
    display: flex;
    font-size: 16px;
    gap: 10px;
    margin-bottom: 14px;
    padding: 0;
    width: auto;
    min-width: 0;
  }
  .form__ttl--top {
    align-self: flex-start;
    align-items: baseline;
  }
  .form__ttl .require {
    flex-shrink: 0;
    background-color: #f05700;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
  }
  .form__input {
    font-size: 16px;
  }
  .form__input .note {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
  }
  .form__input--row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
  }
  .form__input--row label {
    margin: 0;
  }
  .formSecond.--row {
    display: flex;
    flex-direction: column;
    gap: 10px 15px;
  }
  .formSecond + .formSecond {
    margin-top: 15px;
  }
  .formSecond__ttl {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* フォームパーツ
――――――――――――――――――――――――――――――――――――――――――――――*/

/****** 共通 ******/
form a {
  text-decoration: underline;
}
form label {
  display: block;
  width: fit-content;
}
form label + label {
  margin-top: 1.2rem;
}
form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 0;
  padding-left: 15px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #999;
  color: #000;
}
form textarea {
  height: 140px;
  max-width: 100%;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

/****** チェックボックス ******/
input[type="checkbox"] {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
}
input[type="checkbox"] + span {
  display: block;
  position: relative;
  padding-left: 30px; /* チェックボックスとテキストの間隔 */
  cursor: pointer;
}
input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
}
input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border-bottom: 3px solid #30aacb; /* チェックの色 */
  border-right: 3px solid #30aacb;
  opacity: 0;
  transition: 0.2s;
}

input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

@media (max-width: 768px) {
  input[type="checkbox"] + span {
    font-size: 14px;
    padding-left: 26px;
  }
  input[type="checkbox"] + span::before {
    width: 16px;
    height: 16px;
  }
  input[type="checkbox"] + span::after {
    top: 4px;
  }
}

/****** ラジオボタン ******/
input[type="radio"] {
  display: none;
  margin: 0;
  padding: 0;
}
input[type="radio"] + span {
  display: flex;
  position: relative;
  cursor: pointer;
}
input[type="radio"] + span::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-right: 0.3em;
  margin-bottom: auto;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  background: #fff;
}
input[type="radio"]:checked + span::before {
  background-color: #30aacb;
  box-shadow: inset 0 0 0 3px #fff;
}

@media (max-width: 768px) {
  input[type="radio"] + span {
    font-size: 14px;
  }
  input[type="radio"] + span::before {
    width: 18px;
    height: 18px;
  }
}

/****** セレクトボックス ******/

select {
  background: url(../img/ico_pulldown.svg) right 10px center / 10px no-repeat;
  cursor: pointer;
}

/****** エラーメッセージ ******/
.error-message {
  width: 100%;
  color: #ff0000;
  margin-top: 5px;
  font-size: 0.9em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .error-message {
    width: 100%;
    color: #ff0000;
    margin-top: 5px;
    font-size: 0.9em;
    font-weight: bold;
    font-size: 12px;
  }
}

/****** 郵便番号 ******/
form input[name="郵便番号"] {
  width: 160px;
}
@media (max-width: 768px) {
  input[name="郵便番号"] {
  }
}

/****** 都道府県 ******/
form select[name="都道府県"] {
  width: 160px;
}
@media (max-width: 768px) {
  select[name="都道府県"] {
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* formSubmit
――――――――――――――――――――――――――――――――――――――――――――――*/
.formSubmit {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
.form__privacy {
}
.form__acceptance {
  margin-top: 20px;
}
.formSubmit__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
  padding: 20px 30px;
  margin-inline: auto;
  border: none;
  min-width: 300px;
  border-radius: 10px;
  background: linear-gradient(
    0deg,
    rgba(230, 50, 0, 1) 0%,
    rgba(255, 121, 51, 1) 100%
  );
  cursor: pointer;
}
.formSubmit__btn:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .formSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .form__privacy {
    font-size: 14px;
  }
  .form__acceptance {
  }
  .formSubmit__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 30px;
    margin-inline: auto;
    border: none;
    min-width: 300px;
    border-radius: 10px;
    background: linear-gradient(
      0deg,
      rgba(230, 50, 0, 1) 0%,
      rgba(255, 121, 51, 1) 100%
    );
    cursor: pointer;
  }
  .formSubmit__btn:hover {
    opacity: 0.8;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* オンライン相談
――――――――――――――――――――――――――――――――――――――――――――――*/
.form__item.meeting {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  border: none;
  /* border: solid 3px #a4d8f8; */
  width: fit-content;
  margin-inline: auto;
  padding: 0;
}
.form__item.meeting .form__ttl {
  font-weight: bold;
  width: auto;
  padding: 0 30px 0 0;
}
.form__item.meeting .form__input {
  font-weight: bold;
}
.form__item.meeting .form__input label {
  padding: 30px 50px;
  background-color: #bde7ff;
  border-radius: 10px;
  cursor: pointer;
}
.form__item.meeting .form__input input + span {
  min-height: 26px;
}

@media (max-width: 768px) {
  .form__item.meeting {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border: none;
    width: auto;
    margin-inline: auto;
    padding: 0;
  }
  .form__item.meeting .form__ttl {
    font-weight: bold;
    width: auto;
    padding: 0 30px 0 0;
  }
  .form__item.meeting .form__input {
    font-weight: bold;
  }
  .form__item.meeting .form__input label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 20px;
    border-radius: 10px;
    cursor: pointer;
  }
  .form__item.meeting .form__input input + span {
    min-height: 26px;
  }
}
