@charset "utf-8";
/*------------------------------------------------------------
	inquiry
------------------------------------------------------------*/
.inquiryCont {
	margin-top: 11rem;
}
@media all and (max-width: 896px) {
	.inquiryCont {
		margin-top: 6rem;
	}
}
/*------------------------------------------------------------
	inquiryTtl
------------------------------------------------------------*/
.inquiryTtl {
	margin-bottom: 4rem;
	text-align: center;
}
.inquiryTtl .text {
	padding-bottom: 2.0rem;
	display: inline-block;
	color: #333;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.041em;
	position: relative;
}
.inquiryTtl .text::after {
	width: 18rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: #00A196;
}
.inquiryTtl.leadTtl {
	margin-bottom: 7rem;
}
.inquiryTtl.leadTtl .text::after {
	width: 16rem;
}
@media all and (max-width: 896px) {
	.inquiryTtl {
		margin-bottom: 3rem;
	}
	.inquiryTtl .text {
		font-size: 1.9rem;
		font-feature-settings: "palt";
	}
	.inquiryTtl .text::after {
		width: 14rem;
	}
	.inquiryTtl.leadTtl {
		margin-bottom: 4rem;
	}
	.inquiryTtl.leadTtl .text::after {
		width: 12rem;
	}
}
/*------------------------------------------------------------
	deptBox
------------------------------------------------------------*/
.deptBox {
	margin-bottom: 8rem;
}
.deptList {
	margin: 0 auto;
	width: 128rem;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.deptList li {
	width: calc((100% - 2rem) / 3);
}
.deptList a {
	padding: 0 2.7rem 0 2.3rem;
	height: 12rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	background: #fff;
	/* box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05); */
	transition: box-shadow 0.3s;
}
.deptList .txtBox .en {
	margin-bottom: 0.5rem;
	display: block;
	color: #00A196;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.055em;
}
.deptList .txtBox .jp {
	display: block;
	color: #333;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.deptList .ico {
	width: 5.4rem;
	flex-shrink: 0;
}
@media all and (min-width: 897px) {
	.deptList a:hover {
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
	}
}
@media all and (max-width: 896px) {
	.deptBox {
		margin-bottom: 6rem;
	}
	.deptList {
		width: 100%;
		flex-direction: column;
		gap: 1.5rem;
	}
	.deptList li {
		width: 100%;
	}
	.deptList a {
		padding: 0 2rem;
		height: 9rem;
		box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
	}
	.deptList .txtBox .en {
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
	}
	.deptList .txtBox .jp {
		font-size: 1.7rem;
	}
	.deptList .ico {
		width: 4.4rem;
	}
}
/*------------------------------------------------------------
	formBox
------------------------------------------------------------*/

.formBox_inner{
	padding-top: 11rem;
	background-color: #fff;
	padding-bottom: 13rem;

}

@media all and (max-width: 896px) {
	.formBox_inner{
		padding-top: 6rem;
		padding-bottom: 6rem;
	
	}
	
}

.formBox {
	margin: 0 auto;
	padding: 9rem 16rem 12rem;
	width: 128rem;
	max-width: calc(100% - 7rem);
	background: #f5f5f5;
}
.formTtl {
	margin-bottom: 5.6rem;
	color: #000;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.093em;
}
.formInner {
	margin: 0 auto;
	padding: 6rem;
	max-width: 96rem;
	border-radius: 0.4rem;
	background: #fff;
}
.formArea {
	min-height: 40rem;
}
@media all and (max-width: 896px) {
	.formBox {
		padding: 4rem 2rem 5rem;
		width: 90%;
		max-width: inherit;
	}
	.formTtl {
		margin-bottom: 3rem;
		font-size: 2.3rem;
	}
	.formInner {
		padding: 2rem;
		max-width: inherit;
	}
	.formArea {
		min-height: 30rem;
	}
}
