#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_OperationCheck,
#mfp_hidden {
  display: none;
}

.header_brand_logo {
  width: 70px;
}

.p_contact {
  margin-top: 0;
}
.p_contact_process {
  display: flex;
  margin-top: 32px;
  gap: 20px 8px;
}
.p_contact_process .item {
  width: 33.33%;
  height: 30px;
  position: relative;
  background-color: #f7f5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #1c1b1b;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-family: "Shippori Mincho", serif;
}
.p_contact_process .item::after, .p_contact_process .item::before {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  border-width: 15px 0 15px 5px;
}
.p_contact_process .item::before {
  left: -5px;
  border-color: #f7f5f2 transparent #f7f5f2 transparent;
}
.p_contact_process .item::after {
  right: -5px;
  border-color: transparent transparent transparent #f7f5f2;
}
.p_contact_process .item:first-child::before {
  display: none;
}
.p_contact_process .item:last-child::after {
  display: none;
}
.p_contact_process .item.is_active {
  color: #fff;
  background-color: #006583;
}
.p_contact_process .item.is_active::after {
  border-left-color: #006583;
}
.p_contact_process .item.is_active::before {
  border-top-color: #006583;
  border-bottom-color: #006583;
}
.p_contact_main {
  padding: 20px 0 54px;
}
.p_contact_txt01 {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  color: #1c1b1b;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
.p_contact_form {
  position: relative;
}
.p_contact_form_main {
  margin-top: 28px;
}
.p_contact_form_row {
  display: flex;
  flex-direction: column;
  margin-top: 12.5px;
}
.p_contact_form_row:first-child {
  margin-top: 0;
}
.p_contact_form_head {
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #1c1b1b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p_contact_form_head__txt {
  display: inline-block;
  margin-right: 20px;
}
.p_contact_form_content {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  color: #1c1b1b;
  margin-top: 7px;
}
.p_contact_form_required {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding: 2px 2px 2px 3px;
  color: #fff;
  background-color: #650002;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  font-size: 0.75rem;
}
.p_contact_form_input {
  background: #fff;
  line-height: 1.5;
  width: 100%;
  padding: 12px 7px;
  font-size: 1rem;
  border: solid 1px #1c1b1b;
  font-weight: 400;
}
.p_contact_form_input:focus {
  outline: 0;
}
.p_contact_form_input::-moz-placeholder {
  color: #989898;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.p_contact_form_input::placeholder {
  color: #989898;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.p_contact_form_textarea {
  background: #fff;
  line-height: 1.5;
  width: 100% !important;
  padding: 10px 15px;
  font-size: 1rem;
  border: solid 1px #1c1b1b;
  font-weight: 400;
  height: 177px !important;
}
.p_contact_form_textarea:focus {
  outline: 0;
}
.p_contact_form_rd input {
  cursor: pointer;
  position: relative;
  width: 14px;
  height: 14px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-right: -2px;
  top: -2px;
}
.p_contact_form_rd input::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  opacity: 0;
}
.p_contact_form_rd input::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #ececec;
  border-radius: 50%;
  border: solid 1px #333;
}
.p_contact_form_rd input:checked::after {
  opacity: 1;
}
.p_contact_form_rd input:checked::before {
  background: #650002;
}
.p_contact_form_rd_list {
  padding: 10px 0 6px;
}
.p_contact_form_rd_list .item {
  display: block;
  margin: 0 0 20px;
}
.p_contact_form_rd_list .item:last-child {
  margin-bottom: 0;
}
.p_contact_form_rd_list .item label {
  cursor: pointer;
}
.p_contact_form_rd_list .item .txt {
  display: inline-block;
  letter-spacing: 0.1em;
}
.p_contact_form_btn {
  position: relative;
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 34px auto 0;
}
.p_contact_form_btn button,
.p_contact_form_btn input {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  right: -15px;
  color: #fff;
  padding: 15px 20px 13px;
  background-color: #650002;
  border-radius: 35px;
  letter-spacing: 0.1em;
}
.p_contact_form_btn button .txt01,
.p_contact_form_btn button .txt02,
.p_contact_form_btn input .txt01,
.p_contact_form_btn input .txt02 {
  display: block;
}
.p_contact_form_btn button .txt01,
.p_contact_form_btn input .txt01 {
  line-height: 1.2;
  font-size: 0.75rem;
}
.p_contact_form_btn button .txt02,
.p_contact_form_btn input .txt02 {
  font-size: 1rem;
}
.p_contact_form_rule {
  margin: 24px auto 0;
  max-width: 900px;
  width: 100%;
}
.p_contact_form_rule_overflow {
  border: solid 1px #989898;
  overflow-x: hidden;
  overflow-y: auto;
  height: 208px;
  padding: 17px 7px;
}
.p_contact_form_rule_overflow::-webkit-scrollbar {
  width: 10px;
}
.p_contact_form_rule_overflow::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.p_contact_form_rule_overflow::-webkit-scrollbar-thumb {
  background: #989898;
  height: 79px;
}
.p_contact_form_rule_ttl {
  font-family: "Shippori Mincho", serif;
  color: #585253;
  line-height: 1.4166666667;
  font-size: 0.75rem;
}
.p_contact_form_rule_txt01 {
  font-family: "Shippori Mincho", serif;
  color: #585253;
  margin-top: 14px;
  font-size: 0.625rem;
  line-height: 1.4;
}
.p_contact #mfp_confirm_table .form_inner {
  display: none;
}
.p_contact #mfp_phase_confirm {
  margin-top: -6px;
}
.p_contact #mfp_phase_confirm h4 {
  display: none;
}
.p_contact #mfp_phase_confirm #mfp_confirm_table {
  width: 100%;
}
.p_contact #mfp_phase_confirm tr {
  width: 100%;
  display: block;
  margin-top: 26px;
}
.p_contact #mfp_phase_confirm tr:first-child {
  margin-top: 0;
}
.p_contact #mfp_phase_confirm th {
  position: relative;
  width: 100%;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #1c1b1b;
  font-size: 0.9375rem;
  padding: 5px 0;
}
.p_contact #mfp_phase_confirm td {
  display: block;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  color: #1c1b1b;
  font-size: 0.875rem;
  padding: 5px 0;
  letter-spacing: 0.1em;
}
.p_contact #mfp_phase_confirm .mfp_buttons {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
  margin-top: 117px;
}
.p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_send {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  color: #fff;
  padding: 21px 20px;
  background-color: #650002;
  border-radius: 35px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 25px auto 0;
  font-size: 1rem;
}
.p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_cancel {
  font-family: "Shippori Mincho", serif;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  color: #585253;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.p_contact_thanks .p_contact_process {
  margin-top: 0;
}
.p_contact_thanks .p_contact_main {
  padding: 26px 0 54px;
}
.p_contact_thanks .p_contact_form_main {
  margin-top: 36px;
}
.p_contact_thanks_ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  color: #1c1b1b;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
.p_contact_thanks_txt {
  font-family: "Shippori Mincho", serif;
  color: #1c1b1b;
  margin: 24px auto 0;
  line-height: 1.8571428571;
  font-size: 0.875rem;
}
.p_contact_thanks_btn {
  max-width: 200px;
  width: 100%;
  margin: 40px auto 0;
}
.p_contact_thanks_btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006583;
  width: 100%;
  text-align: center;
  padding: 13px 10px;
  color: #fff;
  border-radius: 35px;
  font-size: 0.9375rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}

