@charset "UTF-8";

/******************************
  bg
******************************/
.bg_contact {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../../assets/img/bg_contact.jpg") no-repeat bottom center;
  background-size: cover;
  pointer-events: none;
  background-blend-mode: lighten;
  opacity: 1;
  background-color: transparent;
  transition: opacity 1.5s ease 0.5s, background-color 1.5s ease;
}

/******************************
  block02
******************************/
.block02 {
  display: block;
}

@media (max-width: 750px) {
  .block02 {
    display: none;
  }
}

/******************************
  contact
******************************/
.contact_mark {
  margin: 0 auto;
  font-size: 13px;
  line-height: 2.2em;
  width: 1100px;
  text-align: justify;
  letter-spacing: 0.1em !important;
}

.contact_mark ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.contact_mark li {
  width: calc(100% / 4);
  padding: 13px 10px 10px;
  background: #dcdcdc;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.5em;
}

.contact_mark li.active {
  background: #CA9BC5;
}

.contact_box {
  margin: 80px auto 0;
  width: 1100px;
}

.contact_box .lead {
  font-size: 14px;
  line-height: 2.2em;
  text-align: center;
  letter-spacing: 0.1em !important;
  padding-bottom: 100px;
}

.contact_box .lead_thanks {
  font-size: 18px;
  line-height: 2.2em;
  text-align: center;
  letter-spacing: 0.1em !important;
  color: #AE7EB6;
  padding-bottom: 50px;
}

.contact_box .txt_thanks {
  font-size: 16px;
  line-height: 2.2em;
  text-align: center;
  letter-spacing: 0.1em !important;
  padding-bottom: 20px;
}

.contact_box .note_thanks {
  margin: 50px auto 0;
  font-size: 13px;
  line-height: 1.8em;
  text-align: justify;
  width: 800px;
  padding: 16px 30px 16px;
  letter-spacing: 0.1em;
  color: #d60101;
  border-radius: 4px;
  border: 1px solid #fa9c9c;

}

.sod_select .sod_list_wrapper {
    height: 320px !important;
}


.contact_pp {
  margin: 0 auto;
  width: 100%;
  overflow-y: scroll;
  height: 300px;
  border: 1px solid #dcdcdc;
  padding: 50px 10px;
}

.contact_pp .ttl_pp {
  margin: 0 auto 50px;
  font-size: 17px;
  line-height: 2.2em;
  width: 800px;
  text-align: justify;
  border-bottom: 1px solid #dcdcdc;
}

.scroll::-webkit-scrollbar {
  width: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #CA9BC5;
  height: 36px;
}

.scroll::-webkit-scrollbar-track {
  background: #dcdcdc;
}

.mw_next a,
.mw_top a,
.mw_submit {
  width: 300px;
  height: 60px;
  margin: 100px auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.3em;
  color: #fff !important;
  text-decoration: none;
  background: #AE7EB6;
  border-radius: 100px;
  padding: 2px 0 0 12px;
  text-align: center;
  font-weight: 500;
  opacity: 0.5;
  transition: all 0.5s;
}
.mw_top a{
  font-weight: 400 !important;
  width: 200px!important;
}

.mw_back {
  width: 150px;
  height: 40px;
  margin: 40px auto -40px !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.5em;
  color: #fff !important;
  text-decoration: none;
  background: #a19e9e !important;
  border-radius: 5px;
  padding: 1px 0 0 12px;
  text-align: center;
  font-weight: 600;
  opacity: 0.5;
  transition: all 0.5s;
}

.mw_back input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5em;
  cursor: pointer;
}

.mw_submit input {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3em;
  cursor: pointer;
}

.mw_next a::after,
.mw_top a::after,
.mw_submit::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.mw_back::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.mw_next a:hover,
.mw_top a:hover,
.mw_submit:hover,
.mw_back:hover {
  opacity: 1;
  transition: all 0.5s;
  cursor: pointer;
}

p.general {
  display: none; /* 初期状態は非表示 */
}

@media (max-width: 1200px) {
  .contact_mark {
    width: 100%;
    padding: 0 6vw;
    gap: 5vw;
    transition: transform 0.6s cubic-bezier(.4, 0, .2, 1);
  }

  .contact_box {
    width: 100%;
    padding: 0 6vw;
  }
}

@media (max-width: 940px) {
  .contact_box .note_thanks {
    width: 85vw;
    padding: 3% 4%;
  }
}

@media (max-width: 900px) {
  .contact_box .lead {
    text-align: justify;
  }
}

@media (max-width: 750px) {
  .contact_mark ul {
    gap: 10px;
  }
  .mw_next a,
  .mw_top a,
  .mw_submit{
    opacity: 1;
  }
  .mw_back,
  .mw_back:hover {
    opacity: 0.8;
  }
.contact_box {
  margin: 10% auto 0;
}
.contact_box .lead {
  padding-bottom: 10%;
}
  .contact_box .lead_thanks {
    font-size: 17px;
  }

}

