@charset "UTF-8";
/* ---------------------------------------
  お問い合わせ
-----------------------------------------*/
#sec_contact {
	padding: 13rem 0 9rem;
}
@media screen and (max-width: 767px) {
	#sec_contact {
		padding: 6rem 0;
	}
}
#sec_contact .contact_head {
	display: flex;
	align-items: flex-start;
	gap: 0 5rem;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_head {
		display: block;
	}
}
#sec_contact .contact_head .txt {
	flex: 1;
	color: #000;
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 1.2857142857;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_head .txt {
		text-align: center;
		font-size: 2rem;
	}
}
#sec_contact .contact_head .contact_nav {
	width: 83rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_head .contact_nav {
		width: 100%;
		margin-top: 2rem;
	}
}
#sec_contact .contact_head .contact_nav li {
	height: 5.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-weight: 500;
	font-size: 1.9rem;
	line-height: 1.2105263158;
	letter-spacing: 0;
	padding: 1rem;
	background-color: #D9D9D9;
	clip-path: polygon(calc(100% - 1.8rem) 0%, 100% 50%, calc(100% - 1.8rem) 100%, 0% 100%, 1.8rem 50%, 0% 0%);
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_head .contact_nav li {
		height: 4.8rem;
		font-size: 1.2rem;
		clip-path: polygon(calc(100% - 1.2rem) 0%, 100% 50%, calc(100% - 1.2rem) 100%, 0% 100%, 1.2rem 50%, 0% 0%);
	}
}
#sec_contact .contact_head .contact_nav li:first-child {
	clip-path: polygon(0% 0%, calc(100% - 1.8rem) 0%, 100% 50%, calc(100% - 1.8rem) 100%, 0% 100%);
	padding-right: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_head .contact_nav li:first-child {
		clip-path: polygon(0% 0%, calc(100% - 1.2rem) 0%, 100% 50%, calc(100% - 1.2rem) 100%, 0% 100%);
	}
}
#sec_contact .contact_head .contact_nav li.current {
	color: #fff;
	background-color: #57DE9A;
}
#sec_contact .form_wrap {
	padding: 0 0 4rem;
	background-color: #fff;
	margin-top: 4rem;
}
#sec_contact .form_wrap .required {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.4166666667;
	letter-spacing: 0;
	padding: 0.5rem 1.1rem;
	background-color: #57DE9A;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .required {
		font-size: 1rem;
		padding: 0.4rem 0.8rem;
	}
}
#sec_contact .form_wrap .form_tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#sec_contact .form_wrap .form_tb th, #sec_contact .form_wrap .form_tb td {
	letter-spacing: 0.05em;
	padding: 4rem 2.4rem;
	border-bottom: 1px solid #D7D9CF;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb th, #sec_contact .form_wrap .form_tb td {
		display: block;
		padding: 2rem;
	}
}
#sec_contact .form_wrap .form_tb tr:last-child th, #sec_contact .form_wrap .form_tb tr:last-child td {
	border: none;
}
#sec_contact .form_wrap .form_tb th {
	position: relative;
	vertical-align: top;
	width: 39.1rem;
	line-height: 1.6875;
	padding-right: 0;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb th {
		width: 100%;
		padding-bottom: 0;
		border: none;
	}
}
#sec_contact .form_wrap .form_tb th .required {
	position: absolute;
	top: 4rem;
	right: 0;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb th .required {
		top: 2rem;
		right: 2rem;
	}
}
#sec_contact .form_wrap .form_tb td {
	padding-left: 10rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb td {
		width: 100%;
		padding-left: 2rem;
		padding-top: 1rem;
	}
}
#sec_contact .form_wrap .form_tb td .txt {
	color: #000;
	line-height: 1.875;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb td .txt {
		letter-spacing: 0.05em;
	}
}
#sec_contact .form_wrap .form_tb input[type=text],
#sec_contact .form_wrap .form_tb input[type=tel],
#sec_contact .form_wrap .form_tb input[type=email],
#sec_contact .form_wrap .form_tb select,
#sec_contact .form_wrap .form_tb textarea {
	display: block;
	width: 30rem;
	font-size: 1.6rem;
	line-height: 1.4375;
	padding: 0.2rem 1rem;
	border-radius: 0.5rem;
	background: #fff;
	border: 1px solid #A8A8A8;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb input[type=text],
	#sec_contact .form_wrap .form_tb input[type=tel],
	#sec_contact .form_wrap .form_tb input[type=email],
	#sec_contact .form_wrap .form_tb select,
	#sec_contact .form_wrap .form_tb textarea {
		width: 100%;
	}
}
#sec_contact .form_wrap .form_tb textarea {
	height: 13.5rem;
	resize: vertical;
}
#sec_contact .form_wrap .form_tb .input_wrap._l input[type=text],
#sec_contact .form_wrap .form_tb .input_wrap._l input[type=tel],
#sec_contact .form_wrap .form_tb .input_wrap._l input[type=email],
#sec_contact .form_wrap .form_tb .input_wrap._l select,
#sec_contact .form_wrap .form_tb .input_wrap._l textarea {
	width: 60rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_tb .input_wrap._l input[type=text],
	#sec_contact .form_wrap .form_tb .input_wrap._l input[type=tel],
	#sec_contact .form_wrap .form_tb .input_wrap._l input[type=email],
	#sec_contact .form_wrap .form_tb .input_wrap._l select,
	#sec_contact .form_wrap .form_tb .input_wrap._l textarea {
		width: 100%;
	}
}
#sec_contact .form_wrap .form_agree {
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_agree {
		text-align: left;
		padding: 0 2rem;
		margin-top: 5rem;
	}
}
#sec_contact .form_wrap .form_agree input[type=checkbox] {
	width: 1px;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