#mfp_thanks {
  display: none;
}

.mfp_err {
  color: #b85356;
}

.p_contact_txt01_confirm {
  display: none;
  font-size: 0.9375rem;
  line-height: 2;
  margin: 2px 0 -9px;
}

@media screen and (min-width: 768px) {
  .header_brand_logo {
    width: 60px;
  }
  .p_contact {
    margin-top: 60px;
  }
  .p_contact_process {
    margin-top: 50px;
    gap: 20px;
  }
  .p_contact_process .item {
    font-size: 1.125rem;
    width: calc(33.33% - 10px);
    height: 60px;
  }
  .p_contact_process .item::after, .p_contact_process .item::before {
    border-width: 30px 0 30px 17px;
  }
  .p_contact_process .item::before {
    left: -16px;
  }
  .p_contact_process .item::after {
    right: -17px;
  }
  .p_contact_main {
    padding: 33px 0 103px;
  }
  .p_contact_txt01 {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .p_contact_form_main {
    margin-top: 21px;
  }
  .p_contact_form_row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 21px;
  }
  .p_contact_form_row_rd .p_contact_form_head {
    padding-top: 9px;
  }
  .p_contact_form_head {
    padding-left: 0;
    margin-bottom: 0;
    width: 230px;
    font-size: 0.9375rem;
    line-height: 2;
    padding-right: 20px;
    padding-top: 15px;
  }
  .p_contact_form_content {
    margin-top: 0;
    line-height: 2;
    font-size: 0.9375rem;
    width: calc(100% - 230px);
    padding-left: 10px;
  }
  .p_contact_form_input {
    padding: 17px 14px;
  }
  .p_contact_form_input::-moz-placeholder {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .p_contact_form_input::placeholder {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .p_contact_form_textarea {
    padding: 15px 23px;
    height: 184px !important;
  }
  .p_contact_form_rd input {
    width: 15px;
    height: 15px;
    margin-right: 0;
  }
  .p_contact_form_rd input::after {
    width: 18px;
    height: 18px;
  }
  .p_contact_form_rd_list {
    padding: 10px 0 18px 13px;
  }
  .p_contact_form_rd_list .item {
    display: inline-block;
    margin: 0 40px 0 0;
  }
  .p_contact_form_rd_list .item:last-child {
    margin-right: 0;
  }
  .p_contact_form_btn {
    margin: 47px auto 0;
  }
  .p_contact_form_btn button,
  .p_contact_form_btn input {
    padding: 16px 20px 12px;
    transition: all 0.5s;
  }
  .p_contact_form_btn button:hover,
  .p_contact_form_btn input:hover {
    opacity: 0.6;
  }
  .p_contact_form_rule {
    margin-top: 22px;
  }
  .p_contact_form_rule_overflow {
    padding: 23px 7px 23px 24px;
    height: 210px;
  }
  .p_contact_form_rule_ttl {
    line-height: 1.3333333333;
  }
  .p_contact_form_rule_txt01 {
    margin-top: 16px;
    line-height: 1.6;
  }
  .p_contact #mfp_phase_confirm {
    margin-top: -19px;
    padding-bottom: 6px;
  }
  .p_contact #mfp_phase_confirm tr {
    display: table-row;
    margin-top: 21px;
  }
  .p_contact #mfp_phase_confirm th {
    display: table-cell;
    padding-left: 0;
    margin-bottom: 0;
    width: 230px;
    line-height: 2;
    padding: 26px 20px 26px 0;
  }
  .p_contact #mfp_phase_confirm td {
    display: table-cell;
    margin-top: 0;
    line-height: 2;
    font-size: 0.9375rem;
    width: calc(100% - 230px);
    padding: 26px 10px 26px 25px;
  }
  .p_contact #mfp_phase_confirm .mfp_buttons {
    margin-top: 30px;
  }
  .p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_send {
    transition: all 0.5s;
    margin-top: 21px;
  }
  .p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_send:hover {
    opacity: 0.6;
  }
  .p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_cancel {
    transition: all 0.5s;
  }
  .p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_cancel:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .p_contact_thanks .p_contact_main {
    padding: 33px 0 109px;
  }
  .p_contact_thanks .p_contact_form_main {
    margin-top: 74px;
  }
  .p_contact_thanks_ttl {
    font-size: 1.875rem;
    line-height: 1.8333333333;
  }
  .p_contact_thanks_txt {
    letter-spacing: 0.1em;
    max-width: 800px;
    margin-top: 32px;
    width: 100%;
    line-height: 2.1428571429;
  }
  .p_contact_thanks_btn {
    max-width: 300px;
    margin-top: 59px;
  }
  .p_contact_thanks_btn_link {
    font-size: 1rem;
    padding: 21px 20px;
    transition: all 0.5s;
  }
  .p_contact_thanks_btn_link:hover {
    opacity: 0.6;
  }
  .p_contact_txt01_confirm {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .header_brand_logo {
    width: clamp(3.75rem, 6.9444444444vw + -0.6944444444rem, 6.25rem);
  }
}
/*# sourceMappingURL=maps/contact.css.map */
