@charset "UTF-8";
.contact {
  font-feature-settings: "palt";
}

.contact-intro {
  padding: 34px 0 80px;
}
.contact-intro__txt {
  max-width: 1124px;
  color: #242424;
  letter-spacing: 0.06em;
  line-height: 2;
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contact-intro {
    padding: 25px 0 40px;
  }
  .contact-intro__txt {
    font-size: 15px;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
    text-align: left;
  }
}

.contact-bnrs {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100%;
}
.contact-bnrs__bnr {
  flex: 1 1 auto;
  max-width: 385px;
  height: 145px;
}
.contact-bnrs__bnr a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: 0.2s;
}
.contact-bnrs__bnr a:hover {
  transform: scale(1.005);
}
.contact-bnrs__bnr img {
  display: block;
  margin-right: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-bnrs__bnr .num {
  font-family: "Lato", sans-serif;
  font-size: 36px;
  letter-spacing: 0.04em;
}
.contact-bnrs__bnr .time {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.contact-bnrs__bnr--line a {
  background: #009942;
  padding-left: 4px;
  line-height: 1.3;
}
.contact-bnrs__bnr--line img {
  width: 56px;
  height: 53px;
}
.contact-bnrs__bnr--tel a {
  background: #fa7f05;
  padding-left: 2px;
  line-height: 1.2;
}
.contact-bnrs__bnr--tel img {
  width: 55px;
  height: 55px;
}
.contact-bnrs__bnr--tel .time {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .contact-bnrs {
    display: block;
  }
  .contact-bnrs__bnr {
    width: 100%;
    height: 126px;
  }
  .contact-bnrs__bnr a {
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .contact-bnrs__bnr img {
    display: inline-block;
  }
  .contact-bnrs__bnr .num {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
  .contact-bnrs__bnr .time {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .contact-bnrs__bnr--line a {
    padding-left: 4px;
    line-height: 1.2;
  }
  .contact-bnrs__bnr--line img {
    width: 35px;
    height: 33px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .contact-bnrs__bnr--tel a {
    padding-left: 2px;
    line-height: 1.23;
  }
  .contact-bnrs__bnr--tel img {
    width: 28px;
    height: 28px;
    margin-right: 11px;
  }
  .contact-bnrs__bnr--tel .time {
    letter-spacing: 0.08em;
  }
  .contact-bnrs__bnr + .contact-bnrs__bnr {
    margin-top: 16.5px;
  }
}

.contact-form {
  background: #f5f5f5;
  padding: 197px 0 80px;
}
.contact-form__ttl {
  margin-bottom: 67px;
}
.contact-form__ttl.c-ttl::before {
  top: -98px;
}
.contact-form__ttl.c-ttl .en-large {
  top: -85px;
}
@media screen and (max-width: 750px) {
  .contact-form {
    padding: 101px 0 60px;
  }
  .contact-form__ttl {
    margin-bottom: 30px;
  }
  .contact-form__ttl.c-ttl::before {
    top: -74px;
  }
  .contact-form__ttl.c-ttl .en-large {
    top: -20px;
  }
}

.contact-form-notes {
  position: relative;
  background: #fff;
  margin-bottom: 40px;
  padding: 52px 100px 31px;
}
.contact-form-notes__ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  background: #feeb34;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 23px;
  transform: translateX(-50%);
}
.contact-form-notes ul li {
  color: #090a00;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.1111111111;
  padding-left: 1em;
}
.contact-form-notes ul li::before {
  content: "※";
  color: #36b02b;
  margin-left: -1em;
}
@media screen and (max-width: 959px) {
  .contact-form-notes {
    padding: 52px 40px 31px;
  }
}
@media screen and (max-width: 750px) {
  .contact-form-notes {
    margin-bottom: 20px;
    padding: 30px 20px 20px;
  }
  .contact-form-notes__ttl {
    top: -10px;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 2px 15px;
  }
  .contact-form-notes ul li {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.tf-error-anchor {
  position: relative;
  top: -90px;
}
@media screen and (max-width: 1199px) {
  .tf-error-anchor {
    top: -65px;
  }
}
@media screen and (max-width: 750px) {
  .tf-error-anchor {
    top: -90px;
  }
}

.tf-require-counter {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: inline-block;
  background: #fff;
  border: solid 1px #36b02b;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
}
.tf-require-counter.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.tf-require-counter__read {
  padding: 10px 20px;
}
.tf-require-counter__num {
  background: #36b02b;
  color: #fff;
  padding: 5px 20px;
}
@media screen and (max-width: 750px) {
  .tf-require-counter {
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
  }
  .tf-require-counter__read {
    display: none;
  }
  .tf-require-counter__num {
    background: #36b02b;
    color: #fff;
    padding: 5px 20px;
  }
}

.mw_wp_form_confirm .tf-require-counter {
  display: none;
}

.contact-form-body__wrap {
  background: #fff;
  padding: 41px 58px 40px 42px;
}
.contact-form-body .req-label {
  display: inline-block;
  background: #feeb34;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 5px 10px;
}
.contact-form-body .tf-error {
  color: red;
}
.contact-form-body dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: dotted 1px #e0e0e0;
}
.contact-form-body dl dt, .contact-form-body dl dd {
  border-top: dotted 1px #e0e0e0;
  padding: 25px 0;
}
.contact-form-body dl dt:first-of-type, .contact-form-body dl dd:first-of-type {
  border-top: none;
}
.contact-form-body dl dt {
  flex: 0 0 340px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.8823529412;
  padding-right: 20px;
}
.contact-form-body dl dd {
  flex: 0 0 calc(100% - 340px);
}
.contact-form-body input[type=text],
.contact-form-body input[type=email],
.contact-form-body textarea {
  display: block;
  width: 100%;
  border: solid 2px #dbdbdb;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1.6;
}
.contact-form-body input[type=text]::-moz-placeholder, .contact-form-body input[type=email]::-moz-placeholder, .contact-form-body textarea::-moz-placeholder {
  color: #999;
  letter-spacing: 0.065em;
  font-feature-settings: "palt";
}
.contact-form-body input[type=text]::placeholder,
.contact-form-body input[type=email]::placeholder,
.contact-form-body textarea::placeholder {
  color: #999;
  letter-spacing: 0.065em;
  font-feature-settings: "palt";
}
.contact-form-body textarea {
  height: 140px;
}
.contact-form-body input[type=file] {
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: 0 0 0 -1px;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}
.contact-form-body .file-button {
  display: inline-block;
  width: 257px;
  height: 50px;
  background: #36b02b;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.065em;
  padding: 10px 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  cursor: pointer;
}
.contact-form-body .mwform-file-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #36b02b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: middle;
}
.contact-form-body .mw-wp-form_file {
  display: inline-block;
  color: #36b02b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-left: 10px;
}
.contact-form-body .file-notes {
  color: #090a00;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 10px 0 -10px;
}
.contact-form-body .submit-box {
  margin-top: 50px;
}
.contact-form-body .submit-box .tf-error {
  text-align: center;
}
.contact-form-body .agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-form-body .agreement .req-label {
  margin-right: 12px;
}
.contact-form-body input[type=checkbox] {
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: 0 -1px 0 0;
  padding: 0;
  opacity: 0;
}
.contact-form-body .mwform-checkbox-field {
  font-size: 0;
}
.contact-form-body .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  border: solid 2px #dbdbdb;
  color: transparent;
  font-size: 0;
  margin-right: 12px;
}
.contact-form-body .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 11px;
  width: 10px;
  height: 22px;
  border: solid 3px #36b02b;
  border-width: 0 3px 3px 0;
  opacity: 0;
  transform: rotate(45deg);
  transition: 0.2s;
}
.contact-form-body input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.contact-form-body .agree-label {
  font-size: 16px;
  letter-spacing: 0.08em;
  cursor: pointer;
  padding-bottom: 3px;
}
.contact-form-body .agree-label a {
  text-decoration: underline;
  text-underline-offset: 10px;
}
.contact-form-body .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 120px;
       column-gap: 120px;
  margin-top: 40px;
}
.contact-form-body .button-wrap .c-button {
  width: 320px;
  height: 70px;
}
.contact-form-body .button-wrap .c-button.disabled {
  background: #ccc;
}
.contact-form-body .button-wrap .c-button.disabled::before {
  content: none;
}
.contact-form-body .button-wrap .c-button--reverse {
  background: #ccc;
}
.contact-form-body button[type=reset] {
  display: block;
  background: transparent;
  border-bottom: solid 2px #222;
  color: #222;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 30px auto 0;
  padding: 10px;
}
@media screen and (max-width: 959px) {
  .contact-form-body dl dt {
    flex: 0 0 250px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .contact-form-body dl dd {
    flex: 0 0 calc(100% - 250px);
  }
}
@media screen and (max-width: 750px) {
  .contact-form-body__wrap {
    padding: 25px 20px;
  }
  .contact-form-body .req-label {
    font-size: 13px;
    letter-spacing: 0.08em;
    padding: 4px 8px;
  }
  .contact-form-body dl {
    display: block;
  }
  .contact-form-body dl dt, .contact-form-body dl dd {
    padding: 15px 0;
  }
  .contact-form-body dl dt {
    width: 100%;
    justify-content: flex-start;
    padding-right: 0;
    padding-bottom: 0;
  }
  .contact-form-body dl dt .req-label {
    margin-left: 10px;
  }
  .contact-form-body dl dd {
    width: 100%;
    border-top: none;
  }
  .contact-form-body .file-button {
    width: 240px;
    font-size: 14px;
  }
  .contact-form-body .file-notes {
    margin-bottom: 0;
  }
  .contact-form-body .mw-wp-form_file {
    width: 100%;
    margin-left: 0;
  }
  .contact-form-body .submit-box {
    margin-top: 30px;
  }
  .contact-form-body .button-wrap {
    flex-direction: column-reverse;
    row-gap: 20px;
    margin-top: 30px;
  }
  .contact-form-body .button-wrap .c-button {
    max-width: 315px;
    height: 60px;
    margin: 0 auto;
  }
}

.form-steps {
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
  width: 100%;
  height: 41px;
  margin-bottom: 15px;
}
.form-steps__step {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b2b2b2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.form-steps__step:not(:last-child) {
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
}
.form-steps__step .num {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-right: 5px;
  padding-top: 2px;
}
@media screen and (max-width: 750px) {
  .form-steps__step {
    flex-direction: column;
    line-height: 1.2;
  }
  .form-steps__step:not(:last-child) {
    padding-right: 10px;
  }
  .form-steps__step .num {
    font-size: 14px;
    margin-right: 0px;
    padding-top: 0;
  }
}

.mw_wp_form_input .form-steps__step:nth-child(1),
.mw_wp_form_confirm .form-steps__step:nth-child(2) {
  background: #36b02b;
}

.confirm-message {
  display: none;
}

.mw_wp_form_confirm .confirm-message {
  display: block;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.08em;
}
.mw_wp_form_confirm .req-label,
.mw_wp_form_confirm .file-button,
.mw_wp_form_confirm .file-notes,
.mw_wp_form_confirm .agreement,
.mw_wp_form_confirm .button[type=reset] {
  display: none;
}
.mw_wp_form_confirm dt {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .mw_wp_form_confirm {
    font-size: 18px;
  }
}

.contact-thanks {
  padding: 60px 0 80px;
}
.contact-thanks .mw_wp_form_complete {
  padding-top: 100px;
}
.contact-thanks__ttl {
  margin-bottom: 40px;
}
.contact-thanks__txt {
  margin-bottom: 40px;
  text-align: center;
}
.contact-thanks__to-top {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .contact-thanks {
    padding: 41px 0 60px;
  }
  .contact-thanks .mw_wp_form_complete {
    padding-top: 60px;
  }
  .contact-thanks__ttl {
    margin-bottom: 30px;
  }
  .contact-thanks__txt {
    letter-spacing: 0.04em;
    margin-bottom: 30px;
    text-align: left;
  }
}