#sec_contact .form_wrap .form_agree label {
	display: inline-block;
}
#sec_contact .form_wrap .form_agree label .txt {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.6875;
	padding-left: 2.1rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_agree label .txt {
		font-size: 1.4rem;
	}
}
#sec_contact .form_wrap .form_agree label .txt::before, #sec_contact .form_wrap .form_agree label .txt::after {
	content: "";
	position: absolute;
}
#sec_contact .form_wrap .form_agree label .txt::before {
	width: 1.7rem;
	height: 1.7rem;
	background-color: #fff;
	border: 1px solid #A8A8A8;
	border-radius: 0.3rem;
	left: 0;
	top: 0.4rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_agree label .txt::before {
		top: 0.2rem;
	}
}
#sec_contact .form_wrap .form_agree label .txt::after {
	width: 1.1rem;
	height: 0.6rem;
	border-left: 0.2rem solid #FF8128;
	border-bottom: 0.2rem solid #FF8128;
	transform: rotate(-45deg);
	left: 0.3rem;
	top: 0.8rem;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_agree label .txt::after {
		top: 0.6rem;
	}
}
#sec_contact .form_wrap .form_agree label input:checked + span::after {
	opacity: 1;
}
#sec_contact .form_wrap .form_agree label a::after {
	content: "";
	display: inline-block;
	vertical-align: -0.2rem;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../img/common/ico_blank_black.svg) no-repeat center/contain;
	margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_agree label a::after {
		width: 1.5rem;
		height: 1.5rem;
		margin: 0 0.5rem;
	}
}
#sec_contact .form_wrap .form_agree .required {
	vertical-align: 0.2rem;
}
#sec_contact .form_wrap .form_btn {
	display: flex;
	justify-content: center;
	gap: 0 2rem;
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .form_wrap .form_btn {
		flex-direction: column;
		gap: 2rem 0;
		margin-top: 2rem;
	}
}
#sec_contact .form_wrap .form_btn .btn input, #sec_contact .form_wrap .form_btn .btn button {
	display: inline-block;
	min-width: 22.4rem;
	position: relative;
	color: #262623;
	font-size: 1.8rem;
	line-height: 1.4444444444;
	letter-spacing: 0;
	padding: 2rem 0;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	box-shadow: 0.8rem 1.6rem 2.4rem rgba(0, 0, 0, 0.08);
	border-radius: 0.8rem;
	transition: all 0.3s ease;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	#sec_contact .form_wrap .form_btn .btn input:hover, #sec_contact .form_wrap .form_btn .btn button:hover {
		box-shadow: 0.8rem 1rem 1rem rgba(0, 0, 0, 0.08);
		transform: translateY(0.5rem);
	}
}
#sec_contact .form_wrap .form_btn .btn input span, #sec_contact .form_wrap .form_btn .btn button span {
	display: block;
	position: relative;
	padding: 0 5.2rem 0 2.8rem;
}
#sec_contact .form_wrap .form_btn .btn input span::before, #sec_contact .form_wrap .form_btn .btn button span::before {
	content: "";
	width: 1.4rem;
	height: 1.7rem;
	background: url(../img/common/ico_arw_btn_orange.svg) no-repeat center/contain;
	position: absolute;
	right: 2rem;
	top: calc(50% - 0.85rem);
}
#sec_contact .form_wrap .form_btn .btn._back input span, #sec_contact .form_wrap .form_btn .btn._back button span {
	padding: 0 2.8rem 0 5.2rem;
}
#sec_contact .form_wrap .form_btn .btn._back input span::before, #sec_contact .form_wrap .form_btn .btn._back button span::before {
	right: auto;
	left: 2rem;
	transform: scale(-1, 1);
}
#sec_contact .form_wrap p.error {
	text-align: left;
	color: red;
	font-size: 1.4rem;
	margin-top: 0.2em;
}
#sec_contact.complete .form_wrap {
	padding: 6rem 2rem;
}
#sec_contact.complete .form_wrap .ttl {
	font-weight: 500;
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	#sec_contact.complete .form_wrap .ttl {
		font-size: 2rem;
	}
}
#sec_contact.complete .form_wrap .txt {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	#sec_contact.complete .form_wrap .txt {
		margin-top: 2rem;
	}
}
#sec_contact.complete .form_wrap .btn {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	#sec_contact.complete .form_wrap .btn {
		margin-top: 2rem;
	}
}