@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors recruit
--------------------------------------------------------------------------------- */
#contents-wrapper h2 {
	padding-bottom: 60px;
}

#contents-wrapper h3 {
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #a09e9a;
	padding-bottom: 48px;
}
#contents-wrapper h3 .en {
	display: block;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 42px;
	line-height: 1;
	color: #020202;
	padding-top: 13px;
}


#contents-wrapper .box {
	width: 866px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}


#mv {
	padding-bottom: 90px;
}
#mv .box {
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

#about {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 110px;
}
#about h4 {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 1.5em;
}
#about p {
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}

#voice {
	padding-bottom: 75px;
}


#voice .box {
	width: 756px;
	padding: 45px 57px 10px 53px;
	overflow:hidden;
	margin-bottom: 18px;
}

#voice .box .prof {
	width: 236px;
	float: left;
	position: relative;
}
#voice .box .prof h4 {
	padding-top: 352px;
}
#voice .box .prof h4 span {
	display: block;
	line-height: 1;
	text-align: center;
	padding-bottom: 8px;
}
#voice .box .prof h4 .pos {
	font-size: 13px;
}
#voice .box .prof h4 .name {
	font-size: 24px;
}
#voice .box .prof h4 .en {
	font-size: 12px;
}
#voice .box .prof .img {
	position: absolute;
	top: 0;
	left: 0;
}

#voice .box .message {
	width: 475px;
	float: right;
}
#voice .box .message h5 {
	font-size: 20px;
	line-height: 1;
	padding-bottom: 20px;
}
#voice .box .message h5:before {
	display: inline-block;
	width: 12px;
	height: 12px;	
	border-radius: 6px;
	background-color: #C8C0B9;
	margin-right: 14px;
	content:"";
}
#voice .box .message p {
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 1.7;
}


#requirements {
	padding-bottom: 55px;
}
#requirements .box {
	width: 759px;
	padding: 30px 55px 30px 52px;
	margin-bottom: 25px;
}
#requirements table {
	width: 100%;
}
#requirements table th {
	width: 142px;
	padding: 10px 0 7px 20px;
	font-size: 14px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #E4E4E4;
}
#requirements table td {
	width: 575px;
	padding: 10px 20px 7px;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	background-color: #F4F4F4;
}


#contact {
	padding-bottom: 93px;
}
#contact .box {
	width: 737px;
	padding: 55px 52px 70px 77px;
}


#contact {
	margin: 60px 0 80px;
}

.formbox {
	background: white;
	padding: 40px 100px;
}


#contact .txt2 {
	margin: 15px 0 30px;
	font-size: 110%;
}

#contact .txt2 img {
	margin: 0 5px;
}

#contact dl {
	overflow:hidden;
}

#contact dl dt {
	width: 178px;
	float: left;
	clear: both;
	margin: 0 5px 25px 0;
	padding: 7px 20px;
	background-color: #E4E4E4;
}

#contact dl dd {
	width: 514px;
	margin: 0 0 25px 0;
	float: left;
	font-size: 14px;
}

#contact .summary select {
	padding: 8px;
	width: 310px;
}

#contact input[type="text"] {
	width: 472px;
	padding: 6px;
	height: 21px;
	font-size: 120%;
}
#contact .visit select {
	padding: 6px;
}
#contact dd span {
	display: block;
	margin: 2px 0 0 0;
	font-size: 12px;
}
#contact dd span.error {
	color: #F00;
}

#contact .visit {
	line-height: 200%;
}

#contact textarea {
	width: 478px;
	height: 10em;
	font-size: 120%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.submit-container {
	margin: 10px 0 0 0;
	text-align: center;
}
.submit-container #submit {
	width: 172px;
	height: 58px;
	background-color: #7F7F7F;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	border: none;
	box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.32);
	cursor: pointer;
}
.submit-container #submit:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity:0.5;
}

