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


     追加


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


    contact

============================================================================= */
.contact {
  padding: 40px 0;
  position: relative;
}

.contact-container {
  margin: auto;
}

.contact-txt {
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  text-align: center;
}

.contact-telbtnbox {
  margin-top: 40px;
  position: relative;
}

.contact-telbtn {
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fd0;
  border-radius: 40px;
  border-radius: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 1080px;
  overflow: hidden;
  padding: 40px 20px;
  position: relative;
  width: 100%;
}

.contact-telbtn .span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 50%;
}

.contact-telbtn:hover .span {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}

.contact-telbox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mail-ttl,
.contact-telbtn {
  font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  font-weight: 900;
}

.contact-telicon {
  background: transparent url(../asset/images/common/tel-icon.svg) no-repeat center center/contain;
  height: 80px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 50px;
}

.contact-telbox {
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-telbtn:hover .contact-telicon {
  background: transparent url(../asset/images/common/tel-icon_hv.svg) no-repeat center center/contain;
}

.contact-teltxtbox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
  line-height: 1;
}

.contact-teltxtbox span {
  font-family: "tt_commons_pro", sans-serif;
  font-size: clamp(5.2rem, calc(5rem + (0.625vw * 1)), 6.2rem);
  font-weight: bold;
}

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

.contact-list {
  border-top: 1px solid #2d2d2d;
  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;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}

.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: 20px 0;
}

.contact-item-ttl {
  gap: 20px;
  -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: 0;
}

.contact-item-ttl .re {
  background: #fd0;
  border-radius: 14px;
  font-size: clamp(0.8rem, calc(0.6rem + (0.625vw * 1)), 1.8rem);
  line-height: 1;
  padding: 0.25em 1em;
}

.contact-item-ttl._accept {
  color: #2d2d2d;
  -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 {
  width: calc(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-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 + 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 #2d2d2d;
  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 0;
  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: #2d2d2d;
  border: 2px solid #2d2d2d;
}

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

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

.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: #2d2d2d;
}

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

.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: 40px auto 0;
}

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

.form-btn .btn-arrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-btn .btn-arrow:before, .form-btn .btn-arrow:after {
  /*線の太さa*/
  background: #2d2d2d;
  border-radius: 100px;
  content: "";
  display: block;
  /*線の長さ*/
  height: 2px;
  /*線の色*/
  position: absolute;
  right: 0;
  top: calc(50% - (2px / 2));
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*角度*/
  -webkit-transform-origin: calc(100% - (2px / 2)) 50%;
          transform-origin: calc(100% - (2px / 2)) 50%;
  width: 8px;
}

.form-btn .btn-arrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  /*角度*/
}

.form-btn {
  background: #fd0;
  border-radius: 40px;
  max-width: 300px;
  position: relative;
  -webkit-transition: 0.2;
  transition: 0.2;
}

.form-btn span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 50%;
}

.form-btn:hover span {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}

.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: #2d2d2d;
  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: 1208px){
  .contact-telicon {
    height: 60px;
    width: 40px;
  }
  .contact-teltxtbox span {
    font-size: clamp(4.4rem, calc(4.2rem + (0.625vw * 1)), 5.4rem);
  }
  .check-box-container {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px){
  .contact-txt {
    font-size: 1.4rem;
  }
  .contact-telbtn {
    gap: 12px;
    border-radius: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    padding: 28px 16px;
  }
  .mail-ttl,
  .contact-telbtn {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .contact-teltxtbox span {
    font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  }
  .contact-form {
    margin-top: 40px;
  }
  .contact-list {
    margin-top: 0px;
  }
  .contact-item {
    gap: 12px;
    font-size: 1.6rem;
  }
  .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 .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;
  }
  .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*/
