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


     contact


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

.contact form {
  padding: 120px 0;
}

.contact-txt {
  font-size: 3rem;
  margin: auto;
  text-align: center;
}

span.re {
  /*   background: #f00; */
  background: #00a0e9;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  margin-right: 1em;
  padding: 0.1em 0.5em;
}

span.re.op {
  opacity: 0;
  visibility: hidden;
}

.contact-list {
  margin: 0 auto;
  max-width: calc(240px + 620px);
  width: 100%;
}

.contact-list + .contact-list {
  margin-top: 100px;
}

.contact-head {
  font-size: 3.4rem;
  margin-bottom: 32px;
  text-align: center;
}

.contact-item {
  -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;
  max-width: 900px;
}

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

.contact-item-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 1px;
  margin-top: 0.5em;
  min-width: 280px;
  padding-right: 24px;
  width: 280px;
}

.contact-item-ttl._accept {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding-right: 0;
  width: auto;
}

.contact-item-ttl._accept .wpcf7-list-item label {
  display: block;
}

.contact-item-ttl._accept .wpcf7-list-item-label {
  font-size: 2rem;
}

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

.contact-input-box ::-webkit-input-placeholder {
  color: #4d4d4d;
}

.contact-input-box ::-moz-placeholder {
  color: #4d4d4d;
}

.contact-input-box :-ms-input-placeholder {
  color: #4d4d4d;
}

.contact-input-box ::-ms-input-placeholder {
  color: #4d4d4d;
}

.contact-input-box ::placeholder {
  color: #4d4d4d;
}

.contact-input-box input,
.contact-input-box textarea {
  max-width: 620px;
  width: 100%;
}

.contact-input-box .your-name,
.contact-input-box .your-tel,
.contact-input-box .your-furigana {
  max-width: 510px;
  width: 100%;
}

.contact-input-box._name, .contact-input-box._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 .zip-span {
  color: #313139;
  font-size: 1.6rem;
}

.contact-input-box._zip input {
  max-width: 250px;
}

.contact-input-box._zip ::-webkit-input-placeholder {
  color: #baab9e;
}

.contact-input-box._zip ::-moz-placeholder {
  color: #baab9e;
}

.contact-input-box._zip :-ms-input-placeholder {
  color: #baab9e;
}

.contact-input-box._zip ::-ms-input-placeholder {
  color: #baab9e;
}

.contact-input-box._zip ::placeholder {
  color: #baab9e;
}

.name-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.name-item input {
  width: 150px;
}

.name-span {
  color: #949498;
  margin-left: 1em;
  min-width: 7em;
}

.contact-radio {
  font-weight: bold;
}

.zip-span {
  font-weight: bold;
  margin-right: 0.5em;
  min-width: 2em;
  width: 2em;
}

.your-plan span,
.your-radio span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*   span + span {
    margin-left: 1.5em;
  } */
}

.your-plan span span,
.your-radio span span {
  margin-right: 1.5em;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover, form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.7;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  background-image: none;
  border: 1px solid #313139;
  border-radius: 0px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  height: 54px;
  letter-spacing: 1px;
  padding: 8px;
  width: 100%;
}

textarea {
  height: 240px;
}

textarea:hover, textarea:focus {
  outline: none;
}

textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact-btn-box {
  gap: 24px;
  -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;
  position: relative;
  z-index: 1;
}

.contact-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00a0e9;
  /*   border: 1px solid #e50012;
  background: #e50012; */
  border: 1px solid #00a0e9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.contact-btn input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00a0e9;
  /*     border: 1px solid #e50012;
    background: #e50012; */
  border: 1px solid #00a0e9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.contact-btn:hover input {
  background: #fff;
  /*       color: #e50012; */
  color: #00a0e9;
}

.contact-btn._back input[type="back"] {
  color: #fff;
  text-align: center;
}

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

.contact-input-box._check {
  margin-bottom: 28px;
  position: relative;
}

.contact-input-box._check .wpcf7-not-valid-tip {
  margin-top: 1em;
  position: absolute;
}

.contact-input-box._check .wpcf7-form-control {
  color: #313139;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-input-box._check .wpcf7-list-item {
  width: 30%;
}

.contact-input-box._check .wpcf7-list-item:nth-child(n + 4) {
  margin-top: 2em;
}

