<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝ｪ繧ｻ繝�ヨ */

p {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: initial;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  border-radius: 8px;
  border: 1px solid var(--border-color-weak);
  padding: 16px;
  color: var(--main-text-color);
  background-color: #FFF;
}

input:not(input[type=checkbox]):focus,
select:focus,
textarea:focus {
  outline: none;
  border: 2px solid var(--sub-color) !important;
  background-color: #FFF;
}

input:not(input[type=checkbox]):invalid:focus,
select:invalid:focus,
textarea:invalid:focus {
  background-color: initial;
  border: 2px solid var(--sub-color);
}

input::placeholder,
select::placeholder,
textarea::placeholder,
input:not(input[type=checkbox]):invalid:focus::placeholder,
select:invalid:focus::placeholder,
textarea:invalid:focus::placeholder {
  color: var(--sub-text-color);
}

input:-webkit-autofill {
  /* Chrome縺ｮ閾ｪ蜍戊｣懷ｮ後〒閭梧勹濶ｲ縺悟､峨ｏ繧峨↑縺�ｈ縺�↓ */
  box-shadow: 0 0 0 1000px #FFF inset !important;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

select {
  -webkit-appearance: none;
  appearance: none;
}



/* ---------------------- */
/*        蜈･蜉帷判髱｢        */
/* ---------------------- */

.wrapper-contactForm {
  margin: 0 auto 120px;
  width: 960px;
  max-width: 80%;
}

.contactForm-preamble {
  margin-bottom: 48px;
}

.contactForm-preamble .contactForm-preamble-note {
  margin-bottom: 16px;
}

.contactForm-preamble ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contactForm-preamble ul li {
  position: relative;
  padding-left: 1.2em;
}

.contactForm-preamble ul li::before {
  content: "窶ｻ";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 24px;
}

.contactForm-link {
  color: var(--main-text-color);
}

.msg-recaptcha-error {
  display: inline-block;
  padding: 20px;
  color: var(--alert-color);
  border: 1px solid var(--alert-color);
  border-radius: 8px;
  background-color: var(--background-color-alert);
}

.contactForm-title {
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--border-color-weak);
}

.wrapper-contactForm-contents {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  margin-bottom: 56px;
}

.contactForm-content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.contactForm-label {
  color: var(--main-text-color);
  font-family: var(--body-font);
  display: flex;
  align-items: center;
}

.contactForm-content:not(.contactForm-nameWrap) input {
  max-width: 500px;
}

.contactForm-required {
  color: #FFF;
  border-radius: 4px;
  background-color: var(--alert-color);
  padding: 4px 16px;
  margin-left: 16px;
}


