@charset "UTF-8";
/*************************************************

contact-bg01

*************************************************/
.contact-lead {
  display: none;
  margin-bottom: 8rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-lead {
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
}

.contact-bg01 {
  position: relative;
  margin-bottom: 16rem;
  padding: 8rem 0 16rem;
  background-color: #F9F5F5;
  border-radius: 12rem;
}
@media screen and (max-width: 767px) {
  .contact-bg01 {
    padding: 5rem 0 7rem;
    margin-bottom: 7rem;
    border-radius: 4rem;
  }
}
.contact-bg01 .snow-monkey-form[data-screen=input] .is-screen-input {
  display: block;
}
.contact-bg01 .snow-monkey-form[data-screen=confirm] .is-screen-confirm {
  display: block;
}
.contact-bg01 .snow-monkey-form[data-screen=confirm] .smf-item__label::after {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .contact-bg01 .snow-monkey-form[data-screen=confirm] .smf-item__col--label {
    padding-top: 0 !important;
  }
}
.contact-bg01 .snow-monkey-form[data-screen=confirm] .smf-item:last-child {
  display: none !important;
}
.contact-bg01 .snow-monkey-form[data-screen=complete] .is-screen-complete {
  display: block;
}
.contact-bg01 .smf-form {
  width: min(99rem, 100% - 5rem);
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact-bg01 .smf-form {
    margin-top: 5rem;
  }
}
.contact-bg01 .smf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .contact-bg01 .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.contact-bg01 .smf-item input[type=text],
.contact-bg01 .smf-item input[type=email],
.contact-bg01 .smf-item input[type=tel],
.contact-bg01 .smf-item textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  background: #FFF;
  border: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.15);
}
.contact-bg01 .smf-item textarea {
  height: 31rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .contact-bg01 .smf-item textarea {
    height: 20rem;
  }
}
.contact-bg01 .smf-item:has([data-validations~=required]) .smf-item__label::after {
  display: block;
  content: "必須";
  padding: 0.2rem 0.6rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 0.3rem;
  background-color: #EB3341;
}
.contact-bg01 .smf-item.is-label-none .smf-item__label::after {
  display: none;
}
.contact-bg01 .smf-item.is-top .smf-item__col--label {
  padding-top: 0;
}
.contact-bg01 .smf-item__col--label {
  width: 22rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .contact-bg01 .smf-item__col--label {
    width: 100%;
    padding-top: 0;
  }
}
.contact-bg01 .smf-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-bg01 .smf-item__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem;
  }
}
.contact-bg01 .smf-item__label::after {
  display: block;
  content: "任意";
  padding: 0.2rem 0.6rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 0.3rem;
  background-color: #555555;
}
.contact-bg01 .smf-item__label__text {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact-bg01 .smf-item__label__text {
    font-size: 1.6rem;
  }
  .contact-bg01 .smf-item__label__text br {
    display: none;
  }
}
.contact-bg01 .smf-item__col--controls {
  width: calc(100% - 24.5rem);
}
@media screen and (max-width: 767px) {
  .contact-bg01 .smf-item__col--controls {
    width: 100%;
  }
}
.contact-bg01 .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .contact-bg01 .smf-action {
    margin-top: 4rem;
  }
}
.contact-bg01 .smf-button-control {
  display: block;
  width: min(28rem, 100%);
  margin: 0 !important;
}
.contact-bg01 .smf-button-control__control {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 7rem;
  padding: 1rem;
  font-size: 1.8rem;
  text-align: center;
  border: none;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  background: #003399;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 20rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .contact-bg01 .smf-button-control__control:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .contact-bg01 .smf-button-control__control {
    min-height: 6rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-bg01 .smf-radio-button-control {
    padding-top: 1rem;
  }
}