@media (max-width: 600px) {
  .contact_mark li {
    padding: 13px 2% 10px;
    font-size: max(12px, 2.5vw);
    letter-spacing: 0.05em;
  }

  .mw_next a,
  .mw_top a,
  .mw_submit {
    width: 70vw;
    max-width: 280px;
    height: 50px;
    font-size: 15px;
    margin-top: 14%;
    padding: 0 0 0 12px;
  }
  .mw_top a{
    max-width: 150px;
  }

  .mw_back {
    width: 60vw;
    max-width: 110px;
    font-size: 13px;
      height: 38px;
    padding: 0 0 0 12px;
    margin: 8% auto 5% !important;
  }

  .mw_back input {
    font-size: 13px;
  }

  .mw_submit input {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .contact_box .lead_thanks {
    font-size: max(15px, 3.2vw);
    padding-bottom: 10%;
  }
  .contact_box .txt_thanks {
    font-size: max(13px, 3.2vw);
    padding-bottom: 4%;
  }
  .contact_box .note_thanks {
    font-size: max(12px, 3vw);
    padding: 3% 5%;
    margin-top: 10%;
  }
.contact_box .lead {
    font-size: max(12px, 3vw);
  }
}

/******************************
  privacy_policy
******************************/
@media (max-width: 1000px) {

  .privacy_policy .txt,
  .privacy_policy .ttl {
    width: 90% !important;
  }

  .contact_pp .ttl_pp {
    width: 90% !important;
    padding: 0;
  }
}

@media (max-width: 940px) {
  .privacy_policy .txt,
  .privacy_policy .ttl {
    padding: 0 !important;
  }
}

@media (max-width: 480px) {
  .contact_pp .ttl_pp {
    font-size: max(13px, 3.6vw);
  }
}


/******************************
  mw_wrap
******************************/
.mw_wp_form {
  border-top: 1px solid #B3B3B3;
}

.mw_wrap dl {
  display: grid;
  grid-template-columns: 250px 1fr;
  font-size: 14px !important;
  line-height: 2em;
  margin: 0 auto;
  padding: 0;
}

.mw_wrap dl.none {
  display: block;
  margin: 0 auto -30px;
  text-align: center!important;
}
.mw_wrap dl.none  dt {
  padding: 30px 10px 0;
}
.mw_wrap dl.none  dd {
  padding: 10px 10px 0;
}
.mw_wrap dl.none dt::after,
.mw_wrap dl.none dd::after{
  content: none;
}



.mw_wrap dt,
.mw_wrap dd {
  position: relative;
  padding: 30px 10px;
}

.mw_wrap dt {
  letter-spacing: 0.05em;
}

.mw_wrap dt::after,
.mw_wrap dd::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #B3B3B3;
}

.mw_wrap dt span {
  color: #AE7EB6;
  font-size: 80%;
}


.sod_select {
  background: #a19e9e !important;
  border: none !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  color: #fff !important;
  max-width: 500px !important;
  width: 100%;
}

.sod_select:hover {
  cursor: pointer;
}

.sod_select .sod_list_wrapper {
  max-width: 500px !important;
  width: 100%;
  margin: -1px 0 0 0 !important;
  border: 1px solid #888 !important;
  border-top: none !important;
}

.mwform-tel-field {
  display: flex;
  gap: 6px !important;
  flex-wrap: nowrap !important;
  max-width: 300px;
  align-items: center;
}

.mwform-tel-field input {
  width: 100% !important;
  min-width: 0 !important;
}


.mw_txt {
  width: 100%;
  background: #f4f3f3;
  padding: 14px;
  font-size: 15px !important;
}

.example {
  font-size: 14px !important;
  color: #777;
  margin-top: 10px;
}

.mw_space {
  margin-top: 20px !important;
}

.mw_area {
  width: 100%;
  background: #f4f3f3;
  padding: 14px;
  font-size: 15px !important;
}

.error-message {
  color: #d60101;
  font-size: 0.9em;
  display: none;
  margin-top: 4px;
}


@media (max-width: 750px) {
.mw_wrap dl {
  display: block;
  font-size: 14px;
  line-height: 2em;
}
.mw_wrap dt {
  padding: 30px 10px 0;
}
.mw_wrap dd {
  padding: 20px 10px 40px;
}

.mw_wrap dl dt::after{
  content: none;
}

.sod_select {
  max-width: 100% !important;
}
}

@media (max-width: 480px) {
  .contact_pp .ttl_pp {
    font-size: max(13px, 3.6vw);
  }
.mw_wrap dt {
  font-size: 13px;
}
.mw_wrap dd {
  font-size: 13px;
}

.mw_wrap dl.none  dd {
  line-height: 1.8em;
}
.mw_wrap dl.none {
  margin: 0 auto -2%;
}

.mw_txt {
  font-size: 14px !important;
}

.mw_space {
  margin-top: 5% !important;
}

.mw_area {
  font-size: 14px !important;
}
.example {
  font-size: 12px !important;
}

.general {
  font-size: 12px !important;
}
}

@media (max-width: 750px) {
  .sod_select .sod_label {
    padding: 4px 15px 0 0!important;
  }
}