@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 {
  line-height: 1.6;
  padding: 70px 0px 130px;
}

.form-Box .form-box-inner {padding-block: 139px 0;}

.form-Box .form-Box-img01 {
  position: absolute;
  top: 8px;
  right: 0;
}

.form-Box .form-Box-img02 {
  position: absolute;
  top: 1096px;
  left: 63px;
}

.form-Box .form-Box-img03 {
  position: absolute;
  right: 0;
  top: 1100px;
}

.form-Box .form-Box-img04 {
  position: absolute;
  right: 82px;
  top: 1750px;
}

.form-Box {
	position: relative;
}

.form-Box:before {
	background: url(../../../assets/images/common/contact_bg.png) no-repeat top center/auto;
	content: "";
	height: 470px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.form-Box .form_icon {
	margin-bottom: 0;
	text-align: center;
}

.form-Box .formttl_en {
	color: #3B4E71;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-bottom: 8px;
	text-align: center;
}

.form-Box .formttl_ja {
	color: #594A4E;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: center;
}

.form-Box .list {
	margin-bottom: 50px;
	margin-inline: auto;
	width: min(95%, 1000px);
}

.form-Box .list li {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.form-Box .form_con {
	background: #FFFFFE;
	border-radius: 20px;
	margin-inline: auto;
	padding: 75px 50px 50px;
	width: min(95%, 1100px);
  position: relative;
  z-index: 10;
}

.form-Box tr.your-remarks {
	display: grid;
	gap: 14px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.form-Box tr.your-remarks th {
	width: 100%;
	padding: 0;
}

.form-Box tr.your-remarks td {
	width: 1000px;
}

.form-Box th {
	color: #594A4E;
	font-size: 18px;
  font-size: clamp(0.938rem, 0.813rem + 0.26vw, 1.125rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2;
}

.form-Box td {
	color: #594A4E;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 4.6;
}

.form-Box .subtxt {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5714285714;
}

.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 {
	
}

.form-Box th {
  text-align: left;
  width: 17%;
  padding: 0 0 46px;
  vertical-align: top;
}

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

.form-Box td.add-td {
}

.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;
  margin-bottom: 40px;
}

.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 {
  font-size: 14px;
  line-height: 1.6;
  padding: 2% 3% 2%;
  box-sizing: border-box;
  background: #F8F8F8;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 16px;
  font-family: inherit;
}

.form-Box textarea {
  width: 100%;
  min-height: 120px;
  font-family: inherit;
}

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

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

.form-Box 

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

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

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../../../assets/images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 70px;
  top: 40%;
}

#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../../../assets/images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 70px;
  top: 40%;
}

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

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 320px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 30px;
  font-family: inherit;
  color: #231815;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
  border-radius: 999px;
text-align: left;
}

#form .confirm_button {
  background: #3B4E71;
  color: #FFFFFE;
  padding-inline: 65px 0;
}

input[type="submit"] {
  background-color: #E3899F;
  color: #FFFFFE;
  padding-inline: 65px 0;
}

#form #back_button {
  color: #231815;
  background: none;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* プライバシーポリシー */
.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: 50px;
}

/*必須ボタン*/
.required {
  position: relative;
}

