/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.p_contact_sec {
  padding-top: 30px;
}
.p_contact_sec .l_container {
  padding: 0 16px 0 17px;
}
.p_contact_sec__txt01 {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 0.875rem;
  color: #4d4d4d;
  line-height: 1.7142857143;
  padding: 0 20px;
}
.p_contact_sec__txt02 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #4d4d4d;
  margin-top: 11px;
  letter-spacing: 0.05em;
  padding: 0 20px;
}
.p_contact_sec__frame {
  margin: 20px auto 0;
  width: 100%;
  display: none;
}
.p_contact_sec__frame__link {
  display: flex;
  border: solid 1px #06c755;
  padding: 20px 20px;
}
.p_contact_sec__frame__icon {
  position: relative;
}
.p_contact_sec__frame__infor {
  margin-right: 20px;
}
.p_contact_sec__frame__infor .ttl01 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  color: #06c755;
  letter-spacing: 0.1em;
}
.p_contact_sec__frame__infor .ttl02 {
  color: #4d4d4d;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.p_contact_sec__frame__btn {
  background-color: #06c755;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  color: #fff;
  border-radius: 32px;
  width: 194px;
  height: 48px;
  position: relative;
}
.p_contact_sec__frame__btn .link {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p_contact_form {
  margin: 42px auto 0;
  width: 100%;
}
.p_contact_form__row {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.p_contact_form__row:first-child {
  margin-top: 0;
}
.p_contact_form__head {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 3px;
}
.p_contact_form__head__txt {
  display: block;
  letter-spacing: 0.1em;
}
.p_contact_form__head__txt01 {
  display: block;
  color: #989898;
  line-height: 1.2;
  font-size: 0.75rem;
  font-weight: 400;
}
.p_contact_form__content {
  flex-shrink: 0;
  width: 100%;
  margin-top: 4px;
}
.p_contact_form__required {
  position: absolute;
  right: 2px;
  top: 9px;
  padding: 2px 1px 1px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
  background-color: #82b3b9;
  display: inline-block;
  text-align: center;
  line-height: 1;
  width: 25px;
}
.p_contact_form__input {
  line-height: 1.5;
  width: 100%;
  padding: 12px 13px;
  font-size: 1rem;
  border: solid 1px #e0e5e0;
  font-weight: 400;
}
.p_contact_form__input:focus {
  outline: 0;
}
.p_contact_form__input::-moz-placeholder {
  font-weight: 400;
  color: #afb8b0;
  line-height: 1.5;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p_contact_form__input::placeholder {
  font-weight: 400;
  color: #afb8b0;
  line-height: 1.5;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p_contact_form__rd {
  letter-spacing: 0.1em;
  color: #4d4d4d;
  margin: 4px 0 -2px;
  font-weight: 500;
  font-size: 1rem;
}
.p_contact_form__rd .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 31px;
}
.p_contact_form__rd input {
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 12px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  top: -1px;
  border-radius: 50%;
  border: solid 1px #82b3b9;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 1px;
}
.p_contact_form__rd input::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  background: #82b3b9;
  width: 10px;
  height: 10px;
}
.p_contact_form__rd input:checked::after {
  opacity: 1;
}
.p_contact_form__rd .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.p_contact_form__rd .wpcf7-list-item label {
  cursor: pointer;
}
.p_contact_form__group {
  display: flex;
  gap: 10px 16px;
  margin-top: 6px;
}
.p_contact_form__group .p_contact_form__date {
  flex-shrink: 0;
}
.p_contact_form__textarea {
  width: 100%;
  line-height: 1.5;
  padding: 11px 15px;
  height: 189px;
  font-size: 1rem;
  border: solid 1px #e0e5e0;
  resize: vertical;
  font-weight: 400;
}
.p_contact_form__textarea:focus {
  outline: 0;
}
.p_contact_form__textarea::-moz-placeholder {
  font-weight: 400;
  color: #afb8b0;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.1em;
}
.p_contact_form__textarea::placeholder {
  font-weight: 400;
  color: #afb8b0;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.1em;
}
.p_contact_form__btn {
  position: relative;
  text-align: center;
  max-width: 250px;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background-color: #82b3b9;
  border: solid 1px #82b3b9;
  cursor: pointer;
  padding: 6px 30px 8px;
}
.p_contact_form__btn .wpcf7-spinner {
  position: absolute;
  top: calc(100% + 5px);
  width: 20px;
  height: 20px;
}
.p_contact_form__btn button,
.p_contact_form__btn input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  background-color: #82b3b9;
  border-radius: 35px;
}
.p_contact_form__btn__txt {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  pointer-events: none;
}
.p_contact_form__btn__txt .txt__small,
.p_contact_form__btn__txt .txt__big {
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
}
.p_contact_form__btn__txt .txt__small {
  font-size: 0.625rem;
}
.p_contact_form__btn__txt .txt__big {
  font-size: 0.875rem;
  margin-top: -3px;
}
.p_contact_form__btn__arrow {
  position: absolute;
  right: 12px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  width: 13px;
  height: 5px;
  pointer-events: none;
}
.p_contact_form__btn__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_contact_form__select {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 10px 8px;
}
.p_contact_form__select select {
  width: 100%;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.5;
  color: #454d50;
  background-color: #fff;
  padding: 14px 20px 13px 9px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  border: solid 1px #e0e5e0;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
}
.p_contact_form__select select:focus {
  outline: 0;
}
.p_contact_form__select option {
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p_contact_form__select__content {
  display: inline-flex;
  position: relative;
  width: 95px;
}
.p_contact_form__select__content::after {
  content: "";
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  transform: rotate(135deg);
  position: absolute;
  right: 13px;
  top: 20px;
  padding: 3px;
  z-index: 2;
  pointer-events: none;
}
.p_contact_form__select__content .wpcf7-form-control-wrap {
  width: 100%;
}
.p_contact_form__select__txt {
  color: #4d4d4d;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 0.875rem;
}
.p_contact_form input[type=number]::-webkit-outer-spin-button,
.p_contact_form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p_contact_form input[type=number] {
  -moz-appearance: textfield;
}
.p_contact_form__date {
  position: relative;
  cursor: pointer;
  width: 206px;
}
.p_contact_form__date input {
  width: 100%;
  cursor: pointer;
  line-height: 1.5;
  padding: 10px 39px 14px 10px;
  font-size: 1rem;
  border: solid 1px #e0e5e0;
  font-weight: 400;
}
.p_contact_form__date input:focus {
  outline: 0;
}
.p_contact_form__date input::-moz-placeholder {
  font-weight: 400;
  color: #afb8b0;
  line-height: 1.5;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.p_contact_form__date input::placeholder {
  font-weight: 400;
  color: #afb8b0;
  line-height: 1.5;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.p_contact_form__date::after {
  position: absolute;
  content: "";
  right: 4px;
  top: -1px;
  width: 54px;
  height: 100%;
  background: transparent url(../images/common/icon_calendar.svg) no-repeat center/contain;
  background-size: 25px auto;
  pointer-events: none;
}
.p_contact_rules {
  position: relative;
  margin-top: 35px;
  width: calc(100% + 10px);
  left: -5px;
}
.p_contact_rules__overflow {
  border: solid 1px #989898;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  height: 189px;
}
.p_contact_rules__main {
  height: 100%;
  padding: 15px 10px 10px 9px;
}
.p_contact_rules__ttl {
  text-align: center;
  color: #585253;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p_contact_rules__content {
  margin-top: 8px;
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: 400;
  color: #585253;
  padding-bottom: 10px;
}

.grecaptcha-badge {
  visibility: visible;
}

.p_contact_thanks_sec {
  padding-top: 35px;
}
.p_contact_thanks_sec .l_container {
  padding-inline: 38px;
}
.p_contact_thanks_sec__ttl {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  line-height: 1.75;
}
.p_contact_thanks_sec__txt {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  line-height: 2;
  margin: 15px auto 0;
  max-width: 920px;
  width: 100%;
}
.p_contact_thanks_sec__txt .link {
  position: relative;
  display: inline-block;
}
.p_contact_thanks_sec__txt .link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  transition: opacity 0.5s ease;
}
.p_contact_thanks_sec__btn {
  text-align: center;
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p_contact_sec {
    padding-top: 14px;
  }
  .p_contact_sec .l_container {
    padding: 0 40px;
  }
  .p_contact_sec__txt01 {
    padding: 0;
    font-size: 1rem;
    text-align: center;
    line-height: 1.75;
  }
  .p_contact_sec__txt02 {
    padding: 0;
    font-size: 1.25rem;
    text-align: center;
    margin-top: 7px;
  }
  .p_contact_sec__frame {
    display: block;
    margin-top: 38px;
    max-width: 736px;
  }
  .p_contact_sec__frame__link {
    padding: 16px clamp(0.75rem, 1.2019230769vw + 0.1730769231rem, 1.375rem) 23px;
    align-items: center;
  }
  .p_contact_sec__frame__icon {
    width: 60px;
    height: 60px;
    margin-right: clamp(0.625rem, 2.25vw + -1.0625rem, 1.1875rem);
    top: 2px;
  }
  .p_contact_sec__frame__infor {
    margin-right: clamp(0.625rem, 8.75vw + -5.9375rem, 2.8125rem);
  }
  .p_contact_sec__frame__infor .ttl02 {
    margin-top: 10px;
  }
  .p_contact_sec__frame__btn {
    top: 3px;
  }
  .p_contact_form {
    margin: 57px auto 0;
    max-width: 736px;
  }
  .p_contact_form__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 21px;
    min-height: 60px;
  }
  .p_contact_form__row.align__start {
    align-items: flex-start;
  }
  .p_contact_form__head {
    width: 221px;
    padding: 13px 0 0 0;
  }
  .p_contact_form__head__txt01 {
    margin-top: -1px;
  }
  .p_contact_form__content {
    margin-top: 0;
    padding-left: clamp(0.9375rem, 1.8028846154vw + 0.0721153846rem, 1.875rem);
    width: calc(100% - 217px);
  }
  .p_contact_form__required {
    padding: 3px 5px 3px;
    font-size: 1rem;
    width: 43px;
    top: 17px;
  }
  .p_contact_form__input {
    padding: 15px 21px 18px;
    width: clamp(25rem, 22vw + 8.5rem, 30.5rem);
  }
  .p_contact_form__input::-moz-placeholder {
    font-size: 1rem;
  }
  .p_contact_form__input::placeholder {
    font-size: 1rem;
  }
  .p_contact_form__rd {
    margin: 0;
    padding-top: 13px;
  }
  .p_contact_form__rd .wpcf7-form-control {
    gap: 15px 41px;
  }
  .p_contact_form__rd input {
    margin-right: 0;
  }
  .p_contact_form__group {
    margin-top: 0;
    gap: 10px 20px;
  }
  .p_contact_form__textarea {
    width: clamp(25rem, 22vw + 8.5rem, 30.5rem);
    padding: 20px 20px;
  }
  .p_contact_form__textarea::-moz-placeholder {
    line-height: 1.5;
  }
  .p_contact_form__textarea::placeholder {
    line-height: 1.5;
  }
  .p_contact_form__btn {
    max-width: 330px;
    padding: 10px 30px 8px;
    margin: 52px auto 0;
    transition: all 0.5s;
  }
  .p_contact_form__btn:hover {
    opacity: 0.7;
  }
  .p_contact_form__btn__txt {
    left: -10px;
  }
  .p_contact_form__btn__txt .txt__small {
    font-size: 0.75rem;
  }
  .p_contact_form__btn__txt .txt__big {
    margin-top: 0;
    padding-left: 12px;
    font-size: 1rem;
  }
  .p_contact_form__btn__arrow {
    top: 50%;
    width: 18px;
    height: 7px;
    right: 25px;
  }
  .p_contact_form__select {
    gap: 10px 12px;
  }
  .p_contact_form__select select {
    padding: 17px 30px 17px 23px;
  }
  .p_contact_form__select select {
    transition: all 0.5s;
  }
  .p_contact_form__select select:hover {
    opacity: 0.7;
  }
  .p_contact_form__select__content {
    width: clamp(6.25rem, 13vw + -3.5rem, 9.5rem);
  }
  .p_contact_form__select__content::after {
    right: 18px;
    top: 21px;
    padding: 4px;
  }
  .p_contact_form__select__txt {
    font-size: 1rem;
  }
  .p_contact_form__date {
    width: clamp(15.9375rem, 8.25vw + 9.75rem, 18rem);
    transition: all 0.5s;
  }
  .p_contact_form__date:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .p_contact_form__date input {
    padding: 15px 56px 18px 20px;
  }
  .p_contact_form__date input::-moz-placeholder {
    font-size: 1rem;
  }
  .p_contact_form__date input::placeholder {
    font-size: 1rem;
  }
  .p_contact_form__date::after {
    background-size: 30px auto;
    right: 3px;
    top: 0;
  }
  .p_contact_rules {
    left: 0;
    width: 100%;
    margin-top: 49px;
  }
  .p_contact_rules__main {
    padding: 16px 30px 10px 22px;
  }
  .p_contact_rules__ttl {
    font-size: 1rem;
  }
  .p_contact_rules__content {
    margin-top: 16px;
  }
  .p_contact_thanks_sec {
    padding-top: 63px;
  }
  .p_contact_thanks_sec .l_container {
    padding-inline: 40px;
  }
  .p_contact_thanks_sec__ttl {
    text-align: center;
    line-height: 1.4;
    font-size: 1.25rem;
  }
  .p_contact_thanks_sec__txt {
    text-align: center;
    line-height: 1.75;
    font-size: 1rem;
    margin-top: 34px;
  }
  .p_contact_thanks_sec__txt .link::after {
    bottom: 4px;
  }
  .p_contact_thanks_sec__btn {
    margin-top: 44px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p_contact_thanks_sec__txt .link:hover::after {
    opacity: 0;
  }
}
/*# sourceMappingURL=maps/contact.css.map */
