@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main {
	margin-bottom: 5rem;
}
#main .text01 {
	margin-bottom: 8.3rem;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
#main .mailForm .formBox {
	margin-bottom: 6.4rem;
	padding: 6.7rem 0 9.1rem;
	background: #F8F4F4;
	position: relative;
	z-index: 1;
}
#main .mailForm .formBox .content {
	width: 111.8rem;
}
#main .mailForm table {
	width: 100%;
	border-collapse: collapse;
}
#main .mailForm th,
#main .mailForm td {
	height: 7.6rem;
	vertical-align: middle;
	text-align: left;
	font-size: 1.6rem;
	box-sizing: border-box;
	border-top: 2rem solid #F8F4F4;
	border-bottom: 2rem solid #F8F4F4;
	background: #fff;
}
#main .mailForm th {
	padding: 1.5rem 8rem 1.4rem 2.1rem;
	width: 24.4%;
	position: relative;
	color: #000;
	font-weight: bold;
	background: #E1DEDE;
}
#main .mailForm th .must {
	width: 5.7rem;
	padding: 0.5rem 0.5rem 0.3rem;
	position: absolute;
	right: 1.7rem;
	top: 50%;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.45;
	font-weight: normal;
	text-align: center;
	background: #9F8585;
	transform: translateY(-50%);
}
#main .mailForm input[type="text"],
#main .mailForm input[type="email"],
#main .mailForm input[type="tel"],
#main .mailForm select,
#main .mailForm textarea {
	margin: 0;
	padding: 0.7rem 2.1rem 0.3rem;
	width: 100%;
	height: 5.6rem;
	color: #391B1B;
	font-size: 1.6rem;
	font-weight: normal;
	vertical-align: top;
	background: #fff;
	border-radius: 0;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
#main .mailForm select {
	padding-right: 6rem;
	background-image: url(../img/common/icon04.png);
	background-repeat: no-repeat;
	background-position: right 3.3rem center;
	background-size: 2.3rem;
}
#main .mailForm textarea {
	height: 13.9rem;
	resize: vertical;
}
#main .mailForm ::placeholder {
	color: #391B1B;
	opacity: 0.3;
}
#main .mailForm .wpcf7-not-valid-tip {
	padding: 0 2.1rem 0.5em;
}
#main .mailForm .privacy {
	margin-bottom: 3.2rem;
	text-align: center;
	font-size: 2rem;
	line-height: 1.75;
}
#main .mailForm .privacy a {
	text-decoration: underline;
}
#main .mailForm .agree {
	margin-bottom: 4.3rem;
	text-align: center;
}
#main .mailForm .agree .wpcf7-list-item {
	margin: 0;
}
#main .mailForm .agree label {
	display: inline-block;
}
#main .mailForm .agree input[type="checkbox"] {
	display: none;
}
#main .mailForm .agree input[type="checkbox"] ~ span {
	padding-left: 4.6rem;
	display: inline-block;
	color: #000;
	line-height: 1.75;
	background: url(../img/common/check_icon01.png) no-repeat left 0.1rem center / 2.4rem;
	cursor: pointer;
}
#main .mailForm .agree input[type="checkbox"]:checked ~ span {
	background-image: url(../img/common/check_icon02.png);
}
#main .mailForm .submit {
	gap: 2.2rem;
}
#main .mailForm .submit li {
	width: 26.9rem;
}
#main .mailForm .submit label {
	box-sizing: border-box;
	padding-top: 0.4rem;
	width: 100%;
	height: 5.6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 2rem;
	font-weight: bold;
}
#main .mailForm .submit label::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #EBE9EA;
	transition: 0.3s;
	content: '';
}
#main .mailForm .submit label input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	color: transparent;
	border-radius: 0;
	border: none;
	background: transparent;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
