.seciton-contact {
  padding-top: 160px;
  padding-bottom: 180px;
  background: linear-gradient(to bottom, #ffffff 0%, #fffafb 100%);
}
@media screen and (max-width: 767px) {
  .seciton-contact {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.seciton-contact .inner {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}
.seciton-contact .note {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}

.form-group label {
  display: block;
  margin-bottom: 16px;
}

.form-group .input_box,
.form-group .select_box {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .form-group .input_box,
  .form-group .select_box {
    height: 40px;
  }
}

.form-group .select_box {
  display: flex;
  align-items: center;
}

.form-group .input_box input,
.form-group .select_box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1.8;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #d8b4a0;
}
@media screen and (max-width: 767px) {
  .form-group .input_box input,
  .form-group .select_box {
    height: 40px;
  }
}

.form-group .input_box input:focus-visible {
  outline: none;
}

.form-group .text_box {
  box-sizing: border-box;
}

.form-group .text_box textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1.8;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #d8b4a0;
}

.form-group .text_box textarea:focus-visible {
  outline: none;
}

.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.form-group.center_item label {
  width: auto;
  line-height: 1;
}

.form-group .required {
  display: inline-block;
  color: #fff;
  background: #9fb7a3;
  font-size: 12px;
  padding: 2px 10px 3px;
  margin-left: 10px;
  transform: translateY(-2px);
  line-height: 1;
}

.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}

.form-group.submit_btn {
  width: 233px;
  height: 47px;
  line-height: 47px;
  background-color: #9fb7a3;
  font-size: 16px;
  margin: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.form-group.submit_btn span {
  position: relative;
  z-index: 2;
}
.form-group.submit_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #7f9f8c;
  position: absolute;
  left: 0;
  bottom: -50px;
  transition: 0.3s;
}
.form-group.submit_btn:hover::after {
  bottom: 0;
}

.form-group.last-group {
  margin-bottom: 60px;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
}

input::placeholder,
textarea::placeholder {
  color: #cccccc;
}

.wpcf7 input[type=radio] {
  margin-top: -4px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px !important;
}

.form-group .flex_warp {
  display: flex;
  margin-top: 16px;
}
.form-group .flex_warp label {
  display: inline-block;
  margin-right: 16px;
}

.confirm-form {
  font-family: "NotoSansJP-Medium";
}
.confirm-form .confirm_text {
  background-color: #ffffff;
  line-height: 50px;
  padding: 0 25px;
}
.confirm-form .input_box,
.confirm-form .item-radio,
.confirm-form .text_box,
.confirm-form .form-group .select_box {
  background-color: #ffefef;
  padding: 10px;
}

.thanks-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}

.top_back_btn {
  width: 233px;
  height: 47px;
  line-height: 47px;
  background-color: #9fb7a3;
  font-size: 16px;
  margin: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.top_back_btn span {
  position: relative;
  z-index: 2;
}
.top_back_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #7f9f8c;
  position: absolute;
  left: 0;
  bottom: -50px;
  transition: 0.3s;
}
.top_back_btn:hover::after {
  bottom: 0;
}

/* ----------------------------------------------------------------------------
CONTACT
---------------------------------------------------------------------------- *//*# sourceMappingURL=contact.css.map */