@charset "UTF-8";

/* 
 .contactHeader
========================================================= */
.contactHeader {
	margin-top: 48px;
	font-family: var(--font-family-sans);
}
@media screen and (max-width: 767px) {
	.contactHeader {
		margin-top: 32px;
	}
}

.contactHeader p {
	letter-spacing: 0.05em;
	line-height: 2.5;
}
@media screen and (max-width: 767px) {
	.contactHeader p {
		line-height: 2;
	}
}

.contactHeader p a {
	text-decoration: underline;
}

.contactHeader__note {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.contactHeader__note {
		margin-top: 40px;
	}
}

/* 
 .formBlock
========================================================= */
.formBlock {
	margin-top: 24px;
}

.formInput__footer {
	margin-top: 48px;
}
/* 
 .formHeadline
========================================================= */
* + .formHeadline {
	margin-top: 48px;
}

.formHeadline {
	display: flex;
	align-items: flex-start;
	color: #333;

	gap: 0.5em;
}

.formHeadline__headline {
	font-family: var(--font-family-sans);
	font-weight: bold;
	line-height: 1;
}

.formHeadline__hissu {
	color: #ed7515;
}

.formHeadline .formHeadline__hissu {
	margin-left: 0.5em;
	font-size: 9px;
}

.formStep-confirmContents .footerBtn {
	flex-direction: row;
	justify-content: center;
}

/* 
 .form_input_error
========================================================= */
.error_message {
	display: none;
}

.form_input_error .error_message {
	display: block;
}

.form_input_error .error_message p {
	margin: 16px 0 0;
	padding: 12px 16px;
	color: #d9534f;
	font-weight: bold;
	font-size: 14px;
	border: 2px solid #d9534f;
}

#formContents {
	margin-top: 80px;
	padding: 0 20px;
}

.formStep-confirmContents,
.formStep-completeContents {
	display: none;
}

.formStep-input .formStep-inputContents {
	display: block;
}

.formStep-inputContents {
	display: block;
	margin-top: 12px;
}

.formStep-confirm .formStep-confirmContents {
	display: block;
}

.formStep-complete .formStyle {
	display: none;
}

.formStep-complete .formStep-completeContents {
	display: block;
}

.formMainText {
	max-width: 800px;
	margin: 0 auto;
}

/* 
 .formStyle
========================================================= */
.formStyle input,
.formStyle button,
.formStyle select,
.formStyle textarea {
	outline: none;
	border-radius: 0;
	font: inherit;
	border: none;
	background: transparent;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.formStyle textarea {
	resize: vertical;
}

.formStyle input[type="checkbox"],
.formStyle input[type="radio"] {
	display: none;
}

.formStyle input[type="submit"],
.formStyle input[type="button"],
.formStyle label,
.formStyle button,
.formStyle select {
	cursor: pointer;
}

.formStyle select::-ms-expand {
	display: none;
}

.formStyle *::placeholder {
	color: #aaa;
	font-size: 0.9rem;
}

/* 
 .formStyle .wpcf7-radio
========================================================= */
.formStyle .wpcf7-radio {
	display: grid;

	grid-template-columns: 1fr;
	gap: 6px;
}

.formStyle .wpcf7-list-item {
	margin: 0 !important;
}

.formStyle .wpcf7-radio input {
	display: none;
}

.formStyle .wpcf7-radio label {
	position: relative;
	display: block;
	padding: 8px 8px 8px 24px;
	font-family: var(--font-family-sans);
	cursor: pointer;
}
@media screen and (max-width: 639px) {
	.formStyle .wpcf7-radio label {
		font-size: 15px;
	}
}
.formStyle .wpcf7-radio label:before,
.formStyle .wpcf7-radio label:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	border-radius: 9999px;
	content: "";

	translate: 0 -50%;
}

.formStyle .wpcf7-radio label:before {
	border: 1px solid #707070;
	background-color: #fff;
}

.formStyle .wpcf7-radio label:after {
	background-color: #fff;

	translate: 0 -50%;
	scale: 0.5;
}

.formStyle .wpcf7-radio label:has(:checked):after {
	background-color: #333;
}

/* 
 .formStyle .selectBox
========================================================= */
.selectBox {
	position: relative;
	display: inline-block;
}

.selectBox::after {
	position: absolute;
	top: 45%;
	right: 10px;
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	content: "";
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;

	translate: -50% -50%;
	rotate: 45deg;
}

