@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------------
	☆mv
----------------------------------------------------*/
.topMv {
	background: url(/career/contact/images/contact_mv.jpg) center top no-repeat;
	background-size: cover;
	height: 40vh;
	position: relative;
}
.topMv h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.topMv h2 img {
	height: 70px;
}
/*----------------------------------------------------
	☆contactform
----------------------------------------------------*/
section.contact {
	padding: 180px 0 80px;
}
p.columns {
	text-align: center;
}
.hissu {
	font-size: 1.4rem;
	color: #ED3E57;
	padding-left: 10px;
	text-align: center;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 4rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 2px solid #dedede;
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: none;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5;
	color: #787878;
	-webkit-appearance: none;
}
label {
	margin: 0;
	font-weight: normal;
	line-height: 1.8;
	color: #8c6239;
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}
.update {
	font-size: 12px;
}
/*-------table-------*/

.contact table {
	width: 100%;
}
.contact table th {
	width: 30%;
	vertical-align: middle;
	line-height: 1.2;
}
.contact table td {
	padding: 1em 0;
}
/*-------btn-------*/
.btnArea {
	margin-top: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#contact article .button {
	padding: 1.5rem;
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: 2.3rem 0;
	-webkit-appearance: none;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #0b674b;
	color: #fff;
	width: 100%;
	border: solid 2px #0b674b;
	width: 400px;
	border-radius: 4px;
}
p.disclaimer {
	background-color: #f9f9f9;
	padding: 2rem;
	line-height: 1.2;
}
p.disclaimer span {
	display: block;
	text-align: center;
	font-weight: bold;
}
/*----------------------------------------------------
	☆thanks
----------------------------------------------------*/
.thanksMessage {
	text-align: center;
	line-height: 1.6;
	margin-bottom: 420px;
}
.thanksMessage span {
	font-size: 3.6rem;
	margin-bottom: 20px;
	display: inline-block;
}
.thanksMessage p {
	margin-bottom: 80px;
}
/*----------------------------------------------------
	☆footer
----------------------------------------------------*/
.footer {
}

/*---------------------------------------------------------------------------
	☆forSP
---------------------------------------------------------------------------*/

/*----------------------------------------------------
	☆mv
----------------------------------------------------*/
@media only screen and (max-width: 800px) {
.topMv {
	height: 15vh;
	position: relative;
}
.topMv h2 img {
	height: 25px;
}
/*----------------------------------------------------
	☆SPcontactform
----------------------------------------------------*/
	
p.columns {
	text-align: left;
}
.hissu {
	text-align: left;
}
section.contact .chuigaki {
	font-size: 1.4rem;
	margin-bottom: 40px;
	line-height: 1.2;
}
section.contact {
	padding: 50px 0 40px;
}
.hissu {
	font-size: 1.2rem;
	padding-left: 5px;
}
.update {
	font-size: 12px;
}
/*-------table-------*/

.contact table {
	width: 100%;
}
.contact table th {
	width: 30%;
	vertical-align: middle;
	line-height: 1.2;
}
.contact table td {
	padding: 1em 0;
}
/*-------btn-------*/
.button {
	width: 300px;
	padding: 2rem 0;
}
/*----------------------------------------------------
	☆spthanks
----------------------------------------------------*/
.thanksMessage {
	line-height: 1.4;
	margin-bottom: 130px;
}
.thanksMessage span {
	font-size: 2.4rem;
}
.thanksMessage p {
	margin-bottom: 60px;
}
/*----------------------------------------------------
	☆spfooter
----------------------------------------------------*/
.footer {
}
}
