@charset "utf-8";

/* ======================
contact
====================== */
.contact {
  padding-top: clamp(2.5rem, -0.833rem + 6.944vw, 7.5rem);
  padding-bottom: clamp(5rem, 3.333rem + 3.472vw, 7.5rem);
  background-color: #fff;
}
.contact__inner {
  padding: 0 clamp(1.25rem, -14.25rem + 32.292vw, 24.5rem);
}
.contact__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.contact__title {
  margin-bottom: clamp(1.5rem, 0.833rem + 1.389vw, 2.5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.75rem, 1rem + 1.562vw, 2.875rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #000;
}
.contact__box {
  padding: clamp(1.5rem, 0.167rem + 2.778vw, 3.5rem) clamp(1.25rem, -1.25rem + 5.208vw, 5rem) clamp(2.5rem, -0.833rem + 6.944vw, 5rem);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}
.contact__text {
  margin-bottom: clamp(1.5rem, 0rem + 3.125vw, 3.75rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.contact__items {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.5rem, 0.833rem + 1.389vw, 2.5rem);
}
.formRow {
  display: flex;
  column-gap: clamp(1rem, 0.5rem + 1.042vw, 1.75rem);
}
.formTh {
  display: flex;
  column-gap: 16px;
  align-items: center;
  flex-shrink: 0;
  width: 31.5%;
  min-width: 220px;
  margin-top: 16px;
  margin-bottom: auto;
}
.label {
  margin-bottom: 0 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
}
.requiredText {
  display: flex!important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  margin: 0;
  background-color: #446974;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
}
.formTd {
  flex: 1;
  width: auto;
  min-width: 0;
}
.d-block {
  width: 100%;
  height: 56px;
}
.formSelect {
  width: 100%;
  height: 56px;
  padding: 8px 20px;
  border: 1px solid #E3E3E3;
  background-color: #F5F5F5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.formInput {
  width: 100%;
  height: 56px;
  padding: 8px 20px;
  border: 1px solid #E3E3E3;
  background-color: #F5F5F5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.formInput::placeholder,
.formTextArea::placeholder {
  color: #868686;
}
.formTextArea {
  width: 100%;
  height: 140px;
  padding: 16px 20px;
  border: 1px solid #E3E3E3;
  background-color: #F5F5F5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  resize: vertical;
}
.privacyBox {
  width: 100%;
  height: 140px;
  padding: 16px 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #E3E3E3;
  background-color: #F5F5F5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.privacy-check__text {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 16px;
}
.formCheck {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #A2A2A2;
  background-color: #fff;
  appearance: auto;
}
.privacyLabel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.formBtnTd {
  display: flex;
  justify-content: center;
  width: 100%;
}
.formBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 301px;
  height: 69px;
  padding: 20px 64px;
  border-radius: 5px;
  border: none;
  background-color: #446974;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1rem, 0.917rem + 0.174vw, 1.125rem);
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  transition: opacity 0.5s;
}
.formBtn:hover {
  opacity: 0.7;
  color: #fff;
}

@media (max-width: 767px) {
  .contact__box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .formRow {
    flex-direction: column;
    row-gap: 16px;
  }
  .formTh,
  .formTd {
    width: 100%;
  }
  .formTh {
    margin-top: 0;
    min-width: 0;
  }
  .label {
    white-space: normal;
  }
  .privacy-check__text {
    align-items: flex-start;
  }
  .formBtn {
    min-width: 0;
    width: 100%;
    max-width: 301px;
  }
}


.formError {
	margin-top: -40px !important;
}

.formError {
	z-index: 990;
}

.formError .formErrorContent {
	z-index: 991;
}

.formError .formErrorArrow {

	z-index: 996;
}

.ui-dialog .formError {
	z-index: 5000;
}

.ui-dialog .formError .formErrorContent {

	z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;

	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}


.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