.selectBox select {
	position: relative;
	padding: 12px 32px 12px 12px;
	border-radius: 8px;
	font-family: var(--font-family-sans);
	border: 1px solid #c1c1c1;
}

/* 
 .formStyle .wpcf7-text
========================================================= */

.formStyle .wpcf7-text,
.formStyle .wpcf7-textarea {
	max-width: 584px;
	width: 100%;
	padding: 14px;
	border-radius: 8px;
	font-family: var(--font-family-sans);
	border: 1px solid #c1c1c1;
}
@media screen and (max-width: 639px) {
	.formStyle .wpcf7-text,
	.formStyle .wpcf7-textarea {
		width: 100%;
		padding: 12px;
		font-size: 15px;
	}
}

.formStyle .wpcf7-text::placeholder,
.formStyle .wpcf7-textarea::placeholder {
	color: #c1c1c1;
}

.formStyle .wpcf7-not-valid-tip {
	margin-top: 0.5em;
}

.formStyle .zip .wpcf7-text {
	padding: 10px 10px;
}

/* 
 .formAddressTable
========================================================= */
.formAddressTable {
	width: 100%;
	margin-top: 64px;
	font-family: var(--font-family-sans);
	border-spacing: 0 16px;
	border-collapse: separate;
}
@media screen and (max-width: 767px) {
	.formAddressTable {
		margin-top: 16px;
		border-spacing: 0 8px;
	}
}

.formAddressTable th {
	width: 0;
	padding-top: 16px;
	padding-right: 32px;
	white-space: nowrap;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.formAddressTable th,
	.formAddressTable td {
		display: block;
		width: 100%;
	}

	.formAddressTable td {
		padding-top: 8px;
	}
}

.formAddressTable .zip .wpcf7-text {
	width: auto;
	margin: 0 0.3em;
}
/* 
 .formStyle .address-search
========================================================= */
.address-search {
	display: inline-block;
	margin-left: 10px;
	padding: 10px 18px;
	border-radius: 9999px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #5f5e5e;
	cursor: pointer;

	user-select: none;
}
@media screen and (max-width: 767px) {
	.address-search {
		margin-left: 8px;
		padding: 12px 20px;
	}
}

/* 
 .formStyle .consentCheck
========================================================= */

.formStyle .consentCheck {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 48px;
	padding: 48px 40px;
	border-radius: 6px;
	font-size: 15px;
	background-color: #f9f9f9;

	gap: 8px;
}
@media screen and (max-width: 639px) {
	.formStyle .consentCheck {
		margin-top: 48px;
		padding: 24px 16px;
	}
}

.formStyle .consentCheck label {
	position: relative;
	display: inline-block;
	padding-left: 32px;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
}
@media screen and (max-width: 639px) {
	.formStyle .consentCheck label {
		font-size: 15px;
	}
}

.formStyle .consentCheck label:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	content: "";
	border: 1px solid #eeeeee;
	background-color: #c1c1c1;
}

.formStyle .consentCheck label:has(:checked):before {
	border: 1px solid #333;
	background-color: #333;
}

.formStyle .consentCheck label:has(:checked):after {
	position: absolute;
	top: 0.5em;
	left: 0.25em;
	width: 12px;
	height: 8px;
	content: "";
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;

	rotate: -45deg;
	translate: 0 -50%;
}

.consentCheck__link {
	color: #333;
	text-decoration: underline;
	font-family: var(--font-family-sans);
	font-weight: bold;
}

.privacy_check {
	margin-top: 1em;
}

.privacy_check__text {
	display: block;
	padding-top: 2px;
	font-family: var(--font-family-sans);
	font-weight: bold;
	font-size: 15px;

	user-select: none;
}

.privacy_check__note {
	margin-top: 1em;
	padding-left: 2.1em;
}

/* 
 .formStyle .footerBtn
========================================================= */
.footerBtn {
	margin-top: 64px;
}

.submitBtn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	max-width: 209px;
	width: 100%;
	padding: 18px 24px;
	border-radius: 6px;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: var(--font-family-sans);
	font-weight: bold;
	background-color: #5f5e5e;
	line-height: 1;
	cursor: pointer;
	transition: 0.3s ease-in;
}

.submitBtn:has(input:disabled) {
	opacity: 0.5;
	cursor: not-allowed;
}

.submitBtn input {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.formStyle .wpcf7-spinner {
	display: none !important;
}
