@charset "UTF-8";

/* CONTACT FORM
---------------------------------------------------------- */
.keyVisual {
	width: 100%;
	margin: 0 auto 0;
	padding: 87px 0;
	background: url(../contact/images/img_main.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.keyVisual h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 200;
	line-height: 1;
	text-align: center;
}
.keyVisual h2 em {
	color: #ffffff;
	font-size: 24px;
	display: block;
	padding: 14px 0 0;
}

@media all and (max-width: 1200px) {
	.keyVisual {
		margin-bottom: 0;
	}
	.breadcrumbArea {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 768px) {
	.keyVisual {
		padding: 60px 0;
	}
	.keyVisual h2 {
		font-size: 28px;
		position: relative;
		left: auto; top: auto;
	}
	.keyVisual h2 em {
		font-size: 18px;
		letter-spacing: 0;
		padding: 10px 0 0;
	}
}


/* CONTACT FORM */
#contact {
	max-width: 900px;
	width: 100%;
	margin: 30px auto 80px;
	box-sizing: border-box;
}
.leadCaution01 {
	text-align: center;
	color: #ff0000;
	margin: 0 4% 40px;
}
.securityList01 li {
	margin-bottom: 40px;
}
.securityList01 li dl dt {
	font-weight: 600;
	margin-bottom: 10px;
}
.securityList01 li dl dd {
	line-height: 1.8;
}

.btnArea {
	width: 100%;
	display: flex;
	justify-content: center;
}
.entryButton01 {
	margin: 0 20px;
}
.entryButton01 a {
	width: 350px;
	height: 72px;
	color: #ffffff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background-color: #4b96e4;
	margin: 60px auto 80px;
	position: relative;
}
.entryButton01 a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 40px;
	position: absolute;
	right: 15px; top: 0;
}
.entryButton01.back a {
	width: 350px;
	height: 72px;
	color: #ffffff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background-color: #a0a0a0;
	margin: 60px auto 80px;
	position: relative;
}
.entryButton01.back a:after {
	content: "";
}
.entryButton01.back a:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 40px;
	position: absolute;
	left: 15px; top: 0;
}



.txt01 {
	margin-bottom: 30px;
}
.txt02 {
	text-align: center;
	margin-bottom: 30px;
}

#contactForm {
	margin: 30px auto 120px;
}
#contactForm .table01 th {
	width: 32%;
	padding-right: 8%;
	box-sizing: border-box;
}
#contactForm .table01 td {
	width: 68%;
	padding-left: 52px;
	position: relative;
}
.table01 tr:last-child th:before,
.table01 tr:last-child td:before {
  background-color: #cccccc;
}
#contactForm .table01 th span {
	font-size: 12px;
}
input[type="text"] {
	width: 80%;
}
#contactForm .table01 td select {
	width: 60%;
}
#contactForm .table01 td textarea,
#contactForm .table01 td input.address2 {
	width: 90%;
}
#contactForm .table01 td input[type="file"] {
	width: 90%;
	padding: 10px;
	background: #eeeeee;
}
input.age {
	width: 20%;
}
.pref_name,
.inputZip,
#recruit_name {
	margin-bottom: 15px;
}
#contactForm .table01 td span {
	line-height: 1;
	padding: 5px 10px;
	color: #fff;
	margin-left: -72px;
	margin-right: 20px;
	background: #ff0000;
	border-radius: 4px;
	position: absolute;
	top: 25px;
}
#contactForm .table01 td em {
	display: block;
	margin-bottom: 10px;
}
#error_area {
	color: #f00;
	font-weight: bold;
	margin: 30px 0 10px;
}
input.error ,
select.error,
textarea.error {
	border: 1px solid #f00;
}

@media all and (max-width: 1200px) {
	#contact {
		max-width: 738px;
		width: 92%;
		margin: 30px auto 80px;
	}
	#contactForm .table01 th {
		padding-right: 2%;
	}
}

@media all and (max-width: 768px) {
	.table01 {
    margin: 0 auto;
	}
	.btnArea {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.btnArea li {
		height: 62px;
		margin-bottom: 30px;
	}
	.entryButton01 {
		display: block;
		box-sizing: border-box;
	}
	.entryButton01 p {
		width: 300px;
		margin: 0 auto 20px;
	}
	.entryButton01 a,
	.entryButton01.back a {
		width: 100%;
		height: 62px;
		color: #ffffff;
		font-size: 16px;
		position: relative;
	}
	.entryButton01 a:after,
	.entryButton01.back a:before {
		font-size: 30px;
		right: 15px; top: 5px;
	}
	#contactForm .table01 th {
		display: block;
		width: 100%;
		font-size: 15px;
		font-weight: 600;
		padding: 15px 0 0;
		border-bottom: none;
	}
	#contactForm .table01 td {
		display: block;
		width: 100%;
		padding: 5px 0 20px;
	}
	#contactForm .table01 td span {
		margin-left: 0;
		margin-right: 20px;
		position: relative;
		top: auto;
	}
	.table01 th:before {
		background-color: inherit !important;
	}
	input[type="text"].hissu {
		width: 60%;
	}
	textarea {
		margin-top: 10px;
	}
	#contactForm .table01 td input.address2,
	#contactForm .table01 td input.address2 {
		width: 60%;
	}
	input.hissu.age {
		width: 20%;
	}
}

/* 2022.06.07 Add */
.grecaptcha-badge {
	bottom: 182px!important;
}