#main .mailForm .submit label span {
	display: block;
	position: relative;
	z-index: 1;
}
#main .mailForm .submit .send label {
	color: #fff;
}
#main .mailForm .submit .send label::before {
	background: #707070;
}
#main .mailForm .agree .wpcf7-not-valid-tip {
	margin-top: 0.5em;
}
.edd-root {
	position: relative;
}
.edd-root select {
	position: absolute;
	opacity: 0;
	width: 100%;
	left: -100%;
	top: 0;
	visibility: hidden;
}
.edd-head {
	padding: 0.7rem 6rem 0.3rem 2.1rem;
	width: 100%;
	height: 5.6rem;
	display: flex;
	align-items: center;
	color: #391B1B;
	font-size: 1.6rem;
	font-weight: normal;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../img/common/icon04.png);
	background-repeat: no-repeat;
	background-position: right 3.3rem center;
	background-size: 2.3rem;
}
.edd-arrow {
	display: none;
}
.edd-body {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.08);
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 999;
}
.edd-root-open .edd-body {
	opacity: 1;
	pointer-events: all;
	transform: scale(1);
	transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.edd-items-list {
	overflow: auto;
	max-height: 0;
	transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-overflow-scrolling: touch;
}
.edd-option {
	padding: 1.7rem 6rem 1.5rem 2.1rem;
	position: relative;
	border-top: 0.1rem solid #E1DEDE;
}
.edd-option:first-child {
	border-top: none;
}
.edd-option-selected {
	background: #E1DEDE;
}
.edd-option-disabled,
.edd-group-disabled .edd-option {
	cursor: default;
	color: #ccc;
}
.edd-value,
.edd-option,
.edd-group-label {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.edd-root:not(.edd-root-disabled) .edd-value,
.edd-option {
	cursor: pointer;
}
@media all and (min-width: 897px) {
	#main .mailForm .privacy a:hover {
		text-decoration: none;
	}
	#main .mailForm .submit label:hover::before {
		height: 132%;
	}
	#main .wpcf7-response-output {
		margin: 2em auto 1em;
		width: 110.8rem;
	}
	.edd-option:hover {
		background: #E1DEDE;
	}
}
@media all and (max-width: 896px) {
	#main {
		margin-bottom: 7.4rem;
	}
	#main .text01 {
		margin-bottom: 3.1rem;
		font-size: 1.5rem;
	}
	#main .mailForm .formBox {
		margin-bottom: 3.5rem;
		padding: 5.2rem 0 4.7rem;
	}
	#main .mailForm th,
	#main .mailForm td {
		width: 100%;
		height: auto;
		display: block;
		font-size: 1.4rem;
		border: none;
	}
	#main .mailForm th {
		padding: 1.1rem 6rem 0.7rem;
		text-align: center;
	}
	#main .mailForm th .must {
		margin-top: 0.1rem;
		width: 4.7rem;
		padding: 0.4rem 0.5rem 0.3rem;
		right: 0.8rem;
		font-size: 1.1rem;
	}
	#main .mailForm td {
		margin-bottom: 1.5rem;
		background: transparent;
	}
	#main .mailForm tr:last-child td {
		margin-bottom: 0;
	}
	#main .mailForm input[type="text"],
	#main .mailForm input[type="email"],
	#main .mailForm input[type="tel"],
	#main .mailForm select,
	#main .mailForm textarea {
		margin: 0;
		padding: 0.8rem 1.6rem 0.3rem;
		height: 4.6rem;
		font-size: 1.2rem;
	}
	#main .mailForm select {
		padding-right: 4rem;
		background-position: right 1.7rem center;
		background-size: 1.7rem;
	}
	#main .mailForm textarea {
		height: 13.1rem;
	}
	#main .mailForm .wpcf7-not-valid-tip {
		padding: 0.5em 1.5rem 0;
	}
	#main .mailForm .privacy {
		margin: 0 -1rem 2.7rem;
		font-size: 1.2rem;
		line-height: 1.68;
		letter-spacing: 0.04em;
	}
	#main .mailForm .agree {
		margin-bottom: 3rem;
	}
	#main .mailForm .agree input[type="checkbox"] ~ span {
		padding: 0.2rem 0 0 4rem;
		font-size: 1.3rem;
		background-size: 2.1rem;
	}
	#main .mailForm .submit {
		flex-direction: column;
		align-items: center;
		gap: 1.2rem;
	}
	#main .mailForm .submit li {
		width: 20.4rem;
	}
	#main .mailForm .submit label {
		padding-top: 0;
		height: 4.3rem;
		font-size: 1.5rem;
	}
	.edd-head {
		padding: 0.8rem 4rem 0.3rem 1.6rem;
		height: 4.6rem;
		font-size: 1.2rem;
		background-size: 1.7rem;
		background-position: right 1.7rem center;
	}
	.edd-option {
		padding: 1.4rem 4rem 1rem 1.6rem;
		font-size: 1.2rem;
	}
}
/* confirm */
#main .confirm td {
	padding: 0.7rem 2.4rem 0.5rem;
	line-height: 2.1875;
	background: transparent;
}
@media all and (max-width: 896px) {
	#main .confirm td {
		padding: 1.8rem 1.7rem 0.9rem;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#main .confirm .submit {
		flex-direction: column-reverse;
	}
}
/* thanks */
#main .thanks .lead {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.8rem;
}
#main .thanks .text {
	margin-bottom: 22.4rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.222;
}
@media all and (max-width: 896px) {
	#main {
		min-height: calc(100svh - 45rem);
	}
	#main .thanks .lead {
		margin-bottom: 2.5rem;
		font-size: 1.5rem;
	}
	#main .thanks .text {
		margin-bottom: 0;
		text-align: justify;
		font-size: 1.25rem;
		line-height: 2;
	}
}
#main .mailForm .submit label .wpcf7-spinner {
	position: absolute;
	left: 50%;
	top: 101%;
	margin: 0;
	transform: translateX(-50%);
}
.grecaptcha-badge{
	z-index: 20;
}