@charset "UTF-8";

/*-------------------------------------
 contact_info
--------------------------------------*/
#contact_info .archiveArea:not(:last-child) {
	margin-bottom: 74px;
}
#contact_info .archiveArea__title {
	margin-bottom: 7px;
}
#contact_info .archiveArea__title .en {
	font-size: 36px;
	letter-spacing: 0.07em;
	font-family: BebasNeue Bold;
}
#contact_info .archiveArea__title .fjp {
	font-size: 22px;
	letter-spacing: -0.04em;
	font-weight: bold;
}
#contact_info .bgbox {
	margin-bottom: 29px;
	padding: 39px;
	background: #f6f6f6;
}
#contact_info .bgbox p {
	text-align: center;
}
#contact_info .btn {
	margin: 0 auto;
	width: 252px;
	background: #000;
}
#contact_info .btn a {	
	padding: 13px 10px 12px;
	display: block;
	text-align: center;
	box-sizing: border-box;
}
#contact_info .btn a .fjp {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.04em;
}
#contact_info .btn a i {
	margin-right: 8px;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#contact_info .archiveArea__title .en {
		font-size: 28px;
	}
	#contact_info .archiveArea__title .jp {
		font-size: 16px;
	}
	#contact_info .bgbox {
		padding: 20px;
	}
	#contact_info .bgbox p {
		text-align: left;
	}
	#contact_info .btn a:hover {
		opacity: 1;
	}
}
/*-------------------------------------
 contact_info/recruitment/
--------------------------------------*/
#contact_info.recruitment .txtbox {
	margin-bottom: 63px;
}
#contact_info.recruitment .txtbox p {
	line-height: 1.75;
	margin-bottom: 28px;
}
#contact_info.recruitment .txtbox p a {
	text-decoration: underline;
}
#contact_info.recruitment .txtbox p .red {
	color: #f00;
}
#contact_info.recruitment .bgbox {
	margin-bottom: 82px;
	padding: 22px 10px;
}
#contact_info.recruitment .bgbox .btn {
	width: 387px;
}
#contact_info.recruitment .bgbox .btn a {
	padding: 13px 10px;
}
#contact_info.recruitment .bgbox .btn img {
	margin-right: 7px;
	width: 15px;
	vertical-align: -3px;
}
#contact_info.recruitment .apply {
	padding: 57px 20px;
	background: #fff;
	border: 1px solid #ccc;
}
#contact_info.recruitment .apply h4 {
	margin-bottom: 42px;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
}
#contact_info.recruitment .apply .filebox {
	margin: 0 auto 35px;
	width: 298px;
}
#contact_info.recruitment .apply .filebox p {
	margin-bottom: 5px;
	line-height: 1.75;
}
#contact_info.recruitment .apply .filebox .a-upload {
	position: relative;
	display: flex;
	align-items: center;
}
#contact_info.recruitment .apply .filebox .a-upload input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#contact_info.recruitment .apply .filebox .a-upload .fileerrorTip {
	margin-right: 15px;
	padding: 5px 12px;
	white-space: nowrap;
	border-radius: 4px;
	background: #eee;
	border: 1px solid #828282;
}
#contact_info.recruitment .apply .filebox .a-upload .showFileName {
	flex: 1;
	word-break: break-all;
}
#contact_info.recruitment .apply .filebox .a-upload span.wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	top: 110%;
	width: 370px;
}
#contact_info.recruitment .apply .submit {
	margin: 0 auto;
	max-width: 252px;
	text-align: center;
	background-color: #000;
}
#contact_info.recruitment .apply .submit input {
	padding: 0 0 0 15px;
	display: inline-block;
	width: 100%;
	height: 57px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	letter-spacing: -0.04em;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	transition: 0.3s;
	background: url(/assets/image/common/icon_btn02.png) no-repeat 80px 18px/16px;
	border-radius: 0;
}
@media screen and (min-width: 769px) {
	#contact_info.recruitment .apply .submit input:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	#contact_info.recruitment .bgbox .btn {
		width: 100%;
		max-width: 325px;
	}
	#contact_info.recruitment .apply {
		padding: 30px 10px;
	}
	#contact_info.recruitment .apply .filebox {
		width: auto;
		max-width: 298px;
	}
	#contact_info.recruitment .apply .filebox .a-upload span.wpcf7-not-valid-tip {
		width: 100%;
		font-size: 0.8em;
	}
}
@media screen and (max-width: 374px) {
	#contact_info.recruitment .btn a .fjp {
		font-size: 15px;
	}
}
@media screen and (max-width: 359px) {
	#contact_info.recruitment .btn a .fjp {
		font-size: 13px;
	}
	#contact_info.recruitment .apply .filebox .a-upload .fileerrorTip {
		font-size: 14px;
	}
	#contact_info.recruitment .apply .filebox .a-upload .showFileName {
		font-size: 14px;
	}
	#contact_info.recruitment .apply .filebox .a-upload span.wpcf7-not-valid-tip {
		font-size: 12px;
	}
}

#contact_info.recruitment .apply .submit {
	position: relative;
}
#contact_info.recruitment .apply .submit .ajax-loader {
	position: absolute;
	top: 101%;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
}