@charset "UTF-8";

form button:hover{ cursor: pointer; cursor: hand; opacity: 0.8; }

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}

/* 未入力があった際のエラーメッセージ */
#error-message {
    display: none;
    text-align: center;
    color: #dc3232;
}

/* セレクトボックスのデフォルトスタイルを初期化 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
  background-size: 16px 16px;
  border-radius: 4px;
  width: 34%;
}

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {

/* form -------------------------------------*/
.form-Box {
  width: min(95%, 1280px);
  margin: 0 auto;
  padding: 0 0 260px;
  line-height: 1.6;
  background: transparent;
}

.form-Box .form-box-inner {
  background: #fff;
  padding: 122px 0px 80px;
  margin-inline: auto;
  border: 1px solid rgba(161, 161, 161, 0.33);
}

.l-inner.form {
	background: #fff;
	margin-inline: auto;
	padding: 92px 0px 80px;
	width: min(95%, 1000px);
}

.form-box {
	margin-inline: auto;
	width: min(95%, 800px);
}

.formttl_en {
  color: var(--orange, #ED6C00);
  text-align: center;
  font-family: Quicksand;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.015em;
  margin-bottom: 17px;
}

.formttl_ja {
  color: var(--black, #3D3D3D);
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 24px;
}

.formlead {

margin-bottom: 71px;
}
.formlead p {
  letter-spacing: 0;
  color: var(--black, #3D3D3D);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.formlead span {
  display: inline-block;
}

.form-Box .list {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 46px;
	margin-inline: auto;
	width: min(95%,616px);
	display: grid;
	gap: 16px;
}

.form-Box .error {
  margin-bottom: 16px;
}

.form-Box .attention-color {
  color: #f00;
}

.form-Box .form-list li {
  padding-left: 16px;
  text-indent: -16px;
  margin-bottom: 3px;
}

.form-Box table {
  margin-bottom: 50px;
  width: 100%;
  border-collapse: collapse;
}

.form-Box tr {
  border-bottom: 1px solid #E6E6E6;
}

.form-Box th {
  text-align: left;
  width: 43%;
  padding: 24px 0 24px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--black, #3D3D3D);
  letter-spacing: 0;
}

.form-Box th.required p {
  position: relative;
}
.form-Box th.any p {
  position: relative;
}

.form-Box td {
  text-align: left;
  width: 57%;
  padding: 15px 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6;
}

.form-Box td.add-td {
  padding: 32px 22px 32px;
}

.form-Box td img {
  max-width: 100%;
  height: auto;
}

.form-Box td.add-td .input_area{
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 8px 0;
}

.form-Box td.add-td02 .input_area{
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.form-Box .from-btn-01 {
  text-align: center;
}

.form-Box .from-btn-02 {
  margin-top: 24px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.form-Box .button {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}

.form-Box .button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea,
.form-Box .t-txt {
  width: 100%;
  max-width: 96.3%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  padding: 10px 11px;
  box-sizing: border-box;
  border: 1px solid #D9D8D8;
  background: #FFF;
  font-family: inherit;
  color: var(--black, #3D3D3D);
}
.form-Box input::placeholder,
.form-Box textarea::placeholder {
  color: #828484;
}

.form-Box textarea {
  width: 100%;
  height: 150px;
  font-family: inherit;
  resize: vertical;
}

.form-Box select {
  width: 100%;
}

/* ラジオボタン */
.form-Box .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 10px;
  padding-block: 9px;
  letter-spacing: 0;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
}
.form-Box .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.form-Box .wpcf7-list-item {
  margin: 0;
}
.form-Box .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: var(--black, #3D3D3D);
  cursor: pointer;
}
.form-Box .wpcf7-list-item-label {
  cursor: pointer;
  flex: 1;
}
.form-Box .wpcf7-list-item input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #ED6C00;
  border-radius: 50%;
  background: #FFF;
  flex-shrink: 0;
}
.form-Box .wpcf7-list-item input[type="radio"]:checked {
  border-color: var(--orange, #ED6C00);
  background: radial-gradient(circle at center, var(--orange, #ED6C00) 0 6px, #FFF 7px);
}

/* 同意チェック */
.form-Box .pritext {
  text-align: center;
  margin-bottom: 32px;
}
.form-Box .pritext .wpcf7-list-item {
  margin: 0;
}
.form-Box .pritext .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--black, #3D3D3D);
  cursor: pointer;
}

.form-Box .pritext input[type="checkbox"]:checked {
  background: var(--orange, #ED6C00);
}

.form-Box .error-message {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
}

.form-Box .wpcf7-turnstile {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.form-Box .confirm_area {
  font-size: 14px;
  color: var(--black, #3D3D3D);
}

input#address01 {
  margin-bottom: 8px;
}

/* ボタン*/
#confirm_area,
#send_area,
#back_area {
    text-align: center;
}

#form #confirm_area p,
#form #send_area p,
#form #back_area p {
    display: inline-block;
    position: relative;
}

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background: url(../../images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}

#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background: url(../../images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}

#form #back_area p::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background: url(../../images/common/contact-arr-or.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}

#form #send_area p::after {
  top: 35%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 600px;
  height: 80px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 40px;
  padding-block: 24px;
  font-family: inherit;
  color: #fff;
  position: relative;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

#form .confirm_button {
  color: #fff;
  background: #ED6C00;
}

input[type="submit"] {
  background-color: #3D3D3D;
  color: #fff;
}

#form #back_button {
  background-color: #fff;
  color: #ED6C00; 
  border: 1px solid #ED6C00;
}


/* プライバシーポリシー */
.priv-text .priv-ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.priv-text {
  padding: 20px;
  overflow-y: scroll;
  height: 250px;
  border: #B3B3B3 solid 1px;
  margin-bottom: 30px;
  background: #fff;
}

.priv-text p {
  margin-bottom: 20px;
  font-size: 13px;
  padding-bottom: 20px;
  border-bottom: #ccc solid 1px;
}

.priv {
  text-align: center;
  margin-bottom: 30px;
}

.priv-text .tt {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.privtext {
  text-align: center;
  margin-bottom: 32px;
}

/* 必須・任意バッジ */
.required,
.any {
  position: relative;
  /* white-space: nowrap; */
}

.required::after {
  content: "必須";
  display: grid;
  width: 44px;
  height: 24px;
  color: #FFF;
  background: var(--orange, #ED6C00);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 3px;
  position: absolute;
  right: 21px;
  top: 26px;
  text-align: center;
  place-content: center;
}

.any::after {
  content: "任意";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 24px;
  margin-left: 8px;
  color: #FFF;
  background: #FCBB87;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 3px;
  vertical-align: middle;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  top: 38px;
}

}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* form -------------------------------------*/
.form-Box {
  width: min(95%, 89.37vw);
  margin-inline: auto;
  margin-bottom: 36vw;
  line-height: 1.6;
  background: transparent;
}

.form-Box .form-box-inner {
  width: 100%;
  background: #FFF;
  border: 1px solid rgba(161, 161, 161, 0.33);
  box-sizing: border-box;
  padding: 11.962vw 0 18.73vw;
}

.form-box {
  width: 100%;
  margin-inline: auto;
}

.formttl_en {
  color: var(--orange, #ED6C00);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 6.763vw;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.015em;
  margin-bottom: 2.106vw;
}

.formttl_ja {
  color: var(--black, #3D3D3D);
  text-align: center;
  font-size: 4.831vw;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.025em;
  margin-bottom: 5.631vw;
}

.formlead {
  margin-bottom: 8.831vw;
  width: 72.46vw;
  margin-inline: auto;
}
.formlead p {
  font-size: 3.382vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--black, #3D3D3D);
  text-align: left;
  margin-bottom: 3.015vw;
}
.formlead p:last-child {
  margin-bottom: 0;
}

.form-Box .form-list {
  font-size: 3.382vw;
  margin-bottom: 4.831vw;
}

.form-Box .error {
  margin-bottom: 3.623vw;
}

.form-Box .attention-color {
  color: #f00;
}

.form-Box .list {
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.85;
  margin-bottom: 6.91vw;
  padding-bottom: 4.831vw;
  text-align: left;
  display: block;
  width: 74.88vw;
  margin-inline: auto;
}

.form-Box .form-list li {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0;
}

.form-Box table {
  margin-bottom: 4.831vw;
  font-size: 3.382vw;
  line-height: 1.57143;
  width: 82.13vw;
  margin-inline: auto;
}

.form-Box tr {
  display: block;
  margin-bottom: 0;
  border-bottom: none;
}

.form-Box th,
.form-Box td {
  display: block;
  width: 100%;
  table-layout: fixed;
}

.form-Box th {
  display: flex;
  align-items: center;
  gap: 6.831vw;
  padding: 0 0 2.32vw;
  text-align: left;
  font-size: 3.382vw;
  font-weight: 500;
  line-height: 1.57143;
  letter-spacing: 0;
  margin-bottom: 0;
}

.form-Box th p {
  margin: 0;
}

.form-Box td {
  font-size: 3.382vw;
  line-height: 1.57143;
  letter-spacing: 0;
  padding: 0 0 4.731vw;
  border-bottom: none;
}

.form-Box td.add-td .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.932vw 0;
  margin-bottom: 4.831vw;
}

.form-Box td.add-td02 .input_area {
  display: grid;
  grid-template-columns: 20% minmax(0, 1fr);
  gap: 3.865vw;
}

input#your_date,
input#your_date02,
input#your_time,
input#your_time02 {
  width: 63vw;
}

.form-Box .from-btn-02 {
  margin-top: 4.831vw;
}

.timeset-ttl {
  position: relative;
  top: 3.623vw;
}

p.subtxt {
  margin-bottom: 2.415vw;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box textarea,
.form-Box .t-txt {
  width: 100%;
  margin-bottom: 0;
  font-size: 3.382vw;
  font-weight: 500;
  line-height: 1.57143;
  letter-spacing: 0;
  padding: 1.899vw 2.415vw;
  min-height: 10.913vw;
  box-sizing: border-box;
  border: 0.2vw solid #D9D8D8;
  font-family: inherit;
  background: #fff;
  color: var(--black, #3D3D3D);
}
.form-Box input::placeholder,
.form-Box textarea::placeholder {
  color: #828484;
}

.form-Box .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.415vw;
  padding-block: 0;
}

.form-Box .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  background: #fff;
  padding: 2.415vw;
  min-height: 10.87vw;
  box-sizing: border-box;
  border: 0.2vw solid #D9D8D8;
  display: flex;
  align-items: center;
  gap: 0 2.90vw;
}

.form-Box .wpcf7-list-item label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 3.382vw;
  font-weight: 500;
  line-height: 1.57143;
  letter-spacing: 0;
  gap: 2.657vw;
  cursor: pointer;
}

.form-Box .wpcf7-list-item input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 6.039vw;
  height: 6.039vw;
  margin: 0;
  border: 0.242vw solid var(--orange, #ED6C00);
  border-radius: 50%;
  background: #FFF;
  flex-shrink: 0;
  cursor: pointer;
}
.form-Box .wpcf7-list-item input[type="radio"]:checked {
  border-color: var(--orange, #ED6C00);
  background: radial-gradient(circle at center, var(--orange, #ED6C00) 0 1.812vw, #FFF 2.114vw);
}

.form-Box .pritext {
  text-align: left;
  margin-bottom: 4.831vw;
}

.form-Box .pritext .wpcf7-list-item label {
  font-size: 3.382vw;
  line-height: 1.57143;
  letter-spacing: 0;
  align-items: flex-start;
}

.form-Box .wpcf7-turnstile {
  margin-bottom: 4.831vw;
  text-align: center;
}

.form-Box select {
  width: 100%;
  margin-bottom: 4.831vw;
  font-size: 3.382vw;
  line-height: 1.57143;
  letter-spacing: 0;
  padding: 2.899vw 2.415vw;
  box-sizing: border-box;
  border: 0.242vw solid #D3D3D3;
  border-radius: 0.725vw;
  font-family: inherit;
  background: #EFEDEE url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 1.208vw top 55%;
}

.form-Box textarea {
  height: 72.464vw;
  min-height: 72.464vw;
  font-family: inherit;
  resize: vertical;
}

/* ボタン*/
#confirm_area,
#send_area,
#back_area {
  text-align: center;
  width: 82.13vw;
  margin-inline: auto;
}

#form #confirm_area p,
#form #send_area p,
#form #back_area p {
  display: inline-block;
  position: relative;
  width: 100%;
}

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 3.38vw;
  height: 5.80vw;
  background: url(../../images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.78vw;
  top: 73%;
  transform: translateY(-50%);
}

#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 3.38vw;
  height: 5.80vw;
  background: url(../../images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.78vw;
  top: 42%;
  transform: translateY(-50%);
}

#form #back_area p::after {
  content: "";
  display: inline-block;
  width: 3.38vw;
  height: 5.80vw;
  background: url(../../images/common/contact-arr-or.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.78vw;
  top: 70%;
  transform: translateY(-50%);
}

#form #send_area p::after {
}


#form .confirm_button,
#form #back_button,
#form input[type="submit"],
#form .contact-send-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3.623vw;
  width: 100%;
  min-height: 10.628vw;
  font-size: 3.382vw;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
  padding: 2.899vw;
  border-radius: 10.628vw;
  margin-inline: auto;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  cursor: pointer;
}

#form .confirm_button {
  background: var(--orange, #ED6C00);
  color: #FFF;
  border: none;
}

#form .contact-send-btn,
#form input.contact-send-btn[type="submit"],
#form input[type="submit"] {
  background: var(--black, #3D3D3D);
  color: #FFF;
}

#form #back_button {
  background: #FFF;
  color: var(--orange, #ED6C00);
  border: 0.242vw solid var(--orange, #ED6C00);
}

/* プライバシーポリシー */
#priv {
  width: 82.13vw;
  margin-inline: auto;
}

.priv-text {
  padding: 3.623vw;
  height: 40.58vw;
  margin-bottom: 4.831vw;
  overflow-y: scroll;
  border: #B3B3B3 solid 1px;
  background: #fff;
}

.priv-text p {
  margin-bottom: 4.831vw;
  padding-bottom: 4.831vw;
  border-bottom: 0.242vw solid #ccc;
  font-size: 3.382vw;
  line-height: 1.57143;
}

.priv {
  margin-bottom: 4.831vw;
}

.priv-text .tt {
  margin-bottom: 3.623vw;
  font-size: 4.831vw;
}

.privtext {
  margin-bottom: 4.831vw;
}

/* 必須・任意バッジ */
.required,
.any {
  position: relative;
  /* white-space: nowrap; */
}

.required::after {
  content: "必須";
  display: grid;
  width: 9.18vw;
  height: 4.83vw;
  color: #FFF;
  background: var(--orange, #ED6C00);
  font-size:3.382vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 0.72vw;
  text-align: center;
  place-content: center;
}

.any::after {
  content: "任意";
  display: grid;
  align-items: center;
  justify-content: center;
  width: 9.18vw;
  height: 4.83vw;
  color: #FFF;
  background: #FCBB87;
  font-size:3.382vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 0.72vw;
  vertical-align: middle;
}

}