@charset "utf-8";

/* お問い合わせフォーム用 */
.ttl-pattern_4 {
  font-size: 1.5rem;
  letter-spacing: normal;
}

.txt-nowrap .mw_wp_form_input .confirm-message {
  display: none;
}

.mw_wp_form_confirm .input-message, .mw_wp_form_confirm .bottom-message {
  display: none;
}

.form-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 1.25rem 0;
  border-top: 1px solid #dedede;
}

.form-items:last-of-type {
  border-bottom: 1px solid #dedede;
}

.form-items dt, .form-items dd {
  width: 100%;
}

.form-items dt {
  position: relative;
  padding-left: 37px;
  padding-bottom: 10px;
}

.form-items dd {
  margin-bottom: 0;
}

.form-items input[type="text"], .form-items textarea {
  max-width: 100%;
  padding: 3px 8px;
}

.form-items textarea {
  width: 100%;
}

.form-items select {
  padding: 5px 8px;
}

.mw_wp_form .form-items .horizontal-item+.horizontal-item {
  margin-left: 0;
}

.mw_wp_form .form-items .horizontal-item:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 5px;
  display: inline-block;
}

.label-contact {
  font-size: .625rem;
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 0;
}

.label-essential {
  background: #d14e53;
}

.label-optional {
  background: #888;
}

.mw_wp_form_confirm .postal-search {
  display: none;
}

