/* 全ページ共通
********************************************/
.ttl{
	padding: 65px 0;
}

.ttl h2{
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	font-size: 40px;
	font-weight: 200;
	border-bottom: 1px solid #ccc;
}

.ttl h3{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-family: 'Cabin Condensed', sans-serif;
	color: #e60012;
}

@media screen and (max-width: 768px) {
.ttl{
	padding: 30px 0;
}

.ttl h2{
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	font-size: 30px;
}

.ttl h3{
	margin: 0;
	padding: 0;
	font-size: 20px;
}
}

/* index.html
********************************************/
.mainImg{
	background: url(../img/bg_index_01_sub.jpg) no-repeat bottom center;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.mainImg img{
	width: 100%;
	max-width: 1300px;
}

.indexBlock01{
	width: 100%;
	background: url(../img/bg_index_02.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding: 50px 0;
}

.indexBlock01 h2{
	font-size: 40px;
	margin: 0 0 50px 0;
	font-weight: 200;
}

.indexBlock01 img{
	width: 90%;
	max-width: 150px;
}

.indexBlock01 p{
	font-size: 20px;
}

.indexBlock01 .block{
	padding: 0 0 10px 0;
}

.indexBlock02{
	padding: 50px 0;
}

.indexBlock02 .cont{
	margin: 0 0 30px 0;
}

.indexBlock02 img{
	width: 100%;
}

.indexBlock02 .txtArea{
	background: #fdeff0;
	padding: 12px;
	font-size: 16px;
	position: relative;
}

.indexBlock02 .txtArea:after {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -21px 0 0 0;
	font-size: 30px;
	color: #666;
}

@media screen and (max-width: 768px) {
.indexBlock01{
	padding: 20px 0 10px 0;
}

.indexBlock01 h2{
	font-size: 24px;
	margin: 0 0 20px 0;
}

.indexBlock01 p{
	font-size: 16px;
}

.indexBlock01 img{
	width: 60%;
	max-width: 120px;
}

.indexBlock02{
	padding: 10px 0 0 0;
}
.indexBlock02 .cont{
	margin: 0 0 10px 0;
}
}

.indexBlock03{
	width: 100%;
	background: url(../img/bg_index_03.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding: 50px 0 20px 0;
}

.indexBlock03 h2{
	font-size: 30px;
	margin: 0 0 50px 0;
	font-weight: 300;
}

.indexBlock03 .txtArea h3{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 8px;
	font-size: 16px;
}

.indexBlock03 .txtArea .fa{
	margin: 0 8px 0 0;
}


/* work.html
********************************************/
.workBlock01{
	padding: 0 0 65px 0;
}

.workBlock01 .cont{
	margin-bottom: 0;
}

.workBlock01 h3{
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: 300;
}

.workBlock01 h4{
	margin: 20px 0 20px 0;
	padding: 10px 0;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.workBlock01 img{
	width: 100%;
}

@media screen and (max-width: 768px) {
.workBlock01{
	padding: 0 0 20px 0;
}
.workBlock01 .cont{
	margin-bottom: 30px;
}
.workBlock01 h3{
	font-size: 24px;
}
.workBlock01 h4{
	margin: 12px 0 12px 0;
	padding: 6px 0;
	font-size: 20px;
}
}

/* recruit.html
********************************************/
.recruitBlock01{
	background: url(../img/img_recruit_01.jpg) no-repeat top center;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	padding: 30px 0;
}

.recruitCont{
	margin: 0 auto;
	width: 80%;
	max-width: 800px;
	background: #fff;
	opacity: 0.9;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 50px;
}

.recruitCont h3{
	background: #e60012;
	padding: 10px 0;
	margin: 0 0 15px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.recruitCont dl {
	width: 100%;
}

.recruitCont dt {
	clear: left;
	float: left;
	width: 160px;
	padding: 10px 0;
}

.recruitCont dd {
	padding: 10px 0 10px 160px;
	border-bottom: solid 1px #CCCCCC;
}

@media screen and (max-width: 768px) {
.recruitCont{
	margin: 0 auto;
	width: 90%;
	background: #fff;
	opacity: 0.9;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 12px;
}

.recruitCont dt {
	width: 100%;
	padding: 8px;
	margin: 0 0 10px 0;
	background: #eee;
}

.recruitCont dd {
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: none;
}
}

/* voice.html
********************************************/
.voiceBlock01{
	margin: 0 auto;
	width: 100%;
	padding: 5px 0 50px 0;
}

/* staff.html
********************************************/
.staffBlock01{
	margin: 0 auto;
	width: 100%;
	padding: 60px 0 165px 0;
	text-align: center;
}

/* entry.html
********************************************/
.entryBlock01{
	margin: 0 auto;
	width: 100%;
	padding: 0 0 100px 0;
	text-align: center;
}

.contactBlock01{
	margin: 0 auto;
	width: 100%;
	padding: 0 0 30px 0;
}

.contactCont{
	margin: 0 auto;
	width: 85%;
	max-width: 700px;
	background: #fff;
	opacity: 0.9;
	/*border: 1px solid #ccc;*/
	box-sizing: border-box;
	padding: 0 30px;
}

.contactCont h3{
	background: #e60012;
	padding: 10px 0;
	margin: 0 0 15px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.contactCont dl {
	width: 100%;
}

.contactCont dt {
	position: relative;
	clear: left;
	float: left;
	width: 200px;
	padding: 0 0 0 0;
	line-height: 30px;
}

.contactCont dd {
	padding: 0 0 25px 200px;
	margin: 0 0 25px 0;
	border-bottom: solid 1px #CCCCCC;
}

.contactCont dd .sample{
	font-size: 80%;
	padding: 10px 0 0 0;
}

.contactCont dl.result dt {
	position: relative;
	clear: left;
	float: left;
	width: 200px;
	padding: 0 0 0 0;
	line-height: 1.5;
}

.contactCont dl.result dd {
	padding: 0 0 10px 200px;
	margin: 0 0 25px 0;
	border-bottom: solid 1px #CCCCCC;
	line-height: 1.5;
}

.contactCont select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.contactCont input[type="text"],textarea{
	width: 100%;
	padding: 3px;
	line-height: 20px;
}

.contactCont input[type="text"].small{
	width: 20%;
	margin: 0 5px 0 0;
}

.contactCont textarea{
	border: 1px solid #ccc;
}

.contactCont select {
	width: 100%;
}

.contactCont .selectWrap{
	position: relative;
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 20px;
}

.contactCont .selectWrap:after{
	position: absolute;
	top: 0;
	right: 0;
	content: "\f078";
	font-family: FontAwesome;
	font-size: 15px;
	display: block;
	z-index: -1;
	width: 31px;
	height: 31px;
	line-height: 31px;
	background: #ccc;
	color: #fff;
	text-align: center;
}

.contactCont .required{
	position: absolute;
	right: 15px;
	top: 5px;
	background: #ed5757;
	/*margin: 0 0 0 10px;*/
	padding: 4px 5px 3px 5px;
	font-size: 85%;
	color: #fff;
	line-height: 1;
}

.contactCont .free{
	position: absolute;
	right: 15px;
	top: 5px;
	background: #999;
	/*margin: 0 0 0 10px;*/
	padding: 4px 5px 3px 5px;
	font-size: 85%;
	color: #fff;
	line-height: 1;
}

@media screen and (max-width: 768px) {
.contactCont{
	margin: 0 auto;
	width: 95%;
	background: #fff;
	opacity: 0.9;
	/*border: 1px solid #ccc;*/
	box-sizing: border-box;
	padding: 12px;
}

.contactCont dt {
	float: none;
	width: 100%;
	padding: 2px 0 2px 5px;
	margin: 0 0 12px 0;
	background: #eee;
}

.contactCont dd {
	padding: 0 0 0 5px;
	margin: 0 0 20px 0;
	border-bottom: none;
}

.contactCont dl.result dt {
	float: none;
	width: 100%;
	padding: 2px 0 2px 5px;
	margin: 0 0 12px 0;
	background: #eee;
}

.contactCont dl.result dd {
	padding: 0 0 0 5px;
	margin: 0 0 20px 0;
	border-bottom: none;
}
}

/* ボタンデザイン */
input[type="submit"]{
	-webkit-appearance: none;
}

.button_a {
	width:250px;
	position: relative;
	background-color: #cc6666;
	border: none;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #993333;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
}

.button_a a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.button_a:hover {
	top: 2px;
	background-color: #d97373;
	box-shadow: 0 3px 0 #993333;
}
.button_a:active {
	top: 3px;
	box-shadow: 0 2px 0 #993333;
}

.button_b {
	width:250px;
	position: relative;
	background-color: #999;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #666;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
}

.button_b a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.button_b:hover {}
.button_b:active {
	top: 3px;
	box-shadow: 0 2px 0 #666;
}

.button_c {
	width: 200px;
	position: relative;
	background-color: #999;
	border-radius: 4px;
	color: #fff;
	line-height: 35px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #666;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}

.button_c a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.button_c:hover {}
.button_c:active {
	top: 3px;
	box-shadow: 0 2px 0 #666;
}

/* work_flow.html
********************************************/
.workFlowBlock01{
	margin: 0 auto;
	width: 496px;
	padding: 5px 0 50px 0;
}

/* interview.html
********************************************/
.interviewBlock01{
	margin: 0 auto;
	width: 100%;
	padding: 5px 0 50px 0;
}

.interviewBlock01 h4{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 32px;
	font-weight: 200;
	text-align: center;
}

.interviewBlock01 h5{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 200;
	text-align: center;
}

.interviewBlock01 h6{
	display: none;
	margin: 0 0 20px 0;
	text-align: center;
}

.interviewDetail01{
	width: 100%;
	min-height: 500px;
	margin: 0 0 100px 0;
	background: url(../img/img_interview_01.jpg) no-repeat top right;
}

.interviewDetail02{
	width: 100%;
	min-height: 500px;
	margin: 0 0 100px 0;
	background: url(../img/img_interview_02.jpg) no-repeat top left;
}

.interviewDetail03{
	width: 100%;
	min-height: 500px;
	margin: 0 0 100px 0;
	background: url(../img/img_interview_03.jpg) no-repeat top right;
}

.qbox{
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
}

.qbox p{
	font-size: 18px;
	font-weight: 400;
}

.question{
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e50110;/* 円の色 */
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 20px;
}

.abox{
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
}

.abox p{
	font-size: 14px;
}

.answer{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #0099ff;/* 円の色 */
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 20px;
}

/*@media screen and (max-width: 991px) {
.interviewDetail01{
	width: auto;
	min-height: auto;
	background: none;
}
.interviewDetail02{
	width: auto;
	min-height: auto;
	background: none;
}
.interviewDetail03{
	width: auto;
	min-height: auto;
	background: none;
}
.interviewBlock01 h6{
	display: block;
}
.interviewBlock01 h6 img{
	width: 100%;
	max-width: 300px;
}
}*/

@media screen and (max-width: 991px) {
.interviewDetail01{
	width: auto;
	min-height: auto;
	background: none;
	margin: 0 0 50px 0;
}
.interviewDetail02{
	width: auto;
	min-height: auto;
	background: none;
	margin: 0 0 50px 0;
}
.interviewDetail03{
	width: auto;
	min-height: auto;
	background: none;
	margin: 0 0 50px 0;
}
.interviewBlock01 h6{
	display: block;
}
.interviewBlock01 h6 img{
	width: 100%;
	max-width: 300px;
}
.interviewBlock01 h4{
	font-size: 24px;
}
.interviewBlock01 h5{
	font-size: 16px;
}
.workFlowBlock01{
	margin: 0 auto;
	width: 80%;
	padding: 5px 0 50px 0;
}

}
