@charset "UTF-8";
/* =====================
  共通
===================== */
.tecs .title-wrapper span::before {
  background: var(--white);
}
/* =====================
  mv
===================== */
.main .mv {
  background: var(--black);
  padding-top: 64.966667vw;
  position: relative;
}
.main .mv .mv-bg {
  background-image: url('/assets/image/contact/contact_bg_2x.png');
  min-height: 66.8vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.main .mv h1 {
  font-family: var(--mincho);
  font-size: 10.666666666666666vw;
  color: var(--white);
  margin-top: 3.4vw;
  padding-inline: 4.666666666666667vw;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.main .about {
  margin-top: 9.833333vw;
  padding-inline: 4.666666666666667vw;
  color: var(--white);
  margin-inline: auto;
  position: relative;
  z-index: 2;
  line-height: 1.9;
  font-size: 3.7333333333333334vw;
}
.main .about::after {
  content: '';
  background-image: url('/assets/image/contact/book.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26.4vw;
  height: 24.4vw;
  display: block;
  position: absolute;
  right: 8vw;
  opacity: 0.5;
  bottom: -20vw;
}
/* =====================
  お問い合わせフォーム
===================== */

/* ==== 背景 ==== */
.contact {
  background: var(--black);
  color: var(--white);
  padding-left: 4.666666666666667vw;
  padding-bottom: 35vw;
}
.contact .contact-wrapper {
  position: relative;
  margin-inline: auto;
}
.contact .contact-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 95.33333333333333vw) / 2 + 95.33333333333333vw);
  height: 100%;
  background-image: url('/assets/image/common/bg.png');
  background-repeat: repeat;
  background-position: 0 0;
  margin-top: 8.666667vw;
}
.contact .contact-wrapper .contact-inner {
  position: relative;
  margin-inline: auto;
  padding-top: 25vw;
  padding-inline: 4.666666666666667vw;
  color: #fff;
  padding-bottom: 10vw;
}
.contact .contact-wrapper .contact-inner *::selection {
  background: #0d0602;
}
.contact .contact-wrapper .contact-inner .form-inner {
  margin-top: 8.933333vw;
}
/* ==== フォーム ==== */
.contact .contact-wrapper .contact-inner .form-table {
  width: 100%;
}
.contact .contact-wrapper .contact-inner .form-table tr.must th label::after {
  content: '*';
  display: inline-block;
  margin-left: 4px;
}
.contact .contact-wrapper .contact-inner .form-table th {
  font-family: var(--mincho);
  font-size: 3.7333333333333334vw;
  vertical-align: top;
  padding-top: 1.2em;
  padding-bottom: 0.5em;
}
.contact .contact-wrapper .contact-inner .form-table td {
  color: var(--black);
}
.contact .contact-wrapper .contact-inner .form-table td input,
.contact .contact-wrapper .contact-inner .form-table td textarea {
  width: 100%;
  background-color: var(--white);
  padding-block: 1.1em;
  padding-inline: 1em;
  font-size: 16px;
}
/* ==== 郵便番号 ==== */
.contact .contact-wrapper .contact-inner .post .u-form-unit {
  display: flex;
  align-items: center;
  gap: 4.666666666666667vw;
  text-align: center;
}
.contact .contact-wrapper .contact-inner .post .u-form-unit .post-1 {
  width: 28.266666666666666vw;
}
.contact .contact-wrapper .contact-inner .post .u-form-unit .post-2 {
  width: 31.2vw;
}
.contact .contact-wrapper .contact-inner .post .u-form-unit span {
  color: var(--white);
}
/* ==== テキストエリア ==== */

.u-form-unit textarea {
  min-height: 58.13333333333333vw;
}
/* ==== プライバシーポリシー ==== */
.contact .contact-wrapper .contact-inner .check {
  text-align: center;
  margin-top: 8.7vw;
}
.contact .contact-wrapper .contact-inner .check input[type='checkbox'] {
  appearance: none;
  vertical-align: middle;
  outline: 2px solid #fff;
  width: 2.2666666666666666vw;
  height: 2.2666666666666666vw;
  cursor: pointer;
}
.contact .contact-wrapper .contact-inner .check input[type='checkbox']:hover {
  opacity: 0.7;
}
.contact .contact-wrapper .contact-inner .check input[type='checkbox']:checked {
  appearance: checkbox;
  accent-color: var(--coffee);
}
.contact .contact-wrapper .contact-inner .check label {
  padding: 0.5em 0.5em;
  font-family: var(--mincho);
  cursor: pointer;
  font-size: 3.7333333333333334vw;
}
.contact .contact-wrapper .contact-inner .check a {
  text-decoration: underline;
}
/* ==== 送信ボタン ==== */
.contact .contact-wrapper .contact-inner button {
  font-family: var(--mincho);
  width: 85.73333333333333vw;
  background-color: var(--red);
  padding-block: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-top: 9.266667vw;
  gap: 3.7333333333333334vw;
}
/* テーブルリセット */
.contact .contact-wrapper .contact-inner .form-table table {
  display: block;
}
.contact .contact-wrapper .contact-inner .form-table thead {
  display: block;
}
.contact .contact-wrapper .contact-inner .form-table tfoot {
  display: block;
}
.contact .contact-wrapper .contact-inner .form-table tbody {
  display: block;
}
.contact .contact-wrapper .contact-inner .form-table tr {
  display: block;
}
.contact .contact-wrapper .contact-inner .form-table th {
  text-align: left;
  display: block;
}
.contact .contact-wrapper .contact-inner .form-table td {
  display: block;
}
