@charset "utf-8";

.content-title{
	background:url(../images/recruit-icon01.jpg) no-repeat;
	background-position:10px center;
	padding-left:45px;
}
.recruit-txt{
	text-align:left;
	line-height:2;
}
.outline01 .recruit-txt.f-left{
	width:430px;
}
.outline01 .f-right{
	display:block;
	width:260px;
}
.recruit-sub-title{
	text-align:left;
	margin-top:40px;
	//font-weight:500;
	font-size:22px;
	line-height:42px;
	border-left:10px solid #fe9611;
	padding-left:16px;
	margin-bottom:40px;
}
.recruit-tokuchou{
	text-align:left;
	margin-bottom:36px;
}
.recruit-tokuchou h4{
	font-size:20px;
	line-height:1.8;
	//font-weight:500;
	margin-bottom:18px;
}
.recruit-tokuchou h4:before{
	content:"1";
	display:inline-block;
	width:36px;
	text-align:center;
	color:#fff;
	background:#6f5043;
	font-weight:500;
	margin-right:12px;
}
.recruit-tokuchou:nth-of-type(2) h4:before{
	content:"2";
}
.recruit-tokuchou:nth-of-type(3) h4:before{
	content:"3";
}
.recruit-tokuchou:nth-of-type(4) h4:before{
	content:"4";
}
.recruit-tokuchou:nth-of-type(5) h4:before{
	content:"5";
}
.recruit-tokuchou:nth-of-type(6) h4:before{
	content:"6";
}
.recruit-tokuchou:nth-of-type(7) h4:before{
	content:"7";
}
.recruit-tokuchou .recruit-txt{
	margin-bottom:1em;
}
.recruit-tokuchou .recruit-txt:last-child{
	margin-bottom:0;
}
.recruit-tokuchou ul{
	margin-top:20px;
}
.recruit-tokuchou li{
	width:340px;
}
.recruit-tokuchou li img{
	display:block;
	width:100%;
	margin-bottom:0.4em;
}
.recruit-tokuchou li p{
	font-size:15px;
	font-weight:600;
	line-height:1.8;
}
.recruit-tokuchou li p:before{
	content:"▲";
	display:inline;
}
.greeting{
	background:url(../images/recruit-pic10.jpg) no-repeat;
	background-position:left top;
	//min-height:371px;
	font-weight:600;
	//padding-top:20px;
}
.greeting .f-right{
	width:53%;

}
.signature{
	width:228px;
	height:0;
	padding-top:36px;
	background:url(../images/signature.jpg) no-repeat;
	background-position:left top;
	overflow:hidden;
	margin-bottom:36px;
	margin-top:1em;
	float:right;
}
.senkou-process{
	margin-bottom:36px;
}
.senkou-process li p{
	text-align:center;
	background:#fafafa;
	border:2px solid #6f5043;
	font-size:20px;
	padding:12px;
	margin-bottom:15px;
}
.senkou-process li span{
	display:block;
	font-size:16px;
}
.senkou-process li:nth-of-type(1):after,.senkou-process li:nth-of-type(2):after,.senkou-process li:nth-of-type(3):after{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:32px solid #6f5043;
	border-left:18px solid transparent;
	border-right:18px solid transparent;
	text-align:center;
	margin:auto;
	margin-bottom:15px;
}
table{
	text-align:left;
	width:100%;
}
th{
	width:25%;
	border-bottom:1px solid #6f5043;
	vertical-align:top;
	padding:1em 0;
	padding-left:12px;
}
td{
	width:75%;
	border-bottom:1px solid #6f5043;
	padding:1em 0;
}
td dl{
	padding-bottom: 1em;
}
td dt{
	font-weight: 700;
}
td a{
	text-decoration:underline;
}
td a:hover{
	text-decoration:none;
}

.recruit-sub-title02 {
    text-align: left;
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.recruit-tel-list{
	text-align:left;
}
.recruit-tel-list li{
	font-size:18px;
	line-height:2;
	font-weight:600;
	text-indent:-1em;
	padding-left:1em;	
}
.recruit-tel-list li:before{
	content:"■";
	color:#fe9611;
	margin-right:0.2em;
	display:inline;
}
.recruit-tel-list li a,
.recruit-sub-title02 a{
	text-decoration:underline;
}
.recruit-tel-list li a:hover,
.recruit-sub-title02 a:hover{
	text-decoration:none;
}

/* +++++++++++++++++++entry button+++++++++++++++++++++++++++ */
#entry-btn-area{
	padding-top: 15px;
	background: rgba(255,255,255,.8);
	position: fixed;
	left: 0;
	bottom: 0;
	box-shadow: 0 -.05em .5em rgba(0,0,0,.1);
}
#entry-btn-area a{
	background: #faf221;
	color: #000;
	font-size: 32px;
	display: flex;
	height: 100px;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	letter-spacing: .2em;
	position: relative;
	border-radius: 50px;
}
#entry-btn-area .fa-file-alt{
	position: absolute;
	left: 2em;
	font-size: 80%;
}
#entry-btn-area .fa-chevron-circle-right{
	position: absolute;
	right: 2em;
	font-size: 80%;
}
#entry-btn-area a:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}
#entry-btn-area.static{
	position: static;
	left: auto;
	bottom: auto;
}
#entry-btn-area figure{
	width: 327px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#entry-btn-area figure img{
	display: block;
}
.entry-btn{
	width: 660px;
	margin-left: calc(100% - 660px);
	padding-bottom: 15px;
	text-align: center;
}
.entry-btn p{
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: .1em;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	color: #e6305e;
}
.entry-btn p:before{
	content: "";
	display: block;
	width: 2px;
	height: 1em;
	background: #e6305e;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-30deg);
}
.entry-btn p:after{
	content: "";
	display: block;
	width: 2px;
	height: 1em;
	background: #e6305e;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(30deg);
}




