@charset "UTF-8";
/**************************************/
/* -------------------------
 * 共通
 * ------------------------- */
/* 改行 */
.br-sp {
  display: none;
}
@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}

.no-br-sp {
  display: block;
}
@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}

.contact__underline,
a.contact__underline:hover {
  text-decoration: underline;
}

/* -------------------------
 * フォームのステップ
 * ------------------------- */
.contact__step {
  display: flex;
  position: relative;
  width: 24rem;
  justify-content: space-between;
  margin: 0 auto 5rem;
}
@media (max-width: 834px) {
  .contact__step {
    width: 15.5rem;
    margin-bottom: 4rem;
  }
}
.contact__step::after {
  content: "";
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 0.1rem;
  border-bottom: 4px dotted #bebff8;
  z-index: 0;
}
@media (max-width: 834px) {
  .contact__step::after {
    top: 2.75rem;
    width: 5.5rem;
  }
}
.contact__step li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__step li.active .contact__step-num {
  background: #f4ec4f;
  color: #6f4df3;
}
.contact__step li.active .contact__step-txt {
  color: #7b56fa;
}

.contact__step-num {
  width: 8rem;
  font-size: 3rem;
  aspect-ratio: 1;
  background-color: #bebff8;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 834px) {
  .contact__step-num {
    width: 5.5rem;
    font-size: 1.8rem;
  }
}

.contact__step-txt {
  color: #bebff8;
  text-align: center;
  font-weight: 700;
  margin-top: 0.7rem;
}

/* -------------------------
 * トップテキスト
 * ------------------------- */
.contact__ttl {
  font-size: var(--f22);
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .contact__ttl {
    font-size: 1.8rem;
  }
}

.contact__ttl-txt {
  text-align: center;
}
/* -------------------------
 * フォーム
 * ------------------------- */
.contact__form {
  border-top: 1px solid #7b56fa;
  padding: 5rem 0;
  margin-top: 5rem;
}
@media (max-width: 499px) {
  .contact__form {
    padding-bottom: 4rem;
  }
}

.contact__table {
  padding-bottom: 6rem;
}
@media (max-width: 834px) {
  .contact__table {
    padding-bottom: 4rem;
  }
}
.contact__table input {
  color: #222;
  background-color: rgba(147, 149, 203, 0.1882352941);
  border: none;
  border-radius: 6px;
  height: 5.4rem;
  width: 100%;
  min-height: 5rem;
  padding: 1rem 1.4rem;
}
.contact__table textarea {
  background-color: rgba(147, 149, 203, 0.1882352941);
  border: none;
  border-radius: 0.5rem;
  width: 100%;
  height: 30rem;
  resize: vertical;
  padding: 1.5rem;
}
@media (max-width: 834px) {
  .contact__table textarea {
    height: 15rem;
  }
}

.contact__table-item {
  display: grid;
  grid-template-columns: 27rem 1fr;
  gap: 0rem 4%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 834px) {
  .contact__table-item {
    display: flex;
    flex-direction: column;
  }
}
.contact__table-item + .contact__table-item {
  margin-top: 4rem;
}

.contact__table-distance {
  display: none;
}

.contact__table-distance.active {
  display: grid;
}
@media (max-width: 834px) {
  .contact__table-distance.active {
    display: flex;
  }
}

.contact__table-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-block: 1.6rem;
  font-size: var(--f17);
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 834px) {
  .contact__table-label {
    margin-block: 0;
    justify-content: flex-start;
  }
}

.contact__table-parts {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 20px;
}
@media (max-width: 834px) {
  .contact__table-parts {
    padding-top: 1rem;
  }
}

.contact__table-parts__inner {
  position: relative;
  width: 100%;
}

.contact__table-tel .contact__table-parts__inner {
  max-width: 500px;
}

.contact__table-workarea .contact__table-parts__inner {
  max-width: 360px;
}

.contact__file-note {
  font-size: var(--f14);
  color: #666;
  margin-bottom: 1rem;
}

.contact__table-item input::placeholder,
.contact__table-item textarea::placeholder,
.contact__table-item textarea::-webkit-textarea-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #9395cb;
}
@media (max-width: 834px) {
  .contact__table-item input::placeholder,
  .contact__table-item textarea::placeholder,
  .contact__table-item textarea::-webkit-textarea-placeholder {
    font-size: 1.4rem;
  }
}

/* -------------------------
 * ラジオボタン
 * ------------------------- */
.contact__table [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid transparent;
  border-radius: 50%;
  background-color: rgba(147, 149, 203, 0.1882352941);
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  min-height: auto;
  padding: 0;
}
.contact__table [type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #7b56fa;
}
.contact__table [type=radio]:focus {
  outline: none;
}

.contact__radio-label {
  width: 130px;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  line-height: 2;
  cursor: pointer;
}

/* -------------------------
 * セレクトボックス
 * ------------------------- */
.contact__table select {
  color: #222;
  background-color: rgba(147, 149, 203, 0.1882352941);
  border: none;
  border-radius: 6px;
  height: 5.4rem;
  width: 100%;
  min-height: 5rem;
  padding: 1rem 1.4rem;
  /* Chrome, Safari用 */
  -webkit-appearance: none;
  /* Firefox用 */
  -moz-appearance: none;
  /* 標準のappearance */
  appearance: none;
}
.contact__table select:hover {
  cursor: pointer;
}

.contact__table-parts__inner:has(> select)::after {
  position: absolute;
  right: 1rem;
  top: 43%;
  margin: auto;
  content: "\e5c5";
  font-family: "Material Symbols Outlined";
  display: block;
  color: #9395cb;
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  transform: translate(0, -50%);
  pointer-events: none;
}