.contactForm-nameWrap {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.contactForm-msgStyle {
  position: relative;
}

.contactForm-msgStyle::after {
  position: absolute;
  color: var(--alert-color);
  font-weight: 400;
  font-size: 18px;
  bottom: -30px;
}

.contactForm-msgStyle.error-msg-required::after {
  content: '縺泌�蜉帙￥縺�縺輔＞';
}

.contactForm-msgStyle.error-msg-kana::after {
  content: '蜈ｨ隗偵き繧ｿ繧ｫ繝翫〒縺泌�蜉帙￥縺�縺輔＞';
}

.contactForm-msgStyle.error-msg-mark::after {
  content: '險伜捷縺ｯ蜈･蜉帙〒縺阪∪縺帙ｓ';
}

.contactForm-msgStyle.error-msg-mail::after {
  content: '繝｡繝ｼ繝ｫ繧｢繝峨Ξ繧ｹ繧偵＃蜈･蜉帙￥縺�縺輔＞';
}

.contactForm-msgStyle.error-msg-tel::after {
  content: '髮ｻ隧ｱ逡ｪ蜿ｷ繧偵＃蜈･蜉帙￥縺�縺輔＞';
}

.contactForm-msgStyle.error-msg-telMark::after {
  content: '蜊願ｧ呈焚蟄励�縺ｿ蜈･蜉帛庄閭ｽ縺ｧ縺�';
}

.contactForm-msgStyle.error-msg-type::after {
  content: '縺秘∈謚槭￥縺�縺輔＞';
}

.contactForm-msgStyle.error-msg-markRequired::after {
  content: '險伜捷縺ｯ蜈･蜉帙〒縺阪∪縺帙ｓ縲ゅ％縺ｮ鬆�岼縺ｯ蜈･蜉帛ｿ��医〒縺吶�';
}

.contactForm-msgStyle.error-msg-policy::after {
  content: '蠢��磯��岼縺ｧ縺�';
  bottom: 0;
  left: 200px;
}

.contactForm-nameWrap input {
  width: 242px;
}

.contactForm-errorMsg {
  color: var(--alert-color);
}

.contactForm-msg {
  width: 100%;
  height: 368px;
  resize: none;
}

.contactForm-type {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../assets/images/contact/contact_arrowdown.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 16px center;
}

.contactForm-type {
  width: 500px;
  cursor: pointer;
}

.contact-type-option {
  cursor: pointer;
}

.contactForm-content-privacy div {
  display: flex;
  align-items: center;
}

.contactForm-content-privacy p {
  position: relative;
  padding-left: 1.2em;
}

.contactForm-content-privacy p::before {
  content: "窶ｻ";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 24px;
}

.contactForm-content-privacy .contactForm-required {
  margin: 0 16px 0 0;
}

.contactForm-checkboxWrap {
  display: flex;
  column-gap: 8px;
  align-items: center;
}

.contactForm-content-privacy .contactForm-checkbox {
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid var(--border-color-weak);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.contactForm-content-privacy .contactForm-checkbox.input-alert {
  border: 1px solid var(--alert-color);
  background-color: var(--background-color-alert) !important;
}

.contactForm-content-privacy .contactForm-checkbox:checked {
  border: solid 1px var(--main-color);
  background-color: var(--main-color);
}

.contactForm-content-privacy .contactForm-checkbox:checked::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 4px 4px 0;
  left: 6px;
  top: 2px;
  transform: rotate(45deg);
}

.contactForm-content-privacy label {
  cursor: pointer;
  padding-left: 16px;
}

.contactForm-wrap-submitButton {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.contactForm-submitButton {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
  color: #FFF;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s;
  width: 400px;
  height: 72px;
  cursor: pointer;
}

.contactForm-submitButton::before {
  content: "";
  text-decoration: none;
  background: linear-gradient(270deg, var(--main-color) 0%, var(--sub-color) 100%);
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}

.contactForm-submitButton:hover::before {
  opacity: 0;
}

.contactForm-submitButton::after {
  content: "";
  text-decoration: none;
  background: linear-gradient(-270deg, var(--main-color) 0%, var(--sub-color) 100%);
  border-radius: 100px;
  position: absolute;
  z-index: -2;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}

.contactForm-errorMsg {
  color: var(--alert-color);
  display: none;
}

.js-display-msg {
  display: block;
}

.input-alert {
  border: solid 1px var(--alert-color) !important;
  background-color: var(--background-color-alert) !important;
  color: var(--alert-color);
}

#contact-type.input-alert {
  color: var(--sub-text-color);
}


/* 蜈･蜉帷判髱｢ sp */

@media screen and (max-width: 768px) {
  .wrapper-contactForm {
    width: 100%;
    max-width: none;
  }

  .contactForm-type {
    width: 100%;
  }

  .contactForm-nameWrap {
    /* display: flex; */
    flex-direction: column;
    /* row-gap: 8px; */
  }

  .contactForm-nameWrap input {
    width: 100%;
    margin: 0;
  }

}




/* ---------------------- */
/*        遒ｺ隱咲判髱｢        */
/* ---------------------- */

.wrapper-confirm {
  margin-bottom: 120px;
}

.confirm-note {
  margin-bottom: 48px;
}

.confirm-title {
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--border-color-weak);
}

.wrapper-confirm-contents {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}

.confirm-content {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid var(--border-color-weak);
}

