@charset "UTF-8";
/**** 共通カラー ****/
#sec_contact-thanks .txt .title_s {
  text-align: center;
  margin-bottom: 40px;
}
#sec_contact-thanks .txt p + p {
  margin-top: 20px;
}
#sec_contact-thanks .txt a {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #sec_contact-thanks .txt p {
    text-align: center;
  }
}

.description {
  text-align: center;
  font-size: 16px;
  font-family: "NotoSerifJP-Regular";
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .description {
    font-size: 13px;
  }
}

.contact_form_wrap {
  max-width: 880px;
  margin: auto;
}

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

.form-group {
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 36px;
  }
}

.form-group label {
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .form-group label {
    margin-bottom: 10px;
  }
}

.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;
  border: solid 1px #a5b7c7;
  background-color: #f6f7f8;
  border-radius: 10px;
}

.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;
  border: solid 1px #a5b7c7;
  background-color: #f6f7f8;
  border-radius: 10px;
}

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

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

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

.form-group .required {
  display: inline-block;
  color: #fff;
  background: #e20101;
  font-size: 1.2rem;
  margin-left: 10px;
  transform: translateY(-2px);
  font-weight: 700;
  width: 40px;
  line-height: 18px;
  text-align: center;
}

.form-group .inquiry_type {
  margin-bottom: 20px;
}

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

.form-group.submit_btn {
  background: none;
  margin: 60px auto 0;
  padding: 0;
}

.form-group.submit_btn input {
  width: 208px;
  height: 48px;
  color: #fff;
  background-color: #12426c;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 16px;
  display: block;
  margin: auto;
  position: relative;
}
.form-group.submit_btn input:hover {
  background-color: #ff701e;
}

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

input[type=radio] {
  display: none;
}
input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  background-color: #ddd;
  transition: 0.3s;
}
.wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  background-color: #007dbf;
  transition: 0.3s;
  opacity: 0;
}

.check_box_wrap .wpcf7-list-item-label::before {
  display: none;
}
.check_box_wrap .wpcf7-list-item-label::after {
  display: none;
}

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

.wpcf7-list-item {
  margin: 0 14px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    display: block !important;
    margin: 13px 0 0 0 !important;
  }
}
.wpcf7-list-item label {
  margin: 0;
}

.wpcf7-response-output {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .form-group.check_wrap {
    flex-direction: row;
    padding: 15px 0;
  }
  .form-group .checkbox {
    width: auto;
    height: auto;
    margin-right: 10px;
  }
  .form-group.check_wrap label {
    margin-bottom: 0;
  }
}
.wpcf7-not-valid-tip {
  font-size: 0.8em !important;
  white-space: nowrap;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.item-form-wrap h2 {
  font-size: 18px;
  font-family: "NotoSerifJP-Medium";
  margin-bottom: 34px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .item-form-wrap h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.item-form-wrap h2::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #FF7F00;
  margin-right: 10px;
  transform: translateY(3px);
}

.item_page_wrap {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 540px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item_page_wrap {
    width: auto;
    min-width: 0;
  }
}

.item_page_tit {
  text-align: center;
  font-size: 42px;
  font-family: "NotoSerifJP-Medium";
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .item_page_tit {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

.item_flex {
  width: 100%;
  height: 42px;
  margin-bottom: 73px;
  background-color: #12426C;
  border-radius: 10px;
  border: solid 1px #12426C;
  font-size: 24px;
  font-family: "NotoSerifJP-Medium";
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .item_flex {
    font-size: 14px;
    margin-bottom: 76px;
    height: 40px;
  }
}
.item_flex dt {
  color: #ffffff;
  width: 57%;
  line-height: 42px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .item_flex dt {
    line-height: 38px;
  }
}
.item_flex dd {
  background-color: #ffffff;
  width: 43%;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .item_flex dd {
    line-height: 38px;
  }
}
.item_flex dd span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .item_flex dd span {
    font-size: 11px;
  }
}

.birth-group br {
  display: none;
}

.birth-group p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

/* 横並びにする */
.birth-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.birth-group select {
  cursor: pointer;
}
.birth-group .wpcf7-form-control-wrap {
  position: relative;
}
.birth-group .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 15px solid #325b80;
  border-bottom: 0;
}

.birth-suffix {
  margin-right: 12px;
}

.birth-group .wpcf7-form-control-wrap {
  border-radius: 10px;
  border: solid 1px #A5B7C7;
  background-color: #f6f7f8;
  width: 134px;
  height: 50px;
  line-height: 45px;
  padding: 0 16px;
  margin-right: 8px;
}

#policyModal.pm-hidden {
  display: none;
}

#policyModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.pm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.pm-dialog {
  position: relative;
  width: min(900px, 92vw);
  height: min(80vh, 720px);
  margin: 5vh auto;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pm-header,
.pm-footer {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

.pm-footer {
  border-top: 1px solid #eee;
  border-bottom: none;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.pm-body {
  flex: 1;
}

#pmIframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.pm-close {
  background: transparent;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}

#pmAgree {
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: not-allowed;
}

.pm-footer:has(#pmAck:checked) #pmAgree {
  background: #12426c;
  color: #fff;
  border-color: #12426c;
  cursor: pointer;
}

.pm-ack {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.pm-header {
  display: none;
}

.post_wrap {
  width: 30%;
}

.policy-link {
  display: none;
}

.check_box_wrap {
  display: flex;
  justify-content: center;
  background-color: #f6f7f8;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  padding: 26px 0;
}
@media screen and (max-width: 767px) {
  .check_box_wrap {
    text-align: left;
    padding: 16px 20px;
  }
}
.check_box_wrap .cf7-checkdesc {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .check_box_wrap .cf7-checkdesc {
    margin-bottom: 0;
  }
}
.check_box_wrap .cf7-ack {
  height: 30px;
}
@media screen and (max-width: 767px) {
  .check_box_wrap .cf7-ack {
    width: 100%;
    margin-bottom: 10px;
  }
}
.check_box_wrap .wpcf7-list-item > label {
  position: relative;
  display: inline-block;
}
.check_box_wrap .wpcf7-list-item > label::after {
  content: "";
  position: absolute;
  background-color: #12426c;
  width: 90%;
  height: 1px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .check_box_wrap .wpcf7-list-item > label::after {
    width: 95%;
  }
}
.check_box_wrap .wpcf7-list-item-label {
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .check_box_wrap .wpcf7-list-item-label {
    padding-left: 5px;
  }
}
.check_box_wrap .policy_item {
  margin-right: 25px;
}
.check_box_wrap .policy_item .wpcf7-list-item > label::after {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .check_box_wrap .policy_item .wpcf7-list-item > label::after {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .font-small {
    font-size: 13px;
  }
}

.wpcf7-response-output {
  display: none;
}/*# sourceMappingURL=contact.css.map */