@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

.page-scrall {
    text-align:center;
    transform: skew(-20deg);
}
.page-scrall li {
    display:inline-block;
    margin-right: 8px;
    background: #123288;
    color:#fff;
    transform: skew(0deg);
}
.page-scrall li:hover {
    background: #0d2566;
    transform: skew(0deg);
}
.page-scrall li a {
    display: block;
    padding: 0.5em 1em;
    color: #fff;
	text-decoration: none;
    transform: skew(20deg);
}
.page-scrall span::before {
	content: '';
	margin-right: 10PX;
	background-image: url(../img/recruit/icn_arrow2.png);
	width: 12px;
	height: 8px;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
}
#process dl {
	margin: 0 0 40px;
	line-height: 2;
}
#process dl dt {
	color: #123288;
	letter-spacing: 4px;
	border-bottom:1px solid #123288;
	font-weight: bold;
	font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#process dl dd p {
	margin: 10px 0 0 0;
}
#u-contact {
	background: #eeeeee;
	padding: 20px;
	margin: 80px 0 0 0;
}
#u-contact h2 {
	margin: 0 0 15px;
}
#u-contact p {
	margin: 0 0 20px;
}
#u-contact p:last-child {
	margin: 0;
}

/*201207追記*/
.tbl01{
    width: 100%;
}
.tbl01.bg-none th, .tbl01.bg-none td{
    background-color: transparent !important;
}
.m-txt-table-ttl{
    font-size: 112.5%;
    margin-top: 40px !important;
    margin-bottom: 10px;
}
.m-txt-table-ttl + *{
    margin-top: 0 !important;
}


@media screen and (max-width:767px) {
/*--[SP CODE]--*/
	#job-head {
		width: auto;
		overflow: hidden;
		color: #fff;
		padding: 15px 0;
		text-align: center;
		font-size: 120%;
		letter-spacing: 4px;
		font-weight: 400;
		background: #0e3287;
		line-height: 1;
	}
    #key-visual {
        width: 100%;
        height: 40vw ;
        overflow: hidden;
        background:#d0e3f8 url(../img/recruit/bg_recruit-sp.jpg) 0 0 / 100% auto no-repeat;
    }

    .box-wrap {
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 40px 15px 0;
    }
    .box-wrap a {
		text-decoration: underline;
	}
	.box-wrap a:hover {
		text-decoration: none;
	}
    .page-scrall {
        transform: skew(0deg);
    }
	.page-scrall li:hover {
		transform: skew(-20deg);
	}
    .page-scrall li {
        display:block;
        width:90%;
        margin:0 15px 12px;
        transform: skew(-20deg);
    }
	.page-scrall li a{
		text-decoration: none;
		padding: 0.5em 1em;
	}
    .flow-image {
        margin-bottom: 15px;
    }
    .flow-image img {
        width:100%;
        height:auto;
    }
	#process dl dt {
		margin: 30px 0 8px;
		padding:0 0 6px;
		font-size:16px;
		line-height: 1.3;
	}
	#u-contact {
		margin: 60px 0 0 0;
	}
	#u-contact p img {
		width: auto;
		height: 14px;
		vertical-align: text-bottom;
	}
    .m-txt-table-ttl{
        margin-top: 25px !important;
        margin-bottom: 5px;
    }

/*メディアクエリ閉じタグ*/
}




/*--[PC CODE]--*/
@media screen and (min-width:768px) {

	#job-head {
		width: 100%;
		overflow: hidden;
		color: #fff;
		padding: 28px 0;
		text-align: center;
		font-size: 150%;
		letter-spacing: 4px;
		font-weight: 400;
		background: #0e3287;
		line-height: 1;
	}
	.box-wrap {
		width: 1000px;
		height: auto;
		overflow: hidden;
        margin: 0 auto;
		padding: 80px 0 0;
	}
	.box-wrap a {
		text-decoration: underline;
	}
	.box-wrap a:hover {
		text-decoration: none;
	}
	#process p {
		line-height: 2;
	}
	#process dl dt {
		margin: 60px 0 15px;
		padding:0 0 10px;
		font-size:20px;
	}
	#process dl dt {
		color: #123288;
	    letter-spacing: 4px;
	    border-bottom:1px solid #123288;
	    font-weight: bold;
		font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	#u-contact p img {
		width: auto;
		height: 16px;
		vertical-align: middle;
	}

/*メディアクエリ閉じタグ*/
}
