@charset "UTF-8";
[data-category=contact] .lower_mv .lower_mv_img {
  opacity: 1;
}

.container.-narrow {
  max-width: 960px;
}

.contact_form .aptoenq_necessary {
  display: none;
}
.contact_form .aptoenq_question {
  margin-top: 3rem;
}
.contact_form .aptoenq_question + .aptoenq_question {
  margin-top: 0;
}
.contact_form .aptoenq_question + .aptoenq_question .aptoenq_qa {
  border-top: none;
}
.contact_form .aptoenq_qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 2rem 0;
  border-top: 0.1rem solid var(--gray-e0);
  border-bottom: 0.1rem solid var(--gray-e0);
}
@media screen and (width <= 767px) {
  .contact_form .aptoenq_qa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_qa {
    gap: 2rem;
  }
}
.contact_form .aptoenq_qa + .aptoenq_qa {
  border-top: none;
}
.contact_form .aptoenq_qa .aptoenq_q {
  padding: 0;
  background-color: transparent;
  font-weight: 700;
  border: none;
}
@media screen and (width <= 767px) {
  .contact_form .aptoenq_qa .aptoenq_q {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_qa .aptoenq_q {
    width: 26rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.8rem;
  }
}
.contact_form .aptoenq_qa .aptoenq_q .aptoenq_number {
  display: none;
}
.contact_form .aptoenq_qa .aptoenq_q .aptoenq_red {
  display: none;
}
.contact_form .aptoenq_qa .aptoenq_q:has(.aptoenq_red) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_form .aptoenq_qa .aptoenq_q:has(.aptoenq_red)::after {
  content: "必須";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: #F43A3A;
  color: var(--white);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (width <= 767px) {
  .contact_form .aptoenq_qa .aptoenq_q:has(.aptoenq_red)::after {
    padding: 0.3rem 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_qa .aptoenq_q:has(.aptoenq_red)::after {
    padding: 0.3rem 1.5rem;
    font-size: 1.4rem;
  }
}
.contact_form .aptoenq_qa .aptoenq_a {
  padding: 0;
  font-size: 1.6rem;
}
.contact_form .aptoenq_qa .aptoenq_a .aptoenq_choice_1 {
  float: none;
}
.contact_form .aptoenq_qa .aptoenq_a .aptoenq_choice_1:not(:first-child) {
  margin-top: 1.5rem;
}
.contact_form .aptoenq_qa .aptoenq_a .aptoenq_choice_1 label {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_form .aptoenq_qa .aptoenq_a .aptoenq_choice_1 label .aptoenq_check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0.4rem;
  margin-right: 1rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #B8B6BF;
  position: relative;
}
.contact_form .aptoenq_qa .aptoenq_a .aptoenq_choice_1 label .aptoenq_check::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.7rem;
  border-left: 0.2rem solid var(--main-color);
  border-bottom: 0.2rem solid var(--main-color);
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.4rem;
  left: 0.2rem;
  opacity: 0;
}
.contact_form .aptoenq_qa .aptoenq_a .aptoenq_choice_1 label .aptoenq_check:has(input:checked)::before {
  opacity: 1;
}
.contact_form .aptoenq_qa .aptoenq_a .aptoenq_choice_1 label span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact_form .aptoenq_qa .aptoenq_a textarea {
  border: 0.1rem solid #B8B6BF !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0.3rem !important;
}
.contact_form .aptoenq_cusinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_form .aptoenq_cusinfo .aptoenq_cusinfo_subj {
  padding: 0;
  border-left: none;
  color: var(--ttl-blue);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 767px) {
  .contact_form .aptoenq_cusinfo .aptoenq_cusinfo_subj {
    margin-top: 5rem;
    margin-bottom: 1.5rem;
    font-size: 2.3rem;
  }
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_cusinfo .aptoenq_cusinfo_subj {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}
.contact_form .aptoenq_cusinfo .aptoenq_cusinfo_item {
  border-top: 0.1rem solid var(--gray-e0);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (width <= 767px) {
  .contact_form .aptoenq_cusinfo .aptoenq_cusinfo_item {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_cusinfo .aptoenq_cusinfo_item {
    width: 26rem;
    padding-top: 3rem;
    font-size: 1.8rem;
  }
}
.contact_form .aptoenq_cusinfo .aptoenq_cusinfo_item .aptoenq_red {
  display: none;
}
.contact_form .aptoenq_cusinfo .aptoenq_cusinfo_item:has(.aptoenq_red) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_form .aptoenq_cusinfo .aptoenq_cusinfo_item:has(.aptoenq_red)::after {
  content: "必須";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: #F43A3A;
  color: var(--white);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (width <= 767px) {
  .contact_form .aptoenq_cusinfo .aptoenq_cusinfo_item:has(.aptoenq_red)::after {
    padding: 0.3rem 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_cusinfo .aptoenq_cusinfo_item:has(.aptoenq_red)::after {
    padding: 0.3rem 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_cusinfo .aptoenq_cusinfo_item.aptoenq_cusinfo_item_tel {
    border-bottom: 0.1rem solid var(--gray-e0);
  }
}
.contact_form .aptoenq_cusinfo .aptoenq_cusinfo_fm:empty {
  padding: 0;
  border: none !important;
}
.contact_form .aptoenq_cusinfo .aptoenq_cusinfo_fm:not(:empty) {
  font-size: 1.6rem;
}
@media screen and (width <= 767px) {
  .contact_form .aptoenq_cusinfo .aptoenq_cusinfo_fm:not(:empty) {
    width: 100%;
    margin-top: 1rem;
  }
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_cusinfo .aptoenq_cusinfo_fm:not(:empty) {
    width: calc(100% - 26rem);
    padding-left: 2rem;
    border-top: 0.1rem solid var(--gray-e0);
  }
}
.contact_form .aptoenq_cusinfo .aptoenq_cusinfo_fm:not(:empty) .aptoenq_cusinfo_msg {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (width <= 767px) {
  .contact_form .aptoenq_cusinfo .aptoenq_cusinfo_fm:not(:empty) .aptoenq_cusinfo_msg {
    margin-left: 0;
  }
}
.contact_form .aptoenq_cusinfo .aptoenq_cusinfo_fm:not(:empty) input[type=text] {
  max-width: none;
  height: 4.5rem;
  margin-left: 0;
  border: 0.1rem solid #B8B6BF !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0.3rem !important;
}
.contact_form .aptoenq_cusinfo .aptoenq_cusinfo_fm:not(:empty).aptoenq_cusinfo_fm_tel {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid var(--gray-e0);
}
.contact_form .aptoenq_cusinfo_exp:not(:has(.aptoenq_bt_send)) {
  width: 100%;
  margin-top: 4rem;
  background-color: var(--light-gray);
  font-size: 1.6rem;
}
@media screen and (width <= 767px) {
  .contact_form .aptoenq_cusinfo_exp:not(:has(.aptoenq_bt_send)) {
    padding: 2.5rem 3rem;
    line-height: 1.7;
  }
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_cusinfo_exp:not(:has(.aptoenq_bt_send)) {
    padding: 3.5rem 4rem;
    text-align: center;
    line-height: 2.5;
  }
}
.contact_form .aptoenq_cusinfo_exp:not(:has(.aptoenq_bt_send)) input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0 0.5rem 0.5rem 0 !important;
}
.contact_form .aptoenq_bt_send button,
.contact_form .aptoenq_bt_back button {
  height: auto;
  padding-block: 1rem;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--hover-color)), color-stop(50%, transparent));
  background-image: linear-gradient(to right, var(--hover-color) 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-position 0.6s, color 0.4s;
  transition: background-position 0.6s, color 0.4s;
}
@media screen and (width <= 767px) {
  .contact_form .aptoenq_bt_send button,
  .contact_form .aptoenq_bt_back button {
    padding-inline: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_bt_send button,
  .contact_form .aptoenq_bt_back button {
    padding-inline: 4rem;
    font-size: 1.8rem;
  }
  .contact_form .aptoenq_bt_send button:hover,
  .contact_form .aptoenq_bt_back button:hover {
    background-position: 0;
    top: 0 !important;
  }
}
.contact_form .aptoenq_bt_send button {
  --hover-color: var(--white);
  background-color: var(--main-color);
  border: 0.2rem solid var(--main-color);
  color: var(--white);
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_bt_send button:hover {
    color: var(--main-color);
  }
}
.contact_form .aptoenq_bt_back button {
  --hover-color: var(--gray-8);
  background-color: var(--white);
  border: 0.2rem solid var(--gray-8);
  color: var(--gray-8);
}
@media screen and (width > 767px), print {
  .contact_form .aptoenq_bt_back button:hover {
    color: var(--white);
  }
}
@media screen and (width > 767px), print {
  .contact_form .privacy {
    text-align: center;
  }
}
.contact_form.-confirm .aptoenq {
  line-height: 1.75;
}
.contact_form.-confirm .aptoenq + .aptoenq_qa {
  margin-top: 3rem;
}
@media screen and (width > 767px), print {
  .contact_form.-confirm .aptoenq_cusinfo_item {
    padding-top: 1.7rem;
  }
}
.contact_form.-confirm .aptoenq_cusinfo {
  border-bottom: 0.1rem solid var(--gray-e0);
}
@media screen and (width <= 767px) {
  .contact_form.-confirm .aptoenq_cusinfo {
    padding-bottom: 2rem;
  }
}
.contact_form.-confirm .aptoenq_c {
  margin-top: 4rem;
}
.contact_form.-confirm .aptoenq_c .aptoenq_bt_set {
  margin-top: 2rem;
}