@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
body {
	background: #fff;
}
#main {
	padding-top: 10.6rem;
}
#main .content {
	max-width: 172.6rem;
}
#main .pageTitle {
	margin-bottom: 8.6rem;
	text-align: center;
}
#main .pageTitle img {
	width: 42.9rem;
}
#main .link-ul {
	margin-bottom: 17.8rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#main .link-ul li {
	margin: 0 0.9rem;
}
#main .link-ul a {
	padding: 0.2rem 1.4rem 0.4rem;
	border: 1px solid #000;
	font-size: 2.7rem;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#main .sec-box {
	padding-top: 2rem;
	margin: -2rem 0 11.8rem;
}
#main .sec-box p {
	font-size: 2.2rem;
	line-height: 1.36;
	font-weight: 500;
}
#main .sec02 .head-line02 {
	margin-bottom: 4rem;
}
#main .sec02 .photo {
	margin: 0 auto;
	max-width: 171rem;
	text-align: center;
}
#main .sec02 .photo img {
	width: 100%;
}
#main .sec02 .table-box {
	margin-bottom: 7.4rem;
}
#main .sub-title {
	text-align: center;
	font-size: 2.4rem;
}
#main .sub-title span {
	padding: 0.9rem 1.6rem 1rem;
}
#main .sec03 .head-line02 {
	margin-bottom: 5.4rem;
}
#main .sec03 .text-img {
	margin: 0 auto 4.8rem;
	max-width: 165.3rem;
}
#main .sec03 .text-img img {
	width: 100%;
}
#main .sec03 .notes-ul {
	padding-bottom: 3.8rem;
	font-size: 2.2rem;
	font-weight: 500;
	border-bottom: 1px solid #707070;
}
#main .sec03 .notes-ul li {
	margin-bottom: 2.7rem;
}
#main .sec03 .notes-ul li:last-child {
	margin-bottom: 0;
}
#main .sec04 .com-table th {
	width: 13.2%;
}
#main .sec06 .list-ul {
	margin: 4.9rem -3rem 0;
	display: flex;
	flex-wrap: wrap;
}
#main .sec06 .list-ul li {
	margin: 0 3rem;
	padding: 2.9rem 3.7rem 4.7rem;
	width: calc(50% - 7.1rem);
	border: 1px solid #707070;
}
#main .sec06 .list-ul .title {
	margin-bottom: 2.6rem;
	font-size: 2.8rem;
	font-weight: 600;
}
#main .sec06 .list-ul p {
	line-height: 1.5;
}
#main .sec06 .head-line02 {
	margin-bottom: 4.2rem;
}
#main .sec07 .com-table th {
	width: 13%;
}
#main .sec07 .head-line02 {
	margin-bottom: 4.7rem;
}
#main .sec08 {
	margin-bottom: 0;
	padding-bottom: 6.4rem;
	position: relative;
}
#main .sec08::before {
	width: calc(100% - 4rem);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 2rem;
	background-color: #707070;
	content: "";
}
#main .faq-dl {
	margin-bottom: 2.3rem;
	padding: 4.5rem 5.4rem 4.5rem;
	font-size: 2.2rem;
	border: 1px solid #707070;
}
#main .faq-dl:last-child {
	margin-bottom: 0;
}
#main .faq-dl dt {
	font-weight: 600;
	margin-bottom: 3.6rem;
}
#main .faq-dl dd {
	padding-left: 2rem;
	position: relative;
}
#main .faq-dl dd::before {
	color: #959595;
	position: absolute;
	top: 0;
	left: 0;
	content: "＞";
	font-size: 1.8rem;
}
#main .sec05 .com-table .text {
	line-height: 1.82;
}
#main .txt-list {
	display: flex;
	flex-wrap: wrap;
}
#main .txt-list dt {
	width: 7rem;
}
#main .txt-list dd {
	width: calc(100% - 7rem);
}
@media all and (min-width: 897px) {
	#main .sec05 .com-table th {
		width: 13.2%;
	}
	#main .sec08 .head-line02 {
		margin-bottom: 4.8rem;
	}
}
@media (hover: hover) {
	#main .link-ul a:hover {
		opacity: 0.7;
	}
	#main .faq-dl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 7rem;
	}
	#main .pageTitle {
		margin-bottom: 6.5rem;
	}
	#main .pageTitle img {
		width: 19.4rem;
	}
	#main .link-ul {
		margin: 0 auto 4rem;
		justify-content: space-between;
		max-width: 34rem;
	}
	#main .link-ul li {
		margin: 0 0 2.9rem;
		width: 48%;
		padding-left: 2.9rem;
	}
	#main .link-ul li:nth-child(2n) {
		padding-left: 0;
		width: 48%;
	}
	#main .link-ul a {
		font-size: 1.7rem;
		padding: 0.2rem 0.8rem 0.3rem;
		letter-spacing: -0.02em;
	}
	#main .sec-box {
		padding-top: 1rem;
		margin: -1rem 0 9.9rem;
	}
	#main .sec02 .head-line02 {
		margin-bottom: 6.9rem;
	}
	#main .sub-title {
		font-size: 1.4rem;
	}
	#main .sec02 .table-box {
		margin-bottom: 1.4rem;
	}
	#main .sub-title span {
		padding: 0.5rem 1.6rem 0.6rem;
	}
	#main .sec02 .sub-title {
		margin-bottom: 5rem;
	}
	#main .sec02 .photo {
		margin: 0 -1rem;
	}
	#main .sec02 {
		margin-bottom: 3.1rem;
	}
	#main .sec03 .head-line02 {
		margin-bottom: 9.5rem;
	}
	#main .sec03 .text-img {
		max-width: 16.4rem;
		margin-bottom: 5.2rem;
	}
	#main .sec03 .notes-ul {
		padding-bottom: 0;
		border-bottom: none;
		font-size: 1.5rem;
	}
	#main .sec03 .notes-ul li {
		margin-bottom: 2.3rem;
	}
	#main .sec03 {
		margin-bottom: 11.3rem;
	}
	#main .sec04 .com-table tr:last-child td {
		border-bottom: none;
		padding-bottom: 0;
	}
	#main .sec04 {
		margin-bottom: 11.6rem;
	}
	#main .sec-box p {
		font-size: 1.5rem;
		line-height: 1.53;
	}
	#main .sec06 .head-line02 {
		margin-bottom: 6.8rem;
	}
	#main .sec06 .list-ul {
		margin: 1.8rem -0.4rem 0;
		display: block;
	}
	#main .sec06 .list-ul li {
		padding: 1.7rem 2.9rem 1.8rem;
		margin: 0 0 4rem;
		width: auto;
	}
	#main .sec06 .list-ul li:last-child {
		margin-bottom: 0;
	}
	#main .sec06 .list-ul .title {
		font-size: 1.7rem;
		margin-bottom: 1.7rem;
	}
	#main .sec06 .list-ul p {
		line-height: 1.53;
		letter-spacing: 0.05em;
	}
	#main .sec06 {
		margin-bottom: 11.7rem;
	}
	#main .sec07 .head-line02 {
		margin-bottom: 7rem;
	}
	#main .faq-dl {
		padding: 2.8rem 1.6rem;
		margin-bottom: 1.8rem;
		font-size: 1.7rem;
	}
	#main .faq-dl dt {
		margin-bottom: 1.7rem;
		line-height: 1.47;
	}
	#main .faq-dl p {
		line-height: 1.6;
	}
	#main .faq-dl dd::before {
		top: 0.2rem;
		left: 0.2rem;
		font-size: 1.2rem;
	}
	#main .sec08::before {
		width: calc(100% + 2rem);
		left: -1rem;
	}
	#main .sec08 {
		padding-bottom: 5rem;
	}
	#footer {
		margin-top: 11.7rem;
	}
	#main .txt-list dt {
		width: 4.5rem;
	}
	#main .txt-list dd {
		width: calc(100% - 4.5rem);
	}
	#main .sec05 .com-table .text {
		line-height: 1.56;
		letter-spacing: -0.05em;
	}
}
