@charset "UTF-8";



#main {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
}
#main {background: url(../../images/application/mainbg_pc.gif);}
#main h2 {
	font-size: 3.5rem;
	position: absolute;
	width: 60%;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 10px 0;
}


#main1 {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
}
#main1 {background: url(../../images/job-introduction/main_pc.jpg) no-repeat; background-size: cover;}
#main1 h2 {
	font-size: 3.5rem;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#main1 h2 span {
	background: rgba(255,255,255,0.4);
}



.point1, .point2, .point3, .point4 {
	background: #ededed;
	padding: 100px 0;
	margin-bottom: 100px;
}

.point1 h4, .point2 h4, .point3 h4 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 100px;
}
.point4 h4 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 20px;
}
.point4 h4.sec {
	margin-bottom: 100px;
}
.point4 h4+p {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 80px;
}


.point1 .inner, .point2 .inner,
.point3 .inner, .point4 .inner {
	width: 1100px;
	margin: 0 auto;
}
.point1 ol, .point2 ol, .point3 ol, .point4 ol {
	position: relative;
}
.point1 li, .point2 li, .point3 li, .point4 li {
	position: relative;
}

.point1 li:first-child { padding-bottom: 480px;}
.point1 li:nth-child(2) { padding-bottom: 380px;}
.point1 li:nth-child(3) { padding-bottom: 380px;}
.point2 li:first-child { padding-bottom: 800px;}
.point2 li:nth-child(2) { padding-bottom: 660px;}
.point2 li:nth-child(3) { padding-bottom: 620px;}
.point2 li:nth-child(4) { padding-bottom: 700px;}
.point3 li:first-child { padding-bottom: 1080px;}
.point3 li:nth-child(2) { padding-bottom: 680px;}
.point4 li:first-child { padding-bottom: 2080px;}
.point4 ol:last-child li:first-child { padding-bottom: 1540px;}
.point4 ol:last-child li:nth-child(2) { padding-bottom: 800px;}
.point4 ol:last-child li:nth-child(3) { padding-bottom: 1280px;}
.point1 dd, .point2 dd, .point3 dd, .point4 dd {
	position: absolute;
	top: 315px;
	left: 50%;
	width: 915px;
	background: rgba(255,255,255,.9);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	padding: 65px;
	box-sizing: border-box;
}

.point1 dd span, .point2 dd span,
.point3 dd span, .point4 dd span {
	font-size: 1.8rem;
}
.point1 dd h5, .point2 dd h5,
.point3 dd h5, .point4 dd h5 {
	font-size: 3rem;
	position: relative;
	margin-bottom: 30px;
}
.point1 dd h5:after, .point2 dd h5:after,
.point3 dd h5:after, .point4 dd h5:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	width: 50px;
	margin-bottom: -15px;
}
.point1 dd p, .point2 dd p, .point3 dd p, .point4 dd p {
	font-size: 2rem;
	margin-bottom: 1em;
}
.point1 dd p:last-child, .point2 dd p:last-child,
.point3 dd p:last-child, .point4 dd p:last-child {
	margin-bottom: 0;
}

.point1 dd .btnblock, .point2 dd .btnblock,
.point3 dd .btnblock, .point4 dd .btnblock {
	width: 340px;
	margin: 0 auto;
}
.point1 dd .btnblock a, .point2 dd .btnblock a,
.point3 dd .btnblock a, .point4 dd .btnblock a,
.point4 dd .btnblock2 a {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 10px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.point4 dd .btnblock2 {
	width: 340px;
	margin: 0 auto 60px auto;
}

.point4 dd .btnblocktwo {
	display: flex;
	margin-bottom: 60px;
}
.point4 dd .btnblocktwo2 {
	display: flex;
	margin-bottom: 100px;
}
.point4 dd .btnblocktwo3 {
	display: flex;
	margin-bottom: 20px;
}


.jobtbl table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 2rem;
	border-bottom: 1px solid #000;
}
.jobtbl2 table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.6rem;
	border-bottom: 1px solid #000;
}
.jobtbl table tr, .jobtbl2 table tr {
	border-top: 1px solid #000;
}
.jobtbl table th, .jobtbl2 table th {
	text-align: center;
	border-right: 1px solid #000;
	background: #fff;
}
.jobtbl2 table td {
	text-align: center;
	border-right: 1px solid #000;
}
.jobtbl2 table th:last-child,
.jobtbl2 table td:last-child {
	border: none;
}
.jobtbl table th, .jobtbl table td,
.jobtbl2 table th, .jobtbl2 table td {
	padding: 10px;
}


.pic {
	text-align: center;
	padding: 20px 0;
}





/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {

#main {
	height: 60vh;
}

#main {background: url(../../images/application/mainbg_sp.gif);}
#main h2 {
	font-size: 3rem;
	width: 100%;
}

#main1 {
	height: 100vh;
}

#main1 {background: url(../../images/job-introduction/main_sp.jpg) no-repeat center center; background-size: cover;}
#main1 h2 {
	font-size: 3rem;
}


.point1, .point2, .point3, .point4 {
	padding: 50px 0;
	margin-bottom: 50px;
}
.point1 h4, .point2 h4, .point3 h4, .point4 h4 {
	margin-bottom: 50px;
}
.point4 h4+p {
	text-align: left;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.point1 .inner, .point2 .inner,
.point3 .inner, .point4 .inner {
	width: 100%;
}

.point1 li:first-child,
.point1 li:nth-child(2), .point1 li:nth-child(3),
.point2 li:first-child,
.point2 li:nth-child(2), .point2 li:nth-child(3),
.point2 li:nth-child(4),
.point3 li:first-child, .point3 li:nth-child(2),
.point4 li:first-child, .point4 ol:last-child li:first-child,
.point4 ol:last-child li:nth-child(2),
.point4 ol:last-child li:nth-child(3) {
	padding-bottom: 50px;
}

.point1 dd, .point2 dd, .point3 dd, .point4 dd {
	position: relative;
	top: 0;
	width: 100%;
	background: none;
	padding: 20px;
}

.point1 dd span, .point2 dd span, .point3 dd span, .point4 dd span {
	font-size: 1.3rem;
}
.point1 dd h5, .point2 dd h5, .point3 dd h5, .point4 dd h5 {
	font-size: 2rem;
}
.point1 dd p, .point2 dd p, .point3 dd p, .point4 dd p {
	font-size: 1.6rem;
}

.point1 dd .btnblock, .point2 dd .btnblock, .point3 dd .btnblock, .point4 dd .btnblock {
	width: 100%;
}
.point1 dd .btnblock a, .point2 dd .btnblock a,
.point3 dd .btnblock a, .point4 dd .btnblock a, .point4 dd .btnblock2 a {
	background: #fff;
}

.point4 dd .btnblock2 {
	width: 100%;
	margin: 0 auto 60px auto;
}

.point4 dd .btnblocktwo {
	display: block;
}
.point4 dd .btnblocktwo2 {
	display: block;
}
.point4 dd .btnblocktwo3 {
	display: block;
}

.point4 dd .btnblocktwo .btnblock, .point4 dd .btnblocktwo2 .btnblock,
.point4 dd .btnblocktwo3 .btnblock {
	margin-bottom: 10px;
}

.jobtbl table {
	font-size: 1.6rem;
}








}