/* -------------------------
 * 郵便番号
 * ------------------------- */
.contact__table .p-postal-code {
  max-width: 24rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/* -------------------------
 * 生年月日（8桁入力）の入力欄スタイル
 * ------------------------- */
.contact__input--birthday-8digits {
  max-width: 20rem;
}

/* -------------------------
 * 生年月日（入力欄3つ）の入力欄スタイル
 * ------------------------- */
.contact__birthday-split {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

input.contact__input--birth-year,
input.contact__input--birth-month,
input.contact__input--birth-day {
  width: 9rem;
  padding: 0.5em 1em;
}

.contact__birthday-split-field {
  display: flex;
  align-items: flex-end;
  gap: 1.4rem;
}

/* -------------------------
 * ファイル添付
 * ------------------------- */
input[type=file] {
  background-color: transparent;
  cursor: pointer;
}

.contact__file-inputs {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact__file-label {
  cursor: pointer;
}

/* ファイルを選択ボタンの装飾 */
input[type=file i]::-webkit-file-upload-button {
  background: #000;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  width: 200px;
  height: auto;
  padding-block: 0.5rem;
  border-radius: 100vmax;
  display: inline-block;
  cursor: pointer;
  margin-right: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input#file-upload-button:hover,
input[type=file i]::-webkit-file-upload-button:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* -------------------------
 * 必須、任意のラベル
 * ------------------------- */
.contact__badge {
  border-radius: 5px;
  text-align: center;
  padding: 0.5rem 1.1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 834px) {
  .contact__badge {
    font-size: 1.3rem;
  }
}

.contact__badge--required {
  color: #fff;
  background: #ea69d8;
}

.contact__badge--optional {
  color: #999;
}

/* -------------------------
 * エラー時
 * ------------------------- */
.contact__error-txt {
  color: #af583e;
  display: inline-block;
  margin-top: 0.5rem;
  margin-right: 1rem;
  white-space: nowrap;
}

.contact__error-bg {
  background-color: #ffe2e7 !important;
}

/* -------------------------
 * 送信前チェック箇所
 * ------------------------- */
.contact__controller {
  font-size: var(--f16);
  font-weight: bold;
  text-align: center;
  margin-top: 4.6rem;
}
@media (max-width: 834px) {
  .contact__controller {
    margin-top: 3rem;
  }
}

/* 同意チェックマーク */
.contact__agree-check {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.2rem;
  background-color: rgba(147, 149, 203, 0.1882352941);
  cursor: pointer;
}
@media (max-width: 834px) {
  .contact__agree-check {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.contact__agree-check:checked::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0.4rem;
  width: 2rem;
  height: 1rem;
  border-bottom: 0.3rem solid #7b56fa;
  border-left: 0.3rem solid #7b56fa;
  transform: rotate(-45deg);
}

/* 同意チェックボックス */
.contact__controller-checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: var(--f15);
  color: #999;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.contact__controller-checkbox label:hover {
  cursor: pointer;
}

/* -------------------------
 * 送信ボタン
 * ------------------------- */
.contact__controller-submit a {
  text-decoration: none;
}

.contact__submit-btn {
  background-color: #f4ec4f;
  border: none;
  color: #6f4df3;
  font-size: var(--f18);
  font-size: 2.1rem;
  font-weight: 700;
  width: 32rem;
  max-width: 100%;
  height: 8rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  box-shadow: 0 7px 0 currentColor;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin: 6rem auto 0;
  cursor: pointer;
}
@media (max-width: 834px) {
  .contact__submit-btn {
    width: 32rem;
    height: 6rem;
    font-size: 1.7rem;
    margin-top: 3rem;
    border: 2px solid currentColor;
    box-shadow: 0 5px 0 currentColor;
  }
}
.contact__submit-btn:disabled {
  background-color: #bbb;
}

/* -------------------------
 * プライバシーポリシー
 * ------------------------- */
.contact__privacy-content {
  border-radius: 20px;
  border: 3px solid #bebff8;
  background-color: #fff;
  overflow-y: scroll;
  max-width: 1100px;
  max-height: 27rem;
  padding: 9rem 6.5rem;
  margin: 0 auto 3rem;
}
@media (max-width: 834px) {
  .contact__privacy-content {
    padding: 4rem 5%;
    margin: 0 auto 2rem;
  }
}

.contact__privacy-ttl {
  font-size: var(--f42);
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 5px dotted #bebff8;
}
@media (max-width: 834px) {
  .contact__privacy-ttl {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 3px dotted #bebff8;
  }
}

.contact__privacy-sub-ttl {
  font-size: var(--f24);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 7rem;
}
@media (max-width: 834px) {
  .contact__privacy-sub-ttl {
    margin-bottom: 3rem;
  }
}

.contact__privacy-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 834px) {
  .contact__privacy-heading {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }
}
.contact__privacy-heading:not(:first-child) {
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .contact__privacy-heading:not(:first-child) {
    margin-top: 3rem;
  }
}

.contact__privacy-txt {
  font-size: var(--f15);
  line-height: 1.66;
}

.contact__privacy-signature {
  font-size: var(--f15);
  margin-top: 3rem;
  line-height: 2;
}

.contact__privacy-list {
  line-height: 2;
  margin-top: 1rem;
}
.contact__privacy-list > li {
  padding-left: 1.2em;
  position: relative;
}
.contact__privacy-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.8em;
  aspect-ratio: 1;
  background-color: #f4ec4f;
  border-radius: 50%;
}

.contact__table-parts__detail {
  width: 100%;
}/*# sourceMappingURL=contact.css.map */