@charset "UTF-8";
.contact .box {
	margin-bottom: 28px;
}
.contact .box .item {
	font-size: 16px;
}
.contact .box .ttl {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	gap: 16px;
}
.contact .box .ttl:not(:has(p)) {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-ms-flex-align: center;
}
.contact .box .ttl label, .contact .box .ttl span {
	font-weight: 700;
}
.contact .box .ttl em {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	width: 49px;
	height: 19px;
	border: 1px solid #2a2e34;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	text-align: center;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	     -o-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.contact .box .flex {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
}
.contact .box .flex .txt {
	margin-top: 0 !important;
}
.contact .box .flex .error {
	width: 100%;
	margin-top: -8px !important;
}
.contact .box .wrap {
	-webkit-box-lines: multiple;
	   -moz-box-lines: multiple;
	     -o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.contact .box .radio {
	position: relative;

	gap: 12px;
}
.contact .box .radio input {
	position: absolute;
	opacity: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
}
.contact .box .radio::before {
	width: 26px;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.16) inset;
	        box-shadow: 0 1px 3px rgba(0,0,0,0.16) inset;
	content: "";

	aspect-ratio: 1/1;
}
.contact .box .radio:has(:checked)::after {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 14px;
	border-radius: 50%;
	background-color: #2a2e34;
	content: "";

	aspect-ratio: 1/1;
}
.contact .box .inner input, .contact .box .inner textarea {
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact .box .inner input[type="text"], .contact .box .inner input[type="email"], .contact .box .inner input[type="tel"] {
	height: 49px;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.contact .box .inner input[type="text"]::placeholder, .contact .box .inner input[type="email"]::placeholder, .contact .box .inner input[type="tel"]::placeholder {
	color: #e6e6e6;
}
.contact .box .inner input.full {
	width: 100%;
}
.contact .box .inner input.mid {
	width: 240px;
}
.contact .box .inner input.min {
	width: 113px;
}
.contact .box .inner textarea {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #e6e6e6;
	line-height: 1.8;
}
.contact .box .inner label i {
	width: 45px;
	font-weight: 400;
	font-style: normal;
}
.contact .box .inner label i + input {
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	     -o-box-flex: 1;
	        box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.contact .box .search {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	width: 89px;
	height: 37px;
	margin-left: 24px;
	border-radius: 6px;
	background-color: #2a2e34;
	color: #fff;
	font-size: 14px;
	text-align: center;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	     -o-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.contact .note, .contact .error {
	margin-top: 12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}
.contact .note em, .contact .error em {
	color: #e60028;
	font-style: normal;
}
.contact .note:not(:last-of-type) {
	margin-bottom: 20px;
}
.contact .file:not(:has(.delate)) {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-ms-flex-align: center;
	gap: 12px;
}
.contact .file a, .contact .file span {
	font-size: 14px;
	font-weight: 400;
}
.contact .file span {
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	     -o-box-flex: 1;
	        box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.contact .file .delate {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 400;
}
.contact .file .label {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	width: 132px;
	height: 40px;
	border: 1px solid #aaa;
	border-radius: 6px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	     -o-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.contact .file .label input {
	position: absolute;
	opacity: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
}
.contact .file .label:not(:first-of-type) {
	margin-top: 12px;
}
.contact .file:not(:first-of-type) {
	margin-top: 16px;
}
.contact .txt {
	margin: -5px 0;
	font-weight: 400;
	line-height: 26px;
}
.contact .txt:empty {
	display: none;
}
.contact .txt:is(p):not(:first-of-type) {
	margin-top: 14px;
}
.contact .agree {
	width: fit-content;
	margin: 0 auto;
}
.contact .agree .error {
	display: block;
}
.contact .agree input {
	position: absolute;
	opacity: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
}
.contact .agree label {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	position: relative;
	width: fit-content;
	font-weight: 400;
	text-align: center;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	     -o-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	gap: 10px;
	-webkit-justify-content: center;
	        justify-content: center;
}
.contact .agree label::before {
	width: 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.16) inset;
	        box-shadow: 0 1px 3px rgba(0,0,0,0.16) inset;
	content: "";

	aspect-ratio: 1/1;
}
.contact .agree label:has(:checked)::after {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 8px;
	border-bottom: 2px solid #2a2e34;
	border-left: 2px solid #2a2e34;
	content: "";

	rotate: -45deg;
}
.contact a {
	text-decoration: underline;
}
.contact a:hover {
	text-decoration: none;
}
.contact .btn, .contact .return {
	border: none;
	cursor: pointer;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.contact .btn {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	position: relative;
	background: #e60028 url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2017.23%209.28%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m17.23%204.64-4.64-4.64v3.85h-12.59v1.59h12.59v3.85l4.64-4.64z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center right 38px/18px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: background-position ease 0.3s;
	   -moz-transition: background-position ease 0.3s;
	    -ms-transition: background-position ease 0.3s;
	     -o-transition: background-position ease 0.3s;
	        transition: background-position ease 0.3s;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	     -o-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.contact .btn:hover {
	background-position: center right 34px;
}
.contact .return {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	width: fit-content;
	margin: 32px auto 0;
	padding-left: 34px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2017.23%209.28%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%204.64%204.64-4.64v3.85h12.59v1.59h-12.59v3.85z%22%20fill%3D%22%232a2e34%22%2F%3E%3C%2Fsvg%3E") no-repeat center left 4px/18px;
	color: #2a2e34;
	-webkit-transition: background-position ease 0.3s;
	   -moz-transition: background-position ease 0.3s;
	    -ms-transition: background-position ease 0.3s;
	     -o-transition: background-position ease 0.3s;
	        transition: background-position ease 0.3s;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	     -o-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	gap: 10px;
	-webkit-justify-content: center;
	        justify-content: center;
}
.contact .return:hover {
	background-position: center left 0;
}
.contact.input .box {
	border-bottom: 1px solid #aaa;
}
.contact.input .box .item {
	border-top: 1px solid #aaa;
}
.contact.thanks {
	font-weight: 400;
	line-height: 26px;
}
.contact.thanks svg {
	display: block;
	width: 64px;
	margin: 0 auto;

	aspect-ratio: 1/1;
}
.contact.thanks .ttl {
	font-weight: 700;
}
.contact.thanks .txt, .contact.thanks .contact {
	margin-top: 28px;
}
.contact.thanks .top {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	position: relative;
	border: 1px solid #aaa;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	     -o-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.contact.thanks .top::before {
	position: absolute;
	top: 50%;
	right: 34px;
	font-weight: 400;
	content: "→";
	-webkit-transition: translate ease 0.3s;
	   -moz-transition: translate ease 0.3s;
	    -ms-transition: translate ease 0.3s;
	     -o-transition: translate ease 0.3s;
	        transition: translate ease 0.3s;

	translate: 0 -50%;
}
.contact.thanks .top:hover::before {
	translate: 4px -50%;
}
@media screen and (min-width: 980px) {
	.contact .box .item {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;
	}
	.contact .box .ttl {
		width: 320px;
	}
	.contact .box .ttl.mid {
		height: 26px;
	}
	.contact .box .ttl.high {
		height: 49px;
	}
	.contact .box .inner {
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
		     -o-box-flex: 1;
		        box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		gap: 20px 0;
	}
	.contact .box .inner textarea {
		height: 260px;
	}
	.contact .box .flex {
		-webkit-align-items: center;
		        align-items: center;
		-webkit-box-align: center;
		   -moz-box-align: center;
		     -o-box-align: center;
		-ms-flex-align: center;
	}
	.contact .box .flex .txt {
		width: 111px;
	}
	.contact .box .flex:has(.txt) {
		gap: 50px;
	}
	.contact .box .radio {
		width: 270px;
	}
	.contact .box .half:first-of-type {
		margin-right: 50px;
	}
	.contact .box .txt {
		font-size: 16px;
	}
	.contact .agree {
		margin-top: 64px;
	}
	.contact .agree label {
		font-size: 15px;
	}
	.contact .btn {
		width: 480px;
		height: 68px;
		margin: 64px auto 0;
	}
	.contact.input .box .item {
		padding: 32px 112px;
	}
	.contact.input .btn {
		margin: 40px auto 0;
	}
	.contact.confirm .box .item {
		margin-top: 32px;
		padding: 0 112px;
	}
	.contact.thanks {
		font-size: 16px;
	}
	.contact.thanks .top {
		width: 280px;
		height: 54px;
	}
	.contact.thanks .ttl, .contact.thanks .txt {
		text-align: center;
	}
	.contact.thanks .ttl {
		margin-top: 44px;
	}
	.contact.thanks .contact {
		width: fit-content;
		margin-right: auto;
		margin-left: auto;
	}
	.contact.thanks .top {
		margin: 60px auto 0;
	}
}
@media screen and (max-width: 979px) {
	.contact .box .item, .contact .box .ttl {
		margin-bottom: 24px;
	}
	.contact .box .inner textarea {
		height: 200px;
	}
	.contact .box .flex:is(p,
	.contact .box .flex label) {
		-webkit-align-items: center;
		        align-items: center;
		-webkit-box-align: center;
		   -moz-box-align: center;
		     -o-box-align: center;
		-ms-flex-align: center;
	}
	.contact .box .flex:has([type="radio"]) {
		row-gap: 20px;
	}
	.contact .box .flex:has([type="text"]) {
		row-gap: 16px;
	}
	.contact .box .flex .txt {
		width: 50%;
	}
	.contact .box .wrap {
		        flex-direction: column;

		-webkit-box-orient: vertical;
		   -moz-box-orient: vertical;
		     -o-box-orient: vertical;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
	}
	.contact .box .txt {
		font-size: 15px;
	}
	.contact .agree {
		margin-top: 44px;
	}
	.contact .agree label {
		font-size: 14px;
	}
	.contact .btn {
		width: 100%;
		height: 64px;
		margin: 64px auto 0;
	}
	.contact.input .box .item {
		padding: 32px 0;
	}
	.contact.input .btn {
		margin: 40px auto 0;
	}
	.contact.confirm .box .item {
		margin-top: 32px;
	}
	.contact.thanks .ttl {
		margin-top: 40px;
		font-size: 16px;
	}
	.contact.thanks .txt {
		font-size: 15px;
	}
	.contact.thanks .top {
		width: 280px;
		height: 54px;
		margin: 40px auto 0;
	}
}
.wpcf7-form-control.wpcf7-radio {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-webkit-box-lines: multiple;
	   -moz-box-lines: multiple;
	     -o-box-lines: multiple;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 20px 0;
}
.wpcf7-form-control.wpcf7-radio input {
	position: absolute;
	opacity: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	position: relative;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	   -moz-box-align: center;
	     -o-box-align: center;
	-ms-flex-align: center;
	gap: 12px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item::before {
	width: 26px;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.16) inset;
	        box-shadow: 0 1px 3px rgba(0,0,0,0.16) inset;
	content: "";

	aspect-ratio: 1/1;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item:has(:checked)::after {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 14px;
	border-radius: 50%;
	background-color: #2a2e34;
	content: "";

	aspect-ratio: 1/1;
}
@media screen and (min-width: 980px) {
	.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
		width: 270px;
		margin: 0;
	}
}
.wpcf7-not-valid-tip {
	margin-top: 12px !important;
	color: #e60028 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}
