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


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     contact


============================================================================= */
.contact {
  padding: 120px 0 200px;
}

.submv {
  background: transparent url(../asset/images/contact/mv.jpg) no-repeat top center/cover;
}

.contact-list {
  margin: auto;
  max-width: 680px;
  padding-top: 80px;
}

.contact-item {
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

.contact-item._name {
  padding-bottom: 0;
}

.contact-item + .contact-item {
  margin-top: 48px;
}

.contact-span {
  font-size: 2rem;
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.contact-container form {
  margin: auto;
  padding: 20px 0;
}

.contact-item-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0;
  width: 100%;
}

.contact-item-ttl .re {
  background: #0072ac;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 1em;
  padding: 0 0.5em;
}

.contact-item-ttl._accept {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  text-align: center;
}

.contact-radio span {
  display: block;
}

.contact-input-box .wpcf7-list-item:nth-of-type(1) {
  margin: 0;
}

.contact-input-box {
  max-width: 680px;
  width: 100%;
}

.zip-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
  width: 100%;
}

.zip-input input {
  max-width: 8em;
}

.contact-input-box._name {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-input-box._name .your-name {
  /*     width: 50%; */
  width: 100%;
}

.contact-input-box._zip {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-input-box._year input {
  margin-right: 0.5em;
  width: 5em;
}

.contact-input-box._year .span {
  display: inline-block;
}

.contact-radio .radio-flex {
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-input-box._email input + input {
  margin-top: 10px;
}

.contact-input-box._email > span input {
  margin-bottom: 10px;
}

.contact-span {
  font-size: 2rem;
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy {
  margin: 48px auto 0;
  max-width: 1032px;
}

.privacy-txt {
  font-size: 2rem;
  text-align: center;
}

.privacy-ttl {
  font-size: 2rem;
  margin-top: 100px;
  text-align: center;
}

.privacy-content {
  background: #dde7f5;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.88889;
  margin-top: 24px;
  padding: 32px;
}

.check-box-head {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.check-box-container {
  background: #fff;
  border: 1px solid #534741;
  height: 350px;
  line-height: 2;
  margin: 32px auto 0;
  overflow: auto;
  padding: 28px 40px;
  text-align: left;
}

.form-btn-contents {
  margin-top: 80px;
}

.form-btn-box {
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-btn {
  background: #1a1a7c;
  color: #fff;
  font-size: 1.8rem;
  height: 60px;
  text-align: center;
  width: 180px;
}

.form-btn._back {
  background: #bbb;
}

/* =============================================================================


     form


============================================================================= */
input,
textarea {
  background: #fff;
  background: #f0f0f0;
  border: 1px solid #000;
  max-width: 680px;
}

input,
select {
  height: 50px;
}

textarea {
  height: 230px;
}

.contact-btn-box {
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 120px auto 0;
}

.contact-btn {
  margin: auto;
}

.contact-btn._back {
  background-color: #202020;
  border: 2px solid #202020;
}

.contact-btn._back:hover {
  background: #fff;
  color: #202020;
}

.contact-btn._back:hover span,
.contact-btn._back:hover span:after {
  background: #202020;
}

.contact-btn input {
  background: transparent;
  border-radius: inherit;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  height: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.contact-btn input:hover {
  background: inherit;
  color: inherit;
}

.contact-btn input:disabled {
  background: #ccc;
  border: none;
  pointer-events: none;
}

.contact input[type="checkbox"] {
  display: none;
}

.contact input[type="checkbox"] + span,
.contact input[type="checkbox"] + input[type="hidden"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 calc(20px + 0.5em);
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact input[type="checkbox"] + span:hover,
.contact input[type="checkbox"] + input[type="hidden"] + span:hover {
  opacity: 0.7;
}

.contact input[type="checkbox"] + span:before,
.contact input[type="checkbox"] + input[type="hidden"] + span:before {
  background: #fff;
  border: none;
  border: 1px solid #999;
  border-radius: 0px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

.contact input[type="checkbox"] + span:after,
.contact input[type="checkbox"] + input[type="hidden"] + span:after {
  border-bottom: 2px solid #202020;
  border-left: 2px solid #202020;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

.contact input[type="checkbox"]:checked + span::after,
.contact input[type="checkbox"]:checked + input[type="hidden"] + span::after {
  opacity: 1;
}

.contact input[type="checkbox"]:checked + span + span::after {
  opacity: 1;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffd4 url(../asset/images/common/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  background-color: #ffffd4;
  border: 1px solid #000;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  min-width: 5em;
  padding: 8px;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

.select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type="checkbox"] + span,
input[type="radio"] + span,
input[type="radio"] + input + span {
  cursor: pointer;
  display: inline-block;
  line-height: 2;
  margin: 0;
  padding: 0 0 0 1.25em;
  position: relative;
}

input[type="radio"] {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
}

input[type="radio"] + span::before,
input[type="radio"] + input + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: none;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

input[type="radio"] + span::after,
input[type="radio"] + input + span::after {
  -webkit-transform: translateY(-50%);
  background: #202020;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5em;
  left: 0.25em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0.5em;
}

input[type="radio"]:checked + span::after,
input[type="radio"]:checked + input + span::after {
  opacity: 1;
}

.privacy {
  margin-top: 120px;
  text-align: center;
}

.privacy-txt {
  font-size: 2rem;
}

.contact-txt {
  font-size: 1.8rem;
}

.parivacy-txt {
  border: 1px solid #000;
  height: 328px;
  margin: 32px auto 0;
  max-width: 728px;
  overflow-y: auto;
  padding: 1em;
  text-align: left;
  width: 100%;
}

.contact-btn {
  height: 45px;
  margin: 80px auto 0;
  position: relative;
  width: 180px;
}

#form-submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4a81d8;
  border-radius: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 24px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

#form-submit:hover {
  opacity: 0.7;
}

.btn-arrow {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 0.5em;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 0.5em;
  z-index: 1;
}

.contact-btn:hover .btn-arrow {
  opacity: 0.7;
}

@media (max-width: 767px){
  .contact {
    padding: 20px 0 100px;
  }
  .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
  .contact-item + .contact-item {
    margin-top: 32px;
  }
  .contact-span {
    font-size: 1.4rem;
  }
  .contact-item-ttl {
    font-size: 1.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0px;
    width: 100%;
  }
  .contact-item-ttl .re {
    font-size: 1.2rem;
  }
  .contact-input-box .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .contact-input-box {
    font-size: 1.6rem;
    padding-left: 0;
  }
  .contact-input-box._name {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .privacy {
    margin-top: 60px;
  }
  .privacy-txt {
    font-size: 1.4rem;
  }
  .privacy-ttl {
    font-size: 1.4rem;
    margin-top: 60px;
  }
  .privacy-content {
    font-size: 1.4rem;
    padding: 32px 20px;
  }
  .check-box-head {
    font-size: 1.6rem;
  }
  .check-box-container {
    font-size: 1.2rem;
    width: 100%;
  }
  .check-box-container {
    padding: 16px 16px;
  }
  input,
  select {
    height: 40px;
  }
  textarea {
    height: 200px;
  }
  .contact-btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-btn {
    max-width: 600px;
    width: 80%;
  }
  .privacy {
    margin-top: 60px;
  }
  .privacy-txt {
    font-size: 1.6rem;
  }
  .contact-txt {
    font-size: 1.5rem;
  }
}


/*# sourceMappingURL=contact.css.map*/