@charset "utf-8";

.main-visual{
	background:url(../images/shinsotsu-main-visual-bg.jpg);
}
.main-visual img{
	display:block;
	width:100%;
}
.shinsotsu-point{
	text-align:center;
	//font-weight:500;
	font-size:30px;
	background:#e4fae6;
	border-radius:8px;
	line-height:1.6;
	position:relative;
	margin-bottom:50px;
	padding:15px 0;
}
.shinsotsu-point span{
	color:#e6305e;
	font-size:48px;
	padding:0 5px;
}
.shinsotsu-point:after{
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:100%;
	border-top:30px solid #e4fae6;	
	border-left:15px solid transparent;
	border-right:15px solid transparent;
}

.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;
}
.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:48px;
}
.recruit-tokuchou:nth-of-type(8){
	margin-bottom:68px;
}
.recruit-tokuchou h4{
	font-size:28px;
	margin-bottom:35px;
	line-height:2.321;
}
.recruit-tokuchou h4>span{	
	display:inline-block;
	width:65px;
	height:65px;
	margin-right:15px;
	border-radius:100%;
	background:#e6305e;
	color:#fff;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	line-height:1.5;
	padding-top:0.4em;
	position:relative;
}
.recruit-tokuchou h4>span span{
	display:block;
	font-size:150%;
	line-height:1;
}
.recruit-tokuchou h4>span:after{
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	right:0;
	top:95%;
	margin:auto;
	border-top:14px solid #e6305e;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
}
.recruit-tokuchou .f-left{
	width:360px;
	line-height:2;
}
.recruit-tokuchou .f-right{
	width:340px;
}
.recruit-tokuchou .f-right img{
	width:100%;
	display:block;
}

.education-flow{
	margin-bottom:60px;
}
.education-flow img{
	display:block;
	width:100%;
}
.greeting{
	background:url(../images/shinsotsu-pic08.jpg) no-repeat;
	background-position:right top;
	min-height:371px;
	font-weight:600;
	padding-top:20px;
}
.greeting .recruit-txt{
	width:60%;
}
.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;
}
.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: 24px;
    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{
	text-decoration:underline;
}
.recruit-tel-list li a:hover{
	text-decoration:none;
}

.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){
.shinsotsu-point{
	font-size:6vw;
	margin-bottom:8vw;
	padding:4vw;
}
.shinsotsu-point span{
	color:#e6305e;
	font-size:8vw;
	line-height:1.5;
	padding:0 1.5vw;
}
.shinsotsu-point:after{
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:100%;
	border-top:6vw solid #e4fae6;	
	border-left:4vw solid transparent;
	border-right:4vw solid transparent;
}

.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{
	text-align:left;
	margin-bottom:8vw;
	padding-top:5vw;
}
.recruit-tokuchou:nth-of-type(8){
	margin-bottom:12vw;
}
.recruit-tokuchou h4{
	font-size:7vw;
	margin-bottom:4vw;
	line-height:1.5;
	text-align:center;
}
.recruit-tokuchou h4>span{	
	display:block;
	width:20vw;
	height:20vw;
	margin:auto;
	margin-bottom:4vw;
	border-radius:100%;
	background:#e6305e;
	color:#fff;
	font-size:4.375vw;
	text-align:center;
	vertical-align:middle;
	line-height:1.5;
	padding-top:0.8em;
	position:relative;
}
.recruit-tokuchou h4>span span{
	display:block;
	font-size:150%;
	line-height:1;
}
.recruit-tokuchou h4>span:after{
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	right:0;
	top:95%;
	margin:auto;
	border-top:14px solid #e6305e;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
}
.recruit-tokuchou .f-left{
	width:100%;
	line-height:1.8;
	float:none;
}
.recruit-tokuchou .f-right{
	width:100%;
	float:none;
	margin-top:3vw;
}
.recruit-tokuchou .f-right img{
	width:100%;
	display:block;
}

.education-flow{
	margin-bottom:60px;
}
.education-flow img{
	display:block;
	width:100%;
}
.greeting{
	background:url(../images/shinsotsu-pic08.jpg) no-repeat;
	background-position:right top;
	background-size:100% auto;
	min-height:auto;
	padding-top:65vw;
}
.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;	
}
.recruit-tel-list{
	margin-bottom:5vw;
}



.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;
	}
}