.required::after{
  content: "必須";
  color: #fff;
  background: #E3899F;
  border-radius: 30px;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 30px;
  padding: 2px 16px;
  position: absolute;
  top: 9px;
  top: ;
  right: 13px;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1850px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1850px) {
.form-Box .form-Box-img01 {
  position: absolute;
  top: 3.432vw;
  right: 0;
}

.form-Box .form-Box-img01 img {
  width: 35.892vw;
  height: auto;
}

.form-Box .form-Box-img02 {
  position: absolute;
  top: 59.243vw;
  left: 3.405vw;
}

.form-Box .form-Box-img02 img {
  width: 13.405vw;
  height: auto;
}

.form-Box .form-Box-img03 {
  position: absolute;
  right: 0;
  top: 59.459vw;
}

.form-Box .form-Box-img03 img {
  width: 14.595vw;
  height: auto;
}

.form-Box .form-Box-img04 {
  position: absolute;
  right: 4.432vw;
  top: 94.595vw;
}

.form-Box .form-Box-img04 img {
  width: 11.405vw;
  height: auto;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1200px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1200px) {
.form-Box tr.your-remarks td {
	width: 83.333vw;
}

}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* form -------------------------------------*/
.form-Box {
  padding: 13vw 0vw 0vw;
  line-height: 1.6;
  width: 100%;
  position: relative;
}

.form-Box:before {
	background: url(../../../assets/images/common/contact_bg_sp.png) no-repeat top center/contain;
	content: "";
	height: 15.942vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.form-Box .form-box-inner {
  padding-block: 2vw 0;
}

.form-Box .form_icon {
	margin-bottom: 0;
	text-align: center;
}

.form-Box .form_icon img {
	height: auto;
	width: 9.662vw;
}

.form-Box .formttl_en {
	color: #3B4E71;
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-bottom: 0;
	text-align: center;
}

.form-Box .formttl_ja {
	color: #594A4E;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.45;
	margin-bottom: 7.246vw;
	text-align: center;
}

.form-Box .list {
	margin-bottom: 12vw;
	margin-inline: auto;
	width: min(95%, 92.7536231884vw);
}

.form-Box .list {
	margin-bottom: 12vw;
	margin-inline: auto;
	width: min(95%, 92.7536231884vw);
}

.form-Box .list li {
	font-size: 3.623vw;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.form-Box .form_con {
	background: #FFFFFE;
	border-radius: 4.831vw;
	margin-inline: auto;
	padding: 4.831vw 4.831vw;
	width: min(95%, 92.7536231884vw);
}

.form-Box th {
	color: #594A4E;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2;
}

.form-Box td {
	color: #594A4E;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2;
}

.form-Box .subtxt {
	font-size: 3.382vw;
	font-weight: 700;
	line-height: 1.5714285714;
}

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

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

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

.form-Box table {
  margin-bottom: 10vw;
  font-size: 3.4vw;
  line-height: 1.6;
  width: 100%;
}

.form-Box tr {
}

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

.form-Box th {
  padding: 0vw 0vw 2vw;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1vw;
}

.form-Box td {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

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

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

input#your_date {
  width: 63vw;
}

input#your_date02 {
  width: 63vw;
}

input#your_time {
  width: 63vw;
}

input#your_time02 {
  width: 63vw;
}

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

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

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

.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 {
  width: 82vw;
  margin-bottom: 3vw;
  font-size: 16px;
  line-height: 1.6;
  padding: 2vw 2vw 2vw;
  box-sizing: border-box;
  font-family: inherit;
  border-radius: 10px;
  background: #F8F8F8;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-Box select {
  width: 86vw;
  margin-bottom: 4vw;
  font-size: 16px;
  padding: 3vw 2vw 3vw;
  box-sizing: border-box;
  font-family: inherit;
  border: none;
  outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  background: #F8F8F8 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%;
}

.form-Box textarea {
  min-height: 22vw;
  font-family: inherit;
}

.form-Box select {
  width: 82vw;
  border-radius: 10px;
}

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

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

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 2vw;
  height: 3vw;
  background: url(../../../assets/images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 16vw;
  top: 41%;
}

#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 3.623vw;
  height: 4.348vw;
  background: url(../../../assets/images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10vw;
}

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

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 76.6vw;
  font-size: 3.865vw;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  letter-spacing: 0.116vw;
  padding-block: 2.899vw;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  display: block;
  margin-inline: auto;
  padding-inline: 16vw;
}

#form .confirm_button {
  background: #3B4E71;
  color:#FFFFFE;
  border-radius: 999px;
  text-align: left;
}

input[type="submit"]  {
  border-radius: 999px;
  color:#FFFFFE;
  background: #E3899F;
}

#form #back_button {
  color: #231815;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-align: center;
  background: none;
}

/* プライバシーポリシー */
.priv-text {
  padding: 3vw;
  height: 40vw;
  margin-bottom: 5vw;
  overflow-y: scroll;
  border: #B3B3B3 solid 1px;
  background: #fff;
}

.priv-text p {
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  border-bottom: 0.2vw solid #ccc;
}

.priv {
  margin-bottom: 5vw;
}

.priv-text .tt {
  margin-bottom: 3vw;
  font-size: 4.8vw;
}

.privtext {
  margin-bottom: 5vw;
}

/*必須ボタン*/
th.required p {
  position: relative;
  display: inline-block;
}

th.required p::after{
  content: "必須";
  color: #fff;
  border-radius: 30px;
  background: #E3899F;
  font-size: 2.899vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 1vw 3.966vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17vw;
  white-space: nowrap;
}

span#your-gender {
  margin-bottom: 3vw;
  display: block;
}

#entry .wpcf7-list-item {
  margin: 0;
}

#entry .wpcf7-list-item.last {
  margin-inline: 3vw 0;
}
}