@charset "utf-8";
/*==================================================
	【お問い合わせ】ページ固有のスタイル
==================================================*/
#page_navi, #page_navi a {
	color: #fff;
}
#recruit .mert::before {
	background: url("../img/recruit/bg-merit.jpg") no-repeat center / cover;
}
#recruit .mert h3.sub {
	color: #fff;
}
#recruit .mert .box {
	width: 520px;
	margin-top: 100px;
	background: #fff;
	position: relative;
	padding: 60px 50px 50px;
}
#recruit .mert .box .ico span {
	width: 106px;
	height: 106px;
	background: var(--color-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -53px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#recruit .mert .box dl dt {
	font-size: 28px;
	margin-bottom: 20px;
}
#recruit .mert .box dl dd {
	font-size: 110%;
}
#recruit .guide table {
	width: 100%;
	font-size: 110%;
}
#recruit .guide table tr {
	border-top: 1px solid #ccc;
}
#recruit .guide table tr:last-of-type {
	border-bottom: 1px solid #ccc;
}
#recruit .guide table tr th, #recruit .guide table tr td {
	padding: 28px;
	padding-right: 0;
}
#recruit .guide table tr th {
	vertical-align: top;
	color: var(--color-primary);
	width: 170px;
}
#recruit .guide table tr td dl:not(:last-of-type) {
	margin-bottom: 15px;
}
#recruit .guide table tr td .td_flex {
	justify-content: flex-start;
}
#recruit .guide table tr td ul {
	margin-bottom: 10px;
}
#recruit .guide table tr td ul.nm {
	margin-bottom: 0;
}
#recruit .guide table tr td .td_flex ul:first-of-type {
	margin-right: 30px;
}
#recruit .guide table tr td dl dt,
#recruit .guide table tr td ul li {
	position: relative;
	padding-left: 20px;
}
#recruit .guide table tr td dl dt::before,
#recruit .guide table tr td ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-primary);
	position: absolute;
	top: 10px;
	left: 0;
}
#contact .bg::before {
	background: #e5e5e5;
}
#contact .bg::after {
	background: url("../img/recruit/bg-contact.jpg") no-repeat center / cover;
	height: 385px;
}
#contact .bg h3.sub, #contact .bg h3.sub .en {
	color: #fff;
}
#contact .bg_white {
	background: #fff;
	padding: 50px;
	margin-top: 80px;
}
#mailform .tbl {
	margin: 2em 0;
}
#mailform .tbl th {
	vertical-align: top;
}
#mailform .tbl th .need {
	float: right;
	padding: 1px 10px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
}
#mailform .btn {
	margin-top: 1.5em;
	/* フレックス */
	display: flex;
	justify-content: center;
}
#mailform .btn li+li {
	margin-left: 15px;
}
#mailform .btn input {
	width: 200px;
	height: 50px;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 30px;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
#mailform .btn input:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#mailform .btn input[type="reset"] {
	background: #F4F4F4;
	border-color: #DDD;
	color: #666;
}
#mailform .tbl input[type="text"],
#mailform .tbl textarea {
	width: 100%;
	box-sizing: border-box;
}
#mailform .tbl textarea {
	display: block;
}
#mailform .tbl input.wno {
	width: 100px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#recruit .mert .box {
		width: 48%;
		padding: 60px 20px 20px;
		margin-top: 50px;
	}
	#recruit .mert .box .ico span {
		width: 70px;
		height: 70px;
		top: -35px;
	}
	#recruit .mert .box .ico span img {
		transform: scale(0.6);
	}
	#recruit .mert .box dl dt {
		font-size: 20px;
	}
	#recruit .guide table tr th, #recruit .guide table tr td {
		padding: 15px;
		padding-right: 0;
	}
	#contact .bg_white {
		margin-top: 40px;
	}
	#contact .bg_white {
		padding: 20px;
	}
	#mailform .tbl th {
		width: 190px;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#recruit .mert .box {
		width: 100%;
		padding: 45px 15px 15px;
	}
	#recruit .mert .box:first-of-type {
		margin-top: 60px;
	}
	#recruit .mert .box dl dt {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#recruit .mert .box dl dd {
		font-size: 100%;
	}
	#recruit .guide table {
		font-size: 100%;
	}
	#recruit .guide table tr th, #recruit .guide table tr td {
		display: block;
		padding: 10px 0;
	}
	#recruit .guide table tr th {
		width: 100%;
		padding-bottom: 5px;
	}
	#recruit .guide table tr th br {
		display: none;
	}
	#recruit .guide table tr td {
		padding-top: 0;
	}
	#recruit .guide table tr td .td_flex ul:first-of-type {
		margin-right: 0;
		margin-bottom: 0;
	}
	#recruit .guide table tr td p {
		margin-bottom: 0.5em;
	}
	#contact .bg::after {
		height: 200px;
	}
	#contact .bg_white {
		padding: 15px;
	}
	#mailform .tbl th {
		width: 100%;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#recruit .mert .box dl dt {
		font-size: 17px;
	}
	#mailform .tbl input.wno {
		width: 80px;
	}
}