@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 {
}

.form-Box .form-box-inner {
  background: #fff;
  padding: 20px 0px 40px;
}

.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 {
	margin-bottom: 30px;
	text-align: center;
  font-size: 24px;
  line-height: 1.6;
}

.formttl_ja {
	margin-bottom: 52px;
	text-align: center;
  font-size: 32px;
  line-height: 1.6;
}

.form-Box .list {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.1428571429;
	margin: 58px 0 0;
}

.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;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  border-collapse: collapse;
  margin-top: 33px;
}

.form-Box tr {
  border-bottom: 1px solid #F5F5F2;
}

.form-Box th {
  text-align: left;
  width: 25.6%;
  padding: 22px 40px 22px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}

.form-Box td {
  text-align: left;
  width: 60%;
  padding: 19px 22px;
  vertical-align: middle;
}

.form-Box td.timeset {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 8px 0;
}

.form-Box td img {
  max-width: 100%;
  height: auto;
}

/* .form-Box td.add-td p{
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 8px 0;
} */

.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: 15px;
  padding: 2% 3% 2%;
  box-sizing: border-box;
  border: 1px solid #D9D8D8;
  font-family: inherit;
}
.form-Box input[type="text"] {
  width: 63%;
}
.form-Box input[type="tel"] {
  width: 30.5%;
}
.form-Box input[type="email"] {
  width: 95%;
}
.form-Box .post-number .input_area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-Box .post-number input[type="text"]  {
  width: 31%;
}
.form-Box .address input[type="text"]  {
  width: 95%;
}
.form-Box .tel .input_area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-Box textarea {
  width: 95%;
  height: 159px;
  font-family: inherit;
}
.form-Box .message th {
  vertical-align: top;
}
.form-Box select {
  width: 63%;
}
.form-Box .pritext {
  
text-align: center;
  
margin-bottom: 30px;
}
.form-Box .pritext p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.375;
  letter-spacing: 0.05em;
}
.form-Box .pritext input[type="checkbox"] {
  margin-right: 10px;
  width: 19px;
  height: 19px;
}

.form-Box .remarks th {
  vertical-align: top;
}
.pritextt {
  text-align: center;
  margin-bottom: 30px;
}

/* ボタン*/
#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: 20px;
  height: 20px;
  background: url(../../images/common/contact-arr.svg) no-repeat center center / contain;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../images/common/contact-arr-w.svg) no-repeat center center / contain;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#form #confirm_area img,
#form #send_area img {
    width: 100%;
    max-width: 640px;
}



#form #send_area p::after {
    top: 36%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 640px;
  color: #07161F;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding: 34px 0;
  margin-bottom: 30px;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  border-radius: 200px;
  margin: 0 auto;
  display: block;
}

#form .confirm_button {
  background-color: #FBBA08;
}

input[type="submit"] {
  background-color: #5079FF;
  color: #fff;
}

#form #back_button {
  background-color: #A7A7A5;
}

/* プライバシーポリシー */
.priv-text .priv-ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.priv-text {
  padding: 38px 59px;
  overflow-y: scroll;
  height: 240px;
  margin-bottom: 45px;
  background: #fff;
}