.please-comment {
  font-size: .875rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.act-btn-wrap {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conf-send-btn {
  color: #FFFFFF;
  background: #444;
  display: inline-block;
  text-align: center;
  width: 220px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 25px;
  font-size: 1.06rem;
  max-width: 100%;
  min-width: 100px;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  position: relative;
  transition: .3s;
}

.conf-send-btn:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.back-btn {
  color: #333;
  background-color: #cecece;
  border: none;
  height: 35px;
  width: 135px;
  max-width: 48%;
  margin-right: 10px;
  border-radius: 5px;
  transition: .3s;
}

.back-btn:hover {
  opacity: .7;
}

.mw_wp_form .error {
  margin-top: 3px;
}

.zip-wrap {
  display: flex;
  flex-wrap: wrap;
}

.p-postal-code {
  order: 0;
}

.postal-search {
  color: #0070C5;
  border: none;
  background: transparent;
  padding: 5px 10px;
  order: 1;
}

.zip-wrap .error {
  order: 2;
  display: block;
  width: 100%;
}

.mwform-checkbox-field:hover label, .mwform-radio-field:hover label,
.mwform-checkbox-field:hover input, .mwform-radio-field:hover input {
  cursor: pointer;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {
  .label-contact {
    top: 2px;
  }
}

@media all and (min-width: 992px) {
  .form-items dt {
    width: 200px;
    padding-right: 1rem;
    padding-bottom: 0;
  }

  .form-items dd {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {}

@media all and (max-width: 400px) {}

/*iPhone5:SE*/
@media all and (max-width: 320px) {}

.contact .head-ttl-wrap,
.contact-finish .head-ttl-wrap {
  background-image: url(../images/contact/head-bg-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}



.entry-form .head-ttl-wrap,
.entry-form-finish .head-ttl-wrap {
  background-image: url(../images/recruit/head-bg-recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}



.contact-tel {
  margin-bottom: 40px;
}

.contact-tel>.d-flex {
  justify-content: center;
}

.contact-tel-txt {
  color: var(--base-blue);
  font-size: 2rem;
  padding-left: 33px;
  position: relative;
}

.contact-tel-txt:hover {
  color: var(--base-blue);
  opacity: 1;
}

.contact-tel-txt::before {
  content: "";
  background-image: url(../images/contact/tel-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20.6px;
  height: 19.6px;
  position: absolute;
  top: 48%;
  transform: translateY(-52%);
  left: 0;
}

.contact-tel-time {
  font-weight: 600;
}

.contact-flow {
  position: relative;
  max-width: 380px;
  justify-content: space-between;
  margin-inline: auto;
}

.contact-flow::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #549BD7;
  width: 106px;
  position: absolute;
  top: 28%;
  left: 110px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.contact-flow::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #549BD7;
  width: 106px;
  position: absolute;
  top: 28%;
  right: 6px;
  transform: translate(-50%, -50%);
  z-index: -1;
}



@media all and (max-width: 400px) {
  .contact-flow {
    max-width: 300px;
  }

  .contact-flow::before {
    width: 66px;
    left: 88px;
  }

  .contact-flow::after {
    width: 66px;
    right: 25px;

  }
}

.contact-flow__box {}

.contact-flow__circle {
  width: 60px;
  height: 60px;
  font-size: 1.625rem;
  background-color: #87B9E3;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  letter-spacing: 0.07em;
}

.contact-flow__txt {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  opacity: 0.7;
}

.contact-tel {
  text-align: center;
}

.form-mt {
  margin-top: 25px;
}

.smf-form .wp-block-button__link {
  padding: 0;
}

.personal .ttl-pattern_4 {
  font-size: 1.5rem;
  letter-spacing: normal;
}

.entry-form .ttl-pattern_2,
.entry-form-finish .ttl-pattern_2 {
  margin-bottom: 75px;
}

.personal dt {
  position: relative;
  margin-bottom: 6px;
}

.personal dt,
.personal dd {
  padding-left: 17px;
}

.personal dt::before {
  content: "■";
  color: var(--base-blue);
  position: absolute;
  left: 0;

}

@media all and (min-width: 576px) {
  .contact-tel {
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .contact-tel-txt {
    font-size: 2.8125rem;
    margin-right: 20px;
  }

  .smf-form .wp-block-button__link {
    padding: 10px 0;
  }

}

@media all and (min-width: 768px) {

  .entry-form .ttl-pattern_2,
  .entry-form-finish .ttl-pattern_2 {
    margin-bottom: 124px;
  }

  .contact-tel-txt {
    font-size: 3.125rem;
    margin-right: 30px;
    padding-left: 38px;
  }

  .contact-tel-txt::before {
    width: 22.6px;
    height: 21.6px;
  }
}

@media all and (min-width: 1200px) {
  .contact-tel {
    padding-left: 144px;
  }
}

/* フォームの調整 */
.sme-badge {
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 7px;
  transform: translateY(0px);
  border: 1px solid var(--base-blue);
}



.search-style>a {
  color: var(--base-blue);
  font-weight: 500;
  font-size: 1rem;
  background-color: transparent;
  border: none;
}

form[data-screen="input"] .circle1,
form[data-screen="back"] .circle1,
form[data-screen="invalid"] .circle1 {
  background-color: #0B71C7;

}

form[data-screen="confirm"] .circle2 {
  background-color: #0B71C7;

}

.contact-finish .circle3,
.entry-form-finish .circle3 {
  background-color: #0B71C7;

}

form[data-screen="input"] .contact-flow__txt1,
form[data-screen="back"] .contact-flow__txt1,
form[data-screen="invalid"] .contact-flow__txt1 {
  opacity: 1;

}

form[data-screen="confirm"] .contact-flow__txt2 {
  opacity: 1;

}

.contact-finish .contact-flow__txt3,
.entry-form-finish .contact-flow__txt3 {
  opacity: 1;

}

.contact-html .smf-item__col--label {
  padding-bottom: 0;
}

.contact-html.smf-item {
  padding: unset;
}

.txt-nowrap {
  text-wrap: nowrap;
}

.bg-blue {
  padding: 60px 30px;
  background-color: var(--bg-lightblue);
}

.personal-inner {
  max-width: 856px;
  margin-inline: auto;
}

.personal-inner dl dd {
  line-height: 1.8;
}

.contact-txt1 {
  margin-top: 44px;
}

.personal {
  margin-top: 40px;
}

@media all and (min-width: 576px) {
  .contact-txt1 {
    text-align: center;
  }
}

@media all and (min-width: 768px) {
  .bg-blue {
    padding: 60px;
  }
}