@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*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     contact


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

.contact-container {
  margin: auto;
}

.contact-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin: auto;
  max-width: 1000px;
}

.contact-form {
  margin: 0 auto 0;
  max-width: 1000px;
}

.contact-list {
  border-bottom: 1px solid #D8DCE3;
  margin: 0px auto 0;
}

.mail-ttl {
  text-align: center;
}

.contact-item {
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #D8DCE3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 0;
}
.contact-item._name {
  padding-bottom: 0;
}

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

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

.contact-item-ttl {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0;
  min-width: 300px;
}
.contact-item-ttl .re {
  background: #0022A8;
  border-radius: 4px;
  color: #fff;
  font-size: clamp(0.8rem, 0.6rem + 0.625vw * 1, 1.8rem);
  line-height: 1;
  padding: 0.25em 1em;
}
.contact-item-ttl._accept {
  color: #212121;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  text-align: center;
  width: auto;
}

.contact-radio span {
  display: block;
}

.contact-input-box {
  font-size: 2rem;
  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-input-box.radio .wpcf7-list-item {
  display: block;
  font-size: 2rem;
  margin-top: 0.25em;
}

.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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-input-box._address {
  gap: 10px;
  -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;
}
.contact-input-box._address .zip {
  -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._address .zip.other .zip-span {
  min-width: 6em;
}
.contact-input-box._address .zip.other .zip-span + span {
  width: 100%;
}
.contact-input-box._address .zip + span {
  width: 100%;
}
.contact-input-box._address .zip + span + span {
  width: 100%;
}

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

.privacy {
  margin: 20px auto 0;
}

.privacy-txt {
  font-size: 1.4rem;
  margin-top: 40px;
}
.privacy-txt a {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.privacy-txt a:hover {
  opacity: 0.7;
}

.privacy-container {
  background: #fff;
  border: 1px solid #808080;
  height: 360px;
  overflow-y: auto;
  padding: 30px 100px;
}

.privacy-list {
  border-top: 1px solid #212121;
  padding-top: 28px;
}

.privacy-item + .privacy-item {
  margin-top: 32px;
}

.privacy-item-ttl {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 2em;
  text-indent: -2em;
}

.privacy-item-txt {
  font-weight: bold;
  margin-top: 0.5em;
}

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

.check-box-container {
  background: #fff;
  border: 1px solid #707070;
  font-size: 1.8rem;
  height: 185px;
  line-height: 2;
  margin: 26px auto;
  overflow: auto;
  padding: 20px;
}
.check-box-container .indent {
  display: inline-block;
  padding-left: 0.75em;
  text-indent: -0.75em;
}

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


     form


============================================================================= */
input,
textarea {
  background: #eeeeee;
  border: none;
  border-radius: 0;
  max-width: 100%;
}

input,
select {
  height: 60px;
}

textarea {
  height: 210px;
}

.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;
  max-width: 300px;
}
.contact-btn._back {
  background-color: #212121;
  border: 2px solid #212121;
}
.contact-btn._back:hover {
  background: #fff;
  color: #212121;
}
.contact-btn._back:hover span,
.contact-btn._back:hover span:after {
  background: #212121;
}
.contact-btn input {
  background: transparent;
  border-radius: inherit;
  color: inherit;
  color: #fff;
  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: #004a8b;
  color: #212121;
}
.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 #707070;
  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 #212121;
  border-left: 2px solid #212121;
  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: #fff url(../asset/images/common/select.svg) no-repeat center right 8px/16px 16px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  color: inherit;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  max-width: 360px;
  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: #212121;
  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;
}

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

.wpcf7-spinner {
  left: 50%;
  margin: auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.form-btn {
  max-width: 380px;
  position: relative;
  text-align: center;
  text-align: center;
  width: 100%;
  width: 100%;
}

.form-btn {
  background: #FFB300;
  border-radius: 40px;
  max-width: 300px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form-btn:hover {
  opacity: 0.7;
}
.form-btn._back {
  background: #ccc;
}

.form-btn input[type=submit],
.form-btn input[type=button] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-radius: 40px;
  color: #212121;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 300px;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.form-btn input[type=submit]:hover,
.form-btn input[type=button]:hover {
  opacity: 1;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@media (max-width: 1228px){
  .contact-input-box._address .zip.other {
    -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;
  }
  .check-box-container {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px){
  .contact {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  .contact-txt {
    font-size: 1.5rem;
  }
  .contact-form {
    margin-top: 0px;
  }
  .contact-list {
    margin-top: 0px;
  }
  .contact-item {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
  .contact-span {
    font-size: 1.4rem;
  }
  .contact-container form {
    padding-top: 60px;
  }
  .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 .radio1 .wpcf7-list-item {
    display: block;
  }
  .contact-input-box {
    font-size: 1.6rem;
    padding-left: 0;
    width: 100%;
  }
  .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;
  }
  .contact-input-box.radio .wpcf7-list-item {
    font-size: 1.6rem;
  }
  .privacy-container {
    padding: 30px;
  }
  .privacy-item-ttl {
    font-size: 1.8rem;
  }
  .check-box-head {
    font-size: 2rem;
  }
  .check-box-head {
    font-size: 1.6rem;
  }
  .check-box-container {
    font-size: 1.2rem;
    padding: 16px 16px;
  }
  textarea {
    height: 200px;
  }
  .contact-btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-btn {
    width: 80%;
  }
  .form-btn input[type=submit],
  .form-btn input[type=button] {
    border-radius: 30px;
    font-size: 2.2rem;
    height: 60px;
    max-width: 280px;
    width: 100%;
  }
}

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