@charset "UTF-8";
@media screen and (max-width: 640px) {
	header #nav_menu {
		height: calc(100vh - 90px);
        height: calc(100dvh - 90px);
	}
}
/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	height: 140px;
}
#headline h1 {
	font-size: 40px;
}
@media screen and (max-width: 640px) {
	#headline {
		height: 100px;
	}
	#headline h1 {
		font-size: 30px;
	}
}
/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
	padding-bottom: 100px;
}
#contact_block .contents_inner {
	max-width: 1000px;
}
@media screen and (max-width: 640px) {
	#contact_block {
		padding-bottom: 50px;
	}
}
/*-- box --*/
#contact_block .box {
	width: min(490px,100%);
	margin: 0 auto 45px;
	border: 1px solid var(--mClr1);
	padding: 30px;
	color: var(--mClr1);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
#contact_block .box::before {
	content: "";
	width: 97px;
	height: 97px;
	background: url(../img/common/contact_deco.svg) no-repeat center/contain;
	position: absolute;
	top: -35px;
	left: -60px;
}
#contact_block .box p {
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.86;
	text-align: center;
}
#contact_block .box dl {
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 15px;
	font-size: 12px;
}
#contact_block .box dl dt {
	background: var(--mClr1);
	color: #FFF;
	padding: 10px 15px;
	text-box: trim-both cap alphabetic;
	font-weight: 700;
}
#contact_block .box dl dd {
	font-weight: 600;
	text-box: trim-both cap alphabetic;
}
#contact_block .box .details .tel {
	display: block;
	color: var(--mClr1);
	font: 600 36px/1 var(--fEN);
	letter-spacing: 0.03em;
	padding: 2px 0 2px 40px;
	background: url(../img/common/icon_tel_bl.svg) no-repeat left center/32px;
	text-box: trim-both cap alphabetic;
	margin-bottom: 10px;
}
#contact_block .box .details .time {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 40px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#contact_block .box::before {
		width: 86px;
		height: 86px;
		left: -20px;
	}
	#contact_block .box p {
		font-size: 14px;
	}
	#contact_block .box dl {
		font-size: 11px;
	}
	#contact_block .box dl dt {
		padding: 8px 12px;
	}
	#contact_block .box .details .tel {
		font: 600 32px/1 var(--fEN);
		padding: 2px 0 2px 36px;
		background: url(../img/common/icon_tel_bl.svg) no-repeat left center/30px;
	}
	#contact_block .box .details .time {
		font-size: 13px;
		padding-left: 36px;
	}
}
/*-- table --*/
#contact_block table {
	width: 100%;
	border-top: 1px solid #0000001A;
	margin-bottom: 100px;
}
#contact_block table tr {
	border-bottom: 1px solid #0000001A;
}
#contact_block table th {
	width: 240px;
	padding: 20px;
	background: var(--mClr3);
	color: var(--mClr1);
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
#contact_block table td {
	padding: 20px 30px;
}
#contact_block table td > p {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#contact_block.confirm table td > p {
	flex-direction: row;
	gap: 5px;
}
#contact_block table td .postcode,
#contact_block table td .mb {
	margin-bottom: 15px;
}
#contact_block table td > p br {
	display: none;
}
#contact_block table td input.w240,
#contact_block table td input.w470,
#contact_block table td textarea {
	background: var(--mClr3);
	font-size: 16px;
	line-height: 1.4;
	padding: 10px;
}
#contact_block table td input.w240 {
	width: min(240px,100%);
}
#contact_block table td input.w470 {
	width: min(470px,100%);
}
#contact_block table td textarea {
	width: 100%;
	height: 285px;
}
::placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
	color: #00000099;
}
#contact_block table td .pcMark {
	margin-right: 10px;
}
.wpcf7-radio label,
.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 17px;
}
.wpcf7-radio label::before,.wpcf7-radio label::after,
.wpcf7-checkbox label::before,.wpcf7-checkbox label::after {
    content: "";
    display: block;
    position: absolute;
}
.wpcf7-radio label::before,
.wpcf7-checkbox label::before {
    background-color: #fff;
    border: 1px solid #000;
    width: 13px;
    height: 13px;
    top: calc(50% - 6.5px);
    left: 0;
}
.wpcf7-radio label::before {
	border-radius: 50%;
}
.wpcf7-radio label::after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--mClr1);
    opacity: 0;
	top: calc(50% - 3.5px);
	left: 3px;
}
.wpcf7-checkbox label::after {
    border-bottom: 2px solid var(--mClr1);
    border-left: 2px solid var(--mClr1);
    opacity: 0;
    height: 5px;
    width: 10px;
    transform: rotate(-45deg) translateY(-100%);
    top: 50%;
    left: 5px;
    margin: auto;
}
#contact_block .contact_wrap label:has(input[type="radio"]:checked)::after,
#contact_block .desired_wrap label:has(input[type="checkbox"]:checked)::after {
    opacity: 1;
}
#contact_block table td .flex_wrap .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 14px;
}
#contact_block table td .contact_wrap .wpcf7-form-control {
	width: min(360px,100%);
}
#contact_block table td .desired_wrap .wpcf7-form-control {
	width: min(250px,100%);
}
#contact_block table td .flex_wrap .wpcf7-list-item {
	width: calc((100% - 15px) / 2);
	white-space: nowrap;
	margin: 0;
}
#contact_block table td .contact_wrap .wpcf7-list-item.first {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: -9999px;
	left: -9999px;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	padding: 2em 1em;
}
.wpcf7-not-valid-tip {
	margin-top: 1em;
}
.wpcf7-spinner {
	display: none;
}
@media screen and (max-width: 640px) {
	#contact_block table {
		margin-bottom: 50px;
	}
	#contact_block table th {
		width: 100%;
		display: block;
		padding: 15px;
		text-align: left;
	}
	#contact_block table td {
		display: block;
		width: 100%;
		padding: 25px 0;
		gap: 10px;
	}
}
/*-- privacy --*/
#contact_block .privacy {
	margin-bottom: 60px;
}
#contact_block .privacy h2 {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 30px;
}
#contact_block .privacy .privacy_box {
	width: 100%;
	height: 220px;
	background: #D9D9D94D;
	padding: 40px 70px;
	overflow-y: scroll;
	margin-bottom: 40px;
}
#contact_block .privacy .privacy_box p {
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
}
#contact_block .privacy .privacy_box > *:not(:last-child) {
	margin-bottom: 1em;
}
#contact_block .privacy .privacy_check {
	display: grid;
	place-content: center;
}
#contact_block .privacy .privacy_check label {
    position: relative;
    cursor: pointer;
    padding-left: 17px;
}
#contact_block .privacy .privacy_check label::before,
#contact_block .privacy .privacy_check label::after {
    content: "";
    display: block;
    position: absolute;
}
#contact_block .privacy .privacy_check label::before {
    background-color: #fff;
    border: 1px solid #000;
    width: 13px;
    height: 13px;
    top: calc(50% - 6.5px);
    left: 0;
}
#contact_block .privacy .privacy_check label::after {
    border-bottom: 2px solid var(--mClr1);
    border-left: 2px solid var(--mClr1);
    opacity: 0;
    height: 5px;
    width: 10px;
    transform: rotate(-45deg) translateY(-100%);
    top: 50%;
    left: 5px;
    margin: auto;
}
#contact_block .privacy_check label:has(input[type="checkbox"]:checked)::after {
    opacity: 1;
}
#contact_block .btnArea {
	display: flex;
	justify-content: center;
	gap: 0 40px;
}
#contact_block .btnAreap br {
	display: none;
}
#contact_block .btnArea .btnWrap {
	width: max-content;
	max-width: 100%;
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
}
#contact_block .btnArea .btnWrap:hover {
	opacity: 0.6;
}
#contact_block .btnArea .btnWrap::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	right: 70px;
	z-index: 1;
}
#contact_block .btnArea .resetWrap::before {
	left: 70px;
	right: auto;
}
#contact_block .btnArea .resetWrap::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow_wh.svg) no-repeat center / contain;
	width: 16px;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 27px;
	bottom: 0;
	z-index: 1;
	transform: scale(-1,1);
}
#contact_block .btnArea input {
	width: 260px;
	height: 70px;
	color: #FFF;
	display: grid;
	place-content: center;
	position: relative;
	font-weight: 700;
	padding-right: 70px;
}
#contact_block input[type="submit"].submit {
	background: #000 url(../img/common/icon_arrow_wh.svg) no-repeat calc(100% - 27px) center/16px;
}
#contact_block input[type="button"].reset {
	background: #00000099;
	padding-left: 70px;
	padding-right: 0;
}
@media screen and (max-width: 640px) {
	#contact_block .privacy {
		margin-bottom: 40px;
	}
	#contact_block .privacy h2 {
		margin-bottom: 15px;
	}
	#contact_block .privacy .privacy_box {
		padding: 30px;
		margin-bottom: 30px;
	}
	#contact_block .btnArea {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}
/*-----------------------------------

	#contact_block - confirm

-----------------------------------*/
#contact_block.confirm .contents_inner > p {
	text-align: center;
	line-height: 2;
	margin-bottom: 60px;
}
#contact_block.confirm table td {
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#contact_block.confirm .contents_inner > p {
		margin-bottom: 40px;
	}
}
/*-----------------------------------

	complete

-----------------------------------*/
#contact_block.complete .copy {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}
#contact_block.complete .copy br {
	display: none;
}
#contact_block.complete .contents_inner > p {
	text-align: center;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#contact_block.complete .copy br {
		display: inline;
	}
}