@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
c_list----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_contact__list {
  counter-reset: num;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 64px 0 80px;
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    margin: 56px 0 64px;
  }
}

@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}
.p_contact__tab {
  width: 100%;
  max-width: 296px;
  display: block;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 56px;
  overflow: clip;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    font-size: 16px;
  }
}

@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding: 12px 8px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding: 10px 8px;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 501px) {
  .p_contact__tab::before {
    position: absolute;
    left: 16px;
  }
}

.p_contact__active {
  background-color: #0281C0;
  color: #fff;
}

.p_contact__line {
  display: block;
  height: 1px;
  background-color: #0281C0;
  outline: none;
  border: none;
  width: 100%;
}

@media screen and (min-width: 501px) {
  .p_contact__line {
    max-width: 72px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__line {
    max-width: 32px;
  }
}
.p_contact__lead {
  display: block;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 16px;
}

/*================================================
c_list----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
form----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #F5F5F5;
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP";
  font-weight: 400;
  padding-top: clamp(56px, 6.25vw, 100px);
  padding-bottom: clamp(56px, 6.25vw, 100px);
  padding-left: clamp(40px, 6.25vw, 100px);
  padding-right: clamp(40px, 6.25vw, 100px);
  border-radius: 20px;
}

@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_input small {
  margin-top: -20px;
}

@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input small {
    margin: 0;
  }
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}

.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #333333;
}
@media screen and (max-width: 500px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
  width: 300px;
}

@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  color: #FFFFFF;
}
@media screen and (max-width: 500px) {
  .mw_wp_form th > span {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}

.mw_wp_form th > span.any {
  background-color: #999999;
}

.mw_wp_form th small {
  display: block;
}

.mw_wp_form td th {
  font-weight: 400;
  width: 200px;
}

@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4375em;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  font-family: "IBM Plex Sans JP";
  font-weight: 400;
  padding: 1em;
  border-radius: 8px;
}

@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}

.mw_wp_form input.var02,
.mw_wp_form textarea.var02,
.mw_wp_form select.var02 {
  max-width: 5em;
}

@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}

.mw_wp_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}

.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  margin-top: clamp(10px, 1vw, 16px);
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .mw_wp_form input[type*=file] {
    font-size: 15px;
  }
}

.mw_wp_form input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP";
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .mw_wp_form input[type*=file]::-webkit-file-upload-button {
    font-size: 15px;
  }
}

.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP";
  font-weight: 400;
  font-size: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .mw_wp_form input[type*=file]::file-selector-button {
    font-size: 15px;
  }
}

.mw_wp_form .error {
  display: block;
  font-size: 15px;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}

.mw_wp_form.mw_wp_form_input th {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  vertical-align: top;
}
@media screen and (max-width: 500px) {
  .mw_wp_form.mw_wp_form_input th {
    font-size: 15px;
  }
}

@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
    text-align: left;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}
.mwform-checkbox-field input {
  display: none;
}

.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 55px;
  margin-right: 20px;
  cursor: pointer;
  line-height: 57px;
}

@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.horizontal-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field input {
  display: none;
}

.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 28px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 57px;
}

@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 6px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 8px;
  background-color: #FF0000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .file-text {
    font-size: 15px;
  }
}
.file-text {
  line-height: 1.6;
  word-break: break-all;
}

.file-text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(-0.6 * (0.5em - 1px));
}

.file-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
}

.sp-break {
  display: none !important;
}

@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}
.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .form-agree {
    font-size: 15px;
  }
}
.form-agree {
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(-1 * (0.5em - 1px));
}

.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.5em;
}

.mw_wp_form_confirm .form-agree {
  display: none !important;
}

.form-agree a {
  color: #0281C0;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .form-agree {
    text-align: left;
  }
}
.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: flex;
  gap: 24px 32px;
  margin-top: 56px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .form-btns {
    margin-top: 40px;
  }
}

.form-btns a,
.form-btns [type=submit] {
  max-width: 240px;
  width: 100%;
  display: flex;
  font-size: 16px;
  font-family: "IBM Plex Sans JP";
  font-weight: 600;
  line-height: 150%;
  color: #FFFFFF;
  text-align: left;
  padding: 15px 32px;
  background-image: url("../images/common/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: right 12px center;
  background-color: #0281C0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (max-width: 500px) {
  .form-btns a,
  .form-btns [type=submit] {
    font-size: 15px;
  }
}

@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  background-position: right 10px center;
}

.ui-datepicker {
  font-size: 13px !important;
}

.ui-datepicker span,
.ui-datepicker a,
.ui-datepicker th,
.ui-datepicker td {
  font-size: inherit !important;
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
}

.lower_prev_btn {
  margin-top: 56px;
}

/*================================================
form----END
==================================================*//*# sourceMappingURL=entry.css.map */