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


     追加


***************************************/
/*最小値:$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;
  max-width: 860px;
}

.contact-item {
  gap: 0 38px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 60px;
}

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

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

.contact-form {
  padding-top: 120px;
}

.contact-item-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0;
  padding-top: 28px;
  width: calc(100% - (640px));
}

.contact-item-ttl .re {
  background: #00a6ba;
  color: #fff;
  margin-left: 0.5em;
  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 {
  max-width: 600px;
  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%;
}

.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 .email-span {
  color: #f6921e;
  display: inline-block;
  margin-left: 1em;
}

.privacy {
  margin: 120px auto 0;
  max-width: 920px;
}

.privacy-head {
  font-size: 4rem;
  text-align: center;
}

.privacy-ttl {
  font-size: 2.6rem;
  margin-bottom: 0.5em;
}

.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 #999;
  font-size: 1.8rem;
  height: 600px;
  line-height: 2;
  margin: 16px auto 0;
  overflow: auto;
  padding: 28px 40px;
}

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


     form


============================================================================= */
input,
textarea {
  background: #fff;
  border: 1px solid #292a2a;
  max-width: 640px;
}

input,
select {
  height: 80px;
}

textarea {
  height: 340px;
}

.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: #666;
  border: 2px solid #666;
}

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

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

.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 #666;
  border-left: 2px solid #666;
  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 {
  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 {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: none;
  border: none;
  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 {
  -webkit-transform: translateY(-50%);
  background: #666;
  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 {
  opacity: 1;
}

@media (max-width: 1208px){
  .privacy-head {
    font-size: 3rem;
  }
}

@media (max-width: 767px){
  .contact {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .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: 40px;
  }
  .contact-span {
    font-size: 1.4rem;
  }
  .contact-form {
    padding-top: 80px;
  }
  .contact-item-ttl {
    font-size: 1.8rem;
    -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 {
    margin-top: 16px;
    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;
  }
  .contact-input-box._email .email-span {
    display: block;
    text-align: right;
  }
  .privacy {
    margin-top: 60px;
  }
  .privacy-head {
    font-size: 2.4rem;
  }
  .privacy-ttl {
    font-size: 2rem;
  }
  .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: 280px;
  }
  .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%;
  }
}


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