@charset "UTF-8";
/* ::::::::::  お問い合わせ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
common
========================================================= */
/* =========================================================
contact
========================================================= */
.contact {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 370px);
  /* IE 10+ */
}

@media (max-width: 768px) {
  .contact {
    min-height: calc(100vh - 290px);
  }
}

.contact .wrapper {
  padding-top: 60px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .contact .wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.contact .contactFlow {
  margin: 30px 0;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .contact .contactFlow {
    margin: 20px 0 35px;
    justify-content: center;
  }
}

.contact .contactFlow li {
  width: 70px;
  padding: 8px 0;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  line-height: 1;
  text-align: center;
}

.contact .contactFlow li.finish {
  border-bottom-color: #70c7a9;
}

.contact .contactFlow li.active {
  border-bottom-color: #70c7a9;
  color: #70c7a9;
}

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="number"],
.contact input[type="email"],
.contact input[type="submit"],
.contact input[type="button"],
.contact select,
.contact button,
.contact textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #f2f2f2;
  width: 100%;
  max-width: 100%;
  padding: 11px 15px;
  font-size: 1.6rem;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .contact input[type="text"],
  .contact input[type="tel"],
  .contact input[type="number"],
  .contact input[type="email"],
  .contact input[type="submit"],
  .contact input[type="button"],
  .contact select,
  .contact button,
  .contact textarea {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
}

.contact input[type="text"].middle,
.contact input[type="tel"].middle,
.contact input[type="number"].middle,
.contact input[type="email"].middle,
.contact input[type="submit"].middle,
.contact input[type="button"].middle,
.contact select.middle,
.contact button.middle,
.contact textarea.middle {
  max-width: 474px;
}

.contact input[type="checkbox"] {
  width: 2em;
  height: 2em;
  margin: 10px 10px 10px 0;
  vertical-align: middle;
}

.contact input[type="radio"] {
  display: none;
}

.contact input[type="radio"]:checked + .radio::before {
  border-color: #666;
}

.contact input[type="radio"]:checked + .radio::after {
  opacity: 1;
}

.contact .radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

@media (max-width: 768px) {
  .contact .radio {
    padding: 0 20px 0 30px;
  }
}

.contact .radio::before {
  background: #f3f3f2;
  border: none;
  border-radius: 50%;
  content: '';
  display: block;
  left: 5px;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.contact .radio::after {
  background: #70c7a9;
  border-radius: 50%;
  content: '';
  display: block;
  left: 9px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -5px;
}

.contact textarea {
  display: block;
  height: 240px;
  line-height: 1.8;
}

.contact label {
  color: #000;
  cursor: pointer;
}

.contact input[type="text"]:focus,
.contact input[type="tel"]:focus,
.contact input[type="email"]:focus,
.contact textarea:focus {
  box-shadow: 0 0 5px 2px rgba(79, 153, 245, 0.8);
}

.contact ::placeholder {
  color: #a3a7ab;
}

.contact :-ms-input-placeholder {
  color: #a3a7ab;
}

.contact span.r {
  display: inline-block;
  margin-right: 10px;
  background: #70c7a9;
  padding: 0 8px;
  color: #fff;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
}

.contact span.o {
  display: inline-block;
  margin-right: 10px;
  background: #f3f3f2;
  padding: 0 8px;
  color: #b1b1b1;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
}

.contact table {
  width: 100%;
}

@media (max-width: 768px) {
  .contact table {
    border-bottom: 1px solid #70c7a9;
  }
}

.contact table th,
.contact table td {
  padding: 28px 0 28px 30px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .contact table th,
  .contact table td {
    display: block;
    width: 100%;
    padding: 10px 0 25px;
  }
}

.contact table th small,
.contact table td small {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .contact table th small,
  .contact table td small {
    font-size: 1.1rem;
  }
}

.contact table th {
  position: relative;
  width: 190px;
  padding: 30px 0;
  border-top-color: #70c7a9;
  border-bottom-color: #70c7a9;
  color: #000;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 768px) {
  .contact table th {
    border-bottom: none;
    width: 100%;
    padding: 20px 0 0;
  }
}

.contact table th span.r {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .contact table th span.r {
    margin-right: 10px;
  }
}

.contact table th a {
  color: #000;
}

@media (max-width: 768px) {
  .contact table td {
    border-top: none;
    border-bottom: none;
  }
}

.contact table .vTop {
  vertical-align: top;
}

.contact .submitBtn {
  position: relative;
  margin: 60px auto 0;
  text-align: center;
}

@media (max-width: 768px) {
  .contact .submitBtn {
    width: 100%;
    margin-top: 40px;
  }
}

.contact .submitBtn .icon_caret_left {
  margin-right: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .contact .submitBtn .icon_caret_left {
    position: absolute;
    left: 14%;
    top: 50%;
    margin-top: -7px;
  }
}

.contact .submitBtn button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 60px;
  margin: 0 10px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  font-size: 1.4rem;
  transition: all .5s;
}

.contact .submitBtn button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: width 0.5s cubic-bezier(0.25, 1, 0.28, 1);
}

.contact .submitBtn button > span {
  position: relative;
}

@media (min-width: 1024px) {
  .contact .submitBtn button:hover {
    opacity: 1;
    color: #fff;
  }
  .contact .submitBtn button:hover::before {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact .submitBtn button {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}

.contact .submitBtn button .icon_arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  fill: #fff;
}

@media (max-width: 768px) {
  .contact .submitBtn button .icon_arrow {
    right: 15px;
  }
}

.contact span.error {
  display: block;
  color: #d83d3d;
}

.contact .error + input,
.contact .error + textarea {
  border-color: #d83d3d;
}

.contact .error label {
  color: #3E3A39;
}

/* =========================================================
confirm
========================================================= */
.contact.confirm table th,
.contact.confirm table td {
  padding-top: 36px;
  padding-bottom: 36px;
  vertical-align: top;
}

@media (max-width: 768px) {
  .contact.confirm table th,
  .contact.confirm table td {
    padding: 0 0 25px;
  }
}

@media (max-width: 768px) {
  .contact.confirm table th {
    padding-top: 25px;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .contact.confirm .submitBtn button.back:hover .icon_arrow {
    fill: #fff;
  }
}

.contact.confirm .submitBtn button.back .icon_arrow {
  right: auto;
  left: 30px;
  fill: #000;
}

.contact.confirm .submitBtn button.submit {
  border-color: #70c7a9;
  background: #70c7a9;
  color: #fff;
}

@media (max-width: 768px) {
  .contact.confirm .submitBtn button.submit {
    margin-top: 15px;
  }
}

.contact.confirm .submitBtn button.submit::before {
  background: #8dd2ba;
}

/* =========================================================
thanks
========================================================= */
.contact.thanks .contactTitle {
  margin: 0 0 5px;
  font-weight: bold;
}

.contact.thanks .backBtn {
  text-align: center;
}

/*# sourceMappingURL=map/contact.css.map */