.priv-text p {
  margin-bottom: 20px;
  font-size: 14px;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.priv {
  text-align: center;
  margin-bottom: 30px;
}

.priv-text .tt {
  margin-bottom: -1px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

.privtext {
  text-align: center;
  margin-bottom: 78px;
}

/*必須ボタン*/
.required {
  position: relative;
}

.required::after{
  content: "必須";
  color: #fff;
  background: #FD5338;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 3px;
  padding: 6px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
}





}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {

/* form -------------------------------------*/
.form-Box {
  padding: 7vw 2vw;
  line-height: 1.6;
  width: 100%;
}

.form-Box .form-Box-inner {
  background: #fff;
  padding: 5vw 3vw;
}

.form-Box .form-list {
  font-size: 3.2vw;
  margin-bottom: 10vw;
}

.form-Box .error {
  margin-bottom: 3.6vw;
}

.form-Box .attention-color {
  color: #f00;
}

.l-inner.form {
	background: #fff;
	margin-inline: auto;
	padding: 7.246vw 0px 7.246vw;
	width: min(95%, 89.3vw);
}

.form-box {
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

.formttl_en {
	margin-bottom: 2.831vw;
	text-align: center;
}

.formttl_en img {
  width: 19.3vw;
}

.formttl_ja {
	margin-bottom: 7.729vw;
	text-align: center;
}

.formttl_ja img {
  width: 45.3vw;
  height: auto;
}

.form-Box .list {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8571428571;
	margin-bottom: 8.667vw;
	margin-top: 8.6vw;
}

.form-Box .form-list li {
  padding-left: 3.6vw;
  text-indent: -3.6vw;
  margin-bottom: 0.4vw;
}

.form-Box table {
  margin-bottom: 9.8vw;
  font-size: 3.4vw;
  line-height: 1.6;
  width: 100%;
}

.form-Box th, .form-Box td {
  display: block;
  width: 100%;
  table-layout: fixed;
}

.form-Box th {
  padding: 4.31vw 5vw;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: #D8D8CB;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.form-Box td {
background: #fff;
padding: 4.74vw 4vw;
}

.form-Box .from-btn-02 {
  margin-top: 10vw;
}

.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 #postal_code {
  width: 80vw;
  /* margin-bottom: 2vw; */
  font-size: 16px;
  padding: 3vw 2vw;
  box-sizing: border-box;
  font-family: inherit;
  margin-inline: auto;
  display: block;
  /* margin-top: 2vw; */
  border: 1px solid #D8D8CB;
}
.form-Box input[type="tel"] {
  /* width: 28.7%; */
  /* margin: 0; */
}
.form-Box .post-number th {
  
padding: 3.15vw 5vw;
}
.form-Box .post-number th span {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2857;
  letter-spacing: 0.05em;
  margin: 0 0 0 4vw;
}
.form-Box .tel .input_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2vw;
}

.form-Box textarea {
  height: 24.2vw;
  font-family: inherit;
}

.form-Box select {
  /* width: 65vw; */
  /* border-radius: 0.6vw; */
  /* border: 0.2vw solid #D9D8D8; */
  border-radius: 0;
  margin: 0 auto 2vw;
}
.form-Box #address02 {
margin: -3vw auto 0;
}
.form-Box .pritext {
  text-align: center;
  font-size: 3.865vw;
  letter-spacing: 0.05em;
  margin: 0 0 7vw;
  }
  .form-Box .pritext input[type="checkbox"] {
    margin-right: 10px;
    width: 19px;
    height: 19px;
  }
  .form-Box .input_area .subtxt {
    text-align: center;
  }
  .pritextt {
    text-align: center;
    margin-bottom: 7vw;
  }
/* ボタン*/
#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: 4.9vw;
  height: 4.9vw;
  background: url(../../images/common/contact-arr.svg) no-repeat center center / contain;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
}
#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 4.9vw;
  height: 4.9vw;
  background: url(../../images/common/contact-arr-w.svg) no-repeat center center / contain;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
}

#form #send_area p::after {
    top: 36%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 89.4vw;
  color: #07161F;
  font-size:3.865vw;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 6.3vw 0;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  border-radius: 20vw;
  display: block;
  margin-inline: auto;
}

#form .confirm_button {
  background-color: #FBBA08;
}

input[type="submit"] {
  background-color: #5079FF;
  color: #fff;
}


#form #back_button {
  background-color: #A7A7A5;
}

/* プライバシーポリシー */
.priv-text {
  padding: 9vw 5vw;
  height: 58.7vw;
  margin-bottom: 8vw;
  overflow-y: scroll;
  border: #07161F solid 1px;
  background: #fff;
}

.priv-text p {
  margin-bottom: 4vw;
  padding-bottom: 3vw;
  /* border-bottom: 0.2vw solid #ccc; */
  font-size: 3.382vw;
  line-height: 1.8571;
  letter-spacing: 0.05em;
}

.priv {
  margin-bottom: 5vw;
}

.priv-text .tt {
  margin-bottom: 0vw;
  font-size: 3.865vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.privtext {
  margin-bottom: 18vw;
}

/*必須ボタン*/
.required p{
  position: relative;
  display: inline-block;
}

.required p::after{
  content: "必須";
  color: #fff;
  background: #FD5338;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 3px;
  padding: 6px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 9px);
  white-space: nowrap;
  font-weight: 500;
}
}