@charset "UTF-8";
/* =========================================================
contact
========================================================= */
.contactSec {
  padding: 0 0 160px;
  /* IE 10+ */
}
@media (max-width: 969px) {
  .contactSec {
    padding-bottom: 120px;
  }
}
.contactSec .contactFlow {
  position: relative;
  display: flex;
  margin-bottom: 65px;
  justify-content: space-between;
  line-height: 1;
  text-align: center;
}
@media (max-width: 969px) {
  .contactSec .contactFlow {
    margin-bottom: 40px;
  }
}
.contactSec .contactFlow li {
  position: relative;
  width: calc(33.3% - 48px);
  padding: 24px 5px;
  border: 1px solid currentColor;
  opacity: 0.3;
}
@media (max-width: 969px) {
  .contactSec .contactFlow li {
    width: calc(33.3% - 20px);
    padding: 15px 5px;
  }
}
.contactSec .contactFlow li::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 9px;
  height: 17px;
  margin-top: -9px;
  background: url(../img/contact/icon_flow.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 969px) {
  .contactSec .contactFlow li::after {
    right: -20px;
    width: 8px;
    height: 15px;
    margin-top: -8px;
  }
}
.contactSec .contactFlow li:last-of-type::after {
  content: none;
}
.contactSec .contactFlow li.active {
  opacity: 1;
}
.contactSec input[type=text],
.contactSec input[type=tel],
.contactSec input[type=number],
.contactSec input[type=email],
.contactSec input[type=submit],
.contactSec input[type=button],
.contactSec select,
.contactSec button,
.contactSec textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #f2f1f1;
  color: var(--text-color);
  line-height: 1.8;
  padding: 25px 35px;
  font-size: 15px;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 969px) {
  .contactSec input[type=text],
  .contactSec input[type=tel],
  .contactSec input[type=number],
  .contactSec input[type=email],
  .contactSec input[type=submit],
  .contactSec input[type=button],
  .contactSec select,
  .contactSec button,
  .contactSec textarea {
    margin: 2px 0;
    padding: 18px 20px;
    font-size: 16px;
  }
}
.contactSec select {
  background: url(../img/contact/icon_select.svg) no-repeat right 8% center, #f2f1f1;
  background-size: 8px;
}
.contactSec input[type=radio] {
  width: 1.75em;
  height: 1.75em;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  vertical-align: middle;
}
.contactSec input[type=checkbox] {
  width: 1.75em;
  height: 1.75em;
  margin: 0 0.75em 0.125em 0;
  background: #f3f3f3;
  cursor: pointer;
  vertical-align: middle;
}
.contactSec label {
  display: inline-block;
  margin: 0.1em 0.5em 0.1em 0;
  cursor: pointer;
}
.contactSec textarea {
  height: 335px;
}
.contactSec input[type=text]:focus,
.contactSec input[type=tel]:focus,
.contactSec input[type=email]:focus,
.contactSec textarea:focus {
  box-shadow: 0 0 5px 2px rgba(79, 153, 245, 0.8);
}
.contactSec ::placeholder {
  color: #b3b3b3;
}
.contactSec :-ms-input-placeholder {
  color: #b3b3b3;
}
.contactSec span.r {
  display: inline-block;
  color: #ff1d25;
}
.contactSec span.g {
  display: inline-block;
}
.contactSec table {
  width: 100%;
}
.contactSec table th,
.contactSec table td {
  padding: 20px 0;
  vertical-align: middle;
}
@media (max-width: 969px) {
  .contactSec table th,
  .contactSec table td {
    padding: 0.5em 0;
  }
}
@media (max-width: 969px) {
  .contactSec table th,
  .contactSec table td {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
}
.contactSec table th {
  position: relative;
  width: 230px;
  text-align: left;
}
@media (max-width: 969px) {
  .contactSec table th {
    border-bottom: none;
    width: 100%;
    padding: 10px 0 0;
  }
}
.contactSec table th.vTop {
  padding-top: 40px;
}
@media (max-width: 969px) {
  .contactSec table th.vTop {
    padding-top: 10px;
  }
}
.contactSec table th span.r {
  margin-right: 20px;
}
@media (max-width: 969px) {
  .contactSec table th span.r {
    margin-right: 10px;
  }
}
.contactSec table th a {
  text-decoration: underline;
}
.contactSec table td {
  width: calc(100% - 14em);
  word-break: break-all;
}
@media (max-width: 969px) {
  .contactSec table td {
    width: 100%;
    padding: 15px 0 15px;
  }
}
.contactSec table .vTop {
  vertical-align: top;
}
.contactSec .small {
  width: 35%;
}
@media (max-width: 969px) {
  .contactSec .small {
    width: 100%;
    margin-right: 0;
  }
}
.contactSec .middle {
  width: 48.4%;
}
@media (max-width: 969px) {
  .contactSec .middle {
    width: 100%;
  }
}
.contactSec .wide {
  width: 100%;
}
.contactSec .formText {
  margin-bottom: 50px;
}
@media (max-width: 969px) {
  .contactSec .formText {
    margin-bottom: 30px;
  }
}
.contactSec .formText.center {
  text-align: center;
}
@media (max-width: 969px) {
  .contactSec .formText.center {
    text-align: left;
  }
}
.contactSec .formText a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 969px) {
  .contactSec .formText a[href^="tel:"] {
    pointer-events: inherit;
    text-decoration: underline;
  }
}
.contactSec .nameCol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.contactSec .nameCol .colItem {
  width: 48.4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 969px) {
  .contactSec .nameCol .colItem {
    width: 100%;
  }
  .contactSec .nameCol .colItem + .colItem {
    margin-top: 0.5em;
  }
}
.contactSec .nameCol input {
  width: 100%;
}
.contactSec .postCol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 48.4%;
}
@media (max-width: 969px) {
  .contactSec .postCol {
    width: 100%;
  }
}
.contactSec .postCol .colItem {
  width: calc(50% - 20px);
}
.contactSec .postCol input {
  width: 100%;
}
.contactSec .postCol .hyphen {
  width: 40px;
  text-align: center;
}
.contactSec .privacyWrap {
  margin-top: 40px;
  padding-bottom: 70px;
  border-bottom: 1px solid #dbdcdc;
  align-items: center;
}
@media (max-width: 969px) {
  .contactSec .privacyWrap {
    margin-top: 10px;
    padding: 0 0 40px;
  }
}
.contactSec .privacyWrap .privacyTitle {
  width: 48%;
}
@media (max-width: 969px) {
  .contactSec .privacyWrap .privacyTitle {
    width: 100%;
    margin-bottom: 15px;
  }
}
.contactSec .privacyWrap .privacyTitle a {
  text-decoration: underline;
}
.contactSec .privacyWrap .privacyTitle a:hover {
  text-decoration: none;
}
.contactSec .privacyWrap .privacyBody {
  width: 52%;
}
@media (max-width: 969px) {
  .contactSec .privacyWrap .privacyBody {
    width: 100%;
  }
}
@media (max-width: 969px) {
  .contactSec .privacyCheck {
    display: block;
  }
}
.contactSec .privacyCheck span.r {
  text-indent: 0;
}
.contactSec .submitBtn {
  position: relative;
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 969px) {
  .contactSec .submitBtn {
    margin-top: 70px;
  }
}
.contactSec .submitBtn button {
  position: relative;
  display: inline-block;
  width: 344px;
  max-width: 46%;
  padding: 28px 10px;
  background: #666;
  border: 1px solid #666;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 969px) {
  .contactSec .submitBtn button {
    width: 100%;
    max-width: 100%;
    padding: 25px 10px;
    font-size: 16px;
  }
}
.contactSec .submitBtn button.prevBtn {
  margin-right: 4%;
  background: #fff;
  border-color: rgba(34, 34, 34, 0.3);
  color: var(--text-color);
}
@media (max-width: 969px) {
  .contactSec .submitBtn button.prevBtn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.contactSec .submitBtn.disable button {
  cursor: default;
  opacity: 0.3;
}
@media (any-hover: hover) {
  .contactSec .submitBtn:not(.disable) button:hover {
    opacity: 0.7;
  }
}
.contactSec span.error {
  display: block;
  color: #d83d3d;
  line-height: 1.5;
}
.contactSec .error + input, .contactSec .error + textarea {
  border-color: #d83d3d;
}
.contactSec .error + .colTitle + input, .contactSec .error + .colTitle + textarea {
  border-color: #d83d3d;
}
.contactSec .error label {
  color: #3E3A39;
}

.contactSec.confirm .formText {
  margin-bottom: 70px;
}
@media (max-width: 969px) {
  .contactSec.confirm .formText {
    margin-bottom: 45px;
  }
}
.contactSec.confirm table th,
.contactSec.confirm table td {
  padding: 32px 30px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 969px) {
  .contactSec.confirm table th,
  .contactSec.confirm table td {
    margin-bottom: -1px;
    padding: 30px 20px;
  }
}
@media (max-width: 969px) {
  .contactSec.confirm table th {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .contactSec.confirm table th::before {
    content: "- ";
  }
}
@media (max-width: 969px) {
  .contactSec.confirm table td {
    padding-top: 0;
    border-top: none;
  }
}
.contactSec.confirm .privacyWrap {
  margin-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 969px) {
  .contactSec.confirm .privacyWrap {
    padding: 0 20px 32px;
  }
}
.contactSec.thanks .thanksTitle {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 969px) {
  .contactSec.thanks .thanksTitle {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.contactSec.thanks .backBtn {
  margin-top: 90px;
  padding-top: 100px;
  border-top: 1px solid var(--border-color);
  text-align: center;
}
@media (max-width: 969px) {
  .contactSec.thanks .backBtn {
    margin-top: 70px;
    padding-top: 70px;
  }
}
.contactSec.thanks .backBtn .btn {
  background: #666;
  border-color: #666;
  color: #fff;
}