.confirm-label {
  color: var(--main-text-color);
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.confirm-required {
  color: #FFF;
  border-radius: 4px;
  background-color: var(--alert-color);
  padding: 4px 16px;
  margin-left: 16px;
}

.confirm-answer,
.confirm-nameWrap,
.confirm-msgWrap {
  overflow-wrap: break-word;
  margin: 0 16px;
}

.confirm-content-privacy p {
  margin-bottom: 32px;
  position: relative;
  padding-left: 1.2em;
}

.confirm-content-privacy p::before {
  content: "窶ｻ";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 24px;
}

.confirm-content-privacy div {
  display: flex;
  align-items: center;
}

.confirm-content-privacy .contactForm-required {
  margin: 0 16px 0 0;
}

.confirm-content-privacy input {
  cursor: pointer;
}

.confirm-content-privacy label {
  cursor: pointer;
  padding-left: 8px;
}

.confirm-link {
  color: var(--main-text-color);
}

.confirm-wrap-button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}


.confirm-returnButton {
  border-radius: 100px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 72px;
  padding: 4px;
  cursor: pointer;
  transition: all ease-in 0.3s;
  position: relative;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
}

.confirm-returnButton::before {
  content: "";
  text-decoration: none;
  background: linear-gradient(270deg, var(--main-color) 0%, var(--sub-color) 100%);
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}

.confirm-returnButton:hover::before {
  opacity: 0;
}

.confirm-returnButton::after {
  content: "";
  text-decoration: none;
  background: linear-gradient(-270deg, var(--main-color) 0%, var(--sub-color) 100%);
  border-radius: 100px;
  position: absolute;
  z-index: -2;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}


.confirm-returnButton:hover {
  border-color: #00000000;
}

.confirm-returnButton div {
  background-color: #FFF;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm-submitButton {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
  color: #FFF;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s;
  width: 400px;
  height: 72px;
  cursor: pointer;
}

.confirm-submitButton::before {
  content: "";
  text-decoration: none;
  background: linear-gradient(270deg, var(--main-color) 0%, var(--sub-color) 100%);
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}

.confirm-submitButton:hover::before {
  opacity: 0;
}

.confirm-submitButton::after {
  content: "";
  text-decoration: none;
  background: linear-gradient(-270deg, var(--main-color) 0%, var(--sub-color) 100%);
  border-radius: 100px;
  position: absolute;
  z-index: -2;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}

.mail-note {
  text-align: center;
  color: var(--sub-text-color);
}

.mail-note a {
  color: var(--sub-text-color);
}

.mail-note a:hover {
  color: var(--sub-color);
}

.contactForm-loading-wrap {
  text-align: center;
  align-content: center;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(255, 255, 255, 0.6);
  z-index: 9996;
}

.contactForm-loading-wrap.active {
  display: block;
}

.contactForm-loading-wrap .contactForm-loading-spinner {
  width: 50px;
  height: 50px;
  animation: loading-rotate 1400ms linear 0s infinite;
}

@keyframes loading-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contactForm-loading-wrap .contactForm-loading-circle {
  stroke: var(--main-color);
  stroke-width: 4;
  stroke-dasharray: 115 115;
  animation: loading-loader 1400ms linear 0s infinite;
}

@keyframes loading-loader {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -230;
  }
}


/* 遒ｺ隱咲判髱｢ sp */

@media screen and (max-width: 768px) {
  .confirm-wrap-button {
    column-gap: 16px;
  }
}



/* ---------------------- */
/*      thanks繝壹�繧ｸ       */
/* ---------------------- */
.wrapper-thanksMsg {
  margin-bottom: 120px;
}

.thanksMsg-title {
  text-align: center;
  margin-bottom: 40px;
}

.thanksMsg-note {
  text-align: center;
  line-height: 160%;
  margin-bottom: 40px;
}

.thanks-wrap-submitButton {
  display: flex;
  justify-content: center;
}

.thanks-submitButton {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
  color: #FFF;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s;
  width: 400px;
  height: 72px;
  cursor: pointer;
}

.thanks-submitButton:hover {
  color: #FFF;
}

.thanks-submitButton::before {
  content: "";
  text-decoration: none;
  background: linear-gradient(270deg, var(--main-color) 0%, var(--sub-color) 100%);
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}

.thanks-submitButton:hover::before {
  opacity: 0;
}

.thanks-submitButton::after {
  content: "";
  text-decoration: none;
  background: linear-gradient(-270deg, var(--main-color) 0%, var(--sub-color) 100%);
  border-radius: 100px;
  position: absolute;
  z-index: -2;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}</pre></body></html>