.contact-input-box._check .wpcf7-list-item:nth-child(n + 10) {
  width: 100%;
}

.contact-input-box._check .wpcf7-list-item:nth-child(n + 11) {
  width: 100%;
}

.contact-input-box._contact {
  position: relative;
}

.contact-input-box._contact .wpcf7-not-valid-tip {
  margin-top: 1em;
  position: absolute;
}

.contact-input-box._contact .wpcf7-form-control {
  color: #313139;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-input-box._contact .wpcf7-list-item {
  line-height: 3;
  width: 30%;
}

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


     privacy


============================================================================= */
.privacy {
  background: #fff;
  margin: auto;
  margin-top: 120px;
  padding: 60px 0 80px;
  position: relative;
  z-index: 1;
}

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

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

.privacy-ttl span {
  display: inline-block;
  margin-right: 1em;
}

.privacy-list {
  border: 1px solid #313139;
  height: 300px;
  margin: 20px auto 0;
  max-width: 900px;
  overflow-y: auto;
  padding: 20px;
}

.privacy-item {
  font-size: 2rem;
  line-height: 2;
}

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

/* **************************************


     common


***************************************/
input[type="checkbox"] {
  display: none;
  height: 0;
}

input[type="checkbox"] + span,
input[type="radio"] + span,
input[type="checkbox"] + [type="hidden"] + span,
input[type="radio"] + [type="hidden"] + span {
  color: #313139;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 28px;
  position: relative;
}

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

input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:checked + [type="hidden"] + span::before {
  border: 1px solid #313139;
}

input[type="checkbox"] + span::after,
input[type="checkbox"] + input[type="hidden"] + span::after {
  border-bottom: 3px solid #313139;
  border-left: 3px solid #313139;
  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;
}

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

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

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

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #313139;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.8em;
  padding-right: 3em;
  position: relative;
}

.contact-radio.select {
  display: inline-block;
  position: relative;
  width: auto;
}

.contact-radio.select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0px;
  position: absolute;
  right: 12px;
  top: calc(50% - 6px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}

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

select:focus {
  -webkit-box-shadow: none;
  border: 1px solid #313139;
  box-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  .contact {
    padding: 60px 0;
  }
  .contact form {
    padding: 60px 0;
  }
  .contact-txt {
    font-size: 2rem;
    max-width: 600px;
    text-align: left;
  }
  span.re {
    font-size: 1.4rem;
  }
  .contact-head {
    font-size: 2.6rem;
  }
  .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-item-ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
  .contact-input-box {
    margin-top: 16px;
  }
  .name-item + .name-item {
    margin-top: 0.5em;
  }
  .name-span {
    display: block;
    min-width: AUTO;
  }
  .your-plan span span,
  .your-radio span span {
    margin-right: 0.5em;
    margin-top: 0.25em;
  }
  input,
  textarea {
    width: 100%;
  }
  .contact-btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
  .contact-btn {
    font-size: 1.8rem;
    max-width: 100%;
    width: 300px;
  }
  .contact-input-box._check .wpcf7-list-item {
    margin-top: 2em;
    width: 50%;
  }
  .contact-input-box._check .wpcf7-list-item:nth-child(n + 11) {
    padding-bottom: 4em;
  }
  .contact-input-box._contact .wpcf7-list-item {
    line-height: normal;
    width: auto;
  }
  .privacy {
    margin-top: 20px;
    padding: 60px 16px;
  }
  .privacy-txt {
    font-size: 1.4rem;
    margin: auto;
    max-width: 600px;
    text-align: left;
  }
  .privacy-ttl span {
    display: block;
    margin-right: 0;
  }
  .privacy-ttl {
    font-size: 2rem;
    margin-top: 60px;
  }
  .privacy-item {
    font-size: 1.4rem;
  }
  input[type="checkbox"] + span {
    display: block;
  }
  input[type="radio"] + span::before,
  input[type="radio"] + [type="hidden"] + span::before {
    -webkit-transform: none;
    top: calc(((1em * 1.8) - 20px) / 2);
    transform: none;
  }
  input[type="radio"] + span::after,
  input[type="radio"] + [type="hidden"] + span::after {
    -webkit-transform: none;
    top: calc(((1em * 1.8) - 8px) / 2);
    transform: none;
  }
}


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