@media screen and (max-width:767px){
.content-title{
	background:url(../images/recruit-icon01.jpg) no-repeat;
	background-position: 2vw center;
    padding-left: 8vw;
    background-size: auto 7vw;
}
.recruit-txt{
	line-height:1.8;
}
.recruit-sub-title{
	text-align: left;
    margin-top: 8vw;
    font-size: 5.4vw;
    line-height: 1.8;
    border-left: 2vw solid #fe9611;
    padding-left: 2vw;
    margin-bottom: 6vw;
}
.recruit-tokuchou h4{
	font-size: 4.5vw;
    line-height: 1.5;
    padding-left: 12vw;
    position: relative;
    margin-bottom: 5vw;
    padding-top: 1.5vw;
}
.recruit-tokuchou h4:before{
	position:absolute;
	left:0;
	top:0;
    display: block;
    width: 10vw;
    height: 10vw;
    font-size: 4.8vw;
    line-height: 10vw;
}

.outline01 .recruit-txt.f-left{
	width:auto;
	float:none;
}
.outline01 .f-right{
	display:inline-block;
	width:36vw;
	padding-left:2vw;
}

.recruit-tokuchou ul{
	margin-top:3.2vw;
}
.recruit-tokuchou li{
	width:45.2vw;
	padding-top:3.2vw;
}
.recruit-tokuchou li img{
	display:block;
	width:100%;
	margin-bottom:0.4em;
}
.recruit-tokuchou li p{
	font-size:3.75vw;
	line-height:1.8;
}

.greeting{
	background-position:center top;
	background-size:70vw auto;
	min-height:auto;
	padding-top:100vw;
}
.greeting .f-right{
	float:none;
	width:100%;
}
.greeting .recruit-txt{
	width:100%;
}
.signature{
	width:50%;
	height:0;
	padding-top:8vw;
	background:url(../images/signature.jpg) no-repeat;
	background-position:left top;
	background-size:100% auto;
	overflow:hidden;
	margin-bottom:10vw;
	margin-top:0.5em;
}
.senkou-process{
	margin-bottom:36px;
}
.senkou-process li p{
	font-size:5vw;
	padding:2.5vw;
	margin-bottom:3.2vw;
}
.senkou-process li span{
	display:block;
	font-size:16px;
}
.senkou-process li:nth-of-type(1):after,.senkou-process li:nth-of-type(2):after,.senkou-process li:nth-of-type(3):after{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:8vw solid #6f5043;
	border-left:5vw solid transparent;
	border-right:5vw solid transparent;
	text-align:center;
	margin:auto;
	margin-bottom:3.2vw;
}
table{
	text-align:left;
	width:100%;
}
th{
	width:100%;
	border-bottom:none;
	display:block;
	padding:0;
	padding-top:0.8em;
}
td{
	width:100%;
	display:block;
	padding:0.3em 0 0.8em;
}


.recruit-sub-title02 {
    margin-top: 8vw;
    font-size: 4.8vw;
    line-height: 1.6;
    margin-bottom: 3vw;
}
.recruit-tel-list li{
	font-size:4.5vw;	
}

/* ++++++++++++++++entry button++++++++++++++++ */
	#entry-btn-area{
		padding-top: 1vw;
	}
	#entry-btn-area a{
		font-size: 4vw;
		height: 12vw;
		letter-spacing: .1em;
		border-radius: 6vw;
	}
	#entry-btn-area .fa-file-alt{
		position: absolute;
		left: 2em;
		font-size: 90%;
	}
	#entry-btn-area .fa-chevron-circle-right{
		position: absolute;
		right: 1em;
		font-size: 90%;
	}

	#entry-btn-area figure{
		width: 38vw;
	}
	#entry-btn-area figure img{
		width: 100%;
	}
	.entry-btn{
		width: 55vw;
		margin-left: calc(100% - 55vw);
		padding-bottom: 2vw;
	}
	.entry-btn p{
		font-size: 3.5vw;
		margin-bottom: 2vw;
		letter-spacing: 0;
		padding-left: .5em;
		padding-right: .5em;
	}
	.entry-btn p:before{
		width: .3vw;
	}
	.entry-btn p:after{
		width: .3vw;
	}
}