<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "./common.css";

/* 繝倥ャ繝繝ｼ */
.contact-bg-wrap {
  background: linear-gradient(306.51deg, #13181c 9.3%, #222425 92.19%);
}
.contact-header {
  padding-top: 40px;
}
.contact {
  padding: 60px 0;
  background: center top / cover no-repeat url(../img/contact/contact_page_bg.png);
}
.contact-content {
  padding: 1.5px;
  background: linear-gradient(
    49.62deg,
    rgba(255, 255, 255, 0.3) 0.84%,
    rgba(255, 255, 255, 0) 117.04%
  );
  border-radius: 10px;
  overflow: hidden;
}
.contact-content-wrap {
  background: radial-gradient(at center, #ffffff33 5%, #13181c 100%), #13181c;
  border-radius: 10px;
}
.tab-wrap {
  display: grid;
  grid-auto-flow: column;
  width: 100%;
}
.contact-tab {
  background: #00000029;
  position: relative;
}
.contact-tab button {
  font-size: 1.8rem;
  font-weight: 700;
  outline: none;
  display: block;
  padding: 20px 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 8.85%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.contact-tab::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1.5px solid transparent;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.3s;
}
.contact-tab:first-child::before {
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.24) 0%,
      rgba(255, 255, 255, 0.16) 100%
    )
    border-box border-box;
}
.contact-tab:nth-child(2)::before {
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.08) 100%
    )
    border-box border-box;
}
.contact-tab:last-child::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%)
    border-box border-box;
}
.contact-tab.active,
.contact-tab.active::before {
  background: transparent;
}
.contact-tab.active {
  border-top: 2px solid;
  -o-border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 50.5%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 50.5%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
  margin-top: -2px;
}
.contact-tab::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 200px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(at 50%, #ffffff80 -50%, #ffffff00 70%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.contact-tab.active::after {
  visibility: visible;
  opacity: 1;
}
.contact-tab:hover::after {
  visibility: visible;
  opacity: 1;
}
.contact-tab:hover button {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 8.85%, #ffffff 100%);
}
.contact-tab.active::before {
  border: none;
}
.contact-tab.active button {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 8.85%, #ffffff 100%);
  position: relative;
  z-index: 1;
}
.border-left.contact-tab::before {
  border-left: 1.5px solid transparent;
}
.border-left,
.border-left button,
.border-left.contact-tab::before {
  border-radius: 0 0 0 10px;
}
.border-right.contact-tab::before {
  border-right: 1.5px solid transparent;
}
.border-right,
.border-right button,
.border-right.contact-tab::before {
  border-radius: 0 0 10px 0;
}
.form-wrap {
  color: #ffffff;
  padding: 60px 40px;
  font-size: 1.8rem;
}
.form-first-text {
  font-weight: 700;
  margin-bottom: 60px;
}
.label-text {
  display: block;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.required {
  font-weight: 500;
  font-size: 42%;
  background-color: #ffffff;
  padding: 2px 8px;
  border-radius: 2px;
  color: #474747;
  margin-left: 5px;
}
.input-wrap {
  max-width: 560px;
  margin-bottom: 30px;
}
.name-input-wrap {
  display: flex;
  justify-content: space-between;
}
.name-input {
  width: calc(50% - 40px);
}
.name-input label {
  display: block;
  margin-top: 5px;
}
.input-wrap input,
.text-area-wrap textarea {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1.5px solid;
  -o-border-image: linear-gradient(49.62deg, #747474, #dadada) 1;
  border-image: linear-gradient(49.62deg, #747474, #dadada) 1;
  color: #000000;
  background: #d9d9d9;
}
.input-wrap input:disabled,
.text-area-wrap textarea:disabled {
  color: rgba(0, 0, 0, 0.6);
}
.submit-btn,
.back-btn {
  width: 272px;
  margin-top: 85px;
  position: relative;
  font-size: 1.8rem;
}
.submit-btn button {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  letter-spacing: 1.56em;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
.submit-btn button span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 8.85%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-left: 1.56em;
}
.submit-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px solid transparent;
  background: linear-gradient(20deg, rgba(255, 255, 255, 0) -10%, rgba(255, 255, 255, 0.7) 100%)
    border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 30px;
  z-index: 1;
}
.submit-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(306.51deg, #13181c 9.3%, #222425 92.19%);
  border-radius: 30px;
  transition: all 0.3s;
}
.submit-btn:hover:before {
  opacity: 0;
}
.form-content {
  display: none;
}
.form-content.active {
  display: block;
  -webkit-animation: fadeDown 0.8s forwards;
  animation: fadeDown 0.8s forwards;
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.btns-wrap {
  display: flex;
  justify-content: center;
}
.btns-wrap &gt; div + div {
  margin-left: 27px;
}
.back-btn button {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  letter-spacing: 1.56em;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  color: #474747;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  transition: all 0.3s;
  background: transparent;
}

.back-btn button span {
  margin-left: 1.56em;
}
.back-btn:hover button {
  color: #ffffff;
}
.back-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px solid transparent;
  background: linear-gradient(20deg, rgba(255, 255, 255, 0) -10%, rgba(255, 255, 255, 0.7) 100%)
    border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 30px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.back-btn:hover:after {
  opacity: 1;
}
.back-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: #d9d9d9;
  transition: all 0.3s;
}
.back-btn:hover::before {
  background: #363636;
}

/* 遒ｺ隱阪�繝ｼ繧ｸ */
.confirm-wrap {
  background: linear-gradient(306.51deg, #13181c 9.3%, #222425 92.19%);
  border-radius: 25px;
  padding: 25px 0 22px;
  max-width: 800px;
  margin: auto;
}
.confirm-wrap form {
  -webkit-animation: fadeDown 0.8s forwards;
  animation: fadeDown 0.8s forwards;
}
.form-confirm-text {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 70px;
}
.confirm-wrap table {
  width: 100%;
  max-width: 560px;
  margin: auto;
  border-collapse: collapse;
}
.confirm-wrap table td,
.confirm-wrap table th {
  padding: 5px 0 5px 30px;
}
.confirm-wrap table th {
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.confirm-wrap table tr {
  border-bottom: 1px solid #ffffff;
}

/* 繧ｵ繝ｳ繧ｯ繧ｹ繝壹�繧ｸ */
.thanks-box {
  padding: 80px 30px;
  background: linear-gradient(306.51deg, #13181c 9.3%, #222425 92.19%);
  border-radius: 25px;
  color: #ffffff;
  max-width: 800px;
  margin: auto;
}
.thanks-box &gt; div {
  -webkit-animation: fadeDown 0.8s forwards;
  animation: fadeDown 0.8s forwards;
}
.thank-you-img {
  width: 530px;
  margin: auto;
}
.complete-message {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin: 60px 0;
}
.complete-text {
  font-size: 1.3rem;
  text-align: center;
}
.thanks-box .back-btn {
  margin: 85px auto 0;
}

@media screen and (max-width: 767px) {
  .form-wrap {
    font-size: 1.1rem;
    padding: 15px 10px 25px;
  }
  .contact-tab button {
    font-size: 1rem;
  }
  .name-input {
    width: calc(50% - 10px);
  }
  .form-first-text {
    margin-bottom: 10px;
  }
  .label-text {
    margin-bottom: 5px;
  }
  .name-input-wrap {
    width: 100%;
  }
  .confirm-wrap table td,
  .confirm-wrap table th {
    padding: 5px 0 5px 10px;
  }
  .submit-btn,
  .back-btn {
    margin-top: 35px;
    width: calc((100% - 27px) / 2);
    font-size: 1.4rem;
  }
  .form-wrap .submit-btn {
    margin-top: 35px;
  }
  .thank-you-img {
    width: 80%;
  }
}
</pre></body></html>